:root{--bg:#f7f5f1;--ink:#1a1a18;--surface:#fcfbf8;--sand:#f0ede6;--grid:#e2ded8;--border-heavy:#d4cfc8;--muted-text:#6f6c64;--placeholder:#9b978e;--disabled-bg:#c5c0b8;--accent-teal:#2a5f5f;--accent-teal-hover:#234f4f;--accent-bright:#1c7f6b;--accent-vivid:#1e8a74;--destructive:#e5484d;--success:#10b981;--radius:8px;--radius-sm:4px;--radius-md:6px;--shadow-overlay:0 8px 24px #1a1a1814;--font-serif:"Spectral", Georgia, serif;--font-sans:"Public Sans", system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:16px;line-height:1.6}a,button,input,textarea,.transition{transition:color .15s,background-color .15s,border-color .15s,opacity .15s}@media (prefers-reduced-motion:reduce){*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}a{color:var(--accent-teal);text-underline-offset:2px}img,svg{max-width:100%}:focus-visible{outline:1.5px solid var(--accent-teal);outline-offset:2px;border-radius:var(--radius-sm);box-shadow:0 0 0 3px #2b5f5f1f}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--accent-teal);outline:none;box-shadow:0 0 0 3px #2b5f5f1f}.typo-display{font-family:var(--font-serif);letter-spacing:-.01em;margin:0;font-size:44px;font-weight:400;line-height:1.08}@media (width>=768px){.typo-display{font-size:60px;line-height:1.05}}.typo-h1{font-family:var(--font-serif);margin:0;font-size:30px;font-weight:400;line-height:1.15}.typo-h2{font-family:var(--font-serif);margin:0;font-size:22px;font-weight:400;line-height:1.2}.typo-h3{font-family:var(--font-sans);margin:0;font-size:16px;font-weight:600;line-height:1.4}.typo-body{font-family:var(--font-sans);font-size:16px;font-weight:400;line-height:1.6}.typo-caption{font-family:var(--font-sans);color:var(--muted-text);font-size:14px;font-weight:400}.typo-eyebrow{font-family:var(--font-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--muted-text);font-size:12px;font-weight:600}.fpf-dot{color:var(--accent-teal);vertical-align:.32em;margin:0 .08em;font-size:.42em;line-height:1;display:inline-block}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 1.5rem}@media (width<=480px){.container{padding:0 1.125rem}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-main{flex:1 0 auto}.navbar{border-bottom:1px solid var(--grid);background:var(--bg)}.navbar__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar__brand{align-items:center;text-decoration:none;display:inline-flex}.navbar__links{align-items:center;gap:1.5rem;display:flex}.navbar__link{color:var(--muted-text);font-size:15px;text-decoration:none}.navbar__link:hover{color:var(--ink)}@media (width<=480px){.navbar__links{gap:1rem}.navbar__link--hide-sm{display:none}}.credits-pill{color:var(--ink);background:var(--sand);border:1px solid var(--grid);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem .7rem;font-size:13px;line-height:1;text-decoration:none;display:inline-flex}.credits-pill:hover{border-color:var(--accent-teal)}.credits-pill__dot{background:var(--accent-vivid);border-radius:50%;width:6px;height:6px}.credits-pill__count{font-weight:700}.credits-pill__label{color:var(--muted-text)}@media (width<=480px){.credits-pill__label{display:none}.credits-pill__label--free{display:inline}}.footer{border-top:1px solid var(--grid);background:var(--sand);margin-top:3rem;padding:2rem 0}.footer__inner{flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;display:flex}.footer__mark{color:var(--muted-text);align-items:center;gap:.5rem;font-size:14px;display:inline-flex}.footer__links{gap:1.25rem;margin-left:auto;display:flex}.footer__link{color:var(--muted-text);font-size:14px;text-decoration:none}.footer__link:hover{color:var(--ink)}@media (width<=480px){.footer__links{width:100%;margin-left:0}}.fpf-btn{font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:inline-flex}.fpf-btn:disabled{cursor:not-allowed;opacity:1}.fpf-btn--lg{height:52px;padding:0 1.5rem;font-size:16px}.fpf-btn--md{height:44px;padding:0 1.125rem;font-size:15px}.fpf-btn--full{width:100%}.fpf-btn--primary{background:var(--accent-teal);color:var(--bg)}.fpf-btn--primary:hover:not(:disabled){background:var(--accent-teal-hover)}.fpf-btn--primary:disabled{background:var(--disabled-bg)}.fpf-btn--secondary{color:var(--ink);border-color:var(--border-heavy);background:0 0}.fpf-btn--secondary:hover:not(:disabled){border-color:var(--accent-teal);color:var(--accent-teal)}.fpf-btn--ghost{color:var(--accent-teal);background:0 0;border-color:#0000;height:auto;padding:.25rem 0}.fpf-btn--ghost:hover:not(:disabled){color:var(--accent-teal-hover);text-decoration:underline}.confirm{max-width:860px;margin:0 auto;padding:2.5rem 1.5rem 3rem}@media (width<=480px){.confirm{padding:1.5rem 1.125rem 2rem}}.confirm__planwrap{border:1px solid var(--grid);border-radius:var(--radius);background:var(--surface);margin-bottom:2rem;padding:1.25rem}.confirm__source{text-overflow:ellipsis;white-space:nowrap;margin:0 0 .75rem;overflow:hidden}.confirm__plan{justify-content:center;margin-top:1rem;display:flex}.confirm__plan svg{width:100%;height:auto;max-height:460px}.statstrip{gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.statstrip__item{color:var(--ink);align-items:center;gap:.35rem;font-size:15px;display:inline-flex}.statstrip__icon{color:var(--muted-text);display:inline-flex}.statstrip__count{font-weight:600}.statstrip__label{color:var(--muted-text)}.confirm__subhead{color:var(--muted-text);margin:.5rem 0 1.5rem}.confirm__or{margin:1.75rem 0 .875rem}.autocard{text-align:left;border:1.5px solid var(--border-heavy);border-radius:var(--radius);background:var(--sand);cursor:pointer;width:100%;font:inherit;color:var(--ink);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.375rem;display:flex}.autocard:hover{border-color:var(--accent-teal)}.autocard--on{border-color:var(--accent-bright);background:var(--surface);box-shadow:0 0 0 3px #2b5f5f1a}.autocard__body{flex-direction:column;gap:.35rem;display:flex}.autocard__desc{max-width:40ch}.autocard__cta{color:var(--accent-teal);white-space:nowrap;flex:none;font-size:15px;font-weight:600}.autocard--on .autocard__cta{color:var(--accent-bright)}@media (width<=480px){.autocard{flex-direction:column;align-items:flex-start}}.playgrid{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}@media (width<=560px){.playgrid{grid-template-columns:1fr}}.playcard{text-align:left;border:1.5px solid var(--grid);border-radius:var(--radius);background:var(--surface);cursor:pointer;font:inherit;color:var(--ink);flex-direction:column;gap:.4rem;min-height:92px;padding:1rem 1.125rem;display:flex}.playcard:hover:not(.playcard--muted){border-color:var(--accent-teal)}.playcard--on{border-color:var(--accent-bright);box-shadow:0 0 0 3px #2b5f5f1a}.playcard--muted{background:var(--sand);border-color:var(--grid);color:var(--muted-text);cursor:not-allowed}.playcard--muted .typo-h3{color:var(--muted-text)}.playcard__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.playcard__badge{color:var(--accent-bright);white-space:nowrap;background:#1c7d6a1a;border-radius:999px;flex:none;padding:.15rem .55rem;font-size:12px;font-weight:600}.playcard__desc{margin:0}.confirm__cta{margin-top:2rem}.confirm__ctacaption{text-align:center;margin-top:.625rem}.hero{text-align:center;max-width:680px;margin:0 auto;padding:4rem 1.5rem 2rem}@media (width<=480px){.hero{padding:2.5rem 1.125rem 1.5rem}}.hero__eyebrow{margin-bottom:.75rem}.hero__title{margin:0 0 1rem}.hero__sub{color:var(--muted-text);max-width:34rem;margin:0 auto 2rem}.hero__form{flex-direction:column;gap:.75rem;display:flex}.hero__inputrow{gap:.5rem;display:flex}@media (width<=560px){.hero__inputrow{flex-direction:column}}.hero__input{font:inherit;border:1.5px solid var(--grid);border-radius:var(--radius);background:var(--surface);height:52px;color:var(--ink);flex:1;min-width:0;padding:0 1rem;font-size:16px}.hero__input::placeholder{color:var(--placeholder)}.hero__upload{color:var(--muted-text);font-size:14px}.hero__upload button{font:inherit;color:var(--accent-teal);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.hero__upload button:hover{color:var(--accent-teal-hover)}.hero__error{color:var(--destructive);text-align:left;font-size:14px}.hero__support{color:var(--muted-text);margin-top:2.5rem;font-size:13px}.hero__portals{color:var(--muted-text);font-weight:600}.hero__example{border-top:1px solid var(--grid);margin-top:2rem;padding-top:2rem}.hero__example a{font-weight:600}.analysing{text-align:center;max-width:520px;margin:0 auto;padding:3.5rem 1.5rem}@media (width<=480px){.analysing{padding:2.25rem 1.125rem}}.analysing__headline{margin:1.75rem 0 1.25rem}.analysing__steps{text-align:left;margin:0 auto;padding:0;list-style:none;display:inline-block}.analysing__step{color:var(--placeholder);align-items:center;gap:.6rem;padding:.4rem 0;font-size:15px;display:flex}.analysing__step--done{color:var(--muted-text)}.analysing__step--active{color:var(--ink);font-weight:600}.analysing__tick{flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:inline-flex}.analysing__step--done .analysing__tick{color:var(--accent-bright)}.analysing__step--active .analysing__tick{color:var(--accent-vivid)}.scan-plan{border:1px solid var(--grid);border-radius:var(--radius);background:var(--surface);width:100%;max-width:360px;margin:0 auto;padding:1.25rem;position:relative;overflow:hidden}.scan-plan__svg{width:100%;height:auto;display:block}.scan-plan__band{background:linear-gradient(#2a5f5f00,#2a5f5f24,#2a5f5f00);height:26%;animation:3s ease-in-out infinite fpf-plan-scan;position:absolute;top:-26%;left:0;right:0}@keyframes fpf-plan-scan{0%{top:-26%}to{top:100%}}@media (prefers-reduced-motion:reduce){.scan-plan__band{display:none}}.flow-interim{text-align:center;max-width:560px;margin:0 auto;padding:5rem 1.5rem}.flow-interim__dot{background:var(--accent-vivid);border-radius:50%;width:9px;height:9px;margin-right:.5rem;animation:1.4s ease-in-out infinite fpf-pulse;display:inline-block}@keyframes fpf-pulse{0%,to{opacity:.3}50%{opacity:1}}.flow-error{text-align:center;max-width:520px;margin:0 auto;padding:4rem 1.5rem}.flow-error__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.result{max-width:860px;margin:0 auto;padding:2.5rem 1.5rem 3rem}@media (width<=480px){.result{padding:1.5rem 1.125rem 2rem}}.result__head{margin-bottom:1.5rem}.result__title{margin:.25rem 0 0}.result__source{text-overflow:ellipsis;white-space:nowrap;margin:.5rem 0 0;overflow:hidden}.statstrip--result{flex-wrap:wrap;margin:1.5rem 0}.statstrip__item--changed .statstrip__count,.statstrip__item--changed .statstrip__icon{color:var(--accent-vivid)}.statstrip__delta{color:var(--accent-vivid);margin-left:.15rem;font-size:12px;font-weight:700}.nochange{border:1px solid var(--grid);border-radius:var(--radius);background:var(--sand);margin:1.5rem 0;padding:1.25rem 1.5rem}.nochange__lead{margin:0 0 .75rem}.nochange__list{margin:0;padding-left:1.25rem}.nochange__list li{margin:.35rem 0}.nochange__attempted{border-top:1px solid var(--grid);margin-top:1.25rem;padding-top:1.25rem}.nochange__attempt{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.nochange__attempttitle{margin:0 0 .15rem}.result__changes{margin-top:2rem}.result__changestitle{margin:0 0 .75rem}.result__changelist{margin:0;padding:0;list-style:none}.result__change{border-bottom:1px solid var(--grid);align-items:baseline;gap:.6rem;padding:.55rem 0;display:flex}.result__changedot{background:var(--accent-vivid);border-radius:50%;flex:none;width:6px;height:6px;margin-top:.4em}.sendcopy{border-top:1px solid var(--grid);margin-top:1.5rem;padding-top:1.5rem}.sendcopy__prompt{color:var(--muted-text);margin:0 0 .75rem}.sendcopy__form{flex-wrap:wrap;gap:.5rem;display:flex}.sendcopy__input{font:inherit;border:1.5px solid var(--grid);border-radius:var(--radius);background:var(--surface);height:44px;color:var(--ink);flex:240px;min-width:0;padding:0 .875rem;font-size:15px}.sendcopy__input::placeholder{color:var(--placeholder)}.sendcopy__input[aria-invalid=true]{border-color:var(--destructive)}.sendcopy__error{color:var(--destructive);margin:.6rem 0 0;font-size:13px}.sendcopy--done .typo-body{color:var(--accent-teal)}.result__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}@media (width<=480px){.result__actions .fpf-btn{flex:auto}}.ba{margin:0 auto}.ba__stage{border:1px solid var(--grid);border-radius:var(--radius);background:var(--surface);touch-action:none;width:100%;position:relative;overflow:hidden}.ba--slider .ba__stage{cursor:ew-resize;-webkit-user-select:none;user-select:none}.ba__plan{justify-content:center;align-items:center;padding:1rem;display:flex;position:absolute;inset:0}.ba__plan svg{width:100%;height:100%;display:block}.ba--toggle .ba__plan{position:absolute}.ba__over{background:var(--surface);position:absolute;inset:0}.ba__handle{background:var(--accent-bright);cursor:ew-resize;width:2px;position:absolute;top:0;bottom:0;transform:translate(-1px)}.ba__handle:focus-visible{outline:none}.ba__handle:focus-visible .ba__grip{box-shadow:0 0 0 3px #1c7d6a59}.ba__grip{background:var(--accent-bright);border:2px solid var(--surface);border-radius:50%;width:34px;height:34px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0000002e}.ba__grip:before,.ba__grip:after{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;width:0;height:0;position:absolute;top:50%}.ba__grip:before{border-right:6px solid var(--surface);left:7px;transform:translateY(-50%)}.ba__grip:after{border-left:6px solid var(--surface);right:7px;transform:translateY(-50%)}.ba__tag{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-text);pointer-events:none;background:#f9f8f6d9;border-radius:999px;padding:.2rem .55rem;font-size:11px;font-weight:700;position:absolute;top:.75rem}.ba__tag--left{left:.75rem}.ba__tag--right{right:.75rem}.ba__toggletabs{border:1px solid var(--grid);background:var(--sand);border-radius:999px;gap:.25rem;margin:0 auto .875rem;padding:.25rem;display:inline-flex}.ba--toggle{flex-direction:column;align-items:center;display:flex}.ba--toggle .ba__stage{width:100%}.ba__tab{font:inherit;color:var(--muted-text);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.4rem 1.1rem;font-size:14px;font-weight:600}.ba__tab--on{background:var(--surface);color:var(--accent-bright);box-shadow:0 1px 2px #00000014}@media print{.navbar,.footer,.result__actions,.sendcopy,.ba__handle{display:none!important}.ba__stage{page-break-inside:avoid}}.static-page{max-width:720px;padding:3rem 1.5rem 1rem}.static-page h1{margin-bottom:.5rem}.static-page h2{margin:2rem 0 .5rem}.static-page p,.static-page li{color:var(--ink)}.static-page p{margin:.75rem 0}.static-page ul{padding-left:1.25rem}.draft-note{background:var(--sand);border:1px solid var(--grid);border-radius:var(--radius);color:var(--muted-text);margin:1.5rem 0;padding:.875rem 1rem;font-size:14px}.contact-field{margin:1rem 0;display:block}.contact-field label{margin-bottom:.375rem;font-size:14px;font-weight:600;display:block}.contact-field input,.contact-field textarea{width:100%;font:inherit;border:1.5px solid var(--grid);border-radius:var(--radius);background:var(--surface);color:var(--ink);padding:.625rem .75rem}.contact-field input[aria-invalid=true],.contact-field textarea[aria-invalid=true]{border-color:var(--destructive)}.contact-error{color:var(--destructive);margin:.75rem 0 0;font-size:14px}.contact-done{background:var(--sand);border:1px solid var(--grid);border-radius:var(--radius);margin:1.5rem 0;padding:1rem 1.125rem}.contact-done .typo-body{color:var(--accent-teal);margin:0}
