:root{--bg:#fff;--surface:#f4f6f7;--surface-blue:#e8f1f6;--ink:#17232d;--muted:#566572;--line:#dce3e7;--blue:#356b89;--blue-deep:#28546d;--green:#2d7758;--amber:#a66416;--danger:#a44444;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--container:1400px;--z-dropdown:20;--z-sticky:30;--z-modal:40}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{color:var(--ink);background:var(--bg);font-kerning:normal;-webkit-font-smoothing:antialiased;margin:0;font-family:"Source Sans 3",Segoe UI,sans-serif;font-size:16px;line-height:1.5}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #356b894d}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobile-only{display:none!important}.site-header{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #dce3e7b8;position:sticky;top:0}.header-inner{width:min(calc(100% - 48px), var(--container));grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:32px;height:76px;margin:0 auto;display:grid}.header-start{align-items:center;gap:18px;display:flex}.brand{letter-spacing:0;white-space:nowrap;align-items:center;gap:10px;font-size:23px;font-weight:700;display:inline-flex}.brand-mark{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:3px;width:27px;height:27px;display:grid;transform:rotate(45deg)}.brand-mark span{background:var(--blue);border-radius:2px;display:block}.brand-mark span:nth-child(2){background:#6e91a7}.brand-mark span:nth-child(3){background:var(--ink);grid-column:1/-1;justify-self:center;width:47%}.catalog-button,.secondary-cta,.text-button{cursor:pointer;background:0 0;border:0}.catalog-button{background:var(--surface);border-radius:var(--radius-md);white-space:nowrap;align-items:center;gap:8px;height:42px;padding:0 15px;font-weight:600;display:inline-flex}.header-search{background:var(--surface);border-radius:var(--radius-md);width:100%;min-width:220px;height:42px;color:var(--muted);align-items:center;gap:10px;padding:0 15px;display:flex}.header-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0}.header-search input::placeholder{color:#667884;opacity:1}.header-actions{white-space:nowrap;justify-self:end;align-items:center;gap:18px;font-size:14px;font-weight:600;display:flex}.header-actions a{transition:color .18s}.header-actions a:hover{color:var(--blue)}.icon-button,.mobile-menu-button{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:0;place-items:center;width:42px;height:42px;display:inline-grid;position:relative}.icon-button:hover,.mobile-menu-button:hover{background:var(--surface)}.cart-count{color:#fff;background:var(--blue);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:700;display:grid;position:absolute;top:2px;right:0}.header-count{color:#fff;background:#1764db;border:2px solid #fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:grid;position:absolute;top:-2px;right:-1px}.profile-button{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:flex-end;align-items:center;gap:9px;min-width:66px;height:46px;padding:0 5px 0 0;display:inline-flex}.profile-button:hover{background:var(--surface)}.header-login-button{color:#fff;background:var(--ink);min-width:76px;height:40px;font:inherit;cursor:pointer;border:0;border-radius:8px;padding:0 17px;font-weight:600;transition:background .16s,transform .16s}.header-login-button:hover{background:#27404f}.header-login-button:active{transform:translateY(1px)}.auth-trigger-skeleton{background:var(--surface);border-radius:8px;width:76px;height:40px}.auth-profile-wrap{position:relative}.auth-profile-menu{z-index:var(--z-dropdown);background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;width:190px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 24px #14232d24}.auth-profile-menu button{width:100%;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:10px;font-weight:600;display:flex}.auth-dialog{width:min(92vw,460px);max-height:min(90vh,760px);color:var(--ink);background:#fff;border:0;border-radius:14px;padding:0;overflow:auto;box-shadow:0 24px 70px #111f283d}.auth-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0e1b2485}.auth-dialog-inner{padding:34px 38px 30px;position:relative}.auth-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid;position:absolute;top:17px;right:17px}.auth-close:hover{background:var(--surface);color:var(--ink)}.auth-brand{align-items:center;gap:9px;font-size:20px;display:flex}.auth-brand .brand-mark{width:23px;height:23px}.auth-dialog h2{letter-spacing:-.025em;text-wrap:balance;margin:24px 0 7px;font-size:30px;line-height:1.1}.auth-dialog h2+p{color:#526570;text-wrap:pretty;margin:0 0 24px;line-height:1.5}.google-auth-button{width:100%;height:48px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border:1px solid #ced8de;border-radius:9px;justify-content:center;align-items:center;gap:11px;font-weight:600;display:flex}.google-auth-button:hover{background:#f7f9fa;border-color:#aebdc6}.google-mark{color:#4285f4;border-radius:50%;place-items:center;width:23px;height:23px;font-family:Arial,sans-serif;font-size:18px;font-weight:700;display:grid}.auth-divider{color:#687b86;align-items:center;gap:12px;margin:21px 0;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e1e7ea;flex:1;height:1px}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form label{flex-direction:column;gap:7px;font-size:14px;font-weight:600;display:flex}.auth-form label>span{color:#627681;background:#fff;border:1px solid #cbd6dc;border-radius:8px;align-items:center;gap:9px;height:46px;padding:0 13px;transition:border-color .15s,box-shadow .15s;display:flex}.auth-form label>span:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #356b8921}.auth-form input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0}.auth-form input::placeholder{color:#667884;opacity:1}.auth-form label>span button{color:#627681;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;width:32px;height:32px;display:grid}.auth-name-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-submit{color:#fff;background:var(--ink);height:48px;font:inherit;cursor:pointer;border:0;border-radius:8px;margin-top:3px;font-weight:700}.auth-submit:hover{background:#27404f}.auth-submit:disabled{opacity:.62;cursor:wait}.auth-error{color:#8d2b2b;background:#fff0f0;border-radius:8px;padding:10px 12px;font-size:14px}.auth-switch{justify-content:center;gap:6px;font-size:14px;display:flex;color:#526570!important;margin:20px 0 0!important}.auth-switch button{color:var(--blue);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-dialog small{color:#687b86;text-align:center;margin-top:17px;font-size:12px;line-height:1.45;display:block}@media (max-width:560px){.auth-dialog-inner{padding:30px 22px 24px}.auth-name-row{grid-template-columns:1fr}.auth-dialog h2{font-size:27px}}@media (prefers-reduced-motion:reduce){.auth-dialog::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}}.profile-button img,.avatar-fallback{border-radius:50%;flex:0 0 42px;width:42px;height:42px}.profile-button img{object-fit:cover;display:block}.avatar-fallback{color:#fff;background:#17232d;place-items:center;font-size:18px;font-weight:700;display:grid}.account-button{border-radius:var(--radius-md);color:#fff;background:var(--ink);cursor:pointer;border:0;height:42px;padding:0 17px;font-weight:600;transition:background .18s,transform .18s}.account-button:hover{background:#283945;transform:translateY(-1px)}.hero{--scroll-progress:0;background:#fafbff;position:relative;overflow:clip}.hero-inner{width:min(calc(100% - 48px), var(--container));grid-template-columns:minmax(0,40fr) minmax(620px,55fr);align-items:center;gap:5%;min-height:650px;margin:0 auto;padding:30px 0 28px;display:grid}.hero-copy{z-index:3;padding-left:clamp(0px,2vw,30px);position:relative}.hero-badge{color:var(--blue-deep);background:var(--surface-blue);border-radius:999px;align-items:center;gap:7px;padding:7px 10px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-.03em;text-wrap:balance;max-width:650px;margin:22px 0 20px;font-size:clamp(52px,3.3vw,60px);line-height:1.03}.hero h1 span{color:#2f65d9;display:block}.hero-description{max-width:540px;color:var(--muted);text-wrap:pretty;margin:0;font-size:19px;line-height:1.55}.hero-actions{align-items:center;gap:12px;margin-top:34px;display:flex}.primary-cta,.secondary-cta{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 20px;font-weight:700;display:inline-flex}.primary-cta{color:#fff;background:var(--ink);transition:transform .18s,background .18s}.primary-cta:hover{background:#283945;transform:translateY(-1px)}.secondary-cta{background:var(--surface);cursor:pointer}.secondary-cta:hover{color:var(--blue-deep);background:var(--surface-blue)}.hero-trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:min(100%,700px);margin-top:34px;display:grid}.hero-trust>div{align-items:flex-start;gap:11px;display:flex}.hero-trust svg{color:var(--ink);flex:none;margin-top:2px}.hero-trust p{gap:2px;margin:0;display:grid}.hero-trust strong{font-size:14px}.hero-trust span{color:var(--muted);font-size:12px}.hero-scene{isolation:isolate;perspective:1200px;min-height:550px;position:relative}.hero-laptop-reference{z-index:2;pointer-events:none;width:min(610px,100% - 90px);height:auto;transform:translate3d(0, calc(var(--scroll-progress) * -6px), 0) scale(calc(1 + var(--scroll-progress) * .015));transform-origin:bottom;will-change:transform;-webkit-user-select:none;user-select:none;display:block;position:absolute;top:70px;left:58px}.hero-plant-reference{z-index:1;pointer-events:none;width:80px;height:auto;display:block;position:absolute;bottom:55px;right:-18px}.hero-light-ring{z-index:0;border:1px solid #ffffffeb;border-radius:50%;position:absolute;inset:62px 2px 58px -10px;box-shadow:0 0 45px #356b8914}.hero-laptop{z-index:2;width:min(540px,100% - 118px);transform:translate3d(0, calc(var(--scroll-progress) * -6px), 0) scale(calc(1 + var(--scroll-progress) * .03));transform-origin:bottom;will-change:transform;position:absolute;top:56px;left:46px}.laptop-display{aspect-ratio:1.62;clip-path:polygon(3.5% 0,100% 0,97% 100%,0 100%);background:#11171c;border-radius:18px 18px 7px 7px;width:91%;margin:0 auto;padding:10px 11px 13px;position:relative;box-shadow:0 15px 30px #182a3729}.laptop-camera{z-index:2;background:#27333b;border-radius:50%;width:5px;height:5px;position:absolute;top:4px;left:50%}.laptop-screen{color:#18242c;background:#fff;border-radius:10px 10px 3px 3px;height:100%;padding:14px 16px;overflow:hidden}.screen-toolbar{border-bottom:1px solid #e8edf0;grid-template-columns:auto auto minmax(140px,1fr) auto auto auto;align-items:center;gap:10px;height:28px;display:grid}.screen-toolbar .brand{gap:5px;font-size:9px}.screen-toolbar .brand-mark{gap:1px;width:13px;height:13px}.screen-toolbar button{background:#f3f5f7;border:0;border-radius:5px;align-items:center;gap:4px;height:21px;padding:0 7px;font-size:7px;display:flex}.screen-search{color:#788792;background:#f3f5f7;border-radius:5px;align-items:center;gap:5px;height:21px;padding:0 7px;font-size:7px;display:flex}.screen-avatar{color:#fff;background:#315a73;border-radius:50%;place-items:center;width:17px;height:17px;font-size:7px;font-weight:700;display:grid}.screen-heading{justify-content:space-between;margin:12px 0 9px;font-size:9px;display:flex}.screen-heading span{color:#2f65d9;font-size:7px}.screen-products{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.screen-products article{gap:3px;min-width:0;font-size:7px;display:grid}.screen-products article>strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.screen-products article b{font-size:9px}.screen-products article small{color:#667783;align-items:center;gap:2px;font-size:6px;display:flex}.screen-products article small svg{color:#d9901f}.screen-product-art{color:#fff;background:#eef3f6;border-radius:8px;place-items:center;height:78px;display:grid;position:relative;overflow:hidden}.screen-product-art>svg{width:42px;height:42px}.office-mark,.photoshop-mark{z-index:1;font-size:38px;font-weight:700;line-height:1;position:relative}.office-mark{color:#e45b28;font-family:Georgia,serif}.photoshop-mark{color:#58b4f5;font-size:30px}.screen-figma{z-index:1;position:relative;transform:scale(.78)}.screen-product-art:after{content:"";z-index:-1;opacity:.12;background:currentColor;border-radius:3px;position:absolute;inset:12px 31% 10px;transform:skewY(-5deg)translate(7px)}.screen-blue{color:#247cd1;background:#e8f3ff}.screen-orange{color:#e65e28;background:#fff1e9}.screen-navy{color:#56aef0;background:#14263c}.screen-dark{color:#fff;background:#171d26}.screen-recommend-title{margin:12px 0 6px;font-size:8px;display:block}.screen-recommendations{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.screen-recommendations span{white-space:nowrap;border:1px solid #edf0f2;border-radius:6px;align-items:center;gap:4px;min-width:0;height:31px;padding:0 6px;font-size:6px;display:flex}.screen-recommendations svg{width:13px;height:13px;color:var(--green);flex:none}.screen-recommendations b{margin-left:auto}.laptop-base{clip-path:polygon(5% 0,95% 0,100% 78%,96% 100%,4% 100%,0 78%);transform-origin:top;background:linear-gradient(#cbd2d7 0%,#aab3ba 58%,#7f8991 100%);border-radius:3px 3px 22px 22px;width:112%;height:92px;margin-top:-5px;margin-left:-23%;position:relative;transform:perspective(780px)rotateX(51deg);box-shadow:0 18px 22px #2034402e}.laptop-base:before{content:none}.laptop-keyboard{z-index:2;background:#20272d;border-radius:5px;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(12,1fr);gap:3px;width:70%;height:54px;padding:5px;display:grid;position:absolute;top:8px;left:15%;box-shadow:inset 0 0 0 3px #3b444b}.laptop-keyboard i{background:#10161a;border-radius:2px;box-shadow:inset 0 1px #ffffff14}.laptop-trackpad{z-index:2;background:#dbe1e538;border-radius:5px;width:22%;height:54px;position:absolute;top:76px;left:39%;box-shadow:inset 0 0 0 1px #43505933}.laptop-lip{z-index:3;background:#dce2e6;border-radius:3px 3px 8px 8px;width:14%;height:9px;position:absolute;bottom:3px;left:43%;box-shadow:inset 0 1px 2px #28353d2e}.floating-app{--move-x:0px;--move-y:0px;--rotate:0deg;--tilt-x:0deg;--tilt-y:0deg;z-index:3;aspect-ratio:1;pointer-events:none;width:70px;box-shadow:5px 6px 0 var(--side,#cfd8df), 0 16px 26px #1934462b;transform:perspective(700px) translate3d(calc(var(--scroll-progress) * var(--move-x)), calc(var(--scroll-progress) * var(--move-y)), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(var(--rotate));transform-origin:50%;will-change:transform;border:1px solid #ffffff29;border-radius:16px;place-items:center;display:grid;position:absolute}.floating-app:before{content:"";pointer-events:none;background:linear-gradient(#ffffff38,#0000);border-radius:12px 12px 8px 8px;height:25%;position:absolute;inset:5px 7px auto}.floating-app.reference-icon{--rotate:0deg;--tilt-x:0deg;--tilt-y:0deg;box-shadow:none;background:0 0;border:0;border-radius:0}.floating-app.reference-icon:before{content:none}.floating-app.reference-icon img{object-fit:contain;width:100%;height:100%;display:block}.floating-app svg{width:54%;height:54%}.float-windows{--move-x:-24px;--move-y:-20px;--rotate:4deg;--tilt-x:7deg;--tilt-y:-8deg;color:#2782dc;--side:#dbe3eb;background:#f7faff;top:66px;left:-28px}.float-photoshop{--move-x:-30px;--move-y:2px;--rotate:-7deg;--tilt-x:5deg;--tilt-y:9deg;color:#48aaf4;--side:#091827;background:#14263b;font-size:34px;font-weight:700;top:190px;left:-42px}.float-spotify{--move-x:-22px;--move-y:16px;--rotate:6deg;--tilt-x:-5deg;--tilt-y:-8deg;color:#111;--side:#39a85a;background:#61d071;top:330px;left:-30px}.float-figma{--move-x:22px;--move-y:-22px;--rotate:5deg;--tilt-x:7deg;--tilt-y:-7deg;color:#fff;--side:#11171c;background:#20252d;top:68px;right:55px}.float-notion{--move-x:28px;--move-y:4px;--rotate:-4deg;--tilt-x:4deg;--tilt-y:8deg;color:#111;--side:#dbe1e5;background:#fff;top:218px;right:55px}.float-steam{--move-x:30px;--move-y:18px;--rotate:7deg;--tilt-x:-5deg;--tilt-y:-8deg;color:#fff;--side:#24527b;background:#14273c;top:365px;right:55px}.float-spotify svg,.float-steam svg{width:62%;height:62%}.float-figma .figma-mark{transform:scale(1.15)}.figma-mark{grid-template-rows:repeat(3,15px);grid-template-columns:repeat(2,15px);width:30px;height:45px;display:grid}.figma-mark i{display:block}.figma-mark i:first-child{background:#f24e1e;border-radius:8px 0 0 8px}.figma-mark i:nth-child(2){background:#ff7262;border-radius:0 8px 8px 0}.figma-mark i:nth-child(3){background:#a259ff;border-radius:8px 0 0 8px}.figma-mark i:nth-child(4){background:#1abcfe;border-radius:50%}.figma-mark i:nth-child(5){background:#0acf83;border-radius:8px 0 8px 8px}.hero-plant{z-index:1;width:118px;height:270px;position:absolute;bottom:14px;right:-88px}.hero-plant span{background:linear-gradient(90deg,#e8edf0,#fff 45%,#d8e0e4);border-radius:8px 8px 14px 14px;width:98px;height:138px;position:absolute;bottom:0;left:15px;box-shadow:0 10px 18px #243a461a}.hero-plant i{z-index:2;transform-origin:bottom;background:#6e9d66;border-radius:99px;width:7px;height:126px;position:absolute;bottom:116px;left:58px}.hero-plant i:before,.hero-plant i:after{content:"";background:#7aaa70;border-radius:100% 0;width:28px;height:11px;position:absolute;box-shadow:0 26px #6e9d66,0 52px #83ad77}.hero-plant i:before{top:8px;left:-24px;transform:rotate(16deg)}.hero-plant i:after{top:20px;left:3px;transform:scaleX(-1)rotate(16deg)}.hero-plant i:first-child{transform:rotate(-28deg)}.hero-plant i:nth-child(2){height:155px;transform:rotate(-12deg)}.hero-plant i:nth-child(3){height:145px;transform:rotate(8deg)}.hero-plant i:nth-child(4){height:126px;transform:rotate(25deg)}.hero-plant i:nth-child(5){height:100px;transform:rotate(39deg)}@media (max-width:1400px) and (min-width:1241px){.hero-scene{margin-left:-28px}.hero-laptop{width:min(540px,100% - 118px);top:56px;left:46px}.floating-app{width:66px}}@media (min-width:1500px){:root{--container:1540px}.header-inner{grid-template-columns:auto minmax(360px,1fr) auto;gap:34px;width:calc(100% - 96px);height:94px}.header-start{gap:46px}.catalog-button{justify-content:center;min-width:166px;height:50px;padding:0 22px}.header-search{height:50px}.hero-inner{width:min(calc(100% - 112px), var(--container));grid-template-columns:560px minmax(0,1fr);gap:30px;min-height:calc(100vh - 94px);padding:0}.hero-copy{align-self:center;padding:0;transform:translateY(-46px)}.hero-badge{color:#1454d2;background:#ffffffb8;border:1px solid #b8ccff;padding:8px 12px}.hero h1{margin:46px 0 28px;font-size:58px;line-height:1.08}.hero-description{max-width:520px;font-size:19px;line-height:1.65}.hero-actions{gap:28px;margin-top:40px}.primary-cta,.secondary-cta{min-height:62px;padding:0 24px;font-size:17px}.hero-trust{gap:28px;width:620px;margin-top:52px}.hero-trust strong{font-size:14px}.hero-trust span{font-size:13px;line-height:1.55}.hero-scene{min-height:calc(100vh - 94px);margin:0;transform:none}.hero-laptop-reference{width:690px;max-width:none;top:135px;left:135px}.hero-light-ring{inset:112px 26px 120px -55px}.hero-laptop{width:700px;top:150px;left:160px}.laptop-display{aspect-ratio:1.38;transform-origin:bottom;border-radius:20px 20px 8px 8px;width:91%;padding:12px 13px 15px;transform:perspective(1600px)rotateY(-1.5deg)rotateX(.35deg)}.laptop-screen{padding:16px 18px}.screen-toolbar{height:32px}.screen-heading{margin:20px 0 12px;font-size:11px}.screen-products{min-height:225px}.screen-products article{gap:5px;font-size:9px}.screen-products article b{font-size:11px}.screen-products article small{font-size:7px}.screen-product-art{height:145px}.screen-recommend-title{margin:14px 0 8px;font-size:10px}.screen-recommendations span{height:42px;font-size:7px}.laptop-base{clip-path:polygon(7% 0,93% 0,99.5% 70%,96% 92%,57% 100%,43% 100%,4% 92%,.5% 70%);background:linear-gradient(#dce1e5 0%,#b8c0c7 42%,#8e989f 78%,#737d84 100%);border-top:1px solid #ffffffc7;width:124%;height:135px;margin-top:-6px;margin-left:-31%;transform:none;box-shadow:0 20px 26px #1f303b2e}.laptop-keyboard{transform-origin:top;clip-path:polygon(3% 0,97% 0,100% 100%,0 100%);gap:2px;width:70%;height:49px;padding:5px 7px;top:10px;left:15%;transform:perspective(520px)rotateX(12deg);box-shadow:inset 0 0 0 2px #465057,0 1px 2px #141b1f33}.laptop-trackpad{background:#e1e6e933;width:22%;height:40px;top:66px;left:39%}.laptop-lip{background:linear-gradient(#eef2f4,#c7ced3);width:15%;height:10px;bottom:3px}.floating-app{width:94px}.float-windows{top:132px;left:22px}.float-photoshop{top:270px;left:-12px}.float-spotify{top:438px;left:-12px}.float-figma{top:136px;right:4px}.float-notion{top:316px;right:0}.float-steam{top:498px;right:0}.hero-plant{bottom:88px;right:-88px}}.category-section,.offers-section,.seller-section{width:min(calc(100% - 48px), var(--container));margin:0 auto}.category-section{z-index:0;padding:68px 0 58px;position:relative}.category-section:before{content:"";z-index:-1;background:#f2f6f8;width:100vw;position:absolute;inset:0 50%;transform:translate(-50%)}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.section-heading p,.comparison-copy>p{color:var(--blue);margin:0 0 5px;font-size:14px;font-weight:700}.section-heading h2,.comparison-copy h2,.seller-intro h2{letter-spacing:-.025em;text-wrap:balance;margin:0;font-size:34px;line-height:1.12}.section-heading>a,.comparison-copy>a{min-height:44px;color:var(--blue-deep);align-items:center;gap:7px;font-weight:700;display:inline-flex}.category-rail{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.category{border-radius:var(--radius-lg);text-align:left;cursor:pointer;background:#fff;border:1px solid #0000;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;min-height:84px;padding:15px;transition:transform .18s,background .18s,border-color .18s;display:grid}.category:hover,.category.active{background:var(--surface-blue);border-color:#356b8947;transform:translateY(-2px)}.category-icon{color:#fff;border-radius:var(--radius-md);place-items:center;width:42px;height:42px;display:grid}.category-blue{background:#437da0}.category-violet{background:#795fb2}.category-green{background:#3d8567}.category-orange{background:#bf721f}.category-red{background:#b74e62}.category-cyan{background:#357f91}.category>span:nth-child(2){min-width:0;display:grid}.category strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.category small{color:var(--muted);font-size:11px}.category>svg{color:#81909a}.offers-section{padding:78px 0 96px}.rail-controls{gap:8px;display:flex}.rail-controls button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.rail-controls button:hover{color:var(--blue);background:var(--surface)}.product-rail{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;grid-auto-columns:minmax(260px,1fr);grid-auto-flow:column;gap:18px;display:grid;overflow-x:auto}.product-rail::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:start;min-width:0}.product-art{aspect-ratio:1.38;border-radius:var(--radius-lg);place-items:center;display:grid;position:relative;overflow:hidden}.product-art>svg{z-index:2;position:relative}.product-backend-image{z-index:2;object-fit:contain;filter:drop-shadow(0 12px 16px #182d3e24);width:74%;height:74%;position:relative}.product-blue{color:#1675c1;background:#e7f1f8}.product-ink{color:#f06552;background:#211e1d}.product-violet{color:#fff;background:#6f59b1}.product-green{color:#18352d;background:#e5f1ec}.product-mint{color:#1ed760;background:#173226}.product-navy{color:#fff;background:#1a344c}.product-paper{color:#111;background:#f3f3f1}.product-sky{color:#297bd0;background:#eef5fb}.product-orbit{opacity:.13;border:1px solid;border-radius:50%;width:190px;height:190px;position:absolute;transform:rotate(-18deg)scaleY(.54)}.favorite{z-index:3;width:40px;height:40px;color:var(--ink);cursor:pointer;background:#ffffffe0;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:12px;right:12px}.favorite.active{color:var(--danger)}.delivery-chip{z-index:3;color:#fff;background:var(--green);border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;bottom:12px;left:12px}.product-content{padding:15px 2px 0}.product-eyebrow{color:var(--muted);font-size:12px}.product-content h3{min-height:48px;margin:5px 0 4px;font-size:18px;line-height:1.3}.compatibility{min-height:40px;color:var(--muted);margin:0;font-size:13px}.seller-line{border-bottom:1px solid var(--line);color:var(--muted);gap:5px;padding:12px 0;font-size:12px;display:grid}.seller-line span{align-items:center;gap:5px;display:flex}.seller-line span:first-child svg{color:var(--blue)}.seller-line span:last-child svg{color:var(--amber)}.product-bottom{justify-content:space-between;align-items:flex-end;gap:10px;padding-top:14px;display:flex}.product-bottom>div{grid-template-columns:auto auto;align-items:baseline;gap:2px 7px;display:grid}.product-bottom del{color:var(--muted);font-size:12px}.product-bottom strong{font-variant-numeric:tabular-nums;font-size:22px}.product-bottom small{color:var(--green);grid-column:1/-1;font-size:11px;font-weight:700}.product-bottom button{border-radius:var(--radius-md);color:#fff;background:var(--ink);cursor:pointer;border:0;min-width:78px;height:40px;font-weight:700}.product-bottom button:hover{background:var(--blue-deep)}.comparison-section{padding:84px max(24px, calc((100vw - var(--container)) / 2));color:#f7fafb;background:var(--ink);grid-template-columns:minmax(280px,.72fr) minmax(580px,1.28fr);gap:clamp(48px,7vw,110px);display:grid}.comparison-section .comparison-copy>p{color:#8fc0dc}.comparison-section .comparison-copy>span,.comparison-section .offer-row p span,.comparison-section .offer-number{color:#b6c2c9}.comparison-section .comparison-copy>a{color:#c5e1f0}.comparison-section .offer-row,.comparison-section .offer-row:first-child{border-color:#dce3e733}.comparison-section .offer-row>button{color:var(--ink)}.comparison-section .offer-row>button:hover{color:#fff;background:var(--blue)}.comparison-copy{align-self:center}.comparison-copy h2{max-width:520px;font-size:42px}.comparison-copy>span{max-width:540px;color:var(--muted);margin-top:18px;font-size:17px;display:block}.comparison-copy>a{margin-top:22px}.offer-list{align-self:center}.offer-row:first-child{border-top:1px solid #ccd6db}.offer-number{color:#87949c;font-variant-numeric:tabular-nums;font-size:12px}.offer-brand{border-radius:var(--radius-md);place-items:center;width:46px;height:46px;display:grid}.offer-row p{min-width:0;margin:0;display:grid}.offer-row p strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.offer-row p span{color:var(--muted);align-items:center;gap:4px;font-size:11px;display:flex}.offer-seller span svg{color:var(--amber)}.offer-price{text-align:right}.offer-price span{justify-content:flex-end;color:var(--green)!important}.offer-row>button,.seller-list article>button,.seller-open-link{cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.offer-row>button:hover,.seller-list article>button:hover,.seller-open-link:hover{color:#fff;background:var(--blue)}.seller-section{grid-template-columns:minmax(290px,.7fr) minmax(560px,1.3fr);gap:clamp(48px,8vw,120px);padding:88px 0;display:grid}.seller-intro>span{color:var(--blue);align-items:center;gap:7px;font-size:14px;font-weight:700;display:inline-flex}.seller-intro h2{max-width:510px;margin-top:12px;font-size:42px}.seller-intro p{max-width:500px;color:var(--muted);margin:18px 0 0;font-size:17px}.seller-list{align-self:center}.seller-list article{border-bottom:1px solid var(--line);grid-template-columns:50px minmax(170px,1fr) minmax(280px,1.5fr) 42px;align-items:center;gap:14px;min-height:94px;padding:16px 0;display:grid}.seller-list article:first-child{border-top:1px solid var(--line)}.seller-avatar{color:#fff;border-radius:50%;place-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:grid}.seller-1{background:var(--blue)}.seller-2{background:#765ca5}.seller-3{background:#397a5c}.seller-list h3{align-items:center;gap:5px;margin:0;font-size:15px;display:flex}.seller-list h3 svg{color:var(--blue)}.seller-list article>div>p{color:var(--muted);margin:2px 0 0;font-size:12px}.seller-list dl{grid-template-columns:repeat(3,1fr);gap:14px;margin:0;display:grid}.seller-list dl div{display:grid}.seller-list dt{color:var(--muted);font-size:10px}.seller-list dd{font-variant-numeric:tabular-nums;align-items:center;gap:4px;margin:0;font-size:13px;font-weight:700;display:flex}.seller-list dd svg{color:var(--amber)}.site-footer{padding:44px max(24px, calc((100vw - var(--container)) / 2));color:var(--muted);background:#111a20;grid-template-columns:1fr auto auto;align-items:center;gap:40px;display:grid}.site-footer .brand{color:#fff}.site-footer>div>p{margin:8px 0 0;font-size:13px}.site-footer nav{color:#d8e0e4;gap:24px;font-size:14px;display:flex}.site-footer>p{margin:0;font-size:13px}@media (max-width:1240px){.header-inner{gap:20px}.header-start,.header-actions{gap:12px}.header-actions>a:first-child,.text-button{display:none}.hero-inner{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)}.hero h1{font-size:58px}.hero-scene{transform-origin:50%;transform:scale(.9)}.category-rail{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.desktop-only{display:none!important}.mobile-only{display:inline-grid!important}.header-inner{justify-content:space-between;height:68px;display:flex}.mobile-menu{border-bottom:1px solid var(--line);background:#fff;gap:2px;padding:8px 24px 20px;display:grid}.mobile-menu.mobile-only{display:grid!important}.mobile-menu a,.mobile-menu button{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:0;align-items:center;min-height:46px;padding:0 10px;font-weight:600;display:flex}.mobile-menu a:hover,.mobile-menu button:hover{background:var(--surface)}.hero-inner{grid-template-columns:1fr;gap:0;min-height:auto;padding-top:64px}.hero-copy{width:100%;min-width:0;max-width:760px;padding-left:0}.hero h1{font-size:clamp(52px,8vw,72px)}.hero-scene{transform-origin:top;width:700px;min-height:590px;margin:0 auto;transform:scale(.9)}.hero-laptop{width:580px;left:72px}.hero-trust{max-width:680px}.comparison-section,.seller-section{grid-template-columns:1fr}.comparison-section{gap:40px}.comparison-copy h2,.seller-intro h2{font-size:38px}.seller-section{gap:38px}.site-footer{grid-template-columns:1fr auto}.site-footer>p{grid-column:1/-1}}@media (max-width:760px){.header-inner,.hero-inner,.category-section,.offers-section,.seller-section{width:min(calc(100% - 32px), var(--container))}.hero-inner{padding-top:42px}.hero-badge{font-size:12px}.hero h1{letter-spacing:-.03em;width:100%;max-width:100%;margin-top:18px;font-size:clamp(42px,13vw,60px)}.hero-description{font-size:17px}.hero-actions{align-items:stretch}.primary-cta,.secondary-cta{flex:1}.hero-trust{grid-template-columns:1fr;gap:14px}.hero-trust>div{align-items:center}.hero-scene{transform-origin:top;width:680px;min-height:510px;margin-left:-340px;left:50%;transform:scale(.68)}.hero-laptop{width:570px;left:70px}.hero-plant{right:-25px}.category-section{padding-top:40px}.section-heading{align-items:center}.section-heading h2,.comparison-copy h2,.seller-intro h2{font-size:30px}.section-heading>a{font-size:0}.section-heading>a svg{width:21px;height:21px}.category-rail{scroll-snap-type:x mandatory;scrollbar-width:none;margin-right:-16px;padding-right:16px;display:flex;overflow-x:auto}.category-rail::-webkit-scrollbar{display:none}.category{scroll-snap-align:start;min-width:238px}.product-rail{grid-auto-columns:78vw}.comparison-section{padding:62px 16px}.offer-row{grid-template-columns:24px 44px minmax(0,1fr) 72px 40px;gap:10px;min-height:118px}.offer-seller{grid-column:3}.offer-price{grid-area:1/4/span 2}.offer-row>button{grid-area:1/5/span 2}.seller-list article{grid-template-columns:48px minmax(0,1fr) 42px}.seller-list dl{grid-column:2/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.seller-list article>button{grid-area:1/3}.site-footer{grid-template-columns:1fr;gap:28px;padding:42px 16px}.site-footer nav{flex-wrap:wrap}.site-footer>p{grid-column:auto}}.basket-page,.favorites-page{background:#f6f8f9;min-height:100vh}.basket-shell,.favorites-shell{width:min(100% - 48px,1180px);margin:0 auto;padding:48px 0 80px}.basket-heading,.favorites-heading{margin-bottom:30px}.basket-heading{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.basket-heading span,.favorites-heading>span{color:var(--blue-deep);font-size:.8125rem;font-weight:700}.basket-heading h1,.favorites-heading h1{color:var(--ink);letter-spacing:0;margin:5px 0 7px;font-size:2.5rem;line-height:1.05}.basket-heading p,.favorites-heading p{color:var(--muted);margin:0}.basket-heading>button{color:#6c4b4b;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:0 12px;font-weight:650;display:inline-flex}.basket-heading>button:hover{background:#f4eaea}.basket-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:28px;display:grid}.basket-list,.favorite-list{background:#fff;border:1px solid #e2e8eb;border-radius:8px;overflow:hidden}.basket-item{border-bottom:1px solid #e8edef;grid-template-columns:92px minmax(180px,1fr) auto 110px 38px;align-items:center;gap:20px;min-height:140px;padding:22px;display:grid}.basket-item:last-child,.favorite-row:last-child{border-bottom:0}.basket-product-art,.favorite-art{width:82px;height:82px;color:var(--blue-deep);background:#edf3f6;border-radius:8px;place-items:center;font-size:1.75rem;font-weight:750;display:grid;overflow:hidden}.basket-product-art img,.favorite-art img{object-fit:cover;width:100%;height:100%}.basket-product-copy,.favorite-row>div{min-width:0}.basket-product-copy small,.favorite-row small{color:var(--blue-deep);font-size:.75rem;font-weight:700}.basket-product-copy h2,.favorite-row h2{color:var(--ink);letter-spacing:0;margin:4px 0 7px;font-size:1.0625rem}.basket-product-copy p,.favorite-row p{color:var(--muted);margin:0;font-size:.875rem}.basket-quantity{border:1px solid #dbe3e7;border-radius:7px;align-items:center;height:38px;display:flex}.basket-quantity button{width:34px;height:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.basket-quantity button:disabled{color:#a6b0b6;cursor:default}.basket-quantity output{text-align:center;min-width:28px;font-weight:700}.basket-price{justify-items:end;gap:3px;display:grid}.basket-price strong{font-size:1.125rem}.basket-price small{color:var(--muted)}.basket-remove,.favorite-remove{color:#7a8992;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:36px;height:36px;display:grid}.basket-remove:hover,.favorite-remove:hover{color:#a13b3b;background:#fbebeb}.basket-summary{background:#fff;border:1px solid #e2e8eb;border-radius:8px;padding:26px;position:sticky;top:96px}.basket-summary h2{margin:0 0 20px;font-size:1.25rem}.basket-summary dl{margin:0}.basket-summary dl>div{color:#52616c;justify-content:space-between;padding:8px 0;display:flex}.basket-summary .basket-total{color:var(--ink);border-top:1px solid #dfe6e9;margin-top:10px;padding-top:18px;font-size:1.125rem;font-weight:750}.basket-summary>button{color:#fff;background:var(--ink);width:100%;min-height:48px;font:inherit;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:9px;margin-top:22px;font-weight:750;display:flex}.basket-summary>p{color:var(--blue-deep);align-items:flex-start;gap:10px;margin:20px 0 0;display:flex}.basket-summary>p span{color:var(--muted);font-size:.8125rem;display:grid}.basket-summary>p strong{color:var(--ink)}.commerce-empty{text-align:center;background:#fff;border:1px solid #e2e8eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:44px 24px;display:flex}.commerce-empty>svg{color:var(--blue-deep);margin-bottom:18px}.commerce-empty h2{margin:0 0 8px}.commerce-empty p{max-width:440px;color:var(--muted);margin:0 0 22px}.commerce-empty a{color:#fff;background:var(--ink);border-radius:7px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:750;display:inline-flex}.favorite-list{max-width:940px}.favorite-row{border-bottom:1px solid #e8edef;grid-template-columns:82px minmax(220px,1fr) 100px 132px 38px;align-items:center;gap:20px;min-height:126px;padding:20px 22px;display:grid}.favorite-row>strong{justify-self:end;font-size:1.125rem}.favorite-cart{color:#fff;background:var(--ink);min-height:40px;font:inherit;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.basket-loading{gap:14px;display:grid}.basket-loading span{background:#e8edef;border-radius:8px;height:130px;animation:1.2s ease-in-out infinite alternate account-pulse}@media (max-width:900px){.basket-layout{grid-template-columns:1fr}.basket-summary{position:static}.basket-item{grid-template-columns:82px minmax(0,1fr) auto}.basket-quantity{grid-column:2;justify-self:start}.basket-price{grid-area:1/3/span 2}.basket-remove{grid-column:3}.favorite-row{grid-template-columns:82px minmax(0,1fr) auto}.favorite-cart{grid-column:2;justify-self:start;padding:0 14px}.favorite-remove{grid-column:3}}@media (max-width:600px){.basket-shell,.favorites-shell{width:min(100% - 20px,560px);padding-top:30px}.basket-heading{flex-direction:column;align-items:flex-start}.basket-heading h1,.favorites-heading h1{font-size:2rem}.basket-item,.favorite-row{grid-template-columns:68px minmax(0,1fr);gap:14px;padding:18px}.basket-product-art,.favorite-art{width:68px;height:68px}.basket-quantity,.favorite-cart{grid-column:2}.basket-price{grid-area:auto/2;justify-items:start}.basket-remove,.favorite-remove{grid-area:2/1}.favorite-row>strong{grid-column:2;justify-self:start}}.auth-profile-menu a,.auth-profile-menu button{width:100%;min-height:38px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:0 10px;display:flex}.auth-profile-menu a:hover,.auth-profile-menu button:hover{background:#f3f6f7}.account-page{background:#f6f8f9;min-height:100vh}.account-header{background:#fffffff5}.account-shell{width:min(100% - 48px,1180px);margin:0 auto;padding:54px 0 80px}.account-title{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px;display:flex}.account-title>div:first-child>span{color:var(--blue-deep);font-size:.8125rem;font-weight:700}.account-title h1{color:var(--ink);letter-spacing:0;margin:7px 0 8px;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.account-title p,.account-section-heading p{color:var(--muted);margin:0}.account-identity{border-left:1px solid #dce4e8;align-items:center;gap:13px;min-width:260px;padding:14px 0 14px 22px;display:flex}.account-identity>span{color:#fff;background:var(--ink);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:1.0625rem;font-weight:750;display:grid}.account-identity>div{gap:3px;min-width:0;display:grid}.account-identity strong,.account-identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-identity small{color:var(--muted)}.account-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:34px;display:grid}.account-nav{gap:4px;display:grid;position:sticky;top:98px}.account-nav a{color:#52616c;border-radius:7px;align-items:center;gap:11px;min-height:46px;padding:0 13px;font-weight:650;display:flex}.account-nav a:hover,.account-nav a.active{color:var(--ink);background:#eaf1f4}.account-nav a.active{box-shadow:inset 3px 0 var(--blue-deep)}.account-content{gap:18px;min-width:0;display:grid}.account-section{background:#fff;border:1px solid #e4eaed;border-radius:8px;padding:30px}.account-section-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.account-section-heading h2{color:var(--ink);letter-spacing:0;margin:0 0 6px;font-size:1.25rem}.account-section-heading>svg{color:var(--blue-deep)}.account-role{color:var(--blue-deep);background:#eaf2f6;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:750}.account-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.account-fields label{color:#34434d;gap:8px;font-size:.8125rem;font-weight:700;display:grid}.account-fields label.full{grid-column:1/-1}.account-fields label>span{color:#71808a;background:#f8fafb;border:1px solid #dce4e8;border-radius:7px;align-items:center;gap:10px;min-height:48px;padding:0 14px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.account-fields label>span:focus-within{border-color:var(--blue-deep);background:#fff;box-shadow:0 0 0 3px #356b891f}.account-fields input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-weight:500}.account-fields input::placeholder{color:#93a0a8}.account-save{justify-content:flex-end;display:flex}.account-save button,.account-auth-required button{color:#fff;background:var(--ink);min-height:46px;font:inherit;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-weight:750;display:inline-flex}.account-save button:disabled{opacity:.6;cursor:wait}.account-status{border-radius:7px;padding:13px 15px;font-size:.875rem;font-weight:650}.account-status.success{color:#176845;background:#e9f6ef}.account-status.error{color:#a13b3b;background:#fbebeb}.account-auth-required{text-align:center;background:#fff;border:1px solid #e4eaed;border-radius:8px;width:min(100% - 32px,520px);margin:110px auto 0;padding:46px}.account-auth-icon{width:58px;height:58px;color:var(--blue-deep);background:#eaf2f6;border-radius:50%;place-items:center;margin:0 auto 20px;display:grid}.account-auth-required h1{margin:0 0 10px}.account-auth-required p{color:var(--muted);margin:0 auto 24px}.account-loading{gap:18px;width:min(100% - 48px,1180px);margin:70px auto;display:grid}.account-loading span{background:#e9eef0;border-radius:8px;height:82px;animation:1.2s ease-in-out infinite alternate account-pulse}.account-loading span:nth-child(2){height:230px}@keyframes account-pulse{to{opacity:.48}}@media (max-width:820px){.account-shell{width:min(100% - 28px,720px);padding-top:30px}.account-title{flex-direction:column;align-items:flex-start}.account-identity{border-top:1px solid #dce4e8;border-left:0;width:100%;padding:14px 0 0}.account-layout{grid-template-columns:1fr}.account-nav{grid-template-columns:repeat(3,minmax(0,1fr));position:static}.account-nav a{justify-content:center;font-size:.8125rem}}@media (max-width:560px){.account-shell{width:min(100% - 20px,520px)}.account-title h1{font-size:2rem}.account-nav{display:flex;overflow-x:auto}.account-nav a{flex:none}.account-section{padding:22px 18px}.account-section-heading{flex-direction:column}.account-fields{grid-template-columns:1fr}.account-fields label.full{grid-column:auto}.account-save button{width:100%}}.seller-page{background:#f5f7f8;min-height:100vh}.seller-shell{width:min(calc(100% - 48px), var(--container));margin:0 auto;padding:24px 0 80px}.seller-breadcrumbs{min-height:36px;color:var(--muted);align-items:center;gap:7px;font-size:.8125rem;display:flex}.seller-breadcrumbs a:hover{color:var(--blue-deep)}.seller-profile-hero{background:#fff;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;gap:28px;margin-top:16px;padding:32px;display:grid}.seller-identity{align-items:center;gap:20px;display:flex}.seller-logo-large{color:#fff;background:var(--blue-deep);border-radius:12px;flex:none;place-items:center;width:92px;height:92px;font-size:2.625rem;font-weight:700;display:grid;box-shadow:inset 0 -5px #081f2f2e}.seller-status-line,.seller-location,.seller-profile-actions,.seller-metrics,.seller-assurances,.seller-assurances>div,.seller-tabbar,.seller-products-toolbar,.seller-category-row,.seller-product-rating>span,.seller-product-delivery strong,.seller-product-actions,.seller-review-summary>div:first-child>span,.seller-rating-bars>div,.seller-review-feed header,.seller-about dt{align-items:center;display:flex}.seller-status-line{color:var(--muted);gap:14px;font-size:.75rem}.seller-status-line span:first-child{color:var(--green);font-weight:700}.seller-status-line i{background:#3c9a70;border-radius:50%;width:7px;height:7px;margin-right:5px;display:inline-block}.seller-identity h1{align-items:center;gap:8px;margin:5px 0 4px;font-size:2rem;line-height:1.15;display:flex}.seller-identity h1 svg{color:var(--blue)}.seller-identity p{max-width:62ch;color:var(--muted);margin:0}.seller-location{color:#667681;gap:7px;margin-top:10px;font-size:.75rem}.seller-location i{background:#9ba8af;border-radius:50%;width:3px;height:3px;margin:0 3px}.seller-profile-actions{align-self:center;gap:9px}.seller-profile-actions button{min-height:44px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #cfd9de;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:0 16px;font-weight:700;display:inline-flex}.seller-profile-actions button:first-child{color:#fff;background:var(--ink);border-color:var(--ink)}.seller-profile-actions button.followed{color:var(--blue-deep);background:#eaf2f6;border-color:#0000}.seller-metrics{border-top:1px solid #e5eaed;grid-column:1/-1;gap:0;padding-top:24px}.seller-metrics>div{border-right:1px solid #e5eaed;flex:1;min-width:0;padding:0 28px;display:grid}.seller-metrics>div:first-child{padding-left:0}.seller-metrics>div:last-child{border-right:0;padding-right:0}.seller-metrics strong{font-variant-numeric:tabular-nums;font-size:1.625rem;line-height:1.15}.seller-metrics span{color:var(--muted);align-items:center;gap:4px;margin-top:4px;font-size:.75rem;display:flex}.seller-metrics span svg{color:#c47a17}.seller-assurances{background:#fff;border-radius:10px;gap:24px;margin-top:18px;padding:20px 28px}.seller-assurances>div{flex:1;gap:10px;min-width:0}.seller-assurances svg{color:var(--blue);flex:none}.seller-assurances span{display:grid}.seller-assurances strong{font-size:.875rem}.seller-assurances small{color:var(--muted);font-size:.75rem}.seller-tabbar{border-bottom:1px solid #dce3e7;gap:32px;min-height:66px;margin-top:46px}.seller-tabbar button{min-height:66px;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex;position:relative}.seller-tabbar button span{color:#60717c;background:#e7ecef;border-radius:999px;padding:2px 7px;font-size:.6875rem}.seller-tabbar button.active{color:var(--ink)}.seller-tabbar button.active:after{content:"";background:var(--blue);height:3px;position:absolute;bottom:-1px;left:0;right:0}.seller-products,.seller-reviews,.seller-about{padding-top:30px}.seller-products-toolbar{justify-content:space-between;gap:24px}.seller-products-toolbar h2,.seller-review-feed h2,.seller-about h2{margin:0;font-size:1.75rem}.seller-products-toolbar p{color:var(--muted);margin:3px 0 0;font-size:.875rem}.seller-products-toolbar label{color:var(--muted);gap:3px;font-size:.6875rem;display:grid}.seller-products-toolbar select{min-width:190px;height:42px;color:var(--ink);background:#fff;border:0;border-radius:7px;padding:0 34px 0 12px;font-weight:600}.seller-category-row{flex-wrap:wrap;gap:7px;margin-top:18px}.seller-category-row button{color:#52636f;cursor:pointer;background:#fff;border:0;border-radius:7px;min-height:38px;padding:0 13px;font-size:.8125rem;font-weight:600}.seller-category-row button.active{color:#fff;background:var(--ink)}.seller-products-layout{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:24px;margin-top:18px;display:grid}.seller-product-list{background:#fff;border-radius:10px;overflow:hidden}.seller-product-row{border-bottom:1px solid #e6ecef;grid-template-columns:82px minmax(220px,1.4fr) 112px 130px 90px 150px;align-items:center;gap:16px;min-height:118px;padding:16px 18px;transition:background .16s;display:grid}.seller-product-row:last-child{border-bottom:0}.seller-product-row:hover{background:#fafbfc}.seller-product-icon{border-radius:8px;place-items:center;width:78px;height:78px;display:grid}.seller-product-icon svg{width:35px;height:35px}.seller-product-blue{color:#297bd0;background:#e7f2ff}.seller-product-sky{color:#297bd0;background:#eef5fb}.seller-product-orange{color:#d85e26;background:#fff0e8}.seller-product-office{color:#d95b2b;background:#fff4ed}.seller-product-red{color:#bf3341;background:#fbecef}.seller-product-nord{color:#3876dd;background:#eaf1ff}.seller-product-main{min-width:0}.seller-product-main>span{color:var(--blue-deep);font-size:.6875rem;font-weight:700}.seller-product-main h3{margin:3px 0;font-size:1rem;line-height:1.3}.seller-product-main h3 a:hover{color:var(--blue-deep)}.seller-product-main p{color:var(--muted);margin:0;font-size:.75rem}.seller-product-rating,.seller-product-delivery,.seller-product-price{display:grid}.seller-product-rating>span{color:#c47a17;gap:4px;font-size:.8125rem;font-weight:700}.seller-product-rating small,.seller-product-delivery small{color:var(--muted);font-size:.6875rem}.seller-product-delivery strong{color:var(--green);gap:4px;font-size:.75rem}.seller-product-price{justify-items:end}.seller-product-price del{color:#8a979f;font-size:.6875rem}.seller-product-price strong{font-variant-numeric:tabular-nums;font-size:1.25rem}.seller-product-actions{justify-content:flex-end;gap:7px}.seller-product-actions button{cursor:pointer;border-radius:7px;min-height:40px}.seller-product-actions button:first-child{color:#52636f;background:#fff;border:1px solid #d3dce1;place-items:center;width:40px;display:grid}.seller-product-actions button:first-child.active{color:#a44455;background:#fff6f7}.seller-product-actions button:last-child{color:#fff;background:var(--ink);border:0;padding:0 13px;font-weight:700}.seller-policies{background:#fff;border-radius:10px;padding:22px;position:sticky;top:100px}.seller-policies h2{margin:0 0 12px;font-size:1.125rem}.seller-policies dl{margin:0}.seller-policies dl>div{border-bottom:1px solid #e6ecef;justify-content:space-between;gap:12px;padding:11px 0;font-size:.8125rem;display:flex}.seller-policies dt{color:var(--muted)}.seller-policies dd{text-align:right;margin:0;font-weight:700}.seller-policy-note{color:#3e5260;background:#f0f5f7;border-radius:7px;align-items:flex-start;gap:8px;margin-top:18px;padding:12px;display:flex}.seller-policy-note svg{color:var(--blue);flex:none}.seller-policy-note p{margin:0;font-size:.75rem}.seller-policies>a{color:var(--blue-deep);align-items:center;gap:3px;margin-top:14px;font-size:.75rem;font-weight:700;display:flex}.seller-reviews{grid-template-columns:330px minmax(0,1fr);align-items:start;gap:28px;display:grid}.seller-review-summary,.seller-review-feed,.seller-about{background:#fff;border-radius:10px}.seller-review-summary{padding:28px}.seller-review-summary>div:first-child{display:grid}.seller-review-summary>div:first-child>strong{font-size:3.5rem;line-height:1}.seller-review-summary>div:first-child>span{color:#c47a17;margin-top:8px}.seller-review-summary p{color:var(--muted);margin:5px 0 0;font-size:.8125rem}.seller-rating-bars{gap:8px;margin-top:24px;display:grid}.seller-rating-bars>div{gap:9px}.seller-rating-bars span{align-items:center;gap:2px;width:27px;font-size:.75rem;display:flex}.seller-rating-bars span svg{color:#c47a17}.seller-rating-bars i{background:#e7ecef;border-radius:999px;flex:1;height:7px;overflow:hidden}.seller-rating-bars b{border-radius:inherit;background:#c47a17;height:100%;display:block}.seller-rating-bars small{width:33px;color:var(--muted);text-align:right}.seller-review-feed{padding:28px}.seller-review-feed h2{margin-bottom:22px}.seller-review-feed article{border-bottom:1px solid #e6ecef;margin-bottom:24px;padding:0 0 24px}.seller-review-feed article:last-child{border-bottom:0;margin:0;padding:0}.seller-review-feed header{gap:10px}.seller-review-feed header>div{display:grid}.seller-review-feed header small{color:var(--muted)}.seller-review-feed header>span:last-child{color:#c47a17;align-items:center;gap:4px;margin-left:auto;font-weight:700;display:flex}.seller-review-feed article>a{color:var(--blue-deep);margin:12px 0 4px 46px;font-size:.8125rem;font-weight:700;display:block}.seller-review-feed article>p{color:#43535f;margin:0 0 0 46px}.seller-about{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:72px;padding:36px;display:grid}.seller-about p{max-width:70ch;color:var(--muted);line-height:1.65}.seller-about dl{margin:0}.seller-about dl>div{border-bottom:1px solid #e6ecef;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.seller-about dt{color:var(--muted);gap:7px}.seller-about dt svg{color:var(--blue)}.seller-about dd{margin:0;font-weight:700}@media (max-width:1180px){.seller-product-row{grid-template-columns:74px minmax(210px,1.4fr) 105px 112px 82px 128px;gap:12px}.seller-product-icon{width:70px;height:70px}}@media (max-width:1024px){.seller-shell{width:min(100% - 32px,920px)}.seller-profile-hero{grid-template-columns:1fr}.seller-profile-actions{justify-self:start}.seller-assurances{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.seller-products-layout{grid-template-columns:1fr}.seller-policies{grid-template-columns:1fr 1fr;gap:0 24px;display:grid;position:static}.seller-policies h2,.seller-policies>a{grid-column:1/-1}.seller-product-row{grid-template-columns:74px minmax(210px,1fr) 105px 110px 82px 128px}}@media (max-width:820px){.seller-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.seller-metrics>div,.seller-metrics>div:first-child,.seller-metrics>div:last-child{border-right:0;padding:0}.seller-product-row{grid-template-columns:70px minmax(0,1fr) 90px 125px}.seller-product-rating,.seller-product-delivery{display:none}.seller-reviews,.seller-about{grid-template-columns:1fr;gap:20px}}@media (max-width:640px){.seller-shell{width:min(100% - 24px,600px);padding-top:14px}.seller-profile-hero{padding:20px}.seller-identity{align-items:flex-start}.seller-logo-large{width:64px;height:64px;font-size:1.875rem}.seller-status-line span:last-child,.seller-location i,.seller-location svg:last-of-type,.seller-location svg:last-of-type+text{display:none}.seller-identity h1{font-size:1.625rem}.seller-profile-actions{width:100%}.seller-profile-actions button{flex:1}.seller-metrics{grid-template-columns:1fr 1fr}.seller-metrics strong{font-size:1.375rem}.seller-assurances{grid-template-columns:1fr;padding:18px}.seller-tabbar{gap:24px;margin-top:28px;overflow-x:auto}.seller-tabbar button{flex:none}.seller-products-toolbar{flex-direction:column;align-items:flex-start}.seller-products-toolbar label,.seller-products-toolbar select{width:100%}.seller-product-list{background:0 0;overflow:visible}.seller-product-row{background:#fff;border:0;border-radius:8px;grid-template-columns:62px minmax(0,1fr) auto;gap:12px;margin-bottom:10px;padding:14px}.seller-product-icon{width:58px;height:58px}.seller-product-price{justify-items:end}.seller-product-actions{grid-column:2/-1;justify-content:flex-end}.seller-product-actions button:last-child{flex:1}.seller-policies{grid-template-columns:1fr}.seller-policies h2,.seller-policies>a{grid-column:auto}.seller-review-feed,.seller-review-summary,.seller-about{padding:22px}.seller-review-feed article>a,.seller-review-feed article>p{margin-left:0}}@media (max-width:480px){.brand{font-size:21px}.hero h1{font-size:42px}.hero-description{font-size:16px}.hero-actions{flex-direction:column}.hero-scene{min-height:420px;transform:scale(.56)}.section-heading h2,.comparison-copy h2,.seller-intro h2{font-size:28px}.product-rail{grid-auto-columns:86vw}.offer-number{display:none}.offer-row{grid-template-columns:44px minmax(0,1fr) 70px 38px}.offer-brand{grid-column:1}.offer-row>p:not(.offer-seller):not(.offer-price),.offer-seller{grid-column:2}.offer-price{grid-column:3}.offer-row>button{grid-column:4}.seller-list dl{grid-template-columns:1fr 1fr}.seller-list dl div:last-child{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero{--scroll-progress:0!important}}@media (min-width:1280px){.hero{background:radial-gradient(circle at 69% 46%,#e9f0ff94,#0000 35%),#fbfcff;overflow:hidden}.hero-inner{grid-template-columns:minmax(500px,40fr) minmax(720px,60fr);gap:0;width:min(100% - 72px,1760px);min-height:clamp(720px,46vw,840px);padding:48px 0 34px}.hero-copy{padding-left:clamp(10px,1.2vw,24px)}.hero h1{letter-spacing:-.025em;max-width:650px;margin-top:28px;font-size:clamp(54px,3.35vw,66px);line-height:1.04}.hero-description{max-width:560px;font-size:clamp(18px,1.12vw,21px)}.hero-scene{perspective:1100px;width:100%;min-height:clamp(650px,42vw,760px);margin:0;position:relative;left:auto;overflow:visible;transform:none}.hero-light-ring{z-index:0;border:1px solid #fffffff0;border-radius:50%;display:block;inset:9% 4% 8% 3%;box-shadow:0 0 60px #356b8912}.hero-laptop-reference{z-index:2;object-fit:contain;width:min(clamp(720px,48vw,930px),78%);max-height:92%;box-shadow:none;filter:none;background:0 0;border:0;top:52%;left:51%}.floating-app{z-index:4;width:clamp(76px,4.8vw,94px);height:clamp(76px,4.8vw,94px);box-shadow:var(--depth-x,4px) var(--depth-y,7px) 0 var(--depth,#d7dde5), 0 18px 34px #18273b26, inset 0 1px 1px #fff9, inset 0 -3px 4px #00000014;transform:translate3d(calc(var(--scroll-progress) * var(--move-x)), calc(var(--scroll-progress) * var(--move-y)), 0) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) rotateZ(var(--tilt,0deg));border-radius:20px}.floating-app:before{background:linear-gradient(#ffffff2b,#0000 34%);border-radius:18px;inset:2px 3px 4px 2px;box-shadow:inset 0 1px 1px #ffffff8c,inset 0 -1px 1px #00000012}.float-windows{--tilt:3deg;--tilt-x:5deg;--tilt-y:-8deg;top:12%;left:8%}.float-photoshop{--tilt:-7deg;--tilt-x:3deg;--tilt-y:8deg;top:37%;left:5%}.float-spotify{--tilt:6deg;--tilt-x:-4deg;--tilt-y:-7deg;top:69%;left:8%}.float-figma{--tilt:5deg;--tilt-x:4deg;--tilt-y:-7deg;top:11%;right:6%}.float-notion{--tilt:-4deg;--tilt-x:3deg;--tilt-y:7deg;top:42%;right:3%}.float-steam{--tilt:7deg;--tilt-x:-4deg;--tilt-y:7deg;top:72%;right:6%}}@media (min-width:1024px){.hero-scene{isolation:isolate;perspective:none;width:clamp(1000px,64vw,1300px);min-width:0;max-width:none;min-height:clamp(650px,43vw,820px);margin:0;position:relative;left:50%;overflow:visible;transform:translate(-50%)}.hero-light-ring{display:none}.hero-laptop-reference{z-index:2;object-fit:contain;width:min(clamp(650px,55vw,950px),64%);max-width:none;height:auto;max-height:calc(100% - 80px);box-shadow:none;transform:translate(-50%, -50%) scale(calc(1 + var(--scroll-progress) * .03));transform-origin:50%;pointer-events:none;-webkit-user-select:none;user-select:none;will-change:transform;background:0 0;border:0;display:block;position:absolute;top:50%;left:50%}.floating-app{z-index:3;aspect-ratio:1;width:clamp(64px,4vw,84px);height:clamp(64px,4vw,84px);color:var(--icon-color,#fff);background:var(--face,#fff);box-shadow:var(--depth-x,3px) var(--depth-y,6px) 0 var(--depth,#d7dde5), 0 16px 28px #18273b26, inset 0 1px 0 #ffffff85, inset 0 -2px 3px #00000014;pointer-events:none;isolation:isolate;transform:translate3d(calc(var(--scroll-progress) * var(--move-x)), calc(var(--scroll-progress) * var(--move-y)), 0) rotateZ(var(--tilt,0deg));transform-origin:50%;will-change:transform;border-radius:18px;place-items:center;display:grid;position:absolute}.floating-app:before{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:2px;box-shadow:inset 0 1px 2px #ffffff70}.floating-app:after{content:none}.floating-app svg{z-index:1;width:58%;height:58%;position:relative}.float-windows{--move-x:-24px;--move-y:-20px;--icon-color:#287ed7;--face:#f8fbff;--depth:#dbe2e9;--tilt:2deg;--depth-x:3px;--depth-y:6px;top:12%;left:8%}.float-photoshop{--move-x:-32px;--move-y:4px;--icon-color:#58b7fb;--face:#14263b;--depth:#091725;--tilt:-7deg;--depth-x:-3px;--depth-y:6px;font-size:clamp(31px,2.2vw,42px);font-weight:700;top:36%;left:5%}.float-spotify{--move-x:-24px;--move-y:20px;--icon-color:#111713;--face:#61d274;--depth:#29a95a;--tilt:5deg;--depth-x:3px;--depth-y:6px;top:70%;left:10%}.float-figma{--move-x:24px;--move-y:-20px;--face:#20252d;--depth:#10151c;--tilt:5deg;--depth-x:-3px;--depth-y:6px;top:10%;right:8%}.float-notion{--move-x:32px;--move-y:4px;--icon-color:#111;--face:#fff;--depth:#dce1e7;--tilt:-4deg;--depth-x:3px;--depth-y:6px;top:42%;right:4%}.float-steam{--move-x:26px;--move-y:20px;--face:#14273c;--depth:#0a5a91;--tilt:6deg;--depth-x:-3px;--depth-y:6px;top:72%;right:8%}.float-spotify svg,.float-steam svg{width:62%;height:62%}.float-figma svg{width:47%;height:62%}}@media (min-width:1024px) and (max-width:1366px){.hero-inner{grid-template-columns:1fr;gap:20px}.hero-copy{max-width:760px}.hero-scene{width:min(100vw - 48px,1080px);min-height:650px;margin-inline:auto;left:auto;transform:none}.hero-laptop-reference{width:min(clamp(650px,55vw,950px),60%)}}@media (min-width:1367px) and (max-width:1599px){.hero-scene{transform:translate(calc(-50% - 60px))}}@media (prefers-reduced-motion:reduce){.hero-laptop-reference,.floating-app{will-change:auto;transform:translate(-50%,-50%)}.floating-app{transform:none}}@media (min-width:1280px){.hero{background:radial-gradient(circle at 69% 46%,#e9f0ff94,#0000 35%),#fbfcff;overflow:hidden}.hero-inner{grid-template-columns:minmax(500px,40fr) minmax(720px,60fr);gap:0;width:min(100% - 72px,1760px);min-height:clamp(720px,46vw,840px);padding:48px 0 34px}.hero-copy{max-width:none;padding-left:clamp(10px,1.2vw,24px)}.hero h1{letter-spacing:-.025em;max-width:650px;margin-top:28px;font-size:clamp(54px,3.35vw,66px);line-height:1.04}.hero-description{max-width:560px;font-size:clamp(18px,1.12vw,21px)}.hero-scene{perspective:1100px;width:100%;min-height:clamp(650px,42vw,760px);margin:0;left:auto;overflow:visible;transform:none}.hero-light-ring{border:1px solid #fffffff0;border-radius:50%;display:block;inset:9% 4% 8% 3%;box-shadow:0 0 60px #356b8912}.hero-laptop-reference{filter:none;width:min(clamp(720px,48vw,930px),78%);max-height:92%;top:52%;left:51%}.floating-app{z-index:4;width:clamp(76px,4.8vw,94px);height:clamp(76px,4.8vw,94px);box-shadow:var(--depth-x,4px) var(--depth-y,7px) 0 var(--depth,#d7dde5), 0 18px 34px #18273b26, inset 0 1px 1px #fff9, inset 0 -3px 4px #00000014;transform:translate3d(calc(var(--scroll-progress) * var(--move-x)), calc(var(--scroll-progress) * var(--move-y)), 0) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) rotateZ(var(--tilt,0deg));border-radius:20px}.floating-app:before{background:linear-gradient(#ffffff2b,#0000 34%);border-radius:18px;inset:2px 3px 4px 2px;box-shadow:inset 0 1px 1px #ffffff8c,inset 0 -1px 1px #00000012}.float-windows{--tilt:3deg;--tilt-x:5deg;--tilt-y:-8deg;top:12%;left:8%}.float-photoshop{--tilt:-7deg;--tilt-x:3deg;--tilt-y:8deg;top:37%;left:5%}.float-spotify{--tilt:6deg;--tilt-x:-4deg;--tilt-y:-7deg;top:69%;left:8%}.float-figma{--tilt:5deg;--tilt-x:4deg;--tilt-y:-7deg;top:11%;right:6%}.float-notion{--tilt:-4deg;--tilt-x:3deg;--tilt-y:7deg;top:42%;right:3%}.float-steam{--tilt:7deg;--tilt-x:-4deg;--tilt-y:7deg;top:72%;right:6%}}@media (prefers-reduced-motion:reduce) and (min-width:1280px){.hero-laptop-reference{transform:translate(-50%,-50%)}.floating-app{transform:rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) rotateZ(var(--tilt,0deg))}}.hero-inner{grid-template-columns:minmax(0,1fr)}.hero-copy{width:min(100%,760px)}@media (min-width:1280px){.hero-inner{grid-template-columns:minmax(520px,.92fr) minmax(600px,1.08fr);gap:clamp(48px,5vw,92px);min-height:620px;padding-block:58px}.hero-copy{width:min(100%,760px);max-width:760px}}.hero-market{width:100%;max-width:720px;color:var(--ink);background:#fff;border-radius:12px;padding:28px;box-shadow:0 8px 24px #1c324414}.hero-market-heading,.hero-market-heading>div,.hero-featured-offer,.hero-quick-offers article,.hero-market-foot{align-items:center;display:flex}.hero-market-heading{justify-content:space-between;gap:24px;margin-bottom:22px}.hero-market-heading>div{align-items:baseline;gap:12px}.hero-market-heading span{color:var(--blue);font-size:13px;font-weight:700}.hero-market-heading h2{letter-spacing:0;margin:0;font-size:22px}.hero-market-heading a{color:var(--blue-deep);align-items:center;gap:5px;font-size:14px;font-weight:700;display:inline-flex}.hero-featured-offer{background:#f5f8fb;border-radius:10px;gap:18px;min-height:136px;padding:20px}.hero-offer-brand{color:#287bd1;background:#e8f2ff;border-radius:10px;flex:0 0 78px;place-items:center;width:78px;height:78px;display:grid}.hero-offer-brand svg{width:42px;height:42px}.hero-offer-brand img,.hero-quick-brand img{object-fit:contain;width:76%;height:76%}.hero-market-empty{min-height:220px;color:var(--muted);text-align:center;background:#f7f9fb;border-radius:10px;align-content:center;place-items:center;gap:8px;display:grid}.hero-market-empty strong{color:var(--ink);font-size:18px}.hero-offer-main{flex:1;min-width:0}.hero-offer-main>span{color:var(--muted);font-size:12px}.hero-offer-main h3{letter-spacing:0;margin:4px 0 10px;font-size:19px}.hero-offer-main p{color:var(--muted);align-items:center;gap:5px;margin:0;font-size:13px;display:flex}.hero-offer-main p svg:first-child{color:var(--blue)}.hero-offer-main p svg:last-child{color:#d38a21}.hero-offer-main p b{color:var(--ink);margin-left:6px}.hero-offer-buy{justify-items:end;min-width:104px;display:grid}.hero-offer-buy small{color:var(--muted)}.hero-offer-buy strong{margin-bottom:9px;font-size:24px}.hero-offer-buy button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px;min-height:36px;padding:0 17px;font-weight:700}.hero-quick-offers{margin-top:12px}.hero-quick-offers article{border-bottom:1px solid #e8edf0;gap:13px;min-height:68px}.hero-quick-brand{border-radius:8px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.quick-openai{color:#24765c;background:#eaf6f0}.quick-spotify{color:#0b6b42;background:#e7f7ed}.quick-steam{color:#fff;background:#17324b}.hero-quick-offers article>div{flex:1;min-width:0;display:grid}.hero-quick-offers article>div strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.hero-quick-offers article>div span,.hero-quick-offers article>p small{color:var(--muted);font-size:12px}.hero-quick-offers article>p{justify-items:end;min-width:90px;margin:0;display:grid}.hero-quick-offers article>p b{font-size:16px}.hero-quick-offers article>button{width:34px;height:34px;color:var(--blue-deep);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.hero-quick-offers article>button:hover,.hero-quick-offers article>button:focus-visible{background:var(--surface-blue)}.hero-market-foot{color:var(--muted);justify-content:space-between;gap:18px;padding-top:18px;font-size:12px}.hero-market-foot span{align-items:center;gap:6px;display:inline-flex}.hero-market-foot svg{color:var(--green)}@media (max-width:1279px){.hero-market{max-width:760px;margin-top:40px}}@media (max-width:720px){.hero-market{padding:20px}.hero-market-heading>div{display:block}.hero-market-heading span,.hero-market-foot{display:none}.hero-featured-offer{flex-wrap:wrap;align-items:flex-start}.hero-offer-buy{grid-template-columns:1fr auto;place-items:center start;width:100%}.hero-offer-buy small{display:none}.hero-offer-buy strong{margin:0}.hero-quick-offers article>p small{display:none}}@media (min-width:1025px){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f8faff;border-bottom:0;padding:14px 0}.header-inner{background:#fff;border-radius:12px;grid-template-columns:auto minmax(360px,1fr) auto;gap:clamp(28px,3vw,54px);width:min(100% - 48px,1760px);height:84px;padding:0 24px;box-shadow:0 6px 18px #1a2e420f}.header-start{gap:clamp(28px,3vw,64px)}.brand{color:#101a22;font-size:27px}.brand-mark{width:31px;height:31px}.brand-mark span,.brand-mark span:nth-child(2){background:#1764db}.brand-mark span:nth-child(3){background:#1351b2}.catalog-button{background:#f4f6f8;gap:10px;height:50px;padding:0 19px;font-size:16px}.header-search{background:#f4f6f8;border-radius:10px;gap:14px;height:50px;padding-inline:20px;font-size:16px}.header-search>svg{width:21px;height:21px}.header-actions{gap:14px;font-size:16px}.header-actions>a{padding:10px 5px}.icon-button{border-radius:8px;width:44px;height:44px}}@media (min-width:1025px) and (max-width:1320px){.site-header{padding-block:10px}.header-inner{gap:22px;width:calc(100% - 32px);padding-inline:18px}.header-start{gap:20px}.header-actions{gap:8px;font-size:14px}.brand{font-size:24px}}.catalog-page{background:#f8faff;min-height:100vh}.catalog-header{position:sticky}.catalog-shell{width:min(100% - 48px,1480px);margin:0 auto;padding:28px 0 72px}.catalog-breadcrumbs{color:#6a7883;align-items:center;gap:5px;font-size:13px;display:flex}.catalog-breadcrumbs a:hover{color:var(--blue-deep)}.catalog-intro{justify-content:space-between;align-items:flex-end;gap:40px;padding:28px 0 26px;display:flex}.catalog-intro h1{letter-spacing:-.025em;margin:0 0 8px;font-size:38px;line-height:1.1}.catalog-intro p{max-width:720px;color:var(--muted);margin:0;font-size:17px}.catalog-assurance{color:var(--blue-deep);white-space:nowrap;align-items:center;gap:10px;padding-bottom:3px;display:flex}.catalog-assurance span{color:var(--muted);font-size:12px;display:grid}.catalog-assurance strong{color:var(--ink);font-size:14px}.catalog-category-tabs{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.catalog-category-tabs::-webkit-scrollbar{display:none}.catalog-category-tabs button{color:#53636f;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;min-height:40px;padding:0 15px;font-weight:600}.catalog-category-tabs button:hover{background:#eef3f6}.catalog-category-tabs button.active{color:#fff;background:var(--ink)}.catalog-toolbar{background:#fff;border-radius:10px;grid-template-columns:220px 1fr auto;align-items:center;min-height:66px;margin-top:18px;padding:0 18px;display:grid;box-shadow:0 4px 12px #1c32440d}.catalog-toolbar>p{color:var(--muted);margin:0;font-size:14px}.catalog-toolbar>p strong{color:var(--ink)}.catalog-filter-trigger{background:#f1f4f6;border:0;border-radius:7px;justify-self:start;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:700;display:none}.catalog-filter-trigger span{color:#fff;background:var(--blue);border-radius:999px;place-items:center;min-width:20px;height:20px;font-size:11px;display:grid}.catalog-toolbar label{color:var(--muted);align-items:center;gap:8px;font-size:14px;display:flex}.catalog-toolbar select{height:40px;color:var(--ink);background:#f4f6f7;border:0;border-radius:7px;padding:0 34px 0 11px;font-weight:600}.active-filter-row{flex-wrap:wrap;align-items:center;gap:8px;min-height:48px;display:flex}.active-filter-row span{color:var(--blue-deep);background:var(--surface-blue);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600}.active-filter-row button{color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:5px 7px;font-size:12px;display:inline-flex}.catalog-layout{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:28px;margin-top:20px;display:grid}.catalog-filters{background:#fff;border-radius:10px;padding:20px;position:sticky;top:130px}.catalog-filters-title{justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.catalog-filters-title strong{font-size:18px}.catalog-filters-title button{color:var(--blue-deep);cursor:pointer;background:0 0;border:0;font-size:12px}.catalog-filter-group{border:0;border-top:1px solid #e6ecef;gap:10px;margin:0;padding:18px 0;display:grid}.catalog-filter-group legend{width:100%;padding:0 0 10px;font-size:14px;font-weight:700}.catalog-filter-group label{color:#475763;cursor:pointer;align-items:center;gap:9px;font-size:13px;display:flex}.catalog-filter-group input[type=checkbox]{width:17px;height:17px;accent-color:var(--blue);margin:0}.catalog-price-filter input{width:100%;accent-color:var(--blue)}.catalog-price-filter>div{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.catalog-switch{cursor:pointer;border-top:1px solid #e6ecef;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding-top:18px;display:grid}.catalog-switch input{opacity:0;position:absolute}.catalog-switch>span{background:#cbd5db;border-radius:999px;align-items:center;width:38px;height:22px;padding:3px;transition:background .18s;display:flex}.catalog-switch>span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s}.catalog-switch input:checked+span{background:var(--blue)}.catalog-switch input:checked+span:after{transform:translate(16px)}.catalog-switch p{margin:0;display:grid}.catalog-switch strong{font-size:13px}.catalog-switch small{color:var(--muted)}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.catalog-product{background:#fff;border-radius:10px;min-width:0;transition:transform .18s,box-shadow .18s;overflow:hidden}.catalog-product:hover{transform:translateY(-2px);box-shadow:0 8px 18px #182d3e17}.catalog-product-art{place-items:center;height:162px;display:grid;position:relative;overflow:hidden}.catalog-product-art>svg{filter:drop-shadow(0 8px 8px #1426361f);width:64px;height:64px}.catalog-product-art>img{object-fit:contain;filter:drop-shadow(0 8px 10px #1426361f);width:72%;height:72%}.catalog-product-art>button{color:#53636f;cursor:pointer;background:#ffffffe6;border:0;border-radius:7px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:12px;right:12px}.catalog-product-art>button.active{color:#b64555}.catalog-product-art>span{color:#fff;background:#a44444;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.catalog-tone-blue{color:#297bd0;background:#e7f2ff}.catalog-tone-orange{color:#d85e26;background:#fff0e8}.catalog-tone-navy{color:#60b8f8;background:#14263b}.catalog-tone-ink{color:#fff;background:#20252d}.catalog-tone-green{color:#207458;background:#e8f5ef}.catalog-tone-mint{color:#16a85a;background:#e7f7ed}.catalog-tone-steam{color:#fff;background:#17324b}.catalog-tone-paper{color:#111;background:#f3f3f1}.catalog-tone-sky{color:#297bd0;background:#eef5fb}.catalog-product-body{padding:16px}.catalog-product-body>p{color:var(--blue-deep);margin:0 0 5px;font-size:11px;font-weight:600}.catalog-product-body h2{letter-spacing:0;min-height:44px;margin:0;font-size:16px;line-height:1.35}.catalog-product-meta,.catalog-rating,.catalog-seller,.catalog-product-footer,.catalog-product-footer>div>span{align-items:center;display:flex}.catalog-product-meta{min-height:32px;color:var(--muted);gap:7px;font-size:11px}.catalog-product-meta i{background:#9aa7ae;border-radius:50%;width:3px;height:3px}.catalog-rating{color:#d38a21;gap:4px;font-size:12px}.catalog-rating strong{color:var(--ink)}.catalog-rating span{color:var(--muted)}.catalog-seller{min-height:38px;color:var(--muted);border-bottom:1px solid #e8edf0;gap:5px;font-size:12px}.catalog-seller svg{color:var(--blue)}.catalog-seller small{color:var(--green);margin-left:auto}.catalog-product-footer{justify-content:space-between;gap:12px;padding-top:13px}.catalog-product-footer>div{display:grid}.catalog-product-footer del{color:#89969e;font-size:11px}.catalog-product-footer strong{font-size:21px}.catalog-product-footer>div>span{color:var(--green);gap:3px;font-size:10px}.catalog-product-footer>button,.catalog-empty button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:7px;min-height:38px;padding:0 14px;font-size:13px;font-weight:700}.catalog-pagination{justify-content:center;align-items:center;gap:5px;margin-top:30px;display:flex}.catalog-pagination button{cursor:pointer;background:#fff;border:0;border-radius:7px;place-items:center;width:38px;height:38px;display:grid}.catalog-pagination button.active{color:#fff;background:var(--ink)}.catalog-pagination button:disabled{color:#a8b2b8;cursor:default}.catalog-empty{text-align:center;background:#fff;border-radius:10px;align-content:center;place-items:center;min-height:420px;display:grid}.catalog-empty svg{color:var(--blue)}.catalog-empty h2{margin:16px 0 4px;font-size:22px}.catalog-empty p{color:var(--muted);margin:0 0 20px}.catalog-back-mobile{align-items:center;gap:6px;font-weight:700}@media (max-width:1180px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.catalog-shell{width:min(100% - 32px,920px);padding-top:20px}.catalog-intro{flex-direction:column;align-items:flex-start;gap:16px}.catalog-assurance{white-space:normal}.catalog-toolbar{grid-template-columns:auto 1fr auto}.catalog-filter-trigger{display:inline-flex}.catalog-layout{grid-template-columns:1fr}.catalog-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:none;position:static}.catalog-filters.open{display:grid}.catalog-filters-title{grid-column:1/-1}}@media (max-width:680px){.catalog-shell{width:min(100% - 24px,620px)}.catalog-intro h1{font-size:32px}.catalog-toolbar{grid-template-columns:1fr auto;gap:10px;padding:12px}.catalog-toolbar>p{display:none}.catalog-toolbar label{font-size:0}.catalog-toolbar select{max-width:170px;font-size:13px}.catalog-filters.open,.catalog-grid{grid-template-columns:1fr}.catalog-product-art{height:190px}}.product-page{background:#f5f7f8;min-height:100vh}.product-shell{width:min(calc(100% - 48px), var(--container));margin:0 auto;padding:24px 0 80px}.product-breadcrumbs{min-height:36px;color:var(--muted);align-items:center;gap:7px;font-size:.8125rem;display:flex}.product-breadcrumbs a:hover{color:var(--blue-deep)}.product-hero{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;margin-top:16px;display:grid}.product-primary{background:#fff;border-radius:10px;grid-template-columns:minmax(260px,.78fr) minmax(330px,1.22fr);gap:36px;min-width:0;padding:32px;display:grid}.product-visual-column{min-width:0}.product-visual{color:#2678ce;background:#e8f2fc;border-radius:8px;align-content:center;place-items:center;min-height:360px;display:grid;position:relative;overflow:hidden}.product-visual:after{content:"";filter:blur(14px);background:#2248671f;border-radius:50%;width:220px;height:36px;position:absolute;bottom:62px}.product-visual>svg{z-index:1;filter:drop-shadow(0 18px 14px #163e6133);width:132px;height:132px;position:relative}.product-visual>img{z-index:1;object-fit:contain;width:min(76%,260px);max-height:220px;position:relative}.seller-product-icon img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.seller-empty-state{text-align:center;min-height:280px;color:var(--muted);align-content:center;place-items:center;gap:8px;padding:48px 24px;display:grid}.seller-empty-state h3,.seller-empty-state p{margin:0}.seller-empty-state h3{color:var(--ink)}.route-state,.route-error{width:min(1180px,100% - 48px);min-height:70vh;margin:0 auto;padding:96px 0}.route-state-grid{grid-template-columns:minmax(0,1fr) 340px;gap:24px;margin-top:24px;display:grid}.route-state-skeleton{background:#e9eef1;border-radius:10px;animation:1.2s ease-in-out infinite alternate route-skeleton}.route-state-skeleton.wide{width:54%;height:28px}.route-state-skeleton.medium{width:34%;height:18px;margin-top:14px}.route-state-skeleton.tall{height:420px}@keyframes route-skeleton{to{background:#f3f6f7}}.route-error{flex-direction:column;align-items:flex-start;gap:14px;display:flex}.route-error span{color:var(--blue-deep);font-weight:700}.route-error h1,.route-error p{margin:0}.route-error p{color:var(--muted)}.route-error button,.route-error a{border-radius:7px;align-items:center;min-height:44px;padding:0 16px;font-weight:700;display:inline-flex}.route-error button{color:#fff;background:var(--ink);cursor:pointer;border:0;margin-top:8px}.route-error a{color:var(--blue-deep)}@media (prefers-reduced-motion:reduce){.route-state-skeleton{animation:none}}.product-visual>strong,.product-visual>small{z-index:1;position:relative}.product-visual>strong{color:var(--ink);margin-top:18px;font-size:1.375rem}.product-visual>small{color:var(--muted);font-size:.875rem}.product-visual-label{color:var(--blue-deep);background:#ffffffd1;border-radius:5px;padding:5px 8px;font-size:.75rem;font-weight:700;position:absolute;top:16px;left:16px}.product-compatibility{background:var(--line);border:1px solid var(--line);border-radius:8px;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:14px;display:grid;overflow:hidden}.product-compatibility span{color:#43535f;background:#fff;justify-content:center;align-items:center;gap:7px;min-height:58px;font-size:.75rem;font-weight:600;display:flex}.product-summary{padding-top:4px}.product-kicker{color:var(--blue-deep);align-items:center;gap:8px;font-size:.8125rem;font-weight:700;display:flex}.product-kicker i{background:#91a0a9;border-radius:50%;width:3px;height:3px}.product-summary h1{letter-spacing:0;max-width:14ch;margin:12px 0 14px;font-size:clamp(2rem,3vw,2.75rem);line-height:1.08}.product-lead{max-width:52ch;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.product-rating-line{color:var(--muted);border-bottom:1px solid #e5eaed;align-items:center;gap:12px;margin-top:18px;padding-bottom:22px;font-size:.8125rem;display:flex}.product-rating-line a{color:var(--blue-deep);font-weight:600}.product-rating-score{color:#c47a17;align-items:center;gap:4px;font-weight:700;display:inline-flex}.product-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;padding:22px 0;display:grid}.product-benefits>div,.product-trust-strip>div,.buybox-protection{align-items:flex-start;gap:10px;display:flex}.product-benefits svg,.product-trust-strip svg{color:var(--blue);flex:none}.product-benefits span,.product-trust-strip span,.buybox-protection span{display:grid}.product-benefits strong,.product-trust-strip strong{font-size:.875rem}.product-benefits small,.product-trust-strip small,.buybox-protection small{color:var(--muted);font-size:.75rem;line-height:1.35}.product-note{color:#3d5261;background:#f2f6f8;border-radius:7px;align-items:flex-start;gap:9px;padding:13px 14px;display:flex}.product-note svg{color:var(--blue);flex:none}.product-note p{margin:0;font-size:.8125rem}.product-buybox{background:#fff;border-radius:10px;padding:24px;position:sticky;top:100px;box-shadow:0 10px 30px #1f334214}.buybox-stock,.buybox-price,.buybox-seller,.quantity-label,.buybox-secondary-row,.buybox-license{align-items:center;display:flex}.buybox-stock,.buybox-price{justify-content:space-between}.buybox-stock span{color:var(--green);align-items:center;gap:7px;font-size:.8125rem;font-weight:700;display:inline-flex}.buybox-stock i{background:#3c9a70;border-radius:50%;width:8px;height:8px}.buybox-stock small{color:var(--muted)}.buybox-price{border-bottom:1px solid #e5eaed;margin:18px 0;padding-bottom:18px}.buybox-price>div{display:grid}.buybox-price small,.buybox-price>span,.buybox-seller small,.offer-detail small,.offer-price small{color:var(--muted);font-size:.75rem}.buybox-price strong{font-variant-numeric:tabular-nums;font-size:2.25rem;line-height:1}.buybox-price>span{color:var(--green);justify-items:end;font-weight:700;display:grid}.buybox-price del{color:#8b979e;font-weight:400}.buybox-seller{gap:10px}.seller-avatar,.review-avatar{color:#fff;background:var(--blue-deep);border-radius:50%;flex:none;place-items:center;font-weight:700;display:grid}.seller-avatar{width:40px;height:40px}.buybox-seller>div{min-width:0;display:grid}.buybox-seller strong,.offer-seller strong{align-items:center;gap:5px;display:flex}.buybox-seller strong svg,.offer-seller strong svg{color:var(--blue)}.buybox-seller>div>span,.offer-seller>div>span{color:var(--muted);align-items:center;gap:4px;font-size:.75rem;display:flex}.buybox-seller>div>span svg,.offer-seller>div>span svg{color:#c47a17}.buybox-seller>a{color:var(--blue-deep);margin-left:auto;font-size:.75rem;font-weight:700}.buybox-license{background:#f4f6f7;border-radius:7px;justify-content:space-between;gap:12px;margin:18px 0;padding:12px}.buybox-license span{color:var(--muted);font-size:.6875rem;display:grid}.buybox-license strong{color:var(--ink);font-size:.8125rem}.quantity-label{justify-content:space-between;margin-bottom:14px;font-size:.8125rem;font-weight:700}.quantity-control{border:1px solid var(--line);border-radius:7px;grid-template-columns:38px 36px 38px;align-items:center;height:38px;display:grid;overflow:hidden}.quantity-control button{cursor:pointer;background:#fff;border:0;place-items:center;height:100%;display:grid}.quantity-control button:disabled{color:#a8b2b8;cursor:default}.quantity-control output{text-align:center;font-variant-numeric:tabular-nums}.buybox-primary,.buybox-secondary-row button,.offer-row>button,.activation-content>button{cursor:pointer;border-radius:7px;min-height:44px;font-weight:700;transition:background .16s,color .16s,transform .16s}.buybox-primary{color:#fff;background:var(--ink);border:1px solid var(--ink);justify-content:center;align-items:center;gap:8px;width:100%;display:inline-flex}.buybox-primary:hover{background:#233441}.buybox-secondary-row{gap:9px;margin-top:9px}.buybox-secondary-row button{color:var(--blue-deep);background:#fff;border:1px solid #cfd9de}.buybox-secondary-row button:first-child{flex:1}.buybox-secondary-row button:last-child{place-items:center;width:46px;display:grid}.buybox-secondary-row button.active{color:#a44455;background:#fff6f7}.buybox-protection{border-top:1px solid #e5eaed;margin-top:18px;padding-top:18px}.buybox-protection svg{color:var(--blue)}.buybox-protection strong{font-size:.8125rem}.buybox-guarantee{color:var(--muted);justify-content:center;align-items:center;gap:6px;margin:15px 0 0;font-size:.75rem;display:flex}.product-trust-strip{background:#fff;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:20px;padding:20px 28px;display:grid}.product-offers,.product-content{margin-top:56px}.product-section-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.product-section-heading span,.tab-overview>div>span{color:var(--blue-deep);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.product-section-heading h2{margin:5px 0 0;font-size:1.75rem;line-height:1.2}.product-section-heading p{color:var(--muted);margin:0;font-size:.875rem}.offer-list{background:#fff;border-radius:10px;margin-top:20px;overflow:hidden}.offer-row{border-bottom:1px solid #e6ecef;grid-template-columns:minmax(260px,1.4fr) minmax(135px,.8fr) minmax(110px,.65fr) 100px 110px;align-items:center;gap:18px;min-height:92px;padding:16px 20px;display:grid}.offer-row:last-child{border-bottom:0}.offer-row.selected{box-shadow:inset 3px 0 var(--blue);background:#f5f9fb}.offer-seller{align-items:center;gap:11px;min-width:0;display:flex}.offer-seller>div{min-width:0;display:grid}.offer-seller em{color:var(--blue-deep);background:var(--surface-blue);border-radius:5px;margin-left:auto;padding:4px 7px;font-size:.6875rem;font-style:normal;font-weight:700}.offer-detail,.offer-price{display:grid}.offer-detail strong{align-items:center;gap:4px;font-size:.8125rem;display:flex}.offer-detail strong svg{color:var(--green)}.offer-price strong{font-variant-numeric:tabular-nums;font-size:1.25rem}.offer-row>button{color:#fff;background:var(--ink);border:0;justify-content:center;align-items:center;gap:6px;display:inline-flex}.offer-row.selected>button{color:var(--blue-deep);background:#e5f0f5}.product-content{background:#fff;border-radius:10px;overflow:hidden}.product-tabs{border-bottom:1px solid #e5eaed;align-items:stretch;gap:32px;min-height:64px;padding:0 28px;display:flex}.product-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0;font-weight:700;position:relative}.product-tabs button.active{color:var(--ink)}.product-tabs button.active:after{content:"";background:var(--blue);height:3px;position:absolute;bottom:-1px;left:0;right:0}.product-tab-panel{min-height:350px;padding:36px}.tab-overview{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:72px;display:grid}.tab-overview h2,.compatibility-content h2{max-width:22ch;margin:8px 0 14px;font-size:1.75rem;line-height:1.2}.tab-overview p,.compatibility-content p{max-width:66ch;color:var(--muted)}.tab-overview ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:24px 0 0;padding:0;list-style:none;display:grid}.tab-overview li{align-items:center;gap:8px;font-size:.875rem;display:flex}.tab-overview li svg{color:var(--green)}.tab-overview dl,.compatibility-content dl{margin:0;padding:0}.tab-overview dl>div,.compatibility-content dl>div{border-bottom:1px solid #e6ecef;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.tab-overview dt,.compatibility-content dt{color:var(--muted)}.tab-overview dd,.compatibility-content dd{text-align:right;margin:0;font-weight:700}.activation-content{gap:0;max-width:900px;display:grid}.activation-step{border-bottom:1px solid #e6ecef;grid-template-columns:48px 1fr;gap:16px;min-height:92px;padding:18px 0;display:grid}.activation-step>span{color:#fff;background:var(--blue);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:700;display:grid}.activation-step h3{margin:0 0 4px;font-size:1.125rem}.activation-step p{color:var(--muted);margin:0}.activation-content>button{width:max-content;color:var(--blue-deep);background:#eff5f8;border:0;align-items:center;gap:8px;margin-top:22px;padding:0 16px;display:inline-flex}.compatibility-content{grid-template-columns:minmax(260px,.8fr) minmax(400px,1.2fr);gap:70px;display:grid}.compatibility-content dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;display:grid}.reviews-content{grid-template-columns:230px 1fr;gap:52px;display:grid}.reviews-content>aside{align-items:flex-start;gap:18px;display:flex}.reviews-content>aside>strong{font-size:3.5rem;line-height:1}.reviews-content>aside span{color:#c47a17;display:flex}.reviews-content>aside p{color:var(--muted);margin:5px 0 0;font-size:.8125rem}.review-list{gap:0;display:grid}.review-list article{border-bottom:1px solid #e6ecef;margin-bottom:24px;padding:0 0 24px}.review-list article:last-child{margin-bottom:0}.review-list header{align-items:center;gap:10px;display:flex}.review-avatar{width:36px;height:36px}.review-list header>div{display:grid}.review-list header small{color:var(--muted)}.review-list header>span:last-child{color:#c47a17;align-items:center;gap:4px;margin-left:auto;font-weight:700;display:flex}.review-list article>p{color:#41515d;margin:14px 0 0 46px}.catalog-product-body h2 a{transition:color .16s}.catalog-product-body h2 a:hover{color:var(--blue-deep)}@media (max-width:1180px){.product-hero{grid-template-columns:minmax(0,1fr) 330px}.product-primary{grid-template-columns:minmax(230px,.78fr) minmax(300px,1.22fr);gap:28px;padding:24px}.product-visual{min-height:320px}.offer-row{grid-template-columns:minmax(230px,1.3fr) minmax(120px,.7fr) 90px 90px 100px;gap:12px}}@media (max-width:980px){.product-shell{width:min(100% - 32px,920px)}.product-hero{grid-template-columns:1fr}.product-buybox{position:static}.product-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-row{grid-template-columns:minmax(220px,1.5fr) 1fr 90px 100px}.offer-row .offer-detail:nth-of-type(2){display:none}.tab-overview,.compatibility-content{gap:40px}}@media (max-width:760px){.product-shell{width:min(100% - 24px,680px);padding-top:14px}.product-breadcrumbs a:nth-of-type(3),.product-breadcrumbs a:nth-of-type(3)+svg{display:none}.product-primary{grid-template-columns:1fr;padding:18px}.product-visual{min-height:290px}.product-summary h1{max-width:none}.product-benefits,.product-trust-strip{grid-template-columns:1fr}.product-trust-strip{padding:20px}.product-section-heading{flex-direction:column;align-items:flex-start;gap:8px}.offer-list{background:0 0;overflow:visible}.offer-row,.offer-row.selected{box-shadow:none;background:#fff;border:0;border-radius:8px;grid-template-columns:1fr auto;gap:14px;margin-bottom:10px;padding:16px}.offer-seller{grid-column:1/-1}.offer-seller em,.offer-detail{display:none}.offer-price{align-self:center}.offer-row>button{min-width:110px}.product-tabs{gap:22px;padding:0 18px;overflow-x:auto}.product-tabs button{flex:none}.product-tab-panel{padding:24px 18px}.tab-overview,.compatibility-content,.reviews-content{grid-template-columns:1fr;gap:32px}.tab-overview ul,.compatibility-content dl{grid-template-columns:1fr}}.basket-checkout{color:#fff;background:var(--ink);border-radius:7px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;margin-top:22px;font-weight:750;display:flex}.basket-checkout:hover{background:#243440}.checkout-page,.orders-page,.order-detail-page{background:#f6f8f9;min-height:100vh}.checkout-shell,.orders-shell,.order-detail-shell{width:min(100% - 48px,1180px);margin:0 auto;padding:34px 0 80px}.checkout-back{color:#52616c;align-items:center;gap:7px;width:max-content;font-size:.875rem;font-weight:650;display:inline-flex}.checkout-back:hover{color:var(--blue-deep)}.checkout-heading,.orders-heading,.order-detail-heading{margin:34px 0 30px}.checkout-heading>span,.orders-heading>div>span,.order-detail-heading>div>span{color:var(--blue-deep);font-size:.8125rem;font-weight:750}.checkout-heading h1,.orders-heading h1,.order-detail-heading h1{letter-spacing:0;margin:6px 0 8px;font-size:2.5rem;line-height:1.05}.checkout-heading p,.orders-heading p,.order-detail-heading p{color:var(--muted);margin:0}.checkout-layout,.order-detail-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:28px;display:grid}.checkout-main,.order-detail-main{gap:18px;display:grid}.checkout-section,.checkout-summary,.order-progress,.order-items,.order-detail-summary{background:#fff;border:1px solid #e2e8eb;border-radius:8px}.checkout-section{padding:28px}.checkout-section-title{align-items:flex-start;gap:13px;margin-bottom:24px;display:flex}.checkout-section-title>span{color:#fff;background:var(--blue-deep);border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:.8125rem;font-weight:750;display:grid}.checkout-section-title h2,.checkout-summary h2,.order-items h2,.order-detail-summary h2{letter-spacing:0;margin:0 0 5px;font-size:1.25rem}.checkout-section-title p{color:var(--muted);margin:0;font-size:.875rem}.checkout-email{color:#34434d;gap:8px;max-width:520px;font-size:.8125rem;font-weight:700;display:grid}.checkout-email>div{color:#71808a;background:#f8fafb;border:1px solid #dce4e8;border-radius:7px;align-items:center;gap:10px;min-height:48px;padding:0 14px;display:flex}.checkout-email>div:focus-within{border-color:var(--blue-deep);background:#fff;box-shadow:0 0 0 3px #356b891f}.checkout-email input{width:100%;font:inherit;background:0 0;border:0;outline:0}.payment-method{border:1px solid var(--blue-deep);cursor:pointer;border-radius:8px;align-items:center;gap:13px;min-height:68px;padding:0 18px;display:flex}.payment-method input,.checkout-consent input{accent-color:var(--blue-deep)}.payment-method>span{flex:1;display:grid}.payment-method small{color:var(--muted)}.payment-method>svg:last-child{color:#187353}.checkout-security{color:var(--muted);align-items:flex-start;gap:10px;margin-top:15px;font-size:.8125rem;display:flex}.checkout-security>span{display:grid}.checkout-security strong{color:#34434d}.checkout-products article{border-top:1px solid #e7ecef;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:70px;padding:14px 0;display:grid}.checkout-products article>div,.order-item-art{width:52px;height:52px;color:var(--blue-deep);background:#edf3f6;border-radius:7px;place-items:center;font-weight:750;display:grid;overflow:hidden}.checkout-products img,.order-item-art img{object-fit:cover;width:100%;height:100%}.checkout-products article>span{min-width:0;display:grid}.checkout-products article small{color:var(--muted)}.checkout-summary,.order-detail-summary{padding:26px;position:sticky;top:96px}.checkout-summary dl,.order-detail-summary dl{margin:18px 0 0}.checkout-summary dl>div,.order-detail-summary dl>div{color:#52616c;justify-content:space-between;gap:18px;padding:8px 0;display:flex}.checkout-total{border-top:1px solid #dfe6e9;margin-top:10px;font-size:1.125rem;font-weight:750;color:var(--ink)!important;padding-top:18px!important}.checkout-consent{color:#52616c;cursor:pointer;align-items:flex-start;gap:10px;margin-top:20px;font-size:.8125rem;display:flex}.checkout-consent input{margin-top:3px}.checkout-summary>button{color:#fff;background:var(--ink);width:100%;min-height:48px;font:inherit;cursor:pointer;border:0;border-radius:7px;justify-content:center;align-items:center;gap:9px;margin-top:20px;font-weight:750;display:flex}.checkout-summary>button:disabled{opacity:.55;cursor:not-allowed}.checkout-summary>p,.order-detail-summary>p{color:var(--muted);align-items:flex-start;gap:8px;margin:18px 0 0;font-size:.8125rem;display:flex}.checkout-error,.orders-error{color:#923f3f;background:#fbebeb;border-radius:7px;margin-top:16px;padding:12px 14px;font-size:.875rem;font-weight:650}.checkout-empty-actions{gap:10px;display:flex}.checkout-empty-actions a+a{color:var(--ink);background:#eaf0f3}.checkout-skeleton,.orders-loading{gap:14px;display:grid}.checkout-skeleton span,.orders-loading span{background:#e8edef;border-radius:8px;height:150px;animation:1.2s ease-in-out infinite alternate account-pulse}.orders-heading,.order-detail-heading{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.orders-heading>a{background:#eaf0f3;border-radius:7px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-weight:700;display:inline-flex}.orders-filters{gap:4px;margin-bottom:18px;display:flex}.orders-filters button{color:#52616c;min-height:40px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 14px;font-weight:650}.orders-filters button:hover,.orders-filters button.active{color:var(--ink);background:#e7eef1}.orders-list{background:#fff;border:1px solid #e2e8eb;border-radius:8px;overflow:hidden}.orders-list article{border-bottom:1px solid #e7ecef;grid-template-columns:minmax(300px,1fr) auto 110px 112px;align-items:center;gap:22px;min-height:116px;padding:20px 24px;display:grid}.orders-list article:last-child{border-bottom:0}.order-row-main{align-items:center;gap:14px;min-width:0;display:flex}.order-icon{width:46px;height:46px;color:var(--blue-deep);background:#eaf2f6;border-radius:7px;flex:none;place-items:center;display:grid}.order-row-main small,.order-row-main p{color:var(--muted)}.order-row-main h2{letter-spacing:0;margin:2px 0 4px;font-size:1rem}.order-row-main p{align-items:center;gap:5px;margin:0;font-size:.8125rem;display:flex}.order-status{color:#715714;white-space:nowrap;background:#fff4d7;border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:750}.status-completed,.status-paid{color:#176845;background:#e7f5ed}.status-cancelled,.status-refunded{color:#6d4d4d;background:#f4eaea}.orders-list article>strong{justify-self:end;font-size:1.125rem}.orders-list article>a{color:var(--blue-deep);justify-content:flex-end;align-items:center;gap:6px;font-weight:700;display:flex}.orders-error{justify-content:space-between;align-items:center;display:flex}.orders-error button{cursor:pointer;border:0;border-radius:6px;min-height:34px;padding:0 11px}.order-detail-loading{min-height:360px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.order-progress{align-items:center;padding:24px;display:flex}.order-progress>div{color:#8a969d;align-items:center;gap:10px;min-width:150px;display:flex}.order-progress>div>svg{border:1px solid #dce4e8;border-radius:50%;width:30px;height:30px;padding:7px}.order-progress>div.done,.order-progress>div.current{color:var(--blue-deep)}.order-progress>div.done>svg{color:#fff;background:#187353;border-color:#187353}.order-progress>div>span{display:grid}.order-progress small{color:var(--muted)}.order-progress i{background:#dce4e8;flex:1;height:1px;margin:0 14px}.order-items{padding:28px}.order-items h2{margin-bottom:18px}.order-items article{border-top:1px solid #e7ecef;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px 0;display:grid}.order-item-copy small,.order-item-copy p{color:var(--muted)}.order-item-copy h3{margin:2px 0 4px;font-size:1rem}.order-item-copy p{margin:0;font-size:.8125rem}.digital-delivery{background:#f2f7f9;border-radius:7px;grid-column:2/-1;grid-template-columns:minmax(130px,1fr) minmax(180px,2fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.digital-delivery>span,.digital-delivery button,.download-button{align-items:center;gap:7px;font-weight:700;display:flex}.digital-delivery code{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.digital-delivery button,.download-button{min-height:36px;color:var(--blue-deep);cursor:pointer;background:#fff;border:0;border-radius:6px;padding:0 11px}.download-button{background:#eaf2f6;grid-column:2/-1;width:max-content}.order-detail-summary>a{color:#fff;background:var(--ink);border-radius:7px;justify-content:center;align-items:center;min-height:42px;margin-top:18px;font-weight:750;display:flex}.pay-order{color:#fff;background:var(--ink);width:100%;min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:7px;margin-top:18px;font-weight:750}.pay-order:disabled{opacity:.6;cursor:wait}.cancel-order{color:#8a3e3e;width:100%;min-height:40px;font:inherit;cursor:pointer;background:#f7eded;border:0;border-radius:7px;margin-top:18px;font-weight:700}.spin{animation:.8s linear infinite checkout-spin}@keyframes checkout-spin{to{transform:rotate(360deg)}}@media (max-width:940px){.checkout-layout,.order-detail-layout{grid-template-columns:1fr}.checkout-summary,.order-detail-summary{position:static}.orders-list article{grid-template-columns:minmax(260px,1fr) auto 100px}.orders-list article>a{grid-column:2/-1}}@media (max-width:680px){.checkout-shell,.orders-shell,.order-detail-shell{width:min(100% - 20px,640px);padding-top:24px}.checkout-heading h1,.orders-heading h1,.order-detail-heading h1{font-size:2rem}.orders-heading,.order-detail-heading{flex-direction:column;align-items:flex-start}.checkout-section,.checkout-summary,.order-items,.order-detail-summary{padding:20px 18px}.orders-filters{overflow-x:auto}.orders-filters button{flex:none}.orders-list article{grid-template-columns:1fr auto;gap:14px;padding:18px}.order-row-main{grid-column:1/-1}.orders-list article>a{grid-column:auto}.order-progress{flex-direction:column;align-items:flex-start;gap:14px}.order-progress i{flex:none;width:1px;height:20px;margin:-7px 0 -7px 15px}.digital-delivery{grid-template-columns:1fr}.order-items article{grid-template-columns:52px minmax(0,1fr)}.order-items article>strong{grid-column:2}.digital-delivery,.download-button{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.spin,.checkout-skeleton span,.orders-loading span{animation:none}}
