[data-theme=v3] *{box-sizing:border-box}[data-theme=v3] body,[data-theme=v3] html{margin:0;padding:0}[data-theme=v3] body{font-family:var(--sans);color:var(--ink);background:var(--paper);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}[data-theme=v3] img{max-width:100%;display:block}[data-theme=v3] a{color:inherit;text-decoration:none}[data-theme=v3] .container{max-width:var(--max);margin:0 auto;padding:0 28px}[data-theme=v3] .nav{position:sticky;top:0;z-index:40;backdrop-filter:saturate(1.3) blur(12px);background:rgba(246,249,252,.8);border-bottom:1px solid rgba(227,232,238,.7)}[data-theme=v3] .nav__inner{display:flex;align-items:center;gap:32px;height:68px}[data-theme=v3] .brand{display:inline-flex;align-items:center;gap:10px;font-weight:600;letter-spacing:-.01em}[data-theme=v3] .brand__mark{width:28px;height:28px;border-radius:8px;background:var(--indigo);color:#fff;display:grid;place-items:center;box-shadow:0 2px 8px -2px rgba(99,91,255,.5)}[data-theme=v3] .brand__name{font-size:15.5px}[data-theme=v3] .nav__links{display:flex;gap:26px;margin-left:8px}[data-theme=v3] .nav__links a{font-size:14.5px;color:var(--ink);opacity:.78}[data-theme=v3] .nav__links a:hover{opacity:1}[data-theme=v3] .nav__cta{margin-left:auto;display:flex;gap:10px;align-items:center}[data-theme=v3] .btn{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border-radius:999px;font-size:14.5px;font-weight:500;letter-spacing:-.005em;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .08s ease,background .15s ease,color .15s ease,border-color .15s ease}[data-theme=v3] .btn:active{transform:translateY(1px)}[data-theme=v3] .btn--lg{height:48px;padding:0 22px;font-size:15px}[data-theme=v3] .btn--block{width:100%;justify-content:center}[data-theme=v3] .btn--primary{background:var(--indigo);color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.15),0 4px 14px -4px rgba(99,91,255,.55),0 2px 4px rgba(10,37,64,.18)}[data-theme=v3] .btn--primary:hover{background:#7a73ff}[data-theme=v3] .btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}[data-theme=v3] .btn--ghost:hover{background:#fff}[data-theme=v3] .btn--ghost-dark{background:transparent;color:var(--ink);border-color:#2d3350}[data-theme=v3] .display{font-family:var(--display);font-weight:700;font-size:clamp(44px,5.6vw,80px);line-height:1.02;letter-spacing:-.035em;margin:18px 0 22px;color:var(--ink)}[data-theme=v3] .display em{font-style:normal;font-weight:700;background:linear-gradient(95deg,var(--indigo) 0,var(--magenta) 45%,var(--yellow) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}[data-theme=v3] .h2{font-family:var(--display);font-weight:700;font-size:clamp(30px,3.2vw,44px);line-height:1.1;letter-spacing:-.028em;margin:0 0 18px;color:var(--ink)}[data-theme=v3] .h2 em{font-style:normal;font-weight:700;background:linear-gradient(95deg,var(--indigo) 0,var(--magenta) 60%,var(--yellow) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}[data-theme=v3] .h2--light{color:#fff}[data-theme=v3] .h2--light em{color:#c5c2ff;background:none;-webkit-text-fill-color:currentColor}[data-theme=v3] .h3{font-family:var(--display);font-weight:600;font-size:20px;letter-spacing:-.015em;margin:0 0 12px;line-height:1.25}[data-theme=v3] .lede{font-size:18px;line-height:1.55;color:var(--muted);max-width:620px;margin:0 0 28px}[data-theme=v3] .section__lede{color:var(--muted);font-size:17px;line-height:1.6;max-width:680px;margin:0}[data-theme=v3] .section__lede--light{color:#b7bcd4}[data-theme=v3] .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--indigo);margin-bottom:14px}[data-theme=v3] .eyebrow:before{content:"";width:6px;height:6px;border-radius:2px;background:var(--indigo);display:inline-block}[data-theme=v3] .eyebrow--light{color:#a7a3ff}[data-theme=v3] .eyebrow--light:before{background:var(--cyan)}[data-theme=v3] .pill{display:inline-flex;align-items:center;gap:10px;padding:7px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:13px;box-shadow:var(--shadow-sm);color:var(--ink)}[data-theme=v3] .pill__dot{width:8px;height:8px;border-radius:50%;background:var(--emerald);box-shadow:0 0 0 4px rgba(16,185,129,.18);animation:pulse 2s ease-in-out infinite}[data-theme=v3] .pill__sep{opacity:.4}[data-theme=v3] .pill__muted{color:var(--muted)}@keyframes pulse{0%,to{box-shadow:0 0 0 4px rgba(16,185,129,.18)}50%{box-shadow:0 0 0 8px rgba(16,185,129,.05)}}[data-theme=v3] .hero{position:relative;overflow:hidden;padding:48px 0 80px}[data-theme=v3] .hero__bg{position:absolute;inset:0;background:radial-gradient(900px 560px at 92% -8%,rgba(255,128,191,.3),transparent 55%),radial-gradient(800px 520px at 78% 12%,rgba(99,91,255,.28),transparent 55%),radial-gradient(900px 620px at 8% 10%,rgba(0,212,255,.28),transparent 55%),radial-gradient(700px 500px at 22% 88%,rgba(0,212,126,.22),transparent 55%),radial-gradient(700px 460px at 55% 95%,rgba(255,214,69,.22),transparent 55%),linear-gradient(180deg,var(--paper) 0,#fff 55%,var(--paper-2) 100%);z-index:0}[data-theme=v3] .hero__inner{position:relative;z-index:1}[data-theme=v3] .hero__cta{display:flex;gap:12px;margin:8px 0 22px;flex-wrap:wrap}[data-theme=v3] .hero__ticks{list-style:none;padding:0;margin:0 0 56px;display:flex;gap:22px;color:var(--muted);font-size:14px;flex-wrap:wrap}[data-theme=v3] .hero__ticks li{display:inline-flex;align-items:center;gap:8px}[data-theme=v3] .tick{width:16px;height:16px;color:var(--accent);flex:none}[data-theme=v3] .hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:56px;align-items:center}[data-theme=v3] .hero__copy{max-width:620px}[data-theme=v3] .hero__visual{position:relative}[data-theme=v3] .hero--split .hero__ticks{margin-bottom:0}[data-theme=v3] .hero-panel{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 30px 60px -20px rgba(10,37,64,.22),0 10px 24px -12px rgba(10,37,64,.1);transform:rotate(-.35deg)}[data-theme=v3] .hero-panel:before{content:"";position:absolute;inset:-30px -24px;background:radial-gradient(300px 220px at 85% 10%,rgba(255,128,191,.28),transparent 60%),radial-gradient(320px 260px at 10% 90%,rgba(99,91,255,.22),transparent 60%);z-index:-1;border-radius:30px}[data-theme=v3] .hero-panel__chrome{display:flex;align-items:center;gap:10px;padding:0 2px 14px;border-bottom:1px solid var(--line)}[data-theme=v3] .hero-panel__chrome .dot{width:10px;height:10px;border-radius:50%;background:#e3e8f0}[data-theme=v3] .hero-panel__chrome .dot:first-child{background:#ff5f57}[data-theme=v3] .hero-panel__chrome .dot:nth-child(2){background:#febc2e}[data-theme=v3] .hero-panel__chrome .dot:nth-child(3){background:#28c840}[data-theme=v3] .hero-panel__url{margin-left:6px;font-family:var(--mono);font-size:12px;color:var(--muted);display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--paper);border:1px solid var(--line)}[data-theme=v3] .hero-panel__status{display:inline-flex;align-items:center;gap:8px;margin:16px 0 4px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--teal)}[data-theme=v3] .hero-panel__status:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,126,.14)}[data-theme=v3] .hero-panel__crumb{font-size:12px;color:var(--muted);margin-bottom:2px}[data-theme=v3] .hero-panel__crumb b{color:var(--ink);font-weight:600}[data-theme=v3] .hero-panel__amount{margin:10px 0 6px;font-family:var(--display);font-weight:700;font-size:44px;line-height:1.02;letter-spacing:-.028em;color:var(--ink)}[data-theme=v3] .hero-panel__amount-sub{font-size:13px;color:var(--muted);margin-bottom:18px}[data-theme=v3] .hero-panel__amount-sub b{color:var(--ink);font-weight:600}[data-theme=v3] .hero-panel__rows{border-top:1px solid var(--line);padding-top:14px;display:grid;gap:10px}[data-theme=v3] .hero-panel__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px}[data-theme=v3] .hero-panel__row .lbl{color:var(--muted)}[data-theme=v3] .hero-panel__row .val{font-family:var(--mono);color:var(--ink);font-weight:500}[data-theme=v3] .hero-panel__row .val--ink{font-family:var(--display);font-weight:600}[data-theme=v3] .hero-panel__checks{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:grid;gap:10px}[data-theme=v3] .hero-panel__check{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink)}[data-theme=v3] .hero-panel__check .ok{flex:none;width:18px;height:18px;border-radius:50%;background:#e6f9ef;color:var(--teal);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}[data-theme=v3] .hero-panel__check .sub{margin-left:auto;font-size:12px;color:var(--muted);font-family:var(--mono)}[data-theme=v3] .hero-panel__cta{display:flex;gap:8px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}[data-theme=v3] .hero-panel__cta .mini{flex:1;justify-content:center;display:inline-flex;align-items:center;text-decoration:none}[data-theme=v3] .mini--ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}[data-theme=v3] .section--proof{background:#fff}@media (max-width:960px){[data-theme=v3] .hero__grid{grid-template-columns:1fr;gap:40px}[data-theme=v3] .hero__copy{max-width:none}[data-theme=v3] .hero__visual{max-width:460px;margin:0 auto;width:100%}[data-theme=v3] .hero-panel{transform:none}}@media (max-width:560px){[data-theme=v3] .hero-panel__amount{font-size:36px}}[data-theme=v3] .frame{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-lg);overflow:hidden;max-width:1080px;margin:0 auto}[data-theme=v3] .frame--compact{box-shadow:var(--shadow-md)}[data-theme=v3] .frame__chrome{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f8faff,#eef2fb)}[data-theme=v3] .dot{width:10px;height:10px;border-radius:50%;background:#d8d3c5}[data-theme=v3] .dot:first-child{background:#e5a397}[data-theme=v3] .dot:nth-child(2){background:#e5ce97}[data-theme=v3] .dot:nth-child(3){background:#a9d7b9}[data-theme=v3] .frame__url{margin:0 auto;font-size:12.5px;color:var(--muted);display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);padding:4px 12px;border-radius:999px}[data-theme=v3] .frame__body{display:grid;grid-template-columns:220px 1fr;min-height:440px;background:#fafbff}[data-theme=v3] .app__side{background:#f6f8fe;border-right:1px solid var(--line);padding:18px 14px}[data-theme=v3] .app__brand{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13.5px;padding:4px 8px;margin-bottom:18px}[data-theme=v3] .app__brand-mark{width:18px;height:18px;border-radius:5px;background:var(--indigo)}[data-theme=v3] .app__section-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-light);padding:14px 8px 6px}[data-theme=v3] .app__nav{list-style:none;padding:0;margin:0}[data-theme=v3] .app__nav li{padding:7px 10px;border-radius:8px;font-size:13.5px;color:var(--ink);cursor:default}[data-theme=v3] .app__nav li.is-active{background:var(--blue-soft);color:var(--blue-ink);font-weight:600}[data-theme=v3] .app__plan{margin-top:18px;padding:12px;border-radius:10px;background:var(--indigo);color:#fff;box-shadow:0 6px 18px -6px rgba(99,91,255,.5)}[data-theme=v3] .app__plan-label{font-size:11px;opacity:.7;text-transform:uppercase;letter-spacing:.08em}[data-theme=v3] .app__plan-price{font-weight:600;font-size:14px;margin-top:2px}[data-theme=v3] .app__main{padding:22px 24px 26px}[data-theme=v3] .app__topbar{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:18px}[data-theme=v3] .app__crumb{font-size:12px;color:var(--muted)}[data-theme=v3] .app__h{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.02em;margin:2px 0 0}[data-theme=v3] .app__topbar-actions{display:flex;gap:8px}[data-theme=v3] .mini{height:32px;padding:0 12px;border-radius:8px;font-size:12.5px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;font-family:inherit}[data-theme=v3] .mini--primary{background:var(--indigo);color:#fff;border-color:transparent;box-shadow:0 4px 12px -4px rgba(99,91,255,.5)}[data-theme=v3] .app__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}[data-theme=v3] .card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;box-shadow:var(--shadow-sm)}[data-theme=v3] .card--stat .card__label{font-size:12px;color:var(--muted)}[data-theme=v3] .card__value{font-size:22px;font-weight:600;letter-spacing:-.01em;margin-top:4px}[data-theme=v3] .card__value--mono{font-family:var(--mono);font-size:15.5px;font-weight:500}[data-theme=v3] .card__trend{font-size:12px;color:var(--muted);margin-top:6px}[data-theme=v3] .card__trend--pos{color:var(--teal);font-weight:600}[data-theme=v3] .card--check{padding:0}[data-theme=v3] .check{display:grid;grid-template-columns:56px 1fr auto;align-items:center;padding:12px 16px;border-top:1px solid var(--line)}[data-theme=v3] .card--check .check:first-child{border-top:0}[data-theme=v3] .check__badge{justify-self:start;align-self:start;background:var(--indigo-soft);color:var(--indigo-ink);font-size:10.5px;font-weight:700;letter-spacing:.08em;padding:3px 8px;border-radius:6px}[data-theme=v3] .check__badge--info{background:var(--cyan-soft);color:#0063a3}[data-theme=v3] .check__title{font-size:13.5px;font-weight:500}[data-theme=v3] .check__sub{font-size:12px;color:var(--muted);margin-top:2px}[data-theme=v3] .check__meta{font-size:12px;color:var(--muted-light)}[data-theme=v3] .trust{padding:32px 0 12px}[data-theme=v3] .trust__inner{display:flex;align-items:center;gap:24px;flex-wrap:wrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}[data-theme=v3] .trust__label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-right:12px}[data-theme=v3] .trust__logos{display:flex;gap:36px;flex-wrap:wrap;flex:1}[data-theme=v3] .trust__logo{font-family:var(--display);font-weight:700;font-size:15px;color:var(--ink);letter-spacing:-.02em;display:inline-flex;align-items:baseline;gap:6px;opacity:.85}[data-theme=v3] .trust__logo span{font-family:var(--sans);font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}[data-theme=v3] .section{padding:96px 0;position:relative}[data-theme=v3] .section--paper{background:var(--paper-2)}[data-theme=v3] .section--ink{color:#c9d4ee}[data-theme=v3] .section--ink .eyebrow,[data-theme=v3] .section--ink .h2{color:inherit}[data-theme=v3] .section__head{max-width:780px;margin-bottom:56px}[data-theme=v3] .section__head--center{margin:0 auto 56px;text-align:center}[data-theme=v3] .section__head--center .section__lede{margin:0 auto}[data-theme=v3] .features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}[data-theme=v3] .feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}[data-theme=v3] .feature:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}[data-theme=v3] .feature__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:18px}[data-theme=v3] .feature:first-child .feature__icon,[data-theme=v3] .feature__icon{background:var(--blue-soft);color:var(--blue-ink)}[data-theme=v3] .feature:nth-child(2) .feature__icon{background:var(--violet-soft);color:#4a33b8}[data-theme=v3] .feature:nth-child(3) .feature__icon{background:var(--pink-soft);color:#b51e66}[data-theme=v3] .feature:nth-child(4) .feature__icon{background:var(--amber-soft);color:#8b5a00}[data-theme=v3] .feature:nth-child(5) .feature__icon{background:var(--emerald-soft);color:#0b6f4c}[data-theme=v3] .feature:nth-child(6) .feature__icon{background:var(--sky-soft);color:#0b6b8a}[data-theme=v3] .feature__icon svg{width:22px;height:22px}[data-theme=v3] .feature__title{font-size:17px;font-weight:600;margin:0 0 8px;letter-spacing:-.005em}[data-theme=v3] .feature p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6}[data-theme=v3] .fit__head{max-width:780px;margin-bottom:48px}[data-theme=v3] .fit__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}[data-theme=v3] .fit__card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}[data-theme=v3] .fit__card:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--emerald),var(--sky))}[data-theme=v3] .fit__card--no:before{background:linear-gradient(90deg,var(--coral),var(--pink))}[data-theme=v3] .fit__card--yes{background:#fff}[data-theme=v3] .fit__tag{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--emerald-soft);color:#0b6f4c;padding:4px 10px;border-radius:6px;margin-bottom:16px}[data-theme=v3] .fit__tag--no{background:var(--coral-soft);color:#b5362a}[data-theme=v3] .fit__card ul{list-style:none;padding:0;margin:0}[data-theme=v3] .fit__card li{padding:10px 0;border-top:1px solid var(--line);font-size:15px;display:flex;align-items:center;gap:10px}[data-theme=v3] .fit__card li:first-child{border-top:0}[data-theme=v3] .fit__card--yes li:before{content:"✓";color:var(--emerald);font-weight:800}[data-theme=v3] .fit__card--no li:before{content:"—";color:var(--coral);font-weight:800}[data-theme=v3] .fit__card--no{background:#fff6f4}[data-theme=v3] .process,[data-theme=v3] ol.process{list-style:none;padding:0;margin:0;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0;border-top:1px solid var(--line)}[data-theme=v3] .step,[data-theme=v3] ol.process>li.step{flex:none;text-align:left;text-transform:none;color:var(--ink);font-size:inherit;font-weight:400;letter-spacing:normal;border-bottom:0;padding:32px 24px 0;border-right:1px solid var(--line);position:relative;min-width:0!important}[data-theme=v3] ol.process>li.step>*{min-width:0;max-width:100%}[data-theme=v3] .step:last-child{border-right:0}[data-theme=v3] .step__num{font-family:var(--display);font-weight:700;font-size:15px;margin-bottom:14px;letter-spacing:-.01em;color:var(--indigo);display:inline-flex;align-items:center;gap:10px}[data-theme=v3] .step__num:before{content:"";width:24px;height:1px;background:currentColor;opacity:.5}[data-theme=v3] .step:nth-child(2) .step__num{color:var(--cyan)}[data-theme=v3] .step:nth-child(3) .step__num{color:var(--magenta)}[data-theme=v3] .step:nth-child(4) .step__num{color:var(--teal)}[data-theme=v3] .step:nth-child(5) .step__num{color:var(--yellow);filter:brightness(.88)}[data-theme=v3] .step h3{font-size:18px;font-weight:600;margin:0 0 8px;letter-spacing:-.005em}[data-theme=v3] .step p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.6;white-space:normal;overflow-wrap:anywhere;word-break:break-word;max-width:100%}[data-theme=v3] .section--ink{background:var(--ink);position:relative;overflow:hidden}[data-theme=v3] .section--ink:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 420px at 80% 5%,rgba(255,128,191,.28),transparent 55%),radial-gradient(800px 500px at 65% 20%,rgba(99,91,255,.4),transparent 55%),radial-gradient(800px 520px at 12% 80%,rgba(0,212,255,.28),transparent 55%),radial-gradient(600px 380px at 45% 100%,rgba(0,212,126,.18),transparent 55%),radial-gradient(500px 320px at 30% 35%,rgba(255,214,69,.15),transparent 60%);pointer-events:none}[data-theme=v3] .price{position:relative;z-index:1}[data-theme=v3] .price__head{max-width:780px;margin:0 0 48px}[data-theme=v3] .price__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:22px;align-items:stretch}[data-theme=v3] .price__card{background:#fff;color:var(--ink);border-radius:20px;padding:32px;display:flex;flex-direction:column;box-shadow:0 20px 60px -20px rgba(99,91,255,.4),0 2px 10px rgba(10,37,64,.2);position:relative;overflow:hidden}[data-theme=v3] .price__card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--indigo),var(--cyan),var(--teal),var(--yellow),var(--magenta))}[data-theme=v3] .price__label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}[data-theme=v3] .price__amount{font-family:var(--display);font-weight:700;font-size:96px;letter-spacing:-.05em;margin:10px 0 6px;line-height:1;color:var(--ink)}[data-theme=v3] .price__amount span{font-family:var(--sans);font-weight:500;font-size:16px;color:var(--muted);margin-left:6px;letter-spacing:normal;white-space:nowrap}[data-theme=v3] .price__list{list-style:none;padding:0;margin:18px 0 24px;flex:1}[data-theme=v3] .price__list li{padding:10px 0;border-top:1px solid var(--line);font-size:15px;display:flex;align-items:center;gap:10px}[data-theme=v3] .price__list li:first-child{border-top:0}[data-theme=v3] .price__list li:before{content:"✓";color:var(--emerald);font-weight:800}[data-theme=v3] .price__tiny{font-size:12px;color:var(--muted);margin:12px 0 0;text-align:center}[data-theme=v3] .price__compare{background:rgba(16,30,66,.6);backdrop-filter:blur(10px);border:1px solid rgba(122,90,248,.35);border-radius:20px;overflow:hidden;position:relative}[data-theme=v3] .compare__head,[data-theme=v3] .compare__row{display:grid;grid-template-columns:1.2fr 1fr 1fr;padding:16px 22px;align-items:center;color:#d6dcf2}[data-theme=v3] .compare__head{background:hsla(0,0%,100%,.04);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#9ea8c9;font-weight:700}[data-theme=v3] .compare__row{border-top:1px solid hsla(0,0%,100%,.08);font-size:15px}[data-theme=v3] .compare__col--them{color:#9ea8c9}[data-theme=v3] .compare__col--us{color:#fff;font-weight:600}[data-theme=v3] .compare__head .compare__col--us{background:linear-gradient(90deg,var(--sky),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}[data-theme=v3] .firms{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:center}[data-theme=v3] .firms__copy .eyebrow{margin-bottom:14px}[data-theme=v3] .firms__list{list-style:none;padding:0;margin:16px 0 28px}[data-theme=v3] .firms__list li{padding:10px 0;border-top:1px solid var(--line);font-size:15px}[data-theme=v3] .firms__list li:first-child{border-top:0}[data-theme=v3] .firms__list strong{color:var(--ink)}[data-theme=v3] .firms__panel{padding:8px 0}[data-theme=v3] .firms__row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;padding:14px 20px;align-items:center;font-size:14px;border-top:1px solid var(--line)}[data-theme=v3] .firms__row:first-child{border-top:0}[data-theme=v3] .firms__row--head{color:var(--muted);font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;background:#f6f8fe;font-weight:700}[data-theme=v3] .chip{padding:3px 9px;font-size:12px}[data-theme=v3] .chip:before{content:"";width:6px;height:6px;border-radius:50%}[data-theme=v3] .chip--ok{background:var(--emerald-soft);color:#0b6f4c}[data-theme=v3] .chip--ok:before{background:var(--emerald)}[data-theme=v3] .chip--go{background:var(--blue-soft);color:var(--blue-ink)}[data-theme=v3] .chip--go:before{background:var(--blue)}[data-theme=v3] .chip--warn{background:var(--amber-soft);color:#8b5a00}[data-theme=v3] .chip--warn:before{background:var(--amber)}[data-theme=v3] .chip--draft{background:var(--violet-soft);color:#4a33b8}[data-theme=v3] .chip--draft:before{background:var(--violet)}[data-theme=v3] .faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 28px}[data-theme=v3] .faq__item{border-top:1px solid var(--line);padding:20px 0}[data-theme=v3] .faq__item summary{list-style:none;cursor:pointer;font-weight:600;font-size:17px;letter-spacing:-.005em;display:flex;align-items:center;justify-content:space-between}[data-theme=v3] .faq__item summary::-webkit-details-marker{display:none}[data-theme=v3] .faq__item summary:after{content:"+";font-weight:300;font-size:24px;color:var(--muted);transition:transform .2s ease}[data-theme=v3] .faq__item[open] summary:after{content:"–"}[data-theme=v3] .faq__item p{color:var(--muted);margin:10px 0 0;font-size:15px;line-height:1.6}[data-theme=v3] .security__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}[data-theme=v3] .security__list{list-style:none;padding:0;margin:18px 0 0}[data-theme=v3] .security__list li{padding:10px 0;border-top:1px solid var(--line);font-size:15px;display:flex;align-items:center;gap:10px}[data-theme=v3] .security__list li:first-child{border-top:0}[data-theme=v3] .check-badge{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--indigo);color:#fff;font-size:12px;font-weight:800;flex:none;box-shadow:0 2px 6px -2px rgba(99,91,255,.45)}[data-theme=v3] .quote{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:36px;position:relative;box-shadow:var(--shadow-sm)}[data-theme=v3] .quote__mark{font-family:var(--display);font-weight:800;font-size:80px;line-height:.5;color:var(--indigo);position:absolute;top:28px;left:28px;opacity:.25}[data-theme=v3] .quote p{font-family:var(--display);font-size:22px;line-height:1.35;letter-spacing:-.005em;color:var(--ink);margin:22px 0 24px;font-style:italic}[data-theme=v3] .quote__by{display:flex;align-items:center;gap:12px}[data-theme=v3] .quote__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--cyan));box-shadow:0 2px 8px -2px rgba(99,91,255,.4)}[data-theme=v3] .quote__by strong{font-size:14px;display:block}[data-theme=v3] .quote__by span{font-size:12.5px;color:var(--muted)}[data-theme=v3] .cta{background:var(--ink);color:#c5cae6;padding:100px 0;text-align:center;position:relative;overflow:hidden}[data-theme=v3] .cta:before{content:"";position:absolute;inset:0;background:radial-gradient(500px 340px at 18% 100%,rgba(0,212,255,.3),transparent 60%),radial-gradient(620px 380px at 50% 110%,rgba(99,91,255,.55),transparent 60%),radial-gradient(520px 340px at 82% 100%,rgba(255,128,191,.3),transparent 60%),radial-gradient(420px 280px at 75% 0,rgba(255,214,69,.14),transparent 60%),radial-gradient(380px 260px at 20% 0,rgba(0,212,126,.12),transparent 60%)}[data-theme=v3] .cta__inner{position:relative;z-index:1}[data-theme=v3] .cta__h{font-family:var(--display);font-weight:700;font-size:clamp(38px,4.6vw,64px);line-height:1.05;letter-spacing:-.035em;color:#fff;margin:0 0 18px}[data-theme=v3] .cta p{color:#a7b4d0;font-size:18px;max-width:560px;margin:0 auto 28px}[data-theme=v3] .cta__row{display:inline-flex;gap:12px;flex-wrap:wrap;justify-content:center}[data-theme=v3] .cta__row .btn--ghost-dark{color:#f5f7ff;border-color:hsla(0,0%,100%,.2)}[data-theme=v3] .cta__row .btn--ghost-dark:hover{background:hsla(0,0%,100%,.08)}[data-theme=v3] .foot{background:var(--paper-2);padding:72px 0 28px;color:var(--ink);border-top:1px solid var(--line)}[data-theme=v3] .foot__inner{display:grid;grid-template-columns:1.2fr 2fr;gap:48px}[data-theme=v3] .foot__brand p{color:var(--muted);font-size:14px;max-width:320px;margin-top:14px}[data-theme=v3] .foot__ticks{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted);margin-top:18px}[data-theme=v3] .foot__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}[data-theme=v3] .foot__cols h5{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 14px;font-weight:600}[data-theme=v3] .foot__cols a{display:block;padding:6px 0;font-size:14px;color:var(--ink);opacity:.85}[data-theme=v3] .foot__cols a:hover{opacity:1}[data-theme=v3] .foot__bottom{display:flex;justify-content:space-between;margin-top:48px;padding-top:22px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}@media (max-width:1024px){[data-theme=v3] .features{grid-template-columns:repeat(2,1fr)}[data-theme=v3] .faq__grid,[data-theme=v3] .firms,[data-theme=v3] .fit__grid,[data-theme=v3] .frame__body,[data-theme=v3] .price__grid,[data-theme=v3] .security__grid{grid-template-columns:1fr}[data-theme=v3] .app__side{display:none}[data-theme=v3] .foot__inner{grid-template-columns:1fr}[data-theme=v3] .foot__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){[data-theme=v3] .nav__links{display:none}[data-theme=v3] .section{padding:72px 0}[data-theme=v3] .features{grid-template-columns:1fr}[data-theme=v3] .process,[data-theme=v3] ol.process{grid-template-columns:1fr!important}[data-theme=v3] .hero{padding:24px 0 56px}[data-theme=v3] .app__grid{grid-template-columns:1fr}[data-theme=v3] .firms__row{grid-template-columns:1fr;gap:4px}[data-theme=v3] .firms__row--head{display:none}[data-theme=v3] .compare__head,[data-theme=v3] .compare__row{grid-template-columns:1fr 1fr}[data-theme=v3] .compare__head>:first-child,[data-theme=v3] .compare__row>:first-child{grid-column:1/-1;color:var(--muted-light);font-size:11px;text-transform:uppercase;letter-spacing:.1em}[data-theme=v3] .step{border-right:0;border-bottom:1px solid var(--line);padding-bottom:24px}}[data-theme=v3] .badge{font-family:var(--sans);font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:6px;font-size:10.5px;padding:3px 8px;line-height:1;white-space:nowrap}[data-theme=v3] .badge--md{font-size:12px;padding:4px 10px;border-radius:var(--radius-pill);text-transform:none;letter-spacing:0;font-weight:500}[data-theme=v3] .badge--neutral{background:var(--paper-2);color:var(--ink)}[data-theme=v3] .badge--primary{background:var(--indigo-soft);color:var(--indigo-ink)}[data-theme=v3] .badge--success{background:var(--success-soft);color:var(--success-ink)}[data-theme=v3] .badge--warning{background:var(--warning-soft);color:var(--warning-ink)}[data-theme=v3] .badge--error{background:var(--error-soft);color:var(--error)}[data-theme=v3] .badge--info{background:var(--cyan-soft);color:#0063a3}[data-theme=v3] .badge__dot{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px currentColor;opacity:.35}[data-theme=v3] .field{display:flex;flex-direction:column;gap:6px;width:100%}[data-theme=v3] .field__label{font-family:var(--sans);font-weight:600;font-size:13px;color:var(--ink)}[data-theme=v3] .field__required{color:var(--error);margin-left:2px}[data-theme=v3] .field__wrap{position:relative;display:flex;align-items:center;width:100%}[data-theme=v3] .field__input,[data-theme=v3] .field__select,[data-theme=v3] .field__textarea{font-family:var(--sans);font-weight:400;font-size:15px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;width:100%;outline:none;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.3}[data-theme=v3] .field__input{height:44px}[data-theme=v3] .field__select{height:44px;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:36px}[data-theme=v3] .field__textarea{min-height:120px;resize:vertical}[data-theme=v3] .field__input::-moz-placeholder,[data-theme=v3] .field__textarea::-moz-placeholder{color:var(--muted-light)}[data-theme=v3] .field__input::placeholder,[data-theme=v3] .field__textarea::placeholder{color:var(--muted-light)}[data-theme=v3] .field__input:focus,[data-theme=v3] .field__select:focus,[data-theme=v3] .field__textarea:focus{border-color:var(--indigo);box-shadow:0 0 0 3px rgba(99,91,255,.2)}[data-theme=v3] .field__wrap--has-prefix .field__input{padding-left:36px}[data-theme=v3] .field__wrap--has-suffix .field__input{padding-right:36px}[data-theme=v3] .field__prefix,[data-theme=v3] .field__suffix{position:absolute;top:0;bottom:0;display:inline-flex;align-items:center;color:var(--muted);font-size:14.5px;pointer-events:none}[data-theme=v3] .field__prefix{left:12px}[data-theme=v3] .field__suffix{right:12px}[data-theme=v3] .field__helper{font-size:12.5px;color:var(--muted);line-height:1.5}[data-theme=v3] .field--error .field__input,[data-theme=v3] .field--error .field__select,[data-theme=v3] .field--error .field__textarea{border-color:var(--error);background:var(--error-soft)}[data-theme=v3] .field--error .field__helper{color:var(--error)}[data-theme=v3] .inclusion{display:flex;flex-direction:column;gap:16px}[data-theme=v3] .inclusion__title{font-family:var(--sans);font-weight:600;font-size:20px;letter-spacing:-.015em;color:var(--ink);margin:0}[data-theme=v3] .inclusion__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}[data-theme=v3] .inclusion__item{display:flex;align-items:flex-start;gap:10px;font-family:var(--sans);font-weight:500;font-size:15px;color:var(--ink);line-height:1.45}[data-theme=v3] .inclusion__icon{flex:none;width:16px;height:16px;margin-top:3px}[data-theme=v3] .inclusion--included .inclusion__icon{color:var(--indigo)}[data-theme=v3] .inclusion--excluded .inclusion__icon{color:var(--muted-light)}[data-theme=v3] .inclusion--excluded .inclusion__item{color:var(--muted)}[data-theme=v3] .btn:focus-visible,[data-theme=v3] a:focus-visible,[data-theme=v3] button:focus-visible,[data-theme=v3] summary:focus-visible{outline:2px solid var(--indigo);outline-offset:2px;box-shadow:0 0 0 4px var(--indigo-soft)}[data-theme=v3] .link{color:var(--indigo);font-weight:500;font-size:14.5px;display:inline-flex;align-items:center;gap:4px;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}[data-theme=v3] .link:hover{border-bottom-color:var(--indigo)}[data-theme=v3] .link--muted{color:var(--muted)}[data-theme=v3] .link--light{color:#c5c2ff}[data-theme=v3] .nav__burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer;margin-left:8px}[data-theme=v3] .nav__burger:hover{background:var(--paper-2)}[data-theme=v3] .nav__sheet{position:fixed;inset:68px 0 0 0;z-index:50;background:#fff;overflow-y:auto;animation:v3-sheet-in .18s ease-out}[data-theme=v3] .nav__sheet-inner{display:flex;flex-direction:column;gap:24px;padding:24px 28px 40px;max-width:var(--max);margin:0 auto}[data-theme=v3] .nav__sheet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}[data-theme=v3] .nav__sheet-list li{border-bottom:1px solid var(--line)}[data-theme=v3] .nav__sheet-list a{display:block;padding:16px 4px;font-size:18px;font-weight:500;color:var(--ink)}@keyframes v3-sheet-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){[data-theme=v3] .nav__burger{display:inline-flex}[data-theme=v3] .nav__cta-signin{display:none}}@media (max-width:720px){[data-theme=v3] .brand__name{display:none}}[data-theme=v3] .hero--seo{padding:48px 0;background:linear-gradient(180deg,var(--paper) 0,#fff 70%);border-bottom:1px solid var(--line)}[data-theme=v3] .display--seo,[data-theme=v3] .hero--seo .display{font-size:clamp(36px,4vw,56px);margin:14px 0 18px}[data-theme=v3] .hero--article{padding:40px 0 16px;background:#fff;border-bottom:1px solid var(--line)}[data-theme=v3] .hero--article .hero__h1{font-family:var(--display);font-weight:700;font-size:clamp(32px,3.4vw,44px);letter-spacing:-.028em;margin:12px 0 10px;color:var(--ink)}[data-theme=v3] .hero--article .hero__meta{font-size:13px;color:var(--muted);letter-spacing:.02em}[data-theme=v3] .hero--legal{padding:32px 0 16px;background:#fff;border-bottom:1px solid var(--line)}[data-theme=v3] .hero--legal .hero__h1{font-family:var(--display);font-weight:700;font-size:clamp(28px,3vw,36px);letter-spacing:-.025em;margin:16px 0 10px;color:var(--ink)}[data-theme=v3] .hero--legal .hero__meta{font-size:13px;color:var(--muted)}[data-theme=v3] .hero__eyebrow{margin-bottom:10px}[data-theme=v3] .hero__frame-slot{margin-top:56px}[data-theme=v3] .v3-main{display:block;min-height:60vh}[data-theme=v3] .article{max-width:720px;margin:0 auto;font-family:var(--sans);color:var(--ink)}[data-theme=v3] .article ol,[data-theme=v3] .article p,[data-theme=v3] .article ul{font-size:17px;line-height:1.7;color:var(--ink);margin:0 0 16px}[data-theme=v3] .article ol,[data-theme=v3] .article ul{padding-left:24px}[data-theme=v3] .article li{margin-bottom:6px;color:var(--ink)}[data-theme=v3] .article h2{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-.02em;line-height:1.25;margin:48px 0 16px;color:var(--ink)}[data-theme=v3] .article h3{font-family:var(--display);font-weight:600;font-size:20px;letter-spacing:-.015em;margin:28px 0 10px;color:var(--ink)}[data-theme=v3] .article a{color:var(--indigo);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}[data-theme=v3] .article blockquote{border-left:3px solid var(--indigo);padding:4px 0 4px 16px;margin:24px 0;color:var(--ink);font-weight:500;font-style:normal}[data-theme=v3] .article code{font-family:var(--mono);font-weight:400;font-size:.92em;background:var(--paper-2);padding:2px 6px;border-radius:6px}[data-theme=v3] .article .callout{background:var(--indigo-soft);color:var(--ink);padding:16px 18px;border-radius:12px;margin:24px 0;font-size:15.5px;line-height:1.55}[data-theme=v3] .article .callout strong{color:var(--indigo-ink)}[data-theme=v3] .article-layout{display:grid;grid-template-columns:1fr 240px;gap:48px;max-width:1080px;margin:0 auto;align-items:start}@media (max-width:1024px){[data-theme=v3] .article-layout{grid-template-columns:1fr}}[data-theme=v3] .toc{position:sticky;top:108px;font-family:var(--sans);font-size:14px;color:var(--muted)}[data-theme=v3] .toc__heading{font-weight:600;color:var(--ink);font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}[data-theme=v3] .toc__list{list-style:none;margin:0;padding:0;border-left:2px solid var(--line)}[data-theme=v3] .toc__list li{margin:0}[data-theme=v3] .toc__list a{display:block;padding:8px 0 8px 14px;margin-left:-2px;border-left:2px solid transparent;color:var(--muted);font-weight:500;transition:color .15s ease,border-color .15s ease}[data-theme=v3] .toc__list a.is-active,[data-theme=v3] .toc__list a:hover{color:var(--indigo);border-left-color:var(--indigo);font-weight:600}[data-theme=v3] .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:1024px){[data-theme=v3] .blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){[data-theme=v3] .blog-grid{grid-template-columns:1fr}}[data-theme=v3] .blog-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px;transition:transform .15s ease,box-shadow .15s ease}[data-theme=v3] .blog-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}[data-theme=v3] .blog-card__date{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-light);font-weight:600}[data-theme=v3] .blog-card__title{font-family:var(--display);font-weight:600;font-size:20px;letter-spacing:-.015em;color:var(--ink);line-height:1.3;margin:0}[data-theme=v3] .blog-card__dek{font-size:15px;color:var(--muted);line-height:1.5}[data-theme=v3] .blog-card__cta{color:var(--indigo);font-weight:500;font-size:14.5px;margin-top:auto}[data-theme=v3] .legal-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px 20px;border:1px solid var(--line);background:var(--paper);padding:18px 20px;border-radius:var(--radius);margin:0 0 32px}[data-theme=v3] .legal-nav a{color:var(--ink);font-size:14px;font-weight:500;border-bottom:1px solid transparent}[data-theme=v3] .legal-nav a:hover{color:var(--indigo);border-bottom-color:var(--indigo)}[data-theme=v3] .form-card{max-width:480px;margin:0 auto;padding:36px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}[data-theme=v3] .form-card__brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}[data-theme=v3] .form-card__title{font-family:var(--display);font-weight:700;font-size:24px;letter-spacing:-.02em;margin:0 0 8px;color:var(--ink)}[data-theme=v3] .form-card__lede{font-size:15px;color:var(--muted);margin:0 0 20px}[data-theme=v3] .form-card__footer{margin-top:18px;font-size:13px;color:var(--muted);text-align:center}[data-theme=v3] .form-stack{display:flex;flex-direction:column;gap:16px}[data-theme=v3] .step-section__grid{display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center}@media (max-width:1024px){[data-theme=v3] .step-section__grid{grid-template-columns:1fr;gap:32px}}[data-theme=v3] .step-section__eyebrow{font-family:var(--sans);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}[data-theme=v3] .step-section__body{font-size:16.5px;line-height:1.65;color:var(--muted)}[data-theme=v3] .step-section__body p{margin:0 0 16px}[data-theme=v3] .step-section__body ul{padding-left:20px;margin:0 0 16px}[data-theme=v3] .step-section__body li{margin-bottom:4px}[data-theme=v3] .step-section__body h3{font-family:var(--display);font-weight:600;font-size:17px;letter-spacing:-.01em;margin:24px 0 8px;color:var(--ink)}[data-theme=v3] .step-section__time{display:inline-flex;align-items:center;gap:6px;background:var(--paper-2);color:var(--muted);font-size:12.5px;font-weight:500;padding:6px 10px;border-radius:var(--radius-pill);margin-top:12px}[data-theme=v3] .image-placeholder{background:var(--paper-2);border:1px dashed var(--line);border-radius:var(--radius);padding:24px;min-height:240px;display:grid;place-items:center;color:var(--muted-light)}[data-theme=v3] .image-placeholder__inner{display:flex;flex-direction:column;align-items:center;gap:12px;font-size:13px;text-align:center;font-weight:500;letter-spacing:.02em}[data-theme=v3] .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:720px){[data-theme=v3] .contact-grid{grid-template-columns:1fr}}[data-theme=v3] .breadcrumbs{font-size:13px;color:var(--muted);margin-bottom:12px;font-weight:500}[data-theme=v3] .breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:8px;align-items:center}[data-theme=v3] .breadcrumbs a{color:var(--muted);text-decoration:none}[data-theme=v3] .breadcrumbs a:hover{color:var(--ink);text-decoration:underline}[data-theme=v3] .breadcrumbs__sep{color:var(--muted-light);margin-left:8px}[data-theme=v3] .breadcrumbs [aria-current=page] span{color:var(--ink)}[data-theme=v3] .author-row{display:flex;align-items:center;gap:12px;margin-top:20px}[data-theme=v3] .author-row__avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:13px;letter-spacing:.02em}[data-theme=v3] .author-row__name{font-size:15px;font-weight:500;color:var(--ink)}[data-theme=v3] .author-row__bio{font-size:13px;color:var(--muted);margin-top:2px}[data-theme=v3] .article-cta{background:var(--indigo-soft);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin:32px 0}[data-theme=v3] .article-cta__h{font-family:var(--display);font-size:18px;font-weight:700;color:var(--indigo-ink);margin:0 0 6px;letter-spacing:-.01em}[data-theme=v3] .article-cta__body{font-size:15px;color:var(--muted);margin:0 0 16px;line-height:1.5}[data-theme=v3] .article-cta__row{display:flex;gap:12px;flex-wrap:wrap}@media (max-width:560px){[data-theme=v3] .article-cta__row{flex-direction:column}[data-theme=v3] .article-cta__row .btn{width:100%;justify-content:center}}[data-theme=v3] .related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:960px){[data-theme=v3] .related-grid{grid-template-columns:1fr}}[data-theme=v3] .legal-nav .legal-nav__chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:var(--radius-pill);background:var(--paper-2);border-bottom:1px solid var(--line);color:var(--ink);font-size:13px;font-weight:500;text-decoration:none;border:1px solid var(--line)}[data-theme=v3] .legal-nav .legal-nav__chip:hover{color:var(--indigo);border-color:var(--indigo-soft)}[data-theme=v3] .legal-nav--mobile{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius-sm);padding:12px 16px;margin-bottom:24px}[data-theme=v3] .legal-nav--mobile summary{cursor:pointer;font-weight:600;font-size:14px}[data-theme=v3] .legal-nav--mobile ul{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:6px}[data-theme=v3] .legal-nav--mobile a{color:var(--ink);font-size:13.5px;text-decoration:none}[data-theme=v3] .legal h2{scroll-margin-top:96px}[data-theme=v3] .article .table{width:100%;border-collapse:collapse;margin:16px 0;font-size:15px}[data-theme=v3] .article .table td,[data-theme=v3] .article .table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line)}[data-theme=v3] .article .table th{background:var(--paper-2);font-weight:600;color:var(--ink)}[data-theme=v3] .nav__links--app{margin-left:8px}[data-theme=v3] .nav__links--app a.is-active{color:var(--indigo);font-weight:600;opacity:1}[data-theme=v3] .nav__pill{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;background:var(--teal-soft);color:#0a6649;font-size:12px;font-weight:600;letter-spacing:.01em;margin-right:6px}[data-theme=v3] .nav__pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal)}[data-theme=v3] .nav__user{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}[data-theme=v3] .nav__user-email{font-family:var(--mono);font-size:12.5px;color:var(--ink)}[data-theme=v3] .shell{padding:40px 0 80px;min-height:calc(100vh - 68px)}[data-theme=v3] .shell__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}[data-theme=v3] .shell__title{font-family:var(--display);font-weight:700;font-size:clamp(30px,3.2vw,42px);line-height:1.05;letter-spacing:-.028em;margin:0 0 6px}[data-theme=v3] .shell__sub{color:var(--muted);font-size:14.5px;margin:0}[data-theme=v3] .shell__actions{display:flex;gap:10px;align-items:center}[data-theme=v3] .shell__head--wizard{align-items:center;margin-bottom:18px}[data-theme=v3] .shell__head--wizard .crumb{margin-bottom:0}[data-theme=v3] .shell__head--wizard .shell__title{font-size:26px;line-height:1.1;margin:12px 0 0}[data-theme=v3] .shell__head--wizard .shell__sub{font-size:13.5px;margin-top:4px}[data-theme=v3] .shell__head--wizard .shell__actions{font-size:12.5px;color:var(--muted);flex-wrap:wrap;justify-content:flex-end}[data-theme=v3] .shell__head--wizard .shell__actions a{color:var(--indigo);font-weight:600}@media (max-width:720px){[data-theme=v3] .shell__head--wizard{gap:8px}[data-theme=v3] .shell__head--wizard .shell__actions{justify-content:flex-start}}[data-theme=v3] .crumb{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);margin-bottom:18px}[data-theme=v3] .crumb a{color:var(--muted)}[data-theme=v3] .crumb a:hover{color:var(--ink)}[data-theme=v3] .crumb__sep{opacity:.4}[data-theme=v3] .crumb__here{color:var(--ink);font-weight:500}[data-theme=v3] .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:28px}[data-theme=v3] .stats .stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}[data-theme=v3] .stats .stat:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--indigo);opacity:.85}[data-theme=v3] .stats .stat--teal:before{background:var(--teal)}[data-theme=v3] .stats .stat--yellow:before{background:var(--yellow)}[data-theme=v3] .stats .stat--pink:before{background:var(--magenta)}[data-theme=v3] .stat__label{font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}[data-theme=v3] .stat__value{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-.02em;line-height:1.1;margin-top:6px}[data-theme=v3] .stat__foot{font-size:12.5px;color:var(--muted);margin-top:4px}[data-theme=v3] .filter{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px;margin-bottom:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;box-shadow:var(--shadow-sm)}[data-theme=v3] .filter__search{flex:1 1 280px;min-width:220px;display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 12px;border-radius:10px;border:1px solid var(--line);background:var(--paper);font-size:13.5px;color:var(--muted)}[data-theme=v3] .filter__search input{flex:1;border:0;background:transparent;outline:none;color:var(--ink);font:inherit}[data-theme=v3] .chips{display:flex;gap:6px;flex-wrap:wrap}[data-theme=v3] .chip{height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px}[data-theme=v3] .chip .chip__dot{width:6px;height:6px;border-radius:50%;background:var(--muted-light)}[data-theme=v3] .chip.is-active{background:var(--indigo-soft);color:var(--indigo-ink);border-color:transparent;font-weight:600}[data-theme=v3] .chip--teal .chip__dot{background:var(--teal)}[data-theme=v3] .chip--yellow .chip__dot{background:var(--yellow)}[data-theme=v3] .chip--pink .chip__dot{background:var(--magenta)}[data-theme=v3] .chip--indigo .chip__dot{background:var(--indigo)}[data-theme=v3] .co-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}[data-theme=v3] .co-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 18px 14px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:transform .1s ease,box-shadow .15s ease,border-color .15s ease}[data-theme=v3] .co-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);border-color:#d4d8e0}[data-theme=v3] .co-card--linked{position:relative;cursor:pointer}[data-theme=v3] .co-card--linked:focus-within{box-shadow:0 0 0 3px rgba(99,91,255,.18),var(--shadow-md);border-color:var(--indigo)}[data-theme=v3] .co-card__overlay-link{position:absolute;inset:0;z-index:1;border-radius:16px;text-decoration:none;color:transparent;outline:none}[data-theme=v3] .co-card__overlay-link:focus-visible{outline:2px solid var(--indigo);outline-offset:2px}[data-theme=v3] .co-card--linked .co-card__meta,[data-theme=v3] .co-card--linked .co-card__top{position:relative;z-index:0;pointer-events:none}[data-theme=v3] .co-card--linked .co-card__foot{position:relative;z-index:2}[data-theme=v3] .co-card--linked .co-card__foot .mini{pointer-events:auto}[data-theme=v3] .co-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}[data-theme=v3] .co-card__title{font-size:15.5px;font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}[data-theme=v3] .co-card__crn{font-family:var(--mono);font-size:12.5px;color:var(--muted);margin-top:4px}[data-theme=v3] .co-card__meta{display:flex;gap:14px;flex-wrap:wrap;padding:14px 0;color:var(--muted);font-size:12.5px}[data-theme=v3] .co-card__meta .lbl{font-weight:600;color:var(--ink)}[data-theme=v3] .co-card__foot{display:flex;gap:8px;padding-top:12px;border-top:1px solid var(--line);margin-top:auto}[data-theme=v3] .co-card__foot .mini{flex:1;justify-content:center;display:inline-flex;align-items:center}[data-theme=v3] .badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.005em}[data-theme=v3] .badge:before{content:"";width:6px;height:6px;border-radius:50%}[data-theme=v3] .badge--teal{background:var(--teal-soft);color:#0a6649}[data-theme=v3] .badge--teal:before{background:var(--teal)}[data-theme=v3] .badge--yellow{background:var(--yellow-soft);color:#7a5a00}[data-theme=v3] .badge--yellow:before{background:#c99a00}[data-theme=v3] .badge--pink{background:var(--pink-soft);color:#8a1e53}[data-theme=v3] .badge--pink:before{background:var(--magenta)}[data-theme=v3] .badge--indigo{background:var(--indigo-soft);color:var(--indigo-ink)}[data-theme=v3] .badge--indigo:before{background:var(--indigo)}[data-theme=v3] .badge--slate{background:#eef2f7;color:var(--muted)}[data-theme=v3] .badge--slate:before{background:var(--muted-light)}[data-theme=v3] .detail__hero{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 26px;margin-bottom:18px;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}[data-theme=v3] .detail__title{font-family:var(--display);font-weight:700;font-size:clamp(24px,2.4vw,32px);line-height:1.1;letter-spacing:-.022em;margin:0}[data-theme=v3] .detail__meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:13px;color:var(--muted)}[data-theme=v3] .detail__meta .mono{font-family:var(--mono);color:var(--ink)}[data-theme=v3] .detail__meta .sep{opacity:.35}[data-theme=v3] .detail__actions{display:flex;gap:10px;flex-wrap:wrap}[data-theme=v3] .detail__status{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:14px 18px;border-radius:14px;margin-bottom:18px;background:var(--teal-soft);color:#0a6649;border:1px solid #b8e9d3}[data-theme=v3] .detail__status--warn{background:var(--yellow-soft);color:#7a5a00;border-color:#f2d779}[data-theme=v3] .detail__status--pink{background:var(--pink-soft);color:#8a1e53;border-color:rgba(138,30,83,.22)}[data-theme=v3] .detail__status--indigo{background:var(--indigo-soft);color:var(--indigo-ink);border-color:rgba(99,91,255,.28)}[data-theme=v3] .detail__status-icon{width:36px;height:36px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--teal)}[data-theme=v3] .detail__status--warn .detail__status-icon{color:#c99a00}[data-theme=v3] .detail__status--pink .detail__status-icon{color:var(--magenta)}[data-theme=v3] .detail__status--indigo .detail__status-icon{color:var(--indigo)}[data-theme=v3] .detail__status-title{font-weight:700;font-size:14.5px}[data-theme=v3] .detail__status-sub{font-size:13px;opacity:.85;margin-top:2px}[data-theme=v3] .detail__grid{display:grid;grid-template-columns:1fr 320px;gap:18px}[data-theme=v3] .panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:var(--shadow-sm)}[data-theme=v3] .panel__head{margin-bottom:16px}[data-theme=v3] .panel__title{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.018em;margin:0}[data-theme=v3] .panel__sub{color:var(--muted);font-size:13.5px;margin:4px 0 0}[data-theme=v3] .panel+.panel{margin-top:18px}[data-theme=v3] .dt{width:100%;border-collapse:collapse;font-size:13.5px}[data-theme=v3] .dt thead th{text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:10px 12px;border-bottom:1px solid var(--line)}[data-theme=v3] .dt tbody td{padding:14px 12px;border-bottom:1px solid var(--line);color:var(--ink)}[data-theme=v3] .dt tbody tr:last-child td{border-bottom:0}[data-theme=v3] .dt .period{font-weight:600}[data-theme=v3] .dt .period__sub{color:var(--muted);font-size:12px;font-weight:400}[data-theme=v3] .ty-head{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--indigo-ink);background:var(--indigo-soft);padding:4px 10px;border-radius:999px;margin-bottom:8px}[data-theme=v3] .tl-row{border:1px solid var(--line);border-radius:12px;margin-top:10px;background:var(--paper)}[data-theme=v3] .tl-row__head{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:14px 16px;align-items:center;cursor:pointer}[data-theme=v3] .tl-row__period{font-weight:600}[data-theme=v3] .tl-row__body{border-top:1px solid var(--line);padding:18px 16px;background:#fff;border-radius:0 0 12px 12px}[data-theme=v3] .tl-split{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}[data-theme=v3] .tl-split__card{border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:var(--paper)}[data-theme=v3] .tl-split__card h5{margin:0 0 6px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}[data-theme=v3] .tl-split__card .note{font-size:12.5px;color:var(--muted);margin-top:4px}[data-theme=v3] .docs-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}[data-theme=v3] .doc-item{display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13px}[data-theme=v3] .doc-item__name{display:inline-flex;align-items:center;gap:8px}[data-theme=v3] .doc-item__name code{font-family:var(--mono);font-size:12.5px;color:var(--ink)}[data-theme=v3] .doc-item__actions{display:flex;gap:6px}[data-theme=v3] .doc-item__actions .mini{height:26px;font-size:11.5px;padding:0 9px}[data-theme=v3] .side{display:flex;flex-direction:column;gap:18px}[data-theme=v3] .side .panel{padding:18px 20px}[data-theme=v3] .kv{display:grid;grid-template-columns:1fr auto;gap:4px 12px;font-size:13px}[data-theme=v3] .kv dt{color:var(--muted);font-weight:500}[data-theme=v3] .kv dd{margin:0;font-weight:600;color:var(--ink)}[data-theme=v3] .kv dd.mono{font-family:var(--mono);font-weight:500}[data-theme=v3] .side__cta{background:linear-gradient(135deg,var(--ink) 0,#0e1e38 100%);color:#fff;border-radius:16px;padding:20px 22px;position:relative;overflow:hidden}[data-theme=v3] .side__cta:before{content:"";position:absolute;inset:0;background:radial-gradient(320px 200px at 100% 0,rgba(255,89,150,.38),transparent 60%),radial-gradient(360px 220px at 0 100%,rgba(0,212,255,.32),transparent 60%);z-index:0}[data-theme=v3] .side__cta>*{position:relative;z-index:1}[data-theme=v3] .side__cta h4{font-family:var(--display);font-weight:700;font-size:18px;margin:0 0 4px;letter-spacing:-.018em}[data-theme=v3] .side__cta p{font-size:13px;color:#c5cae0;margin:0 0 12px;line-height:1.5}[data-theme=v3] .side__cta .btn{background:#fff;color:var(--ink)}[data-theme=v3] .side__cta .btn:hover{background:var(--paper-2)}[data-theme=v3] .wiz{max-width:820px;margin:0 auto}[data-theme=v3] .wiz__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:6px;margin-bottom:22px;box-shadow:var(--shadow-sm)}[data-theme=v3] .wiz__step{padding:8px 10px;border-radius:10px;font-size:12.5px;font-weight:600;color:var(--muted);display:inline-flex;align-items:center;gap:8px;justify-content:flex-start;white-space:nowrap}[data-theme=v3] .wiz__step .num{width:20px;height:20px;border-radius:50%;background:var(--paper-2);color:var(--muted);font-size:11px;display:grid;place-items:center;font-weight:700}[data-theme=v3] .wiz__step.is-done{color:var(--teal)}[data-theme=v3] .wiz__step.is-done .num{background:var(--teal-soft);color:#0a6649}[data-theme=v3] .wiz__step.is-active{background:var(--indigo-soft);color:var(--indigo-ink)}[data-theme=v3] .wiz__step.is-active .num{background:var(--indigo);color:#fff}[data-theme=v3] .form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 28px;box-shadow:var(--shadow-sm)}[data-theme=v3] .wiz .form-card{max-width:none;width:100%}[data-theme=v3] .form-card h2{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.02em;margin:0 0 4px}[data-theme=v3] .form-card .lede{color:var(--muted);font-size:14px;margin:0 0 20px}[data-theme=v3] .field{margin-bottom:16px}[data-theme=v3] .field>label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}[data-theme=v3] .field .hint{font-size:12.5px;color:var(--muted);margin-top:4px}[data-theme=v3] .input{width:100%;height:44px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font:inherit;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease}[data-theme=v3] .input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 4px rgba(99,91,255,.15)}[data-theme=v3] .input--mono{font-family:var(--mono);font-size:13.5px;letter-spacing:.02em}[data-theme=v3] .input--error,[data-theme=v3] .input[aria-invalid=true]{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,89,150,.14)}[data-theme=v3] .field__row{display:grid;grid-template-columns:1fr 1fr;gap:14px}[data-theme=v3] .v3sec-head{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:-.012em;margin:6px 0 12px;color:var(--ink)}[data-theme=v3] .v3sec-err{color:var(--pink);font-weight:600}[data-theme=v3] .check-row{display:flex;gap:10px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:12px;margin-bottom:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}[data-theme=v3] .check-row.is-checked,[data-theme=v3] .check-row:hover{border-color:var(--indigo);background:var(--indigo-soft)}[data-theme=v3] .check-row input{margin-top:3px;accent-color:var(--indigo)}[data-theme=v3] .check-row__body{font-size:13.5px;color:var(--ink);line-height:1.5}[data-theme=v3] .check-row__body b{font-weight:700}[data-theme=v3] .alert{display:flex;gap:12px;padding:14px 16px;border-radius:12px;font-size:13.5px;margin:16px 0}[data-theme=v3] .alert--info{background:var(--indigo-soft);color:var(--indigo-ink)}[data-theme=v3] .alert--ok{background:var(--teal-soft);color:#0a6649}[data-theme=v3] .alert--warn{background:var(--yellow-soft);color:#7a5a00}[data-theme=v3] .alert__icon{flex:none;font-weight:700}[data-theme=v3] .lookup-result{border:1px solid var(--line);border-radius:14px;padding:20px;margin-top:18px;background:linear-gradient(180deg,#fff 0,var(--paper) 100%)}[data-theme=v3] .lookup-result__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}[data-theme=v3] .lookup-result__name{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:-.018em;margin:0}[data-theme=v3] .lookup-result__crn{font-size:13px;color:var(--muted);display:inline-flex;gap:6px;align-items:center}[data-theme=v3] .lookup-result__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;padding:16px 0}[data-theme=v3] .lookup-result__grid dt{font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}[data-theme=v3] .lookup-result__grid dd{margin:3px 0 0;font-size:13.5px;color:var(--ink)}[data-theme=v3] .scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;font-size:13px;color:var(--ink);margin:8px 0 12px}[data-theme=v3] .scope-grid li{list-style:none;display:inline-flex;gap:8px;align-items:center}[data-theme=v3] .scope-grid .tick{color:var(--teal)}[data-theme=v3] .wiz__foot{display:flex;justify-content:space-between;align-items:center;margin-top:22px}[data-theme=v3] .wiz__foot-meta{font-size:12.5px;color:var(--muted)}[data-theme=v3] .wiz__foot-actions{display:flex;gap:10px}@media (max-width:1024px){[data-theme=v3] .co-grid,[data-theme=v3] .stats{grid-template-columns:repeat(2,1fr)}[data-theme=v3] .detail__grid,[data-theme=v3] .docs-list{grid-template-columns:1fr}}@media (max-width:720px){[data-theme=v3] .shell{padding:24px 0 48px}[data-theme=v3] .shell__head{flex-direction:column;align-items:stretch;gap:14px}[data-theme=v3] .co-grid,[data-theme=v3] .detail__hero,[data-theme=v3] .stats{grid-template-columns:1fr}[data-theme=v3] .detail__actions{justify-content:flex-start}[data-theme=v3] .field__row,[data-theme=v3] .lookup-result__grid,[data-theme=v3] .scope-grid,[data-theme=v3] .tl-split{grid-template-columns:1fr}[data-theme=v3] .filter__search{flex-basis:100%}}[data-theme=v3] .auth-page{min-height:calc(100vh - 68px);display:grid;place-items:center;padding:40px 20px;position:relative;overflow:hidden}[data-theme=v3] .auth-page__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(700px 460px at 85% -10%,rgba(255,128,191,.22),transparent 55%),radial-gradient(640px 420px at 10% 5%,rgba(0,212,255,.22),transparent 55%),radial-gradient(640px 420px at 50% 110%,rgba(99,91,255,.18),transparent 55%),linear-gradient(180deg,var(--paper) 0,#fff 60%,var(--paper-2) 100%)}[data-theme=v3] .auth{position:relative;z-index:1;width:100%;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px 34px 28px;box-shadow:var(--shadow-lg)}[data-theme=v3] .auth__mark{width:44px;height:44px;border-radius:12px;background:var(--indigo);color:#fff;display:grid;place-items:center;margin-bottom:18px;box-shadow:0 6px 20px -6px rgba(99,91,255,.55)}[data-theme=v3] .auth h1{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-.022em;line-height:1.1;margin:0 0 6px}[data-theme=v3] .auth .lede{font-size:14.5px;color:var(--muted);margin:0 0 22px;line-height:1.55}[data-theme=v3] .auth .lede .email{font-family:var(--mono);color:var(--ink);font-size:13.5px;background:var(--paper-2);padding:2px 6px;border-radius:6px}[data-theme=v3] .otp-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:6px 0 14px}[data-theme=v3] .otp-input{width:100%;min-width:0;height:56px;text-align:center;font-family:var(--mono);font-size:22px;font-weight:600;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}[data-theme=v3] .otp-input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 4px rgba(99,91,255,.15)}[data-theme=v3] .otp-input.is-filled{background:var(--indigo-soft);border-color:var(--indigo);color:var(--indigo-ink)}[data-theme=v3] .auth__meta{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted);margin:4px 0 18px}[data-theme=v3] .auth__meta a{color:var(--indigo);font-weight:600}[data-theme=v3] .auth__meta .disabled{opacity:.55;pointer-events:none}[data-theme=v3] .auth__hint{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted);line-height:1.55}[data-theme=v3] .auth__switch{text-align:center;margin-top:16px;font-size:13px;color:var(--muted)}[data-theme=v3] .auth__switch a{color:var(--indigo);font-weight:600}[data-theme=v3] .auth__crumb{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-bottom:16px}[data-theme=v3] .auth__crumb a{color:var(--muted)}[data-theme=v3] .auth__crumb svg{transform:translateY(1px)}[data-theme=v3] .review-grid{display:grid;grid-template-columns:1fr 340px;gap:18px}[data-theme=v3] .rev-summary{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:var(--shadow-sm)}[data-theme=v3] .rev-summary+.rev-summary{margin-top:16px}[data-theme=v3] .rev-summary h3{font-family:var(--display);font-weight:700;font-size:16px;letter-spacing:-.014em;margin:0 0 12px;display:flex;align-items:center;justify-content:space-between}[data-theme=v3] .rev-summary h3 a{font-size:12.5px;color:var(--indigo);font-weight:600}[data-theme=v3] .rev-kv{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;font-size:13.5px}[data-theme=v3] .rev-kv dt{color:var(--muted);font-weight:500}[data-theme=v3] .rev-kv dd{margin:2px 0 0;color:var(--ink);font-weight:600}[data-theme=v3] .rev-kv .mono{font-family:var(--mono);font-weight:500}[data-theme=v3] .rev-summary--whn{border-color:rgba(99,91,255,.22);box-shadow:0 6px 24px -18px rgba(99,91,255,.35),var(--shadow-sm);position:relative}[data-theme=v3] .rev-summary--whn:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--indigo) 0,#00d4ff 100%);border-radius:18px 0 0 18px}[data-theme=v3] .whn-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}[data-theme=v3] .whn-steps li{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;font-size:13.5px;line-height:1.45}[data-theme=v3] .whn-num{width:26px;height:26px;border-radius:50%;background:rgba(99,91,255,.1);color:var(--indigo);font-weight:700;font-size:12.5px;display:inline-flex;align-items:center;justify-content:center}[data-theme=v3] .whn-steps strong{display:block;color:var(--ink);font-weight:600}[data-theme=v3] .whn-sub{display:block;color:var(--muted);font-size:12.5px;margin-top:1px}[data-theme=v3] .whn-foot{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--line);font-size:12.5px;color:var(--muted);line-height:1.55}[data-theme=v3] .ct-card{background:linear-gradient(135deg,var(--ink) 0,#0e1e38 100%);color:#fff;border-radius:18px;padding:22px 24px;position:relative;overflow:hidden}[data-theme=v3] .ct-card:before{content:"";position:absolute;inset:0;background:radial-gradient(300px 200px at 100% -10%,rgba(99,91,255,.55),transparent 55%),radial-gradient(300px 200px at 0 110%,rgba(0,212,255,.38),transparent 55%)}[data-theme=v3] .ct-card>*{position:relative;z-index:1}[data-theme=v3] .ct-card .lbl{font-size:11.5px;text-transform:uppercase;letter-spacing:.08em;opacity:.7;font-weight:600}[data-theme=v3] .ct-card .amt{font-family:var(--display);font-weight:700;font-size:48px;letter-spacing:-.03em;line-height:1;margin:8px 0 4px}[data-theme=v3] .ct-card .amt small{font-size:14px;font-weight:500;margin-left:6px;opacity:.6}[data-theme=v3] .ct-card .sub{font-size:13px;opacity:.8}[data-theme=v3] .ct-card .br{margin:16px 0;height:1px;background:hsla(0,0%,100%,.12);border:0}[data-theme=v3] .channel{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}[data-theme=v3] .channel+.channel{margin-top:10px}[data-theme=v3] .channel__icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:700;font-size:13px}[data-theme=v3] .channel__icon--hmrc{color:#00703c}[data-theme=v3] .channel__icon--ch{color:#1d70b8}[data-theme=v3] .channel__title{font-weight:700;font-size:14px}[data-theme=v3] .channel__sub{color:var(--muted);font-size:12.5px;margin-top:2px}@media (max-width:1024px){[data-theme=v3] .review-grid{grid-template-columns:1fr}}[data-theme=v3] .section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin:28px 0 14px;border-top:1px solid var(--line);padding-top:20px}[data-theme=v3] .section-head h3{font-family:var(--display);font-weight:700;font-size:15px;letter-spacing:-.012em;margin:0}[data-theme=v3] .section-head .section-sub{font-size:13px;color:var(--muted);margin-top:4px}[data-theme=v3] .section-head .totals{display:flex;gap:22px;align-items:baseline;font-family:var(--mono);font-size:13px;color:var(--muted)}[data-theme=v3] .section-head .totals b{color:var(--ink);font-weight:600}[data-theme=v3] .section-head .totals .sep{color:var(--line)}[data-theme=v3] .fin-table{display:grid;grid-template-columns:1.4fr 1fr 1fr;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}[data-theme=v3] .fin-table.fin-table--no-prior{grid-template-columns:1.4fr 1fr}[data-theme=v3] .fin-table__head{display:contents}[data-theme=v3] .fin-table__head>div{background:#f9fafb;border-bottom:1px solid var(--line);padding:12px 16px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;color:var(--muted)}[data-theme=v3] .fin-table__head>div:nth-child(2),[data-theme=v3] .fin-table__head>div:nth-child(3){text-align:right}[data-theme=v3] .fin-table__head .period-year{display:block;color:var(--ink);font-family:var(--mono);font-size:12px;letter-spacing:0;text-transform:none;font-weight:500;margin-top:2px}[data-theme=v3] .fin-table__head .period-tag{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:999px;background:#eef0f4;color:var(--muted);font-size:10px;letter-spacing:.05em;font-weight:600}[data-theme=v3] .fin-table__head .period-tag--current{background:#eef0ff;color:var(--indigo)}[data-theme=v3] .fin-row{display:contents}[data-theme=v3] .fin-row>*{padding:12px 16px;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink)}[data-theme=v3] .fin-row>:nth-child(2),[data-theme=v3] .fin-row>:nth-child(3){text-align:right}[data-theme=v3] .fin-row:last-child>*{border-bottom:none}[data-theme=v3] .fin-row .cat{display:flex;flex-direction:column;gap:3px}[data-theme=v3] .fin-row .cat-label{font-weight:500}[data-theme=v3] .fin-row .cat-hint{font-size:12px;color:var(--muted);line-height:1.4}[data-theme=v3] .fin-row .cat-tag{display:inline-flex;align-items:center;gap:4px;margin-right:6px;padding:1px 6px;border-radius:6px;background:#e6f9ef;color:var(--teal);font-family:var(--mono);font-size:10px;font-weight:600;vertical-align:middle}[data-theme=v3] .cell-input{position:relative;display:inline-flex;align-items:center;width:100%;max-width:220px;margin-left:auto}[data-theme=v3] .cell-input:before{content:"£";position:absolute;left:12px;color:var(--muted);font-size:13px;pointer-events:none}[data-theme=v3] .cell-input input{font-family:var(--mono);font-size:14px;padding:8px 12px 8px 24px;width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);text-align:right;transition:border-color .12s ease,box-shadow .12s ease}[data-theme=v3] .cell-input input:focus{outline:none;border-color:var(--indigo);box-shadow:0 0 0 3px rgba(99,91,255,.14)}[data-theme=v3] .cell-input--negative:after{content:"( )";position:absolute;right:12px;color:var(--muted);pointer-events:none;visibility:hidden}[data-theme=v3] .cell-input--req input{border-color:#ffd2de}[data-theme=v3] .cell-input--req input::-moz-placeholder{color:#ff5996;font-weight:500}[data-theme=v3] .cell-input--req input::placeholder{color:#ff5996;font-weight:500}[data-theme=v3] .paren{color:var(--ink)}[data-theme=v3] .paren:before{content:"(";color:var(--muted);margin-right:2px}[data-theme=v3] .paren:after{content:")";color:var(--muted);margin-left:2px}[data-theme=v3] .paren input{text-align:right}[data-theme=v3] .fin-row.is-computed>*{background:#f9fafb;font-weight:600}[data-theme=v3] .fin-row.is-computed .cat-label{font-weight:700}[data-theme=v3] .fin-row.is-subtotal>*{background:#eef0ff;color:var(--indigo);font-weight:700}[data-theme=v3] .fin-row.is-subtotal .cat-label{color:var(--indigo)}[data-theme=v3] .fin-row.is-final>*{background:linear-gradient(90deg,#eef0ff,#effcf5);border-top:2px solid var(--indigo);font-weight:700}[data-theme=v3] .fin-row.is-final .cat-label{color:var(--ink)}[data-theme=v3] .read-val{display:inline-block;font-family:var(--mono);font-size:14px;color:var(--ink)}[data-theme=v3] .read-val--muted{color:var(--muted);font-weight:400}[data-theme=v3] .read-val--teal{color:var(--teal)}[data-theme=v3] .read-val--pink{color:var(--pink)}@media (max-width:900px){[data-theme=v3] .fin-table,[data-theme=v3] .fin-table.fin-table--no-prior{grid-template-columns:1fr}[data-theme=v3] .fin-table__head>div:nth-child(2):before,[data-theme=v3] .fin-table__head>div:nth-child(3):before{content:""}[data-theme=v3] .fin-row>*{border-bottom:none;padding:6px 14px}[data-theme=v3] .fin-row>:first-child{padding-top:14px;background:#f9fafb;border-top:1px solid var(--line);font-weight:600}[data-theme=v3] .fin-row>:nth-child(2):before{content:"Current · ";color:var(--indigo);font-size:12px;margin-right:6px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}[data-theme=v3] .fin-row>:nth-child(3){padding-bottom:14px}[data-theme=v3] .fin-row>:nth-child(3):before{content:"Previous · ";color:var(--muted);font-size:12px;margin-right:6px;text-transform:uppercase;letter-spacing:.06em}[data-theme=v3] .fin-row>:nth-child(2),[data-theme=v3] .fin-row>:nth-child(3){text-align:left}[data-theme=v3] .cell-input{max-width:none;margin-left:0}[data-theme=v3] .cell-input input{text-align:left}}[data-theme=v3] .copy-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 14px;padding:10px 14px;border:1px dashed #d0daf2;border-radius:10px;background:#f6f9fc;font-size:13px;color:var(--muted)}[data-theme=v3] .copy-strip b{color:var(--ink);font-weight:600}[data-theme=v3] .copy-strip .btn{padding:6px 12px;font-size:12px}[data-theme=v3] .alert--compare{border-left-color:var(--indigo)}[data-theme=v3] .job-hero{position:relative;overflow:hidden;background:#fff;border-radius:20px;padding:28px 32px;box-shadow:var(--shadow-sm);border:1px solid var(--line);border-top:4px solid var(--teal)}[data-theme=v3] .job-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:140px;background:radial-gradient(600px 180px at 100% 0,rgba(0,212,126,.12),transparent 55%),radial-gradient(500px 180px at 0 0,rgba(99,91,255,.1),transparent 55%);pointer-events:none}[data-theme=v3] .job-hero>*{position:relative}[data-theme=v3] .job-hero--running{border-top-color:var(--indigo)}[data-theme=v3] .job-hero--running:before{background:radial-gradient(600px 180px at 0 0,rgba(99,91,255,.14),transparent 55%),radial-gradient(500px 180px at 100% 0,rgba(99,91,255,.08),transparent 55%)}[data-theme=v3] .job-hero--failed{border-top-color:#f04669}[data-theme=v3] .job-hero--failed:before{background:radial-gradient(600px 180px at 100% 0,rgba(240,70,105,.12),transparent 55%),radial-gradient(500px 180px at 0 0,rgba(99,91,255,.08),transparent 55%)}[data-theme=v3] .job-hero--blocked{border-top-color:#e89c29}[data-theme=v3] .job-hero--blocked:before{background:radial-gradient(600px 180px at 100% 0,rgba(232,156,41,.14),transparent 55%),radial-gradient(500px 180px at 0 0,rgba(99,91,255,.08),transparent 55%)}[data-theme=v3] .job-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:8px}[data-theme=v3] .job-hero__eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px rgba(0,212,126,.14)}[data-theme=v3] .job-hero--running .job-hero__eyebrow{color:var(--indigo)}[data-theme=v3] .job-hero--running .job-hero__eyebrow:before{background:var(--indigo);box-shadow:0 0 0 4px rgba(99,91,255,.16);animation:job-pulse 1.4s ease-in-out infinite}[data-theme=v3] .job-hero--failed .job-hero__eyebrow{color:#c91e4e}[data-theme=v3] .job-hero--failed .job-hero__eyebrow:before{background:#f04669;box-shadow:0 0 0 4px rgba(240,70,105,.18)}[data-theme=v3] .job-hero--blocked .job-hero__eyebrow{color:#b9770e}[data-theme=v3] .job-hero--blocked .job-hero__eyebrow:before{background:#e89c29;box-shadow:0 0 0 4px rgba(232,156,41,.18)}[data-theme=v3] .job-hero h1{font-family:var(--display);font-weight:700;font-size:28px;letter-spacing:-.022em;margin:0 0 6px;color:var(--ink)}[data-theme=v3] .job-hero__sub{color:var(--muted);font-size:14.5px;line-height:1.5;max-width:560px;margin:0 0 14px}[data-theme=v3] .job-hero__brag{display:inline-block;margin-top:2px;font-size:12.5px;font-weight:700;color:var(--indigo);background:#eef0ff;padding:6px 12px;border-radius:999px}[data-theme=v3] .job-hero__meta{margin-top:18px;display:flex;flex-wrap:wrap;gap:8px 22px;font-size:12.5px;color:var(--muted)}[data-theme=v3] .job-hero__meta .mono{font-family:var(--mono);color:var(--ink);font-weight:500}[data-theme=v3] .job-hero__progress{margin-top:14px;height:6px;background:var(--paper-2);border-radius:3px;overflow:hidden}[data-theme=v3] .job-hero__progress-fill{height:100%;width:40%;background:var(--indigo);animation:job-progress 3s ease-in-out infinite}[data-theme=v3] .job-hero__progress-label{display:flex;justify-content:space-between;margin-top:6px;font-size:11.5px;color:var(--muted);letter-spacing:.04em}@keyframes job-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.6}}@keyframes job-progress{0%{transform:translateX(-100%)}to{transform:translateX(250%)}}[data-theme=v3] .job-verify{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 24px;box-shadow:var(--shadow-sm)}[data-theme=v3] .job-verify h3{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.014em;margin:0 0 16px;display:flex;align-items:center;justify-content:space-between;gap:10px}[data-theme=v3] .job-verify h3 .hint{font-size:12px;font-weight:500;color:var(--muted)}[data-theme=v3] .job-verify h3 a{font-size:12.5px;color:var(--indigo);font-weight:600}[data-theme=v3] .job-verify+.job-verify{margin-top:14px}[data-theme=v3] .job-verify__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}[data-theme=v3] .vstep{position:relative;border:1px solid var(--line);border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;background:var(--paper)}[data-theme=v3] .vstep__icon{flex:none;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700}[data-theme=v3] .vstep__icon--pass{background:#e6f9ef;color:var(--teal)}[data-theme=v3] .vstep__icon--skip{background:#eef0f4;color:var(--muted)}[data-theme=v3] .vstep__icon--wait{background:#eef0ff;color:var(--indigo);font-size:0}[data-theme=v3] .vstep__icon--fail{background:#ffe6ee;color:#c91e4e}[data-theme=v3] .vstep__icon--wait:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--indigo);animation:job-pulse 1.2s ease-in-out infinite}[data-theme=v3] .vstep__label{font-size:13.5px;font-weight:600;color:var(--ink)}[data-theme=v3] .vstep__detail{font-size:11.5px;color:var(--muted);margin-top:2px;font-family:var(--mono);word-break:break-all}[data-theme=v3] .tax-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}[data-theme=v3] .tax-stat{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:12px 14px}[data-theme=v3] .tax-stat .lbl{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}[data-theme=v3] .tax-stat .val{font-family:var(--display);font-weight:700;font-size:20px;color:var(--ink);margin-top:4px;letter-spacing:-.015em}[data-theme=v3] .tax-stat .val--sm{font-size:15px}[data-theme=v3] .tax-stat.is-primary{background:linear-gradient(135deg,var(--ink) 0,#0e1e38 100%);color:#fff;border-color:transparent}[data-theme=v3] .tax-stat.is-primary .lbl{color:hsla(0,0%,100%,.7)}[data-theme=v3] .tax-stat.is-primary .val{color:#fff}[data-theme=v3] .sub-row{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}[data-theme=v3] .sub-row+.sub-row{margin-top:10px}[data-theme=v3] .sub-row__mark{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:800;font-size:13px}[data-theme=v3] .sub-row__mark--hmrc{color:#00703c}[data-theme=v3] .sub-row__mark--ch{color:#2c62a4}[data-theme=v3] .sub-row__label{font-size:14px;font-weight:600;color:var(--ink)}[data-theme=v3] .sub-row__meta{font-size:12px;color:var(--muted);font-family:var(--mono);margin-top:2px;word-break:break-all}[data-theme=v3] .sub-row__meta b{color:var(--ink);font-weight:600}[data-theme=v3] .sub-row__badge{font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;padding:5px 10px;border-radius:999px;white-space:nowrap}[data-theme=v3] .sub-row__badge--ok{background:#e6f9ef;color:var(--teal)}[data-theme=v3] .sub-row__badge--pending{background:#eef0ff;color:var(--indigo)}[data-theme=v3] .sub-row__badge--fail{background:#ffe6ee;color:#c91e4e}[data-theme=v3] .arts{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}[data-theme=v3] .arts__head{padding:18px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}[data-theme=v3] .arts__head h3{font-family:var(--display);font-weight:700;font-size:17px;letter-spacing:-.014em;margin:0}[data-theme=v3] .arts__count{font-size:12px;color:var(--muted)}[data-theme=v3] .art{display:grid;grid-template-columns:36px 1fr auto auto;gap:16px;align-items:center;padding:14px 24px;border-bottom:1px solid var(--line)}[data-theme=v3] .art:last-child{border-bottom:0}[data-theme=v3] .art:hover{background:#fbfcfe}[data-theme=v3] .art__icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:var(--paper);border:1px solid var(--line);color:var(--indigo);font-size:16px}[data-theme=v3] .art__label{font-size:14px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}[data-theme=v3] .art__sub{margin-top:2px;word-break:break-all}[data-theme=v3] .art__size,[data-theme=v3] .art__sub{font-size:12px;color:var(--muted);font-family:var(--mono)}[data-theme=v3] .art__size{white-space:nowrap}[data-theme=v3] .art__actions{display:flex;gap:6px}[data-theme=v3] .art.is-featured{background:linear-gradient(90deg,rgba(99,91,255,.05),transparent 60%)}[data-theme=v3] .art__featured-pill{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;background:var(--indigo);color:#fff;padding:3px 8px;border-radius:999px}[data-theme=v3] .art__viewer{grid-column:1/-1;border-top:1px solid var(--line);background:#0e1e38;color:#e7ecf6;max-height:520px;overflow:auto;font-family:var(--mono);font-size:12px;line-height:1.55;padding:14px 24px;white-space:pre-wrap;word-break:break-all}[data-theme=v3] .art__viewer iframe{width:100%;min-height:420px;max-height:520px;border:0;background:#fff}[data-theme=v3] .job-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}[data-theme=v3] .job-side>*+*{margin-top:14px}[data-theme=v3] .job-next-card{background:linear-gradient(135deg,var(--ink) 0,#0e1e38 100%);color:#fff;border-radius:18px;padding:22px;position:relative;overflow:hidden}[data-theme=v3] .job-next-card:before{content:"";position:absolute;inset:0;background:radial-gradient(220px 160px at 100% 0,rgba(99,91,255,.5),transparent 60%),radial-gradient(220px 160px at 0 100%,rgba(0,212,255,.3),transparent 60%)}[data-theme=v3] .job-next-card>*{position:relative}[data-theme=v3] .job-next-card h4{font-family:var(--display);font-weight:700;font-size:16px;margin:0 0 6px}[data-theme=v3] .job-next-card p{font-size:13px;opacity:.85;margin:0 0 14px;line-height:1.5}[data-theme=v3] .job-next-card .btn{width:100%;justify-content:center}[data-theme=v3] .job-ticks{list-style:none;margin:0;padding:0;font-size:12.5px}[data-theme=v3] .job-ticks li{display:flex;gap:8px;padding:4px 0;color:var(--ink)}[data-theme=v3] .job-ticks li:before{content:"✓";color:var(--teal);font-weight:700}[data-theme=v3] .wiz-section{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:12px;box-shadow:var(--shadow-sm);overflow:hidden}[data-theme=v3] .wiz-section--err{border-color:rgba(236,56,143,.45)}[data-theme=v3] .wiz-section__head{display:grid;grid-template-columns:20px 1fr auto;gap:12px;align-items:center;width:100%;padding:16px 18px;background:transparent;border:0;cursor:pointer;text-align:left;font-family:inherit}[data-theme=v3] .wiz-section__head:hover{background:rgba(0,0,0,.015)}[data-theme=v3] .wiz-section__head:focus-visible{outline:2px solid var(--indigo);outline-offset:-2px}[data-theme=v3] .wiz-section__chevron{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--muted,#5b6175);transition:transform .15s ease}[data-theme=v3] .wiz-section--open .wiz-section__chevron{transform:rotate(180deg);color:var(--ink)}[data-theme=v3] .wiz-section__title-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}[data-theme=v3] .wiz-section__title{font-family:var(--display,var(--sans));font-size:16px;font-weight:700;color:var(--ink);letter-spacing:-.01em}[data-theme=v3] .wiz-section__sub{font-size:12.5px;color:var(--muted);line-height:1.5}[data-theme=v3] .wiz-section__chip{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.005em;border:1px solid transparent;white-space:nowrap}[data-theme=v3] .wiz-section__body{padding:4px 18px 22px;border-top:1px solid var(--line)}[data-theme=v3] .fin-rail{position:sticky;top:78px;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;background:hsla(0,0%,100%,.92);backdrop-filter:saturate(1.2) blur(10px);border:1px solid var(--line);border-radius:14px;margin-bottom:14px;box-shadow:var(--shadow-sm)}[data-theme=v3] .fin-rail__item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:transparent;border:1px solid transparent;cursor:pointer;font-family:inherit;text-align:left;min-width:0}[data-theme=v3] .fin-rail__item:hover{background:rgba(0,0,0,.03)}[data-theme=v3] .fin-rail__item.is-active{background:var(--paper-2,#f0f2f8);border-color:var(--line)}[data-theme=v3] .fin-rail__item.is-error{background:var(--pink-soft,#ffe3ee)}[data-theme=v3] .fin-rail__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}[data-theme=v3] .fin-rail__label{font-size:13px;font-weight:600;color:var(--ink);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=v3] .fin-rail__chip{font-size:11.5px;color:var(--muted);font-weight:600;white-space:nowrap}[data-theme=v3] .fin-rail__chip[data-state=error]{color:#8a1e53}[data-theme=v3] .fin-rail__chip[data-state=complete]{color:#0a6649}[data-theme=v3] .balance-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:14px 16px;border-radius:14px;background:var(--paper,#f6f9fc);border:1px solid var(--line);margin-top:10px}[data-theme=v3] .balance-summary--ok{border-color:rgba(16,164,112,.3);background:var(--teal-soft,#dcf1e5)}[data-theme=v3] .balance-summary--err{border-color:rgba(236,56,143,.3);background:var(--pink-soft,#ffe3ee)}[data-theme=v3] .balance-summary__cell{display:flex;flex-direction:column;gap:2px;min-width:0}[data-theme=v3] .balance-summary__lbl{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}[data-theme=v3] .balance-summary__val{font-family:var(--mono);font-size:14px;font-weight:700;color:var(--ink)}[data-theme=v3] .balance-summary__status{font-family:var(--display,var(--sans));font-size:14px;font-weight:700}[data-theme=v3] .balance-summary--ok .balance-summary__status{color:#0a6649}[data-theme=v3] .balance-summary--err .balance-summary__status{color:#8a1e53}@media (max-width:1040px){[data-theme=v3] .job-grid{grid-template-columns:1fr}[data-theme=v3] .job-verify__grid,[data-theme=v3] .tax-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){[data-theme=v3] .fin-rail{grid-template-columns:repeat(2,1fr);position:static}[data-theme=v3] .balance-summary{grid-template-columns:1fr 1fr}[data-theme=v3] .fin-table__head{display:none}[data-theme=v3] .fin-row{display:grid;grid-template-columns:1fr;gap:6px;padding:14px 12px;border-bottom:1px solid var(--line)}[data-theme=v3] .fin-row .cat{padding:0}[data-theme=v3] .fin-row>div:nth-child(2):before{content:"Current year";display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}[data-theme=v3] .fin-row>div:nth-child(3){margin-top:6px;padding-top:8px;border-top:1px dashed var(--line)}[data-theme=v3] .fin-row>div:nth-child(3):before{content:"Previous year";display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}[data-theme=v3] .review-grid{grid-template-columns:1fr}[data-theme=v3] .review-grid>aside{order:-1}}@media (max-width:640px){[data-theme=v3] .job-verify__grid,[data-theme=v3] .tax-grid{grid-template-columns:1fr}[data-theme=v3] .art{grid-template-columns:36px 1fr;row-gap:6px}[data-theme=v3] .art__actions,[data-theme=v3] .art__size{grid-column:2}[data-theme=v3] .job-hero{padding:22px 20px}[data-theme=v3] .job-hero h1{font-size:23px}[data-theme=v3] .wiz-section__head{padding:14px}[data-theme=v3] .wiz-section__chip{font-size:11px;height:22px;padding:0 8px}}[data-theme=v3] .period-fy{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:rgba(110,86,207,.06);border:1px solid rgba(110,86,207,.2);border-radius:10px;color:var(--ink);font-size:13px;line-height:1.5;margin-top:6px}[data-theme=v3] .period-fy__icon{color:var(--indigo);font-size:14px;font-weight:700;line-height:1.4;flex-shrink:0;margin-top:1px}[data-theme=v3] .link-soft{background:none;border:none;padding:0;margin:0;color:var(--indigo);font-weight:600;font-size:inherit;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}[data-theme=v3] .link-soft:hover{color:var(--indigo-ink,#4b3fff)}[data-theme=v3] .elig-card{margin-bottom:16px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);overflow:hidden}[data-theme=v3] .elig-card__head{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:13.5px;line-height:1.45}[data-theme=v3] .elig-card__head::-webkit-details-marker{display:none}[data-theme=v3] .elig-card__tick{width:22px;height:22px;border-radius:50%;background:var(--teal-soft,#dcf1e5);color:#0a6649;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}[data-theme=v3] .elig-card__lede{flex:1;color:var(--ink);font-weight:600}[data-theme=v3] .elig-card__toggle{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--indigo);white-space:nowrap}[data-theme=v3] .elig-card__chev{transition:transform .15s ease}[data-theme=v3] .elig-card[open] .elig-card__chev{transform:rotate(180deg)}[data-theme=v3] .elig-card__body{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;border-top:1px solid var(--line);padding:16px}[data-theme=v3] .elig-card__col-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}[data-theme=v3] .elig-card__list{margin:0;padding-left:18px;font-size:13px;line-height:1.65}[data-theme=v3] .elig-card__list--ok li{color:var(--ink)}[data-theme=v3] .elig-card__list--ok li::marker{color:var(--teal,#10a470)}[data-theme=v3] .elig-card__list--soon li{color:var(--muted)}[data-theme=v3] .elig-card__list--soon li::marker{color:var(--muted)}@media (max-width:720px){[data-theme=v3] .elig-card__head{flex-wrap:wrap}[data-theme=v3] .elig-card__lede{flex-basis:100%;order:2}[data-theme=v3] .elig-card__toggle{order:3;margin-left:auto}[data-theme=v3] .elig-card__body{grid-template-columns:1fr}[data-theme=v3] .cred-modal__panel{max-width:100%!important;width:100%!important;height:100vh;max-height:100vh!important;border-radius:0!important;padding:22px 18px!important}[data-theme=v3] .cred-modal__hmrc-grid{grid-template-columns:1fr!important}[data-theme=v3] .wiz__foot{position:sticky;bottom:0;left:0;right:0;margin-left:-16px;margin-right:-16px;padding:12px 16px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(8px);border-top:1px solid var(--line);z-index:5}[data-theme=v3] .wiz__foot-actions{width:100%}[data-theme=v3] .wiz__foot-actions>*{flex:1}[data-theme=v3] .form-card{padding-bottom:88px}}