:root{--bg: #f3f7ff;--surface: #ffffff;--surface-soft: #f8fbff;--text: #0f172a;--muted: #475569;--border: #dbe4f2;--primary: #1d4ed8;--primary-strong: #1e40af;--accent: #0ea5e9;--ring: rgba(14, 165, 233, .35);--shadow: 0 10px 30px rgba(15, 23, 42, .08);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 10% 0%,#eaf2ff,var(--bg) 45%)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent}a{color:inherit}.page{max-width:1120px;margin:0 auto;padding:1.25rem 1rem 3rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.topbar-right{display:flex;align-items:center;gap:.75rem}.brand-logo{width:auto;object-fit:contain;display:block}.brand-logo--header{height:72px}.brand-logo--login{height:110px;margin:0 auto .35rem}.link-admin{color:var(--primary-strong);text-decoration:none;font-weight:600}.badge{display:inline-flex;align-items:center;gap:.25rem;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;font-weight:600}.hero{display:grid;grid-template-columns:1.3fr 1fr;gap:1rem;background:linear-gradient(135deg,#fff,#f2f8ff);border:1px solid var(--border);border-radius:18px;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1rem}.hero h1{margin:.8rem 0 .65rem;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.15}.hero p{color:var(--muted);margin:0 0 1rem;line-height:1.5}.hero-card{border:1px solid #cfe3ff;border-radius:14px;background:#f9fcff;padding:1rem}.hero-card h3{margin:0 0 .5rem}.hero-card ul{margin:0;padding-left:1.1rem;color:#1e293b}.hero-card li{margin:.3rem 0}.hero-actions,.actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.btn{border:1px solid transparent;border-radius:10px;padding:.62rem .95rem;cursor:pointer;text-decoration:none;font-weight:600;transition:all .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-strong));color:#fff;box-shadow:0 6px 14px #1e40af33}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{background:#fff;color:#1e3a8a;border-color:#bfdbfe}.grid-3,.grid-2{display:grid;gap:.8rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem;margin-bottom:.9rem;box-shadow:var(--shadow)}.lead-card h2,.card h2,.card h3{margin-top:0;margin-bottom:.4rem}.card p{margin-top:0}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.62rem .75rem;font:inherit;color:#0f172a;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--ring)}.checks{display:grid;gap:.45rem;margin:.8rem 0}.checks label{display:flex;align-items:center;gap:.5rem;color:#1f2937}.checks input[type=checkbox]{width:16px;height:16px}.lead-item{border:1px solid #e2e8f0;border-radius:12px;padding:.8rem;margin-top:.75rem;background:var(--surface-soft)}.alert{border-radius:10px;padding:.72rem .85rem;border:1px solid var(--border)}.alert ul{margin:0;padding-left:1.1rem}.alert-success{background:#ecfdf3;border-color:#86efac;color:#14532d}.alert-error{background:#fef2f2;border-color:#fecaca;color:#7f1d1d}.alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.field-error{border-color:#ef4444}.error-text{color:#b91c1c;margin:.25rem 0 .5rem;font-size:.9rem}.pairing-panel{border-left:4px solid var(--primary)}.pairing-status-grid{display:grid;gap:.3rem;margin:.4rem 0 .8rem}.muted{color:var(--muted);font-size:.92rem}.page-admin-login{min-height:80vh;display:grid;place-items:center}.login-card{max-width:520px;width:100%;text-align:center}.google-slot{display:flex;justify-content:center;margin:.75rem 0;min-height:44px}pre{margin:0;max-height:240px;overflow:auto;background:#0b1020;color:#dbeafe;border-radius:10px;padding:.75rem}@media (max-width: 900px){.hero,.grid-3{grid-template-columns:1fr}}@media (max-width: 640px){.grid-2{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.topbar-right{width:100%;justify-content:space-between}}
