:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0}a{color:#2563eb}.auth-layout{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.auth-card{width:100%;max-width:400px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 30px #0f172a14;display:flex;flex-direction:column;gap:1rem}.auth-card h1{margin:0;font-size:1.5rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}input{padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem}button{padding:.65rem 1rem;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:1rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#e2e8f0;color:#0f172a}.muted{color:#64748b;margin:0}.error{color:#dc2626;margin:0}.centered{text-align:center;padding:3rem}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.app-header h1{margin:0 0 .25rem;font-size:1.35rem}.app-main{flex:1;padding:2rem;max-width:1100px;width:100%;margin:0 auto}.app-footer{padding:1rem 2rem;border-top:1px solid #e2e8f0;background:#fff}.client-grid{display:grid;gap:1.25rem}.client-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 4px 16px #0f172a0f}.client-card h2{margin:0 0 .5rem}.client-card h3{margin:1rem 0 .5rem;font-size:.95rem}.bot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.bot-list li{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:center;padding:.5rem 0;border-top:1px solid #f1f5f9}.badge{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;background:#e2e8f0}.badge-running{background:#dcfce7;color:#166534}.badge-draft{background:#fef9c3;color:#854d0e}.channels{font-size:.85rem;color:#64748b}
