html,body{margin:0;padding:0}.loginSplit{width:100vw;height:100vh;display:grid;grid-template-columns:.5fr 1.15fr;overflow:hidden;background:#fff}.loginSplit__left{background:var(--wl-purple);position:relative}.loginSplit__left:after{content:"";position:absolute;top:-140px;bottom:-140px;right:-260px;width:580px;border-radius:999px;background:var(--wl-purple)}.loginSplit__leftInner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:48px;color:#fff}.loginSplit__right{background:var(--wl-bg);display:flex;align-items:center;justify-content:center;padding:40px}.right__content{width:100%;max-width:420px;text-align:center}.right__field{margin-bottom:16px}.right__label{display:block;font-size:12px;font-weight:700;color:#111827;margin-bottom:8px}.right__input{width:100%;height:44px;border-radius:10px;border:1px solid var(--wl-border);padding:0 14px;font-size:14px;outline:none;background:#fff;box-sizing:border-box}.right__input::placeholder{color:#9ca3af}.right__input:focus{border-color:#4b4a868c;box-shadow:0 0 0 3px #4b4a861f}.right__passwordWrap{position:relative}.right__input--password{padding-right:44px}.right__eyeBtn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;color:#6b7280;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.right__forgotRow{display:flex;justify-content:flex-end;gap:12px;margin:10px 0 0;align-items:center}.right__forgotLink{color:var(--wl-purple);text-decoration:none;font-size:13px;font-weight:700}.right__forgotLink:hover{text-decoration:underline}@media(max-width:900px){.loginSplit{grid-template-columns:1fr}.loginSplit__left{display:none}.loginSplit__right{padding:22px;align-items:flex-start}.right__content{margin-top:20px}.right__logo{width:190px;margin-bottom:18px}.right__title{font-size:28px}.typeSwitch{justify-content:center;gap:8px;margin:12px 0 16px}.typeBtn{height:38px;padding:0 12px;font-size:12.5px}}:root{--wl-purple: #4b4a86;--wl-bg: #f3f4f8;--wl-text: #111827;--wl-muted: #6b7280;--wl-border: #e5e7eb;--wl-orange: #fb8f3a}html,body{margin:0;padding:0;height:100%}.regSplit{width:100vw;height:100vh;display:grid;grid-template-columns:.5fr 1.15fr;overflow:hidden;background:#fff}.regSplit__left{background:var(--wl-purple);position:relative}.regSplit__left:after{content:"";position:absolute;top:-140px;bottom:-140px;right:-260px;width:580px;border-radius:999px;background:var(--wl-purple)}.regSplit__leftInner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:48px;color:#fff}.left__title{font-size:44px;font-weight:700;margin:0 0 10px;letter-spacing:.2px}.left__sub{font-size:15px;font-weight:500;opacity:.92;margin:0 0 18px}.left__btn{height:44px;padding:0 28px;border-radius:12px;border:2px solid rgba(255,255,255,.75);background:transparent;color:#fff;font-weight:700;cursor:pointer}.regSplit__right{background:var(--wl-bg);display:flex;align-items:flex-start;justify-content:center;padding:40px;overflow-y:auto;overflow-x:hidden}.right__content{width:100%;max-width:860px;text-align:center;padding-bottom:40px}.right__logo{width:170px;height:auto;margin:0 auto 22px;display:block}.right__title{margin:0;font-size:30px;font-weight:400;color:#1f2937}.right__sub{margin:8px 0 22px;font-size:14px;color:var(--wl-muted)}.right__linkAccent{color:var(--wl-orange);text-decoration:none;font-weight:700;margin-right:30px}.right__linkAccent:hover{text-decoration:underline}.typeSwitch{display:flex;justify-content:center;gap:10px;margin:10px 0 18px;flex-wrap:wrap}.typeBtn{height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--wl-border);background:#fff;color:#374151;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.typeBtn svg{color:#6b7280}.typeBtn:hover{transform:translateY(-1px)}.typeBtn.active{border-color:#fb8f3aa6;background:#fb8f3a1f;box-shadow:0 0 0 3px #fb8f3a2e;color:var(--wl-orange)}.typeBtn.active svg{color:var(--wl-orange)}.right__form{text-align:left}.right__error{background:#fee2e2;color:#991b1b;border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:12px}.regSection{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:12px;padding:16px;margin-bottom:14px}.regSection__title{margin:0 0 12px;font-size:13px;font-weight:800;color:#111827}.regGrid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.regGrid1{display:grid;grid-template-columns:1fr;gap:14px}.right__field,.regField{margin-bottom:16px}.right__label,.regLabel{display:block;font-size:12px;font-weight:700;color:#111827;margin-bottom:8px}.right__input,.regInput,.regSelect{width:100%;height:44px;border-radius:10px;border:1px solid var(--wl-border);padding:0 14px;font-size:14px;outline:none;background:#fff;box-sizing:border-box}.right__input::placeholder,.regInput::placeholder{color:#9ca3af}.right__input:focus,.regInput:focus,.regSelect:focus{border-color:#4b4a868c;box-shadow:0 0 0 3px #4b4a861f}.regSelect.is-disabled,.regSelect:disabled{opacity:.65;cursor:not-allowed;background:#94a3b824}.right__passwordWrap,.regPasswordWrap{position:relative}.right__input--password,.regInput--password{padding-right:44px}.right__eyeBtn,.regEyeBtn{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;cursor:pointer;color:#6b7280;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.regUpload{border:2px dashed rgba(148,163,184,.8);border-radius:12px;background:#fff;padding:16px}.regUpload__inner{text-align:center;display:grid;gap:8px}.regUpload__icon{height:40px;width:40px;margin:0 auto;color:#94a3b8}.regUpload__row{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;font-size:13px;font-weight:700;color:#64748b}.regUpload__btn{position:relative;cursor:pointer;border-radius:10px;padding:6px 10px;background:#4b4a861a;color:var(--wl-purple);font-weight:800}.regUpload__btn:hover{background:#4b4a8624}.regUpload__hint{margin:0;font-size:12px;color:#64748b}.regUpload__selected{margin:0;font-size:13px;font-weight:800;color:#16a34a}.regUpload__hidden{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.right__submit{width:100%;height:52px;border-radius:12px;border:none;background:var(--wl-purple);color:#fff;font-size:15px;font-weight:800;cursor:pointer;margin:0}.right__submit:disabled{opacity:.75;cursor:not-allowed}@media(max-width:900px){.regSplit{grid-template-columns:1fr}.regSplit__left{display:none}.regSplit__right{padding:22px;align-items:flex-start}.right__content{margin-top:20px;max-width:520px}.right__logo{width:190px;margin-bottom:18px}.right__title{font-size:28px}.typeSwitch{justify-content:center;gap:8px;margin:12px 0 16px}.typeBtn{height:38px;padding:0 12px;font-size:12.5px}.regGrid2{grid-template-columns:1fr}}.fp{min-height:100vh;display:grid;place-items:center;padding:48px 16px;background:radial-gradient(900px 500px at 15% 10%,rgba(59,130,246,.12),transparent 60%),radial-gradient(900px 500px at 90% 20%,rgba(99,102,241,.1),transparent 65%),#f8fafc}.fp__card{width:100%;max-width:420px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 22px 46px #0f172a24;padding:22px}.fp__header{text-align:center;margin-bottom:16px}.fp__logo{height:48px;width:48px;margin:0 auto;display:grid;place-items:center;border-radius:999px;background:#3b82f61f}.fp__logoIcon{height:22px;width:22px;color:#2563eb}.fp__title{margin:14px 0 0;font-size:22px;font-weight:900;letter-spacing:-.3px;color:#0f172a}.fp__subtitle{margin:8px 0 0;font-size:13px;font-weight:700;color:#64748b}.fp__link{color:#2563eb;font-weight:900;text-decoration:none}.fp__link:hover{text-decoration:underline}.fp__error{margin-top:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#991b1b;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:800}.fp__form{margin-top:14px;display:grid;gap:14px}.fp__field{display:grid;gap:8px}.fp__label{font-size:12px;font-weight:900;color:#334155}.fp__input{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(148,163,184,.65);background:#fffffff5;outline:none;font-size:14px;font-weight:700;color:#0f172a;transition:border-color .16s ease,box-shadow .16s ease}.fp__input::placeholder{color:#64748bbf;font-weight:700}.fp__input:focus{border-color:#3b82f6f2;box-shadow:0 0 0 4px #3b82f62e}.fp__note{margin:0;font-size:13px;font-weight:700;color:#475569;line-height:1.5;background:#0f172a08;border:1px solid rgba(15,23,42,.06);padding:10px 12px;border-radius:14px}.fp__btnRow{display:flex;gap:12px}.fp__btn{width:100%;border:0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:900;cursor:pointer;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.fp__btn:hover{transform:translateY(-1px);filter:brightness(.98)}.fp__btn:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.fp__btn--primary{background:#2563eb;color:#fff}.fp__btn--secondary{background:#fff;color:#334155;border:1px solid rgba(148,163,184,.7)}.fp__grid{display:grid;gap:12px}@media(max-width:420px){.fp__card{padding:18px;border-radius:16px}.fp__title{font-size:20px}}.dash-root{height:100%;display:flex;flex-direction:column;gap:18px}.dash-welcome{text-align:center;margin-bottom:8px}.dash-title{margin:0 0 6px;font-size:28px;font-weight:1000;letter-spacing:-.02em;color:transparent;background:linear-gradient(90deg,#0f172a,#334155,#64748b);-webkit-background-clip:text;background-clip:text;text-shadow:0 10px 24px rgba(15,23,42,.08)}@media(min-width:768px){.dash-title{font-size:36px}}.dash-subtitle{margin:0;font-size:16px;font-weight:850;color:#64748b}.dash-card{background:#ffffffb8;border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 18px 48px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:16px}.dash-card--big{padding:18px}@media(min-width:768px){.dash-card--big{padding:22px}}.dash-hover{transition:transform .18s ease,box-shadow .18s ease}.dash-hover:hover{transform:translateY(-2px);box-shadow:0 22px 58px #0f172a1f}.dash-statusRow{display:flex;flex-direction:column;gap:14px}@media(min-width:768px){.dash-statusRow{flex-direction:row;align-items:center;justify-content:space-between;gap:18px}}.dash-h2{margin:0 0 6px;font-size:18px;font-weight:1000;color:#0f172a}@media(min-width:768px){.dash-h2{font-size:22px}}.dash-statusText{margin:0;font-size:14px;font-weight:850;color:#475569}@media(min-width:768px){.dash-statusText{font-size:16px}}.dash-statusWord{font-weight:1000}.dash-green{color:#16a34a}.dash-red{color:#dc2626}.dash-toggleBtn{border:1px solid rgba(255,255,255,.22);border-radius:14px;padding:12px 16px;font-weight:1000;font-size:16px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:180px;box-shadow:0 18px 40px #0f172a1f;transition:opacity .18s ease}.dash-toggleBtn:disabled{opacity:.6;cursor:not-allowed}.dash-toggleBtn--open{background:linear-gradient(90deg,#22c55e,#16a34a);box-shadow:0 18px 40px #22c55e40}.dash-toggleBtn--closed{background:linear-gradient(90deg,#ef4444,#dc2626);box-shadow:0 18px 40px #ef444440}.dash-toggleInner{display:inline-flex;align-items:center;gap:10px}.dash-spinner{width:22px;height:22px;border-radius:999px;border:2px solid rgba(255,255,255,.9);border-top-color:transparent}.dash-bigSpinner{width:44px;height:44px;border-radius:999px;border:4px solid rgba(148,163,184,.25);border-top-color:#2563eb;animation:dashSpin .9s linear infinite;margin:0 auto}.dash-bigSpinner--red{border-top-color:#dc2626}@keyframes dashSpin{to{transform:rotate(360deg)}}.dash-statsGrid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.dash-statsGrid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.dash-statsGrid{grid-template-columns:repeat(4,1fr)}}.dash-statCard{border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.22);box-shadow:0 16px 40px #0f172a14;background:#fffc}.dash-statInner{padding:16px;position:relative}.dash-statCard--blue{background:linear-gradient(180deg,#eff6ff,#ffffffdb)}.dash-statCard--yellow{background:linear-gradient(180deg,#fefce8,#ffffffdb)}.dash-statCard--green{background:linear-gradient(180deg,#f0fdf4,#ffffffdb)}.dash-statCard--red{background:linear-gradient(180deg,#fef2f2,#ffffffdb)}.dash-statTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dash-statIcon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;box-shadow:0 14px 32px #0f172a1f}.dash-statIcon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.dash-statIcon--yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.dash-statIcon--green{background:linear-gradient(135deg,#22c55e,#16a34a)}.dash-statIcon--red{background:linear-gradient(135deg,#ef4444,#dc2626)}.dash-statValue{font-size:26px;font-weight:1100;color:#0f172a}@media(min-width:768px){.dash-statValue{font-size:30px}}.dash-statTitle{margin:0;font-size:12px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;color:#475569}.dash-statLink{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:13px;font-weight:950;color:#2563eb;text-decoration:none}.dash-statLink:hover{color:#1d4ed8}.dash-arrow{font-weight:1100}.dash-twoGrid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:1024px){.dash-twoGrid{grid-template-columns:1fr 1fr}}.dash-cardHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.dash-h3{margin:0;font-size:18px;font-weight:1050;color:#0f172a}.dash-chip{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(148,163,184,.18)}.dash-chip--blue{background:#dbeafe}.dash-chip--red{background:#fee2e2}.dash-chip--purple{background:#f3e8ff}.dash-blue{color:#2563eb}.dash-purple{color:#9333ea}.dash-gray{color:#94a3b8}.dash-centerBox{text-align:center;padding:24px 0}.dash-emptyIcon{width:64px;height:64px;border-radius:999px;background:#f1f5f9;display:grid;place-items:center;margin:0 auto 10px;border:1px solid rgba(148,163,184,.18)}.dash-emptyIcon--good{background:#dcfce7;border-color:#22c55e2e}.dash-muted{margin:10px 0 0;font-size:13px;font-weight:850;color:#64748b}.dash-mutedLg{margin:0;font-size:16px;font-weight:900;color:#64748b}.dash-list{display:grid;gap:10px}.dash-rowCard{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:14px;background:#ffffffbd;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 24px #0f172a0f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:box-shadow .18s ease}.dash-rowCard:hover{box-shadow:0 16px 34px #0f172a1a}.dash-rowCard--danger{background:#fef2f2b3;border-color:#ef44441f}.dash-rowTitle{margin:0;font-size:16px;font-weight:1050;color:#0f172a}.dash-rowSub{margin:4px 0 0;font-size:13px;font-weight:850;color:#64748b}.dash-rowRight{display:inline-flex;align-items:center;gap:10px}.dash-eyeBtn{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#2563eb;text-decoration:none;background:transparent}.dash-eyeBtn:hover{background:#dbeafe99;color:#1d4ed8}.dash-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:1000;background:#f1f5f9;color:#334155;border:1px solid rgba(148,163,184,.18);text-transform:lowercase}.dash-badge--pending{background:#fef9c3;color:#854d0e;border-color:#eab30838}.dash-badge--accepted{background:#dbeafe;color:#1e40af;border-color:#3b82f638}.dash-badge--packed{background:#f3e8ff;color:#6b21a8;border-color:#9333ea2e}.dash-badge--ofd{background:#e0e7ff;color:#312e81;border-color:#6366f12e}.dash-badge--delivered{background:#dcfce7;color:#15803d;border-color:#22c55e2e}.dash-badge--dispute{background:#ffedd5;color:#9a3412;border-color:#f973162e}.dash-badge--cancel{background:#fee2e2;color:#991b1b;border-color:#ef44442e}.dash-lowPill{padding:7px 10px;border-radius:999px;background:#fecaca;color:#991b1b;font-size:12px;font-weight:1100;border:1px solid rgba(239,68,68,.18)}.dash-footerLink{margin-top:14px;padding-top:12px;border-top:1px solid rgba(148,163,184,.22)}.dash-linkStrong{display:inline-flex;align-items:center;gap:8px;font-weight:1000;color:#2563eb;text-decoration:none}.dash-linkStrong:hover{color:#1d4ed8}.dash-actionsGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:1024px){.dash-actionsGrid{grid-template-columns:repeat(4,1fr)}}.dash-actionCard{display:block;position:relative;overflow:hidden;border-radius:14px;text-decoration:none;border:1px solid rgba(148,163,184,.18);box-shadow:0 14px 34px #0f172a14}.dash-actionInner{padding:16px;text-align:center;position:relative}.dash-actionText{margin:10px 0 0;font-size:13px;font-weight:1000;color:#0f172a}.dash-actionIcon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;margin:0 auto;box-shadow:0 14px 32px #0f172a1f;transition:transform .18s ease}.dash-actionCard:hover .dash-actionIcon{transform:scale(1.08)}.dash-actionCard--blue{background:linear-gradient(180deg,#eff6ff,#ffffffdb)}.dash-actionCard--yellow{background:linear-gradient(180deg,#fefce8,#ffffffdb)}.dash-actionCard--green{background:linear-gradient(180deg,#f0fdf4,#ffffffdb)}.dash-actionCard--purple{background:linear-gradient(180deg,#faf5ff,#ffffffdb)}.dash-actionIcon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.dash-actionIcon--yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.dash-actionIcon--green{background:linear-gradient(135deg,#22c55e,#16a34a)}.dash-actionIcon--purple{background:linear-gradient(135deg,#9333ea,#7e22ce)}.dash-white{color:#fff}.dash-ic-18{width:18px;height:18px}.dash-ic-22{width:22px;height:22px}.dash-ic-30{width:30px;height:30px}.sp-root{max-width:900px;margin:0 auto;display:grid;gap:16px}.sp-card{background:#fff;border:1px solid rgba(148,163,184,.22);border-radius:14px;box-shadow:0 14px 36px #0f172a14;padding:16px}.sp-card--header{padding:0;overflow:hidden}.sp-header{padding:18px 16px}.sp-header__row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.sp-error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#991b1b;padding:12px 14px;border-radius:12px;font-weight:900}.sp-loaderWrap{height:260px;display:grid;place-items:center}.sp-loader{width:48px;height:48px;border-radius:999px;border:3px solid rgba(148,163,184,.35);border-bottom-color:#2563eb;animation:spSpin .9s linear infinite}@keyframes spSpin{to{transform:rotate(360deg)}}.sp-avatar{position:relative}.sp-avatar__imgWrap{width:96px;height:96px;border-radius:999px;overflow:hidden;background:#f1f5f9;display:grid;place-items:center;border:1px solid rgba(148,163,184,.22)}.sp-avatar__img{width:100%;height:100%;object-fit:cover}.sp-avatar__icon{width:46px;height:46px;color:#94a3b8}.sp-avatar__editBtn{position:absolute;right:0;bottom:0;width:30px;height:30px;border-radius:999px;background:#2563eb;display:grid;place-items:center;cursor:pointer;border:2px solid #fff;box-shadow:0 10px 22px #2563eb38}.sp-avatar__editBtn:hover{background:#1d4ed8}.sp-hidden{display:none}.sp-header__info{flex:1;min-width:240px}.sp-h1{margin:0;font-size:22px;font-weight:1000;color:#0f172a}.sp-h2{margin:0;font-size:16px;font-weight:1000;color:#0f172a}.sp-sub{margin:6px 0 0;font-size:13px;font-weight:850;color:#64748b}.sp-badges{margin-top:10px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sp-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:950;border:1px solid rgba(148,163,184,.22)}.sp-pill--open{background:#16a34a1f;color:#15803d;border-color:#16a34a38}.sp-pill--closed{background:#ef44441f;color:#991b1b;border-color:#ef444438}.sp-mutedText{font-size:12px;font-weight:850;color:#64748b}.sp-miniToggle{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.22);font-size:12px;font-weight:950;cursor:pointer;background:#ffffffe6}.sp-miniToggle:disabled{opacity:.6;cursor:not-allowed}.sp-miniToggle--close{background:#ef44441f;color:#991b1b}.sp-miniToggle--open{background:#16a34a1f;color:#15803d}.sp-actions{margin-left:auto}.sp-actions__row{display:flex;gap:10px}.sp-btn{border:1px solid rgba(148,163,184,.22);background:#fffffff2;border-radius:12px;padding:10px 12px;font-weight:950;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.sp-btn:disabled{opacity:.6;cursor:not-allowed}.sp-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb40}.sp-btn--primary:hover{background:#1d4ed8}.sp-btn--success{background:#16a34a;color:#fff;border-color:#16a34a40}.sp-btn--success:hover{background:#15803d}.sp-btn--ghost{background:#e2e8f0;color:#334155}.sp-btn--ghost:hover{background:#cbd5e1}.sp-statusRow{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.sp-statusRight{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.sp-statusNow{text-align:right}.sp-mutedSmall{margin:0 0 6px;font-size:12px;font-weight:850;color:#64748b}.sp-pillBig{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:1000;border:1px solid rgba(148,163,184,.22)}.sp-pillBig--open{background:#16a34a1f;color:#15803d;border-color:#16a34a38}.sp-pillBig--closed{background:#ef44441f;color:#991b1b;border-color:#ef444438}.sp-dot{width:8px;height:8px;border-radius:999px}.sp-dot--open{background:#22c55e}.sp-dot--closed{background:#ef4444}.sp-toggleBtn{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.22);color:#fff;font-weight:1000;cursor:pointer;box-shadow:0 16px 36px #0f172a24;transform:translateZ(0);transition:transform .15s ease}.sp-toggleBtn:hover{transform:scale(1.03)}.sp-toggleBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.sp-toggleBtn--close{background:#dc2626}.sp-toggleBtn--close:hover{background:#b91c1c}.sp-toggleBtn--open{background:#16a34a}.sp-toggleBtn--open:hover{background:#15803d}.sp-note{margin-top:12px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(148,163,184,.18)}.sp-noteText{margin:0;font-size:13px;font-weight:850;color:#334155}.sp-grid2{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:1024px){.sp-grid2{grid-template-columns:1fr 1fr}}.sp-grid3{display:grid;gap:14px;grid-template-columns:1fr}@media(min-width:640px){.sp-grid3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sp-grid3{grid-template-columns:repeat(3,1fr)}}.sp-form{display:grid;gap:14px}.sp-field{display:grid;gap:8px}.sp-label{font-size:12px;font-weight:950;color:#334155;display:inline-flex;align-items:center;gap:8px}.sp-input,.sp-textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.45);outline:none;font-size:13px;font-weight:900;background:#fff}.sp-textarea{resize:vertical}.sp-input:focus,.sp-textarea:focus{border-color:#2563ebe6;box-shadow:0 0 0 4px #2563eb24}.sp-value{margin:0;font-size:13px;font-weight:900;color:#0f172a}.sp-link{color:#2563eb;font-weight:950;text-decoration:none}.sp-link:hover{color:#1d4ed8;text-decoration:underline}.sp-miniBlock{padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(148,163,184,.18)}.sp-mb12{margin-bottom:12px}.sp-white{color:#fff}.sp-ic-12{width:12px;height:12px}.sp-ic-14{width:14px;height:14px}.sp-ic-16{width:16px;height:16px}.sp-ic-18{width:18px;height:18px}.inv{display:grid;gap:24px}.inv__error{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#991b1b;padding:14px 16px;border-radius:14px;box-shadow:0 18px 40px #0f172a1f}.inv__errorRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.inv__errorText{font-weight:850;font-size:13px}.inv__errorClose{border:0;background:transparent;cursor:pointer;font-size:18px;font-weight:950;color:#991b1b}.inv__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.inv__title{margin:0;font-size:26px;font-weight:1000;letter-spacing:-.02em;color:#0f172a}.inv__subtitle{margin:8px 0 0;color:#64748b;font-weight:750;font-size:13px}.inv__addWrap{position:relative}.inv__addBtn{position:relative;display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:16px;color:#fff;text-decoration:none;font-weight:950;font-size:16px;border:1px solid rgba(255,255,255,.25);background:linear-gradient(90deg,#2563eb,#9333ea,#1d4ed8);box-shadow:0 18px 40px #0f172a2e;overflow:hidden}.inv__addGlow{position:absolute;inset:0;background:linear-gradient(90deg,#3b82f6,#a855f7,#2563eb);filter:blur(18px);opacity:.28;animation:invPulse 2.2s ease-in-out infinite}@keyframes invPulse{0%,to{opacity:.22}50%{opacity:.38}}.inv__addIcon{height:22px;width:22px;position:relative;z-index:1}.inv__addText{position:relative;z-index:1}.inv__stats{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:640px){.inv__stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.inv__stats{grid-template-columns:repeat(4,1fr)}}.invStat{border-radius:18px;background:#ffffffd1;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1f;padding:16px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.invStat:hover{box-shadow:0 22px 50px #0f172a29}.invStat__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.invStat__arrow{height:16px;width:16px;color:#94a3b8}.invStat__iconWrap{padding:10px;border-radius:14px}.invStat__icon{height:22px;width:22px}.invStat__iconWrap--blue{background:#2563eb1a}.invStat__icon--blue{color:#2563eb}.invStat__iconWrap--green{background:#16a34a1a}.invStat__icon--green{color:#16a34a}.invStat__iconWrap--yellow{background:#eab3081f}.invStat__icon--yellow{color:#ca8a04}.invStat__iconWrap--red{background:#ef44441a}.invStat__icon--red{color:#ef4444}.invStat__value{margin:0;font-size:22px;font-weight:1000;color:#0f172a}.invStat__label{margin:4px 0 0;font-size:13px;font-weight:900;color:#475569}.invStat__desc{margin:6px 0 0;font-size:12px;font-weight:750;color:#64748b}.inv__filters{border-radius:18px;background:#ffffffd1;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1f;padding:16px}.inv__filtersRow{display:flex;flex-direction:column;gap:12px}@media(min-width:1024px){.inv__filtersRow{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}}.inv__searchWrap{position:relative;flex:1 1 auto;max-width:640px}.inv__searchIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);height:18px;width:18px;color:#94a3b8}.inv__searchInput{width:100%;border-radius:14px;border:1px solid rgba(148,163,184,.55);background:#fffc;padding:12px 12px 12px 44px;outline:none;font-size:13px;font-weight:850;color:#0f172a}.inv__searchInput:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.inv__filterWrap{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(148,163,184,.55);background:#fffc;border-radius:14px;padding:10px 12px}.inv__filterIcon{height:18px;width:18px;color:#94a3b8}.inv__filterSelect{border:0;outline:none;background:transparent;font-weight:900;color:#334155}.inv__tableCard{border-radius:18px;overflow:hidden;background:#ffffffd1;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1f}.inv__tableScroll{overflow-x:auto}.inv__loading{padding:56px 12px;display:flex;justify-content:center}.inv__loadingInner{text-align:center}.inv__spinnerWrap{height:64px;width:64px;border-radius:999px;background:#2563eb1a;display:grid;place-items:center;margin:0 auto 12px}.inv__spinner{height:30px;width:30px;border-radius:999px;border:3px solid rgba(37,99,235,.22);border-bottom-color:#2563eb;animation:invSpin .9s linear infinite}@keyframes invSpin{to{transform:rotate(360deg)}}.inv__loadingText{font-weight:850;color:#64748b;font-size:13px}.inv__empty{padding:64px 12px;text-align:center}.inv__emptyIconWrap{height:80px;width:80px;border-radius:999px;background:#94a3b81f;display:grid;place-items:center;margin:0 auto 16px}.inv__emptyIcon{height:40px;width:40px;color:#94a3b8}.inv__emptyTitle{margin:0;font-size:18px;font-weight:1000;color:#0f172a}.inv__emptyDesc{margin:10px auto 18px;max-width:520px;color:#64748b;font-weight:750;font-size:13px}.inv__emptyBtn{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:950;background:linear-gradient(90deg,#10b981,#16a34a);padding:12px 14px;border-radius:14px;box-shadow:0 18px 40px #0f172a29}.inv__emptyBtnIcon{height:18px;width:18px}.invTable{width:100%;border-collapse:collapse;min-width:980px}.invTable__head{background:linear-gradient(90deg,#f8fafc,#f1f5f9)}.invTable__th{text-align:left;padding:14px 16px;font-size:11px;font-weight:950;color:#475569;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(148,163,184,.25)}.invTable__body{background:#ffffff8c}.invTable__tr{border-bottom:1px solid rgba(148,163,184,.16);transition:background .16s ease}.invTable__tr:hover{background:#ffffffd1}.invTable__td{padding:14px 16px;font-size:13px;font-weight:800;color:#0f172a;vertical-align:middle}.invTable__td--details{padding-top:18px;padding-bottom:18px}.inv-col-sm,.inv-col-md,.inv-col-lg,.inv-col-xl{display:none}@media(min-width:640px){.inv-col-sm{display:table-cell}}@media(min-width:768px){.inv-col-md{display:table-cell}}@media(min-width:1024px){.inv-col-lg{display:table-cell}}@media(min-width:1280px){.inv-col-xl{display:table-cell}}.invItem{display:flex;align-items:center;gap:14px}.invItem__imgWrap{position:relative;width:64px;height:64px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:2px solid rgba(226,232,240,1)}.invItem__img{width:64px;height:64px;object-fit:cover;display:block}.invItem__fallback{width:64px;height:64px;display:grid;place-items:center}.invItem__fallbackIcon{height:28px;width:28px;color:#94a3b8}.is-hidden{display:none!important}.invItem__info{min-width:0}.invItem__name{font-weight:950;color:#0f172a;font-size:13px}.invItem__sub{margin-top:4px;color:#64748b;font-weight:800;font-size:12px}.invItem__source{margin-top:6px;font-size:12px;font-weight:950;color:#2563eb}.invCat__main{font-weight:950}.invCat__sub{margin-top:4px;font-size:12px;font-weight:800;color:#64748b}.invCat__id{margin-top:4px;font-size:12px;font-weight:900;color:#3b82f6}.invMoney{font-weight:950}.invMeta{margin-top:6px;font-size:12px;font-weight:750;color:#64748b}.invInput{border:1px solid rgba(148,163,184,.65);border-radius:10px;padding:8px 10px;outline:none;font-weight:900;font-size:13px}.invInput:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.invInput--price{width:90px}.invInput--qty{width:72px;text-align:center}.invQty{display:inline-flex;align-items:center;gap:8px}.invQty__btn{border:0;background:transparent;cursor:pointer;padding:6px;border-radius:999px;transition:background .16s ease}.invQty__btn:hover{background:#0f172a0f}.invQty__icon{height:14px;width:14px;color:#334155}.invStatus{display:inline-flex;align-items:center;gap:8px;font-weight:950;font-size:13px}.invStatus__icon{height:16px;width:16px}.inv-status--green{color:#16a34a}.inv-status--yellow{color:#ca8a04}.inv-status--red{color:#dc2626}.invPill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:950;border:1px solid rgba(148,163,184,.22)}.invPill--blue{background:#2563eb1f;color:#1e40af}.invPill--green{background:#16a34a1f;color:#15803d}.invActions{display:inline-flex;align-items:center;gap:10px}.invActions__save{border:0;background:transparent;cursor:pointer;color:#16a34a;font-weight:950}.invActions__save:hover{color:#15803d}.invActions__cancel{border:0;background:transparent;cursor:pointer;color:#475569;font-weight:950}.invActions__cancel:hover{color:#0f172a}.invActions__edit{border:0;background:transparent;cursor:pointer;color:#2563eb;padding:8px;border-radius:12px;transition:background .16s ease}.invActions__edit:hover{background:#2563eb14}.invActions__editIcon{height:16px;width:16px}.addItems{display:grid;gap:16px}.addItems__error{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#991b1b;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:850}.addItems__errorClose{border:0;background:transparent;cursor:pointer;font-size:18px;font-weight:900;color:#991b1b}.addItems__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.addItems__title{margin:0;font-size:20px;font-weight:950;color:#0f172a}.addItems__addSelected{border:0;border-radius:12px;padding:10px 12px;background:#16a34a;color:#fff;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .16s ease,opacity .16s ease,filter .16s ease}.addItems__addSelected:hover{transform:translateY(-1px);filter:brightness(.98)}.addItems__addSelected:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.addItems__card{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:16px;box-shadow:0 18px 40px #0f172a1f;overflow:hidden}.addItems__tabs{display:flex;gap:2px;border-bottom:1px solid rgba(15,23,42,.08);background:#f8fafc;padding:6px}.addItems__tab{flex:0 0 auto;border:0;cursor:pointer;background:transparent;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:900;color:#64748b;display:inline-flex;align-items:center;gap:8px;transition:background .16s ease,color .16s ease}.addItems__tab:hover{background:#0f172a0f;color:#334155}.addItems__tab.is-active{background:#fff;color:#2563eb;box-shadow:0 10px 24px #0f172a1a}.addItems__tabIcon{height:16px;width:16px}.addItems__content{padding:16px}.addItems__filterRow{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}@media(min-width:640px){.addItems__filterRow{flex-direction:row;align-items:center;justify-content:space-between}}.addItems__search{position:relative;flex:1 1 auto;max-width:520px}.addItems__searchIcon{position:absolute;left:12px;top:50%;transform:translateY(-50%);height:16px;width:16px;color:#94a3b8}.addItems__searchInput{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.7);background:#fff;padding:10px 12px 10px 36px;outline:none;font-size:13px;font-weight:800;color:#0f172a}.addItems__searchInput:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.addItems__selectRow{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-start}.addItems__selectWrap{display:inline-flex;gap:8px;align-items:center}.addItems__selectIcon{height:16px;width:16px;color:#94a3b8}.addItems__select{border-radius:12px;border:1px solid rgba(148,163,184,.7);padding:10px 12px;background:#fff;outline:none;font-size:13px;font-weight:850;color:#334155}.addItems__select:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.addItems__select.is-disabled,.addItems__select:disabled{opacity:.6;cursor:not-allowed;background:#94a3b81f}.addItems__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:640px){.addItems__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.addItems__grid{grid-template-columns:repeat(3,1fr)}}.addItems__item{border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:14px;cursor:pointer;background:#ffffffeb;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.addItems__item:hover{border-color:#94a3b8e6;box-shadow:0 14px 28px #0f172a1f;transform:translateY(-2px)}.addItems__item.is-selected{border-color:#2563ebe6;background:#2563eb0f}.addItems__itemTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.addItems__thumb{height:48px;width:48px;border-radius:12px;background:#94a3b824;display:grid;place-items:center}.addItems__thumbIcon{height:22px;width:22px;color:#64748b}.addItems__picked{height:22px;width:22px;border-radius:999px;background:#2563eb;display:grid;place-items:center}.addItems__pickedIcon{height:12px;width:12px;color:#fff}.addItems__itemName{margin:0;font-size:14px;font-weight:950;color:#0f172a}.addItems__itemMeta{margin:4px 0 0;font-size:12px;font-weight:750;color:#64748b}.addItems__price{margin:8px 0 0;font-size:13px;font-weight:950;color:#0f172a}.addItems__sku{margin:6px 0 0;font-size:12px;font-weight:750;color:#64748b}.addItems__empty{text-align:center;padding:36px 12px}.addItems__emptyIcon{height:44px;width:44px;color:#94a3b8;margin:0 auto}.addItems__emptyTitle{margin:10px 0 0;font-size:14px;font-weight:950;color:#0f172a}.addItems__emptyDesc{margin:6px 0 0;font-size:13px;font-weight:750;color:#64748b}.addItems__custom{max-width:720px;margin:0 auto}.addItems__form{display:grid;gap:16px}.addItems__formGrid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:640px){.addItems__formGrid{grid-template-columns:1fr 1fr}}.addItems__field{display:grid;gap:8px}.addItems__field--full{grid-column:1 / -1}.addItems__label{font-size:12px;font-weight:900;color:#334155}.addItems__input{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.7);padding:10px 12px;outline:none;font-size:13px;font-weight:800;color:#0f172a;background:#fff}.addItems__input:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.addItems__uploadBlock{display:grid;gap:8px}.addItems__upload{border:2px dashed rgba(148,163,184,.8);border-radius:14px;padding:16px;background:#ffffffb8}.addItems__uploadInner{display:grid;gap:8px;text-align:center}.addItems__uploadIcon{height:44px;width:44px;color:#94a3b8;margin:0 auto}.addItems__uploadRow{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;font-size:13px;font-weight:800;color:#64748b}.addItems__uploadBtn{position:relative;cursor:pointer;border-radius:10px;padding:6px 10px;background:#2563eb14;color:#2563eb;font-weight:950}.addItems__uploadText{margin:0}.addItems__uploadHint{margin:0;font-size:12px;font-weight:700;color:#64748b}.addItems__selected{margin:0;font-size:13px;font-weight:950;color:#16a34a}.addItems__fileHidden{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.addItems__formActions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.addItems__btn{border:0;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:transform .16s ease,opacity .16s ease,filter .16s ease}.addItems__btn:hover{transform:translateY(-1px);filter:brightness(.98)}.addItems__btn:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.addItems__btn--secondary{background:#fff;border:1px solid rgba(148,163,184,.7);color:#334155}.addItems__btn--primary{background:#2563eb;color:#fff}.addItems__btnIcon{height:16px;width:16px}.or-root{display:grid;gap:18px}.or-alert{border-radius:14px;padding:12px 14px;border:1px solid rgba(148,163,184,.28);background:#f8fafce6;box-shadow:0 18px 40px #0f172a1a}.or-alert--error{background:#ef44441a;border-color:#ef444440;color:#991b1b}.or-alert__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.or-alert__text{font-weight:900}.or-alert__close{border:0;background:transparent;cursor:pointer;font-size:18px;font-weight:1000;color:inherit}.or-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.or-title{margin:0;font-size:28px;font-weight:1000;color:#0f172a}.or-subtitle{margin:8px 0 0;font-size:13px;font-weight:850;color:#64748b}.or-refresh{border:0;cursor:pointer;padding:12px 14px;border-radius:14px;color:#fff;font-weight:950;font-size:13px;background:linear-gradient(90deg,#3b82f6,#9333ea);box-shadow:0 18px 45px #2563eb38;display:inline-flex;align-items:center;gap:10px}.or-refresh:disabled{opacity:.6;cursor:not-allowed}.or-stats{display:grid;gap:14px;grid-template-columns:1fr}@media(min-width:640px){.or-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.or-stats{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.or-stats{grid-template-columns:repeat(6,1fr)}}.or-stat{border-radius:16px;padding:14px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 18px 40px #0f172a1a}.or-stat__row{display:flex;align-items:center;justify-content:space-between;gap:10px}.or-stat__left{display:flex;align-items:center;gap:10px}.or-stat__iconWrap{width:44px;height:44px;border-radius:14px;display:grid;place-items:center}.or-stat__label{margin:0;font-size:12px;font-weight:900;color:#64748b}.or-stat__value{margin:4px 0 0;font-size:20px;font-weight:1000;color:#0f172a}.or-stat--blue .or-stat__iconWrap{background:#3b82f61f;color:#2563eb}.or-stat--yellow .or-stat__iconWrap{background:#eab30824;color:#a16207}.or-stat--green .or-stat__iconWrap{background:#16a34a24;color:#15803d}.or-stat--orange .or-stat__iconWrap{background:#f9731624;color:#9a3412}.or-stat--emerald .or-stat__iconWrap{background:#10b98124;color:#059669}.or-stat--red .or-stat__iconWrap{background:#ef44441f;color:#991b1b}.or-filters{border-radius:16px;padding:14px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 18px 40px #0f172a1a}.or-filters__row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.or-search{position:relative;flex:1;min-width:260px;max-width:680px}.or-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8}.or-search__input{width:100%;padding:12px 12px 12px 40px;border-radius:14px;border:1px solid rgba(148,163,184,.35);outline:none;font-size:13px;font-weight:850;background:#ffffffd9}.or-search__input:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f624}.or-filter{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#ffffffd9}.or-filter__select{border:0;outline:none;background:transparent;font-size:13px;font-weight:900;color:#334155;cursor:pointer}.or-tableCard{border-radius:16px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;box-shadow:0 18px 40px #0f172a1a}.or-scroll{overflow-x:auto}.or-table{width:100%;min-width:980px;border-collapse:collapse}.or-thead th{text-align:left;font-size:11px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase;color:#475569;padding:14px;border-bottom:1px solid rgba(148,163,184,.26);background:linear-gradient(90deg,#f8fafc,#f1f5f9)}.or-tbody .or-row{border-bottom:1px solid rgba(148,163,184,.18)}.or-tbody .or-row:hover{background:#ffffffbf}.or-cell{padding:14px;vertical-align:top}.or-hide-sm,.or-hide-md,.or-hide-lg{display:table-cell}@media(max-width:640px){.or-hide-sm{display:none}}@media(max-width:768px){.or-hide-md{display:none}}@media(max-width:1024px){.or-hide-lg{display:none}}.or-od{display:grid;gap:10px}.or-od__top{display:flex;align-items:center;gap:10px}.or-od__iconWrap{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.or-od__id{font-weight:1000;font-size:13px;color:#0f172a}.or-od__meta{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:850;color:#64748b}.or-metaItem{display:inline-flex;align-items:center;gap:6px}.or-dot{opacity:.7}.or-only-md{display:none}@media(max-width:768px){.or-only-md{display:grid;gap:8px}}.or-mini{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:850;color:#475569}.or-cust{display:grid;gap:6px}.or-cust__line{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:850}.or-cust__name{font-weight:1000;color:#0f172a}.or-total{display:inline-flex;align-items:center;gap:6px;font-weight:1000;color:#0f172a}.or-helper__name{font-weight:1000;font-size:12px;color:#0f172a}.or-helper__phone{font-size:12px;font-weight:850}.or-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.or-link{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;cursor:pointer;padding:0;font-size:12px;font-weight:950;color:#2563eb;text-decoration:none}.or-link:hover{color:#1d4ed8;text-decoration:underline}.or-link--green{color:#16a34a}.or-link--green:hover{color:#15803d}.or-link--purple{color:#9333ea}.or-link--purple:hover{color:#7e22ce}.or-broadcast{display:inline-flex;gap:6px}.or-miniBtn{border:0;cursor:pointer;padding:6px 8px;border-radius:10px;font-size:11px;font-weight:950;display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid rgba(148,163,184,.28)}.or-miniBtn--blue{color:#2563eb}.or-miniBtn--orange{color:#9a3412}.or-miniBtn--red{color:#991b1b}.or-miniBtn:hover{box-shadow:0 10px 22px #0f172a1a}.or-offline{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:900;color:#94a3b8}.or-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:950;border:1px solid rgba(148,163,184,.22)}.or-pill__text{text-transform:capitalize}.or-pill--yellow{background:#eab30829;color:#a16207;border-color:#eab30840}.or-pill--blue{background:#2563eb24;color:#1e40af;border-color:#2563eb38}.or-pill--orange{background:#f9731624;color:#9a3412;border-color:#f973163d}.or-pill--indigo{background:#4f46e524;color:#312e81;border-color:#4f46e53d}.or-pill--green{background:#16a34a24;color:#15803d;border-color:#16a34a3d}.or-pill--purple{background:#9333ea24;color:#6b21a8;border-color:#9333ea3d}.or-pill--red{background:#ef44441f;color:#991b1b;border-color:#ef444438}.or-pill--gray{background:#94a3b82e;color:#334155;border-color:#94a3b838}.or-loading,.or-empty{padding:46px 18px;text-align:center}.or-loading__bubble,.or-empty__bubble{width:64px;height:64px;margin:0 auto 12px;border-radius:999px;display:grid;place-items:center;background:#dbeafe}.or-empty__bubble{background:#f8fafc}.or-loading__text{font-size:13px;font-weight:900;color:#64748b}.or-empty__title{margin:8px 0 0;font-size:16px;font-weight:1000;color:#0f172a}.or-empty__desc{margin:10px auto 0;max-width:520px;font-size:13px;font-weight:850;color:#64748b}.or-modal{position:fixed;inset:0;background:#4b55638c;display:grid;place-items:start center;padding:80px 14px 20px;z-index:50}.or-modal__card{width:min(440px,100%);background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:14px;box-shadow:0 24px 60px #0f172a38;padding:16px}.or-modal__title{margin:0 0 14px;font-size:16px;font-weight:1000;color:#0f172a}.or-field{margin-bottom:14px}.or-label{display:block;margin-bottom:8px;font-size:13px;font-weight:900;color:#334155}.or-select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.55);outline:none;font-size:13px;font-weight:900;background:#fff}.or-select:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f624}.or-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.or-btn{border:1px solid rgba(148,163,184,.28);background:#fffffff2;color:#0f172a;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:950;font-size:13px}.or-btn:hover{box-shadow:0 10px 22px #0f172a1a}.or-btn:disabled{opacity:.6;cursor:not-allowed}.or-btn--ghost{background:#fffffff2}.or-btn--primary{background:#2563eb;border-color:#2563eb40;color:#fff}.or-btn--purple{background:#9333ea;border-color:#9333ea40;color:#fff}.or-btn--orange{background:#f97316;border-color:#f9731640;color:#fff}.or-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:950;border:1px solid rgba(148,163,184,.22);margin-top:8px}.or-chip--blue{background:#2563eb1f;color:#1e40af}.or-chip--orange{background:#f973161f;color:#9a3412}.or-note{margin-top:10px;padding:10px 12px;border-radius:12px;font-size:12px;font-weight:850;border:1px solid rgba(148,163,184,.22)}.or-note--blue{background:#2563eb14;color:#1e40af}.or-note--orange{background:#f9731614;color:#9a3412}.or-checklist{max-height:160px;overflow-y:auto;border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:10px;display:grid;gap:8px}.or-check{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:12px;font-weight:850;color:#334155}.or-check input{margin-top:2px;accent-color:rgba(249,115,22,1)}.or-check__duty{margin-left:6px;font-size:11px;font-weight:950}.or-check__duty.on{color:#16a34a}.or-check__duty.off{color:#ef4444}.or-muted{color:#94a3b8}.or-blue{color:#2563eb}.or-ic-14{width:14px;height:14px}.or-ic-16{width:16px;height:16px}.or-ic-18{width:18px;height:18px}.or-ic-20{width:20px;height:20px}.or-ic-24{width:24px;height:24px}.or-ic-28{width:28px;height:28px}.or-spin{animation:orSpin .9s linear infinite}.or-spinBlue{animation:orSpin .9s linear infinite;color:#2563eb}@keyframes orSpin{to{transform:rotate(360deg)}}.od-page{max-width:1280px;margin:0 auto;padding:18px 16px 28px;display:grid;gap:18px}@media(min-width:640px){.od-page{padding:22px 18px 34px}}.od-load{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:#64748b;font-weight:900}.od-load__spin{height:30px;width:30px;color:#94a3b8;animation:odSpin .9s linear infinite}@keyframes odSpin{to{transform:rotate(360deg)}}.od-load__text{font-size:13px}.od-alert{padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#f8fafce6;color:#334155;font-weight:850;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.od-alert--error{background:#ef44441a;border-color:#ef444440;color:#991b1b}.od-alert__link{border:0;background:transparent;color:inherit;cursor:pointer;font-weight:950;text-decoration:underline}.od-empty{text-align:center;padding:48px 10px}.od-empty__icon{height:52px;width:52px;color:#94a3b8}.od-empty__title{margin:10px 0 0;font-size:14px;font-weight:1000;color:#0f172a}.od-empty__desc{margin:8px auto 14px;max-width:520px;color:#64748b;font-weight:800;font-size:13px}.od-emptySmall{text-align:center;padding:14px 0;color:#64748b;font-weight:800;font-size:13px}.od-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.od-header__left{display:flex;align-items:flex-start;gap:12px}.od-back{border:0;background:transparent;cursor:pointer;padding:8px;border-radius:12px;transition:background .16s ease}.od-back:hover{background:#0f172a0f}.od-back__icon{height:24px;width:24px;color:#94a3b8}.od-title{margin:0;font-size:20px;font-weight:1000;color:#0f172a}.od-subtitle{margin:8px 0 0;display:inline-flex;align-items:center;gap:8px;color:#64748b;font-weight:850;font-size:13px}.od-subtitle__icon{height:16px;width:16px}.od-header__actions{display:inline-flex;gap:10px;flex-wrap:wrap}.od-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:1024px){.od-grid{grid-template-columns:2fr 1fr;gap:16px}}.od-main,.od-side{display:grid;gap:14px}.od-card{background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a1a;border-radius:16px;padding:14px}@media(min-width:640px){.od-card{padding:16px}}.od-card__title{margin:0 0 12px;font-size:16px;font-weight:1000;color:#0f172a}.od-statusRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.od-status{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.25);font-weight:950;font-size:13px}.od-status__icon{height:18px;width:18px}.od-status__text{text-transform:capitalize}.od-status--yellow{background:#eab30829;border-color:#eab30840;color:#a16207}.od-status--blue{background:#2563eb24;border-color:#2563eb38;color:#1e40af}.od-status--orange{background:#f9731624;border-color:#f973163d;color:#9a3412}.od-status--indigo{background:#4f46e524;border-color:#4f46e53d;color:#312e81}.od-status--green{background:#16a34a24;border-color:#16a34a3d;color:#15803d}.od-status--purple{background:#9333ea24;border-color:#9333ea3d;color:#6b21a8}.od-status--red{background:#ef44441f;border-color:#ef444438;color:#991b1b}.od-status--gray{background:#94a3b82e;border-color:#94a3b838;color:#334155}.od-items{display:grid;gap:0px}.od-itemRow{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid rgba(148,163,184,.28)}.od-itemRow:last-child{border-bottom:0}.od-itemLeft{display:flex;align-items:center;gap:12px}.od-itemIconWrap{height:48px;width:48px;border-radius:12px;background:#94a3b81f;display:grid;place-items:center}.od-itemIcon{height:22px;width:22px;color:#94a3b8}.od-itemName{margin:0;font-size:13px;font-weight:1000;color:#0f172a}.od-itemMeta{margin:6px 0 0;font-size:12px;font-weight:850;color:#64748b}.od-itemRight{font-weight:1000;color:#0f172a;font-size:13px}.od-summary{display:grid;gap:10px}.od-summaryRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.od-summaryDivider{height:1px;background:#94a3b847;margin:2px 0}.od-summaryRow--total{padding-top:2px}.od-totalLabel,.od-totalValue{font-size:15px;font-weight:1000;color:#0f172a}.od-muted{color:#64748b;font-weight:850;font-size:13px}.od-strong{font-weight:950;color:#0f172a;font-size:13px}.od-cap{text-transform:capitalize}.od-info{display:grid;gap:10px}.od-infoRow{display:flex;align-items:center;gap:10px}.od-infoRow--top{align-items:flex-start}.od-infoIcon{height:18px;width:18px;color:#94a3b8}.od-infoIcon--top{margin-top:2px}.od-infoText{font-weight:900;font-size:13px;color:#0f172a}.od-starIcon{height:18px;width:18px;color:#eab308}.od-notes{margin-top:6px}.od-notes__text{margin:6px 0 0;font-size:13px;font-weight:850;color:#0f172a}.od-btn{border:1px solid rgba(148,163,184,.28);background:#ffffffe6;color:#0f172a;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:950;font-size:13px;display:inline-flex;align-items:center;gap:8px;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.od-btn:hover{background:#f8fafc;box-shadow:0 10px 22px #0f172a1a}.od-btn:disabled{opacity:.6;cursor:not-allowed}.od-btn__icon{height:16px;width:16px}.od-btn--primary{border-color:#2563eb40;background:#2563eb;color:#fff}.od-btn--primary:hover{background:#1d4ed8}.od-btn--purple{border-color:#9333ea40;background:#9333ea;color:#fff}.od-btn--purple:hover{background:#7e22ce}.od-btn--ghost{background:#ffffffe6}.od-emptyMini{text-align:center;padding:12px 0}.od-emptyMini__icon{height:34px;width:34px;color:#94a3b8}.od-emptyMini__text{margin:8px 0 6px;font-size:13px;font-weight:850;color:#64748b}.od-linkBtn{border:0;background:transparent;cursor:pointer;color:#2563eb;font-weight:950;font-size:13px}.od-linkBtn:hover{color:#1d4ed8;text-decoration:underline}.od-modal{position:fixed;inset:0;background:#4b55638c;display:grid;place-items:start center;padding:80px 14px 20px;z-index:50}.od-modal__card{width:min(420px,100%);background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:14px;box-shadow:0 24px 60px #0f172a38;padding:16px}.od-modal__title{margin:0 0 14px;font-size:16px;font-weight:1000;color:#0f172a}.od-field{margin-bottom:14px}.od-label{display:block;margin-bottom:8px;font-size:13px;font-weight:900;color:#334155}.od-select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.55);outline:none;font-size:13px;font-weight:900;background:#fff}.od-select:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f624}.od-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.helpers{display:grid;gap:22px}.glass{background:#ffffffc7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 36px #0f172a1f}.helpers__error{border-radius:14px;padding:14px 16px;color:#991b1b;border-color:#ef444438;background:linear-gradient(0deg,#ef44440f,#ef44440f),#ffffffc7}.helpers__errorRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.helpers__errorText{font-weight:800;font-size:14px}.helpers__errorClose{border:0;background:transparent;font-size:18px;font-weight:900;color:#991b1be6;cursor:pointer}.helpers__header{display:flex;flex-direction:column;gap:14px}@media(min-width:640px){.helpers__header{flex-direction:row;align-items:center;justify-content:space-between}}.helpers__title{margin:0;font-size:26px;font-weight:950;letter-spacing:-.4px;color:#0f172a}.helpers__subtitle{margin:6px 0 0;font-size:14px;font-weight:700;color:#64748b}.helpers__socketWarn{margin:8px 0 0;display:inline-flex;align-items:center;gap:8px;color:#dc2626;font-size:13px;font-weight:800}.helpers__socketWarnIcon{height:16px;width:16px}.helpers__headerRight{display:flex;gap:12px;flex-wrap:wrap}.helpers__btn{border:0;border-radius:14px;padding:12px 16px;font-size:14px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:transform .16s ease,filter .16s ease,opacity .16s ease;color:#fff}.helpers__btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;filter:none!important}.helpers__btnIcon{height:18px;width:18px}.is-spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.helpers__btn--primary{background:linear-gradient(90deg,#3b82f6,#6366f1)}.helpers__btn--success{background:linear-gradient(90deg,#22c55e,#10b981)}.helpers__stats{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:640px){.helpers__stats{grid-template-columns:repeat(3,1fr)}}.helpers__stat{border-radius:18px;padding:16px;cursor:pointer;transition:box-shadow .2s ease}.helpers__statRow{display:flex;align-items:center;justify-content:space-between}.helpers__statLeft{display:flex;align-items:center;gap:12px}.helpers__statIconBox{padding:12px;border-radius:14px;transition:transform .16s ease}.helpers__stat:hover .helpers__statIconBox{transform:scale(1.06)}.helpers__statLabel{margin:0;font-size:13px;font-weight:800;color:#64748b}.helpers__statValue{margin:4px 0 0;font-size:24px;font-weight:950;color:#0f172a}.helpers__statIcon{height:22px;width:22px}.helpers__statIconBox--blue{background:#3b82f61a}.helpers__statIcon--blue{color:#2563eb}.helpers__statIconBox--green{background:#22c55e1a}.helpers__statIcon--green{color:#16a34a}.helpers__statIconBox--gray{background:#94a3b824}.helpers__statIcon--gray{color:#475569}.helpers__filters{border-radius:18px;padding:16px}.helpers__filtersRow{display:flex;flex-direction:column;gap:12px}@media(min-width:1024px){.helpers__filtersRow{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}}.helpers__search{position:relative;flex:1 1 auto;max-width:720px}.helpers__searchIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);height:18px;width:18px;color:#94a3b8}.helpers__searchInput{width:100%;border-radius:14px;border:1px solid rgba(15,23,42,.1);background:#ffffffd9;padding:12px 14px 12px 42px;outline:none;font-size:14px;font-weight:750;color:#0f172a;transition:box-shadow .16s ease,border-color .16s ease}.helpers__searchInput:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.helpers__selectWrap{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(15,23,42,.1);background:#ffffffd9;width:fit-content}.helpers__selectIcon{height:18px;width:18px;color:#94a3b8}.helpers__select{border:0;outline:none;background:transparent;font-size:14px;font-weight:850;color:#334155;cursor:pointer}.helpers__list{border-radius:18px;overflow:hidden}.helpers__empty{padding:44px 18px;text-align:center}.helpers__emptyIconBox{height:72px;width:72px;border-radius:999px;display:grid;place-items:center;margin:0 auto 12px}.helpers__emptyIconBox--blue{background:#3b82f61a}.helpers__emptyIconBox--gray{background:#94a3b824}.helpers__emptyIcon{height:32px;width:32px;color:#64748b}.helpers__emptyText{font-weight:800;color:#475569;margin:0}.helpers__emptyTitle{margin:8px 0 0;font-size:18px;font-weight:950;color:#0f172a}.helpers__emptyDesc{margin:10px auto 0;max-width:560px;font-size:13px;font-weight:750;color:#64748b;line-height:1.5}.helpers__btnInline{margin-top:14px;border:0;border-radius:12px;padding:10px 12px;background:#2563eb;color:#fff;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.helpers__btnInlineIcon{height:16px;width:16px}.helpers__tableWrap{overflow-x:auto}.helpers__table{width:100%;min-width:720px;border-collapse:collapse}.helpers__table thead th{text-align:left;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-weight:900;padding:14px 16px;background:linear-gradient(90deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(15,23,42,.08)}.helpers__tr td{padding:16px;border-bottom:1px solid rgba(15,23,42,.06);background:#fff9;transition:background .18s ease}.helpers__tr:hover td{background:#ffffffdb}.helpers__cellUser{display:flex;align-items:center;gap:12px}.helpers__avatar{height:40px;width:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#e9d5ff,#d8b4fe)}.helpers__avatarIcon{height:18px;width:18px;color:#9333ea}.helpers__name{font-size:14px;font-weight:950;color:#0f172a}.helpers__meta{margin-top:3px;font-size:12px;font-weight:800;color:#64748b}.helpers__phone{display:inline-flex;align-items:center;gap:6px;color:#0f172ae6;font-weight:800;font-size:13px}.helpers__phoneIcon{height:14px;width:14px;color:#64748b}.helpers__muted{color:#94a3b8;font-weight:800}.helpers__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid rgba(15,23,42,.08)}.helpers__badgeIcon{height:14px;width:14px}.helpers__badge--on{background:#22c55e1f;color:#166534;border-color:#22c55e38}.helpers__badge--off{background:#94a3b829;color:#334155;border-color:#94a3b840}.helpers__actions{display:inline-flex;gap:12px;flex-wrap:wrap}.helpers__action{border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-weight:900;font-size:13px;padding:6px 8px;border-radius:10px;transition:background .16s ease,transform .16s ease}.helpers__action:hover{background:#0f172a0f;transform:translateY(-1px)}.helpers__actionIcon{height:16px;width:16px}.helpers__action--view{color:#2563eb}.helpers__action--danger{color:#dc2626}.helpers__thHideMd,.helpers__tdHideMd{display:none}@media(min-width:768px){.helpers__thHideMd,.helpers__tdHideMd{display:table-cell}}.helpersModal{position:fixed;inset:0;z-index:80;background:#0f172a73;display:grid;place-items:start center;padding:72px 14px 24px}.helpersModal__card{width:min(420px,100%);background:#fffffff5;border:1px solid rgba(15,23,42,.1);border-radius:16px;box-shadow:0 26px 60px #0f172a38;padding:18px}.helpersModal__title{margin:0 0 12px;font-size:16px;font-weight:950;color:#0f172a}.helpersModal__field{display:grid;gap:8px;margin-bottom:14px}.helpersModal__label{font-size:12px;font-weight:900;color:#334155}.helpersModal__input{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.7);padding:12px;outline:none;font-size:14px;font-weight:750;color:#0f172a;transition:box-shadow .16s ease,border-color .16s ease}.helpersModal__input:focus{border-color:#3b82f6e6;box-shadow:0 0 0 4px #3b82f629}.helpersModal__hint{margin:0;font-size:12px;font-weight:700;color:#64748b;line-height:1.5}.helpersModal__text p{margin:0;font-size:13px;font-weight:750;color:#475569;line-height:1.55}.helpersModal__text .helpersModal__hint{margin-top:10px}.helpersModal__btnRow{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.helpersModal__btn{border:0;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:950;cursor:pointer;transition:transform .16s ease,opacity .16s ease,filter .16s ease}.helpersModal__btn:hover{transform:translateY(-1px);filter:brightness(.98)}.helpersModal__btn:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.helpersModal__btn--secondary{background:#fff;border:1px solid rgba(148,163,184,.7);color:#334155}.helpersModal__btn--success{background:#16a34a;color:#fff}.helpersModal__btn--danger{background:#dc2626;color:#fff}.settings-root{max-width:1024px;margin:0 auto;padding:0 16px}.settings-card{background:#ffffffc7;border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 18px 48px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden}.settings-cardBody{padding:18px}@media(min-width:640px){.settings-cardBody{padding:24px}}.settings-title{margin:0 0 18px;font-size:18px;font-weight:1000;color:#0f172a}.settings-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:640px){.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}.settings-section{border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#ffffffa8;padding:14px;box-shadow:0 10px 24px #0f172a0f}.settings-sectionHead{display:flex;align-items:center;gap:10px;margin-bottom:12px}.settings-ic{width:18px;height:18px;color:#94a3b8}.settings-sectionTitle{margin:0;font-size:13px;font-weight:1000;color:#0f172a}.settings-list{display:grid;gap:10px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-rowLabel{font-size:13px;font-weight:850;color:#374151}.settings-actions{display:grid;gap:10px}.settings-linkBtn{width:100%;text-align:left;background:transparent;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:900;color:#2563eb;transition:color .18s ease}.settings-linkBtn:hover{color:#1d4ed8}.settings-checkbox{width:18px;height:18px;border-radius:8px;accent-color:rgba(37,99,235,1);cursor:pointer}.settings-select{font-size:13px;font-weight:850;padding:6px 10px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:#ffffffdb;color:#0f172a;outline:none}.settings-select:focus{border-color:#2563eb99;box-shadow:0 0 0 3px #2563eb26}.settings-danger{margin-top:18px;padding-top:18px;border-top:1px solid rgba(148,163,184,.22)}.settings-dangerTitle{margin:0 0 12px;font-size:13px;font-weight:1000;color:#0f172a}.settings-dangerActions{display:grid;gap:10px}.settings-dangerBtn{width:fit-content;background:transparent;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:1000;color:#dc2626;transition:color .18s ease}.settings-dangerBtn:hover{color:#b91c1c}.layout-root{min-height:100vh;width:100%;background:radial-gradient(1200px 600px at 20% 10%,rgba(59,130,246,.1),transparent 55%),radial-gradient(900px 500px at 85% 20%,rgba(99,102,241,.1),transparent 60%),linear-gradient(135deg,#f8fafc,#f5f8ff 40%,#fbfbff)}.layout-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:0 12px 28px #0f172a14}.layout-nav--desktop{display:none}@media(min-width:768px){.layout-nav--desktop{display:block}}.layout-nav--mobile{display:block}@media(min-width:768px){.layout-nav--mobile{display:none}}.layout-nav__container{max-width:1280px;margin:0 auto;padding:0 16px}.layout-nav__row{height:64px;display:flex;align-items:center;justify-content:space-between}.layout-brand{display:flex;align-items:center;gap:12px}.layout-brand__logo{height:40px;width:40px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#7c3aed);display:grid;place-items:center;box-shadow:0 10px 18px #3b82f640}.layout-brand__logoIcon{height:22px;width:22px;color:#fff}.layout-brand__title{font-size:18px;line-height:1.1;font-weight:800;margin:0;letter-spacing:-.2px;background:linear-gradient(90deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;color:transparent}.layout-brand__subtitle{margin:2px 0 0;font-size:12px;font-weight:600;color:#64748b}.layout-links{display:flex;align-items:center;gap:6px}.layout-link{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:700;color:#475569;transition:transform .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.layout-link:hover{background:#0f172a0f;color:#0f172a;transform:translateY(-1px)}.layout-link--active{background:linear-gradient(90deg,#3b82f6,#7c3aed);color:#fff;box-shadow:0 16px 28px #3b82f638}.layout-link__icon{height:16px;width:16px}.layout-link__label{white-space:nowrap}.layout-actions{display:flex;align-items:center;gap:14px}.status-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;font-size:13px;font-weight:800;border:1px solid transparent;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,opacity .16s ease}.status-btn:hover{transform:translateY(-1px)}.status-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.status-btn__icon{height:16px;width:16px}.status-btn--open{background:#10b9811a;border-color:#10b98147;color:#047857}.status-btn--open:hover{background:#10b98129}.status-btn--closed{background:#ef44441a;border-color:#ef444447;color:#b91c1c}.status-btn--closed:hover{background:#ef444429}.conn-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;font-size:13px;font-weight:800;border:1px solid transparent}.conn-pill__icon{height:16px;width:16px}.conn-pill--on{background:#10b9811a;border-color:#10b98147;color:#047857}.conn-pill--off{background:#ef44441a;border-color:#ef444447;color:#b91c1c}.icon-btn{position:relative;height:40px;width:40px;border-radius:14px;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;color:#94a3b8;transition:background .16s ease,color .16s ease,transform .16s ease}.icon-btn:hover{background:#0f172a0f;color:#475569;transform:translateY(-1px)}.icon-btn__icon{height:20px;width:20px}.icon-btn__dot{position:absolute;top:8px;right:9px;height:10px;width:10px;background:#ef4444;border-radius:999px;box-shadow:0 0 0 2px #fff}.state-badge{padding:8px 12px;border-radius:14px;font-size:13px;font-weight:900;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 24px #0f172a14}.state-badge__row{display:flex;align-items:center;gap:8px}.state-badge__dot{height:8px;width:8px;border-radius:999px;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.55}}.state-badge--open{background:linear-gradient(90deg,#bbf7d0b3,#a7f3d08c);color:#065f46}.state-badge--closed{background:linear-gradient(90deg,#fecacab3,#fecdd38c);color:#991b1b}.dot--open{background:#22c55e}.dot--closed{background:#ef4444}.profile{display:flex;align-items:center;gap:10px;padding-left:14px;border-left:1px solid rgba(15,23,42,.08)}.profile__avatar{height:34px;width:34px;border-radius:12px;background:linear-gradient(135deg,#94a3b8,#64748b);display:grid;place-items:center}.profile__avatarIcon{height:16px;width:16px;color:#fff}.profile__meta{display:none}@media(min-width:1024px){.profile__meta{display:block;min-width:180px}}.profile__name{margin:0;font-size:13px;font-weight:900;color:#0f172a}.profile__email{margin:2px 0 0;font-size:12px;font-weight:700;color:#64748b;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-btn{height:38px;width:38px;border-radius:12px;border:0;background:transparent;color:#94a3b8;cursor:pointer;display:grid;place-items:center;transition:background .16s ease,color .16s ease,transform .16s ease}.logout-btn:hover{background:#ef44441a;color:#ef4444;transform:translateY(-1px)}.logout-btn__icon{height:16px;width:16px}.layout-mob__bar{padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.mob-icon-btn{height:40px;width:40px;border-radius:14px;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;color:#475569;transition:background .16s ease,transform .16s ease}.mob-icon-btn:hover{background:#0f172a0f;transform:translateY(-1px)}.mob-icon-btn__icon{height:24px;width:24px}.layout-mob__brand{display:flex;align-items:center;gap:10px}.layout-mob__logo{height:34px;width:34px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#7c3aed);display:grid;place-items:center}.layout-mob__logoIcon{height:18px;width:18px;color:#fff}.layout-mob__title{margin:0;font-size:16px;font-weight:900;color:#0f172a}.layout-mob__right{display:flex;align-items:center;gap:10px}.mob-state{padding:6px 10px;border-radius:12px;font-size:12px;font-weight:900}.mob-state--open{background:#10b98124;color:#047857}.mob-state--closed{background:#ef444424;color:#b91c1c}.layout-mob__menu{border-top:1px solid rgba(15,23,42,.08);background:#fffffffa;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.layout-mob__links{padding:14px;display:grid;gap:10px}.mob-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;text-decoration:none;font-size:14px;font-weight:800;color:#475569;transition:background .16s ease,transform .16s ease,color .16s ease}.mob-link:hover{background:#0f172a0f;transform:translateY(-1px);color:#0f172a}.mob-link--active{background:linear-gradient(90deg,#3b82f6,#7c3aed);color:#fff;box-shadow:0 16px 28px #3b82f638}.mob-link__icon{height:20px;width:20px}.layout-mob__footer{padding-top:6px;border-top:1px solid rgba(15,23,42,.08)}.mob-profile{display:flex;align-items:center;gap:12px;padding:10px 6px 0}.mob-profile__avatar{height:34px;width:34px;border-radius:12px;background:linear-gradient(135deg,#94a3b8,#64748b);display:grid;place-items:center}.mob-profile__avatarIcon{height:16px;width:16px;color:#fff}.mob-profile__meta{flex:1;min-width:0}.mob-profile__name{margin:0;font-size:13px;font-weight:900;color:#0f172a}.mob-profile__email{margin:2px 0 0;font-size:12px;font-weight:700;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mob-logout{height:38px;width:38px;border-radius:12px;border:0;background:transparent;color:#94a3b8;cursor:pointer;display:grid;place-items:center;transition:background .16s ease,color .16s ease,transform .16s ease}.mob-logout:hover{background:#ef44441a;color:#ef4444;transform:translateY(-1px)}.mob-logout__icon{height:16px;width:16px}.layout-main{padding-top:64px;min-height:calc(100vh - 64px);width:100%;overflow-y:auto}.layout-content{width:100%;max-width:1280px;margin:0 auto;padding:16px}@media(min-width:768px){.layout-content{padding:24px}}@media(min-width:1024px){.layout-content{padding:32px}}.i-white{color:#fff}.i-blue{color:#2563eb}.i-purple{color:#7c3aed}.i-green{color:#16a34a}.i-orange{color:#ea580c}.i-red{color:#dc2626}.i-indigo{color:#4f46e5}.i-gray{color:#4b5563}.notfound-root{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb}.notfound-card{text-align:center;background:#ffffffe6;padding:32px;border-radius:18px;box-shadow:0 18px 40px #0f172a1f}.notfound-title{font-size:48px;font-weight:1000;color:#0f172a;margin-bottom:12px}.notfound-text{font-size:14px;color:#475569;margin-bottom:18px}.notfound-btn{padding:10px 18px;border-radius:12px;border:none;background:#2563eb;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s ease,transform .15s ease}.notfound-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.notifWrap{position:fixed;top:16px;right:16px;z-index:50;width:min(380px,calc(100vw - 32px));display:grid;gap:10px}.glass{background:#ffffffc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 36px #0f172a1f}.notif{border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:14px;overflow:hidden}.notif__row{display:flex;align-items:flex-start;gap:12px}.notif__left{flex:0 0 auto;margin-top:2px}.notif__body{flex:1 1 auto;min-width:0}.notif__title{margin:0;font-size:13px;font-weight:900;letter-spacing:-.1px}.notif__message{margin:6px 0 0;font-size:13px;font-weight:700;opacity:.92;line-height:1.35}.notif__meta{margin:8px 0 0;font-size:12px;font-weight:800;opacity:.78}.notif__time{margin:10px 0 0;font-size:11px;font-weight:800;opacity:.6}.notif__close{flex:0 0 auto;height:34px;width:34px;border-radius:12px;border:0;background:transparent;cursor:pointer;display:grid;place-items:center;transition:background .16s ease,transform .16s ease,color .16s ease;color:#0f172a8c}.notif__close:hover{background:#0f172a0f;transform:translateY(-1px);color:#0f172acc}.notif__closeIcon{height:16px;width:16px}.notif__icon{height:20px;width:20px}.notif--success{border-color:#10b98140;color:#065f46;background:linear-gradient(0deg,#10b9810f,#10b9810f),#ffffffc7}.notif--error{border-color:#ef444440;color:#991b1b;background:linear-gradient(0deg,#ef44440f,#ef44440f),#ffffffc7}.notif--warning{border-color:#eab30847;color:#854d0e;background:linear-gradient(0deg,#eab30812,#eab30812),#ffffffc7}.notif--info{border-color:#3b82f640;color:#1e40af;background:linear-gradient(0deg,#3b82f60f,#3b82f60f),#ffffffc7}.notif--default{border-color:#94a3b859;color:#334155}.notif__icon--success{color:#10b981}.notif__icon--error{color:#ef4444}.notif__icon--warning{color:#eab308}.notif__icon--info{color:#3b82f6}.notif__icon--default{color:#64748b}@media(max-width:420px){.notifWrap{top:12px;right:12px;width:calc(100vw - 24px)}}
