:root{--ink:#2d2d52;--ink-soft:#2d2d52;--gold:#ffe298;--gold-dark:#ffe298;--gold-light:#ffe298;--cream:#faf8f3;--surface:#fff;--surface-soft:#f7f5f0;--muted:#6b7280;--muted-dark:#5f5a52;--border:#e5e0d8;--border-soft:#ddd6c9;--success:#2d6a4f;--danger:#b5283a;--warn:#d97706;--shadow:0 2px 24px #1a1a2e14;--shadow-strong:0 20px 60px #0000004d;--radius:12px;--radius-lg:16px;--radius-xl:20px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--cream);color:var(--ink)}h1,h2,h3,h4{font-family:Playfair Display,serif}button,input,textarea,select{font:inherit}.app{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;display:flex}.content{flex:1;max-height:calc(100vh - 60px);padding:32px;overflow-y:auto}.content-inner{padding:0}.questions-wrap{gap:16px;margin-top:20px;display:grid}.nav-buttons{gap:12px;margin-top:24px;display:flex}.topbar{z-index:100;background:var(--ink);color:#fff;justify-content:space-between;align-items:center;padding:14px 32px;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #0003}.topbar-logo{align-items:center;gap:12px;display:flex}.topbar-logo h1{color:#ffe298;letter-spacing:.5px;font-size:40px}.topbar-logo span{text-transform:uppercase;color:var(--ink);background:#ffe298;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.topbar-nav{gap:8px;display:flex}.nav-btn{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff3;border-radius:8px;padding:8px 18px;font-size:13.6px;transition:all .2s}.nav-btn.active,.nav-btn:hover{color:var(--ink);background:#ffe298;border-color:#000;font-weight:600}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-shrink:0;width:390px;padding:24px 0;overflow-y:auto}.sidebar-section{border-bottom:1px solid var(--border);margin-bottom:16px;padding:0 16px 16px}.sidebar-item.locked{opacity:.55;cursor:not-allowed;pointer-events:auto}.sidebar-label{text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:8px;font-size:20px;font-weight:600}.sidebar-item{cursor:pointer;color:var(--ink);border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 14px;font-size:16px;transition:all .15s;display:flex}.sidebar-item:hover{background:var(--cream)}.sidebar-item.active{background:var(--ink);color:#fff;font-weight:500}.dot-empty,.dot-partial,.dot-complete{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;min-width:14px;height:14px;display:inline-flex}.dot-empty{border:1.5px solid var(--muted);background:0 0}.dot-partial{background:var(--warn)}.dot-complete{background:var(--success);color:#fff;font-size:10px;font-weight:700}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;flex-direction:column;height:100%;margin-bottom:0;display:flex;overflow:hidden}.card-header{background:linear-gradient(135deg, var(--ink) 0%, #1a1a3e 100%);color:#ffe298;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.card-body{flex-direction:column;flex:1;display:flex}.card-title{align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.btn{cursor:pointer;background:#ffe298;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:10px 22px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:var(--ink-soft)}.btn-gold{color:#000;background:#ffe298}.btn-outline{border:1.5px solid var(--border);color:var(--ink);background:#ffe298;font-weight:600}.btn-outline:hover{border-color:var(--ink)}.btn-danger{background:var(--danger);color:#fff}.btn-sm{padding:8px 12px;font-size:13px}.btn:disabled{opacity:.5;cursor:not-allowed}.form-control{border:1.5px solid var(--border);background:var(--surface);width:100%;color:var(--ink);border-radius:8px;padding:9px 13px;font-size:15px;transition:border .1s}.form-control:focus{border-color:#ffe298;outline:none}textarea.form-control{resize:vertical;min-height:80px}.form-group{margin-bottom:16px}.form-label{color:var(--ink);margin-bottom:6px;font-size:13.12px;font-weight:600;display:block}.checkbox-label{cursor:pointer;align-items:center;gap:8px;font-size:14px;display:flex}.checkbox-label input{cursor:pointer;width:16px;height:16px}.section-header{background:linear-gradient(135deg, var(--ink) 0%, #2b2bb1 60%, #1a1a3e 100%);color:#fff;border-radius:var(--radius);margin-bottom:20px;padding:20px 24px}.section-header h2{color:#ffe298;margin-bottom:10px;font-size:35px}.section-header p{opacity:.85;font-size:15px;line-height:1.5}.section-meta{opacity:.75;gap:20px;margin-top:12px;font-size:12.8px;display:flex}.question-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:all .2s;overflow:hidden}.question-card.is-disabled{opacity:.55;pointer-events:none}.q-header{border-bottom:1px solid var(--border);background:#fafafa;align-items:flex-start;gap:14px;padding:16px 20px;display:flex}.question-num{background:var(--ink);color:#ffe298;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13.6px;font-weight:700;display:flex}.q-text{flex:1;font-size:16px;font-weight:500;line-height:1.4}.q-options{flex-direction:column;gap:8px;padding:16px 20px;display:flex}.option-label{border:1.5px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:12px;margin-top:8px;padding:10px 14px;font-size:16px;transition:all .15s;display:flex}.option-label:hover{background:var(--cream);border-color:#e5e0d8}.option-label.selected{background:linear-gradient(135deg,#fdf6e3,#faf0d0);border-color:#e5e0d8;font-weight:500}.option-label.disabled{cursor:not-allowed}.option-label input[type=radio]{accent-color:#ffe298;flex-shrink:0;width:16px;height:16px}.option-content{flex-direction:column;gap:4px;display:flex}.option-title{font-weight:500}.option-description{color:#6b7280;margin-top:2px;font-size:16px;line-height:1.4}.question-skip-note{color:#6b5a1f;background:#fff8e6;border:1px solid #e7c66a;border-radius:8px;margin:-6px 0 16px;padding:10px 12px;font-size:14px;line-height:1.4}.login-page{background:linear-gradient(135deg, var(--ink) 0%, #2b2bb1 60%, #1a1a3e 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:860px;padding:40px;box-shadow:0 30px 80px #1b1461f5}.login-logo{text-align:center;margin-bottom:28px}.login-logo h1{color:var(--ink);margin-bottom:6px;font-size:40px}.tagline{color:var(--muted);font-size:15px;line-height:1.3}.login-divider{border:none;border-top:1px solid var(--border);margin:20px 0}.login-desc{color:#000;background:var(--cream);border-left:11px solid #ffe39b;border-radius:18px;height:auto;min-height:120px;margin-bottom:20px;padding:20px;font-size:20px;line-height:1.6}.login-form{flex-direction:column;gap:8px;margin-top:18px;display:flex}.login-label{color:#1e1e1e;margin-top:6px;font-size:15px;font-weight:800}.login-input{box-sizing:border-box;background:#fff;border:1px solid #e5e2db;border-radius:999px;outline:none;width:100%;height:44px;padding:0 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:#c8a96e;box-shadow:0 0 0 3px #c8a96e1f}.login-input-error{border-color:#d93025;box-shadow:0 0 0 3px #d9302514}.login-error{color:#d93025;margin-top:-2px;margin-bottom:2px;padding-left:4px;font-size:12px}.login-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.login-google-btn{border-radius:999px;width:100%;min-height:44px}.admin-tabs{background:var(--cream);border-radius:8px;gap:0;width:fit-content;margin-bottom:24px;padding:4px;display:flex}.admin-tab{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 18px;font-size:20px;font-weight:500;transition:all .2s}.admin-tab.active{background:var(--ink);color:#fff}.actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.edit-fields{flex-direction:column;gap:8px;min-width:260px;display:flex}.edit-fields input,.edit-fields textarea,.edit-fields select{color:#111;background:#fff;border:1px solid #d8d8d8;border-radius:8px;width:100%;padding:8px 10px;font-size:14px}.edit-fields textarea{resize:vertical;min-height:70px}.edit-fields label{align-items:center;gap:6px;font-size:14px;display:flex}table{border-collapse:collapse;width:100%;font-size:20px}th{background:var(--ink);color:#ffe298;text-align:left;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;font-size:12.8px;font-weight:600}td{border-bottom:1px solid var(--border);vertical-align:top;padding:10px 14px}tr:hover td{background:var(--cream)}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:900px;max-height:90vh;box-shadow:var(--shadow-strong);overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:22.4px}.modal-body{padding:24px}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.option-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.option-row .form-control{flex:1}.option-row input[type=number]{width:100px}.opt-remove{color:var(--danger);cursor:pointer;background:0 0;border:none;padding:4px;font-size:17.6px}.add-option-btn{color:#ffe298;cursor:pointer;background:0 0;border:1.5px dashed #ffe298;border-radius:6px;margin-top:4px;padding:6px 14px;font-size:13.12px}.results-page{flex-direction:column;gap:18px;width:100%;display:flex}.results-layout{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.results-col{min-width:0}.results-col-focus{grid-column:span 1}.results-col-section{grid-column:span 3}.results-side{grid-column:span 2;grid-template-rows:auto 1fr;gap:12px;min-width:0;display:grid}.results-hero{background:linear-gradient(135deg, var(--ink) 0%, #2b2bb1 60%, #1a1a3e 100%);color:#fff;border-radius:18px;grid-template-columns:40% 60%;align-items:center;gap:0;padding:22px 30px 18px;display:grid}.results-hero-left{justify-content:center;align-items:center;min-height:220px;display:flex}.results-hero-right{flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;min-width:0;padding-right:18px;display:flex}.hero-header{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-candidate-name{color:#ffe298;font-size:53px;font-weight:700;line-height:1.25}.hero-level{margin-top:0}.hero-description{color:#ffffffeb;text-align:left;letter-spacing:.15px;word-spacing:1px;max-width:100%;margin:0;font-size:16px;line-height:1.75}.hero-main-title{display:none}.speedometer-wrap{width:100%;max-width:100%;padding-left:0}.speedometer-svg{width:82%;height:240px;margin:0 auto;display:block}.speedometer-center-dome{fill:#141432d9}.speedometer-center-cut{fill:#2d2d52}.speedometer-segment{fill:none;stroke-width:26px;stroke-linecap:butt}.speedometer-segment.band-a{stroke:#ef3b2d}.speedometer-segment.band-b{stroke:#f28c28}.speedometer-segment.band-c{stroke:#f4c20d}.speedometer-segment.band-d{stroke:#9ccc65}.speedometer-segment.band-e .speedometer-wrap{width:100%;max-width:100%;padding-left:10px}.speedometer-segment.band-e .speedometer-svg{width:75%;height:300px;margin:0 auto;display:block}.speedometer-segment.band-e .speedometer-center-dome{fill:#141432e6}.speedometer-segment.band-e .speedometer-center-cut{fill:#2d2d52}.speedometer-segment.band-e .speedometer-segment{fill:none;stroke-width:26px;stroke-linecap:butt}.speedometer-segment.band-e .speedometer-segment.band-a{stroke:#ef3b2d}.speedometer-segment.band-e .speedometer-segment.band-b{stroke:#f28c28}.speedometer-segment.band-e .speedometer-segment.band-c{stroke:#f4c20d}.speedometer-segment.band-e .speedometer-segment.band-d{stroke:#9ccc65}.speedometer-segment.band-e .speedometer-segment.band-e{stroke:#32b44a}.speedometer-segment.band-e{stroke:#32b44a}.speedometer-band-title{fill:#ffffffc7;letter-spacing:.4px;font-size:13px;font-weight:700;transition:fill .25s,filter .25s,font-size .25s}.speedometer-band-title.active{fill:#ffe298;filter:drop-shadow(0 0 6px #ffe298d9);font-size:20px}.speedometer-needle{fill:#d8d8d8;stroke:#8a8a8a;stroke-width:.8px}.speedometer-needle-cap{fill:#d8d8d8;stroke:#8a8a8a;stroke-width:1.2px}.speedometer-needle-core{fill:#6a6a6a}.speedometer-score{fill:#ffe298;paint-order:stroke;stroke:#0c0c1e;stroke-width:5px;stroke-linejoin:round;font-size:28px;font-weight:800}.speedometer-score-max{fill:#ffe298;stroke:#0c0c1e;stroke-width:3px;font-size:16px;font-weight:700}@media (width<=1000px){.results-hero{text-align:center;grid-template-columns:1fr;gap:16px}.results-hero-left{min-height:240px}.results-hero-right{align-items:center;padding-right:0}.hero-header{justify-content:center}.hero-description{text-align:center;max-width:100%}.speedometer-wrap{max-width:480px;margin:0 auto}}@media (width<=700px){.speedometer-wrap{max-width:360px}}.results-mini-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;width:100%;display:grid}.result-mini-card{border:1px solid var(--border-soft);min-height:126px;box-shadow:var(--shadow);background:#fff;border-radius:14px;flex-direction:column;justify-content:flex-start;padding:16px 12px 10px;display:flex;position:relative;overflow:hidden}.mini-card-icon{color:#000;justify-content:center;align-items:center;font-size:25px;line-height:1;display:flex;position:absolute;top:8px}.mini-score{text-align:center;color:#3f3f46;width:100%;margin-top:8px;margin-bottom:6px;font-size:50px;font-weight:700;line-height:1}.mini-title{text-align:center;min-height:32px;color:var(--ink);justify-content:center;align-items:center;margin-bottom:8px;padding:0 4px;font-size:13px;font-weight:500;line-height:1.25;display:flex}.mini-title-text{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.result-mini-card .level-badge{margin-top:auto}.result-mini-card.badge-beginner{background:#f3cfcf}.result-mini-card.badge-emerging{background:#fbdac3}.result-mini-card.badge-performer{background:#fff3cf}.result-mini-card.badge-champion{background:#dcf3c6}.result-mini-card.badge-captain{background:#c1d7cc}.focus-card{height:100%}.focus-card-body{flex-direction:column;flex:1;justify-content:flex-start;gap:10px;padding:10px;display:flex}.focus-group{border-radius:10px;padding:8px}.focus-group.critical{background:#f3cfcf;border:1px solid #c0000014}.focus-group.moderate{background:#fff3cf;border:1px solid #ed7d311f}.focus-group.strong{background:#c1d7cc;border:1px solid #1f5f3a1f}.focus-group-title{color:var(--ink);margin-bottom:6px;font-size:14px;font-weight:700}.focus-group-list{flex-direction:column;gap:6px;display:flex}.focus-item{background:#ffffffb3;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:13px;line-height:1.25;display:flex}.focus-item strong{white-space:nowrap}.focus-item.neutral{color:var(--muted);justify-content:flex-start}.section-card{height:100%}.progress-list,.progress-list.modern{flex-direction:column;gap:16px;display:flex}.progress-item,.progress-item.modern{flex-direction:column;gap:4px;display:flex}.progress-top-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.progress-item{border-radius:10px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.progress-title{min-width:0;color:var(--ink);flex:1;font-size:15px;font-weight:700;line-height:1.2}.progress-right{flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.progress-bar,.progress-bar.modern{background:var(--border-soft);border-radius:999px;height:8px;margin-top:2px;overflow:hidden}.progress-fill{border-radius:999px;width:0;height:100%;transition:width .8s}.progress-fill.captain{background:#1f5f3a}.progress-fill.champion{background:#92d050}.progress-fill.performer{background:#ffc000}.progress-fill.emerging{background:#ed7d31}.progress-fill.beginner{background:#c00000}.progress-bottom-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:19px;line-height:1.2;display:flex}.progress-percent-bottom{font-weight:500}.results-side .card,.legend-card{height:auto}.next-steps-card{flex-direction:column;height:100%;display:flex}.legend-top-strip{border-bottom:1px solid var(--border);background:#fff7dc;padding:12px 14px;font-weight:700}.legend-section{padding:12px 14px 4px}.legend-subhead{color:var(--ink);margin-bottom:8px;font-weight:700}.legend-bullet-row{align-items:flex-start;gap:8px;margin-bottom:8px;font-size:14px;line-height:1.45;display:flex}.legend-bullet-row strong{white-space:nowrap;margin-left:auto}.legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:7px}.legend-dot.critical{background:#c00000}.legend-dot.moderate{background:#ed7d31}.legend-dot.strong{background:#1f5f3a}.legend-next-level{border-top:1px solid var(--border);padding:10px 14px;font-size:14px}.legend-description-box{color:var(--muted);padding:10px 14px 16px;font-size:13px;line-height:1.6}.next-steps-card .card-body{padding:0}.next-steps-list{flex-direction:column;flex:1;display:flex}.next-step-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.next-step-number{width:22px;min-width:22px;color:var(--ink);font-weight:700}.next-step-text{flex:1;font-size:14px;line-height:1.4}.level-badge{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;min-width:100px;height:28px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.level-badge.small{min-width:100px;height:28px}.results-hero .level-badge{color:#1a1a1a;background:#ffe298;border:2px solid #ffe298;border-radius:8px;max-width:fit-content;height:auto;min-height:28px;margin-top:0;padding:6px 18px;font-size:clamp(12px,1.5vw,18px)}.badge-captain{color:#fff;background:#1f5f3a}.badge-champion{color:#111;background:#92d050}.badge-performer{color:#111;background:#ffc000}.badge-emerging{color:#fff;background:#ed7d31}.badge-beginner{color:#fff;background:#c00000}.results-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (width<=1200px){.results-mini-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1000px){.results-layout{grid-template-columns:1fr}.results-col-focus,.results-col-section,.results-side{grid-column:span 1}.results-hero{text-align:center;grid-template-columns:1fr}.results-hero-right{align-items:center}.hero-candidate-card{max-width:100%}}@media (width<=768px){.login-card{padding:24px 18px}.login-logo h1{font-size:21.6px}.tagline{font-size:15px}.login-desc{min-height:unset;height:auto;padding:16px;font-size:20px;line-height:1.5}.login-actions{flex-direction:column;align-items:stretch}.login-actions .btn{justify-content:center;width:100%}.main{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%}.content{padding:16px}.results-mini-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){.speedometer-wrap{max-width:360px;margin:0 auto}}@media (width<=700px){.speedometer-wrap{max-width:360px}}
