:root{--navy:#0b1f3a;--navy2:#10325a;--teal:#0e7c66;--teal2:#13a07f;--tealbg:#e3f1ec;--gold:#c9a227;--gold-soft:#f6ebc9;--ink:#16202e;--ink-soft:#33414f;--muted:#5c6776;--faint:#8a95a3;--line:#e6eaf0;--line2:#d8dee8;--soft:#f4f7fa;--paper:#fbfcfe;--white:#fff;--grad:linear-gradient(150deg,#0b1f3a,#0e7c66);--grad-soft:linear-gradient(150deg,#10325a,#0e7c66);--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--sh-1:0 1px 2px rgba(11,31,58,.05);--sh-2:0 4px 18px rgba(11,31,58,.08);--sh-3:0 18px 48px rgba(11,31,58,.16);--maxw:1180px;--ease:cubic-bezier(.22,.61,.36,1);--serif:var(--font-serif),"Fraunces",Georgia,serif;--sans:var(--font-sans),"Inter","Segoe UI",Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}a,button{cursor:pointer}button{font-family:inherit;border:0;background:none}img,svg{display:block}::selection{background:var(--tealbg);color:var(--navy)}body:before{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;color:var(--navy);line-height:1.12;letter-spacing:-.02em}.display{font-size:clamp(40px,6vw,78px);font-weight:600;letter-spacing:-.03em;line-height:1.02}.h2{font-size:clamp(28px,3.6vw,46px)}.h3{font-size:clamp(21px,2.2vw,28px)}.eyebrow{font-family:var(--sans);font-weight:700;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--teal)}.lede{font-size:clamp(17px,1.5vw,21px);color:var(--ink-soft);line-height:1.6}.lede,.serif-i{font-weight:400}.serif-i{font-family:var(--serif);font-style:italic}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SF Mono,Menlo,monospace}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}section{position:relative}.eq{display:flex;align-items:center}.sp-1{height:1px}.btn{display:inline-flex;align-items:center;gap:9px;padding:14px 24px;border-radius:999px;font-weight:600;font-size:15px;transition:.25s var(--ease);white-space:nowrap}.btn .i{width:17px;height:17px}.btn-pri{background:var(--navy);color:#fff;box-shadow:var(--sh-2)}.btn-pri:hover{background:var(--navy2);transform:translateY(-2px);box-shadow:var(--sh-3)}.btn-teal{background:var(--teal);color:#fff;box-shadow:0 6px 18px rgba(14,124,102,.28)}.btn-teal:hover{background:var(--teal2);transform:translateY(-2px)}.btn-ghost{background:#fff;color:var(--navy);border:1.5px solid var(--line2)}.btn-ghost:hover{border-color:var(--navy);transform:translateY(-2px)}.btn-on-dark{background:hsla(0,0%,100%,.1);color:#fff;border:1.5px solid hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-on-dark:hover{background:hsla(0,0%,100%,.18)}.btn-lg{padding:17px 30px;font-size:16px}.btn-sm{padding:10px 16px;font-size:13.5px}.logo{display:inline-flex;align-items:center;gap:11px}.logo .seal{width:34px;height:34px;flex-shrink:0}.logo .word{font-family:var(--serif);font-weight:600;font-size:25px;color:var(--navy);letter-spacing:-.03em}.logo.on-dark .word{color:#fff}.logo.lg .seal{width:52px;height:52px}.logo.lg .word{font-size:38px}.nav{position:fixed;top:0;left:0;right:0;z-index:200;transition:.3s var(--ease)}.nav-inner{max-width:var(--maxw);margin:0 auto;padding:18px 28px;display:flex;align-items:center;gap:30px}.nav.scrolled{background:hsla(0,0%,100%,.9);backdrop-filter:saturate(1.3) blur(8px);-webkit-backdrop-filter:saturate(1.3) blur(8px);box-shadow:0 1px 0 var(--line)}.nav.scrolled .nav-inner{padding-top:13px;padding-bottom:13px}.nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}.nav-links a{font-size:14.5px;font-weight:500;color:var(--ink-soft);transition:.2s;position:relative}.nav-links a:hover{color:var(--navy)}.nav-links a.role-link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--teal);transform:scaleX(0);transition:.25s var(--ease)}.nav-links a.role-link:hover:after{transform:scaleX(1)}.nav-cta{display:flex;align-items:center;gap:12px}.nav.dark-top:not(.scrolled) .word{color:#fff}.nav.dark-top:not(.scrolled) .nav-links a{color:hsla(0,0%,100%,.82)}.nav.dark-top:not(.scrolled) .nav-links a:hover{color:#fff}.nav.dark-top:not(.scrolled) .btn-ghost{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.3)}.footer{background:var(--navy);color:hsla(0,0%,100%,.7);padding:72px 0 36px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:-30%;right:-10%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(14,124,102,.4),transparent 65%);filter:blur(20px)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;position:relative}.footer h5{font-family:var(--sans);color:#fff;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-weight:700}.footer a{display:block;color:hsla(0,0%,100%,.62);font-size:14px;margin:10px 0;transition:.2s}.footer .word,.footer a:hover{color:#fff}.footer-bottom{margin-top:54px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.12);display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px;position:relative}.footer-bottom .endorse{display:flex;align-items:center;gap:10px;color:hsla(0,0%,100%,.55)}.reveal{opacity:0;transform:translateY(24px);transition:.7s var(--ease)}.reveal.in{opacity:1;transform:none}.reveal[data-d="1"]{transition-delay:.08s}.reveal[data-d="2"]{transition-delay:.16s}.reveal[data-d="3"]{transition-delay:.24s}.reveal[data-d="4"]{transition-delay:.32s}.reveal[data-d="5"]{transition-delay:.4s}.pill{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:999px;font-size:12.5px;font-weight:600}.pill .i{width:13px;height:13px}.pill-teal{background:var(--tealbg);color:var(--teal)}.pill-gold{background:var(--gold-soft);color:#8a6d11}.pill-grey{background:var(--soft);color:var(--muted)}.pill-navy{background:#eaf1f8;color:var(--navy2)}.i{width:18px;height:18px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.center{text-align:center}.tag-row{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:880px){.nav-links{display:none}.footer-grid{grid-template-columns:1fr 1fr}.nav-cta .btn-ghost{display:none}.nav-inner{gap:14px}}@media(max-width:480px){.nav-cta .btn-teal{padding:9px 14px;font-size:13px}.logo .word{font-size:22px}}.hero{position:relative;background:var(--navy);color:#fff;overflow:hidden;padding:150px 0 110px}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg .glow{position:absolute;border-radius:50%;filter:blur(8px);opacity:.55}.hero-bg .g1{top:-15%;right:-8%;width:680px;height:680px;background:radial-gradient(circle,rgba(14,124,102,.55),transparent 62%)}.hero-bg .g2{bottom:-30%;left:-10%;width:560px;height:560px;background:radial-gradient(circle,rgba(86,201,240,.22),transparent 62%)}.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.04) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.04) 1px,transparent 0);background-size:64px 64px;mask-image:radial-gradient(circle at 70% 30%,#000,transparent 75%);-webkit-mask-image:radial-gradient(circle at 70% 30%,#000,transparent 75%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:50px;gap:50px;align-items:center}.hero h1{color:#fff;margin:18px 0 22px}.hero .lede{color:hsla(0,0%,100%,.78);max-width:520px}.hero-cta{gap:14px;margin-top:34px}.hero-cta,.hero-proof{display:flex;flex-wrap:wrap}.hero-proof{gap:30px;margin-top:46px}.hero-proof .stat .n{font-family:var(--serif);font-size:30px;color:#fff;font-weight:600}.hero-proof .stat .l{font-size:12.5px;color:hsla(0,0%,100%,.6);letter-spacing:.04em}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 15px;border-radius:999px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.16);font-size:13px;color:hsla(0,0%,100%,.85);font-weight:500}.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(201,162,39,.25)}.pp-float{position:relative;perspective:1400px}.pp-card{background:linear-gradient(155deg,#11335b,#0b2545);border:1px solid rgba(127,233,207,.2);border-radius:var(--r-lg);padding:26px;box-shadow:0 30px 70px rgba(0,0,0,.42);transform:rotateY(-13deg) rotateX(6deg);transition:.6s var(--ease)}.pp-float:hover .pp-card{transform:rotateY(-6deg) rotateX(3deg)}.pp-card .pp-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.pp-card .pp-label{font-size:10px;letter-spacing:.2em;color:hsla(0,0%,100%,.5);text-transform:uppercase}.pp-card .pp-name{font-family:var(--serif);font-size:23px;color:#fff;margin-top:4px}.pp-card .pp-num{font-family:ui-monospace,monospace;font-size:11px;color:rgba(127,233,207,.8);margin-top:3px}.pp-card .pp-seal{width:46px;height:46px}.pp-band{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:999px;background:rgba(14,124,102,.25);border:1px solid rgba(127,233,207,.4);color:#7fe9cf;font-size:12px;font-weight:600;margin-bottom:20px}.pp-layers{flex-direction:column}.pp-layer,.pp-layers{display:flex;gap:11px}.pp-layer{align-items:center;font-size:13px;color:hsla(0,0%,100%,.85)}.pp-layer .lc{width:22px;height:22px;border-radius:50%;background:rgba(127,233,207,.18);display:flex;align-items:center;justify-content:center;color:#7fe9cf;flex-shrink:0}.pp-layer .lc .i{width:12px;height:12px}.pp-foot{margin-top:22px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;font-size:11.5px;color:hsla(0,0%,100%,.55)}.sec{padding:96px 0}.sec-head{max-width:680px;margin-bottom:54px}.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}.sec-head h2{margin:14px 0 16px}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.promise{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;transition:.3s var(--ease)}.promise:hover{border-color:var(--teal);box-shadow:var(--sh-2);transform:translateY(-4px)}.promise .pic{width:52px;height:52px;border-radius:14px;background:var(--grad);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:20px}.promise .pic .i{width:24px;height:24px}.promise h3{font-size:20px;margin-bottom:10px}.promise p{font-size:14.5px;color:var(--muted);line-height:1.6}.steps-wrap{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.step-list{display:flex;flex-direction:column;gap:6px}.step{display:flex;gap:20px;padding:24px;border-radius:var(--r-md);cursor:pointer;transition:.3s var(--ease);border:1px solid transparent}.step.active{background:#fff;border-color:var(--line);box-shadow:var(--sh-2)}.step .num{font-family:var(--serif);font-size:30px;color:var(--line2);font-weight:600;line-height:1;flex-shrink:0;width:42px;transition:.3s}.step.active .num{color:var(--teal)}.step h4{font-size:18px;font-family:var(--serif);margin-bottom:4px}.step p{font-size:14px;color:var(--muted);max-height:0;overflow:hidden;transition:.4s var(--ease);opacity:0}.step.active p{max-height:80px;opacity:1;margin-top:6px}.step-visual{background:var(--grad);border-radius:var(--r-xl);min-height:440px;position:relative;overflow:hidden;box-shadow:var(--sh-3);display:flex;align-items:center;justify-content:center;padding:40px}.step-visual .ring{position:absolute;border:1px solid hsla(0,0%,100%,.12);border-radius:50%}.sv-card{background:hsla(0,0%,100%,.97);border-radius:var(--r-lg);padding:24px;width:100%;max-width:300px;box-shadow:0 24px 60px rgba(0,0,0,.3);position:relative;z-index:2}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--line);box-shadow:var(--sh-2)}.split-side{padding:44px}.split-docs{background:var(--soft);position:relative}.split-docs .doc-stack{position:relative;height:150px}.split-docs .docm{position:absolute;width:120px;height:150px;background:#fff;border:1px solid var(--line2);border-radius:10px;box-shadow:var(--sh-1)}.split-docs .docm:first-child{transform:rotate(-8deg) translateX(10px)}.split-docs .docm:nth-child(2){transform:rotate(4deg) translateX(40px)}.split-docs .docm .ln{height:6px;background:var(--line);border-radius:3px;margin:14px 12px}.split-docs .x-over{position:absolute;inset:0}.split-docs .x-over,.split-docs .x-over .xc{display:flex;align-items:center;justify-content:center}.split-docs .x-over .xc{width:54px;height:54px;border-radius:50%;background:#fff;border:2px solid var(--line2);color:var(--muted)}.split-out{background:var(--navy);color:#fff}.split-out .outcome-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:rgba(14,124,102,.3);border:1px solid rgba(127,233,207,.4);color:#7fe9cf;font-weight:600;font-size:14px;margin-bottom:8px}.split h3{font-size:21px;margin-bottom:10px}.split-out h3{color:#fff}.split p{font-size:14px;color:var(--muted);line-height:1.6}.split-out p{color:hsla(0,0%,100%,.7)}.roles-band{background:var(--soft)}.role-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.role-card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;transition:.3s var(--ease);cursor:pointer;position:relative;overflow:hidden}.role-card:hover{transform:translateY(-6px);box-shadow:var(--sh-3);border-color:transparent}.role-card .rc-ic{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:18px}.role-card h4{font-size:18px;margin-bottom:6px}.role-card p{font-size:13.5px;color:var(--muted);line-height:1.55;min-height:60px}.role-card .rc-price{font-size:12.5px;font-weight:600;color:var(--teal);margin-top:12px}.role-card .rc-arrow{position:absolute;top:24px;right:24px;color:var(--faint);transition:.3s}.role-card:hover .rc-arrow{color:var(--teal);transform:translate(3px,-3px)}.trust-band{background:var(--navy);color:#fff;overflow:hidden}.trust-band:before{content:"";position:absolute;bottom:-40%;right:-5%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(14,124,102,.35),transparent 65%);filter:blur(10px)}.trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative}.trust-list{display:flex;flex-direction:column;gap:18px}.trust-item{display:flex;gap:16px}.trust-item .ti-ic{width:42px;height:42px;border-radius:11px;background:rgba(127,233,207,.14);display:flex;align-items:center;justify-content:center;color:#7fe9cf;flex-shrink:0}.trust-item h4{color:#fff;font-size:16.5px;font-family:var(--sans);font-weight:700;margin-bottom:3px}.trust-item p{font-size:13.5px;color:hsla(0,0%,100%,.66);line-height:1.55}.trust-band h2{color:#fff}.cta-final{padding:110px 0;text-align:center;position:relative}.cta-final .seal-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;height:420px;opacity:.04}.cta-final h2{font-size:clamp(34px,5vw,58px);max-width:760px;margin:0 auto 22px}@media(max-width:980px){.hero-inner,.steps-wrap,.trust-grid{grid-template-columns:1fr;gap:40px}.pp-float{max-width:380px;margin:0 auto}.promise-grid,.role-cards{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}}@media(max-width:600px){.hero-proof,.promise-grid,.role-cards{grid-template-columns:1fr}.hero{padding:120px 0 80px}}.page{padding:130px 0 90px;min-height:70vh}.page-head{margin-bottom:40px}.page-head .eyebrow{margin-bottom:12px}.page-head h1{font-size:clamp(30px,4vw,48px)}.crumb{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-bottom:20px;cursor:pointer}.crumb:hover{color:var(--teal)}.crumb .i{width:15px;height:15px;transform:rotate(180deg)}.rhero{background:var(--navy);color:#fff;padding:150px 0 90px;position:relative;overflow:hidden}.rhero .glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(10px);top:-20%;right:-8%;background:radial-gradient(circle,rgba(14,124,102,.45),transparent 64%)}.rhero-inner{position:relative;z-index:2;max-width:760px}.rhero h1{color:#fff;margin:16px 0 18px}.rhero .lede{color:hsla(0,0%,100%,.78)}.rhero .hero-cta{margin-top:30px}.frow{display:grid;grid-template-columns:1fr 1fr;grid-gap:54px;gap:54px;align-items:center;padding:60px 0}.frow.rev .ftext{order:2}.fcard{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-xl);padding:38px;box-shadow:var(--sh-2);min-height:300px}.feat-li{display:flex;gap:13px;margin:16px 0}.feat-li .fl-ic{width:30px;height:30px;border-radius:9px;background:var(--tealbg);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feat-li .fl-ic .i{width:16px;height:16px}.feat-li b{color:var(--navy);font-size:15px}.feat-li p{font-size:13.5px;color:var(--muted);margin-top:2px}.price-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px}.price-card{flex:1 1;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px}.price-card.feat{border-color:var(--teal);box-shadow:0 10px 30px rgba(14,124,102,.14);position:relative}.price-card.feat:before{content:"Most popular";position:absolute;top:-11px;left:26px;background:var(--teal);color:#fff;font-size:11px;font-weight:600;padding:4px 12px;border-radius:999px}.price-card .pname{font-weight:700;color:var(--navy);font-size:15px}.price-card .pamt{font-family:var(--serif);font-size:34px;color:var(--navy);margin:8px 0}.price-card .pamt small{font-size:14px;color:var(--muted);font-family:var(--sans)}.price-card ul{list-style:none;margin:16px 0}.price-card li{font-size:13.5px;color:var(--ink-soft);margin:9px 0;display:flex;gap:9px}.price-card li svg{width:16px;height:16px;color:var(--teal);flex-shrink:0;margin-top:3px}.sub-wrap{max-width:560px;margin:0 auto}.sub-summary{background:var(--soft);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px 20px;margin:16px 0}.sub-summary .srow{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;border-bottom:1px solid var(--line)}.sub-summary .srow:last-child{border-bottom:0}.sub-summary .srow .lbl{color:var(--muted);font-size:13px}.sub-summary .srow b{color:var(--navy);font-weight:600}.sub-summary .srow.total b{font-family:var(--serif);font-size:20px}.card-entry{background:#fff;border:1.5px solid var(--line2);border-radius:var(--r-lg);padding:18px;margin:14px 0}.card-entry .ce-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.card-entry .ce-head b{font-size:14px;color:var(--navy)}.card-entry .ce-brands{display:flex;gap:6px}.card-entry .ce-brands span{font-size:10px;font-weight:700;letter-spacing:.5px;color:var(--muted);border:1px solid var(--line2);border-radius:5px;padding:2px 6px}.fld{margin:10px 0}.fld label{display:block;font-size:12.5px;font-weight:600;color:var(--ink);margin-bottom:6px}.fld input{width:100%;border:1.5px solid var(--line2);border-radius:11px;padding:13px;font-size:15px;font-family:var(--sans);color:var(--ink);transition:.2s}.fld input:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 4px rgba(14,124,102,.12)}.fld-row{display:flex;gap:12px}.fld-row .fld{flex:1 1}.secure-line{display:flex;align-items:flex-start;gap:9px;background:var(--soft);border-radius:11px;padding:12px 14px;font-size:12.5px;color:var(--muted);line-height:1.5;margin-top:14px}.secure-line svg{width:15px;height:15px;color:var(--teal);flex-shrink:0;margin-top:2px}.secure-line b{color:var(--navy)}.bill-block{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:6px 20px;margin:14px 0}.bill-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px}.bill-row:last-child{border-bottom:0}.bill-row .lbl{color:var(--muted);font-size:13px}.bill-row b{color:var(--navy);font-weight:600;text-align:right}.bill-row b.big{font-family:var(--serif);font-size:18px}.sub-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;letter-spacing:.3px;padding:4px 11px;border-radius:999px;text-transform:uppercase}.sub-pill .dt{width:7px;height:7px;border-radius:50%;background:currentColor}.sub-pill.active{background:var(--tealbg);color:#0c5a48}.sub-pill.trial{background:#eef3fb;color:var(--navy2)}.sub-pill.pastdue{background:#fdeede;color:#8a5a0a}.sub-pill.cancelled{background:#f6e9e9;color:#8a2a2a}.sub-pill.expired{background:var(--soft);color:var(--muted)}.pm-card{gap:14px;border:1.5px solid var(--line2);border-radius:12px;padding:14px;margin:10px 0}.pm-card,.pm-card .pm-ic{display:flex;align-items:center}.pm-card .pm-ic{width:46px;height:32px;border-radius:7px;background:var(--navy);color:#fff;justify-content:center;flex-shrink:0}.pm-card .pm-ic svg{width:18px;height:18px}.pm-card .pm-meta{flex:1 1}.pm-card .pm-meta b{font-size:14px;color:var(--navy);display:block}.pm-card .pm-meta small{font-size:12px;color:var(--muted)}.pm-card .pm-default{font-size:10px;font-weight:700;letter-spacing:.5px;color:#0c5a48;background:var(--tealbg);border-radius:6px;padding:3px 8px;text-transform:uppercase}.pm-actions{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0}.renew-row{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;margin:12px 0}.renew-row .rr-body{flex:1 1}.renew-row .rr-body b{font-size:14px;color:var(--navy);display:block}.renew-row .rr-body small{font-size:12.5px;color:var(--muted)}.toggle{width:46px;height:27px;border-radius:999px;background:var(--teal);position:relative;cursor:pointer;flex-shrink:0;transition:.2s;border:0}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#fff;transition:.2s}.toggle.off{background:var(--line2)}.toggle.off:after{left:22px}.renew-warn{display:none;align-items:flex-start;gap:10px;background:var(--gold-soft);border:1px solid #ecdca0;border-radius:11px;padding:13px;font-size:13px;color:#5e4a0a;line-height:1.5;margin:10px 0}.renew-warn.on{display:flex}.renew-warn svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-top:2px}.renew-warn b{color:#3d3007}.inv-row{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13.5px}.inv-row:last-child{border-bottom:0}.inv-row .inv-date{width:110px;color:var(--ink);font-weight:600}.inv-row .inv-desc{flex:1 1;color:var(--muted)}.inv-row .inv-amt{font-family:var(--serif);color:var(--navy);font-weight:600}.inv-row .inv-status{font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;background:var(--tealbg);color:#0c5a48}.inv-row .inv-status.refunded{background:var(--soft);color:var(--muted)}.inv-dl{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--teal);cursor:pointer;border:1px solid var(--line2);border-radius:9px;padding:7px 11px;background:#fff}.inv-dl:hover{border-color:var(--teal)}.inv-dl svg{width:14px;height:14px}.qa-chips{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0}.qa-chip{border:1.5px solid var(--line2);background:#fff;border-radius:999px;padding:10px 16px;font-size:13.5px;font-weight:500;color:var(--ink);cursor:pointer;transition:.18s}.qa-chip.sel,.qa-chip:hover{border-color:var(--teal)}.qa-chip.sel{background:var(--tealbg);color:#0c5a48;font-weight:600}.qa-ta{width:100%;border:1.5px solid var(--line2);border-radius:11px;padding:13px;font-family:var(--sans);font-size:14px;resize:vertical;min-height:84px}.qa-ta:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 4px rgba(14,124,102,.12)}.cancel-item{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:12px;padding:13px;background:var(--soft);margin:10px 0}.cancel-item .ci-meta{flex:1 1}.cancel-item .ci-meta b{font-size:14px;color:var(--navy);display:block}.cancel-item .ci-meta small{font-size:12px;color:var(--muted)}.browse-layout{display:grid;grid-template-columns:260px 1fr;grid-gap:34px;gap:34px;align-items:start}.filters{position:-webkit-sticky;position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px}.filters h4{font-family:var(--sans);font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:700;margin:18px 0 10px}.filters h4:first-child{margin-top:0}.fchip-row{display:flex;flex-wrap:wrap;gap:7px}.fchip{padding:7px 13px;border-radius:999px;border:1.5px solid var(--line2);font-size:12.5px;color:var(--ink-soft);cursor:pointer;transition:.2s}.fchip:hover{border-color:var(--teal)}.fchip.on{background:var(--navy);color:#fff;border-color:var(--navy)}.listing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.lcard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;cursor:pointer;transition:.3s var(--ease)}.lcard:hover{transform:translateY(-5px);box-shadow:var(--sh-3)}.lcard .photo{height:190px;background:var(--grad);position:relative;display:flex;align-items:flex-end;padding:14px}.lcard .photo.v2{background:linear-gradient(135deg,#b8c4d4,#8f9fb5)}.lcard .photo.v3{background:linear-gradient(135deg,#d4c4b8,#b59f8f)}.lcard .photo.v4{background:linear-gradient(135deg,#c5d4b8,#9fb594)}.lcard .photo .vbadge{background:hsla(0,0%,100%,.95);border-radius:999px;padding:6px 12px;font-size:11.5px;font-weight:600;color:var(--teal);display:inline-flex;align-items:center;gap:6px}.lcard .photo .vbadge svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.lcard .lbody{padding:18px}.lcard .lprice{font-family:var(--serif);font-size:21px;color:var(--navy)}.lcard .ltitle{font-size:14px;color:var(--ink);font-weight:600;margin-top:2px}.lcard .lmeta{font-size:12.5px;color:var(--muted);margin-top:8px;display:flex;gap:14px}.ccard{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:30px;box-shadow:var(--sh-1)}.ccard+.ccard{margin-top:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.basis-chip{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:999px;background:#eaf1f8;color:var(--navy2)}.basis-chip .i{width:13px;height:13px}.whyask{font-size:12.5px;color:var(--teal);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.minim{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin:16px 0}.minim .m2{border-radius:var(--r-md);padding:16px}.minim .keep{background:var(--tealbg)}.minim .drop{background:#fbefef}.minim .mh{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:6px;margin-bottom:9px}.minim .keep .mh{color:var(--teal)}.minim .drop .mh{color:#a33333}.minim ul{list-style:none}.minim li{font-size:13px;margin:5px 0;line-height:1.5}.minim .keep li{color:#0c4a3c}.minim .drop li{color:#7a2e2e}.retn{gap:13px;border:1px solid var(--line);border-radius:var(--r-md);padding:14px 16px;margin:10px 0}.retn,.retn .rc-ic{display:flex;align-items:center}.retn .rc-ic{width:38px;height:38px;border-radius:10px;background:var(--soft);color:var(--navy);justify-content:center;flex-shrink:0}.retn .rc-b{flex:1 1}.retn .rc-b b{color:var(--navy);font-size:14px;display:block}.retn .rc-b small{color:var(--muted);font-size:12px}.retn .rc-c{font-family:ui-monospace,monospace;font-size:13px;font-weight:600;color:var(--teal)}.retn .rc-c.warn{color:#8a6d11}.crow{display:flex;align-items:flex-start;gap:16px;border:1px solid var(--line);border-radius:var(--r-md);padding:18px;margin:12px 0;background:#fff}.crow .cb{flex:1 1}.crow .cb b{color:var(--navy);font-size:15px}.crow .cb p{font-size:13px;color:var(--muted);margin-top:3px}.crow .cmeta{font-size:11px;color:var(--faint);margin-top:6px;font-family:ui-monospace,monospace}.tgl{width:46px;height:27px;border-radius:999px;background:var(--teal);position:relative;cursor:pointer;flex-shrink:0;transition:.2s;border:0}.tgl:after{content:"";position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#fff;transition:.2s}.tgl.off{background:var(--line2)}.tgl.off:after{left:22px}.rgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.rcard{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:var(--r-md);padding:20px;background:#fff;cursor:pointer;transition:.25s var(--ease)}.rcard:hover{border-color:var(--teal);box-shadow:var(--sh-2);transform:translateY(-3px)}.rcard .ric{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rcard .ric.teal{background:var(--tealbg);color:var(--teal)}.rcard .ric.navy{background:#eaf1f8;color:var(--navy)}.rcard .ric.gold{background:var(--gold-soft);color:#8a6d11}.rcard .ric.danger{background:#fbefef;color:#a33333}.rcard b{color:var(--navy);font-size:15px}.rcard small{display:block;color:var(--muted);font-size:12.5px;margin-top:2px;line-height:1.45}.nlayer{border:1px solid var(--line);border-radius:var(--r-md);margin:10px 0;overflow:hidden}.nlayer summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:600;color:var(--navy);display:flex;align-items:center;gap:11px;font-size:15px}.nlayer summary::-webkit-details-marker{display:none}.nlayer summary .chev{margin-left:auto;color:var(--faint);transition:.2s}.nlayer[open] summary .chev{transform:rotate(90deg)}.nlayer .nl-b{padding:0 18px 18px;font-size:13.5px;color:var(--ink-soft);line-height:1.6}.nlayer .nl-b b{color:var(--navy)}.consent-check{display:flex;align-items:flex-start;gap:13px;padding:16px;border-radius:var(--r-md);background:var(--soft);border:1px solid var(--line);margin:16px 0;cursor:pointer}.consent-check .cbx{width:24px;height:24px;border-radius:7px;border:2px solid var(--teal);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;transition:.15s}.consent-check.on .cbx{background:var(--teal)}.consent-check .cbx .i{width:14px;height:14px;opacity:0}.consent-check.on .cbx .i{opacity:1}.consent-check span{font-size:13.5px;color:var(--ink);line-height:1.55}.signup-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;min-height:100vh}.signup-aside{background:var(--navy);color:#fff;padding:120px 60px 60px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.signup-aside:before{content:"";position:absolute;top:-15%;right:-15%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(14,124,102,.4),transparent 64%);filter:blur(10px)}.signup-aside .sa-in{position:relative;z-index:2;max-width:420px}.signup-aside h2{color:#fff;font-size:34px;margin:18px 0}.signup-aside .sa-li{display:flex;gap:14px;margin:20px 0;color:hsla(0,0%,100%,.92);font-size:19px;line-height:1.5;font-weight:500}.signup-aside .sa-li svg{width:24px;height:24px;width:20px;height:20px;color:#7fe9cf;flex-shrink:0;margin-top:2px}.signup-form{padding:120px 60px 60px;display:flex;flex-direction:column;justify-content:center}.signup-form .sf-in{max-width:460px;width:100%;margin:0 auto}.field{margin:14px 0}.field label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:7px}.field input,.field select{width:100%;padding:13px 15px;border:1.5px solid var(--line2);border-radius:var(--r-sm);font:inherit;font-size:14.5px;color:var(--ink);transition:.2s}.field input:focus,.field select:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 4px var(--tealbg)}.btn-block{width:100%;justify-content:center}.btn.disabled{opacity:.5;pointer-events:none}.subproc{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.subproc:last-child{border:0}.subproc .sp-ic{width:40px;height:40px;border-radius:10px;background:var(--soft);color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.subproc b{color:var(--navy);font-size:14.5px}.subproc small{display:block;color:var(--muted);font-size:12.5px}.subproc .sp-loc{margin-left:auto;font-size:11px;font-family:ui-monospace,monospace;color:var(--muted);background:var(--soft);border:1px solid var(--line);padding:4px 10px;border-radius:7px}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.dstat{background:#fff;border:1px solid var(--line);border-radius:var(--r-md);padding:20px}.dstat .n{font-family:var(--serif);font-size:30px;color:var(--navy)}.dstat .n.teal{color:var(--teal)}.dstat .n.gold{color:var(--gold)}.dstat .l{font-size:12.5px;color:var(--muted);margin-top:2px}.applicant{display:flex;align-items:center;gap:16px;padding:16px;border:1px solid var(--line);border-radius:var(--r-md);margin:10px 0;background:#fff;transition:.2s}.applicant:hover{box-shadow:var(--sh-2)}.applicant .av{width:46px;height:46px;border-radius:50%;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.applicant .ab{flex:1 1}.applicant .ab b{color:var(--navy);font-size:14.5px}.applicant .ab small{display:block;color:var(--muted);font-size:12.5px}@media(max-width:980px){.browse-layout{grid-template-columns:1fr}.filters{position:static}.frow,.frow.rev{grid-template-columns:1fr;gap:30px}.frow.rev .ftext{order:0}.signup-layout{grid-template-columns:1fr}.signup-aside{display:none}.dash-stats{grid-template-columns:1fr 1fr}}@media(max-width:680px){.listing-grid,.minim,.rgrid,.three-col,.two-col{grid-template-columns:1fr}}.verify-layout{max-width:760px;margin:0 auto}.vsteps{display:flex;gap:8px;margin-bottom:8px}.vsteps .vstep{flex:1 1;height:5px;border-radius:999px;background:var(--line2)}.vsteps .vstep.on{background:var(--teal)}.vstepno{font-size:12.5px;font-weight:600;color:var(--muted);letter-spacing:.04em;margin-bottom:18px}.doc-req{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.doc-req:last-child{border:0}.doc-req .dr-ic{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-req .dr-ic.gold{background:var(--gold-soft);color:#8a6d11}.doc-req .dr-ic.teal{background:var(--tealbg);color:var(--teal)}.doc-req .dr-b{flex:1 1}.doc-req .dr-b b{color:var(--navy);font-size:14.5px}.doc-req .dr-b small{display:block;color:var(--muted);font-size:12.5px}.doc-req .dr-tag{font-size:11px;font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.05em}.upload-tile{display:flex;align-items:center;gap:14px;border:1.5px dashed var(--line2);border-radius:var(--r-md);padding:16px 18px;margin:10px 0;cursor:pointer;transition:.2s;background:#fff}.upload-tile:hover{border-color:var(--teal);background:var(--paper)}.upload-tile.done{border-style:solid;border-color:var(--teal);background:var(--tealbg)}.upload-tile .ut-ic{width:42px;height:42px;border-radius:11px;background:var(--soft);color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.2s}.upload-tile.done .ut-ic{background:var(--teal);color:#fff}.upload-tile .ut-b{flex:1 1}.upload-tile .ut-b b{color:var(--navy);font-size:14.5px}.upload-tile .ut-b small{display:block;color:var(--muted);font-size:12px}.upload-tile .ut-status{font-size:12.5px;font-weight:600;color:var(--faint)}.upload-tile.done .ut-status{color:var(--teal)}.privacy-block{background:var(--soft);border:1px solid var(--line);border-radius:var(--r-md);padding:18px;margin:18px 0}.privacy-block .pb-h{font-size:13px;font-weight:700;color:var(--navy);display:flex;align-items:center;gap:8px;margin-bottom:12px}.privacy-block .pb-h .i{width:15px;height:15px;color:var(--teal)}.privacy-block .pb-r{display:flex;gap:10px;font-size:13px;color:var(--ink-soft);margin:8px 0;line-height:1.5}.privacy-block .pb-r .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex-shrink:0;margin-top:6px}.proc-wrap{max-width:620px;margin:0 auto;text-align:center}.proc-ring{width:120px;height:120px;margin:0 auto 28px;position:relative}.proc-ring svg{width:120px;height:120px;transform:rotate(-90deg)}.proc-ring .pr-track{fill:none;stroke:var(--line);stroke-width:6}.proc-ring .pr-arc{fill:none;stroke:var(--teal);stroke-width:6;stroke-linecap:round;stroke-dasharray:339;stroke-dashoffset:230;animation:procspin 1.6s var(--ease) infinite}@keyframes procspin{0%{stroke-dashoffset:300}50%{stroke-dashoffset:90}to{stroke-dashoffset:300}}.proc-ring .pr-seal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px}.proc-time{display:inline-flex;align-items:center;gap:9px;background:var(--gold-soft);color:#8a6d11;border-radius:999px;padding:9px 18px;font-weight:600;font-size:14px;margin:10px 0 24px}.proc-steps{text-align:left;max-width:420px;margin:0 auto}.proc-li{display:flex;align-items:center;gap:13px;padding:13px 0;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink)}.proc-li:last-child{border:0}.proc-li .pli-ic{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.proc-li .pli-ic.done{background:var(--tealbg);color:var(--teal)}.proc-li .pli-ic.now{background:var(--gold-soft);color:#8a6d11}.proc-li .pli-ic.wait{background:var(--soft);color:var(--faint)}.proc-li .pli-ic .i{width:14px;height:14px}.proc-li.pending{color:var(--muted)}.apply-card{max-width:620px;margin:0 auto}.apply-listing{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:var(--r-md);padding:16px;background:#fff;margin-bottom:20px}.apply-listing .al-photo{width:84px;height:64px;border-radius:10px;background:var(--grad);flex-shrink:0}.apply-listing .al-b{flex:1 1}.apply-listing .al-b b{color:var(--navy);font-size:15px}.apply-listing .al-b small{display:block;color:var(--muted);font-size:12.5px}.share-row{display:flex;align-items:flex-start;gap:14px;border:1px solid var(--line);border-radius:var(--r-md);padding:16px;margin:10px 0;background:#fff}.share-row .sr-b{flex:1 1}.share-row .sr-b b{color:var(--navy);font-size:14px}.share-row .sr-b small{display:block;color:var(--muted);font-size:12.5px;margin-top:2px}.share-row .sr-val{font-size:12.5px;font-weight:600;color:var(--teal);background:var(--tealbg);padding:4px 11px;border-radius:999px;white-space:nowrap}.sent-wrap{max-width:560px;margin:0 auto;text-align:center}.sent-ring{width:96px;height:96px;border-radius:50%;background:var(--tealbg);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.sent-ring .i{width:46px;height:46px;color:var(--teal);stroke-width:2.2}.dash-shell{display:grid;grid-template-columns:230px 1fr;grid-gap:28px;gap:28px;align-items:start}.dash-side{position:-webkit-sticky;position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:14px}.dash-side .dn{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:var(--r-sm);font-size:14px;font-weight:500;color:var(--ink-soft);cursor:pointer;transition:.18s;margin:2px 0}.dash-side .dn .i{width:17px;height:17px;color:var(--faint)}.dash-side .dn:hover{background:var(--soft)}.dash-side .dn.on{background:var(--navy);color:#fff}.dash-side .dn.on .i{color:#7fe9cf}.dash-side .dn .badge{margin-left:auto;background:var(--teal);color:#fff;font-size:10.5px;font-weight:700;border-radius:999px;padding:2px 7px}.dash-side .dn.on .badge{background:hsla(0,0%,100%,.2)}.dsec{margin-bottom:26px}.dsec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dsec-h h3{font-size:20px}.tabs{display:flex;gap:4px;background:var(--soft);padding:4px;margin-bottom:18px;width:-moz-fit-content;width:fit-content}.tab,.tabs{border-radius:999px}.tab{padding:8px 16px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:.18s}.tab.on{background:#fff;color:var(--navy);box-shadow:var(--sh-1)}.verdict{border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden}.verdict .v-top{background:var(--navy);color:#fff;padding:22px;display:flex;align-items:center;gap:16px}.verdict .v-top .av{width:54px;height:54px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.verdict .v-top h3{color:#fff;font-size:20px;font-family:var(--sans);font-weight:700}.verdict .v-top small{color:hsla(0,0%,100%,.7);font-size:13px}.verdict .v-body{padding:8px 22px 22px}.vlayer{display:flex;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.vlayer:last-child{border:0}.vlayer .vl-ic{width:34px;height:34px;border-radius:9px;background:var(--tealbg);color:var(--teal);display:flex;align-items:center;justify-content:center;flex-shrink:0}.vlayer .vl-b{flex:1 1}.vlayer .vl-b b{color:var(--navy);font-size:14.5px}.vlayer .vl-b small{display:block;color:var(--muted);font-size:12.5px}.vlayer .vl-v{font-size:12.5px;font-weight:600;color:var(--teal);background:var(--tealbg);padding:5px 12px;border-radius:999px}.doc-lock{display:flex;align-items:center;gap:11px;background:var(--soft);border:1px dashed var(--line2);border-radius:var(--r-md);padding:14px 16px;margin-top:14px;color:var(--muted);font-size:13px}.doc-lock .i{width:18px;height:18px;color:var(--faint);flex-shrink:0}.slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:10px;gap:10px;margin:14px 0}.slot{border:1.5px solid var(--line2);border-radius:var(--r-md);padding:14px;text-align:center;cursor:pointer;transition:.18s}.slot:hover{border-color:var(--teal)}.slot.on{background:var(--navy);color:#fff;border-color:var(--navy)}.slot .sd{font-size:12px;color:var(--muted)}.slot.on .sd{color:hsla(0,0%,100%,.7)}.slot .st{font-weight:700;font-size:15px;color:var(--navy);margin-top:3px}.slot.on .st{color:#fff}.chat-wrap{display:grid;grid-template-columns:280px 1fr;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;min-height:540px;background:#fff}.chat-list{border-right:1px solid var(--line);overflow:auto}.chat-li{display:flex;align-items:center;gap:12px;padding:15px 16px;border-bottom:1px solid var(--line);cursor:pointer;transition:.15s}.chat-li.on,.chat-li:hover{background:var(--soft)}.chat-li .av{width:40px;height:40px;border-radius:50%;background:var(--grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.chat-li .cb{flex:1 1;min-width:0}.chat-li .cb b{font-size:14px;color:var(--navy);display:block}.chat-li .cb small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.chat-main{display:flex;flex-direction:column}.chat-head{padding:16px 20px;border-bottom:1px solid var(--line);gap:12px}.chat-head,.chat-head .av{display:flex;align-items:center}.chat-head .av{width:38px;height:38px;border-radius:50%;background:var(--grad);color:#fff;justify-content:center;font-weight:700;font-size:13px}.chat-body{flex:1 1;padding:22px;display:flex;flex-direction:column;gap:12px;background:var(--paper)}.bubble{max-width:70%;padding:11px 15px;border-radius:16px;font-size:14px;line-height:1.45}.bubble.them{background:#fff;border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:5px}.bubble.me{background:var(--navy);color:#fff;align-self:flex-end;border-bottom-right-radius:5px}.chat-note{text-align:center;font-size:11.5px;color:var(--muted);background:var(--gold-soft);border-radius:999px;padding:6px 14px;align-self:center;margin:4px 0}.chat-input{padding:14px 18px;border-top:1px solid var(--line);display:flex;gap:10px}.chat-input input{flex:1 1;border:1.5px solid var(--line2);border-radius:999px;padding:11px 16px;font:inherit;font-size:14px}.chat-input input:focus{outline:0;border-color:var(--teal)}.prof-head{gap:18px;margin-bottom:24px}.prof-head,.prof-head .pav{display:flex;align-items:center}.prof-head .pav{width:72px;height:72px;border-radius:50%;background:var(--grad);color:#fff;justify-content:center;font-weight:700;font-size:26px}.setting-row{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.setting-row:last-child{border:0}.setting-row .sr-ic{width:40px;height:40px;border-radius:10px;background:var(--soft);color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0}.setting-row .sr-b{flex:1 1}.setting-row .sr-b b{color:var(--navy);font-size:14.5px}.setting-row .sr-b small{display:block;color:var(--muted);font-size:12.5px}.report-opt{display:flex;align-items:center;gap:13px;border:1.5px solid var(--line2);border-radius:var(--r-md);padding:15px;margin:9px 0;cursor:pointer;transition:.18s}.report-opt.on,.report-opt:hover{border-color:var(--gold)}.report-opt.on{background:var(--gold-soft)}.report-opt .ro-rb{width:20px;height:20px;border-radius:50%;border:2px solid var(--line2);flex-shrink:0;transition:.15s}.report-opt.on .ro-rb{border-color:var(--gold);background:var(--gold);box-shadow:inset 0 0 0 3px #fff}.report-opt span{font-size:14px;color:var(--ink)}@media(max-width:980px){.dash-shell{grid-template-columns:1fr}.dash-side{position:static;display:flex;overflow-x:auto;gap:6px}.dash-side .dn{white-space:nowrap}.chat-wrap{grid-template-columns:1fr}.chat-list{display:none}}.warm-scene{position:absolute;inset:0;z-index:0;overflow:hidden}.warm-scene .photo{position:absolute;inset:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWlnaHQ9IjkwMCIgdmlld0JveD0iMCAwIDE2MDAgOTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBzbGljZSI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJza3kiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNGNkUyQzgiLz48c3RvcCBvZmZzZXQ9IjAuNTUiIHN0b3AtY29sb3I9IiNFOUM5QTYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEOEIwODkiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0id2FybWdsb3ciIHgxPSIwLjIiIHkxPSIwIiB4Mj0iMC44IiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjRkJFN0M2IiBzdG9wLW9wYWNpdHk9IjAuOSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0UyQTg2QSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9IndhbGwiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNFQURiYzYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEOUM0QTgiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZmxvb3IiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNDOUE0NzkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNBNzdGNTIiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZ2xhc3MiIHgxPSIwIiB5MT0iMCIgeDI9IjAiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNGQkVBQ0IiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGMUNFOUUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48IS0tIHdhcm0gaW50ZXJpb3Igd2FsbCAtLT48cmVjdCB3aWR0aD0iMTYwMCIgaGVpZ2h0PSI5MDAiIGZpbGw9InVybCgjd2FsbCkiLz48IS0tIGZsb29yIHBsYW5lIC0tPjxwb2x5Z29uIHBvaW50cz0iMCw2NDAgMTYwMCw2NDAgMTYwMCw5MDAgMCw5MDAiIGZpbGw9InVybCgjZmxvb3IpIi8+PCEtLSBzdWJ0bGUgZmxvb3Igc2hlZW4gLS0+PHBvbHlnb24gcG9pbnRzPSIwLDY0MCAxNjAwLDY0MCAxNjAwLDcyMCAwLDc2MCIgZmlsbD0iI0U4Q0RBNiIgb3BhY2l0eT0iMC4yNSIvPjwhLS0gbGFyZ2UgcGljdHVyZSB3aW5kb3cgbGV0dGluZyBpbiBnb2xkZW4taG91ciBsaWdodCAtLT48Zz48cmVjdCB4PSIxMjAiIHk9IjE1MCIgd2lkdGg9IjY0MCIgaGVpZ2h0PSI0OTAiIHJ4PSI2IiBmaWxsPSIjOUM3QTUyIi8+PHJlY3QgeD0iMTM4IiB5PSIxNjgiIHdpZHRoPSI2MDQiIGhlaWdodD0iNDU0IiByeD0iMyIgZmlsbD0idXJsKCNza3kpIi8+PCEtLSBkaXN0YW50IHRyZWVsaW5lIC8gaGlsbCB0aHJvdWdoIHdpbmRvdyAtLT48cGF0aCBkPSJNMTM4IDQ3MCBRMzAwIDQyMCA0NzAgNDYwIFQ3NDIgNDUyIEw3NDIgNjIyIEwxMzggNjIyIFoiIGZpbGw9IiNDN0E4NzgiIG9wYWNpdHk9IjAuNTUiLz48cGF0aCBkPSJNMTM4IDUxMCBRMzIwIDQ3MCA1MjAgNTAwIFQ3NDIgNDk4IEw3NDIgNjIyIEwxMzggNjIyIFoiIGZpbGw9IiNCOTkyNUYiIG9wYWNpdHk9IjAuNSIvPjwhLS0gd2luZG93IG11bGxpb25zIC0tPjxyZWN0IHg9IjQzNCIgeT0iMTY4IiB3aWR0aD0iMTAiIGhlaWdodD0iNDU0IiBmaWxsPSIjOUM3QTUyIi8+PHJlY3QgeD0iMTM4IiB5PSIzODgiIHdpZHRoPSI2MDQiIGhlaWdodD0iMTAiIGZpbGw9IiM5QzdBNTIiLz48IS0tIGxpZ2h0IHNwaWxsIG9uIGZsb29yIC0tPjxwb2x5Z29uIHBvaW50cz0iMjAwLDY0MCA3MDAsNjQwIDg4MCw4MjAgMzgwLDkwMCAxMjAsOTAwIDEyMCw3NjAiIGZpbGw9InVybCgjZ2xhc3MpIiBvcGFjaXR5PSIwLjQ1Ii8+PC9nPjwhLS0gcmlnaHQgd2FsbCB3aXRoIGZyYW1lZCBhcnQgKyB3YXJtIGxhbXAgZ2xvdyAtLT48cmVjdCB4PSI5ODAiIHk9IjE1MCIgd2lkdGg9IjIiIGhlaWdodD0iNDkwIiBmaWxsPSIjQzlCMTkzIiBvcGFjaXR5PSIwLjQiLz48cmVjdCB4PSIxMTIwIiB5PSIyNTAiIHdpZHRoPSIxNzAiIGhlaWdodD0iMjIwIiByeD0iNiIgZmlsbD0iI0JDQTA3OSIvPjxyZWN0IHg9IjExMzgiIHk9IjI2OCIgd2lkdGg9IjEzNCIgaGVpZ2h0PSIxODQiIHJ4PSIzIiBmaWxsPSIjRTVDOEEwIi8+PCEtLSBhIHNvZnQgaGFuZ2luZyBwbGFudCBzaWxob3VldHRlIC0tPjxnIG9wYWNpdHk9IjAuOCI+PHJlY3QgeD0iMTQxMCIgeT0iMTIwIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMjAiIGZpbGw9IiM3RTYyNDIiLz48cGF0aCBkPSJNMTQxMyAyNDAgcS02MCAzMCAtODAgMTEwIHE3MCAtNDAgMTAwIC01MCBxLTQwIDYwIC0zMCAxMzAgcTQwIC03MCA2MCAtMTEwIHExMCA3MCA1MCAxMjAgcTAgLTkwIC0yMCAtMTUwIHE1MCAzMCA5MCAzMCBxLTYwIC01MCAtMTEwIC03MCBxNDAgLTQwIDkwIC00MCBxLTgwIC0yMCAtMTQwIDIwIHoiIGZpbGw9IiM1RTdDNTgiLz48L2c+PCEtLSBzb2ZhIHN1Z2dlc3Rpb24gKHdhcm0sIGxvdykgLS0+PGc+PHJlY3QgeD0iODYwIiB5PSI1NDAiIHdpZHRoPSI0MzAiIGhlaWdodD0iMTIwIiByeD0iMjYiIGZpbGw9IiNDOThGNjMiLz48cmVjdCB4PSI4NjAiIHk9IjUwMCIgd2lkdGg9IjQzMCIgaGVpZ2h0PSI3MCIgcng9IjIyIiBmaWxsPSIjRDhBMDc0Ii8+PHJlY3QgeD0iODc2IiB5PSI1NTYiIHdpZHRoPSIxMjAiIGhlaWdodD0iOTAiIHJ4PSIxNiIgZmlsbD0iI0UwQUU4MiIvPjxyZWN0IHg9IjEwMTAiIHk9IjU1NiIgd2lkdGg9IjEyMCIgaGVpZ2h0PSI5MCIgcng9IjE2IiBmaWxsPSIjRDQ5QTZDIi8+PHJlY3QgeD0iMTE1MCIgeT0iNTU2IiB3aWR0aD0iMTIwIiBoZWlnaHQ9IjkwIiByeD0iMTYiIGZpbGw9IiNFMEFFODIiLz48L2c+PCEtLSB3YXJtIGxpZ2h0IGJsb29tIGZyb20gd2luZG93IGNvcm5lciAtLT48cmVjdCB3aWR0aD0iMTYwMCIgaGVpZ2h0PSI5MDAiIGZpbGw9InVybCgjd2FybWdsb3cpIiBvcGFjaXR5PSIwLjU1Ii8+PC9zdmc+");background-size:cover;background-position:center 38%;opacity:.5;transform:scale(1.04)}.warm-scene .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,31,58,.93),rgba(11,31,58,.82) 42%,rgba(16,50,90,.62) 72%,rgba(201,162,39,.28))}.warm-scene .scrim2{position:absolute;inset:0;background:linear-gradient(110deg,rgba(11,31,58,.85),rgba(11,31,58,.35) 55%,transparent)}.signup-aside .warm-scene .scrim{background:linear-gradient(160deg,rgba(11,31,58,.92),rgba(16,50,90,.7) 60%,rgba(201,162,39,.3))}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--navy);color:#fff;padding:12px 18px;border-radius:0 0 var(--r-sm) 0;font-weight:600}.skip-link:focus{left:0}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.warm-scene.has-video .scrim{background:linear-gradient(180deg,rgba(11,31,58,.55),rgba(11,31,58,.22) 36%,rgba(70,45,16,.16) 68%,rgba(201,162,39,.4))}.warm-scene.has-video .scrim2{background:linear-gradient(95deg,rgba(58,38,14,.5),rgba(34,28,24,.24) 34%,rgba(11,31,58,.05) 58%,rgba(120,82,28,.22) 82%,rgba(168,116,40,.3))}.hero:has(.warm-scene.has-video) .hero-bg .glow{display:none}.rhero:has(.warm-scene.has-video) .glow{display:none}.hero:has(.warm-scene.has-video) .hero-grid-lines{opacity:.45}.signup-aside .warm-scene.has-video .hero-video,.signup-aside .warm-scene.has-video .photo{object-position:center center}.signup-aside .warm-scene.has-video .scrim{background:linear-gradient(165deg,rgba(11,31,58,.16),rgba(86,58,20,.06) 55%,rgba(201,162,39,.24))}.signup-aside .warm-scene.has-video .scrim2{background:linear-gradient(115deg,rgba(24,16,6,.44),rgba(40,28,14,.16) 42%,rgba(40,28,14,0) 70%,rgba(196,138,48,.14))}.pp-card.pp-premium{position:relative;max-width:560px;margin:6px auto 0;padding:34px 32px 28px;border:1px solid rgba(127,233,207,.3);border-radius:24px;background:radial-gradient(130% 90% at 88% -15%,rgba(127,233,207,.2),transparent 52%),radial-gradient(100% 80% at -15% 115%,rgba(201,162,39,.18),transparent 55%),linear-gradient(155deg,#15426f,#0b2748 55%,#081d38);box-shadow:0 26px 70px rgba(4,12,28,.55),inset 0 1px 0 hsla(0,0%,100%,.1),inset 0 0 0 1px hsla(0,0%,100%,.03);overflow:hidden}.pp-card.pp-premium>*{position:relative;z-index:1}.pp-card.pp-premium:before{right:-46px;bottom:-58px;width:300px;height:300px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 4 L52 11.5 Q56 13 56 17 V30 C56 44 46 54 32 60 C18 54 8 44 8 30 V17 Q8 13 12 11.5 Z' fill='none' stroke='%23ffffff' stroke-width='2.2'/%3E%3Cpath d='M21 31.5 L28.5 39 L44 23.5' fill='none' stroke='%23ffffff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%/contain;opacity:.07;transform:rotate(-10deg)}.pp-card.pp-premium:after,.pp-card.pp-premium:before{content:"";position:absolute;z-index:0;pointer-events:none}.pp-card.pp-premium:after{inset:0;background:linear-gradient(118deg,transparent 30%,hsla(0,0%,100%,.1) 46%,rgba(127,233,207,.06) 52%,transparent 66%)}.pp-card.pp-premium .pp-top{padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid hsla(0,0%,100%,.1)}.pp-card.pp-premium .pp-label{color:rgba(127,233,207,.7)}.pp-card.pp-premium .pp-name{font-size:27px;letter-spacing:-.01em}.pp-card.pp-premium .pp-num{letter-spacing:.14em;color:rgba(127,233,207,.85)}.pp-card.pp-premium .pp-seal{width:50px;height:50px;filter:drop-shadow(0 6px 16px rgba(0,0,0,.45))}.pp-card.pp-premium .pp-band{background:linear-gradient(90deg,rgba(14,124,102,.45),rgba(127,233,207,.16));border:1px solid rgba(127,233,207,.55);box-shadow:0 6px 18px rgba(14,124,102,.28);padding:7px 15px}.pp-card.pp-premium .pp-layers{gap:13px}.pp-card.pp-premium .pp-layer{font-size:13.5px}.pp-card.pp-premium .pp-layer .lc{background:rgba(127,233,207,.16);box-shadow:0 0 0 1px rgba(127,233,207,.3),0 2px 8px rgba(0,0,0,.25)}.pp-card.pp-premium .pp-foot{margin-top:24px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.62)}.burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;color:var(--navy);background:transparent;margin-left:auto;flex-shrink:0;cursor:pointer}.nav.dark-top:not(.scrolled) .burger{color:#fff}.mobile-menu,.mobile-menu[hidden]{display:none}@media(max-width:880px){.burger{display:inline-flex}.nav-cta{display:none}.mobile-menu:not([hidden]){display:flex;flex-direction:column;background:#fff;border-top:1px solid var(--line);box-shadow:var(--sh-3);padding:8px 28px 22px;max-height:calc(100dvh - 64px);overflow-y:auto}.mobile-link{padding:14px 2px;font-size:16px;font-weight:600;color:var(--navy);border-bottom:1px solid var(--line)}.mobile-link:last-of-type{border-bottom:0}.mobile-cta{display:flex;flex-direction:column;gap:10px;margin-top:16px}.mobile-cta .btn{padding:14px 24px}}@media(max-width:560px){.wrap{padding:0 20px}}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_48b81b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_48b81b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_48b81b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_48b81b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_48b81b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_48b81b{font-family:__Inter_48b81b,__Inter_Fallback_48b81b;font-style:normal}.__variable_48b81b{--font-sans:"__Inter_48b81b","__Inter_Fallback_48b81b"}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_acf54a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_acf54a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_acf54a;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Fraunces_acf54a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Fraunces_acf54a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Fraunces_Fallback_acf54a;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_acf54a{font-family:__Fraunces_acf54a,__Fraunces_Fallback_acf54a;font-style:normal}.__variable_acf54a{--font-serif:"__Fraunces_acf54a","__Fraunces_Fallback_acf54a"}