:root{--primary:#2563eb;--dark:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--card:#ffffff;--radius:18px}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a;background:var(--bg)}a{color:#2563eb;text-decoration:none}label{display:block;font-weight:700;margin:14px 0 7px}input,textarea,select{width:100%;padding:12px 14px;border:1px solid #dbe3ef;border-radius:12px;background:white;font:inherit}textarea{resize:vertical}.btn,button.btn,button{border:0;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:white;padding:12px 18px;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(37,99,235,.2)}.btn.secondary{background:#eef2ff;color:#3730a3;box-shadow:none}.admin-body{display:flex;min-height:100vh;background:#eef2f7}.sidebar{width:250px;background:#0f172a;color:white;padding:22px;position:fixed;height:100vh;overflow:auto}.brand{font-size:26px;font-weight:900;margin:6px 0 26px}.brand span{color:#93c5fd}nav a{display:block;color:#cbd5e1;padding:12px 14px;border-radius:12px;margin:4px 0;font-weight:700}nav a:hover,nav a.active{background:#1e293b;color:white}.admin-main{margin-left:250px;padding:30px;width:calc(100% - 250px)}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.topbar h1{margin:0;font-size:32px}.topbar p{margin:6px 0 0;color:#64748b}.card{background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.9);border-radius:var(--radius);box-shadow:0 18px 45px rgba(15,23,42,.08);padding:22px;margin-bottom:20px}.card h2{margin:0 0 18px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stat{background:linear-gradient(135deg,#fff,#eef6ff);border:1px solid #e2e8f0;border-radius:18px;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.stat .num{font-size:34px;font-weight:900}.stat .label{color:#64748b;font-weight:700}.alert{padding:13px 15px;border-radius:12px;margin-bottom:16px;font-weight:700}.alert.ok{background:#dcfce7;color:#166534}.alert.err{background:#fee2e2;color:#991b1b}.help,.footer-note{font-size:13px;color:#64748b}.pill{display:inline-flex;align-items:center;border-radius:999px;background:#e0f2fe;color:#075985;padding:5px 10px;font-size:12px;font-weight:800}table{width:100%;border-collapse:separate;border-spacing:0}th,td{text-align:left;padding:12px;border-bottom:1px solid #e2e8f0;vertical-align:top}th{font-size:12px;text-transform:uppercase;color:#64748b}.chart-row{display:grid;grid-template-columns:160px 1fr 90px;gap:12px;align-items:center;margin:12px 0}.bar{height:13px;border-radius:999px;background:#e2e8f0;overflow:hidden}.bar span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#14b8a6);border-radius:999px}.chart-label{font-weight:800}.logo-preview{max-width:180px;max-height:90px;object-fit:contain;border:1px solid #e2e8f0;border-radius:12px;background:white;padding:10px}.table-logo{width:34px;height:34px;object-fit:contain;vertical-align:middle;margin-right:8px;border-radius:8px;background:#f8fafc}.swatch{display:inline-block;width:24px;height:24px;border-radius:8px;border:1px solid #cbd5e1;margin-right:6px;vertical-align:middle}.donut{height:190px;display:flex;align-items:center;justify-content:center;background:conic-gradient(#2563eb 0 70%,#e2e8f0 70% 100%);border-radius:50%;width:190px;margin:auto}.donut div{width:125px;height:125px;background:white;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.donut strong{font-size:32px}.donut span{color:#64748b;font-weight:800}.survey-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:34px;background:radial-gradient(circle at top left,var(--survey-primary,#2563eb) 0,#0000 35%),var(--survey-bg,#f8fafc)}.survey-card{background:white;border-radius:24px;max-width:760px;width:100%;padding:34px;box-shadow:0 24px 65px rgba(15,23,42,.14);border-top:7px solid var(--survey-primary,#2563eb)}.survey-card h1{color:var(--survey-accent,#0f172a);margin-top:0}.survey-logo{display:block;max-width:220px;max-height:100px;object-fit:contain;margin:0 0 22px}.brand-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--survey-primary,#2563eb);font-weight:900;font-size:12px;margin-bottom:8px}.question{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:18px;margin:18px 0}.required{color:#dc2626}@media(max-width:900px){.sidebar{position:static;width:100%;height:auto}.admin-body{display:block}.admin-main{margin-left:0;width:100%;padding:18px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.chart-row{grid-template-columns:1fr}.topbar h1{font-size:25px}}

.check-row{display:grid;grid-template-columns:1fr;gap:8px;margin-top:12px}.check-row label{font-weight:700;margin:4px 0}.check-row input{width:auto;margin-right:8px}.link-button{background:none!important;color:#dc2626!important;box-shadow:none!important;padding:0!important;border:0!important;font:inherit!important;font-weight:700!important;cursor:pointer;margin-left:8px}.pill.muted{background:#f1f5f9;color:#475569}


.admin-main > * {
    margin-bottom: 24px;
}

.admin-main > *:last-child {
    margin-bottom: 0;
}
