:root{--flux-red: #e8201a;--flux-red-hover: #c91b16;--flux-red-soft: #fff3f2;--flux-red-line: #ffd5d3;--paper: #f7f6f3;--paper-warm: #fbfaf7;--surface: #ffffff;--surface-warm: #fffdf9;--panel-soft: #f0efeb;--ink: #0b0b0b;--ink-warm: #17130f;--text-body: #211b15;--text-muted: #6b6b69;--text-soft: #9a9791;--border: #e4e2dc;--border-strong: #c8c6c0;--border-warm: #d8d0c3;--focus-ring: rgba(232, 32, 26, .28);--success-text: #14613f;--success-bg: #e9f5ee;--success-line: #bfe3cd;--warning-text: #92600a;--warning-bg: #fef3c7;--warning-line: #f1dfa4;--danger-text: #c91b16;--danger-bg: #fff3f2;--danger-line: #ffd5d3;--info-text: #3a3a38;--info-bg: #f0efeb;--info-line: #e4e2dc;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-control: 999px;--radius-field: 12px;--radius-card: 16px;--radius-panel: 22px;--shadow-card: 0 1px 2px rgba(23, 19, 15, .04);--shadow-panel: 0 8px 28px rgba(23, 19, 15, .07);--shadow-red: 0 2px 10px rgba(232, 32, 26, .22);--button-height: 42px;color:var(--text-body);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{overflow-x:hidden}body{overflow-x:hidden;min-width:320px;min-height:100vh;margin:0;background:linear-gradient(180deg,var(--paper-warm) 0%,var(--paper) 340px);-webkit-font-smoothing:antialiased}a{color:inherit}img,svg{max-width:100%}button,input{font:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.start-answer-list li:focus-within,.snapshot-auth-form label:focus-within{border-color:var(--flux-red);box-shadow:0 0 0 4px var(--focus-ring)}.app-shell{max-width:100vw;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding:16px clamp(18px,4vw,54px);border-bottom:1px solid var(--border);background:#fbfaf7f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;max-width:min(100%,230px);flex:0 0 auto;color:var(--ink);text-decoration:none}.brand-logo{width:clamp(150px,18vw,230px);height:auto;display:block}.nav-links{min-width:0;display:flex;align-items:center;justify-content:center;gap:var(--space-1);flex:1 1 auto;flex-wrap:wrap}.nav-links a{max-width:100%;min-height:36px;display:inline-flex;align-items:center;padding:8px 12px;border:1px solid transparent;border-radius:var(--radius-control);color:var(--text-muted);font-size:13px;font-weight:700;line-height:1;text-decoration:none;text-align:center;overflow-wrap:anywhere}.nav-links a.active{border-color:var(--flux-red-line);background:var(--flux-red-soft);color:var(--flux-red-hover)}.nav-links a:hover{background:var(--panel-soft);color:var(--ink-warm)}.header-auth-control{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);margin-left:auto}.header-auth-status{max-width:190px;color:var(--text-muted);font-size:12px;font-weight:700;overflow-wrap:anywhere}.header-auth-link,.header-auth-control button,.dashboard-card a,.start-overview-card a,.start-overview-card button,.start-question-navigation button,.start-result-preview-button,.start-save-button,.profile-edit-button,.profile-edit-actions button,.profile-card a,.profile-actions a,.journey-actions a,.snapshot-actions a,.snapshot-actions button,.snapshot-auth-actions button,.auth-mode-switch button,.snapshot-auth-form button,.snapshot-session-card button{max-width:100%;min-height:var(--button-height);display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius-control);background:var(--ink);color:#fff;font-size:14px;font-weight:700;line-height:1;padding:11px 17px;text-decoration:none;text-align:center;overflow-wrap:anywhere;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.header-auth-link:hover,.header-auth-control button:hover,.dashboard-card a:hover,.start-overview-card a:hover,.start-question-navigation button:hover:not(:disabled),.start-result-preview-button:hover:not(:disabled),.start-save-button:hover:not(:disabled),.profile-edit-button:hover:not(:disabled),.profile-edit-actions button:hover:not(:disabled),.profile-card a:hover,.profile-actions a:hover,.journey-actions a:hover,.snapshot-actions a:hover,.snapshot-actions button:hover,.snapshot-auth-actions button:hover:not(:disabled),.auth-mode-switch button:hover:not(:disabled),.snapshot-auth-form button:hover:not(:disabled),.snapshot-session-card button:hover{background:var(--flux-red);box-shadow:var(--shadow-red);transform:translateY(-1px)}.start-save-button,.profile-edit-button,.profile-edit-actions button[type=submit],.snapshot-auth-actions button,.snapshot-auth-form button[type=submit]{background:var(--flux-red);box-shadow:var(--shadow-red)}.start-save-button:hover:not(:disabled),.profile-edit-button:hover:not(:disabled),.profile-edit-actions button[type=submit]:hover:not(:disabled),.snapshot-auth-actions button:hover:not(:disabled),.snapshot-auth-form button[type=submit]:hover:not(:disabled){background:var(--flux-red-hover)}.auth-mode-switch button{border-color:var(--border);background:var(--surface);color:var(--ink-warm);box-shadow:none}.auth-mode-switch button[aria-pressed=true]{border-color:var(--flux-red-line);background:var(--flux-red-soft);color:var(--flux-red-hover)}.start-overview-card button:disabled,.start-question-navigation button:disabled,.start-result-preview-button:disabled,.start-save-button:disabled,.profile-edit-button:disabled,.profile-edit-actions button:disabled,.snapshot-actions button:disabled,.snapshot-auth-actions button:disabled,.auth-mode-switch button:disabled,.snapshot-auth-form button:disabled{border-color:var(--border);background:var(--panel-soft);box-shadow:none;color:var(--text-muted);cursor:not-allowed;transform:none}.profile-actions a+a,.journey-actions a+a,.snapshot-actions a+a{border-color:var(--border);background:var(--surface);color:var(--ink-warm)}.profile-actions a+a:hover,.journey-actions a+a:hover,.snapshot-actions a+a:hover{border-color:var(--flux-red-line);background:var(--flux-red-soft);color:var(--flux-red-hover);box-shadow:none}main{max-width:100vw;min-width:0;width:100%;overflow-x:hidden;flex:1;display:grid;place-items:start center;padding:clamp(36px,7vw,90px) clamp(18px,5vw,64px)}.app-footer{width:min(1160px,calc(100vw - 44px));max-width:1160px;margin:0 auto;padding:var(--space-12) 0 56px;display:grid;grid-template-columns:1.35fr .8fr .8fr .9fr;gap:28px;border-top:1px solid var(--border);color:var(--text-muted);font-size:13px}.app-footer .footer-brand img{width:130px;height:auto;display:block;margin-bottom:14px}.app-footer .footer-brand p{max-width:210px;margin:0;color:var(--text-muted);font-size:13px;line-height:1.55}.app-footer .footer-legal{margin-top:12px;color:var(--text-soft);font-size:10.5px;line-height:1.45}.app-footer .footer-col h3{margin:0 0 14px;color:var(--ink-warm);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.app-footer .footer-col a,.app-footer .footer-col button{display:block;max-width:100%;margin-bottom:8px;padding:0;border:0;background:transparent;color:var(--text-muted);font-size:13px;line-height:1.35;font-family:inherit;text-decoration:none;text-align:left;overflow-wrap:anywhere;cursor:pointer;transition:color .12s ease}.app-footer .footer-col a:hover,.app-footer .footer-col button:hover{color:var(--flux-red)}.privacy-consent-banner{position:fixed;inset:auto 0 0;z-index:80;padding:18px clamp(18px,4vw,42px);background:#111313f5;color:#fff;box-shadow:0 -14px 32px #0000002e}.privacy-consent-banner-inner{width:min(1160px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.privacy-consent-banner-text{min-width:0;flex:1 1 520px;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 12px;color:#ffffffd6;font-size:13px;line-height:1.6}.privacy-consent-banner-text strong{flex-basis:100%;color:#fff;font-size:13px}.privacy-consent-banner-text span{max-width:760px}.privacy-consent-banner-text a,.privacy-consent-banner-text button{padding:0;border:0;background:transparent;color:#fff;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.privacy-consent-actions,.privacy-modal-actions{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.privacy-consent-primary,.privacy-consent-secondary{min-height:var(--button-height);border-radius:var(--radius-control);padding:11px 17px;font-size:13px;font-weight:800;line-height:1;cursor:pointer}.privacy-consent-primary{border:1px solid var(--flux-red);background:var(--flux-red);color:#fff;box-shadow:var(--shadow-red)}.privacy-consent-primary:hover{background:var(--flux-red-hover);border-color:var(--flux-red-hover)}.privacy-consent-secondary{border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff}.privacy-consent-secondary:hover{border-color:#ffffffb3;background:#ffffff14}.privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:clamp(18px,4vw,36px);background:#1113138c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.privacy-modal-content{position:relative;width:min(540px,100%);max-height:min(86vh,720px);overflow:auto;padding:clamp(24px,4vw,34px);border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-warm);box-shadow:0 24px 48px #17130f38}.privacy-modal-close{position:absolute;top:var(--space-4);right:var(--space-4);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);font-size:16px;font-weight:800;line-height:1;cursor:pointer}.privacy-modal-close:hover{border-color:var(--flux-red-line);color:var(--flux-red-hover)}.privacy-modal-eyebrow{display:inline-flex;margin:0 0 var(--space-3);padding:7px 11px;border:1px solid var(--flux-red-line);border-radius:var(--radius-control);background:var(--flux-red-soft);color:var(--flux-red-hover);font-size:11px;font-weight:800;letter-spacing:.12em;line-height:1;text-transform:uppercase}.privacy-modal-title{max-width:420px;margin:0 0 var(--space-5);color:var(--ink);font-size:clamp(28px,5vw,38px);font-weight:780;line-height:1.02}.privacy-modal-section{margin-top:var(--space-5)}.privacy-modal-section h3{margin:0 0 var(--space-2);color:var(--ink-warm);font-size:13px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.privacy-modal-section p,.privacy-consent-key{margin:0;color:var(--text-muted);font-size:14px;line-height:1.65}.privacy-modal-section a{color:var(--flux-red-hover);font-weight:700}.privacy-modal-divider{height:1px;margin:var(--space-5) 0;background:var(--border)}.privacy-consent-key{padding:var(--space-3);border:1px solid var(--info-line);border-radius:var(--radius-field);background:var(--info-bg);color:var(--info-text);font-size:12px;font-weight:700;overflow-wrap:anywhere}.privacy-modal-actions{margin-top:var(--space-5)}.fluxy-open-lock{overflow:hidden}.fluxy-launcher{position:fixed;right:clamp(16px,3vw,26px);bottom:clamp(16px,3vw,26px);z-index:70;min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:0 18px 0 14px;border:0;border-radius:var(--radius-control);background:var(--ink-warm);color:#fff;box-shadow:0 18px 48px #17130f38;font-size:13px;font-weight:800;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.fluxy-launcher:hover{background:var(--flux-red);transform:translateY(-2px);box-shadow:0 20px 54px #e8201a3d}.fluxy-launcher-dot,.fluxy-mark,.fluxy-avatar{display:inline-grid;place-items:center;border-radius:999px;background:var(--flux-red);color:#fff;font-weight:900;line-height:1}.fluxy-launcher-dot{width:26px;height:26px;box-shadow:0 0 0 6px #e8201a29}.fluxy-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;justify-content:flex-end;padding:clamp(14px,3vw,22px);background:#11131357;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.fluxy-drawer{width:min(520px,100%);max-height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:26px;background:var(--surface-warm);box-shadow:0 28px 80px #17130f47}.fluxy-head{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5);border-bottom:1px solid var(--border);background:#ffffffbd}.fluxy-brandline{min-width:0;display:flex;align-items:flex-start;gap:var(--space-3)}.fluxy-mark{width:38px;height:38px;flex:0 0 38px;box-shadow:0 0 0 7px #e8201a1a}.fluxy-head h2{margin:0 0 5px;color:var(--ink);font-size:22px;font-weight:800;line-height:1}.fluxy-head p{margin:0;color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.45}.fluxy-close{width:34px;height:34px;flex:0 0 34px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);font-size:16px;font-weight:800;cursor:pointer}.fluxy-close:hover{border-color:var(--flux-red-line);color:var(--flux-red-hover)}.fluxy-context{margin:var(--space-4) var(--space-5) 0;padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-card);background:#ffffffb8}.fluxy-context-label{margin-bottom:var(--space-2);color:var(--flux-red);font-size:11px;font-weight:800;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.fluxy-context-copy{color:var(--text-muted);font-size:13px;font-weight:700;line-height:1.55}.fluxy-messages{min-height:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5)}.fluxy-row{display:flex;align-items:flex-start;gap:var(--space-2)}.fluxy-row-user{justify-content:flex-end}.fluxy-avatar{width:28px;height:28px;flex:0 0 28px;font-size:12px}.fluxy-bubble{max-width:86%;padding:12px 13px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text-body);font-size:13px;font-weight:650;line-height:1.55;overflow-wrap:anywhere}.fluxy-row-user .fluxy-bubble{border-color:var(--flux-red-line);background:var(--flux-red-soft)}.fluxy-chip-row{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-1)}.fluxy-chip-row button{min-height:34px;padding:8px 11px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:800;line-height:1.2;cursor:pointer}.fluxy-chip-row button:hover{border-color:var(--flux-red-line);background:var(--flux-red-soft);color:var(--flux-red-hover)}.fluxy-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);background:#ffffffb8}.fluxy-form textarea{width:100%;min-height:52px;max-height:120px;resize:vertical;border:1px solid var(--border);border-radius:var(--radius-field);padding:12px 13px;background:var(--surface);color:var(--text-body);font:inherit;font-size:13px;line-height:1.45}.fluxy-form textarea:focus-visible{border-color:var(--flux-red);outline:3px solid var(--focus-ring);outline-offset:0}.fluxy-form button{align-self:stretch;min-width:76px;border:1px solid var(--flux-red);border-radius:var(--radius-control);background:var(--flux-red);color:#fff;font-size:13px;font-weight:800;cursor:pointer}.fluxy-form button:disabled{border-color:var(--border);background:var(--panel-soft);color:var(--text-soft);cursor:not-allowed}.fluxy-note{padding:0 var(--space-5) var(--space-5);color:var(--text-soft);font-size:11px;font-weight:700;line-height:1.45}.page-panel,.dashboard-page,.start-page,.profile-page,.journey-page,.snapshot-page,.snapshot-session-card{min-width:0;width:100%;max-width:100%}@media (min-width: 721px){.page-panel,.dashboard-page,.start-page,.profile-page,.journey-page,.snapshot-page,.snapshot-session-card{max-width:1080px}}.page-panel{padding:clamp(22px,4vw,36px);border:1px solid var(--border);border-radius:var(--radius-panel);background:var(--surface-warm);box-shadow:var(--shadow-panel)}.eyebrow,.section-label{margin:0 0 var(--space-2);color:var(--flux-red);font-size:11px;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}h1{max-width:820px;margin:0;color:var(--ink);font-size:clamp(38px,6vw,76px);font-weight:780;letter-spacing:-.03em;line-height:.98;overflow-wrap:anywhere}h2,h3{color:var(--ink-warm);letter-spacing:-.02em;overflow-wrap:anywhere}.page-panel>p:not(.eyebrow),.dashboard-intro p:not(.eyebrow),.start-intro p:not(.eyebrow),.profile-intro p:not(.eyebrow),.journey-intro p:not(.eyebrow),.snapshot-intro p:not(.eyebrow){min-width:0;max-width:660px;margin:var(--space-5) 0 0;color:var(--text-muted);font-size:18px;line-height:1.6;overflow-wrap:anywhere}.sample-note{max-width:100%;display:inline-flex;align-items:center;flex-wrap:wrap;margin-top:var(--space-5);padding:8px 12px;border:1px solid var(--info-line);border-radius:var(--radius-control);background:var(--info-bg);color:var(--info-text);font-size:12px;font-weight:700;overflow-wrap:anywhere;white-space:normal}.state-pill{display:inline-flex;align-items:center;flex-wrap:wrap;width:fit-content;min-height:30px;margin:0 0 var(--space-3);padding:7px 11px;border:1px solid var(--info-line);border-radius:var(--radius-control);background:var(--info-bg);color:var(--info-text);font-size:12px;font-weight:750;line-height:1;overflow-wrap:anywhere}.state-panel{position:relative}.state-panel:before,.dashboard-boundary-card:before,.dashboard-connected-card:before,.dashboard-preview-card:before,.profile-basics-card:before,.profile-boundary-card:before,.journey-current-card:before,.journey-path-card:before,.journey-legend-card:before,.journey-resources-card:before,.snapshot-auth-card:before,.snapshot-empty-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:var(--radius-card) 0 0 var(--radius-card);background:var(--info-line)}.status-strip{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-8)}.status-strip span,.start-meta span,.start-question-preview-head>span,.start-question-status span,.start-question-title span,.journey-status{max-width:100%;display:inline-flex;align-items:center;flex-wrap:wrap;min-height:32px;padding:7px 11px;border:1px solid var(--info-line);border-radius:var(--radius-control);background:var(--info-bg);color:var(--info-text);font-size:12px;font-weight:700;line-height:1}.dashboard-grid,.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-10)}.start-layout{min-width:0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:var(--space-4);margin-top:var(--space-10)}.journey-layout{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr);gap:var(--space-4);margin-top:var(--space-10)}.snapshot-layout{min-width:0;display:grid;gap:var(--space-5);margin-top:var(--space-10)}.dashboard-card,.profile-card,.start-overview-card,.start-dimensions-card,.start-next-card,.start-question-preview-card,.start-local-result-card,.start-save-card,.journey-current-card,.journey-path-card,.journey-legend-card,.journey-resources-card,.snapshot-primary,.snapshot-copy,.snapshot-secondary,.snapshot-footer,.snapshot-empty-card,.snapshot-auth-card,.snapshot-session-card,.dimension-card{min-width:0;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.dashboard-card,.profile-card{min-width:0;position:relative;overflow:hidden;min-height:248px;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(20px,3vw,28px)}.dashboard-card-wide,.profile-card-wide{grid-column:span 3}.dashboard-card-main{max-width:100%;display:inline-flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-5);padding:8px 12px;border:1px solid var(--flux-red-line);border-radius:var(--radius-control);background:var(--flux-red-soft);color:var(--text-body);font-size:13px;font-weight:700;overflow-wrap:anywhere}.dashboard-boundary-card{background:var(--surface-warm)}.dashboard-boundary-card.state-ready,.dashboard-connected-card{border-color:var(--flux-red-line);background:var(--surface-warm)}.dashboard-boundary-card.state-ready:before,.dashboard-connected-card:before,.profile-basics-card:before,.snapshot-auth-card:before{background:var(--flux-red)}.dashboard-boundary-card.state-signed_out,.state-signed-out{border-color:var(--warning-line);background:var(--warning-bg)}.dashboard-boundary-card.state-signed_out:before,.state-signed-out:before{background:var(--warning-text)}.dashboard-boundary-card.state-read_error,.state-read-error,.route-state-read-error .snapshot-intro,.route-state-read-error .profile-intro{border-color:var(--danger-line);background:var(--danger-bg)}.dashboard-boundary-card.state-read_error:before,.state-read-error:before{background:var(--danger-text)}.dashboard-preview-card,.profile-boundary-card,.journey-current-card,.journey-path-card,.journey-legend-card,.journey-resources-card{background:var(--surface)}.dashboard-preview-card{border-style:dashed}.dashboard-preview-card:before,.profile-boundary-card:before,.journey-current-card:before,.journey-path-card:before,.journey-legend-card:before,.journey-resources-card:before{background:var(--border-strong)}.dashboard-next-step-card{border-color:var(--flux-red-line);background:var(--surface-warm)}.dashboard-next-step-helper{margin-top:var(--space-2);color:var(--text-muted);font-size:13px;font-weight:700}.dashboard-next-step-body{padding:var(--space-4);border:1px solid var(--border-warm);border-radius:var(--radius-field);background:var(--surface);color:var(--ink-warm);font-weight:700}.dashboard-next-step-meta{display:inline-flex;max-width:100%;margin-top:var(--space-4);color:var(--text-muted);font-size:12px;font-weight:700;overflow-wrap:anywhere}.dashboard-card-main strong,.profile-card strong,.dimension-card strong{color:var(--flux-red-hover)}.dashboard-scan-meta{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4)}.dashboard-scan-meta span{max-width:100%;display:inline-flex;align-items:center;min-height:32px;padding:7px 11px;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:700;overflow-wrap:anywhere}.dashboard-card h2,.profile-card h2,.start-overview-card h2,.start-question-preview-head h2,.journey-current-card h2,.journey-resources-card h2,.snapshot-auth-card h2,.snapshot-empty-card h2{max-width:680px;margin:0;font-size:clamp(22px,3vw,34px);font-weight:720;line-height:1.08}.dashboard-card p:not(.section-label),.profile-card p:not(.section-label),.start-overview-card p:not(.section-label),.start-dimension-grid p,.start-question-preview-card>p,.start-local-result-card p:not(.section-label),.start-save-card p:not(.section-label),.journey-current-card p:not(.section-label),.journey-resources-card p:not(.section-label),.snapshot-primary p:not(.section-label),.snapshot-copy p:not(.section-label),.snapshot-footer p,.snapshot-auth-card p:not(.section-label),.snapshot-empty-card p:not(.section-label),.dimension-card p{max-width:700px;margin:var(--space-3) 0 0;color:var(--text-muted);line-height:1.6;overflow-wrap:anywhere}.dashboard-card a,.profile-card a{margin-top:auto}.start-overview-card,.start-dimensions-card,.start-next-card,.start-question-preview-card{min-width:0;padding:clamp(20px,3vw,28px)}.start-overview-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-4);background:var(--surface-warm)}.start-meta{display:flex;gap:var(--space-2);flex-wrap:wrap;width:100%}.start-meta span{max-width:100%;background:var(--surface);overflow-wrap:anywhere}.start-dimension-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-5)}.start-dimension-grid article,.profile-detail-list div,.start-question-guided-card{border:1px solid var(--border);border-radius:var(--radius-field);background:var(--panel-soft)}.start-dimension-grid article{min-height:150px;padding:var(--space-4)}.start-dimension-grid h2{margin:0;font-size:19px}.start-next-card,.start-question-preview-card{grid-column:span 2}.start-next-card ol{display:grid;gap:var(--space-3);margin:var(--space-5) 0 0;padding-left:var(--space-5);color:var(--text-body);font-weight:700}.start-question-preview-head,.start-question-title{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.start-question-status,.start-question-progress,.profile-actions,.journey-actions,.snapshot-actions{min-width:0;display:flex;gap:var(--space-2);flex-wrap:wrap}.start-question-status{justify-content:flex-end}.start-progress-panel{display:grid;gap:var(--space-3);margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-warm)}.start-restore-panel{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-top:var(--space-5);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-card);background:var(--panel-soft)}.start-restore-panel div{min-width:0}.start-restore-panel .section-label{margin:0 0 var(--space-1)}.start-restore-panel span{display:block;color:var(--text-muted)}.start-restore-panel button{flex:0 0 auto;min-height:40px;padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-button);background:var(--surface);color:var(--text);font:inherit;font-weight:700;cursor:pointer}.start-restore-panel button:hover{border-color:var(--flux-red);color:var(--flux-red)}.start-progress-summary{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);color:var(--text-muted);font-size:13px;font-weight:700}.start-progress-summary strong{color:var(--ink-warm);font-weight:750}.start-question-progress{margin-top:0}.start-question-progress-dot{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-strong);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);font-size:13px;font-weight:800}.start-question-progress-dot.is-active{border-color:var(--flux-red);background:var(--flux-red);color:#fff;box-shadow:0 0 0 4px var(--focus-ring)}.start-question-progress-dot.is-complete:not(.is-active){border-color:var(--flux-red-line);background:var(--flux-red-soft);color:var(--flux-red-hover)}.start-question-guided-card{min-height:300px;margin-top:var(--space-5);padding:clamp(18px,3vw,28px);background:linear-gradient(180deg,var(--surface-warm) 0%,var(--panel-soft) 100%)}.start-question-title h3{margin:0;font-size:clamp(21px,3vw,30px);line-height:1.14}.start-question-context,.start-question-helper{max-width:760px;margin:var(--space-4) 0 0;color:var(--text-muted);line-height:1.6;overflow-wrap:anywhere}.start-question-context{color:var(--text-body);font-weight:650}.start-question-helper{padding:var(--space-3);border:1px solid var(--info-line);border-radius:var(--radius-field);background:var(--info-bg);color:var(--info-text);font-size:13px;font-weight:700}.start-answer-list{display:grid;gap:var(--space-3);margin:var(--space-5) 0 0;padding:0;list-style:none}.start-answer-list li{padding:0;border:1px solid var(--border);border-radius:var(--radius-field);background:var(--surface);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.start-answer-list li:hover{border-color:var(--border-strong);box-shadow:var(--shadow-card);transform:translateY(-1px)}.start-answer-list li.is-selected{border-color:var(--flux-red);box-shadow:0 0 0 1px var(--flux-red-line),var(--shadow-card)}.start-question-guided-card button{min-width:0;width:100%;min-height:54px;display:grid;grid-template-columns:auto 1fr;gap:var(--space-3);align-items:start;padding:14px 16px;border:0;border-radius:var(--radius-field);background:transparent;color:var(--text-body);font-size:14px;line-height:1.45;text-align:left;cursor:pointer;overflow-wrap:anywhere}.start-question-guided-card button[aria-pressed=true]{background:var(--flux-red-soft);color:var(--flux-red-hover);box-shadow:inset 0 0 0 1px var(--flux-red-line)}.start-answer-index{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-control);background:var(--panel-soft);color:var(--text-muted);font-size:12px;font-weight:800}.start-question-guided-card button[aria-pressed=true] .start-answer-index{background:var(--flux-red);color:#fff}.start-question-navigation{display:flex;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-4)}.start-result-preview-button{margin-top:var(--space-5)}.start-local-result-card,.start-save-card{width:100%;margin-top:var(--space-5);padding:clamp(18px,3vw,26px)}.start-local-result-card{border-color:var(--flux-red-line);background:var(--surface-warm)}.start-save-card{border-color:var(--border);background:var(--surface)}.start-local-result-card h3,.start-save-card h3{margin:0;font-size:clamp(24px,4vw,34px);line-height:1.05}.start-local-result-head{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.start-local-result-head>span{max-width:100%;display:inline-flex;flex:0 0 auto;margin-top:0;padding:8px 11px;border:1px solid var(--flux-red-line);border-radius:var(--radius-control);background:var(--flux-red-soft);color:var(--flux-red-hover);font-size:12px;font-weight:800;overflow-wrap:anywhere}.start-local-next-step{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-field);background:var(--panel-soft)}.start-local-next-step span{margin-top:0;color:var(--flux-red);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.start-local-next-step p{margin:var(--space-2) 0 0;color:var(--text-body)}.start-save-status-list{display:grid;gap:var(--space-2);margin-top:var(--space-4)}.start-local-result-card span,.start-save-card span,.start-save-status-list span{display:block;color:var(--text-muted)}.start-local-result-card>span{margin-top:var(--space-4)}.start-save-status-list span{padding:9px 11px;border:1px solid var(--info-line);border-radius:var(--radius-field);background:var(--info-bg);color:var(--info-text);font-size:13px;font-weight:700;overflow-wrap:anywhere}.start-save-card.save-status-signed_out,.start-save-card.save-status-checking_auth{border-color:var(--warning-line);background:var(--warning-bg)}.start-save-card.save-status-saving,.start-save-card.save-status-saved{border-color:var(--success-line);background:var(--success-bg)}.start-save-card.save-status-save_error{border-color:var(--danger-line);background:var(--danger-bg)}.start-save-card.save-status-save_error .start-save-status-list span{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger-text)}.scan-signpost-link{align-self:stretch;background:var(--flux-red);box-shadow:var(--shadow-red)}.scan-signpost-link:hover{background:var(--flux-red-hover)}.start-save-confirm{color:var(--success-text)!important;font-weight:700}.start-save-button{margin-top:var(--space-4)}.profile-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);width:100%;margin:var(--space-6) 0 0}.profile-detail-list div{min-width:0;min-height:88px;padding:var(--space-4)}.profile-basics-card{background:var(--surface-warm)}.profile-detail-list dt{color:var(--text-muted);font-size:12px;font-weight:800}.profile-detail-list dd{margin:6px 0 0;color:var(--ink-warm);font-weight:700;overflow-wrap:anywhere}.profile-edit-button{margin-top:var(--space-5)}.profile-edit-card{border-color:var(--flux-red-line);background:var(--surface-warm)}.profile-edit-card:before{background:var(--flux-red)}.profile-edit-form{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-5)}.profile-edit-form label{display:grid;gap:var(--space-2);color:var(--text-body);font-size:13px;font-weight:700}.profile-edit-form input{min-width:0;min-height:44px;width:100%;border:1px solid var(--border);border-radius:var(--radius-field);background:var(--surface);color:var(--ink);padding:10px 12px}.profile-edit-form input:focus{border-color:var(--flux-red);box-shadow:0 0 0 4px var(--focus-ring)}.profile-edit-actions{display:flex;align-items:end;gap:var(--space-2);flex-wrap:wrap}.profile-save-message{color:var(--success-text);font-weight:760}.profile-save-message.is-error{color:var(--danger-text)}.profile-actions,.journey-actions{margin-top:var(--space-5)}.journey-current-card,.journey-path-card,.journey-legend-card,.journey-resources-card{position:relative;overflow:hidden;padding:clamp(20px,3vw,28px)}.journey-current-card{grid-column:span 2;border-color:var(--warning-line);background:var(--warning-bg)}.journey-current-card:before{background:var(--warning-text)}.journey-status{margin-top:var(--space-4);text-transform:uppercase}.journey-step-list{display:grid;gap:var(--space-4);margin:var(--space-5) 0 0;padding:0;list-style:none}.journey-step-list li{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-3);align-items:start;padding:var(--space-4) 0;border-top:1px solid var(--border)}.journey-step-list strong,.journey-legend-grid strong{display:block;color:var(--ink-warm);overflow-wrap:anywhere}.journey-step-list p,.journey-legend-grid p{margin:5px 0 0;color:var(--text-muted);font-size:14px}.journey-dot{width:12px;height:12px;display:inline-flex;flex:0 0 auto;margin-top:5px;border-radius:var(--radius-control);background:var(--text-soft)}.status-not_started{border-color:var(--info-line);background:var(--info-bg);color:var(--info-text)}.status-in_progress{border-color:var(--warning-line);background:var(--warning-bg);color:var(--warning-text)}.status-done{border-color:var(--success-line);background:var(--success-bg);color:var(--success-text)}.status-blocked{border-color:var(--danger-line);background:var(--danger-bg);color:var(--danger-text)}.journey-legend-grid{display:grid;gap:var(--space-4);margin-top:var(--space-5)}.journey-legend-grid div{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:0 var(--space-3);align-items:start;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-field);background:var(--surface-warm)}.journey-legend-grid p{grid-column:2}.snapshot-primary,.snapshot-copy,.snapshot-secondary,.snapshot-footer,.snapshot-empty-card,.snapshot-auth-card,.snapshot-session-card{padding:clamp(20px,3vw,30px)}.snapshot-primary{min-width:0;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-5);border-color:var(--flux-red-line);background:var(--surface-warm)}.snapshot-primary:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--flux-red)}.snapshot-primary h2{margin:0;color:var(--ink);font-size:clamp(32px,5vw,56px);font-weight:780;line-height:.98}.snapshot-primary>span{flex:0 0 auto;color:var(--text-muted);font-size:13px;font-weight:700;overflow-wrap:anywhere}.snapshot-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}.dimension-card{min-width:0;position:relative;min-height:190px;display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-4)}.dimension-card.is-primary{border-color:var(--flux-red);background:var(--flux-red-soft);box-shadow:0 0 0 1px var(--flux-red-line),var(--shadow-card)}.dimension-card-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);min-width:0}.dimension-card h3{margin:0;font-size:17px}.score-track{height:8px;overflow:hidden;border-radius:var(--radius-control);background:var(--panel-soft)}.score-track span{display:block;height:100%;border-radius:inherit;background:var(--flux-red)}.snapshot-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5)}.secondary-row{min-width:0;display:grid;grid-template-columns:minmax(120px,140px) minmax(0,1fr);gap:var(--space-4);padding:var(--space-3) 0;border-top:1px solid var(--border)}.secondary-row.is-empty{grid-template-columns:1fr;padding:var(--space-4);border:1px dashed var(--border);border-radius:var(--radius-field);background:var(--panel-soft)}.secondary-row span{color:var(--text-muted);overflow-wrap:anywhere}.snapshot-footer,.snapshot-session-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.snapshot-auth-card,.snapshot-empty-card{position:relative;overflow:hidden;margin-top:var(--space-10)}.snapshot-empty-card{border-color:var(--warning-line);background:var(--warning-bg)}.snapshot-empty-card:before{background:var(--warning-text)}.snapshot-auth-card{background:var(--surface-warm)}.snapshot-auth-actions,.auth-mode-switch,.snapshot-auth-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-5)}.snapshot-auth-actions{grid-template-columns:minmax(0,1fr)}.auth-mode-switch{grid-template-columns:repeat(3,minmax(0,1fr))}.snapshot-auth-form label{display:grid;gap:var(--space-2);color:var(--text-body);font-size:13px;font-weight:700}.snapshot-auth-form input{min-width:0;min-height:44px;width:100%;border:1px solid var(--border);border-radius:var(--radius-field);background:var(--surface);color:var(--ink);padding:10px 12px}.snapshot-auth-form input:focus{border-color:var(--flux-red);box-shadow:0 0 0 4px var(--focus-ring)}.snapshot-auth-form button{align-self:end}.snapshot-auth-message{margin:var(--space-3) 0 0;color:var(--danger-text);font-weight:700}.snapshot-auth-note{margin:var(--space-3) 0 0;color:var(--text-muted);font-size:13px;font-weight:700}.start-auth-card{margin-top:var(--space-5);background:var(--surface-warm)}.snapshot-session-card{margin-top:var(--space-4);background:var(--surface-warm)}.snapshot-session-card span{min-width:0;overflow-wrap:anywhere;color:var(--text-body);font-weight:700}@media (max-width: 900px){.app-header{align-items:flex-start;flex-direction:column;gap:var(--space-3);padding-block:12px}.brand-logo{width:172px}.nav-links{justify-content:flex-start;width:100%}.header-auth-control{width:100%;justify-content:flex-start;margin-left:0}.header-auth-status{max-width:100%}.snapshot-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){main{display:block;width:100vw;padding:var(--space-6) var(--space-4) var(--space-10)}h1{font-size:clamp(34px,10vw,46px);letter-spacing:-.02em;line-height:1}.page-panel>p:not(.eyebrow),.dashboard-intro p:not(.eyebrow),.start-intro p:not(.eyebrow),.profile-intro p:not(.eyebrow),.journey-intro p:not(.eyebrow),.snapshot-intro p:not(.eyebrow){font-size:16px}.header-auth-status{max-width:min(100%,220px)}.nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.nav-links a,.header-auth-link,.header-auth-control button{width:100%}.header-auth-control{flex-direction:column;align-items:stretch}.snapshot-primary,.snapshot-footer,.snapshot-session-card{flex-direction:column;align-items:flex-start}.snapshot-card-grid,.snapshot-copy,.dashboard-grid,.start-layout,.start-dimension-grid,.auth-mode-switch,.snapshot-auth-form,.profile-grid,.profile-edit-form,.profile-detail-list,.journey-layout{grid-template-columns:1fr}.page-panel,.dashboard-page,.start-page,.profile-page,.journey-page,.snapshot-page,.dashboard-grid,.start-layout,.snapshot-layout,.profile-grid,.journey-layout,.dashboard-card,.profile-card,.start-overview-card,.start-dimensions-card,.start-next-card,.start-question-preview-card,.start-local-result-card,.start-save-card,.journey-current-card,.journey-path-card,.journey-legend-card,.journey-resources-card,.snapshot-primary,.snapshot-copy,.snapshot-secondary,.snapshot-footer,.snapshot-empty-card,.snapshot-auth-card,.snapshot-session-card,.dimension-card{width:calc(100vw - (2 * var(--space-4)));max-width:calc(100vw - (2 * var(--space-4)));margin-inline:auto;border-radius:var(--radius-card)}.dashboard-grid,.start-layout,.snapshot-layout,.profile-grid,.journey-layout{margin-inline:0}.dashboard-card-wide,.start-next-card,.start-question-preview-card,.profile-card-wide,.journey-current-card{grid-column:span 1}.start-question-preview-head,.start-question-title{flex-direction:column}.start-question-status{justify-content:flex-start}.start-progress-summary,.start-local-result-head{flex-direction:column;align-items:flex-start}.start-question-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.start-question-progress-dot{width:100%}.start-question-navigation{flex-direction:column}.start-restore-panel{align-items:stretch;flex-direction:column}.start-question-navigation button,.start-result-preview-button,.start-save-button,.profile-edit-button,.profile-edit-actions button,.snapshot-actions a,.snapshot-actions button,.snapshot-auth-actions button,.auth-mode-switch button,.snapshot-auth-form button,.profile-actions a,.journey-actions a{width:100%}.journey-step-list li{grid-template-columns:auto minmax(0,1fr)}.journey-step-list .journey-status{grid-column:2;justify-self:start}.secondary-row{grid-template-columns:1fr}.app-footer{width:calc(100vw - (2 * var(--space-4)));grid-template-columns:1fr 1fr;gap:var(--space-6);padding:var(--space-8) 0 var(--space-12)}.privacy-consent-banner-inner,.privacy-consent-banner-text,.privacy-consent-actions{align-items:stretch;flex-direction:column}.privacy-consent-banner-text{display:flex}.privacy-consent-actions,.privacy-consent-primary,.privacy-consent-secondary,.privacy-modal-actions .privacy-consent-primary{width:100%}}@media (max-width: 480px){.privacy-consent-banner{padding:12px 14px;max-height:58vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.privacy-consent-banner-inner{gap:10px}.privacy-consent-banner-text{gap:6px 10px}.privacy-consent-banner-text>*{max-width:100%;overflow-wrap:anywhere}.privacy-consent-actions{gap:8px;order:-1}}@media (max-width: 720px){.fluxy-launcher{right:var(--space-4);bottom:var(--space-4);min-height:44px;padding:0 14px 0 12px}.fluxy-overlay{align-items:flex-end;padding:var(--space-3)}.fluxy-drawer{width:100%;max-height:min(86vh,720px);border-radius:22px}.fluxy-form{grid-template-columns:1fr}.fluxy-form button{min-height:var(--button-height)}.state-pill,.sample-note,.dashboard-scan-meta span,.start-question-status span,.start-question-title span,.journey-status{max-width:100%;width:100%;display:block;white-space:normal;overflow-wrap:anywhere;word-break:break-word}}@media (max-width: 480px){.app-header{position:static}.brand-logo{width:154px}.page-panel,.dashboard-card,.profile-card,.start-question-guided-card,.snapshot-auth-card,.journey-path-card{padding:var(--space-4)}.snapshot-primary h2{font-size:clamp(30px,12vw,44px)}h1{font-size:clamp(32px,10vw,42px)}.dimension-card-head{align-items:flex-start;flex-direction:column}.journey-legend-grid div{grid-template-columns:1fr}.journey-legend-grid p{grid-column:auto}.app-footer{grid-template-columns:1fr}.fluxy-launcher span:last-child{display:none}.fluxy-launcher{width:48px;padding:0;justify-content:center}.fluxy-launcher-dot{box-shadow:none}.fluxy-head{padding:var(--space-4)}.fluxy-context,.fluxy-messages,.fluxy-form,.fluxy-note{margin-left:var(--space-4);margin-right:var(--space-4);padding-left:0;padding-right:0}.fluxy-context{padding:var(--space-3)}}
