:root{--bg:#f7f8fb;--bg2:#fff;--text:#0f172a;--muted:#64748b;--line:#e5e7eb;--brand:#2563eb;--brand2:#1d4ed8;--green:#16a34a;--red:#ef4444;--amber:#f59e0b;--shadow:0 24px 80px rgba(15,23,42,.08);--r:22px;--rs:14px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:linear-gradient(180deg,#fff 0,#f6f7fb 60%,#fff 100%);color:var(--text)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo{display:flex;gap:10px;align-items:center;font-weight:900}.logo i{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,var(--brand),#60a5fa);display:grid;place-items:center;color:white}.navlinks{display:flex;gap:24px;align-items:center;color:#334155;font-size:14px;font-weight:700}.actions{display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer;display:inline-flex;gap:8px;align-items:center;justify-content:center;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--brand);color:white;box-shadow:0 12px 30px rgba(37,99,235,.25)}.btn-soft{background:#eef4ff;color:var(--brand)}.btn-line{background:#fff;border:1px solid var(--line);color:#0f172a}.hamb{display:none;border:0;background:#f1f5f9;width:44px;height:44px;border-radius:14px}.hero{padding:82px 0 52px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:38px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px}.h1{font-size:62px;line-height:1.02;margin:18px 0 16px;letter-spacing:-2px}.lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.04)}.stat b{display:block;font-size:24px}.stat span{color:var(--muted);font-size:13px}.mock{background:#fff;border:1px solid var(--line);border-radius:30px;padding:18px;box-shadow:var(--shadow)}.browser{height:34px;border-bottom:1px solid var(--line);display:flex;gap:6px;align-items:flex-start}.dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0}.buy-card{padding:18px}.search{position:relative}.search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--brand)}.search input{width:100%;height:44px;border:2px solid #60a5fa;border-radius:999px;padding:0 14px 0 40px;background:#fff;outline:none}.list{margin-top:12px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;max-height:410px;overflow-y:auto}.row{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;padding:13px 14px;border-bottom:1px solid #eef2f7;cursor:pointer}.row:last-child{border-bottom:0}.row:hover,.row.active{background:#f8fbff}.star{color:#64748b}.name{font-weight:850;font-size:14px;display:flex;gap:9px;align-items:center}.price{text-align:right;font-size:12px;color:var(--muted)}.price b{color:#0f172a;font-size:14px}.green{color:var(--green)!important}.section{padding:70px 0}.section-title{text-align:center;max-width:720px;margin:0 auto 34px}.section-title h2{font-size:42px;margin:0 0 12px;letter-spacing:-1px}.section-title p{color:var(--muted);line-height:1.7}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:24px;box-shadow:0 14px 44px rgba(15,23,42,.04)}.card .icon{width:48px;height:48px;border-radius:16px;background:#eef4ff;color:var(--brand);display:grid;place-items:center;font-size:20px}.foot{background:#fff;border-top:1px solid var(--line);padding:50px 0 24px}.foot-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:24px}.foot h4{margin:0 0 14px}.foot a{display:block;color:#64748b;margin:10px 0;font-size:14px}.copy{border-top:1px solid var(--line);margin-top:30px;padding-top:22px;color:#64748b;font-size:14px}.auth{min-height:100vh;display:grid;place-items:center;padding:34px;background:radial-gradient(circle at top,#eff6ff,transparent 34%),#f8fafc}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.field{margin:14px 0}.field label{display:block;font-weight:800;font-size:13px;margin-bottom:8px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #dbeafe}.layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:#f8fafc}.side{position:sticky;top:0;height:100vh;background:#fff;border-right:1px solid var(--line);padding:20px}.side a{display:flex;gap:12px;align-items:center;padding:13px 14px;border-radius:14px;color:#475569;font-weight:750;margin:4px 0}.side a.active,.side a:hover{background:#eff6ff;color:var(--brand)}.main{padding:24px}.panel-top{height:64px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.table{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.table table{width:100%;border-collapse:collapse}.table th,.table td{padding:15px;border-bottom:1px solid #eef2f7;text-align:left;font-size:14px}.table th{background:#f8fafc;color:#64748b}.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.checkout{margin-top:18px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:center}.pill{display:inline-flex;border-radius:999px;padding:7px 11px;font-weight:850;font-size:12px}.ok{background:#dcfce7;color:#15803d}.wait{background:#fef3c7;color:#b45309}.bad{background:#fee2e2;color:#b91c1c}.mobile-menu{position:fixed;inset:0;background:rgba(15,23,42,.38);z-index:100;display:none}.mobile-drawer{width:min(360px,88vw);height:100%;background:#fff;padding:20px;box-shadow:var(--shadow);transform:translateX(-110%);transition:.25s}.mobile-menu.show{display:block}.mobile-menu.show .mobile-drawer{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.drawer-links a{display:flex;gap:12px;align-items:center;padding:15px;border-radius:16px;font-weight:800}.drawer-links a:hover{background:#f1f5f9}.mobile-panel-btn{display:none}.plain-page{padding:64px 0}.content{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:0 12px 44px rgba(15,23,42,.04);line-height:1.8;color:#334155}.content h1{color:#0f172a;line-height:1.1}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-img{height:160px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#fff,#f1f5f9);display:grid;place-items:center;color:var(--brand);font-size:38px;margin-bottom:16px}.admin-badge{background:#111827;color:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}
@media(max-width:920px){.navlinks,.actions{display:none}.hamb{display:grid;place-items:center}.hero-grid,.buy-grid,.checkout,.foot-grid{grid-template-columns:1fr}.h1{font-size:42px}.stats,.grid3,.cards4,.blog-grid{grid-template-columns:1fr}.layout{grid-template-columns:1fr}.side{position:fixed;z-index:80;left:-300px;transition:.25s}.side.open{left:0}.main{padding:14px}.mobile-panel-btn{display:inline-flex}.panel-top{border-radius:18px}.table{overflow:auto}.checkout{display:block}.checkout .card{margin-bottom:12px}.section{padding:46px 0}.container{width:min(100% - 22px,1180px)}}

/* revision: colored services, real flag images, stronger responsive panels */
.service-icon{width:22px;height:22px;border-radius:50%;display:inline-grid;place-items:center;font-size:15px;flex:0 0 22px}.svc-amazon{color:#111827}.svc-facebook{color:#1877f2}.svc-telegram{color:#26a5e4}.svc-whatsapp{color:#25d366}.svc-google{color:#4285f4}.svc-microsoft{color:#f25022}.svc-openai{color:#6b7280}.svc-instagram{color:#e1306c}.svc-tiktok{color:#000}.svc-discord{color:#5865f2}.svc-apple{color:#111827}.svc-steam{color:#171a21}.flag-img{width:23px;height:17px;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px rgba(15,23,42,.08);flex:0 0 23px}.subnav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.subnav a{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ticket-card{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.notice{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;border-radius:18px;padding:16px;font-weight:700}.mini-list{display:grid;gap:10px}.mini-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eef2f7;border-radius:16px;padding:14px;background:#fff}.kpi-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0}.chart{height:220px;border-radius:20px;background:linear-gradient(180deg,#eff6ff,#fff);border:1px solid var(--line);display:flex;align-items:end;gap:12px;padding:18px}.bar{flex:1;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#2563eb,#93c5fd);min-height:28px}.avatar{width:36px;height:36px;border-radius:50%;background:#e0edff;color:#2563eb;display:grid;place-items:center;font-weight:900}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs span{background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:#475569}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden}.qty button{border:0;background:#f8fafc;width:36px;height:36px;font-weight:900}.qty span{width:38px;text-align:center;font-weight:900}.copybox{background:#0f172a;color:#e5e7eb;border-radius:18px;padding:18px;overflow:auto}.copybox code{white-space:pre-wrap}.side .logo{margin-bottom:18px}.top-actions{display:flex;gap:10px;align-items:center}.mobile-only{display:none}.select-summary{display:grid;grid-template-columns:repeat(4,1fr) 1.5fr;gap:14px;align-items:center}.active-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.status-line{display:flex;align-items:center;gap:8px;margin:8px 0}.status-line:before{content:'';width:9px;height:9px;border-radius:50%;background:#2563eb}.status-line.done:before{background:#16a34a}.status-line.waiting:before{background:#f59e0b}@media(max-width:920px){.form-grid,.ticket-card,.kpi-row,.select-summary,.active-order-grid{grid-template-columns:1fr}.side{box-shadow:0 20px 80px rgba(15,23,42,.18)}.mobile-only{display:inline-flex}.panel-top{height:auto;min-height:62px;gap:12px}.list{max-height:360px}.row{grid-template-columns:24px 1fr auto;padding:12px}.price{font-size:11px}.price b{font-size:13px}.main h1{font-size:30px}.card{padding:18px}.service-icon{width:20px;height:20px}.flag-img{width:22px;height:16px}.select-summary{display:grid}.top-actions{margin-left:auto}.admin-badge{display:none}}

/* Three SMS logo and selected service flow */
.logo img{width:42px;height:42px;border-radius:14px;object-fit:contain;display:block;background:transparent;filter:drop-shadow(0 8px 18px rgba(37,99,235,.18))}
.logo i{display:none}
.logo span{letter-spacing:-.2px}.row.selected-only{grid-template-columns:28px 1fr auto 38px;background:#f8fbff;border:1px solid #bfdbfe}.close-choice{width:32px;height:52px;border:0;border-radius:10px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;cursor:pointer;font-weight:900}.close-choice:hover{background:#dbeafe;transform:scale(1.04)}.selected-hint{padding:10px 14px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:700;border-top:1px solid #eef2f7;display:flex;gap:8px;align-items:center}.flag-emoji{font-size:21px;line-height:1;display:inline-flex;width:24px;justify-content:center}.service-icon{font-size:17px}.svc-google{background:linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335);-webkit-background-clip:text;background-clip:text;color:transparent}.svc-instagram{background:radial-gradient(circle at 30% 110%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.svc-microsoft{color:#00a4ef}.svc-openai{color:#10a37f}@media(max-width:920px){.logo img{width:38px;height:38px}.row.selected-only{grid-template-columns:24px 1fr auto 34px}.close-choice{width:30px;height:30px}}

/* Requested revisions */
.buy-grid{grid-template-columns:1fr!important;}
.buy-grid .card{max-width:980px;width:100%;}
.select-summary{grid-template-columns:1fr 1fr 1fr auto!important;}
.balance-grid,.admin-two{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;}
.muted{color:var(--muted);line-height:1.65;}
.coupon-card .icon{margin-bottom:12px;}
.notice{margin-top:14px;border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d;border-radius:14px;padding:12px 14px;font-weight:800;}
.clean-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.clean-list li{display:flex;gap:10px;align-items:center;color:#334155;font-weight:750}.clean-list i{color:var(--green)}
@media(max-width:920px){.select-summary{grid-template-columns:1fr!important}.balance-grid,.admin-two{grid-template-columns:1fr}.buy-grid .card{max-width:none}}

/* Premium Buy SMS page redesign */
.buy-premium-page{background:radial-gradient(circle at 8% 0,#eff6ff 0,rgba(239,246,255,.55) 28%,transparent 52%),linear-gradient(135deg,#f9fbff 0,#f4f7fb 55%,#fff 100%);min-height:100vh;color:#071633}.buy-layout{grid-template-columns:260px 1fr;background:transparent}.buy-side{background:rgba(255,255,255,.86);backdrop-filter:blur(20px);border-right:1px solid #e7edf5;padding:30px 18px;display:flex;flex-direction:column;gap:18px;box-shadow:10px 0 45px rgba(15,23,42,.03)}.buy-side .logo{padding:0 10px 24px;margin:0}.buy-side .logo img{width:34px;height:34px;object-fit:contain;border-radius:10px}.buy-side .logo span{font-size:17px}.side-nav{display:grid;gap:7px}.side-nav a,.buy-side>a:not(.logo){height:46px;border-radius:14px;padding:0 14px;gap:12px;font-size:15px;font-weight:750;color:#173158}.side-nav a i{width:18px;text-align:center;color:#31527a}.side-nav a.active{background:linear-gradient(135deg,#2f77ff,#2059e8);color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.25)}.side-nav a.active i{color:#fff}.side-balance-card{margin-top:auto;border:1px solid #e1e8f5;border-radius:18px;background:#fff;padding:18px;box-shadow:0 14px 35px rgba(15,23,42,.05)}.side-balance-card span{display:block;color:#526783;font-size:13px}.side-balance-card strong{display:block;font-size:26px;margin:9px 0 16px}.side-balance-card .btn{width:100%;height:44px;border-radius:13px}.invite-card{position:relative;overflow:hidden;background:linear-gradient(145deg,#071b45,#0b255a 60%,#173b84);border-radius:18px;padding:20px;color:#fff;box-shadow:0 22px 55px rgba(7,27,69,.22)}.invite-card:before{content:"";position:absolute;inset:-55% -30% auto auto;width:180px;height:180px;border-radius:999px;background:rgba(71,126,255,.28);filter:blur(4px)}.gift{font-size:28px}.invite-card h4{font-size:17px;margin:16px 0 8px}.invite-card p{font-size:14px;line-height:1.5;margin:0 0 16px;color:#e6efff}.invite-plus{position:absolute;right:18px;top:22px;border:0;width:28px;height:28px;border-radius:9px;background:rgba(255,255,255,.08);color:#fff}.invite-btn{width:100%;height:42px;border:0;border-radius:13px;background:rgba(255,255,255,.14);color:#fff;font-weight:800}.buy-main{padding:28px 32px 38px;min-width:0}.buy-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.buy-page-title{display:flex;align-items:center;gap:18px}.title-icon{width:56px;height:56px;border-radius:22px;background:#edf4ff;color:#2563eb;display:grid;place-items:center;font-size:24px}.buy-page-title h1{font-size:34px;letter-spacing:-.9px;margin:0 0 8px}.buy-page-title p{margin:0;color:#536985;font-size:14px}.buy-top-actions{display:flex;align-items:center;gap:16px}.balance-pill{height:40px;border-radius:999px;background:#071733;color:#fff;display:flex;align-items:center;gap:12px;padding:0 8px 0 18px;font-weight:850;box-shadow:0 14px 34px rgba(7,23,51,.2)}.balance-pill i{width:26px;height:26px;border-radius:50%;background:#2c69ee;display:grid;place-items:center;font-size:12px}.round-btn{width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#183054;box-shadow:0 8px 24px rgba(15,23,42,.06);position:relative}.notify:after{content:"";position:absolute;right:10px;top:8px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid #fff}.user-pill{height:46px;display:flex;align-items:center;gap:10px;font-weight:750}.user-pill img{width:38px;height:38px;border-radius:50%;object-fit:cover}.buy-content-shell{max-width:1320px;display:grid;gap:20px}.premium-card{background:rgba(255,255,255,.92);border:1px solid #dfe7f3;border-radius:22px;box-shadow:0 22px 70px rgba(15,23,42,.055);padding:24px}.premium-card h2{font-size:18px;margin:0 0 14px;letter-spacing:-.2px}.premium-search{height:48px;border:1.8px solid #d8e4f5;border-radius:16px;background:#fff;display:flex;align-items:center;padding:0 15px;gap:12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.premium-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.12)}.premium-search i{color:#325486}.premium-search input{border:0;outline:0;flex:1;height:100%;font-size:14px;color:#0f2445;background:transparent}.premium-search input::placeholder{color:#6f819d}.search-right{margin-left:auto}.premium-list{margin-top:18px;border:1px solid #dfe7f3;border-radius:18px;background:#fff;overflow:hidden;max-height:305px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#60708a transparent}.premium-list .row{grid-template-columns:24px 1fr auto;border-bottom:1px solid #edf2f8;padding:14px 16px;min-height:58px;background:#fff}.premium-list .row:hover{background:#f8fbff}.premium-list .row.active{background:#f6faff;box-shadow:inset 0 0 0 1px rgba(37,99,235,.18)}.premium-list .name{font-size:15px;font-weight:850;color:#071633}.premium-list .price{font-size:12px;color:#667894}.premium-list .price b{font-size:14px}.premium-list .green{font-size:12px;color:#06964a!important}.service-icon{font-size:21px;width:25px;text-align:center}.flag-img{width:25px;height:17px;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px rgba(15,23,42,.08)}.row.selected-only{grid-template-columns:24px 1fr auto 34px}.selected-hint{padding:12px 16px;background:#f7faff;color:#536985;font-size:13px;font-weight:650;border-top:1px solid #edf2f8}.close-choice{width:28px;height:28px;border:0;border-radius:10px;background:#edf4ff;color:#1e5ee9;display:grid;place-items:center}.checkout-card{display:grid;grid-template-columns:1.1fr 1.1fr 1.1fr 190px;align-items:center;gap:28px;padding:22px 24px}.checkout-card small{display:block;color:#536985;font-size:13px;margin-bottom:8px}.checkout-card strong{font-size:28px;letter-spacing:-.5px}.checkout-card b{display:block;font-size:17px;margin-bottom:7px}.checkout-card span{color:#071633}.buy-submit{height:54px;border-radius:15px;font-size:16px}.active-order-premium{display:grid;grid-template-columns:1.05fr .95fr 220px;gap:24px;align-items:center}.active-order-premium h3{margin:0 0 15px}.order-left small{color:#a0aec0}.temp-number{font-size:18px;font-weight:900;margin:4px 0 12px}.temp-number i{color:#4d6790;font-size:15px;margin-left:8px}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:850}.pill.wait{background:#fff1c7;color:#a36200}.pill.ok{background:#dcfce7;color:#15803d}.timeline-box .status-line{position:relative;margin:10px 0 10px 18px;color:#526783;font-size:14px}.timeline-box .status-line:before{content:"";position:absolute;left:-18px;top:6px;width:8px;height:8px;border-radius:50%;background:#cbd5e1}.timeline-box .status-line.done:before{background:#10b981}.timeline-box .status-line.waiting:before{background:#f59e0b}.order-illustration{height:150px;border-radius:24px;background:linear-gradient(135deg,#eef5ff,#fff);display:grid;place-items:center;color:#9db8ef;font-size:66px;position:relative;overflow:hidden}.order-illustration span{position:absolute;width:50px;height:50px;border-radius:50%;right:28px;top:35px;background:rgba(37,99,235,.11)}.order-illustration span:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;right:17px;top:17px;background:#2563eb}.buy-menu-btn{display:none;border:0;background:#fff;width:42px;height:42px;border-radius:14px;color:#173158;box-shadow:0 8px 24px rgba(15,23,42,.06)}
@media(max-width:1100px){.buy-layout{grid-template-columns:1fr}.buy-side{display:none}.buy-main{padding:20px}.buy-menu-btn{display:grid;place-items:center}.buy-top-actions .round-btn,.user-pill{display:none}.buy-page-title h1{font-size:28px}.buy-page-title{gap:12px}.title-icon{width:50px;height:50px;border-radius:19px}.checkout-card{grid-template-columns:1fr 1fr}.checkout-card .buy-submit{grid-column:1/-1}.active-order-premium{grid-template-columns:1fr}.order-illustration{display:none}}
@media(max-width:640px){.buy-premium-page{background:#f7f9fc}.buy-main{padding:14px;}.buy-topbar{align-items:flex-start;margin-bottom:18px}.balance-pill{display:none}.buy-page-title{margin-top:52px}.buy-page-title h1{font-size:28px}.buy-page-title p{font-size:13px}.buy-menu-btn{position:fixed;left:18px;top:20px;z-index:40;background:transparent;box-shadow:none}.buy-topbar:after{content:"Three SMS";position:fixed;top:25px;left:50%;transform:translateX(-50%);font-weight:900;color:#071633;z-index:39}.buy-topbar:before{content:"";position:fixed;top:21px;left:calc(50% - 64px);width:28px;height:28px;background:url('/img/logo.png') center/contain no-repeat;z-index:39}.title-icon{width:52px;height:52px}.premium-card{border-radius:18px;padding:14px;box-shadow:0 14px 45px rgba(15,23,42,.055)}.premium-card h2{font-size:15px}.premium-search{height:44px;border-radius:13px}.premium-list{max-height:290px;border-radius:14px;margin-top:14px}.premium-list .row{padding:12px 10px;grid-template-columns:20px 1fr auto;min-height:54px}.premium-list .name{font-size:13px}.premium-list .price b{font-size:12px}.premium-list .green{font-size:10px}.service-icon{font-size:18px}.flag-img{width:22px;height:15px}.row.selected-only{grid-template-columns:20px 1fr auto 28px}.close-choice{width:26px;height:26px}.selected-hint{font-size:11px;padding:10px}.checkout-card{grid-template-columns:1fr 1fr;gap:16px;border-radius:18px}.checkout-card>div:first-child{display:none}.checkout-card small{font-size:11px}.checkout-card b{font-size:14px}.checkout-card span{font-size:13px}.checkout-card .buy-submit{height:48px;border-radius:13px}.active-order-premium{font-size:13px}.temp-number{font-size:16px}.mobile-drawer{max-width:320px}.premium-mobile-drawer .logo img{width:32px;height:52px}}

/* final premium buy page alignment + simplified topbar */
.buy-premium-page .buy-main{padding:32px 42px;display:flex;flex-direction:column;align-items:center;}
.buy-premium-page .buy-topbar{width:min(1120px,100%);margin:0 auto 26px;justify-content:flex-start;}
.buy-premium-page .buy-content-shell{width:min(1120px,100%);margin:0 auto;display:grid;gap:22px;}
.buy-premium-page .premium-card{width:100%;}
.buy-premium-page .service-card,.buy-premium-page .country-card{max-width:100%;}
.buy-premium-page .checkout-card,.buy-premium-page .active-order-premium{width:100%;}
.buy-top-actions{display:none!important;}
.country-list .row.active,.country-list .row.selected-only{background:linear-gradient(90deg,#eff6ff,#ffffff);border:1px solid #bfdbfe;box-shadow:0 10px 30px rgba(37,99,235,.08);}
.country-list .row.selected-only{border-radius:14px;margin:8px;}
.country-list .selected-hint{margin:0 8px 8px;}
.buy-premium-page .buy-submit{min-width:190px;}
@media(min-width:921px){
  .buy-premium-page .layout{grid-template-columns:270px 1fr;}
  .buy-premium-page .buy-content-shell{padding-right:0;}
  .buy-premium-page .premium-list{max-height:360px;}
}
@media(max-width:920px){
  .buy-premium-page .buy-main{padding:16px;align-items:stretch;}
  .buy-premium-page .buy-topbar,.buy-premium-page .buy-content-shell{width:100%;}
}


/* Homepage public Buy SMS block */
.public-buy-section{padding:34px 0 58px;background:radial-gradient(circle at top left,#eef5ff 0,transparent 34%),linear-gradient(180deg,#fbfdff 0,#f5f7fb 100%);border-bottom:1px solid #e5eaf3}
.public-buy-head{max-width:760px;margin:0 auto 22px;text-align:center}.public-buy-head h1{font-size:46px;line-height:1.05;letter-spacing:-1.3px;margin:14px 0 10px}.public-buy-head p{margin:0;color:#64748b;line-height:1.7;font-weight:600}.public-buy-shell{width:min(1120px,100%);margin:0 auto;display:grid;gap:18px}.public-buy-shell .premium-card{box-shadow:0 22px 70px rgba(15,23,42,.055)}.public-checkout-card{grid-template-columns:1fr 1fr 180px 170px!important}.public-create-btn{height:54px;border-radius:15px}

/* Buy SMS final cleanup */
.buy-premium-page .active-order-premium{grid-template-columns:1fr 220px;}
.buy-premium-page .timeline-box{display:none!important;}
.buy-premium-page .buy-top-actions{display:none!important;}
@media(max-width:1100px){.buy-premium-page .active-order-premium{grid-template-columns:1fr;}}
@media(max-width:640px){
  body.buy-premium-page::before{content:"";position:fixed;left:0;right:0;top:0;height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid #e7edf5;z-index:35;box-shadow:0 8px 28px rgba(15,23,42,.06)}
  .buy-premium-page .buy-menu-btn{background:#fff!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important}
  .buy-premium-page .buy-topbar:after{z-index:39!important}.buy-premium-page .buy-topbar:before{z-index:39!important}
  .public-buy-section{padding:22px 0 38px}.public-buy-head{text-align:left}.public-buy-head h1{font-size:34px}.public-buy-shell .premium-card{padding:14px;border-radius:18px}.public-checkout-card{grid-template-columns:1fr!important}.public-create-btn{height:48px}
}


/* Final SEO/UI polish */
.logo img{width:38px;height:38px;border-radius:12px;object-fit:contain;display:block}.foot .logo img{width:42px;height:42px}.hero-grid-clean{grid-template-columns:1fr!important;max-width:960px;text-align:left}.hero-grid-clean .lead{max-width:760px}.dashboard-clean-row{grid-template-columns:1fr 1fr!important}.page-lead{color:#64748b;margin:-8px 0 18px;line-height:1.6}.orders-list{display:grid;gap:16px}.order-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 14px 44px rgba(15,23,42,.04);display:grid;gap:16px}.order-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-service{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:14px}.order-service i{font-size:22px}.order-service span{margin-left:auto;color:#64748b;font-weight:800}.order-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.order-meta div{background:#fbfdff;border:1px solid #eef2f7;border-radius:16px;padding:14px;min-width:0}.order-meta small{display:block;color:#64748b;font-size:12px;margin-bottom:7px}.order-meta b{font-size:14px;word-break:break-word}.selected-hint{display:none!important}.public-buy-section .buy-submit[href="/login/"]::after{content:""}.topbar .logo img{width:36px;height:36px}.mobile-drawer .logo img{width:36px;height:36px}
@media(max-width:920px){.dashboard-clean-row{grid-template-columns:1fr!important}.order-meta{grid-template-columns:1fr 1fr}.order-card{padding:16px;border-radius:18px}.order-service{align-items:flex-start}.order-service span{margin-left:0}.order-service{flex-wrap:wrap}.table{overflow:visible!important}.top-actions{display:none}.logo img{width:34px;height:34px}}
@media(max-width:520px){.order-meta{grid-template-columns:1fr}.subnav{gap:8px}.subnav a{font-size:12px;padding:9px 11px}.order-head{align-items:flex-start;flex-direction:column}.order-card .btn{width:100%}.public-buy-head p{font-size:14px}.hero{padding:42px 0}.hero-grid-clean{text-align:left}.h1{font-size:36px}.lead{font-size:16px}.stats{grid-template-columns:1fr 1fr}}

/* Final order and transaction refinements */
.buy-premium-page .active-order-premium{display:none!important}
.clean-orders .order-head>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.clean-orders .order-head small{font-size:12px;color:#94a3b8;font-weight:700}
.clean-orders .order-service span{display:inline-flex;align-items:center;gap:7px}
.compact-order-meta{grid-template-columns:1fr 1fr!important}
.transaction-cards{display:grid;gap:14px}
.transaction-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;display:grid;grid-template-columns:48px minmax(0,1fr) auto auto;gap:14px;align-items:center;box-shadow:0 14px 44px rgba(15,23,42,.04)}
.transaction-card .tx-icon{width:48px;height:48px;border-radius:16px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-size:20px}
.transaction-card strong{display:block;font-size:15px}
.transaction-card span{display:block;color:#334155;font-weight:800;margin-top:3px}
.transaction-card small{display:block;color:#94a3b8;font-weight:700;margin-top:5px}
.transaction-card>b{font-size:15px;white-space:nowrap}
.transaction-card em{font-style:normal;justify-self:end;white-space:nowrap}
@media(max-width:720px){.compact-order-meta{grid-template-columns:1fr!important}.transaction-card{grid-template-columns:42px 1fr auto;gap:10px}.transaction-card .tx-icon{width:42px;height:42px;border-radius:14px}.transaction-card em{grid-column:2/4;justify-self:start}.transaction-card span{font-size:13px}.transaction-card small{font-size:12px}.clean-orders .order-service{display:grid;grid-template-columns:24px 1fr;gap:10px}.clean-orders .order-service span{grid-column:2;justify-self:start}.clean-orders .order-head>div{display:block}.clean-orders .order-head small{display:block;margin-top:5px}}

/* Bottom navigation revize */
body{padding-bottom:92px}
.bottom-nav{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:999;width:min(520px,calc(100% - 28px));height:68px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid #dfe7f3;border-radius:24px;box-shadow:0 18px 55px rgba(15,23,42,.14);display:grid;gap:6px;padding:8px}
.bottom-nav.public{grid-template-columns:repeat(4,1fr)}
.bottom-nav.user{grid-template-columns:repeat(4,1fr)}
.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:18px;color:#526783;font-weight:850;font-size:12px;line-height:1;text-decoration:none;transition:.18s}
.bottom-nav a i{font-size:18px;color:#31527a}
.bottom-nav a:hover,.bottom-nav a.active{background:linear-gradient(135deg,#2f77ff,#2059e8);color:#fff;box-shadow:0 10px 28px rgba(37,99,235,.22)}
.bottom-nav a:hover i,.bottom-nav a.active i{color:#fff}
.topbar .nav.no-menu{justify-content:center}
.topbar .nav.no-menu .logo{margin:auto}
@media(min-width:1100px){.bottom-nav{bottom:22px;width:auto;min-width:430px}.bottom-nav.user{min-width:560px}.bottom-nav a{padding:0 22px;flex-direction:row;font-size:13px}.bottom-nav a i{font-size:16px}}
@media(max-width:760px){body{padding-bottom:96px}.bottom-nav{bottom:12px;height:66px;border-radius:22px}.bottom-nav a{font-size:11px}.bottom-nav a i{font-size:17px}.topbar .nav.no-menu{height:64px}}

.public-buy-section{display:block!important;visibility:visible!important}.public-buy-section .premium-list{min-height:260px}.public-buy-section .row{display:grid!important}


/* Final bottom navigation + list scrollbar fixes */
.bottom-nav{display:grid}
.premium-list,.list{scrollbar-width:thin;scrollbar-color:#2563eb #eef4ff}
.premium-list::-webkit-scrollbar,.list::-webkit-scrollbar{width:9px}
.premium-list::-webkit-scrollbar-track,.list::-webkit-scrollbar-track{background:#eef4ff;border-radius:999px}
.premium-list::-webkit-scrollbar-thumb,.list::-webkit-scrollbar-thumb{background:#2563eb;border-radius:999px;border:2px solid #eef4ff}
@media(min-width:1024px){
  body{padding-bottom:0!important}
  .bottom-nav{display:none!important}
}
@media(max-width:1023px){
  .bottom-nav{display:grid!important;position:fixed!important;left:50%!important;bottom:12px!important;transform:translateX(-50%)!important;z-index:9999!important}
  body{padding-bottom:100px!important}
}

/* final header/logo and mobile behavior fix */
.logo span{display:none!important}
.logo img{width:46px;height:auto;max-height:46px;border-radius:0!important;object-fit:contain;background:transparent!important;filter:none!important}
.topbar .logo img{width:auto;max-width:170px;height:46px;max-height:46px}
.side .logo img,.buy-side .logo img{width:auto;max-width:150px;height:42px;max-height:42px}
.mobile-drawer .logo img{width:auto;max-width:150px;height:42px;max-height:42px}
.auth-card .logo img{width:auto;max-width:170px;height:48px;max-height:48px}
.service-card.platform-required{box-shadow:0 0 0 4px rgba(37,99,235,.14),0 22px 70px rgba(15,23,42,.07)!important;border-color:#2563eb!important}
@media(max-width:920px){
  .topbar{position:static!important;top:auto!important;backdrop-filter:none!important;background:#fff!important}
}
@media(max-width:640px){
  .buy-page-title{margin-top:0!important}
  .buy-menu-btn{position:static!important;left:auto!important;top:auto!important;z-index:auto!important;background:#fff!important;box-shadow:0 8px 24px rgba(15,23,42,.06)!important;display:grid!important;place-items:center!important;flex:0 0 42px!important}
  .buy-topbar{position:static!important;background:transparent!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important}
  .buy-topbar:after{content:none!important;display:none!important}
  .buy-topbar:before{content:""!important;position:static!important;display:block!important;transform:none!important;width:112px!important;height:36px!important;flex:0 0 112px!important;background:url('/img/logo.png') center/contain no-repeat!important;z-index:auto!important;order:1!important}
  .buy-menu-btn{order:0!important}
  .buy-page-title{order:2!important;gap:12px!important}
  .buy-page-title .title-icon{display:none!important}
  .buy-page-title h1{font-size:22px!important;margin-bottom:3px!important}
  .buy-page-title p{font-size:12px!important}
}


/* User panel header cleanup + stronger mobile menu button */
.panel-top{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;height:auto!important;margin-bottom:24px!important;border-radius:0!important}
.panel-top>b{font-size:15px;font-weight:900;color:#64748b;background:#fff;border:1px solid #e5eaf3;border-radius:999px;padding:10px 16px;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.mobile-panel-btn{background:#2563eb!important;color:#fff!important;border:0!important;box-shadow:0 12px 30px rgba(37,99,235,.24)!important;width:46px;height:46px;border-radius:16px;padding:0!important;align-items:center!important;justify-content:center!important}
.mobile-panel-btn i{color:#fff!important;font-size:18px!important}
@media(max-width:920px){.panel-top{display:flex!important;gap:12px!important;align-items:center!important;justify-content:flex-start!important;margin:0 0 18px!important}.panel-top>b{background:transparent;border:0;box-shadow:none;padding:0;color:#0f172a;font-size:18px}.mobile-panel-btn{display:inline-flex!important}.main>h1{font-size:30px;margin-top:6px}.side{box-shadow:0 20px 80px rgba(15,23,42,.18)}}

/* Header logo only */
.topbar .logo span{display:none!important}
.topbar .logo img{max-width:260px !important;height:72px !important;max-height:72px !important;width:auto!important}
@media(max-width:760px){.topbar .logo img{max-width:260px !important;height:46px!important}}

/* Public selected service must collapse to one row */
.public-buy-section .service-list .row.selected-only{background:linear-gradient(90deg,#eff6ff,#fff)!important;border:1px solid #bfdbfe!important;border-radius:14px!important;margin:8px!important;box-shadow:0 10px 30px rgba(37,99,235,.08)!important}
.public-buy-section .service-list .row.selected-only + .row{display:none!important}


/* Final user-panel header/logo consistency */
.panel-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;width:min(1120px,100%)!important;margin:0 auto 24px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;height:auto!important;border-radius:0!important}
.panel-top .mobile-panel-btn{order:0}
.panel-logo{display:inline-flex!important;align-items:center!important;gap:0!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;line-height:1!important}
.panel-logo img{display:block;width:142px!important;max-width:142px!important;height:46px!important;object-fit:contain!important}
.panel-top .top-actions{margin-left:auto!important;display:flex!important;align-items:center!important;gap:10px!important}
.side-balance-card .btn,.side-balance-card .btn *{color:#fff!important}
.buy-side .invite-card{display:none!important}
.buy-page-title{width:min(1120px,100%);margin-left:auto;margin-right:auto}
.buy-premium-page .buy-topbar{width:min(1120px,100%)!important;margin:0 auto 26px!important;justify-content:flex-start!important}
@media(max-width:920px){
  .panel-top{width:100%!important;margin:0 0 18px!important;justify-content:flex-start!important}
  .panel-logo img{width:118px!important;max-width:118px!important;height:38px!important}
  .panel-top .top-actions{margin-left:auto!important}
}
@media(max-width:640px){
  .buy-side .side-balance-card .btn{color:#fff!important}
  .buy-premium-page .buy-topbar{position:static!important;background:transparent!important;width:100%!important;margin:0 0 18px!important}
  .buy-premium-page .buy-topbar:before,.buy-premium-page .buy-topbar:after{display:none!important;content:none!important}
}


/* Final Buy SMS header alignment fix */
.buy-premium-page .buy-panel-top{
  width:min(1120px,100%)!important;
  margin:0 auto 22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  height:auto!important;
  border-radius:0!important;
}
.buy-premium-page .buy-page-heading{
  width:min(1120px,100%)!important;
  margin:0 auto 24px!important;
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}
.buy-premium-page .buy-page-heading .title-icon{
  width:54px;height:54px;border-radius:20px;background:#eef4ff;color:#2563eb;
  display:grid!important;place-items:center;font-size:22px;
}
.buy-premium-page .buy-page-heading h1{margin:0 0 6px!important;font-size:34px!important;letter-spacing:-.8px!important;line-height:1.1!important;color:#071633!important}
.buy-premium-page .buy-page-heading p{margin:0!important;color:#64748b!important;font-size:14px!important}
@media(max-width:920px){
  .buy-premium-page .buy-panel-top{width:100%!important;margin:0 0 24px!important;justify-content:flex-start!important;gap:12px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
  .buy-premium-page .buy-panel-top .panel-logo img{width:132px!important;max-width:132px!important;height:42px!important;object-fit:contain!important}
  .buy-premium-page .buy-panel-top .top-actions{display:none!important}
  .buy-premium-page .buy-page-heading{width:100%!important;margin:0 0 18px!important;gap:12px!important;}
  .buy-premium-page .buy-page-heading .title-icon{width:52px!important;height:52px!important;border-radius:20px!important;display:grid!important;}
  .buy-premium-page .buy-page-heading h1{font-size:30px!important;margin:0 0 5px!important;}
  .buy-premium-page .buy-page-heading p{font-size:13px!important;}
}
@media(min-width:921px){
  .buy-premium-page .buy-panel-top .mobile-panel-btn{display:none!important}
}


/* HARD FINAL FIX: same clean panel header for Buy SMS and Orders */
body.buy-premium-page .main, body .main{background:#f8fafc;}
.unified-panel-head,
.buy-premium-page .unified-panel-head{
  width:min(1120px,100%)!important;
  margin:0 auto 22px!important;
  padding:0!important;
  height:56px!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.unified-panel-head .panel-logo,
.buy-premium-page .unified-panel-head .panel-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  height:52px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.unified-panel-head .panel-logo img,
.buy-premium-page .unified-panel-head .panel-logo img{
  display:block!important;
  width:148px!important;
  max-width:148px!important;
  height:46px!important;
  max-height:46px!important;
  object-fit:contain!important;
}
.unified-panel-head .mobile-panel-btn,
.buy-premium-page .unified-panel-head .mobile-panel-btn{
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  border-radius:17px!important;
  background:#2563eb!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 16px 32px rgba(37,99,235,.28)!important;
}
.unified-panel-head .mobile-panel-btn i,
.buy-premium-page .unified-panel-head .mobile-panel-btn i{color:#fff!important;font-size:20px!important;}
@media(max-width:920px){
  .main{padding:28px 14px 110px!important;}
  .unified-panel-head,
  .buy-premium-page .unified-panel-head{
    width:100%!important;
    margin:0 0 22px!important;
    height:54px!important;
    min-height:54px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  .unified-panel-head .mobile-panel-btn,
  .buy-premium-page .unified-panel-head .mobile-panel-btn{display:inline-flex!important;}
  .unified-panel-head .panel-logo img,
  .buy-premium-page .unified-panel-head .panel-logo img{
    width:132px!important;
    max-width:132px!important;
    height:42px!important;
  }
  .buy-premium-page .buy-panel-top{all:unset!important;}
}
@media(min-width:921px){
  .unified-panel-head .mobile-panel-btn,
  .buy-premium-page .unified-panel-head .mobile-panel-btn{display:none!important;}
}


/* User panel bottom-nav only layout update */
.user-panel-page .layout,
.buy-premium-page .layout{
  grid-template-columns:1fr!important;
  background:#f8fafc!important;
}
.user-panel-page .side,
.buy-premium-page .side{
  display:none!important;
}
.user-panel-page .main,
.buy-premium-page .main{
  width:min(1120px,calc(100% - 28px))!important;
  margin:0 auto!important;
  padding:28px 0 112px!important;
  background:#f8fafc!important;
}
.buy-premium-page .buy-main{width:min(1120px,calc(100% - 28px))!important;}
.buy-premium-page .buy-content-shell{width:100%!important;}
.buy-page-title.buy-page-heading{display:none!important;}
@media(max-width:920px){
  .user-panel-page .main,.buy-premium-page .main{width:min(100% - 28px,560px)!important;padding:28px 0 112px!important;}
}

/* User bottom nav: Buy, Orders, Balance, Transactions, Settings, Logout */
.bottom-nav.user{grid-template-columns:repeat(6,1fr)!important;width:min(720px,calc(100% - 20px))!important;height:74px!important;padding:8px!important;}
.bottom-nav.user a{font-size:10px!important;gap:4px!important;padding:0 6px!important;}
.bottom-nav.user a i{font-size:17px!important;}
.bottom-nav.user .logout-item{background:rgba(239,68,68,.10)!important;color:#ef4444!important;}
.bottom-nav.user .logout-item i{color:#ef4444!important;}
.bottom-nav.user .logout-item:hover,.bottom-nav.user .logout-item.active{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important;box-shadow:0 10px 28px rgba(239,68,68,.24)!important;}
.bottom-nav.user .logout-item:hover i,.bottom-nav.user .logout-item.active i{color:#fff!important;}
@media(max-width:420px){
  .bottom-nav.user{width:calc(100% - 12px)!important;border-radius:20px!important;padding:7px 5px!important;gap:3px!important;}
  .bottom-nav.user a{font-size:9px!important;border-radius:15px!important;}
  .bottom-nav.user a i{font-size:15px!important;}
}

/* Mobile drawer balance and logout */
.drawer-balance-card{background:linear-gradient(135deg,#0b1b3f,#1e40af);color:#fff;border-radius:20px;padding:18px;margin:0 0 14px;box-shadow:0 16px 40px rgba(30,64,175,.22);}
.drawer-balance-card span{display:block;font-size:12px;opacity:.78;font-weight:700;margin-bottom:6px;}
.drawer-balance-card strong{display:block;font-size:26px;letter-spacing:-.5px;margin-bottom:12px;}
.drawer-balance-card a{display:inline-flex!important;align-items:center;gap:8px;background:rgba(255,255,255,.14);color:#fff!important;border-radius:14px;padding:10px 12px!important;margin:0!important;font-size:13px;font-weight:850;text-decoration:none;}
.drawer-logout{background:rgba(239,68,68,.10)!important;color:#ef4444!important;}
.drawer-logout i{color:#ef4444!important;}

/* Keep panel header clean after removing sidebar */
.user-panel-page .unified-panel-head,.buy-premium-page .unified-panel-head{width:100%!important;margin:0 0 22px!important;}
.user-panel-page .panel-logo img,.buy-premium-page .panel-logo img{width:150px!important;max-width:150px!important;height:46px!important;object-fit:contain!important;}
@media(max-width:920px){
  .user-panel-page .panel-logo img,.buy-premium-page .panel-logo img{width:130px!important;max-width:130px!important;height:42px!important;}
  .user-panel-page .mobile-panel-btn,.buy-premium-page .mobile-panel-btn{display:inline-flex!important;}
}
@media(min-width:921px){
  .user-panel-page .mobile-panel-btn,.buy-premium-page .mobile-panel-btn{display:none!important;}
}

/* Updated user bottom nav: includes support too */
.bottom-nav.user{grid-template-columns:repeat(7,1fr)!important;width:min(820px,calc(100% - 20px))!important;}
@media(min-width:1024px){
  .user-panel-page{padding-bottom:105px!important;}
  .user-panel-page .bottom-nav.user,.buy-premium-page .bottom-nav.user{display:grid!important;position:fixed!important;left:50%!important;bottom:22px!important;transform:translateX(-50%)!important;z-index:9999!important;}
}
@media(max-width:460px){
  .bottom-nav.user{height:74px!important;width:calc(100% - 8px)!important;gap:2px!important;padding:6px 4px!important;}
  .bottom-nav.user a{font-size:8.5px!important;padding:0 2px!important;}
  .bottom-nav.user a i{font-size:14px!important;}
}

/* Premium authentication screens */
.auth-body{background:radial-gradient(circle at 50% 0%,#eef5ff 0%,rgba(238,245,255,.7) 22%,#f8fafc 58%,#ffffff 100%);min-height:100vh;}
.auth-premium{min-height:100vh;display:grid;place-items:center;padding:46px 18px 104px;}
.auth-panel{width:min(760px,calc(100vw - 34px));background:rgba(255,255,255,.92);border:1px solid #dfe6f1;border-radius:30px;padding:48px 56px 42px;box-shadow:0 34px 95px rgba(15,23,42,.10);backdrop-filter:blur(16px);position:relative;overflow:hidden;}
.auth-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 92% 4%,rgba(37,99,235,.08),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.78));pointer-events:none;}
.auth-panel>*{position:relative;z-index:1;}
.auth-brand{display:inline-flex;align-items:center;margin-bottom:42px;}
.auth-brand img{width:auto;height:58px;max-width:220px;object-fit:contain;display:block;}
.auth-copy h1{font-size:42px;line-height:1.05;letter-spacing:-1.4px;margin:0 0 12px;color:#111827;font-weight:900;}
.auth-copy p{margin:0 0 28px;color:#64748b;font-size:20px;line-height:1.45;}
.demo-box{display:flex;align-items:center;gap:16px;background:linear-gradient(180deg,#f4f7fd,#eef3fb);border:1px solid #e6edf7;border-radius:16px;padding:12px 16px;margin:0 0 26px;}
.demo-box span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 12px 28px rgba(37,99,235,.28);flex:0 0 auto;}
.demo-box p{margin:0;color:#53627c;font-size:15.5px;line-height:1.45;}
.demo-box b{color:#111827;}
.auth-field{margin:22px 0 0;}
.auth-field label{display:block;margin-bottom:10px;color:#111827;font-weight:800;font-size:16px;}
.auth-input{height:64px;border:1.5px solid #cfd8e7;border-radius:16px;display:flex;align-items:center;gap:16px;padding:0 18px;background:rgba(255,255,255,.82);transition:.18s;}
.auth-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.10);background:#fff;}
.auth-input i{color:#64748b;font-size:19px;}
.auth-input input{height:100%;flex:1;border:0;background:transparent;outline:0;color:#111827;font-size:18px;min-width:0;}
.auth-input input::placeholder{color:#72809d;}
.pass-toggle{border:0;background:transparent;cursor:pointer;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;}
.pass-toggle:hover{background:#f1f5f9;}
.auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:24px 0 28px;color:#52617a;}
.auth-options a,.auth-switch a{color:#0b5cff;font-weight:650;}
.check{display:flex;align-items:center;gap:10px;font-weight:600;}
.check input{width:18px;height:18px;accent-color:#2563eb;}
.auth-submit{width:100%;height:68px;border:0;border-radius:15px;background:linear-gradient(135deg,#0b3a63,#06233f);color:#fff;font-size:21px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:18px;box-shadow:0 18px 42px rgba(6,35,63,.28);transition:.2s;}
.auth-submit:hover{transform:translateY(-1px);box-shadow:0 24px 54px rgba(6,35,63,.34);}
.auth-divider{display:flex;align-items:center;gap:18px;color:#64748b;margin:28px 0 22px;font-size:16px;}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#e2e8f0;flex:1;}
.google-btn{width:100%;height:64px;border:1.5px solid #cfd8e7;background:#fff;border-radius:16px;color:#111827;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;transition:.18s;}
.google-btn:hover{border-color:#aebbd0;transform:translateY(-1px);box-shadow:0 14px 34px rgba(15,23,42,.06);}
.google-btn .fa-google{color:#ea4335;}
.auth-switch{text-align:center;margin:28px 0 0;color:#64748b;font-size:16px;}
.register-panel{padding-top:44px;}
.register-panel .auth-brand{margin-bottom:40px;}
.register-panel .auth-copy p{margin-bottom:24px;}
@media (max-width:768px){.auth-premium{align-items:start;padding:22px 14px 108px}.auth-panel{width:100%;padding:26px 20px 28px;border-radius:24px}.auth-brand{margin-bottom:30px}.auth-brand img{height:48px;max-width:260px}.auth-copy h1{font-size:34px}.auth-copy p{font-size:17px;margin-bottom:22px}.demo-box{padding:11px 12px;gap:12px}.demo-box p{font-size:13.5px}.auth-input{height:58px;border-radius:15px;padding:0 15px}.auth-input input{font-size:16px}.auth-options{font-size:14px;align-items:flex-start}.auth-submit{height:62px;font-size:18px}.google-btn{height:58px;font-size:16px}.auth-divider{font-size:14px}.auth-switch{font-size:14px}.register-panel{padding-top:24px}}
@media (min-width:769px){.auth-body .bottom-nav{display:none!important}}


/* FINAL: unified user panel header like requested mockup */
.user-panel-page .main{
  padding-top:28px!important;
}
.user-panel-page .panel-top.app-mobile-header{
  width:min(1120px,100%)!important;
  margin:0 auto 26px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:14px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  height:auto!important;
  min-height:54px!important;
  border-radius:0!important;
}
.user-panel-page .app-menu-button{
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  border:0!important;
  border-radius:16px!important;
  background:#2563eb!important;
  color:#fff!important;
  box-shadow:0 16px 34px rgba(37,99,235,.30)!important;
  display:grid!important;
  place-items:center!important;
  font-size:22px!important;
  padding:0!important;
}
.user-panel-page .app-header-logo{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  height:54px!important;
  max-width:220px!important;
}
.user-panel-page .app-header-logo img{
  display:block!important;
  height:46px!important;
  width:auto!important;
  max-width:260px!important;
  object-fit:contain!important;
}
.buy-premium-page .panel-top.app-mobile-header,
.user-panel-page .panel-top.app-mobile-header{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
}
.buy-premium-page .buy-content-shell{
  margin-top:0!important;
}
.buy-premium-page .buy-main:before,
.buy-premium-page .buy-main:after,
.buy-premium-page .buy-topbar:before,
.buy-premium-page .buy-topbar:after,
.user-panel-page .panel-top.app-mobile-header:before,
.user-panel-page .panel-top.app-mobile-header:after{
  display:none!important;
  content:none!important;
}
@media(max-width:920px){
  .user-panel-page .layout{display:block!important;}
  .user-panel-page .side{display:none!important;}
  .user-panel-page .main{
    width:100%!important;
    max-width:430px!important;
    margin:0 auto!important;
    padding:20px 14px 110px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%)!important;
    min-height:100vh!important;
  }
  .user-panel-page .panel-top.app-mobile-header{
    width:100%!important;
    margin:0 0 22px!important;
    min-height:54px!important;
    background:transparent!important;
  }
  .user-panel-page .app-menu-button{
    display:grid!important;
    position:static!important;
  }
  .user-panel-page .app-header-logo img{
    height:48px!important;
    max-width:210px!important;
  }
  .user-panel-page .main>h1{
    margin-top:0!important;
  }
}
@media(min-width:921px){
  .user-panel-page .mobile-panel-btn.app-menu-button{display:none!important;}
  .user-panel-page .panel-top.app-mobile-header{justify-content:flex-start!important;}
  .user-panel-page .app-header-logo img{height:42px!important;}
}


/* === FINAL REQUEST FIXES: desktop sidebar, clean /buy header, mobile bottom nav === */
body.buy-premium-page::before,
body.buy-premium-page::after,
.buy-premium-page .buy-main::before,
.buy-premium-page .buy-main::after,
.buy-premium-page .main::before,
.buy-premium-page .main::after,
.buy-premium-page .panel-top::before,
.buy-premium-page .panel-top::after{
  display:none!important;
  content:none!important;
  background:transparent!important;
  height:0!important;
}

/* desktop: classic user panel with left menu visible and no bottom navbar */
@media (min-width:921px){
  body.user-panel-page,
  body.buy-premium-page{
    padding-bottom:0!important;
    background:#f8fafc!important;
  }
  body.user-panel-page .layout,
  body.buy-premium-page .layout{
    display:grid!important;
    grid-template-columns:280px minmax(0,1fr)!important;
    min-height:100vh!important;
    background:#f8fafc!important;
  }
  body.user-panel-page .side,
  body.buy-premium-page .side,
  body.buy-premium-page .buy-side{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    left:auto!important;
    height:100vh!important;
    width:280px!important;
    flex-direction:column!important;
    background:#fff!important;
    border-right:1px solid #e5e7eb!important;
    box-shadow:none!important;
    transform:none!important;
    z-index:10!important;
  }
  body.user-panel-page .main,
  body.buy-premium-page .main,
  body.buy-premium-page .buy-main{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:32px 38px 48px!important;
    min-width:0!important;
    background:#f8fafc!important;
  }
  body.user-panel-page .panel-top.app-mobile-header,
  body.buy-premium-page .panel-top.app-mobile-header{
    display:none!important;
  }
  body.user-panel-page .bottom-nav.user,
  body.buy-premium-page .bottom-nav.user,
  .bottom-nav.user{
    display:none!important;
  }
  body.buy-premium-page .buy-content-shell{
    max-width:1120px!important;
    margin:0 auto!important;
  }
}

/* mobile: no desktop side menu, clean header, four item bottom navbar only */
@media (max-width:920px){
  body.user-panel-page,
  body.buy-premium-page{
    background:#f4f7fb!important;
    padding-bottom:92px!important;
  }
  body.user-panel-page .layout,
  body.buy-premium-page .layout{
    display:block!important;
    min-height:100vh!important;
    background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)!important;
  }
  body.user-panel-page .side,
  body.buy-premium-page .side,
  body.buy-premium-page .buy-side{
    display:none!important;
  }
  body.user-panel-page .main,
  body.buy-premium-page .main,
  body.buy-premium-page .buy-main{
    width:100%!important;
    max-width:430px!important;
    margin:0 auto!important;
    padding:20px 14px 106px!important;
    background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)!important;
    min-height:100vh!important;
    overflow:visible!important;
  }
  body.user-panel-page .panel-top.app-mobile-header,
  body.buy-premium-page .panel-top.app-mobile-header{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    width:100%!important;
    height:58px!important;
    min-height:58px!important;
    margin:0 0 18px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    z-index:5!important;
  }
  body.user-panel-page .app-menu-button,
  body.buy-premium-page .app-menu-button{
    display:grid!important;
    place-items:center!important;
    position:static!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    border:0!important;
    border-radius:16px!important;
    background:#2563eb!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(37,99,235,.28)!important;
    font-size:22px!important;
    padding:0!important;
  }
  body.user-panel-page .app-header-logo,
  body.buy-premium-page .app-header-logo{
    display:flex!important;
    align-items:center!important;
    height:54px!important;
    max-width:220px!important;
  }
  body.user-panel-page .app-header-logo img,
  body.buy-premium-page .app-header-logo img{
    height:48px!important;
    width:auto!important;
    max-width:210px!important;
    object-fit:contain!important;
    display:block!important;
  }
  body.user-panel-page .bottom-nav.user,
  body.buy-premium-page .bottom-nav.user,
  .bottom-nav.user{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    position:fixed!important;
    left:50%!important;
    bottom:12px!important;
    transform:translateX(-50%)!important;
    width:calc(100% - 28px)!important;
    max-width:430px!important;
    height:70px!important;
    padding:7px!important;
    gap:6px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid #dfe7f3!important;
    box-shadow:0 18px 55px rgba(15,23,42,.14)!important;
    z-index:9999!important;
  }
  .bottom-nav.user a{
    font-size:10px!important;
    border-radius:18px!important;
    padding:0 4px!important;
  }
  .bottom-nav.user a i{font-size:17px!important;}
  .bottom-nav.user a[href="/transactions/"],
  .bottom-nav.user a[href="/settings/"],
  .bottom-nav.user .logout-item{display:none!important;}
  body.buy-premium-page .buy-content-shell{margin-top:0!important;}
  .buy-page-title,.buy-page-heading{display:none!important;}
}

/* === PANEL SIDEBAR + MOBILE DRAWER ACTIVE FINAL FIX === */
@media (min-width:921px){
  body.user-panel-page .side,
  body.buy-premium-page .side,
  body.buy-premium-page .buy-side{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:thin!important;
    scrollbar-color:#2563eb #eef4ff!important;
  }
  body.user-panel-page .side::-webkit-scrollbar,
  body.buy-premium-page .side::-webkit-scrollbar,
  body.buy-premium-page .buy-side::-webkit-scrollbar{width:8px!important;}
  body.user-panel-page .side::-webkit-scrollbar-track,
  body.buy-premium-page .side::-webkit-scrollbar-track,
  body.buy-premium-page .buy-side::-webkit-scrollbar-track{background:#eef4ff!important;border-radius:999px!important;}
  body.user-panel-page .side::-webkit-scrollbar-thumb,
  body.buy-premium-page .side::-webkit-scrollbar-thumb,
  body.buy-premium-page .buy-side::-webkit-scrollbar-thumb{background:#2563eb!important;border-radius:999px!important;border:2px solid #eef4ff!important;}
  body.user-panel-page .side a,
  body.buy-premium-page .side a,
  body.buy-premium-page .side-nav a{
    background:transparent!important;
    color:#475569!important;
    border:1px solid transparent!important;
    box-shadow:none!important;
  }
  body.user-panel-page .side a.active,
  body.user-panel-page .side a:hover,
  body.buy-premium-page .side a.active,
  body.buy-premium-page .side a:hover,
  body.buy-premium-page .side-nav a.active,
  body.buy-premium-page .side-nav a:hover{
    background:#eff6ff!important;
    color:#2563eb!important;
    border-color:#dbeafe!important;
  }
  body.user-panel-page .side .logo,
  body.buy-premium-page .side .logo{
    background:transparent!important;
    border-color:transparent!important;
    color:#0f172a!important;
  }
}
@media (max-width:920px){
  .mobile-drawer,
  .premium-mobile-drawer{
    overflow-y:auto!important;
    scrollbar-width:thin!important;
    scrollbar-color:#2563eb #eef4ff!important;
  }
  .mobile-drawer::-webkit-scrollbar,
  .premium-mobile-drawer::-webkit-scrollbar{width:6px!important;}
  .mobile-drawer::-webkit-scrollbar-track,
  .premium-mobile-drawer::-webkit-scrollbar-track{background:#eef4ff!important;border-radius:999px!important;}
  .mobile-drawer::-webkit-scrollbar-thumb,
  .premium-mobile-drawer::-webkit-scrollbar-thumb{background:#2563eb!important;border-radius:999px!important;}
  .drawer-links a{background:transparent!important;color:#334155!important;border:1px solid transparent!important;}
  .drawer-links a.active,
  .drawer-links a:hover{background:#eff6ff!important;color:#2563eb!important;border-color:#dbeafe!important;}
  .drawer-links a.drawer-logout,
  .drawer-links a.drawer-logout:hover{background:#fee2e2!important;color:#ef4444!important;border-color:#fecaca!important;}
}


/* === FINAL AUTH + SIDEBAR ICON POLISH === */
@media (min-width: 921px){
  .side a.active i,
  .side a:hover i,
  .buy-side a.active i,
  .buy-side a:hover i,
  .side-nav a.active i,
  .side-nav a:hover i{
    color:#2563eb!important;
    opacity:1!important;
    -webkit-text-fill-color:#2563eb!important;
  }
  .side a i,
  .buy-side a i,
  .side-nav a i{
    color:#475569!important;
    opacity:1!important;
    -webkit-text-fill-color:#475569!important;
  }
  .auth-premium{
    padding:32px 18px!important;
    min-height:100vh!important;
  }
  .auth-panel{
    width:min(620px,calc(100vw - 52px))!important;
    padding:38px 44px 34px!important;
    border-radius:28px!important;
  }
  .auth-brand{margin-bottom:34px!important;}
  .auth-brand img{height:50px!important;max-width:220px!important;}
  .auth-copy h1{font-size:42px!important;line-height:1.08!important;margin:0 0 10px!important;}
  .auth-copy p{font-size:18px!important;margin-bottom:24px!important;}
  .auth-field{margin-bottom:20px!important;}
  .auth-input{height:58px!important;border-radius:14px!important;}
  .auth-submit{height:60px!important;font-size:18px!important;border-radius:14px!important;}
  .google-btn{height:56px!important;border-radius:14px!important;font-size:16px!important;}
  .register-panel .auth-submit{margin-top:14px!important;}
}
@media (max-width: 920px){
  .side a.active i,
  .side a:hover i,
  .buy-side a.active i,
  .buy-side a:hover i,
  .side-nav a.active i,
  .side-nav a:hover i{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important;}
  .register-panel .auth-submit{margin-top:12px!important;}
}


/* === REQUESTED FINAL PANEL CLEANUP === */
/* Remove any top-right dark balance pill on panel pages */
.balance-pill,
.buy-top-actions .balance-pill,
.panel-top .balance-pill,
.app-mobile-header .balance-pill,
.top-balance,
.header-balance,
.balance-chip{display:none!important;visibility:hidden!important;}

/* Desktop sidebar: no scrolling, compact all items so the whole menu fits */
@media (min-width:921px){
  body.user-panel-page .layout,
  body.buy-premium-page .layout,
  body.buy-premium-page .buy-layout{min-height:100vh!important;}
  body.user-panel-page .side,
  body.buy-premium-page .side,
  body.buy-premium-page .buy-side{
    height:100vh!important;
    min-height:100vh!important;
    max-height:100vh!important;
    overflow:hidden!important;
    padding:16px 14px!important;
    gap:8px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  body.user-panel-page .side .logo,
  body.buy-premium-page .side .logo,
  body.buy-premium-page .buy-side .logo{
    padding:0 8px 12px!important;
    margin:0!important;
    min-height:42px!important;
    height:auto!important;
  }
  body.user-panel-page .side .logo img,
  body.buy-premium-page .side .logo img,
  body.buy-premium-page .buy-side .logo img{width:30px!important;height:30px!important;}
  body.user-panel-page .side .logo span,
  body.buy-premium-page .side .logo span,
  body.buy-premium-page .buy-side .logo span{font-size:15px!important;}
  body.user-panel-page .side a:not(.logo),
  body.buy-premium-page .side a:not(.logo),
  body.buy-premium-page .buy-side a:not(.logo),
  body.buy-premium-page .side-nav a{
    height:36px!important;
    min-height:36px!important;
    padding:0 12px!important;
    border-radius:12px!important;
    font-size:13px!important;
    gap:10px!important;
    line-height:1!important;
  }
  body.user-panel-page .side a i,
  body.buy-premium-page .side a i,
  body.buy-premium-page .buy-side a i,
  body.buy-premium-page .side-nav a i{font-size:14px!important;width:17px!important;}
  body.buy-premium-page .side-nav{gap:5px!important;}
  .side-balance-card{
    margin-top:8px!important;
    padding:12px!important;
    border-radius:15px!important;
  }
  .side-balance-card span{font-size:11px!important;}
  .side-balance-card strong{font-size:20px!important;margin:5px 0 9px!important;}
  .side-balance-card .btn{height:36px!important;border-radius:12px!important;font-size:12px!important;}
  .invite-card{padding:12px!important;border-radius:15px!important;}
  .invite-card h4{font-size:13px!important;margin:7px 0 4px!important;}
  .invite-card p{font-size:11px!important;line-height:1.35!important;margin-bottom:8px!important;}
  .invite-card .gift{font-size:20px!important;}
  .invite-btn{height:34px!important;font-size:12px!important;}
}

/* Forgot password page no info banner spacing */
.forgot-password .demo-box{display:none!important;}


/* === Final request: public home header, auth sizing, sidebar logo/profile cleanup === */
.public-topbar .public-nav{justify-content:space-between!important;}
.public-topbar .logo img{height:44px!important;width:auto!important;max-width:210px!important;border-radius:0!important;object-fit:contain!important;}
.public-navlinks{display:flex!important;}
.public-actions{display:flex!important;}
@media(max-width:920px){
  .public-topbar{position:relative!important;top:auto!important;}
  .public-navlinks,.public-actions{display:none!important;}
  .public-topbar .hamb{display:grid!important;place-items:center!important;}
  .public-topbar .nav{height:72px!important;}
  .public-topbar .logo img{height:42px!important;max-width:260px!important;}
}
@media(min-width:921px){
  .public-topbar .hamb{display:none!important;}
}

/* Authentication pages: more compact desktop, better spacing */
@media(min-width:769px){
  .auth-premium{padding:34px 18px!important;}
  .auth-panel{width:min(560px,calc(100vw - 56px))!important;padding:34px 40px 32px!important;border-radius:26px!important;}
  .auth-brand{margin-bottom:28px!important;}
  .auth-brand img{height:48px!important;max-width:210px!important;}
  .auth-copy h1{font-size:38px!important;}
  .auth-copy p{font-size:17px!important;margin-bottom:20px!important;}
  .auth-field{margin-top:16px!important;margin-bottom:18px!important;}
  .auth-input{height:56px!important;}
  .auth-submit{height:58px!important;font-size:17px!important;margin-top:12px!important;}
  .register-panel .auth-submit{margin-top:22px!important;}
  .forgot-password .auth-submit{margin-top:18px!important;}
  .google-btn{height:54px!important;font-size:15px!important;}
  .auth-divider{margin:22px 0 18px!important;}
  .auth-switch{margin-top:20px!important;}
}
@media(max-width:768px){
  .register-panel .auth-submit{margin-top:20px!important;}
  .forgot-password .auth-submit{margin-top:16px!important;}
}

/* Desktop panel sidebar: bigger logo, no Profile duplicate, balanced sizing */
@media(min-width:921px){
  .layout{grid-template-columns:260px 1fr!important;}
  .side{overflow:hidden!important;padding:18px 16px!important;}
  .side > .logo{margin-bottom:20px!important;min-height:58px!important;display:flex!important;align-items:center!important;}
  .side > .logo img{height:58px!important;width:auto!important;max-width:210px!important;border-radius:0!important;object-fit:contain!important;}
  .side > .logo span{font-size:15px!important;font-weight:900!important;}
  .side a{padding:10px 12px!important;margin:3px 0!important;border-radius:14px!important;font-size:13px!important;}
  .side a i,.buy-side a i,.side-nav a i{color:#475569!important;-webkit-text-fill-color:#475569!important;opacity:1!important;}
  .side a.active,.side a:hover,.side-nav a.active,.side-nav a:hover{background:#eff6ff!important;color:#2563eb!important;}
  .side a.active i,.side a:hover i,.side-nav a.active i,.side-nav a:hover i{color:#2563eb!important;-webkit-text-fill-color:#2563eb!important;}
}

/* === Requested: desktop sidebar cleanup + favorites === */
.star-btn{border:0;background:transparent;width:26px;height:26px;display:grid;place-items:center;border-radius:9px;color:#64748b;cursor:pointer;flex:0 0 auto;transition:.18s ease}
.star-btn:hover{background:#eff6ff;color:#2563eb}
.star-btn.favorited{color:#facc15!important;background:#fffbeb!important}
.star-btn.favorited i{color:#facc15!important;-webkit-text-fill-color:#facc15!important}
.premium-list .row .star-btn .star{font-size:16px!important}
@media(min-width:921px){
  .side > .logo{display:none!important}
  .side,.buy-side{padding-top:18px!important}
  .side-nav{margin-top:0!important}
}


/* === Premium Balance Page Revize === */
.balance-title-row{margin-bottom:22px;}
.balance-title-row h1{margin:0;font-size:34px;letter-spacing:-.8px;color:#071633;}
.balance-title-row p{margin:8px 0 0;color:#58708f;font-size:15px;}
.wallet-dashboard{width:100%;max-width:1320px;display:grid;gap:22px;}
.wallet-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.wallet-stat{position:relative;overflow:hidden;min-height:152px;border:1px solid #dfe7f3;border-radius:22px;background:rgba(255,255,255,.94);padding:22px 24px;box-shadow:0 18px 55px rgba(15,23,42,.055);isolation:isolate;}
.wallet-stat:before{content:"";position:absolute;inset:auto 0 0;height:48px;background:var(--wave);opacity:.55;clip-path:polygon(0 58%,12% 46%,24% 62%,38% 50%,52% 67%,67% 45%,81% 55%,100% 38%,100% 100%,0 100%);z-index:-1;}
.wallet-stat:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);opacity:.45;}
.stat-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.stat-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-size:22px;}
.stat-arrow{width:34px;height:34px;border:0;border-radius:50%;background:#f3f6fb;color:#91a1b5;display:grid;place-items:center;}
.wallet-stat h3{font-size:15px;margin:0 0 8px;color:#14213d;}
.wallet-stat strong{display:block;font-size:28px;line-height:1;font-weight:900;letter-spacing:-.7px;color:var(--accent);}
.wallet-stat p{margin:16px 0 0;color:#506783;font-size:14px;line-height:1.45;max-width:170px;}
.stat-blue{--accent:#2563eb;--soft:#eaf2ff;--wave:linear-gradient(90deg,#c8dcff,#8cb2ff)}
.stat-green{--accent:#22c77a;--soft:#dcfce9;--wave:linear-gradient(90deg,#c8f7dd,#8eeab8)}
.stat-purple{--accent:#7c3aed;--soft:#f0e7ff;--wave:linear-gradient(90deg,#ead8ff,#b996ff)}
.stat-orange{--accent:#f59e0b;--soft:#fff1db;--wave:linear-gradient(90deg,#ffe3b0,#ffc769)}
.wallet-main-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.85fr);gap:20px;align-items:stretch;}
.wallet-panel{border:1px solid #dfe7f3;border-radius:24px;background:rgba(255,255,255,.96);padding:28px 30px;box-shadow:0 22px 70px rgba(15,23,42,.06);}
.panel-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:26px;}
.panel-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-size:22px;flex:0 0 auto;}
.panel-icon.blue{background:#eaf2ff;color:#2563eb}.panel-icon.purple{background:#f1e9ff;color:#7c3aed}
.panel-heading h2{font-size:22px;margin:3px 0 7px;color:#071633;letter-spacing:-.3px;}
.panel-heading p{margin:0;color:#59708f;font-size:15px;line-height:1.5;}
.wallet-label{display:block;font-size:14px;font-weight:850;color:#0f1b32;margin-bottom:12px;}
.amount-options{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px;}
.amount-chip{height:52px;border:1px solid #dbe4f1;border-radius:13px;background:#fff;color:#0f1b32;font-weight:850;cursor:pointer;position:relative;transition:.18s ease;box-shadow:0 4px 12px rgba(15,23,42,.025);}
.amount-chip:hover{border-color:#93b5ff;background:#f8fbff}.amount-chip.active{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.10);}
.amount-chip.active:after{content:"\f00c";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;right:-8px;top:-9px;width:24px;height:24px;border-radius:50%;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:11px;}
.wallet-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}
.wallet-field label{font-size:13px;font-weight:850;color:#17233c;margin-bottom:9px;}
.input-with-suffix,.select-with-icon{height:56px;border:1px solid #dbe4f1;border-radius:14px;background:#fff;display:flex;align-items:center;padding:0 16px;gap:12px;}
.input-with-suffix input,.select-with-icon select{border:0;outline:0;background:transparent;width:100%;height:100%;font:inherit;color:#0f1b32;}
.input-with-suffix span,.select-with-icon i{color:#64748b;}
.select-with-icon select{appearance:auto;}
.secure-note{height:48px;border-radius:13px;background:#f3f7fc;color:#526783;display:flex;align-items:center;gap:10px;padding:0 16px;margin:2px 0 20px;font-weight:650;font-size:14px;}
.secure-note i{color:#2563eb;}
.wallet-submit{width:100%;height:58px;border-radius:14px;font-size:17px;font-weight:900;gap:12px;box-shadow:0 18px 38px rgba(37,99,235,.22)!important;}
.coupon-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;}
.coupon-form{display:grid;gap:18px;}
.coupon-submit{height:56px;border:0;border-radius:14px;background:#f3eaff;color:#7c3aed;font-size:17px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;}
.coupon-submit:hover{background:#eadcff;}
.coupon-art{min-height:150px;display:grid;place-items:center;margin-top:auto;}
.gift-box{position:relative;width:104px;height:104px;border-radius:28px;background:linear-gradient(145deg,#a78bfa,#7c3aed);display:grid;place-items:center;color:#fff;font-size:52px;box-shadow:0 22px 40px rgba(124,58,237,.22);}
.gift-box:before,.gift-box:after{content:"";position:absolute;width:14px;height:44px;border-radius:12px;background:#c4b5fd;transform:rotate(-35deg);top:-22px;left:30px}.gift-box:after{transform:rotate(35deg);left:auto;right:30px}
.gift-box span{position:absolute;right:-15px;bottom:-12px;width:48px;height:48px;border-radius:18px;background:#8b5cf6;display:grid;place-items:center;font-size:22px;font-weight:900;border:4px solid #fff;}
@media(max-width:1180px){.wallet-stats{grid-template-columns:repeat(2,1fr)}.wallet-main-grid{grid-template-columns:1fr}.coupon-art{min-height:120px}}
@media(max-width:640px){
  .balance-title-row{margin:8px 0 16px}.balance-title-row h1{font-size:30px}.balance-title-row p{font-size:14px}
  .wallet-dashboard{gap:16px;padding-bottom:90px}.wallet-stats{grid-template-columns:1fr 1fr;gap:12px}.wallet-stat{border-radius:18px;padding:16px;min-height:138px}.stat-icon{width:42px;height:42px;border-radius:14px;font-size:18px}.stat-arrow{display:none}.wallet-stat h3{font-size:12px}.wallet-stat strong{font-size:22px}.wallet-stat p{font-size:11px;margin-top:12px}.wallet-main-grid{gap:14px}.wallet-panel{border-radius:20px;padding:18px}.panel-icon{width:44px;height:44px;border-radius:14px}.panel-heading{gap:12px;margin-bottom:18px}.panel-heading h2{font-size:18px}.panel-heading p{font-size:13px}.amount-options{grid-template-columns:repeat(3,1fr);gap:10px}.amount-chip{height:46px;border-radius:12px}.wallet-fields{grid-template-columns:1fr;gap:12px}.input-with-suffix,.select-with-icon{height:52px;border-radius:13px}.secure-note{height:auto;min-height:44px;font-size:12px;line-height:1.4;padding:10px 12px}.wallet-submit,.coupon-submit{height:52px;font-size:15px}.coupon-art{min-height:105px}.gift-box{width:82px;height:82px;border-radius:22px;font-size:40px}.gift-box span{width:40px;height:40px;border-radius:14px;font-size:18px}.main{padding-bottom:96px!important;}
}
@media(max-width:380px){.wallet-stats{grid-template-columns:1fr}.amount-options{grid-template-columns:1fr 1fr}.wallet-stat{min-height:124px}}

/* Balance page without summary cards */
.wallet-dashboard{margin-top:18px}
.balance .wallet-stats,.wallet-stats:empty{display:none!important}
.wallet-main-grid{align-items:stretch}
@media (max-width:900px){.wallet-dashboard{margin-top:14px}.wallet-main-grid{grid-template-columns:1fr!important;gap:16px}.wallet-panel{border-radius:22px}}

/* Premium support chat page */
.support-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.support-page-head h1{margin:0 0 6px}.support-page-head p{margin:0;color:#64748b;font-weight:600}.new-ticket-btn{height:46px;border:1px solid #bfdbfe;background:#eff6ff;color:#2563eb;border-radius:14px;padding:0 18px;font-weight:900;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 30px rgba(37,99,235,.08)}.support-chat-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:stretch}.support-chat-card,.ticket-details-card{background:#fff;border:1px solid #e5eaf3;border-radius:24px;box-shadow:0 22px 60px rgba(15,23,42,.06);overflow:hidden}.support-chat-top{height:86px;border-bottom:1px solid #e8eef7;display:flex;align-items:center;gap:16px;padding:0 26px}.support-chat-top h2{font-size:20px;margin:0 0 4px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.support-chat-top p{margin:0;color:#64748b;font-weight:700}.chat-back,.chat-menu{width:44px;height:44px;border:1px solid #e5eaf3;border-radius:50%;background:#fff;color:#385071;display:grid;place-items:center;flex:0 0 44px}.chat-menu{margin-left:auto;border-color:transparent}.chat-thread{min-height:540px;max-height:640px;overflow:auto;padding:28px 26px 18px;display:flex;flex-direction:column;gap:28px;scrollbar-width:thin;scrollbar-color:#2563eb #edf4ff}.chat-thread::-webkit-scrollbar{width:8px}.chat-thread::-webkit-scrollbar-thumb{background:#2563eb;border-radius:99px}.chat-thread::-webkit-scrollbar-track{background:#edf4ff}.chat-row{display:flex;gap:14px;align-items:flex-start}.chat-row.user{justify-content:flex-end}.chat-avatar{width:44px;height:44px;border-radius:50%;background:#eff6ff;color:#2563eb;display:grid;place-items:center;flex:0 0 44px;font-size:17px}.user-avatar{background:#eaf2ff}.chat-message-wrap{max-width:min(620px,75%)}.chat-meta{display:flex;gap:16px;align-items:center;margin:0 0 8px;color:#64748b;font-size:13px}.chat-meta b{color:#0f172a}.chat-meta.right{justify-content:flex-end}.chat-bubble{border:1px solid #e7edf6;border-radius:18px;padding:16px 18px;line-height:1.65;color:#334155;font-weight:500;box-shadow:0 10px 28px rgba(15,23,42,.04)}.support-bubble{background:linear-gradient(180deg,#fff,#f8fafc)}.user-bubble{background:#eaf2ff;border-color:#dbeafe;color:#1e3a8a}.read-status{text-align:right;color:#7c95bd;font-size:12px;font-weight:700;margin-top:8px}.chat-compose{margin:0 26px 0;display:grid;grid-template-columns:44px 1fr 56px;gap:12px;align-items:center}.chat-compose input{height:56px;border:1px solid #d8e1ee;border-radius:16px;background:#fff;padding:0 18px;font-weight:600;color:#0f172a}.chat-compose input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1)}.attach-btn,.send-btn{height:56px;border:0;border-radius:16px;display:grid;place-items:center;font-size:18px}.attach-btn{background:#fff;color:#64748b;border:1px solid #e5eaf3}.send-btn{background:#2563eb;color:#fff;box-shadow:0 16px 32px rgba(37,99,235,.24)}.reply-note{text-align:center;color:#94a3b8;font-size:12px;font-weight:700;margin:12px 0 26px}.ticket-details-card{padding:30px}.ticket-details-card h3{display:flex;align-items:center;gap:12px;margin:0 0 28px;font-size:18px}.ticket-details-card h3 span{width:28px;height:28px;border-radius:50%;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-size:13px}.ticket-detail-list{display:grid;gap:24px}.ticket-detail-list div{display:flex;align-items:center;justify-content:space-between;gap:18px}.ticket-detail-list span{color:#64748b;font-weight:800}.ticket-detail-list b{text-align:right}.pill.info{background:#dbeafe;color:#2563eb}.need-help-box{margin-top:34px;border-top:1px dashed #dbe4f0;padding-top:28px;background:#f8fafc;border:1px solid #e8eef7;border-radius:18px;padding:20px}.need-help-box h4{margin:12px 0 8px}.need-help-box p{color:#64748b;line-height:1.55;margin:0 0 18px}.need-help-box button{height:44px;width:100%;border:1px solid #93c5fd;color:#2563eb;background:#fff;border-radius:12px;font-weight:900}.chat-row.just-sent{animation:chatPop .25s ease both}@keyframes chatPop{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1100px){.support-chat-layout{grid-template-columns:1fr}.ticket-details-card{order:-1}.ticket-details-card{display:grid;grid-template-columns:1fr 260px;gap:18px}.ticket-detail-list{gap:14px}.need-help-box{margin-top:0;padding-top:20px}}
@media(max-width:760px){.support-page-head{align-items:center}.new-ticket-btn{height:42px;padding:0 13px;font-size:13px}.support-chat-card,.ticket-details-card{border-radius:22px}.support-chat-layout{gap:16px}.support-chat-top{height:auto;min-height:74px;padding:16px}.support-chat-top h2{font-size:16px}.chat-thread{min-height:480px;max-height:none;padding:18px 14px;gap:22px;overflow:visible}.chat-avatar{width:36px;height:36px;flex-basis:36px;font-size:14px}.chat-message-wrap{max-width:82%}.chat-bubble{padding:13px 14px;font-size:13px;border-radius:16px}.chat-meta{font-size:11px;gap:10px}.chat-compose{margin:0 14px;grid-template-columns:40px 1fr 50px;gap:8px}.chat-compose input,.attach-btn,.send-btn{height:50px;border-radius:14px}.reply-note{margin-bottom:18px}.ticket-details-card{display:block;padding:18px}.ticket-detail-list{gap:14px}.ticket-detail-list div{font-size:13px}.need-help-box{display:none}.chat-back,.chat-menu{width:38px;height:38px;flex-basis:38px}.support-page-head h1{font-size:28px}}

/* Final support chat: chat only, no ticket panels */
.support-chat-only-head{max-width:1180px;margin-left:auto;margin-right:auto;align-items:center}
.support-online-badge{height:38px;padding:0 16px;border-radius:999px;background:#dcfce7;color:#16a34a;font-weight:900;display:inline-flex;align-items:center;gap:8px;border:1px solid #bbf7d0}
.support-online-badge i{font-size:9px}.support-chat-only-layout{display:block;max-width:1180px;margin:0 auto}.support-chat-only-card{width:100%;min-height:680px}.support-chat-clean-top{justify-content:flex-start}.support-chat-clean-top .pill{margin-left:auto}.support-chat-clean-top h2{font-size:22px}.support-chat-clean-top p{color:#64748b;font-weight:700}.support-chat-only-card .chat-thread{min-height:560px;max-height:62vh}.chat-compose-no-attach{grid-template-columns:1fr 56px}.chat-compose-no-attach input{padding-left:22px}.chat-compose-no-attach .attach-btn{display:none!important}.ticket-details-card,.new-ticket-btn,.chat-back,.chat-menu{display:none!important}
@media(max-width:760px){.support-chat-only-head{padding:0 4px}.support-online-badge{height:52px;font-size:12px;padding:0 12px}.support-chat-only-card{min-height:calc(100vh - 180px);border-radius:24px}.support-chat-clean-top{padding:18px}.support-chat-clean-top h2{font-size:18px}.support-chat-clean-top p{font-size:12px}.support-chat-clean-top .pill{font-size:11px}.support-chat-only-card .chat-thread{min-height:calc(100vh - 360px);max-height:none;overflow:visible}.chat-compose-no-attach{grid-template-columns:1fr 52px;margin:0 14px}.chat-compose-no-attach input{padding-left:16px}.support-page-head h1{font-size:30px}}


/* === Public pre-login premium header + language selector === */
.public-header{position:sticky;top:0;z-index:80;background:transparent;padding:18px 0 10px}
.public-nav{min-height:86px;border-radius:18px;background:linear-gradient(135deg,#08233f 0%,#123a60 54%,#0b2947 100%);box-shadow:0 18px 42px rgba(8,35,63,.24);display:flex;align-items:center;gap:26px;padding:0 28px;color:#fff;border:1px solid rgba(255,255,255,.1)}
.public-brand{display:flex;align-items:center;gap:14px;font-weight:900;font-size:23px;white-space:nowrap;color:#fff!important;margin-right:auto}.public-brand img{width:50px;height:50px;object-fit:contain;border-radius:14px}.public-links{display:flex;align-items:center;gap:34px;margin:auto}.public-links a{display:flex;align-items:center;gap:10px;color:#fff;font-weight:850;font-size:15.5px;opacity:.96}.public-links i{font-size:20px;color:#e9f8ff}.public-actions{display:flex;align-items:center;gap:14px;margin-left:auto}.public-btn{height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 25px;font-weight:900;color:#fff!important;border:1px solid rgba(180,236,255,.28);background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.public-register{border-color:#8ff2ff;color:#9ff3ff!important;background:rgba(12,74,110,.16);box-shadow:0 0 0 1px rgba(125,232,255,.24),inset 0 0 22px rgba(125,232,255,.04)}.public-hamb{display:none;width:44px;height:44px;border:0;background:transparent;color:#fff;font-size:24px;align-items:center;justify-content:center}.lang-switch{position:relative}.lang-current{height:48px;display:flex;align-items:center;gap:10px;border:0;border-left:1px solid rgba(255,255,255,.13);padding:0 0 0 22px;background:transparent;color:#fff;font-weight:900;cursor:pointer}.lang-current .flag{font-size:30px;line-height:1}.lang-current i{font-size:12px}.lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:160px;background:#fff;color:#0f172a;border:1px solid #dbe4ef;border-radius:14px;box-shadow:0 18px 46px rgba(15,23,42,.18);padding:8px;display:none}.lang-switch.open .lang-menu{display:grid}.lang-menu button{border:0;background:#fff;border-radius:10px;padding:10px 12px;text-align:left;font-weight:800;display:flex;align-items:center;gap:9px;cursor:pointer}.lang-menu button:hover{background:#eff6ff;color:#2563eb}.lang-menu span{font-size:21px}.mobile-drawer .lang-menu-inline{display:grid;gap:8px;margin-top:12px}.mobile-drawer .lang-menu-inline button{border:1px solid #dbeafe;background:#fff;border-radius:12px;padding:11px 14px;text-align:left;font-weight:800;color:#0f172a}.mobile-drawer .lang-menu-inline span{font-size:20px;margin-right:8px}
@media(max-width:980px){.public-nav{gap:16px;padding:0 16px}.public-links{gap:18px}.public-btn{padding:0 17px}.public-brand span{font-size:20px}}
@media(max-width:760px){.public-header{padding:0;background:#0f3559}.public-nav{width:100%;min-height:54px;height:54px;border-radius:0;padding:0 4px;background:linear-gradient(135deg,#123a60,#0d3457);box-shadow:none;border:0;gap:5px}.public-brand,.public-links{display:none!important}.public-hamb{display:flex;flex:0 0 40px}.public-actions{margin-left:auto;gap:6px;min-width:0}.public-btn{height:42px;border-radius:10px;padding:0 13px;font-size:13px}.public-login{border-color:transparent;background:rgba(255,255,255,.04)}.public-register{border-color:#9eefff;color:#b7f7ff!important}.lang-current{height:42px;padding:0 8px;border-left:0;gap:4px}.lang-current .flag{font-size:24px}.lang-menu{right:6px}.topbar{display:none!important}body{padding-top:0!important}}


/* === FINAL PUBLIC HEADER REVISION === */
.public-header{position:sticky;top:0;z-index:999;background:#0f2f4f;box-shadow:0 18px 38px rgba(15,47,79,.18)}
.public-header .container{width:min(1400px,calc(100% - 40px));}
.public-nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#0b2b49,#173f66);border:1px solid rgba(255,255,255,.08);border-radius:22px;margin-top:18px;margin-bottom:18px;padding:0 28px;box-shadow:0 18px 45px rgba(3,22,43,.28)}
.public-brand{display:flex;align-items:center;gap:14px;color:#fff;font-weight:900;font-size:24px;letter-spacing:-.6px;white-space:nowrap}.public-brand img{width:52px;height:52px;object-fit:contain}.public-links{display:flex;align-items:center;gap:34px;margin-left:auto;margin-right:auto}.public-links a{display:flex;gap:10px;align-items:center;color:#fff;font-weight:800;font-size:16px;opacity:.96}.public-links i{font-size:20px;color:#e0f7ff}.public-actions{display:flex;align-items:center;gap:16px}.public-btn{height:52px;min-width:122px;border-radius:15px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:900;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.05);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.public-register{border:2px solid #7ee9ff;color:#a8f2ff;background:rgba(126,233,255,.08)}.public-login:hover,.public-register:hover{transform:translateY(-1px);background:rgba(255,255,255,.1)}.public-hamb{display:none;border:0;background:transparent;color:#fff;font-size:26px;width:48px;height:48px;align-items:center;justify-content:center;border-radius:12px}.lang-switch{position:relative}.lang-current{height:52px;border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:16px;display:flex;gap:10px;align-items:center;padding:0 14px;cursor:pointer}.lang-current .flag{font-size:30px;line-height:1}.lang-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:156px;background:#fff;border:1px solid #dbe4ef;border-radius:16px;padding:8px;box-shadow:0 18px 44px rgba(15,23,42,.18);display:none;z-index:2000}.lang-switch.open .lang-menu{display:block}.lang-menu button,.lang-menu-inline button{width:100%;border:0;background:#fff;padding:11px 12px;border-radius:12px;display:flex;gap:10px;align-items:center;font-weight:800;cursor:pointer;color:#0f172a}.lang-menu button:hover,.lang-menu-inline button:hover{background:#eff6ff;color:#2563eb}.lang-menu-inline{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;padding:10px;background:#f8fafc;border-radius:16px}.bottom-nav.public{display:none!important}
@media(max-width:920px){
  body{padding-bottom:0!important}.public-header{position:sticky;top:0;z-index:999;background:#0b2b49}.public-header .container{width:100%;}.public-nav{height:58px;border-radius:0;margin:0;padding:0 10px;background:linear-gradient(135deg,#0b2b49,#173f66);box-shadow:0 10px 28px rgba(3,22,43,.2);gap:8px}.public-hamb{display:flex;flex:0 0 42px}.public-brand,.public-links{display:none!important}.public-actions{margin-left:auto;gap:8px;display:flex!important}.public-btn{height:40px;min-width:auto;padding:0 13px;border-radius:12px;font-size:13px}.public-register{border-width:2px}.lang-current{height:40px;border-radius:12px;padding:0 9px}.lang-current .flag{font-size:24px}.lang-current i{font-size:11px}.lang-menu{right:0;top:48px}.mobile-menu{z-index:1200}.mobile-drawer{padding-top:18px}.mobile-drawer .logo img{width:42px;height:42px}.mobile-drawer .logo span{font-size:18px}.mobile-drawer .hamb{display:grid;background:#eef4ff;color:#2563eb}.hero{padding-top:44px}.public-buy-section{padding-top:28px}.bottom-nav.public{display:none!important}
}


/* === Final public mobile menu + service/country visibility fix === */
.premium-list:empty{min-height:0!important;background:transparent!important}
.premium-list .row{display:flex!important;visibility:visible!important;opacity:1!important}
.public-mobile-menu{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.62);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:.25s ease;}
.public-mobile-menu.show{opacity:1;pointer-events:auto;}
.public-drawer-wrap{width:min(86vw,430px);height:100%;background:#fff;border-radius:0 26px 26px 0;box-shadow:24px 0 80px rgba(15,23,42,.28);overflow:auto;transform:translateX(-105%);transition:.32s cubic-bezier(.2,.8,.2,1);}
.public-mobile-menu.show .public-drawer-wrap{transform:translateX(0);}
.public-drawer-top{height:74px;background:linear-gradient(135deg,#06233f,#0b3a63);display:flex;align-items:center;gap:14px;padding:0 20px;color:#fff;position:sticky;top:0;z-index:2;box-shadow:0 10px 28px rgba(2,21,43,.22)}
.drawer-close-x{width:42px;height:42px;border:0;background:transparent;color:#dbeafe;font-size:26px;display:grid;place-items:center;cursor:pointer}
.drawer-auth-link{margin-left:auto;color:#fff;font-weight:900;font-size:16px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.05)}
.drawer-register-btn{color:#a5f3fc;border:2px solid #67e8f9;padding:12px 18px;border-radius:14px;font-weight:900;background:rgba(103,232,249,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.public-drawer-body{padding:26px 22px 34px;background:linear-gradient(180deg,#fff,#f8fbff)}
.drawer-big-link{display:grid;grid-template-columns:54px 1fr 18px;align-items:center;gap:16px;min-height:78px;border-bottom:1px solid #e7edf5;color:#071536;font-size:24px;font-weight:900;letter-spacing:-.02em}
.drawer-big-link>i:first-child{font-size:30px;color:#1565d8;width:46px;text-align:center}.drawer-big-link>i:last-child{font-size:19px;color:#66758f}
.drawer-feature-card{display:grid;grid-template-columns:62px 1fr 18px;gap:16px;align-items:center;margin-top:18px;padding:20px;border:1px solid #cfe6ff;border-radius:20px;background:linear-gradient(135deg,#f8fcff,#eef8ff);box-shadow:0 14px 35px rgba(37,99,235,.08)}
.drawer-feature-card b{display:block;font-size:19px;color:#0b1736;margin-bottom:5px}.drawer-feature-card small{display:block;color:#66758f;font-size:14px;line-height:1.45}.feature-circle{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;display:grid;place-items:center;font-size:25px;box-shadow:0 10px 28px rgba(37,99,235,.25)}
.drawer-social-title{font-size:18px;font-weight:900;color:#64748b;margin:28px 0 14px}.drawer-socials{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.drawer-socials a{height:54px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;display:grid;place-items:center;font-size:24px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.drawer-socials .fa-instagram{color:#e1306c}.drawer-socials .fa-youtube{color:#ff0000}.drawer-socials .fa-facebook-f{color:#1877f2}.drawer-socials .fa-twitter{color:#1da1f2}.drawer-socials .fa-telegram{color:#229ed9}
.drawer-secure-card{margin-top:28px;padding:22px;border-radius:22px;background:linear-gradient(135deg,#f8fbff,#eef6ff);display:flex;gap:16px;align-items:center;overflow:hidden;position:relative}.drawer-secure-card:after{content:'✓';position:absolute;right:26px;bottom:6px;font-size:90px;color:rgba(37,99,235,.12);font-weight:900}.drawer-secure-card span{width:46px;height:46px;border-radius:16px;background:#eaf2ff;color:#2563eb;display:grid;place-items:center}.drawer-secure-card b{display:block;color:#0b1736;font-size:18px}.drawer-secure-card small{display:block;color:#66758f;margin-top:4px}
@media (min-width:901px){.public-mobile-menu{display:none!important}}
@media (max-width:900px){.public-header{position:sticky!important;top:0;z-index:90}.public-links{display:none!important}.public-brand{display:none!important}.public-nav{height:74px}.public-hamb{display:grid!important;width:46px;height:46px;border:0;background:transparent;color:#fff;font-size:22px}.public-header{background:linear-gradient(135deg,#06233f,#0b3a63)!important;box-shadow:0 12px 30px rgba(15,23,42,.22)}.public-actions{margin-left:auto}.public-actions .public-btn{display:inline-flex!important;padding:10px 14px;border-radius:12px;font-size:14px}.public-actions .public-register{border:2px solid #67e8f9;color:#a5f3fc;background:rgba(103,232,249,.08)}.public-actions .public-login{color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.lang-switch{display:block!important}.bottom-nav.public{display:none!important}.public-buy-section{padding-top:26px}}
@media (max-width:430px){.drawer-register-btn{padding:10px 12px}.drawer-auth-link{padding:10px 10px}.drawer-big-link{font-size:20px;min-height:66px;grid-template-columns:44px 1fr 16px}.drawer-big-link>i:first-child{font-size:25px}.public-drawer-body{padding:20px 16px 28px}.drawer-feature-card{grid-template-columns:52px 1fr 14px;padding:16px}.feature-circle{width:46px;height:46px}.drawer-socials{gap:9px}.drawer-socials a{height:48px}.public-actions .public-btn{font-size:13px;padding:9px 10px}.lang-current{padding:6px!important}}


/* Final service/country table polish */
.public-buy-head{display:none!important}
.public-buy-section{padding-top:32px!important}
.public-buy-shell{width:min(1180px,100%)!important;}
.premium-card{padding:26px!important}
.premium-card h2{font-size:22px!important;margin-bottom:18px!important}
.premium-search{height:54px!important;border-radius:18px!important}
.premium-search input{font-size:16px!important}
.premium-list{max-height:430px!important;border-radius:20px!important;scrollbar-width:thin;scrollbar-color:#2563eb #eef4ff;}
.premium-list::-webkit-scrollbar{width:9px;height:9px}
.premium-list::-webkit-scrollbar-track{background:#eef4ff;border-radius:20px}
.premium-list::-webkit-scrollbar-thumb{background:#2563eb;border-radius:20px}
.premium-list .row{display:grid!important;grid-template-columns:34px minmax(0,1fr) minmax(132px,170px)!important;align-items:center!important;gap:16px!important;min-height:70px!important;padding:16px 18px!important;}
.premium-list .row.selected-only{grid-template-columns:34px minmax(0,1fr) minmax(132px,170px) 38px!important;}
.premium-list .name{font-size:17px!important;gap:12px!important;min-width:0!important;}
.premium-list .name span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.service-icon{font-size:24px!important;width:30px!important;min-width:30px!important;text-align:center!important;}
.flag-img{width:30px!important;height:21px!important;border-radius:5px!important;min-width:30px!important;}
.flag-emoji{font-size:25px!important;line-height:1!important;min-width:30px!important;display:inline-block;text-align:center;}
.star-btn{width:30px!important;height:30px!important;border:0!important;background:transparent!important;display:grid!important;place-items:center!important;}
.premium-list .row .star-btn .star{font-size:19px!important;}
.premium-list .price{margin-left:auto!important;text-align:right!important;display:grid!important;grid-template-columns:auto auto!important;grid-template-areas:"label amount" "stock stock"!important;column-gap:4px!important;align-items:baseline!important;justify-content:end!important;min-width:132px!important;color:#667894!important;line-height:1.12!important;}
.premium-list .price .price-label{grid-area:label;font-size:13px!important;color:#667894!important;}
.premium-list .price b{grid-area:amount;font-size:17px!important;color:#071633!important;}
.premium-list .price .green{grid-area:stock!important;font-size:12px!important;color:#07934a!important;white-space:nowrap!important;}
.public-buy-section .premium-list{min-height:360px!important;}
.public-checkout-card{margin-top:4px!important;}
.svc-twitter,.svc-uber{color:#111827}.svc-airbnb{color:#ff385c}.svc-netflix{color:#e50914}.svc-spotify{color:#1db954}.svc-binance{color:#f0b90b}.svc-paypal{color:#003087}.svc-viber{color:#7360f2}.svc-yahoo{color:#6001d2}.svc-snapchat{color:#fffc00;text-shadow:0 0 0 #111}
@media(max-width:640px){
 .public-buy-section{padding-top:18px!important}
 .premium-card{padding:14px!important}
 .premium-card h2{font-size:16px!important;margin-bottom:12px!important}
 .premium-search{height:46px!important;border-radius:14px!important}
 .premium-search input{font-size:13px!important}
 .premium-list{max-height:310px!important;border-radius:15px!important}
 .premium-list .row{grid-template-columns:24px minmax(0,1fr) minmax(88px,108px)!important;gap:9px!important;min-height:58px!important;padding:12px 10px!important;}
 .premium-list .row.selected-only{grid-template-columns:24px minmax(0,1fr) minmax(88px,108px) 28px!important;}
 .premium-list .name{font-size:13px!important;gap:8px!important;}
 .service-icon{font-size:19px!important;width:22px!important;min-width:22px!important;}
 .flag-img{width:24px!important;height:17px!important;min-width:24px!important;}
 .flag-emoji{font-size:20px!important;min-width:24px!important;}
 .premium-list .row .star-btn .star{font-size:15px!important;}
 .star-btn{width:22px!important;height:22px!important;}
 .premium-list .price{min-width:88px!important;}
 .premium-list .price .price-label{font-size:11px!important;}
 .premium-list .price b{font-size:13px!important;}
 .premium-list .price .green{font-size:9.5px!important;}
 .public-buy-section .premium-list{min-height:205px!important;}
}


/* Final fixes: remove duplicate right-side search icons and force visible language flags */
.search-right{display:none!important}
.flag-icon{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block;box-shadow:0 0 0 1px rgba(255,255,255,.35)}
.lang-menu .flag-icon,.lang-menu-inline .flag-icon{width:23px;height:23px}
.lang-current .flag{display:inline-flex;align-items:center;justify-content:center;min-width:30px}
@media(max-width:760px){.flag-icon{width:25px;height:25px}.lang-current .flag{min-width:25px}}

/* === Final requested fixes: auth buttons, public pages, panel sidebar === */
.auth-panel{max-width:680px;}
.auth-submit{background:linear-gradient(135deg,#0b3a63,#06233f)!important;box-shadow:0 18px 42px rgba(6,35,63,.28)!important;}
.auth-submit:hover{box-shadow:0 24px 54px rgba(6,35,63,.34)!important;}
@media(min-width:901px){.auth-premium{padding:34px 20px}.auth-panel{padding:48px 54px;border-radius:28px}.auth-copy h1{font-size:42px}.auth-input{height:60px}.auth-submit{height:62px;font-size:19px}.google-btn{height:58px}.side a[href="/api/"]{display:none!important}}
.public-page-main{padding:70px 0}.public-page-main .content{max-width:980px;margin:0 auto}.public-page-main .section-title{text-align:left;margin-left:0}
@media(max-width:900px){.public-page-main{padding:40px 0 80px}.public-page-main .section-title{text-align:left}.auth-panel{max-width:100%}}


/* === User panel mobile header + drawer final design === */
@media (min-width: 921px){
  body.user-panel-page .app-mobile-header,
  body.buy-premium-page .app-mobile-header{display:none!important;}
}
@media (max-width: 920px){
  body.user-panel-page,
  body.buy-premium-page{background:#f6f9fd!important;}
  body.user-panel-page .main,
  body.buy-premium-page .main{padding-top:0!important;}
  body.user-panel-page .panel-top.app-mobile-header.user-mobile-header-final,
  body.buy-premium-page .panel-top.app-mobile-header.user-mobile-header-final{
    display:flex!important;
    position:sticky!important;
    top:0!important;
    z-index:900!important;
    height:62px!important;
    margin:0 -14px 18px!important;
    padding:0 12px!important;
    align-items:center!important;
    justify-content:space-between!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(135deg,#06233f 0%,#0b3a63 100%)!important;
    box-shadow:0 12px 28px rgba(6,35,63,.25)!important;
  }
  .user-mobile-header-final .app-menu-button{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:0!important;
    border-radius:12px!important;
    color:#fff!important;
    background:rgba(255,255,255,.08)!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important;
    font-size:18px!important;
  }
  .user-mobile-header-final .app-header-logo{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    height:42px!important;
  }
  .user-mobile-header-final .app-header-logo img{
    display:block!important;
    width:auto!important;
    height:34px!important;
    max-width:160px!important;
    object-fit:contain!important;
  }
  .app-notify-button{
    position:relative!important;
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#fff!important;
    font-size:20px!important;
  }
  .app-notify-button span{
    position:absolute!important;
    top:4px!important;
    right:4px!important;
    min-width:17px!important;
    height:17px!important;
    border-radius:999px!important;
    display:grid!important;
    place-items:center!important;
    background:#2563eb!important;
    color:#fff!important;
    border:2px solid #06233f!important;
    font-size:10px!important;
    font-weight:900!important;
  }
  body.user-panel-page .mobile-menu,
  body.buy-premium-page .mobile-menu{
    position:fixed!important;
    inset:0!important;
    z-index:1200!important;
    background:rgba(15,23,42,.42)!important;
    backdrop-filter:blur(5px)!important;
    display:none!important;
  }
  body.user-panel-page .mobile-menu.show,
  body.buy-premium-page .mobile-menu.show{display:block!important;}
  .user-mobile-drawer-final{
    width:min(286px,82vw)!important;
    height:calc(100dvh - 12px)!important;
    margin:6px 0 6px 6px!important;
    border-radius:0 22px 22px 0!important;
    background:#fff!important;
    padding:14px!important;
    box-shadow:24px 0 60px rgba(15,23,42,.22)!important;
    overflow-y:auto!important;
    transform:translateX(-110%)!important;
    transition:transform .24s ease!important;
  }
  .mobile-menu.show .user-mobile-drawer-final{transform:translateX(0)!important;}
  .user-mobile-drawer-final .drawer-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin:0 0 14px!important;
  }
  .user-mobile-drawer-final .drawer-head .logo{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    padding:0!important;
    margin:0!important;
    font-weight:900!important;
    color:#0f172a!important;
    font-size:12px!important;
  }
  .user-mobile-drawer-final .drawer-head .logo img{height:25px!important;width:auto!important;max-width:118px!important;object-fit:contain!important;}
  .user-mobile-drawer-final .drawer-close-btn{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:0!important;
    border-radius:14px!important;
    color:#2563eb!important;
    background:#eef4ff!important;
    font-size:18px!important;
  }
  .user-mobile-drawer-final .drawer-balance-card{
    margin:0 0 14px!important;
    padding:17px!important;
    border-radius:18px!important;
    color:#fff!important;
    background:radial-gradient(circle at 85% 20%,rgba(96,165,250,.35),transparent 25%),linear-gradient(135deg,#0b1f55 0%,#1e40af 100%)!important;
    box-shadow:0 18px 42px rgba(30,64,175,.25)!important;
  }
  .user-mobile-drawer-final .drawer-balance-card span{display:block!important;font-size:12px!important;font-weight:800!important;opacity:.82!important;margin-bottom:6px!important;}
  .user-mobile-drawer-final .drawer-balance-card strong{display:block!important;font-size:27px!important;letter-spacing:-.7px!important;margin-bottom:10px!important;}
  .user-mobile-drawer-final .drawer-balance-card a{display:inline-flex!important;align-items:center!important;gap:8px!important;background:rgba(255,255,255,.16)!important;color:#fff!important;border-radius:14px!important;padding:10px 14px!important;font-size:13px!important;font-weight:900!important;margin:0!important;}
  .user-mobile-drawer-final .drawer-links{display:grid!important;gap:5px!important;}
  .user-mobile-drawer-final .drawer-links a{
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    min-height:42px!important;
    padding:11px 14px!important;
    margin:0!important;
    border-radius:14px!important;
    color:#263b56!important;
    font-size:14px!important;
    font-weight:850!important;
    background:transparent!important;
  }
  .user-mobile-drawer-final .drawer-links a i{width:18px!important;text-align:center!important;color:#334e6d!important;font-size:15px!important;}
  .user-mobile-drawer-final .drawer-links a.active,
  .user-mobile-drawer-final .drawer-links a:hover{
    background:#eef5ff!important;
    color:#2563eb!important;
  }
  .user-mobile-drawer-final .drawer-links a.active i,
  .user-mobile-drawer-final .drawer-links a:hover i{color:#2563eb!important;}
  .user-mobile-drawer-final .drawer-links .drawer-logout{
    margin-top:10px!important;
    background:#fee2e2!important;
    color:#ef4444!important;
    justify-content:flex-start!important;
  }
  .user-mobile-drawer-final .drawer-links .drawer-logout i{color:#ef4444!important;}
  body.user-panel-page .bottom-nav.user,
  body.buy-premium-page .bottom-nav.user{
    z-index:850!important;
  }
}


/* === Mobile user panel header language + full width polish === */
@media (max-width: 920px){
  html,body{max-width:100%;overflow-x:hidden;}
  body.user-panel-page .main,
  body.buy-premium-page .main{
    width:100%!important;
    max-width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  body.user-panel-page .panel-top.app-mobile-header.user-mobile-header-final,
  body.buy-premium-page .panel-top.app-mobile-header.user-mobile-header-final{
    width:calc(100vw)!important;
    max-width:none!important;
    margin-left:-12px!important;
    margin-right:-12px!important;
    padding-left:12px!important;
    padding-right:12px!important;
    border-radius:0!important;
    left:0!important;
    right:0!important;
    box-sizing:border-box!important;
  }
  .user-mobile-header-final .app-menu-button{
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
    background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;
    color:#fff!important;
    box-shadow:0 8px 20px rgba(37,99,235,.28)!important;
    border:0!important;
  }
  .panel-lang-switch{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    min-width:50px!important;
    z-index:950!important;
  }
  .panel-lang-current{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    height:42px!important;
    min-width:52px!important;
    padding:0 7px!important;
    border:0!important;
    border-radius:13px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)!important;
  }
  .panel-lang-current .flag{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .panel-lang-current .flag img{
    width:27px!important;
    height:27px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    display:block!important;
  }
  .panel-lang-current i{font-size:11px!important;color:#fff!important;}
  .panel-lang-switch .lang-menu{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    right:0!important;
    min-width:152px!important;
    padding:8px!important;
    border-radius:16px!important;
    border:1px solid #dbeafe!important;
    background:#fff!important;
    box-shadow:0 20px 46px rgba(15,23,42,.18)!important;
    display:none!important;
    z-index:1400!important;
  }
  .panel-lang-switch.open .lang-menu{display:grid!important;gap:5px!important;}
  .panel-lang-switch .lang-menu button{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    border:0!important;
    background:transparent!important;
    padding:9px 10px!important;
    border-radius:12px!important;
    color:#0f172a!important;
    font-weight:800!important;
    cursor:pointer!important;
  }
  .panel-lang-switch .lang-menu button:hover{background:#eff6ff!important;color:#2563eb!important;}
  .panel-lang-switch .lang-menu img{width:24px!important;height:24px!important;border-radius:50%!important;object-fit:cover!important;}
}


/* === Desktop user panel top header layout === */
.desktop-panel-header{display:none}
@media (min-width:1101px){
  body.user-panel-page, body.buy-premium-page{background:#f5f8fc!important;}
  body.user-panel-page .side, body.buy-premium-page .side, body.buy-premium-page .buy-side{display:none!important;}
  body.user-panel-page .layout, body.buy-premium-page .layout, body.buy-premium-page .buy-layout{display:block!important;grid-template-columns:1fr!important;min-height:100vh!important;background:#f5f8fc!important;}
  body.user-panel-page .main, body.buy-premium-page .main, body.buy-premium-page .buy-main{max-width:1500px!important;margin:0 auto!important;padding:34px 40px 60px!important;}
  body.user-panel-page .panel-top, body.buy-premium-page .panel-top{display:none!important;}
  body.user-panel-page .bottom-nav.user, body.buy-premium-page .bottom-nav.user{display:none!important;}
  .desktop-panel-header{display:flex!important;align-items:center;gap:22px;position:sticky;top:14px;z-index:1000;margin:14px auto 22px;width:min(1560px,calc(100% - 32px));height:78px;padding:0 18px 0 22px;border-radius:16px;background:linear-gradient(135deg,#06233f 0%,#0b3a63 100%);box-shadow:0 18px 46px rgba(6,35,63,.24);color:#fff;}
  .desktop-panel-brand{display:flex;align-items:center;gap:12px;min-width:190px;color:#fff!important;font-weight:900;font-size:18px;white-space:nowrap;}
  .desktop-panel-brand img{height:38px;width:auto;display:block;}
  .desktop-panel-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center;min-width:0;}
  .desktop-panel-nav a{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 13px;border-radius:10px;color:rgba(255,255,255,.88);font-weight:800;font-size:14px;white-space:nowrap;transition:.18s ease;cursor:pointer;}
  .desktop-panel-nav a i{font-size:15px;color:rgba(255,255,255,.9)!important;-webkit-text-fill-color:rgba(255,255,255,.9)!important;}
  .desktop-panel-nav a:hover,.desktop-panel-nav a.active{background:rgba(37,99,235,.38);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
  .desktop-panel-nav a.logout-link{color:#ffd7d7!important;}
  .desktop-panel-nav a.logout-link i{color:#ffb4b4!important;-webkit-text-fill-color:#ffb4b4!important;}
  .desktop-panel-actions{display:flex;align-items:center;gap:10px;}
  .desktop-lang-switch{position:relative;}
  .desktop-lang-current{height:44px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.06);color:#fff;padding:0 14px;display:flex;align-items:center;gap:9px;font-weight:800;cursor:pointer;}
  .desktop-lang-current .flag{font-size:20px;line-height:1;display:inline-flex!important;}
  .desktop-lang-switch .lang-menu{top:52px;right:0;left:auto;}
  .desktop-lang-switch .lang-menu .flag,.desktop-lang-switch .lang-menu span{display:inline-flex!important;}
}
@media (max-width:1260px) and (min-width:1101px){
  .desktop-panel-header{gap:12px;padding-left:16px;padding-right:14px;}
  .desktop-panel-brand{min-width:155px;font-size:16px;}
  .desktop-panel-brand img{height:34px;}
  .desktop-panel-nav a{font-size:13px;padding:0 9px;gap:6px;}
}

/* === Requested final fixes: desktop panel logo text, mobile menu button, bottom navbar === */
.desktop-panel-brand span{display:none!important}
.desktop-panel-brand img{width:40px!important;height:40px!important;object-fit:contain!important}
.user-mobile-header-final .app-menu-button,
.panel-top.app-mobile-header .app-menu-button,
.mobile-panel-btn.app-menu-button{
  background:linear-gradient(135deg,#0b3a63,#06233f)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 8px 18px rgba(6,35,63,.28)!important;
  border-radius:12px!important;
}
.user-mobile-header-final .app-menu-button i,
.panel-top.app-mobile-header .app-menu-button i,
.mobile-panel-btn.app-menu-button i{color:#fff!important}
.bottom-nav{display:none!important}
body{padding-bottom:0!important}
@media(max-width:920px){.bottom-nav{display:none!important}.main{padding-bottom:24px!important}}


/* === Requested 2026-06-27: sticky public header, panel header polish, local flags === */
/* Public homepage/header follows scroll on mobile and desktop */
.public-header{
  position:sticky!important;
  top:0!important;
  z-index:2000!important;
}

/* User panel desktop header: full width, no side gaps, not sticky */
@media (min-width:1101px){
  body.user-panel-page .desktop-panel-header,
  body.buy-premium-page .desktop-panel-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 28px 0!important;
    border-radius:0!important;
    height:76px!important;
    padding-left:28px!important;
    padding-right:28px!important;
    box-sizing:border-box!important;
  }
  body.user-panel-page .main,
  body.buy-premium-page .main,
  body.buy-premium-page .buy-main{
    padding-top:0!important;
  }
}

/* User panel mobile header sticks while scrolling and fills full viewport width */
@media (max-width:920px){
  body.user-panel-page .panel-top.app-mobile-header.user-mobile-header-final,
  body.buy-premium-page .panel-top.app-mobile-header.user-mobile-header-final{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    border-radius:0!important;
    box-sizing:border-box!important;
  }
  /* Match public mobile hamburger: dark blue square, white icon */
  .user-mobile-header-final .app-menu-button,
  .panel-top.app-mobile-header .app-menu-button,
  .mobile-panel-btn.app-menu-button{
    width:42px!important;
    height:42px!important;
    border-radius:9px!important;
    background:#0b3a63!important;
    background:linear-gradient(135deg,#0b3a63,#06233f)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 10px 22px rgba(6,35,63,.28)!important;
  }
  .user-mobile-header-final .app-menu-button i,
  .panel-top.app-mobile-header .app-menu-button i,
  .mobile-panel-btn.app-menu-button i{color:#fff!important;font-size:19px!important;}
  /* Hide logo in user panel opened drawer */
  .user-mobile-drawer-final .drawer-head{justify-content:flex-end!important;}
  .user-mobile-drawer-final .drawer-head .logo{display:none!important;}
}

/* Local flag images in language buttons */
.lang-current .flag img,
.desktop-lang-current .flag img,
.panel-lang-current .flag img,
.lang-menu img,
.lang-menu-inline img{
  width:26px!important;
  height:26px!important;
  object-fit:cover!important;
  border-radius:50%!important;
  display:block!important;
}
.desktop-lang-current .flag img{width:24px!important;height:24px!important;}
.lang-menu img,.lang-menu-inline img{width:22px!important;height:22px!important;}
@media(max-width:920px){
  .lang-current .flag img,.panel-lang-current .flag img{width:25px!important;height:25px!important;}
}


/* === Final requested fix: public header text removed, mobile user header fixed, no user bottom nav === */
.public-header .public-brand span{display:none!important;}
.public-header .public-brand{gap:0!important;}
/* remove user bottom navigation everywhere */
.bottom-nav.user{display:none!important;}
body.user-panel-page, body.buy-premium-page{padding-bottom:0!important;}
@media (max-width:920px){
  body.user-panel-page, body.buy-premium-page{padding-bottom:0!important;}
  body.user-panel-page .main,
  body.buy-premium-page .main,
  body.buy-premium-page .buy-main{
    padding-top:74px!important;
  }
  body.user-panel-page .panel-top.app-mobile-header.user-mobile-header-final,
  body.buy-premium-page .panel-top.app-mobile-header.user-mobile-header-final{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    border-radius:0!important;
    transform:none!important;
    z-index:3000!important;
    box-sizing:border-box!important;
  }
  .user-mobile-drawer-final .drawer-head .logo{display:none!important;}
}
@media (min-width:1101px){
  body.user-panel-page .desktop-panel-header,
  body.buy-premium-page .desktop-panel-header{
    position:relative!important;
    top:auto!important;
  }
}

/* Final fix: keep public home mobile header visible while scrolling */
@media (max-width: 900px){
  body.has-public-premium-menu > .public-header{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9998 !important;
    background: linear-gradient(135deg,#06233f,#0b3a63) !important;
    box-shadow: 0 12px 30px rgba(15,23,42,.22) !important;
  }
  body.has-public-premium-menu{
    padding-top: 58px !important;
  }
  body.has-public-premium-menu .public-nav{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}

/* === User panel full-screen mobile menu redesign === */
@media (max-width:920px){
  body.user-panel-page .mobile-menu,
  body.buy-premium-page .mobile-menu{
    background:rgba(15,23,42,.58)!important;
    backdrop-filter:blur(6px)!important;
    z-index:5000!important;
  }
  .user-mobile-drawer-final{
    width:100vw!important;
    max-width:100vw!important;
    height:100dvh!important;
    margin:0!important;
    border-radius:0 0 28px 28px!important;
    padding:0!important;
    background:#fff!important;
    overflow-y:auto!important;
    box-shadow:0 30px 80px rgba(6,35,63,.24)!important;
  }
  .mobile-menu.show .user-mobile-drawer-final{transform:translateX(0)!important;}
  .user-drawer-top-final{
    height:96px!important;
    padding:18px 18px!important;
    background:linear-gradient(135deg,#06233f 0%,#0b3a63 100%)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:12px!important;
    box-shadow:0 12px 30px rgba(6,35,63,.22)!important;
  }
  .user-drawer-lang.lang-switch{position:relative!important;}
  .user-drawer-lang .lang-current{
    height:58px!important;
    min-width:154px!important;
    padding:0 16px!important;
    border:0!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    font-weight:900!important;
    font-size:19px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important;
  }
  .user-drawer-lang .lang-current .flag img{width:28px!important;height:28px!important;border-radius:6px!important;object-fit:cover!important;}
  .user-drawer-lang .lang-current i{color:#fff!important;font-size:13px!important;}
  .user-drawer-lang .lang-menu{
    right:0!important;
    top:68px!important;
    min-width:165px!important;
    z-index:5600!important;
  }
  .user-drawer-close-final{
    width:58px!important;
    height:58px!important;
    display:grid!important;
    place-items:center!important;
    border:0!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    font-size:28px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important;
  }
  .user-mobile-drawer-final .drawer-head{display:none!important;}
  .user-mobile-drawer-final .drawer-balance-card{
    margin:24px 24px 26px!important;
    padding:28px 28px!important;
    border-radius:24px!important;
    min-height:178px!important;
    background:radial-gradient(circle at 84% 18%,rgba(96,165,250,.36),transparent 30%),linear-gradient(135deg,#0b1f55 0%,#1d4ed8 100%)!important;
    box-shadow:0 22px 52px rgba(29,78,216,.24)!important;
    position:relative!important;
    overflow:hidden!important;
  }
  .user-mobile-drawer-final .drawer-balance-card:after{
    content:'\f555';
    font-family:'Font Awesome 6 Free';
    font-weight:900;
    position:absolute;
    right:42px;
    top:54px;
    font-size:62px;
    color:rgba(255,255,255,.14);
  }
  .user-mobile-drawer-final .drawer-balance-card span{font-size:18px!important;font-weight:850!important;opacity:.88!important;margin-bottom:12px!important;}
  .user-mobile-drawer-final .drawer-balance-card strong{font-size:50px!important;line-height:1!important;margin-bottom:28px!important;font-weight:900!important;}
  .user-mobile-drawer-final .drawer-balance-card a{
    border-radius:18px!important;
    padding:16px 24px!important;
    font-size:20px!important;
    background:rgba(255,255,255,.18)!important;
    color:#fff!important;
  }
  .user-mobile-drawer-final .drawer-links{
    display:grid!important;
    gap:0!important;
    padding:0 24px 32px!important;
  }
  .user-mobile-drawer-final .drawer-links a{
    position:relative!important;
    min-height:76px!important;
    padding:0 12px!important;
    border-radius:0!important;
    border-bottom:1px solid #edf2f7!important;
    color:#0b1b3f!important;
    font-size:25px!important;
    font-weight:900!important;
    display:flex!important;
    align-items:center!important;
    gap:30px!important;
    background:transparent!important;
  }
  .user-mobile-drawer-final .drawer-links a:after{
    content:'\f105';
    font-family:'Font Awesome 6 Free';
    font-weight:900;
    margin-left:auto;
    color:#0b1b3f;
    font-size:24px;
  }
  .user-mobile-drawer-final .drawer-links a i{width:42px!important;text-align:center!important;color:#274460!important;font-size:28px!important;}
  .user-mobile-drawer-final .drawer-links a.active{
    background:#eef6ff!important;
    border-bottom-color:transparent!important;
    border-radius:22px!important;
    color:#2563eb!important;
    margin:0 0 6px!important;
    box-shadow:inset 0 0 0 1px #dbeafe!important;
  }
  .user-mobile-drawer-final .drawer-links a.active i,
  .user-mobile-drawer-final .drawer-links a.active:after{color:#2563eb!important;}
  .user-mobile-drawer-final .drawer-links .drawer-logout{
    min-height:76px!important;
    margin:28px 0 0!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:24px!important;
    background:#fee2e2!important;
    color:#ef4444!important;
    box-shadow:none!important;
  }
  .user-mobile-drawer-final .drawer-links .drawer-logout:after{display:none!important;}
  .user-mobile-drawer-final .drawer-links .drawer-logout i{color:#ef4444!important;}
}
@media (max-width:430px){
  .user-drawer-top-final{height:76px!important;padding:12px 14px!important;}
  .user-drawer-lang .lang-current{height:48px!important;min-width:126px!important;font-size:15px!important;border-radius:14px!important;}
  .user-drawer-close-final{width:48px!important;height:48px!important;font-size:22px!important;border-radius:14px!important;}
  .user-mobile-drawer-final .drawer-balance-card{margin:18px 14px 20px!important;padding:20px!important;min-height:134px!important;border-radius:18px!important;}
  .user-mobile-drawer-final .drawer-balance-card span{font-size:13px!important;}
  .user-mobile-drawer-final .drawer-balance-card strong{font-size:34px!important;margin-bottom:16px!important;}
  .user-mobile-drawer-final .drawer-balance-card a{font-size:14px!important;padding:11px 15px!important;border-radius:14px!important;}
  .user-mobile-drawer-final .drawer-links{padding:0 14px 24px!important;}
  .user-mobile-drawer-final .drawer-links a{min-height:58px!important;font-size:17px!important;gap:18px!important;padding:0 10px!important;}
  .user-mobile-drawer-final .drawer-links a i{font-size:19px!important;width:28px!important;}
  .user-mobile-drawer-final .drawer-links a:after{font-size:17px!important;}
  .user-mobile-drawer-final .drawer-links .drawer-logout{min-height:60px!important;border-radius:16px!important;padding:0 18px!important;}
}


/* Premium Orders Page Revize */
.orders-premium-page{width:min(1460px,100%);margin:0 auto;padding:18px 18px 48px;background:radial-gradient(circle at 90% 0,rgba(37,99,235,.08),transparent 30%)}
.orders-hero{display:grid;grid-template-columns:76px 1fr 180px;align-items:center;gap:20px;margin:8px 0 34px}
.orders-title-icon{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#ffffff);color:#4f6df5;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 40px rgba(79,109,245,.1)}
.orders-hero h1{font-size:46px;line-height:1;margin:0 0 8px;letter-spacing:-1.3px}.orders-hero .page-lead{margin:0;color:#64748b;font-weight:600;line-height:1.6}.orders-hero-art{height:92px;position:relative;display:grid;place-items:center;color:#c7d2fe;font-size:58px}.orders-hero-art span{position:absolute;right:22px;top:19px;width:42px;height:42px;border-radius:50%;background:#52d6bd;color:#fff;font-size:18px;display:grid;place-items:center;box-shadow:0 12px 24px rgba(82,214,189,.25)}
.premium-orders-list{display:grid;gap:22px}.premium-order-card{background:rgba(255,255,255,.94);border:1px solid #e4eaf3;border-radius:28px;box-shadow:0 22px 70px rgba(15,23,42,.065);padding:26px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:22px;align-items:start;transition:.2s}.premium-order-card:hover{transform:translateY(-2px);box-shadow:0 28px 80px rgba(15,23,42,.09)}
.order-service-logo{width:76px;height:76px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;font-size:32px;box-shadow:inset 0 0 0 1px #e8eef7}.order-service-logo.youtube{color:#ff0000}.order-service-logo.telegram{color:#28a8ea}.order-service-logo.openai{color:#10a37f}
.premium-order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.order-code-line{display:flex;align-items:center;gap:12px;color:#8392ad;font-weight:800}.order-code-line b{color:#071633;font-size:18px}.order-code-line span{width:5px;height:5px;border-radius:50%;background:#2563eb;display:inline-block}.order-code-line time{font-size:13px}.premium-order-top h2{font-size:25px;line-height:1.1;margin:12px 0 8px}.premium-order-top em{font-style:normal;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eef4ff;color:#2563eb;font-weight:850;font-size:13px}.order-side-info{display:grid;justify-items:end;gap:22px}.order-side-info strong{display:inline-flex;align-items:center;gap:9px;color:#64748b;font-size:17px}.premium-order-meta{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #e4eaf3;border-radius:20px;background:#fbfdff;overflow:hidden}.meta-box{min-height:78px;display:flex;align-items:center;gap:16px;padding:16px 20px;position:relative}.meta-box+ .meta-box{border-left:1px solid #e4eaf3}.meta-icon{width:46px;height:46px;border-radius:15px;background:#eaf0ff;color:#3367ee;display:grid;place-items:center;font-size:18px;flex:0 0 46px}.meta-icon.purple{background:#f1e9ff;color:#7c3aed}.meta-box small{display:block;color:#7b8ca9;font-weight:800;margin-bottom:6px}.meta-box b{font-size:17px;color:#071633}.copy-btn{width:32px;height:52px;border:0;background:transparent;color:#516985;display:grid;place-items:center;border-radius:9px;cursor:pointer;margin-left:2px}.copy-btn:hover{background:#eef4ff;color:#2563eb}.copy-btn.copied{background:#dcfce7;color:#15803d}.meta-arrow{margin-left:auto;color:#335173}.orders-secure-note{text-align:center;color:#94a3b8;font-weight:800;margin:18px 0 0}.copy-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:#0f172a;color:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 18px 45px rgba(15,23,42,.24);z-index:99999;transition:.22s;display:flex;align-items:center;gap:8px}.copy-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:920px){.orders-premium-page{padding:18px 10px 38px}.orders-hero{grid-template-columns:1fr;gap:8px;margin-top:12px}.orders-title-icon,.orders-hero-art{display:none}.orders-hero h1{font-size:31px}.premium-order-card{grid-template-columns:56px 1fr;border-radius:22px;padding:16px;gap:12px}.order-service-logo{width:54px;height:54px;font-size:25px}.premium-order-top{display:grid;grid-template-columns:1fr auto;margin-bottom:18px}.order-code-line{gap:8px;flex-wrap:wrap}.order-code-line b{font-size:14px}.order-code-line time{font-size:11px}.premium-order-top h2{font-size:17px;margin:8px 0 7px}.premium-order-top em{font-size:11px;padding:5px 8px}.order-side-info{gap:16px}.order-side-info strong{font-size:13px}.premium-order-meta{grid-template-columns:1fr;border-radius:18px}.meta-box+ .meta-box{border-left:0;border-top:1px solid #e4eaf3}.meta-box{min-height:68px;padding:13px 14px;gap:12px}.meta-icon{width:40px;height:40px;flex-basis:40px}.meta-box b{font-size:15px}.orders-secure-note{font-size:13px}.copy-toast{bottom:18px}}
@media(max-width:520px){.premium-order-card{grid-template-columns:1fr}.order-service-logo{margin-bottom:-4px}.premium-order-top{grid-template-columns:1fr}.order-side-info{justify-items:start;display:flex;align-items:center;justify-content:space-between}.order-side-info strong{order:-1}.premium-order-meta{margin-top:6px}.orders-hero .page-lead{font-size:14px}.premium-order-card{padding:15px}}


/* Premium Transactions page redesign */
.transactions-premium-page{max-width:1380px;margin:0 auto;padding:8px 4px 42px}
.tx-page-head{display:flex;align-items:center;gap:26px;margin:4px 0 54px}
.tx-title-icon{width:96px;height:96px;border-radius:28px;background:linear-gradient(135deg,#eef2ff,#f8fbff);display:grid;place-items:center;color:#4f46e5;font-size:36px;box-shadow:inset 0 0 0 1px #e7edfb,0 18px 48px rgba(79,70,229,.08)}
.tx-page-head h1{font-size:46px;line-height:1;margin:0 0 14px;letter-spacing:-1.4px;color:#08142f}
.tx-page-head p{font-size:18px;line-height:1.55;margin:0;color:#667895;font-weight:600}
.premium-transaction-list{display:grid;gap:22px}
.premium-transaction-card{position:relative;display:grid;grid-template-columns:96px minmax(250px,1fr) 210px 150px 128px;align-items:center;gap:22px;background:rgba(255,255,255,.92);border:1px solid #e3e9f3;border-radius:25px;padding:30px 34px;min-height:138px;box-shadow:0 20px 70px rgba(15,23,42,.055);overflow:hidden}
.premium-transaction-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(37,99,235,.045),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.9));pointer-events:none}.premium-transaction-card>*{position:relative}
.premium-tx-icon{width:74px;height:74px;border-radius:28px;display:grid;place-items:center;font-size:31px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.premium-tx-icon.wallet{background:linear-gradient(135deg,#eef3ff,#f9fbff);color:#2563eb}.premium-tx-icon.telegram{background:linear-gradient(135deg,#e0f2fe,#f8fbff);color:#1da1f2}.premium-tx-icon.openai{background:linear-gradient(135deg,#dcfce7,#f8fbff);color:#10a37f}.premium-tx-icon.coupon{background:linear-gradient(135deg,#f3e8ff,#fbf7ff);color:#7c3aed}
.premium-tx-main strong{display:block;font-size:25px;letter-spacing:-.4px;color:#071330;margin-bottom:8px}.premium-tx-main span{display:block;font-size:20px;font-weight:850;color:#64748b;margin-bottom:10px}.premium-tx-main small{display:block;color:#7183a2;font-size:16px;font-weight:800}
.premium-tx-type{justify-self:start;display:inline-flex;align-items:center;gap:9px;border-radius:14px;padding:10px 16px;font-weight:900;font-size:16px;white-space:nowrap}.premium-tx-type span{width:12px;height:12px;border-radius:999px;display:inline-block}.premium-tx-type.blue{background:#eaf3ff;color:#1864d8}.premium-tx-type.blue span{background:#2477ff}.premium-tx-type.green{background:#dcfce7;color:#079344}.premium-tx-type.green span{background:#11a860}.premium-tx-type.purple{background:#f1e7ff;color:#7c3aed}.premium-tx-type.purple span{background:#7c3aed}
.premium-tx-amount{font-size:22px;font-weight:950;letter-spacing:-.3px;text-align:right;white-space:nowrap}.premium-tx-amount.credit{color:#059669}.premium-tx-amount.debit{color:#020617}.premium-tx-status{justify-self:end;border-radius:14px;padding:11px 17px;font-size:17px;font-weight:950;white-space:nowrap}.premium-tx-status.paid{background:#dcfce7;color:#0f8f47}.premium-tx-status.pending{background:#fef3c7;color:#b46a00}
@media(max-width:1180px){.premium-transaction-card{grid-template-columns:82px minmax(220px,1fr) 170px 120px;gap:18px}.premium-tx-status{grid-column:4}.premium-tx-type{font-size:14px}.premium-tx-main strong{font-size:22px}.premium-tx-main span{font-size:18px}.premium-tx-main small{font-size:14px}}
@media(max-width:920px){.transactions-premium-page{padding:10px 2px 28px}.tx-page-head{gap:16px;margin:8px 0 28px}.tx-title-icon{width:58px;height:58px;border-radius:18px;font-size:22px}.tx-page-head h1{font-size:34px;margin-bottom:8px}.tx-page-head p{font-size:15px}.premium-transaction-list{gap:16px}.premium-transaction-card{grid-template-columns:62px 1fr auto;gap:14px;padding:18px;border-radius:22px;min-height:auto}.premium-tx-icon{width:54px;height:54px;border-radius:20px;font-size:23px}.premium-tx-main strong{font-size:18px;margin-bottom:5px}.premium-tx-main span{font-size:15px;margin-bottom:7px}.premium-tx-main small{font-size:13px}.premium-tx-type{grid-column:2/4;justify-self:start;font-size:13px;padding:8px 12px}.premium-tx-amount{grid-column:2;font-size:18px;text-align:left;margin-top:2px}.premium-tx-status{grid-column:3;justify-self:end;font-size:13px;padding:8px 12px}.premium-tx-type span{width:9px;height:9px}}
@media(max-width:520px){.tx-page-head{align-items:flex-start}.tx-title-icon{width:52px;height:52px}.tx-page-head h1{font-size:30px}.tx-page-head p{font-size:14px}.premium-transaction-card{grid-template-columns:50px 1fr;gap:12px;padding:16px}.premium-tx-icon{width:48px;height:48px;border-radius:17px;font-size:21px}.premium-tx-status{position:absolute;right:14px;top:14px}.premium-tx-main{padding-right:92px}.premium-tx-type,.premium-tx-amount{grid-column:1/3;margin-left:60px}.premium-tx-type{font-size:12px;padding:7px 10px}.premium-tx-amount{font-size:17px}}


/* Premium Settings Page */
.settings-premium-page{
  max-width:1240px;
  margin:0 auto;
  padding:18px 8px 44px;
}
.settings-premium-head{
  display:flex;
  align-items:center;
  gap:22px;
  margin:8px 0 34px;
}
.settings-head-icon{
  width:74px;
  height:74px;
  border-radius:25px;
  display:grid;
  place-items:center;
  font-size:30px;
  color:#4f46e5;
  background:linear-gradient(135deg,#eef2ff,#f8fbff);
  box-shadow:inset 0 0 0 1px rgba(79,70,229,.08),0 18px 44px rgba(15,23,42,.06);
}
.settings-premium-head h1{
  font-size:46px;
  line-height:1;
  margin:0 0 10px;
  letter-spacing:-1.2px;
  color:#071330;
}
.settings-premium-head p{
  margin:0;
  color:#63718c;
  font-size:18px;
  font-weight:650;
}
.settings-premium-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.settings-card{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.92));
  border:1px solid #e2e8f0;
  border-radius:26px;
  padding:28px;
  box-shadow:0 20px 70px rgba(15,23,42,.065);
  min-height:405px;
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
}
.settings-card:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 15% 0,rgba(37,99,235,.04),transparent 35%);
  pointer-events:none;
}
.security-settings-card:before{
  background:radial-gradient(circle at 15% 0,rgba(124,58,237,.055),transparent 35%);
}
.settings-card>*{position:relative}
.settings-card-head{
  display:flex;
  align-items:flex-start;
  gap:17px;
  margin-bottom:28px;
}
.settings-section-icon{
  width:62px;
  height:62px;
  border-radius:21px;
  display:grid;
  place-items:center;
  font-size:24px;
  flex:0 0 auto;
}
.settings-section-icon.blue{
  background:#eef4ff;
  color:#2563eb;
}
.settings-section-icon.purple{
  background:#f1e7ff;
  color:#7c3aed;
}
.settings-card-head h2{
  margin:4px 0 6px;
  color:#071330;
  font-size:24px;
  letter-spacing:-.3px;
}
.settings-card-head p{
  margin:0;
  color:#62708a;
  font-weight:650;
  font-size:15px;
}
.settings-form{
  display:grid;
  gap:20px;
}
.premium-field label{
  display:block;
  margin-bottom:9px;
  color:#25324b;
  font-size:14px;
  font-weight:850;
}
.premium-input-wrap{
  height:58px;
  border:1px solid #d9e2ef;
  background:rgba(255,255,255,.86);
  border-radius:15px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:0 17px;
  transition:.2s ease;
}
.premium-input-wrap:focus-within{
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.09);
  background:#fff;
}
.premium-input-wrap i{
  color:#71819d;
  font-size:16px;
  width:18px;
  text-align:center;
}
.premium-input-wrap input{
  border:0;
  outline:0;
  flex:1;
  min-width:0;
  background:transparent;
  font-size:17px;
  font-weight:650;
  color:#0b152d;
}
.password-eye{
  border:0;
  background:transparent;
  cursor:pointer;
  padding:8px;
  color:#64748b;
}
.settings-save-btn,.settings-password-btn{
  margin-top:auto;
  height:58px;
  border:0;
  border-radius:14px;
  color:#fff;
  font-size:17px;
  font-weight:900;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  box-shadow:0 18px 42px rgba(37,99,235,.22);
}
.settings-save-btn{
  background:linear-gradient(135deg,#1d6cff,#3f78ff);
}
.settings-password-btn{
  background:linear-gradient(135deg,#7c3aed,#a855f7);
  box-shadow:0 18px 42px rgba(124,58,237,.2);
}
@media(max-width:980px){
  .settings-premium-page{padding:10px 2px 34px}
  .settings-premium-head{gap:15px;margin:10px 0 22px}
  .settings-head-icon{width:58px;height:58px;border-radius:20px;font-size:23px}
  .settings-premium-head h1{font-size:34px;margin-bottom:7px}
  .settings-premium-head p{font-size:15px;line-height:1.45}
  .settings-premium-grid{grid-template-columns:1fr;gap:18px}
  .settings-card{border-radius:23px;padding:20px;min-height:auto}
  .settings-card-head{margin-bottom:22px}
  .settings-section-icon{width:52px;height:52px;border-radius:18px;font-size:20px}
  .settings-card-head h2{font-size:20px}
  .settings-card-head p{font-size:13px}
  .premium-input-wrap{height:54px;border-radius:14px}
  .premium-input-wrap input{font-size:15px}
  .settings-save-btn,.settings-password-btn{height:54px;margin-top:22px;font-size:15px}
}
@media(max-width:520px){
  .settings-premium-page{padding:4px 0 28px}
  .settings-premium-head{align-items:flex-start}
  .settings-head-icon{width:50px;height:50px;border-radius:17px}
  .settings-premium-head h1{font-size:30px}
  .settings-premium-head p{font-size:14px}
  .settings-card{padding:17px;border-radius:20px}
  .settings-card-head{gap:13px}
  .settings-section-icon{width:46px;height:46px;border-radius:15px}
  .settings-form{gap:16px}
}


/* === Landing page v2 + premium footer (applied without touching header/menu) === */
.landing-page-v2{background:linear-gradient(180deg,#f8fbff 0,#fff 38%,#f7fbff 100%);overflow:hidden}.landing-hero-v2{padding:92px 0 42px;position:relative}.landing-hero-v2:before{content:"";position:absolute;right:-160px;top:-120px;width:520px;height:520px;background:radial-gradient(circle,rgba(37,99,235,.12),transparent 64%);pointer-events:none}.landing-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:center}.landing-pill{display:inline-flex;align-items:center;gap:8px;background:#eef5ff;color:#2563eb;border:1px solid #dbeafe;border-radius:999px;padding:8px 13px;font-weight:900;font-size:13px}.landing-pill.small{font-size:12px;text-transform:uppercase;letter-spacing:.4px}.landing-hero-copy h1{font-size:68px;line-height:.98;margin:26px 0 18px;letter-spacing:-2.8px;color:#0b1530}.landing-hero-copy h1 span{color:#2563eb;position:relative}.landing-hero-copy h1 span:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:10px;background:rgba(37,99,235,.14);z-index:-1;border-radius:999px}.landing-hero-copy p{font-size:18px;color:#64748b;line-height:1.75;max-width:560px}.landing-hero-actions{display:flex;gap:14px;align-items:center;margin:32px 0 26px}.landing-primary-btn,.landing-secondary-btn,.landing-secondary-light,.landing-outline-light{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;font-weight:900;min-height:54px;padding:0 22px;transition:.2s}.landing-primary-btn{background:linear-gradient(135deg,#2563eb,#154bd7);color:#fff;box-shadow:0 18px 35px rgba(37,99,235,.28)}.landing-secondary-btn{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 12px 25px rgba(15,23,42,.06)}.landing-primary-btn:hover,.landing-secondary-btn:hover{transform:translateY(-2px)}.landing-trust-row{display:flex;flex-wrap:wrap;gap:18px;color:#49617f;font-weight:800;font-size:14px}.landing-trust-row i{color:#2563eb}.landing-phone-card{min-height:490px;position:relative;display:grid;place-items:center}.landing-phone-card:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(124,58,237,.09));filter:blur(.2px)}.sms-code-card{position:relative;width:min(360px,100%);background:rgba(255,255,255,.92);border:1px solid #e5eaf3;border-radius:24px;padding:24px;box-shadow:0 30px 90px rgba(37,99,235,.17);z-index:2}.sms-code-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.sms-code-head b{font-size:18px}.sms-code-head span{background:#dcfce7;color:#16a34a;border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px}.sms-code-row,.sms-code-box{background:#f8fafc;border-radius:16px;padding:14px 16px;margin:10px 0;display:grid;gap:5px}.sms-code-row small,.sms-code-box small{color:#64748b;font-weight:700}.sms-code-row strong{display:flex;gap:8px;align-items:center}.sms-code-row em{margin-left:auto;color:#64748b;font-style:normal}.sms-code-box{grid-template-columns:1fr auto;align-items:end}.sms-code-box b{font-size:30px;letter-spacing:9px}.sms-progress{height:7px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:16px}.sms-progress span{display:block;width:68%;height:100%;background:#22c55e}.sms-code-card p{display:flex;justify-content:space-between;color:#64748b;font-size:13px}.floating-app{position:absolute;width:58px;height:58px;border-radius:18px;background:#fff;display:grid;place-items:center;box-shadow:0 18px 45px rgba(15,23,42,.12);font-size:26px;z-index:3}.app-telegram{left:42px;top:90px;color:#229ed9}.app-whatsapp{right:34px;top:110px;color:#22c55e}.app-google{left:75px;bottom:92px;color:#ea4335}.landing-stats-band{padding:18px 0 60px}.landing-stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#fff;border:1px solid #e7edf6;border-radius:26px;padding:26px 28px;box-shadow:0 24px 70px rgba(15,23,42,.08)}.landing-stats-inner div{display:grid;grid-template-columns:58px 1fr;column-gap:16px;align-items:center}.landing-stats-inner span{grid-row:span 2;width:58px;height:58px;border-radius:18px;background:#eef6ff;display:grid;place-items:center;color:#2563eb;font-size:22px}.landing-stats-inner b{font-size:30px;line-height:1}.landing-stats-inner small{font-weight:700;color:#64748b}.landing-section-title{text-align:center;margin-bottom:42px}.landing-section-title span{text-transform:uppercase;font-size:12px;color:#2563eb;font-weight:900;letter-spacing:.7px}.landing-section-title h2{font-size:42px;line-height:1.1;margin:10px 0;color:#0b1530;letter-spacing:-1.2px}.landing-section-title p{color:#64748b;font-weight:600}.landing-steps-v2{padding:60px 0}.steps-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;position:relative}.step-card-v2{background:#fff;border:1px solid #e6edf7;border-radius:24px;padding:32px;text-align:center;box-shadow:0 18px 55px rgba(15,23,42,.06);position:relative}.step-card-v2 em{position:absolute;top:20px;left:20px;background:#2563eb;color:#fff;border-radius:9px;padding:6px 9px;font-style:normal;font-size:12px;font-weight:900}.step-card-v2 div{width:72px;height:72px;border-radius:22px;background:#eef5ff;margin:0 auto 22px;display:grid;place-items:center;color:#2563eb;font-size:30px}.step-card-v2 h3{margin:0 0 10px}.step-card-v2 p{color:#64748b;line-height:1.6}.landing-services-strip{padding:26px 0 70px}.landing-section-title.compact{margin-bottom:24px}.popular-service-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:16px}.popular-service-grid div{background:#fff;border:1px solid #e5eaf3;border-radius:18px;min-height:116px;display:grid;place-items:center;gap:10px;padding:18px;box-shadow:0 15px 36px rgba(15,23,42,.06);font-weight:800}.popular-service-grid i{font-size:34px}.popular-service-grid div:nth-child(1) i{color:#22c55e}.popular-service-grid div:nth-child(2) i{color:#229ed9}.popular-service-grid div:nth-child(3) i{color:#ea4335}.popular-service-grid div:nth-child(4) i{color:#00a4ef}.popular-service-grid div:nth-child(6) i{color:#1877f2}.popular-service-grid div:nth-child(7) i{color:#e1306c}.landing-feature-v2{padding:80px 0}.feature-v2-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.security-visual{min-height:390px;position:relative;display:grid;place-items:center}.shield{width:230px;height:260px;border-radius:44px 44px 70px 70px;background:linear-gradient(135deg,#60a5fa,#4f46e5);display:grid;place-items:center;color:#fff;font-size:72px;box-shadow:0 24px 70px rgba(79,70,229,.25)}.bubble{position:absolute;width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.12);font-size:24px}.b1{left:90px;top:80px;color:#22c55e}.b2{right:90px;top:115px;color:#8b5cf6}.b3{left:115px;bottom:92px;color:#f59e0b}.feature-v2-grid h2{font-size:44px;line-height:1.1;margin:16px 0;color:#0b1530}.feature-v2-grid p{color:#64748b;line-height:1.7}.feature-list-v2{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:28px}.feature-list-v2 div{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start}.feature-list-v2 i{grid-row:span 2;width:48px;height:48px;border-radius:15px;background:#ecfdf5;color:#16a34a;display:grid;place-items:center}.feature-list-v2 b{font-size:17px}.feature-list-v2 small{color:#64748b;line-height:1.6}.landing-coverage-v2{padding:40px 0 80px}.coverage-card-v2{background:#fff;border:1px solid #e6edf7;border-radius:28px;padding:42px;display:grid;grid-template-columns:.9fr 1.5fr;gap:30px;box-shadow:0 22px 60px rgba(15,23,42,.06);position:relative;overflow:hidden}.coverage-card-v2:after{content:"";position:absolute;right:20px;top:25px;width:60%;height:85%;background:radial-gradient(circle,rgba(37,99,235,.08) 1px,transparent 2px);background-size:20px 20px;opacity:.9}.coverage-card-v2 h2{font-size:38px;line-height:1.1;margin:14px 0}.coverage-card-v2 p{color:#64748b;line-height:1.7}.country-map-v2{position:relative;z-index:1;min-height:250px}.country-map-v2 span{position:absolute;background:#fff;border:1px solid #e5eaf3;border-radius:15px;padding:13px 16px;font-weight:900;box-shadow:0 16px 40px rgba(15,23,42,.1)}.country-map-v2 small{display:block;color:#64748b}.country-map-v2 span:nth-child(1){left:8%;top:35%}.country-map-v2 span:nth-child(2){left:36%;top:15%}.country-map-v2 span:nth-child(3){right:19%;top:28%}.country-map-v2 span:nth-child(4){right:3%;top:14%}.country-map-v2 span:nth-child(5){left:31%;bottom:20%}.country-map-v2 span:nth-child(6){right:12%;bottom:18%}.landing-testimonials-v2{padding:50px 0 80px}.testimonial-grid-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-grid-v2 div{background:#fff;border:1px solid #e5eaf3;border-radius:22px;padding:26px;box-shadow:0 18px 50px rgba(15,23,42,.06)}.testimonial-grid-v2 b{color:#f59e0b}.testimonial-grid-v2 p{color:#334155;line-height:1.7}.testimonial-grid-v2 strong{display:block}.testimonial-grid-v2 small{color:#64748b}.landing-final-cta{padding:20px 0 70px}.cta-card-v2{position:relative;overflow:hidden;background:linear-gradient(135deg,#1d4ed8,#4f46e5);border-radius:28px;color:#fff;text-align:center;padding:50px;box-shadow:0 24px 70px rgba(37,99,235,.25)}.cta-card-v2 h2{font-size:38px;margin:0 0 10px}.cta-card-v2 p{opacity:.85}.cta-card-v2>div{display:flex;justify-content:center;gap:14px;margin-top:22px}.landing-secondary-light{background:#fff;color:#1d4ed8}.landing-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;background:rgba(255,255,255,.08)}.plane{position:absolute;right:60px;top:44px;font-size:70px;opacity:.28}.landing-footer{background:linear-gradient(135deg,#06192e,#0b2542);color:#fff;margin-top:0;padding:64px 0 24px}.footer-premium-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:42px}.footer-logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px}.footer-logo img{width:38px;height:38px;object-fit:contain}.footer-brand-block p{color:#b8c7dc;line-height:1.8;max-width:330px}.footer-socials{display:flex;gap:10px;margin-top:18px}.footer-socials a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:#dbeafe}.landing-footer h4{margin:0 0 18px}.landing-footer a{display:block;color:#b8c7dc;margin:10px 0}.landing-footer a:hover{color:#fff}.footer-bottom-line{border-top:1px solid rgba(255,255,255,.09);margin-top:42px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;color:#b8c7dc}.footer-bottom-line i{color:#22c55e;margin-right:7px}
@media(max-width:980px){.landing-hero-v2{padding:58px 0 26px}.landing-hero-grid,.feature-v2-grid,.coverage-card-v2{grid-template-columns:1fr;gap:34px}.landing-hero-copy h1{font-size:46px;letter-spacing:-1.7px}.landing-phone-card{min-height:420px}.landing-stats-inner{grid-template-columns:repeat(2,1fr)}.popular-service-grid{grid-template-columns:repeat(3,1fr)}.steps-grid-v2,.testimonial-grid-v2{grid-template-columns:1fr}.feature-list-v2{grid-template-columns:1fr}.footer-premium-grid{grid-template-columns:1fr 1fr}.country-map-v2{min-height:auto;display:grid;grid-template-columns:1fr 1fr;gap:12px}.country-map-v2 span{position:static}.footer-bottom-line{flex-direction:column}.cta-card-v2{padding:36px 22px}.plane{display:none}}
@media(max-width:560px){.landing-hero-copy h1{font-size:38px}.landing-hero-copy p{font-size:15px}.landing-hero-actions,.cta-card-v2>div{flex-direction:column;align-items:stretch}.landing-primary-btn,.landing-secondary-btn,.landing-secondary-light,.landing-outline-light{width:100%}.landing-stats-inner{grid-template-columns:1fr;padding:18px}.landing-section-title h2,.feature-v2-grid h2,.coverage-card-v2 h2,.cta-card-v2 h2{font-size:30px}.popular-service-grid{grid-template-columns:repeat(2,1fr)}.footer-premium-grid{grid-template-columns:1fr}.sms-code-card{width:100%}.landing-phone-card{min-height:390px}.floating-app{display:none}.country-map-v2{grid-template-columns:1fr}.landing-hero-v2{padding-top:42px}}


/* === Final requested polish === */
.public-brand img{width:64px!important;height:64px!important;object-fit:contain!important;border-radius:16px!important;display:block!important;}
.public-brand span,.footer-logo span{display:none!important;}
.flag-icon{width:28px;height:28px;border-radius:50%;object-fit:cover;display:inline-block;vertical-align:middle;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.lang-menu .flag-icon{width:22px;height:22px;box-shadow:0 0 0 1px rgba(15,23,42,.08)}
.country-flag-img{width:28px;height:20px;border-radius:5px;object-fit:cover;display:inline-block;vertical-align:middle;margin-right:8px;box-shadow:0 0 0 1px rgba(15,23,42,.08)}
.country-flag-img.tiny{width:21px;height:15px;margin-right:6px;border-radius:3px;}
.country-map-v2 span{display:inline-flex!important;align-items:center;gap:6px;}
.country-map-v2 span small{margin-left:2px;}
.sms-code-box{grid-template-columns:1fr auto auto!important;align-items:center!important;column-gap:10px!important;}
.sms-code-box b{white-space:nowrap!important;letter-spacing:8px!important;line-height:1!important;}
.footer-logo{display:inline-flex!important;width:auto!important;gap:0!important;}
.footer-logo img{width:48px!important;height:48px!important;}
.footer-socials a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border-radius:999px!important;line-height:1!important;padding:0!important;}
.footer-socials a i{display:block!important;font-size:17px!important;line-height:1!important;margin:0!important;}
@media(max-width:980px){
  body.has-public-premium-menu .public-header{position:sticky!important;top:0!important;z-index:999!important;}
  .public-header{position:sticky!important;top:0!important;z-index:999!important;}
}
@media(max-width:560px){
 .sms-code-box{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;}
 .sms-code-box small{flex:0 0 auto!important;}
 .sms-code-box b{font-size:22px!important;letter-spacing:5px!important;white-space:nowrap!important;}
 .sms-code-box i{flex:0 0 auto!important;}
 .public-brand img{width:52px!important;height:52px!important;}
}

/* === Quick fix: remove mobile public header top white gap + move Google floating icon left === */
@media (max-width:900px){
  body.has-public-premium-menu > .public-header,
  body.has-public-premium-menu .public-header,
  .public-header{
    padding:0!important;
    margin:0!important;
    background:linear-gradient(135deg,#06233f,#0b3a63)!important;
  }
  body.has-public-premium-menu .public-nav,
  .public-nav{
    margin-top:0!important;
    margin-bottom:0!important;
    border-radius:0!important;
  }
}
@media (min-width:901px){
  .landing-phone-card .app-google{
    left:10px!important;
    bottom:118px!important;
  }
}

/* === Quick fix: remove mobile public header top white gap + move Google floating icon left === */
@media (max-width:900px){
  body.has-public-premium-menu > .public-header,
  body.has-public-premium-menu .public-header,
  .public-header{
    padding:0!important;
    margin:0!important;
    background:linear-gradient(135deg,#06233f,#0b3a63)!important;
  }
  body.has-public-premium-menu .public-nav,
  .public-nav{
    margin-top:0!important;
    margin-bottom:0!important;
    border-radius:0!important;
  }
}
@media (min-width:901px){
  .landing-phone-card .app-google{
    left:10px!important;
    bottom:118px!important;
  }
}


/* === FINAL MOBILE PUBLIC HEADER HARD FIX: no top gap + sticky/fixed on every public page === */
@media (max-width: 900px){
  html, body{margin:0!important;}
  body.has-public-premium-menu{
    padding-top:58px!important;
  }
  body.has-public-premium-menu > .public-header{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:58px!important;
    padding:0!important;
    margin:0!important;
    z-index:99999!important;
    background:linear-gradient(135deg,#06233f,#0b3a63)!important;
    box-shadow:0 12px 28px rgba(6,35,63,.28)!important;
    transform:none!important;
  }
  body.has-public-premium-menu > .public-header:before,
  body.has-public-premium-menu > .public-header:after{
    content:none!important;display:none!important;
  }
  body.has-public-premium-menu > .public-header .container,
  body.has-public-premium-menu > .public-header .public-nav{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0 10px!important;
    box-sizing:border-box!important;
  }
  body.has-public-premium-menu > .public-header .public-nav{
    height:58px!important;
    min-height:58px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }
  body.has-public-premium-menu > .public-header .public-hamb{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    border:0!important;
    border-radius:12px!important;
    background:transparent!important;
    color:#fff!important;
    font-size:20px!important;
  }
  body.has-public-premium-menu > .public-header .public-brand,
  body.has-public-premium-menu > .public-header .public-links{
    display:none!important;
  }
  body.has-public-premium-menu > .public-header .public-actions{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    margin-left:auto!important;
    min-width:0!important;
  }
  body.has-public-premium-menu > .public-header .public-btn{
    height:40px!important;
    padding:0 12px!important;
    font-size:12px!important;
    border-radius:11px!important;
    white-space:nowrap!important;
  }
  body.has-public-premium-menu > .public-header .public-register{
    border:2px solid #67e8f9!important;
    color:#a5f3fc!important;
    background:rgba(103,232,249,.08)!important;
  }
  body.has-public-premium-menu > .public-header .public-login{
    color:#fff!important;
    background:rgba(255,255,255,.07)!important;
    border:1px solid rgba(255,255,255,.12)!important;
  }
  body.has-public-premium-menu > .public-header .lang-current{
    height:40px!important;
    padding:0 8px!important;
    border-radius:11px!important;
  }
  body.has-public-premium-menu > .public-header .flag-icon{
    width:26px!important;height:26px!important;
  }
  body.has-public-premium-menu > .public-header .lang-menu{
    top:48px!important;right:4px!important;
  }
}


/* Mobile home cleanup: hide selected landing elements only on mobile */
@media (max-width: 768px){
  .landing-trust-row,
  .landing-stats-band,
  .security-visual{
    display:none!important;
  }
}


/* === Desktop public header premium slim redesign === */
@media (min-width: 921px){
  body.has-public-premium-menu{padding-top:0!important;}
  .public-header{
    position:sticky!important;
    top:0!important;
    z-index:999!important;
    background:linear-gradient(180deg,#0b3559 0%,#0b3559 100%)!important;
    padding:22px 0!important;
    box-shadow:none!important;
    transition:padding .22s ease, background .22s ease, box-shadow .22s ease!important;
  }
  .public-header.is-scrolled{
    padding:9px 0!important;
    background:rgba(255,255,255,.92)!important;
    backdrop-filter:blur(18px)!important;
    -webkit-backdrop-filter:blur(18px)!important;
    box-shadow:0 14px 38px rgba(15,23,42,.10)!important;
    border-bottom:1px solid rgba(226,232,240,.9)!important;
  }
  .public-header .public-nav{
    width:min(1400px,calc(100% - 56px))!important;
    min-height:70px!important;
    height:70px!important;
    border-radius:18px!important;
    padding:0 26px!important;
    gap:22px!important;
    background:linear-gradient(135deg,#071f39 0%,#0b3255 48%,#09243f 100%)!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 18px 42px rgba(8,35,63,.22)!important;
    transition:height .22s ease,min-height .22s ease,background .22s ease,box-shadow .22s ease,border .22s ease!important;
  }
  .public-header.is-scrolled .public-nav{
    min-height:58px!important;
    height:58px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 18px 44px rgba(15,23,42,.08)!important;
  }
  .public-header .public-brand{
    margin-right:28px!important;
    flex:0 0 auto!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    gap:11px!important;
    font-size:18px!important;
    font-weight:900!important;
  }
  .public-header .public-brand img{
    width:42px!important;
    height:42px!important;
    max-width:42px!important;
    object-fit:contain!important;
    border-radius:12px!important;
  }
  .public-header .public-brand-text{display:inline-block!important;color:#fff!important;letter-spacing:-.02em!important;white-space:nowrap!important;}
  .public-header.is-scrolled .public-brand-text{color:#0f172a!important;}
  .public-header.is-scrolled .public-brand img{width:36px!important;height:36px!important;}
  .public-header .public-links{
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:30px!important;
    margin:0!important;
  }
  .public-header .public-links a{
    position:relative!important;
    color:#f8fafc!important;
    font-size:15.5px!important;
    font-weight:900!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    opacity:.97!important;
    padding:22px 0!important;
  }
  .public-header .public-links a:hover{color:#60a5fa!important;}
  .public-header .public-links a:first-child{color:#60a5fa!important;}
  .public-header .public-links a:first-child::after{
    content:""!important;
    position:absolute!important;
    left:0!important;right:0!important;bottom:8px!important;
    height:2px!important;background:#3b82f6!important;border-radius:999px!important;
  }
  .public-header .public-links i{font-size:20px!important;color:currentColor!important;}
  .public-header.is-scrolled .public-links a{color:#334155!important;padding:17px 0!important;}
  .public-header.is-scrolled .public-links a:first-child{color:#2563eb!important;}
  .public-header .public-actions{margin-left:26px!important;display:flex!important;align-items:center!important;gap:14px!important;flex:0 0 auto!important;}
  .public-header .public-btn{
    height:46px!important;
    min-width:112px!important;
    padding:0 22px!important;
    border-radius:13px!important;
    font-size:15px!important;
    font-weight:900!important;
    color:#fff!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(220,235,255,.48)!important;
    box-shadow:none!important;
  }
  .public-header .public-register{
    min-width:140px!important;
    color:#fff!important;
    background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)!important;
    border-color:rgba(96,165,250,.7)!important;
    box-shadow:0 12px 26px rgba(37,99,235,.28)!important;
  }
  .public-header.is-scrolled .public-btn{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;}
  .public-header.is-scrolled .public-register{color:#fff!important;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%)!important;border-color:#2563eb!important;}
  .public-header .lang-switch{position:relative!important;}
  .public-header .lang-current{
    height:46px!important;
    min-width:164px!important;
    padding:0 15px!important;
    border-radius:13px!important;
    border:1px solid rgba(220,235,255,.40)!important;
    background:rgba(255,255,255,.045)!important;
    color:#fff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    font-size:15px!important;
    font-weight:900!important;
  }
  .public-header .lang-current .flag-icon,
  .public-header .lang-menu .flag-icon{
    width:30px!important;height:30px!important;border-radius:50%!important;object-fit:cover!important;display:block!important;
  }
  .public-header .lang-current .lang-label{display:inline-block!important;color:inherit!important;}
  .public-header.is-scrolled .lang-current{color:#334155!important;background:#fff!important;border-color:#cbd5e1!important;}
  .public-header .lang-menu{
    right:0!important;top:calc(100% + 10px)!important;min-width:180px!important;border-radius:16px!important;
    background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 18px 48px rgba(15,23,42,.16)!important;padding:8px!important;
  }
  .public-header .lang-menu button{height:42px!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:10px!important;font-weight:850!important;color:#0f172a!important;background:transparent!important;border:0!important;width:100%!important;padding:0 10px!important;}
  .public-header .lang-menu button:hover{background:#f1f5f9!important;}
}


/* === Desktop public header final slim tweak === */
@media (min-width: 921px){
  .public-header{
    padding:12px 0!important;
  }
  .public-header.is-scrolled{
    padding:6px 0!important;
  }
  .public-header .public-nav{
    min-height:62px!important;
    height:62px!important;
    border-radius:16px!important;
    padding:0 24px!important;
    gap:20px!important;
  }
  .public-header.is-scrolled .public-nav{
    min-height:52px!important;
    height:52px!important;
  }
  .public-header .public-brand{
    gap:10px!important;
    font-size:17px!important;
    margin-right:22px!important;
  }
  .public-header .public-brand img{
    width:38px!important;
    height:38px!important;
    max-width:38px!important;
  }
  .public-header.is-scrolled .public-brand img{
    width:32px!important;
    height:52px!important;
  }
  .public-header .public-links{
    gap:28px!important;
  }
  .public-header .public-links a{
    font-size:15px!important;
    padding:18px 0!important;
    gap:8px!important;
  }
  .public-header .public-links a:first-child::after{
    bottom:4px!important;
  }
  .public-header.is-scrolled .public-links a{
    padding:14px 0!important;
  }
  .public-header .public-links i{
    font-size:18px!important;
  }
  .public-header .public-actions{
    gap:12px!important;
    margin-left:22px!important;
  }
  .public-header .public-btn{
    height:40px!important;
    min-width:104px!important;
    padding:0 18px!important;
    border-radius:12px!important;
    font-size:14px!important;
  }
  .public-header .public-register{
    min-width:126px!important;
  }
  .public-header .lang-current{
    height:40px!important;
    min-width:148px!important;
    padding:0 13px!important;
    border-radius:12px!important;
    font-size:14px!important;
  }
  .public-header .lang-current .flag-icon,
  .public-header .lang-menu .flag-icon{
    width:26px!important;
    height:26px!important;
  }
}


/* Public desktop header active-state fix */
@media (min-width: 901px){
  .public-links a:first-child{color:#f8fafc!important;}
  .public-links a:first-child::after{display:none!important;}
  .public-links a.is-active{color:#60a5fa!important;}
  .public-links a.is-active::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:4px!important;
    height:2px!important;
    background:#3b82f6!important;
    border-radius:999px!important;
  }
  .public-header.is-scrolled .public-links a.is-active{color:#2563eb!important;}
  .public-header.is-scrolled .public-links a.is-active::after{bottom:2px!important;}
}


/* === Premium responsive footer revize === */
.landing-footer{display:none!important}
.nn-footer{background:linear-gradient(135deg,#06233f 0%,#0b3a63 100%);color:#fff;padding:58px 0 28px;margin-top:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.nn-footer .container{max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}
.nn-footer-grid{display:grid;grid-template-columns:1.45fr 1px .8fr .8fr .8fr 1.25fr;gap:42px;align-items:start}
.nn-footer-logo{display:inline-flex!important;align-items:center;gap:12px;color:#fff!important;font-weight:900;font-size:19px;margin:0 0 18px!important;text-decoration:none}.nn-footer-logo img{width:34px;height:34px;object-fit:contain}.nn-footer-brand p{color:#c8d7ea;line-height:1.75;margin:0;max-width:345px;font-size:15px}.nn-footer-socials{display:flex;gap:12px;margin-top:22px}.nn-footer-socials a{width:40px;height:40px;border-radius:50%;display:grid!important;place-items:center;margin:0!important;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.06);color:#cfe4ff!important;text-decoration:none;transition:.2s}.nn-footer-socials a:hover{background:rgba(255,255,255,.15);color:#fff!important;transform:translateY(-2px)}.nn-footer-divider{width:1px;min-height:180px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.18),transparent)}.nn-footer-links h4,.nn-footer-security h4{margin:0 0 16px;color:#fff;font-size:17px;font-weight:900}.nn-footer-links a{display:block!important;color:#c8d7ea!important;margin:0 0 12px!important;text-decoration:none;font-size:15px}.nn-footer-links a:hover{color:#fff!important;transform:translateX(2px)}.nn-footer-security{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.12)}.nn-secure-icon{width:44px;height:44px;border-radius:14px;background:rgba(37,99,235,.22);color:#79b3ff;display:grid;place-items:center;font-size:20px}.nn-footer-security p{margin:0;color:#c8d7ea;line-height:1.7;font-size:15px}.nn-footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:36px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#c8d7ea;font-size:15px}.nn-footer-bottom i{color:#22c55e;margin-right:8px}.nn-footer-mobile{display:none}
@media(max-width:900px){.nn-footer{padding:34px 0 22px;border-radius:0}.nn-footer-grid{display:none}.nn-footer-mobile{display:block!important;max-width:560px}.nn-footer-logo{font-size:18px}.nn-footer-logo img{width:32px;height:52px}.nn-footer-brand p{font-size:14px;max-width:100%}.nn-footer-socials a{width:38px;height:38px}.nn-footer-mobile details{border-top:1px solid rgba(255,255,255,.10)}.nn-footer-mobile details:last-of-type{border-bottom:1px solid rgba(255,255,255,.10)}.nn-footer-mobile summary{list-style:none;cursor:pointer;padding:17px 0;color:#fff;font-weight:900;display:flex;justify-content:space-between;align-items:center}.nn-footer-mobile summary::-webkit-details-marker{display:none}.nn-footer-mobile details[open] summary i{transform:rotate(180deg)}.nn-footer-mobile details a{display:block;color:#c8d7ea;text-decoration:none;padding:0 0 13px 0;font-size:14px}.mobile-secure{margin-top:18px;padding:18px;border-radius:16px}.nn-footer-bottom{max-width:560px;display:grid!important;text-align:center;justify-content:center;margin-top:22px;padding-top:20px;font-size:14px}.nn-footer-bottom span{display:block}.mobile-brand{margin-bottom:18px}}


/* Final footer/auth polish */
.nn-footer{background:linear-gradient(135deg,#06233f 0%,#0b3a63 100%)!important;}
@media(min-width:901px){
  .nn-footer-grid{grid-template-columns:minmax(240px,1.18fr) 1px .82fr .82fr .82fr minmax(280px,1.25fr)!important;align-items:start;gap:48px!important;}
  .nn-footer-security{min-width:280px!important;max-width:360px!important;display:grid!important;grid-template-columns:48px 1fr!important;gap:18px!important;align-items:start!important;padding:24px 26px!important;}
  .nn-footer-security h4{white-space:normal!important;line-height:1.2!important;margin:0 0 12px!important;}
  .nn-footer-security p{max-width:260px!important;line-height:1.58!important;word-break:normal!important;}
}
.auth-body.has-public-premium-menu{background:radial-gradient(circle at 50% 0%,#eef5ff 0%,rgba(238,245,255,.7) 22%,#f8fafc 58%,#ffffff 100%)!important;}
.auth-body.has-public-premium-menu .auth-premium{min-height:auto!important;padding-top:120px!important;padding-bottom:70px!important;}
.auth-body.has-public-premium-menu .auth-panel{margin-top:0!important;}
.auth-body.has-public-premium-menu .auth-brand{display:none!important;}
@media(max-width:900px){.auth-body.has-public-premium-menu .auth-premium{padding-top:104px!important;padding-bottom:48px!important;}}
.flag-pl{display:inline-block;width:18px;height:12px;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.15) inset;vertical-align:-1px;background:linear-gradient(to bottom,#fff 0 50%,#dc143c 50% 100%);margin-right:6px;}

/* === ONLY FIX: public mobile menu must open above sticky header, full viewport === */
@media (max-width: 900px){
  .mobile-menu.public-mobile-menu,
  #mobileMenu.public-mobile-menu{
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    z-index: 2147483000 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(6, 18, 32, .72) !important;
    backdrop-filter: blur(10px) !important;
  }
  .mobile-menu.public-mobile-menu.show,
  #mobileMenu.public-mobile-menu.show{
    display: block !important;
  }
  .mobile-menu.public-mobile-menu .public-drawer-wrap,
  #mobileMenu.public-mobile-menu .public-drawer-wrap{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 2147483001 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media(min-width:992px){.nn-footer-columns{justify-content:center!important;gap:70px!important}.nn-footer-brand{text-align:left}.nn-footer-bottom{justify-content:center!important;gap:80px!important}}


/* Footer desktop alignment final override */
@media (min-width: 901px){
  .nn-footer .container.nn-footer-grid{
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(285px, 350px) 1px 165px 165px 165px !important;
    justify-content: center !important;
    align-items: start !important;
    column-gap: 58px !important;
    padding-left: 48px !important;
    padding-right: 24px !important;
  }
  .nn-footer .nn-footer-brand{
    min-width: 0 !important;
  }
  .nn-footer .nn-footer-divider{
    display: block !important;
  }
}


/* Buy SMS checkout summary premium redesign */
.checkout-card.checkout-card-premium{
  display:grid;
  grid-template-columns:1fr 1fr 1fr 250px;
  align-items:center;
  gap:24px;
  padding:26px 30px;
  border:1px solid rgba(59,130,246,.24);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 55px rgba(15,35,75,.08);
}
.checkout-card-premium .checkout-item{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.checkout-card-premium .checkout-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eef5ff,#f7f9ff);
  color:#2563eb;
  font-size:23px;
  box-shadow:inset 0 0 0 1px rgba(59,130,246,.08);
}
.checkout-card-premium .checkout-icon .service-icon{font-size:24px}
.checkout-card-premium .checkout-icon .flag-img{
  width:30px;
  height:22px;
  object-fit:cover;
  border-radius:5px;
  box-shadow:0 4px 12px rgba(15,35,75,.10);
}
.checkout-card-premium small{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:750;
  margin-bottom:5px;
}
.checkout-card-premium strong{
  display:block;
  font-size:26px;
  line-height:1;
  letter-spacing:-.5px;
  color:#071633;
}
.checkout-card-premium b{
  display:block;
  font-size:16px;
  line-height:1.15;
  color:#071633;
  margin:0 0 6px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.checkout-card-premium span{color:#071633;font-weight:650}
.checkout-card-premium .checkout-action{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
}
.checkout-card-premium .buy-submit{
  width:100%;
  height:58px;
  border-radius:16px;
  font-size:17px;
  box-shadow:0 18px 34px rgba(37,99,235,.22);
}
.checkout-card-premium .secure-note{
  text-align:center;
  color:#6478d6;
  font-weight:750;
  margin:0;
}
.checkout-card-premium .secure-note i{color:#2563eb;margin-right:6px}
@media (max-width:900px){
  .checkout-card.checkout-card-premium{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
  }
  .checkout-card-premium .checkout-item{
    padding:12px;
    border-radius:18px;
    background:#f8fbff;
    border:1px solid #e7eef8;
  }
  .checkout-card-premium .checkout-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:15px;
    font-size:20px;
  }
  .checkout-card-premium strong{font-size:22px}
  .checkout-card-premium .buy-submit{height:54px}
}

/* Checkout summary: show selected service/country only after selection */
.checkout-card.checkout-card-premium:not(.has-service):not(.has-country){grid-template-columns:1fr 250px;}
.checkout-card.checkout-card-premium.has-service:not(.has-country),
.checkout-card.checkout-card-premium.has-country:not(.has-service){grid-template-columns:1fr 1fr 250px;}
.checkout-card.checkout-card-premium.has-service.has-country{grid-template-columns:1fr 1fr 1fr 250px;}
@media (max-width:900px){
  .checkout-card.checkout-card-premium,
  .checkout-card.checkout-card-premium:not(.has-service):not(.has-country),
  .checkout-card.checkout-card-premium.has-service:not(.has-country),
  .checkout-card.checkout-card-premium.has-country:not(.has-service),
  .checkout-card.checkout-card-premium.has-service.has-country{grid-template-columns:1fr;}
}


/* Admin login page */
.admin-login-body{
  min-height:100vh;
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 16% 28%, rgba(37,99,235,.08), transparent 25%),
    radial-gradient(circle at 84% 70%, rgba(37,99,235,.08), transparent 24%),
    linear-gradient(135deg,#f8fbff 0%,#eef4fb 100%);
  overflow-x:hidden;
}
.admin-login-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px 16px;
  position:relative;
}
.admin-login-page:before,
.admin-login-page:after{
  content:"";
  position:fixed;
  width:220px;
  height:220px;
  border-radius:50%;
  pointer-events:none;
  opacity:.45;
  background:repeating-radial-gradient(circle, rgba(37,99,235,.18) 0 1px, transparent 2px 14px);
}
.admin-login-page:before{left:46px;top:72px;}
.admin-login-page:after{right:72px;bottom:56px;}
.admin-login-card{
  width:min(100%,520px);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  border:1px solid #dbe5f2;
  border-radius:30px;
  box-shadow:0 30px 80px rgba(15,35,75,.13);
  padding:48px 48px 38px;
  color:#071633;
}
.admin-login-icon{
  width:82px;
  height:82px;
  margin:0 auto 22px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:38px;
  border-radius:24px;
  background:linear-gradient(135deg,#3b82f6,#155dfc);
  box-shadow:0 18px 36px rgba(37,99,235,.28);
}
.admin-login-card h1{margin:0;text-align:center;font-size:40px;line-height:1.05;font-weight:900;letter-spacing:-.04em;}
.admin-login-card p{margin:14px 0 22px;text-align:center;color:#667590;font-size:18px;font-weight:650;}
.admin-divider{display:flex;align-items:center;gap:18px;margin:18px 0 32px;color:#2f6df6;}
.admin-divider span{height:1px;flex:1;background:#dbe5f2;}
.admin-divider i{font-size:22px;}
.admin-login-card label{display:block;font-size:16px;font-weight:850;margin:0 0 10px;color:#071633;}
.admin-input-wrap{height:58px;display:flex;align-items:center;gap:14px;border:1px solid #cbd8ea;background:#fff;border-radius:14px;padding:0 18px;margin-bottom:24px;transition:.2s ease;}
.admin-input-wrap:focus-within{border-color:#2f6df6;box-shadow:0 0 0 4px rgba(47,109,246,.09);}
.admin-input-wrap>i{font-size:20px;color:#71809b;}
.admin-input-wrap input{border:0;outline:0;background:transparent;width:100%;height:100%;font:inherit;font-size:17px;color:#071633;}
.admin-input-wrap input::placeholder{color:#8a96aa;}
.admin-eye{border:0;background:transparent;color:#71809b;font-size:18px;cursor:pointer;padding:8px;}
.admin-login-btn{width:100%;height:62px;border:0;border-radius:14px;background:linear-gradient(135deg,#2f6df6,#155dfc);color:#fff;font-weight:900;font-size:20px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;box-shadow:0 20px 40px rgba(37,99,235,.24);transition:.2s ease;}
.admin-login-btn:hover{transform:translateY(-1px);box-shadow:0 24px 48px rgba(37,99,235,.30);}
.admin-login-error{display:none;margin:16px 0 0;padding:12px 14px;border-radius:12px;background:#fee2e2;color:#dc2626;font-weight:800;text-align:center;}
.admin-login-error.show{display:block;}
.admin-login-card small{display:block;text-align:center;margin-top:24px;color:#8a96aa;font-size:16px;font-weight:700;}
@media(max-width:640px){
  .admin-login-page{padding:20px 12px;align-items:center;}
  .admin-login-card{padding:34px 22px 28px;border-radius:24px;}
  .admin-login-card h1{font-size:32px;}
  .admin-login-card p{font-size:15px;}
  .admin-login-icon{width:70px;height:70px;font-size:31px;border-radius:20px;}
  .admin-input-wrap{height:56px;margin-bottom:20px;}
  .admin-login-btn{height:58px;font-size:18px;}
}

/* Hide Admin Panel item from mobile user menu */
@media (max-width: 768px){ .user-mobile-menu a[href^='/admin'], .mobile-panel-menu a[href^='/admin'], .user-menu a[href^='/admin']{display:none!important;} }

/* === Auth/admin database feature fixes === */
.auth-alert{display:flex;align-items:center;gap:10px;padding:12px 14px;margin:0 0 16px;border-radius:16px;background:#fff1f2;color:#be123c;font-weight:800;border:1px solid #fecdd3}
.admin-login-error.show{display:block;opacity:1;visibility:visible;margin-top:12px;padding:12px 14px;border-radius:14px;background:#fff1f2;color:#be123c;border:1px solid #fecdd3;font-weight:800;text-align:center}.notice.bad{background:#fff1f2;color:#be123c;border-color:#fecdd3}
.admin-crud .main{max-width:1180px}.admin-grid-list{display:grid;gap:16px}.admin-user-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.admin-user-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.admin-ticket-layout{display:grid;grid-template-columns:310px 1fr;gap:18px}.ticket-list{display:grid;gap:10px;align-content:start}.ticket-mini{display:grid;gap:4px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;text-decoration:none;color:#0f172a}.ticket-mini.active{border-color:#2563eb;box-shadow:0 18px 42px rgba(37,99,235,.14)}.ticket-mini span,.ticket-mini small{color:#64748b}.ticket-chat{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.06)}.ticket-chat-head{padding:18px 20px;border-bottom:1px solid #e5e7eb}.admin-chat-thread{padding:18px;display:grid;gap:12px;max-height:520px;overflow:auto}.admin-chat-row{display:flex}.admin-chat-row.admin{justify-content:flex-end}.admin-chat-bubble{max-width:72%;padding:13px 15px;border-radius:18px;background:#f1f5f9}.admin-chat-row.admin .admin-chat-bubble{background:linear-gradient(135deg,#06233f,#0b3a63);color:#fff}.admin-chat-bubble p{margin:6px 0}.admin-chat-bubble small{opacity:.68}.admin-reply{display:flex;gap:10px;padding:16px;border-top:1px solid #e5e7eb}.admin-reply input{flex:1;border:1px solid #e5e7eb;border-radius:16px;padding:0 14px;font-weight:700}@media(max-width:800px){.admin-ticket-layout{grid-template-columns:1fr}.admin-chat-bubble{max-width:92%}.admin-reply{flex-direction:column}.admin-crud .side{display:none}}

.auth-alert.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.empty-state{justify-content:flex-start!important}

/* Targeted fix: desktop panel balance pill */
@media (min-width: 901px){
  .desktop-balance-pill{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 13px;border-radius:12px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);color:#fff;font-weight:800;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
  .desktop-balance-pill i{color:#bfdbfe!important;-webkit-text-fill-color:#bfdbfe!important}
  .desktop-balance-pill span{font-size:12px;color:rgba(255,255,255,.78)}
  .desktop-balance-pill b{font-size:14px;color:#fff}
}
@media (max-width: 900px){.desktop-balance-pill{display:none!important}}

/* targeted language/order cleanup */
.order-card em, .premium-order-card em{display:none!important;}
.service-no-price .price-label,.service-no-price b{display:none!important}.service-no-price{justify-content:flex-end}.flag-emoji{font-size:22px;line-height:1}.order-service-logo i,.service-icon{color:inherit}.premium-order-card .btn[disabled]{opacity:.65;cursor:not-allowed}

/* final provider UI tuning */
.checkout-card-premium .checkout-action{display:none;}
.buy-premium-page .premium-list{max-height:520px!important;}
.buy-premium-page .premium-card{padding:28px!important;}
.country-search-row{gap:10px;}
.sort-toggle{border:0;border-radius:12px;background:#edf4ff;color:#1e5ee9;font-weight:900;height:36px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;white-space:nowrap;cursor:pointer;}
.sort-toggle:hover{background:#dfeaff;}
.service-no-price{display:none!important;}
.premium-list .row{grid-template-columns:34px minmax(0,1fr) auto!important;}
.premium-list .row:has(.service-no-price){grid-template-columns:34px minmax(0,1fr) 40px!important;}
.premium-tx-amount.debit{color:#dc2626!important;}
.premium-transaction-card{grid-template-columns:72px minmax(280px,1fr) 190px 150px 130px!important;min-height:116px!important;padding:24px 28px!important;}
.premium-tx-main strong{font-size:19px!important;}
.premium-tx-main span{font-size:18px!important;}
@media(max-width:920px){.premium-transaction-card{grid-template-columns:54px 1fr auto!important;padding:16px!important}.sort-toggle{font-size:0;width:42px;padding:0;justify-content:center}.sort-toggle i{font-size:16px}.buy-premium-page .premium-card{padding:16px!important}.buy-premium-page .premium-list{max-height:390px!important}}

.order-code-line b{display:none!important;}
.order-code-line span{display:none!important;}


/* === Final platform/country UI cleanup === */
.buy-premium-page .checkout-balance{display:none!important;}
.buy-premium-page .checkout-card{grid-template-columns:1fr 1fr 220px!important;}
.buy-premium-page .checkout-action{display:none;}
.buy-premium-page .checkout-card.has-service.has-country .checkout-action{display:flex!important;}
.buy-premium-page #countryCard:not([style*="block"]){display:none!important;}
.buy-premium-page .premium-list{min-height:0!important;max-height:560px!important;}
.buy-premium-page .service-list:empty,.buy-premium-page .country-list:empty{border:0!important;margin-top:0!important;max-height:0!important;}
.buy-premium-page .service-row-final .price.service-no-price{display:none!important;}
.buy-premium-page .premium-list .row.service-row-final{grid-template-columns:34px minmax(0,1fr) 42px!important;}
.buy-premium-page .premium-list .row.service-row-final:not(.selected-only){grid-template-columns:34px minmax(0,1fr)!important;}
.buy-premium-page .premium-list .row.service-row-final.selected-only{grid-template-columns:34px minmax(0,1fr) 42px!important;}
.buy-premium-page .row.selected-only .close-choice{justify-self:end;align-self:center;}
.buy-premium-page .country-search-row{display:none;}
.buy-premium-page .service-icon{filter:none!important;opacity:1!important;}
.buy-premium-page .buy-content-shell{max-width:1280px!important;}
.premium-tx-amount.debit{color:#dc2626!important;}
.premium-tx-amount.credit{color:#059669!important;}
@media(max-width:640px){
 .buy-premium-page .checkout-card{grid-template-columns:1fr!important;}
 .buy-premium-page .premium-list .row.service-row-final{grid-template-columns:24px minmax(0,1fr) 32px!important;}
 .buy-premium-page .premium-list .row.service-row-final:not(.selected-only){grid-template-columns:24px minmax(0,1fr)!important;}
 .buy-premium-page .premium-list .row.service-row-final.selected-only{grid-template-columns:24px minmax(0,1fr) 32px!important;}
}

/* NN final cleanup */
.checkout-card.checkout-card-premium{display:none;}
.checkout-card.checkout-card-premium.has-service{display:grid;}
.service-row-final{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;}
.service-row-final .name{min-width:0;}
.service-row-final .service-close-inline,.service-row-final .close-choice{margin-left:auto;position:static;align-self:center;justify-self:end;}
.service-row-final.selected-only .price.service-no-price{display:none;}
.country-card:not([style*="block"]) .premium-search{display:none;}

/* NN compact mobile buy list + silent checkout white area fix */
@media(max-width:640px){
  .buy-premium-page .service-card .premium-list,
  .premium-list.service-list{max-height:240px!important;min-height:0!important;}
  .buy-premium-page .service-card{padding-bottom:12px!important;}
}
.checkout-card-premium[style*="display: none"]{padding:0!important;border:0!important;margin:0!important;min-height:0!important;box-shadow:none!important;background:transparent!important;}
.country-search-row{display:flex!important;align-items:center!important;gap:10px!important;}
.country-search-row input{min-width:0!important;flex:1!important;}
.country-search-row .sort-toggle{white-space:nowrap!important;min-width:42px!important;height:38px!important;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:#eef4ff;color:#2563eb;font-weight:800;}

/* NN requested final polish */
@media(max-width:640px){
  .buy-premium-page .service-card .premium-list{max-height:345px!important;min-height:245px!important;}
}
.premium-tx-platform-country{display:flex!important;align-items:center;gap:8px;color:#071633!important;font-weight:850!important;flex-wrap:wrap}
.premium-tx-platform-country .service-icon{font-size:18px;width:auto}
.premium-tx-platform-country .flag-img{width:24px;height:17px;border-radius:3px;object-fit:cover}


/* NN requested exact small fixes: hide searches during loading/after country selected, slightly taller mobile list */
.nn-control-hidden{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
@media(max-width:640px){
  .buy-premium-page .service-card .premium-list{max-height:385px!important;min-height:275px!important;}
}

/* NN final requested selected platform compact mobile + hidden controls */
.buy-premium-page .nn-control-hidden{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important;border:0!important;}
.buy-premium-page .service-list.nn-service-selected-compact,
.buy-premium-page .premium-list.nn-service-selected-compact,
.buy-premium-page .service-list:has(.selected-only){min-height:0!important;height:auto!important;max-height:78px!important;overflow:hidden!important;}
.buy-premium-page .service-list.nn-service-selected-compact .row.selected-only,
.buy-premium-page .service-list:has(.selected-only) .row.selected-only{min-height:54px!important;margin:0!important;border-radius:13px!important;}
@media(max-width:640px){
  .buy-premium-page .service-card .premium-list:not(.nn-service-selected-compact):not(:has(.selected-only)){min-height:300px!important;max-height:405px!important;}
  .buy-premium-page .service-card .premium-list.nn-service-selected-compact,
  .buy-premium-page .service-card .premium-list:has(.selected-only){min-height:0!important;height:auto!important;max-height:68px!important;padding:0!important;}
}
.buy-premium-page .service-icon{display:inline-block!important;min-width:18px!important;text-align:center!important;opacity:1!important;filter:none!important;}


/* === Final logo/favicon header polish === */
@media (min-width: 921px){
  .desktop-panel-brand{
    min-width: 230px!important;
    display:flex!important;
    align-items:center!important;
  }
  .desktop-panel-brand img{
    width:auto!important;
    height:58px!important;
    max-height:58px!important;
    max-width:230px!important;
    object-fit:contain!important;
    border-radius:0!important;
  }
  .user-panel-page .panel-logo img,
  .buy-premium-page .panel-logo img,
  .buy-premium-page .buy-panel-top .panel-logo img,
  .unified-panel-head .panel-logo img,
  .buy-premium-page .unified-panel-head .panel-logo img{
    width:auto!important;
    height:56px!important;
    max-height:56px!important;
    max-width:210px!important;
    object-fit:contain!important;
  }
  .topbar .logo img{
    width:auto!important;
    height:72px !important;
    max-height:72px !important;
    max-width:260px !important;
    object-fit:contain!important;
    border-radius:0!important;
  }
}
@media (max-width: 920px){
  .desktop-panel-brand img,
  .user-panel-page .panel-logo img,
  .buy-premium-page .panel-logo img{
    object-fit:contain!important;
  }
}


/* FINAL FIX: public desktop header logo size only */
@media (min-width: 901px){
  .public-header .public-brand{
    gap:12px!important;
    min-width:150px!important;
  }
  .public-header .public-brand img{
    width:auto!important;
    height:56px!important;
    max-width:175px!important;
    max-height:56px!important;
    object-fit:contain!important;
    border-radius:0!important;
    display:block!important;
  }
  .public-header.is-scrolled .public-brand img{
    width:auto!important;
    height:46px!important;
    max-width:150px!important;
    max-height:46px!important;
    object-fit:contain!important;
    border-radius:0!important;
  }
  .public-header .public-brand-text{
    display:none!important;
  }
}


/* Footer logo only final fix */
.nn-footer-logo span{display:none!important;}
.nn-footer-logo{gap:0!important;margin-bottom:22px!important;}
.nn-footer-logo img{width:auto!important;height:64px!important;max-width:220px!important;max-height:64px!important;object-fit:contain!important;}
@media(max-width:900px){.nn-footer-logo img{width:auto!important;height:56px!important;max-width:190px!important;max-height:56px!important;}}


/* ThreeSMS balance top-up polish */
.premium-topup-panel{max-width:100%;overflow:hidden}
.premium-topup-form .step-label{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.step-dot{width:26px;height:26px;border-radius:999px;background:#2563eb;color:#fff;display:inline-grid;place-items:center;font-size:13px;font-weight:900;box-shadow:0 8px 18px rgba(37,99,235,.22);flex:0 0 26px}
.step-dot.small{width:24px;height:24px;font-size:12px;margin-right:8px;vertical-align:middle}
.topup-amount-options{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;margin-bottom:28px}
.topup-amount-chip{height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}
.topup-amount-chip strong{font-size:18px;line-height:1}
.topup-amount-chip small{font-size:12px;color:#5b6f91;font-weight:650}
.topup-amount-chip.active small{color:#2563eb}
.topup-payment-grid{grid-template-columns:1fr 1fr;align-items:start;margin-bottom:18px}
.topup-payment-grid .custom-amount-field.is-visible{display:block!important}
.min-amount-help{display:block;margin-top:7px;color:#64748b;font-size:12px;font-weight:700}
.topup-summary{border:1px solid #dbe4f1;border-radius:15px;background:linear-gradient(180deg,#fbfdff,#f7faff);padding:18px 22px;margin:0 0 20px}
.topup-summary span{display:block;color:#64748b;font-size:13px;margin-bottom:6px;font-weight:700}
.topup-summary strong{display:block;color:#16a34a;font-size:26px;letter-spacing:-.5px}
.topup-summary small{font-size:14px;color:#16a34a}
.wallet-submit{width:100%;min-height:58px}
@media(max-width:920px){
  .topup-amount-options{grid-template-columns:repeat(3,1fr);gap:10px}
  .topup-payment-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .topup-amount-options{grid-template-columns:repeat(2,1fr)}
  .topup-amount-chip{height:66px}
  .topup-summary strong{font-size:22px}
}


/* ThreeSMS crypto top-up responsive design final */
.balance-title-row{display:none!important;}
.crypto-topup-form{display:block;}
.crypto-topup-form .topup-heading{border-bottom:1px solid #edf2f7;padding-bottom:16px;margin-bottom:20px;}
.crypto-topup-form .topup-amount-options{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important;margin-bottom:24px!important;}
.crypto-topup-form .topup-amount-chip{position:relative;height:86px!important;border-radius:16px!important;border:1px solid #dbe4f1!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 10px 28px rgba(15,23,42,.035)!important;transition:.18s ease!important;}
.crypto-topup-form .topup-amount-chip strong{font-size:22px!important;font-weight:950!important;color:#081633!important;}
.crypto-topup-form .topup-amount-chip small{font-size:12px!important;line-height:1.2!important;color:#64748b!important;max-width:86px!important;}
.crypto-topup-form .topup-amount-chip:hover{transform:translateY(-1px);border-color:#8bb5ff!important;box-shadow:0 14px 34px rgba(37,99,235,.08)!important;}
.crypto-topup-form .topup-amount-chip.active{border:2px solid #2563eb!important;background:linear-gradient(180deg,#fff,#f7fbff)!important;box-shadow:0 18px 40px rgba(37,99,235,.12)!important;}
.crypto-topup-form .topup-amount-chip.active:after{content:'✓';position:absolute;right:-10px;top:-10px;width:28px;height:28px;border-radius:50%;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:900;font-size:14px;box-shadow:0 10px 22px rgba(37,99,235,.28);}
.crypto-topup-form .topup-payment-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;align-items:end!important;margin:0 0 18px!important;}
.crypto-topup-form .payment-method-field{grid-column:auto;}
.crypto-topup-form .custom-amount-field{animation:topupFade .18s ease both;}
@keyframes topupFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.cryptomus-select{position:relative;min-height:64px!important;height:auto!important;padding-top:12px!important;padding-bottom:12px!important;align-items:center!important;border-radius:16px!important;}
.cryptomus-select>i{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;display:grid!important;place-items:center!important;margin-right:10px;}
.cryptomus-select select{font-weight:800;color:#0f172a;}
.cryptomus-select small{position:absolute;left:62px;bottom:8px;color:#64748b;font-size:12px;font-weight:650;pointer-events:none;}
.crypto-secure-note{margin:18px 0!important;border:0!important;background:linear-gradient(90deg,#eef5ff,#f8fbff)!important;color:#1d4ed8!important;border-radius:14px!important;}
.crypto-supported-strip{margin:4px 0 18px;padding:2px 0 0;}
.crypto-supported-title{font-size:13px;font-weight:850;color:#34425c;margin-bottom:12px;}
.crypto-icons-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.crypto-icon,.crypto-more{width:42px;height:42px;border-radius:50%;display:inline-grid;place-items:center;font-weight:950;color:#fff;box-shadow:0 12px 24px rgba(15,23,42,.08);font-size:18px;}
.crypto-icon.btc{background:#f7931a}.crypto-icon.eth{background:#635bff}.crypto-icon.usdt{background:#26a17b}.crypto-icon.bnb{background:#f3ba2f;color:#111827}.crypto-icon.usdc{background:#2775ca}.crypto-icon.trx{background:#ef0027}.crypto-more{background:#eef4ff;color:#2563eb;font-size:12px;min-width:54px;border-radius:999px;padding:0 12px;width:auto;}
.compact-topup-summary{display:grid!important;grid-template-columns:1fr!important;border-radius:16px!important;background:linear-gradient(180deg,#fbfdff,#f7faff)!important;padding:20px 24px!important;margin:0 0 22px!important;}
.compact-topup-summary span{font-size:13px!important;color:#64748b!important;font-weight:850!important;}
.compact-topup-summary strong{font-size:28px!important;color:#16a34a!important;}
.compact-topup-summary small{color:#16a34a!important;font-size:14px!important;}
.crypto-topup-form .wallet-submit{height:62px!important;border-radius:15px!important;font-size:18px!important;}
@media(max-width:920px){
  .crypto-topup-form .topup-amount-options{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;}
  .crypto-topup-form .topup-payment-grid{grid-template-columns:1fr!important;gap:14px!important;}
  .crypto-topup-form .topup-amount-chip{height:78px!important;}
  .crypto-supported-title{font-size:12px}.crypto-icons-row{gap:10px}.crypto-icon,.crypto-more{width:36px;height:36px;font-size:15px}.crypto-more{width:auto;min-width:44px;}
}
@media(max-width:560px){
  .crypto-topup-form .topup-amount-options{grid-template-columns:repeat(2,1fr)!important;}
  .crypto-topup-form .topup-amount-chip{height:74px!important;border-radius:14px!important;}
  .crypto-topup-form .topup-amount-chip strong{font-size:18px!important;}
  .cryptomus-select small{left:56px;font-size:11px;}
  .compact-topup-summary strong{font-size:24px!important;}
  .crypto-topup-form .wallet-submit{height:56px!important;font-size:15px!important;}
}

/* FINAL BALANCE / CRYPTO PAYMENT PAGE DESIGN - 20260630 */
.wallet-dashboard{width:100%;}
.wallet-main-grid{display:grid!important;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr)!important;gap:22px!important;align-items:stretch!important;}
.wallet-panel{background:rgba(255,255,255,.96)!important;border:1px solid #dfe8f5!important;border-radius:22px!important;box-shadow:0 22px 70px rgba(15,23,42,.06)!important;}
.premium-topup-panel{padding:24px!important;}
.premium-topup-panel .topup-heading{display:flex!important;align-items:center!important;gap:16px!important;border-bottom:0!important;padding-bottom:0!important;margin-bottom:24px!important;}
.premium-topup-panel .panel-icon,.coupon-panel .panel-icon{width:50px!important;height:50px!important;border-radius:16px!important;}
.premium-topup-panel .panel-heading h2,.coupon-panel .panel-heading h2{font-size:24px!important;letter-spacing:-.4px!important;margin:0 0 6px!important;}
.premium-topup-panel .panel-heading p,.coupon-panel .panel-heading p{font-size:14px!important;line-height:1.45!important;color:#526783!important;margin:0!important;}
.crypto-topup-form .step-label{font-size:14px!important;font-weight:900!important;color:#071633!important;}
.crypto-topup-form .topup-amount-options{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;margin:0 0 28px!important;}
.crypto-topup-form .topup-amount-chip{height:74px!important;border-radius:14px!important;border:1px solid #dbe4f1!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 8px 24px rgba(15,23,42,.025)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:4px!important;}
.crypto-topup-form .topup-amount-chip strong{font-size:20px!important;color:#071633!important;font-weight:950!important;}
.crypto-topup-form .topup-amount-chip small{font-size:11px!important;color:#64748b!important;line-height:1.15!important;}
.crypto-topup-form .topup-amount-chip.active{border:2px solid #2563eb!important;background:#fff!important;box-shadow:0 16px 38px rgba(37,99,235,.12)!important;}
.crypto-topup-form .topup-amount-chip.active:after{right:-9px!important;top:-10px!important;width:27px!important;height:27px!important;font-size:13px!important;}
.crypto-topup-form .topup-payment-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:0 0 18px!important;}
.crypto-topup-form .custom-amount-field{margin-bottom:2px!important;}
.crypto-topup-form .custom-amount-field .input-with-suffix{height:58px!important;border-radius:14px!important;}
.crypto-topup-form .payment-method-field label{font-weight:900!important;color:#071633!important;margin-bottom:10px!important;display:block!important;}
.cryptomus-method-card{min-height:76px!important;width:100%!important;border:1.5px solid #d9e4f5!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#f9fbff)!important;display:flex!important;align-items:center!important;gap:14px!important;padding:14px 18px!important;cursor:default!important;user-select:none!important;box-shadow:0 8px 24px rgba(15,23,42,.025)!important;}
.cryptomus-method-logo{width:42px!important;height:42px!important;border-radius:13px!important;background:linear-gradient(135deg,#2563eb,#0f5bdc)!important;color:#fff!important;display:grid!important;place-items:center!important;font-weight:950!important;font-size:20px!important;box-shadow:0 12px 24px rgba(37,99,235,.24)!important;flex:0 0 42px!important;}
.cryptomus-method-card strong{display:block!important;font-size:15px!important;color:#071633!important;margin:0 0 4px!important;}
.cryptomus-method-card small{display:block!important;font-size:12px!important;color:#64748b!important;font-weight:700!important;}
.recommended-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#dcfce7!important;color:#15803d!important;border-radius:9px!important;padding:5px 8px!important;font-size:11px!important;font-weight:900!important;margin-left:auto!important;white-space:nowrap!important;}
.method-lock{color:#8aa0bd!important;margin-left:8px!important;}
.crypto-secure-note{min-height:46px!important;margin:18px 0 18px!important;padding:12px 16px!important;border-radius:13px!important;background:linear-gradient(90deg,#eef5ff,#f8fbff)!important;color:#1d4ed8!important;font-size:13px!important;font-weight:800!important;}
.crypto-supported-strip{margin:0 0 18px!important;padding:0!important;}
.crypto-supported-title{font-size:13px!important;font-weight:900!important;color:#34425c!important;margin-bottom:13px!important;}
.crypto-icons-row{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;}
.crypto-icon,.crypto-more{width:38px!important;height:38px!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;font-weight:950!important;color:#fff!important;box-shadow:0 12px 24px rgba(15,23,42,.10)!important;font-size:17px!important;}
.crypto-icon.btc{background:#f7931a!important}.crypto-icon.eth{background:#635bff!important}.crypto-icon.usdt{background:#26a17b!important}.crypto-icon.bnb{background:#f3ba2f!important;color:#111827!important}.crypto-icon.usdc{background:#2775ca!important}.crypto-icon.trx{background:#ef0027!important}.crypto-icon.ltc{background:#8a8a8a!important}.crypto-icon.doge{background:#c2a633!important}.crypto-icon.sol{background:#58c7de!important}.crypto-icon.xrp{background:#23292f!important}
.crypto-more{width:auto!important;min-width:62px!important;border-radius:999px!important;background:#eef4ff!important;color:#2563eb!important;font-size:13px!important;padding:0 12px!important;position:relative!important;}
.crypto-more small{position:absolute!important;left:50%!important;transform:translateX(-50%)!important;top:42px!important;color:#64748b!important;font-size:10px!important;font-weight:800!important;white-space:nowrap!important;}
.compact-topup-summary{margin:28px 0 22px!important;border:1px solid #dbe4f1!important;border-radius:16px!important;background:linear-gradient(180deg,#fbfdff,#f7faff)!important;padding:18px 22px!important;}
.compact-topup-summary span{font-size:13px!important;color:#64748b!important;font-weight:900!important;}
.compact-topup-summary strong{font-size:28px!important;color:#16a34a!important;}
.crypto-topup-form .wallet-submit{height:58px!important;border-radius:14px!important;font-size:17px!important;font-weight:950!important;box-shadow:0 18px 36px rgba(37,99,235,.22)!important;}
.coupon-panel{padding:24px!important;display:flex!important;flex-direction:column!important;min-height:100%!important;}
.coupon-panel .panel-heading{display:flex!important;align-items:flex-start!important;gap:16px!important;margin-bottom:24px!important;}
.coupon-form{border:1.5px solid #d9c2ff!important;background:linear-gradient(180deg,#fff,#fdfbff)!important;border-radius:18px!important;padding:18px!important;box-shadow:0 16px 38px rgba(126,58,242,.06)!important;}
.coupon-form .wallet-field label{font-weight:900!important;margin-bottom:10px!important;}
.coupon-form .input-with-suffix{height:56px!important;border-radius:13px!important;background:#fff!important;}
.coupon-submit{height:56px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#a855f7,#7c3aed)!important;color:#fff!important;font-weight:950!important;font-size:15px!important;margin-top:14px!important;box-shadow:0 16px 30px rgba(124,58,237,.20)!important;width:100%!important;}
.coupon-art{margin-top:24px!important;min-height:120px!important;border-radius:18px!important;background:linear-gradient(135deg,#faf5ff,#fff 70%)!important;display:grid!important;place-items:center!important;}
.gift-box{width:82px!important;height:82px!important;border-radius:22px!important;background:linear-gradient(135deg,#a78bfa,#7c3aed)!important;color:#fff!important;}
@media(max-width:1100px){
  .wallet-main-grid{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  .premium-topup-panel,.coupon-panel{padding:16px!important;border-radius:18px!important;}
  .premium-topup-panel .panel-heading h2,.coupon-panel .panel-heading h2{font-size:18px!important;}
  .premium-topup-panel .panel-heading p,.coupon-panel .panel-heading p{font-size:12px!important;}
  .crypto-topup-form .topup-amount-options{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;}
  .crypto-topup-form .topup-amount-chip{height:68px!important;border-radius:13px!important;}
  .crypto-topup-form .topup-amount-chip strong{font-size:17px!important;}
  .cryptomus-method-card{min-height:68px!important;padding:12px!important;gap:11px!important;}
  .cryptomus-method-logo{width:36px!important;height:36px!important;flex-basis:36px!important;font-size:17px!important;}
  .recommended-badge{font-size:10px!important;padding:4px 6px!important;}
  .method-lock{display:none!important;}
  .crypto-icons-row{gap:9px!important;}
  .crypto-icon,.crypto-more{width:34px!important;height:34px!important;font-size:14px!important;}
  .crypto-more{width:auto!important;min-width:52px!important;}
  .compact-topup-summary{margin-top:24px!important;padding:16px!important;}
  .compact-topup-summary strong{font-size:23px!important;}
  .crypto-topup-form .wallet-submit,.coupon-submit{height:54px!important;font-size:14px!important;}
}
@media(max-width:430px){
  .crypto-topup-form .topup-amount-options{grid-template-columns:repeat(2,1fr)!important;}
}

/* transaction status text fix */
.premium-transaction-card .premium-tx-main span:empty{display:none!important}
.premium-tx-status{white-space:nowrap;min-width:max-content}
.premium-tx-amount{white-space:nowrap;position:relative;z-index:2}
@media(max-width:760px){.premium-tx-status{justify-self:start}.premium-tx-amount{justify-self:start}}

/* Final desktop transactions layout spacing fix */
@media (min-width: 921px){
  .premium-transaction-card{
    grid-template-columns:72px minmax(280px,1fr) 190px 130px minmax(180px,max-content)!important;
    column-gap:24px!important;
  }
  .premium-tx-amount{
    justify-self:end!important;
    text-align:right!important;
    z-index:3!important;
  }
  .premium-tx-status{
    justify-self:end!important;
    min-width:168px!important;
    text-align:center!important;
    z-index:2!important;
  }
}
@media (max-width: 1180px) and (min-width: 921px){
  .premium-transaction-card{
    grid-template-columns:64px minmax(220px,1fr) 160px 110px minmax(165px,max-content)!important;
    column-gap:18px!important;
  }
  .premium-tx-status{min-width:155px!important;font-size:15px!important;padding:10px 14px!important;}
  .premium-tx-amount{font-size:20px!important;}
}


/* Settings profile/password live update messages */
.settings-message{border-radius:14px;padding:12px 14px;margin:0 0 14px;font-weight:800;font-size:14px;line-height:1.45}
.settings-message-ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.settings-message-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.settings-save-btn:disabled,.settings-password-btn:disabled{opacity:.75;cursor:not-allowed}


/* ThreeSMS blog mobile detail readability fix */
@media (max-width: 640px){
  .plain-page.blog-detail-page{padding:22px 0!important;}
  .blog-detail-page .container,
  .blog-detail-wrap{
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .blog-detail-wrap.content{
    padding:14px!important;
    border-radius:22px!important;
  }
  .blog-detail-card{
    width:100%!important;
    max-width:none!important;
    padding:18px!important;
    border-radius:20px!important;
  }
  .blog-detail-card h1{
    font-size:28px!important;
    line-height:1.08!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }
  .blog-detail-excerpt,
  .blog-content{
    font-size:16px!important;
    line-height:1.75!important;
  }
  .blog-toc{
    width:100%!important;
    max-width:none!important;
    padding:16px!important;
    border-radius:16px!important;
  }
  .blog-content img{
    max-width:100%!important;
    height:auto!important;
    border-radius:16px!important;
  }
}

/* Fride + Cryptomus payment selector */
.payment-provider-options{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
.payment-provider-card{cursor:pointer;position:relative;transition:.18s ease;border:1px solid #dbe7ff!important}
.payment-provider-card input{position:absolute;opacity:0;pointer-events:none}
.payment-provider-card.active{border-color:#2f6df6!important;box-shadow:0 10px 26px rgba(47,109,246,.12)}
.payment-provider-card:hover{transform:translateY(-1px);border-color:#8fb2ff!important}
.payment-provider-card .fride-logo{background:linear-gradient(135deg,#6683ff,#2f6df6);color:#fff}
@media (min-width:880px){.payment-provider-options{grid-template-columns:1fr 1fr}.topup-payment-grid{align-items:end}}
@media (max-width:680px){.payment-provider-options{gap:10px}.payment-provider-card{padding:14px!important}.payment-provider-card .recommended-badge{font-size:10px}.payment-provider-card small{font-size:11px}}


/* ThreeSMS premium payment method cards - 2026-07 */
.premium-provider-card{
  min-height:168px;
  padding:22px 20px!important;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr);
  align-items:start!important;
  gap:16px!important;
  overflow:hidden;
  background:linear-gradient(145deg,#fff 0%,#f9fbff 100%)!important;
  border-radius:18px!important;
}
.premium-provider-card .provider-main-icon{
  width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  font-size:21px;color:#fff;box-shadow:0 10px 22px rgba(47,109,246,.22)
}
.premium-provider-card .card-icon{background:linear-gradient(135deg,#3978ff,#1558dd)}
.premium-provider-card .crypto-icon{background:linear-gradient(135deg,#b56cff,#7a3df1);box-shadow:0 10px 22px rgba(132,74,239,.2)}
.premium-provider-card .provider-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.premium-provider-card .provider-copy strong{font-size:16px;line-height:1.3;color:#081532;margin:2px 0 5px}
.premium-provider-card .provider-copy small{font-size:12.5px;line-height:1.45;color:#62708a}
.premium-provider-card .provider-brand-strip{display:block;object-fit:contain;object-position:left center;margin-top:18px}
.premium-provider-card .mastercard-strip{width:58px;height:36px}
.premium-provider-card .crypto-strip{width:154px;height:42px;object-position:center 54%;transform:scale(1.32);transform-origin:left center;clip-path:inset(28% 0 28% 0)}
.premium-provider-card .provider-check{position:absolute;right:-10px;top:-10px;width:34px;height:34px;border-radius:50%;background:#2f6df6;color:#fff;display:none;align-items:center;justify-content:center;font-size:12px;box-shadow:0 6px 16px rgba(47,109,246,.28)}
.premium-provider-card.active .provider-check{display:flex}
.premium-provider-card .recommended-badge{top:14px!important;right:18px!important;background:#dcf7e8!important;color:#15944f!important;border:0!important;padding:5px 9px!important;border-radius:999px!important;font-weight:800!important}
.premium-provider-card.active{background:linear-gradient(145deg,#fff 0%,#f2f7ff 100%)!important;border-width:2px!important}
@media (min-width:880px){
  .payment-provider-options{grid-template-columns:1fr 1fr!important;gap:14px!important}
}
@media (max-width:680px){
  .premium-provider-card{min-height:150px;padding:18px 16px!important;grid-template-columns:44px minmax(0,1fr);gap:12px!important;border-radius:16px!important}
  .premium-provider-card .provider-main-icon{width:42px;height:42px;border-radius:12px;font-size:18px}
  .premium-provider-card .provider-copy strong{font-size:14px}
  .premium-provider-card .provider-copy small{font-size:11.5px}
  .premium-provider-card .provider-brand-strip{margin-top:13px}
  .premium-provider-card .crypto-strip{width:132px;height:36px}
  .premium-provider-card .recommended-badge{top:12px!important;right:14px!important;font-size:9px!important}
}
