body{font-family:Inter,Arial,Helvetica,sans-serif;padding:0;box-sizing:border-box;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}::-webkit-scrollbar-thumb{background:rgba(236,72,153,.5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(236,72,153,.7)}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{background-size:200% 200%;animation:gradient-shift 15s ease infinite}@keyframes shimmer{to{transform:translateX(100%)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.text-balance{text-wrap:balance}.MuiCard-root.card{position:relative;display:flex;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:rgba(0,0,0,.2);border:1px solid rgba(236,72,153,.2);padding:1rem;border-radius:.75rem;box-shadow:0 0 15px rgba(236,72,153,.2);transition:all .3s}.MuiCard-root.card:hover{box-shadow:0 0 25px rgba(236,72,153,.3)}:root{color-scheme:dark;--tp-bg:#100c16;--tp-surface:#1a1222;--tp-surface-2:#21182b;--tp-text:#eee7f0;--tp-muted:#b9adbf;--tp-faint:#ac9ab4;--tp-rose:#da78ae;--tp-violet:#ae8bd5;--tp-line:#3b2b46;--tp-primary:#a13273;--tp-primary-end:#74469f;--tp-primary-hover:#b54185;--tp-focus:#f2badd;--tp-decor:#241630;--tp-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--tp-h1:clamp(2rem,5.3vw,3.9rem);--tp-h2:clamp(1.5rem,3.4vw,2rem);--tp-radius:18px;--tp-max:1080px;font-family:var(--tp-font);background:var(--tp-bg);color:var(--tp-text)}:root[data-palette=close]{--tp-bg:#100b19;--tp-surface:#1a1027;--tp-surface-2:#241434;--tp-rose:#ec4899;--tp-violet:#a855f7;--tp-line:#442853;--tp-primary:#b52675;--tp-primary-end:#7c3aed;--tp-primary-hover:#c53385;--tp-decor:#28133b}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px;-webkit-text-size-adjust:100%}body{margin:0;min-width:280px;background:var(--tp-bg);font:400 16px/1.65 var(--tp-font);color:var(--tp-text);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}:focus-visible{outline:2px solid var(--tp-focus);outline-offset:5px;border-radius:6px}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}[hidden]{display:none!important}.icon{flex-shrink:0;display:block;width:22px;height:22px}.container{width:min(var(--tp-max),calc(100% - 64px));margin-inline:auto}.skip-link{position:fixed;top:8px;left:12px;background:var(--tp-surface-2);padding:8px 16px;transform:translateY(-180%);z-index:100}.skip-link:focus{transform:none}.header{height:80px;position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid transparent;transition:border-color .2s}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:inline-flex;align-items:center;gap:9px;font-size:21px;font-weight:650;letter-spacing:-.65px;white-space:nowrap;line-height:1.3}.logo>.icon{width:23px;height:23px}.logo-play,.logo>.icon{color:var(--tp-rose)}.nav{display:flex;gap:32px}.nav,.nav-game{align-items:center}.nav-game{display:inline-flex;justify-content:center;gap:9px;min-height:44px;color:var(--tp-text);font-size:14px}.nav-game:hover{color:var(--tp-rose)}.nav-game .icon{width:17px;height:17px}.languages{display:flex;align-items:center;gap:2px}.lang{height:44px;min-width:42px;padding:0 7px;background:transparent;border:0;color:var(--tp-muted);font-size:12px;font-weight:500;position:relative}.lang[aria-pressed=true]{color:var(--tp-text)}.lang[aria-pressed=true]:after{content:"";position:absolute;left:13px;right:13px;bottom:7px;height:2px;background:var(--tp-rose);border-radius:4px}.hero{position:relative;isolation:isolate;text-align:center;padding:60px 20px 62px;display:flex;align-items:center;justify-content:center;min-height:620px}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 42%,var(--tp-decor) 0,transparent 65%);opacity:.63;pointer-events:none}.hero-inner{max-width:800px;display:flex;flex-direction:column;align-items:center}.hero-logo{font-size:27px;letter-spacing:-.8px;margin-bottom:24px}.hero-logo>.icon{width:28px;height:28px}.hero h1{font-size:var(--tp-h1);font-weight:600;line-height:1.11;letter-spacing:-.042em;color:var(--tp-text);max-width:780px}.hero h1 .accent{color:var(--tp-rose)}.hero h1 .second-line{display:block;font-weight:450;font-size:.93em;letter-spacing:-.035em;margin-top:9px;color:var(--tp-text)}.hero-desc{font-size:18px;line-height:1.65;color:var(--tp-muted);max-width:510px;margin-top:26px;text-wrap:pretty}.hero-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.btn,.hero-actions{align-items:center;justify-content:center}.btn{display:inline-flex;gap:10px;min-height:50px;padding:12px 24px;border:1px solid transparent;border-radius:999px;line-height:1.4;font-size:14px;font-weight:550;white-space:normal;text-align:center;transition:background-color .16s,border-color .16s,color .16s;position:relative}.btn .icon{width:18px;height:18px}.btn-primary{color:#fff7fc;background:linear-gradient(105deg,var(--tp-primary),var(--tp-primary-end));border-color:transparent;box-shadow:none}.btn-primary:hover{background:var(--tp-primary-hover)}.btn-primary:active{background:var(--tp-primary)}.btn-secondary{color:var(--tp-text);background:transparent;border-color:#795f89}.btn-secondary:hover{background:var(--tp-surface-2);border-color:var(--tp-violet)}.btn-text{color:var(--tp-muted);background:transparent;border:0;padding-inline:12px}.btn-text:hover{color:var(--tp-text);background:var(--tp-surface-2)}.hero-foot{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px;color:var(--tp-faint);font-size:12px;letter-spacing:.04em}.touch-seam{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;vertical-align:middle}.touch-seam:after,.touch-seam:before{content:"";width:17px;height:2px;border-radius:4px;background:var(--tp-rose)}.touch-seam:after{background:var(--tp-violet)}.scroll-hint{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--tp-muted);min-height:44px;margin-top:22px}.scroll-hint .icon{width:15px;height:15px}.intro{padding:60px 0 30px;text-align:center}.intro h2{font-size:23px;line-height:1.3;font-weight:550;letter-spacing:-.025em;margin-bottom:12px}.intro p{color:var(--tp-muted);max-width:610px;margin:auto;font-size:16px;line-height:1.6}.demo{padding:12px 0 72px;scroll-margin-top:96px}.demo-wrap{max-width:740px;margin:auto}.demo-card{position:relative;border:1px solid var(--tp-line);border-radius:var(--tp-radius);background:var(--tp-surface);padding:29px 32px 30px;text-align:center;box-shadow:0 12px 40px -24px #000}.demo-card:before{content:"";position:absolute;top:-1px;left:calc(50% - 32px);width:64px;height:2px;border-radius:3px;background:linear-gradient(90deg,var(--tp-rose) 0 47%,transparent 47% 53%,var(--tp-violet) 53%)}.demo-card-head{display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:left}.demo-card h2{font-size:18px;line-height:1.3;font-weight:550;letter-spacing:-.02em}.demo-label{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:var(--tp-faint);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.demo-card-head .icon{width:14px;height:14px;color:var(--tp-violet)}.demo-intro{font-size:13px;text-align:left;color:var(--tp-muted);margin-top:6px}.prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;padding:26px 6px 30px;gap:7px}.prompt-person{color:var(--tp-muted);font-size:15px;letter-spacing:.01em}.prompt-action{font-size:clamp(1.6rem,4.8vw,2.4rem);line-height:1.18;letter-spacing:-.033em;color:var(--tp-rose)}.prompt-action,.prompt-part{font-weight:500;max-width:100%;overflow-wrap:anywhere;text-wrap:balance}.prompt-part{font-size:clamp(1.9rem,5.4vw,2.85rem);line-height:1.13;letter-spacing:-.035em}.prompt-swap{animation:prompt-in .18s ease-out}@keyframes prompt-in{0%{opacity:.4}to{opacity:1}}.demo-actions{display:flex;justify-content:center;align-items:center;gap:18px;flex-wrap:wrap}.demo-actions .btn{min-height:48px;padding:12px 20px}.demo-meta{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:21px;font-size:12px;color:var(--tp-muted)}.demo-meta .icon{width:16px;height:16px;color:var(--tp-rose)}.section{padding:70px 0}.section-inner{width:min(960px,calc(100% - 64px));margin-inline:auto}.section-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:32px}.section h2{font-size:var(--tp-h2);font-weight:550;letter-spacing:-.035em;line-height:1.2}.section-note{font-size:12px;color:var(--tp-muted)}.steps{display:flex;gap:30px}.step{flex:1 1;min-width:0;position:relative;padding-top:24px;border-top:1px solid var(--tp-line)}.step-num{color:var(--tp-rose);font-size:13px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-bottom:18px;display:block}.step h3{font-size:18px;line-height:1.35;font-weight:550;letter-spacing:-.02em;margin-bottom:10px}.step p{font-size:15px;line-height:1.7;color:var(--tp-muted)}.footer{padding:34px 0;margin-top:32px;border-top:1px solid var(--tp-line)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer .logo{font-size:19px}.footer .logo>.icon{width:21px;height:21px}.footer p{font-size:12px;color:var(--tp-muted)}.game-dialog{color:var(--tp-text);background:var(--tp-bg);max-width:none;max-height:none;inset:0;width:100%;height:100%;margin:0;border:0;padding:0;position:fixed;overflow:auto}.game-dialog::-webkit-backdrop{background:var(--tp-bg)}.game-dialog::backdrop{background:var(--tp-bg)}.game-shell{min-height:100%;min-height:100svh;display:flex;flex-direction:column;padding:30px clamp(18px,5vw,72px);background:var(--tp-bg)}.game-top{justify-content:space-between;gap:20px}.game-top,.game-top-actions{display:flex;align-items:center}.game-top-actions{gap:12px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:transparent;border:1px solid #795f89;color:var(--tp-muted);border-radius:50%;flex-shrink:0}.icon-button:hover{color:var(--tp-text);background:var(--tp-surface-2)}.game-main{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 0;min-height:360px}.game-prompt{padding:40px 0;min-height:270px;gap:18px;width:100%;max-width:1050px}.game-prompt .prompt-person{font-size:clamp(1.35rem,2.4vw,2.2rem)}.game-prompt .prompt-action{font-size:clamp(2rem,5.4vw,5.8rem);font-weight:500}.game-prompt .prompt-part{font-size:clamp(2.1rem,6vw,6.2rem);font-weight:500}.game-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}.game-actions .btn-primary{min-width:210px}.game-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:12px;color:var(--tp-muted);padding-top:14px}.game-bottom .btn{font-size:12px;min-height:44px;padding:8px 14px}.game-bottom p{max-width:540px}.status{min-height:20px;color:var(--tp-muted);font-size:12px;text-align:center;margin-top:15px}html[data-notes=true] [data-review]{outline:1px dashed var(--tp-violet);outline-offset:8px}@media(min-width:1600px){.hero{min-height:680px}.game-shell{padding:48px 5vw}.game-bottom{font-size:16px}.game-actions .btn{font-size:18px;min-height:58px}}@media(max-width:767px){.container,.section-inner{width:calc(100% - 40px)}.header{height:68px}.nav{gap:14px}.logo{font-size:19px}.nav-game{font-size:13px}.nav-game>.icon{display:none}.hero{min-height:600px;min-height:min(690px,calc(100svh - 68px));padding:50px 20px 34px}.hero h1{font-size:clamp(2rem,7.9vw,3.5rem);letter-spacing:-.04em;line-height:1.15}.hero h1 .second-line{font-size:.92em;margin-top:8px;line-height:1.18}.hero-logo{font-size:25px;margin-bottom:26px}.hero-logo>.icon{width:27px;height:27px}.hero-desc{font-size:16px;max-width:430px;margin-top:24px}.hero-actions{gap:12px;margin-top:27px}.hero-actions .btn{padding-inline:20px;font-size:13px}.hero-foot{margin-top:22px;font-size:11px}.scroll-hint{margin-top:14px}.intro{padding:52px 0 27px}.intro h2{font-size:22px}.intro p{font-size:15px}.demo{padding:10px 0 38px}.demo-card{padding:24px 22px 26px}.demo-label{font-size:10px}.demo-card h2{font-size:17px}.demo-intro{font-size:12px}.prompt{min-height:230px;padding:28px 0;gap:10px}.prompt-action{font-size:28px}.prompt-part{font-size:35px}.demo-actions{gap:8px}.demo-actions .btn{font-size:13px;padding:12px 18px}.demo-meta{font-size:11px}.section{padding:48px 0}.section-top{margin-bottom:26px}.section h2{font-size:27px}.section-note{display:none}.steps{flex-direction:column;gap:26px}.step{display:flex;gap:22px;padding-top:22px}.step-num{margin:1px 0 0;min-width:18px}.step h3{font-size:17px}.step p{font-size:15px}.footer{margin-top:20px;padding:28px 0}.footer-inner{gap:12px}.footer p{font-size:11px}.game-shell{padding:18px 20px}.game-top .logo{font-size:19px}.game-main{padding:30px 0;min-height:360px}.game-prompt{min-height:250px;padding:30px 0;gap:16px}.game-prompt .prompt-action{font-size:clamp(1.8rem,7.7vw,3.5rem)}.game-prompt .prompt-part{font-size:clamp(2.3rem,10vw,4rem)}.game-bottom{flex-direction:column;text-align:center;gap:8px}.game-top-actions{gap:8px}.game-bottom p{font-size:11px}.game-actions{gap:8px}.game-actions .btn{font-size:13px}.game-actions .btn-primary{min-width:180px}}@media(max-width:370px){.header-inner{gap:8px}.nav{gap:5px}.languages{gap:0}.lang{min-width:33px}.logo{font-size:18px}.hero{padding-inline:18px}.hero-actions{width:100%;flex-direction:column}.hero-actions .btn{min-width:225px}.hero-desc{font-size:15px}.demo-card{padding:23px 18px}.demo-label .icon{display:none}.prompt-action{font-size:25px}.demo-actions{flex-direction:column}.hero h1{font-size:29px}.hero-logo{font-size:24px}.game-top .logo{font-size:18px}.icon-button{width:42px;height:42px}.footer-inner{flex-direction:column;align-items:flex-start}}@media(max-height:650px) and (min-width:768px){.hero{min-height:570px}.game-shell{padding-block:15px}.game-main{padding:12px 0;min-height:250px}.game-prompt{min-height:180px;padding:16px 0;gap:10px}.game-prompt .prompt-action{font-size:48px}.game-prompt .prompt-part{font-size:52px}}:root[data-palette=close]{--tp-bg:#100b18;--tp-surface:#1a1124;--tp-surface-2:#23172f;--tp-text:#eee8f1;--tp-muted:#b6aabf;--tp-faint:#ac98b7;--tp-rose:#e97bb7;--tp-violet:#b17cda;--tp-line:#38283f;--tp-primary:#a53278;--tp-primary-end:#7f43aa;--tp-primary-hover:#aa3a81;--tp-decor:#26152f;--tp-max:1160px}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}button:disabled{cursor:not-allowed;opacity:.55}.container{max-width:1160px}.section-inner{width:min(1060px,calc(100% - 64px))}.accent{color:var(--tp-rose)}.header{height:74px;border-bottom:1px solid #241a2d;background:var(--tp-bg)}.header-inner{max-width:1080px}.header.scrolled{border-color:var(--tp-line)}.hero{min-height:628px;padding-top:70px;padding-bottom:65px}.hero-logo{font-size:26px}.hero:before{opacity:.48}.btn-primary{background:linear-gradient(110deg,var(--tp-primary) 0,var(--tp-primary-end) 100%)}.btn-primary:hover{background:linear-gradient(110deg,#b13a82,#8b4bb8)}.btn-primary:active{background:#903066}.btn-secondary{border-color:#675170}.nav-game{border:0;border-radius:7px}.hero .hero-actions{gap:14px}.demo-card{box-shadow:none;background:linear-gradient(130deg,#191222,#1b1126);border-color:var(--tp-line)}.demo-small{margin-top:5px;text-align:center;font-size:11px;color:var(--tp-faint)}.consent-note{font-size:12px;color:var(--tp-muted);margin-top:24px}#how{padding-bottom:80px}.editorial{padding:76px 0}.editorial-layout{display:flex;align-items:stretch;gap:52px}.editorial-aside{display:flex;flex-direction:column;flex:0 0 30%;min-width:0;padding-top:5px}.eyebrow{display:flex;align-items:center;gap:14px;font-size:10px;line-height:1.5;color:var(--tp-rose);text-transform:uppercase;letter-spacing:.115em}.eyebrow>span:first-child{font-size:11px;letter-spacing:.06em}.eyebrow-rule{width:26px;height:1px;background:#a472b7;flex-shrink:0}.editorial h2{margin-top:35px;font-size:clamp(32px,3.05vw,42px);font-weight:550;line-height:1.16;letter-spacing:-.035em;text-wrap:wrap}.editorial-intro{font-size:15px;line-height:1.7;color:var(--tp-muted);margin-top:23px;max-width:38ch}.editorial-foot{display:flex;align-items:center;gap:10px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-faint);margin-top:auto;padding-top:40px;min-height:24px}.editorial-foot .touch-seam:after,.editorial-foot .touch-seam:before{width:15px}.audience{background:var(--tp-bg);border-top:1px solid #251a2f}.audience-rows{flex:1 1;min-width:0;display:flex;flex-direction:column}.audience-row{display:flex;align-items:center;gap:22px;flex:1 1;min-width:0;padding:21px 0;border-bottom:1px solid var(--tp-line)}.audience-row:first-child{padding-top:0}.audience-row:last-child{padding-bottom:0;border-bottom:0}.audience-photo{padding:0;margin:0;flex:0 0 32%;min-width:0;overflow:hidden;border-radius:12px;background:#201625;aspect-ratio:2.02}.audience-photo img{display:block;object-fit:cover;object-position:center;aspect-ratio:2.02;width:100%;height:100%}.audience-row-copy{min-width:0;flex:1 1}.audience-row-heading{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.audience-number{font-size:11px;color:var(--tp-faint);display:inline-flex;align-items:center;gap:12px;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audience-number:after{content:"";height:1px;width:21px;background:#aa7db3;display:block}.audience-row h3{font-size:19px;line-height:1.3;font-weight:550;letter-spacing:-.022em;text-wrap:wrap}.audience-row-copy>p{margin-left:46px;color:var(--tp-muted);font-size:13px;line-height:1.6}.audience-tag{width:65px;flex:0 0 65px;font-size:9px;line-height:1.5;letter-spacing:.085em;text-transform:uppercase;color:var(--tp-faint)}.audience-tag:before{content:"";width:9px;height:1px;background:#9c73a7;display:block;margin-bottom:12px}.audience-row-2 .audience-photo{order:2}.audience-row-2 .audience-row-copy{order:1}.audience-row-2 .audience-tag{order:3}.why{border-top:1px solid var(--tp-line);padding:52px 0 64px;background:linear-gradient(135deg,#120c1a,#110c18 60%)}.why .editorial-layout{gap:38px}.why .editorial-aside{flex-basis:29%}.why h2{font-size:clamp(31px,2.6vw,38px);margin-top:35px}.why .editorial-intro{font-size:14px;line-height:1.65;margin-top:22px}.why-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:28px}.why-actions .btn{font-size:12px;padding:11px 21px;min-height:46px;gap:8px}.why-actions .btn .icon{width:15px;height:15px}.why-more{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:11px;color:var(--tp-muted)}.why-more:hover{color:var(--tp-rose)}.why-more .icon{width:16px;height:16px}.why-content{flex:1 1;min-width:0}.featured-reason{display:flex;align-items:flex-start;gap:25px;border:1px solid var(--tp-line);border-radius:14px;padding:28px;background:linear-gradient(120deg,#1a1223,#191120)}.featured-heart{display:flex;align-items:center;justify-content:center;flex:0 0 62px;aspect-ratio:1;border-radius:50%;background:#331a36;color:var(--tp-rose);margin-top:1px}.featured-heart .icon{width:30px;height:30px;stroke-width:1.5}.featured-copy{flex:1 1;min-width:0}.featured-kicker{color:#d398c9;text-transform:uppercase;font-size:9px;line-height:1.5;letter-spacing:.11em;margin-bottom:9px}.featured-reason h3{font-size:26px;line-height:1.12;font-weight:550;letter-spacing:-.025em;text-wrap:wrap}.featured-description{font-size:13px;color:var(--tp-muted);line-height:1.6;margin-top:9px;max-width:38ch}.signature{flex:0 0 144px;display:flex;align-items:center;justify-content:center;padding-top:8px;align-self:center;max-width:22%}.signature-uk{width:100%;height:auto;object-fit:contain}.signature-en{display:none;font-family:Bradley Hand,Segoe Print,cursive;font-style:italic;font-size:25px;line-height:1.15;color:var(--tp-violet);transform:rotate(-11deg);text-align:center}.signature-en .icon{display:inline-block;vertical-align:middle;width:17px;height:17px;color:var(--tp-rose)}html[lang=en] .signature-en{display:block}html[lang=en] .signature-uk{display:none}.benefits{display:flex;margin-top:27px}.benefit{flex:1 1;min-width:0;border-right:1px solid var(--tp-line);padding:0 20px}.benefit:first-child{padding-left:3px}.benefit:last-child{border:0;padding-right:0}.benefit summary{display:flex;flex-direction:column;align-items:flex-start;list-style:none;cursor:default;outline-offset:6px}.benefit summary::-webkit-details-marker{display:none}.benefit-icon{color:var(--tp-rose);display:inline-flex;margin-bottom:13px}.benefit-icon>.icon{width:22px;height:22px}.benefit h3{font-size:15px;font-weight:550;line-height:1.4;letter-spacing:-.017em;text-wrap:wrap}.benefit p{font-size:12px;line-height:1.65;color:var(--tp-muted);margin-top:9px}.benefit-chevron,.why-mobile-cta{display:none}.footer{margin-top:0;background:var(--tp-bg);padding:28px 0;border-color:var(--tp-line)}.footer-inner{gap:12px}.footer .logo{font-size:18px}.footer-consent{font-size:11px!important}@media(min-width:1280px){.audience-row{min-height:137px}.audience-row-copy>p{margin-left:0}.audience-number{gap:9px}.audience-number:after{width:20px}}@media(max-width:1199px) and (min-width:768px){.editorial-layout{gap:35px}.editorial-aside{flex-basis:29%}.audience-row{gap:17px;padding:23px 0}.audience-tag{display:none}.audience-row-heading{gap:10px}.audience-number:after{display:none}.audience-number{font-size:10px}.audience-row-copy>p{margin-left:24px}.audience-row h3{font-size:18px}.audience-photo{flex-basis:34%}.audience-photo,.audience-photo img{aspect-ratio:1.5}.featured-reason{gap:19px;padding:24px}.featured-heart{flex-basis:52px}.featured-heart .icon{width:26px;height:26px}.featured-reason h3{font-size:25px}.signature{flex-basis:115px;max-width:21%}.benefit{padding-inline:12px}.benefit h3{font-size:14px}.benefit p{font-size:12px}}@media(max-width:1000px) and (min-width:768px){.why .editorial-aside{flex-basis:30%}.why .editorial-layout{gap:28px}.signature{display:none}.featured-reason{gap:18px;padding:22px}.featured-heart{flex-basis:45px}.featured-reason h3{font-size:24px}.featured-kicker{font-size:8px}.benefits{flex-wrap:wrap;gap:22px 0}.benefit{flex:0 0 50%;padding:0 16px}.benefit:nth-child(2){border:0;padding-right:0}.benefit:nth-child(3){padding-left:3px}.benefit h3{font-size:15px}.benefit p{font-size:13px}.why-actions{gap:5px;margin-top:22px}}@media(max-width:767px){.container,.section-inner{width:calc(100% - 40px)}.header{height:68px}.header-inner{gap:10px}.nav{gap:12px}.hero{min-height:610px;min-height:min(670px,calc(100svh - 68px));padding:47px 20px 30px}.hero h1{font-size:clamp(29px,7.9vw,52px)}.hero h1 .second-line{font-size:.91em}.hero-desc{font-size:16px}.hero-logo{font-size:25px}.demo-card{padding:23px 22px}.demo .prompt{min-height:223px}.demo-small{font-size:11px}#how{padding-bottom:52px}.consent-note{line-height:1.6;font-size:12px}.editorial{padding:42px 0 40px}.editorial-layout,.why .editorial-layout{flex-direction:column;gap:24px}.editorial-aside,.why .editorial-aside{flex-basis:auto;padding-top:0}.eyebrow{gap:12px;font-size:9px}.eyebrow-rule{width:22px}.eyebrow>span:first-child{font-size:10px}.editorial h2,.why h2{font-size:32px;line-height:1.12;margin-top:19px;letter-spacing:-.035em}.editorial-intro,.why .editorial-intro{margin-top:15px;max-width:54ch;font-size:14px;line-height:1.6}.editorial-foot{display:none}.audience-rows{gap:12px}.audience-row,.audience-row:first-child,.audience-row:last-child{gap:14px;flex:none;padding:0;min-height:136px;border:1px solid #281c32;border-radius:12px;background:#17101f;overflow:hidden;align-items:stretch}.audience-photo{border-radius:0;flex:0 0 32%;align-self:stretch;aspect-ratio:auto}.audience-photo img{height:100%;width:100%;min-height:136px;object-fit:cover;aspect-ratio:auto}.audience-row-copy{padding:15px 14px 15px 0;display:flex;flex-direction:column;justify-content:center}.audience-row h3{font-size:15px;line-height:1.35;font-weight:550}.audience-row-heading{align-items:baseline;gap:8px;margin-bottom:7px}.audience-number{font-size:10px}.audience-number:after{display:none}.audience-row-copy>p{margin-left:0;font-size:13px;line-height:1.55}.audience-tag{display:none}.audience-row-2 .audience-row-copy{padding:15px 0 15px 14px}.why{padding:36px 0 42px}.why .editorial-layout{gap:21px}.why .editorial-intro{font-size:14px}.why-actions{display:none}.featured-reason{gap:15px;padding:20px 17px;border-radius:13px}.featured-heart{flex-basis:45px;align-self:flex-start;margin-top:1px}.featured-heart .icon{width:25px;height:25px}.featured-kicker{font-size:8px;letter-spacing:.09em;margin-bottom:8px}.featured-reason h3{font-size:22px;line-height:1.16}.featured-description{font-size:13px;line-height:1.6;margin-top:8px}.signature{display:none}.benefits{flex-direction:column;gap:0;margin-top:16px}.benefit,.benefit:first-child,.benefit:last-child{border:0;border-bottom:1px solid var(--tp-line);padding:0;width:100%;flex:auto}.benefit summary{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;min-height:54px;padding:10px 2px;list-style:none}.benefit summary:focus-visible{outline-offset:0}.benefit-icon{margin:0;align-items:center}.benefit-icon .icon{width:19px;height:19px}.benefit h3{font-size:13px;flex:1 1;min-width:0;line-height:1.45}.benefit-chevron{display:block;color:var(--tp-muted);width:15px;height:15px;margin-left:auto;transition:transform .18s ease}.benefit[open] .benefit-chevron{transform:rotate(180deg)}.benefit .benefit-content{padding:0 26px 17px 33px}.benefit p{font-size:13px;line-height:1.65;margin:0}.why-mobile-cta{display:flex;margin-top:24px;width:100%;font-size:14px;min-height:48px}.footer{padding:26px 0}.footer-inner{justify-content:space-between}.footer p{font-size:11px}.footer-consent{flex-basis:100%}.game-top-actions{gap:7px}.game-top .logo{font-size:18px}.game-top .logo>.icon{width:20px;height:20px}.game-top .logo{gap:7px}.icon-button{width:42px;height:42px}.game-shell{padding:18px}.game-bottom{gap:6px}.game-bottom p{font-size:10px}.game-actions .btn{padding-inline:18px}}@media(max-width:370px){.container,.section-inner{width:calc(100% - 32px)}.nav{gap:4px}.logo{font-size:18px}.lang{min-width:34px}.hero{padding-inline:16px}.hero h1{font-size:29px}.hero-actions .btn{min-width:218px}.editorial h2,.why h2{font-size:30px}.audience-photo{flex-basis:30%}.audience-row,.audience-row:first-child,.audience-row:last-child{gap:12px}.audience-row h3{font-size:14px}.audience-row-copy>p{font-size:13px}.audience-row-copy{padding-right:12px}.audience-row-heading{gap:6px}.featured-reason{gap:12px;padding:19px 14px}.featured-heart{flex-basis:36px}.featured-heart .icon{width:22px;height:22px}.featured-reason h3{font-size:20px}.game-top{gap:10px}.game-top-actions{gap:6px}.game-top .logo{font-size:16px}.game-top .logo>.icon{width:18px;height:18px}.icon-button{width:38px;height:38px;min-height:38px}.game-shell{padding:16px}.footer-inner{align-items:flex-start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}