:root{
  --scx-bg:#0c0a0f;
  --scx-surface:#151119;
  --scx-surface-2:#1c1522;
  --scx-ink:#fbf7fc;
  --scx-muted:#bdb3c2;
  --scx-line:rgba(255,255,255,.12);
  --scx-pink:#ff4fa3;
  --scx-violet:#a879ff;
  --scx-lime:#d5ff52;
  --scx-shadow:0 24px 80px rgba(0,0,0,.42);
  --scx-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:dark}
body{margin:0;background:var(--scx-bg);color:var(--scx-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
:focus-visible{outline:3px solid var(--scx-lime);outline-offset:4px}
.scx-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.scx-skip{position:fixed;top:12px;left:12px;z-index:200;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:var(--scx-lime);color:#111;font-weight:800}
.scx-skip:focus{transform:none}
.scx-shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.scx-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(12,10,15,.84);backdrop-filter:blur(18px)}
.scx-header-inner{height:76px;display:flex;align-items:center;gap:28px}
.scx-brand{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:900;letter-spacing:.1em;white-space:nowrap}
.scx-brand span{color:#fff}.scx-brand b{display:grid;place-items:center;min-width:30px;height:30px;border-radius:9px;background:var(--scx-lime);color:#15120d;font-size:13px;letter-spacing:0}
.scx-nav{margin-left:auto;display:flex;align-items:center;gap:28px;color:var(--scx-muted);font-size:14px;font-weight:700}
.scx-nav a:hover{color:#fff}
.scx-menu-button{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--scx-line);border-radius:12px;background:transparent;color:#fff;cursor:pointer}
.scx-menu-button>span:not(.scx-visually-hidden){display:block;width:19px;height:2px;margin:4px auto;background:currentColor;border-radius:2px}
.scx-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 20px;border:1px solid transparent;border-radius:999px;font-weight:850;letter-spacing:-.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.scx-button:hover{transform:translateY(-2px)}
.scx-button-primary{background:var(--scx-lime);color:#16130d;box-shadow:0 12px 38px rgba(213,255,82,.16)}
.scx-button-primary:hover{background:#e3ff89}
.scx-button-ghost{border-color:var(--scx-line);background:rgba(255,255,255,.04)}
.scx-button-ghost:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08)}
.scx-button-small{min-height:42px;padding:9px 16px;background:#fff;color:#171319;font-size:13px}
.scx-hero{position:relative;overflow:clip;border-bottom:1px solid var(--scx-line);background:radial-gradient(circle at 73% 28%,rgba(168,121,255,.2),transparent 28%),radial-gradient(circle at 92% 80%,rgba(255,79,163,.13),transparent 26%),linear-gradient(135deg,#0c0a0f 0%,#120d17 48%,#0c0a0f 100%)}
.scx-hero:before{content:"";position:absolute;inset:0;opacity:.17;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,#000,transparent 74%)}
.scx-hero-grid{position:relative;min-height:720px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:72px;padding-top:72px;padding-bottom:72px}
.scx-hero-copy{position:relative;z-index:2;max-width:690px}
.scx-kicker{margin:0 0 18px;color:var(--scx-lime);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.scx-kicker span{display:inline-block;margin-right:8px;padding:3px 8px;border-radius:999px;background:var(--scx-pink);color:white;letter-spacing:.05em}
.scx-hero h1{max-width:780px;margin:0;font-size:clamp(52px,6vw,88px);line-height:.94;letter-spacing:-.065em}
.scx-hero h1 em{display:block;color:transparent;font-style:normal;background:linear-gradient(95deg,#fff 0%,#f9b7dd 42%,#b591ff 90%);background-clip:text;-webkit-background-clip:text}
.scx-hero-lead{max-width:680px;margin:26px 0 0;color:#d4cad9;font-size:19px;line-height:1.6}
.scx-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.scx-proof-list{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 0;padding:0;list-style:none}
.scx-proof-list li{display:flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid var(--scx-line);border-radius:13px;background:rgba(255,255,255,.04)}
.scx-proof-list b{color:var(--scx-lime);font-size:17px}.scx-proof-list span{color:var(--scx-muted);font-size:12px;font-weight:700}
.scx-disclosure{max-width:680px;margin:20px 0 0;color:#958a9b;font-size:12px;line-height:1.55}
.scx-disclosure strong{color:#cfc6d3}
.scx-hero-visual{position:relative;min-height:560px;isolation:isolate}
.scx-portrait{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.2);border-radius:28px;background:#25172c;box-shadow:var(--scx-shadow);transition:transform .25s ease}
.scx-portrait:hover{transform:translateY(-6px) rotate(0deg)!important}
.scx-portrait img{width:100%;height:100%;object-fit:cover}
.scx-portrait span{position:absolute;inset:auto 12px 12px;display:flex;justify-content:space-between;align-items:end;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(10,8,12,.7);backdrop-filter:blur(12px)}
.scx-portrait strong{display:block;font-size:14px}.scx-portrait small{display:block;color:#c7bdcb;font-size:11px}
.scx-portrait-main{inset:28px 84px 22px 72px;z-index:2;transform:rotate(-2deg)}
.scx-portrait-top{width:180px;height:245px;top:0;right:0;z-index:3;transform:rotate(6deg)}
.scx-portrait-bottom{width:176px;height:230px;right:12px;bottom:0;z-index:4;transform:rotate(4deg)}
.scx-orbit{position:absolute;border-radius:50%;filter:blur(1px)}
.scx-orbit-one{width:220px;height:220px;top:90px;left:-34px;border:1px solid rgba(213,255,82,.22)}
.scx-orbit-two{width:370px;height:370px;right:-120px;bottom:15px;border:1px dashed rgba(255,79,163,.24)}
.scx-section{padding:104px 0}
.scx-section-contrast{position:relative;border-block:1px solid var(--scx-line);background:linear-gradient(180deg,#151019 0%,#100d13 100%);overflow:clip}
.scx-section-contrast:after{content:"";position:absolute;width:460px;height:460px;right:-260px;top:100px;border-radius:50%;background:rgba(168,121,255,.12);filter:blur(80px);pointer-events:none}
.scx-section-head{max-width:760px;margin-bottom:40px}
.scx-section-head-wide{max-width:900px}
.scx-section-head h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.04;letter-spacing:-.045em}
.scx-section-head>p:last-child{margin:18px 0 0;color:var(--scx-muted);font-size:17px}
.scx-filter-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:24px}
.scx-filter{padding:9px 14px;border:1px solid var(--scx-line);border-radius:999px;background:transparent;color:var(--scx-muted);cursor:pointer;font-weight:800}
.scx-filter:hover,.scx-filter.is-active{border-color:var(--scx-lime);background:var(--scx-lime);color:#14120c}
.scx-model-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:15px}
.scx-model-card[hidden]{display:none}
.scx-model-link{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;border:1px solid var(--scx-line);border-radius:18px;background:var(--scx-surface);box-shadow:0 12px 34px rgba(0,0,0,.22)}
.scx-model-link:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(6,5,8,.94))}
.scx-model-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .4s ease}
.scx-model-link:hover img{transform:scale(1.035);filter:saturate(1.08)}
.scx-model-overlay{position:absolute;z-index:2;inset:auto 13px 13px;display:grid;gap:2px}
.scx-model-overlay strong{font-size:15px;line-height:1.2}.scx-model-overlay small{color:#c5bbc9;font-size:11px}.scx-model-overlay b{margin-top:8px;color:var(--scx-lime);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.scx-recommendation{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;margin:44px 0 22px;padding:30px;border:1px solid rgba(213,255,82,.3);border-radius:var(--scx-radius);background:linear-gradient(110deg,rgba(213,255,82,.1),rgba(168,121,255,.09))}
.scx-choice{display:inline-block;margin-bottom:10px;color:var(--scx-lime);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.scx-recommendation h3{margin:0;font-size:clamp(25px,3vw,40px);line-height:1.1;letter-spacing:-.035em}.scx-recommendation p{margin:0;color:#d5ccd8}
.scx-table-wrap{position:relative;z-index:1;overflow-x:auto;border:1px solid var(--scx-line);border-radius:20px;background:#0f0c12}
.scx-comparison{width:100%;min-width:880px;border-collapse:collapse;text-align:left}
.scx-comparison th,.scx-comparison td{padding:17px 18px;border-bottom:1px solid var(--scx-line);vertical-align:middle}
.scx-comparison thead th{height:78px;color:#d8cedb;font-size:13px;text-transform:uppercase;letter-spacing:.08em;background:#17121b}
.scx-comparison tbody th{width:210px;color:#fff;font-size:14px}
.scx-comparison td{color:#c2b7c6;font-size:14px}
.scx-comparison .is-winner{background:rgba(213,255,82,.075);color:#fff}
.scx-comparison thead .is-winner{color:var(--scx-lime)}
.scx-comparison thead span{display:inline-block;margin-left:6px;padding:3px 7px;border-radius:999px;background:var(--scx-lime);color:#111;font-size:9px}
.scx-comparison tr:last-child>*{border-bottom:0}
.scx-table-note{margin:12px 2px 0;color:#918795;font-size:12px}
.scx-why-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:44px}
.scx-why-grid article{padding:24px;border:1px solid var(--scx-line);border-radius:18px;background:rgba(255,255,255,.035)}
.scx-why-grid span{color:var(--scx-lime);font-size:11px;font-weight:900;letter-spacing:.1em}.scx-why-grid h3{margin:18px 0 8px;font-size:18px}.scx-why-grid p{margin:0;color:var(--scx-muted);font-size:14px}
.scx-gallery{display:grid;grid-template-columns:1.3fr .85fr .85fr;grid-template-rows:auto auto;gap:16px}
.scx-shot{overflow:hidden;margin:0;border:1px solid var(--scx-line);border-radius:22px;background:var(--scx-surface);box-shadow:0 16px 45px rgba(0,0,0,.22)}
.scx-shot-wide{grid-row:span 2}
.scx-shot a{display:block;overflow:hidden;background:#201626}
.scx-shot img{width:100%;height:330px;object-fit:cover;object-position:top;transition:transform .35s ease}
.scx-shot-wide img{height:660px}
.scx-shot:nth-child(3) img,.scx-shot:nth-child(4) img{object-fit:contain;background:#120d16}
.scx-shot:hover img{transform:scale(1.015)}
.scx-shot figcaption{display:flex;gap:14px;padding:18px}
.scx-shot figcaption>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:50%;background:var(--scx-lime);color:#14110c;font-size:11px;font-weight:900}
.scx-shot figcaption strong{display:block}.scx-shot figcaption small{display:block;margin-top:3px;color:var(--scx-muted);line-height:1.45}
.scx-process{border-block:1px solid var(--scx-line);background:#100d13}
.scx-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}
.scx-steps li{display:flex;gap:18px;padding:28px;border:1px solid var(--scx-line);border-radius:20px;background:var(--scx-surface)}
.scx-steps li>span{flex:0 0 auto;color:var(--scx-pink);font-size:12px;font-weight:900}.scx-steps h3{margin:0 0 8px;font-size:20px}.scx-steps p{margin:0;color:var(--scx-muted);font-size:14px}
.scx-guide{background:radial-gradient(circle at 10% 60%,rgba(255,79,163,.07),transparent 22%),var(--scx-bg)}
.scx-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.scx-guide-grid article{padding:30px;border:1px solid var(--scx-line);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018))}
.scx-guide-grid h3{margin:0 0 14px;font-size:24px;letter-spacing:-.025em}.scx-guide-grid p{margin:0;color:#c8becb}
.scx-faq{border-top:1px solid var(--scx-line);background:#120e15}
.scx-faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:72px;align-items:start}
.scx-faq-list{display:grid;gap:10px}
.scx-faq-item{border:1px solid var(--scx-line);border-radius:16px;background:rgba(255,255,255,.025)}
.scx-faq-item summary{display:flex;justify-content:space-between;gap:20px;padding:20px 22px;cursor:pointer;font-weight:850;list-style:none}
.scx-faq-item summary::-webkit-details-marker{display:none}.scx-faq-item summary span{color:var(--scx-lime);font-size:24px;line-height:1;transition:transform .2s ease}.scx-faq-item[open] summary span{transform:rotate(45deg)}
.scx-faq-item p{margin:0;padding:0 22px 22px;color:var(--scx-muted)}
.scx-final{padding:0 0 104px;background:#120e15}
.scx-final-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:46px;border:1px solid rgba(255,255,255,.17);border-radius:30px;background:linear-gradient(120deg,rgba(168,121,255,.24),rgba(255,79,163,.17)),#19121e;box-shadow:var(--scx-shadow)}
.scx-final-card h2{max-width:760px;margin:0;font-size:clamp(32px,4vw,54px);line-height:1.05;letter-spacing:-.045em}.scx-final-card p:last-child{margin:15px 0 0;color:#d2c8d5}.scx-final-card>.scx-button{flex:0 0 auto}
.scx-footer{padding:48px 0 24px;border-top:1px solid var(--scx-line);background:#09070b}
.scx-footer-grid{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:start}.scx-footer-grid p{max-width:670px;margin:18px 0 0;color:#8f8593;font-size:13px}.scx-footer nav{display:flex;gap:20px;color:#b9aebe;font-size:13px}.scx-footer nav a:hover{color:#fff}.scx-copyright{display:flex;justify-content:space-between;gap:20px;margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);color:#6f6673;font-size:11px}
.scx-legal{min-height:100vh;padding:64px 0 96px;background:radial-gradient(circle at 10% 0,rgba(168,121,255,.12),transparent 30%),var(--scx-bg)}
.scx-legal-card{width:min(780px,calc(100% - 40px));margin:0 auto}.scx-legal-card>a{display:inline-flex;margin-bottom:36px;color:var(--scx-lime);font-weight:800}.scx-legal-card h1{margin:0;font-size:clamp(40px,6vw,70px);line-height:1}.scx-legal-card .scx-legal-meta{color:#988d9c}.scx-legal-card h2{margin:34px 0 10px;font-size:24px}.scx-legal-card p,.scx-legal-card li{color:#c8becb}.scx-legal-card a:not(:first-child){text-decoration:underline;text-underline-offset:3px}
@media (max-width:1100px){
  .scx-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:34px}.scx-hero-visual{min-height:500px}.scx-portrait-main{inset:36px 58px 20px 30px}.scx-portrait-top{width:150px;height:210px}.scx-portrait-bottom{width:150px;height:205px}
  .scx-model-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.scx-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scx-gallery{grid-template-columns:1fr 1fr}.scx-shot-wide{grid-column:1/-1;grid-row:auto}.scx-shot-wide img{height:470px}
}
@media (max-width:820px){
  .scx-shell{width:min(100% - 32px,680px)}.scx-header-inner{height:68px}.scx-menu-button{display:block}.scx-header-cta{display:none}.scx-nav{display:grid;grid-template-columns:1fr 1fr;gap:0;position:absolute;left:16px;right:16px;top:68px;padding:10px;border:1px solid var(--scx-line);border-radius:16px;background:#17121b;box-shadow:var(--scx-shadow)}.scx-nav a{padding:12px;border-radius:10px}.scx-nav a:hover{background:rgba(255,255,255,.06)}.scx-js .scx-nav{display:none}.scx-js .scx-nav.is-open{display:grid}
  .scx-hero-grid{min-height:0;grid-template-columns:1fr;gap:42px;padding-top:58px;padding-bottom:56px}.scx-hero h1{font-size:clamp(48px,13vw,68px)}.scx-hero-lead{font-size:17px}.scx-hero-visual{min-height:530px;width:min(100%,540px);margin:0 auto}.scx-portrait-main{inset:30px 80px 28px 40px}.scx-portrait-top{width:170px;height:230px}.scx-portrait-bottom{width:170px;height:220px}
  .scx-section{padding:78px 0}.scx-model-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.scx-recommendation{grid-template-columns:1fr;gap:18px}.scx-gallery{grid-template-columns:1fr 1fr}.scx-shot-wide img{height:420px}.scx-shot img{height:290px}.scx-steps{grid-template-columns:1fr}.scx-guide-grid{grid-template-columns:1fr}.scx-faq-layout{grid-template-columns:1fr;gap:16px}.scx-final{padding-bottom:78px}.scx-final-card{display:grid;padding:34px}.scx-final-card>.scx-button{justify-self:start}.scx-footer-grid{grid-template-columns:1fr}.scx-footer nav{flex-wrap:wrap}
}
@media (max-width:560px){
  .scx-shell{width:calc(100% - 26px)}.scx-button{width:100%}.scx-hero-grid{padding-top:42px;gap:32px}.scx-hero h1{font-size:45px;line-height:.98}.scx-hero-lead{margin-top:18px;font-size:15px}.scx-hero-actions{display:grid;margin-top:22px}.scx-proof-list{gap:7px;margin-top:20px}.scx-proof-list li{padding:7px 9px}.scx-proof-list span{font-size:10px}.scx-disclosure{font-size:11px}.scx-hero-visual{min-height:420px}.scx-portrait-main{inset:25px 52px 18px 20px}.scx-portrait-top{width:125px;height:174px}.scx-portrait-bottom{width:126px;height:166px}.scx-portrait span{inset:auto 7px 7px;padding:8px}.scx-portrait strong{font-size:11px}.scx-portrait small{font-size:9px}
  .scx-section{padding:64px 0}.scx-section-head{margin-bottom:28px}.scx-section-head h2{font-size:34px}.scx-section-head>p:last-child{font-size:15px}.scx-filter-row{display:grid;grid-template-columns:1fr 1fr}.scx-filter:first-child{grid-column:1/-1}.scx-model-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.scx-model-link{border-radius:14px}.scx-model-overlay{inset:auto 9px 9px}.scx-model-overlay strong{font-size:13px}.scx-model-overlay b{display:none}
  .scx-recommendation{padding:23px}.scx-table-wrap{margin-inline:-2px}.scx-why-grid{grid-template-columns:1fr}.scx-gallery{grid-template-columns:1fr}.scx-shot-wide{grid-column:auto}.scx-shot-wide img,.scx-shot img{height:auto;max-height:480px;object-fit:contain}.scx-steps li{padding:22px}.scx-guide-grid article{padding:22px}.scx-guide-grid h3{font-size:21px}.scx-final-card{padding:27px}.scx-final-card>.scx-button{width:100%}.scx-footer nav{display:grid;gap:10px}.scx-copyright{display:grid}
}
@media (max-width:350px){.scx-hero h1{font-size:39px}.scx-proof-list{display:grid;grid-template-columns:1fr 1fr}.scx-model-grid{grid-template-columns:1fr}.scx-portrait-top,.scx-portrait-bottom{display:none}.scx-portrait-main{inset:0 30px}.scx-hero-visual{min-height:390px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scx-button,.scx-portrait,.scx-model-link img,.scx-shot img{transition:none!important}}

/* COMPANION-MATCH:START */
.scxmatch260925-overlay{--scxmatch-bg:#0c0a0f;--scxmatch-panel:#1c1522;--scxmatch-ink:#fbf7fc;--scxmatch-muted:#c9bdce;--scxmatch-pink:#ff4fa3;--scxmatch-violet:#a879ff;--scxmatch-lime:#d5ff52;--scxmatch-line:rgba(255,255,255,.16);position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:16px;background:rgba(5,3,8,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.scxmatch260925-overlay[hidden]{display:none!important}
.scxmatch260925-dialog{position:relative;width:min(100%,560px);max-height:calc(100dvh - 32px);overflow:auto;padding:clamp(22px,5vw,40px);border:1px solid rgba(213,255,82,.28);border-radius:28px;background:radial-gradient(circle at 100% 0,rgba(168,121,255,.24),transparent 34%),radial-gradient(circle at 0 100%,rgba(255,79,163,.16),transparent 38%),linear-gradient(145deg,var(--scxmatch-panel),var(--scxmatch-bg));color:var(--scxmatch-ink);box-shadow:0 30px 100px rgba(0,0,0,.58)}
.scxmatch260925-dialog:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:30px 30px;mask-image:linear-gradient(135deg,#000,transparent 68%)}
.scxmatch260925-close{position:absolute;z-index:2;top:12px;right:14px;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--scxmatch-line);border-radius:50%;background:rgba(255,255,255,.04);color:var(--scxmatch-ink);font:700 1.5rem/1 system-ui;cursor:pointer}
.scxmatch260925-close:hover{border-color:var(--scxmatch-lime);color:var(--scxmatch-lime)}
.scxmatch260925-head{position:relative;display:flex;gap:15px;padding-right:42px;margin-bottom:22px}.scxmatch260925-head small,.scxmatch260925-panel>span{display:block;color:var(--scxmatch-lime);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.scxmatch260925-head h2{margin:.25rem 0 .4rem;color:var(--scxmatch-ink);font-size:clamp(1.7rem,6vw,2.7rem);line-height:1.02;letter-spacing:-.045em}.scxmatch260925-head p,.scxmatch260925-panel p,.scxmatch260925-result small{margin:0;color:var(--scxmatch-muted)}
.scxmatch260925-arrow{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:15px;background:linear-gradient(135deg,var(--scxmatch-lime),#e8ff96);color:#15120d;font-size:1.35rem;font-weight:900;box-shadow:0 10px 28px rgba(213,255,82,.16)}
.scxmatch260925-progress{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 0 27px}.scxmatch260925-progress i{height:4px;border-radius:99px;background:rgba(255,255,255,.13)}.scxmatch260925-progress i.scxmatch260925-active{background:linear-gradient(90deg,var(--scxmatch-pink),var(--scxmatch-lime))}
.scxmatch260925-panel{position:relative}.scxmatch260925-panel[hidden]{display:none!important}.scxmatch260925-panel h3{margin:.45rem 0 1.1rem;color:var(--scxmatch-ink);font-size:clamp(1.35rem,5vw,1.95rem);line-height:1.12;letter-spacing:-.025em}
.scxmatch260925-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scxmatch260925-choices button{min-height:50px;padding:12px 15px;border:1px solid var(--scxmatch-line);border-radius:14px;background:rgba(255,255,255,.045);color:var(--scxmatch-ink);font:800 .98rem/1.25 Inter,system-ui,sans-serif;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,transform .2s ease}.scxmatch260925-choices button:hover,.scxmatch260925-choices button:focus-visible{transform:translateY(-1px);border-color:var(--scxmatch-lime);background:rgba(213,255,82,.08);outline:2px solid rgba(213,255,82,.4);outline-offset:2px}
.scxmatch260925-result .scxmatch260925-cta{display:flex;justify-content:center;align-items:center;min-height:54px;margin:20px 0 11px;padding:13px 18px;border-radius:999px;background:var(--scxmatch-lime);color:#15120d;font-weight:900;text-decoration:none;box-shadow:0 14px 34px rgba(213,255,82,.16)}.scxmatch260925-result .scxmatch260925-cta:hover{background:#e3ff89}.scxmatch260925-result small{display:block;font-size:.78rem;line-height:1.45}
@media(max-width:480px){.scxmatch260925-dialog{padding:22px 18px;border-radius:21px}.scxmatch260925-head{gap:10px}.scxmatch260925-arrow{flex-basis:41px;height:41px}.scxmatch260925-choices{grid-template-columns:1fr}.scxmatch260925-choices button{min-height:46px}}
@media(prefers-reduced-motion:reduce){.scxmatch260925-overlay *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
/* COMPANION-MATCH:END */
