*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0b1f3a;--navy-light:#0a1628;--blue:#1e88e5;--blue-light:#64b5f6;--green:#22c55e;--orange:#f59e0b;--red:#ef4444;--bg:#f0f4f8;--white:#fff;--border:#e2e8f0;--text-main:#0b1f3a;--text-muted:#6b7a8d;--font:"Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-mono:"Cascadia Code", "SFMono-Regular", Consolas, monospace;--sidebar-width:158px}*{box-sizing:border-box}html{height:100%}body{height:100%;font-family:var(--font);background:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0}#__next{height:100%}.app-shell{width:100%;min-height:100vh;display:flex;position:relative}.app-main{margin-left:var(--sidebar-width);min-height:100vh;width:calc(100% - var(--sidebar-width));background:radial-gradient(circle at 100% 0,#3b82f60f,#0000 24%),linear-gradient(#f8fbff 0%,#eef4fb 100%);flex:1;transition:margin-left .3s cubic-bezier(.4,0,.2,1);overflow-x:hidden}.sidebar{width:var(--sidebar-width);color:#fff;z-index:100;background:radial-gradient(circle at top,#2563eb24,#0000 18%),linear-gradient(#071326 0%,#051125 44%,#04101f 100%);border-right:1px solid #94a3b814;flex-direction:column;height:100vh;transition:width .25s;display:flex;position:fixed;inset:0 auto 0 0;overflow:hidden;box-shadow:10px 0 34px #02081775}.sidebar__brand{background:linear-gradient(#ffffff05,#fff0);border-bottom:1px solid #94a3b817;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:104px;padding:12px 10px 10px;display:flex}.sidebar__logo{object-fit:contain;width:auto;max-width:98px;height:auto}.sidebar__tagline{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:#bfdbfe6b;font-size:7.5px;line-height:1.35}.sidebar__nav{flex-direction:column;flex:1;gap:5px;padding:10px 8px 4px;display:flex;overflow-y:auto}.sidebar__item{color:#f1f5f9e6;border-radius:9px;align-items:center;gap:9px;min-height:34px;padding:0 11px;font-size:10.5px;font-weight:600;line-height:1;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.sidebar__item:hover{color:#fff;background:#3b82f61f}.sidebar__item--active{color:#fff;background:linear-gradient(#1765ff 0%,#0d55ea 100%);border-radius:9px;transform:translate(0);box-shadow:0 0 0 1px #bfdbfe1f,0 10px 24px #0d55ea57}.sidebar__item-icon{width:16px;height:16px;color:inherit;opacity:.95;flex:0 0 16px;justify-content:center;align-items:center;font-size:11px;display:inline-flex}.sidebar__item--active .sidebar__item-icon{background:#ffffff29;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex;box-shadow:0 6px 14px #0d55ea38}.sidebar__item--active .sidebar__item-label{color:#fff;font-weight:700}.sidebar__item-icon--quick{flex-basis:15px;width:15px}.sidebar__item-label{white-space:nowrap}.sidebar__section-divider{background:#94a3b81c;height:1px;margin:9px 14px}.sidebar__quick-actions{flex-direction:column;gap:6px;padding:0 8px 10px;display:flex}.sidebar__section-title{letter-spacing:.12em;text-transform:uppercase;color:#94a3b89e;padding:0 4px 3px;font-size:8.5px;font-weight:700}.sidebar__quick-action{color:#f1f5f9e6;background:#0f172a6b;border:1px solid #94a3b814;border-radius:8px;align-items:center;gap:8px;min-height:33px;padding:0 10px;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s;display:flex}.sidebar__quick-action:hover{color:#fff;background:#1e293bc2;border-color:#94a3b829}.sidebar__quick-action--accent{color:#fff;background:linear-gradient(#1765ff 0%,#0d55ea 100%);border-color:#60a5fa29}.sidebar__quick-action--accent:hover{background:linear-gradient(#2a73ff 0%,#1661ef 100%)}.sidebar__quick-action--success{color:#fff;background:linear-gradient(#16a34a 0%,#15803d 100%);border-color:#4ade8024}.sidebar__quick-action--success:hover{background:linear-gradient(#22b455 0%,#179148 100%)}.sidebar__quick-action--muted{background:#33415594;border-color:#94a3b814}.sidebar__quick-label{white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:700;overflow:hidden}.sidebar__footer{border-top:1px solid #94a3b81a;padding:11px 14px 13px}.sidebar__help{color:#e2e8f0cc;align-items:center;gap:7px;padding:0 2px 10px;font-size:10.5px;font-weight:600;display:flex}.sidebar__help-icon{border:1px solid #94a3b86b;border-radius:999px;flex:0 0 17px;justify-content:center;align-items:center;width:17px;height:17px;font-size:9px;display:inline-flex}.sidebar__version{color:#94a3b880;letter-spacing:.07em;align-items:center;gap:6px;font-size:9.5px;display:flex}.sidebar__version svg{font-size:10px}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50;background:#ffffffe0;border-bottom:1px solid #e5edf7;justify-content:space-between;align-items:center;min-height:66px;padding:10px 18px;display:flex;position:sticky;top:0;box-shadow:0 6px 26px #0f172a0a}.topbar__left{min-width:0}.topbar__title{color:#102544;letter-spacing:-.02em;font-size:17px;font-weight:800;line-height:1}.topbar__subtitle{color:#64748b;margin-top:4px;font-size:11px}.topbar__right{align-items:center;gap:10px;display:flex}.topbar__branch,.topbar__search,.topbar__notif,.topbar__user{background:#fffffff2;border:1px solid #dce5f2;box-shadow:0 8px 22px #0f172a0a}.topbar__branch{color:#334155;border-radius:9px;align-items:center;gap:6px;min-height:38px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.topbar__search{color:#7b889c;border-radius:9px;justify-content:flex-start;align-items:center;gap:8px;min-width:246px;min-height:38px;padding:0 12px;font-size:11px;font-weight:600;display:inline-flex}.topbar__notif{color:#475569;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:relative}.topbar__badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-3px;right:-3px}.topbar__user-wrapper{position:relative}.topbar__user{color:#102544;border-radius:10px;align-items:center;gap:10px;min-height:38px;padding:4px 9px 4px 5px;display:inline-flex}.topbar__avatar,.topbar__menu-avatar{color:#fff;background:linear-gradient(135deg,#f5b04e,#d97706);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:flex}.topbar__user-copy{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.topbar__user-name{color:#102544;text-overflow:ellipsis;white-space:nowrap;max-width:115px;font-size:11px;font-weight:800;line-height:1.3;overflow:hidden}.topbar__chevron{color:#94a3b8;transition:transform .2s}.topbar__chevron--open{transform:rotate(180deg)}.topbar__menu{background:#fff;border:1px solid #dde6f1;border-radius:14px;width:244px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.topbar__menu-header{background:#f8fbff;align-items:center;gap:12px;padding:14px 16px;display:flex}.topbar__menu-info{min-width:0}.topbar__menu-username{color:#102544;font-size:13px;font-weight:800}.topbar__menu-role{color:#64748b;margin-top:2px;font-size:11px}.topbar__menu-divider{background:#e5edf7;height:1px}.topbar__menu-item{color:#102544;text-align:left;background:#fff;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:12px;font-weight:700;display:flex}.topbar__menu-item--danger{color:#dc2626}.topbar__branch-wrap,.topbar__notif-wrap{position:relative}.topbar__user-role{color:#94a3b8;text-transform:capitalize;font-size:10px;line-height:1;display:block}.topbar__kbd{color:#94a3b8;white-space:nowrap;background:#f8fafc;border:1px solid #dce5f5;border-radius:4px;align-items:center;margin-left:6px;padding:1px 5px;font-size:10px;font-weight:700;display:inline-flex}.topbar__dropdown{z-index:500;background:#fff;border:1px solid #e5edf7;border-radius:12px;min-width:200px;animation:.18s cubic-bezier(.16,1,.3,1) slideUpIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #0f172a24}.topbar__dropdown-header{color:#64748b;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:800;display:flex}.topbar__dropdown-empty{color:#94a3b8;text-align:center;padding:18px 14px;font-size:12.5px}.topbar__dropdown-item{cursor:pointer;color:#334155;text-align:left;background:0 0;border:none;align-items:center;gap:9px;width:100%;padding:9px 14px;font-size:12.5px;font-weight:600;transition:background .15s;display:flex}.topbar__dropdown-item:hover{background:#f8fafc}.topbar__dropdown-item--active{color:#1d4ed8;background:#eff6ff}.topbar__dropdown-check{color:#3b82f6;margin-left:auto}.topbar__dropdown--branch{min-width:220px}.topbar__dropdown--notif{min-width:300px;max-height:380px;right:0;overflow-y:auto}.topbar__notif-clear{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:700}.topbar__notif-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:10px;padding:10px 14px;transition:background .15s;display:flex}.topbar__notif-item:last-child{border-bottom:none}.topbar__notif-item:hover{background:#f8fafc}.topbar__notif-item--warn{background:#fffbeb}.topbar__notif-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.topbar__notif-body{flex:1}.topbar__notif-msg{color:#0f172a;font-size:12px;font-weight:600;line-height:1.4}.topbar__notif-time{color:#94a3b8;margin-top:2px;font-size:11px}.notifications-page{gap:18px;padding:20px;display:grid}.notifications-hero{background:radial-gradient(circle at 100% 0,#0ea5e92e,#0000 32%),linear-gradient(135deg,#fff,#f8fbff 48%,#eef6ff);border:1px solid #d9e8fb;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.notifications-hero h1{color:#0f172a;margin:4px 0 8px;font-size:28px;line-height:1.1}.notifications-hero p{color:#475569;max-width:720px;margin:0}.notifications-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#0ea5e9;font-size:11px;font-weight:700}.notifications-actions{flex-wrap:wrap;gap:10px;display:flex}.notifications-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.notifications-btn:disabled{opacity:.7;cursor:wait}.notifications-btn--light{color:#0f172a;background:#e2e8f0}.notifications-btn--dark{background:linear-gradient(135deg,#0f172a,#1d4ed8)}.notifications-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.notifications-stat{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 16px 30px #0f172a0d}.notifications-stat span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700;display:block}.notifications-stat strong{color:#0f172a;margin-top:10px;font-size:28px;display:block}.notifications-list{gap:12px;display:grid}.notifications-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 18px 35px #0f172a0a}.notifications-card--warning{background:linear-gradient(#fffef7,#fff);border-color:#fde68a}.notifications-card--critical{background:linear-gradient(#fff7f7,#fff);border-color:#fecaca}.notifications-card--read{opacity:.8}.notifications-card__top{justify-content:space-between;gap:12px;display:flex}.notifications-card__top h2{color:#0f172a;margin:0 0 6px;font-size:17px}.notifications-card__top p{color:#475569;margin:0}.notifications-card__meta{color:#64748b;flex-wrap:wrap;gap:10px;margin-top:12px;font-size:12px;display:flex}.notifications-card__meta a{color:#2563eb;font-weight:700}.notifications-pill{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:700}.notifications-empty,.notifications-error{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:10px;padding:18px;display:flex}.notifications-error{color:#b91c1c;background:#fff5f5;border-color:#fecaca}.notifications-spin{animation:.8s linear infinite notifications-spin}@keyframes notifications-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:900px){.notifications-hero{flex-direction:column}.notifications-summary{grid-template-columns:1fr}}.topbar__search-overlay{z-index:2000;justify-content:center;align-items:flex-start;padding-top:10vh;display:flex;position:fixed;inset:0}.topbar__search-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a73;position:absolute;inset:0}.topbar__search-modal{z-index:1;background:#fff;border-radius:14px;width:100%;max-width:560px;animation:.2s cubic-bezier(.16,1,.3,1) slideUpIn;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a38}.topbar__search-input-wrap{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:14px 16px;display:flex}.topbar__search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:600}.topbar__search-input::placeholder{color:#94a3b8;font-weight:500}.topbar__search-x{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.topbar__search-results{padding:12px}.topbar__search-hint{color:#94a3b8;text-align:center;padding:4px 4px 10px;font-size:12px}.topbar__search-shortcuts{flex-wrap:wrap;gap:6px;padding:4px;display:flex}.topbar__search-shortcut{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e5edf7;border-radius:7px;height:30px;padding:0 12px;font-size:12px;font-weight:700;transition:background .15s}.topbar__search-shortcut:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.topbar__date-wrap{position:relative}.topbar__datepicker{padding:0;overflow:visible!important}.topbar__date-presets{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:6px;padding:10px 12px 8px;display:flex}.topbar__date-preset{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #e5edf7;border-radius:6px;height:26px;padding:0 10px;font-size:11px;font-weight:700;transition:background .15s,color .15s}.topbar__date-preset:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.topbar__cal-nav{justify-content:space-between;align-items:center;padding:10px 14px 6px;display:flex}.topbar__cal-month{color:#0f172a;font-size:12.5px;font-weight:800}.topbar__cal-arrow{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e5edf7;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:16px;line-height:1;transition:background .15s;display:flex}.topbar__cal-arrow:hover{color:#0f172a;background:#f1f5f9}.topbar__cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;padding:4px 10px 12px;display:grid}.topbar__cal-day-label{text-align:center;color:#94a3b8;text-transform:uppercase;padding:4px 0;font-size:10px;font-weight:800}.topbar__cal-day{aspect-ratio:1;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:11.5px;font-weight:600;transition:background .12s,color .12s;display:flex}.topbar__cal-day:hover{background:#f1f5f9}.topbar__cal-day--today{color:#2563eb;background:#eff6ff;font-weight:800}.topbar__cal-day--selected{color:#fff;background:#2563eb;font-weight:800}.topbar__cal-day--selected:hover{background:#1d4ed8}.sidebar__hamburger{z-index:110;color:#fff;cursor:pointer;background:linear-gradient(#081b35 0%,#06101f 100%);border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:none;position:fixed;top:16px;left:16px}.sidebar__hamburger:hover{background:linear-gradient(#0a1f3c 0%,#071220 100%);border-color:#fff3}.sidebar__overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}.sidebar--mobile-open{transform:translate(0)}.page{flex-direction:column;min-height:100vh;padding:0;display:flex}.page-body{flex:1;padding:24px}.dashboard-page{background:radial-gradient(circle at top,#ffffffe6,#ffffff8c 34%,#eef4fbe6 100%),linear-gradient(#f8fbff 0%,#eef4fb 100%);padding:22px 22px 28px}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.dashboard-header__left{min-width:0}.dashboard-header__title-row{align-items:center;gap:8px;display:flex}.dashboard-header__title-icon{color:#64748b;flex:none}.dashboard-header__title{color:#0f172a;font-size:28px;font-weight:800;line-height:1.1}.dashboard-header__subtitle{color:#64748b;margin-top:10px;font-size:13px;line-height:1.5}.dashboard-header__right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.dashboard-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dashboard-toolbar__control,.dashboard-toolbar__customize{color:#0f172a;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex;box-shadow:0 8px 22px #0f172a0f}.dashboard-toolbar__control{color:#334155;cursor:default}.dashboard-toolbar__customize{color:#2563eb;cursor:pointer;background:#fff;border-color:#d7e5fb;align-self:flex-end}.dashboard-toolbar__customize:hover,.dashboard-toolbar__control:hover,.dashboard-toolbar__control:hover{background:#f8fbff}.dashboard-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-bottom:20px}.dashboard-stat-card{border-radius:16px;align-items:center;min-height:108px;padding:16px;box-shadow:0 10px 26px #0f172a0f}.dashboard-stat-card__content{min-width:0}.dashboard-grid{gap:18px;display:grid}.dashboard-grid--top,.dashboard-grid--tables{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.dashboard-panel{border-radius:16px;box-shadow:0 14px 34px #0f172a0f}.dashboard-panel .table-card__header{padding:16px 18px}.dashboard-panel__meta{color:#64748b;font-size:11px;font-weight:700}.dashboard-panel__meta--red{color:#ef4444}.dashboard-panel__headline{padding:0 18px 2px}.dashboard-panel__headline-value{color:#0f172a;font-size:29px;font-weight:800;line-height:1.1}.dashboard-chart{width:100%;min-width:0;min-height:0}.dashboard-chart__placeholder{background:linear-gradient(#fbfdff 0%,#f4f8fc 100%);border:1px dashed #dbe5f1;border-radius:14px;width:100%;height:100%}.dashboard-chart__placeholder--round{border-radius:999px;width:170px;height:170px;margin:12px auto 0}.dashboard-chart--line{height:220px;padding:8px 12px 12px 8px}.dashboard-chart--pie{height:220px;padding:14px 10px 8px 16px}.dashboard-chart--bar{height:200px;padding:10px 12px 4px}.dashboard-category-layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr);align-items:center;gap:6px;min-width:0;display:grid}.dashboard-pie-legend{color:#475569;flex-direction:column;gap:10px;padding:8px 18px 18px 0;font-size:11.5px;display:flex}.dashboard-pie-legend__item{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;display:grid}.dashboard-pie-legend__name{color:#0f172a;min-width:0;font-weight:600}.dashboard-pie-legend__amount{color:#64748b;font-weight:700}.dashboard-pie-legend__dot{border-radius:999px;flex:0 0 9px;width:9px;height:9px}.dashboard-comparison{flex-direction:column;gap:10px;padding:4px 18px 18px;display:flex}.dashboard-comparison__row{justify-content:space-between;align-items:center;gap:12px;font-size:11.5px;display:flex}.dashboard-comparison__row--muted .dashboard-comparison__value{color:#94a3b8}.dashboard-comparison__label{color:#475569;font-weight:600}.dashboard-comparison__value{color:#0f172a;font-weight:700}.dashboard-comparison__note{color:#16a34a;font-size:12px;font-weight:700}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table tbody td{vertical-align:middle;border-bottom:1px solid #edf2f7;padding:14px 18px}.dashboard-table tbody tr:last-child td{border-bottom:none}.dashboard-table__index{color:#94a3b8;width:56px;font-size:12px;font-weight:700}.dashboard-table__index--blue{color:#1e88e5}.dashboard-table__item{color:#0f172a;font-weight:600}.dashboard-item-cell{align-items:center;gap:10px;min-width:0;display:flex}.dashboard-item-cell__avatar{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #dbeafe;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:inline-flex}.dashboard-item-cell__avatar--alert{color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.dashboard-table__qty{color:#64748b;font-size:12.5px}.dashboard-table__amount{color:#0f172a;text-align:right;font-weight:700}.dashboard-table--transactions .dashboard-table__amount{color:#0f172a}.dashboard-low-stock{flex-direction:column;display:flex}.dashboard-low-stock__row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.dashboard-low-stock__row:last-child{border-bottom:none}.dashboard-low-stock__item{color:#0f172a;align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.dashboard-low-stock__badge{color:#ef4444;background:#fee2e2;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.dashboard-summary{border-radius:14px}.dashboard-summary__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;padding:12px 18px;display:grid}.dashboard-summary__item{text-align:left;align-items:center;gap:12px;padding:16px 12px;display:flex}.dashboard-summary__item+.dashboard-summary__item{border-left:1px solid #edf2f7}.dashboard-summary__icon{border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;margin:0;display:flex}.dashboard-summary__value{font-size:24px;font-weight:800;line-height:1.1}.dashboard-summary__label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:0;font-size:11px;font-weight:700}.dashboard-empty-note{color:#64748b;padding:12px 18px;font-size:12px}.dashboard-empty-note--padded{padding:16px 18px}@media (max-width:1280px){.dashboard-grid--top,.dashboard-grid--tables,.dashboard-category-layout{grid-template-columns:1fr}.dashboard-summary__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-summary__item+.dashboard-summary__item{border-left:0}}@media (max-width:768px){.dashboard-page{padding:16px}.dashboard-stats,.dashboard-summary__grid{grid-template-columns:1fr 1fr}.dashboard-chart--line,.dashboard-chart--pie,.dashboard-chart--bar{height:210px}.dashboard-header{flex-direction:column}.dashboard-header__right{align-items:flex-start;width:100%}.dashboard-toolbar{width:100%}.dashboard-toolbar__control,.dashboard-toolbar__customize{justify-content:center;width:100%}.dashboard-category-layout{grid-template-columns:1fr}.dashboard-pie-legend{padding:0 16px 16px}.dashboard-summary__item{border-left:0!important}}.login-page{color:#fff;background-color:#0000;background-image:linear-gradient(125deg,#051330e0 0%,#081e49c2 44%,#07183cd6 100%),url(/images/wap_pos_abstract_background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;grid-template-columns:minmax(0,1.15fr) minmax(400px,.82fr);height:100dvh;min-height:100dvh;display:grid;position:relative;overflow:hidden}.login-page__hero,.login-page__form-wrap{z-index:1;min-height:100dvh;position:relative}.login-page__hero{flex-direction:column;justify-content:center;gap:16px;padding:clamp(22px,2.6vw,34px) 24px clamp(24px,2.8vw,34px) clamp(64px,8.5vw,108px);display:flex}.login-page__hero:before{content:"";clip-path:polygon(0 0,76% 0,50% 100%,0 100%);pointer-events:none;background:linear-gradient(135deg,#0c2a6338,#fff0 56%);position:absolute;inset:-4% 36% -6% -7%}.login-page__form-wrap{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:clamp(18px,2.6vw,30px) clamp(48px,6vw,82px) 22px 8px;display:flex}.login-page__bg-shape{pointer-events:none;border-radius:40px;position:absolute}.login-page__bg-shape--one{clip-path:polygon(0 0,70% 0,47% 100%,0 100%);background:linear-gradient(135deg,#ffffff08,#fff0 62%);width:59%;height:100%;inset:0 auto 0 0}.login-page__bg-shape--two{opacity:.22;filter:none;background-image:radial-gradient(#70a7ff2e 1px,#0000 1px);background-size:10px 10px;width:250px;height:160px;inset:5.5% auto auto 41%}.login-page__brand-card{width:fit-content;margin-bottom:0;transform:translate(-4px)}.login-page__logo{width:clamp(305px,32vw,450px);height:auto}.login-page__eyebrow{color:#ffffffc7;letter-spacing:.18em;font-size:11px;font-weight:700}.login-page__hero-copy{max-width:350px;margin-top:2px;margin-left:50px}.login-page__hero-copy h1{color:#fff;margin-top:0;font-size:clamp(18px,2vw,21px);font-weight:800;line-height:1.22}.login-page__lead{color:#86ace3;max-width:320px;margin-top:8px;font-size:13.5px;line-height:1.58}.login-page__features{gap:12px;margin-top:18px;display:grid}.login-page__feature{align-items:center;gap:16px;display:flex}.login-page__feature-icon{color:#fff;background:#235bc46b;border-radius:7px;flex:0 0 32px;width:32px;height:32px;padding:0;line-height:0;display:block;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px #ffffff1a}.login-page__feature-glyph{width:18px;height:18px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-page__feature-glyph--cart{transform:translate(calc(-50% - .5px),calc(-50% - .5px))}.login-page__feature-glyph--boxes{transform:translate(-50%,calc(-50% - .5px))}.login-page__feature-glyph--users{transform:translate(calc(-50% - .25px),calc(-50% - .75px))}.login-page__feature-glyph--chart{width:16px;height:16px;transform:translate(calc(-50% - .1px),calc(-50% - .1px))}.login-page__feature>div{flex-direction:column;justify-content:center;min-height:32px;display:flex}.login-page__feature strong{color:#fff;font-size:14px;font-weight:700;line-height:1.15;display:block}.login-page__feature span{color:#84abdf;margin-top:4px;font-size:12px;line-height:1.35;display:block}.login-card{color:#0f172a;background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #ffffffa6;border-radius:12px;width:min(100%,412px);min-height:430px;padding:38px 28px 30px;transform:translate(10px);box-shadow:0 22px 56px #02081742}.login-card__header{text-align:center}.login-card__header h2{color:#15214a;font-size:22px;font-weight:800;line-height:1.2}.login-card__header p{color:#7181a1;margin-top:8px;font-size:14px}.login-form{flex-direction:column;gap:15px;margin-top:30px;display:flex}.login-form__field{flex-direction:column;gap:6px;display:flex}.login-form__label{color:#304066;margin-bottom:2px;font-size:12px;font-weight:700}.login-form__input-wrap{background:#fff;border:1px solid #d9e1ee;border-radius:7px;align-items:center;gap:10px;height:40px;padding:0 12px;display:flex;position:relative;box-shadow:inset 0 1px #fffc}.login-form__input-wrap:focus-within{border-color:#1e88e5;box-shadow:0 0 0 3px #1e88e51f}.login-form__icon{color:#6f7f9f;flex:none}.login-form__input-wrap input{font:inherit;color:#0f172a;background:0 0;border:0;outline:none;width:100%;font-size:13px}.login-form__input-wrap input::placeholder{color:#8b99b3;font-size:12.5px}.login-form__visibility{color:#7482a0;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.login-form__row{justify-content:space-between;align-items:center;gap:12px;margin-top:-2px;font-size:11px;display:flex}.login-form__remember{color:#304066;align-items:center;gap:7px;font-weight:600;display:inline-flex}.login-form__remember input{accent-color:#1e88e5;width:12px;height:12px}.login-form__link{color:#1e88e5;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.login-form__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:12px}.login-form__submit,.login-form__secondary{cursor:pointer;height:38px;font:inherit;border:0;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.login-form__submit{color:#fff;background:linear-gradient(#1e67f0 0%,#0f4fe4 100%);margin-top:4px;box-shadow:0 10px 20px #0f4fe43d}.login-form__submit:disabled{opacity:.78;cursor:progress}.login-form__divider{text-align:center;color:#7b8aa8;margin:0;font-size:11px;font-weight:600;position:relative}.login-form__divider:before,.login-form__divider:after{content:"";background:#dbe3ef;width:calc(50% - 18px);height:1px;position:absolute;top:50%}.login-form__divider:before{left:0}.login-form__divider:after{right:0}.login-form__secondary{color:#243255;background:#fff;border:1px solid #d7deea}.login-form__footer{text-align:center;color:#51607e;margin-top:2px;font-size:11.5px;line-height:1.6}.login-page__footer{color:#a8bfe4d1;flex-direction:column;align-items:center;gap:1px;margin-top:6px;font-size:10.5px;line-height:1.42;display:flex;transform:translate(10px)}@media (max-width:1100px){.login-page{grid-template-columns:1fr;height:auto;min-height:100dvh}.login-page__hero{text-align:center;align-items:center;min-height:auto;padding:34px 24px 18px}.login-page__hero-copy{max-width:640px;margin-top:0;margin-left:0}.login-page__form-wrap{min-height:auto;padding:12px 24px 28px}.login-card,.login-page__footer{transform:none}}@media (max-width:640px){.login-card{width:100%;padding:28px 20px 22px}.login-page__hero-copy h1{font-size:20px}.login-page__features{width:100%}}.pos-page{background:radial-gradient(circle at 0 0,#3b82f614,#0000 22%),radial-gradient(circle at 100% 0,#22c55e0a,#0000 18%),linear-gradient(#f8fbff 0%,#eef4fb 100%);min-height:100vh;padding:14px}.pos-shell{position:relative}.pos-surface{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border:1px solid #dce4f0f5;border-radius:24px;padding:16px;box-shadow:0 22px 48px #0f172a14}.pos-header{justify-content:space-between;align-items:center;gap:16px;padding:6px 6px 18px;display:flex}.pos-header__title-wrap,.pos-header__actions,.pos-chip,.pos-btn,.pos-search,.pos-search__scan,.pos-toolbar__trash,.pos-tab,.pos-panel__link,.pos-cart__clear,.pos-stepper button,.pos-field__prefix,.pos-pay-chip,.pos-pay-now,.pos-pagination__item,.pos-mobile-checkout button{justify-content:center;align-items:center;display:inline-flex}.pos-header__title-wrap{gap:12px}.pos-header__copy{flex-direction:column;gap:4px;display:flex}.pos-header__eyebrow{color:#1d4ed8;letter-spacing:.12em;text-transform:uppercase;background:#dbeafeeb;border-radius:999px;align-self:flex-start;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.pos-header__icon{color:#2563eb;background:linear-gradient(#eff6ff 0%,#dbeafe 100%);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:0 10px 20px #2563eb1f}.pos-header__title{letter-spacing:-.04em;color:#16213c;font-size:29px;font-weight:800}.pos-header__subtitle{color:#7b8798;margin-top:2px;font-size:12.5px;font-weight:500}.inventory-page{background:radial-gradient(circle at 100% 0,#fffffffa,#f6f9fdf2 42%,#ecf2f9f0 100%),linear-gradient(#f8fbff 0%,#edf3fa 100%);padding:18px}.inventory-shell{flex-direction:column;gap:16px;display:flex}.inventory-header,.inventory-toolbar,.inventory-header__title-group,.inventory-header__actions,.inventory-search,.inventory-toolbar__filters,.inventory-toolbar__actions,.inventory-row-actions,.inventory-detail-card__title-row,.inventory-detail-card__actions,.inventory-overview,.inventory-overview__legend-row,.inventory-top-row,.inventory-alert-row,.inventory-pagination,.inventory-table-footer,.inventory-form__footer,.inventory-form__footer-actions,.inventory-modal__header,.inventory-overview__legend-group{align-items:center;display:flex}.inventory-header,.inventory-panel,.inventory-mini-card{background:#ffffffeb;border:1px solid #dce4eef2;border-radius:18px;box-shadow:0 18px 36px #0f172a0f}.inventory-header{justify-content:space-between;gap:20px;padding:14px 18px}.inventory-header__title-group{gap:12px}.inventory-header__icon{color:#2563eb;background:linear-gradient(#eef5ff 0%,#dfeafe 100%);border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex;box-shadow:inset 0 1px #ffffffe6}.inventory-header__title{letter-spacing:-.03em;color:#14213d;font-size:28px;font-weight:800}.inventory-header__subtitle{color:#7a8798;margin-top:4px;font-size:12.5px;font-weight:500}.inventory-header__actions{gap:10px}.inventory-control,.inventory-search,.inventory-action,.inventory-icon-button,.inventory-pagination__button{color:#19324f;font:inherit;background:#fff;border:1px solid #dfe7f1;border-radius:10px}.inventory-control{outline:none;min-width:140px;height:40px;padding:0 14px;font-size:12.5px;font-weight:600}.inventory-control--branch{min-width:160px}.inventory-search{color:#7b8798;gap:8px;width:min(340px,100%);height:40px;padding:0 12px}.inventory-search input{color:#19324f;width:100%;font:inherit;background:0 0;border:0;outline:none}.inventory-panel{padding:14px}.inventory-toolbar{flex-wrap:wrap;justify-content:space-between;gap:14px;padding-bottom:12px}.inventory-toolbar__filters,.inventory-toolbar__actions{flex-wrap:wrap;gap:10px}.inventory-action{cursor:pointer;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex}.inventory-action--light{background:#fff}.inventory-action--primary{color:#fff;background:linear-gradient(#2a7bf8 0%,#145be3 100%);border-color:#0000;box-shadow:0 12px 20px #145be333}.inventory-action--danger{color:#fff;background:linear-gradient(#ff6b6b 0%,#ef4444 100%);border-color:#0000;box-shadow:0 12px 20px #ef444433}.inventory-action--danger-light{color:#e11d48;background:#fff1f2;border-color:#fecdd3}.inventory-content-grid{grid-template-columns:minmax(0,1.7fr) minmax(280px,.72fr);gap:14px;display:grid}.inventory-table-card,.inventory-detail-card{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e6edf5;border-radius:16px}.inventory-table-wrap{overflow-x:auto}.inventory-table{border-collapse:collapse;width:100%;min-width:860px}.inventory-table th,.inventory-table td{text-align:left;color:#334155;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:13px 12px;font-size:12px}.inventory-table th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:800}.inventory-table tbody tr{cursor:pointer;transition:background .18s}.inventory-table tbody tr:hover,.inventory-table__row--active{background:#f8fbff}.inventory-table__mono,.inventory-detail-grid__mono{font-family:var(--font-mono);font-size:11.5px}.inventory-item-cell{align-items:center;gap:10px;display:flex}.inventory-item-cell__thumb{color:#94a3b8;background:linear-gradient(#fafcff 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;overflow:hidden}.inventory-item-cell__image,.inventory-detail-card__image{object-fit:cover;width:100%;height:100%}.inventory-item-cell__name{color:#14213d;font-size:12.5px;font-weight:700}.inventory-item-cell__meta{color:#94a3b8;margin-top:3px;font-size:11px}.inventory-status{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;min-width:84px;padding:6px 10px;font-size:10.5px;font-weight:800;display:inline-flex}.inventory-status--in-stock{color:#15803d;background:#dcfce7}.inventory-status--low-stock{color:#b45309;background:#fef3c7}.inventory-status--out-of-stock{color:#dc2626;background:#fee2e2}.inventory-status--inactive{color:#475569;background:#e2e8f0}.inventory-row-actions{gap:8px}.inventory-icon-button--danger{color:#dc2626}.inventory-icon-button,.inventory-pagination__button{cursor:pointer;background:#fff;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.inventory-table-footer{color:#64748b;justify-content:space-between;gap:12px;padding:12px 14px;font-size:12px}.inventory-pagination{gap:8px}.inventory-pagination__current{color:#fff;background:#145be3;border-radius:10px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:12px;font-weight:800;display:inline-flex}.inventory-detail-card{overflow:hidden}.inventory-detail-card__header,.inventory-mini-card__header{color:#14213d;border-bottom:1px solid #edf2f7;padding:14px 16px;font-size:12px;font-weight:800}.inventory-detail-card__body{padding:16px}.inventory-detail-card__media{background:linear-gradient(#fafcff 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:16px;width:100%;height:180px;overflow:hidden}.inventory-detail-card__placeholder{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.inventory-detail-card__title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-top:16px}.inventory-detail-card__title-row h2{color:#14213d;font-size:20px}.inventory-detail-card__title-row p{color:#94a3b8;margin-top:4px;font-size:12px}.inventory-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin-top:16px;display:grid}.inventory-detail-grid div{flex-direction:column;gap:4px;display:flex}.inventory-detail-grid span,.inventory-detail-section__label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:10.5px;font-weight:800}.inventory-detail-grid strong{color:#14213d;font-size:12.5px}.inventory-detail-section{margin-top:18px}.inventory-chip-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.inventory-chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:700}.inventory-chip--muted{color:#64748b;background:#f1f5f9}.inventory-detail-card__actions{flex-wrap:wrap;gap:10px;margin-top:18px}.inventory-banner{border-radius:14px;padding:12px 14px;font-size:12.5px;font-weight:700}.inventory-banner--success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.inventory-banner--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.inventory-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.inventory-mini-card{overflow:hidden}.inventory-overview{align-items:stretch;gap:12px;padding:16px}.inventory-overview__chart{flex:0 0 180px;min-height:180px}.inventory-overview__legend{flex-direction:column;flex:1;gap:10px;display:flex}.inventory-overview__legend-row{color:#475569;justify-content:space-between;gap:10px;font-size:12px}.inventory-overview__legend-group{gap:8px}.inventory-overview__legend-dot{border-radius:999px;flex:0 0 10px;width:10px;height:10px}.inventory-mini-card__list{flex-direction:column;gap:12px;padding:14px 16px 16px;display:flex}.inventory-alert-row,.inventory-top-row{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:10px;padding-bottom:12px}.inventory-alert-row:last-child,.inventory-top-row:last-child{border-bottom:0;padding-bottom:0}.inventory-alert-row strong,.inventory-top-row strong{color:#14213d;font-size:12.5px;display:block}.inventory-alert-row span,.inventory-top-row span{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.inventory-alert-row__meta{text-align:right}.inventory-state,.inventory-empty,.inventory-overview__empty{color:#64748b;justify-content:center;align-items:center;gap:8px;font-size:12.5px;display:flex}.inventory-state{min-height:120px}.inventory-state--error{color:#b91c1c;background:#fef2f2;border-radius:12px;justify-content:flex-start;min-height:auto;margin:0 0 12px;padding:12px 14px}.inventory-empty{min-height:120px}.inventory-empty--detail{min-height:280px}.inventory-modal{z-index:120;justify-content:center;align-items:center;padding:28px 18px;display:flex;position:fixed;inset:0}.inventory-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a70;position:absolute;inset:0}.inventory-modal__panel{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0f2;border-radius:22px;width:min(1120px,100%);max-height:calc(100vh - 56px);position:relative;overflow:hidden;box-shadow:0 36px 80px #0f172a3d}.inventory-modal__header{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:16px;padding:18px 20px 14px}.inventory-modal__header h2{color:#14213d;font-size:22px}.inventory-modal__header p{color:#7b8798;margin-top:4px;font-size:12.5px}.inventory-modal__close{color:#475569;cursor:pointer;background:#fff;border:1px solid #dfe7f1;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.inventory-modal__tabs{flex-wrap:wrap;gap:8px;padding:14px 20px 0;display:flex}.inventory-modal__tab{color:#475569;height:36px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dfe7f1;border-radius:999px;padding:0 14px;font-size:12px;font-weight:700}.inventory-modal__tab--active{color:#fff;background:linear-gradient(#2a7bf8 0%,#145be3 100%);border-color:#0000}.inventory-form{flex-direction:column;max-height:calc(100vh - 180px);display:flex}.inventory-form__body{padding:20px;overflow:auto}.inventory-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.inventory-field{flex-direction:column;gap:8px;display:flex}.inventory-field span{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.inventory-field input,.inventory-field select,.inventory-field textarea{color:#14213d;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #dfe7f1;border-radius:12px;outline:none;padding:0 14px}.inventory-field input:disabled,.inventory-field select:disabled{color:#94a3b8;background:#f8fafc}.inventory-field--checks{background:#fbfdff;border:1px solid #dfe7f1;border-radius:14px;padding:14px}.inventory-check{color:#334155;align-items:center;gap:10px;margin-top:10px;font-size:13px;font-weight:600;display:flex}.inventory-check input{accent-color:#145be3;width:16px;height:16px}.inventory-compatibility{flex-direction:column;gap:14px;display:flex}.inventory-compatibility__summary{background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;padding:14px 16px}.inventory-compatibility__summary strong{color:#1d4ed8;font-size:13px;display:block}.inventory-compatibility__summary span{color:#475569;margin-top:4px;font-size:12px;display:block}.inventory-compatibility__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.inventory-compatibility__item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;display:flex}.inventory-compatibility__item input{accent-color:#145be3;margin-top:2px}.inventory-compatibility__item strong{color:#14213d;font-size:13px;display:block}.inventory-compatibility__item span{color:#7b8798;margin-top:4px;font-size:11.5px;display:block}.inventory-compatibility__item--active{background:#f8fbff;border-color:#93c5fd;box-shadow:inset 0 0 0 1px #bfdbfe}.inventory-images-tab{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:18px;display:grid}.inventory-images-tab__preview{background:linear-gradient(#fafcff 0%,#f1f5f9 100%);border:1px solid #dfe7f1;border-radius:18px;min-height:260px;overflow:hidden}.inventory-images-tab__image{object-fit:cover;width:100%;height:100%}.inventory-images-tab__placeholder{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;font-size:12px;display:flex}.inventory-images-tab__controls{flex-direction:column;gap:14px;display:flex}.inventory-upload{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px dashed #93c5fd;border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex}.inventory-upload input{display:none}.inventory-images-tab__hint{color:#7b8798;font-size:12px;line-height:1.6}.inventory-history-list{flex-direction:column;gap:14px;display:flex}.inventory-history-row{background:#fff;border:1px solid #e2e8f0;border-radius:16px;gap:12px;padding:14px;display:flex}.inventory-history-row__icon{color:#2563eb;background:#eff6ff;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.inventory-history-row__content strong{color:#14213d;font-size:13px;display:block}.inventory-history-row__content span,.inventory-history-row__content p{color:#64748b;margin-top:4px;font-size:12px;display:block}.inventory-form__footer{border-top:1px solid #edf2f7;justify-content:space-between;gap:14px;padding:16px 20px 20px}.inventory-form__footer-actions{gap:10px}@media (max-width:1280px){.inventory-content-grid,.inventory-bottom-grid{grid-template-columns:1fr}}@media (max-width:900px){.inventory-page{padding:14px}.inventory-header{flex-direction:column;align-items:stretch}.inventory-header__actions,.inventory-search,.inventory-search{width:100%}.inventory-detail-grid{grid-template-columns:1fr}.inventory-overview{flex-direction:column}.inventory-form__grid,.inventory-compatibility__list,.inventory-images-tab{grid-template-columns:1fr}}@media (max-width:640px){.inventory-toolbar__filters,.inventory-toolbar__actions,.inventory-control,.inventory-action{width:100%}.inventory-table-footer{flex-direction:column;align-items:flex-start}.inventory-modal{padding:12px}.inventory-modal__panel{max-height:calc(100vh - 24px)}.inventory-modal__header,.inventory-modal__tabs,.inventory-form__body,.inventory-form__footer{padding-left:14px;padding-right:14px}.inventory-form__footer{flex-direction:column;align-items:stretch}.inventory-form__footer-actions{flex-direction:column;width:100%}}.pos-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px}.pos-chip,.pos-btn{color:#334155;background:#fffffff5;border:1px solid #dbe5f0;border-radius:12px;gap:8px;height:41px;padding:0 14px;font-size:12.5px;font-weight:700;box-shadow:0 8px 20px #0f172a0a}.pos-chip--select{padding-right:10px;position:relative}.pos-chip--select select{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;outline:none;min-width:120px}.pos-btn--warn{color:#d99000;background:linear-gradient(#fff8ea 0%,#fff1d6 100%);border-color:#fde3a7}.pos-btn--ghost{color:#2563eb;border-color:#cfe0ff}.pos-toolbar{background:linear-gradient(#fffffff0 0%,#f8fbfffa 100%);border:1px solid #e4ebf3;border-radius:18px;grid-template-columns:minmax(260px,1.1fr) minmax(0,1.7fr) auto;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:grid;box-shadow:0 12px 28px #0f172a0d}.pos-search{background:#fff;border:1px solid #dce5ef;border-radius:14px;justify-content:flex-start;gap:10px;min-height:46px;padding:0 14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #0f172a0a}.pos-search svg{color:#8da0b8;flex:none}.pos-search input{min-width:0;font:inherit;color:#1e293b;background:0 0;border:0;outline:none;flex:1}.pos-search input::placeholder{color:#94a3b8}.pos-search__scan{color:#334155;background:#f5f8fc;border:0;border-radius:10px;width:32px;height:32px}.pos-tabs{scrollbar-width:none;align-items:center;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.pos-tabs::-webkit-scrollbar{display:none}.pos-tab{color:#3c4858;white-space:nowrap;background:#fff;border:1px solid #dce5f0;border-radius:11px;height:38px;padding:0 14px;font-size:12px;font-weight:700}.pos-tab--active{color:#fff;background:linear-gradient(#256cf4 0%,#1c5fe0 100%);border-color:#0000;box-shadow:0 10px 18px #2563eb38}.pos-tabs select,.pos-tabs input{color:#334155;min-height:38px;font:inherit;background:#fff;border:1px solid #dce5f0;border-radius:11px;outline:none;padding:0 12px;font-size:12px;font-weight:700}.pos-tabs input{min-width:110px}.pos-toolbar__trash{color:#64748b;background:#fff;border:1px solid #dce5f0;border-radius:12px;width:40px;height:40px}.pos-content{grid-template-columns:minmax(0,1.72fr) minmax(360px,.9fr);align-items:start;gap:16px;display:grid}.pos-left{min-width:0}.pos-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.pos-product-card,.pos-panel,.pos-cart{background:#fffffff2;border:1px solid #e5ecf3;border-radius:18px;box-shadow:0 12px 28px #0f172a0d}.pos-product-card{min-width:0;padding:12px;transition:transform .18s,box-shadow .18s}.pos-product-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0f172a17}.pos-product-card__media{color:#1f2937;border:1px solid #fffc;border-radius:14px;justify-content:center;align-items:center;height:114px;display:flex}.pos-product-card__image,.pos-cart__image{object-fit:contain;width:100%;height:100%}.pos-product-card__sku{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-top:10px;font-size:10px;font-weight:800}.pos-product-card__name{color:#0f172a;min-height:35px;margin-top:4px;font-size:13px;font-weight:700;line-height:1.35}.pos-product-card__meta{color:#64748b;flex-wrap:wrap;gap:6px;margin-top:6px;font-size:10px;font-weight:700;display:flex}.pos-product-card__meta span{background:#f8fafc;border:1px solid #e5edf5;border-radius:999px;padding:4px 8px}.pos-product-card__price{color:#0f172a;margin-top:8px;font-size:18px;font-weight:800}.pos-product-card__stock{color:#16a34a;margin-top:4px;font-size:11px;font-weight:700}.pos-pagination{justify-content:center;align-items:center;gap:8px;padding:14px 0 10px;display:flex}.pos-pagination__item{color:#475569;background:#fff;border:1px solid #dbe5f1;border-radius:9px;width:30px;height:30px;font-size:12px;font-weight:700}.pos-pagination__item--active{color:#fff;background:#2563eb;border-color:#2563eb}.pos-pagination__item--arrow{color:#2563eb}.pos-pagination__more{color:#94a3b8;font-weight:700}.pos-panel{margin-top:14px;padding:15px}.pos-status,.pos-empty-note{color:#64748b;background:linear-gradient(#fbfdff 0%,#f5f9fd 100%);border:1px dashed #dbe5f1;border-radius:14px;padding:16px;font-size:13px}.pos-status{align-items:center;gap:10px;margin-bottom:12px;display:flex}.pos-status--error{color:#b91c1c;background:#fff5f5;border-style:solid;border-color:#fecaca}.pos-spin{animation:.8s linear infinite pos-spin}@keyframes pos-spin{to{transform:rotate(360deg)}}.pos-panel__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.pos-panel__title{color:#0f172a;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:800}.pos-panel__link,.pos-panel__meta{color:#2563eb;background:0 0;border:0;font-size:11px;font-weight:700}.pos-recent-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.pos-recent-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e8eef5;border-radius:15px;align-items:center;gap:10px;min-width:0;padding:11px;display:flex}.pos-recent-card__icon,.pos-cart__thumb{color:#1f2937;border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.pos-recent-card__icon{width:44px;height:44px}.pos-recent-card__name{color:#0f172a;font-size:12px;font-weight:700}.pos-recent-card__price{color:#0f172a;margin-top:4px;font-size:12px;font-weight:800}.pos-bottom-grid{grid-template-columns:minmax(0,1.4fr) minmax(240px,.85fr);gap:12px;display:grid}.pos-transaction-table{flex-direction:column;display:flex}.pos-transaction-table__head,.pos-transaction-table__row{grid-template-columns:.92fr 1.1fr .9fr .78fr .95fr .9fr auto;align-items:center;gap:10px;display:grid}.pos-transaction-table__head{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;padding:0 0 10px;font-size:10px;font-weight:800}.pos-transaction-table__row{color:#334155;border-top:1px solid #edf2f7;padding:12px 0;font-size:12px}.pos-linkish{color:#2563eb;font-weight:700}.pos-summary-cards{gap:10px;display:grid}.pos-summary-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #ebf0f6;border-radius:16px;padding:14px}.pos-summary-card__icon{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:10px;display:inline-flex}.pos-summary-card__icon--blue{color:#2563eb;background:#e7f0ff}.pos-summary-card__icon--violet{color:#9333ea;background:#f3e8ff}.pos-summary-card__icon--orange{color:#f97316;background:#fff1e7}.pos-summary-card__label{color:#64748b;font-size:11px;font-weight:700}.pos-summary-card__value{color:#0f172a;margin-top:6px;font-size:22px;font-weight:800}.pos-cart{border-radius:20px;padding:18px;position:sticky;top:16px;box-shadow:0 18px 36px #0f172a14}.pos-cart__header,.pos-cart__table-head,.pos-cart__row,.pos-totals__row,.pos-totals__grand,.pos-payment-methods{align-items:center;display:grid}.pos-cart__header{grid-template-columns:minmax(0,1fr) auto;gap:10px}.pos-cart__header h2{color:#0f172a;letter-spacing:-.03em;font-size:24px;font-weight:800}.pos-cart__clear{color:#ef4444;background:0 0;border:0;justify-content:flex-end;gap:6px;font-size:11px;font-weight:700}.pos-cart__table-head{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;grid-template-columns:minmax(0,1.42fr) .7fr .8fr .78fr .82fr;gap:12px;padding:14px 2px 10px;font-size:10px;font-weight:800}.pos-cart__items{flex-direction:column;gap:10px;margin-top:2px;display:flex}.pos-cart__row{background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #e9eff6;border-radius:16px;grid-template-columns:minmax(0,1.42fr) .7fr .8fr .78fr .82fr;gap:12px;padding:12px}.pos-cart__item{gap:10px;min-width:0;display:flex}.pos-cart__thumb{border:1px solid #ffffffd9;width:46px;height:46px;overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.pos-cart__name{color:#111827;font-size:12px;font-weight:700;line-height:1.35}.pos-cart__sku{color:#94a3b8;margin-top:3px;font-size:10.5px}.pos-stepper{background:#fff;border:1px solid #dce5f0;border-radius:11px;justify-content:space-between;align-items:center;gap:6px;min-height:36px;padding:0 6px;display:inline-flex;box-shadow:inset 0 1px #fffc}.pos-stepper button{color:#475569;background:#f8fafc;border:0;border-radius:7px;width:22px;height:22px}.pos-stepper span,.pos-cart__price,.pos-cart__amount{color:#111827;font-size:12px;font-weight:700}.pos-cart__price,.pos-cart__amount{text-align:right;align-self:center}.pos-cart__form{gap:12px;padding:16px 0 18px;display:grid}.pos-field{gap:8px;display:grid}.pos-field>span{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:10.5px;font-weight:800}.pos-field__row{background:#fff;border:1px solid #dce5f0;border-radius:12px;align-items:center;min-height:42px;display:flex}.pos-field__prefix{color:#64748b;background:#f8fbff;border:0;border-right:1px solid #e4ebf3;border-radius:11px 0 0 11px;width:42px;height:42px}.pos-field input,.pos-field textarea,.pos-field select{width:100%;font:inherit;color:#0f172a;background:0 0;border:0;outline:none}.pos-field input{height:42px;padding:0 12px}.pos-field__row--select select{height:42px;font:inherit;color:#0f172a;cursor:pointer;background:0 0;padding:0 12px}.pos-field textarea{resize:vertical;border:1px solid #dce5f0;border-radius:11px;min-height:82px;padding:12px 14px}.pos-field textarea::placeholder{color:#94a3b8}.pos-totals{background:linear-gradient(#fbfdff 0%,#f7faff 100%);border-top:1px solid #edf2f7;border-radius:18px 18px 0 0;margin:0 -2px;padding:16px 14px 0}.pos-totals__row,.pos-totals__grand{grid-template-columns:minmax(0,1fr) auto;gap:12px}.pos-totals__row{color:#334155;padding:7px 0;font-size:13px}.pos-totals__row strong{color:#0f172a}.pos-totals__grand{border-top:1px solid #edf2f7;margin-top:8px;padding-top:14px}.pos-totals__grand span{color:#0f172a;font-size:16px;font-weight:800}.pos-totals__grand strong{color:#2563eb;letter-spacing:-.04em;font-size:38px;font-weight:900;line-height:1}.pos-customer-inline{color:#475569;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-top:14px;font-size:12px;display:grid}.pos-customer-inline strong{color:#0f172a}.pos-payment-methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:14px}.pos-pay-chip{color:#fff;border:0;border-radius:12px;gap:8px;min-height:46px;font-size:12px;font-weight:800;box-shadow:0 12px 24px #0f172a1a}.pos-pay-chip--cash{background:linear-gradient(#1ea74b 0%,#14853c 100%)}.pos-pay-chip--card{background:linear-gradient(#256cf4 0%,#1557d8 100%)}.pos-pay-chip--other{background:linear-gradient(#74839a 0%,#64748b 100%)}.pos-payment-methods--utility{grid-template-columns:1fr;padding-top:10px}.pos-payment-methods--utility .pos-btn{border-radius:12px;justify-content:center;width:100%;min-height:46px}.pos-pay-now{color:#fff;background:linear-gradient(#256cf4 0%,#1658d7 100%);border:0;border-radius:14px;gap:10px;width:100%;min-height:56px;margin-top:14px;font-size:17px;font-weight:800;box-shadow:0 18px 30px #2563eb40}.pos-pay-now:disabled,.pos-mobile-checkout button:disabled{opacity:.58;cursor:not-allowed;box-shadow:none}.pos-mobile-checkout{display:none}@media (max-width:1500px){.pos-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1280px){.pos-toolbar,.pos-content,.pos-bottom-grid{grid-template-columns:1fr}.pos-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-recent-list{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-cart{position:static}}@media (max-width:900px){.pos-page{padding:12px}.pos-surface{border-radius:18px;padding:12px}.pos-header{flex-direction:column;align-items:flex-start}.pos-header__title{font-size:24px}.pos-header__actions{justify-content:flex-start;width:100%}.pos-header__actions,.pos-toolbar{width:100%}.pos-chip,.pos-btn{min-width:0}.pos-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-transaction-table__head{display:none}.pos-transaction-table__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}}@media (max-width:640px){.pos-page{padding:0 0 88px}.pos-surface{border-left:0;border-right:0;border-radius:0;padding:14px 12px 18px}.pos-toolbar{gap:10px;padding:10px}.pos-search{order:1}.pos-tabs{order:2}.pos-toolbar__trash{display:none}.pos-product-grid,.pos-recent-list,.pos-bottom-grid{grid-template-columns:1fr}.pos-product-card__media{height:92px}.pos-cart{padding-bottom:92px}.pos-cart__header h2{font-size:22px}.pos-cart__table-head{display:none}.pos-cart__row{grid-template-columns:1fr;gap:10px}.pos-payment-methods{grid-template-columns:1fr}.pos-totals__grand strong{font-size:32px}.pos-mobile-checkout{z-index:70;color:#fff;background:#081b35f5;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 18px 40px #02081747}.pos-mobile-checkout__label{color:#ffffffb8;font-size:11px}.pos-mobile-checkout__value{margin-top:4px;font-size:22px;font-weight:800}.pos-mobile-checkout button{color:#fff;background:linear-gradient(#2c74ff 0%,#175be0 100%);border:0;border-radius:12px;min-width:128px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800}}.placeholder-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:14px;padding:60px 32px;box-shadow:0 2px 12px #0000000d}.placeholder-icon{width:72px;height:72px;color:var(--blue);background:linear-gradient(135deg,#e8f4ff,#dbeafe);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.placeholder-card h2{color:var(--navy);margin-bottom:8px;font-size:22px;font-weight:700}.placeholder-card p{color:var(--text-muted);max-width:420px;margin:0 auto 28px;font-size:14px;line-height:1.6}.badge{border-radius:20px;align-items:center;gap:5px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.badge--blue{color:#1e40af;background:#dbeafe}.badge--green{color:#166534;background:#dcfce7}.badge--orange{color:#92400e;background:#fef3c7}.badge--red{color:#991b1b;background:#fee2e2}.stats-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.purchasing-page{background:radial-gradient(circle at top,#fffffff0,#ffffffad 30%,#eff4fbeb 100%),linear-gradient(#f8fbff 0%,#eef4fb 100%);padding:22px}.purchasing-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.purchasing-header__copy{min-width:0}.purchasing-header__title-row{color:#2563eb;align-items:center;gap:10px;display:flex}.purchasing-header__title-row h1{color:#0f172a;font-size:28px;font-weight:800;line-height:1.1}.purchasing-header__copy p{color:#64748b;margin-top:8px;font-size:13px;line-height:1.5}.purchasing-stats{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px}.purchasing-stat-card{border-radius:16px;min-height:96px;padding:16px;box-shadow:0 10px 24px #0f172a0d}.purchasing-stat-card__content{min-width:0}.purchasing-layout{grid-template-columns:minmax(0,1.55fr) minmax(340px,.9fr);align-items:start;gap:18px;display:grid}.purchasing-board,.purchasing-form-card,.purchasing-mini-card,.purchasing-workflow{border-radius:16px;box-shadow:0 14px 34px #0f172a0f}.purchasing-tabs{align-items:center;gap:8px;padding:14px 16px 0;display:flex;overflow-x:auto}.purchasing-tab{color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:8px 2px 11px;font-size:12px;font-weight:700}.purchasing-tab--active{color:#2563eb;border-bottom-color:#2563eb}.purchasing-filters{grid-template-columns:1.15fr .8fr .7fr 1.2fr auto;gap:10px;padding:16px;display:grid}.purchasing-filter,.purchasing-search,.purchasing-input,.purchasing-input--static{color:#334155;min-height:40px;font-size:12px;font-weight:600;font-family:var(--font);background:#fff;border:1px solid #dde6f2;border-radius:10px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.purchasing-alert{border:1px solid #0000;border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:13px;font-weight:700}.purchasing-alert--success{color:#15803d;background:#ecfdf3;border-color:#bbf7d0}.purchasing-alert--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.purchasing-field-control{color:#334155;width:100%;min-height:40px;font-size:12px;font-weight:600;font-family:var(--font);background:#fff;border:1px solid #dde6f2;border-radius:10px;padding:0 12px}.purchasing-field-control:focus,.purchasing-note-control:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.purchasing-field-control--with-icon{align-items:center;gap:8px;padding-right:10px;display:flex}.purchasing-field-control--with-icon input{width:100%;color:inherit;font:inherit;background:0 0;border:0;outline:none}.purchasing-field-control--readonly{background:#f8fbff;align-items:center;gap:8px;display:flex}.purchasing-field-control--readonly strong{color:#0f172a;font-size:12px}.purchasing-field-control--compact{min-height:34px;padding:0 8px}.purchasing-note-control{color:#334155;width:100%;min-height:84px;font-size:12px;font-weight:500;font-family:var(--font);resize:vertical;background:#fff;border:1px solid #dde6f2;border-radius:12px;padding:12px}.purchasing-filter,.purchasing-search{justify-content:flex-start}.purchasing-filter--ghost{justify-content:center}.purchasing-search{color:#94a3b8}.purchasing-table-wrap{border-top:1px solid #edf2f7;border-bottom:1px solid #edf2f7;overflow-x:auto}.purchase-table{min-width:840px}.purchase-table__empty{text-align:center;color:#64748b;padding:18px 16px!important}.purchase-table__link{color:#2563eb;font-weight:700}.purchase-table__actions{align-items:center;gap:6px;display:flex}.purchase-table__actions button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #d8e4f4;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.purchase-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.purchase-status--draft{color:#475569;background:#e2e8f0}.purchase-status--pending{color:#ea580c;background:#ffedd5}.purchase-status--approved{color:#2563eb;background:#dbeafe}.purchase-status--ordered{color:#7c3aed;background:#ede9fe}.purchase-status--partial{color:#d97706;background:#fef3c7}.purchase-status--received{color:#16a34a;background:#dcfce7}.purchase-status--cancelled{color:#dc2626;background:#fee2e2}.purchasing-board__footer{color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:12px;display:flex}.purchasing-pagination{align-items:center;gap:6px;display:flex}.purchasing-pagination button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dde6f2;border-radius:8px;width:28px;height:28px;font-size:12px;font-weight:700}.purchasing-pagination .is-active{color:#fff;background:#2563eb;border-color:#2563eb}.purchasing-bottom-grid{grid-template-columns:1fr 1fr;gap:16px;padding:16px;display:grid}.purchasing-link-button{color:#2563eb;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.purchase-list,.supplier-rankings{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.purchase-list__row,.supplier-rankings__row{align-items:center;gap:10px;display:grid}.purchase-list__row{grid-template-columns:minmax(0,1fr) auto auto}.purchase-list__po{color:#2563eb;font-size:12px;font-weight:700}.purchase-list__supplier{color:#0f172a;margin-top:3px;font-size:12px;font-weight:600}.purchase-list__meta{text-align:right;color:#64748b;flex-direction:column;gap:4px;font-size:11px;display:flex}.purchase-list__meta strong{color:#0f172a;font-size:12px}.supplier-rankings__row{grid-template-columns:minmax(0,1fr) auto;padding:6px 0}.supplier-rankings__left{align-items:center;gap:10px;min-width:0;display:flex}.supplier-rankings__index{color:#2563eb;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-flex}.supplier-rankings__name{color:#0f172a;min-width:0;font-size:12px;font-weight:600}.supplier-rankings__row strong{color:#0f172a;font-size:12px}.purchase-workflow{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding:12px 16px 18px;display:grid}.purchase-workflow__step{padding:8px 8px 4px;position:relative}.purchase-workflow__step:not(:last-child):after{content:"";background:#cdd8e7;width:28px;height:1px;position:absolute;top:24px;right:-14px}.purchase-workflow__icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:10px;display:inline-flex}.purchase-workflow__icon--blue{color:#2563eb;background:#dbeafe}.purchase-workflow__icon--orange{color:#ea580c;background:#ffedd5}.purchase-workflow__icon--purple{color:#7c3aed;background:#ede9fe}.purchase-workflow__icon--green{color:#16a34a;background:#dcfce7}.purchase-workflow__icon--red{color:#dc2626;background:#fee2e2}.purchase-workflow__title{color:#0f172a;font-size:12px;font-weight:800}.purchase-workflow__text{color:#64748b;margin-top:6px;font-size:11px;line-height:1.45}.purchasing-form-card{position:sticky;top:72px;overflow:hidden}.purchasing-form{flex-direction:column;gap:16px;padding:0 16px 16px;display:flex}.purchasing-form__section{border-top:1px solid #edf2f7;padding-top:16px}.purchasing-form__section:first-child{border-top:0}.purchasing-form__field{flex-direction:column;gap:7px;display:flex}.purchasing-form__field span:first-child,.purchasing-form__section-header h2{color:#0f172a;font-size:12px;font-weight:800}.purchasing-form__grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.purchasing-textarea{color:#94a3b8;background:#fff;border:1px solid #dde6f2;border-radius:12px;min-height:76px;padding:12px;font-size:12px;line-height:1.5}.purchasing-form__section-header{flex-direction:column;gap:4px;display:flex}.purchasing-form__section-header span{color:#64748b;font-size:11px}.purchasing-form__section-header--inline{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.purchasing-inline-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.low-stock-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.low-stock-list__item{background:#fbfdff;border:1px solid #e3ebf5;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.low-stock-list__item strong,.po-items__product strong,.purchase-attachments__card strong{color:#0f172a;font-size:12px;font-weight:700;display:block}.low-stock-list__item span,.po-items__product span,.purchase-attachments__card span,.purchase-attachments__file span{color:#64748b;margin-top:3px;font-size:11px;display:block}.low-stock-list__actions{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.low-stock-list__actions em{color:#d97706;font-size:11px;font-style:normal;font-weight:700}.low-stock-list__actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;min-width:56px;height:28px;font-size:11px;font-weight:700}.po-items{border:1px solid #e3ebf5;border-radius:14px;margin-top:12px;overflow:hidden}.po-items__head,.po-items__row{grid-template-columns:minmax(0,1.6fr) 56px 92px 92px;align-items:center;gap:12px;display:grid}.po-items__head--receiving,.po-items__row--receiving{grid-template-columns:minmax(0,1.6fr) 64px 100px 100px 84px 100px 44px}.po-items__head{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;padding:10px 12px;font-size:10px;font-weight:800}.po-items__row{color:#0f172a;border-top:1px solid #edf2f7;padding:12px;font-size:12px}.po-items__received{color:#475569;font-size:11px;font-weight:700}.po-items__product{align-items:center;gap:10px;min-width:0;display:flex}.po-items__thumb{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.po-items__qty{border:1px solid #dde6f2;border-radius:9px;justify-content:center;align-items:center;width:40px;height:32px;font-weight:700;display:inline-flex}.po-items__amount{font-weight:700}.po-items__remove{color:#dc2626;cursor:pointer;background:#fff5f5;border:1px solid #fde2e2;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.purchase-attachments{flex-direction:column;gap:10px;margin-top:12px;display:flex}.purchase-attachments__card{color:#2563eb;background:#f8fbff;border:1px dashed #b8c9e0;border-radius:12px;align-items:center;gap:10px;padding:12px;display:flex}.purchase-attachments__card--clickable{cursor:pointer}.purchase-attachments__list{gap:8px;display:grid}.purchase-attachments__file{color:#2563eb;background:#fff;border:1px solid #e3ebf5;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.purchase-summary{background:linear-gradient(#fbfdff 0%,#f6faff 100%);border:1px solid #e3ebf5;border-radius:16px;padding:14px 16px}.purchase-summary__row{color:#475569;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:7px 0;font-size:12px;display:grid}.purchase-summary__row strong{color:#0f172a}.purchase-summary__row--total{border-top:1px solid #dde6f2;margin-top:6px;padding-top:12px}.purchase-summary__row--total span{color:#0f172a;font-size:16px;font-weight:800}.purchase-summary__row--total strong{color:#2563eb;font-size:30px;font-weight:900;line-height:1}.purchase-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.purchase-actions--stack{grid-template-columns:1fr}.purchase-actions__button{justify-content:center;min-height:44px}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:12px;align-items:center;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 6px #0000000a}.stat-card__icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-card__icon--blue{color:#1e88e5;background:#dbeafe}.stat-card__icon--green{color:#22c55e;background:#dcfce7}.stat-card__icon--orange{color:#f59e0b;background:#fef3c7}.stat-card__icon--red{color:#ef4444;background:#fee2e2}.stat-card__icon--purple{color:#7c3aed;background:#ede9fe}.stat-card__label{color:var(--text-muted);margin-bottom:3px;font-size:11.5px;font-weight:500}.stat-card__value{color:var(--navy);font-size:20px;font-weight:700;line-height:1.1}.stat-card__sub{color:var(--green);margin-top:2px;font-size:11px;font-weight:500}.receivables-page{background:radial-gradient(circle at 100% 0,#3b82f614,#0000 28%),linear-gradient(#f7faff 0%,#f1f5fb 100%);flex-direction:column;gap:14px;max-width:1320px;margin:0 auto;padding:14px 16px 16px;display:flex}.receivables-alert{border:1px solid #0000;border-radius:14px;align-items:center;min-height:44px;padding:12px 14px;font-size:12px;font-weight:700;display:flex}.receivables-alert--error{color:#b91c1c;background:#fff1f2;border-color:#fecdd3}.receivables-alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.receivables-overview{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.receivables-metric{background:#fffffff2;border:1px solid #e5edf7;border-radius:14px;align-items:flex-start;gap:10px;min-height:84px;padding:12px 14px;display:flex;box-shadow:0 8px 22px #0f172a0a}.receivables-metric__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.receivables-metric__icon--blue{color:#2563eb;background:#e0edff}.receivables-metric__icon--green{color:#16a34a;background:#dff8e7}.receivables-metric__icon--amber{color:#f59e0b;background:#fff3cf}.receivables-metric__icon--red{color:#ef4444;background:#ffe3e4}.receivables-metric__icon--rose{color:#f97316;background:#ffe8ea}.receivables-metric__icon--purple{color:#7c3aed;background:#efe7ff}.receivables-metric__content{flex-direction:column;gap:3px;min-width:0;display:flex}.receivables-metric__label{text-transform:uppercase;letter-spacing:.03em;color:#7c8aa0;font-size:9px;font-weight:700}.receivables-metric__value{color:#0f2748;letter-spacing:-.02em;font-size:15px;line-height:1.05}.receivables-metric__sub{color:#64748b;font-size:10px;font-weight:600}.receivables-layout{grid-template-columns:minmax(0,2.15fr) minmax(330px,.95fr);align-items:start;gap:14px;display:grid}.receivables-layout__main,.receivables-layout__side{flex-direction:column;gap:16px;display:flex}.receivables-panel{background:#fffffff5;border:1px solid #e5edf7;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px #0f172a0b}.receivables-tabs{border-bottom:1px solid #edf2f8;align-items:center;gap:4px;padding:10px 14px 0;display:flex}.receivables-tabs__item{color:#66758a;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px;font-size:11px;font-weight:700}.receivables-tabs__item--active{color:#2563eb;border-bottom-color:#2563eb}.receivables-toolbar{border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.receivables-toolbar__filters{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.receivables-select,.receivables-filter-button,.receivables-pagination__size{color:#475569;background:#fff;border:1px solid #dde6f1;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:34px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.receivables-select--field{width:100%}.receivables-select select{appearance:none;color:#475569;width:100%;font-size:12px;font-weight:600;font-family:var(--font);cursor:pointer;background:0 0;border:none;outline:none}.receivables-select svg{color:#94a3b8;flex-shrink:0}.receivables-filter-button{justify-content:center;min-width:96px}.receivables-date-range{background:#fff;border:1px solid #dde6f1;border-radius:8px;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;min-height:34px;padding:0 10px;display:grid}.receivables-date-range input{color:#475569;font-size:12px;font-weight:600;font-family:var(--font);background:0 0;border:none;outline:none;min-width:0}.receivables-date-range span{color:#94a3b8;font-size:11px;font-weight:700}.receivables-table-wrap{overflow-x:auto}.receivables-table,.receivables-mini-table{border-collapse:collapse;width:100%}.receivables-table th,.receivables-table td,.receivables-mini-table th,.receivables-mini-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf2f8;padding:9px 10px;font-size:11px}.receivables-table thead th,.receivables-mini-table thead th{text-transform:uppercase;letter-spacing:.04em;color:#7b8aa0;background:#fbfdff;font-size:9px;font-weight:800}.receivables-table tbody tr:hover,.receivables-mini-table tbody tr:hover{background:#f8fbff}.receivables-table__invoice{color:#2563eb;font-weight:800}.receivables-table__balance{color:#102544;font-weight:800}.receivables-status,.receivables-method,.receivables-days-pill{border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:9px;font-weight:800;display:inline-flex}.receivables-status--red{color:#dc2626;background:#ffe3e3}.receivables-status--amber{color:#d97706;background:#fff3cf}.receivables-status--orange{color:#ea580c;background:#ffe7d5}.receivables-status--rose{color:#e11d48;background:#ffe0ea}.receivables-status--green,.receivables-method--green{color:#15803d;background:#dcfce7}.receivables-method--blue{color:#1d4ed8;background:#dbeafe}.receivables-method--purple{color:#6d28d9;background:#ede9fe}.receivables-method--amber{color:#d97706;background:#fff3cf}.receivables-days-pill{color:#dc2626;background:#fee2e2;min-width:28px}.receivables-table__actions{align-items:center;gap:6px;display:flex}.receivables-table__actions button,.receivables-pagination__controls button{color:#5f6f84;background:#fff;border:1px solid #dce5f2;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.receivables-pagination{color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:10px;display:flex}.receivables-pagination__controls{align-items:center;gap:6px;display:flex}.receivables-pagination__controls--active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.receivables-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.receivables-panel__heading{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 10px;display:flex}.receivables-panel__heading--stack{padding-bottom:8px}.receivables-panel__heading h3{text-transform:uppercase;letter-spacing:.02em;color:#102544;font-size:11px}.receivables-panel__heading button{color:#2563eb;background:0 0;border:none;font-size:10px;font-weight:700}.receivables-aging{grid-template-columns:120px minmax(0,1fr);align-items:center;gap:12px;padding:0 14px 14px;display:grid}.receivables-aging__chart{justify-content:center;display:flex}.receivables-donut{background:conic-gradient(#2563eb 0deg 193deg,#16a34a 193deg 273deg,#f59e0b 273deg 325deg,#f97316 325deg 360deg);border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;display:flex;position:relative}.receivables-donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:17px;box-shadow:inset 0 0 0 1px #edf2f8}.receivables-donut__center{z-index:1;text-align:center;width:62px;position:relative}.receivables-donut__center span{color:#64748b;font-size:10px;font-weight:700;display:block}.receivables-donut__center strong{color:#102544;margin-top:3px;font-size:13px;line-height:1.2;display:block}.receivables-aging__legend{flex-direction:column;gap:10px;display:flex}.receivables-legend{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.receivables-legend__dot{border-radius:999px;width:8px;height:8px}.receivables-legend__dot--blue{background:#2563eb}.receivables-legend__dot--green{background:#16a34a}.receivables-legend__dot--amber{background:#f59e0b}.receivables-legend__dot--orange{background:#f97316}.receivables-legend__copy{flex-direction:column;gap:2px;display:flex}.receivables-legend__copy span{color:#475569;font-size:11px}.receivables-legend__copy strong,.receivables-legend__share{color:#102544;font-size:11px;font-weight:800}.receivables-side-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 14px 14px;display:grid}.receivables-side-stat{background:#fbfdff;border:1px solid #edf2f8;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.receivables-side-stat span{color:#64748b;font-size:11px;font-weight:700}.receivables-side-stat strong{color:#102544;letter-spacing:-.04em;font-size:16px;line-height:1}.receivables-side-stat small{color:#16a34a;font-size:11px;font-weight:700}.receivables-ranking{padding:0 14px 8px}.receivables-ranking__row{border-bottom:1px solid #edf2f8;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 0;font-size:11px;display:grid}.receivables-ranking__row span:first-child{color:#334155;font-weight:700}.receivables-ranking__row strong{color:#102544;font-size:12px}.receivables-ranking__row span:last-child{color:#64748b;font-size:11px;font-weight:700}.receivables-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 14px 14px;display:grid}.receivables-form label{flex-direction:column;gap:7px;display:flex}.receivables-form label span{color:#475569;font-size:10px;font-weight:700}.receivables-form input{color:#0f172a;background:#fff;border:1px solid #dde6f1;border-radius:8px;width:100%;min-height:34px;padding:0 12px;font-size:11px}.receivables-form__hint{color:#64748b;font-size:11px;font-weight:700}.receivables-form__full{grid-column:1/-1}.receivables-form__money{background:#fff;border:1px solid #dde6f1;border-radius:10px;grid-template-columns:44px 1fr;display:grid;overflow:hidden}.receivables-form__money span{background:#f8fafc;border-right:1px solid #dde6f1;justify-content:center;align-items:center;display:flex}.receivables-form__money input{border:none;min-height:34px}.receivables-form__actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:10px;display:grid}.receivables-button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:34px;font-size:10.5px;font-weight:800;display:inline-flex}.receivables-button:disabled{opacity:.7;cursor:wait}.receivables-button--light{color:#fff;background:#2563eb}.receivables-button--success{color:#fff;background:#16a34a}.receivables-button--outline{color:#2563eb;background:#fff;border-color:#d8e2ef;padding:0 16px}.receivables-footer-banner{background:#fffffff5;border:1px solid #e5edf7;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;box-shadow:0 10px 28px #0f172a0a}.receivables-footer-banner__copy{align-items:center;gap:12px;display:flex}.receivables-footer-banner__icon{color:#2563eb;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.receivables-footer-banner__copy strong{color:#2563eb;font-size:13px;display:block}.receivables-footer-banner__copy p{color:#64748b;margin-top:4px;font-size:11px}.receivables-empty{color:#64748b;text-align:center;min-height:120px;font-size:12px;font-weight:700}.receivables-empty--stack{min-height:auto;padding:14px 0 18px}.receivables-spin{animation:.8s linear infinite receivables-spin}@keyframes receivables-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.suppliers-page{background:radial-gradient(circle at 100% 0,#3b82f614,#0000 28%),linear-gradient(#f7faff 0%,#f1f5fb 100%);flex-direction:column;gap:14px;max-width:1320px;margin:0 auto;padding:14px 16px 16px;display:flex}.suppliers-alert{border:1px solid #0000;border-radius:14px;align-items:center;min-height:44px;padding:12px 14px;font-size:12px;font-weight:700;display:flex}.suppliers-alert--error{color:#b91c1c;background:#fff1f2;border-color:#fecdd3}.suppliers-alert--success{color:#166534;background:#ecfdf3;border-color:#bbf7d0}.suppliers-topbar{background:#fffffff5;border:1px solid #e5edf7;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex;box-shadow:0 10px 28px #0f172a0b}.suppliers-topbar__copy{flex-direction:column;gap:6px;max-width:760px;display:flex}.suppliers-topbar__eyebrow,.suppliers-panel__eyebrow,.suppliers-modal__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:10px;font-weight:800}.suppliers-topbar__copy h1{letter-spacing:-.03em;color:#0f2748;font-size:24px;line-height:1.05}.suppliers-topbar__copy p{color:#64748b;font-size:12px;line-height:1.6}.suppliers-topbar__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.suppliers-select--wide{min-width:220px}.suppliers-overview{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.suppliers-metric{background:#fffffff2;border:1px solid #e5edf7;border-radius:14px;align-items:flex-start;gap:10px;min-height:84px;padding:12px 14px;display:flex;box-shadow:0 8px 22px #0f172a0a}.suppliers-metric__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.suppliers-metric__icon--purple{color:#7c3aed;background:#efe7ff}.suppliers-metric__icon--blue{color:#2563eb;background:#e0edff}.suppliers-metric__icon--green{color:#16a34a;background:#dff8e7}.suppliers-metric__icon--amber{color:#f59e0b;background:#fff3cf}.suppliers-metric__icon--red{color:#ef4444;background:#ffe3e4}.suppliers-metric__content{flex-direction:column;gap:3px;min-width:0;display:flex}.suppliers-metric__label{text-transform:uppercase;letter-spacing:.03em;color:#7c8aa0;font-size:9px;font-weight:700}.suppliers-metric__value{color:#0f2748;letter-spacing:-.02em;font-size:15px;line-height:1.05}.suppliers-metric__sub{color:#64748b;font-size:10px;font-weight:600}.suppliers-layout{grid-template-columns:minmax(0,2.15fr) minmax(330px,.95fr);align-items:start;gap:14px;display:grid}.suppliers-layout__main,.suppliers-layout__side{flex-direction:column;gap:14px;display:flex}.suppliers-panel{background:#fffffff5;border:1px solid #e5edf7;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px #0f172a0b}.suppliers-toolbar{border-bottom:1px solid #edf2f8;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.suppliers-toolbar__filters{flex:1;grid-template-columns:minmax(220px,1.4fr) repeat(2,minmax(0,.8fr));gap:8px;display:grid}.suppliers-search,.suppliers-select,.suppliers-filter-button,.suppliers-pagination__size{color:#475569;background:#fff;border:1px solid #dde6f1;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.suppliers-search input,.suppliers-select select{appearance:none;color:#475569;width:100%;font-size:12px;font-weight:600;font-family:var(--font);background:0 0;border:none;outline:none}.suppliers-search input::placeholder{color:#94a3b8}.suppliers-select svg{color:#94a3b8;flex-shrink:0}.suppliers-filter-button{justify-content:center;min-width:96px}.suppliers-table-wrap{overflow-x:auto}.suppliers-table{border-collapse:collapse;width:100%}.suppliers-table th,.suppliers-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf2f8;padding:10px;font-size:11px}.suppliers-table thead th{text-transform:uppercase;letter-spacing:.04em;color:#7b8aa0;background:#fbfdff;font-size:9px;font-weight:800}.suppliers-table tbody tr{cursor:pointer}.suppliers-table tbody tr:hover,.suppliers-table__row--active{background:#f8fbff}.suppliers-table__code,.suppliers-table__balance{color:#102544;font-weight:800}.suppliers-table__name{color:#334155;font-weight:700}.suppliers-status{border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:9px;font-weight:800;display:inline-flex}.suppliers-status--green{color:#15803d;background:#dcfce7}.suppliers-status--red{color:#dc2626;background:#ffe3e3}.suppliers-status--amber{color:#d97706;background:#fff3cf}.suppliers-table__actions{align-items:center;gap:6px;display:flex}.suppliers-table__actions button,.suppliers-pagination__controls button,.suppliers-ranking__row{color:#5f6f84;background:#fff;border:1px solid #dce5f2;border-radius:8px}.suppliers-table__actions button,.suppliers-pagination__controls button{justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.suppliers-pagination{color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:10px;display:flex}.suppliers-pagination__controls{align-items:center;gap:6px;display:flex}.suppliers-pagination__controls button{width:auto;min-width:28px;padding:0 8px}.suppliers-pagination__controls--active{color:#fff!important;background:#2563eb!important;border-color:#2563eb!important}.suppliers-bottom-grid{grid-template-columns:1fr;gap:14px;display:grid}.suppliers-panel__heading{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 10px;display:flex}.suppliers-panel__heading h3{text-transform:uppercase;letter-spacing:.02em;color:#102544;font-size:11px}.suppliers-panel__heading--workspace{align-items:flex-start}.suppliers-panel__heading-copy{flex-direction:column;gap:4px;display:flex}.suppliers-panel__heading-copy h3{letter-spacing:-.03em;text-transform:none;font-size:18px}.suppliers-panel__heading--details{padding-bottom:6px}.suppliers-panel__heading--sub{padding-top:16px;padding-bottom:8px}.suppliers-chart-card{grid-template-columns:122px minmax(0,1fr);align-items:center;gap:12px;padding:0 14px 14px;display:grid}.suppliers-donut{border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;display:flex;position:relative}.suppliers-donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:17px;box-shadow:inset 0 0 0 1px #edf2f8}.suppliers-donut__center{z-index:1;text-align:center;width:62px;position:relative}.suppliers-donut__center span{color:#64748b;font-size:10px;font-weight:700;display:block}.suppliers-donut__center strong{color:#102544;margin-top:3px;font-size:13px;line-height:1.2;display:block}.suppliers-chart-legend{flex-direction:column;gap:10px;display:flex}.suppliers-legend{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.suppliers-legend__dot{border-radius:999px;width:8px;height:8px}.suppliers-legend__copy{flex-direction:column;gap:2px;display:flex}.suppliers-legend__copy span{color:#475569;font-size:11px}.suppliers-legend__copy strong,.suppliers-legend__share{color:#102544;font-size:11px;font-weight:800}.suppliers-aging{flex-direction:column;gap:12px;padding:0 14px 14px;display:flex}.suppliers-aging__row{grid-template-columns:minmax(120px,1fr) minmax(110px,1.2fr) auto;align-items:center;gap:10px;display:grid}.suppliers-aging__copy{flex-direction:column;gap:3px;display:flex}.suppliers-aging__copy span{color:#475569;font-size:10px;font-weight:700}.suppliers-aging__copy strong,.suppliers-aging__share{color:#102544;font-size:11px;font-weight:800}.suppliers-aging__bar{background:#edf2f8;border-radius:999px;height:10px;overflow:hidden}.suppliers-aging__fill{border-radius:999px;height:100%}.suppliers-aging__fill--green{background:#16a34a}.suppliers-aging__fill--blue{background:#2563eb}.suppliers-aging__fill--amber{background:#f59e0b}.suppliers-aging__fill--red{background:#ef4444}.suppliers-aging__total{background-color:#fbfdff;background-position:0 0;background-repeat:no-repeat;background-size:100% 5px;border:1px solid #edf2f8;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:14px 12px 12px;display:flex}.suppliers-aging__total span{color:#64748b;font-size:11px;font-weight:700}.suppliers-aging__total strong{color:#102544;font-size:14px;font-weight:800}.suppliers-details{padding:0 14px 14px}.suppliers-tabs{border-bottom:1px solid #edf2f8;flex-wrap:wrap;gap:8px;padding:0 14px 14px;display:flex}.suppliers-tabs__button{color:#475569;cursor:pointer;background:#fff;border:1px solid #d8e2ef;border-radius:999px;min-height:34px;padding:0 14px;font-size:10.5px;font-weight:800}.suppliers-tabs__button--active{color:#fff;background:#2563eb;border-color:#2563eb}.suppliers-workspace{padding:14px}.suppliers-workspace__stack{flex-direction:column;gap:14px;display:flex}.suppliers-quick-grid,.suppliers-info-grid,.suppliers-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.suppliers-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.suppliers-quick-card,.suppliers-kpi,.suppliers-subpanel{background:#fbfdff;border:1px solid #e7edf5;border-radius:14px}.suppliers-quick-card,.suppliers-kpi{flex-direction:column;gap:6px;padding:14px;display:flex}.suppliers-quick-card span,.suppliers-kpi span,.suppliers-inline-metrics__item span{letter-spacing:.03em;text-transform:uppercase;color:#7c8aa0;font-size:10px;font-weight:800}.suppliers-quick-card strong,.suppliers-kpi strong,.suppliers-inline-metrics__item strong{letter-spacing:-.03em;color:#102544;font-size:17px;line-height:1.05}.suppliers-quick-card small,.suppliers-kpi small{color:#64748b;font-size:11px}.suppliers-subpanel__heading{border-bottom:1px solid #edf2f8;padding:12px 14px 10px}.suppliers-subpanel__heading h4{text-transform:uppercase;letter-spacing:.02em;color:#102544;font-size:11px}.suppliers-profile-list{flex-direction:column;gap:12px;padding:14px;display:flex}.suppliers-inline-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.suppliers-inline-metrics__item{background:#fbfdff;border:1px solid #e7edf5;border-radius:14px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.suppliers-mini-table-wrap{border:1px solid #edf2f8;border-radius:14px;overflow:auto}.suppliers-mini-table{border-collapse:collapse;width:100%;min-width:780px}.suppliers-mini-table th,.suppliers-mini-table td{text-align:left;color:#334155;white-space:nowrap;border-bottom:1px solid #edf2f8;padding:11px 12px;font-size:11px}.suppliers-mini-table thead th{text-transform:uppercase;letter-spacing:.03em;color:#7c8aa0;background:#f8fbff;font-size:10px;font-weight:800}.suppliers-pill{color:#2563eb;background:#eef4ff;border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.suppliers-link{color:#2563eb;font-weight:800;text-decoration:none}.suppliers-link:hover{text-decoration:underline}.suppliers-meta-list{flex-direction:column;padding:14px;display:flex}.suppliers-meta-list__row{border-bottom:1px solid #edf2f8;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 0;display:grid}.suppliers-meta-list__row:last-child{border-bottom:none}.suppliers-meta-list__row div{flex-direction:column;gap:3px;display:flex}.suppliers-meta-list__row strong{color:#102544;font-size:11px}.suppliers-meta-list__row span{color:#64748b;font-size:10px}.suppliers-progress-list{flex-direction:column;gap:14px;padding:14px;display:flex}.suppliers-progress{flex-direction:column;gap:8px;display:flex}.suppliers-progress__copy{justify-content:space-between;align-items:center;gap:10px;display:flex}.suppliers-progress__copy span{color:#475569;font-size:11px;font-weight:700}.suppliers-progress__copy strong{color:#102544;font-size:11px}.suppliers-progress__bar{background:#e8eef6;border-radius:999px;height:9px;overflow:hidden}.suppliers-progress__fill{border-radius:inherit;height:100%}.suppliers-progress__fill--blue{background:#2563eb}.suppliers-progress__fill--green{background:#16a34a}.suppliers-progress__fill--amber{background:#f59e0b}.suppliers-details__hero{border-bottom:1px solid #edf2f8;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 0 14px;display:grid}.suppliers-details__avatar{color:#fff;background:linear-gradient(#0f172a 0%,#1e293b 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:15px;font-weight:800;display:flex}.suppliers-details__copy{flex-direction:column;gap:4px;min-width:0;display:flex}.suppliers-details__copy strong{color:#102544;font-size:15px}.suppliers-details__copy span{color:#64748b;font-size:11px;font-weight:600}.suppliers-details__list{flex-direction:column;gap:10px;padding:14px 0;display:flex}.suppliers-details__item{color:#475569;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-size:11px;display:grid}.suppliers-details__item svg{color:#64748b;margin-top:1px}.suppliers-details__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-bottom:14px;display:grid}.suppliers-side-stat{background:#fbfdff;border:1px solid #edf2f8;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.suppliers-side-stat span{color:#64748b;font-size:11px;font-weight:700}.suppliers-side-stat strong{color:#102544;letter-spacing:-.03em;font-size:15px;line-height:1.05}.suppliers-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-bottom:4px;display:grid}.suppliers-summary__row{border-top:1px solid #edf2f8;flex-direction:column;gap:4px;padding-top:10px;display:flex}.suppliers-summary__row span{color:#64748b;font-size:10px;font-weight:700}.suppliers-summary__row strong{color:#102544;font-size:12px}.suppliers-activities{flex-direction:column;display:flex}.suppliers-activities__row{border-top:1px solid #edf2f8;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0;display:grid}.suppliers-activities__icon{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.suppliers-activities__icon--blue{color:#2563eb;background:#dbeafe}.suppliers-activities__icon--green{color:#16a34a;background:#dcfce7}.suppliers-activities__icon--orange{color:#ea580c;background:#ffedd5}.suppliers-activities__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.suppliers-activities__copy strong{color:#102544;font-size:11px}.suppliers-activities__copy span,.suppliers-activities__copy small{color:#64748b;font-size:10px;font-weight:600}.suppliers-activities__amount{color:#102544;font-size:11px}.suppliers-detail-actions{grid-template-columns:1fr 1fr;gap:10px;padding-top:14px;display:grid}.suppliers-detail-actions--compact{padding-top:0}.suppliers-button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:36px;font-size:10.5px;font-weight:800;display:inline-flex}.suppliers-button--primary{color:#fff;background:#2563eb}.suppliers-button--outline{color:#2563eb;background:#fff;border-color:#d8e2ef;padding:0 16px}.suppliers-ranking{padding:0 14px 8px}.suppliers-ranking__row{text-align:left;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;margin-bottom:8px;padding:10px 12px;display:grid}.suppliers-ranking__row span:first-child{color:#334155;font-size:11px;font-weight:700}.suppliers-ranking__row strong{color:#102544;font-size:12px}.suppliers-ranking__row span:last-child{color:#64748b;font-size:11px;font-weight:700}.suppliers-footer-banner{background:#fffffff5;border:1px solid #e5edf7;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex;box-shadow:0 10px 28px #0f172a0a}.suppliers-footer-banner__copy{align-items:center;gap:12px;display:flex}.suppliers-footer-banner__icon{color:#2563eb;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.suppliers-footer-banner__copy strong{color:#2563eb;font-size:13px;display:block}.suppliers-footer-banner__copy p{color:#64748b;margin-top:4px;font-size:11px}.suppliers-empty{color:#64748b;text-align:center;min-height:120px;font-size:12px;font-weight:700}.suppliers-empty--stack{min-height:auto;padding:14px 0 18px}.suppliers-spin{animation:.8s linear infinite receivables-spin}.suppliers-modal{z-index:50;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.suppliers-modal__card{background:#fff;border:1px solid #dbe4f0;border-radius:18px;width:min(820px,100%);max-height:calc(100vh - 40px);overflow:auto;box-shadow:0 28px 80px #0f172a33}.suppliers-modal__header{justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 12px;display:flex}.suppliers-modal__header h2{color:#0f2748;margin-top:4px;font-size:20px;line-height:1.1}.suppliers-modal__close{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.suppliers-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 20px 20px;display:grid}.suppliers-form label{flex-direction:column;gap:7px;display:flex}.suppliers-form label span{color:#475569;text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:800}.suppliers-form input,.suppliers-form select,.suppliers-form textarea{color:#0f172a;background:#fff;border:1px solid #dbe4f0;border-radius:10px;width:100%;min-height:40px;padding:0 12px;font-size:12px}.suppliers-form textarea{resize:vertical;min-height:92px;padding:12px}.suppliers-form__full{grid-column:1/-1}.suppliers-form__checkbox{grid-column:1/-1;align-items:center;flex-direction:row!important}.suppliers-form__checkbox input{width:16px;height:16px;min-height:16px;padding:0}.suppliers-form__checkbox span{text-transform:none!important;letter-spacing:0!important;font-size:12px!important}.suppliers-form__actions{grid-column:1/-1;justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.table-card{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 6px #0000000a}.table-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.table-card__title{color:var(--navy);font-size:15px;font-weight:700}.btn{font-size:13px;font-weight:600;font-family:var(--font);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;text-decoration:none;transition:all .15s;display:inline-flex}.btn--primary{background:var(--blue);color:#fff}.btn--primary:hover{background:#1565c0}.btn--ghost{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.btn--ghost:hover{background:var(--border);color:var(--navy)}table{border-collapse:collapse;width:100%}thead th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:#f8fafc;padding:11px 16px;font-size:11.5px;font-weight:600}tbody td{color:var(--text-main);border-bottom:1px solid #f1f5f9;padding:13px 16px;font-size:13.5px}tbody tr:last-child td{border-bottom:none}tbody tr:hover{background:#f8fafc}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}@media (max-width:768px){.dashboard-page{padding:16px}.dashboard-header{gap:8px;margin-bottom:10px}.dashboard-header__title{font-size:16px}.dashboard-header__subtitle{font-size:11px;line-height:1.35}.dashboard-header__right{align-items:flex-start;width:100%}.dashboard-toolbar__customize{justify-content:center;align-self:stretch;width:100%}.dashboard-stats{gap:10px;margin-bottom:14px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-stat-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:120px;padding:12px 10px;display:flex}.dashboard-stat-card .stat-card__icon{width:40px;height:40px;margin-bottom:6px}.dashboard-stat-card .stat-card__label{margin-bottom:2px;font-size:10.5px}.dashboard-stat-card .stat-card__value{font-size:16px}.dashboard-stat-card .stat-card__sub{font-size:10px}.dashboard-grid--top,.dashboard-grid--tables{grid-template-columns:1fr;margin-bottom:12px}.dashboard-panel{border-radius:12px}.dashboard-panel .table-card__header{padding:12px 14px}.dashboard-chart--line,.dashboard-chart--pie,.dashboard-chart--bar{height:180px}.dashboard-pie-legend{grid-template-columns:1fr;padding:2px 14px 12px}.dashboard-comparison{padding:0 14px 14px}.dashboard-table tbody td{padding:10px 14px}.dashboard-summary__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}.dashboard-summary__icon{width:38px;height:38px;margin-bottom:6px}.dashboard-summary__value{font-size:15px}.dashboard-summary__label{font-size:10.5px}}@media (max-width:480px){.dashboard-page{padding:10px 10px 14px}.dashboard-stats{gap:8px}.dashboard-stat-card{min-height:112px;padding:10px 8px}.dashboard-stat-card .stat-card__label{font-size:10px}.dashboard-stat-card .stat-card__value{font-size:15px}.dashboard-summary__grid{gap:10px;padding:12px}.table-card__title{font-size:14px}.dashboard-panel__meta{font-size:10px}.dashboard-chart--line,.dashboard-chart--pie,.dashboard-chart--bar{height:165px}}@media (max-width:1024px){.app-shell{flex-direction:column}.sidebar{width:var(--sidebar-width)}.app-main{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width))}.dashboard-page{padding:16px}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header__right{align-items:flex-start;width:100%}.dashboard-toolbar{flex-wrap:wrap;width:100%}.dashboard-toolbar__select-wrap{min-width:140px}.dashboard-stats{grid-template-columns:repeat(3,1fr)}.dashboard-grid--top,.dashboard-grid--tables{grid-template-columns:1fr 1fr}.topbar__branch,.topbar__search{display:none}.topbar__notif,.topbar__user{display:flex}}@media (max-width:768px){:root{--sidebar-width:0px}.app-shell{flex-direction:column}.sidebar{z-index:100;border-right:1px solid #ffffff0a;width:210px;transition:inset .3s cubic-bezier(.4,0,.2,1);position:fixed;inset:0 auto 0 -100%}.sidebar--mobile-open{inset:0 auto 0 0}.sidebar__hamburger{display:flex}.sidebar__overlay{display:block}.app-main{width:100%;margin-top:60px;margin-left:0;padding-top:0}.page{padding:0}.page-body{padding:16px}.dashboard-page{margin-top:0;padding:16px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-header__right{flex-direction:column;align-items:flex-start;width:100%}.dashboard-header__title{font-size:18px}.dashboard-toolbar{flex-wrap:wrap;gap:8px;width:100%}.dashboard-toolbar__user{width:100%}.dashboard-toolbar__select-wrap{flex:1;min-width:120px}.topbar{z-index:95;border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;gap:12px;height:60px;padding:0 16px 0 60px;display:flex;position:fixed;top:0;left:0;right:0}.topbar__left{flex:1;min-width:0}.topbar__title{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.topbar__subtitle{display:none}.topbar__right{align-items:center;gap:12px;display:flex}.topbar__branch,.topbar__search{display:none!important}.topbar__notif,.topbar__user{height:40px;padding:0 10px;display:flex!important}.dashboard-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.dashboard-stat-card{padding:14px}.dashboard-grid--top,.dashboard-grid--tables{grid-template-columns:1fr;margin-bottom:16px}.dashboard-panel{border-radius:10px}.stats-row{grid-template-columns:1fr;gap:12px}.stat-card{gap:10px;padding:14px}.stat-card__value{font-size:18px}.placeholder-card{padding:40px 20px}.placeholder-icon{width:56px;height:56px}.placeholder-card h2{font-size:18px}.placeholder-card p{font-size:13px}table{font-size:12px}thead th{padding:8px 12px;font-size:10.5px}tbody td{padding:10px 12px;font-size:12px}.suppliers-page{padding:16px}.suppliers-overview,.suppliers-layout,.suppliers-bottom-grid{grid-template-columns:1fr}.suppliers-toolbar,.suppliers-topbar,.suppliers-footer-banner,.suppliers-footer-banner__copy{flex-direction:column;align-items:stretch}.suppliers-toolbar__filters,.suppliers-chart-card,.suppliers-details__stats,.suppliers-summary,.suppliers-detail-actions,.suppliers-quick-grid,.suppliers-info-grid,.suppliers-kpi-grid,.suppliers-inline-metrics,.suppliers-form{grid-template-columns:1fr}.suppliers-details__hero{grid-template-columns:1fr;justify-items:start}.suppliers-aging__row{grid-template-columns:1fr}.suppliers-topbar__actions{justify-content:stretch}.suppliers-modal{padding:12px}}@media (max-width:480px){:root{--sidebar-width:0px}.sidebar{width:200px}.sidebar__hamburger{width:40px;height:40px;top:12px;left:12px}.sidebar__brand{height:80px;padding:6px 8px}.sidebar__logo{max-width:100px}.sidebar__item{gap:7px;min-height:30px;padding:0 8px;font-size:10px}.sidebar__item-icon{width:16px;height:16px;font-size:11px}.sidebar__quick-label{font-size:10px}.sidebar__quick-action{gap:6px;min-height:28px;padding:0 8px;font-size:9.5px}.app-main{width:100%;margin-top:56px;margin-left:0}.topbar{gap:8px;height:56px;padding:0 12px 0 52px}.topbar__title{font-size:14px}.topbar__notif,.topbar__user{height:36px;padding:0 8px}.dashboard-page,.page-body{padding:12px}.dashboard-header{gap:10px}.dashboard-header__title{font-size:16px}.dashboard-toolbar{gap:6px}.dashboard-toolbar__control,.dashboard-toolbar__select-wrap,.dashboard-toolbar__user,.dashboard-toolbar__customize{height:32px;padding:0 10px;font-size:11px}.dashboard-stats{grid-template-columns:1fr;gap:10px;margin-bottom:12px}.dashboard-stat-card{padding:12px}.dashboard-stat-card__value{font-size:20px}.dashboard-grid--top,.dashboard-grid--tables{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.dashboard-chart--line,.dashboard-chart--pie,.dashboard-chart--bar{height:180px}.stats-row{grid-template-columns:1fr;gap:10px;margin-bottom:16px}.stat-card{text-align:center;flex-direction:column;gap:8px;padding:12px}.stat-card__icon{width:40px;height:40px}.stat-card__value{font-size:16px}.badge{padding:4px 10px;font-size:11px}.btn{padding:6px 12px;font-size:12px}.table-card{border-radius:8px}.table-card__header{flex-direction:column;align-items:flex-start;padding:12px 14px}.table-card__title{font-size:14px}table{font-size:11px}thead th{padding:6px 8px;font-size:9px}tbody td{padding:8px;font-size:11px}.placeholder-card{border-radius:10px;padding:30px 16px}.placeholder-icon{width:48px;height:48px;margin:0 auto 16px}.placeholder-card h2{margin-bottom:6px;font-size:16px}.placeholder-card p{margin:0 auto 20px;font-size:12px}.suppliers-page{padding:12px}.suppliers-metric{min-height:auto}.suppliers-pagination{flex-direction:column;align-items:stretch}.suppliers-pagination__controls{flex-wrap:wrap;justify-content:center}.suppliers-details{padding:0 12px 12px}.suppliers-ranking__row{grid-template-columns:1fr}.suppliers-tabs{flex-direction:column}.suppliers-tabs__button,.suppliers-button,.suppliers-topbar__actions>*{width:100%}.suppliers-modal__header,.suppliers-form{padding-left:14px;padding-right:14px}}@media (max-width:360px){.sidebar__hamburger{width:38px;height:38px;top:10px;left:10px}.topbar{height:52px;padding:0 10px 0 48px}.topbar__title{font-size:13px}.app-main{margin-top:52px}.dashboard-header__title{font-size:15px}.dashboard-page,.page-body{padding:10px}.stats-row{gap:8px;margin-bottom:12px}.stat-card{padding:10px}.stat-card__value{font-size:15px}.dashboard-chart--line,.dashboard-chart--pie,.dashboard-chart--bar{height:160px}.table-card__header{padding:10px 12px}thead th{padding:5px 6px}tbody td{padding:6px}}@media (max-width:1280px){.purchasing-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.purchasing-layout{grid-template-columns:1fr}.purchasing-form-card{position:static}}@media (max-width:768px){.purchasing-page{padding:16px}.purchasing-header__title-row h1{font-size:22px}.purchasing-stats,.purchasing-layout,.purchasing-bottom-grid,.purchase-workflow,.purchasing-filters,.purchasing-form__grid,.purchase-actions{grid-template-columns:1fr}.purchasing-board__footer,.purchasing-form__section-header--inline{flex-direction:column;align-items:flex-start}.purchase-list__row,.po-items__head,.po-items__row{grid-template-columns:1fr}.purchase-workflow__step:not(:last-child):after{display:none}}@media (max-width:480px){.purchasing-page{padding:12px}.purchasing-tabs,.purchasing-filters,.purchasing-bottom-grid,.purchasing-form{padding-left:12px;padding-right:12px}.purchase-summary__row--total strong{font-size:24px}}@media (max-width:1440px){.receivables-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.receivables-layout{grid-template-columns:1fr}}@media (max-width:960px){.receivables-page{padding:14px}.receivables-toolbar,.receivables-footer-banner{flex-direction:column;align-items:stretch}.receivables-toolbar__filters,.receivables-bottom-grid,.receivables-side-stats,.receivables-form,.receivables-form__actions,.receivables-aging{grid-template-columns:1fr}.receivables-aging__chart{justify-content:flex-start}.receivables-pagination{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.receivables-page{padding:12px}.receivables-overview{grid-template-columns:1fr}.receivables-tabs{overflow-x:auto}.receivables-panel__heading,.receivables-footer-banner__copy{flex-direction:column;align-items:flex-start}.receivables-metric__value,.receivables-side-stat strong{font-size:22px}}@media (max-width:768px){.topbar{min-height:64px;padding:10px 12px 10px 58px}.topbar__title{font-size:21px}.topbar__subtitle,.topbar__branch,.topbar__search{display:none}.topbar__user{padding-right:8px}}@media (max-width:480px){.topbar{min-height:56px;padding-left:52px}.topbar__title{font-size:18px}.topbar__user-name{max-width:64px}.sidebar__tagline{font-size:7px}}.customers-page{background:radial-gradient(circle at top,#fffffff5,#ffffffbd 30%,#eff4fbf0 100%),linear-gradient(#f8fbff 0%,#eef4fb 100%);padding:18px}.customers-page--state{place-items:center;min-height:calc(100vh - 110px);display:grid}.customers-state-card,.customers-main-card,.customers-detail-card,.customers-analytics-card{background:#fffffff5;border:1px solid #e2e8f0f2;border-radius:18px;box-shadow:0 14px 34px #0f172a0f}.customers-state-card{color:#334155;justify-content:center;align-items:center;gap:10px;min-width:260px;padding:18px 22px;font-weight:700;display:inline-flex}.customers-spin{animation:1s linear infinite customers-spin}@keyframes customers-spin{to{transform:rotate(360deg)}}.customers-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:14px}.customers-stat-card{border-radius:14px;min-height:98px;padding:14px 15px;box-shadow:0 10px 24px #0f172a0d}.customers-board{grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);align-items:start;gap:14px;display:grid}.customers-main-card{overflow:hidden}.customers-toolbar{border-bottom:1px solid #edf2f7;grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(140px,.65fr)) auto;gap:8px;padding:14px;display:grid}.customers-search,.customers-filter,.customers-filter--branch{color:#475569;background:#fff;border:1px solid #dce6f2;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 12px;display:inline-flex;box-shadow:inset 0 1px #ffffffb3}.customers-search input,.customers-filter,.customers-filter--branch select{color:#0f172a;background:0 0;border:0;outline:0;width:100%;font-size:13px}.customers-toolbar__actions{justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.customers-ghost-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dce6f2;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex}.customers-ghost-button:hover,.customers-search:hover,.customers-filter:hover,.customers-filter--branch:hover{background:#f8fbff}.customers-table-wrap{overflow-x:auto}.customers-table{border-collapse:collapse;width:100%;min-width:1020px}.customers-table th,.customers-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:12px 14px;font-size:12px}.customers-table th{letter-spacing:.04em;text-transform:uppercase;color:#64748b;background:#fbfdff;font-size:11px;font-weight:800}.customers-type-pill{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11.5px;font-weight:700;display:inline-flex}.customers-table tbody tr{transition:background .2s}.customers-table tbody tr:hover,.customers-table__row--active{background:#f8fbff}.customers-table__mono{color:#1e40af;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:700}.customers-table__amount{font-variant-numeric:tabular-nums;white-space:nowrap;color:#0f172a;font-weight:700}.customers-name-button{cursor:pointer;text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:4px;padding:0;display:flex}.customers-name-button strong{color:#0f172a;font-size:13px}.customers-name-button span{color:#64748b;font-size:11.5px}.customers-table__actions{align-items:center;gap:8px;display:inline-flex}.customers-table__actions button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe5f0;border-radius:10px;place-items:center;width:30px;height:30px;display:inline-grid}.customers-table__actions button:hover{color:#2563eb;background:#f8fbff}.customers-badge--slate{color:#334155;background:#e2e8f0}.customers-inline-state,.customers-empty{color:#64748b;text-align:center;padding:28px 20px}.customers-inline-state--error{color:#b91c1c}.customers-empty--compact{padding:16px 0}.customers-empty--panel{padding:40px 12px}.customers-table-footer{color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 14px;font-size:12px;display:flex}.customers-pagination{align-items:center;gap:10px;display:inline-flex}.customers-pagination button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe5f0;border-radius:10px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.customers-pagination button:disabled{opacity:.45;cursor:not-allowed}.customers-detail-card{padding:16px;position:sticky;top:20px}.customers-detail-card__header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.customers-detail-card__header h2{color:#0f172a;margin-top:4px;font-size:20px;font-weight:800;line-height:1.15}.customers-section-label{letter-spacing:.08em;color:#64748b;text-transform:uppercase;font-size:11px;font-weight:800}.customers-section-subtitle{color:#64748b;margin-top:6px;font-size:12px;display:inline-block}.customers-detail-profile{background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);border-radius:16px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:flex}.customers-detail-avatar{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);border-radius:16px;place-items:center;width:52px;height:52px;font-size:16px;font-weight:800;display:grid}.customers-detail-profile strong,.customers-detail-profile span{display:block}.customers-detail-profile strong{color:#0f172a;font-size:13px}.customers-detail-profile span{color:#64748b;margin-top:4px;font-size:12px}.customers-detail-list{gap:10px;margin-bottom:18px;display:grid}.customers-detail-list div{color:#475569;grid-template-columns:14px minmax(0,1fr);align-items:start;gap:10px;font-size:12.5px;display:grid}.customers-detail-section{border-top:1px solid #edf2f7;margin-top:16px;padding-top:16px}.customers-detail-section__title{color:#0f172a;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:800}.customers-summary-grid{gap:10px;display:grid}.customers-summary-grid div{justify-content:space-between;align-items:center;gap:10px;display:flex}.customers-summary-grid span{color:#64748b;font-size:12px}.customers-summary-grid strong{color:#0f172a;text-align:right;font-size:12.5px;font-weight:800}.customers-text-green{color:#16a34a!important}.customers-activity-list{gap:12px;display:grid}.customers-activity-item{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.customers-activity-item strong,.customers-activity-item span{display:block}.customers-activity-item strong{color:#0f172a;font-size:12.5px}.customers-activity-item span{color:#64748b;margin-top:4px;font-size:11.5px}.customers-activity-item__amount{white-space:nowrap;font-size:12px;font-weight:800}.customers-activity-item__amount--blue{color:#2563eb}.customers-activity-item__amount--green{color:#16a34a}.customers-activity-item__amount--orange{color:#ea580c}.customers-detail-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;display:grid}.customers-primary-action,.customers-secondary-action{cursor:pointer;border-radius:12px;min-height:42px;font-size:12.5px;font-weight:800}.customers-primary-action{color:#fff;background:#2563eb;border:1px solid #2563eb}.customers-secondary-action{color:#334155;background:#fff;border:1px solid #dbe5f0}.customers-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.customers-analytics-card{padding:16px}.customers-analytics-card__header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.customers-analytics-card__header h3{color:#0f172a;font-size:15px;font-weight:800}.customers-analytics-card__header span{color:#64748b;font-size:12px}.customers-type-panel{grid-template-columns:160px minmax(0,1fr);align-items:center;gap:18px;display:grid}.customers-donut{border-radius:50%;width:160px;height:160px;position:relative}.customers-donut:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:18px;box-shadow:inset 0 0 0 1px #e2e8f0e6}.customers-donut__center{z-index:1;text-align:center;place-items:center;display:grid;position:absolute;inset:0}.customers-donut__center strong{color:#0f172a;font-size:24px;font-weight:800}.customers-donut__center span{color:#64748b;font-size:12px}.customers-legend,.customers-ranking-list,.customers-aging-list{gap:12px;display:grid}.customers-legend__item,.customers-ranking-item{align-items:center;gap:10px;display:flex}.customers-legend__dot{border-radius:50%;flex:none;width:10px;height:10px}.customers-legend__item span:nth-child(2){color:#334155;flex:1;font-size:12.5px}.customers-legend__item strong{color:#0f172a;font-size:12.5px}.customers-aging-row__head{color:#334155;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:12px;display:flex}.customers-aging-row__head strong{color:#0f172a;font-size:12.5px}.customers-aging-row__track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.customers-aging-row__fill{border-radius:inherit;height:100%;display:block}.customers-aging-row__fill--blue{background:#2563eb}.customers-aging-row__fill--green{background:#16a34a}.customers-aging-row__fill--orange{background:#f59e0b}.customers-aging-row__fill--red{background:#ef4444}.customers-ranking-item{align-items:flex-start}.customers-ranking-item__index{color:#2563eb;background:#eff6ff;border-radius:10px;flex:none;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-grid}.customers-ranking-item__body,.customers-ranking-item__metric{flex-direction:column;gap:4px;display:flex}.customers-ranking-item__body{flex:1}.customers-ranking-item__body strong,.customers-ranking-item__metric strong{color:#0f172a;font-size:12.5px}.customers-ranking-item__body span,.customers-ranking-item__metric span{color:#64748b;font-size:11.5px}.customers-ranking-item__metric{text-align:right}.customers-footer-bar{background:linear-gradient(#fffffffa 0%,#f4f8fff5 100%);border:1px solid #dbe5f0f2;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:14px 16px;display:flex;box-shadow:0 14px 34px #0f172a0d}.customers-footer-bar__note{align-items:center;gap:12px;display:flex}.customers-footer-bar__icon{color:#2563eb;background:#dbeafe;border-radius:12px;flex:none;place-items:center;width:34px;height:34px;display:inline-grid}.customers-footer-bar__note strong{color:#2563eb;font-size:12.5px;font-weight:800;display:block}.customers-footer-bar__note p{color:#64748b;margin-top:4px;font-size:11.5px}.customers-footer-bar__button{color:#2563eb;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #dbe5f0;border-radius:12px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}@media (max-width:1500px){.customers-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1280px){.customers-board,.customers-bottom-grid{grid-template-columns:1fr}.customers-detail-card{position:static}.customers-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.customers-toolbar__actions{grid-column:1/-1;justify-content:stretch}.customers-filter--branch{flex:1}.customers-footer-bar{flex-direction:column;align-items:flex-start}}@media (max-width:900px){.customers-page,.page-body{padding:16px}.customers-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.customers-toolbar,.customers-detail-actions,.customers-type-panel{grid-template-columns:1fr}.customers-type-panel{justify-items:center}.customers-table-footer,.customers-detail-card__header,.customers-footer-bar__note{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.customers-stats{grid-template-columns:1fr}.customers-pagination{justify-content:space-between;width:100%}}.rpt-page{flex-direction:column;gap:18px;min-height:100vh;padding:20px 22px 32px;display:flex}.rpt-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex;box-shadow:0 4px 16px #0f172a0d}.rpt-toolbar__filters,.rpt-toolbar__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rpt-filter-group{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;align-items:center;gap:6px;height:36px;padding:0 10px;font-size:12px;display:flex}.rpt-input{color:#0f172a;cursor:pointer;background:0 0;border:none;outline:none;font-size:12px;font-weight:600}.rpt-btn{cursor:pointer;border:1px solid #0000;border-radius:9px;align-items:center;gap:5px;height:36px;padding:0 14px;font-size:12px;font-weight:700;transition:all .18s;display:inline-flex}.rpt-btn--primary{color:#fff;background:linear-gradient(#3181f6,#1a63ea);border-color:#ffffff1a;box-shadow:0 4px 12px #1a63ea38}.rpt-btn--primary:hover{background:linear-gradient(#3d8bfb,#1e6ef5)}.rpt-btn--primary:disabled{opacity:.6;cursor:not-allowed}.rpt-btn--ghost{color:#334155;background:#f8fafc;border-color:#e2e8f0}.rpt-btn--ghost:hover{background:#f1f5f9}.rpt-spin{animation:1s linear infinite rpt-spin}@keyframes rpt-spin{to{transform:rotate(360deg)}}.rpt-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.rpt-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:10px;padding:14px 14px 12px;transition:box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a0d}.rpt-kpi:hover{box-shadow:0 8px 24px #0f172a17}.rpt-kpi__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.rpt-kpi--blue .rpt-kpi__icon{color:#1e88e5;background:#1e88e51f}.rpt-kpi--orange .rpt-kpi__icon{color:#f59e0b;background:#f59e0b1f}.rpt-kpi--green .rpt-kpi__icon{color:#22c55e;background:#22c55e1f}.rpt-kpi--purple .rpt-kpi__icon{color:#a855f7;background:#a855f71f}.rpt-kpi--teal .rpt-kpi__icon{color:#14b8a6;background:#14b8a61f}.rpt-kpi--red .rpt-kpi__icon{color:#ef4444;background:#ef44441f}.rpt-kpi__body{flex:1;min-width:0}.rpt-kpi__label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:10px;font-weight:600;line-height:1.3}.rpt-kpi__value{color:#0f172a;font-size:18px;font-weight:800;line-height:1.1}.rpt-kpi__growth{align-items:center;gap:2px;margin-top:3px;font-size:10px;font-weight:700;display:flex}.rpt-kpi__growth--up{color:#22c55e}.rpt-kpi__growth--down{color:#ef4444}.rpt-main-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.rpt-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0f172a0d}.rpt-card--chart{padding:0 0 12px}.rpt-card__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.rpt-card__title{color:#0f172a;font-size:13px;font-weight:800}.rpt-card__sub{color:#64748b;font-size:11px;font-weight:600}.rpt-card__link{color:#1e88e5;cursor:pointer;font-size:11px;font-weight:700}.rpt-card__link:hover{text-decoration:underline}.rpt-table{border-collapse:collapse;width:100%;font-size:12px}.rpt-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:8px 14px;font-size:10px;font-weight:700}.rpt-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:9px 14px}.rpt-table tr:last-child td{border-bottom:none}.rpt-table tr:hover td{background:#f8fafc}.rpt-table__highlight td{background:#1e88e50d;font-weight:700}.rpt-table__highlight td:last-child{color:#1e88e5}.rpt-link{color:#1e88e5;cursor:pointer;font-weight:700;text-decoration:none}.rpt-blue{color:#1e88e5;font-weight:800}.rpt-red{color:#ef4444}.rpt-pie-legend{flex-direction:column;flex:1;gap:7px;min-width:0;padding:8px 16px 8px 0;display:flex}.rpt-pie-legend__item{grid-template-columns:10px 1fr auto;align-items:center;gap:6px;font-size:11px;display:grid}.rpt-pie-legend__dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.rpt-pie-legend__name{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.rpt-pie-legend__val{color:#0f172a;white-space:nowrap;font-size:11px;font-weight:700}.rpt-center-col{flex-direction:column;display:flex}.rpt-center-list{flex-direction:column;flex:1;padding:6px 0;display:flex}.rpt-center-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:10px 16px;transition:background .15s;display:flex}.rpt-center-item:last-child{border-bottom:none}.rpt-center-item:hover{background:#f8fafc}.rpt-center-item__icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.rpt-center-item__body{flex:1;min-width:0}.rpt-center-item__title{color:#0f172a;font-size:12.5px;font-weight:700}.rpt-center-item__sub{color:#64748b;margin-top:1px;font-size:10.5px}.rpt-actions{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 16px;display:flex}.rpt-info-bar{color:#1e4fa8;background:#1e88e50f;border:1px solid #1e88e52e;border-radius:10px;align-items:center;gap:10px;padding:10px 16px;font-size:12px;font-weight:600;display:flex}.rpt-info-dot{background:#1e88e5;border-radius:50%;flex-shrink:0;width:8px;height:8px}.rpt-empty{text-align:center;color:#94a3b8;padding:32px;font-size:12px}@media (max-width:1200px){.rpt-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.rpt-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.rpt-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.rpt-main-grid{grid-template-columns:1fr}}.ur-page{flex-direction:column;gap:16px;min-height:100vh;padding:20px;display:flex}.ur-loading{color:#64748b;justify-content:center;align-items:center;gap:10px;min-height:300px;font-size:13px;display:flex}.ur-spin{animation:1s linear infinite urSpin}@keyframes urSpin{to{transform:rotate(360deg)}}.ur-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px 16px;font-size:13px}.ur-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.ur-stat{background:#fff;border:1px solid #e5edf7;border-radius:16px;align-items:center;gap:14px;padding:16px 18px;transition:box-shadow .2s;display:flex;box-shadow:0 4px 16px #0f172a0d}.ur-stat:hover{box-shadow:0 8px 24px #0f172a17}.ur-stat__icon{border-radius:14px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.ur-stat--blue .ur-stat__icon{color:#1d4ed8;background:#dbeafe}.ur-stat--green .ur-stat__icon{color:#15803d;background:#dcfce7}.ur-stat--orange .ur-stat__icon{color:#b45309;background:#fef3c7}.ur-stat--purple .ur-stat__icon{color:#7c3aed;background:#f3e8ff}.ur-stat--red .ur-stat__icon{color:#b91c1c;background:#fee2e2}.ur-stat__label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-size:10px;font-weight:800}.ur-stat__value{color:#0f172a;margin-top:2px;font-size:26px;font-weight:800;line-height:1.1}.ur-stat__sub{color:#64748b;margin-top:2px;font-size:11px}.ur-grid{grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:14px;display:grid}.ur-right-col{flex-direction:column;gap:14px;display:flex}.ur-bottom-grid{grid-template-columns:180px minmax(0,1fr) 180px;gap:14px;display:grid}.ur-card{background:#fff;border:1px solid #e5edf7;border-radius:16px;overflow:hidden}.ur-card__header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.ur-card__title{text-transform:uppercase;letter-spacing:.06em;color:#0f172a;font-size:11px;font-weight:800}.ur-card__footer{color:#64748b;border-top:1px solid #edf2f7;padding:10px 16px;font-size:11.5px}.ur-btn{cursor:pointer;height:34px;font:inherit;border:none;border-radius:9px;align-items:center;gap:6px;padding:0 14px;font-size:12px;font-weight:700;transition:all .18s;display:inline-flex}.ur-btn--primary{color:#fff;background:linear-gradient(#3181f6 0%,#1a63ea 100%);box-shadow:0 6px 16px #1a63ea38}.ur-btn--primary:hover{background:linear-gradient(#3a88fb 0%,#1d73ef 100%)}.ur-ghost-btn{color:#475569;height:32px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dce5f2;border-radius:8px;align-items:center;gap:6px;padding:0 12px;font-size:11.5px;font-weight:700;display:inline-flex}.ur-ghost-btn:hover{background:#f8fbff}.ur-ghost-btn--sm{height:28px;padding:0 10px;font-size:11px}.ur-toolbar{border-bottom:1px solid #edf2f7;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 14px;display:flex}.ur-toolbar--compact{padding:10px 14px 8px}.ur-search-wrap{color:#94a3b8;background:#fff;border:1px solid #dce5f2;border-radius:9px;align-items:center;gap:7px;min-width:180px;height:34px;padding:0 10px;display:flex}.ur-search{font:inherit;color:#0f172a;background:0 0;border:0;outline:none;width:100%;font-size:12px}.ur-search--sm{font-size:11.5px}.ur-select{color:#334155;height:34px;font:inherit;background:#fff;border:1px solid #dce5f2;border-radius:9px;outline:none;padding:0 10px;font-size:12px;font-weight:600}.ur-select--sm{height:30px;font-size:11.5px}.ur-table-wrap{overflow-x:auto}.ur-table{border-collapse:collapse;width:100%;min-width:600px}.ur-table th,.ur-table td{text-align:left;color:#334155;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:11px 12px;font-size:12px}.ur-table th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#fafcff;font-size:10.5px;font-weight:800}.ur-table tbody tr:hover{background:#f8fbff}.ur-table__row--active{background:#eff6ff!important}.ur-table__row--active:hover{background:#dbeafe!important}.ur-table__num{color:#94a3b8;width:36px;font-size:11px}.ur-mono{font-family:var(--font-mono);font-size:11.5px}.ur-muted{color:#94a3b8}.ur-small{font-size:11px}.ur-user-cell{align-items:center;gap:10px;display:flex}.ur-user-cell__name{color:#0f172a;font-size:12.5px;font-weight:700}.ur-user-cell__email{color:#94a3b8;margin-top:1px;font-size:11px}.ur-avatar{border-radius:50%;flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:800;display:flex}.ur-avatar--sm{flex:0 0 28px;width:28px;height:28px;font-size:10px}.ur-role-badge{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-block}.ur-status{border-radius:999px;align-items:center;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.ur-status--active{color:#15803d;background:#dcfce7}.ur-status--inactive{color:#64748b;background:#f1f5f9}.ur-count-badge{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.ur-module-tag{color:#1d4ed8;text-transform:capitalize;background:#eff6ff;border-radius:6px;padding:2px 7px;font-size:10.5px;font-weight:700;display:inline-block}.ur-actions{align-items:center;gap:4px;display:flex}.ur-icon-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #dce5f2;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ur-icon-btn:hover{background:#f1f5f9}.ur-icon-btn--danger{color:#dc2626;border-color:#fecaca}.ur-icon-btn--danger:hover{background:#fef2f2}.ur-pagination{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.ur-pagination__info{color:#64748b;font-size:11.5px}.ur-pagination__controls{align-items:center;gap:4px;display:flex}.ur-pagination__dots{color:#94a3b8;padding:0 4px;font-size:12px}.ur-page-btn{color:#475569;min-width:28px;height:28px;font:inherit;cursor:pointer;background:#fff;border:1px solid #dce5f2;border-radius:7px;justify-content:center;align-items:center;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex}.ur-page-btn:hover:not(:disabled){background:#f1f5f9}.ur-page-btn:disabled{opacity:.45;cursor:not-allowed}.ur-page-btn--active{color:#fff;background:#1a63ea;border-color:#1a63ea}.ur-empty{color:#94a3b8;justify-content:center;align-items:center;min-height:80px;font-size:12.5px;display:flex}.ur-role-selector{overflow:visible}.ur-role-list{flex-direction:column;gap:4px;padding:10px;display:flex}.ur-role-item{cursor:pointer;font:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:10px;padding:10px 12px;transition:all .18s;display:flex}.ur-role-item:hover{background:#f8fbff;border-color:#dce5f2}.ur-role-item--active{background:#eff6ff;border-color:#bfdbfe}.ur-role-item__icon{border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ur-role-item__name{color:#0f172a;font-size:12px;font-weight:700}.ur-role-item__count{color:#64748b;margin-top:1px;font-size:10.5px}.ur-tabs{border-bottom:1px solid #edf2f7;gap:0;padding:0 14px;display:flex}.ur-tab{color:#64748b;height:38px;font:inherit;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex}.ur-tab:hover{color:#1d4ed8}.ur-tab--active{color:#1d4ed8;border-bottom-color:#1d4ed8}.ur-tab__count{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:1px 7px;font-size:10.5px}.ur-role-info{flex-direction:column;gap:12px;padding:16px;display:flex}.ur-role-info__row{border-bottom:1px solid #edf2f7;justify-content:space-between;gap:12px;padding-bottom:12px;font-size:12.5px;display:flex}.ur-role-info__row:last-child{border-bottom:none;padding-bottom:0}.ur-role-info__row span{color:#64748b;font-weight:600}.ur-role-info__row strong{color:#0f172a;text-align:right;font-weight:700}.ur-role-dot{border-radius:50%;flex:0 0 9px;width:9px;height:9px}.ur-role-name-cell{align-items:center;gap:8px;display:flex}.ur-activity-list{flex-direction:column;display:flex}.ur-activity-item{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;display:flex}.ur-activity-item:last-child{border-bottom:none}.ur-activity-item__left{align-items:center;gap:10px;display:flex}.ur-activity-item__name{color:#0f172a;font-size:12px;font-weight:700}.ur-activity-item__meta{color:#94a3b8;margin-top:1px;font-size:10.5px}.ur-act-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.ur-act-badge--login{color:#15803d;background:#dcfce7}.ur-act-badge--logout{color:#b91c1c;background:#fef2f2}.ur-act-badge--update{color:#1d4ed8;background:#dbeafe}.ur-security-banner{background:#eff6ff;border-top:1px solid #dbeafe;align-items:flex-start;gap:12px;padding:14px 16px;font-size:12px;display:flex}.ur-security-banner__title{color:#1d4ed8;font-weight:700}.ur-security-banner__sub{color:#475569;margin-top:2px;font-size:11px}.ur-shortcut-list{flex-direction:column;gap:8px;padding:12px;display:flex}.ur-shortcut{cursor:pointer;height:36px;font:inherit;border:none;border-radius:10px;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;transition:all .18s;display:flex}.ur-shortcut--primary{color:#fff;background:linear-gradient(#3181f6 0%,#1a63ea 100%)}.ur-shortcut--success{color:#fff;background:linear-gradient(#22c55e 0%,#16a34a 100%)}.ur-shortcut--muted{color:#475569;background:#f1f5f9;border:1px solid #dce5f2}.ur-shortcut:hover{opacity:.88}@media (max-width:1100px){.ur-grid,.ur-bottom-grid{grid-template-columns:1fr}}@media (max-width:900px){.ur-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.ur-stats{grid-template-columns:1fr 1fr}.ur-page{padding:12px}}.ur-setup-banner{background:linear-gradient(135deg,#eff6ff 0%,#e0f2fe 100%);border:1px solid #bfdbfe;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px;display:flex}.ur-setup-banner__left{align-items:flex-start;gap:16px;display:flex}.ur-setup-banner__icon{color:#fff;background:linear-gradient(#3181f6 0%,#1a63ea 100%);border-radius:14px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 20px #1a63ea47}.ur-setup-banner__title{color:#0f172a;margin-bottom:6px;font-size:15px;font-weight:800}.ur-setup-banner__sub{color:#475569;max-width:600px;font-size:12.5px;line-height:1.6}.ur-setup-banner__actions{flex:none;align-items:center;display:flex}.ur-btn--seed{color:#fff;background:linear-gradient(#3181f6 0%,#1a63ea 100%);height:40px;padding:0 20px;font-size:13px;box-shadow:0 8px 20px #1a63ea47}.ur-btn--seed:hover:not(:disabled){background:linear-gradient(#3a88fb 0%,#1d73ef 100%)}.ur-btn--seed:disabled{opacity:.7;cursor:not-allowed}.ur-seed-ok{color:#15803d;background:#dcfce7;border-radius:9px;align-items:center;gap:7px;margin-top:10px;padding:8px 12px;font-size:12px;font-weight:700;display:flex}.ur-seed-err{color:#b91c1c;background:#fef2f2;border-radius:9px;align-items:center;gap:7px;margin-top:10px;padding:8px 12px;font-size:12px;font-weight:700;display:flex}.ur-seed-ok--banner,.ur-seed-err--banner{margin-top:0}.ur-setup-steps{flex-direction:column;gap:10px;margin-top:14px;display:flex}.ur-setup-step{align-items:flex-start;gap:12px;font-size:12.5px;display:flex}.ur-setup-step__num{color:#fff;background:#1a63ea;border-radius:50%;flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:800;display:flex}.ur-setup-step strong{color:#0f172a;margin-bottom:3px;font-size:12.5px;display:block}.ur-setup-step__detail{color:#64748b;font-size:11.5px;line-height:1.6}.ur-setup-step__detail code{color:#0f172a;font-size:10.5px;font-family:var(--font-mono);background:#e2e8f0;border-radius:4px;padding:1px 5px}.ur-setup-banner__actions{flex-direction:column;flex:none;align-items:stretch;gap:0;display:flex}.sidebar__help--btn{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:11px;transition:color .2s;display:flex}.sidebar__help--btn:hover{color:#f87171}@keyframes spin{to{transform:rotate(360deg)}}.login-card__tabs{background:#0f172a0f;border-radius:12px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.login-card__tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:6px;height:36px;font-size:12px;font-weight:700;transition:background .2s,color .2s,box-shadow .2s;display:flex}.login-card__tab--active{color:#0f172a;background:#fff;box-shadow:0 2px 10px #0f172a1a}.login-card__tab:hover:not(.login-card__tab--active){color:#0f172a;background:#fff9}.login-card__icon-wrap{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.login-card__icon-wrap--blue{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 24px #3b82f659}.login-card__icon-wrap--orange{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 24px #f59e0b59}.login-form__totp-input{letter-spacing:.35em;text-align:center;font-weight:700;font-size:22px!important}.login-form__pin-wrap{justify-content:center;gap:12px;margin-top:8px;display:flex}.login-form__pin-digit{text-align:center;color:#0f172a;background:#f8fafc;border:2px solid #dce5f5;border-radius:12px;outline:none;width:56px;height:64px;font-size:24px;font-weight:800;transition:border-color .2s,box-shadow .2s}.login-form__pin-digit:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.login-form__back{text-align:center;color:#64748b;cursor:pointer;background:0 0;border:none;width:100%;padding:6px 0 0;font-size:12px;font-weight:600;transition:color .2s;display:block}.login-form__back:hover{color:#0f172a}.pwd-strength{align-items:center;gap:8px;margin-top:6px;display:flex}.pwd-strength__bars{flex:1;gap:4px;display:flex}.pwd-strength__bar{border-radius:99px;flex:1;height:4px;transition:background .3s}.pwd-strength__label{flex:none;font-size:10.5px;font-weight:700;transition:color .3s}.login-form__error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:9px;align-items:flex-start;gap:7px;padding:10px 12px;font-size:12px;font-weight:600;line-height:1.5;display:flex}.login-form__error svg{flex-shrink:0;margin-top:1px}.login-form__countdown{color:#dc2626;font-weight:700}.auth-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:32px 28px 28px;animation:.25s cubic-bezier(.16,1,.3,1) slideUp;position:relative;box-shadow:0 32px 80px #00000038}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-modal__close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s,color .2s;display:flex;position:absolute;top:14px;right:14px}.auth-modal__close:hover{color:#0f172a;background:#e2e8f0}.auth-modal__icon{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.auth-modal__icon--blue{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 24px #3b82f659}.auth-modal__icon--green{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 8px 24px #22c55e59}.auth-modal__icon--amber{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 24px #f59e0b59}.auth-modal__title{color:#0f172a;margin-bottom:10px;font-size:18px;font-weight:800}.auth-modal__body{color:#64748b;margin-bottom:20px;font-size:13px;line-height:1.6}.security-page{max-width:1100px;padding:22px 24px 32px}.security-page__header{color:#1e40af;align-items:center;gap:14px;margin-bottom:20px;display:flex}.security-page__title{color:#0f172a;font-size:20px;font-weight:800}.security-page__sub{color:#64748b;margin-top:2px;font-size:12.5px}.security-page__tabs{background:#0f172a0d;border-radius:12px;gap:4px;width:fit-content;margin-bottom:20px;padding:4px;display:flex}.security-page__tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;align-items:center;gap:7px;height:36px;padding:0 16px;font-size:12px;font-weight:700;transition:background .2s,color .2s,box-shadow .2s;display:flex}.security-page__tab--active{color:#1e40af;background:#fff;box-shadow:0 2px 10px #0f172a1a}.security-page__tab:hover:not(.security-page__tab--active){color:#0f172a;background:#fff9}.security-page__panel{background:#fff;border:1px solid #e5edf7;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0f172a0d}.security-page__loading{color:#64748b;align-items:center;gap:10px;padding:24px 0;font-size:13px;display:flex}.security-page__empty{text-align:center;color:#94a3b8;padding:40px 0;font-size:13px}.security-page__policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.security-section{background:#f8fafc;border:1px solid #e5edf7;border-radius:12px;overflow:hidden}.security-section__title{color:#0f172a;background:linear-gradient(135deg,#f0f7ff,#e7f0fd);border-bottom:1px solid #e5edf7;align-items:center;gap:7px;padding:12px 16px;font-size:12.5px;font-weight:800;display:flex}.security-section__body{flex-direction:column;gap:10px;padding:12px 16px;display:flex}.policy-row{justify-content:space-between;align-items:center;gap:12px;min-height:34px;display:flex}.policy-row__label{color:#334155;flex:1;font-size:12px}.policy-row__input{color:#0f172a;text-align:center;background:#fff;border:1px solid #dce5f5;border-radius:8px;outline:none;width:70px;height:32px;padding:0 10px;font-size:12px;font-weight:700;transition:border-color .2s}.policy-row__input:focus{border-color:#3b82f6}.policy-row__input:disabled{color:#94a3b8;background:#f1f5f9}.policy-toggle{cursor:pointer;background:#e2e8f0;border:2px solid #cbd5e1;border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .2s,border-color .2s;position:relative}.policy-toggle--on{background:#3b82f6;border-color:#3b82f6}.policy-toggle__thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:50%;left:2px;transform:translateY(-50%);box-shadow:0 1px 4px #0003}.policy-toggle--on .policy-toggle__thumb{left:calc(100% - 18px)}.policy-toggle:disabled{opacity:.5;cursor:not-allowed}.security-page__msg{border-radius:9px;align-items:center;gap:8px;margin-top:16px;padding:10px 14px;font-size:12.5px;font-weight:600;display:flex}.security-page__msg--ok{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.security-page__msg--err{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.security-page__notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:9px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.security-page__save{color:#fff;cursor:pointer;background:linear-gradient(#3181f6 0%,#1a63ea 100%);border:none;border-radius:10px;align-items:center;gap:8px;height:40px;margin-top:20px;padding:0 20px;font-size:13px;font-weight:700;transition:opacity .2s;display:flex;box-shadow:0 6px 20px #1a63ea47}.security-page__save:disabled{opacity:.7;cursor:not-allowed}.security-page__table-wrap{overflow-x:auto}.security-table{border-collapse:collapse;width:100%;font-size:12px}.security-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:2px solid #e5edf7;padding:10px 14px;font-size:11px;font-weight:800}.security-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:11px 14px}.security-table tr:last-child td{border-bottom:none}.security-table tr:hover td{background:#f8fafc}.security-table__method{text-transform:capitalize;align-items:center;gap:5px;font-weight:600;display:inline-flex}.security-table__ip,.security-table__device{font-family:var(--font-mono);color:#64748b;font-size:11px}.security-table__date{color:#64748b;white-space:nowrap}.security-page__pagination{color:#64748b;justify-content:center;align-items:center;gap:16px;margin-top:16px;font-size:12px;font-weight:600;display:flex}.security-page__page-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:32px;padding:0 14px;font-size:12px;font-weight:700;transition:background .2s}.security-page__page-btn:disabled{opacity:.5;cursor:not-allowed}.security-page__page-btn:hover:not(:disabled){background:#f1f5f9}.security-page__sessions-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.security-page__sessions-hint{color:#64748b;align-items:center;gap:6px;font-size:12px;display:flex}.security-page__revoke-all{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:12px;font-weight:700;transition:background .2s;display:flex}.security-page__revoke-all:hover{background:#fef2f2}.security-page__sessions{flex-direction:column;gap:10px;display:flex}.session-card{background:#f8fafc;border:1px solid #e5edf7;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;transition:border-color .2s;display:flex}.session-card--current{background:#eff6ff;border-color:#bfdbfe}.session-card__icon{color:#1d4ed8;background:#e0eaff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.session-card__info{flex:1;min-width:0}.session-card__name{color:#0f172a;align-items:center;gap:8px;margin-bottom:4px;font-size:13px;font-weight:700;display:flex}.session-card__badge{color:#fff;letter-spacing:.04em;background:#1d4ed8;border-radius:99px;padding:2px 7px;font-size:10px;font-weight:800}.session-card__meta{color:#64748b;align-items:center;gap:14px;font-size:11.5px;display:flex}.session-card__meta span{align-items:center;gap:4px;display:flex}.session-card__revoke{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:7px;flex-shrink:0;align-items:center;gap:5px;height:30px;padding:0 12px;font-size:11.5px;font-weight:700;transition:background .2s;display:flex}.session-card__revoke:hover{background:#fef2f2}.session-card__revoke:disabled{opacity:.6;cursor:not-allowed}.security-page__2fa-wrap{text-align:center;max-width:540px;margin:0 auto}.security-page__2fa-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 18px;display:flex;box-shadow:0 10px 28px #3b82f659}.security-page__2fa-title{color:#0f172a;margin-bottom:10px;font-size:19px;font-weight:800}.security-page__2fa-body{color:#475569;margin-bottom:24px;font-size:13px;line-height:1.7}.security-page__2fa-steps{text-align:left;flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.tfa-step{align-items:flex-start;gap:14px;display:flex}.tfa-step__num{color:#fff;background:#1d4ed8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;font-size:12px;font-weight:800;display:flex}.tfa-step strong{color:#0f172a;margin-bottom:3px;font-size:13px;display:block}.tfa-step p{color:#64748b;margin:0;font-size:12px;line-height:1.6}.security-page__2fa-note{color:#92400e;text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:12px;line-height:1.6;display:flex}.security-page__2fa-note svg{flex-shrink:0;margin-top:1px}.login-page--centered{background:radial-gradient(circle at 20% 80%,#3b82f61f,#0000 40%),radial-gradient(circle at 80% 20%,#6366f11a,#0000 40%),linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.reset-pw__success{text-align:center;padding:12px 0}.reset-pw__requirements{background:#f8fafc;border:1px solid #e5edf7;border-radius:10px;margin-bottom:16px;padding:12px 14px}.reset-pw__req-title{color:#475569;margin-bottom:8px;font-size:11.5px;font-weight:700}.reset-pw__req-list{flex-direction:column;gap:5px;list-style:none;display:flex}.reset-pw__req-item{color:#94a3b8;align-items:center;gap:8px;font-size:12px;font-weight:600;transition:color .2s;display:flex}.reset-pw__req-item--ok{color:#22c55e}.reset-pw__req-dot{background:#cbd5e1;border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .2s}.reset-pw__req-item--ok .reset-pw__req-dot{background:#22c55e}.reset-pw__mismatch{color:#ef4444;margin-top:5px;font-size:11.5px;font-weight:600}.ur-page{max-width:1200px;padding:22px 24px 40px}.ur-page__header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.ur-page__header-left{align-items:center;gap:14px;display:flex}.ur-page__header-icon{color:#1e40af}.ur-page__title{color:#0f172a;font-size:20px;font-weight:800}.ur-page__sub{color:#64748b;margin-top:2px;font-size:12.5px}.ur-page__toolbar{align-items:center;gap:12px;margin-bottom:14px;display:flex}.ur-page__search{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex:1;align-items:center;gap:8px;height:38px;padding:0 12px;display:flex;box-shadow:0 2px 8px #0f172a0a}.ur-page__search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:12.5px}.ur-page__search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.ur-page__count{color:#64748b;white-space:nowrap;font-size:12px;font-weight:700}.ur-page__card{background:#fff;border:1px solid #e5edf7;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.ur-page__loading,.ur-page__empty{color:#94a3b8;justify-content:center;align-items:center;gap:10px;padding:40px;font-size:13px;display:flex}.ur-page__table-wrap{overflow-x:auto}.ur-table{border-collapse:collapse;width:100%;font-size:12.5px}.ur-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#f8fafc;border-bottom:2px solid #e5edf7;padding:10px 14px;font-size:11px;font-weight:800}.ur-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 14px}.ur-table tr:last-child td{border-bottom:none}.ur-table tr:hover td{background:#fafbfd}.ur-table__user{align-items:center;gap:10px;min-width:200px;display:flex}.ur-table__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:flex}.ur-table__name{color:#0f172a;font-size:12.5px;font-weight:700}.ur-table__email{color:#64748b;margin-top:1px;font-size:11px}.ur-table__role-select{align-items:center;display:inline-flex;position:relative}.ur-table__select{appearance:none;color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #dce5f5;border-radius:8px;outline:none;padding:5px 26px 5px 10px;font-size:12px;font-weight:700;transition:border-color .2s}.ur-table__select:focus{border-color:#3b82f6}.ur-table__select-icon{pointer-events:none;color:#64748b;position:absolute;right:8px}.ur-table__branch{color:#475569;font-size:12px}.ur-table__pill{cursor:pointer;white-space:nowrap;border:none;border-radius:99px;align-items:center;gap:4px;height:24px;padding:0 9px;font-size:11px;font-weight:700;transition:opacity .2s;display:inline-flex}.ur-table__pill--static{cursor:default}.ur-table__pill:disabled{cursor:not-allowed;opacity:.7}.ur-table__pill--green{color:#15803d;background:#22c55e1a}.ur-table__pill--red{color:#dc2626;background:#ef44441a}.ur-table__pill--blue{color:#1d4ed8;background:#3b82f61a}.ur-table__pill--gray{color:#64748b;background:#94a3b81f}.ur-table__actions{align-items:center;gap:6px;display:flex}.ur-table__action-btn{cursor:pointer;white-space:nowrap;border:1px solid;border-radius:8px;align-items:center;gap:5px;height:30px;padding:0 11px;font-size:11.5px;font-weight:700;transition:background .2s;display:inline-flex}.ur-table__action-btn--pin{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ur-table__action-btn--pin:hover{background:#dbeafe}.ur-table__action-btn--danger{color:#dc2626;background:#fff;border-color:#fecaca;padding:0 9px}.ur-table__action-btn--danger:hover{background:#fef2f2}.ur-toast-stack{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.ur-toast{border-radius:10px;align-items:center;gap:9px;min-width:240px;padding:11px 16px;font-size:12.5px;font-weight:600;animation:.25s cubic-bezier(.16,1,.3,1) slideUpIn;display:flex;box-shadow:0 8px 24px #00000024}.ur-toast--ok{color:#4ade80;background:#0f172a;border:1px solid #4ade8033}.ur-toast--err{color:#f87171;background:#0f172a;border:1px solid #f8717133}.cfg-page{max-width:1280px;padding:20px 24px 80px}.cfg-page__header{margin-bottom:18px}.cfg-page__title{color:#0f172a;font-size:20px;font-weight:800}.cfg-page__sub{color:#64748b;margin-top:3px;font-size:12.5px}.cfg-cards{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;display:grid}.cfg-card{cursor:pointer;background:#fff;border:1px solid #e5edf7;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:box-shadow .2s,border-color .2s,transform .15s;display:flex}.cfg-card:hover{border-color:#c7d9f3;transform:translateY(-1px);box-shadow:0 6px 20px #0f172a14}.cfg-card__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cfg-card__body{flex:1;min-width:0}.cfg-card__label{font-size:12px;font-weight:800;line-height:1.3;display:block}.cfg-card__desc{color:#64748b;margin-top:2px;font-size:10.5px;line-height:1.4;display:block}.cfg-card__arrow{color:#cbd5e1;flex-shrink:0}.cfg-main-grid{grid-template-columns:1fr 380px;align-items:start;gap:18px;display:grid}.cfg-col{flex-direction:column;gap:18px;display:flex}.cfg-section{background:#fff;border:1px solid #e5edf7;border-radius:14px;padding:18px 20px;box-shadow:0 2px 10px #0f172a0a}.cfg-section__title{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:800}.cfg-section__header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cfg-section__header-row .cfg-section__title{margin-bottom:0}.cfg-general-grid{grid-template-columns:1fr 1fr;gap:0 24px;display:grid}.cfg-fields{flex-direction:column;gap:10px;display:flex}.cfg-field{flex-direction:column;gap:4px;display:flex}.cfg-field__label{color:#475569;font-size:11.5px;font-weight:700}.cfg-field__select{color:#0f172a;appearance:none;cursor:pointer;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 8px center no-repeat;border:1px solid #dce5f5;border-radius:8px;outline:none;height:34px;padding:0 30px 0 10px;font-size:12px;font-weight:600;transition:border-color .2s}.cfg-field__select:focus{border-color:#3b82f6}.cfg-field__select:disabled{opacity:.6;cursor:not-allowed}.cfg-toggles{flex-direction:column;gap:12px;display:flex}.cfg-toggle-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cfg-toggle-row__text{flex:1;align-items:flex-start;gap:8px;display:flex}.cfg-toggle-row__label{color:#0f172a;font-size:12px;font-weight:700}.cfg-toggle-row__sub{color:#64748b;margin-top:1px;font-size:11px}.cfg-save-btn{color:#fff;cursor:pointer;background:linear-gradient(#3181f6,#1a63ea);border:none;border-radius:9px;align-items:center;gap:8px;height:38px;margin-top:18px;padding:0 20px;font-size:13px;font-weight:700;transition:opacity .2s;display:inline-flex;box-shadow:0 6px 18px #1a63ea47}.cfg-save-btn:disabled{opacity:.7;cursor:not-allowed}.cfg-edit-btn{color:#3b82f6;cursor:pointer;background:#fff;border:1px solid #dce5f5;border-radius:7px;align-items:center;gap:5px;height:28px;padding:0 12px;font-size:12px;font-weight:700;transition:background .2s;display:inline-flex}.cfg-edit-btn:hover{background:#eff6ff}.cfg-company-grid{flex-direction:column;gap:10px;display:flex}.cfg-info-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;min-height:28px;padding-bottom:10px;display:flex}.cfg-info-row:last-child{border-bottom:none}.cfg-info-row__label{color:#64748b;flex-shrink:0;width:130px;font-size:12px;font-weight:700}.cfg-info-row__value{color:#0f172a;flex:1;font-size:12.5px;font-weight:600}.cfg-info-row__input{color:#0f172a;border:1px solid #dce5f5;border-radius:7px;outline:none;flex:1;height:30px;padding:0 10px;font-size:12px}.cfg-info-row__input:focus{border-color:#3b82f6}.cfg-logo-row{border-top:1px solid #f1f5f9;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.cfg-logo-row__label{color:#64748b;width:130px;font-size:12px;font-weight:700}.cfg-logo-row__preview{align-items:center;gap:14px;display:flex}.cfg-logo-row__placeholder{color:#3b82f6;background:#f0f7ff;border:2px dashed #bfdbfe;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:64px;height:64px;font-size:10px;font-weight:800;display:flex}.cfg-logo-row__upload{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;align-items:center;gap:6px;height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.cfg-prefs-grid{flex-direction:column;gap:10px;display:flex}.cfg-security-grid{flex-direction:column;gap:0;display:flex}.cfg-security-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.cfg-security-row:last-child{border-bottom:none}.cfg-security-row__label{color:#334155;flex:1;font-size:12.5px;font-weight:600}.cfg-security-row__select{color:#0f172a;appearance:none;cursor:pointer;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 7px center no-repeat;border:1px solid #dce5f5;border-radius:7px;outline:none;min-width:130px;height:30px;padding:0 28px 0 9px;font-size:12px;font-weight:700}.cfg-security-row__select:disabled{opacity:.6;cursor:not-allowed}.cfg-badge{border-radius:99px;align-items:center;height:24px;padding:0 10px;font-size:11.5px;font-weight:700;display:inline-flex}.cfg-badge--green{color:#15803d;background:#22c55e1f}.cfg-badge--gray{color:#64748b;background:#94a3b81f}.cfg-data-list{flex-direction:column;gap:0;display:flex}.cfg-data-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:11px 0;display:flex}.cfg-data-row:last-child{border-bottom:none}.cfg-data-row__icon{background:#f8fafc;border:1px solid #e5edf7;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cfg-data-row__text{flex:1;min-width:0}.cfg-data-row__label{color:#0f172a;font-size:12.5px;font-weight:700}.cfg-data-row__sub{color:#64748b;margin-top:1px;font-size:11px}.cfg-data-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;height:28px;padding:0 12px;font-size:11.5px;font-weight:700;transition:opacity .2s}.cfg-data-btn--blue{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.cfg-data-btn--blue:hover{background:#dbeafe}.cfg-data-btn--red{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.cfg-data-btn--red:hover{background:#fee2e2}.cfg-notice-bar{bottom:0;left:var(--sidebar-width);z-index:40;background:linear-gradient(135deg,#eff6ff,#e0f2fe);border-top:1px solid #bfdbfe;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;display:flex;position:fixed;right:0}.cfg-notice-bar__left{color:#1e40af;align-items:center;gap:10px;font-size:12.5px;display:flex}.cfg-restore-btn{color:#1d4ed8;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:12px;font-weight:700;transition:background .2s;display:inline-flex}.cfg-restore-btn:hover{background:#dbeafe}.cfg-card--active{border-width:2px}.cfg-panel{background:#fff;border:1px solid #e5edf7;border-radius:16px;margin-bottom:80px;overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.cfg-panel__header{background:#f8fafc;border-bottom:1px solid #e5edf7;border-left:4px solid;align-items:center;gap:14px;padding:16px 22px;display:flex}.cfg-panel__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cfg-panel__title{color:#0f172a;font-size:15px;font-weight:800}.cfg-panel__desc{color:#64748b;margin-top:2px;font-size:12px}.cfg-panel__body{padding:22px 24px}.cfg-panel__edit-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.cfg-accordions{flex-direction:column;gap:10px;margin-bottom:80px;display:flex}.cfg-accordion{background:#fff;border:1px solid #e5edf7;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.cfg-accordion__head{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:14px 18px;transition:background .15s;display:flex}.cfg-accordion__head:hover{background:#f8fafc}.cfg-accordion__icon-wrap{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.cfg-accordion__title{color:#0f172a;flex:1;font-size:13.5px;font-weight:800}.cfg-accordion__chevron{color:#94a3b8}.cfg-accordion__body{border-top:1px solid #f1f5f9;padding:6px 20px 20px}.cfg-2col{grid-template-columns:1fr 1fr;gap:0 28px;display:grid}.cfg-section-body{padding:0}.cfg-save-bar{border-top:1px solid #f1f5f9;justify-content:flex-start;margin-top:4px;padding-top:16px;display:flex}.cfg-field__input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #dce5f5;border-radius:8px;outline:none;width:100%;height:34px;padding:0 10px;font-size:12px;font-weight:600;transition:border-color .2s}.cfg-field__input:focus{border-color:#3b82f6}.cfg-field__input:disabled{opacity:.6;cursor:not-allowed}.branch-section{flex-direction:column;gap:14px;display:flex}.branch-section__toolbar{justify-content:space-between;align-items:center;display:flex}.branch-section__count{color:#64748b;font-size:12px;font-weight:700}.branch-section__empty{text-align:center;color:#94a3b8;padding:32px;font-size:13px}.branch-list{flex-direction:column;gap:8px;display:flex}.branch-card{background:#f8fafc;border:1px solid #e5edf7;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:background .15s;display:flex}.branch-card:hover{background:#f1f5f9}.branch-card--inactive{opacity:.6}.branch-card__icon{background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.branch-card__body{flex:1;min-width:0}.branch-card__name{color:#0f172a;font-size:13px;font-weight:700}.branch-card__meta{color:#64748b;align-items:center;gap:5px;margin-top:2px;font-size:11.5px;display:flex}.branch-card__status{flex-shrink:0}.branch-card__actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.branch-badge{border-radius:99px;align-items:center;gap:4px;height:22px;padding:0 9px;font-size:11px;font-weight:700;display:inline-flex}.branch-badge--green{color:#15803d;background:#22c55e1a}.branch-badge--gray{color:#64748b;background:#94a3b81f}.branch-badge--red{color:#dc2626;background:#ef44441a}.branch-icon-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e5edf7;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex}.branch-icon-btn:hover{background:#f1f5f9}.branch-icon-btn--danger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.branch-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:12px;font-weight:700;transition:opacity .2s;display:inline-flex}.branch-btn--primary{color:#fff;background:#3b82f6}.branch-btn--primary:hover{opacity:.9}.branch-toast{z-index:9999;border-radius:10px;align-items:center;gap:8px;min-width:240px;padding:10px 16px;font-size:12.5px;font-weight:600;animation:.25s cubic-bezier(.16,1,.3,1) slideUpIn;display:flex;position:fixed;bottom:90px;right:24px;box-shadow:0 8px 24px #00000024}.branch-toast--ok{color:#4ade80;background:#0f172a;border:1px solid #4ade8033}.branch-toast--err{color:#f87171;background:#0f172a;border:1px solid #f8717133}.backup-manual-card{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;align-items:center;gap:14px;margin-bottom:4px;padding:16px;display:flex}.backup-history{flex-direction:column;gap:6px;display:flex}.backup-row{background:#f8fafc;border:1px solid #e5edf7;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;display:flex}.backup-row__info{flex-direction:column;flex:1;display:flex}.backup-row__date{color:#0f172a;font-size:12px;font-weight:600}.backup-row__size{color:#64748b;font-size:11px}.ie-export-list{flex-direction:column;gap:6px;display:flex}.ie-export-row{background:#f8fafc;border:1px solid #e5edf7;border-radius:9px;align-items:center;gap:12px;padding:10px 12px;display:flex}.ie-export-row__icon{background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ie-export-row__text{flex:1}.ie-export-row__label{color:#0f172a;font-size:12.5px;font-weight:700}.ie-export-row__desc{color:#64748b;margin-top:1px;font-size:11px}.ie-required-cols{flex-wrap:wrap;align-items:center;gap:5px;margin-bottom:12px;font-size:11.5px;display:flex}.ie-col-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;padding:1px 7px;font-size:11px;font-weight:700}.ie-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #bfdbfe;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;transition:border-color .2s,background .2s;display:flex}.ie-dropzone:hover{background:#eff6ff;border-color:#3b82f6}.ie-dropzone__label{color:#0f172a;font-size:13px;font-weight:700}.ie-dropzone__sub{color:#64748b;font-size:11.5px}.ie-result{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:10px;margin-top:10px;padding:12px 14px;display:flex}.ie-note{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px 12px;font-size:11.5px;line-height:1.5;display:flex}.sec-page{max-width:1100px;margin:0 auto;padding:24px 28px}.sec-page__header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.sec-page__header-icon{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 14px #3b82f652}.sec-page__title{color:#0f172a;letter-spacing:-.02em;font-size:20px;font-weight:800;line-height:1.2}.sec-page__sub{color:#64748b;margin-top:3px;font-size:12.5px}.sec-tabs{background:#f1f5f9;border-radius:12px;flex-wrap:wrap;gap:4px;margin-bottom:22px;padding:4px;display:flex}.sec-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:7px;height:36px;padding:0 16px;font-size:12.5px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;display:flex}.sec-tab:hover{color:#0f172a;background:#ffffffb3}.sec-tab--active{color:#1d4ed8;background:#fff;box-shadow:0 2px 10px #00000012}.sec-panel{background:#fff;border:1px solid #e5edf7;border-radius:14px;overflow:hidden;box-shadow:0 2px 16px #0f172a0a}.sec-panel__bar{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.sec-panel__title{color:#0f172a;align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.sec-refresh-btn,.sec-danger-btn,.sec-primary-btn,.sec-ghost-btn,.sec-revoke-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 13px;font-size:12px;font-weight:700;transition:background .15s,box-shadow .15s;display:inline-flex}.sec-refresh-btn{color:#475569;background:#f1f5f9}.sec-refresh-btn:hover{background:#e2e8f0}.sec-danger-btn{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.sec-danger-btn:hover{background:#fee2e2}.sec-primary-btn{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 2px 8px #3b82f64d}.sec-primary-btn:hover{box-shadow:0 4px 14px #3b82f666}.sec-primary-btn:disabled{opacity:.6;cursor:not-allowed}.sec-ghost-btn{color:#64748b;background:0 0;border:1px solid #e2e8f0}.sec-ghost-btn:hover{background:#f8fafc}.sec-revoke-btn{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3;flex-shrink:0;height:28px;padding:0 10px;font-size:11.5px}.sec-revoke-btn:hover{background:#ffe4e6}.sec-loading,.sec-empty{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:56px 24px;font-size:13px;font-weight:600;display:flex}.sec-empty svg{opacity:.35}.sec-table-wrap{overflow-x:auto}.sec-table{border-collapse:collapse;width:100%;font-size:12.5px}.sec-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.07em;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5edf7;padding:10px 16px;font-size:10.5px;font-weight:800}.sec-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .12s}.sec-table tbody tr:last-child{border-bottom:none}.sec-table tbody tr:hover{background:#f8fafc}.sec-table tbody td{color:#0f172a;vertical-align:middle;padding:11px 16px}.sec-badge{text-transform:capitalize;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.sec-badge--green{color:#166534;background:#dcfce7}.sec-badge--red{color:#991b1b;background:#fee2e2}.sec-method{color:#475569;text-transform:capitalize;background:#f1f5f9;border-radius:5px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.sec-ip{font-family:var(--font-mono);color:#475569;background:#f8fafc;border-radius:5px;padding:2px 7px;font-size:11px}.sec-table__date{color:#64748b;white-space:nowrap;align-items:center;gap:5px;font-size:11.5px;display:flex}.sec-table__device{color:#475569;max-width:220px;font-size:11.5px}.sec-table__user{font-weight:700}.sec-pagination{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 20px;display:flex}.sec-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;height:30px;padding:0 13px;font-size:11.5px;font-weight:700;transition:background .15s}.sec-page-btn:hover:not(:disabled){background:#f1f5f9}.sec-page-btn:disabled{opacity:.4;cursor:not-allowed}.sec-page-info{color:#64748b;text-align:center;flex:1;font-size:12px;font-weight:600}.sec-sessions{flex-direction:column;gap:0;display:flex}.sec-session-card{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:16px 20px;transition:background .12s;display:flex}.sec-session-card:last-child{border-bottom:none}.sec-session-card:hover{background:#f8fafc}.sec-session-card--current{background:#f0f9ff}.sec-session-card--current:hover{background:#e0f2fe}.sec-session-card__icon{color:#475569;background:#f1f5f9;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sec-session-card--current .sec-session-card__icon{color:#1d4ed8;background:#dbeafe}.sec-session-card__info{flex:1;min-width:0}.sec-session-card__name{color:#0f172a;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.sec-current-badge{color:#1d4ed8;background:#dbeafe;border-radius:99px;align-items:center;padding:1px 8px;font-size:10px;font-weight:800;display:inline-flex}.sec-session-card__meta{color:#64748b;margin-top:3px;font-size:11.5px}.sec-session-card__time{color:#94a3b8;align-items:center;gap:4px;margin-top:4px;font-size:11px;display:flex}.sec-2fa{flex-direction:column;gap:24px;padding:24px;display:flex}.sec-2fa__status{border:1px solid;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 20px;display:flex}.sec-2fa__status--on{background:#f0fdf4;border-color:#bbf7d0}.sec-2fa__status--off{background:#fafafa;border-color:#e2e8f0}.sec-2fa__status-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.sec-2fa__status--on .sec-2fa__status-icon{color:#166534;background:#dcfce7}.sec-2fa__status--off .sec-2fa__status-icon{color:#94a3b8;background:#f1f5f9}.sec-2fa__status-title{color:#0f172a;font-size:14px;font-weight:700}.sec-2fa__status-sub{color:#64748b;margin-top:3px;font-size:12px}.sec-2fa__setup-cta{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;display:flex}.sec-2fa__cta-icon{color:#94a3b8}.sec-2fa__setup-cta h4{color:#0f172a;font-size:16px;font-weight:800}.sec-2fa__setup-cta p{color:#64748b;max-width:380px;font-size:12.5px;line-height:1.6}.sec-2fa__enroll{flex-direction:column;gap:24px;padding:4px 0;display:flex}.sec-2fa__enroll-step{align-items:flex-start;gap:18px;display:flex}.sec-2fa__step-num{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex}.sec-2fa__step-title{color:#0f172a;font-size:14px;font-weight:700}.sec-2fa__step-sub{color:#64748b;margin:4px 0 12px;font-size:12px}.sec-2fa__qr-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:160px;height:160px;padding:8px}.sec-2fa__qr{object-fit:contain;width:100%;height:100%}.sec-2fa__secret-wrap{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.sec-2fa__secret-label{color:#64748b;font-size:12px;font-weight:600}.sec-2fa__secret{font-family:var(--font-mono);color:#1d4ed8;word-break:break-all;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px}.sec-2fa__code-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sec-2fa__code-input{letter-spacing:.2em;text-align:center;width:140px;height:40px;font-size:22px;font-weight:700;font-family:var(--font-mono);border:1px solid #e2e8f0;border-radius:9px;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s}.sec-2fa__code-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.sec-pw-wrap{grid-template-columns:260px 1fr;align-items:start;gap:28px;padding:24px;display:grid}.sec-pw-requirements{background:#f8fafc;border:1px solid #e5edf7;border-radius:12px;padding:16px}.sec-pw-req__title{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-size:12px;font-weight:800}.sec-pw-req__list{flex-direction:column;gap:8px;list-style:none;display:flex}.sec-pw-req__item{color:#94a3b8;align-items:center;gap:9px;font-size:12px;font-weight:600;transition:color .2s;display:flex}.sec-pw-req__item--ok{color:#166534}.sec-pw-req__dot{background:#e2e8f0;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}.sec-pw-req__item--ok .sec-pw-req__dot{background:#22c55e}.sec-pw-form{flex-direction:column;gap:14px;display:flex}@media (max-width:700px){.sec-pw-wrap{grid-template-columns:1fr}.sec-tabs{gap:2px}.sec-tab{padding:0 10px;font-size:11px}.sec-page{padding:16px}}.db2-page{--db2-bg:#f3f7fd;--db2-card:#ffffffeb;--db2-card-strong:#fffffffa;--db2-card-border:#d9e2eff2;--db2-title:#172554;--db2-copy:#64748b;--db2-muted:#8a96aa;--db2-shadow:0 20px 50px #0f172a14;--db2-shadow-soft:0 12px 28px #0f172a0d;background:radial-gradient(circle at 0% 0%, #2563eb14, transparent 24%), radial-gradient(circle at 100% 0%, #22c55e0d, transparent 22%), linear-gradient(180deg, #fdfefe 0%, var(--db2-bg) 100%);flex-direction:column;gap:18px;max-width:1600px;min-height:100%;padding:26px 28px 36px;display:flex;position:relative}.db2-page:before{content:"";pointer-events:none;background:linear-gradient(#fff9,#0000);height:240px;position:absolute;inset:0 0 auto}.db2-header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:6px 2px 2px;display:flex;position:relative}.db2-header__left{align-items:center;gap:14px;display:flex}.db2-header__copy{flex-direction:column;gap:4px;display:flex}.db2-header__eyebrow{color:#1d4ed8;letter-spacing:.12em;text-transform:uppercase;background:#dbeafee6;border-radius:999px;align-self:flex-start;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:800;display:inline-flex}.db2-header__icon{color:#2563eb;width:44px;height:44px;box-shadow:var(--db2-shadow-soft);background:linear-gradient(145deg,#2563eb24,#ffffffd1);border:1px solid #bfdbfef2;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:11px;display:flex}.db2-header__title{color:var(--db2-title);letter-spacing:-.04em;font-size:29px;font-weight:800;line-height:1.05}.db2-header__sub{color:var(--db2-copy);max-width:640px;margin-top:2px;font-size:12.5px;font-weight:500}.db2-header__right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.db2-chip{border:1px solid var(--db2-card-border);background:var(--db2-card-strong);color:#475569;height:42px;box-shadow:var(--db2-shadow-soft);border-radius:14px;align-items:center;gap:8px;padding:0 14px;font-size:12.5px;font-weight:700;display:inline-flex}.db2-branch-sel{border:1px solid var(--db2-card-border);background:var(--db2-card-strong);color:#334155;cursor:pointer;height:42px;box-shadow:var(--db2-shadow-soft);border-radius:14px;outline:none;padding:0 15px;font-size:12.5px;font-weight:700}.db2-refresh{border:1px solid var(--db2-card-border);background:var(--db2-card-strong);color:#64748b;cursor:pointer;width:42px;height:42px;box-shadow:var(--db2-shadow-soft);border-radius:14px;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .15s,box-shadow .15s;display:flex}.db2-refresh:hover{color:#2563eb;background:#eff6ff;transform:translateY(-1px);box-shadow:0 16px 32px #2563eb24}.db2-spin{animation:.8s linear infinite db2-spin}@keyframes db2-spin{to{transform:rotate(360deg)}}.db2-error{z-index:1;color:#b91c1c;background:#fff2f2;border:1px solid #ffd4d4;border-radius:16px;padding:12px 16px;font-size:13px;font-weight:600;position:relative;box-shadow:0 10px 28px #7f1d1d0f}.db2-kpi-grid,.db2-fin-row{z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid;position:relative}.db2-kpi{background:var(--db2-card);border:1px solid var(--db2-card-border);min-height:126px;box-shadow:var(--db2-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:22px;align-items:flex-start;gap:14px;padding:18px 18px 17px;transition:box-shadow .18s,transform .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.db2-kpi:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff80,#0000 56%);position:absolute;inset:0}.db2-kpi:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb0f,#0000 68%);border-radius:999px;width:104px;height:104px;position:absolute;bottom:-26px;right:-26px}.db2-kpi:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 24px 50px #0f172a1f}.db2-kpi__icon{border:1px solid #fff9;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:inset 0 1px #ffffff73}.db2-kpi__body{z-index:1;flex-direction:column;gap:2px;display:flex;position:relative}.db2-kpi__label{color:#7a869c;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800}.db2-kpi__value{color:var(--db2-title);letter-spacing:-.035em;margin-top:5px;font-size:28px;font-weight:800;line-height:1.08}.db2-kpi__sub{color:var(--db2-copy);align-items:center;gap:4px;margin-top:6px;font-size:11px;font-weight:700;display:flex}.db2-kpi__sub--up{color:#16a34a}.db2-kpi__sub--down{color:#ef4444}.db2-fin-card{color:#fff;border-radius:16px;padding:18px 20px;position:relative;overflow:hidden}.db2-fin-card:after{content:"";background:#ffffff1f;border-radius:50%;width:80px;height:80px;position:absolute;top:-20px;right:-20px}.db2-fin-card--blue{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.db2-fin-card--green{background:linear-gradient(135deg,#15803d,#16a34a)}.db2-fin-card--purple{background:linear-gradient(135deg,#6d28d9,#7c3aed)}.db2-fin-card--orange{background:linear-gradient(135deg,#b45309,#d97706)}.db2-fin-card__label{opacity:.85;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.db2-fin-card__value{margin-top:4px;font-size:22px;font-weight:800;line-height:1.1}.db2-fin-card__meta{opacity:.8;margin-top:4px;font-size:11px;font-weight:600}.db2-panel{z-index:1;background:var(--db2-card);border:1px solid var(--db2-card-border);box-shadow:var(--db2-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:18px 20px;position:relative;overflow:hidden}.db2-panel:before{content:"";pointer-events:none;background:linear-gradient(#ffffff47,#0000 32%);position:absolute;inset:0}.db2-panel__hd{z-index:1;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex;position:relative}.db2-panel__title{color:var(--db2-title);text-transform:uppercase;letter-spacing:.1em;font-size:12.5px;font-weight:800}.db2-panel__action{color:#2563eb;white-space:nowrap;background:#eff6ffeb;border:1px solid #bfdbfeeb;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.db2-empty{text-align:center;color:#94a3b8;padding:24px 0;font-size:13px;font-weight:600}.db2-pay-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.db2-pay-item{box-shadow:var(--db2-shadow-soft), inset 0 1px 0 #fff9;background:linear-gradient(#fff,#fbfdff);border:1px solid #edf2f8;border-radius:18px;flex-direction:column;gap:8px;padding:16px;display:flex}.db2-pay-item__icon{border:1px solid #ffffffa6;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.db2-pay-item__label{color:#7a869c;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.db2-pay-item__value{color:var(--db2-title);font-size:16px;font-weight:800}.db2-pay-item__bar-track{background:#e9eef6;border-radius:999px;height:5px;overflow:hidden}.db2-pay-item__bar-fill{border-radius:999px;height:100%;transition:width .4s}.db2-pay-item__pct{color:#94a3b8;font-size:11px;font-weight:800}.db2-chart-row{grid-template-columns:1.45fr 1fr;gap:16px;display:grid}.db2-chart-wrap{height:235px}.db2-chart-ph{background:#eef3f9;border-radius:16px;height:235px}.db2-table-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.db2-table{border-collapse:collapse;width:100%;font-size:12.5px}.db2-table th{text-align:left;color:#8b98ad;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #eef2f8;padding:0 8px 10px;font-size:10px;font-weight:800}.db2-table td{color:#1e293b;border-bottom:1px solid #f6f8fb;padding:10px 8px}.db2-table tr:last-child td{border-bottom:none}.db2-table__rank{color:#94a3b8;width:24px;font-size:11px;font-weight:800}.db2-table__num{color:#475569;font-weight:700}.db2-table__amt{color:var(--db2-title);font-weight:800}.db2-ta-r{text-align:right!important}.db2-name-cell{color:#1e293b;align-items:center;gap:8px;font-weight:700;display:flex}.db2-avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:flex;box-shadow:inset 0 1px #ffffff59}.db2-avatar--warn{color:#92400e;background:#fef3c7}.db2-avatar--sm{width:24px;height:24px;font-size:9px}.db2-badge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:3px;height:22px;padding:0 8px;font-size:10px;font-weight:800;display:inline-flex}.db2-badge--warn{color:#92400e;background:#fef3c7}.db2-badge--red{color:#991b1b;background:#fee2e2}.db2-badge--blue{color:#1e40af;background:#dbeafe}.db2-see-all{color:#2563eb;cursor:pointer;font-size:11.5px;font-weight:700}.db2-stock-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.db2-stock-card{box-shadow:var(--db2-shadow-soft), inset 0 1px 0 #fff6;border:1px solid;border-radius:18px;padding:15px}.db2-stock-card--low{background:linear-gradient(#fffef5,#fff8dc);border-color:#fde68a}.db2-stock-card--oos{background:linear-gradient(#fff8f8,#fef2f2);border-color:#fecaca}.db2-stock-card__top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.db2-stock-card__name{color:#1e293b;margin-bottom:6px;font-size:12px;font-weight:700;line-height:1.3}.db2-stock-card__qty{color:#475569;justify-content:space-between;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.db2-stock-card__reorder{color:#94a3b8}.db2-stock-bar{background:#00000014;border-radius:999px;height:4px;overflow:hidden}.db2-stock-bar__fill{border-radius:999px;height:100%;transition:width .4s}.db2-branch-list{flex-direction:column;gap:14px;display:flex}.db2-branch-item__top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.db2-branch-item__name{color:#1e293b;align-items:center;gap:5px;font-size:12.5px;font-weight:700;display:flex}.db2-branch-item__val{color:var(--db2-title);font-size:13px;font-weight:800}.db2-bar-track{background:#ebf0f7;border-radius:999px;height:7px;margin-bottom:6px;overflow:hidden}.db2-bar-fill{border-radius:999px;height:100%;transition:width .5s}.db2-quick-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.db2-quick-card{box-shadow:var(--db2-shadow-soft), inset 0 1px 0 #ffffff8c;background:linear-gradient(#fff,#f9fbff);border:1px solid #edf2f8;border-radius:18px;flex-direction:column;gap:7px;padding:15px;transition:box-shadow .15s,transform .15s;display:flex}.db2-quick-card:hover{transform:translateY(-1px);box-shadow:0 16px 32px #0f172a14}.db2-quick-card__icon{border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.db2-quick-card__label{color:#7a869c;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.db2-quick-card__value{color:var(--db2-title);font-size:15px;font-weight:800;line-height:1.25}@media (max-width:1100px){.db2-page{padding:20px 18px 30px}.db2-header__title{font-size:25px}.db2-kpi-grid,.db2-fin-row{grid-template-columns:repeat(2,1fr)}.db2-stock-grid,.db2-quick-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.db2-chart-row,.db2-table-row{grid-template-columns:1fr}.db2-pay-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.db2-kpi-grid,.db2-fin-row{grid-template-columns:1fr}.db2-stock-grid,.db2-pay-grid,.db2-quick-grid{grid-template-columns:repeat(2,1fr)}.db2-page{padding:14px 12px 24px}.db2-header__title{font-size:22px}.db2-kpi__value{font-size:24px}}.barcode-studio{z-index:90;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.barcode-studio__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a75;position:absolute;inset:0}.barcode-studio__panel{background:#fff;border:1px solid #dbe4f0;border-radius:24px;flex-direction:column;width:min(1280px,100vw - 40px);max-height:calc(100vh - 40px);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 80px #0f172a3d}.barcode-studio__header{background:linear-gradient(135deg,#eff6ff,#f8fafc 45%,#fff7ed);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 26px 20px;display:flex}.barcode-studio__header h2{color:#0f172a;margin-bottom:6px;font-size:24px;font-weight:800}.barcode-studio__header p,.barcode-studio__product-head p{color:#64748b;font-size:13px}.barcode-studio__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#2563eb;margin-bottom:8px;font-size:11px;font-weight:800}.barcode-studio__close,.barcode-studio__icon-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.barcode-studio__icon-btn--danger{color:#b91c1c}.barcode-studio__notice{border-radius:14px;margin:14px 26px 0;padding:11px 14px;font-size:13px;font-weight:700}.barcode-studio__notice--success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.barcode-studio__notice--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.barcode-studio__body{flex:1;grid-template-columns:280px 1fr;min-height:0;display:grid}.barcode-studio__sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;gap:14px;min-height:0;padding:18px;display:flex}.barcode-studio__sidebar-head{flex-direction:column;gap:10px;display:flex}.barcode-studio__search{color:#64748b;background:#fff;border:1px solid #dbe4f0;border-radius:14px;align-items:center;gap:10px;height:42px;padding:0 14px;display:flex}.barcode-studio__search input,.barcode-studio__form-grid input,.barcode-studio__form-grid select,.barcode-studio__label-grid input,.barcode-studio__label-grid select,.barcode-studio__row input,.barcode-studio__row select{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:13px}.barcode-studio__toggle-all,.barcode-studio__action{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.barcode-studio__action--primary{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);border-color:#0000}.barcode-studio__product-list{flex-direction:column;gap:8px;display:flex;overflow:auto}.barcode-studio__product{cursor:pointer;text-align:left;background:#fff;border:1px solid #0000;border-radius:16px;grid-template-columns:20px 1fr;align-items:center;gap:12px;padding:13px 14px;display:grid}.barcode-studio__product--active{border-color:#93c5fd;box-shadow:inset 0 0 0 1px #2563eb2e}.barcode-studio__check{color:#0000;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.barcode-studio__check--active{color:#fff;background:#2563eb;border-color:#2563eb}.barcode-studio__product-copy{flex-direction:column;gap:4px;display:flex}.barcode-studio__product-copy strong{color:#0f172a;font-size:13px}.barcode-studio__product-copy span{color:#64748b;font-size:12px}.barcode-studio__main{flex-direction:column;gap:16px;padding:22px 24px 24px;display:flex;overflow:auto}.barcode-studio__product-head,.barcode-studio__product-actions,.barcode-studio__batch-actions,.barcode-studio__preview-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.barcode-studio__product-title{color:#0f172a;align-items:center;gap:10px;font-size:18px;font-weight:800;display:flex}.barcode-studio__grid{grid-template-columns:1.1fr 1fr;gap:16px;display:grid}.barcode-studio__grid--labels{align-items:start}.barcode-studio__card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:14px;padding:18px;display:flex}.barcode-studio__card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.barcode-studio__card-head strong{color:#0f172a;font-size:14px}.barcode-studio__card-head span,.barcode-studio__empty{color:#64748b;font-size:12px}.barcode-studio__form-grid,.barcode-studio__label-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.barcode-studio__form-grid label,.barcode-studio__label-grid label{flex-direction:column;gap:7px;display:flex}.barcode-studio__form-grid span,.barcode-studio__label-grid span{letter-spacing:.04em;text-transform:uppercase;color:#64748b;font-size:11px;font-weight:800}.barcode-studio__form-grid input,.barcode-studio__form-grid select,.barcode-studio__label-grid input,.barcode-studio__label-grid select,.barcode-studio__row input,.barcode-studio__row select{background:#fff;border:1px solid #dbe4f0;border-radius:12px;height:42px;padding:0 12px}.barcode-studio__system-list,.barcode-studio__rows,.barcode-studio__toggles{flex-direction:column;gap:10px;display:flex}.barcode-studio__system-row,.barcode-studio__row{align-items:center;gap:10px;display:grid}.barcode-studio__system-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:90px 1fr;padding:12px 14px}.barcode-studio__system-row span{color:#64748b;text-transform:uppercase;font-size:11px;font-weight:800}.barcode-studio__system-row strong{color:#0f172a;font-size:13px}.barcode-studio__row{grid-template-columns:1.6fr .9fr .9fr 1.1fr 34px 34px}.barcode-studio__toggle{color:#334155;align-items:center;gap:10px;font-size:13px;display:inline-flex}.barcode-studio__preview{background:linear-gradient(#fff,#f8fafc);border:1px dashed #cbd5e1;border-radius:18px;flex-direction:column;justify-content:space-between;gap:5px;padding:10px;display:flex}.barcode-studio__preview-name{color:#111827;font-size:10px;font-weight:800;line-height:1.2}.barcode-studio__preview-meta{color:#475569;font-size:8px;line-height:1.2}.barcode-studio__preview-bars{justify-content:center;align-items:center;height:64px;display:flex;overflow:hidden}.barcode-studio__preview-bars svg{width:100%;height:100%}.barcode-studio__preview-qr{object-fit:contain;width:64px;height:64px}.barcode-studio__preview-code{text-align:center;color:#111827;letter-spacing:.08em;font-size:8px}.barcode-studio__preview-row{color:#334155;font-size:8px}.barcode-studio__empty--center{justify-content:center;align-items:center;min-height:320px;display:flex}@media (max-width:1080px){.barcode-studio__body,.barcode-studio__grid,.barcode-studio__grid--labels{grid-template-columns:1fr}.barcode-studio__sidebar{border-bottom:1px solid #e2e8f0;border-right:none}}@media (max-width:720px){.barcode-studio__panel{width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.barcode-studio__header,.barcode-studio__main,.barcode-studio__sidebar{padding-left:16px;padding-right:16px}.barcode-studio__form-grid,.barcode-studio__label-grid,.barcode-studio__row{grid-template-columns:1fr}}.inventory-ops-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.inventory-ops-card{gap:.9rem;display:grid}.inventory-ops-card textarea{resize:vertical;min-height:88px}.inventory-variants-tab{gap:1rem;display:grid}.inventory-variants-tab__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.inventory-variants-tab__header span{color:var(--muted-foreground,#64748b);margin-top:.2rem;font-size:.9rem;display:block}.inventory-variants-list{gap:1rem;display:grid}.inventory-variant-card{background:#f8fafcb8;border:1px solid #94a3b83d;border-radius:16px;padding:1rem}.inventory-variant-card__actions{justify-content:flex-end;margin-top:.75rem;display:flex}.inventory-tracking-list{gap:.65rem;display:grid}.inventory-tracking-row{background:#ffffffb3;border:1px solid #94a3b82e;border-radius:14px;gap:.2rem;padding:.75rem .9rem;display:grid}.inventory-tracking-row span{color:var(--muted-foreground,#64748b);font-size:.9rem}.po-item-receiving-meta{gap:.45rem;margin-top:.55rem;display:grid}.purchasing-note-control--compact{min-height:72px}@media (max-width:1100px){.inventory-ops-grid{grid-template-columns:1fr}.inventory-variants-tab__header{flex-direction:column;align-items:flex-start}}.catalog-page{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.catalog-hero{background:radial-gradient(circle at 100% 0,#f9731624,#0000 30%),linear-gradient(135deg,#fff,#f3f7fb);border:1px solid #dbe4f0;border-radius:1.25rem;justify-content:space-between;gap:1rem;padding:1.5rem;display:flex}.catalog-hero h1{color:#0f172a;margin:.3rem 0 .45rem;font-size:1.9rem;line-height:1.1}.catalog-hero p{color:#475569;max-width:58rem;margin:0}.catalog-kicker{color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;background:#dbeafe;border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.74rem;font-weight:700;display:inline-flex}.catalog-hero__actions{flex-wrap:wrap;align-items:flex-start;gap:.75rem;display:flex}.catalog-metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:.85rem;display:grid}.catalog-metric{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:.85rem;padding:1rem;display:flex}.catalog-metric svg{color:#ea580c}.catalog-metric strong,.catalog-metric span{display:block}.catalog-metric strong{font-size:1.1rem}.catalog-metric span{color:#64748b;font-size:.9rem}.catalog-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.catalog-tabs{flex-wrap:wrap;gap:.55rem;display:flex}.catalog-tab{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .95rem;transition:all .16s;display:inline-flex}.catalog-tab:hover,.catalog-tab--active{color:#9a3412;background:#fff7ed;border-color:#fb923c}.catalog-search{background:#fff;border:1px solid #dbe4f0;border-radius:999px;align-items:center;gap:.55rem;min-width:min(24rem,100%);padding:.8rem .95rem;display:inline-flex}.catalog-search input{color:#0f172a;background:0 0;border:0;outline:0;width:100%}.catalog-grid,.catalog-stack{flex-direction:column;gap:1rem;display:flex}.catalog-grid{grid-template-columns:minmax(18rem,27rem) minmax(0,1fr);gap:1rem;display:grid}.catalog-panel{background:#fff;border:1px solid #e2e8f0;border-radius:1.1rem;flex-direction:column;gap:1rem;padding:1.2rem;display:flex}.catalog-panel__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.catalog-panel__header h2{color:#0f172a;margin:0;font-size:1.06rem}.catalog-panel__header span{color:#64748b;font-size:.92rem}.catalog-form{flex-direction:column;gap:.9rem;display:flex}.catalog-form label,.catalog-grouping label{color:#334155;flex-direction:column;gap:.45rem;font-size:.92rem;display:flex}.catalog-form input,.catalog-form textarea,.catalog-form select,.catalog-grouping select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.85rem;outline:0;width:100%;padding:.78rem .9rem}.catalog-form textarea{resize:vertical}.catalog-select{position:relative}.catalog-select select{appearance:none;padding-right:2.3rem}.catalog-select svg{color:#64748b;pointer-events:none;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.catalog-checkbox{align-items:center;flex-direction:row!important}.catalog-checkbox input{width:auto}.catalog-form__split{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.catalog-form__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}.catalog-list{flex-direction:column;gap:.75rem;max-height:40rem;display:flex;overflow:auto}.catalog-list__item{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.95rem;justify-content:space-between;align-items:flex-start;gap:.8rem;padding:.95rem 1rem;transition:all .16s;display:flex}.catalog-list__item:hover{background:#fff7ed;border-color:#fdba74}.catalog-list__item--static{cursor:default}.catalog-list__item strong,.catalog-list__item span,.catalog-list__item small{display:block}.catalog-list__item strong{color:#0f172a}.catalog-list__item span,.catalog-list__item small{color:#64748b}.catalog-alert,.catalog-loading,.catalog-highlight{border-radius:.95rem;align-items:center;gap:.65rem;padding:.9rem 1rem;display:flex}.catalog-alert--success{color:#166534;background:#ecfdf5;border:1px solid #a7f3d0}.catalog-alert--error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3}.catalog-loading{color:#475569;background:#fff;border:1px dashed #cbd5e1;justify-content:center}.catalog-highlight{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.catalog-grouping{flex-direction:column;gap:1rem;display:flex}.catalog-grouping__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;max-height:36rem;display:grid;overflow:auto}.catalog-grouping__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.95rem;align-items:flex-start;gap:.75rem;padding:.95rem;display:flex}.catalog-grouping__item--active{background:#fff7ed;border-color:#fdba74}.catalog-grouping__item input{width:auto;margin-top:.18rem}.catalog-button,.catalog-text-button,.catalog-icon-button{cursor:pointer;border:0;justify-content:center;align-items:center;gap:.45rem;transition:all .16s;display:inline-flex}.catalog-button{border-radius:.9rem;padding:.75rem 1rem;font-weight:600}.catalog-button--primary{color:#fff;background:linear-gradient(135deg,#ea580c,#f97316)}.catalog-button--secondary{color:#334155;background:#fff;border:1px solid #dbe4f0}.catalog-button--danger{color:#be123c;background:#fff1f2}.catalog-text-button{color:#ea580c;background:0 0;font-weight:600}.catalog-icon-button{color:#be123c;background:#fff;border:1px solid #fecdd3;border-radius:999px;width:2.1rem;height:2.1rem}.catalog-button:disabled,.catalog-text-button:disabled,.catalog-icon-button:disabled{opacity:.65;cursor:not-allowed}.catalog-spin{animation:.8s linear infinite catalog-spin}@keyframes catalog-spin{to{transform:rotate(360deg)}}@media (max-width:1180px){.catalog-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-grid,.catalog-grouping__list{grid-template-columns:1fr}}@media (max-width:760px){.catalog-page{padding:1rem}.catalog-hero{flex-direction:column}.catalog-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-search{width:100%;min-width:0}.catalog-form__split{grid-template-columns:1fr}}@media (max-width:520px){.catalog-metrics{grid-template-columns:1fr}}@keyframes po-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite po-spin}.po-confirm-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out po-fadeIn;display:flex;position:fixed;inset:0}@keyframes po-fadeIn{0%{opacity:0}to{opacity:1}}.po-confirm-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px 28px 24px;animation:.22s ease-out po-slideUp;box-shadow:0 24px 64px #0f172a2e}@keyframes po-slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.po-confirm-modal__icon-wrap{margin-bottom:16px}.po-confirm-modal__icon--info{color:#2563eb}.po-confirm-modal__icon--danger{color:#dc2626}.po-confirm-modal__title{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:800}.po-confirm-modal__message{color:#64748b;margin-bottom:24px;font-size:13px;line-height:1.6}.po-confirm-modal__actions{justify-content:center;gap:10px;display:flex}.po-confirm-modal__btn{border-radius:12px;min-width:110px;min-height:42px;font-size:13px;font-weight:700}.btn--danger{color:#fff!important;background:linear-gradient(#ef4444 0%,#dc2626 100%)!important;border:none!important}.btn--danger:hover{background:linear-gradient(#dc2626 0%,#b91c1c 100%)!important}.po-payment-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;animation:.22s ease-out po-slideUp;overflow:hidden;box-shadow:0 24px 64px #0f172a2e}.po-payment-modal__header{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #d1e3f6;align-items:center;gap:14px;padding:20px 24px;display:flex}.po-payment-modal__header-icon{color:#fff;background:#2563eb;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.po-payment-modal__header h3{color:#0f172a;margin:0;font-size:16px;font-weight:800}.po-payment-modal__header p{color:#64748b;margin:2px 0 0;font-size:12px}.po-payment-modal__close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #d1e3f6;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;display:inline-flex}.po-payment-modal__close:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.po-payment-modal__summary{background:#e2e8f0;grid-template-columns:1fr 1fr 1fr;gap:1px;margin:0;display:grid}.po-payment-modal__summary-item{text-align:center;background:#f8fafc;padding:14px 16px}.po-payment-modal__summary-item span{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.po-payment-modal__summary-item strong{color:#0f172a;font-size:16px;font-weight:800}.po-payment-modal__summary-item--highlight{background:#eff6ff}.po-payment-modal__summary-item--highlight strong{color:#2563eb}.po-payment-modal__form{flex-direction:column;gap:14px;padding:20px 24px;display:flex}.po-payment-modal__actions{border-top:1px solid #edf2f7;justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex}.po-payment-history{border:1px solid #e3ebf5;border-radius:14px;margin-top:16px;overflow:hidden}.po-payment-history__title{color:#0f172a;background:#f8fafc;border-bottom:1px solid #edf2f7;margin:0;padding:12px 14px;font-size:12px;font-weight:800}.po-payment-history__row{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.po-payment-history__row:last-child{border-bottom:0}.po-payment-history__row strong{color:#16a34a;font-size:13px;font-weight:700}.po-payment-history__row span{color:#64748b;margin-top:2px;font-size:11px;display:block}.po-payment-history__meta{text-align:right}.po-payment-history__meta span{color:#64748b;font-size:11px;display:block}.purchase-table__receive-bar{background:#f1f5f9;border-radius:6px;min-width:70px;height:22px;position:relative;overflow:hidden}.purchase-table__receive-fill{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:6px;height:100%;transition:width .3s;position:absolute;top:0;left:0}.purchase-table__receive-bar span{z-index:1;color:#334155;justify-content:center;align-items:center;height:100%;font-size:10px;font-weight:800;display:flex;position:relative}.purchase-table__row--selected{background:#eff6ff!important}.purchase-table__row--selected td{border-bottom-color:#bfdbfe}.purchase-attachments__view-link{color:#2563eb;background:#eff6ff;border-radius:8px;align-items:center;gap:4px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.purchase-attachments__view-link:hover{background:#dbeafe}.purchase-actions__button--danger{color:#dc2626!important;border-color:#fecaca!important}.purchase-actions__button--danger:hover{background:#fef2f2!important}.purchase-actions__button--payment{color:#16a34a!important;border-color:#bbf7d0!important}.purchase-actions__button--payment:hover{background:#f0fdf4!important}.purchasing-form-card__header-actions{align-items:center;gap:10px;display:flex}.po-print-area{display:none}@media print{body *{visibility:hidden!important}.po-print-area,.po-print-area *{visibility:visible!important}.po-print-area{z-index:99999;color:#0f172a;background:#fff;width:100%;padding:32px;font-size:12px;position:fixed;top:0;left:0;display:block!important}.po-print__header{border-bottom:2px solid #0f172a;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;display:flex}.po-print__company{color:#0f172a;margin:0;font-size:24px;font-weight:900}.po-print__subtitle{color:#64748b;margin:4px 0 0;font-size:14px;font-weight:600}.po-print__po-info{text-align:right}.po-print__po-number{color:#2563eb;margin-bottom:4px;font-size:20px;font-weight:900}.po-print__po-date{color:#475569;font-size:12px}.po-print__po-status{margin-top:6px}.po-print__supplier-info{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.po-print__info-block h4{text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #e2e8f0;margin:0 0 8px;padding-bottom:6px;font-size:11px;font-weight:800}.po-print__info-block p{color:#334155;margin:4px 0;font-size:12px}.po-print__table{border-collapse:collapse;width:100%;margin-bottom:24px}.po-print__table th{text-transform:uppercase;letter-spacing:.05em;text-align:left;color:#475569;background:#f1f5f9;border-bottom:2px solid #e2e8f0;padding:10px 12px;font-size:10px;font-weight:800}.po-print__table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:10px 12px;font-size:12px}.po-print__totals{max-width:300px;margin-left:auto}.po-print__total-row{color:#475569;justify-content:space-between;padding:6px 0;font-size:12px;display:flex}.po-print__total-row strong{color:#0f172a}.po-print__total-row--grand{border-top:2px solid #0f172a;margin-top:8px;padding-top:10px;font-size:16px;font-weight:800}.po-print__total-row--grand span,.po-print__total-row--grand strong{color:#0f172a}.po-print__notes{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:24px;padding:14px}.po-print__notes h4{text-transform:uppercase;color:#64748b;margin:0 0 6px;font-size:11px;font-weight:800}.po-print__notes p{color:#334155;margin:0;font-size:12px}.po-print__footer{grid-template-columns:1fr 1fr 1fr;gap:40px;margin-top:60px;display:grid}.po-print__sig-block{text-align:center}.po-print__sig-line{border-bottom:1px solid #94a3b8;height:40px;margin-bottom:8px}.po-print__sig-block span{color:#64748b;font-size:11px;font-weight:600}.purchase-status{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width:1100px){.purchasing-layout{grid-template-columns:1fr}.purchasing-form-card{position:static}.purchasing-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.purchasing-bottom-grid{grid-template-columns:1fr}.purchase-workflow{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.purchasing-page{padding:14px}.purchasing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.purchasing-filters{grid-template-columns:1fr 1fr}.purchasing-form__grid{grid-template-columns:1fr}.purchase-workflow{grid-template-columns:1fr 1fr}.po-payment-modal__summary{grid-template-columns:1fr}.po-print__footer{grid-template-columns:1fr;gap:24px}}@media (max-width:520px){.purchasing-stats,.purchasing-filters,.purchase-workflow{grid-template-columns:1fr}.purchasing-form__section-header--inline{flex-direction:column;align-items:flex-start}.purchasing-inline-actions{width:100%}.purchasing-inline-actions select{flex:1}}.customer-mgmt{flex-direction:column;gap:20px;display:flex}.customer-mgmt--state{justify-content:center;min-height:320px}.customer-mgmt__state-card,.customer-mgmt__alert,.customer-mgmt__stat,.customer-mgmt__toolbar,.customer-mgmt__panel,.customer-mgmt__card,.customer-mgmt__modal{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 18px 40px #0f172a0f}.customer-mgmt__state-card,.customer-mgmt__alert{align-items:center;gap:10px;padding:18px 20px;display:flex}.customer-mgmt__alert--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.customer-mgmt__alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.customer-mgmt__stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;display:grid}.customer-mgmt__stat{align-items:flex-start;gap:14px;padding:18px;display:flex}.customer-mgmt__stat-icon{border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.customer-mgmt__stat-icon--blue{color:#1d4ed8;background:#dbeafe}.customer-mgmt__stat-icon--green{color:#15803d;background:#dcfce7}.customer-mgmt__stat-icon--amber{color:#b45309;background:#fef3c7}.customer-mgmt__stat-icon--red{color:#b91c1c;background:#fee2e2}.customer-mgmt__stat-icon--violet{color:#6d28d9;background:#ede9fe}.customer-mgmt__stat-icon--teal{color:#0f766e;background:#ccfbf1}.customer-mgmt__stat-label,.customer-mgmt__stat-copy,.customer-mgmt__panel-head p,.customer-mgmt__list-copy,.customer-mgmt__list-metrics,.customer-mgmt__definition-list dt{color:#64748b;font-size:13px}.customer-mgmt__stat-value{color:#0f172a;font-size:24px;font-weight:700}.customer-mgmt__toolbar{grid-template-columns:minmax(260px,1fr) 160px 160px 200px auto;align-items:center;gap:12px;padding:16px;display:grid}.customer-mgmt__search,.customer-mgmt__branch,.customer-mgmt__select,.customer-mgmt__form input,.customer-mgmt__form select,.customer-mgmt__form textarea{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px}.customer-mgmt__search{align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.customer-mgmt__search input,.customer-mgmt__branch select,.customer-mgmt__select,.customer-mgmt__form input,.customer-mgmt__form select,.customer-mgmt__form textarea{width:100%;font:inherit;background:0 0;border:0;outline:none;padding:12px 14px}.customer-mgmt__branch{align-items:center;gap:10px;padding-left:14px;display:flex}.customer-mgmt__button,.customer-mgmt__icon-button,.customer-mgmt__tab{cursor:pointer;border:0;transition:transform .15s,background .15s,color .15s}.customer-mgmt__button{color:#0f172a;background:#e2e8f0;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 16px;display:inline-flex}.customer-mgmt__button--primary{color:#fff;background:linear-gradient(135deg,#0f766e,#0ea5a4)}.customer-mgmt__button:hover,.customer-mgmt__icon-button:hover,.customer-mgmt__tab:hover{transform:translateY(-1px)}.customer-mgmt__layout{grid-template-columns:360px minmax(0,1fr);gap:18px;display:grid}.customer-mgmt__panel{padding:18px}.customer-mgmt__panel-head,.customer-mgmt__panel-head--detail,.customer-mgmt__actions,.customer-mgmt__list-top,.customer-mgmt__tabs,.customer-mgmt__mini-stats,.customer-mgmt__modal-head,.customer-mgmt__modal-actions{align-items:center;display:flex}.customer-mgmt__panel-head,.customer-mgmt__panel-head--detail,.customer-mgmt__modal-head{justify-content:space-between;gap:12px;margin-bottom:16px}.customer-mgmt__panel-head h2,.customer-mgmt__card h3,.customer-mgmt__modal-head h3{color:#0f172a;margin:0}.customer-mgmt__list{flex-direction:column;gap:10px;max-height:900px;display:flex;overflow:auto}.customer-mgmt__list-item{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:10px;padding:14px;display:flex}.customer-mgmt__list-item--active{background:linear-gradient(135deg,#f0fdfa,#fff);border-color:#14b8a6}.customer-mgmt__list-top strong,.customer-mgmt__mini-stats strong,.customer-mgmt__definition-list dd{color:#0f172a}.customer-mgmt__list-top span{color:#64748b;margin-top:4px;font-size:12px;display:block}.customer-mgmt__badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.customer-mgmt__badge--green{color:#15803d;background:#dcfce7}.customer-mgmt__badge--red{color:#b91c1c;background:#fee2e2}.customer-mgmt__badge--slate{color:#334155;background:#e2e8f0}.customer-mgmt__list-copy,.customer-mgmt__list-metrics{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}.customer-mgmt__mini-stats{flex-wrap:wrap;gap:12px;margin-bottom:16px}.customer-mgmt__mini-stats div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex:150px;padding:14px}.customer-mgmt__mini-stats span{color:#64748b;font-size:12px;display:block}.customer-mgmt__mini-stats strong{font-size:18px}.customer-mgmt__due-alerts{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:16px;align-items:center;gap:10px;margin-bottom:16px;padding:14px 16px;display:flex}.customer-mgmt__tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px}.customer-mgmt__tab{color:#334155;background:#f1f5f9;border-radius:999px;padding:10px 14px}.customer-mgmt__tab--active{color:#fff;background:#0f172a}.customer-mgmt__grid,.customer-mgmt__stack{gap:16px;display:grid}.customer-mgmt__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-mgmt__card{padding:18px}.customer-mgmt__definition-list{gap:14px;display:grid}.customer-mgmt__definition-list div{gap:4px;display:grid}.customer-mgmt__form{gap:12px;display:grid}.customer-mgmt__form textarea{resize:vertical;min-height:88px}.customer-mgmt__checkbox{color:#334155;align-items:center;gap:10px;display:inline-flex}.customer-mgmt__checkbox input{width:auto}.customer-mgmt__table-wrap{overflow:auto}.customer-mgmt__table{border-collapse:collapse;width:100%}.customer-mgmt__table th,.customer-mgmt__table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:12px 10px;font-size:14px}.customer-mgmt__table th{color:#64748b;font-weight:600}.customer-mgmt__empty{color:#64748b;text-align:center;padding:24px}.customer-mgmt__empty--tall{place-items:center;min-height:420px;display:grid}.customer-mgmt__modal-backdrop{z-index:80;background:#0f172a8f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.customer-mgmt__modal{width:min(780px,100%);padding:20px}.customer-mgmt__icon-button{color:#0f172a;background:#f1f5f9;border-radius:999px;width:40px;height:40px}.customer-mgmt__form--modal{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-mgmt__form--modal textarea,.customer-mgmt__form--modal .customer-mgmt__checkbox,.customer-mgmt__modal-actions{grid-column:1/-1}.customer-mgmt__modal-actions{justify-content:flex-end;gap:10px}.customer-mgmt__spin{animation:.8s linear infinite customer-mgmt-spin}@keyframes customer-mgmt-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1280px){.customer-mgmt__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-mgmt__toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.customer-mgmt__layout,.customer-mgmt__grid,.customer-mgmt__form--modal{grid-template-columns:1fr}.customer-mgmt__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.customer-mgmt__stats,.customer-mgmt__toolbar{grid-template-columns:1fr}.customer-mgmt__panel,.customer-mgmt__card,.customer-mgmt__modal{padding:16px}}.returns-workspace{gap:20px;padding:24px;display:grid}.returns-hero,.returns-panel,.returns-footer__card{background:linear-gradient(#fff 0%,#f7fafc 100%);border:1px solid #d7dfeb;border-radius:22px;box-shadow:0 20px 50px #0f172a14}.returns-hero{justify-content:space-between;gap:20px;padding:24px;display:flex}.returns-hero h1{margin:8px 0;font-size:2rem}.returns-hero p,.returns-panel__head p,.returns-footer__card span,.returns-action-card p,.returns-request span,.returns-sale-card span,.returns-detail-item span,.returns-detail__hero p{color:#526174}.returns-hero__eyebrow{color:#0f4c81;letter-spacing:.08em;text-transform:uppercase;background:#e0f2fe;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.returns-hero__branch label,.returns-search label,.returns-form label,.returns-action-card label{color:#203040;gap:6px;font-size:.92rem;display:grid}.returns-hero__branch select,.returns-search select,.returns-search input,.returns-form select,.returns-form input,.returns-form textarea,.returns-action-card select,.returns-action-card input,.returns-action-card textarea{font:inherit;background:#fff;border:1px solid #c8d3e0;border-radius:14px;padding:11px 13px}.returns-kpis,.returns-grid,.returns-footer{gap:18px;display:grid}.returns-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.returns-kpi{color:#fff;background:#0f172a;border-radius:18px;align-items:center;gap:14px;padding:18px;display:flex}.returns-kpi span{color:#ffffffbd;font-size:.88rem;display:block}.returns-kpi strong{font-size:1.55rem}.returns-alert{border-radius:16px;align-items:center;gap:10px;padding:14px 16px;font-weight:600;display:flex}.returns-alert--error{color:#b91c1c;background:#fef2f2}.returns-alert--success{color:#047857;background:#ecfdf5}.returns-grid{grid-template-columns:1.1fr 1fr}.returns-panel{padding:22px}.returns-panel__head,.returns-search,.returns-form__grid,.returns-form__foot,.returns-detail__meta,.returns-action-card__actions{gap:14px;display:grid}.returns-panel__head{grid-template-columns:1fr auto;align-items:start;margin-bottom:18px}.returns-search{grid-template-columns:180px 1fr;margin-bottom:18px}.returns-search__grow{min-width:0}.returns-search__input{grid-template-columns:1fr auto;gap:10px;display:grid}.returns-search__input button,.returns-button{cursor:pointer;font:inherit;border:0;border-radius:14px}.returns-search__input button{color:#fff;background:#0f766e;padding:0 16px}.returns-button{justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:700;display:inline-flex}.returns-button--primary{color:#fff;background:#0f766e}.returns-button--secondary{color:#1d4ed8;background:#dbeafe}.returns-button--danger{color:#b91c1c;background:#fee2e2}.returns-sale-results,.returns-line-items,.returns-queue__list,.returns-exchange-list,.returns-claims{gap:10px;display:grid}.returns-sale-card,.returns-request{text-align:left;cursor:pointer;background:#fff;border:1px solid #d7dfeb;border-radius:16px;gap:4px;width:100%;padding:14px;display:grid}.returns-sale-card--active,.returns-request--active{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e24}.returns-form{gap:16px;margin-top:18px;display:grid}.returns-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.returns-line-item,.returns-detail-item,.returns-footer__card{background:#fff;border:1px solid #d7dfeb;border-radius:18px}.returns-line-item{padding:14px}.returns-line-item--selected{border-color:#0f766e}.returns-line-item__toggle{grid-template-columns:auto 1fr;align-items:start;gap:12px;display:grid}.returns-line-item__toggle input{margin-top:4px}.returns-line-item__toggle strong,.returns-sale-card strong,.returns-request strong,.returns-detail-item strong{display:block}.returns-line-item__edit{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.returns-line-item__price{place-items:end;font-weight:700;display:grid}.returns-form__foot{grid-template-columns:1fr auto;align-items:center}.returns-form__summary{background:#eff6ff;border-radius:16px;padding:14px}.returns-form__summary span{color:#526174;font-size:.88rem;display:block}.returns-form__summary strong{font-size:1.3rem}.returns-queue{grid-template-columns:280px 1fr;gap:18px;display:grid}.returns-queue__detail{gap:16px;display:grid}.returns-request__top,.returns-detail__hero,.returns-detail-item,.returns-footer__card{justify-content:space-between;gap:12px;display:flex}.returns-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.returns-badge--amber{color:#b45309;background:#fef3c7}.returns-badge--blue{color:#1d4ed8;background:#dbeafe}.returns-badge--red{color:#b91c1c;background:#fee2e2}.returns-badge--green{color:#15803d;background:#dcfce7}.returns-badge--violet{color:#6d28d9;background:#ede9fe}.returns-badge--slate{color:#334155;background:#e2e8f0}.returns-detail__meta{grid-template-columns:repeat(4,minmax(0,1fr))}.returns-detail__meta div,.returns-action-card,.returns-exchange-builder{background:#f8fafc;border:1px solid #d7dfeb;border-radius:18px;padding:14px}.returns-detail__meta span{color:#526174;font-size:.82rem;display:block}.returns-action-card,.returns-exchange-builder{gap:14px;display:grid}.returns-loading{color:#526174;align-items:center;gap:10px;display:inline-flex}.returns-spin{animation:.9s linear infinite returns-spin}.returns-footer{grid-template-columns:repeat(2,minmax(0,1fr))}.returns-footer__card{align-items:start;padding:18px}.returns-empty{color:#526174;background:#f8fafc;border:1px dashed #c8d3e0;border-radius:16px;padding:16px}.pos-return-search-mode,.pos-return-sales{gap:10px;display:grid}.pos-return-search-mode{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.pos-return-sales{margin:12px 0}.pos-return-sale-card{text-align:left;background:#fff;border:1px solid #d7dfeb;border-radius:14px;gap:4px;width:100%;padding:12px;display:grid}.pos-return-sale-card--active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}@keyframes returns-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1180px){.returns-grid,.returns-queue,.returns-footer{grid-template-columns:1fr}.returns-kpis,.returns-detail__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.returns-workspace,.returns-panel,.returns-hero{padding:16px}.returns-kpis,.returns-search,.returns-form__grid,.returns-line-item__edit,.returns-detail__meta{grid-template-columns:1fr}}.sales-orders-workspace{gap:20px;display:grid}.sales-orders-hero,.sales-orders-panel,.sales-orders-kpi{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe4f0;border-radius:24px;box-shadow:0 18px 45px #0f172a14}.sales-orders-hero,.sales-orders-panel{padding:24px}.sales-orders-hero{justify-content:space-between;align-items:end;gap:20px;display:flex}.sales-orders-hero__eyebrow{color:#1d4ed8;letter-spacing:.16em;text-transform:uppercase;background:#dbeafe;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.sales-orders-hero h1{color:#0f172a;margin:0 0 8px;font-size:clamp(28px,4vw,38px)}.sales-orders-hero p,.sales-orders-panel__head p,.sales-orders-kpi small,.sales-orders-card span,.sales-orders-detail-item span,.sales-orders-actions-card p,.sales-orders-line__notes{color:#64748b}.sales-orders-hero__branch,.sales-orders-form label,.sales-orders-search{color:#334155;gap:8px;font-size:13px;display:grid}.sales-orders-hero__branch select,.sales-orders-form select,.sales-orders-form input,.sales-orders-form textarea,.sales-orders-search input,.sales-orders-actions-card select,.sales-orders-actions-card input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:12px 14px}.sales-orders-kpis,.sales-orders-grid,.sales-orders-detail__meta,.sales-orders-form__grid,.sales-orders-actions-card__row{gap:16px;display:grid}.sales-orders-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.sales-orders-kpi{gap:6px;padding:20px;display:grid}.sales-orders-kpi svg{color:#1d4ed8}.sales-orders-kpi span{text-transform:uppercase;letter-spacing:.08em;color:#475569;font-size:12px}.sales-orders-kpi strong{color:#0f172a;font-size:24px}.sales-orders-alert{border-radius:16px;align-items:center;gap:10px;padding:14px 16px;font-weight:600;display:flex}.sales-orders-alert--error{color:#b91c1c;background:#fef2f2}.sales-orders-alert--success{color:#15803d;background:#ecfdf5}.sales-orders-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr)}.sales-orders-panel{gap:18px;display:grid}.sales-orders-panel__head,.sales-orders-card__top,.sales-orders-detail__hero,.sales-orders-detail-item,.sales-orders-summary{justify-content:space-between;align-items:center;gap:12px;display:flex}.sales-orders-panel__head h2,.sales-orders-actions-card h4,.sales-orders-detail__hero h3{color:#0f172a;margin:0}.sales-orders-form,.sales-orders-actions-card,.sales-orders-detail__items,.sales-orders-lines,.sales-orders-queue__list,.sales-orders-form label,.sales-orders-queue__detail{gap:14px;display:grid}.sales-orders-pricing-hint,.sales-orders-checkbox{color:#1d4ed8;background:#eff6ff;border:1px dashed #bfdbfe;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.sales-orders-checkbox input{width:auto}.sales-orders-line,.sales-orders-actions-card,.sales-orders-detail__meta div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.sales-orders-line__top,.sales-orders-line__meta,.sales-orders-tabs,.sales-orders-queue{gap:12px;display:grid}.sales-orders-line__top,.sales-orders-line__meta{grid-template-columns:1.8fr .8fr}.sales-orders-line__meta{grid-template-columns:repeat(4,minmax(0,1fr))}.sales-orders-line__meta span,.sales-orders-detail__meta span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:6px;font-size:11px;display:block}.sales-orders-line__meta strong,.sales-orders-detail__meta strong{color:#0f172a}.sales-orders-form__actions{flex-wrap:wrap;gap:12px;display:flex}.sales-orders-summary{background:#eff6ff;border:1px solid #dbeafe;border-radius:18px;padding:16px}.sales-orders-summary span{text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-size:11px;display:block}.sales-orders-summary strong{color:#0f172a}.sales-orders-button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:700;display:inline-flex}.sales-orders-button--primary{color:#fff;background:#1d4ed8}.sales-orders-button--ghost{color:#0f172a;background:#e2e8f0}.sales-orders-button:disabled{opacity:.6;cursor:not-allowed}.sales-orders-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-orders-tab{cursor:pointer;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font-weight:700}.sales-orders-tab--active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.sales-orders-queue{grid-template-columns:320px minmax(0,1fr);align-items:start}.sales-orders-card,.sales-orders-detail-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px}.sales-orders-card{text-align:left;cursor:pointer}.sales-orders-card strong,.sales-orders-detail-item strong{color:#0f172a}.sales-orders-card__top span,.sales-orders-detail__hero span{color:#334155;text-transform:uppercase;letter-spacing:.08em;background:#e2e8f0;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.sales-orders-card--active{background:#eff6ff;border-color:#93c5fd;box-shadow:inset 0 0 0 1px #60a5fa}.sales-orders-detail__hero{align-items:start}.sales-orders-detail__hero p{margin:8px 0 0}.sales-orders-detail__meta{grid-template-columns:repeat(4,minmax(0,1fr))}.sales-orders-actions-card{background:#f8fafc}.sales-orders-empty{color:#64748b;text-align:center;border:1px dashed #cbd5e1;border-radius:18px;padding:18px}.sales-orders-empty--compact{padding:12px}.sales-orders-state-card,.sales-orders-spin{align-items:center;gap:10px;display:inline-flex}.sales-orders-state-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 20px}.sales-orders-spin{animation:1s linear infinite sales-orders-spin}@keyframes sales-orders-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.sales-orders-kpis,.sales-orders-grid,.sales-orders-queue,.sales-orders-detail__meta,.sales-orders-line__meta{grid-template-columns:1fr 1fr}}@media (max-width:900px){.sales-orders-hero,.sales-orders-grid,.sales-orders-queue,.sales-orders-detail__meta,.sales-orders-line__top,.sales-orders-line__meta,.sales-orders-kpis,.sales-orders-form__grid{grid-template-columns:1fr}.sales-orders-panel__head,.sales-orders-summary,.sales-orders-actions-card__row,.sales-orders-detail__hero,.sales-orders-detail-item{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.sales-orders-hero,.sales-orders-panel{padding:20px}}.expenses-workspace{flex-direction:column;gap:18px;display:flex}.expenses-hero,.expenses-panel,.expenses-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 12px 32px #0f172a0f}.expenses-hero,.expenses-panel{padding:24px 26px}.expenses-hero{background:linear-gradient(135deg,#eff6ff,#f8fafc 60%);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:20px;display:grid}.expenses-hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#1d4ed8;align-items:center;gap:8px;font-size:11px;font-weight:800;display:inline-flex}.expenses-hero h1,.expenses-panel__head h2,.expenses-panel__head h3{color:#0f172a;margin:0}.expenses-hero h1{margin-top:10px;font-size:28px}.expenses-hero p,.expenses-panel__head p,.expenses-kpi small,.expenses-side-stat small,.expenses-ranking__row small,.expenses-table__meta,.expenses-approval-card__top p,.expenses-approval-card__empty,.expenses-report-row small,.expenses-health span{color:#64748b}.expenses-hero__controls,.expenses-kpis,.expenses-grid,.expenses-form__grid,.expenses-tabs,.expenses-filters,.expenses-approval-card__meta,.expenses-approval-card__actions,.expenses-approval-card__buttons,.expenses-report-grid,.expenses-health{gap:14px;display:grid}.expenses-report-actions{flex-wrap:wrap;gap:10px;display:flex}.expenses-hero__controls{grid-template-columns:minmax(220px,1fr)}.expenses-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.expenses-kpi{align-items:center;gap:14px;padding:18px;display:flex}.expenses-kpi__icon{border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.expenses-kpi__icon--green{color:#15803d;background:#dcfce7}.expenses-kpi__icon--amber{color:#b45309;background:#fef3c7}.expenses-kpi__icon--blue{color:#1d4ed8;background:#dbeafe}.expenses-kpi__icon--purple{color:#6d28d9;background:#ede9fe}.expenses-kpi span,.expenses-side-stat span,.expenses-field span,.expenses-approval-card__meta span,.expenses-report-row span{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:700;display:block}.expenses-kpi strong,.expenses-side-stat strong,.expenses-ranking__row strong,.expenses-report-row strong,.expenses-health strong{color:#0f172a}.expenses-kpi strong{margin:4px 0;font-size:22px;display:block}.expenses-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr);align-items:start}.expenses-panel{flex-direction:column;gap:18px;display:flex}.expenses-panel--side{background:#f8fafc}.expenses-panel__head,.expenses-toolbar,.expenses-approval-card__top,.expenses-report-row,.expenses-ranking__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.expenses-panel__head--tight{border-bottom:1px solid #e2e8f0;padding-bottom:10px}.expenses-field{flex-direction:column;gap:6px;display:flex}.expenses-field--full{grid-column:1/-1}.expenses-field select,.expenses-field input,.expenses-field textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px}.expenses-field textarea{resize:vertical;min-height:110px}.expenses-form{flex-direction:column;gap:18px;display:flex}.expenses-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expenses-form__actions,.expenses-actions{flex-wrap:wrap;gap:10px;display:flex}.expenses-button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:700;display:inline-flex}.expenses-button--primary{color:#fff;background:#1d4ed8}.expenses-button--ghost{color:#0f172a;background:#e2e8f0}.expenses-button--approve{color:#166534;background:#dcfce7}.expenses-button--reject{color:#b91c1c;background:#fee2e2}.expenses-button:disabled{opacity:.6;cursor:not-allowed}.expenses-receipt{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;flex-direction:column;gap:8px;padding:14px;display:flex}.expenses-receipt a,.expenses-link{color:#1d4ed8;font-weight:700;text-decoration:none}.expenses-side-stats,.expenses-ranking,.expenses-report-list{flex-direction:column;gap:12px;display:flex}.expenses-side-stat,.expenses-approval-card,.expenses-report-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.expenses-side-stat strong{margin:6px 0 2px;font-size:20px;display:block}.expenses-ranking__row,.expenses-report-row{border-bottom:1px solid #f1f5f9;padding-bottom:10px}.expenses-ranking__row:last-child,.expenses-report-row:last-child{border-bottom:none;padding-bottom:0}.expenses-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.expenses-tab{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font-weight:700}.expenses-tab--active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.expenses-filters{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end}.expenses-table-wrap{overflow:auto}.expenses-table{border-collapse:collapse;width:100%}.expenses-table th,.expenses-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9;padding:12px 10px}.expenses-table thead th{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:11px}.expenses-table__primary,.expenses-approval-card__top strong,.expenses-table__amount{color:#0f172a;font-weight:700}.expenses-status{border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.expenses-status--green{color:#15803d;background:#dcfce7}.expenses-status--amber{color:#b45309;background:#fef3c7}.expenses-status--red{color:#b91c1c;background:#fee2e2}.expenses-actions button{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:none;border-radius:10px;padding:8px 10px;font-weight:700}.expenses-approval-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.expenses-approval-card__top span{color:#0f172a;font-weight:800}.expenses-approval-card__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.expenses-approval-card__actions{grid-template-columns:minmax(0,1fr) auto;align-items:center}.expenses-approval-card__buttons{grid-template-columns:repeat(2,auto)}.expenses-report-grid,.expenses-health{grid-template-columns:repeat(3,minmax(0,1fr))}.expenses-health div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.expenses-alert,.expenses-state-card,.expenses-empty{border-radius:18px;align-items:center;gap:10px;padding:16px 18px;display:flex}.expenses-alert{border:1px solid #e2e8f0}.expenses-alert--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.expenses-alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.expenses-state-card{background:#fff;border:1px solid #e2e8f0}.expenses-empty{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;justify-content:center}.expenses-empty--compact{padding:12px}.expenses-empty--stack{flex-direction:column}.expenses-spin{animation:.8s linear infinite expenses-spin}@keyframes expenses-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.expenses-kpis,.expenses-grid,.expenses-filters,.expenses-approval-grid,.expenses-report-grid,.expenses-health{grid-template-columns:1fr 1fr}}@media (max-width:900px){.expenses-hero,.expenses-form__grid,.expenses-filters,.expenses-approval-card__meta,.expenses-report-grid,.expenses-health,.expenses-tabs,.expenses-kpis,.expenses-grid,.expenses-approval-grid{grid-template-columns:1fr}.expenses-panel__head,.expenses-hero__controls,.expenses-toolbar,.expenses-approval-card__top,.expenses-approval-card__actions{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.expenses-hero,.expenses-panel{padding:20px}}.ra14-page{background:radial-gradient(circle at 100% 0,#2563eb14,#0000 26%),linear-gradient(#f8fbff 0%,#f4f7fb 100%);flex-direction:column;gap:18px;min-height:100vh;padding:22px 24px 30px;display:flex}.ra14-hero{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 54%,#60a5fa 100%);border-radius:22px;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex;box-shadow:0 18px 45px #0f172a2e}.ra14-hero__copy{flex-direction:column;gap:10px;display:flex}.ra14-hero__eyebrow{letter-spacing:.08em;text-transform:uppercase;background:#ffffff29;border-radius:999px;width:fit-content;padding:5px 10px;font-size:11px;font-weight:800}.ra14-hero__headline{align-items:flex-start;gap:12px;display:flex}.ra14-hero__headline h1{letter-spacing:-.03em;margin:0;font-size:28px;line-height:1.05}.ra14-hero__headline p{color:#ffffffdb;max-width:760px;margin:8px 0 0;font-size:13px;line-height:1.55}.ra14-hero__badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.ra14-hero__summary{color:#ffffffe0;background:#ffffff1f;border-radius:16px;flex-direction:column;gap:6px;min-width:220px;padding:14px 16px;font-size:12px;font-weight:700;display:flex}.ra14-toolbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border:1px solid #dbe7f6;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 10px 28px #0f172a0f}.ra14-toolbar__filters,.ra14-toolbar__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ra14-input{color:#64748b;background:#fff;border:1px solid #dce6f4;border-radius:12px;align-items:center;gap:8px;min-width:160px;height:38px;padding:0 12px;display:inline-flex}.ra14-input input,.ra14-input select{color:#0f172a;width:100%;font:inherit;background:0 0;border:0;outline:none;font-size:12px;font-weight:700}.ra14-input--search{min-width:min(320px,100%)}.ra14-button{height:38px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:7px;padding:0 14px;font-size:12px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.ra14-button:hover{transform:translateY(-1px)}.ra14-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.ra14-button--primary{color:#fff;background:linear-gradient(#2563eb 0%,#1d4ed8 100%);box-shadow:0 10px 24px #2563eb3d}.ra14-button--ghost{color:#1e293b;background:#fff;border-color:#dce6f4}.ra14-button--sm{height:32px;padding:0 10px;font-size:11px}.ra14-alert{border-radius:14px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.ra14-alert--error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca}.ra14-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.ra14-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.ra14-metric{background:#fff;border:1px solid #e5edf7;border-radius:18px;align-items:flex-start;gap:12px;padding:16px;display:flex;box-shadow:0 12px 28px #0f172a0d}.ra14-metric__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.ra14-metric__label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:10px;font-weight:800;display:block}.ra14-metric__value{letter-spacing:-.03em;color:#0f172a;margin-top:6px;font-size:22px;line-height:1.1;display:block}.ra14-metric__hint{color:#64748b;margin-top:5px;font-size:11px;line-height:1.45;display:block}.ra14-metric--blue .ra14-metric__icon{color:#1d4ed8;background:#dbeafe}.ra14-metric--green .ra14-metric__icon{color:#15803d;background:#dcfce7}.ra14-metric--orange .ra14-metric__icon{color:#b45309;background:#fef3c7}.ra14-metric--red .ra14-metric__icon{color:#b91c1c;background:#fee2e2}.ra14-metric--slate .ra14-metric__icon{color:#334155;background:#e2e8f0}.ra14-metric--violet .ra14-metric__icon{color:#6d28d9;background:#ede9fe}.ra14-layout{grid-template-columns:320px minmax(0,1fr);gap:16px;display:grid}.ra14-sidebar,.ra14-main{flex-direction:column;gap:16px;display:flex}.ra14-panel{background:#fff;border:1px solid #e5edf7;border-radius:20px;overflow:hidden;box-shadow:0 12px 28px #0f172a0d}.ra14-panel__head{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px 12px;display:flex}.ra14-panel__head--table{align-items:flex-start}.ra14-panel__title-wrap{align-items:center;gap:8px;display:flex}.ra14-panel__icon{color:#2563eb;background:#eff6ff;border-radius:9px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.ra14-panel__title{color:#0f172a;font-size:14px;font-weight:800}.ra14-panel__description{color:#64748b;margin:6px 0 0;font-size:12px;line-height:1.55}.ra14-panel__meta{color:#64748b;flex-wrap:wrap;gap:8px;font-size:11px;font-weight:700;display:flex}.ra14-catalog-groups,.ra14-report-list{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.ra14-catalog-group,.ra14-report-link{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5edf7;width:100%;transition:background .15s,border-color .15s,transform .15s}.ra14-catalog-group:hover,.ra14-report-link:hover{background:#f8fbff;transform:translateY(-1px)}.ra14-catalog-group{border-radius:14px;align-items:center;gap:10px;padding:12px 13px;display:flex}.ra14-catalog-group__icon{color:#2563eb;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.ra14-catalog-group__copy strong,.ra14-report-link strong{color:#0f172a;font-size:12px;font-weight:800;display:block}.ra14-catalog-group__copy small,.ra14-report-link small{color:#64748b;margin-top:3px;font-size:11px;line-height:1.45;display:block}.ra14-catalog-group--active,.ra14-report-link--active{background:linear-gradient(#eff6ff 0%,#fff 100%);border-color:#bfdbfe}.ra14-report-link{border-radius:14px;padding:12px 13px}.ra14-chart-grid{grid-template-columns:1.35fr 1fr;gap:16px;display:grid}.ra14-chart-grid--secondary{grid-template-columns:1fr 1fr}.ra14-chart{height:240px;padding:0 10px 12px 4px}.ra14-breakdown{align-items:center;gap:14px;padding:0 16px 16px;display:flex}.ra14-breakdown__legend{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.ra14-legend-row{grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:11px;display:grid}.ra14-legend-row__dot{border-radius:50%;width:9px;height:9px}.ra14-legend-row__name{color:#334155;font-weight:700}.ra14-bars{flex-direction:column;gap:12px;padding:0 16px 16px;display:flex}.ra14-bar-row__top{color:#1e293b;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.ra14-bar-row__track{background:#e5edf7;border-radius:999px;height:7px;overflow:hidden}.ra14-bar-row__fill{border-radius:inherit;height:100%}.ra14-table-toolbar{justify-content:space-between;align-items:center;gap:12px;padding:0 18px 14px;display:flex}.ra14-bottom-grid{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.ra14-form{flex-direction:column;gap:12px;padding:0 16px 16px;display:flex}.ra14-form__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.ra14-field{flex-direction:column;gap:6px;display:flex}.ra14-field span{color:#475569;font-size:11px;font-weight:800}.ra14-field input,.ra14-field select,.ra14-field textarea{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #dce6f4;border-radius:12px;outline:none;padding:10px 12px;font-size:12px}.ra14-field textarea{resize:vertical;min-height:82px}.ra14-mini-list{flex-direction:column;gap:10px;padding:0 16px 16px;display:flex}.ra14-mini-card{background:#f8fbff;border:1px solid #e5edf7;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.ra14-mini-card__copy{min-width:0}.ra14-mini-card__copy strong{color:#0f172a;font-size:12px;font-weight:800;display:block}.ra14-mini-card__copy small{color:#64748b;margin-top:3px;font-size:11px;line-height:1.45;display:block}.ra14-mini-card__actions{align-items:center;gap:8px;display:flex}.ra14-panel--table .ra14-input{min-width:260px}.ra14-table-wrap{border-top:1px solid #edf2f7;overflow:auto}.ra14-table{border-collapse:collapse;width:100%;min-width:880px}.ra14-table th,.ra14-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:11px 14px}.ra14-table th{z-index:1;color:#64748b;letter-spacing:.08em;text-transform:uppercase;background:#f8fbff;font-size:10px;font-weight:800;position:sticky;top:0}.ra14-table td{color:#1e293b;font-size:12px}.ra14-table tbody tr:hover{background:#f8fbff}.ra14-ta-right{text-align:right!important}.ra14-loading,.ra14-empty{color:#64748b;justify-content:center;align-items:center;gap:8px;min-height:180px;padding:18px;font-size:13px;font-weight:700;display:flex}.ra14-spin{animation:.85s linear infinite ra14-spin}@keyframes ra14-spin{to{transform:rotate(360deg)}}@media (max-width:1280px){.ra14-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ra14-layout{grid-template-columns:1fr}}@media (max-width:960px){.ra14-chart-grid,.ra14-chart-grid--secondary,.ra14-bottom-grid{grid-template-columns:1fr}.ra14-hero{flex-direction:column}}@media (max-width:640px){.ra14-page{padding:14px 12px 24px}.ra14-metrics{grid-template-columns:1fr}.ra14-hero__headline h1{font-size:24px}.ra14-breakdown{flex-direction:column;align-items:stretch}.ra14-panel--table .ra14-input,.ra14-input{min-width:100%}.ra14-table-toolbar{padding:0 14px 14px}.ra14-form__row{grid-template-columns:1fr}}.mb15-page{flex-direction:column;gap:18px;padding:24px;display:flex}.mb15-hero,.mb15-panel,.mb15-stat,.mb15-branch-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #94a3b833;box-shadow:0 18px 40px #0f172a0d}.mb15-hero,.mb15-panel{border-radius:22px;padding:22px}.mb15-hero{justify-content:space-between;gap:20px;display:flex}.mb15-eyebrow{color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;background:#dbeafe;border-radius:999px;margin-bottom:8px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.mb15-hero h1{color:#0f172a;margin:0 0 8px;font-size:30px}.mb15-hero p{color:#475569;max-width:780px;margin:0;line-height:1.6}.mb15-hero__actions{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.mb15-select-wrap,.mb15-inline-form select,.mb15-inline-form input,.mb15-field input,.mb15-field select,.mb15-field textarea{color:#0f172a;background:#fff;border:1px solid #dbe4f0;border-radius:12px}.mb15-select-wrap{align-items:center;gap:8px;min-height:44px;padding:0 12px;display:inline-flex}.mb15-select-wrap select,.mb15-inline-form select,.mb15-inline-form input,.mb15-field input,.mb15-field select,.mb15-field textarea{width:100%;font:inherit;padding:11px 12px}.mb15-select-wrap select{background:0 0;border:none;padding:11px 0}.mb15-btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 14px;font-weight:700;display:inline-flex}.mb15-btn--primary{color:#fff;background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%)}.mb15-btn--ghost{color:#0f172a;background:#fff;border-color:#dbe4f0}.mb15-btn--block{width:100%;margin-top:16px}.mb15-alert,.mb15-loading,.mb15-empty{border-radius:16px;padding:14px 16px}.mb15-alert--error{color:#9f1239;background:#fff1f2}.mb15-alert--ok{color:#166534;background:#ecfdf5}.mb15-loading,.mb15-empty{color:#475569;background:#fff;justify-content:center;align-items:center;gap:10px;display:flex}.mb15-owner-grid,.mb15-branch-grid,.mb15-two-col{gap:16px;display:grid}.mb15-owner-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.mb15-stat{border-radius:18px;align-items:center;gap:14px;padding:18px;display:flex}.mb15-stat__icon{color:#0369a1;background:#e0f2fe;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.mb15-stat span{color:#64748b;font-size:12px;display:block}.mb15-stat strong{color:#0f172a;margin-top:4px;font-size:18px;display:block}.mb15-panel__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.mb15-panel__head h2{color:#0f172a;margin:0 0 4px;font-size:20px}.mb15-panel__head p{color:#64748b;margin:0}.mb15-branch-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.mb15-branch-card{border-radius:18px;padding:18px}.mb15-branch-card__top{justify-content:space-between;gap:12px;margin-bottom:12px;display:flex}.mb15-branch-card__top strong,.mb15-branch-card__metrics strong{color:#0f172a}.mb15-branch-card__top span{color:#64748b;margin-top:5px;font-size:12px;display:block}.mb15-branch-card__metrics{color:#475569;gap:8px;font-size:13px;display:grid}.mb15-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.mb15-table-wrap{overflow-x:auto}.mb15-table{border-collapse:collapse;width:100%}.mb15-table th,.mb15-table td{text-align:left;vertical-align:top;color:#334155;border-top:1px solid #e5edf7;padding:12px 10px;font-size:13px}.mb15-table th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-top:none;font-size:12px;font-weight:700}.mb15-empty-cell{color:#94a3b8;text-align:center}.mb15-inline-form{flex-wrap:wrap;gap:10px;display:flex}.mb15-inline-form select,.mb15-inline-form input{min-width:140px}.mb15-link-btn{color:#0f766e;cursor:pointer;background:0 0;border:none;font-weight:700}.mb15-link-btn--danger{color:#dc2626}.mb15-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.mb15-field{flex-direction:column;gap:6px;display:flex}.mb15-field span{color:#475569;font-size:12px;font-weight:700}.mb15-field--full{grid-column:1/-1}.mb15-checkbox{color:#334155;align-items:center;gap:8px;margin-top:14px;font-size:13px;display:inline-flex}@media (max-width:1024px){.mb15-two-col{grid-template-columns:1fr}}@media (max-width:768px){.mb15-page{padding:16px}.mb15-hero,.mb15-panel__head{flex-direction:column}.mb15-form-grid{grid-template-columns:1fr}}.settings19-page{flex-direction:column;gap:18px;padding:22px 24px 32px;display:flex}.settings19-hero,.settings19-card,.settings19-stat,.settings19-loading{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe7f6;box-shadow:0 16px 36px #0f172a0d}.settings19-hero,.settings19-card,.settings19-loading{border-radius:22px;padding:22px}.settings19-hero{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings19-eyebrow{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;background:#dbeafe;border-radius:999px;margin-bottom:8px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.settings19-hero h1{color:#0f172a;margin:0 0 8px;font-size:30px}.settings19-hero p{color:#475569;max-width:780px;margin:0;line-height:1.6}.settings19-hero__actions,.settings19-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.settings19-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.settings19-stat{color:#2563eb;border-radius:18px;align-items:center;gap:12px;padding:18px;display:flex}.settings19-stat span{color:#64748b;font-size:12px;display:block}.settings19-stat strong{color:#0f172a;margin-top:4px;font-size:22px;display:block}.settings19-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings19-grid--secondary{grid-template-columns:1.1fr .9fr}.settings19-card__head{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.settings19-card__head h2{color:#0f172a;margin:0 0 4px;font-size:20px}.settings19-card__head p{color:#64748b;margin:0}.settings19-card__icon{color:#2563eb;background:#eff6ff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.settings19-btn{cursor:pointer;color:#fff;background:linear-gradient(#2563eb 0%,#1d4ed8 100%);border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;height:42px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.settings19-btn:disabled{opacity:.7;cursor:not-allowed}.settings19-btn--ghost{color:#0f172a;background:#fff;border-color:#dbe7f6}.settings19-btn--danger{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.settings19-choice-grid{flex-wrap:wrap;gap:8px;display:flex}.settings19-choice{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe7f6;border-radius:999px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700}.settings19-choice--active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.settings19-branch-list,.settings19-log-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.settings19-branch-row,.settings19-log-row{background:#fff;border:1px solid #e5edf7;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.settings19-branch-row strong,.settings19-log-row strong{color:#0f172a;font-size:13px;display:block}.settings19-branch-row span,.settings19-log-row span{color:#64748b;margin-top:3px;font-size:11px;display:block}.settings19-transfer-box{background:#fff;border:1px solid #e5edf7;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.settings19-file{cursor:pointer;color:#475569;background:#f8fbff;border:1px dashed #cbd5e1;border-radius:14px;padding:14px;font-size:12px;font-weight:700}.settings19-file input{display:none}.settings19-empty,.settings19-loading{color:#64748b;justify-content:center;align-items:center;gap:10px;display:flex}.settings19-toast{z-index:1200;color:#fff;border-radius:12px;align-items:center;gap:8px;padding:12px 14px;font-size:12px;font-weight:800;display:inline-flex;position:fixed;bottom:20px;right:20px;box-shadow:0 16px 36px #0f172a2e}.settings19-toast--ok{background:linear-gradient(#16a34a 0%,#15803d 100%)}.settings19-toast--err{background:linear-gradient(#ef4444 0%,#dc2626 100%)}.settings19-spin{animation:.8s linear infinite settings19-spin}@keyframes settings19-spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.settings19-stats,.settings19-grid,.settings19-grid--secondary{grid-template-columns:1fr}}@media (max-width:768px){.settings19-page{padding:16px}.settings19-hero,.settings19-inline-actions,.settings19-log-row,.settings19-branch-row{flex-direction:column;align-items:flex-start}}
