:root{color-scheme:dark;--bg:#061211;--surface:#0b211e;--surface-strong:#102b27;--line:#234c46;--line-soft:rgba(90,181,165,.18);--text:#effaf7;--muted:#a5c4bf;--accent:#42e2cb;--accent-soft:#173c36;--warning:#e6c28d}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Arial,sans-serif}body{min-height:100vh;margin:0;overflow-x:hidden;background:radial-gradient(circle at 12% 0,rgba(27,91,82,.48),transparent 34rem),radial-gradient(circle at 88% 22%,rgba(16,57,50,.34),transparent 28rem),var(--bg)}a{color:inherit}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line-soft);background:rgba(6,18,17,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.headerInner{width:min(1320px,calc(100% - 40px));min-height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-size:20px;font-weight:900;letter-spacing:1.2px;white-space:nowrap}.brandMark{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(66,226,203,.7);border-radius:10px;color:var(--bg);background:var(--accent);font-size:17px;letter-spacing:0}.desktopNav{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:15px;font-weight:700}.desktopNav a,.sectionHead a{text-decoration:none}.desktopNav a:hover,.sectionHead a:hover{color:var(--accent)}.headerTools{display:flex;align-items:center;gap:12px}.accountLink,.headerTool{min-height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:11px;color:var(--muted);text-decoration:none;font-weight:700}.headerTool{width:40px;font-size:24px;line-height:1}.accountLink{padding:0 14px;font-size:14px}.accountLink:hover,.headerTool:hover{border-color:var(--accent);color:var(--accent)}main{width:min(1320px,100%);margin:auto}.hero{position:relative;min-height:650px;padding:92px clamp(22px,6vw,86px) 76px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.58fr);align-items:center;grid-gap:clamp(38px,7vw,100px);gap:clamp(38px,7vw,100px)}.hero:before{content:"";position:absolute;top:18%;right:-12%;width:46vw;height:46vw;max-width:600px;max-height:600px;border:1px solid rgba(66,226,203,.08);border-radius:50%;box-shadow:0 0 0 48px rgba(66,226,203,.025),0 0 0 96px rgba(66,226,203,.018);pointer-events:none}.heroCopy{position:relative;z-index:1}.eyebrow{color:var(--accent);font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.hero h1{max-width:890px;margin:14px 0 24px;color:var(--text);font-size:clamp(40px,6vw,78px);line-height:1.05;letter-spacing:-.8px}.hero p,.lead{max-width:780px;margin:0;color:var(--muted);font-size:19px;line-height:1.85}.heroActions,.priceRow{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:30px}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border:1px solid transparent;border-radius:12px;cursor:pointer;font:inherit;font-weight:800;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover{transform:translateY(-1px)}.button.primary{color:#04201c;background:var(--accent)}.button.primary:hover{background:#70f1df}.button.secondary{border-color:#3b7068;color:var(--text);background:rgba(9,28,25,.5)}.button.secondary:hover{border-color:var(--accent);background:var(--accent-soft)}.button:disabled{cursor:wait;opacity:.55;transform:none}.heroSignals{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:28px;color:#c8e1dc;font-size:14px;font-weight:700}.heroSignals span{display:inline-flex;align-items:center;gap:8px}.statusDot{width:8px;height:8px;display:inline-block;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(66,226,203,.12)}.trustPanel{position:relative;z-index:1;display:grid;grid-gap:12px;gap:12px;padding:24px;border:1px solid #2d625a;border-radius:26px;background:linear-gradient(160deg,rgba(16,47,42,.96),rgba(8,28,25,.94));box-shadow:0 24px 80px rgba(0,0,0,.24)}.panelHeader{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.panelHeader>div{display:grid;grid-gap:8px;gap:8px}.panelKicker{color:#7bada5;font-size:11px;letter-spacing:.9px}.panelHeader b,.panelOrb{font-size:24px}.panelOrb{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(66,226,203,.72);border-radius:16px;color:var(--accent);background:rgba(66,226,203,.08);font-weight:900}.trustPanel>span{min-height:52px;display:flex;align-items:center;gap:12px;padding:0 13px;border:1px solid rgba(87,166,153,.15);border-radius:14px;color:#d1e8e3;background:rgba(19,49,45,.72)}.signalIcon{color:var(--accent);font-size:12px;letter-spacing:1px}.hero+.statusBox{margin-top:-8px}.productPage,.section{padding:52px clamp(20px,5vw,72px)}.page{min-height:68vh}.sectionHead{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.productPage h1,.section h1{margin:8px 0 24px;color:var(--text);font-size:clamp(36px,5vw,60px);line-height:1.1}.section h2{margin:0;font-size:30px}.categoryGrid,.compareGrid,.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.card,.categoryCard{min-width:0;display:flex;flex-direction:column;gap:12px;padding:22px;border:1px solid #234a45;border-radius:20px;color:var(--text);background:linear-gradient(180deg,rgba(13,37,33,.98),rgba(9,28,25,.98));text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.card:hover,.categoryCard:hover{border-color:#3b887b;background:linear-gradient(180deg,rgba(16,49,43,.98),rgba(9,31,27,.98));transform:translateY(-2px)}.card h2,.card h3,.categoryCard strong{margin:2px 0}.card h3{font-size:19px}.card p,.categoryCard span,.muted{color:var(--muted);line-height:1.65}.priceRow{margin-top:auto}.bigPrice,.priceRow strong{font-size:28px}.deal{padding:6px 9px;border-radius:99px;color:#64ead8;background:var(--accent-soft);font-size:12px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{padding:10px 15px;border:1px solid #2d5b55;border-radius:99px;color:#d9f0ec;background:#102b27;text-decoration:none}.chip:hover{border-color:var(--accent)}.empty,.statusBox{margin:20px clamp(20px,5vw,62px);padding:22px;border:1px solid #35534f;border-radius:16px;color:#d4e7e3;background:#132725;line-height:1.7}.productPage .empty,.productPage .statusBox,.section .empty,.section .statusBox{margin:20px 0}.searchBar{max-width:780px;display:flex;gap:10px;margin-bottom:18px}.searchBar input{min-width:0;flex:1 1;padding:0 15px;border:1px solid #31534e;border-radius:12px;color:#fff;background:#0a1b19;font:inherit;font-size:16px}.searchBar input:focus{outline:2px solid rgba(66,226,203,.55);outline-offset:2px}.productPage{max-width:1020px;margin:auto}.offerBox{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:30px;padding:28px;border:1px solid #2b5e56;border-radius:24px;background:#0d2521}.offerBox>div{display:flex;flex-direction:column;gap:7px}.notice{max-width:300px;color:var(--warning);font-size:13px}.offers{margin-top:28px}.offerRow{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #23443f}.mobileNav{display:none}footer{width:min(1320px,calc(100% - 40px));margin:34px auto 0;padding:28px 0 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line-soft);color:#8eaaa5}footer strong{color:var(--text);letter-spacing:1px}@media (max-width:1050px){.categoryGrid,.compareGrid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{gap:42px}}@media (max-width:820px){body{padding-bottom:72px}.headerInner{width:min(100% - 28px,680px);min-height:68px}.accountLink,.desktopNav{display:none}.hero{min-height:auto;grid-template-columns:1fr;padding:64px 22px 50px;gap:40px}.hero:before{top:40%;right:-38%;width:90vw;height:90vw}.hero h1{font-size:clamp(40px,10vw,64px)}.hero p,.lead{font-size:17px}.productPage,.section{padding:42px 20px}.mobileNav{position:fixed;right:12px;bottom:12px;left:12px;z-index:20;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px;padding:7px;border:1px solid rgba(66,226,203,.24);border-radius:18px;background:rgba(7,25,22,.93);box-shadow:0 12px 32px rgba(0,0,0,.34);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobileNav a{padding:11px 4px;border-radius:12px;color:var(--muted);font-size:12px;font-weight:800;text-align:center;text-decoration:none}.mobileNav a:hover{color:var(--accent);background:var(--accent-soft)}footer{width:calc(100% - 40px);align-items:flex-start;flex-direction:column}}@media (max-width:560px){.headerInner{width:calc(100% - 24px)}.brand{font-size:18px}.brandMark{width:29px;height:29px;border-radius:9px}.hero{padding-right:18px;padding-left:18px}.hero h1{font-size:clamp(36px,12vw,52px)}.heroActions{align-items:stretch;flex-direction:column}.heroActions .button{width:100%}.heroSignals{display:grid;grid-gap:13px;gap:13px}.categoryGrid,.compareGrid,.grid{grid-template-columns:1fr}.searchBar{flex-direction:column}.searchBar input{min-height:48px}.searchBar .button{width:100%}.offerBox{align-items:flex-start;flex-direction:column;padding:22px}.offerBox .button{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}