:root{--bg:#0a0a0a;--surface:#141414;--surface-2:#1e1e1e;--border:#2a2a2a;--text:#f5f5f5;--muted:#9ca3af;--accent:#16a34a;--accent-hover:#15803d;--danger:#ef4444;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;margin:0}#root{min-height:100vh}a{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:8px;width:100%;padding:10px 12px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:0}.btn{background:var(--accent);color:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:600;display:inline-flex}.btn:hover:not(:disabled){background:var(--accent-hover)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.btn-danger{border:1px solid var(--danger);color:#fca5a5;background:0 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:16px}.muted{color:var(--muted)}.error{color:#fca5a5;background:#450a0a;border:1px solid #7f1d1d;border-radius:8px;padding:12px}.success{color:#bbf7d0;background:#14532d;border:1px solid #166534;border-radius:8px;padding:12px}.survey-shell{--sv-bg:#f7faf7;--sv-surface:#fff;--sv-surface-raised:#f0f5f0;--sv-border:#d4e4d4;--sv-text:#1a2e1a;--sv-muted:#5a735a;--sv-accent:#16a34a;--sv-accent-light:#dcfce7;--sv-radius:12px;--sv-shadow:0 4px 24px #16a34a14;min-height:100dvh;padding:clamp(.85rem,3.5vw,1.5rem);padding-bottom:max(1rem, env(safe-area-inset-bottom));color:var(--sv-text);background:linear-gradient(160deg,#fff 0%,#f0fdf4 50%,#f7faf7 100%);justify-content:center;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;display:flex}.survey-shell .survey-card{width:100%;max-width:42rem;box-shadow:none;background:0 0;border:none;padding:0}.survey-shell .survey-header{margin-bottom:clamp(1.25rem,3vw,2rem)}.survey-shell .survey-logo{color:var(--sv-accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.survey-shell .survey-logo a{color:inherit;text-decoration:none}.survey-shell .survey-progress{background:var(--sv-surface-raised);border:1px solid var(--sv-border);border-radius:999px;height:6px;margin-bottom:.5rem;overflow:hidden}.survey-shell .survey-progress-fill{background:linear-gradient(90deg, var(--sv-accent), #4ade80);border-radius:999px;height:100%;transition:width .35s}.survey-shell .survey-progress-text{color:var(--sv-muted);margin:0;font-size:.85rem}.survey-shell .page-title{color:var(--sv-text);margin:0 0 .85rem;font-size:clamp(1.2rem,4.2vw,1.5rem);font-weight:600;line-height:1.35}.survey-shell .page-subtitle,.survey-shell .page-instructions{color:var(--sv-muted);margin:0 0 1.25rem;font-size:clamp(.9rem,2.5vw,.95rem)}.survey-shell .page-instructions strong{color:var(--sv-text)}.survey-shell .swing-badge{background:var(--sv-accent-light);border:1px solid var(--sv-border);color:var(--sv-accent);letter-spacing:.03em;border-radius:999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.survey-shell .overview-card{background:var(--sv-surface);border:1px solid var(--sv-border);border-radius:var(--sv-radius);box-shadow:var(--sv-shadow);margin-bottom:1.25rem;padding:clamp(1.1rem,2.5vw,1.5rem)}.survey-shell .overview-heading{color:var(--sv-text);margin:0 0 .75rem;font-size:1.05rem}.survey-shell .overview-card p{color:var(--sv-muted);margin:0 0 .85rem}.survey-shell .overview-card p:last-child{margin-bottom:0}.survey-shell .overview-steps{color:var(--sv-muted);margin:.5rem 0 1rem 1.25rem}.survey-shell .overview-ratings-title{color:var(--sv-text)!important;margin:1rem 0 .5rem!important}.survey-shell .rating-legend{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.survey-shell .rating-legend li{border-bottom:1px solid var(--sv-border);grid-template-columns:auto 1fr;align-items:start;gap:.35rem .75rem;padding:.65rem 0;display:grid}.survey-shell .rating-legend li:last-child{border-bottom:none}.survey-shell .legend-pill{border:1px solid var(--sv-border);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.25rem .6rem;font-size:.72rem;font-weight:600;line-height:1.3;display:inline-block}.survey-shell .legend-agree{color:#166534;background:#dcfce7}.survey-shell .legend-disagree{color:#991b1b;background:#fee2e2}.survey-shell .legend-error{color:#92400e;background:#fef3c7}.survey-shell .legend-desc{color:var(--sv-muted);overflow-wrap:break-word;min-width:0;font-size:.9rem}.survey-shell .form-hint{color:var(--sv-muted);margin-top:.85rem;font-size:.8rem}.survey-shell .form-group{margin-bottom:1.25rem}.survey-shell .form-group label,.survey-shell .label{color:var(--sv-text);margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.survey-shell input,.survey-shell textarea{background:var(--sv-surface);border:1px solid var(--sv-border);width:100%;color:var(--sv-text);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.survey-shell input:focus,.survey-shell textarea:focus{border-color:var(--sv-accent);outline:none;box-shadow:0 0 0 3px #16a34a26}.survey-shell textarea{resize:vertical;min-height:120px}.survey-shell .survey-video-wrap{justify-content:center;margin-bottom:1.25rem;display:flex}.survey-shell .survey-video-wrap video{aspect-ratio:9/16;object-fit:contain;border-radius:var(--sv-radius);border:1px solid var(--sv-border);background:var(--sv-surface-raised);width:100%;max-width:min(100%,28rem);max-height:clamp(12rem,42vh,20rem);display:block}.survey-shell .faults-panel{background:var(--sv-surface);border:1px solid var(--sv-border);border-radius:var(--sv-radius);box-shadow:var(--sv-shadow);margin-bottom:1.25rem;overflow:hidden}.survey-shell .faults-header{background:var(--sv-surface-raised);border-bottom:1px solid var(--sv-border);letter-spacing:.04em;text-transform:uppercase;color:var(--sv-muted);grid-template-columns:1fr auto;gap:1rem;padding:.65rem 1.25rem;font-size:.75rem;font-weight:600;display:grid}.survey-shell .survey-fault-list{margin:0;padding:0;list-style:none}.survey-shell .survey-fault-card{border-bottom:1px solid var(--sv-border);background:var(--sv-surface);box-shadow:none;border-top:none;border-left:none;border-right:none;border-radius:0;padding:1rem 1.25rem}.survey-shell .survey-fault-card:last-child{border-bottom:none}.survey-shell .fault-name{margin-bottom:.25rem;font-weight:600;display:block}.survey-shell .fault-desc{color:var(--sv-muted);margin-bottom:.75rem;font-size:.9rem;display:block}.survey-shell .survey-rating-row{border:0;flex-wrap:wrap;justify-content:flex-start;gap:.4rem;width:100%;min-width:0;margin:.5rem 0 .25rem;padding:0;display:flex}.survey-shell .survey-rating-pill{cursor:pointer;min-width:0;font-weight:inherit;margin:0;display:inline-flex;position:relative}.survey-shell .survey-rating-pill input{opacity:0;appearance:none;margin:0;position:absolute;width:0!important;height:0!important;box-shadow:none!important;border:0!important;padding:0!important}.survey-shell .survey-rating-pill span{border:1.5px solid var(--sv-border);background:var(--sv-surface);color:var(--sv-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:999px;padding:.5rem .75rem;font-size:.8rem;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-block}.survey-shell .survey-rating-pill:hover span{border-color:var(--sv-accent);color:var(--sv-text)}.survey-shell .survey-rating-pill:has(input:focus-visible) span{box-shadow:0 0 0 3px #16a34a33}.survey-shell .survey-rating-pill.rating-agree:has(input:checked) span{background:var(--sv-accent-light);border-color:var(--sv-accent);color:#166534}.survey-shell .survey-rating-pill.rating-disagree:hover span{color:#b91c1c;border-color:#dc2626}.survey-shell .survey-rating-pill.rating-disagree:has(input:checked) span{color:#b91c1c;background:#fef2f2;border-color:#dc2626}.survey-shell .survey-rating-pill.rating-error:has(input:checked) span{color:#92400e;background:#fef3c7;border-color:#d97706}.survey-shell .complete-message{text-align:center;padding:2rem .5rem}.survey-shell .complete-icon{background:var(--sv-accent-light);width:3rem;height:3rem;color:var(--sv-accent);border-radius:999px;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.survey-shell .survey-footer{justify-content:space-between;gap:12px;margin-top:1.5rem;padding-top:1rem;display:flex}.survey-shell .survey-footer .btn{background:var(--sv-accent);border-color:var(--sv-accent);color:#fff;min-width:120px}.survey-shell .survey-footer .btn-secondary{background:var(--sv-surface);color:var(--sv-text);border:1px solid var(--sv-border)}.survey-shell .survey-footer .btn:disabled{opacity:.5}.survey-shell .error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}@media (width<=900px){.survey-shell .faults-header{display:none}.survey-shell .survey-rating-row{border-top:1px dashed var(--sv-border);padding-top:.65rem}}@media (width<=768px){.survey-shell .survey-footer{z-index:20;padding-left:.25rem;padding-right:.25rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom));background:linear-gradient(to top, var(--sv-bg) 70%, #f7faf7f7 88%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-left:-.25rem;margin-right:-.25rem;position:sticky;bottom:0}.survey-shell .survey-fault-card{padding:1rem}.survey-shell .page-instructions{font-size:.9rem}}@media (width<=540px){.survey-shell .rating-legend li{grid-template-columns:1fr}.survey-shell .legend-pill{justify-self:start}.survey-shell .survey-footer{flex-direction:column-reverse}.survey-shell .survey-footer .btn{width:100%;min-width:0;min-height:2.75rem}.survey-shell .survey-rating-pill{flex:calc(33.333% - .3rem);min-width:0}.survey-shell .survey-rating-pill span{text-align:center;white-space:normal;width:100%;padding:.55rem .25rem;font-size:.68rem;line-height:1.2;display:block}.survey-shell .faults-panel{margin-left:-.15rem;margin-right:-.15rem}}@media (width>=541px) and (width<=900px){.survey-shell .survey-rating-pill span{padding:.45rem .55rem;font-size:.75rem}}.auth-shell{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{width:100%;max-width:420px}.brand{text-align:center;margin-bottom:28px}.brand-icon{margin-bottom:8px;font-size:40px;display:block}.brand h1{margin:0;font-size:32px}.stack{flex-direction:column;gap:14px;display:flex}.label{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.fine-print{text-align:center;margin-top:20px;font-size:13px}.back-link{color:var(--muted);margin-bottom:12px;text-decoration:none;display:inline-block}.otp-input{text-align:center;letter-spacing:8px;font-family:monospace;font-size:24px}.dashboard{max-width:960px;margin:0 auto;padding:24px 20px 48px}.dash-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.brand-inline{color:inherit;align-items:center;gap:8px;font-size:18px;text-decoration:none;display:flex}.dev-ui-badge{border:1px dashed var(--muted);letter-spacing:.02em;border-radius:4px;padding:2px 6px;font-size:11px}.tabs{border-bottom:1px solid var(--border);gap:8px;margin-bottom:20px;padding-bottom:8px;display:flex}.tab{color:var(--muted);background:0 0;border:none;border-radius:8px;padding:8px 16px;font-weight:600}.tab.active{background:var(--surface-2);color:var(--text)}.subtabs{gap:8px;margin-bottom:16px;display:flex}.subtab{background:var(--surface-2);border:1px solid var(--border);color:var(--muted);border-radius:8px;padding:8px 14px}.subtab.active{border-color:var(--accent);color:var(--text)}.panel{flex-direction:column;gap:16px;display:flex}.panel-head{justify-content:space-between;align-items:center;display:flex}.panel-head h3{margin:0}.member-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.member-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.small{font-size:13px}.badge{color:#bbf7d0;background:#14532d;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11px;display:inline-block}.muted-badge{background:var(--surface-2);color:var(--muted)}.btn-sm{padding:6px 12px;font-size:13px}.row{align-items:center;display:flex}.gap{flex-wrap:wrap;gap:12px}.csv-block{margin-bottom:8px}.csv-preview-wrap{border:1px solid var(--border);background:#00000026;border-radius:10px;margin-top:12px;overflow:hidden}.csv-preview-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.csv-preview-scroll{max-height:280px;overflow:auto}.csv-preview-table{border-collapse:collapse;width:100%;font-size:13px}.csv-preview-table th,.csv-preview-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:8px 12px}.csv-preview-table th{background:var(--card);white-space:nowrap;font-weight:600;position:sticky;top:0}.csv-preview-table tbody tr:last-child td{border-bottom:none}.import-errors{margin-top:12px;font-size:13px}.import-errors ul{margin:8px 0 0;padding-left:20px}.form-card h3{margin-top:0}.form-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}@media (width<=640px){.form-grid{grid-template-columns:1fr}}.pad{padding:8px 0}.banner{margin-bottom:16px}.toast{z-index:100;max-width:360px;position:fixed;top:16px;right:16px}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;align-items:center;gap:16px;padding:12px 20px;display:flex}.app-nav{flex:1;gap:4px;display:flex}.nav-link{color:var(--muted);border-radius:8px;padding:8px 12px;font-size:14px;font-weight:600;text-decoration:none}.nav-link.active,.nav-link:hover{color:var(--text);background:var(--surface-2)}.header-user{align-items:center;gap:10px;display:flex}.org-switcher{align-items:center;gap:6px;display:flex}.org-switcher-select{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;max-width:180px;padding:6px 8px;font-size:13px}.app-main{flex:1}.app-footer{border-top:1px solid var(--border);text-align:center;padding:16px 20px}.page{max-width:720px;margin:0 auto;padding:24px 20px 48px}.page-wide{max-width:960px}.page-head h1{margin:0 0 8px}.page-head p{margin:0 0 20px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}@media (width>=640px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center}.stat-value{color:var(--accent);font-size:28px;font-weight:700}.history-list,.notes-list{flex-direction:column;gap:10px;margin:0 0 20px;padding:0;list-style:none;display:flex}.history-row{padding:14px 16px}.history-main{align-items:center;gap:16px;display:flex}.history-score{min-width:48px;color:var(--accent);font-size:28px;font-weight:700}.history-date{font-weight:600}.empty-state{text-align:center;padding:32px 20px}.action-grid{grid-template-columns:1fr;gap:12px;margin-bottom:20px;display:grid}@media (width>=560px){.action-grid{grid-template-columns:1fr 1fr}}.action-card{color:inherit;text-decoration:none;transition:border-color .15s}.action-card:hover{border-color:var(--accent)}.action-card h3,.profile-card h2,.info-card h3{margin-top:0}.score-chart{align-items:flex-end;gap:6px;height:140px;margin-bottom:16px;padding:16px;display:flex;overflow-x:auto}.chart-bar{background:linear-gradient(#22c55e,#16a34a);border-radius:4px 4px 0 0;flex:1;min-width:12px;max-width:24px}.hide-mobile{display:none}@media (width>=640px){.hide-mobile{display:inline}}.modal-backdrop{z-index:50;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{width:100%;max-width:480px;max-height:90vh;overflow:auto}
