/* styles.css */
:root{--bg:#07050b;--panel:#100a17;--text:#f7f3fb;--muted:#afa5b9;--purple:#9d35f5;--line:rgba(255,255,255,.1);--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(calc(100% - 40px),var(--max));margin:auto}.topbar{min-height:38px;padding:9px;text-align:center;background:#130824;color:#cdbde0;font-size:12px}.topbar strong{color:#ddaaff;margin-right:8px}header{position:sticky;top:0;z-index:10;background:rgba(7,5,11,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px;font:700 20px "Space Grotesk"}.brand img{width:43px;height:43px;border-radius:12px}.navlinks{display:flex;gap:24px;color:#c9c1d0;font-size:13px}.btn{display:inline-block;padding:12px 20px;border:1px solid var(--line);border-radius:10px;font-weight:700}.primary{background:linear-gradient(135deg,#9d35f5,#5f11c6);border:0}.hero{min-height:680px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(111,18,200,.27),transparent 40%)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;padding:72px 0}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#c66fff}.eyebrow{display:inline-block;padding:8px 12px;border:1px solid rgba(176,92,255,.3);border-radius:50px;background:rgba(140,46,255,.08)}h1,h2{font-family:"Space Grotesk";letter-spacing:-.045em}h1{font-size:clamp(46px,6vw,76px);line-height:.98;margin:24px 0}h1 span{color:#bd72ff}h2{font-size:clamp(34px,4vw,50px);line-height:1.06;margin:10px 0 25px}.lead{font-size:18px}.lead,p,li{color:var(--muted);line-height:1.75}.hero-actions{display:flex;gap:12px;margin:30px 0}.hero small,.product small{color:#857b8f}.logo-stage img{width:min(100%,470px);filter:drop-shadow(0 30px 70px #000)}.notice{background:#170b22;border-block:1px solid rgba(176,92,255,.2)}.notice .shell{display:flex;gap:22px;padding-block:22px}.notice p{margin:0;font-size:14px}.notice strong{color:#d894ff}.guide{display:grid;grid-template-columns:220px 1fr;gap:70px;padding-block:100px}.guide aside{position:sticky;top:110px;align-self:start;display:flex;flex-direction:column;gap:14px;padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.guide aside a{font-size:13px;color:var(--muted)}.table{overflow:auto;margin:28px 0;border:1px solid var(--line);border-radius:14px}table{border-collapse:collapse;width:100%;min-width:560px}th,td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);font-size:14px}td{color:var(--muted)}tr:last-child>*{border:0}.updated{padding:16px 18px;border-left:3px solid var(--purple);background:rgba(140,46,255,.08);font-size:13px}.showcase,.section,.product,.faq,.disclosure{padding:100px 0}.showcase,.alt,.faq{background:#0c0811}.heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.heading h2{margin-bottom:0}.heading>p{max-width:440px}.lobby{padding:10px;border-radius:24px;background:linear-gradient(135deg,#8d30ff55,#ffffff11,#5b12aa55)}.lobby img{width:100%;border-radius:17px}.split,.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.card{padding:28px 24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#ffffff0b,#ffffff03)}.card h3:not(:first-child){margin-top:28px}.warning{border-color:#ffbf4c44}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards .card b{color:#c776ff}.product-grid{grid-template-columns:1.1fr .9fr;align-items:center}.product-image{border-radius:22px;overflow:hidden;box-shadow:0 30px 100px #6017a133}.chips{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0}.chips span{padding:9px 12px;border:1px solid var(--line);border-radius:8px;color:#d7cfdd;font-size:12px}.responsible{padding:80px 0;background:#160921;border-block:1px solid #b05cff38}.faq-list{display:grid;gap:10px}.faq details{border:1px solid var(--line);border-radius:12px;padding:0 20px}.faq summary{cursor:pointer;padding:20px 0;font-weight:700}.faq details p{margin-top:0}.disclosure{border-top:1px solid var(--line)}.disclosure h2{font-size:28px}.disclosure p{max-width:900px}footer{padding:30px 0;border-top:1px solid var(--line);color:#847b8c;font-size:12px}footer .shell{display:flex;justify-content:space-between;gap:20px}footer div div{display:flex;gap:20px}@media(max-width:900px){.navlinks{display:none}.hero-grid,.split,.product-grid{grid-template-columns:1fr}.logo-stage{order:-1;max-width:380px;margin:auto}.hero-grid{text-align:center}.hero-actions{justify-content:center}.guide{grid-template-columns:1fr}.guide aside{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:1fr}.heading{align-items:start;flex-direction:column}}@media(max-width:600px){.shell{width:calc(100% - 28px)}.brand span{display:none}nav{height:66px}.hero{min-height:auto}.hero-grid{gap:30px;padding:45px 0 65px}h1{font-size:42px}.lead{font-size:15px}.hero-actions{flex-direction:column}.notice .shell{flex-direction:column;gap:5px}.guide{padding-block:70px}.guide aside{grid-template-columns:1fr 1fr}.showcase,.section,.product,.faq,.disclosure{padding:70px 0}.lobby{padding:5px}.lobby img{border-radius:18px}footer .shell{flex-direction:column}}

/* cluster.css */
.clusters,.related{padding:80px 0;background:#0c0811}.cluster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:35px}.cluster-grid a,.related a{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#ffffff05}.cluster-grid a:hover,.related a:hover{border-color:#9d35f588}.cluster-grid span,.related span{color:var(--muted);font-size:13px}.page-hero{padding:80px 0 55px;background:radial-gradient(circle at 80% 0,#7012c833,transparent 45%)}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:25px}.breadcrumbs a{color:#c66fff}.page-hero h1{max-width:900px}.page-hero p{max-width:760px;font-size:18px}.page-body{padding:70px 0}.prose{max-width:820px;margin:auto}.prose h2{margin-top:50px;font-size:34px}.prose .card{margin:30px 0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:600px){.cluster-grid,.related-grid{grid-template-columns:1fr}}

/* layout-fixes.css */
/* Full-bleed promotional feature: image touches the viewport edge. */
.product{padding:0;overflow:hidden}
.product>.shell{width:100%;max-width:none;margin:0}
.product-grid{grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);gap:0;align-items:stretch}
.product-image{border-radius:0;box-shadow:none;min-height:720px}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-grid>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:80px clamp(40px,7vw,120px)}
@media(max-width:900px){.product-grid{grid-template-columns:1fr}.product-image{min-height:auto}.product-image img{height:auto;object-fit:contain}.product-grid>div:last-child{padding:60px max(20px,6vw)}}
@media(max-width:600px){.product-grid>div:last-child{padding:45px 20px}}

/* matbet-theme.css */
:root{--bg:#fbfbfb;--panel:#fff;--text:#1a222b;--muted:#606873;--purple:#d4000f;--line:rgba(26,34,43,.12)}body{background:#fbfbfb;color:#1a222b;font-family:Inter,Arial,sans-serif}.topbar{display:none}header{position:relative;top:auto;background:#fff;border-bottom:1px solid #ffc20e;box-shadow:none}.shop-header{height:68px;display:flex;align-items:center;justify-content:space-between}.shop-logo img{width:42px;height:42px;object-fit:cover;border-radius:5px}.account-actions{display:flex;align-items:center;gap:54px;font-size:13px;font-weight:800}.account-actions>a:first-child{display:flex;flex-direction:column;align-items:center;gap:1px}.user-icon{display:grid;place-items:center;width:25px;height:25px;border:1.8px solid #1a222b;border-radius:50%;font-size:18px;line-height:1}.register-pill{padding:7px 14px;background:#df0613;color:#fff;border-radius:30px}.category-nav{height:44px;display:flex;align-items:center;gap:34px;overflow-x:auto;white-space:nowrap;font-size:12px;font-weight:800}.shop-product{padding:40px 0 95px;background:#fbfbfb}.product-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:50px}.gallery{display:grid;grid-template-columns:72px 1fr;gap:18px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumbs button{padding:0;width:72px;height:72px;border:1px solid #ccd0d5;border-radius:5px;background:#fff;overflow:hidden;cursor:pointer}.thumbs button.active{border:2px solid #ffc20e}.thumbs img{width:100%;height:100%;object-fit:cover}.main-product-image{background:#fff;border-radius:5px;overflow:hidden;align-self:start}.main-product-image img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.product-info h1{font:600 clamp(25px,2.4vw,36px)/1.2 Inter,Arial,sans-serif;letter-spacing:-.03em;margin:0 0 8px}.breadcrumb{font-size:12px;color:#777;margin:0 0 18px}.shop-price{font-size:28px;font-weight:800;color:#c6000d}.availability{font-size:13px}.product-info hr{border:0;border-top:1px solid #ddd;margin:34px 0 30px}.shop-actions{display:grid;grid-template-columns:128px 1fr;gap:12px}.quantity{height:46px;border:1px solid #1a222b;border-radius:28px;display:flex;align-items:center;justify-content:space-around}.quantity button{border:0;background:none;font-size:18px;color:#909090}.quantity span{font-size:13px}.yellow-button{display:grid;place-items:center;background:#ffc20e;border-radius:28px;font-size:13px;font-weight:800}.assurance{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;margin-top:38px;padding:20px 0;border-block:1px solid #ddd;font-size:14px}.assurance span{font-size:27px}.assurance i{font-size:24px;font-style:normal}.product-summary{margin-top:28px}.product-summary p{font-size:14px}.notice{background:#fff8df;border-color:#f2d36d}.notice strong{color:#1a222b}.guide,.section,.faq,.disclosure,.clusters{background:#fbfbfb}.guide aside,.card{background:#fff}.guide aside{border-color:#ddd}.kicker{color:#b0000d}.showcase,.product{display:none}.alt,.faq,.clusters{background:#f2f3f4}.table{background:#fff}.updated{background:#fff8df;border-color:#ffc20e}.responsible{background:#252525;color:#fff}.responsible p{color:#c9ccd3}.cluster-grid a,.related a{background:#fff;border-color:#ddd}.cluster-grid span,.related span{color:#606873}.disclosure{background:#fff}footer{background:#111318;color:#9096a3;padding:45px 0}footer a{color:#c9ccd3}@media(max-width:900px){.category-nav{gap:24px}.product-detail{grid-template-columns:1fr}.gallery{max-width:720px}.product-info{padding:0 10px}}@media(max-width:600px){.shop-header{height:62px}.account-actions{gap:14px}.register-pill{font-size:10px}.category-nav{height:42px}.shop-product{padding:20px 0 60px}.product-detail{gap:25px}.gallery{grid-template-columns:52px 1fr;gap:9px}.thumbs button{width:52px;height:52px}.product-info h1{font-size:25px}.shop-actions{grid-template-columns:105px 1fr}.product-summary{display:none}}


/* below-hero.css */
.screen-showcase{width:100%;margin:0;padding:0;background:#050309;overflow:hidden}.screen-showcase a{display:block;width:100%;margin:0;padding:0}.screen-showcase img{display:block;width:100%;height:auto;max-width:none;margin:0;padding:0;object-fit:contain}@media(min-width:1200px){.screen-showcase img{width:100vw}}

/* footer-disclosure.css */
footer .ai-disclosure{display:block;margin-top:24px;padding-top:22px;border-top:1px solid #2c3038}footer .ai-disclosure strong{display:block;color:#fff;font-size:13px;margin-bottom:8px}footer .ai-disclosure p{max-width:940px;margin:0;color:#9096a3;font-size:12px;line-height:1.65}

/* hero-fullwidth.css */
/* Remove the large outer gutters from the product hero only. */
.shop-product>.product-detail{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:42px}
.shop-product .gallery{width:100%;min-width:0}
.shop-product .main-product-image,.shop-product .main-product-image a,.shop-product .main-product-image img{width:100%;max-width:none;margin-left:0;margin-right:0}
.shop-product .product-info{padding-right:24px}
@media(max-width:900px){.shop-product>.product-detail{grid-template-columns:1fr;gap:30px}.shop-product .product-info{padding:0 20px 35px}.shop-product .gallery{padding-right:0}}
@media(max-width:600px){.shop-product .product-info{padding-left:14px;padding-right:14px}.shop-product .gallery{grid-template-columns:48px minmax(0,1fr);gap:8px}.shop-product .thumbs button{width:48px;height:48px}}

/* mobile-fix.css */
@media(max-width:600px){html,body{width:100%;max-width:100%;overflow-x:hidden}.shop-header{width:100%;padding-left:12px;padding-right:12px;margin:0}.account-actions{gap:8px}.account-actions .register-pill{padding:7px 10px;font-size:9px;white-space:nowrap}.category-nav{width:100%;max-width:100%;padding:0 12px;overflow-x:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.shop-product{width:100%;max-width:100%;overflow:hidden}.shop-product>.product-detail{display:grid;width:100%;max-width:100%;min-width:0;margin:0;padding:20px 0 45px;gap:26px}.shop-product .gallery{display:grid;grid-template-columns:48px minmax(0,calc(100% - 56px));gap:8px;width:100%;max-width:100%;min-width:0;margin:0;padding:0}.shop-product .thumbs{width:48px;min-width:0}.shop-product .main-product-image{width:100%;max-width:100%;min-width:0;margin:0;overflow:hidden}.shop-product .main-product-image a{display:block;width:100%;max-width:100%;min-width:0}.shop-product .main-product-image img{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.shop-product .product-info{width:100%;max-width:100%;min-width:0;margin:0;padding:0 14px 28px}.shop-product .product-info h1{max-width:100%;overflow-wrap:anywhere;font-size:28px}.shop-product .shop-actions{grid-template-columns:100px minmax(0,1fr)}.screen-showcase{max-width:100%;overflow:hidden}.screen-showcase img{width:100%;max-width:100%;height:auto}}

/* cls-fix.css */
@media(max-width:600px){.shop-product .main-product-image{aspect-ratio:3/2}.shop-product .main-product-image a{height:100%}.shop-product .main-product-image img{width:100%;height:100%;aspect-ratio:3/2;object-fit:contain}.shop-product .gallery{align-items:start}.shop-product .product-info{contain:layout}}.breadcrumb{color:#666}.cards .card>b{color:#69139c}.responsible .kicker{color:#ffd86b}body>header{background:linear-gradient(105deg,#fff 0%,#fcf9ff 42%,#f3eaff 100%);border-bottom:3px solid #8126d5;box-shadow:0 7px 22px rgba(101,23,174,.09)}body>header .shop-header{background:radial-gradient(circle at 8% 45%,rgba(151,69,223,.12),transparent 22%),radial-gradient(circle at 92% 45%,rgba(112,30,190,.1),transparent 24%)}body>header .register-pill{background:linear-gradient(135deg,#952fe8,#5b0ca8);box-shadow:0 5px 14px rgba(102,18,180,.22)}body>header .user-icon{border-color:#741cc5;color:#741cc5}body>header .category-nav a{transition:color .18s ease,transform .18s ease}body>header .category-nav a:hover{color:#741cc5;transform:translateY(-1px)}body>header .shop-logo img{box-shadow:0 4px 13px rgba(103,24,179,.22)}

