:root{--ink:#172033;--muted:#667085;--line:#dfe6ef;--blue:#1d4ed8;--blue2:#2563eb;--bg:#f4f7fb;--card:#fff;--red:#b42318;--green:#137333;--shadow:0 12px 32px rgba(25,45,80,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#f8fbff,#eef4fb);color:var(--ink);font:16px/1.55 Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.topbar{min-height:68px;background:#0f3263;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px max(20px,calc((100vw - 1160px)/2));position:sticky;top:0;z-index:20;box-shadow:0 3px 14px rgba(0,0,0,.12)}.topbar a{color:#fff}.brand{font-size:20px;font-weight:900}.topbar nav{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.user-chip{background:rgba(255,255,255,.12);padding:5px 10px;border-radius:999px}.container{width:min(1160px,94vw);margin:28px auto 50px}.hero,.card{background:var(--card);border:1px solid #e5eaf1;border-radius:18px;box-shadow:var(--shadow)}.hero{padding:clamp(26px,5vw,58px);display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:center}.hero h1{font-size:clamp(30px,4.8vw,54px);line-height:1.08;margin:0 0 14px;color:#102d56}.hero p{color:var(--muted);font-size:18px}.hero-aside{background:#eff6ff;border-radius:16px;padding:22px}.card{padding:20px;margin-bottom:18px}.card h1,.card h2,.card h3{margin-top:0}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:20px}.page-head h1{margin:0}.page-head p{margin:4px 0 0;color:var(--muted)}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;padding:11px 15px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}.btn:hover{text-decoration:none}.primary{background:var(--blue2);color:#fff}.primary:hover{background:var(--blue)}.soft{background:#edf3fb;color:#233f68}.danger{background:#fff0f0;color:var(--red)}.success{background:#eaf8ef;color:var(--green)}.actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.full{grid-column:1/-1}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stat{padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}.stat b{display:block;font-size:28px;color:#153d70}.lbl{display:block;font-weight:800;font-size:14px;margin:0 0 6px}.req:after{content:" *";color:#dc2626}input[type=text],input[type=email],input[type=date],input[type=tel],input[type=number],select,textarea{width:100%;border:1px solid #ccd6e3;background:#fff;border-radius:11px;padding:10px 12px;font:inherit;outline:none}textarea{min-height:90px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#6d9df8;box-shadow:0 0 0 3px rgba(37,99,235,.12)}.options{display:grid;gap:8px}.opt{display:flex;gap:9px;align-items:flex-start;padding:9px 10px;border:1px solid #e4e9f0;border-radius:11px;background:#fbfcfe}.opt input{margin-top:5px}.subhead{font-weight:900;margin:18px 0 9px}.section-title{font-size:18px;font-weight:950;border-bottom:1px solid #edf0f5;padding-bottom:10px;margin-bottom:14px}.note,.muted{color:var(--muted);font-size:14px}.cond{display:none;margin:9px 0 0 26px;padding:12px;border-left:3px solid #8cb0fa;background:#f5f9ff;border-radius:8px}.cond.show{display:block}.alert{padding:13px 15px;border-radius:12px;margin-bottom:17px;background:#eef3fb}.alert.error{background:#fff0f0;color:var(--red)}.alert.success{background:#ecf9f0;color:var(--green)}.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:13px}table{border-collapse:collapse;width:100%;min-width:720px}th,td{padding:11px 12px;text-align:left;border-bottom:1px solid #edf0f4;vertical-align:top}th{background:#f7f9fc;font-size:13px;color:#475467}.badge{display:inline-flex;padding:3px 9px;border-radius:999px;background:#eaf2ff;color:#184a91;font-size:13px;font-weight:800}.survey-head{text-align:center;margin-bottom:20px}.survey-head h1{margin-bottom:4px}.friend-row td{padding:7px}.empty{text-align:center;padding:36px;color:var(--muted)}footer{text-align:center;color:var(--muted);padding:15px 20px 35px}.copy-row{display:flex;gap:8px}.copy-row input{font-family:ui-monospace,monospace;background:#f8fafc}.login-card{max-width:580px;margin:8vh auto;padding:36px}.login-card h1{font-size:38px;color:#123665}.privacy{border-left:4px solid #f59e0b;background:#fff8e8;padding:12px 14px;border-radius:9px;margin-top:18px}
@media(max-width:760px){.topbar{align-items:flex-start;position:static}.topbar,.page-head{flex-direction:column}.hero{grid-template-columns:1fr}.grid,.grid3,.stat-grid{grid-template-columns:1fr}.card{padding:15px}.copy-row{flex-direction:column}}
