*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:#f5f7fa;color:#1a202c;line-height:1.5}a{color:#1f4e79}.container{max-width:820px;margin:0 auto;padding:24px 20px 80px}.header-band{background:linear-gradient(135deg,#1f4e79,#2c6ba8);color:#fff;padding:32px 28px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.header-band h1{margin:0 0 8px;font-size:26px;font-weight:700}.header-band p{margin:0;opacity:.95;font-size:15px}.progress-bar{height:6px;background:hsla(0,0%,100%,.25);border-radius:3px;margin-top:20px;overflow:hidden}.progress-fill{height:100%;background:#fff;width:0;transition:width .3s ease}.section{background:#fff;border-radius:12px;padding:24px 28px;margin-bottom:20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.section-title{font-size:18px;font-weight:600;color:#1f4e79;margin:0 0 4px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.section-subtitle{color:#64748b;font-size:13px;margin:0 0 20px}.question{margin:24px 0}.question-label{font-weight:600;margin-bottom:12px;font-size:15px}.required{color:#dc2626;margin-left:2px}.options{display:flex;flex-direction:column;gap:8px}.option{display:flex;align-items:center;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .15s ease;background:#fff}.option:hover{border-color:#1f4e79;background:#f8fafc}.option.selected{border-color:#1f4e79;background:#eff6ff}.option input{margin-right:12px;accent-color:#1f4e79;width:16px;height:16px}.option-text{flex:1 1;font-size:14px}.option-other-input{margin-left:8px;padding:6px 10px;border:1px solid #cbd5e0;border-radius:6px;font-size:14px;width:60%}input[type=email],input[type=password],input[type=text],textarea{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#1f4e79}textarea{min-height:80px}.likert-wrapper{overflow-x:auto;margin-top:8px;border:1px solid #e2e8f0;border-radius:8px}table.likert{width:100%;border-collapse:collapse;font-size:13px;min-width:560px}table.likert td,table.likert th{padding:8px 4px;text-align:center;border-bottom:1px solid #e2e8f0}table.likert th{background:#1f4e79;color:#fff;font-weight:600;font-size:12px}table.likert td:first-child,table.likert th:first-child{text-align:left;padding-left:14px;min-width:180px}table.likert th .anchor{font-size:10px;font-weight:400;display:block;opacity:.85;margin-top:2px}table.likert tr:nth-child(2n) td{background:#f8fafc}table.likert tr:last-child td{border-bottom:none}table.likert input[type=radio]{accent-color:#1f4e79;cursor:pointer}.submit-bar{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:24px}.btn{background:#1f4e79;color:#fff;border:none;padding:14px 36px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.btn:hover{background:#163a5c}.btn:disabled{background:#94a3b8;cursor:not-allowed}.btn-secondary{background:#fff;color:#1f4e79;border:1.5px solid #1f4e79}.btn-secondary:hover{background:#f1f5f9}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.thanks{text-align:center;padding:48px 24px}.thanks .check{width:64px;height:64px;border-radius:50%;background:#dcfce7;color:#166534;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:32px}.thanks h2{color:#1f4e79;margin:0 0 8px}.thanks p{color:#475569}.thanks .gift{background:#fefce8;border:1px solid #fde68a;border-radius:8px;padding:16px;margin-top:20px;text-align:left;font-size:13px;color:#713f12}.closed-banner{background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12;padding:20px;border-radius:12px;text-align:center}.closed-banner h2{color:#7c2d12;margin:0 0 8px}.admin-shell{max-width:1100px;margin:0 auto;padding:24px 20px 80px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:18px 20px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.stat-label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:28px;font-weight:700;color:#1f4e79;margin-top:4px}.stat-sub{font-size:12px;color:#64748b;margin-top:4px}.seg-row{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid #e2e8f0}.seg-row:last-child{border-bottom:none}.seg-name{font-weight:600;flex:0 0 140px}.seg-progress{flex:1 1;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden}.seg-progress-fill{height:100%;background:#1f4e79;transition:width .3s}.seg-count{flex:0 0 100px;font-size:13px;color:#475569;text-align:right}.seg-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:600}.seg-badge.open{background:#dcfce7;color:#166534}.seg-badge.closed{background:#fee2e2;color:#991b1b}@media (max-width:600px){.admin-shell,.container{padding:12px 10px 60px}.header-band,.section{padding:20px 16px;border-radius:8px}.header-band h1{font-size:22px}.seg-row{flex-wrap:wrap}.seg-name{flex:0 0 100%}}