:root{--red:#e4232e;--red2:#f42b34;--red-dark:#bd1822;--red-soft:#fff0f1;--ink:#16181d;--muted:#717780;--bg:#f3f4f6;--card:#fff;--line:#e7e8eb;--green:#1fa56b;--shadow:0 18px 48px rgba(18,22,28,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;min-height:100vh}a{color:var(--red)}.top{position:sticky;top:0;z-index:50;height:70px;display:flex;justify-content:space-between;align-items:center;padding:0 max(18px,4vw);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.brand{font-weight:950;font-size:20px;color:var(--ink);text-decoration:none;display:flex;gap:10px;align-items:center;letter-spacing:.02em}.logo{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(228,35,46,.22)}.logo img{width:100%;height:100%;object-fit:cover}.top nav{display:flex;gap:3px;align-items:center}.top nav a{color:#474b53;text-decoration:none;font-weight:750;padding:9px 9px;border-radius:10px}.top nav a:hover{background:#f4f4f6;color:var(--red)}.container{max-width:1180px;margin:0 auto;padding:24px 18px 0}.btn,button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;background:linear-gradient(180deg,var(--red2),var(--red));color:#fff;font-weight:850;text-decoration:none;cursor:pointer;box-shadow:0 8px 20px rgba(228,35,46,.17);transition:.15s ease}.btn:hover,button:hover{background:var(--red-dark);transform:translateY(-1px)}.btn.secondary{background:#fff;color:var(--ink);border:1px solid #dadce1;box-shadow:none}.btn.danger{background:#b91c2c}.btn.small{padding:7px 11px;border-radius:9px;font-size:13px}.card,.stat{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 32px rgba(18,22,28,.045)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.muted{color:var(--muted)}.kicker{font-weight:900;color:var(--red);letter-spacing:.11em;font-size:11px;text-transform:uppercase}.section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:8px 0 20px}.section-title h1,.section-title h2{margin:0}.section-title h1{font-size:34px;letter-spacing:-1px}input,select,textarea{width:100%;padding:13px 14px;background:#fff;border:1px solid #d9dbe0;border-radius:12px;color:var(--ink);outline:none;font:inherit}input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(228,35,46,.08)}label{display:block;font-weight:800;margin:12px 0 6px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.alert{border-radius:12px;padding:12px 14px;margin:0 0 14px}.alert-success{background:#e8f7f1;color:#0c6447}.alert-danger{background:#ffeaed;color:#9e1830}.alert-info{background:#fff3f4;color:#8b1828}.badge{display:inline-block;padding:4px 9px;border:1px solid #d9dce3;border-radius:99px;font-size:12px;background:#fff}.rate-pill{display:inline-flex;align-items:center;gap:7px;background:var(--red-soft);color:var(--red-dark);padding:7px 11px;border-radius:999px;font-weight:850}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}th{color:#7b818a;font-size:11px;text-transform:uppercase;letter-spacing:.08em}footer{color:#8a8f98;padding:42px 0 94px;text-align:center}.admin-menu{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:14px}.admin-menu a{padding:8px 10px;border-radius:9px;background:#f5f6f8;color:#424753;text-decoration:none;font-weight:700}.price-hero{font-size:38px;font-weight:950;letter-spacing:-1.3px}.plan-card{position:relative}.plan-card.popular{border:2px solid var(--red)}.plan-ribbon{position:absolute;right:15px;top:15px;background:var(--red);color:#fff;border-radius:99px;padding:4px 9px;font-size:11px;font-weight:900}.quick-card{text-decoration:none;color:var(--ink);transition:.15s ease}.quick-card:hover{transform:translateY(-3px);border-color:#efb4b9}.quick-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--red-soft);color:var(--red);font-size:19px;margin-bottom:10px}.rate-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.rate-row:last-child{border-bottom:0}.metric{display:flex;align-items:center;gap:11px}.country-dot{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f1f2f4;font-weight:900}.mobile-nav{display:none}
/* app-style dashboard */.app-hero{background:linear-gradient(145deg,#ef202b,#c91420);border-radius:23px;color:#fff;padding:22px;box-shadow:0 16px 40px rgba(228,35,46,.22);position:relative;overflow:hidden}.app-hero:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-85px;top:-100px;background:rgba(255,255,255,.08)}.app-hero small{opacity:.85}.wallet-big{font-size:34px;font-weight:950;letter-spacing:-1px}.app-hero .btn{background:#fff;color:var(--red);box-shadow:none}.app-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0}.app-action{text-align:center;text-decoration:none;color:var(--ink);font-size:12px;font-weight:800;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 7px;box-shadow:0 7px 22px rgba(18,22,28,.04)}.app-action i{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 7px;border-radius:12px;background:var(--red-soft);color:var(--red);font-style:normal;font-size:18px}.my-number{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--line);padding:13px 14px;border-radius:15px}.my-number .phone-dot{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9f8f0;color:#17985f}.dashboard-main{max-width:760px;margin:0 auto}.quick-list{display:grid;grid-template-columns:1fr 1fr;gap:11px}.quick-list a{display:flex;gap:11px;align-items:center;text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px}.quick-list b{display:block}.quick-list span{font-size:12px;color:var(--muted)}
/* dialer */.dialer-app{max-width:520px;margin:0 auto}.dialer-top{text-align:center;margin-bottom:8px}.dialer-balance{color:var(--red);font-weight:900}.country-select{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px 13px;margin:12px 0}.country-select strong{flex:1}.dialer-number-wrap{position:relative}.dialer-number-wrap input{font-size:27px;font-weight:850;text-align:center;height:64px}.dial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px auto;max-width:350px}.dial-key{width:74px;height:74px;border-radius:50%;background:#f5f5f6;border:1px solid #e4e5e8;color:var(--ink);box-shadow:none;font-size:23px;margin:auto}.dial-key:hover{background:#ececef;color:var(--red)}.call-button{width:70px;height:70px;border-radius:50%;font-size:28px;margin:auto;display:flex}.active-call{min-height:540px;background:linear-gradient(160deg,#1f2933,#11151a 58%,#2a1719);color:#fff;border-radius:28px;padding:30px;text-align:center}.active-call .callee{font-size:26px;font-weight:900;margin-top:80px}.call-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:330px;margin:55px auto 35px}.call-control{color:#fff;text-decoration:none;font-size:12px}.call-control b{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:rgba(255,255,255,.12);font-size:20px}
/* lists */.app-list{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.app-list-row{display:flex;gap:12px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line)}.app-list-row:last-child{border-bottom:0}.flag{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f2f3f5;font-size:20px}.row-main{flex:1;min-width:0}.row-main b{display:block}.row-main small{color:var(--muted)}.row-right{text-align:right}.row-right b{color:var(--red)}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px}.tab{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:7px 12px;background:#fff;color:#60656d;text-decoration:none;font-weight:800;font-size:12px}.tab.active{background:var(--red);color:#fff;border-color:var(--red)}.topup-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.amount-chip{padding:11px 4px;border:1px solid var(--line);border-radius:12px;text-align:center;background:#fff;font-weight:850}.amount-chip.active{background:var(--red);color:#fff;border-color:var(--red)}.account-head{background:linear-gradient(145deg,#ef202b,#c91420);color:#fff;border-radius:24px 24px 0 0;padding:26px;text-align:center}.avatar{width:76px;height:76px;border-radius:50%;background:#fff;color:var(--red);display:grid;place-items:center;margin:0 auto 10px;font-size:28px;font-weight:950}.account-menu{background:#fff;border:1px solid var(--line);border-top:0;border-radius:0 0 24px 24px;overflow:hidden}.account-menu a{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:var(--ink);padding:15px 17px;border-bottom:1px solid var(--line);font-weight:800}.account-menu a:last-child{border-bottom:0}.login-shell{max-width:460px;margin:20px auto}.login-brand{text-align:center;background:linear-gradient(145deg,#ef202b,#c91420);color:#fff;border-radius:26px 26px 0 0;padding:34px 24px}.login-brand img{width:76px;height:76px;border-radius:22px}.login-card{border-radius:0 0 26px 26px}.public-rate-search{max-width:760px;margin:0 auto}
@media(max-width:900px){.grid,.grid.two,.form-row{grid-template-columns:1fr}.top{height:62px}.top nav a:not(.btn){display:none}.container{padding:16px 12px 0}.mobile-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;background:rgba(255,255,255,.98);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:7px max(6px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));box-shadow:0 -8px 28px rgba(18,22,28,.08);backdrop-filter:blur(16px)}.mobile-nav a{text-align:center;text-decoration:none;color:#656b74;font-weight:750;font-size:10px;padding:3px 2px}.mobile-nav b{display:block;font-size:19px;line-height:1.2;color:#343840}.mobile-nav .dial-tab b{color:var(--red)}.mobile-nav a:hover,.mobile-nav a:hover b{color:var(--red)}table{display:block;overflow-x:auto}.section-title{align-items:flex-start}.section-title h1{font-size:29px}footer{padding-bottom:110px}.app-shell .top .brand{font-size:18px}.app-actions{grid-template-columns:repeat(4,1fr)}.dial-key{width:68px;height:68px}.quick-list{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.card,.stat{border-radius:17px;padding:16px}.top{padding:0 13px}.brand span:last-child{font-size:18px}.logo{width:35px;height:35px}.app-hero{border-radius:20px}.wallet-big{font-size:30px}.app-actions{gap:7px}.app-action{padding:11px 4px;font-size:10px}.app-action i{width:34px;height:34px}.quick-list{grid-template-columns:1fr 1fr}.dial-grid{gap:9px}.dial-key{width:64px;height:64px}.topup-amounts{grid-template-columns:repeat(4,1fr)}}

/* Zaqtel v1.4 — premium glass UI system */
:root{--glass:rgba(255,255,255,.68);--glass-strong:rgba(255,255,255,.84);--glass-line:rgba(255,255,255,.78);--glass-shadow:0 18px 55px rgba(31,45,78,.10);--navy:#111827;--soft-blue:#eef5ff}
body{background:linear-gradient(145deg,#f7fbff 0%,#f5f7fb 44%,#fff7f8 100%);background-attachment:fixed;color:var(--navy);overflow-x:hidden}.ambient{position:fixed;z-index:-2;border-radius:999px;filter:blur(10px);pointer-events:none}.ambient-a{width:460px;height:460px;left:-180px;top:80px;background:radial-gradient(circle,rgba(82,151,255,.16),rgba(82,151,255,0) 68%)}.ambient-b{width:520px;height:520px;right:-210px;top:340px;background:radial-gradient(circle,rgba(255,60,76,.14),rgba(255,60,76,0) 68%)}
.top{height:78px;margin:12px max(12px,2.2vw) 0;padding:0 22px;border:1px solid var(--glass-line);border-radius:24px;background:rgba(255,255,255,.66);box-shadow:0 12px 42px rgba(31,45,78,.08);backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%)}.brand{gap:0;min-width:170px}.brand-lockup{display:block;width:176px;max-height:62px;object-fit:contain;object-position:left center}.top nav a{color:#465064}.top nav a:hover{background:rgba(255,255,255,.72);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);color:var(--red)}
.container{max-width:1220px;padding-top:24px}.card,.stat,.app-list,.my-number,.quick-list a,.app-action,.country-select,.account-menu,.admin-menu{background:var(--glass);border:1px solid var(--glass-line);box-shadow:var(--glass-shadow);backdrop-filter:blur(22px) saturate(145%);-webkit-backdrop-filter:blur(22px) saturate(145%)}.card,.stat{border-radius:26px}.app-list{border-radius:26px}.app-list-row{border-bottom-color:rgba(201,210,225,.55)}input,select,textarea{background:rgba(255,255,255,.72);border-color:rgba(196,205,220,.7);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(12px)}input:focus,select:focus,textarea:focus{background:rgba(255,255,255,.95)}
.btn,button{border-radius:15px;background:linear-gradient(135deg,#ff2737,#e51625);box-shadow:0 11px 28px rgba(229,22,37,.22)}.btn.secondary{background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.92);box-shadow:0 8px 24px rgba(31,45,78,.08)}.badge,.tab,.amount-chip{background:rgba(255,255,255,.70);border-color:rgba(255,255,255,.9);box-shadow:0 6px 16px rgba(31,45,78,.05)}
.section-title{margin-top:2px}.section-title h1{font-weight:950;color:#101827}.kicker{color:#ef2030}.price-hero{color:#111827}.plan-card{overflow:hidden}.plan-card:before{content:"";position:absolute;inset:-80px auto auto -80px;width:170px;height:170px;background:radial-gradient(circle,rgba(244,43,52,.10),transparent 68%);pointer-events:none}
.dashboard-main{max-width:980px}.glass-balance{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;padding:28px;border:1px solid rgba(255,255,255,.9);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(250,252,255,.58));box-shadow:0 25px 70px rgba(36,53,90,.11);backdrop-filter:blur(28px) saturate(155%)}.glass-balance:after{content:"";position:absolute;width:300px;height:300px;right:-90px;bottom:-160px;background:radial-gradient(circle,rgba(255,32,49,.10),transparent 68%);border-radius:50%;pointer-events:none}.balance-copy{padding:8px 4px}.balance-copy small{color:#69758b;font-weight:750}.balance-amount{font-size:48px;line-height:1.05;font-weight:950;letter-spacing:-2px;margin:12px 0 2px}.balance-sub{color:#6f7a90;margin-bottom:22px}.balance-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.balance-action{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#182033;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.95);border-radius:22px;box-shadow:0 12px 30px rgba(31,45,78,.08)}.balance-action i{font-style:normal;font-size:28px;color:#f02030}.dashboard-grid{display:grid;grid-template-columns:1fr 1.12fr;gap:18px;margin-top:18px}.dashboard-card{background:var(--glass);border:1px solid var(--glass-line);border-radius:28px;padding:24px;box-shadow:var(--glass-shadow);backdrop-filter:blur(22px) saturate(145%)}.dashboard-card h3{margin:0 0 14px;font-size:20px}.dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.dashboard-head a{font-size:13px;font-weight:850;text-decoration:none}.popular-rate{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid rgba(201,210,225,.5)}.popular-rate:last-child{border-bottom:0}.popular-rate .emoji{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.8);font-size:20px}.popular-rate .name{flex:1}.popular-rate small{display:block;color:#7a8496}.promo-glass{position:relative;overflow:hidden;min-height:250px;background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(255,229,233,.72));display:flex;flex-direction:column;justify-content:center}.promo-glass:after{content:"☎";position:absolute;right:28px;bottom:12px;font-size:106px;color:rgba(235,30,47,.11);transform:rotate(-12deg)}.promo-logo{width:132px;height:auto;margin-bottom:16px}.promo-glass h2{font-size:31px;line-height:1.05;margin:0 0 10px}.promo-glass h2 span{color:#ef2030}.promo-glass p{max-width:290px;color:#5e687c}.recent-panel{margin-top:18px}.recent-call-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid rgba(201,210,225,.5)}.recent-call-row:last-child{border-bottom:0}.recent-call-row .call-avatar{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#fff0f2;color:#ed2130}.recent-call-row .call-meta small{display:block;color:#7c8799}.recent-call-row .call-time{text-align:right;color:#687386;font-size:12px}.mini-call{width:40px;height:40px;border-radius:14px;padding:0;background:rgba(255,255,255,.8);color:#21af65;box-shadow:0 6px 18px rgba(31,45,78,.06);border:1px solid rgba(255,255,255,.95)}
.app-hero{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,236,239,.72));color:#161d2b;border:1px solid rgba(255,255,255,.94);box-shadow:var(--glass-shadow);backdrop-filter:blur(24px)}.app-hero small{color:#687386;opacity:1}.app-hero:after{background:rgba(236,28,44,.06)}.app-hero .btn{background:linear-gradient(135deg,#ff2737,#e51625);color:#fff}.app-action{border-radius:20px}.quick-icon,.app-action i{background:rgba(255,236,239,.9)}.my-number{border-radius:20px}.quick-list a{border-radius:20px}.account-head{background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(255,227,232,.76));color:#111827;border:1px solid var(--glass-line);box-shadow:var(--glass-shadow);backdrop-filter:blur(22px)}.avatar{box-shadow:0 12px 28px rgba(235,30,47,.16)}.account-menu{border-color:var(--glass-line)}.login-brand{background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,228,232,.78));color:#121827;border:1px solid var(--glass-line);box-shadow:var(--glass-shadow)}.login-brand img{width:190px;height:auto;border-radius:0;box-shadow:none}.login-card{background:var(--glass-strong);box-shadow:var(--glass-shadow);border-color:var(--glass-line)}.active-call{background:linear-gradient(160deg,rgba(17,24,39,.96),rgba(37,19,25,.95));box-shadow:0 25px 70px rgba(9,14,25,.26)}.dial-key{background:rgba(255,255,255,.72);border-color:rgba(255,255,255,.9);box-shadow:0 8px 20px rgba(31,45,78,.07)}.admin-menu{padding:12px}.admin-menu a{background:rgba(255,255,255,.62)}footer a{color:#69758b}
.mobile-nav{border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.72);box-shadow:0 -12px 40px rgba(31,45,78,.10);backdrop-filter:blur(25px) saturate(160%);-webkit-backdrop-filter:blur(25px) saturate(160%)}.mobile-nav .dial-tab{position:relative;top:-18px}.mobile-nav .dial-tab b{width:58px;height:58px;display:grid;place-items:center;margin:0 auto -7px;border-radius:50%;background:linear-gradient(135deg,#ff3040,#e81626);color:#fff;box-shadow:0 14px 30px rgba(232,22,38,.28)}
@media(max-width:900px){.top{height:68px;margin:8px 8px 0;border-radius:20px;padding:0 14px}.brand-lockup{width:145px;max-height:54px}.glass-balance,.dashboard-grid{grid-template-columns:1fr}.balance-actions{grid-template-columns:repeat(2,1fr)}.dashboard-grid{gap:14px}.dashboard-card{border-radius:23px;padding:18px}.mobile-nav{left:8px;right:8px;bottom:7px;border-radius:24px}.container{padding-top:16px}}
@media(max-width:520px){.brand{min-width:132px}.brand-lockup{width:132px}.top nav .btn{padding:7px 10px}.glass-balance{padding:20px;border-radius:24px}.balance-amount{font-size:39px}.balance-action{min-height:94px;border-radius:18px}.dashboard-grid{grid-template-columns:1fr}.dashboard-card{padding:17px}.promo-glass{min-height:220px}.recent-call-row{grid-template-columns:42px minmax(0,1fr) auto}.recent-call-row .call-time{display:none}.mini-call{width:36px;height:36px}.card,.stat,.app-list{border-radius:22px}.mobile-nav{padding-top:8px}.mobile-nav .dial-tab b{width:54px;height:54px}}


/* Zaqtel v1.4.1 — mobile public page + cache-safe logo fixes */
img{max-width:100%;height:auto}.brand{overflow:hidden;flex:0 0 auto}.brand-lockup{width:176px!important;height:58px!important;max-width:176px!important;max-height:58px!important;object-fit:contain!important;object-position:left center!important;display:block!important;flex:none!important}
.hero{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:22px;align-items:center;margin:10px 0 22px;padding:34px;border:1px solid var(--glass-line);border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,245,247,.66));box-shadow:var(--glass-shadow);backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);overflow:hidden;position:relative}.hero:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-190px;top:-210px;background:radial-gradient(circle,rgba(238,31,48,.11),transparent 70%);pointer-events:none}.hero>div{min-width:0;position:relative;z-index:1}.hero h1{font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-2.8px;margin:10px 0 18px}.hero p{max-width:690px;font-size:17px}.hero .card{width:100%;min-width:0}.red-section{margin:22px 0;padding:28px;border-radius:28px;background:linear-gradient(135deg,#f02535,#cf1523);color:#fff;box-shadow:0 18px 48px rgba(222,25,40,.18)}.red-section .btn{background:#fff;color:var(--red);box-shadow:none}
@media(max-width:900px){.brand-lockup{width:145px!important;height:50px!important;max-width:145px!important;max-height:50px!important}.hero{grid-template-columns:1fr;padding:24px;border-radius:26px;gap:16px}.hero h1{font-size:clamp(36px,11vw,54px)}.hero p{font-size:15px}.hero .card{margin:0}.red-section{padding:22px;border-radius:24px}}
@media(max-width:520px){.top{overflow:hidden}.brand{min-width:0!important;max-width:126px}.brand-lockup{width:118px!important;height:48px!important;max-width:118px!important;max-height:48px!important}.hero{margin-top:4px;padding:20px 16px;border-radius:22px}.hero h1{font-size:40px;letter-spacing:-1.8px}.hero .btn{padding:11px 15px}.hero .rate-pill{display:flex;width:100%;white-space:normal;line-height:1.25}.red-section{margin:16px 0;padding:18px}.red-section h2{font-size:27px!important}}

/* Zaqtel v1.4.2 — Crystal Glass UI system */
:root{
  --crystal:rgba(255,255,255,.58);
  --crystal-strong:rgba(255,255,255,.78);
  --crystal-line:rgba(255,255,255,.92);
  --crystal-shadow:0 22px 60px rgba(44,65,110,.10), inset 0 1px 0 rgba(255,255,255,.95);
  --crystal-soft-shadow:0 10px 28px rgba(44,65,110,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
body{
 background:
 radial-gradient(circle at 9% 10%,rgba(132,183,255,.20),transparent 30%),
 radial-gradient(circle at 91% 20%,rgba(255,119,139,.15),transparent 28%),
 radial-gradient(circle at 58% 72%,rgba(182,148,255,.10),transparent 34%),
 linear-gradient(180deg,#f7fbff 0%,#f6f8fc 45%,#fff8f9 100%);
 background-attachment:fixed;
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:linear-gradient(115deg,rgba(255,255,255,.5),transparent 36%,rgba(255,255,255,.28) 68%,transparent)}
.ambient{filter:blur(18px);opacity:.8}.ambient-a{background:rgba(116,170,255,.18)}.ambient-b{background:rgba(255,95,119,.12)}
.top{background:rgba(255,255,255,.56)!important;border:1px solid var(--crystal-line)!important;box-shadow:var(--crystal-soft-shadow);backdrop-filter:blur(30px) saturate(175%)!important;-webkit-backdrop-filter:blur(30px) saturate(175%)!important}
.brand{overflow:visible!important;max-width:none!important}.brand-lockup{width:210px!important;height:64px!important;max-width:210px!important;max-height:64px!important;object-fit:contain!important;object-position:left center!important;border-radius:0!important;mix-blend-mode:multiply}
.top nav a{color:#344055}.top nav a:hover{background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 #fff}
.card,.stat,.app-list,.my-number,.quick-list a,.app-action,.country-select,.account-menu,.admin-menu,.dashboard-card,.glass-balance,.hero{
 background:linear-gradient(135deg,rgba(255,255,255,.77),rgba(255,255,255,.47))!important;
 border:1px solid var(--crystal-line)!important;
 box-shadow:var(--crystal-shadow)!important;
 backdrop-filter:blur(30px) saturate(180%)!important;
 -webkit-backdrop-filter:blur(30px) saturate(180%)!important;
}
.card,.stat,.dashboard-card,.app-list{position:relative;overflow:hidden}.card:after,.stat:after,.dashboard-card:after,.app-list:after{content:"";position:absolute;left:10%;right:10%;top:0;height:1px;background:linear-gradient(90deg,transparent,#fff,transparent);opacity:.95;pointer-events:none}
.btn,button{background:linear-gradient(135deg,#ff3344,#e71828);box-shadow:0 12px 30px rgba(231,24,40,.22), inset 0 1px 0 rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.35)}
.btn.secondary{background:rgba(255,255,255,.62)!important;color:#172033!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:var(--crystal-soft-shadow)!important;backdrop-filter:blur(20px)}
input,select,textarea{background:rgba(255,255,255,.62)!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(43,61,101,.05);backdrop-filter:blur(18px)}
.rate-pill{background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(255,225,230,.72));border:1px solid rgba(255,255,255,.95);box-shadow:0 8px 24px rgba(229,31,47,.08)}
.hero{min-height:420px}.hero:after{content:"🌐";position:absolute;right:42px;top:48px;font-size:180px;line-height:1;opacity:.09;filter:saturate(.2);transform:rotate(-8deg)}.hero>div:first-child{max-width:680px}.hero .card{background:rgba(255,255,255,.60)!important}
.glass-balance{background:linear-gradient(135deg,rgba(255,255,255,.80),rgba(243,248,255,.53),rgba(255,239,243,.43))!important}.glass-balance:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;left:-120px;top:-130px;background:radial-gradient(circle,rgba(112,173,255,.17),transparent 69%)}
.balance-action,.app-action,.quick-list a,.mini-call{background:rgba(255,255,255,.57)!important;border:1px solid rgba(255,255,255,.96)!important;box-shadow:var(--crystal-soft-shadow)!important;backdrop-filter:blur(22px) saturate(160%)}
.balance-action:hover,.app-action:hover,.quick-list a:hover{transform:translateY(-3px);background:rgba(255,255,255,.82)!important}
.promo-glass{background:linear-gradient(135deg,rgba(255,255,255,.73),rgba(255,226,232,.52))!important}.promo-logo{content:url('../assets/brand/zaqtel-logo-v142.jpg');width:170px!important;max-height:88px;object-fit:contain;mix-blend-mode:multiply}
.mobile-nav{background:rgba(255,255,255,.62)!important;border:1px solid rgba(255,255,255,.96)!important;box-shadow:0 -8px 35px rgba(40,59,99,.10),inset 0 1px 0 rgba(255,255,255,.95)!important;backdrop-filter:blur(30px) saturate(180%)!important;-webkit-backdrop-filter:blur(30px) saturate(180%)!important}
.mobile-nav a{color:#66738a}.mobile-nav a:hover{color:var(--red)}.mobile-nav .dial-tab b{background:linear-gradient(145deg,#ff3a49,#e71526)!important;border:1px solid rgba(255,255,255,.45);box-shadow:0 14px 32px rgba(230,22,39,.28),inset 0 1px 0 rgba(255,255,255,.35)!important}
.account-head,.login-brand{background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,228,233,.50),rgba(231,241,255,.50))!important;border:1px solid var(--crystal-line)!important;box-shadow:var(--crystal-shadow)!important;color:#111827!important}
.login-brand img{content:url('../assets/brand/zaqtel-logo-v142.jpg');width:240px!important;max-height:115px;object-fit:contain;mix-blend-mode:multiply}
.red-section{background:linear-gradient(135deg,rgba(255,37,54,.92),rgba(205,21,35,.88))!important;border:1px solid rgba(255,255,255,.42);box-shadow:0 20px 55px rgba(207,24,39,.20), inset 0 1px 0 rgba(255,255,255,.28);backdrop-filter:blur(18px)}
footer{color:#738096}.dashboard-head h3{letter-spacing:-.25px}.popular-rate strong{color:#1b9a62}.section-title h1,.hero h1,.balance-amount{color:#111827}
@media(max-width:900px){.top{margin:10px 10px 0!important;border-radius:23px!important;height:72px!important}.brand-lockup{width:178px!important;height:58px!important;max-width:178px!important;max-height:58px!important}.container{padding-left:12px!important;padding-right:12px!important}.hero{min-height:0}.hero:after{font-size:120px;right:-16px;top:110px}.glass-balance{border-radius:27px!important}.dashboard-card{border-radius:25px!important}}
@media(max-width:520px){body{background-attachment:scroll}.top{height:66px!important;padding:0 12px!important}.brand{max-width:160px!important}.brand-lockup{width:158px!important;height:54px!important;max-width:158px!important;max-height:54px!important}.top nav a:not(.btn){display:none!important}.hero{padding:22px 18px!important;border-radius:26px!important}.hero h1{font-size:42px!important;line-height:.98!important}.hero:after{font-size:96px;right:-8px;top:162px;opacity:.065}.card,.stat,.dashboard-card,.app-list{border-radius:24px!important}.glass-balance{padding:19px!important}.dashboard-card{padding:18px!important}.balance-amount{font-size:41px!important}.mobile-nav{border-radius:26px!important;left:7px!important;right:7px!important;bottom:7px!important}.promo-logo{width:148px!important}}

/* ==========================================================
   Zaqtel v1.4.3 — Crystal Glass System (ALL PAGES)
   One visual language for public, customer, reseller & admin.
   ========================================================== */
:root{
  --glass-bg:rgba(255,255,255,.60);
  --glass-bg-strong:rgba(255,255,255,.76);
  --glass-bg-soft:rgba(255,255,255,.42);
  --glass-border:rgba(255,255,255,.92);
  --glass-line:rgba(119,137,170,.14);
  --glass-shadow:0 20px 60px rgba(47,65,104,.11), inset 0 1px 0 rgba(255,255,255,.96);
  --glass-shadow-soft:0 10px 30px rgba(47,65,104,.075), inset 0 1px 0 rgba(255,255,255,.88);
}
html,body{max-width:100%;overflow-x:hidden}
body{background:
 radial-gradient(circle at 8% 12%,rgba(121,180,255,.20),transparent 27%),
 radial-gradient(circle at 93% 34%,rgba(255,118,139,.16),transparent 30%),
 radial-gradient(circle at 45% 88%,rgba(157,191,255,.11),transparent 34%),
 linear-gradient(150deg,#f9fbff 0%,#f5f8ff 47%,#fff8fa 100%);background-attachment:fixed}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:linear-gradient(115deg,rgba(255,255,255,.62),rgba(255,255,255,.08) 40%,rgba(255,255,255,.42));}
.ambient{position:fixed;z-index:-1;border-radius:999px;filter:blur(18px);pointer-events:none;opacity:.55}.ambient-a{width:380px;height:380px;left:-170px;top:120px;background:rgba(96,164,255,.18)}.ambient-b{width:410px;height:410px;right:-210px;top:430px;background:rgba(255,94,124,.16)}

/* Universal glass surfaces */
.top,.card,.stat,.admin-menu,.app-list,.quick-list a,.app-action,.my-number,.country-select,.account-menu,.login-card,.tabs,.amount-chip,.rate-row,.balance-action,.dashboard-card,.glass-balance,.promo-glass,.public-rate-search,.plan-card,.alert,table,.active-call,.mobile-nav{
  border-color:var(--glass-border)!important;
}
.card,.stat,.admin-menu,.app-list,.quick-list a,.app-action,.my-number,.country-select,.account-menu,.login-card,.dashboard-card,.glass-balance,.promo-glass,.plan-card,.public-rate-search{
  background:linear-gradient(135deg,var(--glass-bg-strong),var(--glass-bg-soft))!important;
  border:1px solid var(--glass-border)!important;
  box-shadow:var(--glass-shadow)!important;
  backdrop-filter:blur(30px) saturate(175%)!important;
  -webkit-backdrop-filter:blur(30px) saturate(175%)!important;
}
.card,.stat,.dashboard-card,.app-list,.plan-card,.admin-menu{position:relative;overflow:hidden}
.card:before,.stat:before,.dashboard-card:before,.app-list:before,.plan-card:before,.admin-menu:before{content:"";position:absolute;left:10%;right:10%;top:0;height:1px;background:linear-gradient(90deg,transparent,#fff,transparent);opacity:.95;pointer-events:none}

/* Header / brand */
.top{background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:0 12px 44px rgba(47,65,104,.10),inset 0 1px 0 #fff!important;backdrop-filter:blur(28px) saturate(180%)!important;-webkit-backdrop-filter:blur(28px) saturate(180%)!important;margin:12px auto 0;max-width:1180px;border-radius:25px;height:76px}
.brand{min-width:0;overflow:hidden}.brand-lockup{display:block;width:188px!important;height:62px!important;max-width:188px!important;max-height:62px!important;object-fit:contain!important;object-position:left center!important;mix-blend-mode:multiply}
.top nav a{background:rgba(255,255,255,.42);border:1px solid transparent}.top nav a:hover{background:rgba(255,255,255,.80);border-color:rgba(255,255,255,.95);box-shadow:var(--glass-shadow-soft)}

/* Typography & spacing */
.container{padding-top:26px}.section-title{align-items:center;margin:12px 0 18px}.section-title h1{font-size:clamp(30px,5vw,48px);line-height:1.03;letter-spacing:-1.5px}.section-title h2,h2{letter-spacing:-.55px}.muted{color:#737d8f}.kicker{letter-spacing:.16em}.price-hero{font-size:clamp(36px,7vw,54px)}

/* Buttons / controls */
.btn,button{border-radius:16px;min-height:44px;background:linear-gradient(135deg,#ff3a49,#e6192a)!important;border:1px solid rgba(255,255,255,.44)!important;box-shadow:0 14px 32px rgba(230,25,42,.22),inset 0 1px 0 rgba(255,255,255,.40)!important}
.btn.secondary{background:rgba(255,255,255,.66)!important;color:#172033!important;border:1px solid #fff!important;box-shadow:var(--glass-shadow-soft)!important}.btn:hover,button:hover{transform:translateY(-2px);filter:saturate(1.05)}
input,select,textarea{background:rgba(255,255,255,.64)!important;border:1px solid rgba(255,255,255,.96)!important;border-radius:16px!important;box-shadow:inset 0 1px 0 #fff,0 8px 24px rgba(42,61,101,.06)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);min-height:48px}textarea{min-height:120px}input:focus,select:focus,textarea:focus{border-color:rgba(231,25,42,.40)!important;box-shadow:0 0 0 4px rgba(231,25,42,.08),inset 0 1px 0 #fff!important}

/* Tables - clean crystal admin/user tables */
table{display:table;background:rgba(255,255,255,.50)!important;border:1px solid rgba(255,255,255,.92)!important;border-radius:22px!important;overflow:hidden;box-shadow:var(--glass-shadow-soft)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
th{background:rgba(255,255,255,.45);color:#6d7789;font-size:11px;font-weight:900}th,td{border-bottom:1px solid rgba(109,124,151,.12)!important;padding:14px 15px}tr:last-child td{border-bottom:0!important}

/* Stats — fixes “Users1 / Calls0” collision */
.stat{min-height:118px;display:flex!important;flex-direction:column;justify-content:center;gap:7px;padding:22px!important}.stat .muted{display:block;font-size:13px;font-weight:750}.stat strong{display:block;font-size:clamp(26px,6vw,38px);line-height:1.05;letter-spacing:-1px;color:#111827}.grid .stat strong{margin-top:2px}

/* Admin / reseller navigation */
.admin-shell .container{max-width:1180px}.admin-menu{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px!important;padding:14px!important;border-radius:25px!important;margin-bottom:28px!important}.admin-menu a{display:flex;align-items:center;justify-content:center;min-height:48px;text-align:center;padding:10px 12px!important;border-radius:15px!important;background:rgba(255,255,255,.56)!important;border:1px solid rgba(255,255,255,.92)!important;color:#394254!important;box-shadow:0 6px 18px rgba(47,65,104,.045);font-weight:800!important}.admin-menu a:hover{color:var(--red)!important;background:rgba(255,255,255,.86)!important;transform:translateY(-1px)}
.admin-shell h1,.admin-shell h2{color:#111827}.admin-shell form.card,.admin-shell .card{margin-bottom:18px}.admin-shell label{color:#374151}.admin-shell .grid{align-items:stretch}

/* Alerts & badges */
.alert{border:1px solid rgba(255,255,255,.9)!important;box-shadow:var(--glass-shadow-soft);backdrop-filter:blur(18px)}.alert-success{background:rgba(223,250,238,.66)!important}.alert-danger{background:rgba(255,228,234,.68)!important}.alert-info{background:rgba(255,239,242,.68)!important}.badge,.tab,.amount-chip{background:rgba(255,255,255,.58)!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:0 6px 18px rgba(47,65,104,.04)}.tab.active,.amount-chip.active{background:linear-gradient(135deg,#ff3b49,#e71c2d)!important;color:#fff!important}

/* Customer cards and list rows */
.app-list{overflow:hidden}.app-list-row,.rate-row{border-bottom:1px solid rgba(109,124,151,.12)!important}.app-list-row:hover,.rate-row:hover{background:rgba(255,255,255,.30)}.country-dot,.flag,.quick-icon,.app-action i{box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.account-head,.login-brand{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,231,235,.54),rgba(232,242,255,.56))!important;border:1px solid #fff!important;box-shadow:var(--glass-shadow)!important;color:#111827!important;backdrop-filter:blur(30px) saturate(175%)!important}.account-menu{border-top:1px solid rgba(255,255,255,.80)!important}.account-menu a{border-bottom:1px solid rgba(109,124,151,.12)!important}.account-menu a:hover{background:rgba(255,255,255,.38)}

/* Dialer crystal */
.dial-key{background:rgba(255,255,255,.64)!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:var(--glass-shadow-soft)!important;backdrop-filter:blur(16px);color:#111827}.dial-key:hover{background:rgba(255,255,255,.90)!important}.country-select{border-radius:19px!important}.call-button{box-shadow:0 18px 40px rgba(230,25,42,.30)!important}

/* Mobile bottom nav */
.mobile-nav{background:rgba(255,255,255,.64)!important;border:1px solid #fff!important;border-radius:29px!important;box-shadow:0 -8px 38px rgba(47,65,104,.10),inset 0 1px 0 #fff!important;backdrop-filter:blur(30px) saturate(180%)!important;-webkit-backdrop-filter:blur(30px) saturate(180%)!important}.mobile-nav a{border-radius:18px}.mobile-nav a:hover{background:rgba(255,255,255,.40)}

/* Footer */
footer{margin-top:24px;color:#7b8699}footer a{color:#556175}

@media(max-width:900px){
  .top{margin:10px 10px 0!important;height:72px!important;padding:0 14px!important}.brand-lockup{width:174px!important;height:58px!important;max-width:174px!important;max-height:58px!important}.container{padding:20px 12px 0!important}.admin-menu{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid,.grid.two,.form-row{grid-template-columns:1fr!important}.stat{min-height:104px}.section-title h1{font-size:38px}
  .admin-shell table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
}
@media(max-width:560px){
  .top{height:68px!important;border-radius:23px!important}.brand-lockup{width:150px!important;height:52px!important;max-width:150px!important;max-height:52px!important}.top nav a:not(.btn){display:none!important}.container{padding-left:10px!important;padding-right:10px!important}.admin-menu{grid-template-columns:1fr 1fr!important;gap:8px!important;padding:10px!important;border-radius:23px!important}.admin-menu a{min-height:46px;font-size:13px}.section-title{margin-top:6px}.section-title h1{font-size:34px}.card,.stat,.app-list,.dashboard-card,.plan-card{border-radius:24px!important;padding:18px}.stat{min-height:94px}.stat strong{font-size:32px}.grid{gap:12px}.mobile-nav{left:7px!important;right:7px!important;bottom:7px!important}.form-row{gap:8px!important}table{font-size:13px}
}

/* ============================================================
   ZAQTEL v1.4.4 — FULL COLOR + CRYSTAL UI CONSISTENCY AUDIT
   ============================================================ */
:root{
  --crystal-ink:#121a2c;
  --crystal-muted:#6d778a;
  --crystal-red:#ef2334;
  --crystal-red-deep:#d9182a;
  --crystal-blue:#377df5;
  --crystal-green:#1aa36f;
  --crystal-surface:rgba(255,255,255,.62);
  --crystal-surface-strong:rgba(255,255,255,.78);
  --crystal-border:rgba(255,255,255,.94);
  --crystal-separator:rgba(83,103,139,.12);
  --crystal-shadow:0 18px 52px rgba(42,61,101,.10),inset 0 1px 0 rgba(255,255,255,.96);
}
body{color:var(--crystal-ink)!important;background:
 radial-gradient(circle at 10% 8%,rgba(104,169,255,.18),transparent 28%),
 radial-gradient(circle at 92% 31%,rgba(255,111,137,.14),transparent 30%),
 radial-gradient(circle at 30% 84%,rgba(174,203,255,.12),transparent 34%),
 linear-gradient(145deg,#f9fbff 0%,#f4f8ff 51%,#fff8fa 100%)!important}
body:before{opacity:.72}
a{transition:color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}
h1,h2,h3,h4,strong,b{color:var(--crystal-ink)}
.muted{color:var(--crystal-muted)!important}
.kicker{color:var(--crystal-red)!important}

/* Every major page surface gets the same crystal material. */
.card,.stat,.admin-menu,.app-list,.quick-list a,.app-action,.my-number,.country-select,
.account-menu,.login-card,.dashboard-card,.glass-balance,.promo-glass,.plan-card,
.public-rate-search,.recent-panel,.balance-action,.tabs,.codebox{
  background:linear-gradient(135deg,rgba(255,255,255,.79),rgba(255,255,255,.47))!important;
  border:1px solid var(--crystal-border)!important;
  box-shadow:var(--crystal-shadow)!important;
  backdrop-filter:blur(30px) saturate(175%)!important;
  -webkit-backdrop-filter:blur(30px) saturate(175%)!important;
}
.card,.stat,.dashboard-card,.app-list,.plan-card,.admin-menu,.recent-panel,.codebox{border-radius:24px!important}

/* Public homepage hero + rate / value blocks. */
.hero{gap:18px!important;align-items:stretch}
.hero>div:first-child{background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(239,246,255,.52),rgba(255,236,240,.45));border:1px solid #fff;border-radius:28px;padding:clamp(22px,4vw,38px);box-shadow:var(--crystal-shadow);backdrop-filter:blur(28px) saturate(175%);-webkit-backdrop-filter:blur(28px) saturate(175%)}
.hero h1{color:var(--crystal-ink)!important}.hero h1 span{color:var(--crystal-red)!important}.hero p{color:#30394a}.hero .card{height:100%}
.rate-pill{background:linear-gradient(135deg,rgba(255,237,240,.82),rgba(255,255,255,.62))!important;border:1px solid #fff!important;color:#bb1827!important;box-shadow:0 10px 28px rgba(220,32,50,.08);padding:11px 16px!important}
.red-section,.crystal-value{color:var(--crystal-ink)!important;background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(255,227,233,.53),rgba(233,243,255,.55))!important;border:1px solid #fff!important;box-shadow:var(--crystal-shadow)!important;backdrop-filter:blur(30px) saturate(180%)!important;-webkit-backdrop-filter:blur(30px) saturate(180%)!important;border-radius:28px!important;padding:clamp(22px,4vw,34px)!important}
.red-section .kicker{color:var(--crystal-red)!important}.red-section h2{color:var(--crystal-ink)!important;font-size:clamp(28px,5vw,38px)!important;margin:5px 0 10px!important;line-height:1.08}.red-section p{color:#4e596d!important}.crystal-value-action{align-self:center;text-align:center}.crystal-value-action .btn{min-width:210px}

/* Buttons: readable in every state, including Safari. */
.btn,button{color:#fff!important;text-shadow:none!important;background:linear-gradient(135deg,#ff3d4d,#e51d2e)!important;border-color:rgba(255,255,255,.48)!important;box-shadow:0 13px 30px rgba(230,25,42,.20),inset 0 1px 0 rgba(255,255,255,.43)!important}
.btn:visited{color:#fff!important}.btn.secondary,.btn.secondary:visited{color:#182236!important;background:rgba(255,255,255,.70)!important;border:1px solid #fff!important;text-shadow:none!important}.btn:disabled,button:disabled{opacity:.58;cursor:not-allowed;transform:none!important}.btn.danger{background:linear-gradient(135deg,#d92a3d,#b91427)!important}

/* Inputs / selects / forms. */
label{color:#334057}.form-row{align-items:start}
input,select,textarea{color:#162033!important;background:rgba(255,255,255,.67)!important;border:1px solid rgba(255,255,255,.98)!important}
input::placeholder,textarea::placeholder{color:#9aa3b2;opacity:1}
input[type="checkbox"],input[type="radio"]{min-height:0!important;box-shadow:none!important;accent-color:var(--crystal-red)}

/* Lists, rates, tabs and chips use controlled semantic colors. */
.app-list-row,.rate-row,.recent-call-row,.account-menu a{border-color:var(--crystal-separator)!important}
.row-right b,.dialer-balance{color:var(--crystal-red)!important}.popular-rate strong{color:var(--crystal-green)!important}
.badge,.tab,.amount-chip{color:#4b566a!important}.tab.active,.amount-chip.active{color:#fff!important}
.country-dot,.flag,.quick-icon,.app-action i{background:rgba(255,255,255,.62)!important;border:1px solid rgba(255,255,255,.92)}
.quick-card:hover,.app-action:hover,.quick-list a:hover{transform:translateY(-2px);background:rgba(255,255,255,.78)!important}

/* Account/login/dialer/call screens. */
.account-head,.login-brand{color:var(--crystal-ink)!important;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,231,236,.48),rgba(230,242,255,.56))!important}
.login-brand img{filter:none!important;mix-blend-mode:multiply}.login-card h2,.account-head h1{color:var(--crystal-ink)!important}
.dial-key{color:#162033!important}.active-call{background:linear-gradient(145deg,rgba(20,27,42,.94),rgba(31,40,57,.90) 60%,rgba(68,27,37,.88))!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 22px 60px rgba(14,23,40,.24)!important}.active-call,.active-call b,.active-call strong{color:#fff!important}

/* Admin/reseller: same material, clearer hierarchy. */
.admin-shell .section-title h1,.admin-shell h1,.admin-shell h2,.admin-shell h3{color:var(--crystal-ink)!important}
.admin-menu a{color:#3d485b!important;background:rgba(255,255,255,.58)!important}.admin-menu a:hover{color:var(--crystal-red)!important;background:rgba(255,255,255,.88)!important}
.stat .muted{color:#727e91!important}.stat strong{color:var(--crystal-ink)!important}
.codebox{color:#203047!important;white-space:pre-wrap;overflow:auto;padding:18px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}

/* Tables stay glass but readable. */
table{color:#263247!important;background:rgba(255,255,255,.56)!important}th{color:#68758a!important;background:rgba(255,255,255,.44)!important}td{color:#263247!important}tbody tr:hover td{background:rgba(255,255,255,.28)}

/* Header, logo and nav. */
.top{background:linear-gradient(135deg,rgba(255,255,255,.73),rgba(255,255,255,.51))!important}.brand-lockup{mix-blend-mode:multiply;filter:contrast(1.02) saturate(1.04)}.top nav a{color:#424d61!important}.top nav a.btn{color:#fff!important}.top nav a:hover{color:var(--crystal-red)!important}.top nav a.btn:hover{color:#fff!important}

/* Footer becomes a compact crystal strip instead of a large empty white area. */
footer{max-width:860px;margin:30px auto 18px!important;padding:17px 20px 18px!important;border:1px solid rgba(255,255,255,.90);border-radius:22px;background:rgba(255,255,255,.43);box-shadow:0 10px 32px rgba(47,65,104,.055),inset 0 1px 0 rgba(255,255,255,.85);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);color:#7a8597!important}footer a{color:#515f74!important;text-underline-offset:3px}

/* Mobile navigation and spacing. */
.mobile-nav{color:#344056}.mobile-nav a{color:#657187!important}.mobile-nav a b{color:#59677d}.mobile-nav .dial-tab b{color:#fff!important}.mobile-nav .dial-tab span{color:#29364a!important}
@media(max-width:900px){.hero>div:first-child{padding:26px!important}.red-section,.crystal-value{padding:24px!important}}
@media(max-width:560px){
  body{background-attachment:scroll!important}.top{background:rgba(255,255,255,.70)!important}.hero>div:first-child{padding:22px 18px!important;border-radius:25px}.hero h1{font-size:clamp(38px,12vw,54px)!important;line-height:.98!important}.hero p{font-size:16px}.rate-pill{display:flex!important;width:100%;line-height:1.25}.red-section,.crystal-value{padding:22px 18px!important;border-radius:25px!important}.crystal-value-action{text-align:left;margin-top:2px}.crystal-value-action .btn{width:100%;min-width:0}.card,.stat,.app-list,.dashboard-card,.plan-card,.recent-panel{border-radius:23px!important}.section-title h1{font-size:34px!important}footer{margin:24px 5px 92px!important;padding:15px 14px!important;font-size:13px;line-height:1.7}.admin-shell footer{margin-bottom:18px!important}
}

/* Zaqtel v1.4.6 WebRTC phone */
.webphone-status{display:flex;align-items:center;justify-content:center;gap:9px;margin:12px auto 18px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);width:max-content;max-width:100%;font-weight:700}.status-dot{width:10px;height:10px;border-radius:50%;background:#9aa4b2;box-shadow:0 0 0 4px rgba(154,164,178,.12)}.webphone-status[data-state="ready"] .status-dot{background:#21c875;box-shadow:0 0 0 4px rgba(33,200,117,.14)}.webphone-status[data-state="calling"] .status-dot{background:#f6b73c;box-shadow:0 0 0 4px rgba(246,183,60,.14)}.webphone-status[data-state="active"] .status-dot{background:#21c875;animation:zaqtelPulse 1.4s infinite}.webphone-status[data-state="error"] .status-dot{background:#ef5b5b}.webphone-controls{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:14px}.webphone-controls .danger{background:rgba(239,91,91,.16);border-color:rgba(239,91,91,.32)}.call-timer{text-align:center;font-size:1.2rem;font-weight:800;letter-spacing:.08em;margin-top:10px}.webrtc-dialer audio{display:none}@keyframes zaqtelPulse{0%,100%{box-shadow:0 0 0 4px rgba(33,200,117,.15)}50%{box-shadow:0 0 0 9px rgba(33,200,117,.03)}}


/* ==========================================================
   ZAQTEL v1.4.7 — Responsive History + Calling Rates
   ========================================================== */

.history-page,
.rates-page{
    width:100%;
    max-width:1100px;
    margin:0 auto;
}

.history-subtitle,
.rates-subtitle{
    margin:8px 0 0;
    color:#6f7b90;
    font-size:15px;
}

.history-heading,
.rates-heading{
    margin-bottom:22px;
}

/* History summary */

.history-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:18px;
}

.history-stat,
.rate-summary-card{
    position:relative;
    overflow:hidden;
    min-width:0;
    padding:19px 20px;
    border-radius:22px;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.83),
        rgba(255,255,255,.52)
    );
    border:1px solid rgba(255,255,255,.96);
    box-shadow:
        0 14px 38px rgba(42,61,101,.08),
        inset 0 1px 0 rgba(255,255,255,.96);
    backdrop-filter:blur(26px) saturate(170%);
    -webkit-backdrop-filter:blur(26px) saturate(170%);
}

.history-stat:before,
.rate-summary-card:before{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    border-radius:50%;
    right:-28px;
    top:-32px;
    background:rgba(239,35,52,.055);
}

.history-stat span,
.rate-summary-card span{
    display:block;
    color:#748096;
    font-size:12px;
    font-weight:800;
    margin-bottom:7px;
}

.history-stat strong,
.rate-summary-card strong{
    display:block;
    font-size:25px;
    line-height:1.05;
    letter-spacing:-.7px;
}

.rate-summary-card small{
    display:block;
    margin-top:5px;
    color:#8a94a5;
    font-size:11px;
}

/* History filters */

.history-filter-wrap{
    margin:4px 0 14px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
}

.history-filter-wrap::-webkit-scrollbar{
    display:none;
}

.history-tabs{
    width:max-content;
    min-width:100%;
    display:flex;
    gap:8px;
}

.history-tabs a{
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    text-decoration:none;
    white-space:nowrap;
    color:#657086;
    font-size:13px;
    font-weight:850;
    border-radius:999px;
    background:rgba(255,255,255,.67);
    border:1px solid #fff;
    box-shadow:0 7px 20px rgba(46,66,108,.055);
}

.history-tabs a.active{
    color:#fff;
    background:linear-gradient(135deg,#ff3d4d,#e51d2e);
    box-shadow:0 10px 24px rgba(229,29,46,.20);
}

/* Call history list */

.history-list{
    display:grid;
    gap:10px;
}

.call-history-card{
    position:relative;
    display:grid;
    grid-template-columns:50px minmax(0,1fr) auto 46px;
    align-items:center;
    gap:14px;
    padding:17px 18px;
    border-radius:22px;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.81),
        rgba(255,255,255,.49)
    );
    border:1px solid rgba(255,255,255,.96);
    box-shadow:
        0 12px 34px rgba(44,63,103,.075),
        inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter:blur(26px) saturate(170%);
    -webkit-backdrop-filter:blur(26px) saturate(170%);
    transition:transform .18s ease,box-shadow .18s ease;
}

.call-history-card:hover{
    transform:translateY(-2px);
    box-shadow:
        0 17px 42px rgba(44,63,103,.11),
        inset 0 1px 0 #fff;
}

.call-history-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    font-size:21px;
    color:#eb2636;
    background:linear-gradient(
        145deg,
        rgba(255,239,242,.92),
        rgba(255,255,255,.72)
    );
    border:1px solid rgba(255,255,255,.98);
    box-shadow:0 8px 22px rgba(222,31,47,.09);
}

.call-history-main{
    min-width:0;
}

.call-history-number{
    display:block;
    width:max-content;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    color:#e32334;
    font-size:17px;
    line-height:1.25;
    font-weight:900;
    text-decoration:none;
}

.call-history-country{
    margin-top:3px;
    color:#59657a;
    font-size:13px;
    font-weight:750;
}

.call-history-meta{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:5px;
    margin-top:4px;
    color:#8a94a5;
    font-size:12px;
}

.call-history-finance{
    min-width:118px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:6px;
}

.call-history-price{
    color:#e51f31;
    font-size:17px;
    white-space:nowrap;
}

.call-status,
.charged-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:25px;
    padding:4px 9px;
    border-radius:999px;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.04em;
    white-space:nowrap;
}

.status-completed{
    color:#0d8054;
    background:rgba(219,249,235,.82);
    border:1px solid rgba(176,237,209,.9);
}

.status-failed{
    color:#b51c32;
    background:rgba(255,229,234,.86);
    border:1px solid rgba(255,192,202,.9);
}

.status-answered,
.status-ringing{
    color:#9a6807;
    background:rgba(255,244,211,.9);
    border:1px solid rgba(248,223,157,.9);
}

.status-initiated{
    color:#59657a;
    background:rgba(237,241,247,.9);
    border:1px solid rgba(216,223,234,.9);
}

.charged-badge{
    color:#4d5b70;
    background:rgba(255,255,255,.72);
    border:1px solid #fff;
}

.call-again,
.rate-call-button{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:14px;
    text-decoration:none;
    color:#fff;
    background:linear-gradient(135deg,#ff3e4e,#e51c2d);
    border:1px solid rgba(255,255,255,.44);
    box-shadow:0 9px 24px rgba(229,28,45,.20);
}

.history-empty,
.rates-empty{
    text-align:center;
    padding:48px 20px;
    border:1px solid #fff;
    border-radius:24px;
    background:rgba(255,255,255,.62);
    box-shadow:var(--crystal-shadow);
}

.history-empty-icon{
    font-size:38px;
}


/* ==========================================================
   Rates
   ========================================================== */

.rate-summary-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin-bottom:16px;
}

.rate-search-card,
.rate-chart-card,
.rate-directory-card{
    margin-bottom:16px;
    padding:20px;
    border-radius:25px;
    background:linear-gradient(
        135deg,
        rgba(255,255,255,.81),
        rgba(255,255,255,.48)
    );
    border:1px solid rgba(255,255,255,.96);
    box-shadow:
        0 16px 44px rgba(42,61,101,.085),
        inset 0 1px 0 #fff;
    backdrop-filter:blur(28px) saturate(175%);
    -webkit-backdrop-filter:blur(28px) saturate(175%);
}

.rate-search-form{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto auto;
    align-items:center;
    gap:8px;
}

.rate-search-icon{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:13px;
    color:#e42132;
    font-size:24px;
    font-weight:900;
    background:rgba(255,238,241,.72);
}

.rate-search-form input{
    min-width:0;
}

.rate-search-form button{
    min-width:100px;
}

.rate-clear{
    padding:8px 10px;
    color:#7c8799;
    font-size:12px;
    font-weight:800;
    text-decoration:none;
}

.rate-quick-links{
    display:flex;
    gap:8px;
    margin-top:14px;
    overflow-x:auto;
    padding-bottom:3px;
    scrollbar-width:none;
}

.rate-quick-links::-webkit-scrollbar{
    display:none;
}

.rate-quick-links a{
    flex:0 0 auto;
    padding:7px 12px;
    color:#59657a;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
    border:1px solid #fff;
    border-radius:999px;
    background:rgba(255,255,255,.63);
}

.rate-chart-head,
.rate-directory-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:15px;
    margin-bottom:18px;
}

.rate-chart-head h2,
.rate-directory-head h2{
    margin:2px 0 0;
    font-size:21px;
}

.rate-directory-head p{
    margin:4px 0 0;
    color:#7f899a;
    font-size:12px;
}

.rate-chart-unit{
    padding:6px 10px;
    border-radius:999px;
    color:#707b90;
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
    background:rgba(255,255,255,.67);
    border:1px solid #fff;
}

.rate-chart{
    display:grid;
    gap:13px;
}

.rate-chart-row{
    display:grid;
    grid-template-columns:170px minmax(100px,1fr) 82px;
    align-items:center;
    gap:13px;
}

.rate-chart-label{
    min-width:0;
}

.rate-chart-label strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
}

.rate-chart-label small{
    display:block;
    color:#8b95a6;
    font-size:11px;
}

.rate-chart-track{
    height:13px;
    overflow:hidden;
    border-radius:999px;
    background:rgba(218,225,237,.52);
    box-shadow:inset 0 1px 3px rgba(49,64,92,.08);
}

.rate-chart-bar{
    height:100%;
    min-width:8px;
    border-radius:999px;
    background:linear-gradient(90deg,#ff5360,#e51d2e);
    box-shadow:0 3px 10px rgba(229,29,46,.18);
}

.rate-chart-price{
    text-align:right;
    color:#e42031;
    font-size:13px;
    font-weight:900;
}

.rate-directory{
    display:grid;
    gap:8px;
}

.rate-item{
    display:grid;
    grid-template-columns:46px minmax(0,1fr) 105px 115px 44px;
    align-items:center;
    gap:13px;
    padding:13px 14px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.93);
    background:rgba(255,255,255,.48);
    transition:.16s ease;
}

.rate-item:hover{
    transform:translateY(-1px);
    background:rgba(255,255,255,.73);
}

.rate-country-icon{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:rgba(255,255,255,.75);
    border:1px solid #fff;
    font-size:20px;
}

.rate-item-main{
    min-width:0;
}

.rate-item-main strong{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:14px;
}

.rate-item-main div{
    margin-top:3px;
    color:#8791a3;
    font-size:11px;
}

.rate-billing{
    text-align:right;
}

.rate-billing span,
.rate-item-price span{
    display:block;
    color:#9099a9;
    font-size:10px;
}

.rate-billing strong{
    font-size:12px;
}

.rate-item-price{
    text-align:right;
}

.rate-item-price strong{
    color:#e41f30;
    font-size:16px;
    white-space:nowrap;
}


/* Tablet */

@media(max-width:900px){

    .history-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .rate-summary-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .call-history-card{
        grid-template-columns:48px minmax(0,1fr) auto 42px;
    }

    .rate-chart-row{
        grid-template-columns:145px minmax(80px,1fr) 76px;
    }

}


/* Phone */

@media(max-width:600px){

    .history-page,
    .rates-page{
        padding-bottom:18px;
    }

    .history-heading,
    .rates-heading{
        align-items:flex-start!important;
        gap:12px;
    }

    .history-call-btn,
    .rates-heading>.btn{
        padding:9px 11px!important;
        min-height:39px!important;
        border-radius:13px!important;
        font-size:11px;
        white-space:nowrap;
    }

    .history-subtitle,
    .rates-subtitle{
        max-width:250px;
        font-size:12px;
        line-height:1.45;
    }

    .history-stats{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .history-stat{
        padding:14px 13px;
        border-radius:18px;
    }

    .history-stat span{
        margin-bottom:4px;
        font-size:10px;
    }

    .history-stat strong{
        font-size:19px;
    }

    .history-tabs a{
        min-height:38px;
        padding:7px 14px;
        font-size:11px;
    }

    .call-history-card{
        grid-template-columns:42px minmax(0,1fr) auto;
        grid-template-areas:
            "icon main call"
            "icon finance finance";
        align-items:start;
        gap:8px 10px;
        padding:14px 13px;
        border-radius:20px;
    }

    .call-history-icon{
        grid-area:icon;
        width:40px;
        height:40px;
        border-radius:13px;
        font-size:18px;
    }

    .call-history-main{
        grid-area:main;
    }

    .call-history-number{
        font-size:15px;
    }

    .call-history-country{
        font-size:11px;
    }

    .call-history-meta{
        gap:4px;
        font-size:10px;
        line-height:1.4;
    }

    .desktop-meta-only{
        display:none;
    }

    .call-history-finance{
        grid-area:finance;
        min-width:0;
        margin-top:2px;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-start;
        flex-wrap:wrap;
        gap:6px;
    }

    .call-history-price{
        margin-right:2px;
        font-size:14px;
    }

    .call-status,
    .charged-badge{
        min-height:22px;
        padding:3px 7px;
        font-size:8px;
    }

    .call-again{
        grid-area:call;
        width:36px;
        height:36px;
        border-radius:12px;
        font-size:15px;
    }


    /* Rate phone UI */

    .rate-summary-grid{
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .rate-summary-card{
        padding:14px 13px;
        border-radius:18px;
    }

    .rate-summary-card:nth-child(3){
        grid-column:1 / -1;
    }

    .rate-summary-card span{
        font-size:10px;
        margin-bottom:4px;
    }

    .rate-summary-card strong{
        font-size:19px;
    }

    .rate-search-card,
    .rate-chart-card,
    .rate-directory-card{
        padding:14px;
        border-radius:21px;
    }

    .rate-search-form{
        grid-template-columns:36px minmax(0,1fr) auto;
    }

    .rate-search-icon{
        width:36px;
        height:36px;
        border-radius:11px;
        font-size:20px;
    }

    .rate-search-form button{
        min-width:0;
        padding:10px 12px!important;
        font-size:11px;
    }

    .rate-clear{
        display:none;
    }

    .rate-quick-links{
        margin-top:10px;
    }

    .rate-chart-head{
        margin-bottom:15px;
    }

    .rate-chart-head h2{
        font-size:18px;
    }

    .rate-chart-unit{
        font-size:9px;
    }

    .rate-chart-row{
        grid-template-columns:105px minmax(65px,1fr) 65px;
        gap:8px;
    }

    .rate-chart-label strong{
        font-size:11px;
    }

    .rate-chart-label small{
        font-size:9px;
    }

    .rate-chart-track{
        height:10px;
    }

    .rate-chart-price{
        font-size:11px;
    }

    .rate-item{
        grid-template-columns:38px minmax(0,1fr) auto;
        grid-template-areas:
            "flag main price"
            "flag billing call";
        gap:5px 9px;
        padding:12px 10px;
        border-radius:17px;
    }

    .rate-country-icon{
        grid-area:flag;
        width:36px;
        height:36px;
        border-radius:12px;
        font-size:17px;
    }

    .rate-item-main{
        grid-area:main;
    }

    .rate-item-main strong{
        font-size:12px;
    }

    .rate-item-main div{
        font-size:9px;
    }

    .rate-billing{
        grid-area:billing;
        text-align:left;
        display:flex;
        align-items:center;
        gap:5px;
    }

    .rate-billing span{
        font-size:8px;
    }

    .rate-billing strong{
        font-size:9px;
        color:#69758a;
    }

    .rate-item-price{
        grid-area:price;
    }

    .rate-item-price strong{
        font-size:13px;
    }

    .rate-item-price span{
        font-size:8px;
    }

    .rate-call-button{
        grid-area:call;
        justify-self:end;
        width:31px;
        height:31px;
        border-radius:10px;
        font-size:12px;
    }

}


/* Very small phones */

@media(max-width:380px){

    .history-stats{
        grid-template-columns:1fr 1fr;
    }

    .call-history-number{
        font-size:14px;
    }

    .rate-chart-row{
        grid-template-columns:90px minmax(50px,1fr) 59px;
    }

}


/* ============================================================
   Zaqtel v1.5.0 — production billing, reseller & admin UI
   ============================================================ */
.rate-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}.rate-tier{padding:18px;border-radius:22px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(47,65,104,.07)}.rate-tier h3{margin:5px 0 2px}.rate-tier small{color:var(--muted)}.rate-tier-label{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900;background:rgba(255,255,255,.72)}.rate-tier.provider{box-shadow:inset 0 3px 0 rgba(55,125,245,.45),0 10px 28px rgba(47,65,104,.07)}.rate-tier.reseller{box-shadow:inset 0 3px 0 rgba(168,85,247,.45),0 10px 28px rgba(47,65,104,.07)}.rate-tier.customer{box-shadow:inset 0 3px 0 rgba(239,35,52,.45),0 10px 28px rgba(47,65,104,.07)}
.rate-admin-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.rate-admin-table{min-width:1050px}.rate-value{font-weight:850;white-space:nowrap}.provider-rate{color:#2c65c8}.reseller-rate{color:#7e3db5}.customer-rate{color:var(--crystal-red)}.profit-positive{color:#16875d!important}.profit-negative{color:#c02636!important}.rate-status,.call-status,.charged-badge{display:inline-flex;align-items:center;width:max-content;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}.rate-status.active,.status-completed,.charged-badge{background:rgba(26,163,111,.12);color:#137753}.rate-status.inactive,.status-failed{background:rgba(239,35,52,.11);color:#b91c2c}.status-answered,.status-ringing{background:rgba(55,125,245,.12);color:#2866c9}.status-initiated{background:rgba(107,114,128,.12);color:#596273}
.profit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.rate-directory{display:grid;gap:9px}.rate-directory-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 3px;border-bottom:1px solid rgba(83,103,139,.12)}.rate-directory-row:last-child{border-bottom:0}.rate-directory-row small,.rate-directory-price small{display:block;color:var(--muted)}.rate-directory-price{text-align:right}.rate-directory-price strong{color:var(--crystal-red)}
@media(max-width:900px){.rate-tier-grid,.profit-grid{grid-template-columns:1fr 1fr}.rate-tier.customer{grid-column:1/-1}}
@media(max-width:560px){.rate-tier-grid,.profit-grid{grid-template-columns:1fr}.rate-tier.customer{grid-column:auto}.rate-directory-row{align-items:flex-start}.rate-directory-price{flex:0 0 auto}}
