@font-face{font-family:Inter;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/inter-latin-ext-DO1Apj_S.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300 600;font-display:swap;src:url(/assets/inter-latin-Dx4kXJAl.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/playfair-display-latin-ext-CT1r92Rl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/playfair-display-latin-BOwq7MWX.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg:#faf8f5;--color-surface:#fff;--color-surface-2:#f4f1eb;--color-border:#e7e1d6;--color-border-strong:#d3cabb;--color-text:#1f1c17;--color-text-muted:#6b6357;--color-accent:#9a7739;--color-accent-dark:#7d6029;--color-accent-light:#c9a96e;--color-accent-wash:#f7f1e4;--color-error:#b3402c;--color-error-bg:#fdefec;--color-success:#3f7a33;--color-success-bg:#eef7ea;--color-info-bg:#eaf2f8;--color-info:#2f6d99;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--radius-sm:6px;--radius-md:12px;--transition-fast:.2s ease}*,:before,:after{box-sizing:border-box}body{background:var(--color-bg);min-height:100vh;color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;flex-direction:column;margin:0;font-size:16px;line-height:1.6;display:flex}body:before{content:"";pointer-events:none;background:radial-gradient(70% 55% at 50% 0,#c9a96e2e,#0000 70%);position:fixed;inset:0}.shell{flex:1;justify-content:center;align-items:center;padding:2rem 1.25rem 3rem;display:flex;position:relative}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);width:100%;max-width:27rem;padding:2.5rem 2.25rem;box-shadow:0 10px 40px #1f1c1712}@media (width<=30rem){.card{padding:1.75rem 1.25rem}}.brand{color:var(--color-accent);justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.75rem;text-decoration:none;display:flex}.brand svg{flex:none}.brand span{font-family:var(--font-serif);letter-spacing:.01em;color:var(--color-text);font-size:1.15rem}h1{font-family:var(--font-serif);text-align:center;text-wrap:balance;margin:0 0 .4rem;font-size:1.6rem;font-weight:500;line-height:1.25}.lede{text-align:center;color:var(--color-text-muted);margin:0 0 1.75rem;font-size:.92rem}form{flex-direction:column;gap:1.15rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}label{letter-spacing:.01em;font-size:.85rem;font-weight:500}input[type=email],input[type=password],input[type=text]{background:var(--color-surface-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);width:100%;color:var(--color-text);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.7rem .85rem;font-family:inherit;font-size:.95rem}input::placeholder{color:#a49a8b}input:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #c9a96e2e}.field--invalid input{border-color:var(--color-error)}.field--invalid input:focus-visible{box-shadow:0 0 0 3px #e07a6a2e}.field__error{min-height:1rem;color:var(--color-error);margin:0;font-size:.8rem}.field__error:empty{min-height:0}.field__hint{color:var(--color-text-muted);margin:0;font-size:.78rem}.strength{color:var(--color-text-muted);font-size:.78rem}.strength:before{content:"";vertical-align:middle;background:var(--color-border-strong);border-radius:2px;width:2.5rem;height:3px;margin-right:.45rem;display:inline-block}.strength[data-strength=weak]:before{background:var(--color-error);width:1rem}.strength[data-strength=fair]:before{background:var(--color-accent-dark);width:1.75rem}.strength[data-strength=strong]:before{background:var(--color-success);width:2.5rem}.consent{grid-template-columns:auto 1fr;align-items:start;gap:.6rem;display:grid}.consent input{accent-color:var(--color-accent);margin-top:.28rem}.consent label{color:var(--color-text-muted);font-size:.83rem;font-weight:400;line-height:1.5}.consent a{color:var(--color-accent)}.trap{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}button[type=submit],.button{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);letter-spacing:.01em;cursor:pointer;transition:background var(--transition-fast), opacity var(--transition-fast);border:none;padding:.78rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600}button[type=submit]:hover:not(:disabled),.button:hover:not(:disabled){background:var(--color-accent-light)}button[type=submit]:focus-visible,.button:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}button[type=submit]:disabled,.button:disabled{opacity:.55;cursor:progress}button[type=submit][data-busy=true]:after{content:"…"}.notice{border-radius:var(--radius-sm);border:1px solid #0000;margin:0;padding:.7rem .9rem;font-size:.88rem}.notice--error{background:var(--color-error-bg);border-color:var(--color-error);color:#8f3222}.notice--success{background:var(--color-success-bg);border-color:var(--color-success);color:#2f5c26}.notice--info{background:var(--color-info-bg);border-color:var(--color-info);color:#245680}[hidden]{display:none!important}.outcome{text-align:center;flex-direction:column;gap:.9rem;display:flex}.outcome__icon{border:1px solid var(--color-border-strong);width:3rem;height:3rem;color:var(--color-accent);border-radius:50%;place-items:center;margin:0 auto;display:grid}.outcome h2{font-family:var(--font-serif);margin:0;font-size:1.25rem;font-weight:500}.outcome p{color:var(--color-text-muted);margin:0;font-size:.9rem}.outcome strong{color:var(--color-text);font-weight:500}.spinner{border:2px solid var(--color-border-strong);border-top-color:var(--color-accent);border-radius:50%;width:1.75rem;height:1.75rem;margin:1rem auto;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spinner{animation-duration:2.4s}*{transition-duration:.01ms!important}}.alt{border-top:1px solid var(--color-border);text-align:center;color:var(--color-text-muted);margin:1.5rem 0 0;padding-top:1.25rem;font-size:.88rem}.alt a{color:var(--color-accent);text-decoration:none}.alt a:hover{text-decoration:underline}.alt a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.row-between{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.row-between a{color:var(--color-text-muted);font-size:.8rem;text-decoration:none}.row-between a:hover{color:var(--color-accent)}footer{text-align:center;color:var(--color-text-muted);padding:1.5rem;font-size:.78rem;position:relative}footer a{color:var(--color-text-muted)}.preview-bar{background:var(--color-accent-wash);color:#6d5423;text-align:center;border-bottom:1px solid #e3d4b0;padding:.6rem 1.25rem;font-size:.8rem;line-height:1.45;position:relative}.preview-bar strong{color:#4d3a14;font-weight:600}.account{grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:1.2rem 0;font-size:.95rem;display:grid}.account dt{color:var(--color-text-muted)}.account dd{margin:0}
