:root{--brand-950:#0c0705;--brand-900:#130d0a;--brand-850:#1c1410;--brand-800:#2a211d;--brand-line:#ffffff1a;--brand-text:#f3f4f6;--brand-muted:#9da3ae;--accent:#ff5a2f;--accent-strong:#e4481f;--accent-soft:#fff0ea;--bg:#fbfaf8;--surface:#fff;--surface-soft:#fbfaf8;--border:#ebe4de;--border-strong:#ddd3cb;--text:#171a20;--text-2:#59616d;--text-3:#8a919c;--ok:#315d8f;--ok-bg:#eaf1fa;--warn:#9a630f;--warn-bg:#fbf0dc;--bad:#bf3a30;--bad-bg:#fce9e7;--neutral-bg:#eef0f3;--neutral:#4f5662;--r-xs:8px;--r:12px;--r-lg:18px;--pill:999px;--shadow:0 18px 46px #120e0b1a;--shadow-sm:0 4px 14px #120e0b0d;--sidebar-w:270px;--control-h:44px;--font-ar:"Cairo", system-ui, "Segoe UI", sans-serif;--font-en:"Inter", system-ui, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box}*{margin:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-ar);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:15px;line-height:1.55}html[lang=en] body{font-family:var(--font-en)}button,input,select{font:inherit}button{cursor:pointer;background:0 0;border:0}button:disabled{cursor:default;opacity:.55}img{max-width:100%;display:block}.icon{flex:none;width:19px;height:19px}html[dir=rtl] .flip-rtl{transform:scaleX(-1)}.num{font-family:var(--font-en);font-variant-numeric:tabular-nums}.strong{font-weight:800}.commission{color:var(--accent-strong);font-weight:800}.percent-pill,.row-index{border-radius:var(--pill);min-height:26px;font-family:var(--font-en);justify-content:center;align-items:center;padding:3px 10px;font-weight:900;display:inline-flex}.percent-pill{background:var(--accent-soft);color:var(--accent-strong)}.row-index{background:var(--neutral-bg);min-width:42px;color:var(--neutral)}.spin{animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn{min-height:var(--control-h);border-radius:var(--pill);color:var(--text);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:800;transition:transform .12s,background .16s,border-color .16s,color .16s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 12px 24px #ff5a2f3d}.btn--primary:hover{background:var(--accent-strong)}.btn--ghost{background:var(--surface);color:var(--text-2);border-color:var(--border-strong)}.btn--ghost:hover{color:var(--text);border-color:var(--brand-800)}.btn--danger{background:var(--bad);color:#fff}.btn--sm{min-height:34px;padding:7px 12px;font-size:.86rem}.btn--lg{min-height:48px;padding:11px 18px}.btn--block{width:100%}.icon-btn{border-radius:var(--pill);width:40px;height:40px;color:var(--text-2);justify-content:center;align-items:center;transition:background .16s,color .16s;display:inline-flex}.icon-btn:hover{background:var(--surface-soft);color:var(--text)}.eyebrow{color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;font-size:.75rem;font-weight:900}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field__label{color:var(--text-2);font-size:.86rem;font-weight:800}.field__control{display:flex;position:relative}.field__icon{color:var(--text-3);pointer-events:none;align-items:center;display:flex;position:absolute;inset-block:0;inset-inline-start:12px}.input{width:100%;height:var(--control-h);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);border-radius:16px;padding:10px 13px;transition:border-color .16s,box-shadow .16s}.input--icon{padding-inline-start:42px}.input:focus{border-color:var(--accent-strong);outline:0;box-shadow:0 0 0 4px #ff5a2f2e}.field__err{min-height:1.1em;color:var(--bad);font-size:.8rem;font-weight:700}.field--error .input{border-color:var(--bad)}.combo{flex-direction:column;gap:7px;min-width:0;display:flex;position:relative}.combo__trigger{width:100%;min-height:var(--control-h);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);text-align:start;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:7px 12px;display:flex}.combo[data-open=true] .combo__trigger{border-color:var(--accent);box-shadow:0 0 0 4px #ff5a2f24}.combo__chips{flex-wrap:wrap;flex:1;gap:6px;min-width:0;display:flex}.combo__placeholder{color:var(--text-3)}.combo__tag{border-radius:var(--pill);background:var(--accent-soft);max-width:150px;color:var(--accent-strong);align-items:center;gap:6px;padding:3px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.combo__tagRemove{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:inline-flex}.combo__tag .icon{width:14px;height:14px}.combo__menu{z-index:35;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;position:absolute;inset-block-start:calc(100% + 8px);inset-inline:0;overflow:hidden}.combo__search{border-bottom:1px solid var(--border);align-items:center;padding:10px;display:flex;position:relative}.combo__search .icon{color:var(--text-3);position:absolute;inset-inline-start:20px}.combo__search input{border:1px solid var(--border);border-radius:12px;outline:0;width:100%;min-height:36px;padding:7px 34px}.combo__list{max-height:230px;padding:6px;overflow:auto}.combo__option{width:100%;color:var(--text-2);text-align:start;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-weight:800;display:flex}.combo__option:hover,.combo__option[data-checked=true]{background:var(--accent-soft);color:var(--accent-strong)}.auth{background:var(--brand-950);grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);min-height:100vh;display:grid}.auth__brand{background:linear-gradient(135deg, #ffffff0f, transparent 38%), var(--brand-950);justify-content:center;align-items:center;padding:48px;display:flex}.auth__brandInner{max-width:430px}.auth__logo{width:156px;height:auto;margin-bottom:36px}.auth__brand h1{color:#fff;font-size:clamp(2rem,4vw,3.3rem);font-weight:900;line-height:1.15}.auth__brand h1:after{content:"";border-radius:var(--pill);background:var(--accent);width:72px;height:4px;margin-top:20px;display:block}.auth__brand p{color:var(--brand-muted);margin-top:18px;font-size:1.02rem}.auth__formWrap{background:var(--surface);justify-content:center;align-items:center;padding:42px 24px;display:flex;position:relative}.auth__lang{position:absolute;inset-block-start:22px;inset-inline-end:22px}.auth__form{flex-direction:column;gap:15px;width:min(100%,390px);display:flex}.auth__form h2{margin-bottom:1rem;font-size:2rem;line-height:1.2}.auth__form p,.auth__hint{color:var(--text-2)}.auth__hint{text-align:center;font-size:.84rem}.lang-btn{border:1px solid var(--border-strong);border-radius:var(--r);background:var(--surface);min-height:38px;color:var(--text-2);align-items:center;gap:7px;padding:7px 12px;font-weight:800;display:inline-flex}.lang-btn--compact{min-width:42px}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--brand-950);height:100vh;color:var(--brand-text);flex-direction:column;flex:none;padding:14px 12px;display:flex;position:sticky;top:0}.sidebar__brand{border-bottom:1px solid var(--brand-line);justify-content:space-between;align-items:center;gap:12px;padding:0 6px 14px;display:flex}.sidebar__logo{background:var(--brand-850);border-radius:14px;width:auto;max-width:172px;height:46px}.sidebar__close{color:var(--brand-muted);display:none}.sidebar__nav{flex-direction:column;gap:7px;padding-top:14px;display:flex}.sidebar__section{color:var(--brand-muted);text-transform:uppercase;padding:6px 11px;font-size:.72rem;font-weight:900}.nav-item{border-radius:var(--pill);min-height:46px;color:var(--brand-muted);text-align:start;align-items:center;gap:10px;padding:9px 14px;font-weight:800;transition:background .16s,color .16s;display:flex;position:relative}.nav-item:hover{background:var(--brand-850);color:#fff}.nav-item.is-active{background:var(--accent);color:#fff}.nav-item__icon{color:inherit}.nav-item__bar{border-radius:var(--pill);background:var(--accent);opacity:0;width:3px;height:22px;position:absolute;inset-inline-start:0}.nav-item.is-active .nav-item__bar{opacity:0}.sidebar__foot{gap:12px;margin-top:auto;padding:14px 8px 4px;display:grid}.sidebar__tag{color:var(--brand-muted);align-items:center;gap:8px;font-size:.84rem;font-weight:700;display:flex}.sidebar__tag .icon{color:var(--accent)}.scrim{display:none}.main{flex-direction:column;flex:1;min-width:0;display:flex}.topbar{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbfaf8eb;justify-content:space-between;align-items:center;min-height:64px;padding:9px 24px;display:flex;position:sticky;top:0}.topbar__start,.topbar__end{align-items:center;gap:12px;min-width:0;display:flex}.topbar__menu{display:none}.topbar__title h1{font-size:1.28rem;line-height:1.2}.profile{position:relative}.profile__trigger{border:1px solid var(--border);border-radius:var(--pill);background:var(--surface);text-align:start;align-items:center;gap:10px;min-height:46px;padding:5px 12px 5px 6px;display:flex}.profile__meta{min-width:0;display:grid}.profile__name{color:var(--text);font-weight:900;line-height:1.2}.profile__email{max-width:190px;color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.2;overflow:hidden}.profile__menu{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);width:280px;box-shadow:var(--shadow);display:none;position:absolute;inset-block-start:calc(100% + 10px);inset-inline-end:0;overflow:hidden}.profile.is-open .profile__menu{display:block}.profile__menuHead{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px;display:flex}.profile__menuHead span{color:var(--text-3);font-size:.82rem;display:block}.menu-item{width:100%;color:var(--text-2);text-align:start;align-items:center;gap:10px;padding:12px 14px;font-weight:800;display:flex}.menu-item:hover{background:var(--surface-soft);color:var(--text)}.menu-item--danger{color:var(--bad)}.avatar{background:var(--accent);color:#fff;font-family:var(--font-en);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:inline-flex;overflow:hidden;box-shadow:0 0 0 1px #ff5a2f3d}.avatar img{object-fit:cover;width:100%;height:100%}.avatar--sm{width:34px;height:34px;font-size:.78rem}.avatar--md{width:48px;height:48px}.avatar--xl{width:112px;height:112px;font-size:2rem}.view{grid-template-columns:minmax(0,1fr);gap:16px;width:100%;max-width:none;margin:0;padding:18px 22px 26px;display:grid}.loading{min-height:45vh;color:var(--text-3);place-items:center;font-weight:900;display:grid}.page-head{justify-content:space-between;align-items:center;gap:16px;min-height:94px;padding:8px 0 2px;display:flex}.page-head h2{letter-spacing:0;margin-top:5px;font-size:clamp(1.85rem,2.5vw,2.55rem);font-weight:900;line-height:1.1}.page-head p{color:var(--text-2);font-size:.94rem}.page-head__eyebrow{border-radius:var(--pill);background:var(--accent-soft);min-height:24px;color:var(--accent-strong);align-items:center;padding:3px 10px;font-size:.72rem;font-weight:900;display:inline-flex}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stats-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{border:1px solid var(--border);background:var(--surface);border-radius:18px;grid-template-columns:48px minmax(0,1fr);grid-template-areas:"icon label""icon value";align-content:center;gap:3px 14px;min-height:92px;padding:14px 18px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 28px #120e0b0f}.stat:before{display:none}.stat[data-tone=brand]:before{background:var(--brand-950)}.stat[data-tone=accent]:before{background:var(--accent)}.stat__top{display:contents}.stat__chip{width:48px;height:48px;color:var(--brand-900);background:#f0efee;border-radius:50%;grid-area:icon;justify-content:center;align-self:center;align-items:center;display:inline-flex}.stat[data-tone=accent] .stat__chip{background:var(--accent);color:#fff}.stat__sub{display:none}.stat__value{font-family:var(--font-en);grid-area:value;font-size:clamp(1.35rem,1.9vw,1.9rem);font-weight:900;line-height:1.05}.stat__label{color:var(--text-2);grid-area:label;font-size:.88rem;font-weight:800}.panel,.profile-panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:18px}.panel{grid-template-columns:minmax(0,1fr);gap:12px;padding:14px;display:grid}.panel--filters{padding:14px 18px}.panel__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel__head h3{font-size:1.1rem}.panel__head span{color:var(--text-3);font-size:.84rem;font-weight:800}.panel__head--subtle{justify-content:flex-end}.toolbar{justify-content:space-between;align-items:center;gap:12px;max-width:none;min-height:42px;display:flex}.toolbar--table{min-height:42px}.toolbar .field{width:min(100%,460px)}.toolbar__main{align-items:center;gap:10px;min-width:0;display:flex}.toolbar__main .field{width:min(100vw,520px)}.result-count{color:var(--text-2);font-size:.88rem;font-weight:800}.table-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:inline-flex}.per-page{color:var(--text-2);white-space:nowrap;align-items:center;gap:8px;font-size:.86rem;font-weight:800;display:inline-flex}.per-page select{border:1px solid var(--border-strong);background:var(--surface);min-width:72px;min-height:34px;color:var(--text);border-radius:12px;padding:4px 10px;font-weight:800;box-shadow:0 5px 14px #120e0b0d}.per-page select:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 4px #ff5a2f24}.table-wrap{border:1px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border-strong) var(--surface-soft);border-radius:14px;overflow-x:auto}.table-wrap::-webkit-scrollbar{height:10px}.table-wrap::-webkit-scrollbar-track{background:var(--surface-soft);border-radius:var(--pill)}.table-wrap::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--pill);border:2px solid var(--surface-soft)}.table-wrap::-webkit-scrollbar-thumb:hover{background:var(--text-3)}.table-empty{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface) 0%, var(--surface-soft) 100%);border-radius:14px;place-items:center;min-height:300px;display:grid}.table{border-collapse:collapse;width:100%;min-width:920px}.table th,.table td{border-bottom:1px solid var(--border);text-align:start;vertical-align:middle;padding:12px 14px}.table th{background:var(--surface-soft);color:var(--text-2);font-size:.8rem;font-weight:900}.table tbody tr{transition:background .16s}.table tbody tr:hover{background:#fff7f4}.table tr:last-child td{border-bottom:0}.code-pill{border-radius:var(--r-xs);min-height:24px;color:var(--brand-950);font-family:var(--font-en);background:#ecebea;align-items:center;padding:3px 9px;font-weight:900;display:inline-flex}.badge{border-radius:var(--pill);align-items:center;gap:7px;min-height:28px;padding:4px 10px;font-size:.82rem;font-weight:900;display:inline-flex}.badge__dot{background:currentColor;border-radius:50%;width:7px;height:7px}.badge--active{background:var(--ok-bg);color:var(--ok)}.badge--inactive{background:var(--warn-bg);color:var(--warn)}.badge--expired{background:var(--bad-bg);color:var(--bad)}.badge--neutral{background:var(--neutral-bg);color:var(--neutral)}.empty{min-height:240px;color:var(--text-3);text-align:center;align-content:center;place-items:center;gap:8px;padding:28px;display:grid}.empty__icon{border-radius:var(--r);background:var(--surface-soft);width:52px;height:52px;color:var(--text-2);place-items:center;display:grid}.empty__title{color:var(--text);font-weight:900}.empty__body{max-width:340px}.pg{color:var(--text-2);justify-content:space-between;align-items:center;gap:14px;padding-top:2px;font-weight:800;display:flex}.pg__nav,.pg__pages{align-items:center;gap:8px;display:flex}.pg__num{border-radius:var(--r-xs);min-width:36px;height:36px;color:var(--text-2);font-weight:900}.pg__num.is-active{background:var(--brand-950);color:#fff}.pg__gap{border-radius:var(--r-xs);min-width:36px;height:36px;color:var(--text-2);font-weight:900}.pg__jump{position:relative}.pg__jumpMenu{z-index:25;inset-block-end:calc(100% + 8px);border:1px solid var(--border);border-radius:var(--pill);background:var(--surface);box-shadow:var(--shadow);align-items:center;gap:6px;padding:6px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.pg__jumpMenu input{border:1px solid var(--border-strong);border-radius:var(--pill);background:var(--surface);text-align:center;outline:0;width:86px;min-height:34px;padding:5px 12px;font-weight:800}.pg__jumpMenu input:focus{border-color:var(--accent)}.pg__go{border-radius:var(--pill);background:var(--brand-950);color:#fff;white-space:nowrap;min-height:34px;padding:5px 14px;font-weight:900}.pg__go:hover{background:var(--accent)}.filters{background:0 0;border:0;border-radius:0;grid-template-columns:1.15fr 1fr 1fr auto;align-items:end;gap:12px;padding:0;display:grid}.filters .field__err:empty{display:none}.filters--subs{grid-template-columns:minmax(320px,1.2fr) minmax(180px,.8fr) minmax(180px,.8fr) auto;align-items:end}.filters--subs .combo__trigger{height:var(--control-h);overflow:hidden}.filters--subs .combo__chips{flex-wrap:nowrap;overflow:hidden}.filters--subs .combo__tag{flex:none}.filters--subs .combo__menu{width:min(420px,100vw - 48px)}.filters--subs .combo__list{max-height:190px}.filters__title{color:var(--text);grid-column:1/-1;justify-content:flex-start;align-items:center;gap:8px;padding-bottom:2px;font-size:1rem;display:flex}.filters__title .icon{color:var(--accent)}.filters__actions{align-self:start;align-items:center;gap:8px;margin-top:27px;display:flex}.filters__actions .btn{min-width:116px;min-height:var(--control-h)}.profile-panel{grid-template-columns:310px minmax(0,1fr);display:grid;overflow:visible}.profile-card{border-inline-end:1px solid var(--border);background:var(--brand-950);color:#fff;text-align:center;align-content:start;justify-items:center;gap:14px;padding:30px 24px;display:grid}.profile-card p{color:var(--brand-muted)}.profile-card small{color:#ffb8ad;font-size:.78rem;font-weight:800}.profile-photo{display:inline-flex;position:relative}.profile-photo__edit{border:3px solid var(--brand-950);background:var(--surface);width:36px;height:36px;color:var(--brand-950);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;inset-block-end:4px;inset-inline-end:2px;box-shadow:0 10px 20px #0000002e}.profile-photo__edit:hover{background:var(--accent);color:#fff}.profile-photo__edit input{display:none}.profile-card__metric{text-align:start;background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;max-width:230px;padding:9px 11px;display:grid}.profile-card__metricIcon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.profile-card__metric span:not(.profile-card__metricIcon){color:var(--brand-muted);font-size:.8rem;font-weight:800}.profile-card__metric strong{font-family:var(--font-en);font-size:1.05rem;font-weight:950}.upload-btn{border-radius:var(--r);min-height:40px;color:var(--brand-950);cursor:pointer;background:#fff;align-items:center;gap:8px;padding:8px 13px;font-weight:900;display:inline-flex}.upload-btn input{display:none}.profile-form{align-content:start;gap:18px;padding:24px;display:grid}.profile-grid,.form-row{gap:16px;display:grid}.profile-grid--main,.profile-grid--security{grid-template-columns:repeat(2,minmax(0,1fr))}.readonly-field{min-height:var(--control-h);border:1px solid var(--border-strong);background:var(--surface-soft);border-radius:16px;grid-template-columns:38px minmax(0,1fr);grid-template-areas:"icon label""icon value";align-content:center;padding:7px 12px;display:grid}.readonly-field__icon{background:var(--accent-soft);width:30px;height:30px;color:var(--accent-strong);border-radius:50%;grid-area:icon;justify-content:center;align-self:center;align-items:center;display:inline-flex}.readonly-field__label{color:var(--text-3);grid-area:label;font-size:.78rem;font-weight:800}.readonly-field__value{font-family:var(--font-en);grid-area:value;font-size:1rem}.form-row{grid-template-columns:.45fr 1fr}.field__control .phone-control{width:100%;height:var(--control-h);border:1px solid var(--border-strong);background:var(--surface);border-radius:16px;font-family:inherit;transition:border-color .16s,box-shadow .16s;position:relative;overflow:visible}.field__control .phone-control:focus-within{border-color:var(--accent-strong);box-shadow:0 0 0 4px #ff5a2f2e}.field__control .phone-control .phone-control__input{width:100%;height:calc(var(--control-h) - 2px);color:var(--text);text-align:left;box-shadow:none;direction:ltr;background:0 0;border:0;border-radius:15px;font-family:inherit;font-size:.95rem;font-weight:700}.field__control .phone-control .phone-control__input:focus{box-shadow:none;border:0}.field__control .phone-control .phone-control__button{background:var(--surface-soft);border:0;width:64px;transition:background .16s;top:0;bottom:0}.field__control .phone-control .phone-control__button:hover,.field__control .phone-control .phone-control__button.open{background:var(--accent-soft)}.field__control .phone-control .selected-flag{border-radius:inherit;justify-content:center;align-items:center;width:100%;padding:0;display:flex}.field__control .phone-control .selected-flag .flag{margin-top:0;position:static;transform:none}.field__control .phone-control .selected-flag .arrow{margin-top:0;margin-inline-start:14px;position:static}.field__control .phone-control .selected-flag:hover,.field__control .phone-control .selected-flag:focus{background:0 0}.field__control .phone-control .phone-control__input{padding-left:78px;padding-right:14px}.field__control .phone-control .phone-control__button{border-right:1px solid var(--border);border-radius:15px 0 0 15px;left:0;right:auto}.field__control .phone-control .phone-control__dropdown{z-index:90;border:1px solid var(--border);background:var(--surface);width:min(360px,100vw - 64px);max-height:280px;color:var(--text);box-shadow:var(--shadow);border-radius:16px;margin:0;padding:8px;top:calc(100% + 10px)}html[dir=rtl] .field__control .phone-control .phone-control__dropdown{left:auto;right:auto;inset-inline-end:0}html[dir=ltr] .field__control .phone-control .phone-control__dropdown{left:auto;right:auto;inset-inline-start:0}.field__control .phone-control .phone-control__dropdown .country{border-radius:10px;min-height:38px;padding-inline:10px;font-weight:800}.field__control .phone-control .phone-control__dropdown .country:hover,.field__control .phone-control .phone-control__dropdown .country.highlight{background:var(--accent-soft);color:var(--accent-strong)}.field__control .phone-control .phone-control__dropdown .search{background:var(--surface);margin:0 0 8px;padding:0}.field__control .phone-control .phone-control__dropdown .search-box{border:1px solid var(--border-strong);border-radius:12px;outline:0;width:100%;height:38px;margin:0;padding:7px 12px;font-family:inherit}.field__control .phone-control .phone-control__dropdown .country-name{font-size:.88rem}.field__control .phone-control .phone-control__dropdown .dial-code{color:var(--text-3);margin-inline-start:auto;font-size:.84rem;font-weight:900}.profile-form__actions{justify-content:flex-end;align-items:center;gap:12px;padding-top:8px;display:flex}.profile-form__actions .btn{min-width:112px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.detail-grid>div{border:1px solid var(--border);border-radius:var(--r);gap:4px;padding:12px;display:grid}.detail-grid--subscription>div{background:var(--surface-soft)}.detail-grid span{color:var(--text-3);font-size:.82rem;font-weight:800}.modal{z-index:60;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal__overlay{background:#090a0c9e;width:100%;height:100%;position:absolute;inset:0}.modal__panel{border-radius:var(--r-lg);background:var(--surface);width:min(100%,620px);max-height:min(94vh,840px);box-shadow:var(--shadow);position:relative;overflow:auto}.modal__panel--lg{width:min(100vw - 44px,940px);min-height:auto}.modal__panel:focus{outline:0}.modal__body .profile-panel{box-shadow:none;border:0}.modal__body .profile-panel--modal{border-radius:0;grid-template-columns:286px minmax(0,1fr);min-height:400px}.modal__body .profile-form{padding:32px 36px 26px}.modal__head{z-index:1;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.modal__body{padding:16px}.modal__body:has(.profile-panel--modal){padding:0}.confirm{gap:18px;display:grid}.confirm__actions{justify-content:flex-end;gap:8px;display:flex}.toasts{z-index:80;position:fixed;inset-block-end:20px;inset-inline-end:20px}.toast{border-radius:var(--r);background:var(--brand-950);color:#fff;max-width:min(420px,100vw - 40px);box-shadow:var(--shadow);align-items:center;gap:10px;padding:12px 14px;font-weight:800;display:flex}.toast--success .icon{color:var(--accent)}.toast--error .icon{color:#ffb3ac}@media (width<=1100px){.stats-grid,.filters,.filters--subs,.profile-grid--main,.profile-grid--security{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.sidebar{z-index:50;transition:transform .2s;position:fixed;inset-block:0;inset-inline-start:0;transform:translate(-105%)}html[dir=rtl] .sidebar{transform:translate(105%)}.layout.is-sidebar-open .sidebar{transform:translate(0)}.sidebar__close,.topbar__menu{display:inline-flex}.scrim{z-index:45;background:#090a0c7a;display:none;position:fixed;inset:0}.layout.is-sidebar-open .scrim{display:block}.topbar{padding:12px 18px}.view{padding:20px 16px}.profile-panel,.modal__body .profile-panel--modal{grid-template-columns:1fr}.profile-card{border-inline-end:0;border-bottom:1px solid var(--border)}}@media (width<=760px){.auth{grid-template-columns:1fr}.auth__brand{min-height:34vh;padding:34px 24px}.auth__logo{width:128px;margin-bottom:20px}.auth__formWrap{align-items:flex-start;min-height:66vh;padding-top:76px}.page-head,.pg{flex-direction:column;align-items:stretch}.page-head__action,.page-head__action .btn{width:100%}.stats-grid,.stats-grid--three,.filters,.filters--subs{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:stretch}.toolbar__main,.table-meta{justify-content:space-between;width:100%}.toolbar__main .field{width:100%}.filters__actions{flex-direction:column}.filters__actions .btn{width:100%}.form-row,.profile-grid--main,.profile-grid--security{grid-template-columns:1fr}.profile__meta,.topbar__end .lang-btn span{display:none}.modal{padding:12px}.modal__body .profile-form{padding:18px 16px 16px}.profile-card{padding:22px 18px}.pg__nav,.pg__pages{flex-wrap:wrap}}@media (width<=440px){.topbar{min-height:64px;padding-inline:12px}.view{padding-inline:12px}.panel,.profile-form{padding:12px}.detail-grid{grid-template-columns:1fr}.profile__menu{width:calc(100vw - 24px);inset-inline-end:-8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
