.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid transparent;border-radius:8px;padding:0 18px;cursor:pointer;font-weight:700;text-decoration:none}.button:disabled{cursor:not-allowed;opacity:.62}.button-primary{background:var(--accent);color:white}.button-primary:hover:not(:disabled){background:var(--accent-strong)}.button-secondary{border-color:var(--border);background:white;color:var(--text)}.card{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:clamp(20px,4vw,32px);box-shadow:0 12px 30px rgb(23 32 42/8%)}.choice-list{grid-gap:12px;margin:0;padding:0;border:0}.choice,.choice-list{display:grid;gap:12px}.choice{grid-template-columns:22px 1fr;grid-gap:12px;align-items:center;border:1px solid var(--border);border-radius:8px;background:white;padding:14px;min-height:52px;cursor:pointer}.choice:hover{border-color:color-mix(in srgb,var(--accent) 45%,var(--border))}.choice:has(.choice-input:checked){border-color:var(--accent);background:#eefaf8}.choice:has(.choice-input:disabled){cursor:default;opacity:.76}.dashboard-page{min-height:100vh;padding:32px 16px}.dashboard-shell{width:min(1180px,100%);margin:0 auto}.dashboard-header{display:grid;grid-gap:8px;gap:8px;margin-bottom:24px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.dashboard-section{display:grid;grid-gap:14px;gap:14px}.dashboard-section-header{display:flex;gap:12px;align-items:baseline;justify-content:space-between}.kpi-card{min-height:116px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:16px}.kpi-label{margin:0;color:var(--muted);font-size:.82rem;font-weight:700}.kpi-value{margin:8px 0 0;color:var(--text);font-size:1.65rem;font-weight:800}.kpi-detail{margin:8px 0 0;color:var(--muted);font-size:.84rem}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table td,.data-table th{padding:11px 12px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.data-table th{background:var(--surface-muted);color:var(--muted);font-size:.78rem;text-transform:uppercase}.data-table tr:last-child td{border-bottom:0}.dashboard-table-grid,.quality-score{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:900px){.dashboard-grid,.dashboard-table-grid,.filter-grid,.quality-score{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.dashboard-grid,.dashboard-table-grid,.filter-grid,.quality-score{grid-template-columns:1fr}}.progress{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.progress-step{display:grid;grid-gap:6px;gap:6px;min-width:0;color:var(--muted);font-size:.78rem;text-align:center}.progress-step.active{color:var(--accent-strong);font-weight:700}.progress-marker{display:inline-grid;width:28px;height:28px;place-items:center;justify-self:center;border:1px solid var(--border);border-radius:999px;background:white}.progress-step.active .progress-marker{border-color:var(--accent);background:var(--accent);color:white}@media (max-width:560px){.progress{grid-template-columns:1fr}.progress-step{grid-template-columns:32px 1fr;align-items:center;text-align:left}.progress-marker{justify-self:start}}:root{color-scheme:light;--background:#f5f7f9;--surface:#ffffff;--surface-muted:#eef2f6;--surface-soft:#f8fbfb;--border:#d8e0e8;--text:#17202a;--muted:#5c6b7a;--accent:#0f766e;--accent-strong:#115e59;--danger:#b42318;--focus:#2563eb}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input{font:inherit}.page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:40px 16px}.shell{width:min(760px,100%)}.stack{display:grid;grid-gap:22px;gap:22px}.eyebrow{margin:0;color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.title{margin:0;font-size:clamp(2rem,5vw,3.75rem);line-height:1.05}.heading{margin:0;font-size:1.75rem;line-height:1.15}.body-copy{margin:0;color:var(--muted);font-size:1.03rem;line-height:1.65}.field{display:grid;grid-gap:8px;gap:8px}.label{font-weight:700}.input,.label{color:var(--text)}.input{width:100%;border:1px solid var(--border);border-radius:8px;padding:13px 14px;background:white}.button:focus-visible,.choice-input:focus-visible,.input:focus{outline:3px solid color-mix(in srgb,var(--focus) 35%,transparent);outline-offset:2px}.actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.muted-list{margin:0;padding-left:20px;color:var(--muted);line-height:1.7}.status-line{color:var(--muted);font-size:.92rem}.notice{border-left:4px solid var(--accent);background:var(--surface-muted);padding:14px 16px}.hero-title-row{display:flex;gap:12px;align-items:center}.logo-mark{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:10px;background:var(--accent);color:white;font-weight:900}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.info-tile{border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:14px}.info-label{margin:0;color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.info-value{margin:6px 0 0;color:var(--text);font-size:1.05rem;font-weight:800}.comfort-list{display:grid;grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.comfort-list li{border:1px solid var(--border);border-radius:8px;background:white;padding:12px 14px;color:var(--text)}.assessment-progress{display:grid;grid-gap:8px;gap:8px}.assessment-progress-label{display:flex;justify-content:space-between;color:var(--muted);font-size:.9rem;font-weight:700}.progress-bar{overflow:hidden;height:10px;border-radius:999px;background:var(--surface-muted)}.progress-bar-fill{height:100%;border-radius:inherit;background:var(--accent);transition:width .18s ease}.helper-text{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}.question-fieldset{display:grid;grid-gap:12px;gap:12px;border:0;margin:0;padding:0}.textarea{min-height:120px;resize:vertical}.star-rating{display:flex;flex-wrap:wrap;gap:8px}.star-option{display:inline-flex;min-width:48px;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;color:#b45309;cursor:pointer;font-size:1.7rem}.star-option input{position:absolute;width:1px;height:1px;opacity:0}.star-option:has(input:focus-visible){border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,118,110,.18)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden}@media (max-width:640px){.page{align-items:flex-start;padding-top:24px}.info-grid{grid-template-columns:1fr}.title{font-size:2.25rem}}.dev-debug-panel{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;gap:8px;background:white;border:1px solid var(--border);border-radius:8px;padding:10px 14px;box-shadow:0 4px 16px rgba(23,32,42,.12);z-index:9999}.dev-debug-label{font-size:.85rem;font-weight:700;color:var(--muted)}.dev-debug-select{border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:.85rem;background:white;color:var(--text);outline:none;cursor:pointer;max-width:220px}.dev-debug-select:focus{border-color:var(--accent)}