.CartDrawer-module__wN0dRW__backdrop{z-index:1998;background:#0009;position:fixed;inset:0}.CartDrawer-module__wN0dRW__drawer{background:var(--bg);border-left:1px solid var(--border);z-index:1999;flex-direction:column;width:360px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #39ff140f}.CartDrawer-module__wN0dRW__drawer.CartDrawer-module__wN0dRW__open{transform:translate(0)}.CartDrawer-module__wN0dRW__header{justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.CartDrawer-module__wN0dRW__headerLeft{align-items:baseline;gap:8px;display:flex}.CartDrawer-module__wN0dRW__headerLabel{color:var(--green);text-shadow:0 0 10px var(--green);font-family:VT323,monospace;font-size:24px}.CartDrawer-module__wN0dRW__headerCount{color:var(--text-dim);letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:12px}.CartDrawer-module__wN0dRW__closeBtn{border:1px solid var(--border);color:var(--text-dim);cursor:pointer;background:0 0;padding:6px;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{border-color:var(--cyan);color:var(--cyan)}.CartDrawer-module__wN0dRW__pixelHr{background:repeating-linear-gradient(90deg,var(--border)0,var(--border)4px,transparent 4px,transparent 8px);height:2px;margin:0 24px}.CartDrawer-module__wN0dRW__items{flex:1;padding:16px 0;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{height:100%;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.CartDrawer-module__wN0dRW__emptyIcon{color:var(--border);font-family:VT323,monospace;font-size:48px}.CartDrawer-module__wN0dRW__empty p{letter-spacing:.15em;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:14px}.CartDrawer-module__wN0dRW__empty span{color:var(--border);font-family:JetBrains Mono,monospace;font-size:12px}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid var(--surface2);align-items:center;gap:12px;padding:12px 24px;transition:background .2s;display:flex}.CartDrawer-module__wN0dRW__item:hover{background:var(--surface)}.CartDrawer-module__wN0dRW__itemColor{flex-shrink:0;width:4px;height:40px}.CartDrawer-module__wN0dRW__itemInfo{flex:1;min-width:0}.CartDrawer-module__wN0dRW__itemName{color:var(--text);letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;font-family:JetBrains Mono,monospace;font-size:13px;overflow:hidden}.CartDrawer-module__wN0dRW__itemMeta{color:var(--text-dim);margin-top:4px;font-family:JetBrains Mono,monospace;font-size:12px}.CartDrawer-module__wN0dRW__itemRight{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.CartDrawer-module__wN0dRW__itemTotal{color:var(--gold);font-family:VT323,monospace;font-size:20px}.CartDrawer-module__wN0dRW__removeBtn{letter-spacing:.1em;color:var(--text-dim);border:1px solid var(--border);cursor:pointer;background:0 0;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:11px;transition:all .2s}.CartDrawer-module__wN0dRW__removeBtn:hover{color:var(--cyan);border-color:var(--cyan)}.CartDrawer-module__wN0dRW__footer{flex-direction:column;gap:12px;padding:0 24px 24px;display:flex}.CartDrawer-module__wN0dRW__totalRow{color:var(--text-dim);letter-spacing:.12em;justify-content:space-between;align-items:center;padding-top:12px;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.CartDrawer-module__wN0dRW__totalAmount{color:var(--green);text-shadow:0 0 10px var(--green);font-family:VT323,monospace;font-size:28px}.CartDrawer-module__wN0dRW__checkoutBtn{letter-spacing:.15em;text-transform:uppercase;background:var(--green);color:#fff;cursor:pointer;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));border:none;padding:14px;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;transition:all .2s}.CartDrawer-module__wN0dRW__checkoutBtn:hover{color:var(--bg);box-shadow:0 0 20px var(--green)}.CartDrawer-module__wN0dRW__clearBtn{letter-spacing:.15em;color:var(--muted);cursor:pointer;text-align:center;background:0 0;border:none;font-family:JetBrains Mono,monospace;font-size:12px;transition:color .2s}.CartDrawer-module__wN0dRW__clearBtn:hover{color:var(--cyan)}
.Navbar-module__cJzEcG__nav{z-index:1000;background:color-mix(in srgb,var(--bg)96%,black);border-bottom:1px solid var(--border);box-shadow:0 0 20px color-mix(in srgb,var(--green)8%,transparent);position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__inner{align-items:center;gap:40px;max-width:1280px;height:72px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex;overflow:visible}.Navbar-module__cJzEcG__logoImg{object-fit:contain;width:100px;height:auto;margin:-4px;padding:4px;display:block;overflow:visible}.Navbar-module__cJzEcG__logoSub{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;align-self:flex-end;margin-bottom:2px;font-family:JetBrains Mono,monospace;font-size:11px}.Navbar-module__cJzEcG__links{flex:1;gap:4px;display:flex}.Navbar-module__cJzEcG__link{letter-spacing:.2em;color:var(--text-dim);text-transform:uppercase;border:1px solid #0000;padding:6px 16px;font-family:JetBrains Mono,monospace;font-size:13px;text-decoration:none;transition:all .2s;position:relative}.Navbar-module__cJzEcG__link:before{content:"";background:var(--green);width:0;height:2px;transition:width .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Navbar-module__cJzEcG__link:hover{color:var(--green);border-color:var(--border)}.Navbar-module__cJzEcG__link:hover:before{width:6px}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--green);border-color:color-mix(in srgb,var(--green)30%,transparent);background:color-mix(in srgb,var(--green)10%,transparent)}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active:before{width:6px}.Navbar-module__cJzEcG__right{align-items:center;gap:16px;margin-left:auto;display:flex}.Navbar-module__cJzEcG__status{color:var(--text-dim);letter-spacing:.12em;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.Navbar-module__cJzEcG__statusDot{background:var(--green);width:6px;height:6px;box-shadow:0 0 6px var(--green);border-radius:50%;animation:2s ease-in-out infinite Navbar-module__cJzEcG__blink}.Navbar-module__cJzEcG__cartBtn{border:1px solid var(--border);color:var(--green);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:relative}.Navbar-module__cJzEcG__cartBtn:hover{border-color:var(--green);box-shadow:0 0 10px color-mix(in srgb,var(--green)40%,transparent)}.Navbar-module__cJzEcG__badge{background:var(--cyan);color:var(--bg);justify-content:center;align-items:center;width:18px;height:18px;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.Navbar-module__cJzEcG__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:4px;display:none}.Navbar-module__cJzEcG__menuBtn span{background:var(--green);width:20px;height:2px;display:block}.Navbar-module__cJzEcG__mobileMenu{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:12px 24px;display:flex}.Navbar-module__cJzEcG__mobileLink{letter-spacing:.15em;color:var(--text);border-bottom:1px solid var(--surface2);padding:10px 0;font-family:JetBrains Mono,monospace;font-size:13px;text-decoration:none}@media (max-width:768px){.Navbar-module__cJzEcG__links,.Navbar-module__cJzEcG__status{display:none}.Navbar-module__cJzEcG__menuBtn{display:flex}}@keyframes Navbar-module__cJzEcG__blink{0%,to{opacity:1}50%{opacity:.3}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--surface2);background:var(--bg);margin-top:auto}.Footer-module__S6Hkya__pixelDivider{background:repeating-linear-gradient(90deg,var(--green)0,var(--green)8px,transparent 8px,transparent 16px,var(--cyan)16px,var(--cyan)24px,transparent 24px,transparent 32px,var(--cyan)32px,var(--cyan)40px,transparent 40px,transparent 48px);opacity:.5;height:3px}.Footer-module__S6Hkya__inner{grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:48px;max-width:1280px;margin:0 auto;padding:30px 24px 20px;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;display:flex}.Footer-module__S6Hkya__mascot{width:100%;max-width:120px;height:auto;filter:drop-shadow(0 0 16px color-mix(in srgb,var(--green)70%,transparent));margin-bottom:8px;display:block}.Footer-module__S6Hkya__logoPixel{background:var(--green);width:50px;height:50px;box-shadow:0 0 10px var(--green);clip-path:polygon(0 25%,25% 25%,25% 0,75% 0,75% 25%,100% 25%,100% 75%,75% 75%,75% 100%,25% 100%,25% 75%,0 75%)}.Footer-module__S6Hkya__logoText{color:var(--green);text-shadow:0 0 10px var(--green);font-family:VT323,monospace;font-size:26px}.Footer-module__S6Hkya__tagline{color:var(--text-dim);margin-bottom:12px;font-family:Space Mono,monospace;font-size:13px;line-height:1.8}.Footer-module__S6Hkya__status{letter-spacing:.15em;color:var(--text-dim);align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:12px;display:flex}.Footer-module__S6Hkya__statusDot{background:var(--green);width:5px;height:5px;box-shadow:0 0 5px var(--green);border-radius:50%;animation:2s ease-in-out infinite Footer-module__S6Hkya__blink}.Footer-module__S6Hkya__linksGroup{flex-direction:column;gap:8px;display:flex}.Footer-module__S6Hkya__colTitle{letter-spacing:.25em;color:var(--text);text-transform:uppercase;margin-bottom:8px;font-family:JetBrains Mono,monospace;font-size:12px}.Footer-module__S6Hkya__link{letter-spacing:.12em;color:var(--text-dim);font-family:JetBrains Mono,monospace;font-size:13px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__link:hover{color:var(--green)}.Footer-module__S6Hkya__signal{flex-direction:column;display:flex}.Footer-module__S6Hkya__signalBox{background:var(--surface);border:1px solid var(--surface2);flex-direction:column;gap:6px;margin-bottom:16px;padding:12px 14px;display:flex}.Footer-module__S6Hkya__signalLine{color:var(--text-dim);letter-spacing:.1em;justify-content:space-between;font-family:JetBrains Mono,monospace;font-size:13px;display:flex}.Footer-module__S6Hkya__signalVal{color:var(--text)}.Footer-module__S6Hkya__signalGreen{color:var(--green)}.Footer-module__S6Hkya__cassetteMiniWrap{display:flex}.Footer-module__S6Hkya__cassetteMini{width:100%;max-width:160px;filter:drop-shadow(0 0 6px color-mix(in srgb,var(--green)40%,transparent))}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--surface2)}.Footer-module__S6Hkya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;max-width:1280px;margin:0 auto;padding:16px 24px;display:flex}.Footer-module__S6Hkya__copy,.Footer-module__S6Hkya__build{letter-spacing:.12em;color:var(--muted);font-family:JetBrains Mono,monospace;font-size:12px}@keyframes Footer-module__S6Hkya__blink{0%,to{opacity:1}50%{opacity:.2}}.Footer-module__S6Hkya__linkBtn{letter-spacing:.12em;color:var(--text-dim);text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-family:JetBrains Mono,monospace;font-size:13px;transition:color .2s}.Footer-module__S6Hkya__linkBtn:hover{color:var(--green)}.Footer-module__S6Hkya__modalOverlay{background:color-mix(in srgb,var(--bg)80%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Footer-module__S6Hkya__modalContent{background:var(--surface);border:1px solid var(--border);width:100%;max-width:500px;box-shadow:0 0 40px color-mix(in srgb,var(--bg)50%,transparent);padding:24px;position:relative}.Footer-module__S6Hkya__modalContent:before{content:"";border-top:1px solid var(--gold);border-left:1px solid var(--gold);opacity:.5;width:10px;height:10px;position:absolute;top:-5px;left:-5px}.Footer-module__S6Hkya__modalHeader{border-bottom:1px dashed var(--surface2);align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.Footer-module__S6Hkya__modalIcon{color:var(--gold);font-family:JetBrains Mono,monospace;font-size:16px}.Footer-module__S6Hkya__modalHeader h2{color:var(--gold);letter-spacing:.05em;margin:0;font-family:VT323,monospace;font-size:24px}.Footer-module__S6Hkya__modalClose{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-left:auto;font-family:JetBrains Mono,monospace;font-size:16px;transition:color .2s}.Footer-module__S6Hkya__modalClose:hover{color:var(--magenta,#f24)}.Footer-module__S6Hkya__modalBody p{color:var(--text-dim);margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:13px;line-height:1.6}.Footer-module__S6Hkya__modalBody strong{color:var(--text)}.Footer-module__S6Hkya__modalStatus{color:var(--cyan);background:var(--bg);border:1px solid var(--surface2);margin-top:8px;padding:12px;font-family:JetBrains Mono,monospace;font-size:13px;display:inline-block}.Footer-module__S6Hkya__blinkCursor{animation:1s step-end infinite Footer-module__S6Hkya__blink}.Footer-module__S6Hkya__modalFooter{justify-content:flex-end;margin-top:24px;display:flex}.Footer-module__S6Hkya__modalOkBtn{border:1px solid var(--gold);color:var(--gold);cursor:pointer;background:0 0;padding:10px 20px;font-family:JetBrains Mono,monospace;font-size:13px;transition:all .2s}.Footer-module__S6Hkya__modalOkBtn:hover{background:var(--gold);color:var(--bg);box-shadow:0 0 16px color-mix(in srgb,var(--gold)38%,transparent)}@media (max-width:1024px){.Footer-module__S6Hkya__inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr;gap:20px;padding:20px 16px 16px}.Footer-module__S6Hkya__brand{flex-direction:row;grid-column:1/-1;align-items:center;gap:12px}.Footer-module__S6Hkya__mascot{max-width:56px;margin-bottom:0}.Footer-module__S6Hkya__tagline{margin-bottom:4px;font-size:11px;line-height:1.5}.Footer-module__S6Hkya__status{font-size:10px}.Footer-module__S6Hkya__colTitle{margin-bottom:4px;font-size:10px}.Footer-module__S6Hkya__linksGroup{gap:4px}.Footer-module__S6Hkya__link{font-size:11px}.Footer-module__S6Hkya__signal{grid-column:1/-1}.Footer-module__S6Hkya__signalBox{margin-bottom:8px;padding:8px 10px}.Footer-module__S6Hkya__signalLine{font-size:11px}.Footer-module__S6Hkya__cassetteMini{max-width:100px}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;align-items:center;gap:4px;padding:10px 16px}.Footer-module__S6Hkya__copy{letter-spacing:.08em;font-size:10px}.Footer-module__S6Hkya__build{letter-spacing:.08em;font-size:9px}}
.admin-module__UNhVjW__tabContent{font-family:var(--font-mono)}.admin-module__UNhVjW__panelTitle{color:var(--gold);letter-spacing:.2em;text-shadow:0 0 8px color-mix(in srgb,var(--glow-color-gold)25%,transparent);margin-bottom:24px;font-size:14px}.admin-module__UNhVjW__placeholderRow{border-bottom:1px dashed var(--surface2);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.admin-module__UNhVjW__label{color:var(--muted);letter-spacing:.1em;font-size:12px}.admin-module__UNhVjW__value{color:var(--text-dim);font-size:13px}.admin-module__UNhVjW__statsGrid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px;display:grid}.admin-module__UNhVjW__statCard{background:color-mix(in srgb,var(--gold)5%,transparent);border:1px solid color-mix(in srgb,var(--gold)20%,transparent);text-align:center;padding:24px}.admin-module__UNhVjW__statLabel{color:var(--muted);letter-spacing:.1em;margin-bottom:8px;font-size:12px}.admin-module__UNhVjW__statValue{color:var(--gold);font-size:24px;font-family:var(--font-poster);text-shadow:0 0 8px color-mix(in srgb,var(--glow-color-gold)25%,transparent)}.admin-module__UNhVjW__list{flex-direction:column;gap:8px;margin-top:24px;display:flex}.admin-module__UNhVjW__listItem{background:var(--bg);border:1px solid var(--border);cursor:pointer;padding:16px;transition:all .2s}.admin-module__UNhVjW__listItem:hover{border-color:var(--gold);background:color-mix(in srgb,var(--gold)5%,transparent)}.admin-module__UNhVjW__listHeader{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;display:flex}.admin-module__UNhVjW__listSub{color:var(--gold);margin-bottom:8px;font-size:14px}.admin-module__UNhVjW__listMeta{color:var(--muted);letter-spacing:.1em;font-size:12px}.admin-module__UNhVjW__statusOpen{color:var(--magenta,#f24);animation:2s steps(2,end) infinite admin-module__UNhVjW__flash}.admin-module__UNhVjW__statusClosed{color:var(--muted)}@keyframes admin-module__UNhVjW__flash{0%,to{opacity:1}50%{opacity:.5}}.admin-module__UNhVjW__orderDetail{border-top:1px dashed var(--surface2);cursor:default;margin-top:24px;padding-top:16px}.admin-module__UNhVjW__detailSection{margin-bottom:16px}.admin-module__UNhVjW__detailLabel{color:var(--cyan);letter-spacing:.1em;margin-bottom:4px;font-size:11px}.admin-module__UNhVjW__detailValue{color:var(--text);background:var(--surface);border-left:2px solid var(--cyan);white-space:pre-wrap;padding:8px 12px;font-size:13px;line-height:1.5}.admin-module__UNhVjW__ticketDetail{background:var(--bg);border:1px solid var(--border);padding:24px}.admin-module__UNhVjW__backBtn{color:var(--gold);cursor:pointer;background:0 0;border:none;margin-bottom:24px;padding:0;font-family:inherit;font-size:12px}.admin-module__UNhVjW__ticketHeader{border-bottom:1px dashed var(--border);margin-bottom:16px;padding-bottom:16px}.admin-module__UNhVjW__ticketId{color:var(--text);margin-bottom:8px;font-size:18px}.admin-module__UNhVjW__ticketMeta{color:var(--muted);margin-bottom:4px;font-size:12px}.admin-module__UNhVjW__ticketSubject{color:var(--gold);margin-bottom:16px;font-size:14px}.admin-module__UNhVjW__ticketBody{color:var(--text);white-space:pre-wrap;background:color-mix(in srgb,var(--text)2%,transparent);border-left:2px solid var(--gold);margin-bottom:32px;padding:16px;font-size:13px;line-height:1.6}.admin-module__UNhVjW__replyBox{margin-top:32px}.admin-module__UNhVjW__textarea{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);resize:vertical;outline:none;margin-bottom:16px;padding:16px;font-family:inherit;font-size:13px}.admin-module__UNhVjW__textarea:focus{border-color:var(--gold)}.admin-module__UNhVjW__submitBtn{border:1px solid var(--gold);color:var(--gold);cursor:pointer;background:0 0;width:100%;padding:12px 24px;font-family:inherit;font-size:12px;transition:all .2s}.admin-module__UNhVjW__submitBtn:hover{background:var(--gold);color:var(--bg)}.admin-module__UNhVjW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.admin-module__UNhVjW__closedNote{color:var(--muted);text-align:center;border:1px dashed var(--border);padding:16px;font-size:12px}.admin-module__UNhVjW__searchWrap{margin-bottom:24px;position:relative}.admin-module__UNhVjW__searchIcon{color:var(--muted);font-family:var(--font-mono);position:absolute;top:50%;left:16px;transform:translateY(-50%)}.admin-module__UNhVjW__searchInput{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-mono);outline:none;padding:16px 16px 16px 48px;font-size:13px;transition:all .2s}.admin-module__UNhVjW__searchInput:focus{border-color:var(--gold);box-shadow:0 0 16px color-mix(in srgb,var(--gold)20%,transparent)}.admin-module__UNhVjW__statusSelect{background:var(--surface);border:1px solid var(--border);color:var(--text);outline:none;padding:4px 8px;font-family:inherit;font-size:12px}.admin-module__UNhVjW__toolbar{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.admin-module__UNhVjW__createBtn{border:1px solid var(--cyan);color:var(--cyan);cursor:pointer;background:0 0;padding:12px 24px;font-family:inherit;font-size:12px;transition:all .2s}.admin-module__UNhVjW__createBtn:hover{background:var(--cyan);color:var(--bg);box-shadow:0 0 16px color-mix(in srgb,var(--cyan)40%,transparent)}.admin-module__UNhVjW__actions{gap:8px;display:flex}.admin-module__UNhVjW__actionEdit{color:var(--gold);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px}.admin-module__UNhVjW__actionDelete{color:var(--magenta,#f24);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:12px}.admin-module__UNhVjW__editorWrap{background:var(--bg);border:1px solid var(--border);padding:24px}.admin-module__UNhVjW__editorGrid{grid-template-columns:1fr 340px;gap:32px;display:grid}.admin-module__UNhVjW__editTitle{color:var(--muted);letter-spacing:.1em;border-bottom:1px dashed var(--border);margin-bottom:24px;padding-bottom:8px;font-size:13px}.admin-module__UNhVjW__productForm{flex-direction:column;gap:16px;display:flex}.admin-module__UNhVjW__input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);outline:none;padding:12px;font-family:inherit;font-size:13px}.admin-module__UNhVjW__input:focus{border-color:var(--cyan)}.admin-module__UNhVjW__previewCardWrap{transform-origin:top;pointer-events:none;transform:scale(.9)}.admin-module__UNhVjW__loadingData,.admin-module__UNhVjW__empty{text-align:center;color:var(--muted);letter-spacing:.1em;padding:40px;font-size:13px}@media (max-width:1024px){.admin-module__UNhVjW__editorGrid{grid-template-columns:1fr}}.admin-module__UNhVjW__pagination{border-top:1px dashed var(--border);justify-content:center;align-items:center;gap:16px;margin-top:16px;padding-top:16px;display:flex}.admin-module__UNhVjW__pageBtn{border:1px solid var(--gold);color:var(--gold);cursor:pointer;background:0 0;padding:6px 16px;font-family:inherit;font-size:11px;transition:all .2s}.admin-module__UNhVjW__pageBtn:hover:not(:disabled){background:var(--gold);color:var(--bg)}.admin-module__UNhVjW__pageBtn:disabled{opacity:.3;cursor:not-allowed;border-color:var(--muted);color:var(--muted)}.admin-module__UNhVjW__pageInfo{color:var(--muted);letter-spacing:.1em;font-size:11px}
.ProductCard-module__t53O_a__cardLink{color:inherit;text-decoration:none;display:block}.ProductCard-module__t53O_a__card{background:var(--surface);border:1px solid var(--border);cursor:pointer;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__card:hover{border-color:var(--accent);box-shadow:0 24px 80px -12px color-mix(in srgb,var(--accent)20%,transparent),0 0 0 1px color-mix(in srgb,var(--accent)15%,transparent);transform:translateY(-8px)}.ProductCard-module__t53O_a__glowBorder{background:linear-gradient(135deg,var(--accent),transparent 40%,transparent 60%,var(--accent));opacity:0;z-index:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:-1px}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__glowBorder{opacity:.3}.ProductCard-module__t53O_a__imageWrap{aspect-ratio:4/3;background:var(--poster-bg,var(--bg));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProductCard-module__t53O_a__imgSkeleton{background:linear-gradient(110deg,var(--surface)8%,var(--surface2)18%,var(--surface)33%);background-size:200% 100%;animation:1.5s linear infinite ProductCard-module__t53O_a__shimmer;position:absolute;inset:0}@keyframes ProductCard-module__t53O_a__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ProductCard-module__t53O_a__heroImg{object-fit:cover;opacity:0;z-index:1;width:100%;height:100%;transition:opacity .4s,transform .5s;position:relative}.ProductCard-module__t53O_a__heroImg.ProductCard-module__t53O_a__loaded{opacity:1}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__heroImg.ProductCard-module__t53O_a__loaded{transform:scale(1.05)}.ProductCard-module__t53O_a__placeholderArt{width:100%;height:100%;color:var(--accent);opacity:.3;justify-content:center;align-items:center;display:flex}.ProductCard-module__t53O_a__placeholderSvg{width:60%;max-width:100px;filter:drop-shadow(0 0 12px var(--accent))}.ProductCard-module__t53O_a__badge{letter-spacing:.15em;background:var(--accent);color:var(--bg);z-index:3;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,5px 100%,0 calc(100% - 5px));padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;position:absolute;top:12px;right:12px}.ProductCard-module__t53O_a__stockPill{letter-spacing:.1em;color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;background:#0009;align-items:center;gap:6px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:10px;display:flex;position:absolute;bottom:12px;left:12px}.ProductCard-module__t53O_a__stockDot{background:var(--accent);width:5px;height:5px;box-shadow:0 0 6px var(--accent);border-radius:50%;animation:2s ease-in-out infinite ProductCard-module__t53O_a__pulse}@keyframes ProductCard-module__t53O_a__pulse{0%,to{opacity:1}50%{opacity:.3}}.ProductCard-module__t53O_a__content{z-index:2;flex-direction:column;flex:1;gap:8px;padding:18px 20px 20px;display:flex;position:relative}.ProductCard-module__t53O_a__meta{justify-content:space-between;align-items:center;display:flex}.ProductCard-module__t53O_a__category{letter-spacing:.2em;color:var(--accent);opacity:.8;font-family:JetBrains Mono,monospace;font-size:10px}.ProductCard-module__t53O_a__ratingWrap{align-items:center;gap:1px;display:flex}.ProductCard-module__t53O_a__star{color:var(--border);font-size:11px;line-height:1}.ProductCard-module__t53O_a__starFilled{color:var(--gold,#e8c84a);text-shadow:0 0 4px color-mix(in srgb,var(--gold,#e8c84a)40%,transparent)}.ProductCard-module__t53O_a__ratingNum{color:var(--text-dim);margin-left:4px;font-family:JetBrains Mono,monospace;font-size:10px}.ProductCard-module__t53O_a__name{color:var(--text);letter-spacing:.03em;margin:0;font-family:Bebas Neue,sans-serif;font-size:24px;line-height:1.1;transition:color .2s}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__name{color:var(--accent)}.ProductCard-module__t53O_a__tagline{letter-spacing:.12em;color:var(--text-dim);opacity:.7;text-transform:uppercase;margin:0;font-family:JetBrains Mono,monospace;font-size:11px}.ProductCard-module__t53O_a__desc{color:var(--text-dim);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-family:Space Mono,monospace;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;margin-top:8px;padding-top:14px;display:flex}.ProductCard-module__t53O_a__priceBlock{align-items:baseline;gap:4px;display:flex}.ProductCard-module__t53O_a__priceCurrency{color:var(--text-dim);letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:11px}.ProductCard-module__t53O_a__price{color:var(--accent);text-shadow:0 0 12px color-mix(in srgb,var(--accent)40%,transparent);font-family:VT323,monospace;font-size:30px;line-height:1}.ProductCard-module__t53O_a__addBtn{letter-spacing:.1em;border:1px solid var(--accent);color:var(--accent);cursor:pointer;clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));white-space:nowrap;background:0 0;align-items:center;gap:6px;padding:8px 14px;font-family:JetBrains Mono,monospace;font-size:11px;transition:all .25s;display:flex}.ProductCard-module__t53O_a__addBtn:hover{background:var(--accent);color:var(--bg);box-shadow:0 0 16px color-mix(in srgb,var(--accent)50%,transparent)}.ProductCard-module__t53O_a__addBtn.ProductCard-module__t53O_a__added{background:var(--accent);color:var(--bg)}.ProductCard-module__t53O_a__addBtn:disabled{opacity:.3;cursor:not-allowed}.ProductCard-module__t53O_a__btnIcon{font-size:14px;font-weight:700;line-height:1}@media (max-width:600px){.ProductCard-module__t53O_a__name{font-size:20px}.ProductCard-module__t53O_a__price{font-size:24px}.ProductCard-module__t53O_a__addBtn{padding:6px 10px;font-size:10px}}
.RenderCoreDevice-module__weascq__sceneWrapper{justify-content:center;align-items:center;width:100%;height:100%;min-height:480px;display:flex}.RenderCoreDevice-module__weascq__scene{perspective:1800px;width:280px;height:420px;margin:0 auto}.RenderCoreDevice-module__weascq__device{width:100%;height:100%;transform-style:preserve-3d;will-change:transform;animation:12s linear infinite RenderCoreDevice-module__weascq__rotateDevice;position:relative}.RenderCoreDevice-module__weascq__deviceStatic{animation:none;transform:rotateX(0)rotateY(0)rotate(0)scale(.9)translateY(0)}@keyframes RenderCoreDevice-module__weascq__rotateDevice{0%{transform:rotateY(0)rotateX(15deg)rotate(-5deg)}50%{transform:rotateY(180deg)rotateX(5deg)rotate(5deg)}to{transform:rotateY(360deg)rotateX(15deg)rotate(-5deg)}}.RenderCoreDevice-module__weascq__face{box-sizing:border-box;transform-style:preserve-3d;background-color:#1f2328;border:4px solid #1a1e24;position:absolute}.RenderCoreDevice-module__weascq__front,.RenderCoreDevice-module__weascq__back{clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);width:280px;height:420px}.RenderCoreDevice-module__weascq__front{transform:translateZ(50px)}.RenderCoreDevice-module__weascq__back{transform:rotateY(180deg)translateZ(50px)}.RenderCoreDevice-module__weascq__left,.RenderCoreDevice-module__weascq__right{width:100px;height:400px;top:10px;left:90px}.RenderCoreDevice-module__weascq__left{transform:rotateY(-90deg)translateZ(140px)}.RenderCoreDevice-module__weascq__right{transform:rotateY(90deg)translateZ(140px)}.RenderCoreDevice-module__weascq__top,.RenderCoreDevice-module__weascq__bottom{width:260px;height:100px;top:160px;left:10px}.RenderCoreDevice-module__weascq__top{transform:rotateX(90deg)translateZ(210px)}.RenderCoreDevice-module__weascq__bottom{transform:rotateX(-90deg)translateZ(210px)}.RenderCoreDevice-module__weascq__cornerFace{background-color:#1a1e24;width:100px;height:15px;top:202.5px;left:90px}.RenderCoreDevice-module__weascq__cornerTL{transform:translate(-135px)translateY(-205px)rotateY(-90deg)rotateX(45deg)}.RenderCoreDevice-module__weascq__cornerTR{transform:translate(135px)translateY(-205px)rotateY(90deg)rotateX(45deg)}.RenderCoreDevice-module__weascq__cornerBL{transform:translate(-135px)translateY(205px)rotateY(-90deg)rotateX(-45deg)}.RenderCoreDevice-module__weascq__cornerBR{transform:translate(135px)translateY(205px)rotateY(90deg)rotateX(-45deg)}.RenderCoreDevice-module__weascq__innerCoreFace{box-sizing:border-box;backface-visibility:hidden;background-color:#000;position:absolute}.RenderCoreDevice-module__weascq__innerFront{width:276px;height:416px;top:2px;left:2px;transform:translateZ(48px)}.RenderCoreDevice-module__weascq__innerBack{width:276px;height:416px;top:2px;left:2px;transform:rotateY(180deg)translateZ(48px)}.RenderCoreDevice-module__weascq__innerLeft{width:96px;height:416px;top:2px;left:92px;transform:rotateY(-90deg)translateZ(138px)}.RenderCoreDevice-module__weascq__innerRight{width:96px;height:416px;top:2px;left:92px;transform:rotateY(90deg)translateZ(138px)}.RenderCoreDevice-module__weascq__innerTop{width:276px;height:96px;top:162px;left:2px;transform:rotateX(90deg)translateZ(208px)}.RenderCoreDevice-module__weascq__innerBottom{width:276px;height:96px;top:162px;left:2px;transform:rotateX(-90deg)translateZ(208px)}.RenderCoreDevice-module__weascq__faceplate{transform-style:preserve-3d;clip-path:polygon(15px 0,calc(100% - 15px) 0,100% 15px,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 calc(100% - 15px),0 15px);background-color:#262a31;border:4px solid #1f242b;flex-direction:column;padding:15px;display:flex;position:absolute;inset:15px;transform:translateZ(2px);box-shadow:-8px 8px #0009,inset 4px 4px #ffffff26,inset -4px -4px #0006}.RenderCoreDevice-module__weascq__neonLabel{color:#fff;text-shadow:1px 1px #000;letter-spacing:1px;background:#00d4ff;border:2px solid #333;width:max-content;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;transform:rotate(-2deg)translateZ(1px);box-shadow:4px 4px #111}.RenderCoreDevice-module__weascq__topSection{transform-style:preserve-3d;gap:15px;margin-top:20px;display:flex;transform:translateZ(1px)}.RenderCoreDevice-module__weascq__leds{flex-direction:column;gap:12px;display:flex}.RenderCoreDevice-module__weascq__led{clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);border:4px solid #1a1e24;width:16px;height:16px}.RenderCoreDevice-module__weascq__led.RenderCoreDevice-module__weascq__on{background:#b026ff;box-shadow:0 0 10px #b026ff,inset 2px 2px #fff}.RenderCoreDevice-module__weascq__led.RenderCoreDevice-module__weascq__warn{background:#f0f;box-shadow:0 0 8px #f0f}.RenderCoreDevice-module__weascq__led.RenderCoreDevice-module__weascq__off{background:#333;box-shadow:inset 4px 4px #111}.RenderCoreDevice-module__weascq__screenBezel{transform-style:preserve-3d;clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);background:#222;border:4px solid #111;flex:1;padding:8px;transform:translateZ(2px);box-shadow:inset 4px 4px #000,-6px 6px #00000080}.RenderCoreDevice-module__weascq__screenLabel{color:#aaa;text-align:right;letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:10px}.RenderCoreDevice-module__weascq__screenSubLabel{color:#00d4ff;text-align:right;margin-bottom:5px;font-family:JetBrains Mono,monospace;font-size:8px}.RenderCoreDevice-module__weascq__screenDisplay{background:#11001a;border:4px solid #000;justify-content:center;align-items:center;height:50px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 15px #b026ff66}.RenderCoreDevice-module__weascq__scanline{background:#b026ff33;height:4px;animation:3s linear infinite RenderCoreDevice-module__weascq__scan;position:absolute;top:0;left:0;right:0}@keyframes RenderCoreDevice-module__weascq__scan{0%{transform:translateY(-5px)}to{transform:translateY(55px)}}.RenderCoreDevice-module__weascq__screenText{color:#b026ff;text-shadow:0 0 8px #b026ff,4px 4px #46006480;letter-spacing:4px;font-family:VT323,monospace;font-size:38px}.RenderCoreDevice-module__weascq__screenCursor{color:#b026ff;margin-left:5px;font-family:VT323,monospace;font-size:38px;animation:1s infinite RenderCoreDevice-module__weascq__blink}@keyframes RenderCoreDevice-module__weascq__blink{0%,49%{opacity:1}50%,to{opacity:0}}.RenderCoreDevice-module__weascq__midSection{transform-style:preserve-3d;justify-content:space-between;align-items:flex-end;margin-top:30px;display:flex;transform:translateZ(1px)}.RenderCoreDevice-module__weascq__buttonBlock{flex-direction:column;gap:12px;display:flex}.RenderCoreDevice-module__weascq__btnWrap{align-items:center;gap:12px;display:flex}.RenderCoreDevice-module__weascq__btn{cursor:pointer;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px);background:#394047;border:4px solid #1a1e24;width:50px;height:25px;box-shadow:inset 4px 4px #fff3,-6px 6px #111}.RenderCoreDevice-module__weascq__btnPrimary{background:#f0f;box-shadow:inset 4px 4px #ffffff4d,-6px 6px #111}.RenderCoreDevice-module__weascq__btn:active{transform:translate(-2px,2px);box-shadow:inset 4px 4px #0006,-2px 2px #111}.RenderCoreDevice-module__weascq__btnLabel{color:#fff;text-shadow:1px 1px #000;letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700}.RenderCoreDevice-module__weascq__knobBlock{transform-style:preserve-3d;flex-direction:column;align-items:center;display:flex}.RenderCoreDevice-module__weascq__dialBase{clip-path:polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%);width:100px;height:100px;transform-style:preserve-3d;background:#191b1f;border:4px solid #111;justify-content:center;align-items:center;display:flex;box-shadow:inset 6px 6px #0009,-6px 6px #0006}.RenderCoreDevice-module__weascq__dialKnob{clip-path:polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%);background:#b026ff;border:4px solid #111;width:60px;height:60px;position:relative;transform:translateZ(2px)rotate(15deg);box-shadow:inset -6px -6px #5a008c99,inset 4px 4px #fff9,-10px 10px #000000b3}.RenderCoreDevice-module__weascq__dialGrip{background:#111;border:2px solid #b026ff;width:12px;margin-left:-6px;position:absolute;top:10px;bottom:10px;left:50%}.RenderCoreDevice-module__weascq__knobLabel{color:#f0f;text-shadow:1px 1px #000;margin-top:25px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.RenderCoreDevice-module__weascq__glitch{color:#00d4ff}.RenderCoreDevice-module__weascq__bottomSection{justify-content:space-between;align-items:flex-end;margin-top:30px;display:flex;transform:translateZ(1px)}.RenderCoreDevice-module__weascq__leftBottom{flex-direction:column;gap:15px;display:flex}.RenderCoreDevice-module__weascq__grille{clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);background:#1a1e24;border:4px solid #000;flex-direction:column;gap:4px;width:100px;padding:10px;display:flex;box-shadow:inset 4px 4px #000}.RenderCoreDevice-module__weascq__grilleSlot{background:#000;border-bottom:2px solid #333;width:100%;height:6px}.RenderCoreDevice-module__weascq__brandTitle{color:#fff;text-shadow:2px 2px #00d4ff,4px 4px #000;letter-spacing:2px;font-family:Bebas Neue,monospace;font-size:26px;line-height:1}.RenderCoreDevice-module__weascq__brandSub{color:#b026ff;letter-spacing:2px;text-shadow:1px 1px #000;font-family:JetBrains Mono,monospace;font-size:9px}.RenderCoreDevice-module__weascq__stickers{align-items:flex-end;gap:10px;display:flex}.RenderCoreDevice-module__weascq__hazardWarning{background:#f0f;border:4px solid #111;justify-content:center;align-items:center;width:45px;height:45px;display:flex;transform:rotate(10deg);box-shadow:-4px 4px #111}.RenderCoreDevice-module__weascq__hazardWarning span{color:#111;margin-top:-4px;font-size:32px}.RenderCoreDevice-module__weascq__hexBadge{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#00d4ff;border:4px solid #111;justify-content:center;align-items:center;width:40px;height:45px;display:flex;box-shadow:-4px 4px #00000080}.RenderCoreDevice-module__weascq__hexBadge span{color:#fff;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700}.RenderCoreDevice-module__weascq__backVents{flex-direction:column;gap:8px;display:flex;position:absolute;top:30px;right:30px}.RenderCoreDevice-module__weascq__ventLine{background:#111;border-bottom:4px solid #555;width:80px;height:10px}.RenderCoreDevice-module__weascq__powerPack{background:#191b1f;border:6px solid #111;flex-direction:column;gap:10px;width:220px;height:160px;padding:15px;display:flex;position:absolute;bottom:30px;left:30px;box-shadow:-8px 8px #00000080,inset 6px 6px #555}.RenderCoreDevice-module__weascq__batteryCell{background:#f0f;border:4px solid #111;height:40px;box-shadow:inset 4px 4px #ffffff4d}.RenderCoreDevice-module__weascq__powerRibs{gap:4px;margin-top:auto;display:flex}.RenderCoreDevice-module__weascq__ribX{background:#111;border-right:2px solid #444;flex:1;height:20px}.RenderCoreDevice-module__weascq__cableAttachment{transform-style:preserve-3d;position:absolute;bottom:60px;left:20px;transform:translateZ(1px)}.RenderCoreDevice-module__weascq__redTab{background:#00d4ff;border:4px solid #111;width:20px;height:40px;position:relative;transform:translateZ(1px);box-shadow:-4px 4px #000}.RenderCoreDevice-module__weascq__tabGlow{background:#f0f;position:absolute;inset:4px}.RenderCoreDevice-module__weascq__rightPanel{flex-direction:column;gap:40px;display:flex;position:absolute;top:40px;right:20px;transform:translateZ(1px)}.RenderCoreDevice-module__weascq__scrollWheel{background:#1a1e24;border:4px solid #111;width:40px;height:120px;padding:4px;box-shadow:-6px 6px #0009}.RenderCoreDevice-module__weascq__wheelGrid{background-color:#333;border:2px solid #000;height:100%}.RenderCoreDevice-module__weascq__ioPorts{flex-direction:column;align-items:center;gap:15px;display:flex}.RenderCoreDevice-module__weascq__portRound{clip-path:polygon(25% 0,75% 0,100% 25%,100% 75%,75% 100%,25% 100%,0 75%,0 25%);background:#111;border:4px solid #666;width:30px;height:30px;box-shadow:inset 4px 4px #000}.RenderCoreDevice-module__weascq__portSquare{background:#111;border:4px solid #666;width:30px;height:20px;box-shadow:inset 4px 4px #000}.RenderCoreDevice-module__weascq__topVents{gap:10px;padding:20px;display:flex}.RenderCoreDevice-module__weascq__topVentLine{background:#111;border-right:4px solid #555;flex:1;height:60px}.RenderCoreDevice-module__weascq__bumpers{justify-content:space-between;padding:20px;display:flex}.RenderCoreDevice-module__weascq__bumper{clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);background:#111;border:4px solid #333;width:60px;height:40px}
.AdminProducts-module__b17DEa__editorContainer{background:var(--bg);border:1px solid var(--border);overflow:hidden}.AdminProducts-module__b17DEa__editorTopBar{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.AdminProducts-module__b17DEa__editorActions{gap:8px;display:flex}.AdminProducts-module__b17DEa__saveBtn{background:var(--green);color:var(--bg);font-family:var(--font-mono);letter-spacing:.15em;cursor:pointer;border:none;padding:10px 24px;font-size:12px;font-weight:700;transition:all .2s}.AdminProducts-module__b17DEa__saveBtn:hover{box-shadow:0 0 16px color-mix(in srgb,var(--green)40%,transparent)}.AdminProducts-module__b17DEa__saveBtn:disabled{opacity:.5;cursor:wait}.AdminProducts-module__b17DEa__editorLayout{grid-template-columns:1fr 360px;min-height:600px;display:grid}.AdminProducts-module__b17DEa__formSide{border-right:1px solid var(--border);max-height:80vh;overflow-y:auto}.AdminProducts-module__b17DEa__tabRow{border-bottom:1px solid var(--border);background:var(--surface);display:flex}.AdminProducts-module__b17DEa__tab{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:14px 16px;font-size:11px;transition:all .2s}.AdminProducts-module__b17DEa__tab:hover{color:var(--text);background:color-mix(in srgb,var(--gold)5%,transparent)}.AdminProducts-module__b17DEa__tabActive{color:var(--gold);border-bottom-color:var(--gold);background:color-mix(in srgb,var(--gold)8%,transparent)}.AdminProducts-module__b17DEa__formGrid{grid-template-columns:1fr 1fr;gap:16px;padding:24px 20px;display:grid}.AdminProducts-module__b17DEa__fieldFull{grid-column:1/-1}.AdminProducts-module__b17DEa__fieldLabel{font-family:var(--font-mono);letter-spacing:.15em;color:var(--muted);margin-bottom:6px;font-size:10px;display:block}.AdminProducts-module__b17DEa__fieldInput{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-mono);outline:none;padding:10px 12px;font-size:13px;transition:border-color .2s}.AdminProducts-module__b17DEa__fieldInput:focus{border-color:var(--gold);box-shadow:0 0 8px color-mix(in srgb,var(--gold)15%,transparent)}.AdminProducts-module__b17DEa__fieldTextarea{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-mono);resize:vertical;outline:none;padding:10px 12px;font-size:13px;transition:border-color .2s}.AdminProducts-module__b17DEa__fieldTextarea:focus{border-color:var(--gold)}.AdminProducts-module__b17DEa__slugRow{align-items:center;display:flex}.AdminProducts-module__b17DEa__slugPrefix{font-family:var(--font-mono);color:var(--muted);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-right:none;padding:10px 0 10px 12px;font-size:12px}.AdminProducts-module__b17DEa__slugRow .AdminProducts-module__b17DEa__fieldInput{border-left:none}.AdminProducts-module__b17DEa__colorRow{align-items:center;gap:8px;display:flex}.AdminProducts-module__b17DEa__colorPicker{border:1px solid var(--border);cursor:pointer;background:0 0;flex-shrink:0;width:36px;height:36px;padding:2px}.AdminProducts-module__b17DEa__mediaTab{padding:24px 20px}.AdminProducts-module__b17DEa__mediaHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.AdminProducts-module__b17DEa__mediaTitle{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text);font-size:13px}.AdminProducts-module__b17DEa__addMediaBtn{font-family:var(--font-mono);letter-spacing:.1em;border:1px solid var(--cyan,var(--green));color:var(--cyan,var(--green));cursor:pointer;background:0 0;padding:8px 16px;font-size:11px;transition:all .2s}.AdminProducts-module__b17DEa__addMediaBtn:hover{background:var(--cyan,var(--green));color:var(--bg)}.AdminProducts-module__b17DEa__mediaHint{font-family:var(--font-mono);color:var(--muted);margin-bottom:16px;font-size:11px}.AdminProducts-module__b17DEa__dropZone{border:2px dashed var(--border);cursor:pointer;background:var(--bg);flex-direction:column;align-items:center;gap:10px;margin-bottom:20px;padding:32px 24px;transition:all .3s;display:flex}.AdminProducts-module__b17DEa__dropZone:hover{border-color:var(--cyan,var(--green));background:color-mix(in srgb,var(--cyan,var(--green))4%,transparent)}.AdminProducts-module__b17DEa__dropZoneActive{border-color:var(--green);background:color-mix(in srgb,var(--green)8%,transparent);box-shadow:inset 0 0 30px color-mix(in srgb,var(--green)10%,transparent);border-style:solid}.AdminProducts-module__b17DEa__fileInput{display:none}.AdminProducts-module__b17DEa__dropIcon{font-size:32px;line-height:1;transition:transform .3s}.AdminProducts-module__b17DEa__dropZoneActive .AdminProducts-module__b17DEa__dropIcon{transform:scale(1.2)}.AdminProducts-module__b17DEa__dropText{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text);font-size:13px;font-weight:700}.AdminProducts-module__b17DEa__dropSubtext{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;font-size:11px}.AdminProducts-module__b17DEa__uploadList{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.AdminProducts-module__b17DEa__uploadItem{background:var(--surface);border:1px solid var(--border);padding:10px 14px}.AdminProducts-module__b17DEa__uploadInfo{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.AdminProducts-module__b17DEa__uploadName{font-family:var(--font-mono);color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:11px;overflow:hidden}.AdminProducts-module__b17DEa__uploadStatus{font-family:var(--font-mono);letter-spacing:.1em;color:var(--cyan,var(--green));font-size:11px}.AdminProducts-module__b17DEa__uploadDone{color:var(--green)}.AdminProducts-module__b17DEa__uploadError{color:var(--magenta,#f24)}.AdminProducts-module__b17DEa__uploadBar{background:var(--bg);width:100%;height:3px;overflow:hidden}.AdminProducts-module__b17DEa__uploadBarFill{background:linear-gradient(90deg,var(--green),var(--cyan,var(--green)));height:100%;transition:width .3s}.AdminProducts-module__b17DEa__uploadBarError{background:var(--magenta,#f24)}.AdminProducts-module__b17DEa__noMedia{border:1px dashed var(--border);color:var(--muted);font-family:var(--font-mono);flex-direction:column;align-items:center;gap:16px;padding:40px;font-size:12px;display:flex}.AdminProducts-module__b17DEa__mediaGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.AdminProducts-module__b17DEa__mediaItem{border:1px solid var(--border);background:var(--surface);overflow:hidden}.AdminProducts-module__b17DEa__mediaPreview{aspect-ratio:1;background:var(--bg);position:relative;overflow:hidden}.AdminProducts-module__b17DEa__mediaImg{object-fit:cover;width:100%;height:100%}.AdminProducts-module__b17DEa__heroBadge{font-family:var(--font-mono);letter-spacing:.15em;background:var(--green);color:var(--bg);padding:3px 8px;font-size:9px;font-weight:700;position:absolute;top:6px;left:6px}.AdminProducts-module__b17DEa__mediaActions{justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.AdminProducts-module__b17DEa__mediaIndex{font-family:var(--font-mono);color:var(--muted);font-size:11px}.AdminProducts-module__b17DEa__mediaBtns{gap:4px;display:flex}.AdminProducts-module__b17DEa__mediaBtn{border:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.AdminProducts-module__b17DEa__mediaBtn:hover{border-color:var(--gold);color:var(--gold)}.AdminProducts-module__b17DEa__mediaBtnDanger{color:var(--magenta,#f24);}.AdminProducts-module__b17DEa__mediaBtnDanger:hover{border-color:var(--magenta,#f24);background:var(--magenta,#f24);color:var(--bg)}.AdminProducts-module__b17DEa__detailsTab{flex-direction:column;gap:28px;padding:24px 20px;display:flex}.AdminProducts-module__b17DEa__detailSectionHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.AdminProducts-module__b17DEa__detailSectionTitle{font-family:var(--font-mono);letter-spacing:.15em;color:var(--gold);margin:0 0 12px;font-size:12px}.AdminProducts-module__b17DEa__detailSectionHeader .AdminProducts-module__b17DEa__detailSectionTitle{margin:0}.AdminProducts-module__b17DEa__addDetailBtn{font-family:var(--font-mono);letter-spacing:.1em;border:1px solid var(--cyan,var(--green));color:var(--cyan,var(--green));cursor:pointer;background:0 0;padding:6px 12px;font-size:10px;transition:all .2s}.AdminProducts-module__b17DEa__addDetailBtn:hover{background:var(--cyan,var(--green));color:var(--bg)}.AdminProducts-module__b17DEa__detailEmpty{font-family:var(--font-mono);color:var(--muted);border:1px dashed var(--border);text-align:center;padding:16px;font-size:12px}.AdminProducts-module__b17DEa__featuresList{flex-direction:column;gap:8px;display:flex}.AdminProducts-module__b17DEa__featureRow{align-items:center;gap:8px;display:flex}.AdminProducts-module__b17DEa__featureDot{background:var(--green);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);flex-shrink:0;width:6px;height:6px}.AdminProducts-module__b17DEa__featureInput{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);outline:none;flex:1;padding:8px 12px;font-size:12px}.AdminProducts-module__b17DEa__featureInput:focus{border-color:var(--gold)}.AdminProducts-module__b17DEa__featureRemove{border:1px solid var(--border);color:var(--magenta,#f24);font-family:var(--font-mono);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;transition:all .2s;display:flex}.AdminProducts-module__b17DEa__featureRemove:hover{background:var(--magenta,#f24);color:var(--bg);border-color:var(--magenta,#f24)}.AdminProducts-module__b17DEa__specsList{flex-direction:column;gap:8px;display:flex}.AdminProducts-module__b17DEa__specRow{align-items:center;gap:8px;display:flex}.AdminProducts-module__b17DEa__specKey{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted);text-transform:uppercase;background:var(--surface);border:1px solid var(--border);border-right:none;flex-shrink:0;min-width:100px;padding:8px 12px;font-size:11px}.AdminProducts-module__b17DEa__specInput{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);outline:none;flex:1;padding:8px 12px;font-size:12px}.AdminProducts-module__b17DEa__specInput:focus{border-color:var(--gold)}.AdminProducts-module__b17DEa__previewSide{background:color-mix(in srgb,var(--bg)95%,black);flex-direction:column;max-height:80vh;display:flex;position:sticky;top:0;overflow-y:auto}.AdminProducts-module__b17DEa__previewHeader{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.AdminProducts-module__b17DEa__previewTitle{font-family:var(--font-mono);letter-spacing:.15em;color:var(--muted);margin:0;font-size:11px}.AdminProducts-module__b17DEa__previewDots{gap:5px;display:flex}.AdminProducts-module__b17DEa__previewDots span{background:var(--border);border-radius:50%;width:8px;height:8px}.AdminProducts-module__b17DEa__previewDots span:first-child{background:var(--green)}.AdminProducts-module__b17DEa__previewDots span:nth-child(2){background:var(--gold)}.AdminProducts-module__b17DEa__previewBody{justify-content:center;padding:20px 16px;display:flex}.AdminProducts-module__b17DEa__previewBody>*{width:100%;max-width:320px}.AdminProducts-module__b17DEa__productList{flex-direction:column;gap:6px;margin-top:16px;display:flex}.AdminProducts-module__b17DEa__productRow{background:var(--bg);border:1px solid var(--border);cursor:pointer;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:flex}.AdminProducts-module__b17DEa__productRow:hover{border-color:var(--gold);background:color-mix(in srgb,var(--gold)5%,transparent)}.AdminProducts-module__b17DEa__productThumb{background:var(--surface);border:1px solid var(--border);flex-shrink:0;width:48px;height:48px;overflow:hidden}.AdminProducts-module__b17DEa__thumbImg{object-fit:cover;width:100%;height:100%}.AdminProducts-module__b17DEa__thumbPlaceholder{width:100%;height:100%;color:var(--muted);font-family:var(--font-mono);justify-content:center;align-items:center;font-size:18px;display:flex}.AdminProducts-module__b17DEa__productInfo{flex:1;min-width:0}.AdminProducts-module__b17DEa__productNameRow{align-items:center;gap:8px;display:flex}.AdminProducts-module__b17DEa__productName{color:var(--text);font-size:14px;font-weight:700}.AdminProducts-module__b17DEa__hiddenBadge{letter-spacing:.1em;background:var(--magenta,#f24);color:var(--bg);padding:2px 6px;font-size:9px}.AdminProducts-module__b17DEa__productMeta{color:var(--text-dim);margin-top:2px;font-size:11px}.AdminProducts-module__b17DEa__toolbarRow{justify-content:space-between;align-items:center;gap:16px;display:flex}.AdminProducts-module__b17DEa__productCount{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted);font-size:11px}@media (max-width:1024px){.AdminProducts-module__b17DEa__editorLayout{grid-template-columns:1fr}.AdminProducts-module__b17DEa__previewSide{border-top:1px solid var(--border);max-height:none;position:static}.AdminProducts-module__b17DEa__formGrid{grid-template-columns:1fr}.AdminProducts-module__b17DEa__fieldHalf{grid-column:auto}}
.PcbIcon-module__oVY6tW__sceneWrapper{perspective:1200px;justify-content:center;align-items:center;width:100%;height:100%;min-height:180px;display:flex}.PcbIcon-module__oVY6tW__scene{width:120px;height:160px;transform-style:preserve-3d;animation:5s ease-in-out infinite alternate PcbIcon-module__oVY6tW__float;position:relative;transform:rotateX(55deg)rotate(35deg)scale(.95)}@keyframes PcbIcon-module__oVY6tW__float{0%{transform:rotateX(55deg)rotate(35deg)translateZ(0)scale(.95)}to{transform:rotateX(55deg)rotate(35deg)translateZ(10px)scale(.95)}}.PcbIcon-module__oVY6tW__face{box-sizing:border-box;transform-style:preserve-3d;position:absolute}.PcbIcon-module__oVY6tW__pcbGroup{width:120px;height:160px;transform-style:preserve-3d;position:absolute;transform:translateZ(0)}.PcbIcon-module__oVY6tW__pcbTop{background-color:#11141a;border:2px solid #b026ff;width:120px;height:160px;top:0;left:0;overflow:hidden;transform:translateZ(10px);box-shadow:inset 0 0 20px #b026ff66}.PcbIcon-module__oVY6tW__pcbBottom{background-color:#11141a;border:2px solid #b026ff;width:120px;height:160px;top:0;left:0;transform:translateZ(0)rotateY(180deg);box-shadow:0 0 40px #00d4ff33}.PcbIcon-module__oVY6tW__pcbWest{background-color:#0c0e14;border-left:2px solid #b026ff;border-right:2px solid #b026ff;width:10px;height:160px;top:0;left:-5px;transform:translateZ(5px)rotateY(90deg)}.PcbIcon-module__oVY6tW__pcbEast{background-color:#0c0e14;border-left:2px solid #b026ff;border-right:2px solid #b026ff;width:10px;height:160px;top:0;right:-5px;transform:translateZ(5px)rotateY(90deg)}.PcbIcon-module__oVY6tW__pcbNorth{background-color:#171c26;border-top:2px solid #b026ff;border-bottom:2px solid #b026ff;width:120px;height:10px;top:-5px;left:0;transform:translateZ(5px)rotateX(90deg)}.PcbIcon-module__oVY6tW__pcbSouth{background-color:#171c26;border-top:2px solid #b026ff;border-bottom:2px solid #b026ff;width:120px;height:10px;bottom:-5px;left:0;transform:translateZ(5px)rotateX(90deg)}.PcbIcon-module__oVY6tW__silkscreen{color:#00d4ff;letter-spacing:1px;opacity:.8;font-family:JetBrains Mono,monospace;font-size:8px;font-weight:700;position:absolute;bottom:8px;left:8px}.PcbIcon-module__oVY6tW__traces{pointer-events:none;background-image:linear-gradient(90deg,#0000 20px,#00d4ff26 20px 22px,#0000 22px),linear-gradient(0deg,#0000 40px,#b026ff26 40px 42px,#0000 42px);background-size:30px 50px;position:absolute;inset:0}.PcbIcon-module__oVY6tW__mcuGroup{width:60px;height:60px;transform-style:preserve-3d;position:absolute;top:50px;left:30px;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__mcuTop{background:#181b22;border:1px solid #333;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;display:flex;top:0;left:0;transform:translateZ(6px);box-shadow:inset 0 0 10px #000c,0 0 15px #b026ff66}.PcbIcon-module__oVY6tW__mcuBottom{background:#0f1016;width:60px;height:60px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__mcuWest{background:#0f1016 repeating-linear-gradient(0deg,#0000 0 4px,#e8c84a 4px 6px);border-right:1px solid #222;width:6px;height:60px;top:0;left:-3px;transform:translateZ(3px)rotateY(90deg)}.PcbIcon-module__oVY6tW__mcuEast{background:#0f1016 repeating-linear-gradient(0deg,#0000 0 4px,#e8c84a 4px 6px);border-left:1px solid #222;width:6px;height:60px;top:0;right:-3px;transform:translateZ(3px)rotateY(90deg)}.PcbIcon-module__oVY6tW__mcuNorth{background:#0f1016 repeating-linear-gradient(90deg,#0000 0 4px,#e8c84a 4px 6px);border-bottom:1px solid #444;width:60px;height:6px;top:-3px;left:0;transform:translateZ(3px)rotateX(90deg)}.PcbIcon-module__oVY6tW__mcuSouth{background:#0f1016 repeating-linear-gradient(90deg,#0000 0 4px,#e8c84a 4px 6px);border-top:1px solid #444;width:60px;height:6px;bottom:-3px;left:0;transform:translateZ(3px)rotateX(90deg)}.PcbIcon-module__oVY6tW__mcuBrand{color:#aaa;font-family:JetBrains Mono,monospace;font-size:7px;font-weight:700;position:absolute;top:6px}.PcbIcon-module__oVY6tW__brandAccent{color:#b026ff}.PcbIcon-module__oVY6tW__mcuCharacter{justify-content:center;align-items:center;gap:8px;margin-top:8px;display:flex}.PcbIcon-module__oVY6tW__eye{background:#00d4ff;border-radius:50%;width:6px;height:6px;animation:4s infinite PcbIcon-module__oVY6tW__blink;position:relative;box-shadow:0 0 8px #00d4ff}.PcbIcon-module__oVY6tW__eye:after{content:"";background:#fff;border-radius:50%;width:2px;height:2px;position:absolute;top:1px;left:1px}@keyframes PcbIcon-module__oVY6tW__blink{0%,95%,to{height:6px;transform:translateY(0)}97%{height:1px;transform:translateY(2px)}}.PcbIcon-module__oVY6tW__mouth{border:2px solid #0000;border-bottom-color:#00d4ff;border-radius:50%;width:10px;height:6px;margin-top:2px;box-shadow:0 2px 4px #00d4ff66}.PcbIcon-module__oVY6tW__cheek{background:#b026ff99;border-radius:50%;width:6px;height:3px;margin-top:6px;position:absolute;box-shadow:0 0 4px #b026ff}.PcbIcon-module__oVY6tW__cheek.PcbIcon-module__oVY6tW__left{left:6px}.PcbIcon-module__oVY6tW__cheek.PcbIcon-module__oVY6tW__right{right:6px}.PcbIcon-module__oVY6tW__usbGroup{width:30px;height:24px;transform-style:preserve-3d;position:absolute;top:-2px;left:45px;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__usbTop{background:#88909e;border:1px solid #666;width:30px;height:24px;top:0;left:0;transform:translateZ(16px)}.PcbIcon-module__oVY6tW__usbBottom{background:#4a515e;width:30px;height:24px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__usbWest{background:#626975;width:16px;height:24px;top:0;left:-8px;transform:translateZ(8px)rotateY(90deg)}.PcbIcon-module__oVY6tW__usbEast{background:#626975;width:16px;height:24px;top:0;right:-8px;transform:translateZ(8px)rotateY(90deg)}.PcbIcon-module__oVY6tW__usbNorth{background:#2b303b;justify-content:center;align-items:center;width:30px;height:16px;display:flex;top:-8px;left:0;transform:translateZ(8px)rotateX(90deg)}.PcbIcon-module__oVY6tW__usbSouth{background:#4a515e;width:30px;height:16px;bottom:-8px;left:0;transform:translateZ(8px)rotateX(90deg)}.PcbIcon-module__oVY6tW__usbHole{background:#000;border-radius:1px;width:22px;height:4px;box-shadow:inset 0 2px 2px #00d4ff44}.PcbIcon-module__oVY6tW__usbCGroup{width:16px;height:20px;transform-style:preserve-3d;position:absolute;top:-1px;left:80px;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__usbCTop{background:#b5bdca;border:1px solid #777;width:16px;height:20px;top:0;left:0;transform:translateZ(8px)}.PcbIcon-module__oVY6tW__usbCBottom{background:#5a606b;width:16px;height:20px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__usbCWest{background:#8a93a1;width:8px;height:20px;top:0;left:-4px;transform:translateZ(4px)rotateY(90deg)}.PcbIcon-module__oVY6tW__usbCEast{background:#8a93a1;width:8px;height:20px;top:0;right:-4px;transform:translateZ(4px)rotateY(90deg)}.PcbIcon-module__oVY6tW__usbCNorth{background:#464a52;justify-content:center;align-items:center;width:16px;height:8px;display:flex;top:-4px;left:0;transform:translateZ(4px)rotateX(90deg)}.PcbIcon-module__oVY6tW__usbCSouth{background:#5a606b;width:16px;height:8px;bottom:-4px;left:0;transform:translateZ(4px)rotateX(90deg)}.PcbIcon-module__oVY6tW__usbCHole{background:#000;border:1px solid #b5bdca;border-radius:3px;width:10px;height:3px}.PcbIcon-module__oVY6tW__gpioGroup{width:12px;height:100px;transform-style:preserve-3d;position:absolute;top:30px;left:8px;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__gpioTop{background:#222;border:1px solid #444;width:12px;height:100px;top:0;left:0;transform:translateZ(12px)}.PcbIcon-module__oVY6tW__gpioBottom{background:#222;border:1px solid #444;width:12px;height:100px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__gpioWest{background:#111;width:12px;height:100px;top:0;left:-6px;transform:translateZ(6px)rotateY(90deg)}.PcbIcon-module__oVY6tW__gpioEast{background:#111;width:12px;height:100px;top:0;right:-6px;transform:translateZ(6px)rotateY(90deg)}.PcbIcon-module__oVY6tW__gpioNorth{background:#111;width:12px;height:12px;top:-6px;left:0;transform:translateZ(6px)rotateX(90deg)}.PcbIcon-module__oVY6tW__gpioSouth{background:#111;width:12px;height:12px;bottom:-6px;left:0;transform:translateZ(6px)rotateX(90deg)}.PcbIcon-module__oVY6tW__gpioPins{background:#e8c84a;width:2px;height:2px;position:absolute;top:4px;left:4px;transform:translateZ(16px);box-shadow:0 8px #e8c84a,0 16px #e8c84a,0 24px #e8c84a,0 32px #e8c84a,0 40px #e8c84a,0 48px #e8c84a,0 56px #e8c84a,0 64px #e8c84a,0 72px #e8c84a,0 80px #e8c84a,0 88px #e8c84a}.PcbIcon-module__oVY6tW__capGroup1,.PcbIcon-module__oVY6tW__capGroup2{width:8px;height:8px;transform-style:preserve-3d;position:absolute;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__capGroup1{top:125px;left:88px}.PcbIcon-module__oVY6tW__capGroup2{top:125px;left:100px}.PcbIcon-module__oVY6tW__capTop{background-color:#d1d5db;background-image:linear-gradient(45deg,#0000 40%,#111 40% 60%,#0000 60%),linear-gradient(-45deg,#0000 40%,#111 40% 60%,#0000 60%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;width:8px;height:8px;top:0;left:0;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__capBottom{background:#111;width:8px;height:8px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__capWest{background:#2563eb;width:10px;height:8px;top:0;left:-5px;transform:translateZ(5px)rotateY(90deg)}.PcbIcon-module__oVY6tW__capEast{background:#2563eb;width:10px;height:8px;top:0;right:-5px;transform:translateZ(5px)rotateY(90deg)}.PcbIcon-module__oVY6tW__capNorth{background:#3b82f6;width:8px;height:10px;top:-5px;left:0;transform:translateZ(5px)rotateX(90deg)}.PcbIcon-module__oVY6tW__capSouth{background:#3b82f6;width:8px;height:10px;bottom:-5px;left:0;transform:translateZ(5px)rotateX(90deg)}.PcbIcon-module__oVY6tW__ledGroup{width:6px;height:6px;transform-style:preserve-3d;position:absolute;top:135px;left:45px;transform:translateZ(10px)}.PcbIcon-module__oVY6tW__ledTop{background:0 0;justify-content:center;align-items:center;width:6px;height:6px;display:flex;top:0;left:0;transform:translateZ(8px)}.PcbIcon-module__oVY6tW__ledBottom{background:#00d4ff33;width:6px;height:6px;top:0;left:0;transform:translateZ(0)rotateY(180deg)}.PcbIcon-module__oVY6tW__ledWest{background:#00d4ff66;width:8px;height:6px;top:0;left:-4px;transform:translateZ(4px)rotateY(90deg)}.PcbIcon-module__oVY6tW__ledEast{background:#00d4ff66;width:8px;height:6px;top:0;right:-4px;transform:translateZ(4px)rotateY(90deg)}.PcbIcon-module__oVY6tW__ledNorth{background:#00d4ff66;width:6px;height:8px;top:-4px;left:0;transform:translateZ(4px)rotateX(90deg)}.PcbIcon-module__oVY6tW__ledSouth{background:#00d4ff66;width:6px;height:8px;bottom:-4px;left:0;transform:translateZ(4px)rotateX(90deg)}.PcbIcon-module__oVY6tW__ledGlow{background:#00d4ff;border-radius:50%;width:6px;height:6px;animation:2s infinite alternate PcbIcon-module__oVY6tW__pulse;box-shadow:0 0 10px #00d4ff,0 0 20px #00d4ff}@keyframes PcbIcon-module__oVY6tW__pulse{0%{opacity:.6;transform:scale(.9);box-shadow:0 0 10px #00d4ff}to{opacity:1;transform:scale(1.1);box-shadow:0 0 20px #00d4ff,0 0 35px #00d4ff}}
.page-module__NfDiEG__main{min-height:100vh;padding-top:72px}.page-module__NfDiEG__hero{border-bottom:1px solid var(--border);padding:64px 0 48px}.page-module__NfDiEG__breadcrumb{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text-dim);align-items:center;gap:8px;margin-bottom:20px;font-size:12px;display:flex}.page-module__NfDiEG__sep{color:var(--green)}.page-module__NfDiEG__active{color:var(--text)}.page-module__NfDiEG__heroTitle{font-family:var(--font-poster);color:var(--text);letter-spacing:.08em;text-shadow:0 0 30px color-mix(in srgb,var(--glow-color-green)38%,transparent);margin-bottom:12px;font-size:clamp(36px,6vw,72px);line-height:1}.page-module__NfDiEG__heroSub{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.2em;font-size:13px}.page-module__NfDiEG__section{padding:80px 0}.page-module__NfDiEG__label{letter-spacing:.2em;color:var(--green);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:12px}.page-module__NfDiEG__h2{color:var(--text);letter-spacing:.04em;margin-bottom:48px;font-family:Bebas Neue,sans-serif;font-size:56px;line-height:1}.page-module__NfDiEG__twoCol{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.page-module__NfDiEG__body{color:var(--text-dim);flex-direction:column;gap:20px;font-family:Space Mono,monospace;font-size:13px;line-height:1.9;display:flex}.page-module__NfDiEG__terminalWrap{background:var(--bg);border:1px solid var(--border);box-shadow:0 0 40px color-mix(in srgb,var(--green)12%,transparent);font-family:JetBrains Mono,monospace}.page-module__NfDiEG__terminalBar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.page-module__NfDiEG__terminalTitle{letter-spacing:.1em;color:var(--text-dim);font-size:12px}.page-module__NfDiEG__terminalDots{gap:6px;display:flex}.page-module__NfDiEG__terminalDots span{border-radius:50%;width:10px;height:10px;display:inline-block}.page-module__NfDiEG__terminalBody{flex-direction:column;gap:6px;padding:20px;display:flex}.page-module__NfDiEG__termLine{letter-spacing:.08em;color:var(--green);font-size:13px;line-height:1.6}.page-module__NfDiEG__termPrompt{color:var(--cyan);margin-right:6px}.page-module__NfDiEG__termCursor{color:var(--green);animation:.8s step-end infinite page-module__NfDiEG__blink;display:inline-block}.page-module__NfDiEG__mascotRow{align-items:center}.page-module__NfDiEG__mascotRow .page-module__NfDiEG__colLeft{order:2}.page-module__NfDiEG__mascotRow .page-module__NfDiEG__colRight{order:1;justify-content:center;display:flex}.page-module__NfDiEG__aboutMascotImg{width:100%;max-width:320px;height:auto;filter:drop-shadow(0 0 24px color-mix(in srgb,var(--green)40%,transparent));animation:6s ease-in-out infinite page-module__NfDiEG__float}.page-module__NfDiEG__valuesSection{background:var(--surface);border-top:1px solid var(--surface2);border-bottom:1px solid var(--surface2);padding:80px 0}.page-module__NfDiEG__valuesGrid{background:var(--surface2);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.page-module__NfDiEG__valueCard{background:var(--surface);padding:32px 28px;transition:background .2s}.page-module__NfDiEG__valueCard:hover{background:var(--surface2)}.page-module__NfDiEG__valueNum{color:var(--green);opacity:.4;margin-bottom:10px;font-family:VT323,monospace;font-size:20px}.page-module__NfDiEG__valueTitle{letter-spacing:.15em;color:var(--gold);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:13px}.page-module__NfDiEG__valueText{color:var(--text-dim);font-family:Space Mono,monospace;font-size:12px;line-height:1.8}.page-module__NfDiEG__teamSection{padding:80px 0}.page-module__NfDiEG__teamGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.page-module__NfDiEG__teamCard{background:var(--surface);border:1px solid var(--surface2);padding:24px 20px;transition:all .25s;position:relative;overflow:hidden}.page-module__NfDiEG__teamCard:hover{border-color:var(--t-color);box-shadow:0 0 24px color-mix(in srgb,var(--t-color)15%,transparent);transform:translateY(-4px)}.page-module__NfDiEG__teamCard:before{content:"";background:var(--t-color);height:3px;position:absolute;top:0;left:0;right:0}.page-module__NfDiEG__teamCardTop{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.page-module__NfDiEG__teamAvatar{width:60px;color:var(--t-color);filter:drop-shadow(0 0 6px var(--t-color))}.page-module__NfDiEG__teamTag{letter-spacing:.1em;color:var(--muted);writing-mode:vertical-rl;text-orientation:mixed;font-family:JetBrains Mono,monospace;font-size:11px}.page-module__NfDiEG__teamName{color:var(--text);letter-spacing:.04em;margin-bottom:4px;font-family:Bebas Neue,sans-serif;font-size:22px}.page-module__NfDiEG__teamRole{letter-spacing:.15em;color:var(--t-color);font-family:JetBrains Mono,monospace;font-size:11px}@keyframes page-module__NfDiEG__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:900px){.page-module__NfDiEG__twoCol{grid-template-columns:1fr}.page-module__NfDiEG__valuesGrid,.page-module__NfDiEG__teamGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__NfDiEG__valuesGrid,.page-module__NfDiEG__teamGrid{grid-template-columns:1fr}}
.page-module__rM2rjG__main{background-image:linear-gradient(color-mix(in srgb,var(--cyan)3%,transparent)1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--cyan)3%,transparent)1px,transparent 1px);background-position:top;background-size:30px 30px;min-height:100vh;padding-top:100px;padding-bottom:80px}.page-module__rM2rjG__loading{height:100vh;font-family:var(--font-mono);color:var(--cyan);letter-spacing:.2em;justify-content:center;align-items:center;font-size:14px;display:flex}.page-module__rM2rjG__header{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-bottom:20px;display:flex}.page-module__rM2rjG__eyebrow{font-family:var(--font-mono);color:var(--green);letter-spacing:.2em;margin-bottom:8px;font-size:12px}.page-module__rM2rjG__title{font-family:var(--font-poster);color:var(--text);text-shadow:0 0 16px color-mix(in srgb,var(--glow-color-cyan)38%,transparent);margin:0;font-size:48px}.page-module__rM2rjG__subtitle{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;margin-top:12px;font-size:14px}.page-module__rM2rjG__logoutBtn{border:1px solid var(--magenta,#f24);color:var(--magenta,#f24);font-family:var(--font-mono);cursor:pointer;background:0 0;padding:8px 16px;font-size:12px;transition:all .2s}.page-module__rM2rjG__logoutBtn:hover{background:var(--magenta,#f24);color:var(--text);box-shadow:0 0 16px color-mix(in srgb,var(--magenta,#f24)38%,transparent)}.page-module__rM2rjG__grid{grid-template-columns:1fr 2fr;gap:32px;display:grid}.page-module__rM2rjG__card{background:var(--surface);border:1px solid var(--border);box-shadow:0 0 40px color-mix(in srgb,var(--bg)50%,transparent);padding:32px;position:relative}.page-module__rM2rjG__card:before{content:"";border-top:1px solid var(--cyan);border-left:1px solid var(--cyan);opacity:.5;width:10px;height:10px;position:absolute;top:-5px;left:-5px}.page-module__rM2rjG__cardTitle{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.2em;text-shadow:0 0 8px color-mix(in srgb,var(--glow-color-cyan)25%,transparent);margin-bottom:24px;font-size:14px}.page-module__rM2rjG__placeholderRow{margin-bottom:16px}.page-module__rM2rjG__label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;margin-bottom:4px;font-size:12px}.page-module__rM2rjG__value{font-family:var(--font-mono);color:var(--text-dim);background:var(--bg);border:1px solid var(--surface2);padding:12px;font-size:15px;line-height:1.5}.page-module__rM2rjG__actionBtn{border:1px solid var(--cyan);color:var(--cyan);font-family:var(--font-mono);cursor:pointer;background:0 0;width:100%;margin-top:16px;padding:12px;font-size:12px;transition:all .2s}.page-module__rM2rjG__actionBtn:hover:not(:disabled){background:var(--cyan);color:var(--text);box-shadow:0 0 16px color-mix(in srgb,var(--glow-color-cyan)38%,transparent)}.page-module__rM2rjG__actionBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__rM2rjG__addressInput{font-family:var(--font-mono);color:var(--text);background:var(--bg);border:1px solid var(--surface2);outline:none;width:100%;padding:12px;font-size:13px;line-height:1.5;transition:border-color .2s}.page-module__rM2rjG__addressInput:focus{border-color:var(--cyan);box-shadow:inset 0 0 10px color-mix(in srgb,var(--cyan)10%,transparent)}select.page-module__rM2rjG__addressInput{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300d4ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}select.page-module__rM2rjG__addressInput:disabled{opacity:.5;cursor:not-allowed}select.page-module__rM2rjG__addressInput option{background:var(--bg);color:var(--text)}.page-module__rM2rjG__formGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.page-module__rM2rjG__fullWidth{grid-column:1/-1}.page-module__rM2rjG__checkboxRow{cursor:pointer;align-items:center;gap:8px;margin-bottom:24px;display:flex}.page-module__rM2rjG__checkboxRow input[type=checkbox]{appearance:none;background-color:var(--bg);font:inherit;color:currentColor;border:1px solid var(--surface2);cursor:pointer;place-content:center;width:1.15em;height:1.15em;margin:0;transition:all .2s;display:grid}.page-module__rM2rjG__checkboxRow input[type=checkbox]:before{content:"";background-color:var(--cyan);width:.65em;height:.65em;transition:transform .12s ease-in-out;transform:scale(0)}.page-module__rM2rjG__checkboxRow input[type=checkbox]:checked{border-color:var(--cyan)}.page-module__rM2rjG__checkboxRow input[type=checkbox]:checked:before{transform:scale(1)}.page-module__rM2rjG__checkboxLabel{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.1em;-webkit-user-select:none;user-select:none;font-size:13px}.page-module__rM2rjG__addressSectionTitle{font-family:var(--font-mono);color:var(--text);letter-spacing:.2em;border-bottom:1px solid var(--surface2);margin-bottom:16px;padding-bottom:8px;font-size:13px}.page-module__rM2rjG__successMsg{font-family:var(--font-mono);color:var(--green);text-align:center;letter-spacing:.1em;margin-top:16px;font-size:12px}.page-module__rM2rjG__errorMsg{font-family:var(--font-mono);color:var(--magenta,#f24);text-align:center;letter-spacing:.1em;margin-top:16px;font-size:12px}.page-module__rM2rjG__loadingData,.page-module__rM2rjG__empty{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.1em;text-align:center;border:1px dashed var(--border);padding:40px;font-size:15px}.page-module__rM2rjG__orderList{flex-direction:column;gap:16px;display:flex}.page-module__rM2rjG__orderItem{background:var(--bg);border:1px solid var(--border);padding:20px;transition:border-color .2s}.page-module__rM2rjG__orderItem:hover{border-color:var(--cyan)}.page-module__rM2rjG__orderHeader{border-bottom:1px dashed var(--surface2);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.page-module__rM2rjG__orderId{font-family:var(--font-mono);color:var(--text);letter-spacing:.1em;font-size:14px}.page-module__rM2rjG__orderStatus{font-family:var(--font-mono);letter-spacing:.1em;background:var(--surface2);color:var(--text-dim);padding:4px 8px;font-size:14px}.page-module__rM2rjG__orderStatus.page-module__rM2rjG__pending{color:var(--gold);border:1px solid color-mix(in srgb,var(--gold)25%,transparent)}.page-module__rM2rjG__orderStatus.page-module__rM2rjG__processing{color:var(--cyan);border:1px solid color-mix(in srgb,var(--cyan)25%,transparent)}.page-module__rM2rjG__orderStatus.page-module__rM2rjG__shipped,.page-module__rM2rjG__orderStatus.page-module__rM2rjG__delivered{color:var(--green);border:1px solid color-mix(in srgb,var(--green)25%,transparent)}.page-module__rM2rjG__orderDetails{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;gap:24px;font-size:12px;display:flex}@media (max-width:768px){.page-module__rM2rjG__header{flex-direction:column;align-items:flex-start;gap:20px}.page-module__rM2rjG__grid{grid-template-columns:1fr}}.page-module__rM2rjG__pagination{border-top:1px dashed var(--border);justify-content:center;align-items:center;gap:16px;margin-top:24px;padding-top:16px;display:flex}.page-module__rM2rjG__pageBtn{border:1px solid var(--cyan);color:var(--cyan);font-family:var(--font-mono);cursor:pointer;background:0 0;padding:6px 12px;font-size:11px;transition:all .2s}.page-module__rM2rjG__pageBtn:hover:not(:disabled){background:var(--cyan);color:var(--bg);box-shadow:0 0 10px color-mix(in srgb,var(--cyan)38%,transparent)}.page-module__rM2rjG__pageBtn:disabled{opacity:.3;cursor:not-allowed;border-color:var(--muted);color:var(--muted)}.page-module__rM2rjG__pageInfo{font-family:var(--font-mono);color:var(--text-dim);font-size:14px}.page-module__rM2rjG__orderItemsList{margin-top:16px;padding-top:8px}.page-module__rM2rjG__divider{border:none;border-top:1px dashed var(--surface2);margin-bottom:12px}.page-module__rM2rjG__orderedProductRow{border-bottom:1px solid var(--surface2);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.page-module__rM2rjG__orderedProductName{font-family:var(--font-mono);color:var(--text);font-size:12px}.page-module__rM2rjG__ratingSection{align-items:center;display:flex}.page-module__rM2rjG__starRating{align-items:center;gap:4px;display:flex}.page-module__rM2rjG__rateLabel{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;margin-right:8px;font-size:10px}.page-module__rM2rjG__starBtn{cursor:pointer;opacity:.5;filter:grayscale();background:0 0;border:none;padding:2px;font-size:14px;transition:all .2s}.page-module__rM2rjG__starBtn:hover{opacity:1;filter:grayscale(0%);transform:scale(1.2)}.page-module__rM2rjG__ratedText{font-family:var(--font-mono);color:var(--gold);letter-spacing:.1em;font-size:12px}
.page-module__OmXfwq__main{background-image:linear-gradient(color-mix(in srgb,var(--gold)3%,transparent)1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--gold)3%,transparent)1px,transparent 1px);background-position:top;background-size:30px 30px;min-height:100vh;padding-top:100px;padding-bottom:64px}.page-module__OmXfwq__loading{height:100vh;font-family:var(--font-mono);color:var(--gold);letter-spacing:.2em;justify-content:center;align-items:center;font-size:14px;display:flex}.page-module__OmXfwq__header{border-bottom:1px dashed color-mix(in srgb,var(--gold)20%,var(--border));justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-bottom:20px;display:flex}.page-module__OmXfwq__eyebrow{font-family:var(--font-mono);color:var(--magenta,#f24);letter-spacing:.2em;margin-bottom:8px;font-size:12px;animation:2s steps(2,end) infinite page-module__OmXfwq__flash}@keyframes page-module__OmXfwq__flash{0%,to{opacity:1}50%{opacity:.5}}.page-module__OmXfwq__title{font-family:var(--font-poster);color:var(--text);text-shadow:0 0 16px color-mix(in srgb,var(--glow-color-gold)25%,transparent);margin:0;font-size:48px}.page-module__OmXfwq__subtitle{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;margin-top:12px;font-size:12px}.page-module__OmXfwq__logoutBtn{border:1px solid var(--magenta,#f24);color:var(--magenta,#f24);font-family:var(--font-mono);cursor:pointer;background:0 0;padding:8px 16px;font-size:12px;transition:all .2s}.page-module__OmXfwq__logoutBtn:hover{background:var(--magenta,#f24);color:var(--text);box-shadow:0 0 16px color-mix(in srgb,var(--magenta,#f24)38%,transparent)}.page-module__OmXfwq__grid{grid-template-columns:240px 1fr;gap:32px;display:grid}.page-module__OmXfwq__navPanel,.page-module__OmXfwq__contentPanel{background:var(--surface);border:1px solid var(--border);padding:32px;position:relative}.page-module__OmXfwq__navPanel:before,.page-module__OmXfwq__contentPanel:before{content:"";border-top:1px solid var(--gold);border-left:1px solid var(--gold);opacity:.5;width:10px;height:10px;position:absolute;top:-5px;left:-5px}.page-module__OmXfwq__panelTitle{font-family:var(--font-mono);color:var(--gold);letter-spacing:.2em;text-shadow:0 0 8px color-mix(in srgb,var(--glow-color-gold)25%,transparent);margin-bottom:24px;font-size:14px}.page-module__OmXfwq__navBtn{text-align:left;width:100%;color:var(--muted);font-family:var(--font-mono);letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid #0000;margin-bottom:8px;padding:12px 16px;font-size:13px;transition:all .2s;display:block}.page-module__OmXfwq__navBtn:hover{color:var(--gold);background:color-mix(in srgb,var(--gold)5%,transparent)}.page-module__OmXfwq__navBtn.page-module__OmXfwq__active{color:var(--gold);border:1px solid color-mix(in srgb,var(--gold)30%,transparent);background:color-mix(in srgb,var(--gold)10%,transparent)}.page-module__OmXfwq__placeholderRow{border-bottom:1px dashed var(--surface2);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.page-module__OmXfwq__label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;font-size:12px}.page-module__OmXfwq__value{font-family:var(--font-mono);color:var(--text-dim);font-size:13px}.page-module__OmXfwq__tempText{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.1em;border:1px solid color-mix(in srgb,var(--cyan)20%,transparent);background:color-mix(in srgb,var(--cyan)5%,transparent);text-align:center;margin-top:32px;padding:24px;font-size:13px;line-height:1.5}@media (max-width:768px){.page-module__OmXfwq__header{flex-direction:column;align-items:flex-start;gap:20px}.page-module__OmXfwq__grid{grid-template-columns:1fr}}
.page-module__XjuLyG__main{background:var(--bg);z-index:10;min-height:100vh;padding-top:80px;padding-bottom:80px;position:relative}.page-module__XjuLyG__loading,.page-module__XjuLyG__loadingData{height:100vh;font-family:var(--font-mono);color:var(--cyan);letter-spacing:.2em;justify-content:center;align-items:center;font-size:14px;animation:1.5s ease-in-out infinite page-module__XjuLyG__pulse;display:flex}.page-module__XjuLyG__preorderBanner{background:linear-gradient(135deg,color-mix(in srgb,var(--green)12%,transparent),color-mix(in srgb,var(--cyan)8%,transparent));border:1px solid color-mix(in srgb,var(--green)30%,transparent);align-items:flex-start;gap:16px;margin-bottom:32px;padding:20px 28px;display:flex}.page-module__XjuLyG__preorderIcon{flex-shrink:0;margin-top:2px;font-size:28px;line-height:1}.page-module__XjuLyG__preorderContent{flex:1}.page-module__XjuLyG__preorderTitle{font-family:var(--font-mono);letter-spacing:.2em;color:var(--green);margin-bottom:6px;font-size:13px;font-weight:700}.page-module__XjuLyG__preorderText{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.05em;font-size:11px;line-height:1.6}.page-module__XjuLyG__preorderText strong{color:var(--text)}.page-module__XjuLyG__header{text-align:center;margin-bottom:36px}.page-module__XjuLyG__eyebrow{font-family:var(--font-mono);color:var(--green);letter-spacing:.3em;justify-content:center;align-items:center;gap:10px;margin-bottom:12px;font-size:11px;display:flex}.page-module__XjuLyG__eyebrowDot{background:var(--green);width:6px;height:6px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:2s ease-in-out infinite page-module__XjuLyG__pulse}.page-module__XjuLyG__title{color:var(--text);letter-spacing:.05em;margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(36px,6vw,56px);line-height:1}.page-module__XjuLyG__subtitle{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;margin-top:12px;font-size:12px}.page-module__XjuLyG__steps{justify-content:center;align-items:center;gap:0;margin-bottom:40px;padding:0 32px;display:flex}.page-module__XjuLyG__step{font-family:var(--font-mono);letter-spacing:.1em;color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.page-module__XjuLyG__stepNum{border:1px solid var(--border);justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.page-module__XjuLyG__stepActive .page-module__XjuLyG__stepNum{background:var(--green);color:var(--bg);border-color:var(--green);box-shadow:0 0 12px color-mix(in srgb,var(--green)30%,transparent)}.page-module__XjuLyG__stepActive{color:var(--text)}.page-module__XjuLyG__stepDivider{background:var(--border);width:40px;height:1px;margin:0 12px}.page-module__XjuLyG__grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:28px;max-width:1200px;margin:0 auto;padding:0 24px;display:grid}.page-module__XjuLyG__card{background:var(--surface);border:1px solid var(--border);position:relative;overflow:hidden}.page-module__XjuLyG__cardHeader{background:color-mix(in srgb,var(--bg)60%,var(--surface));border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:18px 24px;display:flex}.page-module__XjuLyG__cardIcon{font-size:18px;line-height:1}.page-module__XjuLyG__cardTitle{font-family:var(--font-mono);color:var(--text);letter-spacing:.2em;margin:0;font-size:12px;font-weight:700}.page-module__XjuLyG__cardBody{padding:24px}.page-module__XjuLyG__sectionTitle{font-family:var(--font-mono);color:var(--green);letter-spacing:.2em;border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:8px;font-size:11px;display:flex}.page-module__XjuLyG__sectionTitle:before{content:"//";color:var(--muted)}.page-module__XjuLyG__formGrid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px;display:grid}.page-module__XjuLyG__fullWidth{grid-column:1/-1}.page-module__XjuLyG__field{flex-direction:column;gap:6px;display:flex}.page-module__XjuLyG__label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.15em;text-transform:uppercase;font-size:10px}.page-module__XjuLyG__input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-mono);outline:none;padding:11px 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.page-module__XjuLyG__input:focus{border-color:var(--green);box-shadow:0 0 0 2px color-mix(in srgb,var(--green)10%,transparent)}select.page-module__XjuLyG__input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b026ff' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:14px;padding-right:36px}select.page-module__XjuLyG__input:disabled{opacity:.4;cursor:not-allowed}select.page-module__XjuLyG__input option{background:var(--bg);color:var(--text)}.page-module__XjuLyG__checkboxRow{cursor:pointer;align-items:center;gap:10px;margin:20px 0;display:flex}.page-module__XjuLyG__checkboxRow input[type=checkbox]{appearance:none;background:var(--bg);border:1px solid var(--border);cursor:pointer;flex-shrink:0;place-content:center;width:18px;height:18px;margin:0;transition:all .2s;display:grid}.page-module__XjuLyG__checkboxRow input[type=checkbox]:before{content:"";background:var(--green);width:10px;height:10px;transition:transform .12s ease-in-out;transform:scale(0)}.page-module__XjuLyG__checkboxRow input[type=checkbox]:checked{border-color:var(--green)}.page-module__XjuLyG__checkboxRow input[type=checkbox]:checked:before{transform:scale(1)}.page-module__XjuLyG__checkboxLabel{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.08em;-webkit-user-select:none;user-select:none;font-size:12px}.page-module__XjuLyG__mapSection{margin-top:8px}.page-module__XjuLyG__mapHelp{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.08em;margin-bottom:12px;font-size:11px}.page-module__XjuLyG__mapContainer{margin-bottom:12px}.page-module__XjuLyG__mapSuccess{font-family:var(--font-mono);color:var(--green);letter-spacing:.1em;background:color-mix(in srgb,var(--green)8%,transparent);border:1px solid color-mix(in srgb,var(--green)25%,transparent);align-items:center;gap:8px;padding:10px 14px;font-size:11px;display:flex}.page-module__XjuLyG__paymentOptions{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.page-module__XjuLyG__paymentOption{background:var(--bg);border:1px solid var(--border);cursor:pointer;font-family:var(--font-mono);flex-direction:column;align-items:center;gap:8px;padding:18px 12px;transition:all .25s;display:flex}.page-module__XjuLyG__paymentOption:hover{border-color:var(--green);background:color-mix(in srgb,var(--green)4%,transparent)}.page-module__XjuLyG__paymentOptionActive{border-color:var(--green);background:color-mix(in srgb,var(--green)10%,transparent);box-shadow:0 0 16px color-mix(in srgb,var(--green)15%,transparent)}.page-module__XjuLyG__paymentOptionIcon{font-size:24px;line-height:1}.page-module__XjuLyG__paymentOptionLabel{letter-spacing:.1em;color:var(--text-dim);text-align:center;font-size:11px}.page-module__XjuLyG__paymentOptionActive .page-module__XjuLyG__paymentOptionLabel{color:var(--green);font-weight:700}.page-module__XjuLyG__paymentInfo{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.04em;background:color-mix(in srgb,var(--surface)80%,var(--bg));border:1px solid var(--border);padding:14px 16px;font-size:12px;line-height:1.6}.page-module__XjuLyG__paymentInfo strong{color:var(--text)}.page-module__XjuLyG__qrSection{flex-direction:column;gap:14px;display:flex}.page-module__XjuLyG__qrImage{border:1px solid var(--border);background:#fff;width:100%;max-width:280px;margin:0 auto;padding:8px;display:block}.page-module__XjuLyG__summaryCard{position:sticky;top:90px}.page-module__XjuLyG__summaryList{flex-direction:column;display:flex}.page-module__XjuLyG__summaryItem{border-bottom:1px solid color-mix(in srgb,var(--border)50%,transparent);font-family:var(--font-mono);color:var(--text-dim);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:12px;display:flex}.page-module__XjuLyG__summaryItem:last-child{border-bottom:none}.page-module__XjuLyG__itemDetails{flex:1;min-width:0}.page-module__XjuLyG__itemName{color:var(--text);margin-bottom:2px;font-size:12px}.page-module__XjuLyG__itemQty{color:var(--muted);letter-spacing:.1em;font-size:10px}.page-module__XjuLyG__itemPrice{color:var(--text);white-space:nowrap;font-family:VT323,monospace;font-size:18px}.page-module__XjuLyG__deliveryRow{font-family:var(--font-mono);color:var(--text-dim);justify-content:space-between;align-items:center;padding:12px 0;font-size:12px;display:flex}.page-module__XjuLyG__deliveryNote{font-family:var(--font-mono);color:var(--muted);letter-spacing:.05em;margin-bottom:12px;font-size:10px;line-height:1.5}.page-module__XjuLyG__promoSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:4px 0;padding:16px 0}.page-module__XjuLyG__promoLabel{font-family:var(--font-mono);color:var(--muted);letter-spacing:.15em;margin-bottom:10px;font-size:10px}.page-module__XjuLyG__promoInputRow{gap:6px;display:flex}.page-module__XjuLyG__promoInput{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;outline:none;flex:1;padding:10px 12px;font-size:12px;transition:border-color .2s}.page-module__XjuLyG__promoInput:focus{border-color:var(--green)}.page-module__XjuLyG__promoInput:disabled{opacity:.5}.page-module__XjuLyG__promoApplyBtn{border:1px solid var(--green);color:var(--green);font-family:var(--font-mono);cursor:pointer;letter-spacing:.12em;white-space:nowrap;background:0 0;padding:10px 16px;font-size:11px;transition:all .2s}.page-module__XjuLyG__promoApplyBtn:hover:not(:disabled){background:var(--green);color:var(--bg)}.page-module__XjuLyG__promoApplyBtn:disabled{opacity:.4;cursor:not-allowed}.page-module__XjuLyG__promoApplied{background:color-mix(in srgb,var(--green)8%,transparent);border:1px solid color-mix(in srgb,var(--green)25%,transparent);justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.page-module__XjuLyG__promoAppliedInfo{align-items:center;gap:12px;display:flex}.page-module__XjuLyG__promoAppliedCode{font-family:var(--font-mono);color:var(--green);letter-spacing:.15em;font-size:13px;font-weight:700}.page-module__XjuLyG__promoAppliedDiscount{font-family:var(--font-mono);color:var(--text-dim);font-size:11px}.page-module__XjuLyG__promoRemoveBtn{color:var(--magenta,#f24);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:16px}.page-module__XjuLyG__promoError{color:var(--magenta,#f24);font-family:var(--font-mono);letter-spacing:.08em;margin-top:8px;font-size:11px}.page-module__XjuLyG__totalsBlock{padding-top:12px}.page-module__XjuLyG__subtotalRow,.page-module__XjuLyG__discountRow,.page-module__XjuLyG__deliveryRow{font-family:var(--font-mono);justify-content:space-between;align-items:center;padding:6px 0;font-size:12px;display:flex}.page-module__XjuLyG__subtotalRow{color:var(--text-dim)}.page-module__XjuLyG__discountRow{color:var(--green)}.page-module__XjuLyG__totalRow{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:10px;padding:16px 0 0;display:flex}.page-module__XjuLyG__totalLabel{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text);font-size:12px}.page-module__XjuLyG__totalAmount{color:var(--green);text-shadow:0 0 16px color-mix(in srgb,var(--green)35%,transparent);font-family:VT323,monospace;font-size:36px;line-height:1}.page-module__XjuLyG__error{color:var(--magenta,#f24);background:color-mix(in srgb,var(--magenta,#f24)6%,transparent);border:1px solid color-mix(in srgb,var(--magenta,#f24)20%,transparent);font-family:var(--font-mono);text-align:center;letter-spacing:.08em;margin-top:14px;padding:12px;font-size:11px}.page-module__XjuLyG__checkoutBtn{background:var(--green);width:100%;color:var(--bg);font-family:var(--font-mono);letter-spacing:.2em;cursor:pointer;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));border:none;margin-top:20px;padding:16px;font-size:13px;font-weight:700;transition:all .25s}.page-module__XjuLyG__checkoutBtn:hover:not(:disabled){box-shadow:0 0 24px color-mix(in srgb,var(--green)40%,transparent);filter:brightness(1.1)}.page-module__XjuLyG__checkoutBtn:disabled{opacity:.4;cursor:not-allowed;background:var(--surface2);color:var(--muted)}.page-module__XjuLyG__secureNote{font-family:var(--font-mono);color:var(--muted);text-align:center;letter-spacing:.08em;justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:10px;display:flex}.page-module__XjuLyG__emptyCart{text-align:center;font-family:var(--font-mono);padding:80px 0}.page-module__XjuLyG__emptyCart h2{color:var(--text);letter-spacing:.1em;margin-bottom:12px;font-size:24px}.page-module__XjuLyG__emptyCart p{color:var(--text-dim);letter-spacing:.1em;font-size:13px}.page-module__XjuLyG__returnBtn{color:var(--green);border:1px solid var(--green);font-family:var(--font-mono);letter-spacing:.15em;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));margin-top:24px;padding:12px 28px;font-size:12px;text-decoration:none;transition:all .2s;display:inline-block}.page-module__XjuLyG__returnBtn:hover{background:var(--green);color:var(--bg)}@keyframes page-module__XjuLyG__pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:900px){.page-module__XjuLyG__grid{grid-template-columns:1fr}.page-module__XjuLyG__summaryCard{position:static}.page-module__XjuLyG__steps{flex-wrap:wrap;gap:4px}.page-module__XjuLyG__stepDivider{width:20px}}@media (max-width:600px){.page-module__XjuLyG__main{padding-top:70px}.page-module__XjuLyG__formGrid{grid-template-columns:1fr}.page-module__XjuLyG__preorderBanner{flex-direction:column;gap:10px;padding:16px 18px}.page-module__XjuLyG__promoInputRow{flex-direction:column}}
.page-module__OSLHOG__main{min-height:100vh;padding-top:72px}.page-module__OSLHOG__hero{border-bottom:1px solid var(--border);padding:64px 0 48px}.page-module__OSLHOG__breadcrumb{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;align-items:center;gap:8px;margin-bottom:20px;font-size:12px;display:flex}.page-module__OSLHOG__sep{color:var(--green)}.page-module__OSLHOG__active{color:var(--text)}.page-module__OSLHOG__heroTitle{font-family:var(--font-poster);color:var(--text);letter-spacing:.08em;text-shadow:0 0 30px color-mix(in srgb,var(--glow-color-green)38%,transparent);margin-bottom:12px;font-size:clamp(36px,6vw,72px);line-height:1}.page-module__OSLHOG__heroSub{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.2em;font-size:13px}.page-module__OSLHOG__section{padding:56px 0 80px}.page-module__OSLHOG__layout{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}@media (max-width:768px){.page-module__OSLHOG__layout{grid-template-columns:1fr}}.page-module__OSLHOG__aside{flex-direction:column;gap:16px;display:flex}.page-module__OSLHOG__infoCard{background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:10px;padding:20px;display:flex}.page-module__OSLHOG__infoLabel{font-family:var(--font-mono);color:var(--green);letter-spacing:.2em;border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:8px;font-size:12px}.page-module__OSLHOG__infoRow{font-family:var(--font-mono);justify-content:space-between;gap:8px;font-size:12px;display:flex}.page-module__OSLHOG__infoKey{color:var(--text-dim)}.page-module__OSLHOG__infoVal{color:var(--text);text-align:right}.page-module__OSLHOG__statusOpen{color:var(--green);font-family:var(--font-mono);font-size:12px}.page-module__OSLHOG__categoryItem{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.1em;align-items:center;gap:8px;font-size:12px;display:flex}.page-module__OSLHOG__categoryDot{background:var(--green);flex-shrink:0;width:4px;height:4px}.page-module__OSLHOG__form{background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:20px;padding:32px;display:flex}.page-module__OSLHOG__formHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.page-module__OSLHOG__formTitle{font-family:var(--font-mono);color:var(--green);letter-spacing:.2em;font-size:13px}.page-module__OSLHOG__formNote{font-family:var(--font-mono);color:var(--text-dim);font-size:12px}.page-module__OSLHOG__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.page-module__OSLHOG__row{grid-template-columns:1fr}}.page-module__OSLHOG__field{flex-direction:column;gap:6px;display:flex}.page-module__OSLHOG__label{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;font-size:12px}.page-module__OSLHOG__optional{color:var(--muted)}.page-module__OSLHOG__input,.page-module__OSLHOG__select,.page-module__OSLHOG__textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);appearance:none;outline:none;width:100%;padding:10px 12px;font-size:13px;transition:border-color .2s,box-shadow .2s}.page-module__OSLHOG__input:focus,.page-module__OSLHOG__select:focus,.page-module__OSLHOG__textarea:focus{border-color:var(--green);box-shadow:0 0 0 1px color-mix(in srgb,var(--green)25%,transparent)}.page-module__OSLHOG__input::placeholder,.page-module__OSLHOG__textarea::placeholder{color:var(--muted)}.page-module__OSLHOG__textarea{resize:vertical;min-height:120px}.page-module__OSLHOG__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23b026ff'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.page-module__OSLHOG__error{background:color-mix(in srgb,var(--magenta,red)10%,var(--bg));border:1px solid var(--magenta,red);color:var(--magenta,red);font-family:var(--font-mono);letter-spacing:.1em;padding:10px 14px;font-size:12px}.page-module__OSLHOG__submitBtn{border:2px solid var(--green);color:var(--green);font-family:var(--font-mono);letter-spacing:.2em;cursor:pointer;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));background:0 0;align-self:flex-start;padding:14px 24px;font-size:13px;transition:all .2s}.page-module__OSLHOG__submitBtn:hover:not(:disabled){background:var(--green);color:var(--bg);box-shadow:0 0 24px color-mix(in srgb,var(--green)38%,transparent)}.page-module__OSLHOG__submitBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__OSLHOG__successWrap{justify-content:center;padding:40px 0;display:flex}.page-module__OSLHOG__successBox{background:var(--surface);border:1px solid var(--green);box-shadow:0 0 40px color-mix(in srgb,var(--green)19%,transparent);text-align:center;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:560px;padding:40px;display:flex}.page-module__OSLHOG__successHeader{font-family:var(--font-mono);color:var(--green);letter-spacing:.15em;align-items:center;gap:8px;font-size:12px;display:flex}.page-module__OSLHOG__successDot{background:var(--green);width:8px;height:8px;box-shadow:0 0 8px var(--green);border-radius:50%;animation:1.5s ease-in-out infinite page-module__OSLHOG__blink}.page-module__OSLHOG__ticketId{font-family:var(--font-poster);color:var(--green);letter-spacing:.1em;text-shadow:0 0 20px color-mix(in srgb,var(--glow-color-green)50%,transparent);font-size:42px}.page-module__OSLHOG__successMsg{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.08em;max-width:400px;font-size:13px;line-height:1.8}.page-module__OSLHOG__emailHighlight{color:var(--green)}.page-module__OSLHOG__successLines{font-family:var(--font-mono);color:var(--text-dim);text-align:left;background:var(--bg);border:1px solid var(--border);flex-direction:column;gap:6px;width:100%;padding:16px;font-size:12px;display:flex}.page-module__OSLHOG__termKey{color:var(--text-dim);margin-right:8px}.page-module__OSLHOG__newTicketBtn{border:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);letter-spacing:.15em;cursor:pointer;background:0 0;padding:10px 20px;font-size:12px;transition:all .2s}.page-module__OSLHOG__newTicketBtn:hover{border-color:var(--green);color:var(--green)}@keyframes page-module__OSLHOG__blink{0%,to{opacity:1}50%{opacity:.3}}
.page-module__OWMo1W__main{min-height:100vh;padding-top:72px}.page-module__OWMo1W__hero{border-bottom:1px solid var(--border);padding:64px 0 48px}.page-module__OWMo1W__breadcrumb{font-family:var(--font-mono);letter-spacing:.15em;color:var(--text-dim);align-items:center;gap:8px;margin-bottom:20px;font-size:12px;display:flex}.page-module__OWMo1W__sep{color:var(--green)}.page-module__OWMo1W__active{color:var(--text)}.page-module__OWMo1W__heroTitle{font-family:var(--font-poster);color:var(--text);letter-spacing:.08em;text-shadow:0 0 30px color-mix(in srgb,var(--glow-color-green)38%,transparent);margin-bottom:12px;font-size:clamp(36px,6vw,72px);line-height:1}.page-module__OWMo1W__heroSub{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.2em;font-size:13px}.page-module__OWMo1W__intro{border-bottom:1px solid var(--border);padding:64px 0}.page-module__OWMo1W__introBody{max-width:720px;color:var(--text-dim);font-family:Space Mono,monospace;font-size:14px;line-height:1.9}.page-module__OWMo1W__introBody strong{color:var(--text)}.page-module__OWMo1W__section{padding:80px 0}.page-module__OWMo1W__label{letter-spacing:.2em;color:var(--green);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:12px}.page-module__OWMo1W__h2{color:var(--text);letter-spacing:.04em;margin-bottom:48px;font-family:Bebas Neue,sans-serif;font-size:56px;line-height:1}.page-module__OWMo1W__projectsGrid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.page-module__OWMo1W__card{background:var(--surface);border:1px solid var(--surface2);transition:all .3s;position:relative;overflow:hidden}.page-module__OWMo1W__card:hover{border-color:var(--cardColor,var(--green));box-shadow:0 0 32px color-mix(in srgb,var(--cardColor,var(--green))15%,transparent);transform:translateY(-4px)}.page-module__OWMo1W__card:before{content:"";background:var(--cardColor,var(--green));height:3px;position:absolute;top:0;left:0;right:0}.page-module__OWMo1W__cardHeader{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.page-module__OWMo1W__cardIcon{border:1px solid var(--surface2);width:48px;height:48px;color:var(--cardColor,var(--green));background:var(--bg);justify-content:center;align-items:center;font-size:22px;display:flex}.page-module__OWMo1W__cardTag{letter-spacing:.2em;border:1px solid var(--surface2);color:var(--cardColor,var(--green));text-transform:uppercase;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:10px}.page-module__OWMo1W__cardBody{padding:20px 24px 24px}.page-module__OWMo1W__cardTitle{color:var(--text);letter-spacing:.04em;margin-bottom:8px;font-family:Bebas Neue,sans-serif;font-size:28px;line-height:1.1}.page-module__OWMo1W__cardDesc{color:var(--text-dim);margin-bottom:16px;font-family:Space Mono,monospace;font-size:12px;line-height:1.8}.page-module__OWMo1W__techStack{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.page-module__OWMo1W__techBadge{letter-spacing:.1em;background:var(--surface2);color:var(--text-dim);padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:10px}.page-module__OWMo1W__polaroidWrap{justify-content:center;margin:24px 0;display:flex}.page-module__OWMo1W__polaroid{background:#fff;border:1px solid #ddd;max-width:100%;padding:8px 8px 32px;transition:transform .3s,box-shadow .3s;transform:rotate(-3deg);box-shadow:0 8px 24px #00000080}.page-module__OWMo1W__polaroid:hover{transform:rotate(0)scale(1.02);box-shadow:0 12px 32px #0009}.page-module__OWMo1W__polaroidImg{background:#000;max-width:100%;height:auto;display:block}.page-module__OWMo1W__cardFooter{justify-content:space-between;align-items:center;padding:0 24px 20px;display:flex}.page-module__OWMo1W__cardStatus{letter-spacing:.1em;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.page-module__OWMo1W__statusIndicator{border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite page-module__OWMo1W__blink}.page-module__OWMo1W__cardLink{letter-spacing:.15em;color:var(--cardColor,var(--green));font-family:JetBrains Mono,monospace;font-size:11px;text-decoration:none;transition:opacity .2s}.page-module__OWMo1W__cardLink:hover{opacity:.7}.page-module__OWMo1W__ctaSection{background:var(--surface);border-top:1px solid var(--surface2);border-bottom:1px solid var(--surface2);padding:80px 0}.page-module__OWMo1W__ctaBox{background:var(--bg);border:1px solid var(--surface2);text-align:center;max-width:640px;margin:0 auto;padding:40px;position:relative}.page-module__OWMo1W__ctaBox:before{content:"";background:linear-gradient(90deg,var(--green),var(--cyan),var(--green));height:3px;position:absolute;top:0;left:0;right:0}.page-module__OWMo1W__ctaTitle{color:var(--text);letter-spacing:.04em;margin-bottom:12px;font-family:Bebas Neue,sans-serif;font-size:36px}.page-module__OWMo1W__ctaText{color:var(--text-dim);margin-bottom:24px;font-family:Space Mono,monospace;font-size:13px;line-height:1.8}.page-module__OWMo1W__ctaTerminal{background:var(--surface);border:1px solid var(--surface2);color:var(--green);letter-spacing:.1em;align-items:center;gap:8px;padding:10px 20px;font-family:JetBrains Mono,monospace;font-size:13px;display:inline-flex}.page-module__OWMo1W__ctaCursor{color:var(--green);animation:.8s step-end infinite page-module__OWMo1W__blink;display:inline-block}@media (max-width:900px){.page-module__OWMo1W__projectsGrid{grid-template-columns:1fr}}@media (max-width:600px){.page-module__OWMo1W__hero{padding:40px 0 32px}.page-module__OWMo1W__section{padding:48px 0}.page-module__OWMo1W__h2{margin-bottom:32px;font-size:40px}.page-module__OWMo1W__ctaBox{padding:28px 20px}.page-module__OWMo1W__ctaTitle{font-size:28px}.page-module__OWMo1W__cardBody{padding:16px 16px 20px}.page-module__OWMo1W__cardHeader{padding:16px 16px 0}.page-module__OWMo1W__cardFooter{padding:0 16px 16px}}@keyframes page-module__OWMo1W__blink{0%,to{opacity:1}50%{opacity:.2}}
.page-module__aydn6q__main{background-image:linear-gradient(color-mix(in srgb,var(--green)3%,transparent)1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--green)3%,transparent)1px,transparent 1px);background-position:top;background-size:30px 30px;justify-content:center;min-height:100vh;padding-top:100px;display:flex}.page-module__aydn6q__container{width:100%;max-width:480px;padding:0 20px}.page-module__aydn6q__authBox{background:var(--surface);border:1px solid var(--border);box-shadow:0 0 40px color-mix(in srgb,var(--bg)50%,transparent);padding:40px;position:relative}.page-module__aydn6q__authBox:before,.page-module__aydn6q__authBox:after{content:"";border:1px solid var(--green);opacity:.5;width:10px;height:10px;position:absolute}.page-module__aydn6q__authBox:before{border-bottom:none;border-right:none;top:-5px;left:-5px}.page-module__aydn6q__authBox:after{border-bottom:none;border-left:none;top:-5px;right:-5px}.page-module__aydn6q__authHeader{text-align:center;margin-bottom:32px}.page-module__aydn6q__authMark{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.2em;margin-bottom:12px;font-size:12px}.page-module__aydn6q__authTitle{font-family:var(--font-poster);color:var(--text);letter-spacing:.05em;text-shadow:0 0 16px color-mix(in srgb,var(--glow-color-green)38%,transparent);margin-bottom:8px;font-size:32px}.page-module__aydn6q__authSub{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.15em;font-size:12px}.page-module__aydn6q__form{flex-direction:column;gap:20px;display:flex}.page-module__aydn6q__field{flex-direction:column;gap:8px;display:flex}.page-module__aydn6q__label{font-family:var(--font-mono);color:var(--muted);letter-spacing:.15em;font-size:12px}.page-module__aydn6q__input{background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);outline:none;width:100%;padding:12px;font-size:13px;transition:all .2s}.page-module__aydn6q__input:focus{border-color:var(--cyan);box-shadow:0 0 0 1px color-mix(in srgb,var(--cyan)25%,transparent)}.page-module__aydn6q__input::placeholder{color:var(--border)}.page-module__aydn6q__error{background:color-mix(in srgb,var(--magenta,red)10%,var(--bg));border:1px solid var(--magenta,red);color:var(--magenta,red);font-family:var(--font-mono);letter-spacing:.1em;text-align:center;padding:12px;font-size:12px}.page-module__aydn6q__submitBtn{border:2px solid var(--green);color:var(--green);font-family:var(--font-mono);letter-spacing:.2em;cursor:pointer;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));background:0 0;width:100%;margin-top:8px;padding:14px;font-size:13px;transition:all .2s}.page-module__aydn6q__submitBtn:hover:not(:disabled){background:var(--green);color:var(--bg);box-shadow:0 0 24px color-mix(in srgb,var(--green)38%,transparent)}.page-module__aydn6q__submitBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__aydn6q__footer{border-top:1px dashed var(--border);flex-direction:column;align-items:center;gap:8px;margin-top:32px;padding-top:24px;display:flex}.page-module__aydn6q__footerText{font-family:var(--font-mono);color:var(--text-dim);font-size:12px}.page-module__aydn6q__footerLink{font-family:var(--font-mono);color:var(--cyan);letter-spacing:.15em;font-size:12px;transition:color .2s}.page-module__aydn6q__footerLink:hover{color:var(--text);text-shadow:0 0 10px var(--glow-color-cyan)}.page-module__aydn6q__divider{text-align:center;align-items:center;margin:10px 0;display:flex}.page-module__aydn6q__divider:before,.page-module__aydn6q__divider:after{content:"";border-bottom:1px solid var(--border);flex:1}.page-module__aydn6q__divider span{font-family:var(--font-mono);color:var(--muted);padding:0 10px;font-size:12px}.page-module__aydn6q__googleBtn{border:1px solid var(--cyan);color:var(--cyan);font-family:var(--font-mono);letter-spacing:.1em;cursor:pointer;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));background:0 0;width:100%;padding:14px;font-size:13px;transition:all .2s}.page-module__aydn6q__googleBtn:hover:not(:disabled){background:var(--cyan);color:var(--bg);box-shadow:0 0 24px color-mix(in srgb,var(--cyan)38%,transparent)}.page-module__aydn6q__googleBtn:disabled{opacity:.5;cursor:not-allowed}
