:root{--ink:#06101d;--ink-2:#0a1c30;--panel:#0d2138;--line:rgba(139,211,255,.17);--blue:#25c8ff;--cyan:#9df1ff;--white:#eff8ff;--muted:#91a7ba;--danger:#f46b77;--success:#42e894;--font:'Space Grotesk',sans-serif;--display:'Rajdhani',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--white);font-family:var(--font);font-size:15px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.flash{position:fixed;z-index:30;top:24px;left:50%;transform:translateX(-50%);padding:14px 22px;border-radius:8px;border:1px solid;box-shadow:0 10px 35px #0008}.flash-error{background:#401922;border-color:#f46b77}.flash-success{background:#123a2c;border-color:#42e894}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,94px);position:absolute;z-index:5;top:0;width:100%;border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:24px;letter-spacing:2px;font-weight:700}.brand img{width:40px;height:40px;object-fit:contain}.brand span span{color:var(--blue)}.site-header nav{display:flex;gap:31px;margin-left:auto;margin-right:42px}.site-header nav a{font-family:var(--display);letter-spacing:1.6px;font-size:16px;color:#d9e8f4aa}.site-header nav a:hover{color:var(--cyan)}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:15px 24px;background:linear-gradient(120deg,#0a92d3,#42dcff);color:#021422;border:0;cursor:pointer;font-weight:700;letter-spacing:.2px;transition:.2s;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}.button:hover{transform:translateY(-2px);filter:brightness(1.12)}.button-sm{padding:11px 17px;font-size:13px}.button-ghost{background:transparent;border:1px solid #b3d6e555;color:var(--white);clip-path:none}.full{width:100%}.hero{height:min(900px,100vh);min-height:650px;display:grid;place-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('/assets/v4.png') center/cover no-repeat;animation:heroZoom 15s ease-out infinite alternate}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,9,20,.85),rgba(3,9,19,.15) 54%,rgba(3,9,19,.6)),linear-gradient(0deg,#06101d,transparent 35%)}.hero-content{position:relative;z-index:1;width:min(1100px,90vw);padding-top:50px}.eyebrow{font:600 14px var(--display);letter-spacing:3px;color:var(--blue);margin:0 0 17px}.eyebrow i{display:inline-block;width:35px;height:1px;background:currentColor;vertical-align:middle;margin:0 10px}.hero-mark{width:95px;height:95px;object-fit:contain;filter:drop-shadow(0 0 20px #1ebffaaa);margin-bottom:10px}.hero h1,.store-hero h1,.checkout-page h1,.not-found h1{font:700 clamp(44px,6vw,82px)/.94 var(--display);text-transform:uppercase;letter-spacing:-1px;margin:0;max-width:800px}.hero h1 em,h2 em,.store-hero h1 em,.not-found em{font-style:normal;color:var(--cyan);text-shadow:0 0 28px #19bff888}.lead,.store-hero>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:550px;color:#c4d7e6;margin:24px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.scroll-cue{position:absolute;z-index:2;bottom:31px;font:600 12px var(--display);letter-spacing:3px;color:#d2e5ef;display:grid;justify-items:center;gap:9px}.scroll-cue span{height:34px;width:1px;background:linear-gradient(#b8edff,transparent)}.ticker{overflow:hidden;background:#0d2744;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;color:#a9cadf;font:600 18px var(--display);letter-spacing:2.5px;white-space:nowrap}.ticker div{animation:marquee 24s linear infinite}.ticker b{color:var(--blue);margin:0 15px}.section{padding:120px max(7vw,24px)}.intro{background:radial-gradient(circle at 80% 15%,#0e3654,transparent 35%),var(--ink)}.section h2,.join-section h2{font:700 clamp(39px,5vw,65px)/.95 var(--display);text-transform:uppercase;margin:0;letter-spacing:.5px}.section-lead{max-width:560px;line-height:1.8;color:var(--muted);font-size:17px;margin:23px 0 45px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.feature-grid article{background:#091a2c;padding:38px;min-height:215px}.feature-grid span{color:var(--blue);font:700 16px var(--display);letter-spacing:2px}.feature-grid h3{font:700 29px var(--display);margin:28px 0 10px;text-transform:uppercase}.feature-grid p{margin:0;color:var(--muted);line-height:1.6}.store-teaser{background:#061728;display:flex;align-items:center;justify-content:space-between;min-height:410px;overflow:hidden}.store-teaser p:not(.eyebrow){color:var(--muted);max-width:450px;line-height:1.7}.store-teaser img{width:330px;mix-blend-mode:screen;filter:drop-shadow(0 0 35px #20c9ff55)}.text-link{font-weight:700;color:var(--cyan);display:inline-block;margin-top:19px}.text-link b{font-size:21px;margin-left:7px}.join-section{min-height:500px;padding:100px max(7vw,24px);background:linear-gradient(90deg,#031323dd,#03132344),url('/assets/v4.png') center/cover;display:flex;align-items:center}.join-section h2{margin-bottom:31px}.site-footer{padding:55px max(7vw,24px) 30px;display:grid;grid-template-columns:2fr 1fr;gap:40px;border-top:1px solid var(--line);background:#04101d}.site-footer p{color:var(--muted);max-width:300px;line-height:1.6}.footer-links{display:flex;gap:23px;align-items:start;justify-content:end;color:#bcd3e3}.site-footer small{grid-column:1/-1;color:#5e778b;border-top:1px solid var(--line);padding-top:23px}
/* Store */.store-page{padding-top:86px;background:radial-gradient(circle at 70% 0,#103856,transparent 38%)}.store-hero{padding:85px max(7vw,24px) 50px;border-bottom:1px solid var(--line)}.store-hero h1{font-size:clamp(50px,6vw,75px)}.store-layout{display:grid;grid-template-columns:250px 1fr;max-width:1400px;margin:auto;min-height:600px}.categories{padding:43px 23px;border-right:1px solid var(--line)}.categories h2{font:700 25px var(--display);text-transform:uppercase;margin:0 0 18px}.category{width:100%;border:0;background:transparent;color:#a6bfce;text-align:left;padding:13px 10px;cursor:pointer;border-bottom:1px solid #ffffff0b}.category.active,.category:hover{background:#17628b31;color:var(--cyan)}.category span{float:right}.category i{font-style:normal;color:var(--blue);margin-right:9px}.secure-note{border:1px solid var(--line);background:#0c263b;padding:15px;margin:28px 0;color:#cdeefa;font-size:13px}.secure-note small{color:var(--muted);margin-left:22px}.product-area{padding:40px}.store-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;color:var(--muted)}.store-toolbar p b{color:var(--white)}.cart-trigger{border:1px solid var(--line);background:#0e2b45;color:white;padding:10px 14px;cursor:pointer}.cart-trigger span{display:inline-grid;place-items:center;background:var(--blue);color:#06101d;border-radius:50%;width:18px;height:18px;font-size:11px;margin-left:5px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:#0b1e31;border:1px solid var(--line);transition:.2s}.product-card:hover{transform:translateY(-4px);border-color:#36d2ff88}.product-image{height:160px;position:relative;background:radial-gradient(circle,#135477,#061827);overflow:hidden;display:grid;place-items:center}.product-image img{max-width:85%;max-height:85%;object-fit:contain;filter:drop-shadow(0 0 18px #19cbff55)}.product-image span{position:absolute;top:10px;right:10px;background:#061423cf;border:1px solid #59d9ff66;color:var(--cyan);font:600 11px var(--display);letter-spacing:1px;padding:4px 7px}.product-body{padding:19px}.product-body small{color:var(--blue);font:600 12px var(--display);letter-spacing:1.6px}.product-body h3{margin:7px 0;font:700 25px var(--display);text-transform:uppercase}.product-body p{color:var(--muted);font-size:13px;line-height:1.55;min-height:41px}.product-body>div{display:flex;justify-content:space-between;align-items:center;margin-top:19px}.product-body strong{font-size:16px}.add-cart{border:0;background:transparent;color:var(--cyan);cursor:pointer;font-weight:700;font-size:12px}.cart-drawer{position:fixed;width:min(410px,95vw);right:0;top:0;height:100%;z-index:20;background:#081a2b;border-left:1px solid var(--line);padding:28px;transform:translateX(110%);transition:.25s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-overlay{position:fixed;inset:0;background:#000a;z-index:19;display:none}.drawer-overlay.open{display:block}.cart-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}.cart-head h2{margin:0;font:700 32px var(--display);text-transform:uppercase}.cart-head button{background:transparent;border:0;color:white;font-size:28px;cursor:pointer}.cart-items{flex:1;overflow:auto}.cart-item{display:flex;justify-content:space-between;gap:10px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item p{margin:0}.cart-item small{display:block;color:var(--blue);margin-top:4px}.cart-item button{color:#f69098;background:transparent;border:0;cursor:pointer}.empty-cart{color:var(--muted)}.cart-total{border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between}.checkout-page{min-height:calc(100vh - 86px);padding:140px 24px 80px;background:radial-gradient(circle at 50% 0,#174669,transparent 35%);display:grid;place-items:center}.checkout-page>section{width:min(540px,100%)}.checkout-page h1{font-size:59px}.checkout-page>section>p:not(.eyebrow){color:var(--muted);line-height:1.6}.checkout-page form,.admin-login form{background:#0a1c2e;border:1px solid var(--line);padding:28px;margin-top:28px}.checkout-page label,.admin-form label,.admin-login label{display:block;font-size:13px;font-weight:700;color:#bdd6e5;margin:17px 0}.checkout-page input,.admin-form input,.admin-form textarea,.admin-form select,.admin-login input{width:100%;margin-top:7px;background:#061321;border:1px solid #2a5472;color:white;padding:13px;border-radius:3px;outline:none}.checkout-page input:focus,.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-login input:focus{border-color:var(--blue)}label small{display:block;font-weight:400;color:var(--muted);margin-top:6px}.checkout-summary{padding:14px 0;color:var(--muted);line-height:1.7}.legal{text-align:center;color:#6f8ca1;font-size:11px}.payment-page,.result-page,.not-found,.admin-login{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 0,#144b71,transparent 38%),#06101d}.payment-card,.result-card{width:min(630px,100%);padding:45px;text-align:center;background:#0a1c2e;border:1px solid var(--line)}.payment-card img,.result-card img{width:80px}.result-card h1{font:700 52px var(--display);text-transform:uppercase;margin:10px}.result-card>p:not(.eyebrow){color:var(--muted);line-height:1.7}.order-code{padding:15px;background:#061321;margin:26px 0!important}.not-found{text-align:center}.not-found img{width:180px;mix-blend-mode:screen}.not-found h1{margin:0 0 20px}.not-found>p:not(.eyebrow){color:var(--muted);margin-bottom:25px}
/* Admin */.admin-body{background:#071523;color:#e9f7ff;display:flex}.admin-sidebar{width:255px;min-height:100vh;background:#06101d;border-right:1px solid var(--line);padding:30px 16px;position:fixed;display:flex;flex-direction:column}.admin-label{font:600 11px var(--display);letter-spacing:2px;color:#557287;margin:45px 10px 12px}.admin-sidebar nav{display:grid;gap:5px}.admin-sidebar nav a{padding:13px 12px;color:#91afc1;border-radius:4px}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:#128dc52a;color:var(--cyan)}.admin-profile{margin-top:auto;padding:17px 9px;border-top:1px solid var(--line);display:flex;align-items:center;gap:9px}.admin-profile>span{width:33px;height:33px;display:grid;place-items:center;background:#1a85b9;border-radius:50%;font-weight:700}.admin-profile small{display:block;color:#688396;font-size:10px;margin-top:3px}.admin-profile button{background:transparent;color:#9fc3d6;border:0;font-size:18px;cursor:pointer}.admin-main{margin-left:255px;width:calc(100% - 255px);padding:42px max(3.3vw,25px);max-width:1680px}.admin-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.admin-top h1{font:700 44px var(--display);text-transform:uppercase;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:17px}.stat-grid article,.panel{background:#0a1c2e;border:1px solid var(--line)}.stat-grid article{padding:24px}.stat-grid span,.stat-grid small{display:block;color:#7c9caf}.stat-grid strong{font:700 39px var(--display);display:block;margin:8px 0;color:var(--cyan)}.admin-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:17px;margin-bottom:17px}.panel{padding:23px;margin-bottom:17px}.panel-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:14px}.panel-title h2{font:700 25px var(--display);text-transform:uppercase;margin:0}.panel-title span,.panel-title a{color:var(--blue);font-size:12px}.bar-chart{height:226px;display:flex;gap:7px;align-items:end;padding:10px 0 0}.bar-chart>div{height:100%;flex:1;display:grid;align-items:end;gap:8px}.bar-chart i{background:linear-gradient(0deg,#127cb1,#51dcff);display:block;min-height:5px}.bar-chart small{color:#7595a9;font-size:9px;transform:rotate(-35deg);white-space:nowrap}.compact-list,.category-list{list-style:none;margin:0;padding:0}.compact-list li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.compact-list b,.compact-list small{display:block}.compact-list small,.muted{color:#7792a4;font-size:12px}.compact-list time{font-size:11px;color:var(--blue)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;min-width:650px}th{font:600 11px var(--display);letter-spacing:1px;color:#7898ac;text-transform:uppercase;padding:10px}td{padding:13px 10px;border-top:1px solid var(--line);font-size:12px}td small{display:block;color:#6f8c9f;margin-top:4px}.status{display:inline-block;border:1px solid;padding:4px 7px;border-radius:3px;font-size:10px;text-transform:uppercase;background:transparent}.status.paid{color:#4ce99d;border-color:#4ce99d66}.status.pending{color:#f5c85b;border-color:#f5c85b66}.status.failed,.status.cancelled{color:#fa7e87;border-color:#fa7e8766}.management-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(420px,1.5fr);gap:17px}.admin-form textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.product-list{max-height:750px;overflow:auto}.admin-product{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid var(--line)}.admin-product img{width:48px;height:48px;object-fit:contain;background:#0e3049}.admin-product div{flex:1}.admin-product small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.admin-product form{margin:0}.admin-product form button{cursor:pointer}.category-list li{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.category-list i{width:36px;height:36px;background:#14537b;display:grid;place-items:center;font-style:normal}.category-list div{flex:1}.category-list small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.category-list span{color:#6e8b9e}.inventory-list>div{display:grid;grid-template-columns:65px 1fr 95px 67px;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.inventory-list small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.inventory-list time{font-size:11px;color:#bcd5e3}.inventory-list button{color:#f48c95;background:transparent;border:0;cursor:pointer;font-size:11px}.switch-row{display:flex!important;gap:10px;align-items:center}.switch-row input{width:auto!important;margin:0!important;accent-color:var(--blue)}.settings-panel{max-width:600px}.admin-login form{width:min(420px,100%);text-align:center}.admin-login form img{width:75px}.admin-login form h1{font:700 39px var(--display);text-transform:uppercase;margin:5px 0}.admin-login form label{text-align:left}.admin-login form a{display:block;color:#87a6ba;margin-top:18px;font-size:12px}
@keyframes heroZoom{to{transform:scale(1.06)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(max-width:850px){.site-header{padding:0 20px}.site-header nav{display:none}.site-header .button{margin-left:auto}.hero h1{font-size:48px}.hero-content{padding-top:75px}.feature-grid,.product-grid{grid-template-columns:1fr}.store-layout{grid-template-columns:1fr}.categories{border-right:0;padding:25px;display:flex;gap:8px;overflow:auto}.categories h2,.secure-note{display:none}.category{white-space:nowrap;width:auto;border:1px solid var(--line)}.product-area{padding:25px}.store-teaser{padding-top:70px;padding-bottom:70px}.store-teaser img{width:180px}.admin-sidebar{width:68px;padding:20px 9px}.admin-sidebar .brand span,.admin-sidebar .admin-label,.admin-sidebar nav a{font-size:0}.admin-sidebar nav a:first-letter{font-size:18px}.admin-profile{display:none}.admin-main{margin-left:68px;width:calc(100% - 68px);padding:25px 15px}.admin-grid,.management-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr}.footer-links{justify-content:start}.site-footer{grid-template-columns:1fr}.inventory-list>div{grid-template-columns:1fr}.admin-top h1{font-size:34px}}
.night-gallery{background:linear-gradient(135deg,#06101d,#0a2138)}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:10px;margin-top:42px;height:440px}.gallery-grid img{width:100%;height:100%;object-fit:cover;filter:saturate(.8);transition:.3s}.gallery-grid img:first-child{grid-row:span 2}.gallery-grid img:last-child{grid-column:span 2}.gallery-grid img:hover{filter:saturate(1.2);transform:scale(.99)}@media(max-width:850px){.gallery-grid{height:500px;grid-template-columns:1fr 1fr}.gallery-grid img:first-child{grid-column:span 2;grid-row:auto}.gallery-grid img:last-child{grid-column:auto}}
.site-footer{grid-template-columns:1.8fr 1fr 1fr}.footer-contact,.footer-social{display:grid;align-content:start;gap:9px}.footer-title{font:600 12px var(--display);letter-spacing:2px;color:var(--blue)!important;margin:0 0 5px!important}.footer-contact a,.footer-social a{font-size:13px;color:#b7cedd;transition:.2s}.footer-contact a:hover,.footer-social a:hover{color:var(--cyan)}.footer-social span{color:var(--blue);display:inline-block;width:17px}@media(max-width:850px){.site-footer{grid-template-columns:1fr}.footer-contact,.footer-social{margin-top:4px}.footer-links{justify-content:start}}
/* OdeonV landing direction: dark editorial roleplay style */
:root{--ink:#09060d!important;--ink-2:#0e0912!important;--panel:#100a13!important;--line:rgba(210,170,226,.12)!important;--blue:#c12ab9!important;--cyan:#f0b7e8!important;--white:#f6eff7!important;--muted:#a89bae!important;--font:'Poppins',sans-serif!important;--display:'Poppins',sans-serif!important}
body{background:#09060d!important;color:#f6eff7!important;font-family:'Poppins',sans-serif!important;font-size:14px!important}.site-header{height:78px!important;max-width:100%!important;padding:0 max(7vw,26px)!important;background:#09060df4!important;border-bottom:1px solid rgba(255,255,255,.09)!important;position:relative!important}.brand{font-size:0!important}.brand img{height:38px!important;width:38px!important;filter:saturate(.85) hue-rotate(280deg)!important}.site-header nav{gap:30px!important;margin-right:38px!important}.site-header nav a{font:500 12px 'Poppins',sans-serif!important;letter-spacing:1.7px!important;color:#bcaec1!important;text-transform:uppercase!important}.button{background:#b928b4!important;color:white!important;border-radius:1px!important;clip-path:none!important;padding:14px 26px!important;font:700 13px 'Poppins',sans-serif!important}.button-ghost{background:transparent!important;border:1px solid #ffffff35!important}.button:hover{background:#d23acd!important;filter:none!important}.hero{height:calc(100vh - 78px)!important;min-height:665px!important;background:#09060d!important}.hero-bg{background-position:center!important;filter:saturate(.65) brightness(.72)!important;animation:none!important}.hero-shade{background:linear-gradient(90deg,rgba(12,5,18,.74),rgba(13,3,14,.30) 50%,rgba(8,3,12,.7)),linear-gradient(0deg,#09060d 0%,transparent 32%,rgba(9,4,13,.14))!important}.hero-content{width:min(720px,88vw)!important;text-align:center!important;padding-top:0!important}.eyebrow{font:600 11px 'Poppins',sans-serif!important;letter-spacing:3.1px!important;color:#de80d7!important}.hero-mark{width:155px!important;height:155px!important;object-fit:contain!important;filter:drop-shadow(0 12px 24px #000a) hue-rotate(275deg) saturate(.85)!important;margin:0 0 17px!important}.hero h1{font:800 clamp(36px,4.1vw,60px)/1.03 'Poppins',sans-serif!important;letter-spacing:-2.5px!important;text-transform:uppercase!important;margin:auto!important;max-width:670px!important}.hero h1 em{color:#f8eff7!important;text-shadow:none!important}.lead{font-size:14px!important;line-height:1.8!important;color:#d8ccd9!important;margin:20px auto 29px!important;max-width:510px!important}.hero-actions{justify-content:center!important}.scroll-cue{font-size:9px!important;letter-spacing:3px!important;bottom:23px!important}.ticker{background:#0c0710!important;border-color:#ffffff13!important;padding:18px 0!important;color:#aa91af!important;font-size:11px!important;letter-spacing:2.8px!important}.ticker b{color:#d43bcb!important}.section{padding:122px max(7vw,24px)!important;background:#09060d!important}.intro{background:#09060d!important}.section>p,.night-gallery>p{max-width:1180px;margin-left:auto!important;margin-right:auto!important}.section h2,.join-section h2{max-width:1180px;margin-left:auto!important;margin-right:auto!important;font:800 italic clamp(42px,5vw,63px)/.98 'Poppins',sans-serif!important;letter-spacing:-2.4px!important;color:#f6eff7!important}.section h2 em,.join-section h2 em{color:#f6eff7!important;text-shadow:none!important}.section-lead{max-width:560px!important;margin-left:max(0px,calc((100% - 1180px)/2))!important;color:#a89bae!important;font-size:14px!important}.feature-grid{max-width:1180px;margin:55px auto 0!important;grid-template-columns:repeat(2,1fr)!important;background:#ffffff16!important;border-color:#ffffff16!important}.feature-grid article{background:#09060d!important;padding:48px 45px!important;min-height:220px!important}.feature-grid span{font-size:0!important}.feature-grid span:before{content:'✦';font-size:20px;color:#d13ccd}.feature-grid h3{font:800 italic 23px 'Poppins',sans-serif!important;color:#f5edf6!important;margin:25px 0 12px!important}.feature-grid p{font-size:13px!important;color:#a89bae!important}.night-gallery{background:#09060d!important}.gallery-grid{max-width:1180px!important;margin:54px auto 0!important;gap:12px!important}.gallery-grid img{filter:brightness(.78) saturate(.78)!important;border:1px solid #ffffff14!important}.gallery-grid img:hover{filter:brightness(1) saturate(1)!important}.store-teaser{background:#0d0711!important;padding-top:90px!important;padding-bottom:90px!important}.store-teaser h2,.store-teaser>div{max-width:1180px!important}.store-teaser img{filter:drop-shadow(0 0 35px #aa1aa877) hue-rotate(280deg)!important}.join-section{background:linear-gradient(90deg,#0a060ddd,#0a060d77),url('/assets/v4.png') center/cover!important;min-height:480px!important}.site-footer{background:#09060d!important;border-color:#ffffff12!important;grid-template-columns:1.5fr 1fr 1fr!important}.footer-title{color:#d17acc!important}.footer-contact a,.footer-social a{color:#baabbe!important}.footer-social span{color:#d33ecb!important}
/* Store inherits the same dark editorial palette */.store-page{padding-top:0!important;background:#09060d!important}.store-hero{padding:95px max(7vw,24px) 66px!important;background:linear-gradient(110deg,#160914,#09060d 65%)!important;border-color:#ffffff12!important}.store-hero h1{font:800 italic clamp(47px,5.5vw,72px)/.96 'Poppins',sans-serif!important;text-transform:uppercase!important;letter-spacing:-3px!important}.store-hero h1 em{color:#f6eff7!important;text-shadow:none!important}.categories{background:#0c0710!important;border-color:#ffffff12!important}.categories h2,.cart-head h2{font:800 italic 26px 'Poppins',sans-serif!important}.category{color:#b9abbc!important;border-color:#ffffff0d!important}.category.active,.category:hover{background:#ba2ab526!important;color:#f0c9ec!important}.category i,.product-body small{color:#dd74d5!important}.secure-note{background:#150b17!important;border-color:#ffffff18!important;color:#ead9e9!important}.product-card{background:#100a13!important;border-color:#ffffff15!important}.product-card:hover{border-color:#d23acb88!important}.product-image{background:radial-gradient(circle,#2d1031,#0c0710)!important}.product-image span{color:#f1bee9!important;border-color:#d661ce77!important;background:#0d0610db!important}.product-body h3{font-family:'Poppins',sans-serif!important;color:#f7edf7!important}.product-body p,.store-toolbar{color:#a99aad!important}.add-cart,.text-link{color:#ef9ce8!important}.cart-drawer{background:#0d0711!important;border-color:#ffffff18!important}.cart-trigger{background:#b928b4!important;border:0!important}.cart-trigger span{background:#f8eef7!important;color:#5a1c58!important}.checkout-page,.payment-page,.result-page,.not-found{background:radial-gradient(circle at 50% 0,#281027,transparent 38%),#09060d!important}.checkout-page form,.admin-login form{background:#100a13!important;border-color:#ffffff16!important}.checkout-page input,.admin-form input,.admin-form textarea,.admin-form select,.admin-login input{background:#08050b!important;border-color:#ffffff20!important}.checkout-page input:focus,.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-login input:focus{border-color:#d354ca!important}
@media(max-width:850px){.site-header{height:68px!important;padding:0 20px!important}.hero{height:calc(100vh - 68px)!important;min-height:600px!important}.hero h1{font-size:37px!important;letter-spacing:-1.6px!important}.hero-mark{width:125px!important;height:125px!important}.feature-grid{grid-template-columns:1fr!important}.section h2{font-size:42px!important}.site-footer{grid-template-columns:1fr!important}}
/* OdeonV brand correction: retain the supplied blue/cyan logo palette */
:root{--ink:#060a12!important;--ink-2:#081323!important;--panel:#0a1726!important;--line:rgba(81,207,255,.16)!important;--blue:#24c4ff!important;--cyan:#a6efff!important;--white:#f1fbff!important;--muted:#94aab9!important}.site-header{background:#060a12ed!important;border-color:rgba(108,220,255,.12)!important;height:92px!important}.brand img{width:64px!important;height:64px!important;filter:none!important}.site-header nav a{color:#b5c7d1!important}.site-header nav a:hover{color:#9deeff!important}.button{background:linear-gradient(135deg,#159ddd,#32d6ff)!important;color:#03101a!important}.button:hover{background:linear-gradient(135deg,#2cbbef,#79e5ff)!important}.button-ghost{color:#e9faff!important;border-color:#a7e9ff66!important;background:#07152255!important}.hero{height:calc(100vh - 92px)!important;background:#060a12!important}.hero-bg{filter:saturate(.95) brightness(.68)!important}.hero-shade{background:linear-gradient(90deg,rgba(3,10,20,.84),rgba(3,10,20,.28) 50%,rgba(3,10,20,.78)),linear-gradient(0deg,#060a12 0%,transparent 33%,rgba(3,9,17,.16))!important}.eyebrow{color:#70ddff!important}.hero-mark{width:205px!important;height:205px!important;filter:drop-shadow(0 14px 26px #000b)!important;margin-bottom:8px!important}.hero h1,.section h2,.join-section h2{color:#f1fbff!important}.hero h1 em,.section h2 em,.join-section h2 em,.store-hero h1 em{color:#a6efff!important}.lead{color:#d0e4ec!important}.ticker{background:#07111f!important;border-color:#52ceff24!important;color:#a6c5d3!important}.ticker b{color:#35d1ff!important}.intro,.night-gallery{background:#060a12!important}.feature-grid{background:#50c9ff22!important;border-color:#50c9ff22!important}.feature-grid article{background:#07111e!important}.feature-grid span:before{color:#37cfff!important}.feature-grid h3{color:#effaff!important}.feature-grid p{color:#9eb6c5!important}.gallery-grid img{border-color:#52cfff24!important}.store-teaser{background:#071220!important}.store-teaser img{filter:drop-shadow(0 0 35px #16beff77)!important}.join-section{background:linear-gradient(90deg,#06101edc,#06101e74),url('/assets/v4.png') center/cover!important}.site-footer{background:#060a12!important;border-color:#52ceff1e!important}.footer-title{color:#70ddff!important}.footer-contact a,.footer-social a{color:#b4c9d4!important}.footer-social span{color:#35d1ff!important}
.store-page{background:#060a12!important}.store-hero{min-height:390px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;position:relative!important;overflow:hidden!important;background:linear-gradient(90deg,rgba(3,10,20,.88),rgba(3,10,20,.45) 55%,rgba(3,10,20,.75)),url('/assets/v4.png') center 47%/cover no-repeat!important;border-color:#4ed0ff25!important}.store-hero>*{position:relative!important;z-index:1!important}.store-hero:after{content:''!important;position:absolute!important;inset:0!important;background:linear-gradient(0deg,#060a12,transparent 35%)!important;pointer-events:none!important}.store-hero h1{color:#f3fbff!important}.categories{background:#07111e!important;border-color:#52ceff20!important}.category{color:#b5c9d4!important}.category.active,.category:hover{background:#119bd329!important;color:#9cecff!important}.category i,.product-body small{color:#55d8ff!important}.secure-note{background:#091a2a!important;border-color:#52ceff25!important;color:#d3f2fd!important}.product-card{background:#081625!important;border-color:#52ceff21!important}.product-card:hover{border-color:#43d0ff88!important}.product-image{background:radial-gradient(circle,#0d4261,#06101c)!important}.product-image span{color:#a5ecff!important;border-color:#52ceff77!important;background:#06111cdd!important}.product-body h3{color:#effaff!important}.product-body p,.store-toolbar{color:#9bb4c3!important}.add-cart,.text-link{color:#79e4ff!important}.cart-drawer{background:#07111e!important;border-color:#52ceff24!important}.cart-trigger{background:#21c3fb!important;color:#04131e!important}.cart-trigger span{background:#03121d!important;color:#8aeaff!important}.checkout-page,.payment-page,.result-page,.not-found{background:radial-gradient(circle at 50% 0,#0b3b58,transparent 38%),#060a12!important}.checkout-page form,.admin-login form{background:#081625!important;border-color:#52ceff22!important}.checkout-page input,.admin-form input,.admin-form textarea,.admin-form select,.admin-login input{background:#050e18!important;border-color:#52ceff2c!important}.checkout-page input:focus,.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-login input:focus{border-color:#43d6ff!important}@media(max-width:850px){.site-header{height:74px!important}.hero{height:calc(100vh - 74px)!important}.brand img{width:51px!important;height:51px!important}.hero-mark{width:165px!important;height:165px!important}}
html:root{--ink:#060a12!important;--ink-2:#081323!important;--panel:#0a1726!important;--line:rgba(81,207,255,.16)!important;--blue:#24c4ff!important;--cyan:#a6efff!important;--white:#f1fbff!important;--muted:#94aab9!important}html body .brand img,html body .hero-mark{filter:drop-shadow(0 14px 26px #000b)!important}html body .brand img{width:64px!important;height:64px!important}html body .site-header{background:#060a12ed!important;height:92px!important;border-color:rgba(108,220,255,.12)!important}html body .site-header nav a{color:#b5c7d1!important}html body .button{background:linear-gradient(135deg,#159ddd,#32d6ff)!important;color:#03101a!important}html body .button-ghost{background:#07152255!important;color:#e9faff!important;border-color:#a7e9ff66!important}html body .hero{height:calc(100vh - 92px)!important;background:#060a12!important}html body .hero-bg{filter:saturate(.95) brightness(.68)!important}html body .hero-shade{background:linear-gradient(90deg,rgba(3,10,20,.84),rgba(3,10,20,.28) 50%,rgba(3,10,20,.78)),linear-gradient(0deg,#060a12 0%,transparent 33%,rgba(3,9,17,.16))!important}html body .hero-mark{width:205px!important;height:205px!important}html body .eyebrow{color:#70ddff!important}html body .hero h1,html body .section h2,html body .join-section h2{color:#f1fbff!important}html body .hero h1 em,html body .section h2 em,html body .join-section h2 em,html body .store-hero h1 em{color:#a6efff!important}html body .ticker{background:#07111f!important;border-color:#52ceff24!important}html body .ticker b{color:#35d1ff!important}html body .intro,html body .night-gallery{background:#060a12!important}html body .feature-grid{background:#50c9ff22!important;border-color:#50c9ff22!important}html body .feature-grid article{background:#07111e!important}html body .feature-grid span:before{color:#37cfff!important}html body .store-teaser{background:#071220!important}html body .store-teaser img{filter:drop-shadow(0 0 35px #16beff77)!important}html body .join-section{background:linear-gradient(90deg,#06101edc,#06101e74),url('/assets/v4.png') center/cover!important}html body .site-footer{background:#060a12!important;border-color:#52ceff1e!important}html body .footer-title{color:#70ddff!important}html body .footer-social span{color:#35d1ff!important}html body .store-page{background:#060a12!important}html body .store-hero{background:linear-gradient(90deg,rgba(3,10,20,.88),rgba(3,10,20,.45) 55%,rgba(3,10,20,.75)),url('/assets/v4.png') center 47%/cover no-repeat!important;border-color:#4ed0ff25!important}html body .categories,html body .cart-drawer{background:#07111e!important;border-color:#52ceff20!important}html body .category.active,html body .category:hover{background:#119bd329!important;color:#9cecff!important}html body .category i,html body .product-body small{color:#55d8ff!important}html body .product-card{background:#081625!important;border-color:#52ceff21!important}html body .product-image{background:radial-gradient(circle,#0d4261,#06101c)!important}html body .cart-trigger{background:#21c3fb!important;color:#04131e!important}
