.ad-popup-backdrop{animation:ad-popup-backdrop-in .25s ease both}.ad-popup-card{max-height:min(90vh,760px);animation:ad-popup-card-in .25s cubic-bezier(.16,1,.3,1) both}@keyframes ad-popup-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes ad-popup-card-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ad-popup--closing,.ad-popup--closing .ad-popup-card{animation:none!important;opacity:0;transition:opacity .18s ease}.ad-popup-body{display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);min-height:0;overflow:auto}.ad-popup-media{min-height:340px}.ad-popup-image{transition:transform .35s ease}.ad-popup-media:hover .ad-popup-image{transform:scale(1.03)}.ad-popup-illustration svg{display:block;width:100%;height:100%}.ad-popup-badge--green{background:#0f9d6b1f;color:#0f9d6b}.ad-popup-badge--amber{background:#f59e0b29;color:#b45309}.ad-popup-badge--blue{background:#e9f3ff;color:#2563eb}.ad-popup-btn{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,background-color .16s ease,border-color .16s ease}.ad-popup-btn--primary{box-shadow:0 8px 18px #0b68d738}.ad-popup-btn--primary:hover{filter:brightness(.94);transform:translateY(-1px);box-shadow:0 12px 24px #0b68d74d}.ad-popup-btn--primary:active{transform:translateY(0);box-shadow:0 6px 14px #0b68d72e}.ad-popup-btn--secondary:hover{background:#f4f9ff;border-color:#c9ddef;transform:translateY(-1px)}.ad-popup-close{transition:background-color .16s ease,transform .16s ease,color .16s ease}.ad-popup-close:hover{background:#fff;transform:rotate(90deg)}@media(max-width:680px){.ad-popup-body{grid-template-columns:1fr}.ad-popup-card{max-height:94dvh;border-radius:20px}.ad-popup-media{min-height:0;height:230px}}@media(prefers-reduced-motion:reduce){.ad-popup-backdrop,.ad-popup-card{animation:none}.ad-popup--closing,.ad-popup--closing .ad-popup-card{transition:none}}:root{--exec-navy: #14335c;--exec-navy-2: #1d4270;--exec-blue: #2563eb;--exec-blue-soft: rgba(37, 99, 235, .1);--exec-emerald: #0f9d6b;--exec-green: #15803d;--exec-amber: #d97706;--exec-red: #dc2626;--exec-bg: #f2f5f9;--exec-card: #ffffff;--exec-border: #e3eaf2;--exec-border-2: #d3dde8;--exec-text: #16324e;--exec-muted: #5f738c;--exec-faint: #8da1b8;--exec-radius: 13px;--exec-shadow: 0 1px 3px rgba(15, 43, 70, .06), 0 4px 12px rgba(15, 43, 70, .05);--exec-shadow-hover: 0 4px 14px rgba(15, 43, 70, .1);--exec-font: "STC Forward", "Segoe UI", sans-serif;--exec-font-size-xs: 11px;--exec-font-size-sm: 12px;--exec-font-size-md: 13px;--exec-font-size-lg: 16px;--exec-font-size-xl: 22px;--exec-font-weight-medium: 500;--exec-font-weight-semibold: 600;--exec-font-weight-bold: 700;--exec-font-weight-extrabold: 800;--exec-line-height-tight: 1.15;--exec-line-height-body: 1.5;--exec-space-1: 4px;--exec-space-2: 8px;--exec-space-3: 12px;--exec-space-4: 16px;--exec-space-5: 20px;--exec-space-6: 24px;--exec-radius-sm: 7px;--exec-radius-md: 10px;--exec-radius-lg: 14px;--exec-radius-full: 999px}.exec-shell,.exec-shell *,.exec-shell *:before,.exec-shell *:after{box-sizing:border-box}.exec-shell{--dashboard-sidebar-expanded-width: clamp(240px, 17vw, 272px);min-height:100dvh;display:grid;grid-template-areas:"main sidebar";grid-template-columns:minmax(0,1fr) var(--dashboard-sidebar-expanded-width);align-items:start;gap:clamp(14px,1.6vw,20px);width:min(100%,1640px);margin:0 auto;padding:clamp(14px,1.6vw,20px);color:var(--exec-text);font-family:var(--exec-font);background:var(--exec-bg);overflow-x:clip;overflow-y:visible}.exec-main{grid-area:main;min-width:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start}.exec-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;min-height:62px;background:linear-gradient(110deg,var(--exec-navy) 0%,var(--exec-navy-2) 100%);border-radius:var(--exec-radius);box-shadow:var(--exec-shadow);color:#fff}.exec-header__left{display:flex;align-items:center;gap:10px;min-width:0}.exec-header__menuBtn{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.exec-header__menuBtn:hover{background:#ffffff2e}.exec-header__title{min-width:0}.exec-header__title h1{margin:0;font-size:22px;font-weight:700;line-height:1.3;color:#fff}.exec-header__meta{margin:1px 0 0;font-size:12px;font-weight:500;color:#ffffffc7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:480px}.exec-header__right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.exec-header__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);font-size:12px;color:#fff;white-space:nowrap}.exec-header__pill strong{font-weight:700}.exec-dot{width:7px;height:7px;border-radius:50%;flex:none}.exec-dot--online{background:#34d399;box-shadow:0 0 0 2px #34d39940}.exec-dot--offline{background:#f87171}.exec-header__iconBtn{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;color:#fff;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background .15s ease}.exec-header__iconBtn:hover{background:#ffffff2e}.exec-header__badge{position:absolute;top:-4px;right:-4px;min-width:15px;height:15px;border-radius:8px;background:var(--exec-red);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;padding:0 3px;box-sizing:border-box}.exec-header__search{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;min-width:150px}.exec-header__search input{border:0;background:transparent;color:#fff;font:inherit;font-size:12px;outline:none;width:100%}.exec-header__search input::placeholder{color:#ffffff8c}.exec-controls{display:flex;align-items:center;gap:10px;row-gap:10px;flex-wrap:wrap}.exec-periods{display:inline-flex;align-items:center;gap:2px;padding:3px;background:var(--exec-card);border:1px solid var(--exec-border);border-radius:10px}.exec-periods button{border:0;background:transparent;padding:6px 13px;border-radius:8px;font:inherit;font-size:12px;font-weight:600;color:var(--exec-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.exec-periods button[data-selected=true]{background:var(--exec-navy);color:#fff}.exec-branchSelect{padding:7px 12px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);font:inherit;font-size:12px;font-weight:600;color:var(--exec-text);cursor:pointer;outline:none}.exec-refresh{padding:7px 16px;border-radius:10px;border:0;background:var(--exec-navy);color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.exec-refresh:hover{background:var(--exec-navy-2)}.exec-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,1vw,14px)}.exec-kpi{position:relative;overflow:hidden;background:var(--exec-card);border:1px solid #ecf1f8;border-radius:var(--exec-radius);box-shadow:0 1px 2px #0f2b460d,0 10px 22px #0f2b460d;padding:14px 18px 15px;display:flex;flex-direction:column;gap:5px;min-height:118px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.exec-kpi:before{content:"";position:absolute;inset-inline-start:0;top:14px;bottom:14px;width:3px;background:color-mix(in srgb,var(--exec-kpi-accent, var(--exec-blue)) 55%,transparent);border-radius:3px}.exec-kpi:hover{transform:translateY(-2px);box-shadow:var(--exec-shadow-hover);border-color:#e2eaf4}.exec-kpi__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.exec-kpi__icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:var(--exec-kpi-accent, var(--exec-blue));background:color-mix(in srgb,var(--exec-kpi-accent, var(--exec-blue)) 11%,#fff);font-size:12px;font-weight:700}.exec-kpi__delta{font-size:11px;font-weight:600;padding:2px 7px;border-radius:7px;display:inline-flex;align-items:center;gap:2px}.exec-kpi__delta--up{color:var(--exec-green);background:#15803d17}.exec-kpi__delta--down{color:var(--exec-red);background:#dc262617}.exec-kpi__delta--flat{color:var(--exec-muted);background:#5f738c17}.exec-kpi__value{font-size:clamp(24px,1.7vw,29px);font-weight:700;line-height:1.1;letter-spacing:-.4px;color:var(--exec-text)}.exec-kpi__label{font-size:13px;font-weight:700;color:var(--exec-navy-2)}.exec-kpi__sub{font-size:11.5px;font-weight:500;color:var(--exec-muted)}.exec-kpi--skeleton{min-height:118px;padding:14px 18px 15px;animation:exec-shimmer 1.3s linear infinite;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;border:0}@keyframes exec-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.exec-row-main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:clamp(10px,1vw,14px);align-items:stretch}.exec-row-charts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(10px,1vw,14px);align-items:stretch}.exec-row-secondary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,1vw,14px);align-items:stretch}.exec-card{background:var(--exec-card);border:1px solid var(--exec-border);border-radius:var(--exec-radius);box-shadow:var(--exec-shadow);padding:14px 16px;min-width:0;display:flex;flex-direction:column;gap:10px}.exec-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:34px}.exec-card__head h3{margin:0;font-size:13px;font-weight:700;color:var(--exec-text)}.exec-card__head p{margin:1px 0 0;font-size:12px;font-weight:500;color:var(--exec-muted)}.exec-card__total{font-size:13px;font-weight:700;color:var(--exec-navy-2);white-space:nowrap}.exec-chart{width:100%;min-height:0}.exec-chart svg{width:100%;height:auto;display:block}.exec-chart__legend{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.exec-legendItem{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--exec-muted)}.exec-legendItem i{width:8px;height:8px;border-radius:2px;flex:none}.exec-legendItem strong{color:var(--exec-text);font-weight:700}.exec-timeline{display:grid;gap:0;padding:0;margin:0;list-style:none}.exec-timeline__item{position:relative;padding:0 0 12px;padding-inline-start:20px}.exec-timeline__item:before{content:"";position:absolute;inset-inline-start:6px;top:15px;bottom:-2px;width:1px;background:var(--exec-border)}.exec-timeline__item:last-child:before{display:none}.exec-timeline__dot{position:absolute;inset-inline-start:0;top:2px;width:13px;height:13px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:8px}.exec-timeline__body{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.exec-timeline__title{font-size:12px;font-weight:600;color:var(--exec-text)}.exec-timeline__meta{font-size:11px;font-weight:500;color:var(--exec-muted)}.exec-timeline__time{font-size:11px;color:var(--exec-faint);white-space:nowrap}.exec-timeline__value{font-size:12px;font-weight:700;color:var(--exec-navy-2);white-space:nowrap}.exec-notif{display:flex;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid var(--exec-border)}.exec-notif:last-child{border-bottom:0}.exec-notif__icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex:none;font-size:12px}.exec-notif__body strong{display:block;font-size:12px;font-weight:600;color:var(--exec-text)}.exec-notif__body span{font-size:11px;color:var(--exec-muted)}.exec-notif__list{max-height:320px;overflow-y:auto}.exec-till{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.exec-till__metric{background:#f8fafc;border:1px solid var(--exec-border);border-radius:10px;padding:9px 11px;display:grid;gap:2px}.exec-till__metric span{font-size:11px;font-weight:500;color:var(--exec-muted)}.exec-till__metric strong{font-size:15px;font-weight:700;color:var(--exec-text)}.exec-till__cta{grid-column:1 / -1;padding:9px;border:0;border-radius:10px;background:var(--exec-navy);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease}.exec-till__cta:hover{background:var(--exec-navy-2)}.exec-wa{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.exec-wa__metric{background:#f8fafc;border:1px solid var(--exec-border);border-radius:10px;padding:9px 11px;display:grid;gap:2px}.exec-wa__metric span{font-size:11px;font-weight:500;color:var(--exec-muted)}.exec-wa__metric strong{font-size:15px;font-weight:700;color:var(--exec-text)}.exec-wa__cta{grid-column:1 / -1;padding:9px;border:0;border-radius:10px;background:#1ea55b;color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease}.exec-wa__cta:hover{background:#178a4a}.exec-branches{display:grid;gap:6px}.exec-branchRow{display:grid;grid-template-columns:minmax(90px,.8fr) 1.4fr minmax(80px,.7fr);gap:8px;align-items:center;padding:7px 10px;border-radius:10px;background:#f8fafc;border:1px solid var(--exec-border)}.exec-branchRow__name{font-size:12px;font-weight:600;color:var(--exec-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exec-branchRow__track{height:6px;border-radius:3px;background:#e9eef4;overflow:hidden}.exec-branchRow__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--exec-blue),var(--exec-blue-2, var(--exec-blue)));transition:width .4s ease}.exec-branchRow__value{font-size:11px;font-weight:700;color:var(--exec-navy-2);text-align:end;white-space:nowrap}.exec-staff{display:grid;gap:6px}.exec-staffRow{display:grid;grid-template-columns:24px minmax(80px,.9fr) 1.2fr minmax(72px,.7fr);gap:8px;align-items:center;padding:7px 10px;border-radius:10px;background:#f8fafc;border:1px solid var(--exec-border)}.exec-staffRow__avatar{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:var(--exec-blue-soft, rgba(37, 99, 235, .12));color:var(--exec-blue);font-size:11px;font-weight:700}.exec-staffRow__name{font-size:12px;font-weight:600;color:var(--exec-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exec-staffRow__name small{display:block;font-size:10px;font-weight:500;color:var(--exec-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exec-staffRow__bar{height:6px;border-radius:3px;background:#e9eef4;overflow:hidden}.exec-staffRow__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--exec-blue),var(--exec-emerald, #0f9d6b));transition:width .4s ease}.exec-staffRow--top{background:linear-gradient(120deg,#f59e0b1a,#fbbf240d);border-color:#f59e0b66;box-shadow:0 0 0 1px #f59e0b26}.exec-staffRow--top .exec-staffRow__avatar{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#fff;box-shadow:0 2px 6px #f59e0b59}.exec-staffRow--top .exec-staffRow__fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.exec-staffRow--top .exec-staffRow__value{color:#b45309}.exec-staffRow__topLabel{color:#b45309!important;font-weight:700!important}.exec-staffRow__value{font-size:12px;font-weight:700;color:var(--exec-navy-2);text-align:end;white-space:nowrap}.exec-error{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--exec-radius);padding:12px 14px;color:#b42318;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.exec-error button{border:0;border-radius:9px;background:#b42318;color:#fff;padding:7px 14px;font:inherit;font-weight:600;font-size:12px;cursor:pointer}.exec-empty{color:var(--exec-muted);font-size:12px;padding:20px 0;text-align:center}@media(max-width:1440px){.exec-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1280px){.exec-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.exec-row-main{grid-template-columns:1fr 1fr}.exec-row-charts{grid-template-columns:repeat(3,minmax(0,1fr))}.exec-row-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.exec-shell{grid-template-columns:1fr;grid-template-areas:"main"}.exec-shell .dashboard-sidebar{display:none}.exec-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.exec-row-main{grid-template-columns:1fr}.exec-row-charts,.exec-row-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.exec-shell{padding:12px}.exec-header{flex-direction:column;align-items:stretch;gap:10px;min-height:auto}.exec-header__right{justify-content:flex-start}.exec-header__search{flex:1;min-width:0}.exec-kpis,.exec-row-charts,.exec-row-secondary{grid-template-columns:1fr}.exec-kpi{min-height:108px;padding:13px 16px}}.exec-header__pill--sub{gap:4px;font-weight:700;font-size:12px}.exec-header__pill--success{background:#0f9d6b1a;color:#0f9d6b;border-color:#0f9d6b40}.exec-header__pill--warning{background:#d977061a;color:#d97706;border-color:#d9770640}.exec-header__pill--danger{background:#dc26261a;color:#dc2626;border-color:#dc262640}.exec-header__pill--info{background:#2563eb14;color:#2563eb;border-color:#2563eb33}.exec-dot--sub{width:7px;height:7px;border-radius:50%;background:currentColor}.exec-shell{--owner-sidebar-collapsed-width: 92px}.owner-overlay{display:none}.owner-sidebar{grid-area:sidebar;grid-row:1;position:sticky;top:20px;align-self:start;height:calc(100dvh - 40px);min-height:0;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:16px;padding:16px 14px;overflow:hidden;background:linear-gradient(180deg,#142a4d,#0e2140);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 44px #0c193238;transition:padding .18s ease,gap .18s ease}.owner-sidebar__toggleRow{display:flex;justify-content:flex-start}.owner-sidebar__toggle{inline-size:32px;block-size:32px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff12;color:#ffffffd9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.owner-sidebar__toggle:hover{background:#ffffff24}.owner-sidebar__toggle svg,.owner-sidebar__itemIcon svg{inline-size:18px;block-size:18px}.owner-sidebar__brand{display:flex;align-items:center;gap:12px;padding:2px 4px;min-width:0}.owner-sidebar__logo{width:46px;height:46px;border-radius:13px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;flex:none}.owner-sidebar__logo img{width:30px;height:30px;object-fit:contain}.owner-sidebar__brandText{min-width:0;display:grid;gap:4px}.owner-sidebar__brandText strong{font-size:15px;font-weight:700;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-sidebar__role{width:fit-content;font-size:10.5px;font-weight:600;color:#ffd98f;background:#f59e0b24;border:1px solid rgba(245,158,11,.3);padding:1px 9px;border-radius:999px}.owner-sidebar__user{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);min-width:0}.owner-sidebar__avatar{width:32px;height:32px;border-radius:10px;flex:none;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#06b6d4);font-size:13px;font-weight:700;color:#fff}.owner-sidebar__userText{min-width:0;display:grid;gap:2px}.owner-sidebar__userText strong{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-sidebar__userText span{font-size:10.5px;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.owner-sidebar__nav{min-height:0;overflow-y:auto;overscroll-behavior:contain;display:grid;gap:14px;padding-inline-end:2px}.owner-sidebar__section{display:grid;gap:6px}.owner-sidebar__section h2{margin:0;font-size:10.5px;font-weight:700;letter-spacing:.4px;color:#ffffff6b;padding:0 10px}.owner-sidebar__items{display:grid;gap:4px}.owner-sidebar__item{display:flex;align-items:center;gap:10px;min-height:38px;padding:7px 10px;border-radius:11px;color:#ffffffc2;text-decoration:none;font-size:13px;font-weight:600;position:relative;transition:background .15s ease,color .15s ease}.owner-sidebar__item:hover{background:#ffffff12;color:#fff}.owner-sidebar__itemIcon{width:20px;height:20px;flex:none;display:inline-flex;align-items:center;justify-content:center;color:#fff9}.owner-sidebar__itemText{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.owner-sidebar__item--active{background:linear-gradient(90deg,#2563eb52,#2563eb1f);color:#fff;font-weight:700;box-shadow:inset 0 0 0 1px #96bef859}.owner-sidebar__item--active .owner-sidebar__itemIcon{color:#fff}.owner-sidebar__item--active:before{content:"";position:absolute;inset-inline-start:-14px;top:9px;bottom:9px;width:3px;border-radius:3px;background:#60a5fa;box-shadow:0 0 10px #60a5fa99}.owner-sidebar__logout{display:flex;align-items:center;gap:10px;min-height:42px;padding:9px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#ffffffd1;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.owner-sidebar__logout:hover{background:#f8717129;color:#fecaca;border-color:#f8717159}.owner-sidebar__toggle:focus-visible,.owner-sidebar__item:focus-visible,.owner-sidebar__logout:focus-visible{outline:2px solid rgba(96,165,250,.6);outline-offset:1px}.owner-sidebar[data-collapsed=true]{padding:16px 10px}.owner-sidebar[data-collapsed=true] .owner-sidebar__brand{justify-content:center}.owner-sidebar[data-collapsed=true] .owner-sidebar__brandText,.owner-sidebar[data-collapsed=true] .owner-sidebar__user,.owner-sidebar[data-collapsed=true] .owner-sidebar__section h2,.owner-sidebar[data-collapsed=true] .owner-sidebar__itemText{display:none}.owner-sidebar[data-collapsed=true] .owner-sidebar__item{justify-content:center;padding:7px 0}.owner-sidebar[data-collapsed=true] .owner-sidebar__item--active:before{display:none}.owner-sidebar[data-collapsed=true] .owner-sidebar__logout{justify-content:center;padding:9px 0}.owner-sidebar[data-collapsed=true] .owner-sidebar__logout .owner-sidebar__itemText{display:none}:root[data-owner-sidebar-collapsed=true] .exec-shell{grid-template-columns:minmax(0,1fr) var(--owner-sidebar-collapsed-width)}.exec-header__pill--role{color:#dbeafe;background:#2563eb38;border-color:#93c5fd59}.exec-header__pill--muted{color:#cbd7e4;background:#ffffff14;border-color:#ffffff24}.exec-header__guide{color:#fff!important;background:#ffffff14!important;border-color:#ffffff29!important;border-radius:9px}.exec-header__guide:hover{background:#ffffff2e!important;border-color:#ffffff4d!important}.branch-selector{position:relative}.branch-selector__trigger{display:flex;align-items:center;gap:10px;min-height:42px;padding:7px 12px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;cursor:pointer;box-shadow:0 1px 2px #0f2b460a;transition:border-color .15s ease,box-shadow .15s ease}.branch-selector__trigger:hover{border-color:#c4d4e6}.branch-selector[data-open=true] .branch-selector__trigger{border-color:#9cc2ee;box-shadow:0 0 0 3px #2563eb1f}.branch-selector__icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex:none;color:var(--exec-blue);background:#2563eb1a}.branch-selector__icon svg{width:16px;height:16px}.branch-selector__value{display:grid;gap:1px;min-width:0}.branch-selector__value small{font-size:10px;font-weight:600;color:var(--exec-faint);line-height:1.1}.branch-selector__value strong{font-size:13px;font-weight:700;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.branch-selector__main{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;flex:none;color:#b45309;background:#d977061a}.branch-selector__chevron{width:16px;height:16px;flex:none;color:var(--exec-muted);transition:transform .15s ease}.branch-selector__chevron--open{transform:rotate(180deg)}.branch-selector__menu{position:absolute;inset-block-start:calc(100% + 8px);inset-inline-start:0;z-index:50;width:max-content;min-width:340px;max-width:min(92vw,440px);background:#fff;border:1px solid var(--exec-border-2);border-radius:14px;box-shadow:0 14px 36px #0f2b4629;padding:8px}.branch-selector__section{display:grid;gap:4px}.branch-selector__sectionTitle{font-size:11px;font-weight:700;color:var(--exec-faint);padding:5px 9px 3px}.branch-selector__option{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:10px;border:0;background:transparent;color:var(--exec-text);font:inherit;text-align:start;cursor:pointer;width:100%;transition:background .15s ease}.branch-selector__option:hover{background:#f2f6fb}.branch-selector__option--selected{background:#2563eb17}.branch-selector__optIcon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:none;color:var(--exec-blue);background:#eef4fb}.branch-selector__optIcon svg{width:17px;height:17px}.branch-selector__optText{display:grid;gap:3px;min-width:0;flex:1}.branch-selector__optName{display:flex;align-items:center;gap:6px;min-width:0}.branch-selector__optName strong{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-selector__optName i{font-style:normal;font-size:9.5px;font-weight:700;color:#b45309;background:#d977061a;border-radius:6px;padding:1px 6px;flex:none}.branch-selector__optText small{font-size:11px;color:var(--exec-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-selector__optMeta{display:flex;gap:6px;flex-wrap:wrap}.branch-selector__check{width:18px;height:18px;color:var(--exec-blue);flex:none}.branch-chip{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap}.branch-chip__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.branch-chip--success{color:#17803a;background:#0f9d6b1a}.branch-chip--warning{color:#b45309;background:#d977061a}.branch-chip--danger{color:#c0392b;background:#dc262617}.branch-chip--muted{color:var(--exec-muted);background:#f1f4f8}.branch-chip--device{color:var(--exec-navy-2);background:#eef3f9}.branch-selector__empty{color:var(--exec-muted);font-size:12px;padding:10px;text-align:center}.exec-card--branch{border-color:#e6edf6;box-shadow:0 6px 18px #0f2b460f}.exec-branchPerf{display:grid;gap:14px}.exec-branchPerf__totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.exec-branchPerf__total{background:#f6f9fc;border:1px solid var(--exec-border);border-radius:11px;padding:10px 12px;display:grid;gap:2px}.exec-branchPerf__total span{font-size:11px;font-weight:500;color:var(--exec-muted)}.exec-branchPerf__total strong{font-size:16px;font-weight:700;color:var(--exec-text)}.exec-branchPerf__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.exec-branchPerf__row{border:1px solid var(--exec-border);border-radius:12px;background:#fbfcfe;padding:11px 12px;display:grid;gap:8px}.exec-branchPerf__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.exec-branchPerf__name{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--exec-text);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exec-branchPerf__pin{width:8px;height:8px;border-radius:3px;background:var(--exec-blue);flex:none}.exec-branchPerf__orders{font-size:11px;font-weight:700;color:var(--exec-navy-2);white-space:nowrap}.exec-branchPerf__track{height:6px;border-radius:4px;background:#e8eef5;overflow:hidden}.exec-branchPerf__track span{display:block;height:100%;border-radius:4px;background:linear-gradient(90deg,var(--exec-blue),#7cb2f2);transition:width .4s ease}.exec-branchPerf__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.exec-branchPerf__metric{display:grid;gap:1px;font-size:10.5px;font-weight:500;color:var(--exec-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exec-branchPerf__metric strong{font-size:12px;font-weight:700;color:var(--exec-text)}.exec-followUp{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.exec-followUp__metric{background:#f8fafc;border:1px solid var(--exec-border);border-radius:11px;padding:10px 12px;display:grid;gap:2px}.exec-followUp__metric span{font-size:11px;font-weight:500;color:var(--exec-muted)}.exec-followUp__metric strong{font-size:15px;font-weight:700;color:var(--exec-text)}@media(max-width:1100px){.exec-shell{grid-template-columns:1fr;grid-template-areas:"main"}.exec-header__menuBtn{display:inline-flex}.owner-sidebar{position:fixed;top:0;inset-inline-start:0;z-index:40;width:min(88vw,324px);height:100dvh;max-height:100dvh;border-radius:0 18px 18px 0;transform:translate(105%);transition:transform .2s ease,padding .18s ease,gap .18s ease;box-shadow:0 24px 60px #0a162c59}.owner-sidebar[data-open=true]{transform:translate(0)}.owner-overlay{display:block;position:fixed;inset:0;z-index:30;background:#0d192c73;opacity:0;pointer-events:none;transition:opacity .2s ease}.owner-overlay[data-open=true]{opacity:1;pointer-events:auto}.owner-sidebar__toggle{display:none}.owner-sidebar[data-open=true][data-collapsed=true]{padding:16px 14px}.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__brandText,.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__user,.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__section h2,.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__itemText,.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__logout .owner-sidebar__itemText{display:revert}.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__item,.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__logout{justify-content:flex-start;padding:7px 10px}.owner-sidebar[data-open=true][data-collapsed=true] .owner-sidebar__item--active:before{display:block}}@media(max-width:720px){.exec-branchPerf__grid{grid-template-columns:1fr}.exec-branchPerf__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-selector__menu{position:fixed;inset-inline-start:12px;inset-inline-end:12px;top:auto;bottom:12px;width:auto;min-width:0;max-width:none;max-height:min(72vh,480px);overflow-y:auto}}@media(prefers-reduced-motion:reduce){.owner-overlay,.owner-sidebar,.owner-sidebar__item,.owner-sidebar__toggle,.owner-sidebar__logout,.branch-selector__chevron,.branch-selector__trigger,.exec-branchPerf__track span{transition:none}}@media(min-width:1101px){.exec-header__menuBtn{display:none}}.owner-dashboard-theme{--dashboard-primary: #0a2540;--dashboard-primary-2: #12395e;--dashboard-secondary: #0f9d6b;--dashboard-secondary-2: #14b8a6;--dashboard-accent: #0ea5e9;--dashboard-azure-soft: rgba(14, 165, 233, .14);--dashboard-navy-soft: rgba(18, 57, 94, .08);--dashboard-gold: #ca8a04;--dashboard-surface: #ffffff;--dashboard-border: #e1e9f3;--dashboard-bg-glow: #eef4fb;--dashboard-text: #0f2b46;--dashboard-muted: #5b7289}.owner-dashboard-theme{background:radial-gradient(1200px 480px at 20% -8%,rgba(20,184,166,.16),transparent 60%),radial-gradient(900px 420px at 98% 12%,rgba(14,165,233,.12),transparent 55%),radial-gradient(700px 380px at 55% 108%,rgba(202,138,4,.08),transparent 55%),linear-gradient(180deg,#f4f8fd 0%,var(--exec-bg, #f2f5f9) 42%,#eef5fb 100%)}.owner-dashboard-theme .exec-header{background:radial-gradient(600px 220px at 88% 0%,rgba(14,165,233,.35),transparent 60%),radial-gradient(480px 200px at 12% -10%,rgba(20,184,166,.4),transparent 55%),linear-gradient(105deg,#0a2540,#123a5f 42%,#117a68);box-shadow:0 10px 28px #0a254047,inset 0 0 0 1px #7dd3fc38,inset 0 1px #ffffff14}.owner-dashboard-theme .exec-header__title h1{color:#fff;text-shadow:0 1px 2px rgba(3,20,40,.4)}.owner-dashboard-theme .exec-header__title p{color:#ffffffd1}.owner-dashboard-theme .exec-header__menuBtn,.owner-dashboard-theme .exec-header__iconBtn{background:#ffffff1a;border-color:#ffffff2e}.owner-dashboard-theme .exec-header__menuBtn:hover,.owner-dashboard-theme .exec-header__iconBtn:hover{background:#fff3;border-color:#a5f3e273}.owner-dashboard-theme .exec-header__pill{color:#fff;border-color:#ffffff29;background:#ffffff17}.owner-dashboard-theme .exec-dot--online{background:#6ee7b7;box-shadow:0 0 0 3px #6ee7b747}.owner-dashboard-theme .exec-dot--offline{background:#fda4af}.owner-dashboard-theme .exec-header__badge{background:#e11d48;box-shadow:0 0 0 2px #ffffff26}.owner-dashboard-theme .exec-header__pill--success{color:#34d399;background:#10b98129;border-color:#10b9816b}.owner-dashboard-theme .exec-header__pill--warning{color:#fbbf24;background:#ca8a042e;border-color:#fbbf2473}.owner-dashboard-theme .exec-header__pill--danger{color:#fb7185;background:#e11d4833;border-color:#fb718580}.owner-dashboard-theme .exec-header__pill--info{color:#7dd3fc;background:#0ea5e933;border-color:#7dd3fc80}.owner-dashboard-theme .exec-header__pill--muted{color:#ffffffd1;background:#ffffff14;border-color:#ffffff24}.owner-dashboard-theme .exec-header__pill--role{color:#fef3c7;background:linear-gradient(90deg,#ca8a044d,#fbbf2429);border-color:#fbbf2473}.owner-dashboard-theme .exec-periods button[data-selected=true]{background:linear-gradient(120deg,var(--dashboard-primary) 0%,var(--dashboard-primary-2) 90%);color:#fff;box-shadow:0 3px 10px #0a25404d}.owner-dashboard-theme .exec-refresh{background:linear-gradient(120deg,#0f9d6b,#11866e);box-shadow:0 4px 12px #0f9d6b52}.owner-dashboard-theme .exec-refresh:hover{background:linear-gradient(120deg,#11866e,#0e9a6f)}.owner-dashboard-theme .exec-kpi{background:linear-gradient(180deg,var(--dashboard-surface) 0%,#fbfdfe 100%);border:1px solid var(--dashboard-border);box-shadow:0 1px 2px #0f2b460d,0 8px 20px #0f2b460f}.owner-dashboard-theme .exec-kpi:before{width:4px;background:var(--exec-kpi-accent, var(--dashboard-accent));border-radius:4px;box-shadow:0 2px 8px color-mix(in srgb,var(--exec-kpi-accent, var(--dashboard-accent)) 55%,transparent)}.owner-dashboard-theme .exec-kpi:hover{transform:translateY(-2px);border-color:#14b8a66b;box-shadow:0 6px 18px #0f2b461f,0 12px 30px #0ea5e91f}.owner-dashboard-theme .exec-kpi__icon{color:var(--exec-kpi-accent, var(--dashboard-accent));background:color-mix(in srgb,var(--exec-kpi-accent, var(--dashboard-accent)) 11%,#fff)}.owner-dashboard-theme .exec-kpi__value{color:var(--dashboard-text)}.owner-dashboard-theme .exec-kpi__label{color:var(--dashboard-primary-2)}.owner-dashboard-theme .exec-card{background:var(--dashboard-surface);border:1px solid var(--dashboard-border);box-shadow:0 1px 2px #0f25460a,0 10px 24px #0f2b460d}.owner-dashboard-theme .exec-card__head h3{color:var(--dashboard-text)}.owner-dashboard-theme .exec-card__head p{color:var(--dashboard-muted)}.owner-dashboard-theme .exec-card__total{color:var(--dashboard-primary-2)}.owner-dashboard-theme .exec-chart__legend{color:var(--dashboard-muted)}.owner-dashboard-theme .exec-timeline__dot{box-shadow:0 0 0 3px #ffffffa6}.owner-dashboard-theme .exec-timeline__title{color:var(--dashboard-text)}.owner-dashboard-theme .exec-timeline__meta{color:var(--dashboard-muted)}.owner-dashboard-theme .exec-notif__icon{box-shadow:inset 0 0 0 1px #0f25460f}.owner-dashboard-theme .exec-notif__body strong{color:var(--dashboard-text)}.owner-dashboard-theme .exec-notif__body span{color:var(--dashboard-muted)}.owner-dashboard-theme .exec-branchPerf__pin{background:linear-gradient(135deg,var(--dashboard-accent),var(--dashboard-secondary-2));box-shadow:0 1px 4px #0ea5e966}.owner-dashboard-theme .exec-branchPerf__track span{background:linear-gradient(90deg,#0e9f9a 0%,var(--dashboard-secondary-2) 100%)}.owner-dashboard-theme .exec-branchPerf__orders{color:var(--dashboard-primary-2)}.owner-dashboard-theme .exec-staffRow__fill,.owner-dashboard-theme .exec-branchRow__fill{background:linear-gradient(90deg,var(--dashboard-secondary) 0%,var(--dashboard-accent) 100%)}.owner-dashboard-theme .exec-staffRow--top .exec-staffRow__avatar{background:linear-gradient(135deg,var(--dashboard-gold),#f0b842)}.owner-dashboard-theme .exec-staffRow--top .exec-staffRow__fill{background:linear-gradient(90deg,var(--dashboard-gold),#fbbf24)}.owner-dashboard-theme .exec-till__metric,.owner-dashboard-theme .exec-followUp__metric{background:linear-gradient(180deg,#fff,#f2f7fb);border:1px solid var(--dashboard-border)}.owner-dashboard-theme .exec-till__metric strong,.owner-dashboard-theme .exec-followUp__metric strong{color:var(--dashboard-text)}.owner-dashboard-theme .exec-till__cta,.owner-dashboard-theme .exec-followUp__cta,.owner-dashboard-theme .exec-wa__cta{background:linear-gradient(120deg,var(--dashboard-primary) 0%,var(--dashboard-primary-2) 60%,var(--dashboard-secondary) 130%);border:0;border-radius:10px;box-shadow:0 4px 12px #0a254047}.owner-dashboard-theme .exec-till__cta:hover,.owner-dashboard-theme .exec-followUp__cta:hover,.owner-dashboard-theme .exec-wa__cta:hover{background:linear-gradient(120deg,var(--dashboard-secondary) 0%,var(--dashboard-accent) 100%)}.owner-dashboard-theme .exec-error{background:#fef2f4;border:1px solid #fecdd3;color:#be123c}.owner-dashboard-theme .exec-error button{background:#e11d48;border:0}.owner-dashboard-theme .exec-error button:hover{background:#be123c}.owner-dashboard-theme .exec-empty{color:var(--dashboard-muted)}.owner-dashboard-theme .exec-kpi--skeleton{background:linear-gradient(90deg,#e9f1f9 25%,#f6fafd,#e9f1f9 75%);border:1px solid var(--dashboard-border);box-shadow:none}.dashboard-shell,.dashboard-shell *,.dashboard-shell *:before,.dashboard-shell *:after{box-sizing:border-box}.dashboard-shell{--dashboard-sidebar-expanded-width: clamp(260px, 18vw, 284px);--dashboard-sidebar-collapsed-width: 76px;min-height:100vh;min-height:100dvh;display:grid;grid-template-areas:"main sidebar";grid-template-columns:minmax(0,1fr) var(--dashboard-sidebar-expanded-width);align-items:start;gap:clamp(16px,2vw,24px);width:min(100%,1680px);margin:0 auto;padding:clamp(16px,2vw,24px);color:#17324d;background:radial-gradient(circle at top right,rgba(24,184,194,.12),transparent 22%),linear-gradient(180deg,#f8fbfe,#edf4f9);overflow-x:clip;overflow-y:visible;transition:grid-template-columns .18s ease}:root[data-admin-sidebar-collapsed=true] .dashboard-shell{grid-template-columns:minmax(0,1fr) var(--dashboard-sidebar-collapsed-width)}.dashboard-main{grid-area:main;min-width:0;min-height:100dvh;overflow:visible;display:grid;gap:18px;align-content:start}.dashboard-sidebar,.dashboard-topbar,.dashboard-kpiCard,.dashboard-panel,.dashboard-error,.dashboard-empty--wide{border:1px solid #d8e3ee;border-radius:24px;background:#fffffff7;box-shadow:0 18px 36px #123b6314}.dashboard-sidebar{grid-area:sidebar;grid-row:1;position:sticky;top:24px;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);width:100%;min-width:0;max-width:var(--dashboard-sidebar-expanded-width);flex-shrink:0;padding:22px 18px;display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;overflow:hidden;transition:max-width .18s ease,padding .18s ease,gap .18s ease}.dashboard-sidebar__toggleRow{display:flex;justify-content:flex-start}.dashboard-sidebar__toggle{inline-size:40px;block-size:40px;border-radius:12px;border:1px solid #d7e5f2;background:#f8fbfe;color:#123b63;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dashboard-sidebar__toggle svg,.dashboard-sidebar__itemIcon svg{inline-size:20px;block-size:20px}.dashboard-sidebar__header{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:center}.dashboard-sidebar__brand{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#123b6314,#18b8c226)}.dashboard-sidebar__brand img{width:36px;height:36px;object-fit:contain}.dashboard-sidebar__header strong,.dashboard-sidebar__header span,.dashboard-sidebar__header small{display:block;min-width:0}.dashboard-sidebar__identity{min-width:0}.dashboard-sidebar__header strong{font-size:1rem;line-height:1.5;overflow-wrap:anywhere}.dashboard-sidebar__header span,.dashboard-sidebar__header small{margin-top:4px;color:#5a7590;line-height:1.5;overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar__nav{min-height:0;overflow:auto;display:grid;gap:16px;padding-inline-end:2px}.dashboard-sidebar__section{display:grid;gap:10px}.dashboard-sidebar__section h2{margin:0;color:#6b839a;font-size:.84rem}.dashboard-sidebar__items{display:grid;gap:8px}.dashboard-sidebar__item{width:100%;min-height:46px;padding:0 14px;border-radius:14px;border:1px solid #d7e5f2;color:#17324d;background:#f8fbfe;text-decoration:none;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;text-align:right;white-space:nowrap;transition:padding .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.dashboard-sidebar__item[data-active=true],.dashboard-sidebar__item--active{border-color:#8dbcf6;background:linear-gradient(135deg,#e9f3ff,#f4f9ff);color:#0b68d7}.dashboard-sidebar__item--disabled{color:#8aa0b5;cursor:not-allowed}.dashboard-sidebar__itemIcon{inline-size:20px;block-size:20px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.dashboard-sidebar__itemText{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.dashboard-sidebar__item small{font-size:.75rem;flex-shrink:0}.dashboard-sidebar__logout{width:100%;height:50px;padding:0 14px;border:0;border-radius:16px;background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;font-size:1rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:padding .18s ease,border-radius .18s ease,width .18s ease}.dashboard-sidebar__toggle:focus-visible,.dashboard-sidebar__item:focus-visible,.dashboard-sidebar__logout:focus-visible{outline:3px solid rgba(11,104,215,.22);outline-offset:2px}@media(prefers-reduced-motion:reduce){.dashboard-shell,.dashboard-sidebar,.dashboard-sidebar__item,.dashboard-sidebar__logout{transition:none}}@media(min-width:861px){:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar{max-width:var(--dashboard-sidebar-collapsed-width);padding:18px 12px;gap:14px}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__toggleRow{justify-content:center}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__header{grid-template-columns:1fr;justify-items:center}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__identity,:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__section h2,:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__itemText,:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__item small{display:none}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__nav{justify-items:center}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__section,:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__items{justify-items:center}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__item{inline-size:52px;min-height:52px;padding:0;justify-content:center;border-radius:16px}:root[data-admin-sidebar-collapsed=true] .dashboard-sidebar__logout{inline-size:52px;justify-self:center;padding:0;border-radius:16px}}.dashboard-topbar{padding:20px 22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,auto);align-items:start;gap:18px;min-width:0}.dashboard-topbar__title{display:flex;align-items:flex-start;gap:14px;min-width:0}.dashboard-topbar__intro{min-width:0}.dashboard-topbar__eyebrow{color:#5a7590;font-weight:700;display:block;white-space:nowrap}.dashboard-topbar__title h1{margin:4px 0;font-size:clamp(1.45rem,1.2rem + .9vw,1.9rem);line-height:1.25}.dashboard-topbar__meta{margin:0;color:#5a7590;font-weight:700;line-height:1.6;overflow-wrap:anywhere}.dashboard-topbar__controls{display:grid;grid-template-columns:minmax(160px,220px) auto auto minmax(0,1fr) auto;flex-wrap:wrap;align-items:end;justify-content:end;gap:12px;min-width:0}.dashboard-subscription-pill{height:46px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border-radius:14px;font-size:.85rem;font-weight:800;border:1px solid #f0c3c3;background:#fef2f2;color:#b42318;white-space:nowrap}.dashboard-subscription-pill[data-ok=true]{border-color:#c7e6cf;background:#f1faf3;color:#117a37}.dashboard-menuButton,.dashboard-refresh,.dashboard-inlineAction{height:46px;padding:0 18px;border:1px solid #d7e5f2;border-radius:14px;background:#fff;color:#123b63;font-size:.95rem;font-weight:800;cursor:pointer}.dashboard-menuButton{display:none}.dashboard-filter{display:grid;gap:6px;min-width:0}.dashboard-filter span{color:#6b839a;font-size:.84rem;font-weight:700}.dashboard-filter select{height:46px;border:1px solid #d7e5f2;border-radius:14px;background:#fff;color:#17324d;padding:0 14px;font-size:.95rem;font-weight:700;width:100%;min-width:0}.dashboard-periods{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;min-width:0}.dashboard-periods button{min-width:0;height:46px;border:1px solid #d7e5f2;border-radius:14px;background:#fff;color:#123b63;font-size:.92rem;font-weight:800;cursor:pointer;white-space:nowrap}.dashboard-periods button[data-selected=true]{border-color:#8dbcf6;background:linear-gradient(135deg,#e9f3ff,#f4f9ff);color:#0b68d7}.dashboard-kpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.dashboard-kpiCard{padding:20px;display:grid;gap:8px;min-width:0;transition:transform .18s ease,box-shadow .18s ease}.dashboard-kpiCard[data-loading=true]{transform:translateY(-1px);box-shadow:0 20px 40px #123b631a}.dashboard-kpiCard span,.dashboard-kpiCard small{color:#5a7590;font-weight:700;line-height:1.5}.dashboard-kpiCard strong{font-size:clamp(1.32rem,1.08rem + .9vw,1.72rem);line-height:1.2;direction:ltr;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-kpiCard[data-loading=true] strong{animation:dashboard-kpi-glow .7s ease-in-out infinite alternate}.dashboard-kpiCard[data-tone=success] strong{color:#1b8d50}.dashboard-kpiCard[data-tone=danger] strong{color:#c53e3e}.dashboard-kpiCard[data-tone=warning] strong{color:#b7791f}.dashboard-kpiCard[data-tone=info] strong{color:#0b68d7}.dashboard-columns,.dashboard-analytics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-panel{padding:20px;display:grid;gap:16px;min-width:0;overflow:hidden}.dashboard-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.dashboard-panel__head h3{margin:0;font-size:1.15rem}.dashboard-panel__head p{margin:6px 0 0;color:#5a7590;line-height:1.6;overflow-wrap:anywhere}.dashboard-panel__head--actions{align-items:center}.dashboard-alerts,.dashboard-statusList{display:grid;gap:12px}.dashboard-statusList{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:start;align-content:start}.dashboard-alert{padding:16px 18px;border-radius:18px;border:1px solid transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.dashboard-alert[data-level=danger]{background:#fff2f2;border-color:#f3c3c3}.dashboard-alert[data-level=warning]{background:#fff8ea;border-color:#efd8a0}.dashboard-alert[data-level=info]{background:#eef6ff;border-color:#cfe1f8}.dashboard-alert strong{display:block;margin-bottom:6px}.dashboard-alert p,.dashboard-alert__meta small,.dashboard-alert__meta span{margin:0;color:#4f6b86;font-weight:700}.dashboard-alert__meta{display:grid;gap:4px;justify-items:end;flex-shrink:0}.dashboard-statusItem{padding:16px 14px;border-radius:18px;background:#f8fbfe;border:1px solid #dce8f2;display:grid;grid-template-rows:auto 1fr auto;justify-items:center;align-items:start;align-content:start;gap:10px;min-width:0;min-height:128px;text-align:center;box-shadow:inset 0 1px #ffffffa6}.dashboard-statusItem__label{display:flex;align-items:center;justify-content:center;min-width:0}.dashboard-statusItem__label strong{white-space:normal;line-height:1.35;font-size:1rem}.dashboard-statusItem__swatch{width:14px;height:14px;border-radius:999px;box-shadow:0 0 0 6px #0b68d714}.dashboard-statusItem small{white-space:nowrap;font-size:1.5rem;font-weight:800;color:#123b63}.dashboard-trend{min-height:240px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(32px,1fr);gap:10px;align-items:end;overflow-x:auto;padding-bottom:4px}.dashboard-trend__item{min-width:36px;height:240px;display:grid;grid-template-rows:auto 1fr auto;gap:8px;align-items:end;justify-items:center}.dashboard-trend__value,.dashboard-trend__item small{color:#5a7590;font-size:.76rem;font-weight:700}.dashboard-trend__barTrack{width:100%;height:172px;border-radius:999px;background:#edf4f9;position:relative;overflow:hidden;display:flex;align-items:flex-end}.dashboard-trend__bar{width:100%;border-radius:999px}.dashboard-trend__bar[data-tone=revenue]{background:linear-gradient(180deg,#47c989,#1d9959)}.dashboard-trend__bar[data-tone=expense]{background:linear-gradient(180deg,#f5ad76,#d96b2b)}.dashboard-tableWrap{overflow:auto;border:1px solid #d8e3ee;border-radius:18px;max-width:100%}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:14px 16px;text-align:right;white-space:nowrap}.dashboard-table th{background:#123b63;color:#fff;font-size:.82rem}.dashboard-table td{border-bottom:1px solid #e6eef5;font-weight:700}.dashboard-error{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff2f2;color:#b13e3e;min-width:0}.dashboard-error strong,.dashboard-error p{margin:0}.dashboard-error button{height:42px;padding:0 16px;border:0;border-radius:12px;background:#c53e3e;color:#fff;font-weight:800;cursor:pointer}.dashboard-error--inline{border-radius:16px;box-shadow:none}.dashboard-empty,.dashboard-empty--wide{padding:18px;border-radius:18px;color:#5a7590;background:#f8fbfe;text-align:center;font-weight:700}.dashboard-skeletonCard{height:154px;border-radius:24px;background:linear-gradient(90deg,#edf4f9cc 25%,#fffffff2,#edf4f9cc 75%);background-size:200% 100%;animation:dashboard-skeleton 1.2s ease-in-out infinite}.dashboard-overlay{display:none}@keyframes dashboard-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes dashboard-kpi-glow{0%{opacity:.72;transform:translateY(0)}to{opacity:1;transform:translateY(-1px)}}@media(max-width:860px){.dashboard-shell{grid-template-areas:"main";grid-template-columns:minmax(0,1fr);transition:none}.dashboard-sidebar{grid-area:main}.dashboard-sidebar{position:fixed;top:0;right:0;z-index:20;width:min(88vw,320px);max-height:100vh;max-height:100dvh;border-radius:0;transform:translate(110%);transition:transform .18s ease;max-width:none;padding:22px 18px;gap:18px}.dashboard-sidebar[data-open=true]{transform:translate(0)}.dashboard-overlay{position:fixed;inset:0;z-index:10;background:#0f223547;opacity:0;pointer-events:none;transition:opacity .18s ease;display:block}.dashboard-overlay[data-open=true]{opacity:1;pointer-events:auto}.dashboard-menuButton{display:inline-flex;align-items:center;justify-content:center}.dashboard-sidebar__toggle{display:none}.dashboard-topbar{grid-template-columns:minmax(0,1fr)}}@media(max-width:980px){.dashboard-columns,.dashboard-analytics{grid-template-columns:minmax(0,1fr)}.dashboard-topbar{gap:14px}.dashboard-topbar__controls{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-refresh{grid-column:1 / -1;width:100%}}@media(max-width:720px){.dashboard-shell{padding:16px;gap:16px}.dashboard-topbar,.dashboard-panel,.dashboard-kpiCard,.dashboard-error,.dashboard-empty--wide{border-radius:20px}.dashboard-topbar{padding:18px}.dashboard-topbar__title{flex-direction:column}.dashboard-topbar__title h1{font-size:1.45rem}.dashboard-topbar__controls{grid-template-columns:minmax(0,1fr)}.dashboard-periods{grid-template-columns:1fr}.dashboard-filter,.dashboard-periods,.dashboard-periods button,.dashboard-refresh{width:100%}.dashboard-alert,.dashboard-error{flex-direction:column;align-items:stretch}}.dashboard-table__mono{font-variant-numeric:tabular-nums;white-space:nowrap}.workspace-page__actions{align-items:center}.workspace-page__statusRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.workspace-page__statusChip{min-height:34px;padding:0 12px;border:1px solid #d7e5f2;border-radius:999px;background:#f8fbfe;color:#45637f;font-size:.82rem;font-weight:800;display:inline-flex;align-items:center}.workspace-page__quickPanel{gap:14px}.workspace-page__quickActions{display:flex;flex-wrap:wrap;gap:10px}.workspace-page__columns{align-items:start}.workspace-page__sessionCard{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.workspace-page__sessionCard div{display:grid;gap:6px;padding:16px;border:1px solid rgba(147,178,214,.28);border-radius:18px;background:#f4faffeb}.workspace-page__sessionCard dt{color:#5e7a98;font-size:.92rem}.workspace-page__sessionCard dd{margin:0;color:#183b63;font-size:1.05rem;font-weight:700}@media(max-width:720px){.workspace-page__quickActions{display:grid;grid-template-columns:minmax(0,1fr)}.workspace-page__sessionCard{grid-template-columns:minmax(0,1fr)}}.exec-quick{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.exec-quick__btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0f2b460d;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease,background .15s ease}.exec-quick__btn:hover{border-color:#c9d4de;box-shadow:var(--exec-shadow-hover);transform:translateY(-1px)}.exec-quick__btn:active{transform:translateY(0)}.exec-quick__btn--accent{background:var(--exec-navy);border-color:var(--exec-navy);color:#fff}.exec-quick__btn--accent:hover{background:var(--exec-navy-2);border-color:var(--exec-navy-2)}.exec-quick__hint{margin-inline-start:auto;font-size:11.5px;font-weight:600;color:var(--exec-muted)}.exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.exec-header__action:hover{background:#fff3;border-color:#ffffff47}.exec-row-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1vw,14px);align-items:stretch}.exec-tableWrap{overflow-x:auto;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fff}.exec-table{width:100%;min-width:560px;border-collapse:collapse;font-size:13px}.exec-table thead th{padding:10px 16px;text-align:start;white-space:nowrap;font-size:11px;font-weight:700;letter-spacing:.2px;color:var(--exec-muted);background:#f6f9fc;border-bottom:1px solid var(--exec-border)}.exec-table tbody td{padding:11px 16px;white-space:nowrap;color:var(--exec-text);border-bottom:1px solid #eef2f8}.exec-table tbody tr:last-child td{border-bottom:0}.exec-table tbody tr:hover td{background:#f7fafd}.exec-table__mono{font-variant-numeric:tabular-nums;font-weight:700;color:var(--exec-navy-2)}.exec-empty--box{text-align:center;padding:22px 12px;color:var(--exec-muted);font-size:12px;background:#fbfcfe;border:1px dashed var(--exec-border);border-radius:var(--exec-radius)}@media(max-width:1100px){.exec-row-duo{grid-template-columns:1fr}}@media(max-width:720px){.exec-quick__hint{margin-inline-start:0;width:100%}.exec-sidebar .exec-header__right{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.exec-quick__btn,.exec-header__action{transition:none}}.centered-dialog__backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0e1f3152;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.centered-dialog{box-sizing:border-box;width:min(1200px,calc(100vw - 48px));max-width:min(1200px,calc(100vw - 48px));max-height:calc(100vh - 48px);max-height:min(88dvh,calc(100vh - 48px));border-radius:28px;border:1px solid rgba(188,208,230,.98);background:#fafdfffc;box-shadow:0 24px 60px #0e1f3138;display:flex;flex-direction:column;overflow:hidden;animation:centered-dialog-in .18s ease-out}.centered-dialog[data-size=sm]{width:min(520px,calc(100vw - 48px))}.centered-dialog[data-size=md]{width:min(720px,calc(100vw - 48px))}.centered-dialog[data-size=lg]{width:min(920px,calc(100vw - 48px))}.centered-dialog[data-size=xl]{width:min(1200px,calc(100vw - 48px))}.centered-dialog__header,.centered-dialog__footer{flex:0 0 auto;z-index:1;padding:20px 24px;background:#fafdfffa}.centered-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(219,231,243,.95)}.centered-dialog__titleBlock{display:grid;gap:6px}.centered-dialog__titleBlock h2{margin:0;color:#123b63}.centered-dialog__description{margin:0;color:#69839c}.centered-dialog__headerActions,.centered-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px}.centered-dialog__footer{border-top:1px solid rgba(219,231,243,.95)}.centered-dialog__close,.centered-dialog__footer button{min-height:42px;padding:0 16px;border:1px solid #d8e4f0;border-radius:14px;background:#fff;color:#123b63;font:inherit;font-weight:800;cursor:pointer}.centered-dialog__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:20px 24px 24px}.centered-dialog__loading{width:100%;min-height:320px;border-radius:20px;background:linear-gradient(90deg,#e8f0f7b8,#f8fbfffa,#e8f0f7b8);background-size:220% 100%;animation:dashboard-shimmer 1.3s linear infinite}@keyframes centered-dialog-in{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.centered-dialog__backdrop{padding:0}.centered-dialog[data-fullscreen-mobile=true]{width:100%;max-width:100%;max-height:100dvh;height:100dvh;border-radius:0}.centered-dialog[data-fullscreen-mobile=false]{width:min(100vw - 24px,960px);max-width:min(100vw - 24px,960px);max-height:calc(100vh - 24px);max-height:min(92dvh,calc(100vh - 24px));border-radius:22px}}.orders-shell>.orders-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.orders-page .exec-header__meta{max-width:560px}.orders-page .exec-header__pill{font-weight:600}.orders-filters{gap:12px}.orders-filters__clear{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.orders-filters__clear:hover{border-color:#c9d4de;background:#f6fafc}.orders-filters__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.orders-field{display:grid;gap:6px;min-width:0}.orders-field>span{font-size:11px;font-weight:700;color:var(--exec-muted)}.orders-field--search{grid-column:span 2}.orders-field__input,.orders-field select{width:100%;min-width:0;height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);font:inherit;font-size:13px;font-weight:600;padding:0 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.orders-field select{cursor:pointer}.orders-field input:focus,.orders-field select:focus{border-color:#9cc2ee;box-shadow:0 0 0 3px #2563eb1f}.orders-field input::placeholder{color:var(--exec-faint);font-weight:500}.orders-table-card{gap:12px}.orders-table-card__count{font-size:12px;font-weight:700;color:var(--exec-navy-2);white-space:nowrap;padding:5px 10px;border-radius:999px;background:var(--exec-blue-soft, rgba(37, 99, 235, .1))}.orders-tableWrap{overflow:auto;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fff;max-height:min(70vh,720px)}.orders-table{width:100%;min-width:980px;border-collapse:collapse;font-size:13px}.orders-table thead th{position:sticky;top:0;z-index:1;padding:11px 14px;text-align:start;white-space:nowrap;font-size:11px;font-weight:700;letter-spacing:.2px;color:var(--exec-muted);background:#f6f9fc;border-bottom:1px solid var(--exec-border)}.orders-table tbody td{padding:11px 14px;white-space:nowrap;vertical-align:middle;color:var(--exec-text);border-bottom:1px solid #eef2f8}.orders-table tbody tr:last-child td{border-bottom:0}.orders-table tbody tr:hover td{background:#f7fafd}.orders-table__mono{direction:ltr;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600;color:var(--exec-navy-2)}.orders-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:700;white-space:nowrap;border:1px solid transparent}.orders-badge--status{color:var(--orders-status-color, var(--exec-navy-2));background:color-mix(in srgb,var(--orders-status-color, var(--exec-navy-2)) 10%,#ffffff);border-color:color-mix(in srgb,var(--orders-status-color, var(--exec-navy-2)) 28%,#ffffff)}.orders-badge--paid{color:#1b8d50;background:#e8f7ef;border-color:#b8e1c5}.orders-badge--partial{color:#b7791f;background:#fff6e5;border-color:#efd49c}.orders-badge--unpaid{color:#c53e3e;background:#fff2f2;border-color:#f0c3c3}.orders-table__action{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:9px;border:1px solid var(--exec-navy);background:var(--exec-navy);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.orders-table__action:hover{background:var(--exec-navy-2);border-color:var(--exec-navy-2);transform:translateY(-1px)}.orders-skeleton{border-radius:99px;animation:exec-shimmer 1.3s linear infinite;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%}.orders-skeleton--cell{height:22px}.orders-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.orders-pagination__info{font-size:12px;font-weight:700;color:var(--exec-muted)}.orders-pagination__controls{display:flex;align-items:center;gap:8px}.orders-pagination button{padding:7px 16px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.orders-pagination button:hover:not(:disabled){border-color:var(--exec-navy);color:var(--exec-navy);background:#f2f6fc}.orders-pagination button:disabled{opacity:.5;cursor:not-allowed}.orders-page__detailsButton{padding:7px 14px;border-radius:9px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.orders-page__detailsButton:hover{border-color:var(--exec-navy);color:var(--exec-navy);background:#f2f6fc}.orders-page__detailsButton:disabled{opacity:.5;cursor:not-allowed}.orders-page__detailBody{display:grid;gap:16px;min-height:0}.orders-page__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.orders-page__detailCard,.orders-page__detailSection{border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;padding:14px 16px;min-width:0}.orders-page__detailCard h4,.orders-page__detailSection h4{margin:0 0 12px;font-size:13px;font-weight:700;color:var(--exec-text)}.orders-page__detailCard dl{margin:0;display:grid;gap:10px}.orders-page__detailCard dl div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;align-items:baseline}.orders-page__detailCard dt{color:var(--exec-muted);font-size:12px;font-weight:600}.orders-page__detailCard dd{margin:0;font-size:13px;font-weight:700;color:var(--exec-text)}.orders-page__notesBox{display:grid;gap:10px;min-height:72px;padding:14px 16px;border-radius:var(--exec-radius);border:1px solid var(--exec-border);background:#f7fbfe;color:var(--exec-text)}.orders-page__notesBox p{margin:0;font-size:13px}.orders-page__invoiceView{min-height:0}@media(max-width:980px){.orders-filters__grid,.orders-page__detailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-field--search{grid-column:span 2}}@media(max-width:720px){.orders-shell>.orders-page.dashboard-main{min-height:0}.orders-filters__grid,.orders-page__detailGrid{grid-template-columns:minmax(0,1fr)}.orders-field--search{grid-column:auto}.orders-pagination{flex-direction:column;align-items:stretch}.orders-pagination__controls{justify-content:space-between}.orders-page__detailCard dl div{grid-template-columns:minmax(0,1fr)}.orders-tableWrap{max-height:none}}.branches-page{min-width:0}.branches-page__identity{display:grid;gap:5px}.branches-page__identity strong{color:#123b63}.branches-page__identity small{color:#6a839a;font-weight:800}.branches-page__monoSub{display:block;margin-top:4px;color:#6a839a;font-size:.8rem}.branches-page__mono{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:plaintext}.branches-page__statusBadge{display:inline-flex;align-items:center;justify-content:center;min-width:84px;height:32px;padding:0 12px;border-radius:999px;font-weight:900;font-size:.82rem}.branches-page__statusBadge[data-tone=active]{color:#0d8a4b;background:#36bf7524}.branches-page__statusBadge[data-tone=inactive]{color:#bb3b3b;background:#ee545424}.branches-detail{display:grid;gap:18px}.branches-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.branches-page__detailCard{display:grid;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(215,227,240,.96);background:#fffffff0}.branches-page__detailCard h4{margin:0;color:#123b63;font-size:1rem}.branches-page__detailCard dl{margin:0;display:grid;gap:12px}.branches-page__detailCard dl div{display:grid;grid-template-columns:minmax(120px,150px) minmax(0,1fr);gap:10px}.branches-page__detailCard dt{color:#54708ef2;font-weight:800}.branches-page__detailCard dd{margin:0;color:#123b63}.branches-page__sectionHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.branches-page__sectionHead span{color:#6c869f;font-weight:800}.branches-page__miniTableWrap{overflow:auto}.branches-page__miniTable{width:100%;border-collapse:collapse}.branches-page__miniTable th,.branches-page__miniTable td{padding:12px 10px;border-bottom:1px solid #edf3f8;text-align:right}.branches-page__miniTable th{color:#5a7590;font-size:.8rem}.branches-page__stack{display:grid;gap:12px}.branches-page__listCard{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 16px;align-items:center;padding:14px 16px;border-radius:18px;border:1px solid #deebf6;background:#f8fcfff2}.branches-page__listCard--compact{grid-template-columns:minmax(0,1fr) auto}.branches-page__listCard strong,.branches-page__listCard span{display:block}.branches-page__listCard strong{color:#123b63}.branches-page__listCard span{color:#69839c;margin-top:4px}.branches-page__listMeta{display:grid;gap:4px;justify-items:end}.branches-page__listActions{grid-column:1 / -1;display:flex;gap:10px;flex-wrap:wrap}@media(max-width:960px){.branches-detail__grid,.branches-page__detailCard dl div,.branches-page__listCard{grid-template-columns:minmax(0,1fr)}}.customers-shell>.customers-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.customers-page .exec-header__meta{max-width:560px}.customers-page .exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.customers-page .exec-header__action:hover{background:#fff3;border-color:#ffffff47}.customers-page__headerCta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#0f9d6b,#1b8d50);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.customers-page__headerCta:hover{background:linear-gradient(135deg,#0c8a5d,#147a43);border-color:#ffffff59;box-shadow:0 2px 10px #0f9d6b66}.customers-page__table{min-width:1240px}.customers-page__table td{vertical-align:middle}.customers-page__identity{display:grid;gap:2px;min-width:0}.customers-page__identity strong{font-size:13px;font-weight:700;color:var(--exec-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-page__identity small{font-size:11px;font-weight:500;color:var(--exec-muted);font-variant-numeric:tabular-nums}.customers-page__balance{font-weight:600;color:var(--exec-muted)}.customers-page__balance--due{font-weight:800;color:#b91c1c;background:#fef2f2;border-radius:6px;padding:3px 8px}.customers-page__subBadge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-size:11.5px;font-weight:600;white-space:nowrap;color:var(--exec-muted);background:#f1f5f9;border:1px solid #e2e8f0}.customers-page__subBadge--active{color:#0f8f5d;background:#e8f7ef;border-color:#b8e1c5}.customers-page__mono{direction:ltr;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.customers-page__detailsButton{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid var(--exec-border-2);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.customers-page__detailsButton:hover{border-color:var(--exec-navy);color:var(--exec-navy);background:#f2f6fc}.customers-page__detailsButton:disabled{opacity:.5;cursor:not-allowed}.customers-page__detailsButton--danger{color:#b91c1c;border-color:#f0c3c3}.customers-page__detailsButton--danger:hover{color:#991b1b;border-color:#dc2626;background:#fef2f2}.customers-page__detailBody{display:grid;gap:16px;min-height:0}.customers-page__detailMeta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.customers-page__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customers-page__detailCard,.customers-page__detailSection{border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;padding:14px 16px;min-width:0}.customers-page__detailCard h4,.customers-page__detailSection h4{margin:0 0 12px;font-size:13px;font-weight:700;color:var(--exec-text)}.customers-page__detailCard dl{margin:0;display:grid;gap:10px}.customers-page__detailCard dl div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:baseline}.customers-page__detailCard dt{color:var(--exec-muted);font-size:12px;font-weight:600}.customers-page__detailCard dd{margin:0;font-size:13px;font-weight:700;color:var(--exec-text)}.customers-page__detailSection tbody tr,.customers-page__detailSection .orders-table td{font-size:13px}.customers-page__statusBadge,.customers-page__readonlyBadge,.customers-page__orderStatusBadge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.customers-page__statusBadge[data-tone=active]{color:#0f8f5d;background:#e8f7ef;border:1px solid #b8e1c5}.customers-page__statusBadge[data-tone=inactive]{color:#b91c1c;background:#fef2f2;border:1px solid #f0c3c3}.customers-page__readonlyBadge{color:#56779b;background:#edf3fb;border:1px solid #d3e2f2}.customers-page__orderStatusBadge{color:var(--customers-status-color, #123b63);background:color-mix(in srgb,var(--customers-status-color, #123b63) 10%,#ffffff);border:1px solid color-mix(in srgb,var(--customers-status-color, #123b63) 26%,#ffffff)}.customers-page__subscriptionSummary{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;color:var(--exec-text)}.customers-page__subscriptionSummary strong{font-size:14px}.customers-page__subscriptionSummary button{margin-inline-start:auto}.customers-page__notesBox{min-height:72px;padding:14px 16px;border-radius:var(--exec-radius);border:1px solid var(--exec-border);background:#f7fbfe;color:var(--exec-text);font-size:13px}.dashboard-success{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:1px solid rgba(27,161,109,.22);background:#e8f7ef;color:#0c6b48;font-weight:700;font-size:13px}.customers-page__formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px 20px 22px}.customers-page__formGrid label{display:grid;gap:6px}.customers-page__formGrid label>span{font-size:12px;font-weight:700;color:var(--exec-muted)}.customers-page__formGrid input,.customers-page__formGrid select,.customers-page__formGrid textarea{width:100%;min-height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);font:inherit;font-size:13px;font-weight:600;padding:0 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.customers-page__formGrid textarea{padding:10px 12px;resize:vertical;min-height:84px}.customers-page__formGrid input:focus,.customers-page__formGrid select:focus,.customers-page__formGrid textarea:focus{border-color:#9cc2ee;box-shadow:0 0 0 3px #2563eb1f}.customers-page__formFieldWide,.customers-page__formMessage,.customers-page__duplicateCard{grid-column:1 / -1}.customers-page__duplicateCard{display:grid;gap:8px;padding:14px 16px;border-radius:var(--exec-radius);border:1px solid rgba(228,168,56,.28);background:#fff6e5;color:#7b5314;font-size:13px}.customers-page__duplicateCard strong{color:#92400e}.customers-page__duplicateCard span{color:#6b501deb}.customers-page__duplicateCard button{justify-self:start}.customers-page__clearButton{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.customers-page__clearButton:hover{border-color:#c9d4de;background:#f6fafc}.customers-page__clearButton:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1200px){.orders-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.customers-page__detailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.customers-page__detailGrid,.customers-page__formGrid,.customers-page__detailCard dl div{grid-template-columns:minmax(0,1fr)}}.customers-detail{display:grid;gap:14px;min-height:0}.customers-detail__identity{display:inline-flex;align-items:center;gap:8px;max-width:100%;min-width:0}.customers-detail__identity strong{font-size:13px;font-weight:800;color:var(--exec-navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-detail__identityCode{font-size:11px;font-weight:700;color:var(--exec-muted);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:2px 10px;white-space:nowrap}.customers-detail__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 14px;padding:10px 14px;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe}.customers-detail__actionsGroup{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.customers-detail__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap;color:var(--exec-muted);background:#f1f5f9;border:1px solid #e2e8f0}.customers-detail__badge[data-tone=active]{color:#0f8f5d;background:#e8f7ef;border-color:#b8e1c5}.customers-detail__badge[data-tone=inactive]{color:#b91c1c;background:#fef2f2;border-color:#f0c3c3}.customers-detail__badge--mode{color:#56779b;background:#edf3fb;border-color:#d3e2f2}.customers-detail__editBtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 14px;border-radius:9px;border:1px solid var(--exec-navy);background:#fff;color:var(--exec-navy);font:inherit;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.customers-detail__editBtn:hover{background:#f2f6fc}.customers-detail__editBtn:disabled{opacity:.5;cursor:not-allowed}.customers-detail__editBtn--danger{color:#b91c1c;border-color:#f0c3c3}.customers-detail__editBtn--danger:hover{color:#991b1b;border-color:#dc2626;background:#fef2f2}.customers-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.customers-detail__card{border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;padding:14px 16px;min-width:0;display:grid;align-content:start;gap:12px}.customers-detail__cardHead h3,.customers-detail__blockHead h3{margin:0;font-size:15px;font-weight:800;color:var(--exec-text)}.customers-detail__def{margin:0;display:grid;gap:9px}.customers-detail__def>div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:baseline}.customers-detail__def dt{color:var(--exec-muted);font-size:12px;font-weight:600}.customers-detail__def dd{margin:0;font-size:14px;font-weight:700;color:var(--exec-text);min-width:0;overflow-wrap:anywhere}.customers-detail__def--money dd{font-size:15px;font-weight:800}.customers-detail__due{color:#b91c1c!important;background:#fff2f2;border-radius:8px;padding:3px 10px;font-weight:800}.customers-detail__muted{color:var(--exec-faint, var(--exec-muted));font-weight:500}.customers-detail__def--inline{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px 16px}.customers-detail__def--inline>div{grid-template-columns:minmax(0,1fr);gap:3px}.customers-detail__defAction{justify-self:end}.customers-detail__block{display:grid;gap:10px;min-width:0}.customers-detail__blockHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.customers-detail__tableWrap{max-height:none}.customers-detail__table{min-width:720px}.customers-detail__table .orders-table__mono,.customers-detail__table .orders-table tbody td{font-size:13px}.customers-detail__empty{margin:0;padding:10px 14px;border:1px dashed var(--exec-border);border-radius:var(--exec-radius);background:#fff;color:var(--exec-muted);font-size:12.5px;font-weight:600}.customers-detail__notes{margin:0;padding:10px 14px;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fff;color:var(--exec-text);font-size:13px;line-height:1.8;white-space:pre-wrap}@media(max-width:980px){.customers-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.customers-detail__grid{grid-template-columns:minmax(0,1fr)}.customers-detail__def>div{grid-template-columns:minmax(0,1fr)}.customers-detail__def--inline{grid-template-columns:minmax(0,1fr)}.customers-detail__actions{justify-content:stretch}.customers-detail__actionsGroup{justify-content:space-between;width:100%}}.catalog-shell>.catalog-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.catalog-page .exec-header__meta{max-width:600px}.catalog-page .exec-header__action,.catalog-page .catalog-page__headerCta{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.catalog-page .exec-header__action:hover{background:#fff3;border-color:#ffffff47}.catalog-page__headerCta{padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;box-shadow:0 4px 12px #2563eb47}.catalog-page__headerCta:hover{background:linear-gradient(135deg,#2f6df0,#2453d9);transform:translateY(-1px)}.catalog-page__tabsWrap{display:flex;flex-wrap:wrap;gap:8px}.catalog-page__tab{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:10px;border:1px solid var(--exec-border-2);background:var(--exec-card);color:var(--exec-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.catalog-page__tab:hover{border-color:var(--exec-navy);color:var(--exec-navy)}.catalog-page__tab[data-selected=true]{border-color:var(--exec-navy);background:var(--exec-navy);color:#fff;box-shadow:var(--exec-shadow)}.catalog-page .exec-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.catalog-page .orders-filters__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-page__identity{display:grid;gap:4px;min-width:0}.catalog-page__identity strong{font-size:13px;font-weight:700;color:var(--exec-text)}.catalog-page__identity span{font-size:11.5px;color:var(--exec-faint);direction:ltr;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.catalog-page .catalog-page__money{direction:ltr;font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:700;color:var(--exec-navy-2)}.catalog-page .orders-table__actions{display:inline-flex;align-items:center;gap:6px}.catalog-page__ghostAction{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:9px;border:1px solid var(--exec-border-2);background:#fff;color:var(--exec-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,color .15s ease,background .15s ease}.catalog-page__ghostAction:hover{border-color:var(--exec-navy);color:var(--exec-navy);background:#f2f6fc}.catalog-page__matrixHeader,.catalog-page__customerPricingSearch{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.catalog-page__matrixHeader h3{margin:0;font-size:13px;font-weight:700;color:var(--exec-text)}.catalog-page__matrixHeader p{margin:2px 0 0;font-size:12px;font-weight:500;color:var(--exec-muted)}.catalog-page__customerPricingSearch{gap:12px;align-items:end}.catalog-page__customerPricingSearch .orders-field{flex:1 1 220px;min-width:220px}.catalog-page__tableWrap--matrix{max-width:100%}.catalog-page__matrixTable{min-width:1100px}.catalog-page__matrixInput{width:100%;min-width:0;height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);padding:0 10px;font:inherit;font-size:13px;font-weight:600;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.catalog-page__matrixInput:focus{border-color:#9cc2ee;box-shadow:0 0 0 3px #2563eb1f}.catalog-page__customerCard{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;color:var(--exec-text);font-size:13px;font-weight:700}.catalog-page__customerCard span{color:var(--exec-muted);font-weight:500;font-size:12px}.catalog-page__customerPriceCell{display:grid;gap:8px;min-width:160px}.catalog-page__customerPriceCell small{color:var(--exec-muted);font-size:11px;font-weight:600}.catalog-page__dialogSections{display:grid;gap:14px}.catalog-page__itemCenteredDialog.centered-dialog[data-size=xl]{width:min(1080px,calc(100vw - 48px));max-width:calc(100vw - 48px);max-height:86vh;border-radius:16px}.catalog-page__itemCenteredDialog .centered-dialog__header,.catalog-page__itemCenteredDialog .centered-dialog__footer{padding:14px 20px}.catalog-page__itemCenteredDialog .centered-dialog__body{padding:18px 20px}.catalog-page__itemCenteredDialog .centered-dialog__titleBlock{gap:4px}.catalog-page__itemCenteredDialog .centered-dialog__titleBlock h2{font-size:22px;line-height:1.25}.catalog-page__itemCenteredDialog .centered-dialog__description{font-size:13px;line-height:1.45}.catalog-page__itemCenteredDialog .centered-dialog__close,.catalog-page__itemCenteredDialog .centered-dialog__footer button{min-height:38px;border-radius:10px;font-size:13px}.catalog-page__itemDialog{gap:16px}.catalog-page__itemDialogTop{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:stretch}.catalog-page__itemDialogMetaGrid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:16px}.catalog-page__itemImagePanel,.catalog-page__itemFormPanel,.catalog-page__itemPricingPanel{display:grid;gap:12px;min-width:0;padding:16px;border:1px solid var(--exec-border);border-radius:12px;background:#fff}.catalog-page__itemDialog .catalog-page__sectionHeading h4{font-size:16px;line-height:1.25;font-weight:700;color:var(--exec-navy-2)}.catalog-page__itemDialog .catalog-page__sectionHeading p{font-size:13px;line-height:1.45}.catalog-page__subHeading h5{margin:0;padding-top:2px;border-top:1px solid var(--exec-border-2);font-size:12px;font-weight:800;letter-spacing:0;color:var(--exec-muted)}.catalog-page__itemDialog .catalog-page__dialogGrid{gap:10px 14px}.catalog-page__itemDialog .catalog-page__field>span{font-size:12px;color:var(--exec-text)}.catalog-page__itemDialog .catalog-page__field input,.catalog-page__itemDialog .catalog-page__field select{height:44px;font-size:14px;font-weight:600;border-radius:10px}.catalog-page__itemDialog .catalog-page__field--imagePath{gap:5px}.catalog-page__itemDialog .catalog-page__field--imagePath input{height:34px;font-size:12px;color:var(--exec-muted)}.catalog-page__itemDialog .catalog-page__fieldError{font-size:12px;color:#c9402e;font-weight:600}.catalog-page__itemDialog .catalog-page__switchField{align-self:end;justify-self:stretch;min-width:0;min-height:44px;margin-top:0;padding:8px 12px;border-radius:10px;gap:14px}.catalog-page__itemDialog .catalog-page__switchLabelText{display:flex;align-items:center;gap:8px}.catalog-page__itemDialog .catalog-page__switchLabelText strong,.catalog-page__itemDialog .catalog-page__switchLabelText small{font-size:12px;line-height:1.2}.catalog-page__switchField[data-active=true]{border-color:#bfe4d1;background:#f2fbf6}.catalog-page__switchField[data-active=true] .catalog-page__switchLabelText strong{color:#12805a}.catalog-page__switchField[data-active=true] input{accent-color:#0f9d6b}.catalog-page__switchField[data-active=false]{border-color:#eec9c2;background:#fdf6f4}.catalog-page__switchField[data-active=false] .catalog-page__switchLabelText strong{color:#b0513f}.catalog-page__switchField[data-active=false] input{accent-color:#cf6b58}.catalog-page__itemDialog .catalog-page__pricingBulk{padding:0;border:0;border-radius:0;background:transparent;gap:8px}.catalog-page__itemDialog .catalog-page__pricingBulk select,.catalog-page__itemDialog .catalog-page__pricingBulk input,.catalog-page__itemDialog .catalog-page__pricingBulk button{height:36px;border-radius:9px}.catalog-page__itemDialog .catalog-page__pricingBulk select{min-width:230px}.catalog-page__itemDialog .catalog-page__pricingTableHead{padding:0 12px 8px;color:var(--exec-muted);font-size:13px;font-weight:700}.catalog-page__itemDialog .catalog-page__pricingTableRow{gap:12px;min-height:54px;padding:8px 12px;border-radius:0;border-inline:0;border-top:0}.catalog-page__itemDialog .catalog-page__pricingCell{font-size:13.5px;font-variant-numeric:tabular-nums}.catalog-page__itemDialog .catalog-page__pricingCell--service strong{font-size:14px}.catalog-page__itemDialog .catalog-page__pricingCell--service em{font-style:normal;font-size:11px;color:var(--exec-blue);background:#eaf2fc;border-radius:999px;padding:2px 8px;display:inline-block}.catalog-page__itemDialog .catalog-page__pricingCell--current{color:var(--exec-navy-2);font-weight:700;text-align:center}.catalog-page__itemDialog .catalog-page__pricingCell--new{grid-template-columns:minmax(0,1fr);position:relative}.catalog-page__priceField{position:relative;display:block}.catalog-page__priceField .catalog-page__matrixInput{text-align:right;direction:ltr;padding-inline-end:40px;font-variant-numeric:tabular-nums}.catalog-page__itemDialog .catalog-page__pricingCell--new input{text-align:right;padding-inline-end:34px}.catalog-page__priceDash{color:var(--exec-faint)}.catalog-page__priceCur{position:absolute;inset-inline-end:12px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--exec-muted);pointer-events:none}.catalog-page__pricingCell--new .catalog-page__pricingCur{position:absolute}.catalog-page__itemDialog .catalog-page__pricingCell--status{color:var(--exec-text);font-weight:600;text-align:center}.catalog-page__itemDialog .catalog-page__imagePreview{width:176px;min-height:176px;justify-self:center;border-radius:12px;background:#f4f7fb}.catalog-page__itemDialog .catalog-page__imagePreview[data-has-image=false]{border-style:solid;background:linear-gradient(135deg,#e8f0f7b8,#f8fbfffa)}.catalog-page__itemDialog .catalog-page__imagePreview img{object-fit:contain;background:#fff}.catalog-page__imageMeta{display:grid;gap:2px;text-align:center}.catalog-page__imageMeta strong{color:var(--exec-text);font-size:14px;font-weight:800}.catalog-page__imageMeta span{color:var(--exec-muted);font-size:12px;font-weight:600}.catalog-page__itemDialog .catalog-page__uploadBtn{min-height:36px;padding:6px 12px;font-size:13px}.catalog-page__itemDialog .catalog-page__dialogFooter{gap:12px;width:100%}.catalog-page__itemDialog .catalog-page__dialogBtn{min-height:38px;padding:8px 20px;border-radius:10px;font-size:14px}.catalog-page__detailCard{display:grid;gap:12px;padding:14px 16px;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;min-width:0}.catalog-page__sectionHeading h4{margin:0;font-size:13px;font-weight:700;color:var(--exec-text)}.catalog-page__sectionHeading p{margin:2px 0 0;font-size:12px;font-weight:500;color:var(--exec-muted)}.catalog-page__dialogGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.catalog-page__field{display:grid;gap:6px;min-width:0}.catalog-page__field>span{font-size:11px;font-weight:700;color:var(--exec-muted)}.catalog-page__field input,.catalog-page__field select{width:100%;min-width:0;height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);padding:0 12px;font:inherit;font-size:13px;font-weight:600;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.catalog-page__field input:focus,.catalog-page__field select:focus{border-color:#9cc2ee;box-shadow:0 0 0 3px #2563eb1f}.catalog-page__fieldHint,.catalog-page__fieldError{font-size:11px}.catalog-page__fieldHint{color:var(--exec-muted)}.catalog-page__fieldError{color:#dc2626;font-weight:700}.catalog-page__switchField{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding:10px 14px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff}.catalog-page__switchLabelText{display:grid;gap:2px;color:var(--exec-text)}.catalog-page__switchLabelText strong{font-size:12px;font-weight:700}.catalog-page__switchLabelText small{color:var(--exec-muted);font-size:11px}.catalog-page__switchField input{inline-size:18px;block-size:18px;accent-color:var(--exec-blue);cursor:pointer}.catalog-page__mediaLayout{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;align-items:start}.catalog-page__imagePreview{width:120px;aspect-ratio:1;border-radius:var(--exec-radius);border:1px dashed var(--exec-border-2);background:#f7f9fc;display:grid;place-items:center;overflow:hidden;color:var(--exec-muted);text-align:center;font-size:11px;padding:8px}.catalog-page__imagePreview img{width:100%;height:100%;object-fit:cover;display:block}.catalog-page__mediaFields{display:grid;gap:8px;min-width:0}.catalog-page__mediaActions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.catalog-page__uploadBtn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9px;border:1px solid var(--exec-border-2);background:#fff;color:var(--exec-navy-2);font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease}.catalog-page__uploadBtn:hover{border-color:var(--exec-navy);background:#f2f6fc}.catalog-page__uploadBtn--danger{color:#dc2626;border-color:#f0c3c3;background:#fff5f5}.catalog-page__uploadBtn--danger:hover{background:#feeaea}.catalog-page__uploadName{color:var(--exec-muted);font-size:11.5px;font-weight:600}.catalog-page__pricingBulk{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.catalog-page__pricingBulk select{height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);padding:0 10px;font:inherit;font-size:12px;font-weight:600;outline:none}.catalog-page__pricingBulk input{width:110px;height:38px;border:1px solid var(--exec-border);border-radius:var(--exec-radius-md, 10px);background:#fff;color:var(--exec-text);padding:0 10px;font:inherit;font-size:13px;font-weight:600;outline:none}.catalog-page__pricingBulk button{padding:0 18px;height:38px;border-radius:var(--exec-radius-md, 10px);border:1px solid var(--exec-navy);background:var(--exec-navy);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.catalog-page__pricingBulk button:hover{background:var(--exec-navy-2);border-color:var(--exec-navy-2)}.catalog-page__pricingTable{display:grid;gap:8px}.catalog-page__serviceAssign{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:12px;border:1px solid var(--exec-border);border-radius:12px;background:#f8fafc}.catalog-page__serviceAssign>div{display:grid;gap:3px}.catalog-page__serviceAssign strong{color:var(--exec-text);font-size:13px}.catalog-page__serviceAssign span{color:var(--exec-muted);font-size:12px;font-weight:600}.catalog-page__servicePicker{display:grid;gap:8px;max-height:210px;margin-bottom:12px;padding:10px;overflow:auto;border:1px solid var(--exec-border);border-radius:12px;background:#fff}.catalog-page__servicePicker p{margin:0;color:var(--exec-muted);font-size:12.5px;font-weight:600}.catalog-page__servicePickerOption{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--exec-border);border-radius:10px;background:#fff;color:var(--exec-text);font:inherit;cursor:pointer;text-align:start}.catalog-page__servicePickerOption:hover{border-color:var(--exec-navy);background:#f2f6fc}.catalog-page__servicePickerOption span{display:grid;gap:2px}.catalog-page__servicePickerOption strong{font-size:13px}.catalog-page__servicePickerOption small{color:var(--exec-muted);font-size:12px}.catalog-page__servicePickerOption em{color:var(--exec-navy);font-size:12px;font-style:normal;font-weight:800}.catalog-page__itemDialog .catalog-page__pricingTable{gap:0;max-height:340px;overflow:auto;border:1px solid var(--exec-border);border-radius:12px;background:#fff}.catalog-page__pricingTableHead,.catalog-page__pricingTableRow{display:grid;grid-template-columns:minmax(200px,1.4fr) minmax(120px,.8fr) minmax(180px,1fr) minmax(100px,.7fr) minmax(84px,.5fr);gap:12px;align-items:center}.catalog-page__pricingTableHead{padding:0 12px 8px;color:var(--exec-muted);font-size:11px;font-weight:700;border-bottom:1px solid var(--exec-border)}.catalog-page__itemDialog .catalog-page__pricingTableHead{position:sticky;top:0;z-index:1;background:#f8fafc}.catalog-page__pricingTableRow{padding:8px 12px;border:1px solid var(--exec-border);border-radius:10px;background:#fff}.catalog-page__itemDialog .catalog-page__pricingTableRow:last-child{border-bottom:0}.catalog-page__pricingTableRow[data-changed=true]{border-color:#9cc2ee;background:#f4f9ff}.catalog-page__pricingCell{display:grid;gap:4px;min-width:0;color:var(--exec-text);font-size:12.5px;font-weight:600}.catalog-page__pricingCell--service strong{font-weight:700;color:var(--exec-text)}.catalog-page__pricingCell .catalog-page__matrixInput{height:34px;font-size:12.5px}.catalog-page__itemDialog .catalog-page__pricingTableHead,.catalog-page__itemDialog .catalog-page__pricingTableRow{grid-template-columns:minmax(210px,1.35fr) minmax(120px,.75fr) minmax(170px,.95fr) minmax(90px,.55fr) minmax(82px,.45fr)}.catalog-page__itemDialog .catalog-page__pricingTableRow{min-height:54px;border-width:0 0 1px;border-radius:0}.catalog-page__itemDialog .catalog-page__pricingTableRow[data-changed=true]{border-color:#9cc2ee}.catalog-page__itemDialog .catalog-page__pricingCell .catalog-page__matrixInput{height:34px;font-size:13px}.catalog-page__pricingCell--service small{color:var(--exec-muted);font-size:11.5px;font-weight:600}.catalog-page__removeServiceBtn{width:fit-content;min-height:32px;padding:0 10px;border:1px solid #f1c7c7;border-radius:8px;background:#fff5f5;color:#b42318;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.catalog-page__removeServiceBtn:disabled{opacity:.45;cursor:not-allowed}.catalog-page__pricingEmpty{padding:18px;color:var(--exec-muted);font-size:13px;font-weight:700;text-align:center}.catalog-page__dialogFooter{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.catalog-page__dialogBtn{padding:8px 16px;border-radius:9px;border:1px solid var(--exec-border-2);background:#fff;color:var(--exec-text);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.catalog-page__dialogBtn:hover:not(:disabled){border-color:var(--exec-navy);color:var(--exec-navy);background:#f2f6fc}.catalog-page__dialogBtn--primary{border-color:var(--exec-navy);background:var(--exec-navy);color:#fff;font-weight:700}.catalog-page__dialogBtn--primary:hover:not(:disabled){background:var(--exec-navy-2);border-color:var(--exec-navy-2);color:#fff}.catalog-page__dialogBtn:disabled{opacity:.5;cursor:not-allowed}.catalog-page__imageLibrary{display:grid;gap:14px}.catalog-page__imageLibraryToolbar,.catalog-page__imageLibraryPagination{display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap}.catalog-page__imageLibraryToolbar .catalog-page__field{width:min(360px,100%)}.catalog-page__imageLibraryToolbar>span,.catalog-page__imageLibraryPagination>span{color:var(--exec-muted);font-size:12px;font-weight:700}.catalog-page__imageLibraryGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;max-height:420px;overflow:auto;padding:2px}.catalog-page__imageLibraryTile{display:grid;gap:8px;min-width:0;padding:8px;border:1px solid var(--exec-border);border-radius:12px;background:#fff;color:var(--exec-text);text-align:start;cursor:pointer}.catalog-page__imageLibraryTile[data-selected=true]{border-color:var(--exec-blue);box-shadow:0 0 0 3px #2563eb1f}.catalog-page__imageLibraryTile img{width:100%;aspect-ratio:4 / 3;object-fit:contain;border-radius:9px;background:#f5f8fb}.catalog-page__imageLibraryTile span{overflow:hidden;color:var(--exec-muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.catalog-page__table--detail{min-width:680px}.catalog-page .catalog-page__table{min-width:1080px}.catalog-page__table--services{min-width:940px}@media(max-width:1360px){.catalog-page .exec-kpis,.catalog-page .orders-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.catalog-page .exec-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-page__itemDialogTop,.catalog-page__itemDialogMetaGrid,.catalog-page__dialogGrid{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.catalog-page .exec-kpis,.catalog-page .orders-filters__grid,.catalog-page__mediaLayout{grid-template-columns:minmax(0,1fr)}.catalog-page__itemCenteredDialog.centered-dialog[data-fullscreen-mobile=true]{max-height:100dvh;border-radius:0}.catalog-page__itemCenteredDialog .centered-dialog__header,.catalog-page__itemCenteredDialog .centered-dialog__footer{padding:12px 14px}.catalog-page__itemCenteredDialog .centered-dialog__body,.catalog-page__itemImagePanel,.catalog-page__itemFormPanel,.catalog-page__itemPricingPanel{padding:14px}.catalog-page__imagePreview{width:100%;aspect-ratio:auto;max-height:160px;min-height:120px}.catalog-page__itemDialog .catalog-page__imagePreview{width:min(180px,100%);min-height:150px}.catalog-page__itemDialog .catalog-page__pricingTable{overflow-x:auto}.catalog-page__matrixHeader,.catalog-page__customerPricingSearch{align-items:stretch;flex-direction:column}.catalog-page__customerPricingSearch .orders-field{flex:1 1 auto;min-width:0}.catalog-page__pricingTableHead,.catalog-page__pricingTableRow{grid-template-columns:minmax(0,1fr)}.catalog-page__pricingTableHead{display:none}}.pos-page{min-height:100dvh}.pos-workspace{height:100dvh;display:grid;grid-template-rows:72px minmax(0,1fr);overflow:hidden;direction:rtl}.pos-workspace__header{min-width:0}.pos-workspace__body{display:grid;grid-template-columns:280px minmax(0,1fr) 340px;gap:12px;padding:12px;min-width:0;min-height:0;overflow:hidden}.pos-workspace__customer{min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.pos-workspace__customerInner{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.pos-workspace__customerInner .pos-customer--embedded{flex:1}.pos-workspace__catalog,.pos-workspace__summary{min-width:0;min-height:0;overflow:hidden}.pos-header{height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding-inline:16px;box-sizing:border-box}.pos-header__end,.pos-header__center,.pos-header__start{display:flex;align-items:center;gap:12px;min-width:0}.pos-header__start{justify-content:flex-end}.pos-header__invoice,.pos-header__branch,.pos-header__user{display:flex;flex-direction:column;gap:2px}.pos-header__label{font-size:.6rem;font-weight:600;color:#52708c;text-transform:uppercase;letter-spacing:.04em}.pos-header__invoice strong,.pos-header__branch strong,.pos-header__user strong{font-size:.82rem;font-weight:600;color:#17324d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-header__guideBtn{display:flex;align-items:center;gap:4px;padding:4px 12px;border:1px solid #d8e3ee;border-radius:8px;background:#f8fbfe;color:#17324d;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.pos-header__guideBtn:hover{background:#e9f3ff;border-color:#8dbcf6}max-width: 180px; } .pos-header__invoice .pos-header__label{text-align:right}.pos-header__language{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;margin-inline-end:12px}.pos-connectionIndicator{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;font-size:.72rem;color:#52708c;white-space:nowrap;margin-inline-end:10px;-webkit-user-select:none;user-select:none}.pos-connectionIndicator__dot{width:8px;height:8px;border-radius:50%;flex:none}.pos-connectionIndicator--online{color:#1d7a3d}.pos-connectionIndicator--online .pos-connectionIndicator__dot{background:#2ea44f}.pos-connectionIndicator--slow{color:#b26a00}.pos-connectionIndicator--slow .pos-connectionIndicator__dot{background:#f0883e}.pos-connectionIndicator--offline{color:#b42318}.pos-connectionIndicator--offline .pos-connectionIndicator__dot{background:#d92d20}.pos-connectionIndicator--checking{color:#667085}.pos-connectionIndicator--checking .pos-connectionIndicator__dot{background:#98a2b3;animation:pos-connectionIndicator-pulse 1.2s ease-in-out infinite}@keyframes pos-connectionIndicator-pulse{0%{opacity:1}50%{opacity:.35}to{opacity:1}}.pos-connectionIndicator__text{font-family:STC Forward,Segoe UI,sans-serif}.pos-shiftStatus{display:inline-flex;align-items:center;gap:10px;height:42px;padding:0 12px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#52708c;font-size:.72rem;white-space:nowrap;-webkit-user-select:none;user-select:none;flex:none}.pos-shiftStatus__dot{width:9px;height:9px;border-radius:50%;flex:none}.pos-shiftStatus--open{border-color:#b7e0c8;background:#effaf3}.pos-shiftStatus--open .pos-shiftStatus__dot{background:#2ea44f;box-shadow:0 0 0 3px #2ea44f29}.pos-shiftStatus--closed .pos-shiftStatus__dot{background:#d92d20}.pos-shiftStatus--checking .pos-shiftStatus__dot{background:#98a2b3;animation:pos-connectionIndicator-pulse 1.2s ease-in-out infinite}.pos-shiftStatus__text{display:flex;flex-direction:column;line-height:1.15;min-width:0;padding-inline-end:2px}.pos-shiftStatus__text strong{color:#1d7a3d;font-size:.74rem;font-weight:800}.pos-shiftStatus__text span{color:#52708c;font-size:.66rem}.pos-shiftStatus__cash{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1.15;min-width:76px;padding-inline:12px;border-inline-start:1px solid #cfe6d8;border-inline-end:1px solid #cfe6d8;text-align:center}.pos-shiftStatus__cash span{color:#52708c;font-size:.75rem;font-weight:600}.pos-shiftStatus__cash strong{color:#1d7a3d;font-size:1rem;font-weight:700;white-space:nowrap}.pos-shiftStatus__noShift{color:#b42318;font-weight:700;font-size:.72rem}.pos-shiftStatus__openBtn{height:28px;padding:0 12px;border:0;border-radius:8px;background:#2563eb;color:#fff;font:inherit;font-size:.7rem;font-weight:800;cursor:pointer}.pos-shiftStatus__openBtn:hover{background:#1d4ed8}.pos-shiftStatus__viewBtn{flex:none;height:28px;padding:0 12px;border:1px solid #b7e0c8;border-radius:8px;background:#fff;color:#1d7a3d;font:inherit;font-size:.7rem;font-weight:800;cursor:pointer}.pos-shiftStatus__viewBtn:hover{background:#f0faf3}.pos-shiftDialog__footer{display:flex;justify-content:flex-end;gap:10px;width:100%}.pos-shiftDialog__form{display:flex;flex-direction:column;gap:14px}.pos-shiftDialog__field{display:flex;flex-direction:column;gap:7px}.pos-shiftDialog__field span{color:#5a7590;font-size:.82rem;font-weight:700}.pos-shiftDialog__input{width:100%;min-width:0;height:44px;border:1px solid #d7e5f2;border-radius:12px;background:#fff;color:#17324d;padding:0 14px;font:inherit;font-size:.95rem;font-weight:600;box-sizing:border-box}.pos-shiftDialog__input--readonly{background:#f5f8fb;color:#52708c}.pos-shiftDialog__textarea{height:auto;min-height:64px;padding-top:10px;resize:vertical}.pos-shiftDialog__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.pos-shiftDialog__error{border:1px solid #fecaca;background:#fef2f2;color:#b42318;border-radius:10px;padding:10px 12px;font-size:.82rem}.pos-shiftDialog__view{display:flex;flex-direction:column;gap:16px}.pos-shiftDialog__head{display:flex;align-items:center;gap:12px}.pos-shiftDialog__shiftNo{font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:1.05rem;color:#17324d}.pos-shiftDialog__status{padding:3px 10px;border-radius:8px;font-size:.72rem;font-weight:800}.pos-shiftDialog__status--open{background:#dcfce7;color:#166534}.pos-shiftDialog__status--closed{background:#e5e7eb;color:#374151}.pos-shiftDialog__status--cancelled{background:#fee2e2;color:#991b1b}.pos-shiftDialog__metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.pos-shiftDialog__metric{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f8fafc;border:1px solid #eef2f6;border-radius:10px}.pos-shiftDialog__metric span{color:#5a7590;font-size:.7rem}.pos-shiftDialog__metric strong{color:#17324d;font-size:.9rem}.pos-shiftDialog__closeSummary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;padding:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px}.pos-shiftDialog__closeSummary>div{display:flex;flex-direction:column;gap:4px}.pos-shiftDialog__closeSummary span{color:#52708c;font-size:.7rem}.pos-shiftDialog__closeSummary strong{font-size:1rem}.pos-shiftDialog__diff--match{color:#166534}.pos-shiftDialog__diff--short{color:#b42318}.pos-shiftDialog__diff--over{color:#b26a00}.pos-shiftDialog__entries{display:flex;flex-direction:column;gap:8px}.pos-shiftDialog__entries h4{margin:0;color:#123b63;font-size:.9rem}.pos-shiftDialog__entriesEmpty{color:#8aa2bc;font-size:.82rem;margin:0}.pos-shiftDialog__tableWrap{overflow:auto;max-height:320px;border:1px solid #eef2f6;border-radius:10px}.pos-shiftDialog__table{width:100%;border-collapse:collapse;font-size:.8rem}.pos-shiftDialog__table th{position:sticky;top:0;background:#f8fafc;text-align:right;padding:8px 10px;color:#5a7590;font-weight:700;border-bottom:1px solid #eef2f6}.pos-shiftDialog__table td{padding:8px 10px;border-bottom:1px solid #f3f6fa;color:#17324d}.pos-shiftDialog__table td strong{display:block}.pos-shiftDialog__table td small{color:#8aa2bc}.pos-shiftDialog__entryTitle{display:flex;align-items:center;gap:8px;min-width:0}.pos-shiftDialog__entryTitle strong{min-width:0}.pos-shiftDialog__entryMeta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:5px}.pos-shiftDialog__entryBadge,.pos-shiftDialog__methodBadge{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;border:1px solid transparent;border-radius:999px;font-size:.72rem;font-weight:800;line-height:1.2;white-space:nowrap}.pos-shiftDialog__entryBadge[data-tone=neutral],.pos-shiftDialog__methodBadge[data-tone=neutral]{border-color:#dbe5ef;background:#f6f8fb;color:#52687f}.pos-shiftDialog__entryBadge[data-tone=success],.pos-shiftDialog__methodBadge[data-tone=success]{border-color:#bde7cf;background:#ecfdf4;color:#177245}.pos-shiftDialog__entryBadge[data-tone=info],.pos-shiftDialog__methodBadge[data-tone=info]{border-color:#bedcff;background:#eef6ff;color:#1b5d9c}.pos-shiftDialog__entryBadge[data-tone=danger],.pos-shiftDialog__methodBadge[data-tone=danger]{border-color:#f2c4c4;background:#fff2f2;color:#b93333}.pos-shiftDialog__entryBadge[data-tone=warning],.pos-shiftDialog__methodBadge[data-tone=warning]{border-color:#f7d99b;background:#fff8e8;color:#936114}.pos-shiftDialog__entryBadge[data-tone=deposit],.pos-shiftDialog__methodBadge[data-tone=deposit]{border-color:#b8e2e1;background:#ecfbfa;color:#19706d}.pos-shiftDialog__amount{font-weight:800}.pos-shiftDialog__amount--success{color:#177245}.pos-shiftDialog__amount--info,.pos-shiftDialog__amount--deposit{color:#1b5d9c}.pos-shiftDialog__amount--danger{color:#b93333}.pos-shiftDialog__amount--warning{color:#936114}.pos-shiftDialog__amount--neutral{color:#52687f}.pos-shiftDialog__mono{font-family:SF Mono,ui-monospace,Menlo,monospace;direction:ltr;white-space:nowrap}.pos-shiftDialog__diff{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:12px;border-radius:10px}.pos-shiftDialog__diff--match{background:#effaf3;border:1px solid #b7e0c8}.pos-shiftDialog__diff--short{background:#fef2f2;border:1px solid #fecaca}.pos-shiftDialog__diff--over{background:#fffbeb;border:1px solid #fde68a}.pos-shiftDialog__diff span{color:#52708c;font-size:.74rem}.pos-shiftDialog__diff strong{font-size:1rem}.pos-shiftDialog__diff small{font-weight:800}.pos-header__langBtn{min-width:64px;height:28px;border:0;border-radius:8px;background:transparent;color:#52708c;font:inherit;font-size:.7rem;font-weight:600;cursor:pointer}.pos-header__langBtn:hover{background:#fff;color:#17324d}.pos-header__langBtn--active{background:#123b63;color:#fff;box-shadow:0 4px 12px #123b632e}.pos-header__toolsBtn{display:none}.pos-header__logoutBtn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:1px solid #d84a4a;border-radius:10px;background:transparent;color:#d84a4a;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.pos-header__logoutBtn:hover{background:#d84a4a;color:#fff;border-color:#d84a4a}.pos-header__branchInvoicesBtn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;font:inherit;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:pointer}.pos-header__branchInvoicesBtn:hover{background:linear-gradient(135deg,#1c4f7f,#123b63)}.pos-header__editPriceBtn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;font:inherit;font-size:.78rem;font-weight:600;white-space:nowrap;cursor:pointer}.pos-header__editPriceBtn:hover{background:linear-gradient(135deg,#1c4f7f,#123b63)}.pos-header__addExpenseBtn{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:10px;background:#d84a4a;color:#fff;font:inherit;font-size:.78rem;font-weight:700;white-space:nowrap;cursor:pointer}.pos-header__addExpenseBtn:hover{background:#bd3636}.pos-header__lookupForm{display:flex;align-items:stretch;gap:8px;min-width:0;flex:1 1 auto;max-width:340px}.pos-header__lookupField{min-width:0;flex:1 1 auto;height:36px}.pos-header__lookupButton{min-width:62px;padding:0 12px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.pos-header__lookupButton:hover:not(:disabled){background:#fff;border-color:#c3d4e3}.pos-header__lookupButton:disabled{opacity:.6;cursor:not-allowed}.pos-expenseQuickAlert{position:fixed;top:84px;inset-inline:24px;z-index:80;padding:12px 16px;border:1px solid #f0b5b5;border-radius:10px;background:#fff5f5;color:#9f2f2f;font-size:.9rem;font-weight:700;box-shadow:0 12px 30px #9f2f2f1f}.pos-header__logoutConfirm{position:fixed;inset:0;z-index:100;background:#0f1e3266;display:flex;align-items:center;justify-content:center;padding:16px}.pos-header__logoutConfirmContent{width:100%;max-width:360px;background:#fff;border:1px solid #d8e3ee;border-radius:16px;padding:20px;box-shadow:0 20px 50px #0f1e3240}.pos-header__logoutConfirmActions{display:flex;gap:8px;justify-content:flex-end}.pos-priceEditorHint{position:fixed;top:84px;left:50%;transform:translate(-50%);z-index:2000;display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:1px solid #d84a4a;border-radius:10px;background:#fff;box-shadow:0 12px 28px #123b6329;color:#d84a4a;font-size:.85rem;font-weight:600;white-space:nowrap}.pos-panel{border:1px solid #d8e3ee;border-radius:16px;box-shadow:0 14px 34px #123b6314;background:#fff;padding:10px;overflow:hidden}.pos-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.pos-panel__heading h2{margin:0;font-size:1.15rem;line-height:1.2}.pos-panel__heading p{margin:0;color:#52708c;font-size:.8rem}.pos-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 14px;border:1px solid transparent;border-radius:12px;white-space:nowrap;font:inherit;cursor:pointer}.pos-button--secondary{background:#123b63;color:#fff}.pos-button--danger{background:linear-gradient(135deg,#d84a4a,#bf3333);color:#fff}.pos-button--ghost{background:transparent;color:#123b63;border-color:#d8e3ee}.pos-button--ghost:hover{background:#f5f8fb}.pos-button--white{background:#fff;color:#17324d;border-color:#d8e3ee}.pos-button--white:hover{background:#f5f8fb}.pos-button--green{background:linear-gradient(135deg,#1f9a68,#2bbb7a);color:#fff}.pos-button--full{width:100%}.pos-field{display:grid;gap:4px}.pos-field input,.pos-field textarea{width:100%;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.92rem}.pos-field input{height:40px;padding:0 10px}.pos-field textarea{min-height:96px;padding:12px;resize:none}.pos-field input:focus,.pos-field textarea:focus{outline:2px solid rgba(24,184,194,.2);border-color:#18b8c2}.pos-customer{display:grid;grid-template-columns:minmax(150px,auto) minmax(240px,1.2fr) minmax(150px,.8fr) minmax(260px,1fr) minmax(220px,.9fr);align-items:end;gap:10px;padding:12px 14px}.pos-customer__searchField{position:relative}.pos-customer__searchField input{width:100%;height:36px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.84rem;padding:0 36px 0 10px}.pos-customer__searchToggle{position:absolute;inset-inline-start:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;background:transparent;color:#52708c;cursor:pointer;border-radius:8px}.pos-customer__searchToggle--open{background:#f5f8fb;color:#123b63}.pos-customer__results{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:20;display:grid;gap:6px;padding:8px;border:1px solid #d8e3ee;border-radius:14px;background:#fff;box-shadow:0 14px 28px #123b631f;max-height:280px;overflow-y:auto;overflow-x:hidden}.pos-customer__result{padding:11px 12px;text-align:right;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;display:grid;gap:3px;cursor:pointer}.pos-customer__result strong{font-size:.9rem;color:#17324d}.pos-customer__result span{color:#52708c;font-size:.8rem}.pos-customer__result--active{border-color:#18b8c2;background:#18b8c20f;box-shadow:0 0 0 2px #18b8c226}.pos-customer__result:hover{border-color:#c3d4e3;background:#fff}.pos-customer__resultSub{display:block;color:#52708c;font-size:.74rem;direction:ltr;text-align:right}.pos-customer__duplicateCard{padding:12px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;display:grid;gap:6px}.pos-customer__duplicateCard strong{color:#17324d;font-size:.88rem}.pos-customer__duplicateCard span{color:#52708c;font-size:.78rem}.pos-customer__quickForm--dialog{display:flex;flex-direction:column;gap:16px}.pos-customer__quickForm--dialog .pos-field{width:100%;box-sizing:border-box;margin:0}.pos-customer__quickForm--dialog .pos-field__control--icon{position:relative;display:flex;align-items:center;gap:8px;min-height:44px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;padding:0 12px}.pos-customer__quickForm--dialog .pos-field__control--icon input{flex:1;border:0;background:transparent;height:44px;padding:0;font-size:.92rem;min-width:0}.pos-customer__quickForm--dialog .pos-field__control--icon svg{width:18px;height:18px;flex:0 0 18px}.pos-customer--embedded{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;width:100%;display:flex;flex-direction:column;gap:14px;min-height:0}.pos-customer__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:14px;padding-inline-end:2px}.pos-customer__scroll::-webkit-scrollbar{width:6px}.pos-customer__scroll::-webkit-scrollbar-thumb{background:#d3dee8;border-radius:999px}.pos-customer__footer{flex:none;display:flex;flex-direction:column;gap:10px;padding-top:2px}.pos-customer__guideRow{display:flex;justify-content:center}.pos-customer__guideBtn{border-radius:12px}.pos-customer__embeddedTitle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box}.pos-customer__embeddedTitle h2{font-size:1.1rem;font-weight:700;color:#17324d}.pos-customer__titleButtons{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.pos-customer__newButton{min-width:0;min-height:28px;padding:0 8px;font-size:.68rem;border-radius:8px}.pos-customer__compactRow{display:flex;align-items:center;gap:8px;padding:0 2px}.pos-customer--embedded .pos-customer__compactRow{flex-direction:column;align-items:stretch;gap:14px;padding:0;width:100%;box-sizing:border-box}.pos-customer__compactCard{padding:8px 10px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;display:grid;gap:6px}.pos-customer--embedded .pos-customer__compactCard{width:100%;box-sizing:border-box;border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px}.pos-customer__compactMain{display:flex;align-items:center;justify-content:space-between;gap:8px}.pos-customer--embedded .pos-customer__compactMain{flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;flex:1;min-width:0}.pos-customer__compactMain strong{font-weight:700;color:#17324d;font-size:.85rem}.pos-customer--embedded .pos-customer__compactMain strong{font-size:1rem}.pos-customer__compactMeta{display:flex;flex-direction:column;gap:2px;font-size:.72rem;color:#52708c}.pos-customer--embedded .pos-customer__compactMeta{flex-direction:row;flex-wrap:wrap;gap:8px;font-size:.8rem}.pos-customer__subCompactCard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px 10px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb}.pos-customer--embedded .pos-customer__subCompactCard{width:100%;box-sizing:border-box;border-radius:16px;padding:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center}.pos-customer__subCompactMain{display:grid;gap:2px}.pos-customer__subCompactActions{display:flex;align-items:center;gap:8px;justify-content:flex-end}.pos-customer__subCompactCard.pos-customer__subCard--active{grid-template-columns:minmax(0,1fr) auto;align-items:center}.pos-customer__subCompactMain strong{font-weight:600;color:#17324d;font-size:.82rem}.pos-customer--embedded .pos-customer__subCompactMain strong{font-size:.88rem}.pos-customer--embedded .pos-customer__subCompactMain .pos-customer__compactMeta{font-size:.78rem}.pos-customer__compactMeta span{font-size:.66rem;color:#52708c}.pos-customer--embedded .pos-customer__compactAvatar{width:36px;height:36px;flex:0 0 36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e3edf5;color:#52708c}.pos-customer--embedded .pos-customer__compactAvatar svg{width:36px;height:36px}.pos-customer__heading{grid-column:1 / -1;align-self:start}.pos-customer__heading h2{font-size:1rem;font-weight:700;color:#17324d}.pos-customer__searchBlock{grid-column:1 / -1;padding:0 4px}.pos-customer--embedded .pos-customer__searchBlock{grid-column:unset;width:100%;box-sizing:border-box;border:1px solid #d8e3ee;border-radius:16px;background:#fff;padding:14px}.pos-customer__notesField{grid-column:1 / -1;padding:0 4px}.pos-customer--embedded .pos-customer__notesField{grid-column:unset;width:100%;box-sizing:border-box;border:1px solid #d8e3ee;border-radius:12px;background:#fff;padding:10px 12px}.pos-customer__notesLabel{font-size:.68rem}.pos-customer__notesInput{min-height:48px;font-size:.78rem;padding:6px 10px;border-radius:8px;border:1px solid #d8e3ee;background:#fbfcfe;resize:none;width:100%;box-sizing:border-box}.pos-customer__notesField input,.pos-customer__notesField textarea{min-height:48px;font-size:.78rem}.pos-customer--embedded .pos-customer__notesField textarea{min-height:48px;font-size:.78rem;resize:none;border-radius:8px}.pos-customer__contextBar{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:auto;padding:10px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;box-shadow:inset 0 1px #fff9}.pos-customer__contextItem{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:8px 10px;border-radius:10px;background:#fff;border:1px solid #e5ebf1}.pos-customer__contextItem span{color:#8aa2bc;font-size:.62rem;font-weight:700;white-space:nowrap}.pos-customer__contextItem strong{color:#17324d;font-size:.8rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pos-customer__searchField{width:100%;min-width:0}.pos-customer__searchField input{font-size:.75rem;height:36px}.pos-customer__searchField .pos-field__control--icon{min-height:36px}.pos-customer--embedded .pos-customer__searchField .pos-field__control--icon{position:relative;display:flex;align-items:center;gap:8px;min-height:48px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;padding:0 12px}.pos-customer--embedded .pos-customer__searchField input{flex:1;border:0;background:transparent;height:48px;padding:0;font-size:.92rem}.pos-customer--embedded .pos-customer__searchField .pos-customer__searchToggle{position:static;transform:none;width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;border-radius:8px}.pos-customer--embedded .pos-customer__searchField .pos-customer__searchToggle svg{width:16px;height:16px}.pos-customer--embedded .pos-customer__searchField .pos-field__control--icon svg{width:22px;height:22px;flex:0 0 22px}.pos-customer__embeddedTitle h2,.pos-customer--embedded .pos-field>span{font-size:.68rem}.pos-customer--embedded .pos-customer__searchBlock>span,.pos-customer--embedded .pos-customer__notesField>span{font-size:.78rem;font-weight:600;color:#52708c;margin-bottom:6px}.pos-customer__subCard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px 10px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;grid-column:1 / -1}.pos-customer__subDetailsBtn{grid-column:1 / -1;padding:5px 10px;border:1px solid #c3d4e3;border-radius:8px;background:#fff;color:#17324d;font-size:.74rem;font-weight:600;cursor:pointer}.pos-customer__subDetailsBtn:hover{border-color:#18b8c2;color:#18b8c2}.pos-customer__detailFields{display:grid;grid-template-columns:1fr 1fr;gap:8px;grid-column:1 / -1}.pos-customer__detailFields .pos-field select{width:100%;height:36px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.84rem;padding:0 10px}.pos-customer__subItem{min-width:0;display:grid;gap:2px}.pos-customer__subItem small{display:block;font-size:.68rem;color:#52708c;font-weight:500;margin-bottom:2px}.pos-customer__subItem strong{display:block;font-size:.84rem;font-weight:600;color:#17324d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-customer__subCard--active{background:#eefbf5;border-color:#cfe9db}.pos-customer__subCard--active .pos-customer__subItem small{color:#136b4a}.pos-customer__subCard--active .pos-customer__subItem strong{color:#0b5e3e}.pos-customer__subCard--active .pos-customer__subItem:last-child strong{color:#0b5e3e}.pos-customer__subCompactCard.pos-customer__subCard--active{background:#eefbf5;border-color:#cfe9db}.pos-customer__subCompactCard.pos-customer__subCard--active .pos-customer__subCompactMain strong{color:#0b5e3e}.pos-customer__subCompactCard.pos-customer__subCard--active .pos-customer__compactMeta span{color:#136b4a}.pos-catalog{min-width:0;min-height:0;height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden}.pos-catalog__tab{padding:8px 12px;border-radius:10px;border:1px solid transparent;background:transparent;color:#52708c;font:inherit;font-weight:600;cursor:pointer}.pos-catalog__tab:hover{background:#f5f8fb;border-color:#d8e3ee}.pos-catalog__tab[data-selected=true]{background:#123b63;color:#fff;border-color:#123b63}.pos-serviceCard{border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;padding:12px;cursor:pointer;display:grid;gap:8px}.pos-serviceCard:hover{border-color:#18b8c2;background:#fff}.pos-serviceCard__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#fff}.pos-serviceCard__icon svg{width:28px;height:28px;color:#18b8c2}.pos-serviceCard__name{font-weight:600;color:#17324d}.pos-productCard{border:1px solid #d8e3ee;border-radius:12px;background:#fff;padding:12px;cursor:pointer;display:grid;gap:8px}.pos-productCard:hover{border-color:#18b8c2;box-shadow:0 4px 12px #123b6314}.pos-productCard__artwork{aspect-ratio:1;border-radius:10px;background:#f5f8fb;display:flex;align-items:center;justify-content:center;overflow:hidden}.pos-productCard__artwork img{width:100%;height:100%;object-fit:cover}.pos-productCard__meta{display:flex;justify-content:space-between;font-size:.7rem;color:#52708c}.pos-summary{min-width:0;min-height:0;height:100%;box-sizing:border-box;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;gap:12px;overflow:hidden}.pos-summary__customerMeta{display:grid;gap:6px}.pos-summary__payments{display:flex;align-items:center;gap:12px}.pos-summary__footerNote{display:flex;align-items:center;gap:12px;padding:8px;border-top:1px solid #d8e3ee;font-size:.74rem;color:#52708c}.pos-actionBar{border:1px solid #d8e3ee;border-radius:16px;box-shadow:0 14px 34px #123b6314;background:#fff;padding:10px}.pos-actionBar__button{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid transparent;border-radius:10px;background:transparent;color:#17324d;font:inherit;font-weight:600;cursor:pointer}.pos-actionBar__button:hover{background:#f5f8fb;border-color:#d8e3ee}.pos-actionBar__button--teal{background:linear-gradient(135deg,#18b8c2,#1299a3);color:#04363a;border-color:transparent}.pos-actionBar__button--teal:hover{background:linear-gradient(135deg,#1299a3,#18b8c2)}.pos-actionBar__button--white{background:#fff;color:#17324d;border-color:#d8e3ee}.pos-actionBar__button--white:hover{background:#f5f8fb}.pos-actionBar__button--green{background:linear-gradient(135deg,#1f9a68,#2bbb7a);color:#fff;border-color:transparent}.pos-actionBar__button--green:hover{background:linear-gradient(135deg,#2bbb7a,#1f9a68)}.pos-actionBar__button--navy{background:#123b63;color:#fff;border-color:transparent}.pos-actionBar__button--navy:hover{background:#1c4f7f}.pos-inline-note{padding:12px;border:1px dashed #c3d4e3;border-radius:12px;background:#f5f8fb;color:#52708c;font-size:.82rem;text-align:center}.pos-inline-note--loading,.pos-inline-note--end{font-size:.72rem;color:#52708c;text-align:center;padding:4px 0}.pos-inline-note--end{border-top:1px solid #d8e3ee;margin-top:2px}.pos-dialogActions{display:flex;gap:8px;justify-content:flex-end;padding-top:12px;border-top:1px solid #d8e3ee}.pos-whatsappPrompt__info{display:flex;flex-direction:column;gap:8px}.pos-whatsappPrompt__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:10px;background:#f5f8fb}.pos-whatsappPrompt__row span{font-size:.78rem;color:#52708c}.pos-whatsappPrompt__row strong{font-size:.86rem;color:#17324d;word-break:break-word}.pos-whatsappPrompt__previewLabel{font-size:.78rem;color:#52708c;margin-top:4px}.pos-whatsappPrompt__preview{width:100%;min-height:180px;max-height:40vh;resize:vertical;padding:10px 12px;border:1px solid #d3dee8;border-radius:10px;background:#fbfdfe;font-size:.86rem;line-height:1.6;color:#17324d;white-space:pre-wrap;word-break:break-word}.pos-orderToolsDialog{min-width:400px;max-width:520px;max-height:80vh;overflow-y:auto}.pos-shell__barcodeField{width:100%;height:36px;padding:0 10px;border-radius:10px;border:1px solid #d8e3ee;background:#f5f8fb;display:flex;align-items:center;gap:10px}.pos-shell__barcodeField svg{width:18px;height:18px;color:#52708c;flex:0 0 auto}.pos-shell__barcodeField input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#17324d;font:inherit;font-size:.84rem}.pos-shell__barcodeField input::placeholder{color:#52708c}.pos-catalog__grid{grid-row:3;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;min-height:0;overflow-y:auto;overflow-x:hidden;align-content:start;scrollbar-gutter:stable;padding-inline-end:4px;overscroll-behavior:contain}.pos-services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.pos-catalog__tabs{display:flex;gap:6px;padding:4px;background:#f5f8fb;border-radius:12px;border:1px solid #d8e3ee}.pos-catalog__topline{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pos-catalog__serviceField{min-width:0;flex:1}.pos-catalog__serviceSelect{width:100%;height:36px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.84rem;padding:0 10px}.pos-catalog__controls{grid-row:1 / 3;display:grid;grid-template-rows:auto auto;gap:8px;min-height:0;overflow:hidden}.pos-catalog__selectionStack{display:grid;gap:8px}.pos-catalog__lookupError{display:flex;align-items:center;justify-content:center;gap:8px;padding:24px;color:#52708c;font-size:.88rem}.pos-summary__list{display:grid;gap:8px;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-inline-end:4px;align-content:start}.pos-summary__line{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb}.pos-summary__lineArtwork{width:56px;height:56px;border-radius:10px;background:#f5f8fb;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.pos-summary__lineArtwork img,.pos-summary__lineArtwork svg{width:100%;height:100%;object-fit:cover}.pos-summary__lineBody{display:flex;flex-direction:column;gap:4px;min-width:0}.pos-summary__lineTitle{display:flex;flex-direction:column;gap:2px;font-weight:600;color:#17324d;font-size:.84rem}.pos-summary__lineTitle strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-summary__lineSub{display:flex;flex-wrap:wrap;gap:6px;font-size:.72rem;color:#52708c}.pos-summary__lineDetails{display:flex;align-items:center;gap:8px;font-size:.72rem;color:#52708c}.pos-summary__lineTotal{font-weight:700;color:#17324d;font-size:.88rem;align-self:flex-start}.pos-summary__qtyActions{display:flex;align-items:center;gap:6px}.pos-summary__qtyActions button{width:28px;height:28px;border:1px solid #d8e3ee;border-radius:8px;background:#fff;color:#17324d;font:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center}.pos-summary__qtyActions button:hover{background:#f5f8fb;border-color:#c3d4e3}.pos-summary__qtyActions button.is-danger{color:#bf3333;border-color:#e9b6b6;background:#fff5f5}.pos-summary__qtyActions button.is-danger:hover{background:#ffeaea;border-color:#d84a4a}.pos-summary__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:end;flex-shrink:0}.pos-summary__options .pos-field{display:flex;flex-direction:column;gap:4px;margin:0}.pos-summary__options .pos-field>span{font-size:.78rem;font-weight:600;color:#52708c}.pos-summary__finishField select{width:100%;height:40px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#17324d;font:inherit;font-size:.88rem;padding:0 10px}.pos-summary__totals{display:grid;gap:8px;padding-top:12px;border-top:1px solid #dbe5ef;flex-shrink:0}.pos-summary__totalRow{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.84rem;color:#52708c}.pos-summary__totalRow strong{color:#17324d;font-weight:600}.pos-summary__grandTotal{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;color:#17324d;font-size:1.05rem;padding-top:10px;border-top:1px dashed #d8e3ee}.pos-summary__heading{font-weight:700;color:#17324d;font-size:1rem;padding-bottom:4px;flex-shrink:0}.pos-summary__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#52708c;text-align:center}.pos-summary__emptyIcon{width:48px;height:48px;color:#c3d4e3;margin-bottom:12px}.pos-summary__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px;flex-shrink:0}.pos-payment{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 14px;border:1px solid transparent;border-radius:12px;font:inherit;font-weight:700;cursor:pointer}.pos-payment--save{background:#123b63;color:#fff}.pos-payment--save:hover:not(:disabled){background:#0f2e4d}.pos-payment--pay{background:linear-gradient(135deg,#18b8c2,#1299a3);color:#fff}.pos-payment--pay:hover:not(:disabled){background:linear-gradient(135deg,#1299a3,#18b8c2)}.pos-payment:disabled{opacity:.6;cursor:not-allowed}.pos-builder__metric{display:grid;gap:2px;padding:8px;border-radius:10px;background:#f5f8fb;border:1px solid #d8e3ee}.pos-builder__metric--price{border-color:#18b8c2;background:#18b8c20f}.pos-builder__metric span{color:#52708c;font-size:.74rem}.pos-builder__metric strong{color:#17324d;font-size:1rem;font-weight:700}.pos-builder__summary{display:grid;gap:10px}.pos-productCard__image{aspect-ratio:1;border-radius:10px;background:#f5f8fb;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.pos-productCard__image img{width:100%;height:100%;object-fit:cover}.pos-productCard__body{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.pos-productCard__name{font-weight:600;color:#17324d;font-size:.88rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.pos-productCard__price{font-weight:700;color:#18b8c2;font-size:.88rem;text-align:center;width:100%}.pos-productCard__badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:.64rem;font-weight:700;background:#18b8c2;color:#fff;position:absolute;top:8px;inset-inline-end:8px;z-index:2}.pos-header svg{width:20px;height:20px;flex:0 0 20px}.pos-button svg,.pos-actionBar__button svg,.pos-summary__payments svg{width:18px;height:18px;flex:0 0 18px}.pos-field__control--icon svg{width:18px;height:18px;flex:0 0 18px;align-self:center}.pos-customer__searchField .pos-field__control--icon svg{width:22px;height:22px;flex:0 0 22px}.pos-customer__searchToggle svg{width:16px;height:16px;flex:0 0 16px}.pos-customer__compactAvatar svg{width:28px;height:28px;flex:0 0 28px}.pos-summary__emptyIcon,.pos-summary__emptyIcon svg{width:64px;height:64px;max-width:64px;max-height:64px}.pos-summary__qtyActions button svg{width:16px;height:16px}.pos-artwork__svg,.pos-productCard__artwork svg,.pos-productCard__image svg,.pos-summary__lineArtwork svg{width:100%;height:100%;object-fit:contain}.pos-dialogForm{display:flex;flex-direction:column;gap:16px}.pos-dialogForm .pos-field{width:100%;box-sizing:border-box}.pos-dialogForm .pos-field input,.pos-dialogForm .pos-field select,.pos-dialogForm .pos-field textarea{width:100%;height:44px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.92rem;padding:0 12px}.pos-dialogForm .pos-field textarea{height:auto;min-height:96px;padding:12px;resize:none}.pos-itemEditor{display:flex;flex-direction:column;gap:20px;min-height:0;overflow:auto}.pos-itemEditor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pos-itemEditor__grid .pos-field{display:flex;flex-direction:column;gap:4px;margin:0}.pos-itemEditor__grid .pos-field>span{font-size:.78rem;font-weight:600;color:#52708c}.pos-itemEditor__grid .pos-field input{width:100%;height:44px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.92rem;padding:0 12px;box-sizing:border-box}.pos-itemEditor__table{display:flex;flex-direction:column;gap:8px;border:1px solid #e3edf5;border-radius:14px;background:#fff;overflow:hidden}.pos-itemEditor__head,.pos-itemEditor__row{display:grid;grid-template-columns:minmax(220px,1fr) 140px 160px;gap:12px;align-items:center;padding:12px 16px}.pos-itemEditor__head{background:#f5f8fb;border-bottom:1px solid #e3edf5;font-size:.72rem;font-weight:700;color:#52708c;text-transform:uppercase}.pos-itemEditor__row{font-size:.88rem;color:#17324d;border-bottom:1px solid #f0f4f8}.pos-itemEditor__row:last-child{border-bottom:0}.pos-itemEditor__row strong{font-weight:600;color:#17324d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pos-itemEditor__currentPrice{color:#52708c;direction:ltr;text-align:start}.pos-itemEditor__priceField{display:flex;align-items:center;gap:8px;border:1px solid #d8e3ee;border-radius:10px;background:#f5f8fb;padding:0 10px;height:40px;width:100%;box-sizing:border-box}.pos-itemEditor__priceField input{flex:1;min-width:0;border:0;background:transparent;font:inherit;font-size:.92rem;font-weight:600;color:#17324d;text-align:start;direction:ltr;padding:0}.pos-itemEditor__currency{font-size:.78rem;font-weight:700;color:#52708c;flex-shrink:0}@media(max-width:768px){.pos-itemEditor__grid{grid-template-columns:1fr}.pos-itemEditor__head,.pos-itemEditor__row{grid-template-columns:minmax(120px,1fr) 100px 120px;gap:8px;padding:10px 12px}}.pos-modalBackdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#0e1f3152;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.pos-paymentModal{box-sizing:border-box;width:min(1100px,calc(100vw - 48px));max-width:min(1100px,calc(100vw - 48px));max-height:calc(100vh - 48px);max-height:min(92dvh,calc(100vh - 48px));border-radius:24px;border:1px solid rgba(188,208,230,.98);background:#fff;box-shadow:0 24px 60px #0e1f3138;display:flex;flex-direction:column;overflow:hidden;font-family:STC Forward,Segoe UI,sans-serif}.pos-paymentModal *,.pos-paymentModal *:before,.pos-paymentModal *:after{font-family:STC Forward,Segoe UI,sans-serif}.pos-paymentModal__field,.pos-paymentModal__label,.pos-paymentModal__input,.pos-paymentModal__amountInput,.pos-paymentModal__amountField,.pos-paymentModal__summary,.pos-paymentModal__summaryRow,.pos-paymentModal__totalRow,.pos-paymentModal__subRow,.pos-paymentModal__methodCard,.pos-paymentModal__quickButton,.pos-paymentModal__footerBtn,.pos-paymentModal__confirmBtn,.pos-paymentModal__errorMsg,.pos-paymentModal__fieldLabel,.pos-paymentModal__header,.pos-paymentModal__headerCenter,.pos-paymentModal__notesCompact,.pos-paymentModal__subCard,.pos-paymentModal__subToggle,.pos-paymentModal__sectionBox,.pos-paymentModal__coveredMsg,.pos-paymentModal input,.pos-paymentModal select,.pos-paymentModal textarea,.pos-paymentModal button{font-family:STC Forward,Segoe UI,sans-serif}.pos-paymentModal--small{width:min(460px,calc(100vw - 48px));max-width:min(460px,calc(100vw - 48px))}.pos-paymentModal__header{flex:0 0 auto;flex-shrink:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid #e3edf5;background:#fafdff}.pos-paymentModal__headerCenter{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.pos-paymentModal__headerCenter span{font-size:.78rem;color:#52708c}.pos-paymentModal__headerCenter strong{font-size:1rem;color:#17324d}.pos-paymentModal__headerLeft{display:flex;align-items:center;gap:8px}.pos-paymentModal__printLangLabel{font-size:.72rem;color:#52708c}.pos-paymentModal__langToggle{display:inline-flex;border:1px solid #d8e3ee;border-radius:10px;overflow:hidden;background:#fff}.pos-paymentModal__langBtn{padding:6px 12px;border:0;background:transparent;color:#52708c;font:inherit;font-size:.74rem;font-weight:600;cursor:pointer}.pos-paymentModal__langBtn--active{background:#123b63;color:#fff}.pos-paymentModal__headerRight{display:flex;align-items:center;justify-content:flex-end;gap:12px}.pos-paymentModal__headerLogo{width:40px;height:40px;object-fit:contain;border-radius:8px}.pos-paymentModal__headerBiz{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.pos-paymentModal__headerBiz span{font-size:.82rem;font-weight:700;color:#17324d}.pos-paymentModal__headerBiz small{font-size:.68rem;color:#52708c}.pos-paymentModal__body{flex:1 1 auto;display:grid;grid-template-columns:260px minmax(0,1fr) 280px;gap:16px;padding:16px 24px;min-height:0;overflow-y:auto;overflow-x:hidden}.pos-paymentModal__col{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0}.pos-paymentModal__col--summary{gap:10px}.pos-paymentModal__col--payment{gap:12px}.pos-paymentModal__col--preview{background:#f5f8fb;border-radius:14px;padding:12px;border:1px solid #e3edf5;overflow:auto;min-height:0}.pos-paymentModal__cardFlat{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f5f8fb;border-radius:14px;border:1px solid #e3edf5}.pos-paymentModal__cardFlatTitle{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;color:#52708c;text-transform:uppercase}.pos-paymentModal__customerName{font-size:1rem;font-weight:700;color:#17324d}.pos-paymentModal__customerMeta{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#52708c}.pos-paymentModal__subRow,.pos-paymentModal__totalRow{display:flex;justify-content:space-between;align-items:center;font-size:.84rem}.pos-paymentModal__subRow span,.pos-paymentModal__totalRow span{color:#52708c}.pos-paymentModal__subRow strong,.pos-paymentModal__totalRow strong{color:#17324d;font-weight:700}.pos-paymentModal__totalDue{padding-top:8px;margin-top:4px;border-top:1px dashed #d8e3ee;font-size:.94rem}.pos-paymentModal__totalDue strong{color:#c53030}.pos-paymentModal__subHint{font-size:.7rem;color:#52708c}.pos-paymentModal__subEmpty{font-size:.82rem;color:#52708c}.pos-paymentModal__subCard{border:1px solid #d8e3ee;border-radius:14px;background:#fff;overflow:hidden}.pos-paymentModal__subToggle{width:100%;display:flex;align-items:center;gap:10px;padding:12px;border:0;background:#f5f8fb;color:#17324d;font:inherit;text-align:start;cursor:pointer}.pos-paymentModal__subToggle--active{background:#eefbf5}.pos-paymentModal__subToggleIcon{width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid #d8e3ee;color:#52708c}.pos-paymentModal__subToggle--active .pos-paymentModal__subToggleIcon{background:#18b8c2;border-color:#18b8c2;color:#fff}.pos-paymentModal__subToggleText{display:flex;flex-direction:column;gap:2px}.pos-paymentModal__subToggleTitle{font-weight:700;font-size:.86rem}.pos-paymentModal__subToggleHint,.pos-paymentModal__subToggleBalance{font-size:.74rem;color:#52708c}.pos-paymentModal__subFields{display:flex;flex-direction:column;gap:12px;padding:12px;border-top:1px solid #e3edf5}.pos-paymentModal__subBreakdown{display:grid;gap:6px;padding:10px;background:#f5f8fb;border-radius:10px}.pos-paymentModal__subBreakRow{display:flex;justify-content:space-between;font-size:.78rem}.pos-paymentModal__subBreakRow span{color:#52708c}.pos-paymentModal__subBreakRow strong{color:#17324d}.pos-paymentModal__subBreakRow--accent{padding-top:6px;border-top:1px dashed #d8e3ee}.pos-paymentModal__subBreakRow--accent strong{color:#c53030}.pos-paymentModal__amountFieldCompact{width:100%}.pos-paymentModal__amountInputCompact{display:flex;align-items:center;gap:8px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;padding:0 12px;height:48px}.pos-paymentModal__amountInputCompact input{flex:1;border:0;background:transparent;font:inherit;font-size:1rem;font-weight:700;color:#17324d;min-width:0;text-align:start}.pos-paymentModal__currency{font-size:.8rem;font-weight:700;color:#52708c}.pos-paymentModal__quickGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(64px,1fr));gap:8px}.pos-paymentModal__quickButton{padding:8px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#17324d;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.pos-paymentModal__quickButton:hover{background:#f5f8fb;border-color:#c3d4e3}.pos-paymentModal__quickButton--max{background:#123b63;color:#fff;border-color:#123b63}.pos-paymentModal__sectionBox{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #d8e3ee;border-radius:14px;background:#fff}.pos-paymentModal__fieldLabel{font-size:.78rem;font-weight:700;color:#52708c}.pos-paymentModal__coveredMsg{display:flex;align-items:center;gap:8px;padding:12px;border-radius:12px;background:#eefbf5;color:#0b5e3e;font-size:.84rem;font-weight:600}.pos-paymentModal__methodGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pos-paymentModal__methodCard{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border:1px solid #d8e3ee;border-radius:14px;background:#fff;color:#17324d;font:inherit;font-weight:700;cursor:pointer}.pos-paymentModal__methodCard:hover:not(:disabled){border-color:#18b8c2;background:#f5fcfd}.pos-paymentModal__methodCard--active{border-color:#18b8c2;background:#f5fcfd;box-shadow:0 0 0 2px #18b8c226}.pos-paymentModal__methodCard--disabled{opacity:.5;cursor:not-allowed;background:#f5f8fb}.pos-paymentModal__methodCard svg{width:22px;height:22px;flex:0 0 22px}.pos-paymentModal__shiftHint{grid-column:1 / -1;padding:8px 12px;border:1px solid #fde68a;border-radius:10px;background:#fffbeb;color:#b26a00;font-size:.74rem;font-weight:600;text-align:center}.pos-paymentModal__summary{display:grid;gap:8px;padding:12px;background:#f5f8fb;border-radius:14px;border:1px solid #e3edf5}.pos-paymentModal__summaryRow{display:flex;justify-content:space-between;align-items:center;font-size:.84rem}.pos-paymentModal__summaryRow span{color:#52708c}.pos-paymentModal__summaryRow strong{color:#17324d}.pos-paymentModal__summaryDivider{padding-top:8px;border-top:1px dashed #d8e3ee}.pos-paymentModal__notesCompact{display:flex;flex-direction:column;gap:6px}.pos-paymentModal__notesCompact input{width:100%;height:44px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;padding:0 12px}.pos-paymentModal__footer{flex:0 0 auto;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-top:1px solid #e3edf5;background:#fafdff}.pos-paymentModal__footerStart,.pos-paymentModal__footerCenter,.pos-paymentModal__footerEnd{display:flex;align-items:center;gap:10px}.pos-paymentModal__footerEnd{flex-wrap:wrap;justify-content:flex-end;min-width:0}.pos-paymentModal__errorMsg{font-size:.82rem;color:#c53030;font-weight:600}.pos-paymentModal__processing{display:flex;align-items:center;gap:8px;color:#52708c;font-size:.84rem}.pos-paymentModal__spinner{width:18px;height:18px;border:2px solid #d8e3ee;border-top-color:#18b8c2;border-radius:50%;animation:pos-spin .8s linear infinite}@keyframes pos-spin{to{transform:rotate(360deg)}}.pos-paymentModal__bodyCenter{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;text-align:center}.pos-paymentModal__bodyCenter strong{font-size:1rem;color:#17324d}.pos-paymentModal__successInfo{display:grid;gap:8px;width:100%;max-width:280px;padding:16px;background:#f5f8fb;border-radius:14px;border:1px solid #e3edf5}.pos-paymentModal__successInfo>div{display:flex;justify-content:space-between;font-size:.84rem}.pos-paymentModal__successInfo>div span{color:#52708c}.pos-paymentModal__successInfo>div strong{color:#17324d}.pos-paymentModal__footerBtn{min-height:40px;padding:0 14px;border-radius:10px;font:inherit;font-weight:700;cursor:pointer}.pos-button--primary{background:#123b63;color:#fff;border:1px solid #123b63}.pos-button--primary:hover:not(:disabled){background:#0f2e4d}.pos-button--outline{background:#fff;color:#17324d;border:1px solid #d8e3ee}.pos-button--outline:hover:not(:disabled){background:#f5f8fb;border-color:#c3d4e3}.pos-button--outline-danger{color:#bf3333;border-color:#e9b6b6}.pos-button--outline-danger:hover:not(:disabled){background:#fff5f5;border-color:#d84a4a}.pos-paymentModal__confirmBtn{color:#fff;border-color:transparent}.pos-paymentModal__confirmBtn:hover:not(:disabled){background:linear-gradient(135deg,#168457,#1f9a68)}.pos-paymentModal__printBtn{display:inline-flex;align-items:center;gap:6px}@media(max-width:992px){.pos-modalBackdrop{padding:12px}.pos-paymentModal{width:min(760px,calc(100vw - 24px));max-width:min(760px,calc(100vw - 24px));max-height:calc(100vh - 24px);max-height:min(94dvh,calc(100vh - 24px))}.pos-paymentModal__header{grid-template-columns:1fr;justify-items:stretch;gap:10px;padding:14px}.pos-paymentModal__headerLeft,.pos-paymentModal__headerRight{justify-content:center}.pos-paymentModal__body{grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:14px}.pos-paymentModal__col--preview{max-height:320px}.pos-paymentModal__footer{align-items:stretch;flex-direction:column;padding:12px 14px}.pos-paymentModal__footerStart,.pos-paymentModal__footerCenter,.pos-paymentModal__footerEnd{justify-content:center;width:100%}.pos-paymentModal__footerEnd{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pos-paymentModal__confirmBtn{grid-column:1 / -1}}@media(max-width:560px){.pos-modalBackdrop{padding:0}.pos-paymentModal{width:100%;max-width:100%;height:100dvh;max-height:100dvh;border-radius:0}.pos-paymentModal__footerEnd{grid-template-columns:1fr}}.pos-branchInvoices{display:flex;flex-direction:column;gap:16px;min-height:0;font-family:STC Forward,Segoe UI,sans-serif}.pos-branchInvoices__toolbar{display:flex;flex-direction:column;gap:12px}.pos-branchInvoices__searchField{width:100%}.pos-branchInvoices__searchField input{width:100%;height:44px;border:1px solid #d8e3ee;border-radius:12px;background:#f5f8fb;color:#17324d;font:inherit;font-size:.92rem;padding:0 12px}.pos-branchInvoices__filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-branchInvoices__filter select{width:100%;height:40px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#17324d;font:inherit;font-size:.84rem;padding:0 10px}.pos-branchInvoices__tableWrap{overflow:hidden;border:1px solid #e3edf5;border-radius:14px;background:#fff;min-height:0;flex:1;display:flex;flex-direction:column}.pos-branchInvoices__tableWrap>.dashboard-empty,.pos-branchInvoices__tableWrap>.pos-alert{flex:1;display:flex;align-items:center;justify-content:center;margin:0}.pos-branchInvoices__tableInner{overflow:auto;flex:1;min-height:0}.pos-branchInvoices .dashboard-table{width:100%;min-width:760px;border-collapse:collapse;font-size:.84rem}.pos-branchInvoices .dashboard-table th,.pos-branchInvoices .dashboard-table td{padding:12px;text-align:start;border-bottom:1px solid #e3edf5;white-space:nowrap}.pos-branchInvoices .dashboard-table th{background:#f5f8fb;color:#52708c;font-weight:700;font-size:.78rem}.pos-branchInvoices .dashboard-table tbody tr{background:#fff;cursor:pointer;transition:background-color .15s}.pos-branchInvoices .dashboard-table tbody tr:hover{background:#f0f7fb}.pos-branchInvoices .dashboard-table tbody tr:focus-visible{outline:2px solid #18b8c2;outline-offset:-2px}.pos-branchInvoices__orderNumber{display:block;font-weight:700;color:#17324d}.pos-branchInvoices__branchName{display:block;font-size:.72rem;color:#52708c}.pos-branchInvoices__phone{display:block;font-size:.72rem;color:#52708c;direction:ltr}.pos-branchInvoices__mono{font-family:monospace;direction:ltr;text-align:start}.pos-branchInvoices__paid{font-weight:700}.pos-branchInvoices__paid--positive{color:#0b5e3e}.pos-branchInvoices__remaining{font-weight:700}.pos-branchInvoices__remaining--due{color:#c53030}.pos-branchInvoices__remaining--settled{color:#0b5e3e}.pos-branchInvoices__paymentBadge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.pos-branchInvoices__paymentBadge[data-tone=paid]{background:#eefbf5;color:#0b5e3e}.pos-branchInvoices__paymentBadge[data-tone=partial]{background:#fff3e0;color:#b45309}.pos-branchInvoices__paymentBadge[data-tone=unpaid]{background:#fdecea;color:#c53030}.pos-branchInvoices__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pos-branchInvoices__paginationInfo{font-size:.84rem;color:#52708c}.pos-branchInvoices__paginationButtons{display:flex;align-items:center;gap:8px}.pos-branchInvoices__hint{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;background:#f5f8fb;color:#52708c;font-size:.78rem}.pos-branchInvoices__detailBody{overflow:auto;flex:1;min-height:0;padding:4px;font-family:STC Forward,Segoe UI,sans-serif}.pos-branchInvoices__detailBody .pos-invoiceModal{font-family:STC Forward,Segoe UI,sans-serif}.pos-branchInvoices__detailBody>.dashboard-empty,.pos-branchInvoices__detailBody>.pos-alert{min-height:200px;display:flex;align-items:center;justify-content:center}.pos-branchInvoices__detailBody .pos-invoiceModal__header{position:sticky;top:0;z-index:1;background:#f5f8fb;border-radius:12px;border:1px solid #e3edf5;padding:12px;margin-bottom:16px}.pos-branchInvoices__detailBody .pos-invoiceModal__body{overflow:visible}.pos-branchInvoices__detailBody .pos-invoiceModal__tabs{position:sticky;top:72px;z-index:1;background:#fff}.pos-branchInvoices__detailBody .pos-invoiceModal__actionScreenWrap{position:fixed;inset:0;z-index:10;border-radius:0}.pos-branchInvoices__detailBody .pos-invoiceModal__paymentPanel .pos-invoiceModal__panelFooter .pos-button--teal{background:linear-gradient(135deg,#1f9a68,#2bbb7a);border-color:transparent;color:#fff}.pos-branchInvoices__detailBody .pos-invoiceModal__paymentPanel .pos-invoiceModal__panelFooter .pos-button--teal:hover:not(:disabled){background:linear-gradient(135deg,#168457,#1f9a68)}@media(max-width:768px){.pos-branchInvoices__detailBody .pos-invoiceModal__header{flex-direction:column;gap:10px;align-items:stretch}.pos-branchInvoices__detailBody .pos-invoiceModal__headerIdentity{text-align:center}.pos-branchInvoices__detailBody .pos-invoiceModal__headerStack{justify-content:center}.pos-branchInvoices__detailBody .pos-invoiceModal__grid{grid-template-columns:1fr}}.pos-invoiceModal{box-sizing:border-box;width:min(920px,calc(100vw - 48px));max-width:min(920px,calc(100vw - 48px));max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);border-radius:20px;border:1px solid #e3edf5;background:#fff;box-shadow:0 24px 60px #0e1f3133;display:flex;flex-direction:column;overflow:hidden;font-family:STC Forward,Segoe UI,sans-serif}.pos-invoiceModal__header{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #e3edf5;background:#f5f8fb}.pos-invoiceModal__headerStack{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.pos-invoiceModal__headerStack--end{justify-content:flex-end;flex:none}.pos-invoiceModal__headerIdentity{display:flex;flex-direction:column;gap:2px;text-align:center;flex:1;min-width:0}.pos-invoiceModal__headerIdentity span{font-size:.72rem;color:#52708c}.pos-invoiceModal__headerIdentity strong{font-size:1.05rem;color:#17324d;word-break:break-word}.pos-invoiceModal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 18px;display:flex;flex-direction:column;gap:16px}.pos-invoiceModal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pos-invoiceModal__card{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid #e3edf5;border-radius:14px;background:#fff}.pos-invoiceModal__card h4{margin:0;font-size:.92rem;color:#17324d}.pos-invoiceModal__card dl{margin:0;display:grid;gap:8px}.pos-invoiceModal__card dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-invoiceModal__card dt{color:#52708c;font-size:.78rem}.pos-invoiceModal__card dd{margin:0;color:#17324d;font-size:.86rem;font-weight:600;text-align:end;word-break:break-word}.pos-invoiceModal__mono{font-family:monospace;direction:ltr;text-align:end}.pos-invoiceModal__subscriptionBar{display:flex;flex-direction:column;gap:4px;padding:10px;border-radius:10px;background:#eefbf5;color:#0b5e3e}.pos-invoiceModal__subscriptionBar strong{font-size:.86rem}.pos-invoiceModal__subscriptionBar span{font-size:.78rem}.pos-invoiceModal__section{display:flex;flex-direction:column;gap:10px}.pos-invoiceModal__section h4{margin:0;font-size:.92rem;color:#17324d}.pos-invoiceModal__actionButtons{display:flex;gap:8px;flex-wrap:wrap}.pos-invoiceModal__actionButton{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid #d8e3ee;background:#fff;color:#17324d;font:inherit;font-size:.84rem;font-weight:600;cursor:pointer}.pos-invoiceModal__actionButton:hover:not(:disabled){background:#f5f8fb}.pos-invoiceModal__actionButton[data-active=true]{background:#123b63;border-color:#123b63;color:#fff}.pos-invoiceModal__actionButton:disabled{opacity:.5;cursor:not-allowed}.pos-invoiceModal__error{padding:10px 12px;border-radius:10px;background:#fdecea;color:#c53030;font-size:.82rem}.pos-invoiceModal__tabs{display:flex;gap:6px;padding:4px;background:#f5f8fb;border-radius:12px;border:1px solid #d8e3ee;width:fit-content}.pos-invoiceModal__tab{padding:8px 14px;border-radius:10px;border:1px solid transparent;background:transparent;color:#52708c;font:inherit;font-size:.84rem;font-weight:600;cursor:pointer}.pos-invoiceModal__tab[data-active=true]{background:#123b63;color:#fff;border-color:#123b63}.pos-invoiceModal__itemProgress{display:block;font-size:.72rem;color:#52708c;margin-top:2px}.pos-invoiceModal__notes{display:flex;flex-direction:column;gap:8px}.pos-invoiceModal__notes p{margin:0;padding:10px 12px;border-radius:10px;background:#f5f8fb;color:#17324d;font-size:.84rem}.pos-invoiceModal__actionScreenWrap{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#0e1f3166}.pos-invoiceModal__actionScreen{box-sizing:border-box;width:min(560px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;border-radius:18px;border:1px solid #e3edf5;background:#fff;box-shadow:0 24px 60px #0e1f313d;display:flex;flex-direction:column;gap:16px;padding:16px}.pos-invoiceModal__actionScreenHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-invoiceModal__actionScreenHeader>div{display:flex;flex-direction:column;gap:2px}.pos-invoiceModal__actionScreenHeader span{font-size:.72rem;color:#52708c}.pos-invoiceModal__actionScreenHeader strong{font-size:1rem;color:#17324d}.pos-invoiceModal__actionScreenBody{display:flex;flex-direction:column;gap:14px}.pos-invoiceModal__actionScreenSummary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:12px;background:#f5f8fb}.pos-invoiceModal__actionScreenSummary strong{font-size:.88rem;color:#17324d}.pos-invoiceModal__actionScreenSummary span{font-size:.92rem;color:#0f8f5d;font-weight:700}.pos-invoiceModal__actionScreenSummary--danger span{color:#c53030}.pos-invoiceModal__form{display:grid;gap:12px}.pos-invoiceModal__field{display:flex;flex-direction:column;gap:6px}.pos-invoiceModal__field>span{font-size:.78rem;color:#52708c}.pos-invoiceModal__field input{height:40px;padding:0 12px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#17324d;font:inherit;font-size:.86rem}.pos-invoiceModal__field--wide{grid-column:1 / -1}.pos-invoiceModal__methodGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pos-invoiceModal__methodButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px;border-radius:12px;border:1px solid #d8e3ee;background:#fff;color:#17324d;font:inherit;font-size:.84rem;cursor:pointer}.pos-invoiceModal__methodButton[data-selected=true]{border-color:#0f8f5d;background:#eefbf5;color:#0b5e3e}.pos-invoiceModal__methodButton svg{width:18px;height:18px}.pos-invoiceModal__panelFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.pos-invoiceModal__inlineHint{font-size:.78rem;color:#52708c}.pos-invoiceModal__deliveryList{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow:auto}.pos-invoiceModal__deliveryItem{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e3edf5;border-radius:12px;background:#fff}.pos-invoiceModal__deliveryItem[data-disabled=true]{opacity:.55}.pos-invoiceModal__deliveryCheck input{width:16px;height:16px}.pos-invoiceModal__deliveryInfo{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pos-invoiceModal__deliveryInfo strong{font-size:.86rem;color:#17324d}.pos-invoiceModal__deliveryInfo span{font-size:.78rem;color:#52708c}.pos-invoiceModal__deliveryInfo small{font-size:.72rem;color:#52708c}.pos-invoiceModal__deliveryMeta{display:flex;align-items:center;gap:8px}.pos-invoiceModal__deliveryMeta span{font-size:.78rem;color:#52708c}.pos-invoiceModal__deliveryMeta input{width:64px;height:34px;padding:0 8px;border:1px solid #d8e3ee;border-radius:8px;color:#17324d;font:inherit;font-size:.84rem}.pos-invoiceModal__cancelPanel{display:flex;flex-direction:column;gap:14px}.pos-invoiceModal__statusChip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700;background:#e3edf5;color:#123b63}.pos-invoiceModal__statusChip--payment{background:#eefbf5;color:#0b5e3e}.pos-invoice-details{display:flex;flex-direction:column;gap:18px;min-height:auto;flex:0 0 auto;overflow:visible;font-family:STC Forward,Segoe UI,sans-serif}.pos-invoice-details__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pos-invoice-details__card{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border:1px solid #e3edf5;border-radius:14px;background:#fff}.pos-invoice-details__card h4,.pos-invoice-details__section h4{margin:0;font-size:.94rem;font-weight:700;color:#17324d}.pos-invoice-details__card dl{margin:0;display:grid;gap:8px}.pos-invoice-details__card dl>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-invoice-details__card dt{color:#52708c;font-size:.78rem;white-space:nowrap}.pos-invoice-details__card dd{margin:0;color:#17324d;font-size:.88rem;font-weight:600;text-align:end;word-break:break-word}.pos-invoice-details__section{display:flex;flex-direction:column;gap:10px}.pos-invoice-details__tableWrap{overflow-x:auto;border:1px solid #e3edf5;border-radius:12px}.pos-invoice-details__table{width:100%;min-width:720px;border-collapse:collapse;font-size:.82rem}.pos-invoice-details__table th,.pos-invoice-details__table td{padding:10px 12px;text-align:start;border-bottom:1px solid #e3edf5;white-space:nowrap}.pos-invoice-details__table th{background:#f5f8fb;color:#52708c;font-weight:700;font-size:.76rem}.pos-invoice-details__table tbody tr:last-child td{border-bottom:none}.pos-invoice-details__deliveredQty{color:#0b5e3e;font-weight:700}.pos-invoice-details__muted{color:#b0c0d0}.pos-invoice-details__rowDeliver{font-size:.78rem;padding:4px 10px}.pos-invoice-details__empty{padding:16px;text-align:center;color:#52708c;font-size:.84rem;border:1px solid #e3edf5;border-radius:12px;background:#fafdff}.pos-invoice-details__summary{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border:1px solid #e3edf5;border-radius:14px;background:#fff}.pos-invoice-details__summaryRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-invoice-details__summaryRow span{color:#52708c;font-size:.84rem}.pos-invoice-details__summaryRow strong{color:#17324d;font-size:.88rem}.pos-invoice-details__summaryRow--total{padding-top:8px;margin-top:4px;border-top:1px dashed #d8e3ee}.pos-invoice-details__summaryRow--total span{font-weight:700;color:#17324d}.pos-invoice-details__summaryRow--total strong{font-size:1rem;color:#17324d}.pos-invoice-details__paid--positive{color:#0b5e3e}.pos-invoice-details__remaining--due{color:#c53030;font-weight:700}.pos-invoice-details__remaining--settled{color:#0b5e3e;font-weight:700}.pos-invoice-details__statusRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pos-invoice-details__methodText{font-size:.84rem;color:#52708c}.pos-invoice-details__notes{display:flex;flex-direction:column;gap:8px}.pos-invoice-details__notes p{margin:0;padding:10px 12px;border-radius:10px;background:#f5f8fb;color:#17324d;font-size:.84rem}.pos-invoice-details__actions{margin-top:4px;padding-top:12px;border-top:1px solid #e3edf5}.pos-invoice-details__actionButtons{display:flex;gap:10px;flex-wrap:wrap}.pos-invoice-details__actionButton{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;border:1px solid #d8e3ee;background:#fff;color:#17324d;font:inherit;font-size:.86rem;font-weight:600;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.pos-invoice-details__actionButton:hover:not(:disabled){background:#f5f8fb}.pos-invoice-details__actionButton[data-active=true]{background:#123b63;border-color:#123b63;color:#fff}.pos-invoiceModal__headerActions{display:flex;align-items:center;gap:6px;padding-inline-start:8px;margin-inline-start:8px;border-inline-start:1px solid #e3edf5}.pos-invoiceModal__headerActions .pos-invoice-details__actionButton{padding:7px 14px;font-size:.78rem;border-radius:8px}.pos-invoice-details__actionButton--deliver{background:#2563eb;border-color:#2563eb;color:#fff}.pos-invoice-details__actionButton--deliver[data-active=true]{background:#1d4ed8;border-color:#1d4ed8}.pos-invoice-details__actionButton--cancel{background:#fff;border-color:#d8e3ee;color:#b42318}.pos-invoice-details__actionButton--cancel[data-active=true]{background:#b42318;border-color:#b42318;color:#fff}.pos-invoice-details__actionButton--pay{background:#0f8f5d;border-color:#0f8f5d;color:#fff}.pos-invoice-details__actionButton--pay[data-active=true]{background:#0b5e3e;border-color:#0b5e3e}.pos-invoice-details__actionButton:disabled{opacity:.5;cursor:not-allowed}.pos-invoice-details__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.76rem;font-weight:700;white-space:nowrap}.pos-invoice-details__badge[data-tone=paid],.pos-invoice-details__badge[data-tone=full]{background:#eefbf5;color:#0b5e3e}.pos-invoice-details__badge[data-tone=partial]{background:#fff3e0;color:#b45309}.pos-invoice-details__badge[data-tone=unpaid],.pos-invoice-details__badge[data-tone=none]{background:#fdecea;color:#c53030}@media(max-width:768px){.pos-invoice-details__grid{grid-template-columns:1fr}}.pos-subscription__dialog{display:flex;flex-direction:column;gap:16px;min-height:0}.pos-subscription__lead{margin:0;color:#52708c;font-size:.92rem;line-height:1.5}.pos-subscription__choice{display:flex;flex-direction:column;gap:16px}.pos-subscription__choiceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-subscription__choiceCard{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;border:1px solid #e3edf5;border-radius:16px;background:#fff;color:#17324d;cursor:pointer;transition:background-color .15s,border-color .15s,transform .1s}.pos-subscription__choiceCard:hover{background:#f5fcfd;border-color:#80deea}.pos-subscription__choiceCard:active{transform:translateY(1px)}.pos-subscription__choiceCard svg{width:32px;height:32px;color:#0f8f5d}.pos-subscription__choiceCard strong{font-size:1rem}.pos-subscription__choiceCard span{font-size:.78rem;color:#52708c}.pos-subscription__search{display:flex;flex-direction:column;gap:12px}.pos-subscription__results{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow:auto}.pos-subscription__resultItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e3edf5;border-radius:12px;background:#fff;color:#17324d;cursor:pointer;text-align:start;transition:background-color .15s,border-color .15s}.pos-subscription__resultItem:hover{background:#f5fcfd;border-color:#80deea}.pos-subscription__resultInfo{display:flex;flex-direction:column;gap:2px}.pos-subscription__resultInfo strong{font-size:.92rem}.pos-subscription__resultInfo span{font-size:.78rem;color:#52708c}.pos-subscription__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#eefbf5;color:#0b5e3e;font-size:.72rem;font-weight:700}.pos-subscription__empty{padding:24px;text-align:center;color:#52708c;font-size:.9rem}.pos-subscription__customerCreate{display:flex;flex-direction:column;gap:12px}.pos-subscription__duplicate{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:12px;background:#fff9e6;border:1px solid #f6e05e;color:#744210}.pos-subscription__duplicate strong{font-size:.9rem}.pos-subscription__duplicate span{font-size:.84rem}.pos-subscription__notFound{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;text-align:center}.pos-subscription__notFound p{margin:0;color:#52708c;font-size:.92rem}.pos-subscription__notFound strong{font-size:1.1rem;color:#17324d;direction:ltr}.pos-subscription__active{display:flex;flex-direction:column;gap:16px}.pos-subscription__activeCard{display:flex;flex-direction:column;gap:16px;padding:16px;border:1px solid #e3edf5;border-radius:16px;background:#fff}.pos-subscription__activeHeader{display:flex;align-items:center;gap:12px;color:#0f8f5d}.pos-subscription__activeHeader svg{width:28px;height:28px}.pos-subscription__activeHeader strong{font-size:1.1rem;color:#17324d}.pos-subscription__currentBadge{margin-inline-start:auto;padding:4px 8px;border-radius:999px;background:#eefbf5;color:#0f8f5d;font-size:.72rem;font-weight:700}.pos-subscription__activePlan{color:#52708c;font-size:.9rem;font-weight:700}.pos-subscription__activeGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-subscription__activeGrid>div{display:flex;flex-direction:column;gap:4px;padding:10px;border-radius:10px;background:#f5f8fb}.pos-subscription__activeGrid span{font-size:.78rem;color:#52708c}.pos-subscription__activeGrid strong{font-size:.92rem;color:#17324d}.pos-subscription__actionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-subscription__actionCard{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 12px;border:1px solid #e3edf5;border-radius:14px;background:#fff;color:#17324d;cursor:pointer;transition:background-color .15s,border-color .15s}.pos-subscription__actionCard:hover{background:#f5fcfd;border-color:#80deea}.pos-subscription__actionCard svg{width:24px;height:24px;color:#0f8f5d}.pos-subscription__plans{display:flex;flex-direction:column;gap:16px}.pos-subscription__planGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.pos-subscription__planCard{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e3edf5;border-radius:16px;background:#fff;transition:border-color .15s,box-shadow .15s}.pos-subscription__planCard:hover{border-color:#80deea;box-shadow:0 4px 12px #17324d0f}.pos-subscription__planCardHeader{display:flex;flex-direction:column;gap:2px}.pos-subscription__planCardHeader strong{font-size:1rem;color:#17324d}.pos-subscription__planCardHeader small{font-size:.78rem;color:#52708c}.pos-subscription__planCardMeta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pos-subscription__planCardMeta>div{display:flex;flex-direction:column;gap:2px;padding:8px;border-radius:8px;background:#f5f8fb}.pos-subscription__planCardMeta span{font-size:.72rem;color:#52708c}.pos-subscription__planCardMeta strong{font-size:.86rem;color:#17324d}.pos-subscription__planCardDesc{margin:0;font-size:.82rem;color:#52708c;line-height:1.4}.pos-subscription__planCard .pos-button{margin-top:auto}.pos-subscription__review,.pos-subscription__payment,.pos-subscription__success{display:flex;flex-direction:column;gap:14px}.pos-subscription__reviewCard{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e3edf5;border-radius:14px;background:#fff}.pos-subscription__reviewCard h4{margin:0;font-size:.92rem;color:#17324d}.pos-subscription__reviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pos-subscription__reviewGrid>div{display:flex;flex-direction:column;gap:2px}.pos-subscription__reviewGrid span{font-size:.76rem;color:#52708c}.pos-subscription__reviewGrid strong{font-size:.88rem;color:#17324d;word-break:break-word}.pos-subscription__reviewTotal{grid-column:1 / -1;flex-direction:row!important;align-items:center;justify-content:space-between;padding:10px;border-radius:10px;background:#f5f8fb}.pos-subscription__reviewTotal strong{font-size:1rem;color:#0f8f5d}.pos-subscription__paymentMethods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pos-subscription__paymentMethod{padding:12px;border:1px solid #e3edf5;border-radius:12px;background:#fff;color:#17324d;font:inherit;font-size:.88rem;cursor:pointer;transition:background-color .15s,border-color .15s}.pos-subscription__paymentMethod:hover{background:#f5fcfd}.pos-subscription__paymentMethod[data-selected=true]{border-color:#0f8f5d;background:#eefbf5;color:#0b5e3e;font-weight:700}.pos-subscription__paymentMethod:disabled{opacity:.6;cursor:not-allowed}.pos-subscription__freePlan{padding:14px;border-radius:12px;background:#eefbf5;color:#0b5e3e;font-size:.88rem;text-align:center}.pos-subscription__receipt{display:flex;flex-direction:column;gap:12px}.pos-subscription__receiptActions{display:flex;justify-content:flex-end}.pos-subscription__receiptFrame{width:100%;min-height:320px;border:1px solid #e3edf5;border-radius:12px;background:#fff}.pos-subscription__successBanner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px;border-radius:16px;background:#eefbf5;color:#0b5e3e;text-align:center}.pos-subscription__successBanner svg{width:40px;height:40px}.pos-subscription__successBanner h3{margin:0;font-size:1.1rem}.pos-subscription__printButton{align-self:center}@media(max-width:600px){.pos-subscription__choiceGrid,.pos-subscription__actionGrid,.pos-subscription__paymentMethods,.pos-subscription__planGrid,.pos-subscription__reviewGrid,.pos-subscription__activeGrid{grid-template-columns:1fr}}.pos-customer-subscriptions{display:flex;flex-direction:column;gap:14px;min-height:0;font-family:STC Forward,Segoe UI,sans-serif}.pos-customer-subscriptions__note{padding:10px 12px;border-radius:10px;background:#f5f8fb;color:#52708c;font-size:.78rem}.pos-customer-subscriptions__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pos-customer-subscriptions__summaryItem{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #e3edf5;border-radius:12px;background:#fff}.pos-customer-subscriptions__summaryItem small{font-size:.72rem;color:#52708c}.pos-customer-subscriptions__summaryItem strong{font-size:.9rem;color:#17324d}.pos-customer-subscriptions__list{display:flex;flex-direction:column;gap:12px;min-height:0;overflow-y:auto;padding-inline-end:4px}.pos-customer-subscriptions__card{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid #e3edf5;border-radius:14px;background:#fff}.pos-customer-subscriptions__cardHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.pos-customer-subscriptions__cardHead>strong{font-size:.9rem;color:#17324d}.pos-customer-subscriptions__plan{font-size:.86rem;color:#0f8f5d;font-weight:700}.pos-customer-subscriptions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pos-customer-subscriptions__grid>div{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:10px;background:#f5f8fb}.pos-customer-subscriptions__grid small{font-size:.72rem;color:#52708c}.pos-customer-subscriptions__grid strong{font-size:.84rem;color:#17324d;word-break:break-word}.pos-customer-subscriptions__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.74rem;font-weight:700;white-space:nowrap}.pos-customer-subscriptions__badge[data-tone=active]{background:#eefbf5;color:#0b5e3e}.pos-customer-subscriptions__badge[data-tone=stopped]{background:#fff3e0;color:#b45309}.pos-customer-subscriptions__badge[data-tone=expired],.pos-customer-subscriptions__badge[data-tone=exhausted]{background:#f0f3f6;color:#6b7c8d}@media(max-width:768px){.pos-customer-subscriptions__summary,.pos-customer-subscriptions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pos-summary__discountBar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.pos-summary__discountField{display:flex;gap:4px;flex-wrap:wrap}.pos-summary__discountField label{display:flex;flex-direction:column;gap:2px}.pos-summary__discountField label span{font-size:11px;color:#64748b}.pos-summary__discountField input{width:80px;padding:4px 6px;border-radius:5px;border:1px solid #cbd5e1;font-size:13px}.pos-summary__discountField--reason input{width:130px}.pos-summary__couponField{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pos-summary__couponField input{width:120px;padding:4px 6px;border-radius:5px;border:1px solid #cbd5e1;font-size:13px}.pos-summary__couponStatus{font-size:11px;font-weight:600}.pos-summary__couponStatus--success{color:#0f9d6b}.pos-summary__couponStatus--error{color:#dc2626}.pos-summary__totalRow--promo span,.pos-summary__totalRow--promo strong{color:#0f9d6b}.pos-summary__totalRow--manual span,.pos-summary__totalRow--manual strong{color:#d97706}.pos-customer__discountBar{display:flex;flex-direction:column;gap:8px;padding:10px 12px;margin:4px 0 6px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.pos-customer__discountField{display:flex;flex-direction:column;gap:4px}.pos-customer__discountField span{font-size:11px;font-weight:600;color:#475569}.pos-customer__discountRow{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.pos-customer__discountRow input[type=number]{width:75px;padding:4px 6px;border-radius:5px;border:1px solid #cbd5e1;font-size:13px}.pos-customer__discountRow input[type=text]{flex:1;min-width:100px;padding:4px 6px;border-radius:5px;border:1px solid #cbd5e1;font-size:13px}.pos-customer__couponStatus{font-size:11px;font-weight:600}.pos-customer__couponStatus--success{color:#0f9d6b}.pos-customer__couponStatus--error{color:#dc2626}.pos-customer__notesField{margin-top:0}.pos-customer__notesField .pos-customer__notesInput{width:100%;height:38px;padding:6px 10px;border-radius:7px;border:1px solid #d1d5db;font-size:13px;background:#fff}.pos-customer__contextBar{display:flex;gap:14px;align-items:center;padding:4px 0;font-size:12px;color:#6b7280;border-top:1px solid #f3f4f6;margin-top:4px}.pos-customer__contextLabel{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#4b5563}.pos-customer__contextBar{display:flex;gap:20px;align-items:center;justify-content:center;width:100%;padding:6px 8px;font-size:12px;color:#6b7280;border:1px solid #e3edf5;border-radius:12px;background:#f5f8fb;margin-top:2px;box-sizing:border-box}.pos-customer__contextLabel{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#4b5563}.pos-customer__contextLabel svg{flex-shrink:0;color:#6b7280}.pos-customer__couponBtn{padding:3px 8px;border-radius:5px;border:1px solid #d1d5db;background:#fff;font-size:12px;font-weight:700;cursor:pointer;color:#6b7280;min-width:24px}.pos-customer__couponBtn--apply{background:#14335c;color:#fff;border-color:#14335c;min-width:48px}.pos-customer__couponBtn--apply:disabled{opacity:.5;cursor:not-allowed}.pos-customer__couponBtn:hover:not(:disabled){background:#1e4a8a;border-color:#1e4a8a;color:#fff}.pos-invoiceModal--lookup{width:min(960px,calc(100vw - 40px));max-width:min(960px,calc(100vw - 40px));max-height:min(90dvh,calc(100vh - 40px));border-radius:16px}.pos-invoiceModal--lookup .pos-invoice-details{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;gap:12px;padding:14px 18px 18px}.pos-invoiceModal--lookup .pos-invoiceModal__header{gap:10px;padding:10px 14px;border-bottom:1px solid #e3edf5;background:#f5f8fb}.pos-invoiceModal--lookup .pos-invoiceModal__header .pos-invoiceModal__headerStack{gap:6px;flex:0 1 auto}.pos-invoiceModal--lookup .pos-invoiceModal__header .pos-button{min-height:34px;padding:6px 12px;font-size:.8rem;white-space:nowrap}.pos-invoiceModal--lookup .pos-invoiceModal__headerIdentity{gap:1px}.pos-invoiceModal--lookup .pos-invoiceModal__headerIdentity strong{font-size:.98rem;letter-spacing:.1px}.pos-invoiceModal--lookup .pos-invoiceModal__headerActions{gap:6px;padding-inline-start:6px;margin-inline-start:6px}.pos-invoiceModal--lookup .pos-invoiceModal__headerActions .pos-invoice-details__actionButton{padding:7px 12px;font-size:.78rem;border-radius:8px;min-height:34px}.pos-invoiceModal--lookup .pos-invoice-details__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pos-invoiceModal--lookup .pos-invoice-details__card{gap:7px;padding:10px 13px}.pos-invoiceModal--lookup .pos-invoice-details__card dl{gap:5px}.pos-invoiceModal--lookup .pos-invoice-details__card dl>div{gap:10px;padding:0}.pos-invoiceModal--lookup .pos-invoice-details__card dt{font-size:.76rem}.pos-invoiceModal--lookup .pos-invoice-details__card dd{font-size:.84rem}.pos-invoiceModal--lookup .pos-invoice-details__section{gap:7px}.pos-invoiceModal--lookup .pos-invoice-details__section h4{font-size:.88rem;letter-spacing:.1px}.pos-invoiceModal--lookup .pos-invoice-details__tableWrap{border-radius:10px}.pos-invoiceModal--lookup .pos-invoice-details__table th,.pos-invoiceModal--lookup .pos-invoice-details__table td{padding:7px 10px;font-size:.8rem}.pos-invoiceModal--lookup .pos-invoice-details__table th{font-size:.74rem}.pos-invoiceModal--lookup .pos-invoiceModal__mono{font-size:.8rem}.pos-invoiceModal--lookup .pos-invoice-details__rowDeliver{font-size:.74rem;padding:3px 8px;min-height:26px}.pos-invoiceModal--lookup .pos-invoice-details__badge{padding:3px 10px;font-size:.72rem}.pos-invoiceModal--lookup .pos-invoice-details__empty{padding:9px 12px;font-size:.8rem;border-radius:10px}.pos-invoiceModal--lookup .pos-invoice-details__summary{gap:5px;padding:10px 13px;border-radius:10px}.pos-invoiceModal--lookup .pos-invoice-details__summaryRow{gap:10px;min-height:22px}.pos-invoiceModal--lookup .pos-invoice-details__summaryRow span{font-size:.8rem}.pos-invoiceModal--lookup .pos-invoice-details__summaryRow strong{font-size:.84rem}.pos-invoiceModal--lookup .pos-invoice-details__summaryRow--total{padding-top:5px;margin-top:2px}.pos-invoiceModal--lookup .pos-invoice-details__summaryRow--total strong{font-size:.92rem}.pos-invoiceModal--lookup .pos-invoice-details__statusRow{gap:8px}.pos-invoiceModal--lookup .pos-invoice-details__notes p{font-size:.82rem}.pos-invoiceModal--lookup .pos-invoiceModal__error{padding:8px 12px;font-size:.8rem;border-radius:8px}.deferred-accounts-shell>.deferred-accounts-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.deferred-accounts-page .exec-header__meta{max-width:560px}.deferred-accounts-page__searchField{min-width:260px}.deferred-accounts-page__searchField input,.deferred-accounts-page__input{min-width:0}.deferred-accounts-page__table td{vertical-align:middle}.deferred-accounts-page__mono{font-variant-numeric:tabular-nums;direction:ltr;text-align:right}.deferred-accounts-page__table .deferred-accounts-page__mono{white-space:nowrap}.deferred-accounts-page__nameEn{display:block;color:#6b7280;font-size:11px;font-weight:400}.deferred-accounts-page__amount{font-weight:700}.deferred-accounts-page__amount--warning{color:#b45309;background:#fef3c7;border-radius:6px;padding:4px 8px}.deferred-accounts-page__amount--critical{color:#b91c1c;background:#fee2e2;border-radius:6px;padding:4px 8px}.deferred-accounts-page__ageBadge{display:inline-block;padding:4px 10px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:12px;font-weight:600;white-space:nowrap}.deferred-accounts-page__ageBadge--warning{background:#fef3c7;color:#b45309}.deferred-accounts-page__ageBadge--critical{background:#fee2e2;color:#b91c1c}.deferred-accounts-page__openButton{padding:6px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.deferred-accounts-page__openButton:hover{background:#f1f5f9;border-color:#94a3b8}.deferred-accounts__detailTotal{text-align:left;padding:8px 14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa}.deferred-accounts__detailTotal small{display:block;color:#9a3412;font-size:11px;margin:0}.deferred-accounts__detailTotal strong{color:#c2410c;font-size:16px;font-weight:800}.deferred-accounts__mono{font-variant-numeric:tabular-nums;direction:ltr;text-align:right}.deferred-accounts__statusChip{display:inline-block;padding:3px 10px;border-radius:999px;background:color-mix(in srgb,var(--deferred-status-color, #123b63) 12%,#ffffff);color:var(--deferred-status-color, #123b63);font-size:12px;font-weight:600;white-space:nowrap}.deferred-accounts__statusChip--payment{background:#eef2ff;color:#4338ca}.deferred-accounts__remaining{font-weight:700;color:#b45309}.deferred-accounts__openButton{padding:5px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease}.deferred-accounts__openButton:hover{background:#f1f5f9}.deferred-accounts__detailFooter{padding:10px 14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px;font-weight:700;text-align:center}.deferred-accounts__detailHint{display:flex;align-items:center;justify-content:center;gap:8px;color:#64748b;font-size:12px;padding:12px 0}.deferred-accounts__detailHint svg{width:16px;height:16px}.deferred-accounts__modalState{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;color:#475569;font-size:14px;text-align:center}.deferred-accounts__dialogBody{display:flex;flex-direction:column;gap:20px;padding:20px 24px 24px}.deferred-accounts__dialogBody--spaced{gap:24px}.deferred-accounts__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.deferred-accounts__summaryCard,.deferred-accounts__resultCard,.deferred-accounts__settlementPreview{border:1px solid #d8e3ee;border-radius:18px;background:#ffffffe6;padding:18px}.deferred-accounts__summaryCard h4,.deferred-accounts__resultCard h4,.deferred-accounts__settlementPreview h4{margin:0 0 14px;font-size:15px;color:#0f172a}.deferred-accounts__summaryCard dl,.deferred-accounts__resultCard dl{display:grid;gap:12px;margin:0}.deferred-accounts__summaryCard dl div,.deferred-accounts__resultCard dl div{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.deferred-accounts__summaryCard dt,.deferred-accounts__resultCard dt{color:#64748b;font-size:12px;font-weight:600}.deferred-accounts__summaryCard dd,.deferred-accounts__resultCard dd{margin:0;color:#0f172a;font-weight:700;text-align:left}.deferred-accounts__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.deferred-accounts__settlementForm{display:grid;gap:16px}.deferred-accounts__settlementNotes textarea{min-height:84px;resize:vertical}.deferred-accounts__settlementActions{display:flex;justify-content:flex-end;gap:12px}.deferred-accounts__invoiceView{min-width:0}@media(max-width:900px){.deferred-accounts__detailGrid{grid-template-columns:1fr}}.deferred-accounts-page__rowActions{display:flex;gap:6px}.deferred-accounts-page__notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:10px 14px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px;font-weight:600}.deferred-accounts-page__notice button{border:none;background:transparent;color:#b91c1c;font:inherit;font-size:12px;cursor:pointer;text-decoration:underline}.deferred-accounts-page__notice button:hover{color:#991b1b}.deferred-accounts-page__remindButton{padding:6px 10px;border-radius:6px;border:1px solid #0f9d6b;background:#ecfdf5;color:#0f9d6b;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.deferred-accounts-page__remindButton:hover{background:#d1fae5}.deferred-reminder{display:grid;gap:16px;padding:4px 2px}.deferred-reminder__head{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.deferred-reminder__head>div{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.deferred-reminder__label{font-size:11px;color:#64748b;font-weight:600}.deferred-reminder__scope{font-size:11px;font-weight:500;color:#b45309}.deferred-reminder__head strong{font-size:13px;color:#0f172a}.deferred-reminder__amount{color:#c2410c;font-weight:800}.deferred-reminder__tableWrap{overflow-x:auto}.deferred-reminder__table{width:100%;border-collapse:collapse;font-size:12px}.deferred-reminder__table th,.deferred-reminder__table td{text-align:right;padding:8px 10px;border-bottom:1px solid #eef2f5}.deferred-reminder__table th{color:#64748b;font-weight:600;background:#f8fafc}.deferred-reminder__mono{font-variant-numeric:tabular-nums;direction:ltr;text-align:right}.deferred-reminder__remaining{font-weight:700;color:#b45309}.deferred-reminder__total{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa}.deferred-reminder__total span{color:#9a3412;font-size:13px;font-weight:600}.deferred-reminder__total strong{color:#c2410c;font-size:16px;font-weight:800}.deferred-reminder__preview{display:grid;gap:6px}.deferred-reminder__preview textarea{width:100%;min-height:180px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:12px;font:inherit;font-size:13px;line-height:1.7;resize:vertical;background:#f8fafc;color:#0f172a}.deferred-reminder__preview textarea:focus{outline:none;border-color:#2563eb}@media(max-width:640px){.deferred-reminder__head{grid-template-columns:repeat(2,minmax(0,1fr))}}.whatsapp-conn-form{display:flex;flex-direction:column;gap:20px;max-width:640px;margin:0 auto;width:100%}.whatsapp-conn-form__field,.whatsapp-conn-form__fieldset{display:flex;flex-direction:column;gap:8px;width:100%;padding:0;margin:0;border:0}.whatsapp-conn-form__label{display:block;text-align:right;font-size:13px;font-weight:600;color:#1f2933;line-height:1.4}.whatsapp-conn-form__fieldset legend.whatsapp-conn-form__label{padding:0}.whatsapp-conn-form__helper{display:block;text-align:right;font-size:12px;color:#6b7280;line-height:1.5}.whatsapp-conn-form__input{width:100%;height:44px;padding:0 12px;font-size:14px;color:#1f2933;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.whatsapp-conn-form__input::placeholder{color:#9ca3af}.whatsapp-conn-form__input:focus{border-color:#123b63;box-shadow:0 0 0 3px #123b631f}.whatsapp-conn-form__input[aria-invalid=true]{border-color:#dc2626}.whatsapp-conn-form__input[aria-invalid=true]:focus{box-shadow:0 0 0 3px #dc26261f}.whatsapp-conn-form__phone{display:flex;align-items:stretch;gap:0}.whatsapp-conn-form__phonePrefix{display:flex;align-items:center;padding:0 14px;font-size:14px;font-weight:600;color:#1f2933;background:#f3f4f6;border:1px solid #d1d5db;border-left:0;border-radius:0 8px 8px 0;white-space:nowrap}.whatsapp-conn-form__input--phone{border-radius:8px 0 0 8px;text-align:left;direction:ltr;font-variant-numeric:tabular-nums}.whatsapp-conn-form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 12px center;padding-left:36px}.whatsapp-conn-form__scopeGroup{display:grid;grid-template-columns:1fr 1fr;gap:12px}.whatsapp-conn-form__scopeCard{position:relative;display:flex;flex-direction:column;gap:10px;padding:14px;background:#fff;border:1px solid #d1d5db;border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.whatsapp-conn-form__scopeCard:hover{border-color:#9ca3af}.whatsapp-conn-form__scopeCard--selected{border-color:#123b63;background:#f4f7fb;box-shadow:0 0 0 1px #123b63 inset}.whatsapp-conn-form__scopeCard input[type=radio]{position:absolute;top:14px;left:14px;width:18px;height:18px;margin:0;accent-color:#123b63;cursor:pointer}.whatsapp-conn-form__scopeBody{display:flex;flex-direction:column;gap:4px;padding-right:0}.whatsapp-conn-form__scopeTitle{font-size:14px;font-weight:600;color:#1f2933}.whatsapp-conn-form__scopeDesc{font-size:12px;color:#6b7280}.whatsapp-conn-form__toggleRow{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px;border-top:1px solid #e5e7eb}.whatsapp-conn-form__toggleText{display:flex;flex-direction:column;gap:4px}.whatsapp-conn-form__toggle{flex-shrink:0;width:46px;height:26px;padding:0;border:0;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .15s ease}.whatsapp-conn-form__toggle--on{background:#123b63}.whatsapp-conn-form__toggleThumb{display:block;width:20px;height:20px;margin-top:3px;margin-right:3px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000040;transition:transform .15s ease,margin .15s ease}.whatsapp-conn-form__toggle--on .whatsapp-conn-form__toggleThumb{transform:translate(-20px)}.whatsapp-conn-form__fieldError{margin:0;text-align:right;font-size:12px;font-weight:600;color:#dc2626;line-height:1.4}.whatsapp-conn-form__error{display:flex;flex-direction:column;gap:4px;padding:12px 14px;text-align:right;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c}.whatsapp-conn-form__error strong{font-size:13px;font-weight:700}.whatsapp-conn-form__error p{margin:0;font-size:13px;line-height:1.5}.centered-dialog__footer .whatsapp-conn-form__cancel,.centered-dialog__footer .whatsapp-conn-form__submit{min-height:40px;padding:0 18px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.centered-dialog__footer .whatsapp-conn-form__cancel{color:#1f2933;background:#fff;border:1px solid #d1d5db}.centered-dialog__footer .whatsapp-conn-form__cancel:hover{background:#f3f4f6}.centered-dialog__footer .whatsapp-conn-form__cancel:disabled,.centered-dialog__footer .whatsapp-conn-form__submit:disabled{cursor:not-allowed;opacity:.6}.centered-dialog__footer .whatsapp-conn-form__submit{color:#fff;background:#123b63;border:1px solid #123b63}.centered-dialog__footer .whatsapp-conn-form__submit:hover{background:#0e2f50}@media(max-width:640px){.whatsapp-conn-form{gap:16px}.whatsapp-conn-form__scopeGroup{grid-template-columns:1fr}.whatsapp-conn-form__toggleRow{align-items:flex-start}}.whatsapp-page{overflow-x:clip}.whatsapp-shell>.whatsapp-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.whatsapp-page .dashboard-panel{display:grid;gap:16px;padding:16px}.whatsapp-page__tabs{display:flex;flex-wrap:wrap;gap:8px}.whatsapp-page__tab{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border-radius:10px;border:1px solid var(--exec-border-2);background:var(--exec-card);color:var(--exec-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.whatsapp-page__tab:hover{border-color:var(--exec-navy);color:var(--exec-navy)}.whatsapp-page__tab[data-selected=true]{border-color:var(--exec-navy);background:var(--exec-navy);color:#fff;box-shadow:var(--exec-shadow)}.whatsapp-page__tabLock{display:inline-flex;align-items:center;opacity:.72}.whatsapp-page__tab[data-selected=true] .whatsapp-page__tabLock{opacity:.95}.whatsapp-page .exec-header__meta{max-width:560px}.whatsapp-page__headerCta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#0f9d6b,#1b8d50);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.whatsapp-page__headerCta:hover{background:linear-gradient(135deg,#12855c,#178049);border-color:#ffffff4d}.whatsapp-page__lockForm{display:grid;gap:12px}.whatsapp-page__lockField{display:grid;gap:6px}.whatsapp-page__lockField span{font-size:.84rem;color:#52667c;font-weight:700}.whatsapp-page__lockField input{width:100%;height:44px;border:1px solid #cfdcea;border-radius:12px;padding:0 12px;background:#fff;color:#17324d;font:inherit}.whatsapp-page__lockField input:focus{outline:none;border-color:#123b63;box-shadow:0 0 0 3px #123b631f}.whatsapp-page__lockError{margin:0;color:#c53030;font-size:.86rem;font-weight:600}.whatsapp-page__lockActions{display:flex;justify-content:flex-end;gap:8px}.whatsapp-page__lockActions .dashboard-primaryButton,.whatsapp-page__lockActions .dashboard-secondaryButton{height:40px;padding:0 22px}.whatsapp-tabSection{display:grid;gap:16px;min-width:0}.whatsapp-kpiGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.whatsapp-kpiGrid--messages{grid-template-columns:repeat(6,minmax(0,1fr))}.whatsapp-kpiGrid .dashboard-kpiCard,.whatsapp-kpiTile{min-width:0;min-height:110px;padding:14px 16px;border:1px solid #d8e3ee;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbfe);box-shadow:0 10px 24px #123b630d}.whatsapp-kpiTile{display:flex;flex-direction:column;justify-content:space-between}.whatsapp-kpiTile span,.whatsapp-kpiGrid .dashboard-kpiCard span{font-size:.86rem;color:#60758b}.whatsapp-kpiTile strong,.whatsapp-kpiGrid .dashboard-kpiCard strong{font-size:clamp(1.5rem,2vw,2rem);color:#123b63}.whatsapp-kpiTile small,.whatsapp-kpiGrid .dashboard-kpiCard small{color:#8294a8;font-size:.78rem}.whatsapp-filterBar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:end}.whatsapp-filterField,.whatsapp-settingsField{display:grid;gap:6px;min-width:0}.whatsapp-filterField span,.whatsapp-settingsField span{font-size:.84rem;color:#52667c;font-weight:700}.whatsapp-filterField input,.whatsapp-filterField select,.whatsapp-settingsField input,.whatsapp-settingsField select{width:100%;min-width:0;height:42px;border:1px solid #cfdcea;border-radius:12px;padding:0 12px;background:#fff;color:#17324d}.whatsapp-filterActions{display:flex;gap:8px;justify-content:flex-end;align-items:center}.dashboard-primaryButton,.dashboard-secondaryButton{height:42px;border-radius:12px;padding:0 16px;border:1px solid transparent;font-weight:700;cursor:pointer}.dashboard-primaryButton{background:#123b63;color:#fff}.dashboard-secondaryButton{background:#fff;color:#123b63;border-color:#cfdcea}.dashboard-primaryButton:disabled,.dashboard-secondaryButton:disabled,.dashboard-inlineAction:disabled{opacity:.6;cursor:not-allowed}.whatsapp-table{min-width:980px;border-collapse:collapse}.dashboard-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.76rem;font-weight:700;white-space:nowrap}.dashboard-badge--info{background:#e8f1fd;color:#1c4f7f}.dashboard-badge--success{background:#eefbf5;color:#0b5e3e}.dashboard-badge--danger{background:#fdecea;color:#c53030}.dashboard-badge--warning{background:#fff3e0;color:#b45309}.dashboard-badge--neutral{background:#f0f3f6;color:#6b7c8d}.whatsapp-table td,.whatsapp-table th{vertical-align:middle;padding:10px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.whatsapp-table td.whatsapp-table__ellipsis{max-width:200px}.whatsapp-table .whatsapp-table__wrap{white-space:normal;word-break:break-word}.whatsapp-tableWrap{overflow-x:auto}.whatsapp-table__customer{display:flex;flex-direction:column;gap:2px}.whatsapp-table__customer strong{font-size:.9rem;color:#17324d}.whatsapp-table__customer small{font-size:.78rem;color:#52708c;direction:ltr;text-align:start}.whatsapp-rowActions{display:flex;align-items:center;gap:6px;white-space:nowrap}.whatsapp-rowActions .dashboard-inlineAction{padding:4px 10px;font-size:.78rem;border-radius:8px;border:1px solid #cfdcea;background:#fff;color:#123b63;cursor:pointer}.whatsapp-rowActions .dashboard-inlineAction:hover:not(:disabled){background:#eef4f8}.whatsapp-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px}.whatsapp-pagination__actions{display:flex;gap:8px}.whatsapp-statsPanels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.whatsapp-compactPanel,.whatsapp-settingsSection{border:1px solid #d8e3ee;border-radius:18px;background:#fff;padding:16px;display:grid;gap:12px}.whatsapp-compactPanel header,.whatsapp-settingsSection header{display:grid;gap:4px}.whatsapp-compactPanel header strong{font-size:1.5rem;color:#123b63}.whatsapp-statList{list-style:none;margin:0;padding:0;display:grid;gap:8px}.whatsapp-statList li,.whatsapp-eventTable__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#f7fafc}.whatsapp-emptyNote{margin:0;color:#71859b}.whatsapp-settingsPage{display:grid;gap:16px}.whatsapp-saveMessage{border:1px solid #cfe8d7;background:#effaf2;color:#1e6a35;border-radius:14px;padding:12px 14px}.whatsapp-settingsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.whatsapp-settingsSection--full{grid-column:1 / -1}.whatsapp-settingsSection__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.whatsapp-settingsSection__toggles{display:grid;gap:10px}.whatsapp-settingsField small,.whatsapp-eventTable__row small{color:#7d90a5}.whatsapp-settingsField__control{display:flex;align-items:center;gap:8px}.whatsapp-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #d8e3ee;border-radius:16px;background:#f8fbfe;padding:12px 14px;text-align:start;cursor:pointer}.whatsapp-toggle__copy{display:grid;gap:4px}.whatsapp-toggle__copy strong{color:#17324d;font-size:.92rem}.whatsapp-toggle__copy small{color:#7c90a7}.whatsapp-toggle__track{position:relative;width:48px;height:28px;border-radius:999px;background:#c3d1df;flex-shrink:0;transition:background-color .2s ease}.whatsapp-toggle__track[data-checked=true]{background:#2f7af8}.whatsapp-toggle__thumb{position:absolute;top:3px;inset-inline-start:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s ease}.whatsapp-toggle__track[data-checked=true] .whatsapp-toggle__thumb{transform:translate(-20px)}.whatsapp-settingsFooter{position:sticky;bottom:0;display:flex;justify-content:flex-start;padding:12px 0 0;background:linear-gradient(180deg,#fff0,#fff 32%)}.whatsapp-eventTable{display:grid;gap:10px}.whatsapp-eventTable__row>div{display:grid;gap:2px}.whatsapp-messageDialog{display:grid;gap:16px}.whatsapp-detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.whatsapp-detailGrid>div{border:1px solid #e0e8f0;border-radius:14px;padding:12px;background:#fbfdff;display:grid;gap:6px}.whatsapp-detailGrid span{color:#71859a;font-size:.82rem}.whatsapp-detailGrid strong{color:#17324d}.whatsapp-messageDialog__section{display:grid;gap:8px}.whatsapp-messageDialog__section h3{margin:0;color:#123b63;font-size:1rem}.whatsapp-messageDialog__section p{margin:0;color:#48627d}.whatsapp-messageDialog__content{margin:0;white-space:pre-wrap;background:#0f172a;color:#e5efff;border-radius:16px;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.88rem}@media(max-width:1180px){.whatsapp-kpiGrid,.whatsapp-kpiGrid--messages,.whatsapp-settingsGrid,.whatsapp-settingsSection__columns,.whatsapp-statsPanels,.whatsapp-detailGrid,.whatsapp-filterBar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.whatsapp-page .dashboard-panel{padding:12px}.whatsapp-kpiGrid,.whatsapp-kpiGrid--messages,.whatsapp-settingsGrid,.whatsapp-settingsSection__columns,.whatsapp-statsPanels,.whatsapp-detailGrid,.whatsapp-filterBar{grid-template-columns:1fr}.whatsapp-filterActions,.whatsapp-pagination,.whatsapp-eventTable__row,.whatsapp-statList li{flex-direction:column;align-items:stretch}.whatsapp-settingsFooter{justify-content:stretch}.whatsapp-settingsFooter .dashboard-primaryButton{width:100%}}.deliveries-shell>.deliveries-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.deliveries-page .exec-header__meta{max-width:560px}.deliveries-page__table td,.deliveries-page__table th{vertical-align:middle}.deliveries-page__mono{font-variant-numeric:tabular-nums;direction:ltr;text-align:right;white-space:nowrap}.deliveries-page__detailsButton{min-height:32px;padding:5px 14px;border:1px solid #d8e3ee;border-radius:8px;background:#fff;color:#17324d;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.deliveries-page__detailsButton:hover{background:#f1f5f9;border-color:#94a3b8}.deliveries-page__detailsButton:disabled{opacity:.55;cursor:not-allowed}.deliveries-page__detailsButton--primary{border-color:var(--exec-navy, #14335c);background:var(--exec-navy, #14335c);color:#fff}.deliveries-page__detailsButton--primary:hover:not(:disabled){border-color:var(--exec-navy-2, #1d4270);background:var(--exec-navy-2, #1d4270)}.deliveries-page__rowActions{display:inline-flex;align-items:center;gap:8px}.deliveries-page__dueBadge,.deliveries-page__readonlyBadge,.deliveries-page__warningBadge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.deliveries-page__dueBadge[data-tone=ready]{color:#1b8d50;background:#e8f7ef;border:1px solid #b8e1c5}.deliveries-page__dueBadge[data-tone=due]{color:#b7791f;background:#fff6e5;border:1px solid #efd49c}.deliveries-page__dueBadge[data-tone=overdue]{color:#c53e3e;background:#fff2f2;border:1px solid #f0c3c3}.deliveries-page__readonlyBadge{color:#5a7590;background:#f1f6fb;border:1px solid #d7e5f2}.deliveries-page__warningBadge{color:#9a5f12;background:#fff7e8;border:1px solid #efd49c}.deliveries-page__detailBody{display:grid;gap:clamp(14px,1.4vw,20px)}.deliveries-page__deliveryMeta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.deliveries-page__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.deliveries-page__detailCard,.deliveries-page__detailSection{border:1px solid #d8e3ee;border-radius:18px;background:#fdfefe;padding:16px}.deliveries-page__detailCard h4,.deliveries-page__detailSection h4{margin:0 0 14px;font-size:15px;color:#0f172a}.deliveries-page__detailCard dl{margin:0;display:grid;gap:12px}.deliveries-page__detailCard dl div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;align-items:baseline}.deliveries-page__detailCard dt{color:#6b839a;font-size:12px;font-weight:600}.deliveries-page__detailCard dd{margin:0;font-weight:700}.deliveries-page__detailSection .orders-tableWrap{border-radius:12px}.deliveries-page__deliveryForm{display:grid;gap:16px}.deliveries-page__paymentForm,.deliveries-page__confirmBody{display:grid;gap:12px}.deliveries-page__paymentWarning{padding:12px 14px;border-radius:12px;border:1px solid #efd49c;background:#fff7e8;color:#8a540d;font-size:13px;font-weight:700}.deliveries-page__itemSub{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:600}.deliveries-page__qtyInput{width:92px;height:34px;border:1px solid #d8e3ee;border-radius:8px;padding:0 10px;font:inherit;font-weight:700;color:#17324d}.deliveries-page__deliveryNotes{display:grid;gap:8px}.deliveries-page__deliveryNotes span{color:#6b839a;font-size:12px;font-weight:700}.deliveries-page__deliveryNotes input{min-height:40px;border:1px solid #d8e3ee;border-radius:10px;padding:0 12px;font:inherit;color:#17324d}@media(max-width:980px){.deliveries-page__detailGrid{grid-template-columns:1fr}}.finance-shell>.finance-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.finance-page .exec-header__meta{max-width:560px}.finance-page .exec-header__pill{font-weight:600}.finance-filters__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.finance-table-card{gap:12px}.finance-table__identity{display:grid;gap:2px}.finance-table__identity strong,.finance-table__identity small{display:block}.finance-table__identity small{font-size:11px;color:var(--exec-muted)}.finance-table__amount{font-weight:700}.finance-table__amount[data-tone=success]{color:#0f9d6a}.finance-table__amount[data-tone=danger]{color:#b91c1c}.finance-treasury{gap:12px}.finance-treasury__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.finance-treasury__card{border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fbfcfe;padding:14px 16px;display:grid;gap:4px}.finance-treasury__card span{font-size:12px;font-weight:600;color:var(--exec-muted)}.finance-treasury__card strong{font-size:24px;font-weight:700;line-height:1.2;color:var(--exec-text);font-variant-numeric:tabular-nums}.finance-treasury__card small{font-size:11.5px;font-weight:500;color:var(--exec-faint)}.finance-dialog__state{display:grid;gap:14px}.finance-dialog__actions{display:flex;flex-wrap:wrap;gap:10px}.finance-metrics{display:grid;gap:10px}.finance-metricRow{display:grid;grid-template-columns:minmax(110px,180px) minmax(0,1fr);gap:12px;align-items:baseline}.finance-metricRow span{color:var(--exec-muted);font-size:12px;font-weight:600}.finance-metricRow strong{font-size:13px;font-weight:700;color:var(--exec-text)}@media(max-width:1200px){.finance-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.finance-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.finance-treasury__grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:720px){.finance-filters__grid,.finance-treasury__grid,.finance-metricRow{grid-template-columns:minmax(0,1fr)}}.expenses-shell>.expenses-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.expenses-page .exec-header__meta{max-width:560px}.expenses-page .exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.expenses-page .exec-header__action:hover{background:#fff3;border-color:#ffffff47}.expenses-page__headerCta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#0f9d6b,#1b8d50);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.expenses-page__headerCta:hover{background:linear-gradient(135deg,#12855c,#178049);border-color:#ffffff4d}.expenses-filters__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.expenses-filters__grid .orders-field--search{grid-column:span 2}@media(max-width:1100px){.expenses-filters__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.expenses-filters__grid{grid-template-columns:minmax(0,1fr)}}.expenses-table-card tbody tr{cursor:pointer}.expenses-page__row:hover td{background:#f7fafd}.expenses-page__desc{display:flex;align-items:center;gap:8px;min-width:0}.expenses-page__desc strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.expenses-page__attachBadge{background:#eff6ff;color:#2563eb;border-radius:6px;padding:2px 8px;font-size:11px;white-space:nowrap;flex-shrink:0}.expenses-page__amount{font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.expenses-page__mono{font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:12px;direction:ltr}.expenses-page__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 16px;color:var(--exec-muted)}.expenses-page__spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:expenses-page__spin .8s linear infinite}@keyframes expenses-page__spin{to{transform:rotate(360deg)}}.expenses-page__detailHead{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.expenses-page__detailHead>.orders-badge--status{align-self:flex-start}.expenses-page__detailHead strong{font-size:17px;color:var(--exec-text)}.expenses-page__detailHead small{color:var(--exec-muted)}.expenses-page__detailGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.expenses-page__detailField{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f9fafb;border-radius:8px}.expenses-page__detailField--wide{grid-column:span 2}.expenses-page__detailField span{font-size:11px;color:var(--exec-muted)}.expenses-page__detailField strong{font-size:13px;color:var(--exec-text);word-break:break-word}.expenses-page__cashLink{margin-top:16px;padding:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;flex-direction:column;gap:4px}.expenses-page__cashLink strong,.expenses-page__cashLink span{color:#1e40af;font-size:13px}.expenses-page__cashLink small{color:#3b82f6;font-size:12px}.expenses-page__attachmentBlock{margin-top:16px;display:flex;flex-direction:column;gap:8px}.expenses-page__attachmentBlock>span{font-size:12px;color:var(--exec-muted)}.expenses-page__attachmentRow{display:flex;align-items:center;gap:10px}.expenses-page__attachmentRow strong{font-size:13px}.expenses-page__attachmentRow button{background:#fff;border:1px solid var(--exec-border);border-radius:6px;padding:4px 12px;font-size:12px;cursor:pointer}.expenses-page__detailActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.expenses-page__primaryButton{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer}.expenses-page__primaryButton:hover{background:#1d4ed8}.expenses-page__approveButton{background:#16a34a;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer}.expenses-page__approveButton:hover{background:#15803d}.expenses-page__dangerButton{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer}.expenses-page__dangerButton:hover{background:#b91c1c}.expenses-page__secondaryButton{background:#fff;color:var(--exec-text);border:1px solid var(--exec-border);border-radius:8px;padding:8px 16px;font-size:13px;cursor:pointer}.expenses-page__secondaryButton:hover{background:#f9fafb}.expenses-page__field{display:flex;flex-direction:column;gap:6px}.expenses-page__field>span{font-size:12px;color:var(--exec-muted);font-weight:500}.expenses-page__field--wide{grid-column:span 2}.expenses-page__input{width:100%;border:1px solid var(--exec-border);border-radius:8px;padding:8px 10px;font-size:13px;background:#fff;color:var(--exec-text);box-sizing:border-box}.expenses-page__input:focus{outline:2px solid rgba(37,99,235,.35);border-color:#2563eb}textarea.expenses-page__input{resize:vertical;min-height:54px}.expenses-page__form{display:flex;flex-direction:column;gap:16px}.expenses-page__formSection{background:#f8fafc;border:1px solid #eef2f6;border-radius:14px;padding:16px}.expenses-page__formSection h4{margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #e5ebf1;font-size:13px;color:#123b63;font-weight:800;letter-spacing:.2px}.expenses-page__formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;align-items:end}.expenses-page__formGrid .expenses-page__field{display:grid;gap:7px;align-content:end}.expenses-page__formGrid .expenses-page__field--wide{grid-column:span 2}.expenses-page__formGrid .expenses-page__field span{color:#5a7590;font-size:.82rem;font-weight:700}.expenses-page__formGrid .expenses-page__input{width:100%;min-width:0;height:46px;border:1px solid #d7e5f2;border-radius:12px;background:#fff;color:#17324d;padding:0 14px;font-size:.95rem;font-weight:600;box-sizing:border-box}.expenses-page__formGrid textarea.expenses-page__input{height:auto;min-height:72px;padding-top:10px;resize:vertical}.expenses-page__formGrid select.expenses-page__input{cursor:pointer}.expenses-page__formGrid .expenses-page__input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.expenses-page__totalPreview{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe;font-size:1.05rem;font-weight:800;color:#1d4ed8}.expenses-page__formFooter{display:flex;justify-content:flex-end;gap:10px}.expenses-page__formFooter .expenses-page__primaryButton,.expenses-page__formFooter .expenses-page__secondaryButton{min-width:120px;height:44px;border-radius:12px;font-size:14px;font-weight:800}.expenses-page__attachmentInput{display:flex;flex-direction:column;gap:8px}.expenses-page__attachmentInput input[type=file]{font-size:12px;padding:6px 0}@media(max-width:640px){.expenses-page__formGrid{grid-template-columns:1fr}.expenses-page__formGrid .expenses-page__field--wide{grid-column:span 1}}.expenses-page__actionSummary{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;margin-bottom:16px}.expenses-page__actionMetric{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f9fafb;border-radius:8px}.expenses-page__actionMetric span{font-size:11px;color:var(--exec-muted)}.expenses-page__actionMetric strong{font-size:14px;color:var(--exec-text)}.expenses-page__warning{grid-column:1 / -1;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:12px}.expenses-page__warning strong{color:#92400e;font-size:13px}.expenses-page__warning p{margin:6px 0 0;color:#92400e;font-size:12px}.expenses-page__info{grid-column:1 / -1;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px;color:#1e40af;font-size:12px}.shifts-page{--shifts-accent: #2563eb;--shifts-success: #16a34a;--shifts-danger: #dc2626;--shifts-warning: #d97706;--shifts-border: #e5e7eb;--shifts-text: #111827;--shifts-muted: #6b7280;background:#f3f4f6;min-height:100vh}.shifts-page__topbar{border-bottom:1px solid var(--shifts-border)}.shifts-page__topbarControls{display:flex;align-items:center;gap:12px}.shifts-page__summaryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-top:16px}.shifts-page__kpi{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--shifts-border);border-radius:14px;padding:14px 16px}.shifts-page__kpi span{color:var(--shifts-muted);font-size:12px}.shifts-page__kpi strong{color:var(--shifts-text);font-size:18px}.shifts-page__kpi--open strong{color:var(--shifts-success)}.shifts-page__diff--short{color:var(--shifts-danger)!important}.shifts-page__diff--over{color:var(--shifts-warning)!important}.shifts-page__listPanel{margin-top:16px}.shifts-page__statusFilter{display:flex;align-items:center;gap:10px}.shifts-page__statusFilter span{color:var(--shifts-muted);font-size:12px}.shifts-page__input{min-width:140px;height:40px;border:1px solid var(--shifts-border);border-radius:10px;padding:0 12px;font-size:13px;background:#fff;color:var(--shifts-text)}.shifts-page__tableWrap{overflow-x:auto;margin-top:12px}.shifts-page__table{width:100%;border-collapse:collapse;font-size:13px}.shifts-page__table th{text-align:right;padding:10px 12px;background:#f9fafb;border-bottom:1px solid var(--shifts-border);color:var(--shifts-muted);font-weight:600;white-space:nowrap}.shifts-page__table td{padding:10px 12px;border-bottom:1px solid #f3f4f6;color:var(--shifts-text);vertical-align:middle}.shifts-page__row{cursor:pointer}.shifts-page__row:hover{background:#f9fafb}.shifts-page__mono{font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:12px;direction:ltr}.shifts-page__amount{font-weight:600;white-space:nowrap}.shifts-page__status{display:inline-block;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600;white-space:nowrap}.shifts-page__status--open{background:#dcfce7;color:#166534}.shifts-page__status--closed{background:#e5e7eb;color:#374151}.shifts-page__status--cancelled{background:#fee2e2;color:#991b1b}.shifts-page__rowAction{background:transparent;border:1px solid var(--shifts-border);border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer;color:var(--shifts-accent)}.shifts-page__rowAction:hover{background:#eff6ff}.shifts-page__pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0 4px}.shifts-page__pagination button{background:#fff;border:1px solid var(--shifts-border);border-radius:8px;padding:6px 16px;font-size:13px;cursor:pointer}.shifts-page__pagination button:disabled{opacity:.5;cursor:not-allowed}.shifts-page__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 16px;color:var(--shifts-muted)}.shifts-page__spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:var(--shifts-accent);border-radius:50%;animation:shifts-page__spin .8s linear infinite}@keyframes shifts-page__spin{to{transform:rotate(360deg)}}.shifts-page__detail{display:flex;flex-direction:column;gap:16px}.shifts-page__detailHead{display:flex;align-items:center;gap:12px}.shifts-page__detailHead strong{font-size:17px;color:var(--shifts-text)}.shifts-page__detailGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.shifts-page__detailField{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f9fafb;border-radius:8px}.shifts-page__detailField span{font-size:11px;color:var(--shifts-muted)}.shifts-page__detailField strong{font-size:13px;color:var(--shifts-text)}.auth-shell,.auth-shell *,.auth-shell *:before,.auth-shell *:after{box-sizing:border-box}.auth-shell{min-height:100vh;padding:24px;display:grid;place-items:center;background:radial-gradient(circle at top right,rgba(24,184,194,.12),transparent 22%),linear-gradient(180deg,#f8fbfe,#edf4f9)}.auth-card{width:min(100%,520px);padding:34px 30px 28px;border:1px solid #d8e3ee;border-radius:28px;background:#fffffff7;box-shadow:0 22px 40px #123b6314;display:grid;gap:22px}.auth-card__languageSwitch{display:inline-grid;grid-template-columns:repeat(2,minmax(0,auto));justify-self:end;gap:6px;padding:4px;border:1px solid #d8e3ee;border-radius:999px;background:#f4f8fc}.auth-card__languageSwitch button{min-width:68px;height:36px;border:0;border-radius:999px;background:transparent;color:#5a7590;font-size:.92rem;font-weight:800;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.auth-card__languageSwitch button[data-selected=true]{background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;box-shadow:0 8px 18px #123b6329}.auth-card__intro{display:grid;justify-items:center;text-align:center;gap:10px;color:#17324d}.auth-card__brand{width:86px;height:86px;border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,#123b6314,#18b8c21f);border:1px solid rgba(18,59,99,.08);box-shadow:inset 0 1px #fffc}.auth-card__brand img{width:54px;height:54px;object-fit:contain}.auth-card__intro span{color:#5a7590;font-size:.88rem;font-weight:700}.auth-card__intro h1{margin:0;font-size:2rem}.auth-card__intro p{margin:0;color:#5a7590;line-height:1.7;max-width:34ch}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:8px;color:#17324d;font-weight:700}.auth-form input{height:52px;border:1px solid #cfe0ef;border-radius:16px;padding:0 16px;font-size:1rem;color:#17324d;background:#f8fbfe}.auth-form input:focus{outline:none;border-color:#18b8c2;box-shadow:0 0 0 4px #18b8c21f;background:#fff}.auth-form__passwordRow{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:10px}.auth-form__passwordRow button,.auth-form__submit,.auth-card__actions a{height:52px;border:0;border-radius:16px;background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;font-size:1rem;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.auth-form__passwordRow button{background:#edf4f9;color:#123b63}.auth-form__submit:disabled{opacity:.7;cursor:wait}.auth-form__submit{width:100%;margin-top:4px}.auth-form__error{padding:12px 14px;border-radius:14px;background:#fff2f2;color:#b13e3e;font-weight:700}.auth-card__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.auth-card__footer a,.auth-card__linkButton{border:0;background:transparent;padding:0;color:#123b63;font-weight:700;font-size:.92rem;text-decoration:none;cursor:pointer}@media(max-width:640px){.auth-shell{padding:16px}.auth-card{width:100%;padding:28px 18px 22px;border-radius:24px;gap:18px}.auth-card__languageSwitch{justify-self:center}.auth-card__brand{width:76px;height:76px;border-radius:22px}.auth-card__brand img{width:48px;height:48px}.auth-card__intro h1{font-size:1.72rem}.auth-form__passwordRow{grid-template-columns:minmax(0,1fr) 84px}}.lock-screen{min-height:100vh;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:linear-gradient(180deg,#f6f7f9,#eceef2)}.lock-screen__card{width:100%;max-width:440px;background:#fff;border:1px solid #e3e6ea;border-radius:16px;box-shadow:0 12px 40px #0f172a14;padding:32px 28px;text-align:center}.lock-screen__icon{width:84px;height:84px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fef2f2;color:#dc2626}.lock-screen__title{margin:0 0 10px;font-size:22px;font-weight:700;color:#0f172a}.lock-screen__message{margin:0 0 24px;font-size:14px;line-height:1.7;color:#64748b}.lock-screen__details{border:1px solid #e3e6ea;border-radius:10px;overflow:hidden;margin-bottom:24px;text-align:right}.lock-screen__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;font-size:13px}.lock-screen__row+.lock-screen__row{border-top:1px solid #f1f3f5}.lock-screen__row span{color:#64748b}.lock-screen__row strong{color:#0f172a;font-weight:600}.lock-screen__actions{display:grid;gap:10px}.lock-screen__button{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:10px;border:1px solid #d4d9df;background:#fff;color:#0f172a;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;box-sizing:border-box}.lock-screen__button--primary{background:#0f172a;border-color:#0f172a;color:#fff}.lock-screen__button--whatsapp{background:#16a34a;border-color:#16a34a;color:#fff}.lock-screen__button--ghost{border-color:transparent;background:transparent;color:#64748b}.lock-screen__button:disabled{opacity:.6;cursor:not-allowed}.lock-screen__error{margin:14px 0 0;font-size:13px;color:#dc2626}.lock-screen__contact{margin:16px 0 0;font-size:13px;color:#64748b}.branch-select{min-height:100vh;height:100%;display:flex;align-items:flex-start;justify-content:center;padding:32px 24px;box-sizing:border-box;background:linear-gradient(180deg,#f6f7f9,#eceef2)}.branch-select__frame{width:100%;max-width:1165px}.branch-select__top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:24px}.branch-select__head{text-align:right}.branch-select__title{margin:0 0 6px;font-size:24px;font-weight:800;color:#0f172a}.branch-select__subtitle{margin:0;font-size:14px;color:#64748b}.branch-select__controls{display:flex;align-items:center;gap:12px}.branch-select__count{display:inline-flex;align-items:center;height:38px;padding:0 16px;background:#fff;border:1px solid #e3e6ea;border-radius:999px;font-size:13px;font-weight:700;color:#334155;white-space:nowrap}.branch-select__refresh{display:inline-flex;align-items:center;height:38px;padding:0 16px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0d5ea8;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.branch-select__refresh:hover:not(:disabled){background:#f0f4ff;border-color:#0d5ea8}.branch-select__refresh:disabled{opacity:.6;cursor:not-allowed}.branch-select__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.branch-card{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid #e3e6ea;border-radius:16px;padding:18px 18px 16px;box-shadow:0 4px 18px #0f172a0d;box-sizing:border-box;min-width:0;border-top:3px solid transparent}.branch-card--success{border-top-color:#22c55e}.branch-card--warning{border-top-color:#f97316}.branch-card--pending{border-top-color:#eab308}.branch-card--danger{border-top-color:#dc2626}.branch-card--gray{border-top-color:#94a3b8}.branch-card--muted{border-top-color:#f43f5e}.branch-card.is-selected{box-shadow:0 0 0 2px #0d5ea8,0 6px 22px #0d5ea82e}.branch-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.branch-card__identity{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.branch-card__name{font-size:16px;font-weight:800;color:#0f172a;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-card__main-badge{flex-shrink:0;height:22px;padding:0 10px;display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:700;background:#f0f4ff;color:#0d5ea8;border:1px solid #cfe0f5}.branch-card__current{flex-shrink:0;font-size:12px;font-weight:700;color:#15803d;background:#ecfdf5;border:1px solid #bbf7d0;padding:4px 10px;border-radius:999px}.branch-card__badge{flex-shrink:0;display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}.branch-card__badge--success{background:#ecfdf5;color:#15803d;border:1px solid #bbf7d0}.branch-card__badge--warning{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.branch-card__badge--pending{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.branch-card__badge--danger{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.branch-card__badge--gray{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.branch-card__badge--muted{background:#fef2f2;color:#9f1239;border:1px solid #fecdd3}.branch-card__divider{margin:0;border:0;border-top:1px solid #eef1f5}.branch-card__statuses{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.branch-card__status{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;background:#f8fafc;border-radius:10px;padding:8px 4px;min-width:0}.branch-card__status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.branch-card__status-dot--success{background:#22c55e}.branch-card__status-dot--warning{background:#f97316}.branch-card__status-dot--pending{background:#eab308}.branch-card__status-dot--danger{background:#dc2626}.branch-card__status-dot--gray{background:#94a3b8}.branch-card__status-label{font-size:11px;color:#64748b;white-space:nowrap}.branch-card__status-value{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.branch-card__reason{margin:0;font-size:13px;line-height:1.5;color:#b45309;background:#fffbe8;border:1px solid #fde9b8;border-radius:10px;padding:8px 12px}.branch-card--success .branch-card__reason,.branch-card--gray .branch-card__reason{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.branch-card--danger .branch-card__reason,.branch-card--muted .branch-card__reason{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.branch-card--pending .branch-card__reason{color:#b45309;background:#fffbeb;border-color:#fde68a}.branch-card__info{display:grid;grid-template-columns:1fr 1fr;gap:10px}.branch-card__info-item{display:flex;flex-direction:column;gap:3px;min-width:0}.branch-card__info-label{font-size:11px;color:#64748b;white-space:nowrap}.branch-card__info-value{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.branch-card__actions{display:flex;justify-content:stretch;margin-top:auto}.branch-card__button{display:inline-flex;align-items:center;justify-content:center;flex:1;height:42px;padding:0 16px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;box-sizing:border-box;text-decoration:none;transition:background .15s ease;white-space:nowrap}.branch-card__button--enter{background:#16a34a;color:#fff}.branch-card__button--enter:hover{background:#15803d}.branch-card__button--request{background:#f97316;color:#fff}.branch-card__button--request:hover:not(:disabled){background:#ea580c}.branch-card__button--disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.branch-card__button:disabled{opacity:.6;cursor:not-allowed}.branch-select__notice{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding:14px 16px;border-radius:12px;font-size:14px;font-weight:600}.branch-select__notice--success{background:#ecfdf5;border:1px solid #bbf7d0;color:#15803d}.branch-select__notice--danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.branch-select__notice-close{border:none;background:transparent;font-size:20px;line-height:1;color:inherit;cursor:pointer;padding:0 4px}.branch-select__empty{text-align:center;padding:32px;background:#fff;border:1px dashed #d4d9df;border-radius:16px;color:#475569;font-size:14px}.branch-select__legend{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 18px;margin-top:24px;padding:12px 18px;background:#fff;border:1px solid #e3e6ea;border-radius:12px}.branch-select__legend-title{font-size:12px;font-weight:800;color:#334155;margin-inline-end:4px}.branch-select__legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569;white-space:nowrap}.branch-select__legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.branch-select__legend-dot--success{background:#22c55e}.branch-select__legend-dot--warning{background:#f97316}.branch-select__legend-dot--pending{background:#eab308}.branch-select__legend-dot--danger{background:#dc2626}.branch-select__legend-dot--gray{background:#94a3b8}.branch-select__legend-dot--muted{background:#f43f5e}.branch-select__footer{display:flex;justify-content:center;margin-top:20px}.branch-select__logout{border:none;background:transparent;color:#64748b;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;padding:8px 16px}.branch-select__logout:hover{color:#0f172a}@media(min-width:1024px){.branch-select__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(min-width:641px)and (max-width:1023px){.branch-select__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(max-width:640px){.branch-select{padding:20px 16px}.branch-select__grid{grid-template-columns:1fr;gap:16px}.branch-select__top{align-items:flex-start;flex-direction:column}.branch-card__info{grid-template-columns:1fr 1fr}}.pos-header__customerBtn,.pos-drawer__bar,.pos-summary__sheetBar,.pos-cartFab,.pos-mobile-backdrop{display:none}.pos-page button,.pos-page select,.pos-page input,.pos-page textarea{touch-action:manipulation}@media(min-width:901px)and (max-width:1080px){.pos-workspace{grid-template-rows:64px minmax(0,1fr)}.pos-header{height:64px}.pos-workspace__body{grid-template-columns:240px minmax(0,1fr) 300px;gap:10px;padding:10px}}@media(max-width:900px){.pos-workspace{grid-template-rows:auto minmax(0,1fr)}.pos-workspace__body{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);gap:0;padding:0;position:relative;overflow:hidden}.pos-workspace__catalog{grid-column:1;grid-row:1;padding:8px}.pos-mobile-backdrop{display:block;position:fixed;inset:0;z-index:115;border:0;background:#0e1f3161;-webkit-tap-highlight-color:transparent}.pos-mobile-backdrop--customer{z-index:120}.pos-mobile-backdrop--cart{z-index:121}.pos-workspace__customer{display:flex;flex-direction:column;position:fixed;inset-block:0;inset-inline-start:0;width:min(88vw,372px);z-index:122;background:#fff;border-inline-end:1px solid #d8e3ee;box-shadow:0 0 44px #0e1f3147;overflow:hidden;padding-top:env(safe-area-inset-top);transform:translate(100%);transition:transform .24s ease}.pos-workspace__body--customerOpen .pos-workspace__customer{transform:translate(0)}.pos-drawer__bar{display:flex;align-items:center;justify-content:space-between;flex:none;padding:10px 14px;border-bottom:1px solid #e3edf5;background:#f5f8fb}.pos-drawer__bar strong{font-size:.95rem;color:#17324d}.pos-drawer__close{min-width:40px;height:40px;border:0;border-radius:10px;background:#fff;color:#52708c;font-size:1rem;cursor:pointer}.pos-workspace__customerInner{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.pos-workspace__summary{display:flex;flex-direction:column;position:fixed;inset-inline:0;bottom:0;top:auto;z-index:123;height:min(84dvh,680px);background:#fff;border-radius:20px 20px 0 0;border:1px solid #d8e3ee;border-bottom:0;box-shadow:0 -12px 44px #0e1f313d;overflow:hidden;padding-bottom:env(safe-area-inset-bottom);transform:translateY(105%);transition:transform .26s ease}.pos-workspace__body--cartOpen .pos-workspace__summary{transform:translateY(0)}.pos-workspace__summary .pos-summary{flex:1;min-height:0;height:auto;border:0;border-radius:0;box-shadow:none}.pos-summary__sheetBar{display:flex;align-items:center;justify-content:center;position:relative;flex:none;padding:8px 12px 4px}.pos-summary__sheetHandle{width:44px;height:5px;border-radius:999px;background:#c3d4e3}.pos-summary__sheetClose{position:absolute;inset-inline-end:8px;top:4px;width:38px;height:38px;border:0;border-radius:10px;background:#f5f8fb;color:#52708c;font-size:.95rem;cursor:pointer}.pos-cartFab{display:inline-flex;align-items:center;gap:8px;position:fixed;bottom:max(16px,env(safe-area-inset-bottom));inset-inline-end:max(16px,env(safe-area-inset-right));z-index:114;min-height:54px;padding:0 18px 0 14px;border:0;border-radius:999px;background:linear-gradient(135deg,#123b63,#1c4f7f);color:#fff;box-shadow:0 14px 30px #123b6361;font:inherit;font-weight:800;cursor:pointer}.pos-cartFab__badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 7px;border-radius:999px;background:#18b8c2;color:#fff;font-size:.8rem}.pos-cartFab__label{font-size:.9rem}.pos-cartFab__total{font-size:.95rem}.pos-header{height:auto;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;grid-template-areas:"center start" "center end";gap:4px 8px;padding:max(8px,env(safe-area-inset-top)) 10px 8px}.pos-header__center{grid-area:center;flex-wrap:wrap;gap:6px}.pos-header__start{grid-area:start;justify-content:flex-end;gap:6px}.pos-header__end{grid-area:end;justify-content:flex-end;gap:6px}.pos-connectionIndicator{display:none}.pos-header__invoice{flex-direction:row;align-items:center;gap:6px}.pos-header__invoice .pos-header__label{display:none}.pos-shiftStatus{height:34px;gap:6px;padding:0 10px}.pos-shiftStatus__cash{display:none}.pos-shiftStatus__openBtn,.pos-shiftStatus__viewBtn{height:30px;padding:0 10px;font-size:.66rem}.pos-header__branchInvoicesBtn span,.pos-header__editPriceBtn span,.pos-header__addExpenseBtn span,.pos-header__logoutBtn span{display:none}.pos-header__branchInvoicesBtn,.pos-header__editPriceBtn,.pos-header__addExpenseBtn,.pos-header__logoutBtn,.pos-header__customerBtn{min-width:40px;min-height:40px;padding:0 10px;justify-content:center}.pos-header__customerBtn{display:inline-flex;align-items:center;gap:6px;border:1px solid #d8e3ee;border-radius:10px;background:#fff;color:#17324d;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;max-width:140px}.pos-header__customerName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-header__language{margin-inline-end:0}.pos-header__langBtn{min-width:44px}.pos-header__lookupForm{flex:1 1 100%;max-width:none;order:10;margin-top:2px}.pos-header__lookupField{height:42px}.pos-header__lookupButton{min-width:56px;height:42px}.pos-catalog__topline{flex-direction:column;align-items:stretch;gap:6px;margin-bottom:6px}.pos-catalog__serviceSelect{height:44px}.pos-catalog__tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px}.pos-catalog__tabs::-webkit-scrollbar{display:none}.pos-catalog__tab{flex:none;min-height:42px;padding:8px 14px}.pos-catalog__grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:8px;padding-inline-end:0}.pos-productCard{padding:10px}.pos-summary__list{padding-inline-end:0}.pos-summary__line{grid-template-columns:48px minmax(0,1fr) auto;gap:8px;padding:10px}.pos-summary__lineArtwork{width:48px;height:48px}.pos-summary__qtyActions button{width:42px;height:42px}.pos-summary__options{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-summary__finishField select{height:44px}.pos-summary__actions .pos-payment{min-height:48px}.pos-modalBackdrop{padding:0;align-items:stretch;justify-content:stretch}.pos-orderToolsDialog{min-width:0;width:min(520px,calc(100vw - 24px));max-width:calc(100vw - 24px)}.pos-paymentModal__header{padding:max(12px,env(safe-area-inset-top)) 14px 12px}.pos-paymentModal__footer{padding:12px 14px max(12px,env(safe-area-inset-bottom))}.pos-paymentModal__methodCard{min-height:52px}.pos-paymentModal__quickButton{min-height:44px}.pos-paymentModal__footerBtn{min-height:48px}.pos-invoiceModal__header{padding:max(10px,env(safe-area-inset-top)) 12px 10px}.pos-invoice-details__grid{grid-template-columns:1fr}}@media(max-width:400px){.pos-catalog__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.pos-summary__line{grid-template-columns:44px minmax(0,1fr) auto}.pos-summary__lineArtwork{width:44px;height:44px}.pos-summary__qtyActions button{width:38px;height:40px}.pos-header__invoice strong{font-size:.72rem}}.promotions-page__topActions,.promotions-page__dialogActions,.promotions-page__rowActions{display:flex;gap:12px;flex-wrap:wrap}.promotions-page__dialogActions{justify-content:flex-end}.promotions-page__primaryButton,.promotions-page__ghostButton,.promotions-page__rowActions button{border:1px solid #d4deea;border-radius:12px;background:#fff;color:#16385f;padding:9px 16px;font:inherit;font-weight:700;font-size:14px;cursor:pointer}.promotions-page__primaryButton{background:#16385f;color:#fff;border-color:#16385f;min-width:120px}.promotions-page__primaryButton:disabled,.promotions-page__primaryButton[disabled]{opacity:.6;cursor:not-allowed}.promotions-page__secondaryButton{padding:8px 18px;border-radius:12px;border:1px solid #d4deea;background:#f8fafc;color:#334155;font-size:14px;font-weight:600;cursor:pointer}.promotions-page__secondaryButton:hover{background:#e2e8f0}.promotions-page__dialog.centered-dialog{width:min(1020px,calc(100vw - 40px));max-width:min(1020px,calc(100vw - 40px));max-height:min(86vh,calc(100vh - 40px))}.promotions-page__dialog .centered-dialog__header,.promotions-page__dialog .centered-dialog__footer{flex:0 0 auto;z-index:2}.promotions-page__dialog .centered-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid #e3edf5}.promotions-page__dialog .centered-dialog__titleBlock{display:grid;gap:2px}.promotions-page__dialog .centered-dialog__titleBlock h2{font-size:22px;line-height:1.3;margin:0;color:#123b63}.promotions-page__dialog .centered-dialog__description{font-size:13px;color:#69839c}.promotions-page__dialog .centered-dialog__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 20px}.promotions-page__dialog .centered-dialog__footer{flex:0 0 auto;padding:10px 20px;border-top:1px solid #e3eef5;display:flex;align-items:center;justify-content:flex-end}.promotions-page__form{display:grid;gap:14px}.promotions-page__formSection{border:1px solid #e6eef6;border-radius:14px;padding:12px 14px 14px;background:#fff}.promotions-page__formSectionTitle{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:16px;font-weight:800;color:#123b63}.promotions-page__formSectionTitle:before{content:"";width:4px;height:16px;border-radius:2px;background:#2563eb}.promotions-page__formGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.promotions-page__formGrid label{display:grid;gap:6px;color:#35577d}.promotions-page__formGrid label>span{font-size:13px;font-weight:600;color:#35577d}.promotions-page__formGrid input,.promotions-page__formGrid select,.promotions-page__formGrid textarea{width:100%;height:44px;border:1px solid #d5e1ee;border-radius:10px;padding:0 12px;font:inherit;font-size:14px;color:#17324d;background:#fff;box-sizing:border-box}.promotions-page__formGrid textarea{height:auto;min-height:64px;padding:10px 12px;resize:vertical}.promotions-page__formGrid select[multiple]{height:auto;min-height:110px;padding:6px}.promotions-page__formGrid select[multiple] option{padding:4px 6px;border-radius:6px;font-size:13px}.promotions-page__fieldWide{grid-column:1 / -1}.promotions-page__targetBox{display:grid;gap:10px;border:1px solid #dfeaf5;border-radius:12px;background:#f8fbfe;padding:12px}.promotions-page__targetHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.promotions-page__targetHeader span{font-size:13px;font-weight:800;color:#123b63}.promotions-page__targetHeader small{color:#64748b;font-size:12px;font-weight:700}.promotions-page__segmented,.promotions-page__targetTools{display:flex;gap:8px;flex-wrap:wrap}.promotions-page__segment,.promotions-page__targetTools button{height:34px;border:1px solid #d4deea;border-radius:9px;background:#fff;color:#16385f;padding:0 12px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.promotions-page__segment[data-active=true]{background:#16385f;border-color:#16385f;color:#fff}.promotions-page__targetTools input{flex:1 1 220px;min-width:180px;height:34px;border:1px solid #d4deea;border-radius:9px;padding:0 10px;font:inherit;font-size:13px;background:#fff}.promotions-page__targetTools button:disabled{opacity:.55;cursor:not-allowed}.promotions-page__checkGrid{display:grid;gap:8px}.promotions-page__checkGrid--branches{grid-template-columns:repeat(3,minmax(0,1fr));max-height:180px;overflow-y:auto;padding-inline-end:4px}.promotions-page__checkList{display:grid;gap:7px;max-height:280px;overflow-y:auto;padding-inline-end:4px}.promotions-page__checkRow{display:flex!important;align-items:center;gap:9px;min-height:38px;border:1px solid #e2ebf4;border-radius:10px;background:#fff;padding:8px 10px;color:#17324d;cursor:pointer}.promotions-page__checkRow[data-checked=true]{border-color:#9db9dc;background:#eef6ff}.promotions-page__checkRow input[type=checkbox]{width:16px;height:16px;flex:0 0 auto;accent-color:#16385f}.promotions-page__checkRow>span{min-width:0;font-size:13px;font-weight:700;color:#17324d}.promotions-page__checkRow--item>span{display:grid;gap:2px}.promotions-page__checkRow--item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.promotions-page__checkRow--item small{color:#64748b;font-size:11px;font-weight:600}.promotions-page__targetState{display:flex;align-items:center;justify-content:center;gap:10px;min-height:76px;border:1px dashed #cbd8e6;border-radius:10px;background:#fff;color:#64748b;font-size:13px;font-weight:700}.promotions-page__targetState--error{color:#b91c1c}.promotions-page__targetState button{border:1px solid #f1b5b5;border-radius:9px;background:#fff5f5;color:#b91c1c;padding:6px 10px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.promotions-page__switch{display:flex!important;align-items:center;gap:10px;min-height:44px}.promotions-page__switch input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb}.promotions-page__dayToggles{display:flex;gap:6px;flex-wrap:wrap}.promotions-page__dayToggle{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;background:#f1f5f9;font-size:12px;cursor:pointer}.promotions-page__dayToggle:has(input:checked){background:#14335c;color:#fff}.promotions-page__fieldError{display:block;color:#dc2626;font-size:11px;font-weight:600;margin-top:2px}.promotions-page__filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.promotions-page__filters input,.promotions-page__filters select{width:100%;border:1px solid #d8e3f0;border-radius:14px;padding:11px 14px;font:inherit;background:#fff}.promotions-page__tableWrap{background:#fff;border:1px solid #d8e3f0;border-radius:22px;overflow:auto}.promotions-page__table{width:100%;border-collapse:collapse}.promotions-page__table th,.promotions-page__table td{padding:14px 16px;border-bottom:1px solid #edf2f7;text-align:right;vertical-align:top}.promotions-page__table td strong,.promotions-page__table td small{display:block}.promotions-page__status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef4fb;color:#16385f}.promotions-page__status[data-active=true]{background:#e6f6ed;color:#1d6f42}.promotions-page__banner{margin-bottom:12px;border-radius:16px;padding:12px 14px;background:#e6f6ed;color:#1d6f42}.promotions-page__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.promotions-page__detailGrid div{border:1px solid #e2ebf4;border-radius:16px;padding:14px}.promotions-page__detailGrid dt{color:#6f86a3;margin-bottom:6px}.promotions-page__detailGrid dd{margin:0;color:#16385f;font-weight:600}.promotions-page__dialogState{padding:18px 0}.promotions-page__dialogState--error{color:#a61b1b}.promotions-page__preview{margin-top:8px}.promotions-page__list{list-style:none;padding:0;margin:4px 0}.promotions-page__list li{font-size:13px;padding:4px 0;border-bottom:1px solid #f1f5f9}@media(max-width:900px){.promotions-page__filters,.promotions-page__formGrid,.promotions-page__detailGrid,.promotions-page__checkGrid--branches{grid-template-columns:1fr}}@media(max-width:480px){.promotions-page__dialog.centered-dialog{width:calc(100vw - 16px);max-width:calc(100vw - 16px)}.promotions-page__dialog .centered-dialog__header,.promotions-page__dialog .centered-dialog__body,.promotions-page__dialog .centered-dialog__footer{padding-left:14px;padding-right:14px}}.reports-shell>.reports-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.reports-page .exec-header__meta{max-width:560px}.reports-page .exec-header__pill{font-weight:600}.reports-page .exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.reports-page .exec-header__action:hover:not(:disabled){background:#ffffff2e;border-color:#ffffff4d}.reports-page .exec-header__action:disabled{opacity:.45;cursor:not-allowed}.reports-filters{padding:14px 16px}.reports-page .reports-filters .exec-card__head h3{font-size:13px}.reports-presetRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.reports-presetRow button{border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-muted);font:inherit;font-size:12px;font-weight:600;padding:6px 13px;border-radius:9px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.reports-presetRow button:hover{border-color:#c4d4e6;color:var(--exec-text)}.reports-presetRow button[data-selected=true]{background:var(--exec-navy);border-color:var(--exec-navy);color:#fff}.reports-filtersGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.reports-tabs{display:flex;flex-wrap:wrap;gap:8px}.reports-tabs button{border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-muted);font:inherit;font-size:12.5px;font-weight:600;padding:7px 16px;border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.reports-tabs button:hover{border-color:#c4d4e6;color:var(--exec-text)}.reports-tabs button[data-selected=true]{background:linear-gradient(120deg,var(--exec-navy),var(--exec-navy-2));border-color:var(--exec-navy);color:#fff;box-shadow:0 4px 12px #14335c33}.reports-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1vw,14px);align-items:stretch}.reports-panel--full{grid-column:1 / -1}.reports-finance .reports-finance__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.reports-finance__metric{background:#f8fafc;border:1px solid var(--exec-border);border-radius:11px;padding:10px 12px;display:grid;gap:2px}.reports-finance__metric span{font-size:11px;font-weight:500;color:var(--exec-muted)}.reports-finance__metric strong{font-size:17px;font-weight:700;color:var(--exec-text)}.reports-finance__metric--red strong{color:var(--exec-red)}.reports-finance__metric--amber strong{color:var(--exec-amber)}.reports-finance__metric--blue strong{color:var(--exec-blue)}.reports-finance__alert{margin-top:10px;padding:10px 12px;border-radius:11px;border:1px solid rgba(217,119,6,.28);background:#d9770614;color:#b45309;display:grid;gap:2px;font-size:12px}.reports-finance__alert strong{font-size:12.5px;font-weight:700}.reports-finance__alert--ok{border-color:#0f9d6b47;background:#0f9d6b14;color:#0f7a52}.reports-finance__footnote{margin:10px 0 0;font-size:11px;font-weight:500;color:var(--exec-muted);line-height:1.6}.reports-payment{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:14px;align-items:center}.reports-payment__donut{transition:transform .15s ease}.reports-payment__legend{display:grid;gap:7px}.reports-payment__legendItem{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--exec-muted)}.reports-payment__legendItem i{width:9px;height:9px;border-radius:3px;flex:none}.reports-payment__legendItem strong{margin-inline-start:auto;color:var(--exec-text);font-size:12.5px}.reports-trend{width:100%}.reports-trend__chart{position:relative}.reports-trend svg{width:100%;height:auto;display:block}.reports-trend__legend{display:flex;flex-wrap:wrap;gap:6px 16px;margin:10px 0 2px}.reports-trend__legendItem{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--exec-muted)}.reports-trend__legendItem i{width:9px;height:9px;border-radius:3px;flex:none}.reports-trend__tooltip{position:absolute;top:6px;z-index:5;min-width:180px;padding:9px 11px;border:1px solid var(--exec-border-2);border-radius:10px;background:#fff;box-shadow:0 10px 26px #0f2b4629;display:grid;gap:5px;pointer-events:none}.reports-trend__tipDate{font-size:12px;font-weight:700;color:var(--exec-text);padding-bottom:4px;margin-bottom:2px;border-bottom:1px solid var(--exec-border)}.reports-trend__tipRow{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12px}.reports-trend__tipRow span{color:var(--exec-muted)}.reports-trend__tipRow strong{color:var(--exec-text);font-variant-numeric:tabular-nums;white-space:nowrap}.reports-ranking{display:grid;gap:6px}.reports-rankingRow{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--exec-border);border-radius:11px;background:#fbfcfe}.reports-rankingRow__index{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--exec-blue-soft);color:var(--exec-blue);font-size:12.5px;font-weight:700}.reports-rankingRow__body{display:grid;gap:2px;min-width:0}.reports-rankingRow__body span{font-size:13px;font-weight:700;color:var(--exec-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-rankingRow__body small{font-size:11.5px;font-weight:600;color:var(--exec-muted);white-space:nowrap}.reports-trend__scroll{margin-top:12px;max-height:300px;overflow-x:auto;overflow-y:auto;border:1px solid var(--exec-border);border-radius:10px}.reports-trend__table{width:100%;border-collapse:collapse;font-size:13px}.reports-trend__table thead th{position:sticky;top:0;z-index:1;background:#f2f6fb;color:var(--exec-navy-2);font-size:12px;font-weight:700;text-align:start;padding:12px;border-bottom:1px solid var(--exec-border-2);white-space:nowrap}.reports-trend__table tbody td{padding:12px;border-bottom:1px solid var(--exec-border);background:#fff;color:var(--exec-text);font-variant-numeric:tabular-nums;white-space:nowrap}.reports-trend__table tbody tr:last-child td{border-bottom:0}.reports-trend__table tbody tr:hover td{background:#f8fafc}.reports-tableWrap{overflow-x:auto}.reports-tableWrap--scroll{max-height:420px;overflow-y:auto}.reports-pagination{margin-top:2px}.reports-empty{min-height:130px;display:grid;place-content:center;justify-items:center;gap:4px;text-align:center;padding:16px;color:var(--exec-muted)}.reports-empty strong{font-size:13px;font-weight:700;color:var(--exec-text)}.reports-empty p{margin:0;font-size:12px;font-weight:500}.reports-printPreview{min-height:72vh}.reports-printPreview__frame{width:100%;min-height:72vh;border:1px solid var(--exec-border);border-radius:var(--exec-radius);background:#fff}@media(max-width:1100px){.reports-grid{grid-template-columns:1fr}.reports-finance .reports-finance__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.reports-finance .reports-finance__grid,.reports-payment,.reports-filtersGrid{grid-template-columns:1fr}}.pwa-panel__body{display:grid;gap:18px}.pwa-panel__state{display:grid;gap:6px;padding:16px 18px;border-radius:14px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.pwa-panel__state.is-installed{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.pwa-panel__state.is-installed .pwa-panel__stateDot{background:#16a34a;box-shadow:0 0 0 4px #16a34a29}.pwa-panel__stateDot{width:10px;height:10px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px #2563eb29;display:inline-block;margin-bottom:6px}.pwa-panel__state strong{font-size:1rem;font-weight:800}.pwa-panel__stateMeta{font-size:.85rem;opacity:.85;font-weight:600}.pwa-panel__actions{display:grid;gap:12px}.pwa-panel__install,.pwa-panel__update{min-height:46px;border:0;border-radius:12px;padding:0 22px;font-weight:800;cursor:pointer;width:fit-content}.pwa-panel__install{background:linear-gradient(135deg,#123b63,#1d4f80);color:#fff}.pwa-panel__install:disabled{opacity:.6;cursor:default}.pwa-panel__update{background:#1d4ed8;color:#fff}.pwa-panel__hint{font-size:.85rem;color:#5b7186;font-weight:600}.pwa-panel__ios{display:grid;gap:10px;padding:16px 18px;border-radius:14px;background:#f0fdf4;border:1px solid #bbf7d0}.pwa-panel__ios p{margin:0;font-size:.88rem;font-weight:700;color:#166534}.pwa-panel__iosSteps{display:grid;gap:6px;font-size:.85rem;font-weight:600;color:#14532d}.settings-shell>.settings-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.settings-page .exec-header__meta{max-width:620px}.settings-page .exec-header__pill{font-weight:600}.settings-page .exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.settings-page .exec-header__action:hover{background:#ffffff2e;border-color:#ffffff4d}.settings-page__section,.exec-card.settings-page__section{display:grid;gap:16px;padding:18px 20px}.settings-page__sectionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,1.3vw,16px);align-items:start}.settings-page__sectionHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.settings-page__sectionHeader h2,.settings-page__unsupportedCard h3{margin:0;font-size:15px;font-weight:700;color:var(--exec-text)}.settings-page__sectionHeader p,.settings-page__unsupportedCard p,.settings-page__footerNote{margin:2px 0 0;color:var(--exec-muted);font-size:12px;line-height:1.6}.settings-page__sectionStatus,.settings-page__readonlyChip,.settings-page__dataPill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:26px;padding:0 12px;border-radius:var(--exec-radius-full);border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-muted);font-size:11px;font-weight:700;white-space:nowrap}.settings-page__sectionStatus[data-tone=warning]{background:#d9770614;border-color:#d9770640;color:#b45309}.settings-page__sectionStatus[data-tone=success]{background:#0f9d6b1a;border-color:#0f9d6b40;color:#0f9d6b}.settings-page__sectionStatus[data-tone=danger]{background:#dc262614;border-color:#dc262640;color:#b42318}.settings-page__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-page__grid label{display:grid;gap:6px;font-weight:600;color:var(--exec-text);font-size:12px}.settings-page__grid label span{color:var(--exec-muted);font-size:11px}.settings-page__grid input,.settings-page__grid textarea,.settings-page__grid select{width:100%;min-height:40px;padding:9px 12px;border-radius:10px;border:1px solid var(--exec-border);background:#fbfdfe;color:var(--exec-text);font:inherit;font-size:13px;transition:border-color .15s ease,box-shadow .15s ease}.settings-page__grid textarea{min-height:90px;resize:vertical}.settings-page__grid input:focus,.settings-page__grid textarea:focus,.settings-page__grid select:focus{outline:none;border-color:#7db0ea;box-shadow:0 0 0 3px #2563eb1f}.settings-page__field--wide{grid-column:1 / -1}.settings-page__logoPanel{grid-column:1 / -1;display:grid;gap:12px;padding:14px;border:1px solid var(--exec-border);border-radius:12px;background:#fbfdfe}.settings-page__logoLabel{display:block;color:var(--exec-text);font-size:13px;font-weight:800}.settings-page__logoPanel p{margin:4px 0 0;color:var(--exec-muted);font-size:12px;line-height:1.6}.settings-page__logoContent{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.settings-page__logoPreview{width:190px;height:120px;display:flex;align-items:center;justify-content:center;border:1px solid #dbe5ef;border-radius:12px;background:#fff;overflow:hidden}.settings-page__logoPreview img{width:100%;height:100%;object-fit:contain;padding:10px}.settings-page__logoActions{display:flex;flex-direction:column;gap:8px}.settings-page__logoButton{min-height:36px;padding:0 14px;border-radius:9px;border:1px solid var(--exec-border);background:#fff;color:var(--exec-text);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.settings-page__logoButton--danger{border-color:#fecaca;background:#fef2f2;color:#b42318}.image-library-picker{display:grid;gap:14px}.image-library-picker__toolbar{display:flex;align-items:end;justify-content:space-between;gap:12px;flex-wrap:wrap}.image-library-picker__toolbar>span,.image-library-picker__pagination>span{color:var(--exec-muted);font-size:12px;font-weight:700}.image-library-picker__field{display:grid;gap:6px;min-width:min(360px,100%)}.image-library-picker__field span{color:var(--exec-muted);font-size:11px;font-weight:700}.image-library-picker__field input{min-height:38px;padding:8px 12px;border:1px solid var(--exec-border);border-radius:10px;background:#fbfdfe;color:var(--exec-text);font:inherit}.image-library-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px;max-height:min(52vh,460px);overflow-y:auto;padding-inline-end:4px}.image-library-picker__tile{display:grid;gap:8px;padding:8px;border:1px solid var(--exec-border);border-radius:12px;background:#fff;color:var(--exec-text);font:inherit;cursor:pointer;text-align:start}.image-library-picker__tile[data-selected=true]{border-color:#0f9d6b;box-shadow:0 0 0 3px #0f9d6b1f}.image-library-picker__tile img{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:9px;background:#f6f9fc}.image-library-picker__tile span{overflow:hidden;color:var(--exec-muted);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.image-library-picker__footer,.image-library-picker__pagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.image-library-picker__pagination{justify-content:center}.image-library-picker__button{min-height:36px;padding:0 14px;border:1px solid var(--exec-border);border-radius:9px;background:#fff;color:var(--exec-text);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.image-library-picker__button:disabled{cursor:not-allowed;opacity:.55}.image-library-picker__button--primary{border-color:#0f9d6b;background:#0f9d6b;color:#fff}.settings-page__switchGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.settings-page__switch{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:0 12px;border:1px solid var(--exec-border);border-radius:10px;background:var(--exec-card);color:var(--exec-text);font-size:12px;font-weight:600}.settings-page__switch input{inline-size:17px;block-size:17px;accent-color:var(--exec-blue)}.settings-page__actions{display:flex;justify-content:flex-end;gap:8px}.settings-page__actions button,.settings-page__saveBtn{min-height:38px;padding:0 18px;border:none;border-radius:10px;background:var(--exec-navy);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease}.settings-page__actions button:hover:not(:disabled),.settings-page__saveBtn:hover:not(:disabled){background:var(--exec-navy-2)}.settings-page__actions button:disabled,.settings-page__saveBtn:disabled,.settings-page__cancelBtn:disabled{opacity:.55;cursor:not-allowed}.settings-page__cancelBtn{min-height:38px;padding:0 18px;border:1px solid var(--exec-border);border-radius:10px;background:var(--exec-card);color:var(--exec-text);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.settings-page__cancelBtn:hover:not(:disabled){background:#f4f8fd}.settings-page__grid--branchHeader{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:end}.settings-page__pillRow{display:flex;justify-content:flex-start;align-items:center;gap:12px;flex-wrap:wrap}.settings-page__unsupportedGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.settings-page__unsupportedCard{padding:16px;border-radius:12px;border:1px dashed var(--exec-border-2);background:linear-gradient(180deg,#f8fbfef2,#f2f8fcf2)}.settings-page__inlineError{padding:12px 14px;border-radius:10px;background:#fef2f2;color:#b42318;border:1px solid #fecaca;font-size:12px;font-weight:700}.settings-page__loadingPanel,.settings-page__loadingInline{padding:20px;color:var(--exec-muted);font-weight:600;font-size:13px}.settings-page__footerNote{text-align:center;padding-bottom:10px}.settings-page__table{width:100%;border-collapse:collapse;font-size:12.5px}.settings-page__table th,.settings-page__table td{padding:10px 12px;text-align:start;border-bottom:1px solid var(--exec-border)}.settings-page__table th{color:var(--exec-muted);font-weight:700;font-size:11px}.settings-page__table tbody tr:hover{background:#f7fafd}.settings-page__statusPill{display:inline-flex;align-items:center;gap:6px;padding:3px 12px;border-radius:var(--exec-radius-full);background:#0f9d6b1a;border:1px solid rgba(15,157,107,.25);color:#0f9d6b;font-weight:700;font-size:11px;white-space:nowrap}.settings-page__statusPill--inactive{background:#dc262614;border-color:#dc262640;color:#b42318}.settings-page__actionGroup{display:flex;gap:6px}.settings-page__actionBtn{min-height:30px;padding:0 11px;border:1px solid var(--exec-border);border-radius:8px;background:var(--exec-card);color:var(--exec-text);font:inherit;font-weight:600;font-size:11.5px;cursor:pointer}.settings-page__actionBtn:hover{background:#f4f8fd}.settings-page__actionBtn--warn{color:#b42318;border-color:#fecaca}.settings-page__actionBtn--warn:hover{background:#fef2f2}.settings-page__actionBtn--success{color:#0f9d6b;border-color:#a6e2bf}.settings-page__actionBtn--success:hover{background:#ebfbf4}.settings-page__actionBtn:disabled{opacity:.5;cursor:not-allowed}.settings-page__addBtn{min-height:34px;padding:0 15px;border:none;border-radius:9px;background:var(--exec-navy);color:#fff;font:inherit;font-weight:700;font-size:12px;cursor:pointer}.settings-page__addBtn:hover{background:var(--exec-navy-2)}.settings-page__inlineForm{padding:16px;border:1px solid var(--exec-border);border-radius:12px;background:#fafcff;display:grid;gap:14px}.settings-page__list{margin-top:4px}.settings-page__empty{padding:28px;text-align:center;color:var(--exec-muted);font-weight:600;font-size:13px;border:1px dashed var(--exec-border-2);border-radius:12px}@media(max-width:1200px){.settings-page__sectionGrid,.settings-page__unsupportedGrid,.settings-page__switchGrid{grid-template-columns:1fr}.settings-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.settings-page__sectionHeader{flex-direction:column}.settings-page__grid,.settings-page__grid--branchHeader{grid-template-columns:1fr}.settings-page__actions{justify-content:stretch}.settings-page__actions button,.settings-page__saveBtn,.settings-page__cancelBtn{width:100%}}.staff-page{min-width:0}.staff-page .exec-card{border-radius:22px}.staff-page__tabsPanel{padding:18px}.staff-page__tabsRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.staff-page__tabs{display:flex;flex-wrap:wrap;gap:10px}.staff-page__tabs button{height:42px;padding:0 20px;border-radius:999px;border:1px solid #d7e5f2;background:#f8fbfe;color:#17324d;font:inherit;font-weight:800;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.staff-page__tabs button:hover{border-color:#8dbcf6;background:#eef6ff}.staff-page__tabs button[data-active=true]{border-color:#2563eb;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 8px 22px #2563eb38}.staff-page__addButton{min-height:42px;padding:0 20px;border:0;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 8px 22px #2563eb38}.staff-page__addButton:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.staff-page__filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:end;margin-top:18px}.staff-page__filters .orders-field--search{grid-column:span 1}.staff-page__actions{display:flex;align-items:end;justify-content:flex-start;gap:10px;grid-column:span 1}.staff-page__actions .orders-field{min-width:110px}.staff-page__identity{display:grid;gap:4px}.staff-page__identity strong{color:#123b63}.staff-page__identity small{color:#69839c;overflow-wrap:anywhere}.staff-page__mono{font-variant-numeric:tabular-nums;direction:ltr;unicode-bidi:plaintext}.staff-page__statusBadge{display:inline-flex;align-items:center;justify-content:center;min-width:84px;height:32px;padding:0 12px;border-radius:999px;font-weight:900;font-size:.82rem}.staff-page__statusBadge[data-tone=active]{color:#0d8a4b;background:#36bf7524}.staff-page__statusBadge[data-tone=inactive]{color:#bb3b3b;background:#ee545424}.staff-page__detailGrid{display:grid;gap:16px}.staff-page__detailCard{padding:18px;border:1px solid #deebf5;border-radius:22px;background:#fff;display:grid;gap:12px}.staff-page__detailCard h3,.staff-page__detailCard h4{margin:0;color:#123b63}.staff-page__detailCard p{margin:0;color:#5c7690}.staff-page__detailCard dl{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.staff-page__detailCard dl div{padding:12px 14px;border-radius:16px;background:#f8fbfef5;border:1px solid #ebf2f8}.staff-page__detailCard dt{color:#6a839a;font-size:.82rem;font-weight:800}.staff-page__detailCard dd{margin:8px 0 0;color:#17324d;font-weight:800}.staff-page__activityRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid #ebf2f8;background:#f8fbfef5}.staff-page__activityRow strong{color:#123b63}.staff-page__activityRow span,.staff-page__activityRow small{color:#5c7690}.staff-page__permissionGroups{display:grid;gap:12px}.staff-page__permissionGroup{padding:14px;border:1px solid #e4edf6;border-radius:18px;background:#f8fbfef5;display:grid;gap:10px}.staff-page__permissionGroup strong{color:#123b63}.staff-page__permissionList{display:flex;flex-wrap:wrap;gap:8px}.staff-page__permissionList span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#ecf5ff;color:#0b68d7;font-size:.85rem;font-weight:800}.staff-page__detailCard--wide{grid-column:1 / -1}.staff-page__employeeHero,.staff-page__sectionHead,.staff-page__permissionGroupHead,.staff-page__detailActions,.staff-page__heroMeta{display:flex;align-items:center;justify-content:space-between;gap:12px}.staff-page__employeeHero{align-items:flex-start}.staff-page__heroMeta{flex-wrap:wrap}.staff-page__drawerTabs{display:flex;flex-wrap:wrap;gap:10px}.staff-page__drawerTabs button,.staff-page__groupActions button{border:1px solid #d5e5f4;background:#f7fbff;color:#18466f;border-radius:14px;font:inherit;font-weight:800;cursor:pointer}.staff-page__drawerTabs button{min-height:42px;padding:0 16px}.staff-page__drawerTabs button:hover{border-color:#8dbcf6}.staff-page__drawerTabs button[data-active=true]{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent}.staff-page__actionNotice{padding:12px 14px;border-radius:16px;background:#dcf8eae0;color:#11633c;border:1px solid rgba(113,204,154,.5);font-weight:800}.staff-page__muted{color:#6b839a;font-size:.92rem}.staff-page__formGrid,.staff-page__checkboxGrid{display:grid;gap:12px}.staff-page__formGrid,.staff-page__checkboxGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-page__field{display:grid;gap:8px}.staff-page__field span{color:#5a7590;font-size:.82rem;font-weight:800}.staff-page__field input,.staff-page__field select{width:100%;height:46px;padding:0 14px;border:1px solid #d7e5f2;border-radius:14px;background:#fff;color:#17324d;font:inherit}.staff-page__checkboxCard{display:grid;gap:8px;padding:14px;border-radius:16px;border:1px solid #e2edf7;background:#f8fbfff5}.staff-page__checkboxCard[data-checked=true]{border-color:#b9e0c9;background:#f2fbf5}.staff-page__checkboxCard[data-risk=financial]{border-left:3px solid #d97706}.staff-page__checkboxCard[data-risk=administrative]{border-left:3px solid #dc2626}.staff-page__checkboxCard input{justify-self:start}.staff-page__permToggle{display:flex;align-items:flex-start;gap:10px}.staff-page__permToggle input{margin-top:3px}.staff-page__permTitle{display:flex;flex-direction:column;gap:2px;min-width:0}.staff-page__permTitle strong{font-size:.86rem;font-weight:800;color:#17324d}.staff-page__permKey{font-family:SF Mono,ui-monospace,Menlo,monospace;font-size:.68rem;color:#8aa2bc;direction:ltr;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-page__permDesc{margin:0;font-size:.78rem;line-height:1.45;color:#5a7590}.staff-page__permMeta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.staff-page__risk{display:inline-block;padding:2px 8px;border-radius:6px;font-size:.66rem;font-weight:700}.staff-page__risk--read{background:#eef2f6;color:#5a7590}.staff-page__risk--operational{background:#e0f2fe;color:#0369a1}.staff-page__risk--financial{background:#fef3c7;color:#92400e}.staff-page__risk--administrative{background:#fee2e2;color:#991b1b}.staff-page__dialogFooter{display:flex;justify-content:flex-end;gap:10px;width:100%}.staff-page__successBox{border:1px solid #b9e0c9;background:#f0fbf4;color:#166534;border-radius:12px;padding:12px 14px;margin-bottom:14px;font-weight:700}.staff-page__errorBox{border:1px solid #fecaca;background:#fef2f2;color:#b42318;border-radius:12px;padding:10px 14px;margin-top:14px}.staff-page__permWarning{color:#b45309;font-size:.7rem;line-height:1.4}.staff-page__toggle{display:flex;align-items:center;gap:10px;color:#17324d;font-weight:800}.staff-page__groupActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.staff-page__groupActions button{min-height:34px;padding:0 12px}@media(max-width:1280px){.staff-page__filters{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-page__filters .orders-field--search{grid-column:span 1}}@media(max-width:820px){.staff-page__detailCard dl,.staff-page__formGrid,.staff-page__checkboxGrid,.staff-page__filters{grid-template-columns:1fr}.staff-page__actions{grid-column:span 1;align-items:stretch;flex-direction:column}}@media(max-width:560px){.staff-page__tabs{display:grid;grid-template-columns:1fr}.staff-page__activityRow{display:grid}}.subscriptions-page{gap:22px}.subscriptions-page__topbarControls{align-items:stretch}.subscriptions-page__scopeCard{min-width:180px;display:grid;gap:6px;padding:16px 18px;border-radius:20px;border:1px solid rgba(183,205,227,.9);background:#ffffffe6;box-shadow:inset 0 1px #ffffffb8}.subscriptions-page__scopeCard span{font-size:.78rem;color:#56779be6}.subscriptions-page__scopeCard strong{font-size:1rem;color:#123b63}.subscriptions-page__summaryGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.subscriptions-page__statusPanel{padding:16px 18px}.subscriptions-page__statusTabs{display:flex;flex-wrap:wrap;gap:10px}.subscriptions-page__statusButton,.subscriptions-page__clearButton,.subscriptions-page__detailsButton,.subscriptions-page__pagination button,.subscriptions-page__detailHead button,.subscriptions-page__customerAction,.subscriptions-page__linkButton{min-height:46px;border-radius:16px;border:1px solid rgba(190,210,229,.95);background:#fffffff5;color:#123b63;font:inherit;font-weight:700;cursor:pointer}.subscriptions-page__statusButton{padding:0 16px}.subscriptions-page__statusButton[data-selected=true]{border-color:#8dbcf6;background:linear-gradient(135deg,#e9f3ff,#f4f9ff);color:#0b68d7}.subscriptions-page__filtersPanel{gap:18px}.subscriptions-page__filtersGrid{display:grid;grid-template-columns:minmax(220px,1.8fr) repeat(6,minmax(130px,1fr)) auto;gap:14px;align-items:end}.subscriptions-page__searchField{grid-column:span 2}.subscriptions-page__input,.subscriptions-page__filtersGrid select{width:100%;min-height:48px;border-radius:16px;border:1px solid rgba(190,210,229,.95);background:#f9fcfffa;color:#123b63;padding:0 16px;font:inherit}.subscriptions-page__clearButton{padding:0 18px}.subscriptions-page__table td,.subscriptions-page__table th{vertical-align:middle}.subscriptions-page__mono{direction:ltr;text-align:right;white-space:nowrap}.subscriptions-page__planCell strong,.subscriptions-page__remainingCell strong{color:#123b63}.subscriptions-page__planCell small,.subscriptions-page__remainingCell small{color:#577391eb}.subscriptions-page__statusBadge,.subscriptions-page__readonlyBadge,.subscriptions-page__orderStatusBadge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:700}.subscriptions-page__statusBadge[data-tone=active]{color:#0f8f5d;background:#0f8f5d1f;border:1px solid rgba(15,143,93,.24)}.subscriptions-page__statusBadge[data-tone=exhausted]{color:#b37813;background:#e4ae3a24;border:1px solid rgba(214,156,33,.26)}.subscriptions-page__statusBadge[data-tone=cancelled]{color:#b45151;background:#d26c6c1f;border:1px solid rgba(210,108,108,.24)}.subscriptions-page__readonlyBadge{color:#56779b;background:#e3ecf6eb}.subscriptions-page__actionBtn{min-height:36px;padding:0 14px;border-radius:12px;border:1px solid rgba(190,210,229,.95);background:#fffffff5;color:#123b63;font:inherit;font-weight:700;cursor:pointer}.subscriptions-page__actionBtn:hover{background:#e9f3ff;border-color:#8dbcf6}.subscriptions-page__actionBtn--warn{color:#b42318;border-color:#f1b2b2}.subscriptions-page__actionBtn--warn:hover{background:#fff1f1}.subscriptions-page__modal{width:min(480px,100%);display:grid;gap:16px;padding:24px;border-radius:24px;border:1px solid rgba(188,208,230,.98);background:#fffffffa;box-shadow:0 24px 60px #0e1f3138}.subscriptions-page__modal h4{margin:0;color:#123b63}.subscriptions-page__modal p{margin:0;color:#54708ef5}.subscriptions-page__modal textarea{width:100%;min-height:80px;padding:12px 14px;border-radius:16px;border:1px solid rgba(190,210,229,.95);background:#f9fcfffa;color:#123b63;font:inherit;resize:vertical}.subscriptions-page__modalActions{display:flex;gap:12px;justify-content:flex-end}.subscriptions-page__modalActions button{min-height:46px;padding:0 18px;border-radius:14px;border:none;font:inherit;font-weight:800;cursor:pointer}.subscriptions-page__modalActions button:first-child{background:linear-gradient(135deg,#133b63,#21527f);color:#fff}.subscriptions-page__modalActions button:last-child{background:#fff;color:#123b63;border:1px solid rgba(190,210,229,.95)}.subscriptions-page__orderStatusBadge{color:var(--subscriptions-status-color, #123b63);background:color-mix(in srgb,var(--subscriptions-status-color, #123b63) 10%,#ffffff);border:1px solid color-mix(in srgb,var(--subscriptions-status-color, #123b63) 26%,#ffffff)}.subscriptions-page__linkButton{min-height:auto;padding:0;border:0;background:transparent;color:#0b68d7;text-align:right}.subscriptions-page__rowSkeleton,.subscriptions-page__detailSkeleton{width:100%;min-height:52px;border-radius:16px;background:linear-gradient(90deg,#e8f0f7b8,#f8fbfffa,#e8f0f7b8);background-size:220% 100%;animation:dashboard-shimmer 1.3s linear infinite}.subscriptions-page__pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:16px}.subscriptions-page__pagination span{color:#4d6681eb;font-weight:700}.subscriptions-page__pagination button:disabled{opacity:.45;cursor:not-allowed}.subscriptions-page__detailBody{display:grid;gap:18px;padding:22px 24px 28px}.subscriptions-page__detailMeta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.subscriptions-page__customerAction{padding:0 16px}.subscriptions-page__detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.subscriptions-page__detailCard,.subscriptions-page__detailSection,.subscriptions-page__usageCard{display:grid;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(215,227,240,.96);background:#fffffff0}.subscriptions-page__detailCard h4,.subscriptions-page__detailSection h4,.subscriptions-page__usageCard h4{margin:0;color:#123b63;font-size:1rem}.subscriptions-page__detailCard dl{margin:0;display:grid;gap:12px}.subscriptions-page__detailCard dl div{display:grid;grid-template-columns:minmax(120px,140px) minmax(0,1fr);gap:10px}.subscriptions-page__detailCard dt{color:#54708ef5;font-weight:700}.subscriptions-page__detailCard dd{margin:0;color:#123b63}.subscriptions-page__usageHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.subscriptions-page__usageHead p{margin:6px 0 0;color:#54708ef5}.subscriptions-page__usageHead strong{color:#0b68d7;font-size:1.35rem}.subscriptions-page__usageStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.subscriptions-page__usageStats div{padding:14px 16px;border-radius:18px;background:#f4f8fcfa;border:1px solid rgba(222,232,244,.95);display:grid;gap:6px}.subscriptions-page__usageStats span{color:#54708ef5;font-size:.84rem}.subscriptions-page__usageStats strong{color:#123b63}.subscriptions-page__progressTrack{height:12px;border-radius:999px;background:#e6eef6f2;overflow:hidden}.subscriptions-page__progressFill{height:100%;border-radius:inherit;background:linear-gradient(135deg,#0b68d7,#18b8c2)}.subscriptions-page__notesBox{min-height:72px;padding:16px 18px;border-radius:18px;background:#f4f8fcfa;border:1px solid rgba(222,232,244,.95);color:#123b63}.subscriptions-page__tabs{display:flex;gap:4px;padding:4px;border-radius:16px;background:#e8f0f7b8;border:1px solid rgba(190,210,229,.6);align-self:flex-start}.subscriptions-page__tab{min-height:44px;padding:0 20px;border-radius:12px;border:none;background:transparent;color:#56779b;font:inherit;font-weight:700;font-size:.88rem;cursor:pointer;transition:background .14s ease,color .14s ease}.subscriptions-page__tab[data-selected=true]{background:#fff;color:#123b63;box-shadow:0 2px 8px #0e1f3114}.subscriptions-page__actionBar{display:flex;align-items:center;justify-content:space-between;gap:14px}.subscriptions-page__addBtn{min-height:50px;padding:0 24px;border-radius:16px;border:none;background:linear-gradient(135deg,#133b63,#21527f);color:#fff;font:inherit;font-weight:800;font-size:.92rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease}.subscriptions-page__addBtn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #133b6338}.subscriptions-page__addBtn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.subscriptions-page__wizard{width:min(680px,100%);max-height:90vh;border-radius:28px;border:1px solid rgba(188,208,230,.98);background:#fffffffa;box-shadow:0 32px 80px #0e1f3147;display:flex;flex-direction:column;overflow:hidden}.subscriptions-page__wizard--embedded{width:100%;max-height:none;border:0;border-radius:0;background:transparent;box-shadow:none}.subscriptions-page__wizardHead{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 24px 0}.subscriptions-page__receiptRoute{display:grid;gap:16px;padding:20px 24px 24px}.subscriptions-page__receiptActions{display:flex;justify-content:flex-end}.subscriptions-page__receiptFrame{width:100%;min-height:720px;border:1px solid rgba(215,227,240,.96);border-radius:18px;background:#fff}.subscriptions-page__wizardHead h2{margin:0;font-size:1.2rem;color:#123b63}.subscriptions-page__wizardHead button{min-height:40px;padding:0 16px;border-radius:12px;border:1px solid rgba(190,210,229,.95);background:#fff;color:#56779b;font:inherit;font-weight:700;cursor:pointer}.subscriptions-page__wizardSteps{display:flex;gap:6px;padding:18px 24px;border-bottom:1px solid rgba(219,231,243,.8)}.subscriptions-page__wizardStep{flex:1;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:#e8f0f780;color:#889eb3;font-size:.78rem;font-weight:700;transition:background .14s ease,color .14s ease}.subscriptions-page__wizardStep[data-active=true]{background:#133b6314;color:#123b63}.subscriptions-page__wizardStep[data-done=true]{background:#0f8f5d1a;color:#0f8f5d}.subscriptions-page__wizardStepNum{width:26px;height:26px;border-radius:999px;display:grid;place-items:center;font-size:.75rem;font-weight:800;background:#bed2e580;color:#889eb3}.subscriptions-page__wizardStep[data-active=true] .subscriptions-page__wizardStepNum{background:#123b63;color:#fff}.subscriptions-page__wizardStep[data-done=true] .subscriptions-page__wizardStepNum{background:#0f8f5d;color:#fff}.subscriptions-page__wizardBody{flex:1;overflow:auto;padding:24px;display:grid;gap:18px}.subscriptions-page__wizardFooter{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 24px;border-top:1px solid rgba(219,231,243,.8);background:#f8fbfef5}.subscriptions-page__wizardFooterBtn{min-height:46px;padding:0 22px;border-radius:14px;border:none;font:inherit;font-weight:800;cursor:pointer;transition:opacity .12s ease}.subscriptions-page__wizardFooterBtn:disabled{opacity:.45;cursor:not-allowed}.subscriptions-page__wizardFooterBtn--primary{background:linear-gradient(135deg,#133b63,#21527f);color:#fff}.subscriptions-page__wizardFooterBtn--ghost{background:#fff;color:#56779b;border:1px solid rgba(190,210,229,.95)}.subscriptions-page__customerSearch{display:grid;gap:12px}.subscriptions-page__customerSearchInput{width:100%;min-height:52px;padding:0 18px;border-radius:16px;border:1px solid rgba(190,210,229,.95);background:#f9fcfffa;color:#123b63;font:inherit;font-size:.92rem}.subscriptions-page__customerResults{display:grid;gap:6px;max-height:280px;overflow:auto}.subscriptions-page__customerResultItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:14px;border:1px solid rgba(190,210,229,.7);background:#fff;cursor:pointer;transition:border-color .12s ease,background .12s ease;text-align:right}.subscriptions-page__customerResultItem:hover{border-color:#8dbcf6;background:#e9f3ff99}.subscriptions-page__customerResultItem[data-selected=true]{border-color:#0b68d7;background:#0b68d70f}.subscriptions-page__customerResultInfo{display:grid;gap:2px}.subscriptions-page__customerResultInfo strong{color:#123b63;font-size:.92rem}.subscriptions-page__customerResultInfo span{color:#889eb3;font-size:.78rem}.subscriptions-page__customerResultBadge{font-size:.72rem;color:#0f8f5d;background:#0f8f5d1a;padding:4px 10px;border-radius:999px;white-space:nowrap;font-weight:700}.subscriptions-page__planGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.subscriptions-page__planCard{display:grid;gap:8px;padding:18px;border-radius:18px;border:2px solid rgba(190,210,229,.7);background:#fff;cursor:pointer;text-align:right;transition:border-color .12s ease,background .12s ease,transform .12s ease}.subscriptions-page__planCard:hover{border-color:#8dbcf6;background:#e9f3ff66;transform:translateY(-1px)}.subscriptions-page__planCard[data-selected=true]{border-color:#0b68d7;background:#0b68d70d;box-shadow:0 4px 16px #0b68d71a}.subscriptions-page__planCardName{font-size:1rem;font-weight:800;color:#123b63;margin:0}.subscriptions-page__planCardName small{font-weight:400;color:#889eb3;font-size:.78rem}.subscriptions-page__planCardMeta{display:grid;grid-template-columns:1fr 1fr;gap:6px}.subscriptions-page__planCardMetaItem{display:grid;gap:2px}.subscriptions-page__planCardMetaItem span{font-size:.72rem;color:#889eb3}.subscriptions-page__planCardMetaItem strong{font-size:.88rem;color:#123b63}.subscriptions-page__planCardDesc{font-size:.78rem;color:#889eb3;margin:0;line-height:1.45}.subscriptions-page__planCardSelect{min-height:40px;border-radius:12px;border:none;background:linear-gradient(135deg,#133b63,#21527f);color:#fff;font:inherit;font-weight:700;font-size:.82rem;cursor:pointer;margin-top:4px}.subscriptions-page__planCard[data-selected=true] .subscriptions-page__planCardSelect{background:#0f8f5d}.subscriptions-page__emptyPlans{text-align:center;padding:32px;color:#889eb3;display:grid;gap:12px;justify-items:center}.subscriptions-page__emptyPlans button{min-height:44px;padding:0 18px;border-radius:14px;border:none;background:#123b63;color:#fff;font:inherit;font-weight:700;cursor:pointer}.subscriptions-page__reviewCard{display:grid;gap:14px;padding:20px;border-radius:20px;border:1px solid rgba(215,227,240,.96);background:#fffffff0}.subscriptions-page__reviewCard h3{margin:0;font-size:.92rem;color:#123b63}.subscriptions-page__reviewGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.subscriptions-page__reviewField{display:grid;gap:2px}.subscriptions-page__reviewField span{font-size:.74rem;color:#889eb3}.subscriptions-page__reviewField strong{color:#123b63;font-size:.88rem}.subscriptions-page__balanceInfo{padding:14px 18px;border-radius:16px;background:#0b68d70f;border:1px solid rgba(11,104,215,.16);display:grid;gap:8px}.subscriptions-page__balanceInfo p{margin:0;font-size:.82rem;color:#123b63}.subscriptions-page__balanceInfoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.subscriptions-page__balanceInfoItem{display:grid;gap:2px}.subscriptions-page__balanceInfoItem span{font-size:.72rem;color:#889eb3}.subscriptions-page__balanceInfoItem strong{font-size:.9rem;color:#123b63}.subscriptions-page__paymentMethods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.subscriptions-page__paymentMethod{min-height:56px;padding:0 18px;border-radius:14px;border:2px solid rgba(190,210,229,.7);background:#fff;color:#123b63;font:inherit;font-weight:700;cursor:pointer;text-align:center;transition:border-color .12s ease,background .12s ease}.subscriptions-page__paymentMethod:hover{border-color:#8dbcf6}.subscriptions-page__paymentMethod[data-selected=true]{border-color:#0b68d7;background:#0b68d70d}.subscriptions-page__renewCustomerCard{display:grid;gap:10px;padding:18px;border-radius:18px;border:1px solid rgba(215,227,240,.96);background:#f8fbfef0}.subscriptions-page__renewCustomerCard h4{margin:0;font-size:.9rem;color:#123b63}.subscriptions-page__renewInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.subscriptions-page__manageLink{color:#0b68d7;font-weight:700;cursor:pointer;text-decoration:none;font-size:.88rem}.subscriptions-page__manageLink:hover{text-decoration:underline}.subscriptions-page__successBanner{text-align:center;padding:32px;display:grid;gap:14px;justify-items:center}.subscriptions-page__successBanner h3{margin:0;font-size:1.2rem;color:#0f8f5d}.subscriptions-page__successBanner p{margin:0;color:#56779b}.subscriptions-page__successBanner button{min-height:46px;padding:0 22px;border-radius:14px;border:none;background:linear-gradient(135deg,#133b63,#21527f);color:#fff;font:inherit;font-weight:800;cursor:pointer}.subscriptions-page__wizardError{padding:12px 16px;border-radius:14px;background:#d26c6c14;border:1px solid rgba(210,108,108,.2);color:#b42318;font-size:.84rem;display:grid;gap:4px}.subscriptions-page__wizardError strong{display:block}@media(max-width:1280px){.subscriptions-page__reviewGrid{grid-template-columns:minmax(0,1fr)}.subscriptions-page__balanceInfoGrid,.subscriptions-page__planGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.subscriptions-page__planGrid,.subscriptions-page__paymentMethods{grid-template-columns:minmax(0,1fr)}.subscriptions-page__wizardSteps{flex-direction:column}.subscriptions-page__wizardOverlay{padding:0}.subscriptions-page__wizard{border-radius:0;max-height:100vh;width:100%}.subscriptions-page__balanceInfoGrid{grid-template-columns:minmax(0,1fr)}}.subscriptions-page__detailSectionHead{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.subscriptions-page__detailSectionHint{color:#54708ef5;font-size:.8rem;font-weight:700}.subscriptions-page__subsLoading,.subscriptions-page__subsEmpty{margin:0;padding:12px;border-radius:14px;background:#f0f6fcf5;color:#54708ef5;font-size:.85rem}.subscriptions-page__subsList{display:grid;gap:12px}.subscriptions-page__subCard{display:grid;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(215,227,240,.96);background:#fafcffe6}.subscriptions-page__subCardHead{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.subscriptions-page__subCardHead strong{color:#123b63;font-size:.95rem}.subscriptions-page__subCardGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.subscriptions-page__subCardGrid div{display:grid;gap:4px}.subscriptions-page__subCardGrid small{color:#54708ef5;font-weight:700}.subscriptions-page__subCardGrid strong{color:#123b63;font-size:.9rem}@media(max-width:720px){.subscriptions-page__subCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.subscriptions-shell>.subscriptions-page.dashboard-main{grid-area:main;min-width:0;min-height:0;display:grid;gap:clamp(12px,1.3vw,16px);align-content:start;overflow:visible}.subscriptions-page .exec-header__meta{max-width:560px}.subscriptions-page .exec-header__action{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:#ffffff1a;color:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.subscriptions-page .exec-header__action:hover{background:#fff3;border-color:#ffffff47}.subscriptions-page__cta{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#0f9d6b,#1b8d50);color:#fff;font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.subscriptions-page__cta:hover{background:linear-gradient(135deg,#0c8a5d,#147a43);border-color:#ffffff59;box-shadow:0 2px 10px #0f9d6b66}.subscriptions-page .orders-table__action--ghost{background:var(--exec-card);border-color:var(--exec-border);color:var(--exec-text)}.subscriptions-page .orders-table__action--ghost:hover{background:#f0f6fd;border-color:var(--exec-navy)}.subscriptions-page .orders-table{min-width:1320px}.subscriptions-page .orders-table td,.subscriptions-page .orders-table th{vertical-align:middle}.subscriptions-page__planCell,.subscriptions-page__remainingCell{display:grid;gap:6px}.subscriptions-page__planCell strong,.subscriptions-page__remainingCell strong{color:var(--exec-text)}.subscriptions-page__planCell small,.subscriptions-page__remainingCell small{color:var(--exec-muted)}.subscriptions-page__statusTabs{display:flex;flex-wrap:wrap;gap:8px}.subscriptions-page__statusButton{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid var(--exec-border);background:var(--exec-card);color:var(--exec-muted);font:inherit;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease;box-shadow:none}.subscriptions-page__statusButton:hover{border-color:var(--exec-blue);color:var(--exec-navy)}.subscriptions-page__statusButton[data-selected=true]{border-color:var(--exec-navy);background:var(--exec-navy);color:#fff}.subscriptions-page__tabs{align-self:flex-start;border:1px solid var(--exec-border-2);background:#ffffffb3}.subscriptions-page__tab{color:var(--exec-muted)}.subscriptions-page__tab[data-selected=true]{background:var(--exec-card);color:var(--exec-text);box-shadow:var(--exec-shadow)}.subscriptions-page .centered-dialog__headerActions .subscriptions-page__detailsButton{min-height:36px;padding:0 14px;border-radius:10px;border:1px solid var(--exec-border-2);background:var(--exec-card);color:var(--exec-text);font-size:12px;font-weight:700;box-shadow:none}.subscriptions-page .centered-dialog__headerActions .subscriptions-page__detailsButton:hover{border-color:var(--exec-navy);background:#f0f6fd}.uikit-preview{min-height:100vh;background:#f5f8fb;padding:24px;direction:rtl;font-family:STC Forward,Segoe UI,sans-serif}.uikit-preview__inner{max-width:900px;margin:0 auto;display:grid;gap:24px}.uikit-section{border:1px solid #e3edf5;border-radius:16px;padding:16px;margin-top:16px;background:#f8fbfe}.uikit-section:first-child{margin-top:0}.uikit-section__title{font-size:.875rem;font-weight:700;color:#52708c;margin:0 0 12px}.uikit-section__content{display:grid;gap:10px}.uikit-row{display:flex;align-items:center;gap:16px;min-height:46px}.uikit-row__label{width:120px;flex-shrink:0;font-size:.75rem;color:#9ca3af;font-weight:600}.uikit-row__content{flex:1;min-width:0}[dir=ltr] .uikit-preview{direction:ltr}@font-face{font-family:STC Forward;src:local("STC Forward"),local("STC Forward Regular"),url(/assets/STC_Forward_Regular-DWKC6XLL.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:STC Forward;src:local("STC Forward Bold"),local("STC Bold"),url(/assets/STC_Forward_Bold-CTCiCIA5.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}html,body,#root{width:100%;min-height:100%;height:100%}html{background:#f8fbfe}body{margin:0;background:#f8fbfe;overscroll-behavior:none;padding:0}html,body,button,input,textarea,select{font-family:STC Forward,Segoe UI,sans-serif}@supports (padding: max(0px)){body{padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}}.pwa-status{position:fixed;inset-inline:max(16px,env(safe-area-inset-left)) max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:1200;min-height:46px;padding:8px 10px 8px 14px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 16px 30px #123b632e;font-weight:800}.pwa-status--offline{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa}.pwa-status--update{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.pwa-status--ios{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;max-width:340px;flex-direction:column;align-items:flex-start;text-align:start}.pwa-status--ios strong{font-size:.95rem}.pwa-status--ios p{margin:0;font-size:.85rem;font-weight:600;line-height:1.7}.pwa-status--ios .pwa-status__iosHint{background:#dcfce7;border-radius:10px;padding:8px 12px;font-size:.82rem;font-weight:700;color:#14532d}.pwa-status button,.pwa-chip__primary{height:34px;border:0;border-radius:10px;padding:0 14px;background:#123b63;color:#fff;font-weight:800;cursor:pointer}.pwa-status--ios button{background:#16a34a}.pwa-chip{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));inset-inline-end:max(16px,env(safe-area-inset-right));z-index:1100;min-height:38px;padding:6px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:.86rem;box-shadow:0 14px 26px #123b632e;background:#fff;color:#123b63;border:1px solid #dfe9f2;white-space:nowrap}.pwa-chip__dot{width:8px;height:8px;border-radius:50%;flex:none}.pwa-chip--online .pwa-chip__dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.pwa-chip--offline{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.pwa-chip--offline .pwa-chip__dot{background:#d97706;box-shadow:0 0 0 3px #d977062e}.pwa-chip--installed{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.pwa-chip--installed .pwa-chip__dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.pwa-chip--install{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.pwa-chip__icon{font-size:1rem;line-height:1}.pwa-chip__primary{height:30px;padding:0 14px;background:#1d4ed8;font-size:.82rem}.pwa-chip__primary:disabled{opacity:.6;cursor:default}.pwa-chip__guideBtn{height:30px;border:0;border-radius:999px;padding:0 12px;background:#1d4ed8;color:#fff;font-weight:800;font-size:.78rem;cursor:pointer}.pwa-chip__close{border:0;background:transparent;color:inherit;font-size:.9rem;cursor:pointer;padding:2px 4px;opacity:.6;line-height:1}.pwa-chip__close:hover{opacity:1}@media(display-mode:standalone){.pwa-chip--install,.pwa-chip--online,.pwa-chip--offline,.pwa-status--ios{display:none}}@media(max-width:640px){.pwa-status{align-items:stretch;flex-direction:column;text-align:center}.pwa-chip{font-size:.8rem;padding:6px 12px}}
