*{box-sizing:border-box}body{background:var(--bg);color:var(--text)}button,input,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.app{min-height:100vh}.topbar{border-bottom:1px solid var(--line);background:#0e131d;align-items:center;height:72px;padding:0 max(24px,5vw);display:flex}.brand{align-items:center;gap:10px;display:flex}.brand>i{background:var(--green);color:#0b1017;border-radius:9px;place-items:center;width:34px;height:34px;font-style:normal;font-weight:900;display:grid;transform:rotate(-8deg)}.brand b{font-size:18px}.brand em{color:var(--green);font-style:normal}.topbar nav{color:#b6bdca;gap:30px;margin-left:55px;font-size:12px;font-weight:700;display:flex}.top-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.api{color:#7c8493;letter-spacing:.08em;font-size:8px}.api i{background:#596173;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.api.on{color:#86ef9f}.api.on i{background:var(--green);box-shadow:0 0 8px var(--green)}.cart-btn{background:#18202e;border:1px solid #344052;border-radius:8px;height:38px;padding:0 8px 0 13px;font-size:10px;font-weight:800}.cart-btn b{background:var(--green);color:#07120a;border-radius:6px;place-items:center;width:24px;height:24px;margin-left:9px;display:inline-grid}.categorybar{border-bottom:1px solid var(--line);background:#0f141e;align-items:center;gap:4px;height:51px;padding:0 max(24px,5vw);display:flex;overflow:auto}.categorybar button{color:#7f899e;white-space:nowrap;background:0 0;border:0;border-radius:6px;height:31px;padding:0 11px;font-size:10px;font-weight:700}.categorybar button:hover,.categorybar .active{color:#e5e9f0;background:#18202e}.categorybar small{color:#596174;margin-left:5px}main{padding:42px max(24px,5vw) 70px}.intro{justify-content:space-between;align-items:end;margin-bottom:28px;display:flex}.intro>div>span{color:var(--green);letter-spacing:.14em;font-size:9px;font-weight:900}.intro h1{letter-spacing:-.035em;margin:8px 0 7px;font-size:31px}.intro p{color:#939bad;margin:0;font-size:11px}.mini-stats{gap:38px;display:flex}.mini-stats b{flex-direction:column;font-size:16px;display:flex}.mini-stats small{color:#6e7789;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:7px}.big-search{border:1px solid var(--line);background:#111722;border-radius:8px;align-items:center;height:54px;padding:0 15px;display:flex}.big-search>span{color:#697386;font-size:21px}.big-search input{background:0 0;border:0;outline:0;flex:1;padding:0 13px;font-size:12px}.big-search kbd{color:#626c7e;background:#171e2a;border:1px solid #2d3544;border-radius:4px;padding:5px 7px;font-size:8px}.controls{border-bottom:1px solid var(--line);align-items:center;height:50px;margin-bottom:12px;display:flex}.controls>button,.controls>div button{color:#b0b7c4;background:0 0;border:0;font-size:10px;font-weight:700}.controls>button.active{color:var(--green)}.controls>span{color:#5f687a;margin-left:15px;font-size:9px}.controls>div{align-items:center;gap:15px;margin-left:auto;display:flex}.controls select{color:#b9c0cc;background:#0d111a;border:0;outline:0;font-size:10px}.filter-panel{border:1px solid var(--line);background:#121824;border-radius:9px;grid-template-columns:repeat(4,1fr) auto;gap:10px;margin-bottom:12px;padding:15px;display:grid}.filter-panel label{color:#778195;flex-direction:column;gap:6px;font-size:8px;display:flex}.filter-panel select,.filter-panel input{background:#0e141e;border:1px solid #2b3444;border-radius:6px;outline:0;height:35px;padding:0 9px;font-size:9px}.filter-panel>button{background:#19202d;border:1px solid #344052;border-radius:6px;align-self:end;height:35px;font-size:9px}.product-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.product{background:var(--panel);border:1px solid #171f2c;border-radius:10px;min-height:365px;padding:17px;transition:all .2s;position:relative;overflow:hidden}.product:hover{background:var(--panel2);border-color:#303b4e;transform:translateY(-2px)}.product:after{content:"";background:linear-gradient(90deg,var(--purple),#d946ef);height:2px;position:absolute;inset:auto 0 0}.meta{justify-content:space-between;align-items:center;display:flex}.meta span{text-transform:uppercase;letter-spacing:.09em;color:#aeb7ca;font-size:7px}.meta button{color:#697386;background:0 0;border:0;font-size:16px}.product h3{color:#bfc7d5;white-space:nowrap;text-overflow:ellipsis;margin:12px 0 15px;font-size:12px;overflow:hidden}.product h3 b{color:#ecf0f7}.product>p{color:#687286;white-space:nowrap;text-overflow:ellipsis;margin:7px 0;font-size:8px;overflow:hidden}.image-wrap{background:radial-gradient(circle,#46ed6f0f,#0000 60%);justify-content:center;align-items:center;height:175px;display:flex}.image-wrap img{object-fit:contain;filter:drop-shadow(0 18px 14px #0008);width:100%;height:100%;transition:all .2s}.product:hover img{transform:scale(1.04)}.price-row{justify-content:space-between;align-items:end;margin-top:8px;display:flex}.price-row>div{flex-direction:column;gap:4px;display:flex}.price-row small{color:#666f82;text-transform:uppercase;font-size:7px}.price-row button{height:32px;color:var(--green);background:#46ed6f14;border:1px solid #3d4b43;border-radius:6px;padding:0 14px;font-size:9px;font-weight:900}.price-row button:hover{background:var(--green);color:#07120a}.no-results{text-align:center;color:#6f788a;padding:80px}.how{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#101621;grid-template-columns:repeat(3,1fr);padding:28px 5vw;display:grid}.how div{border-right:1px solid var(--line);justify-content:center;align-items:center;gap:14px;display:flex}.how div:last-child{border:0}.how b{color:var(--green);font-size:9px}.how span{font-size:10px;font-weight:700}footer{color:#5f6878;justify-content:space-between;align-items:center;height:70px;padding:0 5vw;font-size:8px;display:flex}.backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000b;justify-content:end;display:flex;position:fixed;inset:0}.backdrop aside{border-left:1px solid var(--line);background:#101621;flex-direction:column;width:min(470px,100%);height:100%;padding:24px;display:flex}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:20px;display:flex}.drawer-head small{color:var(--green);font-size:8px}.drawer-head h2{margin:5px 0 0}.drawer-head button{border:1px solid var(--line);background:#171e2a;border-radius:7px;width:35px;height:35px;font-size:20px}.cart-items{flex-direction:column;gap:8px;padding:16px 0;display:flex;overflow:auto}.cart-item{border:1px solid var(--line);background:#141b28;border-radius:8px;grid-template-columns:80px 1fr auto 20px;align-items:center;gap:10px;padding:8px;display:grid}.cart-item img{object-fit:contain;width:80px;height:58px}.cart-item>div{flex-direction:column;gap:3px;display:flex}.cart-item small,.cart-item span{color:#6f7889;font-size:7px}.cart-item b,.cart-item strong{font-size:10px}.cart-item>button{color:#697286;background:0 0;border:0}.cart-foot{border-top:1px solid var(--line);margin-top:auto;padding-top:20px}.cart-foot>div,.sum{justify-content:space-between;margin-bottom:16px;display:flex}.cart-foot>div b{font-size:22px}.primary{background:var(--green);color:#07120a;border:0;border-radius:7px;height:44px;font-size:10px;font-weight:900}.wide{width:100%}.empty{text-align:center;color:#8b94a6;margin:auto}.empty>i{width:65px;height:65px;color:var(--green);border:1px solid #32503b;border-radius:50%;place-items:center;margin:0 auto 18px;font-size:24px;font-style:normal;display:grid}.empty p{font-size:10px}.checkout{padding-top:20px}.back{color:#8790a0;background:0 0;border:0;margin-bottom:25px}.checkout>label{flex-direction:column;gap:8px;font-size:9px;display:flex}.checkout>label input{background:#121925;border:1px solid #2d3748;border-radius:7px;outline:0;height:45px;padding:0 11px}.checkout fieldset{border:0;margin:25px 0;padding:0}.checkout legend{margin-bottom:10px;font-size:9px}.bank{border:1px solid var(--line);border-radius:8px;grid-template-columns:50px 1fr 20px;align-items:center;height:57px;margin-bottom:7px;padding:0 12px;display:grid}.bank input{display:none}.bank b{font-size:10px}.bank span{color:#838c9d;font-size:9px}.bank i{color:#475164;font-style:normal}.bank.active{border-color:var(--green)}.bank.active i{color:var(--green)}@media (width<=1000px){.product-grid{grid-template-columns:repeat(3,1fr)}.filter-panel{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.topbar{padding:0 15px}.topbar nav,.api,.mini-stats{display:none}.categorybar{padding:0 10px}.intro{align-items:start}.intro h1{font-size:26px}.intro p{line-height:1.6}.product-grid{grid-template-columns:repeat(2,1fr)}main{padding:32px 12px}.product{min-height:315px;padding:12px}.image-wrap{height:135px}.filter-panel{grid-template-columns:1fr 1fr}.how{grid-template-columns:1fr;gap:15px}.how div{border:0}footer{flex-direction:column;align-items:start;gap:12px;height:auto;padding:25px 15px}}@media (width<=430px){.brand b{font-size:15px}.intro h1{font-size:23px}.product-grid{gap:7px}.product h3{font-size:10px}.product>p{font-size:7px}.price-row strong{font-size:12px}.price-row button{padding:0 10px}.controls>span,.controls>div button{display:none}}.load-more{color:#c8cfdb;background:#171e2a;border:1px solid #344052;border-radius:7px;height:42px;margin:30px auto 0;padding:0 30px;font-size:10px;font-weight:800;display:block}.load-more:hover{border-color:var(--green);color:var(--green)}.load-more:disabled{opacity:.5}.big-search{transition:border-color .2s,box-shadow .2s}.big-search:focus-within{border-color:#43604b;box-shadow:0 0 0 3px #46ed6f0f}.big-search>button{color:#7d8799;background:0 0;border:0;border-radius:6px;width:28px;height:28px;font-size:18px}.big-search>button:hover{color:#fff;background:#1a2230}.search-spinner{border:2px solid #2d3747;border-top-color:var(--green);border-radius:50%;width:14px;height:14px;margin-right:8px;animation:.7s linear infinite search-spin}@keyframes search-spin{to{transform:rotate(360deg)}}.no-skin-image{text-align:center;color:#697386;background:radial-gradient(circle at 50% 40%,#46ed6f17,#0000 55%),#101621;border:1px dashed #2b3545;border-radius:12px;place-content:center;gap:7px;width:76%;height:72%;display:grid}.no-skin-image b{color:#8e98aa;font-size:12px}.no-skin-image span{font-size:8px}.image-wrap img{opacity:0;transition:opacity .28s,transform .2s}.image-wrap img.loaded{opacity:1}.phase-name{color:var(--green);font-style:normal}.phase-detail{color:#9ca6b9}:root{--bg:#090d14;--panel:#111824;--panel2:#151e2c;--line:#202a39;--text:#f4f7fb;--muted:#8792a6;--green:#55e87a;--purple:#7457f7}body{background:radial-gradient(circle at 76% 4%, #7457f714, transparent 27rem), var(--bg)}@media (width>=821px){html{zoom:1.5}}.topbar{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090d14e0;border-bottom-color:#ffffff12;height:66px;padding:0 clamp(18px,3vw,52px);position:sticky;top:0}.brand>i{border-radius:10px;width:32px;height:32px;box-shadow:0 8px 24px #55e87a2e}.brand b{letter-spacing:-.02em;font-size:16px}.topbar nav{gap:26px;margin-left:48px;font-size:10px}.topbar nav a{transition:color .2s}.topbar nav a:hover{color:var(--green)}.cart-btn{background:#141c29;border-color:#2a3547;border-radius:10px;height:40px;padding-left:15px}.profile-btn{color:#b7c0ce;background:#121a27;border:1px solid #2a3547;border-radius:9px;align-items:center;height:38px;padding:0 13px;font-size:9px;font-weight:800;display:inline-flex}.profile-btn:hover{color:var(--green);border-color:#3b4d43}.profile-btn>b{background:var(--green);color:#07120a;border-radius:5px;place-items:center;min-width:17px;height:17px;margin-left:6px;padding:0 4px;font-size:7px;display:inline-grid}.meta button.wish-active{color:#fb7185;transform:scale(1.08)}.categorybar{z-index:20;border:1px solid var(--line);background:#101723f5;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;width:210px;height:auto;max-height:calc(100vh - 116px);padding:14px;display:flex;position:fixed;top:90px;left:clamp(18px,3vw,52px);overflow-y:auto;box-shadow:0 20px 55px #00000042}.categorybar:before{content:"კატეგორიები";color:#6f7b90;letter-spacing:.15em;text-transform:uppercase;padding:4px 10px 10px;font-size:8px;font-weight:900}.categorybar button{text-align:left;border-radius:9px;justify-content:space-between;align-items:center;width:100%;height:39px;padding:0 12px;font-size:10px;display:flex}.categorybar button:hover{background:#192334}.categorybar .active{color:#07120a;background:var(--green)}.categorybar .active small{color:#16341e}main{width:auto;max-width:1920px;min-height:calc(100vh - 66px);margin:0 auto;padding:34px clamp(18px,3vw,52px) 76px calc(clamp(18px,3vw,52px) + 234px)}.intro{align-items:center;margin-bottom:22px}.intro>div>span{font-size:8px}.intro h1{letter-spacing:-.055em;margin:7px 0 8px;font-size:clamp(26px,2.35vw,38px);line-height:1.08}.intro p{color:#8995a9;max-width:650px;font-size:10px;line-height:1.65}.mini-stats{gap:8px}.mini-stats b{border:1px solid var(--line);background:#111824cc;border-radius:11px;min-width:106px;padding:12px 14px;font-size:14px}.big-search{background:#111925;border-color:#2a3547;border-radius:13px;height:58px;padding:0 17px;box-shadow:0 15px 35px #00000021}.big-search input{font-size:11px}.controls{height:58px;margin-bottom:14px}.controls>button{background:#121a27;border:1px solid #2a3546;border-radius:8px;height:34px;padding:0 13px}.controls select{background:#111824;border:1px solid #273143;border-radius:8px;min-width:160px;height:34px;padding:0 10px}.filter-panel{background:#101824;border-radius:12px;grid-template-columns:repeat(4,minmax(120px,1fr)) auto;padding:14px}.filter-panel select,.filter-panel input,.filter-panel>button{border-radius:8px;height:39px}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.product{background:linear-gradient(180deg, #ffffff05, transparent 34%), var(--panel);border-color:#1e2837;border-radius:14px;min-height:330px;padding:15px;box-shadow:0 10px 30px #0000001a}.product:hover{border-color:#3a475c;transform:translateY(-4px);box-shadow:0 18px 40px #00000038}.product-skeleton{pointer-events:none}.product-skeleton>i,.product-skeleton>h3,.product-skeleton>p,.product-skeleton .image-wrap,.skeleton-price span,.skeleton-price b{background:linear-gradient(100deg,#182231 25%,#243044 45%,#182231 65%) 0 0/220% 100%;border-radius:6px;animation:1.25s ease-in-out infinite skeleton-shimmer;display:block}.product-skeleton>i{width:52px;height:7px}.product-skeleton>h3{width:78%;height:12px}.product-skeleton>p{width:57%;height:7px}.product-skeleton>p:nth-of-type(2){width:42%}.product-skeleton .image-wrap{margin-top:13px}.skeleton-price{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.skeleton-price span{width:70px;height:15px}.skeleton-price b{width:48px;height:30px}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.product-skeleton>i,.product-skeleton>h3,.product-skeleton>p,.product-skeleton .image-wrap,.skeleton-price span,.skeleton-price b{animation:none}}.catalog-error{text-align:center;background:#121925;border:1px solid #3b3540;border-radius:14px;flex-direction:column;align-items:center;gap:10px;max-width:520px;margin:50px auto;padding:25px;display:flex}.catalog-error b{font-size:13px}.catalog-error span{color:#7f899c;font-size:9px}.catalog-error button{height:36px;color:var(--green);background:#55e87a17;border:1px solid #3c5444;border-radius:8px;margin-top:6px;padding:0 17px;font-size:9px;font-weight:900}.product:after{opacity:.8;height:1px}.product h3{margin:10px 0 12px;font-size:11px}.product>p{margin:5px 0}.image-wrap{background:radial-gradient(circle,#55e87a16,#0000 59%),linear-gradient(#ffffff03,#00000008);border-radius:11px;height:160px;margin:3px -4px 0}.image-wrap img{width:94%;height:94%}.price-row{margin-top:10px}.price-row strong{font-size:14px}.price-row button{border-radius:8px;height:34px;padding:0 15px}.load-more{border-radius:10px;height:44px}.how{background:#0d141e;margin-left:234px;padding:27px clamp(18px,3vw,52px)}footer{margin-left:234px;padding:0 clamp(18px,3vw,52px)}@media (width<=1500px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1160px){.mini-stats b:nth-child(2){display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-panel{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.categorybar{background:#0c111af5;border-width:0 0 1px;border-radius:0;flex-direction:row;width:100%;height:50px;max-height:none;padding:8px 12px;position:sticky;top:66px;left:auto}.categorybar:before{display:none}.categorybar button{gap:8px;width:auto;min-width:max-content;height:33px}main{padding:28px 14px 60px}.how,footer{margin-left:0}.mini-stats{display:none}}@media (width<=650px){.topbar nav{display:none}.intro h1{font-size:27px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product{min-height:310px;padding:11px}.image-wrap{height:135px}}@media (width<=390px){.product-grid{grid-template-columns:1fr}.product{min-height:330px}.image-wrap{height:165px}}.footer-links{gap:18px;display:flex}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--green)}.legal-overlay{z-index:200;background:radial-gradient(circle at 72% 2%,#7457f71a,#0000 30rem),#090d14;position:fixed;inset:0;overflow-y:auto}.legal-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090d14e6;justify-content:space-between;align-items:center;height:66px;padding:0 clamp(18px,5vw,80px);display:flex;position:sticky;top:0}.legal-close{background:#131b28;border:1px solid #2b3546;border-radius:10px;place-items:center;width:36px;height:36px;font-size:20px;display:grid}.legal-page{width:min(860px,100% - 32px);min-height:auto;margin:0 auto;padding:62px 0 80px}.legal-kicker{color:var(--green);letter-spacing:.16em;font-size:9px;font-weight:900}.legal-page h1{letter-spacing:-.055em;margin:10px 0;font-size:clamp(30px,5vw,52px)}.legal-updated{color:#717d91;margin:0 0 28px;font-size:10px}.legal-notice{background:#55e87a0e;border:1px solid #55e87a3b;border-radius:13px;flex-direction:column;gap:6px;padding:18px 20px;display:flex}.legal-notice b{color:var(--green);font-size:11px}.legal-notice span{color:#a8b1c1;font-size:10px}.legal-sections{border-top:1px solid var(--line);margin-top:26px}.legal-sections section{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:12px;padding:26px 4px;display:grid}.legal-sections small{color:var(--green);padding-top:3px;font-size:9px;font-weight:800}.legal-sections h2{margin:0 0 9px;font-size:15px}.legal-sections p{color:#97a2b5;margin:0;font-size:10px;line-height:1.75}.legal-contact{color:#97a2b5;background:#121a27;border-radius:12px;justify-content:space-between;margin-top:30px;padding:18px 20px;font-size:10px;display:flex}.legal-contact b{color:#f1f4f8}@media (width<=650px){.footer-links{flex-direction:column;gap:8px}.legal-page{padding-top:38px}.legal-sections section{grid-template-columns:32px 1fr}.legal-contact{flex-direction:column;gap:7px}}.admin-chat{margin-top:32px}.admin-chat-title span{color:var(--green);letter-spacing:.16em;font-size:8px;font-weight:900}.admin-chat-title h2{margin:7px 0 4px;font-size:24px}.admin-chat-title p{color:#7f8a9d;margin:0;font-size:9px}.admin-chat-layout{border:1px solid var(--line);background:#101722;border-radius:14px;grid-template-columns:290px 1fr;height:520px;margin-top:16px;display:grid;overflow:hidden}.admin-chat-layout>aside{border-right:1px solid var(--line);padding:8px;overflow-y:auto}.admin-chat-layout>aside button{text-align:left;background:0 0;border:0;border-radius:9px;flex-direction:column;gap:5px;width:100%;padding:12px;display:flex}.admin-chat-layout>aside button:hover,.admin-chat-layout>aside button.active{background:#1a2331}.admin-chat-layout>aside b{font-size:9px}.admin-chat-layout>aside span{color:#8792a5;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:8px;overflow:hidden}.admin-chat-layout>aside small{color:#566174;font-size:7px}.admin-chat-layout>article{flex-direction:column;min-width:0;display:flex}.admin-chat-layout>article>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:55px;padding:0 16px;display:flex}.admin-chat-layout>article>header b{font-size:11px}.admin-chat-layout>article>header small{color:#647084;font-size:7px}.admin-chat-messages{flex-direction:column;flex:1;gap:8px;padding:15px;display:flex;overflow-y:auto}.admin-chat-messages>div{flex-direction:column;gap:3px;max-width:75%;display:flex}.admin-chat-messages span{white-space:pre-wrap;background:#202a39;border-radius:10px;padding:9px 11px;font-size:9px;line-height:1.5}.admin-chat-messages small{color:#596579;font-size:7px}.admin-chat-messages .admin{align-self:flex-end;align-items:flex-end}.admin-chat-messages .admin span{background:var(--green);color:#07120a}.admin-chat-layout form{border-top:1px solid var(--line);gap:7px;padding:10px;display:flex}.admin-chat-layout form input{background:#0c131d;border:1px solid #2b3748;border-radius:8px;outline:0;flex:1;min-width:0;height:40px;padding:0 11px}.admin-chat-layout form button{background:var(--green);color:#07120a;border:0;border-radius:8px;padding:0 15px;font-size:8px;font-weight:900}.admin-chat-empty{color:#6d788b;text-align:center;margin:auto;padding:20px;font-size:9px}@media (width<=700px){.admin-chat-layout{grid-template-rows:190px 1fr;grid-template-columns:1fr;height:620px}.admin-chat-layout>aside{border-right:0;border-bottom:1px solid var(--line)}}.admin-overlay{z-index:220;background:#090d14;position:fixed;inset:0;overflow-y:auto}.admin-header{z-index:2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090d14eb;justify-content:space-between;align-items:center;height:66px;padding:0 clamp(18px,4vw,64px);display:flex;position:sticky;top:0}.admin-header>div{align-items:center;gap:14px;display:flex}.admin-header>div span{color:#7f899c;font-size:9px}.admin-header>div a{background:#141c29;border:1px solid #2b3546;border-radius:9px;place-items:center;width:34px;height:34px;font-size:19px;display:grid}.admin-logout{color:#c7aebf;background:#1c1720;border:1px solid #3a3240;border-radius:8px;height:32px;padding:0 12px;font-size:8px;font-weight:800}.admin-login-shell{min-height:100vh}.admin-login{border:1px solid var(--line);background:#111824;border-radius:16px;flex-direction:column;align-items:center;width:min(390px,100% - 28px);margin:clamp(45px,10vh,110px) auto;padding:30px;display:flex;box-shadow:0 28px 70px #0000004d}.admin-login>i{width:48px;height:48px;color:var(--green);background:#55e87a1a;border-radius:13px;place-items:center;margin-bottom:16px;font-size:18px;font-style:normal;display:grid}.admin-login>span{color:var(--green);letter-spacing:.16em;font-size:7px;font-weight:900}.admin-login h1{margin:7px 0;font-size:24px}.admin-login>p{color:#788397;text-align:center;margin:0 0 22px;font-size:8px}.admin-login label{color:#a9b2c1;flex-direction:column;gap:7px;width:100%;font-size:8px;display:flex}.admin-login input{background:#0d141f;border:1px solid #2b3749;border-radius:8px;outline:none;width:100%;height:43px;padding:0 12px}.admin-login input:focus{border-color:var(--green);box-shadow:0 0 0 3px #55e87a12}.admin-login>button{background:var(--green);color:#07120a;border:0;border-radius:8px;width:100%;height:42px;margin-top:12px;font-size:9px;font-weight:900}.admin-login>button:disabled{opacity:.55}.admin-login>small{color:#5f697b;margin-top:13px;font-size:7px}.admin-login-error{color:#fda4af;text-align:center;background:#29171b;border:1px solid #5a343a;border-radius:7px;width:100%;margin-top:10px;padding:9px;font-size:8px}.admin-page{width:min(1100px,100% - 32px);min-height:auto;margin:0 auto;padding:42px 0 80px}.admin-title{justify-content:space-between;align-items:flex-end;display:flex}.admin-title span{color:var(--green);letter-spacing:.16em;font-size:8px;font-weight:900}.admin-title h1{letter-spacing:-.05em;margin:7px 0;font-size:34px}.admin-title p{color:#7f8a9d;margin:0;font-size:10px}.admin-title button,.trade-row button{background:#151e2c;border:1px solid #334055;border-radius:8px;height:38px;padding:0 15px;font-size:9px;font-weight:800}.admin-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0 18px;display:grid}.admin-stats article{border:1px solid var(--line);background:#111824;border-radius:12px;flex-direction:column;gap:7px;padding:17px;display:flex}.admin-stats small,.order-info small,.order-top small{color:#6f7b90;font-size:8px}.admin-stats b{font-size:19px}.admin-filters{gap:6px;display:flex;overflow-x:auto}.admin-filters button,.status-actions button{color:#8893a5;white-space:nowrap;background:#111824;border:1px solid #283346;border-radius:7px;height:31px;padding:0 11px;font-size:8px}.admin-filters button.active,.status-actions button.active{border-color:var(--green);color:#07120a;background:var(--green)}.admin-orders{gap:12px;margin-top:16px;display:grid}.admin-order{border:1px solid var(--line);background:#111824;border-radius:14px;padding:18px}.order-top,.order-info,.trade-row,.status-actions{align-items:center;display:flex}.order-top{justify-content:space-between}.order-top h2{margin:4px 0 0;font-size:15px}.status{color:#a7b1c1;background:#202a39;border-radius:99px;padding:6px 9px;font-size:8px}.status.new{color:var(--green);background:#55e87a1a}.status.completed{color:#7dd3fc;background:#38bdf81a}.status.refunded{color:#fda4af;background:#fb71851a}.order-info{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:34px;margin:15px 0;padding:12px 0}.order-info div{flex-direction:column;gap:4px;display:flex}.order-info b{font-size:9px}.order-items>div{grid-template-columns:58px 1fr auto;align-items:center;gap:10px;min-height:48px;display:grid}.order-items img{object-fit:contain;width:58px;height:45px}.order-items span{flex-direction:column;gap:4px;display:flex}.order-items b,.order-items strong{font-size:9px}.order-items small{color:#718096;font-size:7px}.trade-row{gap:7px;margin-top:12px}.trade-row input{color:#8c98aa;background:#0d141f;border:1px solid #273246;border-radius:8px;flex:1;min-width:0;height:38px;padding:0 10px;font-size:8px}.status-actions{gap:6px;margin-top:12px;overflow-x:auto}.admin-empty,.admin-error{border:1px solid var(--line);color:#778397;text-align:center;background:#111824;border-radius:13px;margin-top:20px;padding:55px 20px;font-size:10px}.admin-error{color:#fda4af}@media (width<=650px){.admin-stats{grid-template-columns:1fr}.admin-title{flex-direction:column;align-items:flex-start;gap:18px}.order-info{flex-direction:column;align-items:flex-start;gap:11px}}.terms-consent{align-items:flex-start;margin:14px 0 18px;line-height:1.5;color:#8792a6!important;flex-direction:row!important;gap:9px!important;display:flex!important}.checkout{padding-right:3px;overflow-y:auto}.checkout-heading{grid-template-columns:48px 1fr;align-items:center;margin-bottom:22px;display:grid}.checkout-heading .back{border:1px solid var(--line);background:#171e2a;border-radius:8px;width:36px;height:36px;margin:0}.checkout-heading small{color:#fbbf24;letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:800}.checkout-heading h3{margin:3px 0 0;font-size:15px}.trade-field-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.trade-field-head>b{font-weight:700}.trade-field-head>a{color:var(--green);font-size:7px;font-weight:800;text-decoration:none}.trade-field-head>a:hover{text-decoration:underline}.trade-field>small{color:#697387;font-size:7px}.trade-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px #46ed6f14}.payment-title{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.payment-title legend{margin:0;font-weight:700}.payment-title>span{color:#697387;font-size:7px}.bank{min-height:62px;transition:border-color .18s,background .18s;grid-template-columns:52px 1fr 24px!important}.bank:hover{background:#151d2a}.bank-logo{border-radius:7px;place-items:center;width:39px;height:31px;font-weight:900;display:grid;color:#fff!important;font-size:8px!important}.bank-logo.bog{background:#ff5a1f}.bank-logo.tbc{background:#00a3e0}.bank-copy{flex-direction:column;gap:4px;display:flex}.bank-copy b{font-size:9px}.bank-copy small{color:#6f798c;font-size:7px}.bank.active{background:#46ed6f09;border-color:var(--green)!important}.bank.active i{background:var(--green);border-radius:50%;place-items:center;width:18px;height:18px;font-size:9px;display:grid;color:#07120a!important}.terms-consent input{flex:none;width:15px;height:15px}.terms-consent a{color:var(--green);text-decoration:underline}.checkout-error{color:#fda4af;background:#26151a;border:1px solid #5b2931;border-radius:7px;padding:9px 11px;font-size:8px}.checkout-totals{border:1px solid var(--line);background:#121925;border-radius:8px;margin:4px 0 14px;padding:13px}.checkout-totals>p{border-bottom:1px solid var(--line);color:#cbd2dd;margin:0 0 9px;padding-bottom:9px;font-size:8px;font-weight:800}.checkout-totals>div{color:#8792a6;justify-content:space-between;padding:5px 0;font-size:9px;display:flex}.checkout-totals>div b{color:#dce2ec}.checkout-totals .sum{border-top:1px solid var(--line);color:#eef2f7;background:#46ed6f0e;border-radius:0 0 8px 8px;margin:8px -13px -13px;padding:13px}.checkout-totals .sum b{color:var(--green);font-size:18px}.primary:disabled{opacity:.55;cursor:wait}.payment-note{color:#697387;text-align:center;margin:10px 0 0;font-size:7px}@media (width<=420px){.trade-field-head{flex-direction:column;align-items:flex-start;gap:5px}}.tracking-overlay{z-index:180;background:radial-gradient(circle at 75% 0,#7457f71a,#0000 30rem),#090d14;position:fixed;inset:0;overflow-y:auto}.tracking-header{border-bottom:1px solid var(--line);background:#090d14eb;justify-content:space-between;align-items:center;height:66px;padding:0 clamp(18px,5vw,70px);display:flex}.tracking-header>a:last-child{border:1px solid var(--line);background:#141c29;border-radius:9px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.tracking-page{width:min(860px,100% - 28px);min-height:0;margin:0 auto;padding:44px 0 70px}.tracking-title{justify-content:space-between;align-items:end;margin-bottom:22px;display:flex}.tracking-title span{color:var(--green);letter-spacing:.13em;font-size:8px;font-weight:900}.tracking-title h1{margin:7px 0;font-size:30px}.tracking-title p{color:#7f899b;margin:0;font-size:9px}.tracking-title button{height:36px;color:var(--green);background:#55e87a14;border:1px solid #304038;border-radius:8px;padding:0 15px;font-size:8px;font-weight:800}.tracking-summary{border:1px solid var(--line);background:#111824;border-radius:13px;grid-template-columns:1fr 1fr 1fr;gap:18px;padding:18px;display:grid;position:relative}.tracking-summary div{flex-direction:column;gap:6px;display:flex}.tracking-summary small{color:#6f798c;font-size:7px}.tracking-summary b{font-size:11px}.tracking-status{color:var(--green);background:#15251b;border:1px solid #36533f;border-radius:999px;padding:5px 9px;font-size:7px;font-weight:900;position:absolute;top:-10px;right:15px}.tracking-status.refunded{color:#fca5a5;background:#2a1818;border-color:#5e3a3a}.tracking-test{color:#f7c94b;text-align:center;background:#261f10;border:1px solid #56451e;border-radius:8px;margin:10px 0 18px;padding:9px 12px;font-size:8px}.tracking-timeline{border:1px solid var(--line);background:#111824;border-radius:13px;margin:18px 0;overflow:hidden}.tracking-timeline article{border-bottom:1px solid var(--line);opacity:.48;grid-template-columns:38px 1fr auto;align-items:center;gap:13px;min-height:77px;padding:15px 18px;display:grid}.tracking-timeline article:last-child{border:0}.tracking-timeline article.active,.tracking-timeline article.complete{opacity:1}.tracking-timeline article.active{background:#55e87a09}.tracking-timeline article>i{color:#7e899b;border:1px solid #354052;border-radius:50%;place-items:center;width:30px;height:30px;font-size:9px;font-style:normal;display:grid}.tracking-timeline article.active>i,.tracking-timeline article.complete>i{border-color:var(--green);background:var(--green);color:#07120a}.tracking-timeline h2{margin:0 0 5px;font-size:11px}.tracking-timeline p{color:#737e91;margin:0;font-size:8px}.tracking-timeline article>span{color:#6e788a;font-size:7px;font-weight:800}.tracking-timeline article.active>span,.tracking-timeline article.complete>span{color:var(--green)}.tracking-items{border:1px solid var(--line);background:#111824;border-radius:13px;padding:18px}.tracking-items>h2{margin:0 0 13px;font-size:10px}.tracking-items article{border-top:1px solid var(--line);grid-template-columns:74px 1fr auto;align-items:center;gap:12px;min-height:64px;padding:7px 0;display:grid}.tracking-items img{object-fit:contain;width:70px;height:52px}.tracking-items article div{flex-direction:column;gap:5px;display:flex}.tracking-items article b,.tracking-items article strong{font-size:9px}.tracking-items article span{color:#727d90;font-size:7px}.tracking-help,.refund-card{border:1px solid var(--line);background:#111824;border-radius:13px;justify-content:space-between;align-items:center;margin-top:18px;padding:18px;display:flex}.tracking-help div,.refund-card div{flex-direction:column;gap:5px;display:flex}.tracking-help b,.refund-card h2{margin:0;font-size:10px}.tracking-help span,.refund-card p{color:#737e91;margin:0;font-size:8px}.tracking-help a{color:var(--green);font-size:8px;font-weight:800}.refund-card{border-color:#573a3a;justify-content:flex-start;gap:14px}.refund-card>i{color:#fca5a5;font-size:24px;font-style:normal}.tracking-error{background:#211415;border:1px solid #573a3a;border-radius:13px;flex-direction:column;align-items:center;gap:14px;padding:35px;display:flex}.tracking-error a{color:var(--green);font-size:9px}@media (width<=620px){.tracking-page{padding-top:28px}.tracking-title h1{font-size:24px}.tracking-summary{grid-template-columns:1fr;gap:13px}.tracking-timeline article{grid-template-columns:36px 1fr}.tracking-timeline article>span{display:none}.tracking-items article{grid-template-columns:58px 1fr}.tracking-items img{width:55px}.tracking-items article strong{grid-column:2}}.profile-edit-trigger{z-index:101;color:#46e077;cursor:pointer;background:#14251e;border:1px solid #46e07759;border-radius:11px;padding:13px 18px;font-size:11px;font-weight:900;position:fixed;bottom:24px;right:24px;box-shadow:0 14px 34px #0000004d}.profile-setup-backdrop{z-index:300;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03070cc7;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.profile-setup-modal{color:#f4f7fb;background:#101722;border:1px solid #263247;border-radius:18px;width:min(560px,100%);max-height:calc(100vh - 36px);padding:28px;position:relative;overflow-y:auto;box-shadow:0 28px 80px #0000008c}.profile-setup-close{color:#7e8a9e;cursor:pointer;background:0 0;border:0;font-size:25px;position:absolute;top:14px;right:16px}.profile-setup-kicker{color:#46e077;letter-spacing:.13em;font-size:9px;font-weight:900}.profile-setup-modal h2{margin:8px 0 6px;font-size:25px}.profile-setup-modal>p{color:#8793a7;max-width:470px;margin:0;font-size:11px;line-height:1.6}.profile-setup-steps{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;margin:22px 0;display:grid}.profile-setup-steps b{color:#8d98aa;white-space:nowrap;align-items:center;gap:7px;font-size:9px;display:flex}.profile-setup-steps i{color:#fff;background:#263044;border-radius:50%;place-items:center;width:22px;height:22px;font-style:normal;display:grid}.profile-setup-steps b:first-child,.profile-setup-steps b:first-child i{color:#46e077}.profile-setup-steps span{background:#263044;height:1px}.profile-setup-modal label{color:#a9b3c3;text-transform:uppercase;gap:8px;margin-top:16px;font-size:9px;font-weight:900;display:grid}.profile-name-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.profile-setup-modal input{color:#f7f9fc;text-transform:none;background:#171f2c;border:1px solid #303b50;border-radius:9px;outline:none;width:100%;height:43px;padding:0 13px;font-size:12px}.profile-setup-modal input:focus{border-color:#46e077;box-shadow:0 0 0 3px #46e0771a}.profile-setup-modal label a{color:#46e077;text-transform:none;font-size:9px;text-decoration:none}.profile-setup-error{color:#ff8898;background:#2a171d;border:1px solid #7d3541;border-radius:8px;margin-top:15px;padding:10px 12px;font-size:10px}.profile-setup-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;display:grid}.profile-setup-actions button{color:#c5cddd;cursor:pointer;background:#17202d;border:1px solid #354158;border-radius:10px;height:45px;font-weight:900}.profile-setup-actions button:first-child{color:#07120a;background:linear-gradient(135deg,#31c966,#46e077);border-color:#46e077}@media (width<=560px){.profile-setup-modal{padding:24px 18px 18px}.profile-name-row,.profile-setup-actions{grid-template-columns:1fr}.profile-setup-steps{gap:5px}.profile-setup-steps b{font-size:0}.profile-setup-steps i{font-size:9px}}.profile-overlay{z-index:175;background:radial-gradient(circle at 75% 0,#55e87a12,#0000 28rem),#090d14;position:fixed;inset:0;overflow-y:auto}.profile-header{border-bottom:1px solid var(--line);background:#090d14eb;justify-content:space-between;align-items:center;height:66px;padding:0 clamp(18px,5vw,70px);display:flex}.profile-header>a:last-child{border:1px solid var(--line);background:#141c29;border-radius:9px;place-items:center;width:36px;height:36px;font-size:18px;display:grid}.profile-page{width:min(920px,100% - 28px);min-height:0;margin:0 auto;padding:38px 0 70px}.profile-hero{border:1px solid var(--line);background:#111824;border-radius:15px;grid-template-columns:64px 1fr auto;align-items:center;gap:17px;padding:22px;display:grid}.profile-avatar{background:linear-gradient(145deg, var(--green), #32b95a);color:#07120a;border-radius:15px;place-items:center;width:58px;height:58px;font-size:24px;font-weight:900;display:grid;transform:rotate(-3deg)}.profile-hero span,.profile-section-title span{color:var(--green);letter-spacing:.13em;font-size:7px;font-weight:900}.profile-hero h1{margin:5px 0;font-size:24px}.profile-hero p{color:#7b8699;margin:0;font-size:9px}.profile-hero button{color:#858fa1;cursor:not-allowed;background:#192232;border:1px solid #354052;border-radius:9px;height:39px;padding:0 16px;font-size:9px;font-weight:900}.profile-notice{background:#211d11;border:1px solid #4c421f;border-radius:10px;align-items:flex-start;gap:11px;margin:12px 0 18px;padding:13px 15px;display:flex}.profile-notice>i{color:#171205;background:#e7b72d;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;font-size:9px;font-style:normal;font-weight:900;display:grid}.profile-notice div{flex-direction:column;gap:4px;display:flex}.profile-notice b{color:#f1c84e;font-size:8px}.profile-notice span{color:#9b906c;font-size:8px;line-height:1.55}.profile-stats{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.profile-stats article{border:1px solid var(--line);background:#111824;border-radius:11px;flex-direction:column;gap:7px;padding:16px;display:flex}.profile-stats small{color:#717c8f;font-size:7px}.profile-stats b{font-size:17px}.profile-orders,.profile-wishlist{border:1px solid var(--line);background:#111824;border-radius:15px;padding:20px}.profile-wishlist{margin-bottom:18px}.profile-section-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;padding-bottom:16px;display:flex}.profile-section-title>b{color:#7b8699;font-size:8px}.profile-section-title h2{margin:5px 0 0;font-size:16px}.profile-section-title button{height:34px;color:var(--green);background:#55e87a12;border:1px solid #304038;border-radius:8px;padding:0 13px;font-size:8px}.profile-empty{text-align:center;flex-direction:column;align-items:center;padding:55px 15px 40px;display:flex}.profile-empty>i{color:var(--green);font-size:28px;font-style:normal}.profile-empty h3{margin:12px 0 6px;font-size:12px}.profile-empty p{color:#727d90;margin:0 0 15px;font-size:8px}.profile-empty a{color:var(--green);font-size:9px;font-weight:800}.profile-empty.compact{padding:35px 15px 24px}.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding-top:15px;display:grid}.wishlist-grid>article{border:1px solid var(--line);background:#0e1520;border-radius:10px;min-width:0;padding:11px;position:relative}.wishlist-remove{z-index:1;color:#8490a2;background:#171f2c;border:1px solid #313b4d;border-radius:6px;width:24px;height:24px;position:absolute;top:7px;right:7px}.wishlist-image{background:radial-gradient(circle,#55e87a14,#0000 65%);border-radius:8px;place-items:center;height:92px;display:grid}.wishlist-image img{object-fit:contain;width:100%;height:100%}.wishlist-grid>article>small{color:#6f7a8d;font-size:6px}.wishlist-grid h3{color:#cdd4df;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 12px;font-size:8px;overflow:hidden}.wishlist-grid h3 span{color:var(--green);font-size:7px}.wishlist-grid>article>div:last-child{justify-content:space-between;align-items:center;gap:8px;display:flex}.wishlist-grid>article>div:last-child b{font-size:9px}.wishlist-grid>article>div:last-child button{height:29px;color:var(--green);background:#55e87a12;border:1px solid #385041;border-radius:7px;padding:0 9px;font-size:7px;font-weight:900}.profile-order-list{flex-direction:column;display:flex}.profile-order-list>article{border-bottom:1px solid var(--line);padding:17px 0}.profile-order-list>article:last-child{border:0}.profile-order-head,.profile-order-foot{justify-content:space-between;align-items:center;display:flex}.profile-order-head>div{flex-direction:column;gap:4px;display:flex}.profile-order-head small,.profile-order-foot span{color:#6f798b;font-size:7px}.profile-order-head b,.profile-order-foot strong{font-size:10px}.profile-order-status{color:var(--green);background:#15241a;border:1px solid #35513e;border-radius:999px;padding:5px 8px;font-size:7px;font-weight:900}.profile-order-status.refunded{color:#fca5a5;background:#281717;border-color:#5a3939}.profile-order-items{gap:8px;margin:12px 0;display:flex;overflow-x:auto}.profile-order-items>div{border:1px solid var(--line);background:#0e1520;border-radius:8px;grid-template-columns:54px 1fr;align-items:center;gap:8px;min-width:210px;padding:7px;display:grid}.profile-order-items img{object-fit:contain;width:52px;height:42px}.profile-order-items span{flex-direction:column;gap:4px;display:flex}.profile-order-items b{font-size:7px}.profile-order-items small{color:#6f798c;font-size:6px}.profile-order-foot{justify-content:flex-start;gap:18px}.profile-order-foot a{color:var(--green);margin-left:auto;font-size:8px;font-weight:900}@media (width<=620px){.profile-hero{grid-template-columns:54px 1fr}.profile-avatar{width:50px;height:50px}.profile-hero button{grid-column:1/-1;width:100%}.profile-stats{grid-template-columns:1fr}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-order-foot{flex-wrap:wrap}}@media (width<=390px){.wishlist-grid{grid-template-columns:1fr}}.live-chat{z-index:180;position:fixed;bottom:20px;right:20px}.chat-launcher{background:var(--green);color:#07120a;border:1px solid #59f08255;border-radius:14px;align-items:center;gap:8px;height:46px;padding:0 17px;font-size:18px;font-weight:900;display:flex;box-shadow:0 16px 38px #0008}.chat-launcher span{font-size:9px}.chat-panel{background:#101722;border:1px solid #2a3547;border-radius:16px;flex-direction:column;width:min(370px,100vw - 24px);height:min(560px,100vh - 100px);display:flex;position:absolute;bottom:58px;right:0;overflow:hidden;box-shadow:0 28px 80px #000b}.chat-panel>header{border-bottom:1px solid var(--line);background:#141c28;justify-content:space-between;align-items:center;height:67px;padding:0 15px;display:flex}.chat-panel>header>div{align-items:center;gap:10px;display:flex}.chat-panel>header i{background:var(--green);color:#07120a;border-radius:10px;place-items:center;width:35px;height:35px;font-style:normal;font-weight:900;display:grid;transform:rotate(-7deg)}.chat-panel>header span{flex-direction:column;gap:4px;display:flex}.chat-panel>header b{font-size:11px}.chat-panel>header small{color:#7e899b;font-size:7px}.chat-panel>header small em{background:var(--green);border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.chat-panel>header button{color:#8792a5;background:0 0;border:0;font-size:22px}.chat-welcome{padding:16px 16px 8px}.chat-welcome>b{font-size:13px}.chat-welcome p{color:#8994a6;margin:6px 0 13px;font-size:9px;line-height:1.6}.chat-welcome label{color:#737f91;flex-direction:column;gap:6px;font-size:8px;display:flex}.chat-welcome input{background:#0d141e;border:1px solid #2c3748;border-radius:8px;outline:0;height:37px;padding:0 10px}.chat-messages{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex;overflow-y:auto}.chat-message{flex-direction:column;gap:4px;max-width:82%;display:flex}.chat-message span{color:#d9dfe9;white-space:pre-wrap;overflow-wrap:anywhere;background:#1b2432;border-radius:11px;padding:10px 11px;font-size:9px;line-height:1.5}.chat-message small{color:#5f6a7d;font-size:7px}.chat-message.customer{align-self:flex-end;align-items:flex-end}.chat-message.customer span{background:var(--green);color:#07120a;border-bottom-right-radius:3px}.chat-message.admin{align-self:flex-start}.chat-message.admin span{border-bottom-left-radius:3px}.chat-error{color:#fda4af;margin:0 14px 8px;font-size:8px}.chat-panel>form{border-top:1px solid var(--line);gap:7px;padding:10px;display:flex}.chat-panel>form input{background:#0c131d;border:1px solid #2b3748;border-radius:9px;outline:0;flex:1;min-width:0;height:40px;padding:0 11px;font-size:9px}.chat-panel>form input:focus{border-color:var(--green)}.chat-panel>form button{background:var(--green);color:#07120a;border:0;border-radius:9px;width:40px;font-weight:900}.chat-panel>form button:disabled{opacity:.4}.chat-panel>footer{color:#586477;justify-content:center;align-items:center;height:24px;padding:0 12px;font-size:7px;display:flex}@media (width<=600px){.live-chat{bottom:12px;right:12px}.chat-panel{width:auto;height:auto;position:fixed;inset:10px}.chat-launcher{height:44px}.chat-launcher span{display:none}}.how-page-overlay{z-index:1750;color:#eef4ff;background:#080d14;position:fixed;inset:0;overflow:auto}.how-page-header{z-index:3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080d14eb;border-bottom:1px solid #1b2938;justify-content:space-between;align-items:center;padding:18px clamp(22px,5vw,72px);display:flex;position:sticky;top:0}.how-page-back{color:#dbe7f5;border:1px solid #27384b;border-radius:12px;padding:12px 18px;font-size:13px;font-weight:800;text-decoration:none}.how-page{width:min(1180px,100% - 36px);margin:auto;padding:76px 0}.how-hero{background:radial-gradient(circle at 85% 15%,#4ce07733,#0000 33%),linear-gradient(135deg,#111d2b,#0c141f);border:1px solid #223247;border-radius:28px;padding:72px clamp(26px,6vw,76px);position:relative;overflow:hidden}.how-hero:after{content:"S";color:#4ce0770b;font:900 380px/1 Georgia,serif;position:absolute;top:-32%;right:5%;transform:rotate(-8deg)}.how-hero>span,.how-trade span,.how-final span{color:#4ce077;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:900;display:block}.how-hero h1{z-index:1;letter-spacing:-3px;max-width:720px;margin:0;font:800 clamp(42px,7vw,82px)/1 Georgia,serif;position:relative}.how-hero p{z-index:1;color:#a9b8ca;max-width:650px;margin:26px 0 0;font-size:17px;line-height:1.8;position:relative}.how-hero-actions{z-index:1;align-items:center;gap:22px;margin-top:34px;display:flex;position:relative}.how-hero-actions a,.how-final a{color:#06110a;background:#4ce077;border-radius:12px;padding:16px 23px;font-weight:900;text-decoration:none}.how-hero-actions b{color:#c6d2df;font-size:13px}.how-hero-actions b i{background:#4ce077;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block;box-shadow:0 0 16px #4ce077}.how-steps{grid-template-columns:repeat(2,1fr);gap:16px;margin:28px 0;display:grid}.how-steps article{background:#0e1723;border:1px solid #1d2b3c;border-radius:20px;gap:24px;min-height:215px;padding:30px;display:flex}.how-step-number{color:#4ce077;background:#13291d;border:1px solid #375345;border-radius:16px;flex:0 0 58px;place-items:center;height:58px;font:800 20px Georgia,serif;display:grid}.how-step-copy small{color:#4ce077;letter-spacing:1.5px;text-transform:uppercase;font-weight:900}.how-step-copy h2{margin:14px 0 12px;font:800 25px Georgia,serif}.how-step-copy p{color:#8999ab;margin:0;font-size:14px;line-height:1.75}.how-trade{background:linear-gradient(135deg,#111c29,#0d151f);border:1px solid #26364a;border-radius:24px;grid-template-columns:1.1fr .9fr;gap:18px;margin:28px 0;padding:42px;display:grid}.how-trade h2{margin:0 0 14px;font:800 34px Georgia,serif}.how-trade p{color:#94a3b5;line-height:1.75}.how-trade a{color:#4ce077;margin-top:12px;font-weight:800;text-decoration:none;display:inline-block}.how-trade-demo{background:#080f18;border:1px solid #2d4055;border-radius:18px;align-self:center;padding:26px}.how-trade-demo small{color:#8292a5}.how-trade-demo code{color:#c9d6e4;white-space:nowrap;text-overflow:ellipsis;background:#0d1621;border:1px solid #253548;border-radius:10px;margin:15px 0;padding:17px;display:block;overflow:hidden}.how-trade-demo p{color:#e0b54b;margin:0;font-size:12px}.how-info-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0;display:grid}.how-info-grid article{background:#0e1723;border:1px solid #1d2b3c;border-radius:20px;padding:30px}.how-info-grid i{color:#4ce077;background:#163222;border-radius:13px;place-items:center;width:44px;height:44px;font-style:normal;font-weight:900;display:grid}.how-info-grid h3{margin:20px 0 10px;font:800 19px Georgia,serif}.how-info-grid p{color:#8999ab;margin:0;font-size:13px;line-height:1.7}.how-final{background:linear-gradient(110deg,#11271b,#0d1815);border:1px solid #285039;border-radius:22px;justify-content:space-between;align-items:center;margin-top:28px;padding:38px 42px;display:flex}.how-final span{margin-bottom:8px}.how-final h2{margin:0;font:800 30px Georgia,serif}@media (width<=760px){.how-page-header{padding:14px 16px}.how-page-back{padding:10px 12px;font-size:11px}.how-page{width:min(100% - 24px,1180px);padding:28px 0 50px}.how-hero{padding:42px 24px}.how-hero h1{letter-spacing:-2px;font-size:44px}.how-hero p{font-size:14px}.how-hero-actions{flex-direction:column;align-items:flex-start}.how-steps,.how-trade,.how-info-grid{grid-template-columns:1fr}.how-steps article{padding:24px 20px}.how-trade{padding:28px 20px}.how-trade h2{font-size:28px}.how-final{flex-direction:column;align-items:flex-start;gap:24px;padding:28px 22px}.how-final h2{font-size:25px}}
