:root{--bg0:#080c13;--bg1:#0d1421;--panel:rgba(16,24,38,.82);--panel2:rgba(22,32,49,.78);--border:rgba(255,255,255,.08);--muted:#8b98ad;--text:#f4f7fb;--cyan:#38bdf8;--blue:#4f7cff;--green:#3ddc97;--danger:#ff6b7a;--shadow:0 24px 80px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(1000px 700px at 12% 0%,rgba(56,189,248,.10),transparent 55%),radial-gradient(900px 650px at 90% 0%,rgba(79,124,255,.11),transparent 55%),linear-gradient(180deg,var(--bg0),var(--bg1));font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;padding:20px 14px;background:rgba(7,11,18,.92);border-right:1px solid var(--border);backdrop-filter:blur(20px);z-index:40;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;padding:4px 7px 22px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#38bdf8,#4f46e5);box-shadow:0 10px 30px rgba(56,189,248,.2)}.brand b{display:block;font-size:18px}.brand span{display:block;color:var(--muted);font-size:11px;margin-top:2px}.side-section{font-size:10px;letter-spacing:.14em;color:#647187;padding:14px 11px 7px}.sidebar nav{display:grid;gap:4px}.sidebar nav button{position:relative;border:0;color:#a9b4c5;background:transparent;border-radius:11px;padding:10px 11px;display:flex;align-items:center;gap:10px;text-align:left}.sidebar nav button:hover{background:rgba(255,255,255,.04);color:#fff}.sidebar nav button.active{color:#fff;background:linear-gradient(90deg,rgba(56,189,248,.16),rgba(79,124,255,.10));box-shadow:inset 0 0 0 1px rgba(56,189,248,.14)}.sidebar nav button.active:before{content:"";position:absolute;left:-14px;width:3px;height:22px;border-radius:4px;background:#38bdf8}.sidebar nav button span{flex:1}.sidebar nav button em{font-style:normal;min-width:20px;height:20px;padding:0 6px;border-radius:20px;display:grid;place-items:center;background:#2f71ff;color:#fff;font-size:11px}.provider-nav small{color:#66758c}.sidebar-foot{margin-top:auto;padding:12px;display:flex;gap:10px;align-items:center;border-radius:13px;border:1px solid rgba(61,220,151,.13);background:rgba(61,220,151,.06);color:#65e6ad}.sidebar-foot b,.sidebar-foot span{display:block}.sidebar-foot b{font-size:12px}.sidebar-foot span{font-size:10px;color:#81958e;margin-top:2px}.mobile-close{display:none}.main{margin-left:250px;min-height:100vh}.topbar{height:76px;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:12px;padding:0 25px;background:rgba(8,12,19,.78);border-bottom:1px solid var(--border);backdrop-filter:blur(18px)}.menu-btn{display:none}.top-search{max-width:650px;flex:1;display:flex;align-items:center;gap:10px;padding:0 14px;height:42px;border:1px solid var(--border);background:rgba(255,255,255,.035);border-radius:12px;color:#718096}.top-search input{width:100%;border:0;outline:0;background:transparent;color:#fff}.top-search input::placeholder{color:#667387}.icon-btn,.avatar{width:42px;height:42px;border:1px solid var(--border);background:rgba(255,255,255,.035);color:#c4cedd;border-radius:12px;display:grid;place-items:center;position:relative}.icon-btn i{position:absolute;right:9px;top:8px;width:6px;height:6px;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 3px #0b111b}.balance-chip,.cart-btn{height:42px;border:1px solid var(--border);background:rgba(255,255,255,.035);color:#e8edf5;border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 12px}.balance-chip span{display:grid;text-align:left}.balance-chip small{font-size:9px;color:#78869a}.balance-chip b{font-size:12px}.balance-chip>svg:last-child{color:#38bdf8}.cart-btn{position:relative}.cart-btn em{font-style:normal;position:absolute;right:-7px;top:-7px;background:#3975ff;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:11px}.avatar{background:linear-gradient(135deg,#283b5e,#18233a);font-weight:800}.content{padding:26px;max-width:1600px;margin:auto}.hero{min-height:300px;border:1px solid var(--border);border-radius:24px;padding:42px 45px;display:flex;justify-content:space-between;gap:30px;overflow:hidden;position:relative;background:linear-gradient(120deg,rgba(18,29,47,.94),rgba(12,20,34,.74)),radial-gradient(600px 300px at 85% 35%,rgba(56,189,248,.20),transparent 60%);box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(56,189,248,.12);border-radius:50%;right:-70px;top:-130px;box-shadow:0 0 0 45px rgba(56,189,248,.02),0 0 0 90px rgba(56,189,248,.015)}.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.13em;color:#66d3ff;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.14);padding:7px 10px;border-radius:30px}.hero h1{font-size:40px;line-height:1.08;margin:18px 0 13px;letter-spacing:-.03em}.hero h1 strong{background:linear-gradient(90deg,#57c8ff,#8f9cff);-webkit-background-clip:text;color:transparent}.hero p{max-width:610px;color:#91a0b6;line-height:1.65;margin:0}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:25px}.hero-actions button,.primary{border:0;background:linear-gradient(135deg,#2aa9ef,#4267ff);color:#fff;border-radius:11px;padding:11px 16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 10px 25px rgba(42,130,239,.18)}.hero-actions span{display:flex;align-items:center;gap:7px;color:#9da9ba;font-size:12px}.hero-stats{min-width:240px;align-self:center;position:relative;z-index:2;display:grid;gap:10px}.hero-stats div{padding:14px 16px;border-radius:14px;background:rgba(6,12,21,.43);border:1px solid rgba(255,255,255,.07);backdrop-filter:blur(10px)}.hero-stats b,.hero-stats span{display:block}.hero-stats b{font-size:20px}.hero-stats span{font-size:11px;color:#8290a5;margin-top:3px}.catalog-head{display:flex;justify-content:space-between;align-items:end;margin-top:31px;gap:20px}.catalog-head p,.page-title p{font-size:10px;letter-spacing:.14em;color:#5abef2;margin:0 0 5px}.catalog-head h2,.page-title h1{margin:0;font-size:25px}.catalog-head>div>span,.page-title>span{font-size:12px;color:#7f8da2}.filters{display:flex;gap:9px}.filters label{height:40px;min-width:170px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:11px;background:rgba(255,255,255,.035);color:#7f8da2}.filters select{appearance:none;flex:1;border:0;outline:0;background:transparent;color:#dbe2ec;font-size:12px}.filters option{background:#111a28}.provider-tabs{display:flex;gap:7px;overflow:auto;padding:17px 0 4px}.provider-tabs button{white-space:nowrap;border:1px solid var(--border);background:rgba(255,255,255,.025);color:#8c99ab;border-radius:10px;padding:8px 13px}.provider-tabs button.active{color:#fff;border-color:rgba(56,189,248,.25);background:rgba(56,189,248,.10)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:13px}.product-card{border:1px solid var(--border);border-radius:18px;padding:18px;background:linear-gradient(145deg,rgba(20,29,44,.88),rgba(12,19,30,.82));transition:.2s transform,.2s border-color,.2s box-shadow}.product-card:hover{transform:translateY(-3px);border-color:rgba(56,189,248,.20);box-shadow:0 18px 50px rgba(0,0,0,.24)}.card-top{display:flex;align-items:center;justify-content:space-between}.provider-logo{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:11px;font-weight:900;background:#1c2a40;color:#7dcfff;border:1px solid rgba(125,207,255,.12)}.provider-logo.azure{color:#7db9ff}.provider-logo.digitalocean{color:#54a5ff}.provider-logo.linode{color:#63dca7}.provider-logo.vultr{color:#8ea4ff}.provider-logo.oracle{color:#ff896f}.card-top>div:last-child{display:flex;gap:7px;align-items:center}.badge,.stock{font-size:9px;padding:5px 7px;border-radius:20px}.badge{color:#7ed6ff;background:rgba(56,189,248,.09);border:1px solid rgba(56,189,248,.12)}.stock{color:#8e9cad;background:rgba(255,255,255,.035)}.stock i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#3ddc97;margin-right:4px}.product-card h3{margin:16px 0 13px;font-size:16px}.location{display:flex;align-items:flex-start;gap:8px;color:#6e7d92}.location b,.location span{display:block}.location b{color:#b8c2d0;font-size:12px}.location span{font-size:10px;margin-top:2px}.features{display:flex;gap:5px;flex-wrap:wrap;margin:15px 0 18px;min-height:25px}.features span{font-size:9px;color:#9faabc;padding:5px 7px;border-radius:7px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025)}.card-bottom{padding-top:14px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:end;justify-content:space-between;gap:10px}.card-bottom small,.card-bottom b{display:block}.card-bottom small{font-size:9px;color:#68768b}.card-bottom b{font-size:16px;margin-top:3px}.card-bottom button{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.09);color:#77d4ff;border-radius:10px;padding:9px 11px;display:flex;align-items:center;gap:6px;font-weight:700;font-size:11px}.page-title{margin:8px 0 24px}.panel{border:1px solid var(--border);background:var(--panel);border-radius:18px;padding:18px}.order-row{display:grid;grid-template-columns:auto 1fr 1.2fr auto auto auto;align-items:center;gap:14px;padding:13px 5px;border-bottom:1px solid rgba(255,255,255,.055)}.order-row:last-child{border-bottom:0}.order-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:rgba(56,189,248,.08);color:#65ceff}.order-row b,.order-row span{display:block}.order-row span{font-size:10px;color:#7d8b9f;margin-top:3px}.order-items span{font-size:10px;margin:2px 0}.order-row strong{font-size:12px}.order-row em{font-style:normal;color:#54dfa3;background:rgba(61,220,151,.08);padding:5px 8px;border-radius:20px;font-size:9px}.order-row>button{border:0;background:transparent;color:#718096}.finance-cards{display:grid;grid-template-columns:2fr 1fr 1fr;gap:13px;margin-bottom:14px}.big-balance,.metric{border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,rgba(25,39,61,.92),rgba(13,22,36,.86));padding:22px}.big-balance span,.metric span{color:#8190a4;font-size:11px}.big-balance>b{display:block;font-size:30px;margin:7px 0}.big-balance p{font-size:11px;color:#68778c}.big-balance button{border:0;background:rgba(56,189,248,.12);color:#74d4ff;border-radius:10px;padding:9px 12px;display:flex;align-items:center;gap:6px}.metric{display:flex;flex-direction:column;gap:8px}.metric svg{color:#58cfff}.metric b{font-size:20px;margin-top:auto}.panel-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.055)}.panel-title h3{margin:0}.panel-title button{border:0;background:transparent;color:#7d8b9f;display:flex;gap:6px}.transaction{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 2px;border-bottom:1px solid rgba(255,255,255,.05)}.transaction:last-child{border-bottom:0}.transaction>div:first-child{width:37px;height:37px;border-radius:10px;display:grid;place-items:center}.transaction .positive{background:rgba(61,220,151,.08);color:#4fda9e}.transaction .negative{background:rgba(255,107,122,.07);color:#ff7e8c}.transaction b,.transaction span{display:block}.transaction b{font-size:12px}.transaction span{font-size:10px;color:#758398;margin-top:2px}.transaction strong{font-size:12px}.green{color:#4fdda2!important}.profile-grid{display:grid;grid-template-columns:310px 1fr;gap:14px}.profile-card{border:1px solid var(--border);background:var(--panel);border-radius:18px;padding:28px;text-align:center}.profile-avatar{width:75px;height:75px;margin:auto;border-radius:24px;display:grid;place-items:center;font-size:28px;font-weight:900;background:linear-gradient(135deg,#2eaeea,#4e5fe8);box-shadow:0 15px 35px rgba(51,126,232,.18)}.profile-card h3{margin:14px 0 3px}.profile-card>span{color:#7e8ca1;font-size:11px}.verified{display:flex;justify-content:center;gap:6px;color:#4fdca1;background:rgba(61,220,151,.07);border-radius:9px;padding:8px;margin:18px 0;font-size:11px}.danger{border:1px solid rgba(255,107,122,.15);background:rgba(255,107,122,.06);color:#ff8692;border-radius:10px;padding:9px 13px;display:inline-flex;gap:6px}.details h3{margin:0 0 17px}.details dl{margin:0}.details dl div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.05)}.details dt{color:#7d8ba0}.details dd{margin:0}.empty{grid-column:1/-1;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#59677b}.empty h3{color:#b6c0ce;margin:12px 0 5px}.empty p{margin:0;font-size:12px}.center{text-align:center;margin-top:-55px;padding-bottom:35px}.modal-backdrop{position:fixed;inset:0;background:rgba(1,5,10,.76);backdrop-filter:blur(8px);z-index:100;display:grid;place-items:center;padding:18px}.modal{position:relative;width:min(470px,100%);max-height:90vh;overflow:auto;border:1px solid rgba(255,255,255,.10);background:linear-gradient(145deg,#121c2b,#0d1522);border-radius:20px;padding:23px;box-shadow:0 30px 100px rgba(0,0,0,.55)}.modal.wide{width:min(760px,100%)}.modal-x{position:absolute;right:15px;top:15px;border:0;background:rgba(255,255,255,.05);color:#94a1b4;width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.modal-title{display:flex;align-items:center;gap:11px;margin-bottom:20px}.modal-title>svg{width:42px;height:42px;padding:10px;border-radius:12px;background:rgba(56,189,248,.09);color:#62ceff}.modal-title h2,.modal-title p{margin:0}.modal-title h2{font-size:18px}.modal-title p{font-size:10px;color:#7c899d;margin-top:3px}.cart-list{display:grid;gap:7px}.cart-row{display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:11px;padding:11px;border-radius:13px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}.cart-info b,.cart-info span{display:block}.cart-info b{font-size:12px}.cart-info span{font-size:9px;color:#758398;margin-top:3px}.qty{display:flex;align-items:center;gap:8px}.qty button,.trash{border:0;background:rgba(255,255,255,.05);color:#9ca8ba;width:27px;height:27px;border-radius:8px;display:grid;place-items:center}.qty svg,.trash svg{width:13px}.trash{color:#ff7784}.cart-row strong{font-size:11px}.cart-summary{margin-top:17px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between}.cart-summary span,.cart-summary b{display:block}.cart-summary span{font-size:10px;color:#77859a}.cart-summary b{font-size:20px;margin-top:3px}.cart-summary button{border:0;background:linear-gradient(135deg,#2aa9ef,#4267ff);color:#fff;border-radius:11px;padding:11px 15px;display:flex;gap:7px;align-items:center;font-weight:700}.field span{display:block;color:#8a97aa;font-size:11px;margin-bottom:7px}.field input{width:100%;height:45px;border-radius:11px;border:1px solid var(--border);outline:0;background:rgba(0,0,0,.22);color:#fff;padding:0 13px;font-size:17px}.quick-amounts{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:9px 0 15px}.quick-amounts button{border:1px solid var(--border);background:rgba(255,255,255,.03);color:#9aa6b7;border-radius:9px;padding:8px}.payment-method{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(56,189,248,.15);background:rgba(56,189,248,.06);border-radius:12px;padding:12px;margin-bottom:14px;color:#64cfff}.payment-method>div{display:flex;align-items:center;gap:9px}.payment-method b,.payment-method small{display:block}.payment-method b{font-size:12px;color:#dfe8f4}.payment-method small{font-size:9px;color:#7d8b9e;margin-top:2px}.full{width:100%;padding:12px}.modal-note{text-align:center;font-size:9px;color:#647287;margin:12px 0 0}.login-steps{display:grid;gap:9px;margin-bottom:15px}.login-steps div{display:flex;align-items:center;gap:9px;color:#a9b4c3;font-size:11px}.login-steps em{font-style:normal;width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:rgba(56,189,248,.09);color:#68ceff}.code{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:1px dashed rgba(56,189,248,.28);background:rgba(56,189,248,.05);color:#87dbff;border-radius:12px;padding:13px;margin-bottom:13px;font-size:18px;font-weight:800;letter-spacing:.08em}.success-icon{width:74px;height:74px;border-radius:24px;margin:4px auto 15px;display:grid;place-items:center;background:rgba(61,220,151,.09);color:#4bdd9f}.success-icon svg{width:38px;height:38px}.success-text{text-align:center}.success-text h2{margin:0 0 8px}.success-text p{color:#8491a4;line-height:1.6;font-size:11px;margin:0 0 18px}.toast{position:fixed;right:22px;bottom:22px;z-index:150;display:flex;align-items:center;gap:8px;background:#142238;border:1px solid rgba(61,220,151,.18);color:#75e7b4;border-radius:12px;padding:12px 15px;box-shadow:var(--shadow);animation:toastin .2s ease}@keyframes toastin{from{transform:translateY(15px);opacity:0}}.mobile-overlay{display:none}
@media(max-width:1180px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:34px}.balance-chip span{display:none}}
@media(max-width:860px){.sidebar{transform:translateX(-102%);transition:.22s}.sidebar.open{transform:translateX(0)}.mobile-close{display:grid;place-items:center;position:absolute;right:12px;top:12px;border:0;background:rgba(255,255,255,.05);color:#fff;border-radius:9px;width:34px;height:34px}.main{margin-left:0}.menu-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);background:rgba(255,255,255,.03);color:#fff;border-radius:11px}.mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:35}.hero{padding:30px;display:block}.hero-stats{grid-template-columns:repeat(3,1fr);margin-top:25px}.catalog-head{align-items:flex-start;flex-direction:column}.filters{width:100%}.filters label{flex:1}.finance-cards{grid-template-columns:1fr 1fr}.big-balance{grid-column:1/-1}.profile-grid{grid-template-columns:1fr}.order-row{grid-template-columns:auto 1fr auto auto}.order-items{display:none}}
@media(max-width:620px){.topbar{height:66px;padding:0 12px;gap:7px}.top-search{padding:0 10px}.top-search input{font-size:12px}.icon-btn,.balance-chip{display:none}.cart-btn{width:42px;padding:0;justify-content:center}.cart-btn>span{display:none}.content{padding:15px}.hero{padding:24px 20px;min-height:auto}.hero h1{font-size:28px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-stats{grid-template-columns:1fr}.catalog-head{margin-top:24px}.filters{flex-direction:column}.filters label{width:100%}.product-grid{grid-template-columns:1fr}.provider-tabs{margin-right:-15px}.finance-cards{grid-template-columns:1fr}.big-balance{grid-column:auto}.order-row{grid-template-columns:auto 1fr auto}.order-row em,.order-row>button{display:none}.cart-row{grid-template-columns:auto 1fr auto}.cart-row .qty{grid-column:2}.cart-row>strong{grid-column:3;grid-row:1}.cart-row .trash{grid-column:3;grid-row:2}.cart-summary{align-items:stretch;flex-direction:column;gap:12px}.quick-amounts{grid-template-columns:repeat(3,1fr)}}
.sync-banner{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid rgba(56,189,248,.14);background:rgba(56,189,248,.055);border-radius:15px;padding:14px 16px;margin-bottom:14px}.sync-banner b,.sync-banner span{display:block}.sync-banner b{font-size:12px}.sync-banner span{font-size:10px;color:#7f8da2;margin-top:3px}.sync-banner strong{font-size:10px;color:#55dca3;background:rgba(61,220,151,.08);padding:7px 9px;border-radius:20px}.accounts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-card{border:1px solid var(--border);border-radius:18px;padding:18px;background:linear-gradient(145deg,rgba(20,29,44,.88),rgba(12,19,30,.82))}.account-head,.account-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-status{font-size:9px;color:#54dfa3;background:rgba(61,220,151,.08);padding:6px 8px;border-radius:20px}.account-status i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#3ddc97;margin-right:5px}.account-card h3{margin:15px 0 10px;font-size:16px}.account-meta{display:grid;gap:4px;color:#748298;font-size:10px}.account-preview{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.account-preview div{min-width:0;padding:10px;border-radius:10px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.05)}.account-preview small,.account-preview b{display:block}.account-preview small{font-size:9px;color:#6f7d91;margin-bottom:4px}.account-preview b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-foot{padding-top:13px;border-top:1px solid rgba(255,255,255,.055)}.account-foot button,.secondary{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.08);color:#76d4ff;border-radius:10px;padding:9px 11px;font-size:11px;font-weight:700}.account-detail-meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:15px}.account-detail-meta span{font-size:9px;padding:6px 8px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);color:#9ba7b8}.credentials{display:grid;gap:8px}.credential-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}.credential-row small,.credential-row code{display:block}.credential-row small{font-size:9px;color:#718096;margin-bottom:5px}.credential-row code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6edf7;font-size:11px;word-break:break-all}.credential-row button{border:1px solid var(--border);background:rgba(255,255,255,.04);color:#9fabbc;border-radius:9px;padding:8px 10px;font-size:10px}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.secondary{display:flex;align-items:center;justify-content:center}.accounts-grid>.empty{grid-column:1/-1}
@media(max-width:860px){.accounts-grid{grid-template-columns:1fr}}@media(max-width:620px){.sync-banner{align-items:flex-start;flex-direction:column}.account-preview,.detail-actions{grid-template-columns:1fr}.credential-row{grid-template-columns:1fr}.credential-row button{width:100%}}

/* Compact purchased accounts list */
.accounts-list{display:grid;gap:8px}
.accounts-header{display:grid;grid-template-columns:minmax(270px,1.8fr) minmax(115px,.75fr) minmax(145px,.85fr) 105px 105px 92px;gap:14px;padding:0 15px 7px;color:#647287;font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.account-row{display:grid;grid-template-columns:minmax(270px,1.8fr) minmax(115px,.75fr) minmax(145px,.85fr) 105px 105px 92px;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--border);border-radius:13px;background:linear-gradient(145deg,rgba(20,29,44,.72),rgba(12,19,30,.68));transition:.18s}
.account-row:hover{border-color:rgba(56,189,248,.18);transform:translateY(-1px)}
.account-main{display:flex;align-items:center;gap:11px;min-width:0}.account-main h3{margin:0;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-main span{display:block;color:#748298;font-size:9px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-order small,.account-order b,.account-date small,.account-date b,.account-date span{display:block}.account-order small,.account-date small{display:none;color:#66758a;font-size:8px;margin-bottom:3px}.account-order b,.account-date b{font-size:10px}.account-date span{font-size:9px;color:#748298;margin-top:3px}.account-price{font-size:11px}.account-open{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.08);color:#76d4ff;border-radius:9px;padding:8px 9px;font-size:10px;font-weight:700}
.product-buy{display:flex;align-items:center;gap:8px}.product-qty{display:flex;align-items:center;gap:7px;height:38px;padding:0 5px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.025)}.product-qty button{border:0;background:rgba(255,255,255,.05);color:#aab5c4;width:27px;height:27px;border-radius:8px}.product-qty b{min-width:18px;text-align:center;font-size:11px}.cart-quantity{font-size:10px;color:#9aa7b9;padding:6px 8px;border-radius:8px;background:rgba(255,255,255,.04)}
@media(max-width:1050px){.accounts-header{display:none}.account-row{grid-template-columns:minmax(240px,1.8fr) minmax(110px,.7fr) minmax(130px,.8fr) 90px 90px}.account-status{display:none}}
@media(max-width:760px){.account-row{grid-template-columns:1fr auto;gap:10px}.account-main{grid-column:1/-1}.account-order small,.account-date small{display:block}.account-price{grid-column:1}.account-open{grid-column:2;grid-row:3}.account-status{display:inline-flex;justify-self:start}.product-buy{width:100%;justify-content:flex-end}.card-bottom{align-items:flex-end;flex-direction:column}.cart-row{grid-template-columns:auto 1fr auto auto}.cart-quantity{grid-column:2}.cart-row>strong{grid-column:3;grid-row:1}.cart-row .trash{grid-column:4;grid-row:1}}

.account-filters{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(135px,.65fr)) auto;gap:9px;margin:0 0 10px}.account-filters select,.account-search{height:40px;border:1px solid var(--border);background:rgba(12,19,30,.78);color:#cfd8e5;border-radius:11px;padding:0 11px;font-size:10px}.account-search{display:flex;align-items:center;gap:7px}.account-search input{width:100%;border:0;outline:0;background:transparent;color:#e6edf7;font-size:10px}.filter-reset{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#8795a8;border-radius:11px;padding:0 13px;font-size:10px;font-weight:700}.accounts-count{font-size:10px;color:#6f7e93;margin:0 0 8px 3px}.account-actions{display:flex;gap:6px;justify-content:flex-end}.account-check,.account-open{white-space:nowrap}.account-check{border:1px solid rgba(61,220,151,.2);background:rgba(61,220,151,.075);color:#65e2ad;border-radius:9px;padding:8px 9px;font-size:10px;font-weight:700}.checker-proxy{display:flex;align-items:center;justify-content:space-between;padding:12px 13px;border:1px solid rgba(56,189,248,.15);background:rgba(56,189,248,.055);border-radius:12px;margin-bottom:12px}.checker-proxy small,.checker-proxy b{display:block}.checker-proxy small{font-size:9px;color:#75849a;margin-bottom:3px}.checker-proxy b{font-size:11px}.checker-proxy span{font-size:9px;font-weight:800;color:#69d4ff;background:rgba(56,189,248,.1);padding:6px 8px;border-radius:20px}.checker-loading,.checker-ready{padding:28px 15px;text-align:center;border:1px solid var(--border);border-radius:13px;background:rgba(255,255,255,.02);margin-bottom:12px}.checker-loading i{display:inline-block;width:28px;height:28px;border:3px solid rgba(56,189,248,.15);border-top-color:#55cfff;border-radius:50%;animation:spin .8s linear infinite}.checker-loading h3,.checker-ready h3{font-size:13px;margin:10px 0 5px}.checker-loading p,.checker-ready p{font-size:10px;color:#75849a}.checker-result{border:1px solid var(--border);border-radius:13px;padding:13px;margin-bottom:12px}.checker-result.ok{border-color:rgba(61,220,151,.2);background:rgba(61,220,151,.035)}.checker-result.bad{border-color:rgba(248,113,113,.2);background:rgba(248,113,113,.035)}.checker-result-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:10px}.checker-result-head b{font-size:12px;color:#66e2ad}.checker-result-head span{font-size:9px;color:#75849a}.checker-result dl{display:grid;grid-template-columns:1fr 1fr;gap:7px}.checker-result dl div{padding:9px;background:rgba(255,255,255,.025);border-radius:9px}.checker-result dt{font-size:8px;color:#6f7e93;margin-bottom:3px}.checker-result dd{font-size:10px;margin:0}.primary:disabled{opacity:.55;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1050px){.account-filters{grid-template-columns:1fr 1fr 1fr}.account-search{grid-column:1/-1}.filter-reset{height:40px}.account-actions{grid-column:auto}}
@media(max-width:760px){.account-filters{grid-template-columns:1fr 1fr}.account-search{grid-column:1/-1}.account-actions{grid-column:2;grid-row:3;align-self:end}.checker-result dl{grid-template-columns:1fr}}
@media(max-width:520px){.account-filters{grid-template-columns:1fr}.account-search{grid-column:auto}.account-actions{grid-column:1/-1;grid-row:auto;justify-content:stretch}.account-actions button{flex:1}}

.account-status.checking{color:#f5c96a;background:rgba(245,201,106,.09)}.account-status.checking i{background:#f5c96a;animation:statusPulse 1s ease-in-out infinite}.account-status.inactive{color:#ff7f8c;background:rgba(255,95,109,.09)}.account-status.inactive i{background:#ff6576}.account-check:disabled{opacity:.72;cursor:wait;min-width:85px}@keyframes statusPulse{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}

/* Purchased accounts actions and Telegram synchronization */
.accounts-header,.account-row{grid-template-columns:minmax(250px,1.65fr) minmax(105px,.68fr) minmax(135px,.78fr) 95px 100px minmax(215px,1.05fr)}
.account-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:6px}
.account-actions button{flex:0 0 auto;height:34px;padding:0 10px}
.account-download{border:1px solid rgba(167,139,250,.2);background:rgba(167,139,250,.075);color:#c4b5fd;border-radius:9px;font-size:10px;font-weight:700;white-space:nowrap}
.account-status{display:inline-flex;align-items:center;width:max-content;white-space:nowrap}
.sync-required{max-width:680px;margin:32px auto;padding:34px;border:1px solid rgba(56,189,248,.16);border-radius:20px;background:linear-gradient(145deg,rgba(20,29,44,.82),rgba(12,19,30,.78));text-align:center}
.sync-required-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 16px;border-radius:16px;background:rgba(56,189,248,.09);border:1px solid rgba(56,189,248,.18);color:#67d3ff;font-size:25px}
.sync-required h2{margin:0 0 9px;font-size:20px}.sync-required>p{max-width:550px;margin:0 auto 20px;color:#7f8da2;font-size:11px;line-height:1.7}
.sync-command{display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;padding:12px 13px;border:1px solid var(--border);background:rgba(7,12,20,.55);border-radius:13px}
.sync-command small,.sync-command code{display:block}.sync-command small{font-size:8px;color:#65748a;margin-bottom:5px;text-transform:uppercase;letter-spacing:.08em}.sync-command code{font-size:12px;color:#e6edf7}.sync-command button{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.08);color:#76d4ff;border-radius:9px;padding:9px 11px;font-size:10px;font-weight:700}
.sync-required-actions{margin-top:13px}.sync-required-actions .primary{min-width:220px}
@media(max-width:1200px){.accounts-header{display:none}.account-row{grid-template-columns:minmax(240px,1.5fr) minmax(110px,.65fr) minmax(135px,.75fr) 90px 95px}.account-actions{grid-column:1/-1;justify-content:flex-end;border-top:1px solid rgba(255,255,255,.045);padding-top:9px}}
@media(max-width:760px){.account-row{grid-template-columns:1fr auto}.account-actions{grid-column:1/-1;grid-row:auto;justify-content:stretch}.account-actions button{flex:1}.sync-required{padding:25px 18px}.sync-command{align-items:stretch;flex-direction:column}.sync-command button{width:100%}}
/* v2: authorization, language switch and rules */
.lang-switch{display:flex;gap:3px;padding:3px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.025)}.lang-switch button{border:0;background:transparent;color:#718096;font-size:9px;font-weight:800;padding:7px 8px;border-radius:7px}.lang-switch button.active{background:rgba(56,189,248,.12);color:#7dd8ff}.login-chip{height:42px;border:1px solid rgba(56,189,248,.2);background:rgba(56,189,248,.08);color:#7dd8ff;border-radius:11px;padding:0 14px;font-size:10px;font-weight:800;white-space:nowrap}.bot-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0 auto 14px;padding:11px 15px;border-radius:11px;border:1px solid rgba(56,189,248,.23);background:rgba(56,189,248,.1);color:#7dd8ff;font-size:11px;font-weight:800;text-decoration:none}.modal-bot-link{display:flex;width:100%;box-sizing:border-box}.hero-stats{grid-template-columns:repeat(2,1fr)!important}.rules-page{display:grid;gap:10px;max-width:980px}.rules-page article{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:17px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,rgba(20,29,44,.74),rgba(12,19,30,.68))}.rules-page article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(56,189,248,.08);color:#67d3ff;font-size:11px;font-weight:800}.rules-page h3{margin:1px 0 7px;font-size:13px;color:#e7edf6}.rules-page p{margin:0;color:#8290a4;font-size:11px;line-height:1.7}.rules-links{display:flex;gap:9px;margin-top:4px}.rules-links a{padding:11px 14px;border:1px solid rgba(56,189,248,.16);border-radius:10px;background:rgba(56,189,248,.06);color:#73d3ff;text-decoration:none;font-size:10px;font-weight:800}
@media(max-width:900px){.lang-switch{margin-left:auto}.top-search{display:none}.hero-stats{grid-template-columns:1fr!important}}@media(max-width:620px){.login-chip span{display:none}.rules-page article{grid-template-columns:1fr}.rules-links{flex-direction:column}.account-actions{flex-wrap:wrap}.account-actions button{min-width:calc(33.333% - 5px)}}

/* Sidebar alignment: labels remain in one consistent column when counters are present */
.sidebar nav button{display:grid;grid-template-columns:24px minmax(0,1fr) 28px;column-gap:10px;width:100%;align-items:center}
.sidebar nav button>span:first-child{width:24px;display:grid;place-items:center;text-align:center}
.sidebar nav button>span:nth-child(2){min-width:0;line-height:1.25}
.sidebar nav button em,.sidebar nav button small{justify-self:end;margin:0;text-align:right}
.sidebar nav button:not(:has(em)):not(.provider-nav button)>span:nth-child(2){grid-column:2/4}
.provider-nav button{grid-template-columns:24px minmax(0,1fr) 28px!important}
.rule-support-link{display:inline-flex;align-items:center;gap:6px;margin-top:11px;padding:8px 10px;border:1px solid rgba(56,189,248,.18);border-radius:9px;background:rgba(56,189,248,.07);color:#76d4ff;text-decoration:none;font-size:10px;font-weight:800}

/* Website support chat. Real delivery will be connected through the CloudStorm API later. */
.support-fab{position:fixed;right:24px;bottom:24px;z-index:70;width:52px;height:52px;border:1px solid rgba(56,189,248,.28);border-radius:17px;background:linear-gradient(135deg,#28a9ee,#425fff);color:#fff;font-size:21px;box-shadow:0 16px 45px rgba(25,113,220,.35)}
.support-chat{position:fixed;right:24px;bottom:88px;z-index:69;width:min(380px,calc(100vw - 28px));height:520px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(56,189,248,.18);border-radius:18px;background:rgba(9,15,25,.98);box-shadow:0 28px 80px rgba(0,0,0,.48);backdrop-filter:blur(20px)}
.support-chat header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-bottom:1px solid var(--border);background:rgba(56,189,248,.045)}
.support-chat header b,.support-chat header span{display:block}.support-chat header b{font-size:13px}.support-chat header span{margin-top:3px;color:#718096;font-size:9px}.support-chat header button{border:0;background:transparent;color:#8c99aa;font-size:22px}
.support-chat-messages{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:9px}
.support-message{max-width:84%;padding:10px 12px;border-radius:12px;font-size:10px;line-height:1.55;white-space:pre-wrap}.support-message.bot{align-self:flex-start;background:rgba(255,255,255,.045);color:#b6c0cf;border:1px solid rgba(255,255,255,.055)}.support-message.user{align-self:flex-end;background:rgba(56,189,248,.12);color:#d8f2ff;border:1px solid rgba(56,189,248,.16)}
.support-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:11px;border-top:1px solid var(--border)}.support-chat-form textarea{height:52px;resize:none;border:1px solid var(--border);outline:0;border-radius:10px;background:rgba(255,255,255,.035);color:#e7edf6;padding:9px;font:inherit;font-size:10px}.support-chat-form button{border:0;border-radius:10px;background:linear-gradient(135deg,#2aa9ef,#4267ff);color:#fff;padding:0 14px;font-size:10px;font-weight:800}
.support-chat-bot{margin:0 11px 11px;padding:9px;text-align:center;border:1px solid rgba(56,189,248,.15);border-radius:9px;background:rgba(56,189,248,.055);color:#72d3ff;text-decoration:none;font-size:9px;font-weight:800}
@media(max-width:620px){.support-fab{right:14px;bottom:14px}.support-chat{right:14px;bottom:76px;height:min(520px,calc(100vh - 100px))}}

/* Commercial homepage and restored finance layout */
.hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)}
.hero-trust{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0 4px}.hero-trust span{padding:7px 10px;border:1px solid rgba(56,189,248,.14);border-radius:999px;background:rgba(56,189,248,.045);color:#9fb3ca;font-size:9px;font-weight:700}
.hero-stats{display:grid!important;grid-template-columns:1fr 1fr!important;align-content:center;gap:10px}.hero-stats>div{min-height:92px;padding:16px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(255,255,255,.025)}.hero-stats b{font-size:20px}.hero-stats span{margin-top:5px;line-height:1.4}
.sales-intro{padding:34px 0 15px;text-align:center}.sales-intro>div{max-width:680px;margin:auto}.sales-intro span,.section-heading span{color:#50c6ff;font-size:9px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.sales-intro h2,.section-heading h2{margin:9px 0 9px;font-size:25px}.sales-intro p{margin:0;color:#8290a4;font-size:11px;line-height:1.7}
.advantage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin:9px 0 28px}.advantage-grid article{display:flex;gap:12px;padding:17px;border:1px solid var(--border);border-radius:15px;background:linear-gradient(145deg,rgba(20,29,44,.77),rgba(10,17,27,.72))}.advantage-grid i{display:grid;place-items:center;flex:0 0 38px;height:38px;border:1px solid rgba(56,189,248,.17);border-radius:11px;background:rgba(56,189,248,.075);color:#62d1ff;font-style:normal}.advantage-grid h3{margin:1px 0 6px;font-size:11px}.advantage-grid p{margin:0;color:#7f8da1;font-size:9px;line-height:1.55}
.how-section{margin:0 0 24px;padding:22px;border:1px solid var(--border);border-radius:18px;background:rgba(255,255,255,.018)}.section-heading{text-align:center;margin-bottom:17px}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.how-grid article{position:relative;display:flex;align-items:center;gap:11px;padding:14px;border-radius:12px;background:rgba(255,255,255,.027);border:1px solid rgba(255,255,255,.045)}.how-grid b{font-size:18px;color:#3dc7ff}.how-grid span{font-size:10px;font-weight:700;line-height:1.45}.how-grid article:not(:last-child):after{content:'›';position:absolute;right:-8px;z-index:2;color:#4ebfe9;font-size:18px}
.trust-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:30px;padding:18px 20px;border:1px solid rgba(61,220,151,.13);border-radius:15px;background:linear-gradient(90deg,rgba(61,220,151,.055),rgba(56,189,248,.035))}.trust-banner>div{display:flex;align-items:center;gap:13px}.trust-banner>div>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(61,220,151,.11);color:#56dfa5}.trust-banner h3{margin:0 0 5px;font-size:12px}.trust-banner p{margin:0;color:#8491a4;font-size:9px;line-height:1.5}.trust-banner button{white-space:nowrap;border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.08);color:#71d4ff;border-radius:10px;padding:10px 13px;font-size:9px;font-weight:800}
.finance-layout{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(0,1.32fr);gap:16px;align-items:start}.balance-card-new,.history-card-new{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:18px;background:linear-gradient(145deg,rgba(20,30,45,.87),rgba(10,17,27,.82))}.balance-card-new{padding:24px;min-height:230px}.balance-card-top{display:flex;align-items:center;gap:9px}.balance-card-top>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(56,189,248,.09);color:#63d1ff}.balance-card-top small{color:#8b99ac;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.balance-card-new>strong{display:block;margin:23px 0 7px;font-size:31px;letter-spacing:-.03em}.balance-card-new>p{max-width:250px;margin:0 0 25px;color:#7e8ca0;font-size:10px;line-height:1.6}.balance-card-new>button{position:relative;z-index:2;border:0;border-radius:11px;background:linear-gradient(135deg,#2ba9ef,#4266ff);color:#fff;padding:12px 15px;font-size:10px;font-weight:900}.balance-glow{position:absolute;width:190px;height:190px;right:-75px;bottom:-80px;border-radius:50%;background:rgba(51,143,255,.13);filter:blur(12px)}
.history-card-new{padding:20px}.history-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.history-head span{color:#55caff;font-size:8px;letter-spacing:.14em}.history-head h3{margin:4px 0 0;font-size:16px}.history-head>small{display:grid;place-items:center;min-width:28px;height:28px;border-radius:9px;background:rgba(56,189,248,.08);color:#63d1ff;font-size:10px}.tx-list{display:grid;gap:8px}.tx-new{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;border:1px solid rgba(255,255,255,.05);border-radius:12px;background:rgba(255,255,255,.022)}.tx-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;font-size:14px;font-weight:900}.tx-icon.deposit{background:rgba(61,220,151,.09);color:#50dca0}.tx-icon.purchase{background:rgba(56,189,248,.09);color:#5ccfff}.tx-copy b,.tx-copy span{display:block}.tx-copy b{font-size:10px;margin-bottom:4px}.tx-copy span{color:#738196;font-size:8px}.tx-new>strong{font-size:10px;white-space:nowrap}.tx-new>strong.plus{color:#55dfa5}.tx-new>strong.minus{color:#ff8290}.history-empty{text-align:center;padding:35px 12px}.history-empty>b{font-size:23px;color:#64758b}.history-empty h4{margin:8px 0 5px}.history-empty p{margin:0;color:#77869a;font-size:9px}
@media(max-width:1100px){.advantage-grid{grid-template-columns:1fr 1fr}.how-grid{grid-template-columns:1fr 1fr}.finance-layout{grid-template-columns:1fr}.hero{grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:700px){.advantage-grid,.how-grid{grid-template-columns:1fr}.how-grid article:after{display:none}.hero-stats{grid-template-columns:1fr 1fr!important}.trust-banner{align-items:flex-start;flex-direction:column}.trust-banner button{width:100%}.tx-new{grid-template-columns:36px 1fr}.tx-new>strong{grid-column:2}.finance-layout{display:block}.history-card-new{margin-top:12px}}

/* Official-style provider marks */
.provider-brand{display:inline-grid;place-items:center;width:58px;height:34px;flex:0 0 auto;color:#8da0b8}.provider-brand svg{display:block;width:100%;height:100%;overflow:visible}.provider-brand.compact{width:28px;height:24px}.provider-brand-all{color:#69cfff}.provider-logo.official{width:58px;height:42px;border-radius:12px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.075);display:grid;place-items:center;padding:4px}.provider-logo.official .provider-brand{width:48px;height:30px}.provider-logo-tabs{display:flex;flex-wrap:wrap;gap:8px}.provider-logo-tabs button{width:74px;height:50px;padding:7px!important;display:grid;place-items:center;border-radius:12px}.provider-logo-tabs button .provider-brand{width:56px;height:34px}.provider-logo-tabs button.active{background:linear-gradient(135deg,rgba(56,189,248,.18),rgba(79,124,255,.16));box-shadow:inset 0 0 0 1px rgba(77,199,255,.30),0 8px 24px rgba(0,0,0,.18)}.provider-nav button>span:first-child{overflow:visible!important}.provider-nav button>span:first-child .provider-brand{width:28px;height:22px}.provider-nav button:hover .provider-brand,.provider-logo-tabs button:hover .provider-brand{filter:brightness(1.12)}
@media(max-width:620px){.provider-logo-tabs button{width:62px;height:46px}.provider-logo-tabs button .provider-brand{width:48px;height:30px}}

/* Catalog provider filters: compact text buttons */
.provider-name-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 16px;overflow:visible}
.provider-name-tabs button{width:auto!important;height:38px!important;padding:0 15px!important;display:inline-flex!important;align-items:center;justify-content:center;border-radius:10px;white-space:nowrap;font-size:12px;font-weight:700;color:#9eabba;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.075)}
.provider-name-tabs button:hover{color:#e7f5ff;border-color:rgba(85,197,255,.22);background:rgba(56,189,248,.06)}
.provider-name-tabs button.active{color:#76d8ff;background:linear-gradient(135deg,rgba(56,189,248,.14),rgba(79,124,255,.10));border-color:rgba(77,199,255,.32);box-shadow:none}
@media(max-width:620px){.provider-name-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.provider-name-tabs button{height:36px!important;padding:0 13px!important;font-size:11px}}

/* Provider marks and card proportions — corrected */
.provider-brand{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;overflow:hidden}
.provider-brand img{display:block;max-width:26px;max-height:26px;width:auto;height:auto;object-fit:contain}
.provider-brand svg{width:25px;height:25px}
.provider-brand.compact{width:24px;height:24px;flex-basis:24px}
.provider-brand.compact img{max-width:20px;max-height:20px}
.provider-fallback{display:none;place-items:center;width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.055);font-size:9px;font-weight:900;color:#d9e3ef}
.provider-brand img:not([src]),.provider-brand img[src=""]{display:none}
.provider-brand img:not([src])+.provider-fallback,.provider-brand img[src=""]+.provider-fallback{display:grid}
.kamatera-mark{display:grid!important;color:#ef3b33;background:transparent;font-size:25px;line-height:1}
.provider-logo.official{width:44px!important;height:44px!important;flex:0 0 44px;border-radius:11px;padding:6px!important;overflow:hidden}
.provider-logo.official .provider-brand{width:30px!important;height:30px!important;flex-basis:30px!important}
.provider-logo.official .provider-brand img{max-width:28px;max-height:28px}
.provider-nav button>span:first-child{width:26px;min-width:26px;display:grid;place-items:center;overflow:hidden!important}
.provider-nav button>span:first-child .provider-brand{width:24px!important;height:24px!important;flex-basis:24px!important}

.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.product-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;padding:18px}
.product-card h3{min-width:0;overflow-wrap:anywhere}
.product-card .features{min-height:27px}
.product-card .card-bottom{margin-top:auto;min-width:0;align-items:center;flex-wrap:wrap}
.product-buy{min-width:0;display:flex;align-items:center;gap:8px;margin-left:auto}
.product-qty{flex:0 0 auto}
.card-bottom>div:first-child{min-width:92px}
.card-bottom button{white-space:nowrap}

@media(max-width:1280px){
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .product-grid{grid-template-columns:1fr}
 .product-buy{width:100%;justify-content:space-between;margin-left:0}
 .card-bottom{align-items:flex-end}
}
/* Local provider logos: no CDN, stable sizing */
.provider-brand{overflow:visible!important}
.provider-brand img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.provider-logo.official .provider-brand{width:30px!important;height:30px!important}
.provider-brand-aws img{width:32px!important}
.provider-brand-oracle img{width:34px!important;height:22px!important}
.provider-brand-azure img{width:29px!important;height:29px!important}
.provider-brand-linode img{width:27px!important;height:30px!important}
.provider-nav .provider-brand-oracle img{width:24px!important;height:15px!important}
.provider-nav .provider-brand-aws img{width:24px!important;height:19px!important}

/* Separate landing page and stable background */
html,body{min-height:100%;background-color:var(--bg0)}
body{background-attachment:fixed;background-size:100vw 100vh;background-repeat:no-repeat}
body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(1000px 700px at 12% 0%,rgba(56,189,248,.10),transparent 55%),radial-gradient(900px 650px at 90% 0%,rgba(79,124,255,.11),transparent 55%),linear-gradient(180deg,var(--bg0),var(--bg1))}
.main,.content{background:transparent}.content{min-height:calc(100vh - 76px)}
.catalog-head-first{margin-top:8px}
.home-hero{min-height:360px}
.brand{cursor:pointer}

/* Safe modal polish: keeps the proven navigation/event logic unchanged */
.modal-backdrop{animation:modalBackdropIn .16s ease both}
.modal{animation:modalPanelIn .18s ease both}
.modal-close{display:none !important}
.modal-close:hover{display:none !important}
@keyframes modalBackdropIn{from{opacity:0}to{opacity:1}}
@keyframes modalPanelIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}

/* Cart modal spacing and hierarchy */
.cart-modal-title{margin-bottom:24px;padding-right:48px}
.cart-list{display:grid;gap:12px}
.cart-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto 34px;align-items:center;column-gap:14px;padding:14px 15px;border-radius:14px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.07)}
.cart-row .provider-logo{width:40px;height:40px;border-radius:11px}
.cart-info{min-width:0}
.cart-info b{display:block;font-size:13px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-info span{display:block;margin-top:5px;font-size:10px;color:#74839a}
.cart-meta{display:grid;grid-template-columns:auto minmax(74px,auto);align-items:center;gap:14px}
.cart-meta strong{font-size:12px;text-align:right;white-space:nowrap}
.cart-quantity{white-space:nowrap;text-align:center}
.cart-row .trash{width:30px;height:30px;border-radius:9px;background:rgba(255,107,122,.07);border:1px solid rgba(255,107,122,.08);font-size:16px;line-height:1}
.cart-footer{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}
.cart-total{margin:0;padding:0;border:0;display:block}
.cart-total span{display:block;font-size:10px;color:#7d8b9f;text-transform:uppercase;letter-spacing:.08em}
.cart-total b{display:block;margin-top:5px;font-size:22px;line-height:1}
.cart-buy{min-width:180px;height:44px;padding:0 24px;border-radius:12px}
@media(max-width:620px){.cart-row{grid-template-columns:40px minmax(0,1fr) 30px;row-gap:10px}.cart-row .provider-logo{width:38px;height:38px}.cart-meta{grid-column:2;grid-row:2;grid-template-columns:auto 1fr;justify-content:start}.cart-meta strong{text-align:left}.cart-row .trash{grid-column:3;grid-row:1}.cart-footer{grid-template-columns:1fr}.cart-buy{width:100%;min-width:0}}

/* Deposit modal redesign */
.modal.deposit-modal{width:min(560px,100%);padding:26px;overflow:visible}
.deposit-title{padding-right:46px;margin-bottom:22px}
.payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.payment-card{min-width:0;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:15px;padding:15px;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;color:#e8eef8;text-align:left;transition:.18s ease}
.payment-card:hover{transform:translateY(-2px);border-color:rgba(56,189,248,.28);background:rgba(56,189,248,.055)}
.payment-logo{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;font-weight:900;font-size:17px;background:#1c2a40;border:1px solid rgba(255,255,255,.07)}
.payment-card.binance .payment-logo,.payment-logo.binance{color:#f5ba24;background:rgba(245,186,36,.10)}
.payment-card.plisio .payment-logo,.payment-logo.plisio{color:#62d49b;background:rgba(98,212,155,.10)}
.payment-card.cryptobot .payment-logo,.payment-logo.cryptobot{color:#55b7ff;background:rgba(85,183,255,.10)}
.payment-card.lolz .payment-logo,.payment-logo.lolz{color:#bb8cff;background:rgba(187,140,255,.10)}
.payment-copy{min-width:0;display:grid;gap:4px}.payment-copy b{font-size:14px}.payment-copy small{font-size:10px;color:#75849a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment-arrow{font-size:24px;color:#607087;text-align:right}
.deposit-security{margin-top:16px;border:1px solid rgba(61,220,151,.12);background:rgba(61,220,151,.055);border-radius:13px;padding:12px 14px;display:flex;gap:10px;align-items:flex-start;color:#55dca1}.deposit-security p{margin:0;color:#83978f;font-size:11px;line-height:1.5}
.deposit-back{border:0;background:transparent;color:#72cfff;padding:0;margin:0 0 17px;font-size:12px}
.selected-payment{display:flex;align-items:center;gap:13px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);border-radius:15px;padding:15px;margin-bottom:18px}.selected-payment>div{display:grid;gap:3px}.selected-payment small{font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#64738a}.selected-payment b{font-size:16px}.selected-payment p{margin:0;font-size:10px;color:#7f8da1}
.deposit-form{display:grid;gap:14px}.deposit-form>label{display:grid;gap:8px;color:#98a6b9;font-size:11px}.amount-input-wrap{height:50px;border:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(4,9,16,.45);display:flex;align-items:center;padding:0 14px}.amount-input-wrap:focus-within{border-color:rgba(56,189,248,.35);box-shadow:0 0 0 3px rgba(56,189,248,.06)}.amount-input-wrap input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:20px;font-weight:800}.amount-input-wrap span{color:#6f7e93;font-size:12px;font-weight:700}
.deposit-form .quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0}.deposit-form .quick-amounts button{height:38px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:#aeb9c9;border-radius:10px;font-weight:700}.deposit-form .quick-amounts button:hover{color:#fff;border-color:rgba(56,189,248,.24);background:rgba(56,189,248,.07)}
.deposit-summary{display:flex;justify-content:space-between;align-items:center;padding:13px 14px;border-radius:12px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.06)}.deposit-summary span{font-size:11px;color:#748299}.deposit-summary b{font-size:15px;color:#fff}.deposit-confirm{height:48px;font-size:14px}
@media(max-width:560px){.modal.deposit-modal{padding:20px}.payment-grid{grid-template-columns:1fr}.deposit-form .quick-amounts{grid-template-columns:repeat(2,1fr)}}

/* Payment flows matched to CloudStorm Bot */
.deposit-flow-head{display:flex;align-items:center;gap:13px;margin:0 0 18px}.deposit-flow-head .payment-logo{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:17px;font-weight:900}.deposit-flow-head small{display:block;color:#718096;font-size:10px;margin-bottom:4px}.deposit-flow-head h2{margin:0;font-size:20px}
.payment-instructions,.deposit-request,.invoice-card,.payment-checking,
.payment-data-row{display:grid;grid-template-columns:125px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid rgba(255,255,255,.055)}.payment-data-row span{color:#75849a;font-size:10px}.payment-data-row code{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#eaf5ff;font-size:12px}.payment-data-row button{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.06);color:#6fd4ff;border-radius:9px;padding:7px 9px;font-size:9px}
.payment-rule{margin-top:10px;padding:12px;border-radius:11px;background:rgba(245,158,11,.055);border:1px solid rgba(245,158,11,.13)}.payment-rule b{color:#ffc86b;font-size:11px}.payment-rule p{margin:6px 0 0;color:#a99a7c;font-size:10px;line-height:1.5}.minimum-line{padding:10px 12px;border-radius:10px;background:rgba(56,189,248,.05);color:#8090a4;font-size:11px}.minimum-line b{color:#fff}
.invoice-status{display:flex;gap:11px;align-items:center;margin-bottom:12px}.invoice-status>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(61,220,151,.1);color:#52dfa2;font-weight:900}.invoice-status b,.invoice-status small{display:block}.invoice-status b{font-size:13px}.invoice-status small{color:#738298;font-size:9px;margin-top:3px}.payment-checking{text-align:center;padding:25px 18px}.payment-checking h3{margin:12px 0 7px}.payment-checking p{margin:0}.spinner{display:inline-block;width:32px;height:32px;border:3px solid rgba(56,189,248,.15);border-top-color:#55caff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:600px){.payment-data-row{grid-template-columns:1fr auto}.payment-data-row span{grid-column:1/-1}.deposit-flow-head h2{font-size:18px}}

/* Persistent modal layer: prevents the page from flashing between modal steps */
body.modal-open{overflow:hidden}
body.modal-open::after{content:"";position:fixed;inset:0;z-index:900;background:rgba(1,6,13,.78);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);pointer-events:none;opacity:1}
.modal-backdrop{z-index:901;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;animation:none!important}
.modal{z-index:902}

/* Complete invoice presentation */
.invoice-payment-panel{display:grid;grid-template-columns:116px minmax(0,1fr);gap:16px;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}
.mock-qr{width:116px;height:116px;border-radius:13px;background:#fff;position:relative;overflow:hidden;box-shadow:inset 0 0 0 7px #fff}
.mock-qr:before,.mock-qr:after,.mock-qr i{content:"";position:absolute;inset:9px;background:repeating-conic-gradient(#07101d 0 25%,transparent 0 50%) 0 0/14px 14px;mix-blend-mode:multiply}
.mock-qr:after{inset:17px 52px 52px 17px;border:7px solid #07101d;background:#fff;box-shadow:57px 0 0 -7px #fff,57px 0 0 0 #07101d,0 57px 0 -7px #fff,0 57px 0 0 #07101d}
.mock-qr i{inset:34px;background:repeating-linear-gradient(45deg,#07101d 0 5px,transparent 5px 10px);opacity:.85}
.invoice-payment-data{min-width:0;display:grid;gap:5px}.invoice-payment-data>span{font-size:10px;color:#76859a;text-transform:uppercase;letter-spacing:.08em}.invoice-payment-data>strong{font-size:23px;color:#fff}.invoice-payment-data>small{font-size:10px;color:#8290a3}
.invoice-address{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;margin-top:8px;padding:9px 10px;border-radius:10px;background:rgba(3,8,15,.46);border:1px solid rgba(255,255,255,.07)}.invoice-address code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#b9c7d9}.invoice-address button{border:1px solid rgba(56,189,248,.18);background:rgba(56,189,248,.07);color:#70d4ff;border-radius:8px;padding:7px 9px;font-size:9px}
@media(max-width:520px){.invoice-payment-panel{grid-template-columns:1fr}.mock-qr{margin:auto}.invoice-payment-data{text-align:center}.invoice-address{text-align:left}}

/* Payment flow parity with CloudStorm Bot */
.payment-external-link{display:flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;margin-top:9px}

.payment-live-status{display:flex;align-items:center;gap:14px;padding:17px;border:1px solid rgba(56,189,248,.12);background:rgba(56,189,248,.045);border-radius:15px;margin-bottom:13px}.payment-live-status .spinner{flex:0 0 auto;width:28px;height:28px}.payment-live-status b{display:block;font-size:13px;color:#eaf6ff;margin-bottom:5px}.payment-live-status p{margin:0;color:#8493a7;font-size:10px;line-height:1.55}
.fee-preview{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.065);background:rgba(255,255,255,.025)}.fee-preview span{color:#76859a;font-size:10px}.fee-preview b{color:#fff;font-size:13px}
.invoice-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:15px}.invoice-summary-grid>div{padding:12px;border:1px solid rgba(255,255,255,.06);background:rgba(4,9,16,.3);border-radius:11px;display:grid;gap:5px}.invoice-summary-grid span{font-size:9px;color:#718097;text-transform:uppercase;letter-spacing:.06em}.invoice-summary-grid b{font-size:12px;color:#edf5ff}.invoice-summary-grid .pending-text{color:#ffc86b}
.invoice-compact{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px;padding:12px 14px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.025);border-radius:12px}.invoice-compact span{color:#7d8ba0;font-size:10px}.invoice-compact code{color:#bcd0e4}.invoice-compact b{color:#fff;font-size:13px}
@media(max-width:520px){.invoice-summary-grid{grid-template-columns:1fr}.invoice-compact{align-items:flex-start;flex-direction:column}}
.pending-payment-row{align-items:center}.pending-payment-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.pending-payment-actions button{border:1px solid rgba(56,189,248,.28);background:rgba(14,165,233,.08);color:#7dd3fc;border-radius:9px;padding:8px 12px;font-weight:700;cursor:pointer}.payment-state{font-size:12px;padding:6px 10px;border-radius:999px;white-space:nowrap}.payment-state.pending{color:#fbbf24;background:rgba(245,158,11,.12)}.payment-state.completed{color:#34d399;background:rgba(16,185,129,.12)}.payment-state.expired{color:#94a3b8;background:rgba(100,116,139,.15)}.payment-external-link{display:flex!important;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box}@media(max-width:700px){.pending-payment-row{align-items:flex-start}.pending-payment-actions{width:100%;justify-content:space-between;margin-left:0;margin-top:8px}}

/* Compact Telegram-style storefront catalog */
.catalog-groups{display:grid;gap:12px}
.catalog-group{border:1px solid var(--border);border-radius:15px;background:rgba(15,24,37,.72);overflow:hidden}
.catalog-group>header{padding:12px 15px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.025)}
.catalog-group>header>div{display:flex;align-items:center;gap:10px}.catalog-group h3{margin:0;font-size:13px}.catalog-group header span{display:block;margin-top:3px;color:#748398;font-size:9px}
.catalog-rows{display:grid}.catalog-row{display:grid;grid-template-columns:minmax(280px,1.7fr) 90px 115px minmax(210px,.75fr);gap:14px;align-items:center;padding:11px 15px;border-bottom:1px solid rgba(255,255,255,.045)}.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:rgba(56,189,248,.035)}
.catalog-row-main{min-width:0}.catalog-row h4{margin:0;font-size:11px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-row-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.catalog-row-meta span{font-size:8px;color:#8b99ad;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.05);padding:3px 6px;border-radius:7px}
.catalog-row-stock small,.catalog-row-price small{display:block;color:#68778c;font-size:8px;margin-bottom:4px}.catalog-row-stock b{font-size:10px;color:#64dba9}.catalog-row-price b{font-size:12px;color:#f0f5fb}.catalog-row-buy{display:flex;align-items:center;justify-content:flex-end;gap:8px}.product-qty.compact{height:34px}.product-qty.compact button{width:24px;height:24px}.compact-add{height:34px;border:1px solid rgba(56,189,248,.22);border-radius:9px;background:rgba(56,189,248,.10);color:#78d6ff;padding:0 11px;font-size:9px;font-weight:800;white-space:nowrap}
.theme-switch{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:rgba(255,255,255,.035);color:#aeb9c8;font-size:16px;display:grid;place-items:center;flex:0 0 auto}
@media(max-width:1050px){.catalog-row{grid-template-columns:minmax(220px,1fr) 80px 100px}.catalog-row-buy{grid-column:1/-1;justify-content:flex-end;padding-top:2px}}
@media(max-width:650px){.catalog-row{grid-template-columns:1fr auto;gap:9px}.catalog-row-main{grid-column:1/-1}.catalog-row-stock{grid-column:1}.catalog-row-price{grid-column:2;text-align:right}.catalog-row-buy{grid-column:1/-1}.catalog-row h4{white-space:normal}.compact-add span{display:none}.catalog-group>header{padding:11px 12px}.catalog-row{padding:11px 12px}}

/* Soft light theme — applies to pages, cards, forms and all modal windows */
html[data-theme="light"]{--bg0:#e8edf3;--bg1:#dfe6ee;--panel:#f5f7fa;--panel2:#edf1f5;--border:rgba(32,48,66,.13);--text:#1e2a38;--muted:#647386;--accent:#168ac2}
html[data-theme="light"] body:before{background:radial-gradient(900px 650px at 10% 0%,rgba(28,157,211,.10),transparent 58%),radial-gradient(900px 650px at 90% 0%,rgba(64,99,178,.08),transparent 58%),linear-gradient(180deg,#eef2f6,#dfe6ed)}
html[data-theme="light"] body,html[data-theme="light"] .main,html[data-theme="light"] .content{color:#213043}
html[data-theme="light"] .sidebar,html[data-theme="light"] .topbar,html[data-theme="light"] .modal,html[data-theme="light"] .product-card,html[data-theme="light"] .catalog-group,html[data-theme="light"] .account-row,html[data-theme="light"] .sync-required,html[data-theme="light"] .hero,html[data-theme="light"] .trust-banner,html[data-theme="light"] .finance-card,html[data-theme="light"] .profile-card{background:#f5f7fa!important;border-color:rgba(32,48,66,.13)!important;box-shadow:0 12px 35px rgba(48,63,80,.08)}
html[data-theme="light"] .catalog-group>header,html[data-theme="light"] .catalog-row:hover,html[data-theme="light"] .credential-row,html[data-theme="light"] .account-preview div,html[data-theme="light"] .payment-method-card,html[data-theme="light"] .deposit-summary{background:#edf1f5!important;border-color:rgba(32,48,66,.11)!important}
html[data-theme="light"] h1,html[data-theme="light"] h2,html[data-theme="light"] h3,html[data-theme="light"] h4,html[data-theme="light"] b,html[data-theme="light"] strong,html[data-theme="light"] code{color:#1f2d3d}
html[data-theme="light"] p,html[data-theme="light"] span,html[data-theme="light"] small,html[data-theme="light"] label,html[data-theme="light"] .side-section{color:#66768a}
html[data-theme="light"] input,html[data-theme="light"] select,html[data-theme="light"] textarea,html[data-theme="light"] .top-search,html[data-theme="light"] .account-search{background:#fff!important;color:#263548!important;border-color:rgba(32,48,66,.14)!important}
html[data-theme="light"] button{border-color:rgba(32,48,66,.14)}html[data-theme="light"] .sidebar nav button,html[data-theme="light"] .provider-name-tabs button,html[data-theme="light"] .filter-reset,html[data-theme="light"] .theme-switch,html[data-theme="light"] .lang-switch{background:rgba(38,57,77,.045);color:#526377}
html[data-theme="light"] .sidebar nav button.active,html[data-theme="light"] .provider-name-tabs button.active{background:rgba(22,138,194,.10);color:#0879ad;border-color:rgba(22,138,194,.23)}
html[data-theme="light"] .catalog-row{border-color:rgba(32,48,66,.09)}html[data-theme="light"] .catalog-row-meta span{background:#e6ebf1;border-color:rgba(32,48,66,.08);color:#5d6e82}html[data-theme="light"] .catalog-row-price b{color:#203044}html[data-theme="light"] .catalog-row-stock b{color:#17865d}
html[data-theme="light"] body.modal-open::after{background:rgba(37,47,59,.42)}html[data-theme="light"] .modal-close{background:#e9edf2;color:#627185;border-color:rgba(32,48,66,.12)}
html[data-theme="light"] .modal-note,html[data-theme="light"] .empty p{color:#718095}


/* 2026-07 storefront catalog and deposit polish */
.catalog-head .filters,.catalog-filters-expanded{display:none!important}
.catalog-row{grid-template-columns:minmax(250px,1fr) 110px 130px auto;gap:18px;padding:15px 16px}
.catalog-row-main h4{font-size:13px;margin:0 0 8px}.catalog-row-meta{display:flex;flex-wrap:wrap;gap:6px}.catalog-row-meta span{padding:5px 8px;border-radius:8px}
@media(max-width:900px){.catalog-row{grid-template-columns:1fr auto}.catalog-row-stock,.catalog-row-price{justify-self:start}.catalog-row-buy{grid-column:1/-1;justify-content:space-between;width:100%}}
html[data-theme="light"] .catalog-group>header{background:#dce3eb;border-color:rgba(30,45,62,.12)}
html[data-theme="light"] .catalog-group>header h3{color:#26374b}
html[data-theme="light"] .catalog-group>header span{color:#68788b}

/* Deposit modal: lighter container, no heavy grey frame */
.modal.deposit-modal{border:1px solid rgba(120,145,170,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important;background:linear-gradient(160deg,rgba(16,25,38,.98),rgba(9,16,27,.98))!important}
.selected-payment,.amount-input-wrap,.deposit-summary{border-color:rgba(115,145,175,.10)!important;background:rgba(255,255,255,.022)!important}
.amount-input-wrap{box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
html[data-theme="light"] .modal.deposit-modal{background:linear-gradient(160deg,#f5f7fa,#edf1f5)!important;border-color:rgba(40,60,80,.08)!important;box-shadow:0 24px 64px rgba(37,50,65,.18)!important}
html[data-theme="light"] .selected-payment,html[data-theme="light"] .amount-input-wrap,html[data-theme="light"] .deposit-summary{background:#f8fafc!important;border-color:rgba(40,60,80,.08)!important}
html[data-theme="light"] .amount-input-wrap input{color:#243449!important}
html[data-theme="light"] .deposit-summary b{color:#243449!important}

/* Hide native number steppers in every deposit modal */
.deposit-modal input[type="number"]{-moz-appearance:textfield;appearance:textfield}
.deposit-modal input[type="number"]::-webkit-inner-spin-button,.deposit-modal input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

/* Light-theme landing sections and reliable click targets */
[data-page],[data-provider],[data-lang],[data-modal],[data-act],[data-add],[data-remove],[data-product-qty],[data-payment-method],[data-deposit-amount]{position:relative;z-index:1}
.hero::after{pointer-events:none}
html[data-theme="light"] .sales-intro{background:transparent!important}
html[data-theme="light"] .advantage-grid article{background:#e3e8ee!important;border-color:rgba(36,52,70,.12)!important;box-shadow:0 8px 22px rgba(42,56,72,.06)}
html[data-theme="light"] .advantage-grid article h3{color:#2b3a4c!important}
html[data-theme="light"] .advantage-grid article p{color:#6a7889!important}
html[data-theme="light"] .advantage-grid article i{background:#d6e4ed!important;border-color:rgba(28,125,171,.18)!important;color:#1688bd!important}
html[data-theme="light"] .how-section{background:#e7ecf1!important;border-color:rgba(36,52,70,.12)!important}
html[data-theme="light"] .how-grid article{background:#f3f5f7!important;border-color:rgba(36,52,70,.10)!important}
html[data-theme="light"] .how-grid article span{color:#344456!important}
html[data-theme="light"] .trust-banner{background:#e4eaf0!important;border-color:rgba(36,52,70,.12)!important}
html[data-theme="light"] .trust-banner h3{color:#28394b!important}
html[data-theme="light"] .trust-banner p{color:#69798b!important}

/* Light-theme rules page */
html[data-theme="light"] .rules-page article{
  background:#eef2f6!important;
  border-color:rgba(36,52,70,.12)!important;
  box-shadow:0 7px 18px rgba(42,56,72,.045)!important;
}
html[data-theme="light"] .rules-page article>span{
  background:#dce8f0!important;
  border:1px solid rgba(28,125,171,.14)!important;
  color:#1688bd!important;
}
html[data-theme="light"] .rules-page h3{color:#29394b!important}
html[data-theme="light"] .rules-page p{color:#66778a!important}
html[data-theme="light"] .rules-links a{
  background:#e4edf3!important;
  border-color:rgba(28,125,171,.17)!important;
  color:#147eae!important;
}
html[data-theme="light"] .rules-links a:hover{background:#d9e8f1!important}

/* 2026-07-29 light finance and catalog interaction hotfix */
[data-theme="light"] .balance-card-new,
[data-theme="light"] .history-card-new{
  background:linear-gradient(145deg,#f7f9fc,#edf2f8);
  border-color:#cbd6e3;
  box-shadow:0 10px 28px rgba(40,61,86,.08);
  color:#17263a;
}
[data-theme="light"] .balance-card-top small,
[data-theme="light"] .balance-card-new>p,
[data-theme="light"] .tx-copy span{color:#64748b}
[data-theme="light"] .balance-card-new>strong,
[data-theme="light"] .history-head h3,
[data-theme="light"] .tx-copy b{color:#17263a}
[data-theme="light"] .tx-new{
  background:#fff;
  border-color:#d7e0eb;
  box-shadow:0 2px 8px rgba(35,54,78,.035);
}
[data-theme="light"] .history-head>small,
[data-theme="light"] .balance-card-top>span{
  background:#e2edf7;
  color:#267eaa;
}
[data-theme="light"] .catalog-head-simple,
[data-theme="light"] .catalog-group{
  background:#f7f9fc;
  border-color:#cad5e2;
}
[data-theme="light"] .catalog-group>header{
  background:#dfe7f0;
  border-bottom-color:#c6d2df;
}
[data-theme="light"] .catalog-group>header h3,
[data-theme="light"] .catalog-row h4,
[data-theme="light"] .catalog-row-price b{color:#17263a}
[data-theme="light"] .catalog-row{
  background:#fff;
  border-color:#d8e1eb;
}
[data-theme="light"] .catalog-row small,
[data-theme="light"] .catalog-row-meta span,
[data-theme="light"] .catalog-group>header span{color:#65758a}


/* 2026-07-29 provider navigation cleanup */
.catalog-page-title{margin-bottom:14px!important;padding-bottom:12px!important;border-bottom:1px solid var(--border)}
.catalog-page-title h2{margin:0 0 5px;font-size:24px;line-height:1.15}
.catalog-page-title span{font-size:10px;color:var(--muted)}
.provider-name-tabs{display:none!important}

.sidebar{overflow:hidden}
.sidebar>.provider-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:2px 4px 14px 0;margin-right:-4px;scrollbar-width:thin;scrollbar-color:rgba(104,142,171,.35) transparent}
.sidebar>.provider-nav::-webkit-scrollbar{width:5px}
.sidebar>.provider-nav::-webkit-scrollbar-track{background:transparent}
.sidebar>.provider-nav::-webkit-scrollbar-thumb{background:rgba(104,142,171,.30);border-radius:8px}
.sidebar>.provider-nav button{min-height:34px!important;padding:6px 7px!important;grid-template-columns:22px minmax(0,1fr) 24px!important;column-gap:7px!important;border-radius:9px!important;font-size:10.5px!important}
.sidebar>.provider-nav button>span:first-child{width:22px!important;min-width:22px!important}
.sidebar>.provider-nav button>span:first-child .provider-brand{width:21px!important;height:20px!important}
.sidebar>.provider-nav button>span:nth-child(2){font-size:10.5px!important;white-space:normal;overflow-wrap:anywhere}
.sidebar>.provider-nav button small{font-size:8px!important;min-width:20px;padding:3px 4px!important}
.sidebar .side-section{margin-top:10px;margin-bottom:5px;font-size:8px;letter-spacing:.14em}

html[data-theme="light"] .catalog-page-title{border-color:rgba(32,48,66,.12)}
html[data-theme="light"] .catalog-page-title h2{color:#1f2d3d}
html[data-theme="light"] .catalog-page-title span{color:#647386}
html[data-theme="light"] .sidebar>.provider-nav::-webkit-scrollbar-thumb{background:rgba(63,87,109,.24)}

@media(max-height:760px){
  .sidebar{padding-top:14px;padding-bottom:10px}
  .brand{padding-bottom:12px}
  .sidebar nav:not(.provider-nav) button{min-height:34px;padding-top:6px;padding-bottom:6px;font-size:10px}
  .sidebar>.provider-nav button{min-height:31px!important;padding-top:4px!important;padding-bottom:4px!important}
}

/* 2026-07-29 catalog title polish */
.catalog-head-simple.catalog-page-title{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:4px 0 22px!important;
}
.catalog-head-simple.catalog-page-title h2{
  margin:0 0 8px!important;
  font-size:30px!important;
  line-height:1.12!important;
  letter-spacing:-.025em;
}
.catalog-head-simple.catalog-page-title span{
  display:block;
  font-size:14px!important;
  line-height:1.45;
  color:var(--muted)!important;
  font-weight:600;
}
html[data-theme="light"] .catalog-head-simple.catalog-page-title{
  background:transparent!important;
  border:0!important;
}
html[data-theme="light"] .catalog-head-simple.catalog-page-title h2{color:#17263a!important}
html[data-theme="light"] .catalog-head-simple.catalog-page-title span{color:#53667d!important}
@media(max-width:620px){
  .catalog-head-simple.catalog-page-title{margin-bottom:16px!important}
  .catalog-head-simple.catalog-page-title h2{font-size:25px!important}
  .catalog-head-simple.catalog-page-title span{font-size:12px!important}
}


/* 2026-07-29 catalog label and deposit modal hotfix */
.catalog-page-title{display:none!important}
.catalog-summary{margin:0 0 18px;padding:0;background:transparent!important;border:0!important;box-shadow:none!important}
.catalog-summary span{display:block;color:var(--muted);font-size:14px;font-weight:700;line-height:1.45}
.catalog-row-meta{gap:7px!important;margin-top:8px!important}
.catalog-row-meta span{font-size:10px!important;line-height:1.2!important;padding:6px 9px!important;border-radius:9px!important;font-weight:650!important}
.balance-glow{pointer-events:none!important}
.balance-card-new>button,[data-modal="deposit"]{pointer-events:auto!important}
html[data-theme="light"] .catalog-summary span{color:#52667c!important}
@media(max-width:700px){.catalog-summary span{font-size:12px}.catalog-row-meta span{font-size:9px!important;padding:5px 8px!important}}

/* Consolidated Telegram and deposit controls */
.support-fab{display:grid;place-items:center;background:#229ed9;border-color:rgba(34,158,217,.45);border-radius:50%}
.support-fab svg{display:block;width:27px;height:27px;fill:#fff;transform:translate(-1px,1px)}
.top-bot-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.api-access-card a{display:inline-flex;align-items:center;gap:8px}
.inline-telegram{width:18px;height:18px;fill:currentColor;flex:0 0 auto}

/* Consolidated Telegram and deposit controls */
.support-fab{display:grid;place-items:center;background:#229ed9;border-color:rgba(34,158,217,.45);border-radius:50%}
.support-fab svg{display:block;width:27px;height:27px;fill:#fff;transform:translate(-1px,1px)}
.top-bot-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.api-access-card a{display:inline-flex;align-items:center;gap:8px}
.inline-telegram{width:18px;height:18px;fill:currentColor;flex:0 0 auto}

/* definitive modal stacking fix */
body.modal-open{overflow:hidden}
body.modal-open::after{content:none!important;display:none!important}
.modal-backdrop{position:fixed!important;inset:0!important;z-index:10000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:rgba(2,8,16,.76)!important;backdrop-filter:blur(9px)!important;-webkit-backdrop-filter:blur(9px)!important}
.modal-backdrop>.modal{position:relative!important;z-index:10001!important;display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;max-width:calc(100vw - 36px)!important}
html[data-theme="light"] .modal-backdrop{background:rgba(45,57,70,.42)!important}
.top-bot-link{display:none!important}
.api-layout.full-manual{grid-template-columns:minmax(230px,300px) minmax(0,1fr);align-items:start}
.api-layout.full-manual .api-access-card{position:sticky;top:96px}
.api-manual{display:grid;gap:10px;min-width:0}
.api-manual-section{border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.025);overflow:hidden}
.api-manual-section summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;padding:15px 16px;font-size:13px}
.api-manual-section summary::-webkit-details-marker{display:none}
.api-manual-section summary span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:rgba(56,189,248,.09);color:#69d2ff;font-size:10px;font-weight:800;flex:none}
.api-manual-section summary:after{content:'+';margin-left:auto;color:#6f8197;font-size:20px}
.api-manual-section[open] summary:after{content:'−'}
.api-manual-body{padding:0 18px 18px;color:#91a0b4;font-size:12px;line-height:1.7}
.api-manual-body h4{color:var(--text);font-size:13px;margin:18px 0 8px}
.api-manual-body p{margin:8px 0}
.api-manual-body ul,.api-manual-body ol{padding-left:20px;margin:8px 0}
.api-manual-body pre,.api-manual-body code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.api-manual-body pre{white-space:pre-wrap;word-break:break-word;padding:13px;border-radius:10px;background:rgba(0,0,0,.18);color:#c4d0df;overflow:auto}
.api-manual-body code{padding:2px 5px;border-radius:5px;background:rgba(56,189,248,.07);color:#73d6ff}
.api-manual-body table{width:100%;border-collapse:collapse;margin:12px 0;font-size:11px}
.api-manual-body th,.api-manual-body td{padding:9px;border:1px solid var(--border);text-align:left;vertical-align:top}
html[data-theme="light"] .api-manual-section{background:#f2f5f8;border-color:rgba(32,48,66,.12)}
html[data-theme="light"] .api-manual-body{color:#596b7e}
html[data-theme="light"] .api-manual-body pre{background:#e8edf2;color:#23364a}
@media(max-width:900px){.api-layout.full-manual{grid-template-columns:1fr}.api-layout.full-manual .api-access-card{position:static}}

/* 2026-07-30 modal close and API full-page scroll fix */
.modal-close{
  appearance:none!important;
  -webkit-appearance:none!important;
  outline:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.modal-close::before,.modal-close::after{content:none!important;display:none!important}
.modal-close:focus,.modal-close:focus-visible{outline:none!important;box-shadow:none!important}

.api-layout.full-manual{
  align-items:start!important;
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
}
.api-layout.full-manual .api-access-card{
  position:static!important;
  top:auto!important;
}
.api-layout.full-manual .api-guide,
.api-layout.full-manual .api-manual{
  overflow:visible!important;
  max-height:none!important;
  height:auto!important;
}

/* Storefront activity, loyalty and referral program */
.loyalty-home{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 24px;margin-top:20px}.loyalty-home>div{display:flex;align-items:center;gap:14px}.loyalty-home>div>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--accent-soft);font-size:24px}.loyalty-home small,.loyalty-home dt{color:var(--muted)}.loyalty-home h2{margin:3px 0 0}.loyalty-home dl{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;margin:0}.loyalty-home dl div{padding:11px 14px;border-radius:12px;background:var(--panel-2)}.loyalty-home dt{font-size:11px}.loyalty-home dd{margin:5px 0 0;font-weight:800}
.referral-layout{display:grid;gap:16px}.referral-link-card{padding:22px}.referral-link-card>small{color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.referral-link-card>div{display:flex;gap:10px;margin:12px 0}.referral-link-card code{flex:1;padding:13px;border:1px solid var(--line);border-radius:12px;background:var(--panel-2);overflow:auto}.referral-link-card button{border:0;border-radius:12px;padding:0 18px;background:var(--accent);color:white;font-weight:800}.referral-link-card p{color:var(--muted);margin:0;line-height:1.6}.referral-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.referral-stats article{padding:18px}.referral-stats small{display:block;color:var(--muted);min-height:30px}.referral-stats b{display:block;margin-top:8px;font-size:22px}.referral-table{overflow:hidden}.referral-table header,.referral-table article{display:grid;grid-template-columns:2fr 1fr .7fr 1fr;gap:15px;padding:14px 18px;align-items:center}.referral-table header{background:var(--panel-2);color:var(--muted);font-size:11px;text-transform:uppercase}.referral-table article+article{border-top:1px solid var(--line)}
@media(max-width:900px){.loyalty-home{align-items:flex-start;flex-direction:column}.loyalty-home dl{width:100%;grid-template-columns:1fr}.referral-stats{grid-template-columns:repeat(2,1fr)}.referral-table{overflow:auto}.referral-table header,.referral-table article{min-width:650px}.referral-link-card>div{flex-direction:column}.referral-link-card button{min-height:44px}}

.loyalty-home,.referral-link-card,.referral-stats article,.referral-table{border:1px solid var(--line);background:var(--panel);border-radius:20px}


/* 2026-07-30 default light theme, clearer sidebar and deposit controls */
.sidebar nav button,
.sidebar>.provider-nav button{
  font-weight:700!important;
  font-size:12px!important;
}
.sidebar nav button>span:nth-child(2),
.sidebar>.provider-nav button>span:nth-child(2){
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.sidebar>.provider-nav button{
  min-height:38px!important;
  padding:7px 8px!important;
}
.sidebar>.provider-nav button small{
  font-size:9px!important;
  font-weight:800!important;
}
html[data-theme="light"] .sidebar nav button.active,
html[data-theme="light"] .sidebar>.provider-nav button.active{
  background:#cbd8e4!important;
  border-color:rgba(32,63,88,.22)!important;
  color:#173a55!important;
  box-shadow:inset 3px 0 0 #168bc1!important;
}
html[data-theme="light"] .sidebar nav button:hover,
html[data-theme="light"] .sidebar>.provider-nav button:hover{
  background:#d9e2ea!important;
  color:#203b52!important;
}

/* High-contrast light deposit module */
html[data-theme="light"] .deposit-modal,
html[data-theme="light"] .deposit-modal label,
html[data-theme="light"] .deposit-modal p,
html[data-theme="light"] .deposit-modal small,
html[data-theme="light"] .deposit-modal span{
  color:#53657a!important;
}
html[data-theme="light"] .deposit-modal h2,
html[data-theme="light"] .deposit-modal b,
html[data-theme="light"] .deposit-modal strong{
  color:#17283b!important;
}
html[data-theme="light"] .amount-input-wrap{
  background:#ffffff!important;
  border:1px solid #c9d5df!important;
  box-shadow:0 3px 12px rgba(37,55,72,.07)!important;
}
html[data-theme="light"] .amount-input-wrap input{
  background:#ffffff!important;
  color:#17283b!important;
  font-weight:800!important;
}
html[data-theme="light"] .amount-input-wrap>span{
  color:#52677d!important;
  font-weight:800!important;
}
html[data-theme="light"] .quick-amounts button{
  background:#e7edf3!important;
  border:1px solid #c8d5df!important;
  color:#40566d!important;
  font-weight:800!important;
  opacity:1!important;
}
html[data-theme="light"] .quick-amounts button:hover,
html[data-theme="light"] .quick-amounts button.active{
  background:#d2e8f4!important;
  border-color:#75b9d8!important;
  color:#126f9b!important;
}
html[data-theme="light"] .fee-preview,
html[data-theme="light"] .deposit-summary,
html[data-theme="light"] .invoice-compact,
html[data-theme="light"] .payment-live-status,
html[data-theme="light"] .payment-rule{
  background:#e8eef4!important;
  border-color:#cbd6e0!important;
}
html[data-theme="light"] .fee-preview>span,
html[data-theme="light"] .invoice-compact>span{
  color:#53677c!important;
}
html[data-theme="light"] .fee-preview>b,
html[data-theme="light"] .invoice-compact>b{
  color:#17283b!important;
}
html[data-theme="light"] .selected-payment,
html[data-theme="light"] .payment-card{
  background:#f8fafc!important;
  border-color:#cbd6e0!important;
}
html[data-theme="light"] .payment-card:hover{
  background:#edf4f8!important;
  border-color:#8abbd2!important;
}
@media (max-height:760px){
  .sidebar nav button,
  .sidebar>.provider-nav button,
  .sidebar nav button>span:nth-child(2),
  .sidebar>.provider-nav button>span:nth-child(2){font-size:11px!important}
}

/* Storefront live purchase process */
.purchase-process-modal{max-width:560px}
.purchase-process{padding:4px 2px}
.purchase-process-head{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.purchase-process-head .spinner{width:30px;height:30px;border-width:3px;flex:0 0 auto}
.purchase-process-head h2{margin:0 0 5px;font-size:24px}
.purchase-process-head p{margin:0;color:var(--muted)}
.purchase-steps{display:grid;gap:10px}
.purchase-step{display:flex;align-items:center;gap:13px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;opacity:.58}
.purchase-step>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--soft);font-weight:800;flex:0 0 auto}
.purchase-step div{display:grid;gap:3px}
.purchase-step b{font-size:14px}
.purchase-step small{color:var(--muted);font-size:12px}
.purchase-step.active{opacity:1;border-color:rgba(43,128,255,.42);background:rgba(43,128,255,.08)}
.purchase-step.active>span{background:#2b80ff;color:#fff}
.purchase-step.done{opacity:1}
.purchase-step.done>span{background:rgba(36,181,114,.16);color:#18a968}
.purchase-process-note{margin:18px 2px 0;color:var(--muted);font-size:13px;line-height:1.5}
html[data-theme="light"] .purchase-step{background:#fff;border-color:#d8dee8}
html[data-theme="light"] .purchase-step.active{background:#eaf2ff;border-color:#8eb9f4}
@media(max-width:600px){.purchase-process-head h2{font-size:21px}.purchase-step{padding:12px}}
.purchase-complete-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 44px;
  font-size:24px;
  font-weight:800;
  background:rgba(34,197,94,.14);
  color:#16a34a;
}
.purchase-process .primary.full{margin-top:18px}
.account-actions{gap:6px;flex-wrap:wrap;justify-content:flex-end}.account-check,.account-mfa,.account-delete{min-height:34px;border:1px solid var(--border);border-radius:10px;padding:0 10px;background:var(--surface);color:var(--text);font-weight:700;cursor:pointer}.account-check.valid{color:#119b6c;background:rgba(26,190,126,.09)}.account-check.invalid{color:#d04b4b;background:rgba(220,70,70,.08)}.account-mfa{color:#6c63d9}.account-delete{color:#cf4b55}.account-check-note{display:block;margin-top:5px;font-size:11px;font-weight:700}.account-check-note.valid{color:#119b6c}.account-check-note.invalid{color:#d04b4b}.account-check-note.temporary_error{color:#d58b21}.danger{border:0;border-radius:12px;background:#d84f58;color:#fff;font-weight:800;padding:13px 16px;cursor:pointer}.mfa-code-box{display:block;width:100%;margin:22px 0 12px;padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);font-size:38px;font-weight:900;letter-spacing:10px;text-align:center;cursor:pointer}@media(max-width:900px){.account-actions{justify-content:flex-start}.mfa-code-box{font-size:30px;letter-spacing:7px}}

/* Account rows stay static on hover. */
.account-row,.account-row:hover{transform:none!important;transition:border-color .15s ease,background-color .15s ease!important}
.mfa-detail-row{align-items:center}
.mfa-inline-codes{display:flex;align-items:center;gap:8px;margin-top:6px}
.mfa-inline-codes button{min-width:74px;border:1px solid var(--border);background:rgba(56,189,248,.07);color:var(--text);border-radius:8px;padding:8px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:800;letter-spacing:.04em;cursor:pointer}
.mfa-inline-codes span{color:var(--muted);font-size:11px;min-width:28px}

/* CAM-like owned account details modal */
.account-details-modal{max-width:760px;max-height:min(86vh,820px);overflow:hidden}
.account-details-modal .modal-body,.account-details-modal{overscroll-behavior:contain}
.cam-account-details{max-height:calc(86vh - 190px);overflow-y:auto;padding-right:6px;scrollbar-gutter:stable}
.cam-detail-row{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:14px;padding:7px 0}
.cam-detail-row>span{font-size:13px;color:var(--muted)}
.cam-detail-value{width:100%;min-height:36px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);color:var(--text);text-align:left;overflow-wrap:anywhere;cursor:pointer}
.cam-2fa-row{align-items:center}
.cam-2fa-row .mfa-inline-codes{min-height:42px;display:flex;align-items:center;gap:8px;padding:5px 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2)}
.cam-2fa-row .mfa-inline-codes button{min-width:82px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);font-weight:700}
.cam-2fa-row .mfa-inline-codes span{margin-left:auto;color:var(--muted);font-size:13px}
@media(max-width:640px){.cam-detail-row{grid-template-columns:1fr;gap:5px}.cam-account-details{max-height:calc(86vh - 210px)}}


/* CAM-like purchased account details */
.cam-exact-modal{max-width:720px!important;padding:0!important;overflow:hidden!important}
.cam-exact-modal .cam-modal-head{padding:18px 18px 12px;border-bottom:1px solid var(--line,#d8e0ea)}
.cam-provider-title{font-size:15px;font-weight:800;color:var(--text,#1f2d3d)}
.cam-exact-modal .cam-account-details{max-height:min(72vh,640px);overflow-y:auto;padding:10px 12px 16px;scrollbar-gutter:stable}
.cam-exact-modal .cam-detail-row{display:grid;grid-template-columns:145px minmax(0,1fr);align-items:center;gap:14px;margin:0;padding:6px 0}
.cam-exact-modal .cam-detail-row>span{font-size:13px;color:var(--muted,#6b7b91)}
.cam-exact-modal .cam-detail-value{width:100%;min-height:34px;padding:8px 10px;border:0;border-radius:11px;background:rgba(127,145,170,.10);text-align:left;color:var(--text,#1f2d3d);font:inherit;overflow-wrap:anywhere;cursor:pointer}
.cam-exact-modal .cam-2fa-row{align-items:center}
.cam-exact-modal .mfa-inline-codes{min-height:42px;padding:6px 10px;border:1px solid rgba(127,145,170,.28);border-radius:11px;display:flex;align-items:center;gap:8px;background:rgba(127,145,170,.06)}
.cam-exact-modal .cam-code-button{min-width:74px;padding:7px 10px;border:1px solid rgba(127,145,170,.35);border-radius:8px;background:rgba(127,145,170,.10);font-weight:800;letter-spacing:.4px;color:var(--text,#1f2d3d);cursor:pointer}
.cam-exact-modal #account-mfa-timer{font-size:12px;color:var(--muted,#6b7b91);margin-left:2px}
.cam-exact-modal .cam-comment-row{align-items:start}
.cam-exact-modal .cam-comment-row .cam-detail-value{min-height:70px}
@media(max-width:620px){.cam-exact-modal .cam-detail-row{grid-template-columns:1fr;gap:4px}.cam-exact-modal .mfa-inline-codes{flex-wrap:wrap}}

.brand-mark {
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

/* Enlarged CloudStorm sidebar logo */
.brand {
    min-height: 72px;
    gap: 13px;
}

.brand-mark {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px;
    flex: 0 0 58px;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.brand-mark img {
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
    border-radius: 50%;
    transform: scale(1.08);
}

/* Successful deposit screen */
.deposit-success-screen {
    padding: 10px 4px 4px;
    text-align: center;
}

.deposit-success-icon {
    width: 78px;
    height: 78px;
    margin: 4px auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(61,220,151,.12);
    border: 1px solid rgba(61,220,151,.25);
    color: #36d995;
    font-size: 38px;
    font-weight: 800;
    box-shadow: 0 15px 40px rgba(61,220,151,.14);
}

.deposit-success-screen h2 {
    margin: 0 0 9px;
    font-size: 23px;
}

.deposit-success-screen > p {
    margin: 0 auto 20px;
    max-width: 350px;
    color: var(--muted);
    line-height: 1.6;
    font-size: 12px;
}

.deposit-success-amount {
    margin: 0 0 18px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: rgba(255,255,255,.035);
}

.deposit-success-amount span {
    color: var(--muted);
    font-size: 11px;
}

.deposit-success-amount b {
    font-size: 17px;
}

.deposit-return-home {
    text-decoration: none;
}

/* CloudStorm logo size/spacing fix */
.brand {
    gap: 6px !important;
    padding-left: 0 !important;
}

.brand-mark {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    flex: 0 0 72px !important;
    margin-left: -8px !important;
}

.brand-mark img {
    width: 72px !important;
    height: 72px !important;
    transform: scale(1.22) !important;
}

.brand > div:last-child {
    margin-left: -2px !important;
}

.brand-home {
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.brand-home:hover {
    opacity: .92;
}

/* My accounts: selection, sorting, archive and pagination */
.account-archive-tabs {
    display: flex;
    gap: 8px;
    margin: 12px 0;
}

.account-archive-tabs button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.035);
    color: var(--muted);
    border-radius: 10px;
    padding: 9px 13px;
    font-size: 11px;
}

.account-archive-tabs button b {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: rgba(255,255,255,.06);
    color: var(--text);
    font-size: 10px;
}

.account-archive-tabs button.active {
    color: var(--text);
    border-color: rgba(56,189,248,.30);
    background: rgba(56,189,248,.12);
}

.account-bulk-toolbar {
    min-height: 54px;
    margin-bottom: 10px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: rgba(255,255,255,.025);
}

.account-select-all {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text);
    font-size: 11px;
    cursor: pointer;
}

.account-select-all input,
.account-row-checkbox input {
    width: 17px;
    height: 17px;
    accent-color: #2aa9ef;
    cursor: pointer;
}

.account-selected-count {
    color: var(--muted);
    font-size: 11px;
}

.account-selected-count b {
    color: var(--text);
}

.account-bulk-actions {
    margin-left: auto;
    display: flex;
    gap: 7px;
}

.account-bulk-actions button {
    border: 1px solid rgba(56,189,248,.18);
    background: rgba(56,189,248,.08);
    color: #55bdeb;
    border-radius: 9px;
    padding: 8px 11px;
    font-size: 10px;
    font-weight: 700;
}

.account-bulk-actions button.danger {
    border-color: rgba(255,90,110,.20);
    background: rgba(255,90,110,.08);
    color: #e76676;
}

.account-bulk-actions button:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.accounts-header,
.account-row {
    grid-template-columns:
        30px
        minmax(245px,1.8fr)
        minmax(105px,.7fr)
        minmax(135px,.8fr)
        95px
        95px
        minmax(255px,1.2fr) !important;
}

.account-row.selected {
    border-color: rgba(56,189,248,.32);
    background:
        linear-gradient(
            145deg,
            rgba(56,189,248,.09),
            rgba(79,124,255,.055)
        );
}

.account-row-checkbox {
    display: grid;
    place-items: center;
}

.account-archive-note {
    display: inline-flex !important;
    width: max-content;
    margin-top: 5px;
    padding: 3px 7px;
    border-radius: 7px;
    color: #8694a8 !important;
    background: rgba(255,255,255,.045);
    font-size: 8px !important;
}

.account-pagination {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.account-pagination > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.account-pagination button {
    min-width: 36px;
    height: 36px;
    padding: 0 11px;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: rgba(255,255,255,.035);
    color: var(--muted);
    font-size: 11px;
}

.account-pagination button.active {
    color: #fff;
    border-color: rgba(56,189,248,.30);
    background: linear-gradient(135deg,#2aa9ef,#4267ff);
}

.account-pagination button:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.account-page-gap {
    padding: 0 4px;
    color: var(--muted);
}

@media(max-width:1100px) {
    .account-bulk-toolbar {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .account-bulk-actions {
        width: 100%;
        margin-left: 0;
    }

    .account-bulk-actions button {
        flex: 1;
    }
}

@media(max-width:700px) {
    .account-archive-tabs {
        overflow-x: auto;
    }

    .account-archive-tabs button {
        white-space: nowrap;
    }

    .account-bulk-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .accounts-header {
        display: none !important;
    }

    .account-row {
        grid-template-columns: 28px 1fr !important;
    }

    .account-order,
    .account-date,
    .account-price,
    .account-status,
    .account-actions {
        grid-column: 2;
    }

    .account-pagination {
        flex-wrap: wrap;
    }
}


/* CloudStorm logo size fix */
.sidebar .brand img,
.sidebar .logo img,
.brand img,
.logo img,
.site-brand img,
.brand-logo img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
    display: block !important;
}

.sidebar .brand,
.sidebar .logo,
.brand,
.logo,
.site-brand,
.brand-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.sidebar .brand .brand-text,
.sidebar .logo .brand-text,
.brand .brand-text,
.logo .brand-text,
.site-brand .brand-text,
.brand-logo .brand-text {
    min-width: 0 !important;
}

/* Brighter bulk account actions */
.account-bulk-actions button {
    border-color: rgba(30,169,239,.48) !important;
    background: rgba(30,169,239,.18) !important;
    color: #168fc9 !important;
    box-shadow: 0 5px 16px rgba(30,169,239,.10);
}

.account-bulk-actions button:hover:not(:disabled) {
    border-color: rgba(30,169,239,.70) !important;
    background: rgba(30,169,239,.28) !important;
    transform: translateY(-1px);
}

.account-bulk-actions button.danger {
    border-color: rgba(239,68,88,.42) !important;
    background: rgba(239,68,88,.14) !important;
    color: #df354d !important;
}

.account-bulk-actions button.danger:hover:not(:disabled) {
    border-color: rgba(239,68,88,.65) !important;
    background: rgba(239,68,88,.22) !important;
}

.account-bulk-actions button:disabled {
    opacity: .52 !important;
}

/* Individual checking state */
.account-check.is-checking {
    border-color: rgba(30,169,239,.58) !important;
    background: rgba(30,169,239,.18) !important;
    color: #168fc9 !important;
    min-width: 112px;
}

.account-row.is-checking {
    border-color: rgba(30,169,239,.42) !important;
    box-shadow:
        0 0 0 1px rgba(30,169,239,.08),
        0 10px 35px rgba(30,169,239,.08);
    animation: accountCheckingPulse 1.35s ease-in-out infinite;
}

.account-row.is-checking .account-main h3 {
    color: #168fc9;
}

.checking-spinner {
    display: inline-block;
    transform-origin: center;
    animation: accountCheckingSpin .8s linear infinite;
}

@keyframes accountCheckingSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes accountCheckingPulse {
    0%,
    100% {
        background-color: rgba(30,169,239,.025);
    }

    50% {
        background-color: rgba(30,169,239,.095);
    }
}

/* Archive tabs and reset are no longer used */
.account-archive-tabs,
.filter-reset {
    display: none !important;
}
