:root{color-scheme:light dark;--canvas:#f3f2fb;--surface:#fff;--ink:#25233a;--muted:#66647a;--line:#d8d5e4;--accent:#a51667;--accent-soft:#f8eaf2;--success:#237451;--warn:#8d5600;--danger:#a32938;--display:Georgia,"Times New Roman",serif;--text:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--radius:12px;--shadow:0 24px 60px #2a1c4416}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:17px/1.58 var(--text)}a{color:inherit;text-underline-offset:4px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}.topbar{height:82px;max-width:1180px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;display:flex;align-items:center;gap:10px;font-weight:750;letter-spacing:-.04em;font-size:21px}.brand-mark{display:grid;place-items:center;background:var(--accent);color:#fff;width:32px;height:32px;border-radius:9px;font:700 18px var(--display)}nav{display:flex;align-items:center;gap:34px;font-size:15px}nav a{text-decoration:none}nav a:hover,footer a:hover{color:var(--accent)}.nav-cta{border:1px solid var(--ink);padding:9px 16px;border-radius:8px}.nav-cta:hover{background:var(--ink);color:white}main{min-height:calc(100vh - 160px)}.hero{max-width:1124px;margin:0 auto;padding:90px 28px 74px;display:grid;grid-template-columns:1fr .78fr;gap:96px;align-items:center}.hero-copy{max-width:540px}.eyebrow{font-size:14px;font-weight:650;color:var(--accent);margin:0 0 16px}.hero h1,.app-intro h1,.prose h1{font:400 clamp(48px,5.3vw,72px)/1.03 var(--display);letter-spacing:-.045em;margin:0 0 22px}.subhead{max-width:480px;font-size:19px;color:var(--muted);line-height:1.5;margin:0 0 30px}.button-link,.checker-form button{display:inline-flex;min-height:50px;padding:0 21px;align-items:center;justify-content:center;gap:17px;border:0;border-radius:8px;background:var(--accent);color:white;text-decoration:none;font-weight:650;cursor:pointer;transition:transform .18s,background .18s}.button-link:hover,.checker-form button:hover{background:#851052;transform:translateY(-1px)}:focus-visible{outline:3px solid #bf3d83;outline-offset:3px}.reassurance{font-size:14px;color:var(--muted);margin-top:12px}.sample{background:#302b48;color:#fff;border-radius:15px;padding:28px 30px;box-shadow:var(--shadow);transform:rotate(1.2deg);min-height:265px;position:relative}.sample-top{display:flex;justify-content:space-between;font-size:13px;color:#d4cfe2}.sample-dot{width:8px;height:8px;background:#e9a0c7;border-radius:50%;margin-top:7px}.sample-label{margin:34px 0 1px;color:#d4cfe2;font-size:14px}.sample strong{font:400 34px var(--display);letter-spacing:-.02em}.timeline{height:3px;background:#6e6882;margin:24px 0 10px;position:relative}.timeline span{display:block;width:68%;height:100%;background:#e9a0c7}.timeline i{position:absolute;left:67%;top:-5px;width:13px;height:13px;border-radius:50%;background:#e9a0c7}.sample-bottom{display:flex;justify-content:space-between;color:#c6c1d3;font-size:13px}.sample-bottom b{color:#fff;font-weight:600}.sample>a{display:block;margin-top:22px;color:#ffadd6;font-size:14px}.proof{border-block:1px solid var(--line);max-width:1124px;margin:auto;display:flex;justify-content:space-between;padding:21px 28px;color:var(--muted);font-size:14px}.how,.scope{max-width:1124px;margin:auto;padding:96px 28px;display:grid;grid-template-columns:.8fr 1fr;gap:100px}.how h2,.scope h2{font:400 40px/1.13 var(--display);letter-spacing:-.03em;margin:0}.how ol{margin:0;padding:0;list-style:none;counter-reset:steps}.how li{counter-increment:steps;display:grid;grid-template-columns:38px 1fr;gap:4px 16px;padding:0 0 25px;margin-bottom:24px;border-bottom:1px solid var(--line)}.how li:before{content:"0" counter(steps);grid-row:span 2;color:var(--accent);font-size:14px;font-weight:650}.how li b{font-size:17px}.how li span,.scope>p{color:var(--muted);font-size:16px}.scope{display:block;border-top:1px solid var(--line)}.scope h2{max-width:570px;margin-bottom:16px}.scope>p:not(.eyebrow){max-width:550px;margin:0 0 17px}.scope>a{color:var(--accent);font-weight:600}.app-intro{max-width:880px;margin:auto;padding:44px 28px 30px}.back-link{font-size:14px;color:var(--muted);display:inline-block;margin-bottom:30px}.app-intro .eyebrow{margin-bottom:10px}.app-intro h1{font-size:54px;margin-bottom:12px}.app-intro>p:last-child{max-width:630px;color:var(--muted);margin:0}.tool-layout{max-width:880px;margin:0 auto;padding:0 28px 80px;display:grid;grid-template-columns:1fr .77fr;gap:26px;align-items:start}.tool-panel,.law-note,.result{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.checker-form{display:grid;gap:19px}.checker-form>label{font-size:14px;font-weight:650;display:grid;gap:7px}.checker-form small{font-weight:400;color:var(--muted);font-size:13px}.checker-form input:not([type=checkbox]),.checker-form select{height:46px;border:1px solid #aaa6ba;border-radius:7px;background:var(--surface);color:var(--ink);padding:0 12px;width:100%;font-size:16px}.checker-form fieldset{border:0;padding:0;margin:0;display:grid;gap:12px}.checker-form legend{font-weight:650;font-size:14px;padding:0;margin-bottom:8px}.check-row{display:flex;gap:10px;align-items:center;font-size:15px}.check-row input{width:18px;height:18px;accent-color:var(--accent)}.checker-form button{width:100%;min-height:50px;font-size:16px}.privacy-note{text-align:center;color:var(--muted);font-size:13px;margin:0}.law-note{position:relative;padding:27px 24px}.law-rule{height:3px;display:block;background:var(--accent);margin:-27px -24px 23px}.law-note .eyebrow{margin-bottom:12px}.law-note h2{font:400 27px/1.15 var(--display);margin:0 0 12px}.law-note p:not(.eyebrow){font-size:15px;color:var(--muted)}.law-note a,.result-source a{font-size:14px;color:var(--accent);font-weight:650}.law-note small{display:block;margin-top:9px;color:var(--muted);font-size:12px}.result{max-width:880px;margin:-54px auto 80px;padding:28px}.result[hidden]{display:none}.result-head{display:flex;gap:13px;align-items:center}.result-head .eyebrow{margin:0 0 3px}.result-head h2{font:400 30px/1.12 var(--display);margin:0}.result-icon{width:35px;height:35px;display:grid;place-items:center;flex:none;border-radius:50%;background:#e2f2e9;color:var(--success);font-size:20px;font-weight:700}.state-past-deadline .result-icon,.state-error .result-icon{background:#ffedef;color:var(--danger)}.result>p{color:var(--muted);margin:18px 0}.amount-label{margin-bottom:0!important;font-size:14px}.result-amount{display:block;color:var(--accent);font:400 42px var(--display);margin:0}.result-caveat,.result-detail{font-size:13px;color:var(--muted);max-width:680px}.result-source{border-top:1px solid var(--line);padding-top:14px;margin-top:20px;display:grid;gap:3px}.result-source span,.result-source small{font-size:12px;color:var(--muted)}.prose{max-width:740px;margin:auto;padding:58px 28px 100px}.prose h1{font-size:54px;margin-bottom:16px}.prose h2{font:400 26px/1.25 var(--display);margin:0 0 24px}.prose>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:17px;margin-bottom:28px}footer{max-width:1124px;margin:auto;border-top:1px solid var(--line);padding:24px 28px 35px;display:flex;justify-content:space-between;color:var(--muted);font-size:13px}footer span:last-child{display:flex;gap:23px}footer a{text-decoration:none}
@media(prefers-color-scheme:dark){:root{--canvas:#171522;--surface:#211e2d;--ink:#f5f2fb;--muted:#c4bfd0;--line:#454052;--accent:#ff79bd;--accent-soft:#40243a;--success:#88d5ad;--warn:#ffc76a;--danger:#ff9da9;--shadow:0 24px 60px #0003}.sample{background:#302b48}.nav-cta{border-color:var(--line)}.result-icon{background:#1b3c2d;color:var(--success)}.state-past-deadline .result-icon{background:#49232d;color:var(--danger)}}
@media(max-width:760px){body{font-size:16px}.topbar{height:70px;padding:0 20px}nav{gap:15px;font-size:13px}nav a:nth-child(1),nav a:nth-child(2){display:none}.nav-cta{padding:8px 10px}.hero{padding:52px 22px 54px;grid-template-columns:1fr;gap:36px}.hero h1{font-size:52px;max-width:480px}.subhead{font-size:17px}.sample{max-width:500px;transform:none;padding:24px}.proof{margin:0 22px;padding:17px 0;display:grid;gap:9px;font-size:13px}.how{padding:65px 22px;display:block}.how>div{margin-bottom:32px}.how h2,.scope h2{font-size:34px}.scope{padding:65px 22px}.app-intro{padding:30px 22px 24px}.app-intro h1{font-size:43px}.tool-layout{padding:0 18px 70px;grid-template-columns:1fr;gap:16px}.tool-panel{padding:22px}.law-note{padding:24px}.law-rule{margin:-24px -24px 21px}.result{margin:-44px 18px 60px;padding:22px}.result-head h2{font-size:26px}.result-amount{font-size:38px}.prose{padding:38px 22px 70px}.prose h1{font-size:43px}footer{padding:22px;display:grid;gap:15px}footer span:last-child{flex-wrap:wrap;gap:10px 20px}}
@media(max-width:380px){nav{gap:9px}.nav-cta{font-size:12px}.brand{font-size:19px}.hero h1{font-size:46px}.sample{padding:21px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.sample-note{margin:0;padding:10px 12px;background:var(--accent-soft);border-left:3px solid var(--accent);font-size:13px;color:var(--muted)}
.tool-panel>.result{max-width:none;margin:22px 0 0;padding:20px;box-shadow:none}
.guide-lead{font:400 21px/1.5 var(--text)!important;color:var(--ink)!important}
.guide-updated{font-size:13px!important;margin:12px 0 25px!important}
.guide h2{margin:54px 0 12px;font-size:30px}
.guide p{line-height:1.72}
.guide a:not(.button-link){color:var(--accent);font-weight:600}
.guide-caveat{margin-top:58px!important;padding-top:20px;border-top:1px solid var(--line);font-size:14px!important}
#forwarding-row[hidden]{display:none}

/* Recoup's renter folder: lilac paper, berry ink, and a marked statutory line. */
:root{--canvas:#f3f2fb;--surface:#fbfaff;--ink:#25233a;--muted:#625f77;--line:#d5d2e3;--accent:#a51667;--accent-soft:#f6e7f0;--berry-dark:#711247;--display:Georgia,"Times New Roman",serif;--text:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--radius:12px;--shadow:0 20px 48px #30204718;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--space-24:96px}
.topbar{position:relative;z-index:2;height:76px;max-width:1220px;padding:0 32px;border-bottom:1px solid #d5d2e366}
.brand{font-size:20px;letter-spacing:-.035em}
.brand-mark{width:30px;height:30px;border-radius:8px;box-shadow:inset 0 -5px 0 #71124733}
nav{gap:30px;font-size:15px}
nav a{min-height:44px;display:inline-flex;align-items:center}
.nav-cta{border:0;border-radius:8px;background:var(--accent);color:#fff;padding:0 16px;font-weight:650}
.nav-cta:hover{background:var(--berry-dark);color:#fff}
.landing-hero{max-width:1220px;margin:0 auto;padding:78px 32px 72px;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.82fr);gap:90px;align-items:center}
.landing-copy{max-width:570px}
.landing-copy .eyebrow,.landing-how .eyebrow,.state-band .eyebrow,.price-block .eyebrow,.questions .eyebrow,.last-call .eyebrow{margin:0 0 17px;font-size:15px;font-weight:650;letter-spacing:0;color:var(--accent)}
.landing-copy h1{max-width:600px;margin:0 0 20px;font:400 clamp(52px,5.3vw,72px)/1.02 var(--display);letter-spacing:-.045em}
.landing-copy .subhead{max-width:490px;margin:0 0 26px;font-size:18px;line-height:1.5}
.landing-copy .button-link,.last-call .button-link,.price-slip .button-link{min-height:48px;border-radius:8px;padding:0 20px;box-shadow:0 6px 14px #a5166722}
.landing-copy .button-link:hover,.last-call .button-link:hover,.price-slip .button-link:hover{background:var(--berry-dark);transform:translateY(-1px)}
.reassurance{margin:11px 0 0;font-size:14px;color:var(--muted)}
.case-sheet{position:relative;isolation:isolate;max-width:500px;min-height:385px;padding:24px 30px 24px 36px;margin:0 auto;background:#fbfaff;color:var(--ink);border:1px solid #c7c2d8;border-radius:4px 14px 14px 4px;box-shadow:var(--shadow);transform:rotate(.6deg)}
.case-sheet:before{content:"";position:absolute;z-index:-1;inset:10px -9px -9px 9px;border:1px solid #d5d2e3;border-radius:4px 14px 14px 4px;background:#e8e5f4}
.case-sheet:after{content:"";position:absolute;top:0;bottom:0;left:15px;width:2px;background:var(--accent)}
.sheet-head{display:flex;justify-content:space-between;align-items:center;padding:0 0 14px;border-bottom:1px solid var(--line);font-size:14px;font-weight:650}
.sheet-head span:last-child{color:var(--accent)}
.sheet-facts{display:flex;gap:45px;padding:18px 0 16px}
.sheet-facts div{display:grid;gap:3px}
.sheet-facts small,.deadline-line small,.sheet-stakes small,.price-slip small{font-size:13px;color:var(--muted)}
.sheet-facts b{font-size:16px;font-variant-numeric:tabular-nums}
.deadline-line{position:relative;min-height:78px;padding:0 0 0 27px;border-left:2px solid #bd7ba0;margin-left:5px}
.deadline-line:before{content:"";position:absolute;left:-6px;top:1px;width:10px;height:10px;border-radius:50%;background:var(--accent)}
.deadline-line span{position:absolute;left:-6px;bottom:0;width:10px;height:10px;border:2px solid var(--accent);border-radius:50%;background:var(--surface)}
.deadline-line div{display:grid;gap:3px}
.deadline-line strong{font:400 29px/1.1 var(--display);font-variant-numeric:tabular-nums}
.sheet-stakes{margin:5px -30px 17px -21px;padding:13px 30px 12px 21px;background:var(--accent-soft);border-left:3px solid var(--accent);display:grid;gap:3px}
.sheet-stakes strong{font:400 29px/1.1 var(--display);font-variant-numeric:tabular-nums;color:var(--berry-dark)}
.sheet-stakes p{max-width:390px;margin:1px 0 0;color:#554353;font-size:13px;line-height:1.45}
.case-sheet>a{color:var(--accent);font-size:14px;font-weight:650;text-decoration-thickness:1px;text-underline-offset:4px}
.proof-ledger{max-width:1156px;padding:17px 4px;border-block:1px solid var(--line);font-size:14px;color:var(--muted)}
.proof-ledger span{display:flex;align-items:center;gap:6px}
.proof-ledger b{color:var(--ink);font-weight:650}
.landing-how,.state-band,.price-block,.questions,.last-call{max-width:1220px;margin:0 auto;padding:104px 32px;display:grid;grid-template-columns:.8fr 1fr;gap:90px;align-items:start}
.landing-how h2,.state-band h2,.price-block h2,.questions h2,.last-call h2{max-width:500px;margin:0;font:400 42px/1.1 var(--display);letter-spacing:-.035em}
.landing-how>div>p:last-child,.state-band>div>p:last-child,.price-block>div>p:last-child{max-width:440px;margin:16px 0 0;color:var(--muted);font-size:16px;line-height:1.6}
.landing-how ol{margin:0;padding:0;list-style:none}
.landing-how li{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:0 0 22px;margin:0 0 20px;border-bottom:1px solid var(--line)}
.landing-how li:last-child{margin-bottom:0}
.step-mark{width:34px;height:34px;display:grid;place-items:center;border:1px solid #c9a3ba;border-radius:50%;color:var(--accent);font-family:var(--display);font-size:16px}
.landing-how li b{font-size:17px}
.landing-how li p{margin:4px 0 0;color:var(--muted);font-size:15px}
.state-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:.8fr 1fr;padding-top:78px;padding-bottom:78px}
.state-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.state-links a{min-height:74px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:#fbfaff;text-decoration:none;font-weight:650;transition:border-color .18s,transform .18s}
.state-links a:hover{border-color:#bd7ba0;transform:translateY(-1px)}
.state-links a span{display:block;margin-top:4px;color:var(--muted);font-size:13px;font-weight:400}
.price-block{align-items:center;padding-top:100px;padding-bottom:100px}
.price-slip{justify-self:end;width:min(100%,330px);padding:23px 24px;border-left:3px solid var(--accent);background:#e9e6f4;display:grid;justify-items:start;gap:8px}
.price-slip strong{font:400 42px/1 var(--display);font-variant-numeric:tabular-nums}
.price-slip>span{margin-bottom:9px;color:var(--muted);font-size:15px}
.questions{border-top:1px solid var(--line);grid-template-columns:.8fr 1fr}
.faq-list details{padding:17px 0;border-bottom:1px solid var(--line)}
.faq-list details:first-child{padding-top:0}
.faq-list summary{cursor:pointer;list-style:none;font-weight:650;font-size:16px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";float:right;color:var(--accent);font-size:20px;line-height:1}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{max-width:590px;margin:11px 25px 0 0;color:var(--muted);font-size:15px}
.last-call{margin-top:10px;margin-bottom:64px;padding:33px 38px;display:flex;justify-content:space-between;align-items:center;gap:24px;background:#e6e3f2;border-radius:8px}
.last-call .eyebrow{margin-bottom:8px}
.last-call h2{font-size:32px}
.last-call .button-link{flex:none}
@media(prefers-color-scheme:dark){:root{--canvas:#171522;--surface:#211e2d;--ink:#f5f2fb;--muted:#c4bfd0;--line:#454052;--accent:#ff79bd;--accent-soft:#40243a;--berry-dark:#ffadd6;--shadow:0 20px 48px #0004}.topbar{border-color:#454052}.nav-cta{border:0}.case-sheet{background:#211e2d;border-color:#454052}.case-sheet:before{background:#292537;border-color:#454052}.sheet-stakes{background:#40243a}.sheet-stakes p{color:#ded2df}.state-links a{background:#211e2d}.last-call{background:#292537}.price-slip{background:#292537}}
@media(max-width:760px){.topbar{height:68px;padding:0 20px}nav{gap:12px;font-size:13px}nav a:first-child,nav a:nth-child(2){display:none}.nav-cta{padding:0 11px}.landing-hero{padding:38px 22px 43px;grid-template-columns:1fr;gap:28px}.landing-copy h1{max-width:500px;font-size:clamp(43px,11vw,52px);line-height:1.02}.landing-copy .subhead{font-size:17px;max-width:480px;margin-bottom:21px}.case-sheet{width:calc(100% - 8px);min-height:0;padding:19px 20px 19px 30px;transform:none}.case-sheet:after{left:13px}.sheet-facts{gap:34px;padding:15px 0 13px}.deadline-line{min-height:68px}.deadline-line strong,.sheet-stakes strong{font-size:26px}.sheet-stakes{margin:4px -20px 14px -18px;padding:12px 20px 11px 18px}.proof-ledger{margin:0 22px;padding:17px 0;display:grid;gap:9px}.proof-ledger span{display:block}.landing-how,.state-band,.price-block,.questions{padding:70px 22px;display:block}.landing-how>div,.state-band>div:first-child,.price-block>div:first-child,.questions>div:first-child{margin-bottom:29px}.landing-how h2,.state-band h2,.price-block h2,.questions h2{font-size:34px}.state-band{padding-top:60px;padding-bottom:60px}.state-links{gap:8px}.state-links a{padding:12px;font-size:14px}.state-links a span{font-size:12px}.price-slip{justify-self:stretch;width:100%}.last-call{margin:10px 18px 42px;padding:24px 22px;display:grid;gap:19px}.last-call h2{font-size:29px}.last-call .button-link{justify-self:start}}
@media(max-width:380px){.landing-hero{padding-inline:18px}.landing-copy h1{font-size:42px}.sheet-facts{gap:23px}.case-sheet{padding-right:16px}.sheet-stakes{margin-right:-16px;padding-right:16px}.state-links a{padding:10px;font-size:13px}}
.landing-how li:before{display:none;content:none}
@media(max-width:760px){.landing-hero{padding-top:25px;gap:20px}.landing-copy .eyebrow{margin-bottom:10px}.landing-copy h1{margin-bottom:14px}.landing-copy .subhead{margin-bottom:15px}.case-sheet{padding-top:15px;padding-bottom:15px}.sheet-head{padding-bottom:10px}.sheet-facts{padding-top:11px;padding-bottom:9px}.deadline-line{min-height:58px}.sheet-stakes{margin-top:2px;margin-bottom:11px;padding-top:10px;padding-bottom:9px}}
.nav-cta{background:transparent;color:var(--accent);border:1px solid #c58aa9;font-weight:600}
.nav-cta:hover{background:var(--accent);color:#fff}
.landing-copy .button-link,.last-call .button-link,.price-slip .button-link{box-shadow:none}
.sheet-stakes{border-left:0;border-top:2px solid var(--accent)}
.price-slip{border-left:0;border-top:2px solid var(--accent)}
@media(prefers-color-scheme:dark){.nav-cta{border-color:#985278;color:var(--accent)}.nav-cta:hover{color:#171522}}
