*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#e0e0e0}.app{min-height:100vh}.header{background:#1a1a1a;padding:1.5rem 2rem;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;font-weight:700}.countdown{color:#ff6b6b;font-size:1.1rem}.dashboard{padding:2rem;max-width:1400px;margin:0 auto}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#1a1a1a;padding:1.5rem;border-radius:8px;border:1px solid #333}.stat-card h3{font-size:.9rem;color:#888;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#4ecdc4}.agents-grid h2{margin-bottom:1.5rem;font-size:1.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.agent-card{background:#1a1a1a;padding:1.5rem;border-radius:8px;border:1px solid #333;transition:border-color .2s}.agent-card:hover{border-color:#4ecdc4}.agent-card h4{font-size:1.1rem;margin-bottom:.5rem}.agent-id{font-size:.85rem;color:#888;margin-bottom:.5rem}.status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.status-idle{background:#333;color:#888}.status-working{background:#4ecdc4;color:#0a0a0a}.status-active{background:#51cf66;color:#0a0a0a}
