.accounts-page{min-height:100%;padding:24px;background:var(--page);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.accounts-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.accounts-page__eyebrow{color:#1684ff;font-size:10px;font-weight:800;letter-spacing:.12em}.accounts-page h1{margin:5px 0 3px;font-size:22px;letter-spacing:-.02em}.accounts-page__header p,.accounts-section-title p{margin:0;color:var(--muted);font-size:12px}.accounts-button{display:inline-flex;height:38px;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;font-weight:700;cursor:pointer}.accounts-button.is-primary{border-color:#0878f9;background:#0878f9;color:#fff}.accounts-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.accounts-overview>div{padding:14px 16px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.accounts-overview span,.accounts-overview small{display:block;color:var(--muted);font-size:10px}.accounts-overview strong{display:block;margin:5px 0 3px;font-size:20px}.accounts-card{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 5px 18px #080f1c0d}.accounts-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border-bottom:1px solid var(--border)}.accounts-search{display:flex;width:min(390px,100%);height:37px;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted)}.accounts-search:focus-within{border-color:#1684ff;box-shadow:0 0 0 3px #1684ff1a}.accounts-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}.accounts-search input::placeholder{color:var(--muted)}.accounts-filter{display:flex;gap:4px;overflow-x:auto}.accounts-filter button{display:flex;align-items:center;gap:6px;padding:7px 9px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:11px;font-weight:650;white-space:nowrap;cursor:pointer}.accounts-filter button:hover{background:var(--surface-hover);color:var(--text)}.accounts-filter button.is-active{background:color-mix(in srgb,#1684ff 13%,var(--surface));color:#1684ff}.accounts-filter button span{padding:2px 5px;border-radius:999px;background:var(--surface-soft);font-size:9px}.accounts-table-wrap{overflow:auto}.accounts-table{width:100%;border-collapse:collapse}.accounts-table th,.accounts-table td{padding:11px 13px;border-bottom:1px solid var(--border);text-align:left;font-size:11px;vertical-align:middle}.accounts-table th{position:sticky;top:0;z-index:1;background:var(--surface-soft);color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.accounts-table tbody tr{background:var(--surface);transition:background .14s}.accounts-table tbody tr:hover{background:var(--surface-hover)}.accounts-table .is-root td{font-weight:650}.accounts-table .is-root td:first-child{box-shadow:inset 3px 0 #1684ff}.accounts-code{font-variant-numeric:tabular-nums;font-weight:750;color:#1684ff}.accounts-account-name{display:flex;align-items:center;gap:7px;min-width:180px}.accounts-account-name>svg{color:var(--muted);font-size:9px}.accounts-branch{width:11px;height:10px;margin-left:8px;border-left:1px solid var(--border);border-bottom:1px solid var(--border);transform:translateY(-3px)}.accounts-type{display:inline-flex;padding:4px 7px;border-radius:6px;background:var(--surface-soft);color:var(--muted);font-size:9px;font-weight:750}.accounts-type.is-asset,.accounts-type.is-revenue{background:color-mix(in srgb,#10b981 11%,var(--surface));color:#16a474}.accounts-type.is-liability,.accounts-type.is-expense{background:color-mix(in srgb,#f43f5e 10%,var(--surface));color:#e84b67}.accounts-type.is-equity{background:color-mix(in srgb,#8b5cf6 11%,var(--surface));color:#8b5cf6}.accounts-table .is-muted,.accounts-table .is-description{color:var(--muted);font-weight:400}.accounts-table .is-description{max-width:280px}.accounts-protected{color:var(--muted);font-size:9px}.accounts-row-actions{display:flex;justify-content:flex-end;gap:5px}.accounts-row-actions button{display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);cursor:pointer}.accounts-row-actions button:hover{background:var(--surface-hover);color:#1684ff}.accounts-row-actions button.is-danger:hover{border-color:#e84b67;color:#e84b67}.accounts-state{height:150px!important;color:var(--muted)!important;text-align:center!important}.accounts-state.is-error{color:#e84b67!important}.accounts-bank-section{margin-top:22px}.accounts-section-title{display:flex;align-items:center;gap:10px;margin-bottom:11px}.accounts-section-title>svg{color:#1684ff}.accounts-section-title h2{margin:0 0 2px;font-size:15px}.accounts-bank-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:9px}.accounts-bank-grid article{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:12px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.accounts-bank-grid article>svg:first-child{color:#1684ff}.accounts-bank-grid article>svg:last-child{color:var(--muted);font-size:9px}.accounts-bank-grid strong,.accounts-bank-grid span,.accounts-bank-grid small{display:block}.accounts-bank-grid strong{font-size:12px}.accounts-bank-grid span,.accounts-bank-grid small{margin-top:2px;color:var(--muted);font-size:9px}.account-modal__backdrop{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:18px;background:#050b16b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.account-modal{display:flex;width:min(680px,100%);max-height:92vh;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 25px 70px #00000059}.account-modal--danger{width:min(480px,100%)}.account-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:19px 21px;border-bottom:1px solid var(--border)}.account-modal__heading{display:flex;gap:12px}.account-modal__icon{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:9px;background:color-mix(in srgb,#1684ff 13%,var(--surface));color:#1684ff}.account-modal--danger .account-modal__icon{background:color-mix(in srgb,#e84b67 12%,var(--surface));color:#e84b67}.account-modal h2{margin:0;font-size:17px}.account-modal__header p{margin:4px 0 0;color:var(--muted);font-size:10px}.account-modal__close{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}.account-modal__close:hover{background:var(--surface-hover);color:var(--text)}.account-modal form{display:flex;min-height:0;flex-direction:column}.account-modal__body{padding:19px 21px;overflow:auto}.account-modal__notice{display:flex;align-items:flex-start;gap:9px;margin-bottom:17px;padding:10px 11px;border:1px solid color-mix(in srgb,#1684ff 20%,var(--border));border-radius:8px;background:color-mix(in srgb,#1684ff 7%,var(--surface));color:var(--muted);font-size:10px;line-height:1.45}.account-modal__notice svg{flex:0 0 auto;margin-top:2px;color:#1684ff}.account-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.account-modal__grid label{display:flex;min-width:0;flex-direction:column;gap:6px}.account-modal__grid label.is-wide{grid-column:1/-1}.account-modal__grid label>span{color:var(--muted);font-size:10px;font-weight:700}.account-modal__grid label b{color:#e84b67}.account-modal input,.account-modal select,.account-modal textarea{box-sizing:border-box;width:100%;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);color:var(--text);font:inherit;font-size:12px}.account-modal input,.account-modal select{height:39px;padding:0 10px}.account-modal textarea{padding:10px;resize:vertical}.account-modal input:focus,.account-modal select:focus,.account-modal textarea:focus{border-color:#1684ff;box-shadow:0 0 0 3px #1684ff1a}.account-modal select:disabled{opacity:.7}.account-modal__error{margin-top:14px;padding:9px 11px;border-radius:7px;background:color-mix(in srgb,#e84b67 11%,var(--surface));color:#e84b67;font-size:10px}.account-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 21px;border-top:1px solid var(--border);background:var(--surface)}.account-modal__footer button{height:37px;padding:0 14px;border-radius:8px;font-size:11px;font-weight:750;cursor:pointer}.account-modal__footer button:disabled{cursor:not-allowed;opacity:.6}.account-modal__footer .is-secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.account-modal__footer .is-secondary:hover{background:var(--surface-hover)}.account-modal__footer .is-primary{border:1px solid #0878f9;background:#0878f9;color:#fff}.account-modal__footer .is-danger{border:1px solid #dc4964;background:#dc4964;color:#fff}.account-delete__account{padding:13px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft)}.account-delete__account span,.account-delete__account strong{display:block}.account-delete__account span{margin-bottom:4px;color:#1684ff;font-size:10px;font-weight:750}.account-delete__account strong{font-size:13px}.account-delete__copy{margin:14px 0 0;color:var(--muted);font-size:10px;line-height:1.55}@media (max-width:900px){.accounts-toolbar{align-items:stretch;flex-direction:column}.accounts-search{width:100%}.accounts-overview{grid-template-columns:1fr}.accounts-page{padding:16px}}@media (max-width:620px){.accounts-page__header{align-items:flex-start;flex-direction:column}.account-modal__backdrop{align-items:end;padding:8px}.account-modal__grid{grid-template-columns:1fr}.account-modal__grid label.is-wide{grid-column:auto}.accounts-table{min-width:900px}}.accounts-table .accounts-group-row,.accounts-table .accounts-group-row:hover{background:var(--surface-soft)}.accounts-group-row td{padding:0!important;border-top:1px solid var(--border);border-bottom:1px solid var(--border)!important}.accounts-group-row:first-child td{border-top:0}.accounts-group-row button{display:flex;width:100%;height:42px;align-items:center;gap:9px;padding:0 13px;border:0;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.accounts-group-row button:hover{background:var(--surface-hover)}.accounts-group-row button>svg{color:var(--muted);font-size:9px;transition:transform .16s}.accounts-group-row button>svg.is-open{transform:rotate(90deg)}.accounts-group-row strong{font-size:11px}.accounts-group-row small{margin-left:auto;color:var(--muted);font-size:9px;font-weight:650}.accounts-group-mark{width:6px;height:6px;border-radius:50%;background:#94a3b8}.accounts-group-mark.is-asset,.accounts-group-mark.is-revenue{background:#16a474}.accounts-group-mark.is-liability,.accounts-group-mark.is-expense{background:#e84b67}.accounts-group-mark.is-equity{background:#8b5cf6}.accounts-bank-actions{display:flex;gap:5px}.accounts-bank-actions button{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);font-size:10px;cursor:pointer}.accounts-bank-actions button:hover{background:var(--surface-hover);color:#1684ff}.accounts-bank-actions button.is-danger:hover{border-color:#e84b67;color:#e84b67}.accounts-section-title .accounts-button{margin-left:auto}.accounts-bank-empty{padding:28px;border:1px dashed var(--border);border-radius:9px;background:var(--surface);color:var(--muted);font-size:11px;text-align:center}.account-modal__hint{color:var(--muted);font-size:9px;line-height:1.4}.account-modal__readonly{display:flex;height:39px;align-items:center;justify-content:space-between;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text);font-size:12px;font-weight:650}.account-modal__readonly small{color:var(--muted);font-size:9px;font-weight:500}.accounts-page h1{font-size:25px}.accounts-page__header p{font-size:14px}.accounts-page__eyebrow{font-size:11px}.accounts-button{height:41px;font-size:13px}.accounts-overview span,.accounts-overview small{font-size:12px}.accounts-overview strong{font-size:23px}.accounts-search{height:41px}.accounts-search input{font-size:13px}.accounts-filter button{font-size:12px}.accounts-filter button span,.accounts-table th{font-size:10px}.accounts-table td{padding-top:13px;padding-bottom:13px;font-size:13px}.accounts-code{font-size:13px}.accounts-type,.accounts-protected{font-size:11px}.accounts-group-row button{height:46px}.accounts-group-row strong{font-size:13px}.accounts-group-row small{font-size:11px}.accounts-bank-grid strong{font-size:14px}.accounts-bank-grid span,.accounts-bank-grid small{font-size:11px}.accounts-section-title h2{font-size:17px}.accounts-section-title p{font-size:12px}.account-modal h2{font-size:19px}.account-modal__header p,.account-modal__notice,.account-modal__grid label>span,.account-modal__footer button,.account-delete__copy{font-size:12px}.account-modal input,.account-modal select,.account-modal textarea,.account-modal__readonly{font-size:13px}.account-modal__hint,.account-modal__readonly small{font-size:10px}.financial-report{min-height:100%;padding:24px;background:var(--page);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.financial-report__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:17px}.financial-report__header>div:first-child>span{color:#1684ff;font-size:10px;font-weight:800;letter-spacing:.12em}.financial-report h1{margin:5px 0 3px;font-size:22px;letter-spacing:-.02em}.financial-report__header p{margin:0;color:var(--muted);font-size:11px}.financial-period{display:flex;align-items:flex-end;gap:9px;padding:9px 11px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.financial-period>svg{align-self:center;color:var(--muted)}.financial-period label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:9px;font-weight:700}.financial-period input{height:29px;padding:0 8px;border:1px solid var(--border);border-radius:6px;outline:0;background:var(--surface-soft);color:var(--text);font:inherit;font-size:10px}.financial-tabs{display:flex;gap:3px;margin-bottom:15px;padding:4px;border:1px solid var(--border);border-radius:9px;background:var(--surface);width:max-content}.financial-tabs button{display:flex;height:33px;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.financial-tabs button:hover{background:var(--surface-hover);color:var(--text)}.financial-tabs button.is-active{background:color-mix(in srgb,#1684ff 13%,var(--surface));color:#1684ff}.financial-check{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.financial-check>svg{font-size:16px}.financial-check strong,.financial-check span{display:block}.financial-check strong{font-size:11px}.financial-check span{margin-top:2px;color:var(--muted);font-size:9px}.financial-check.is-balanced>svg{color:#16a474}.financial-check.is-warning>svg{color:#e8a317}.financial-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:13px}.financial-columns>div{display:flex;flex-direction:column;gap:13px}.financial-section{overflow:hidden;margin-bottom:13px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 4px 14px #080f1c0a}.financial-section>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 14px;border-bottom:1px solid var(--border)}.financial-section h2{margin:0;font-size:12px}.financial-section header small{color:var(--muted);font-size:9px}.financial-table-wrap{overflow:auto}.financial-table{width:100%;border-collapse:collapse}.financial-table th,.financial-table td{padding:9px 13px;border-bottom:1px solid var(--border);font-size:10px;text-align:left}.financial-table th{background:var(--surface-soft);color:var(--muted);font-size:8px;letter-spacing:.06em;text-transform:uppercase}.financial-table th:last-child,.financial-table td:last-child{text-align:right}.financial-table tbody tr:hover{background:var(--surface-hover)}.financial-table tr.is-category{background:var(--surface-soft);font-weight:750}.financial-table tr.is-account td:first-child{padding-left:28px}.financial-table tr.is-bank td:first-child{padding-left:42px}.financial-table tr.is-bank td:first-child svg{margin-right:6px;color:#1684ff}.financial-table tr.is-bank small,.financial-cell-note{display:block;margin-top:2px;color:var(--muted);font-size:8px}.financial-table tfoot td{font-weight:750}.financial-table tfoot tr.is-final{background:color-mix(in srgb,#1684ff 10%,var(--surface));color:var(--text)}.financial-table .is-negative,.financial-kpis .is-negative,.financial-net .is-negative{color:#e84b67}.financial-table .is-strong,.financial-kpis .is-strong,.financial-net .is-strong{font-weight:800}.financial-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:13px}.financial-kpis>div{padding:12px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.financial-kpis>div>span:first-child{display:block;margin-bottom:6px;color:var(--muted);font-size:9px}.financial-kpis>div>.is-strong{font-size:14px}.financial-kpis .is-highlight{border-color:color-mix(in srgb,#1684ff 35%,var(--border));background:color-mix(in srgb,#1684ff 7%,var(--surface))}.financial-kpis .is-success{border-color:color-mix(in srgb,#16a474 35%,var(--border))}.financial-kpis .is-warning{border-color:color-mix(in srgb,#e8a317 35%,var(--border))}.financial-net{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid color-mix(in srgb,#1684ff 32%,var(--border));border-radius:10px;background:color-mix(in srgb,#1684ff 8%,var(--surface));font-size:12px;font-weight:750}.financial-state{padding:80px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--muted);font-size:11px;text-align:center}.financial-state.is-error{color:#e84b67}@media (max-width:900px){.financial-report__header{align-items:flex-start;flex-direction:column}.financial-columns{grid-template-columns:1fr}.financial-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.financial-report{padding:15px}.financial-period{width:100%;box-sizing:border-box;flex-wrap:wrap}.financial-tabs{width:100%;overflow:auto}.financial-tabs button{flex:1;white-space:nowrap}.financial-kpis{grid-template-columns:1fr}}.financial-income-stack{display:flex;flex-direction:column;gap:0}.financial-report h1{font-size:25px}.financial-report__header>div:first-child>span{font-size:11px}.financial-report__header p{font-size:14px}.financial-period label{font-size:11px}.financial-period input{height:34px;font-size:12px}.financial-tabs button{height:38px;font-size:12px}.financial-check{padding:13px 15px}.financial-check strong{font-size:13px}.financial-check span{font-size:11px}.financial-section h2{font-size:15px}.financial-section header small{font-size:11px}.financial-table th{font-size:10px}.financial-table th,.financial-table td{padding:12px 15px}.financial-table td{font-size:13px}.financial-table tr.is-bank small,.financial-cell-note{font-size:10px}.financial-kpis>div>span:first-child{font-size:11px}.financial-kpis>div>.is-strong{font-size:17px}.financial-net{font-size:14px}.financial-state{font-size:13px}.searchable-select{position:relative;min-width:0;color:var(--text)}.searchable-select>input{box-sizing:border-box;width:100%!important;height:40px!important;padding:0 38px 0 34px!important;border:1px solid var(--border)!important;border-radius:8px!important;outline:0;background:var(--surface-soft)!important;color:var(--text)!important;font:inherit;font-size:13px}.searchable-select>input:focus{border-color:#1684ff!important;box-shadow:0 0 0 3px #1684ff1a!important}.searchable-select__search{position:absolute;top:50%;left:11px;z-index:1;transform:translateY(-50%);color:var(--muted);font-size:12px;pointer-events:none}.searchable-select__toggle{position:absolute;top:1px;right:1px;display:grid!important;width:36px!important;height:38px!important;place-items:center;padding:0!important;border:0!important;background:transparent!important;color:var(--muted)!important;cursor:pointer}.searchable-select__menu{position:absolute;top:calc(100% + 5px);left:0;z-index:15050;width:max(100%,280px);max-height:240px;overflow:auto;padding:5px;border:1px solid var(--border);border-radius:9px;background:var(--surface);box-shadow:0 16px 40px #00000047}.searchable-select__menu button{display:block!important;width:100%!important;min-height:36px!important;height:auto!important;padding:8px 10px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--text)!important;font:inherit!important;font-size:12px!important;text-align:left!important;cursor:pointer}.searchable-select__menu button:hover,.searchable-select__menu button.is-active{background:var(--surface-hover,var(--surface-soft))!important;color:var(--primary,#1684ff)!important}.searchable-select__menu button[aria-selected=true]{font-weight:750}.searchable-select__empty{display:block;padding:12px;color:var(--muted);font-size:12px;text-align:center}.cash-line>.searchable-select,.receipt-line>.searchable-select{min-width:0}@media (max-width:700px){.cash-line>.searchable-select,.receipt-line>.searchable-select{grid-column:1/-1}}.cash-page{min-height:100%;padding:24px;background:var(--page);color:var(--text)}.cash-page>header{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.cash-page h1{margin:5px 0;font-size:25px}.cash-page p{margin:0;color:var(--muted)}.cash-page small{color:#e55757;font-weight:800;letter-spacing:.12em}.cash-page button{cursor:pointer}.cash-page>header>button,.cash-toolbar>button,.primary,.danger{height:40px;padding:0 14px;border:0;border-radius:8px;background:#d84d55;color:#fff;font-weight:700}.cash-card{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.cash-toolbar{display:flex;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--border)}.cash-toolbar label{display:flex;width:min(380px,100%);height:40px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.cash-toolbar input{width:100%;border:0;outline:0;background:none;color:var(--text)}.cash-toolbar span{margin-left:auto;color:var(--muted)}.cash-table{overflow:auto}.cash-table table{width:100%;border-collapse:collapse}.cash-table th,.cash-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left}.cash-table th{background:var(--surface-soft);color:var(--muted);font-size:10px;text-transform:uppercase}.cash-table td:nth-last-child(2){font-weight:800;text-align:right}.cash-table td:last-child{text-align:right}.cash-table td:last-child button{width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text)}.empty{text-align:center!important;height:150px;color:var(--muted)}.sentinel{text-align:center;padding:12px;color:var(--muted)}.cash-backdrop{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:18px;background:#050b16b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cash-modal,.confirm{width:min(820px,100%);max-height:92vh;overflow:auto;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text)}.cash-modal>header{display:flex;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--border)}.cash-modal>header>div{display:flex;gap:12px}.cash-modal h2,.confirm h2{margin:0;font-size:19px}.cash-modal header p{font-size:12px}.cash-modal header button{border:0;background:none;color:var(--muted)}.cash-modal form>main{padding:20px}.cash-modal h3{margin:0 0 12px;font-size:14px}.cash-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.cash-grid label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.cash-grid .wide{grid-column:1/-1}.cash-modal input,.cash-modal select{height:40px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}.cash-section{margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.cash-section-head{display:flex;justify-content:space-between}.cash-section-head button{height:34px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text)}.cash-line{display:grid;grid-template-columns:1.2fr 1fr 150px 32px;gap:8px;margin:7px 0}.cash-line.labels{color:var(--muted);font-size:10px;text-transform:uppercase}.cash-line>button{border:0;border-radius:7px;color:#dc4964}.cash-modal aside,.confirm aside{color:#dc4964}.cash-modal form>footer,.confirm footer{display:flex;justify-content:space-between;align-items:center;padding:14px 21px;border-top:1px solid var(--border)}.cash-modal footer span,.cash-modal footer strong{display:block}.cash-modal footer strong{font-size:18px}.cash-modal footer div{display:flex;gap:8px}.cash-modal footer button,.confirm button{height:38px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.cash-modal footer .primary{background:#d84d55;color:#fff}.confirm{width:min(440px,100%);padding:20px}.confirm footer{padding:15px 0 0;margin-top:18px}.confirm .danger{background:#d84d55;color:#fff}@media (max-width:700px){.cash-page{padding:15px}.cash-grid{grid-template-columns:1fr}.cash-grid .wide{grid-column:auto}.cash-line{grid-template-columns:1fr 90px 32px}.cash-line select{grid-column:1/-1}.cash-line.labels{display:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.journal-page{min-height:100%;padding:24px 30px;background:var(--page);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.journal-page>div:first-of-type{margin-bottom:18px}.journal-page table{background:var(--surface)!important;color:var(--text)!important}.journal-page th{background:var(--surface-soft)!important;color:var(--muted)!important;border-color:var(--border)!important}.journal-page td{background:transparent!important;color:var(--text)!important;border-color:var(--border)!important}.journal-page tbody tr{background:var(--surface)!important}.journal-page tbody tr:hover,.journal-page .journal-row-hover{background:var(--surface-hover)!important}.journal-page select{background:var(--surface-soft)!important;color:var(--text)!important;border-color:var(--border)!important}.journal-page tbody td:nth-child(5)>span{display:inline-flex!important;max-width:100%;padding:4px 9px!important;border:1px solid var(--border)!important;border-radius:6px!important;background:var(--surface-soft)!important;color:var(--text)!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.journal-search{display:flex;width:310px;height:38px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted)}.journal-search:focus-within{border-color:#1684ff}.journal-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:13px}.journal-sentinel{padding:13px;color:var(--muted);font-size:11px;text-align:center}@media (max-width: 760px){.journal-page{padding:15px}.journal-search{width:190px}}.journal-page thead{top:178px}.journal-editor-header{position:relative!important;padding-right:60px!important}.journal-editor-close{position:absolute;top:17px;right:20px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.journal-editor-close:hover{background:var(--surface-hover);color:var(--text)}.journal-toolbar-actions{margin-left:auto}.journal-sticky-toolbar{gap:14px}.journal-sticky-toolbar>div:first-child{min-width:0;flex-wrap:wrap}@media (max-width: 1050px){.journal-sticky-toolbar{align-items:stretch!important;flex-direction:column}.journal-toolbar-actions{margin-left:0}.journal-page thead{top:247px}}.journal-list-controls{top:76px;padding:8px 10px 1px}.journal-sticky-header{min-height:var(--page-header-min-height);margin-bottom:8px!important}.journal-sticky-header>div:first-child>div:first-child{margin-bottom:5px!important;padding-bottom:3px!important;font-size:22px!important}.journal-sticky-header>div:first-child>div:last-child{margin-bottom:0!important;font-size:13px!important}.journal-sticky-toolbar{min-height:42px;margin-bottom:8px!important}.journal-page thead{top:207px}.journal-list-controls:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:6px;background:var(--page);pointer-events:none}.journal-page-heading{display:flex;align-items:center;gap:12px;min-width:0}.journal-page-heading__icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));border-radius:9px;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary)}.journal-page-heading__icon svg{width:17px;height:17px}.journal-page-heading__eyebrow{display:block;margin-bottom:2px;color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.09em}.journal-page-heading h1{margin:0!important;padding:0!important;border:0!important;color:var(--text)!important;font-size:var(--page-title-size)!important;font-weight:750!important;line-height:1.2}.journal-page-heading p{margin:4px 0 0!important;color:var(--muted)!important;font-size:12px!important;line-height:1.35}.journal-page thead th{position:relative}.journal-page thead th:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:32px;background:var(--page);pointer-events:none}.journal-editor-backdrop{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:20px;background:#040a14b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.journal-editor{display:flex;width:min(1120px,96vw);max-height:92vh;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 28px 80px #0006;color-scheme:light}:root[data-theme=dark] .journal-editor{color-scheme:dark}.journal-editor-header{flex:0 0 auto;margin:0!important;padding:19px 22px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.journal-editor-header>div{margin:0!important;padding:0!important;border:0!important;color:var(--text)!important;font-size:20px!important}.journal-editor-header p{margin:5px 0 0!important;color:var(--muted)!important;font-size:12px!important}.journal-editor-form{display:flex!important;width:auto!important;max-width:none!important;min-height:0;flex:1;flex-direction:column;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:var(--surface)!important;box-shadow:none!important}.journal-editor-meta{flex:0 0 auto;margin:0!important;padding:18px 22px!important;border-bottom:1px solid var(--border)!important}.journal-editor-meta>div{gap:14px!important}.journal-editor-form label{color:var(--muted)!important;font-size:11px!important}.journal-editor-form input,.journal-editor-form select{box-sizing:border-box;width:100%!important;height:40px;padding:0 11px!important;border:1px solid var(--border)!important;border-radius:8px!important;background:var(--surface-soft)!important;color:var(--text)!important;font:inherit;font-size:13px!important}.journal-editor-form select option,.journal-editor-form select optgroup{background:var(--surface);color:var(--text)}.journal-editor-form select optgroup{font-weight:750}.journal-editor-form select option{font-weight:500}.journal-editor-form input[type=date]::-webkit-calendar-picker-indicator{opacity:.72}:root[data-theme=dark] .journal-editor-form input,:root[data-theme=dark] .journal-editor-form select,:root[data-theme=dark] .journal-editor-form select option,:root[data-theme=dark] .journal-editor-form select optgroup{background-color:var(--surface-soft)!important;color:var(--text)!important;-webkit-text-fill-color:var(--text)}:root[data-theme=dark] .journal-editor-form input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}.journal-editor-form input:disabled,.journal-editor-form select:disabled{opacity:.65;color:var(--muted)!important}.journal-editor-form input::placeholder{color:var(--muted)!important}.journal-editor-form input:focus,.journal-editor-form select:focus{outline:0;border-color:#1684ff!important;box-shadow:0 0 0 3px #1684ff1a}.journal-editor-lines{min-height:0;padding:17px 22px;overflow:auto}.journal-editor-line-head{padding:8px 10px!important;border:1px solid var(--border);border-radius:8px 8px 0 0;background:var(--surface-soft)!important;color:var(--muted)!important;font-size:10px!important;text-transform:uppercase}.journal-editor-line-list{border-color:var(--border)!important;border-top:0!important;border-radius:0 0 8px 8px!important;background:var(--surface)}.journal-editor-line{border-color:var(--border)!important}.journal-editor-line input[name=debit]:not(:placeholder-shown){background:color-mix(in srgb,#16a474 8%,var(--surface-soft))!important}.journal-editor-line input[name=credit]:not(:placeholder-shown){background:color-mix(in srgb,#dc4964 8%,var(--surface-soft))!important}.journal-editor-lines>button{margin-top:11px!important;background:var(--surface)!important}.journal-editor-footer{flex:0 0 auto;margin:0!important;padding:14px 22px!important;border-top:1px solid var(--border)!important;background:var(--surface);gap:16px}.journal-editor-footer>div:last-child button:first-child{background:var(--surface)!important;color:var(--text)!important;border-color:var(--border)!important}@media (max-width: 800px){.journal-editor-backdrop{align-items:end;padding:7px}.journal-editor{width:100%;max-height:95vh}.journal-editor-line-head{display:none!important}.journal-editor-line{grid-template-columns:1fr 1fr!important;gap:8px!important}.journal-editor-footer{align-items:stretch!important;flex-direction:column}.journal-editor-footer>div{justify-content:space-between;gap:10px!important}}.journal-list-controls{position:sticky;top:0;z-index:30;margin:0 -10px;padding:10px 10px 1px;background:var(--page);box-shadow:0 8px 16px color-mix(in srgb,#000 8%,transparent)}.journal-sticky-header{position:static;margin-bottom:12px!important;padding:0;background:transparent}.journal-sticky-toolbar{position:static;margin-bottom:10px!important;padding:0;background:transparent;border-bottom:0}.journal-table-wrap{overflow:visible!important}.journal-page thead{position:sticky;top:145px;z-index:20}.journal-page th{position:static;box-shadow:0 1px 0 var(--border)}@media (max-width: 760px){.journal-list-controls{position:static;margin:0;padding:0;box-shadow:none}.journal-table-wrap{overflow-x:auto!important}.journal-page thead{position:static}}.ledger-page{min-height:100%;padding:24px;background:var(--page);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.ledger-page>header span{color:#1684ff;font-size:10px;font-weight:800;letter-spacing:.12em}.ledger-page h1{display:flex;align-items:center;gap:9px;margin:5px 0 3px;font-size:24px}.ledger-page header p{margin:0;color:var(--muted);font-size:13px}.ledger-filter{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(155px,.6fr)) auto;gap:12px;align-items:end;margin:18px 0 14px;padding:14px;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.ledger-filter label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.ledger-filter select,.ledger-filter input{box-sizing:border-box;width:100%;height:40px;padding:0 10px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);color:var(--text);font:inherit;font-size:12px}.ledger-filter select:focus,.ledger-filter input:focus{border-color:#1684ff;box-shadow:0 0 0 3px #1684ff1a}.ledger-filter button{display:flex;height:40px;align-items:center;gap:7px;padding:0 14px;border:0;border-radius:8px;background:#1684ff;color:#fff;font-size:12px;font-weight:750;cursor:pointer}.ledger-filter button:disabled{opacity:.6}.ledger-kpi{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-bottom:14px}.ledger-kpi article{padding:14px 15px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.ledger-kpi article>span,.ledger-kpi article>strong,.ledger-kpi article>small{display:block}.ledger-kpi article>span{color:var(--muted);font-size:10px}.ledger-kpi article>strong{margin:6px 0 3px;font-size:18px}.ledger-kpi article>small{color:var(--muted);font-size:9px}.ledger-kpi .positive strong{color:#22b987}.ledger-kpi .negative strong{color:#ef5f72}.ledger-card{overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.ledger-table{overflow:auto}.ledger-table table{width:100%;border-collapse:collapse}.ledger-table th,.ledger-table td{padding:11px 13px;border-bottom:1px solid var(--border);font-size:11px;text-align:left}.ledger-table th{position:sticky;top:0;z-index:2;background:var(--surface-soft);color:var(--muted);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.ledger-table th:nth-child(n+4),.ledger-table td.number{text-align:right}.ledger-table tbody tr:hover{background:var(--surface-hover)}.ledger-table code{color:#1684ff;font:inherit;font-weight:700}.ledger-table .debit{color:#22b987}.ledger-table .credit{color:#ef5f72}.ledger-table .balance{display:flex;align-items:center;justify-content:flex-end;gap:6px;font-weight:750}.ledger-table .balance svg{font-size:9px}.ledger-table .positive{color:#22b987}.ledger-table .negative{color:#ef5f72}.ledger-table .empty{height:150px;color:var(--muted);text-align:center}.ledger-sentinel{padding:12px;color:var(--muted);font-size:10px;text-align:center}.ledger-error{margin-bottom:12px;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,#ef5f72 10%,var(--surface));color:#ef5f72;font-size:11px}@media (max-width: 900px){.ledger-filter{grid-template-columns:1fr 1fr}.ledger-filter label:first-child{grid-column:1/-1}.ledger-kpi{grid-template-columns:1fr}}@media (max-width: 600px){.ledger-page{padding:15px}.ledger-filter{grid-template-columns:1fr}.ledger-filter label:first-child{grid-column:auto}.ledger-table table{min-width:760px}}.ledger-page{font-size:14px}.ledger-page h1{font-size:28px}.ledger-page header p{font-size:14px;line-height:1.55}.ledger-context{display:grid;grid-template-columns:1.5fr 1fr .7fr;gap:1px;overflow:hidden;margin-bottom:12px;border:1px solid var(--border);border-radius:10px;background:var(--border)}.ledger-context>div{padding:12px 15px;background:var(--surface)}.ledger-context span,.ledger-context strong{display:block}.ledger-context span{margin-bottom:5px;color:var(--muted);font-size:11px}.ledger-context strong{font-size:13px}.ledger-kpi article{position:relative;overflow:hidden;padding:17px 18px}.ledger-kpi article:before{content:"";position:absolute;top:0;bottom:0;left:0;width:3px;background:#1684ff}.ledger-kpi .debit-card:before{background:#22b987}.ledger-kpi .credit-card:before{background:#ef5f72}.ledger-kpi article>span{font-size:11px;font-weight:700}.ledger-kpi article>strong{font-size:21px;font-variant-numeric:tabular-nums}.ledger-kpi article>small{display:flex;align-items:center;gap:5px;font-size:10px}.ledger-kpi .debit-card strong,.ledger-kpi .debit-card small{color:#22b987}.ledger-kpi .credit-card strong,.ledger-kpi .credit-card small{color:#ef5f72}.ledger-card>header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.ledger-card>header div strong,.ledger-card>header div span{display:block}.ledger-card>header div strong{font-size:14px}.ledger-card>header div span,.ledger-card>header>span{margin-top:3px;color:var(--muted);font-size:11px}.ledger-table th{padding:12px 15px;font-size:10px}.ledger-table td{padding:13px 15px;font-size:13px;line-height:1.45}.ledger-table td.number{font-variant-numeric:tabular-nums}.ledger-table time{color:var(--muted);font-weight:650}.ledger-table code{padding:3px 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface-soft);font-size:12px}.ledger-table .balance svg{display:inline-block;flex:0 0 auto;width:11px;height:11px;padding:3px;border-radius:999px}.ledger-filter label{font-size:11px}.ledger-filter select,.ledger-filter input{font-size:13px}.ledger-selection-empty{display:flex;align-items:center;gap:14px;min-height:150px;padding:24px;border:1px dashed var(--border);border-radius:10px;background:var(--surface);color:var(--muted)}.ledger-selection-empty>svg{flex:0 0 auto;width:26px;height:26px;color:var(--primary)}.ledger-selection-empty strong{display:block;margin-bottom:6px;color:var(--text);font-size:15px}.ledger-selection-empty p{max-width:650px;margin:0;font-size:13px;line-height:1.6}@media (max-width: 900px){.ledger-context{grid-template-columns:1fr}.ledger-page h1{font-size:24px}}.receipts-page{min-height:100%;padding:24px;background:var(--page);color:var(--text);font-family:Inter,Segoe UI,sans-serif}.receipts-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.receipts-page__header>div>span{color:#16a474;font-size:11px;font-weight:800;letter-spacing:.12em}.receipts-page h1{margin:5px 0 3px;font-size:25px}.receipts-page__header p{margin:0;color:var(--muted);font-size:14px}.receipts-page__header>button,.receipts-toolbar>button{display:flex;height:41px;align-items:center;gap:7px;padding:0 14px;border:1px solid #15956b;border-radius:8px;background:#15956b;color:#fff;font-size:13px;font-weight:750;cursor:pointer}.receipts-card{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 5px 18px #080f1c0d}.receipts-toolbar{display:flex;align-items:center;gap:12px;padding:13px 15px;border-bottom:1px solid var(--border)}.receipts-toolbar>span{margin-left:auto;color:var(--muted);font-size:12px}.receipts-toolbar>button.is-danger{height:34px;border-color:#dc4964;background:#dc4964;font-size:11px}.receipts-search{display:flex;width:min(380px,100%);height:40px;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted)}.receipts-search:focus-within{border-color:#1684ff}.receipts-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:13px}.receipts-table-wrap{overflow:auto}.receipts-card table{width:100%;border-collapse:collapse}.receipts-card th,.receipts-card td{padding:12px 14px;border-bottom:1px solid var(--border);font-size:13px;text-align:left}.receipts-card th{position:sticky;top:0;z-index:1;background:var(--surface-soft);color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.receipts-card th:first-child,.receipts-card td:first-child{width:34px;text-align:center}.receipts-card td:nth-last-child(2){font-weight:800;text-align:right}.receipts-card tbody tr:hover{background:var(--surface-hover)}.receipts-actions{display:flex;justify-content:flex-end;gap:5px}.receipts-actions button{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);cursor:pointer}.receipts-actions button:hover{background:var(--surface-hover);color:#1684ff}.receipts-actions button.is-danger:hover{color:#dc4964}.receipts-empty{height:160px!important;color:var(--muted);text-align:center!important}.receipts-sentinel{padding:13px;color:var(--muted);font-size:10px;text-align:center}.receipt-modal__backdrop{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:18px;background:#050b16b8;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.receipt-modal{display:flex;width:min(820px,100%);max-height:92vh;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 25px 70px #00000061}.receipt-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--border)}.receipt-modal>header>div{display:flex;gap:12px}.receipt-modal__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;background:color-mix(in srgb,#16a474 13%,var(--surface));color:#16a474}.receipt-modal h2,.receipt-delete h2{margin:0;font-size:19px}.receipt-modal header p,.receipt-delete header p{margin:4px 0 0;color:var(--muted);font-size:11px}.receipt-modal>header>button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}.receipt-modal>header>button:hover{background:var(--surface-hover);color:var(--text)}.receipt-modal form{display:flex;min-height:0;flex-direction:column}.receipt-modal__body{padding:20px 21px;overflow:auto}.receipt-form__section+section{margin-top:20px;padding-top:18px;border-top:1px solid var(--border)}.receipt-form__section h3{margin:0 0 12px;font-size:14px}.receipt-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.receipt-form__grid label{display:flex;flex-direction:column;gap:6px}.receipt-form__grid label.is-wide{grid-column:1/-1}.receipt-form__grid label>span{color:var(--muted);font-size:11px;font-weight:700}.receipt-form__grid b{color:#dc4964}.receipt-modal input,.receipt-modal select{box-sizing:border-box;width:100%;height:40px;padding:0 10px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);color:var(--text);font:inherit;font-size:13px}.receipt-modal input:focus,.receipt-modal select:focus{border-color:#1684ff;box-shadow:0 0 0 3px #1684ff1a}.receipt-form__section-title{display:flex;align-items:flex-start;justify-content:space-between}.receipt-form__section-title h3{margin-bottom:3px}.receipt-form__section-title p{margin:0;color:var(--muted);font-size:11px}.receipt-form__section-title button{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-size:11px;font-weight:700;cursor:pointer}.receipt-lines{margin-top:12px}.receipt-lines__head,.receipt-line{display:grid;grid-template-columns:1.2fr 1fr 150px 32px;gap:8px;align-items:center}.receipt-lines__head{padding:0 4px 6px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.receipt-line{margin-bottom:7px}.receipt-line>button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:7px;background:color-mix(in srgb,#dc4964 10%,var(--surface));color:#dc4964;cursor:pointer}.receipt-line>button:disabled{opacity:.35}.receipt-line .is-amount{text-align:right}.receipt-modal__error{margin:12px 21px;padding:10px;border-radius:7px;background:color-mix(in srgb,#dc4964 11%,var(--surface));color:#dc4964;font-size:11px}.receipt-modal form>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 21px;border-top:1px solid var(--border)}.receipt-modal footer>div:first-child span,.receipt-modal footer>div:first-child strong{display:block}.receipt-modal footer>div:first-child span{color:var(--muted);font-size:10px}.receipt-modal footer>div:first-child strong{margin-top:2px;font-size:17px}.receipt-modal footer>div:last-child{display:flex;gap:8px}.receipt-modal footer button,.receipt-delete footer button{height:38px;padding:0 14px;border-radius:8px;font-size:12px;font-weight:750;cursor:pointer}.receipt-modal footer .is-secondary,.receipt-delete .is-secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.receipt-modal footer .is-primary{border:1px solid #15956b;background:#15956b;color:#fff}.receipt-modal footer button:disabled{cursor:not-allowed;opacity:.5}.receipt-delete{width:min(460px,100%);overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 25px 70px #00000061}.receipt-delete>header{display:flex;gap:11px;padding:19px 21px;border-bottom:1px solid var(--border)}.receipt-delete>header>span{display:grid;width:36px;height:36px;place-items:center;border-radius:9px;background:color-mix(in srgb,#dc4964 12%,var(--surface));color:#dc4964}.receipt-delete__body{padding:18px 21px;color:var(--muted);font-size:12px;line-height:1.55}.receipt-delete>footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 21px;border-top:1px solid var(--border)}.receipt-delete .is-danger{border:1px solid #dc4964;background:#dc4964;color:#fff}@media (max-width:700px){.receipts-page{padding:15px}.receipts-page__header{align-items:flex-start;flex-direction:column}.receipts-toolbar{align-items:stretch;flex-wrap:wrap}.receipts-toolbar>span{margin-left:0}.receipt-modal__backdrop{align-items:end;padding:7px}.receipt-form__grid{grid-template-columns:1fr}.receipt-form__grid label.is-wide{grid-column:auto}.receipt-lines__head{display:none}.receipt-line{grid-template-columns:1fr 100px 32px}.receipt-line select{grid-column:1/-1}.receipts-card table{min-width:760px}}.tax-page{padding:22px;color:var(--text)}.tax-year{display:grid;gap:3px;color:var(--muted);font-size:10px;font-weight:700}.tax-year select{height:34px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text);font-size:13px}.tax-add,.tax-profile button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:0 13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-weight:700}.tax-add,.tax-profile .is-primary,.tax-modal .is-primary{border-color:var(--module-accent);background:var(--module-accent);color:#fff}.tax-summary{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin-bottom:12px}.tax-summary article,.tax-profile,.tax-rule,.tax-empty{border:1px solid var(--border);border-radius:11px;background:var(--surface)}.tax-summary article{padding:14px}.tax-summary span,.tax-profile header p,.tax-profile section>p{display:block;color:var(--muted);font-size:11px}.tax-summary strong{display:block;margin-top:6px;font-size:18px}.tax-rule{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px;padding:12px 14px;font-size:12px}.tax-rule span{color:var(--muted)}.tax-rule small{display:block;margin-top:5px;color:#f59e0b;line-height:1.45}.tax-profile-list{overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--surface)}.tax-profile-list>header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--border)}.tax-profile-list>header span{color:var(--module-accent);font-size:9px;font-weight:800;letter-spacing:.09em}.tax-profile-list>header h2{margin:3px 0 0;font-size:15px}.tax-profile-list>header small{color:var(--muted);font-size:10px}.tax-profile-row{display:grid;grid-template-columns:minmax(210px,1.25fr) minmax(220px,1.25fr) minmax(160px,.8fr) minmax(160px,.8fr) 20px;align-items:center;gap:18px;width:100%;padding:14px 16px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer;transition:background .16s ease}.tax-profile-row:last-child{border-bottom:0}.tax-profile-row:hover{background:color-mix(in srgb,var(--module-accent) 6%,var(--surface))}.tax-profile-row__identity{display:flex;align-items:center;gap:11px}.tax-profile-row__identity>i{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:9px;background:color-mix(in srgb,var(--module-accent) 15%,var(--surface));color:var(--module-accent);font-size:15px;font-style:normal;font-weight:800}.tax-profile-row span>small,.tax-profile-row span>strong,.tax-profile-row span>em{display:block}.tax-profile-row span>small{margin-bottom:3px;color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.06em}.tax-profile-row span>strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.tax-profile-row span>em{overflow:hidden;margin-top:3px;color:var(--muted);font-size:9px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.tax-profile-row__shops strong svg{margin-right:4px;color:var(--module-accent)}.tax-profile-row .tax-scheme{display:inline-flex;width:fit-content;margin-top:4px;padding:3px 7px}.tax-profile-row__arrow{justify-self:end;color:var(--muted);font-size:11px}.tax-detail-modal{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:20px;background:#020617c7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tax-detail-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(1040px,96vw);max-height:min(850px,92vh);overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 28px 90px #0009}.tax-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid var(--border)}.tax-detail-header>div:first-child>span{color:var(--module-accent);font-size:9px;font-weight:800;letter-spacing:.08em}.tax-detail-header h2{margin:3px 0;font-size:18px}.tax-detail-header p{margin:0;color:var(--muted);font-size:10px}.tax-detail-header>div:last-child{display:flex;align-items:center;gap:12px}.tax-detail-header button{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:19px}.tax-detail-scroll{overflow:auto}.tax-detail-scroll>section{padding:15px 20px;border-bottom:1px solid var(--border)}.tax-detail-scroll .tax-kpis{position:sticky;top:0;z-index:2;background:var(--surface)}.tax-detail-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid var(--border);background:var(--surface)}.tax-detail-footer button{min-height:34px;padding:0 13px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text);font-size:11px;font-weight:700}.tax-detail-footer .is-danger{margin-right:auto;color:#ef4444}.tax-inline-error{margin:12px 20px;padding:9px 11px;border-radius:7px;background:#ef44441a;color:#ef4444;font-size:11px}.tax-profile{margin-bottom:14px;overflow:hidden}.tax-profile>header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border)}.tax-profile header span{color:var(--module-accent);font-size:10px;font-weight:800;letter-spacing:.08em}.tax-profile h2{margin:3px 0;font-size:18px}.tax-scheme{padding:5px 9px;border-radius:999px;background:var(--surface-soft);font-size:11px}.tax-scheme.is-exempt{color:#10b981}.tax-scheme.is-final_umkm{color:#f59e0b}.tax-scheme.is-general{color:#ef4444}.tax-kpis{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border)}.tax-kpis div{padding:13px 16px;border-right:1px solid var(--border)}.tax-kpis div:last-child{border-right:0}.tax-kpis span{display:block;color:var(--muted);font-size:10px}.tax-kpis strong{display:block;margin-top:4px;font-size:14px}.tax-profile>section{padding:14px 16px;border-bottom:1px solid var(--border)}.tax-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.tax-section-title>span{color:var(--module-accent);font-size:11px;font-weight:700}.tax-detail-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(500px,1.2fr);gap:20px}.tax-breakdown{margin-top:9px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.tax-breakdown>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-bottom:1px solid var(--border)}.tax-breakdown>div:last-child{border-bottom:0}.tax-breakdown span strong,.tax-breakdown span small{display:block}.tax-breakdown small{margin-top:2px;color:var(--muted);font-size:9px}.tax-breakdown b{font-size:12px}.tax-months{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));gap:7px;margin-top:9px}.tax-months>div{display:grid;gap:3px;padding:8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft)}.tax-months span,.tax-months small{color:var(--muted);font-size:9px}.tax-months strong{font-size:11px}.tax-calculation{display:flex;align-items:center;justify-content:space-between;gap:20px;background:color-mix(in srgb,var(--module-accent) 5%,var(--surface))}.tax-calculation span{display:block;color:var(--muted);font-size:10px}.tax-calculation strong{display:block;margin-top:3px;font-size:12px}.tax-calculation p{margin:0;color:var(--muted);font-size:11px}.tax-modal fieldset{margin:0;padding:11px;border:1px solid var(--border);border-radius:8px}.tax-modal legend{padding:0 5px;color:var(--muted);font-size:11px;font-weight:700}.tax-profile h3{margin:0 0 3px;font-size:13px}.tax-shop-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tax-shop-options label{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.tax-shop-options label.is-selected{border-color:var(--module-accent);background:color-mix(in srgb,var(--module-accent) 9%,var(--surface))}.tax-shop-options span strong,.tax-shop-options span small{display:block}.tax-shop-options small{color:var(--muted);font-size:9px}.tax-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.tax-fields label,.tax-modal label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:700}.tax-fields .is-wide{grid-column:1/-1}.tax-fields input,.tax-modal input,.tax-modal select{height:36px;padding:0 10px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text)}.tax-profile>aside{margin:12px 16px 0;padding:9px;border-radius:7px;background:#f59e0b1c;color:#f59e0b;font-size:11px}.tax-profile>aside.is-error,.tax-error{color:#ef4444}.tax-profile>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 16px}.tax-profile .is-danger{margin-right:auto;color:#ef4444}.tax-empty{display:grid;place-items:center;gap:5px;min-height:150px;padding:24px;color:var(--muted)}.tax-empty strong{color:var(--text)}.tax-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:#020617b8}.tax-modal form{display:grid;gap:14px;width:min(520px,96vw);padding:20px;border:1px solid var(--border);border-radius:13px;background:var(--surface);box-shadow:0 25px 80px #0006}.tax-modal header{display:flex;justify-content:space-between}.tax-modal header span{color:var(--module-accent);font-size:10px;font-weight:800}.tax-modal h2{margin:3px 0;font-size:19px}.tax-modal p{margin:0;color:var(--muted);font-size:12px}.tax-modal header>button{border:0;background:none;color:var(--muted);font-size:22px}.tax-modal footer{display:flex;justify-content:flex-end;gap:8px}.tax-modal footer button{min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}@media (max-width: 800px){.tax-summary,.tax-kpis,.tax-fields{grid-template-columns:1fr 1fr}.tax-rule{display:grid}.tax-detail-grid{grid-template-columns:1fr}.tax-profile-row{grid-template-columns:1fr 1fr 18px}.tax-profile-row__shops{grid-column:1 / 3;grid-row:2}.tax-profile-row__arrow{grid-column:3;grid-row:1 / 3}}@media (max-width: 520px){.tax-page{padding:12px}.tax-summary,.tax-kpis,.tax-fields{grid-template-columns:1fr}.tax-profile>header{gap:10px}.tax-profile>footer{flex-wrap:wrap}.tax-months{grid-template-columns:repeat(2,1fr)}.tax-calculation{align-items:flex-start;flex-direction:column}.tax-profile-list>header small{display:none}.tax-profile-row{grid-template-columns:1fr 18px;gap:12px}.tax-profile-row__identity,.tax-profile-row__shops,.tax-profile-row__metric{grid-column:1}.tax-profile-row__arrow{grid-column:2;grid-row:1 / 5}.tax-detail-modal{padding:0}.tax-detail-panel{width:100vw;max-height:100vh;height:100vh;border:0;border-radius:0}}.global-search-input{align-items:center;background:var(--surface, #fff);border:1px solid var(--border, #dfe5ef);border-radius:8px;color:var(--muted, #718096);display:flex;flex:1 1 220px;gap:8px;min-width:180px;padding:0 10px;transition:border-color .16s ease,box-shadow .16s ease}.global-search-input:focus-within{border-color:var(--primary, #1677ff);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary, #1677ff) 15%,transparent)}.global-search-input input{background:transparent;border:0;color:var(--text, #172033);font:inherit;min-width:0;outline:0;padding:8px 0;width:100%}.global-search-input input::placeholder{color:var(--muted, #8a94a6)}.global-search-input input::-webkit-search-cancel-button{display:none}.global-search-input__icon{flex:0 0 auto;font-size:13px}.global-search-input button{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:flex;padding:3px}.global-search-input__spinner{animation:global-search-spin .7s linear infinite;border:2px solid color-mix(in srgb,currentColor 25%,transparent);border-top-color:currentColor;border-radius:50%;height:13px;width:13px}@keyframes global-search-spin{to{transform:rotate(360deg)}}.ads-page{min-height:calc(100vh - 82px);background:var(--page);color:var(--text);color-scheme:light}:root[data-theme=dark] .ads-page{color-scheme:dark}:root[data-theme=dark] .ads-page [style*="background-color: rgb(255, 255, 255)"],:root[data-theme=dark] .ads-page [style*="background-color: white"],:root[data-theme=dark] .ads-page [style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] .ads-page [style*="background: white"]{background-color:var(--surface)!important;color:var(--text)!important}:root[data-theme=dark] .ads-page [style*="background-color: rgb(248, 249, 250)"],:root[data-theme=dark] .ads-page [style*="background: rgb(248, 249, 250)"],:root[data-theme=dark] .ads-page [style*="background-color: rgb(250, 248, 248)"],:root[data-theme=dark] .ads-page [style*="background: rgb(250, 248, 248)"],:root[data-theme=dark] .ads-page [style*="background-color: rgb(241, 243, 245)"],:root[data-theme=dark] .ads-page [style*="background: rgb(241, 243, 245)"]{background-color:var(--surface-soft)!important;color:var(--text)!important}:root[data-theme=dark] .ads-page [style*="color: rgb(33, 37, 41)"],:root[data-theme=dark] .ads-page [style*="color: rgb(52, 58, 64)"],:root[data-theme=dark] .ads-page [style*="color: rgb(31, 41, 55)"],:root[data-theme=dark] .ads-page [style*="color: rgb(17, 24, 39)"],:root[data-theme=dark] .ads-page [style*="color: rgb(0, 0, 0)"]{color:var(--text)!important}.ads-page input,.ads-page select,.ads-page textarea{border-color:var(--border)!important;background:var(--surface-soft)!important;color:var(--text)!important}.ads-page input::placeholder,.ads-page textarea::placeholder{color:var(--muted)!important}.ads-page table{color:var(--text)}.product-catalog{min-height:calc(100vh - 120px);padding:20px 24px;color:var(--text);background:var(--page)}.product-catalog__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.product-catalog__header h1{margin:2px 0;color:var(--text);font-size:25px}.product-catalog__header p{margin:4px 0 0;color:var(--muted);font-size:13px}.product-catalog__header>button{height:40px;padding:0 16px;border:0;border-radius:8px;background:#0878f9;color:#fff;font-weight:750;cursor:pointer}.product-catalog__panel{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-sm)}.product-catalog__toolbar{display:flex;align-items:center;gap:10px;padding:13px 15px;border-bottom:1px solid var(--border);background:var(--surface)}.product-catalog__search{display:flex;width:min(410px,100%);height:40px;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--muted)}.product-catalog__search:focus-within{border-color:#1684ff;box-shadow:0 0 0 3px #1684ff1a}.product-catalog__search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}.product-catalog__toolbar>select{height:40px;padding:0 32px 0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}.product-catalog__views{display:flex;padding:3px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.product-catalog__views button{display:grid;width:33px;height:32px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.product-catalog__views button.is-active{background:var(--surface);color:#1684ff;box-shadow:var(--shadow-sm)}.product-catalog__count{margin-left:auto;color:var(--muted);font-size:11px;white-space:nowrap}.product-catalog__count strong{color:var(--text);font-size:13px}.product-catalog__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:16px;background:var(--surface-soft)}.product-catalog__card{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .15s ease,border-color .15s ease}.product-catalog__card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,#1684ff 45%,var(--border))}.product-catalog__cover{position:relative;display:grid;aspect-ratio:4/3;place-items:center;overflow:hidden;background:var(--surface-soft)}.product-catalog__cover>img{width:100%;height:100%;object-fit:cover}.product-catalog__cover>span:not(.product-catalog__status){font-size:36px;color:var(--muted)}.product-catalog__cover>.product-catalog__status{position:absolute;top:10px;right:10px;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-catalog__card-body{padding:13px}.product-catalog__card-body>small{color:#1684ff;font-size:10px;font-weight:800;text-transform:uppercase}.product-catalog__card-body h2{display:-webkit-box;min-height:39px;margin:5px 0 12px;overflow:hidden;color:var(--text);font-size:14px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-catalog__sku-list{display:grid;gap:6px;max-height:138px;overflow:auto}.product-catalog__sku-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft)}.product-catalog__sku-list strong{color:var(--text);font-size:11px}.product-catalog__sku-list span{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.product-catalog__table-wrap{overflow:auto}.product-catalog table{width:100%;border-collapse:collapse}.product-catalog th,.product-catalog td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text);font-size:12px;text-align:left}.product-catalog th{position:sticky;top:0;z-index:2;background:var(--surface-soft);color:var(--muted);font-size:10px;font-weight:750;text-transform:uppercase}.product-catalog__product{display:flex;align-items:center;gap:10px}.product-catalog__product img,.product-catalog__product>span,.product-catalog__variant-image img,.product-catalog__variant-image>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--border);border-radius:7px;object-fit:cover;background:var(--surface-soft)}.product-catalog__variant-image img,.product-catalog__variant-image>span{width:32px;height:32px}.product-catalog__status{display:inline-flex;padding:4px 8px;border:1px solid var(--border);border-radius:99px;background:var(--surface-soft);color:var(--muted);font-size:10px;font-weight:700}.product-catalog__empty{display:flex;min-height:230px;align-items:center;justify-content:center;gap:5px;color:var(--muted);flex-direction:column}.product-catalog__empty strong{color:var(--text)}.product-catalog__loading{padding:14px;color:var(--muted);font-size:11px;text-align:center}.product-catalog__sentinel{height:1px}.product-catalog__error{padding:10px;border-radius:8px;background:#e0445e1a;color:#e0445e}@media (max-width:760px){.product-catalog{padding:14px}.product-catalog__header{align-items:flex-start;flex-direction:column}.product-catalog__toolbar{align-items:stretch;flex-wrap:wrap}.product-catalog__search{width:100%}.product-catalog__count{width:100%;margin-left:0}.product-catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:9px}.product-catalog__card-body{padding:10px}.product-catalog__sku-list>div{align-items:flex-start;flex-direction:column}.product-catalog__table-wrap table{min-width:760px}}.product-catalog__parent{cursor:pointer}.product-catalog__parent:hover td{background:var(--surface-hover)}.product-catalog__parent td:first-child{width:48%}.product-catalog__parent td:last-child{width:48px}.product-catalog__expand{display:grid;width:30px;height:30px;margin-left:auto;padding:0;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-size:17px}.product-catalog__variants>td{padding:0 20px 16px!important;background:var(--surface-soft)}.product-catalog__variants table{border:1px solid var(--border);background:var(--surface)}.product-catalog__variants th,.product-catalog__variants td{padding:9px 12px;font-size:11px}.product-catalog__variants tbody tr:last-child td{border-bottom:0}.product-catalog__card{cursor:pointer}.product-catalog__card:focus-visible{outline:3px solid color-mix(in srgb,#1684ff 25%,transparent);outline-offset:2px}.product-catalog__main-sku{margin:0 0 8px;color:var(--muted);font-size:10px;text-transform:uppercase}.product-catalog__main-sku strong{color:#42a2ff;font-size:12px;letter-spacing:.04em}.product-catalog__shops-button{display:flex;width:100%;height:34px;align-items:center;justify-content:center;gap:7px;margin-top:11px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:#42a2ff;font-size:11px;font-weight:750;cursor:pointer}.product-catalog__product{border:0;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer}.product-catalog__cover{position:relative}.product-catalog__missing{position:absolute;right:8px;bottom:8px;padding:6px 9px;border:1px solid #ff8190;border-radius:999px;background:#d92d48;color:#fff;font-size:10px;font-weight:850;box-shadow:0 3px 12px #d92d4859;cursor:pointer}.product-catalog__sync-badge{position:absolute;top:9px;left:9px;display:grid;width:31px;height:31px;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#0a74e8eb;color:#fff;box-shadow:0 3px 12px #00000047;cursor:pointer}.product-catalog__out-of-stock{position:absolute;top:48px;left:9px;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:#cf263cf0;color:#fff;font-size:9px!important;font-weight:850;line-height:1;box-shadow:0 3px 12px #00000047;text-transform:uppercase}.product-catalog__sync-badge:disabled,.product-catalog__sync-list:disabled{cursor:not-allowed;opacity:.55}.product-catalog__sync-badge.is-syncing svg,.product-catalog__sync-list.is-syncing svg{animation:catalog-sync-spin .8s linear infinite}.product-catalog__sync-list{display:inline-grid;width:30px;height:30px;margin-right:6px;padding:0;place-items:center;border:1px solid #1684ff;border-radius:999px;background:color-mix(in srgb,#1684ff 10%,var(--surface));color:#1684ff;cursor:pointer}.product-catalog__parent td:last-child{width:88px;white-space:nowrap}@keyframes catalog-sync-spin{to{transform:rotate(360deg)}}.catalog-availability__backdrop{position:fixed;inset:0;z-index:14000;display:grid;place-items:center;padding:18px;background:#030812c2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.catalog-availability{display:flex;width:min(780px,100%);max-height:90vh;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 28px 80px #00000073}.catalog-availability>header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.catalog-availability>header span{color:#28c990;font-size:10px;font-weight:850;letter-spacing:.12em}.catalog-availability h2{margin:4px 0;font-size:18px}.catalog-availability header p{margin:0;color:var(--muted);font-size:11px}.catalog-availability header button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer}.catalog-availability>main{min-height:180px;padding:16px;overflow:auto}.catalog-availability__list{display:grid;gap:10px}.catalog-availability__list article{display:grid;grid-template-columns:76px 1fr;gap:13px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.catalog-availability__image img,.catalog-availability__image>span{display:grid;width:76px;height:76px;place-items:center;border-radius:8px;object-fit:cover;background:var(--surface)}.catalog-availability__live{display:inline-flex;padding:2px 6px;border-radius:99px;background:color-mix(in srgb,#28c990 14%,var(--surface));color:#28c990;font-size:9px;font-weight:850}.catalog-availability__list h3{display:inline;margin:0 0 0 7px;font-size:13px}.catalog-availability__list p{margin:5px 0;color:var(--muted);font-size:11px}.catalog-availability__meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:10px}.catalog-availability__meta strong{color:var(--text)}.catalog-availability__skus{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.catalog-availability__skus span{padding:3px 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text);font-size:9px}.catalog-availability__empty{display:flex;min-height:180px;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:12px;flex-direction:column}.catalog-availability__empty strong{color:var(--text)}.catalog-availability__error{padding:12px;border-radius:8px;background:color-mix(in srgb,#dc4964 12%,var(--surface));color:#ef6a7d}.catalog-availability>footer{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;border-top:1px solid var(--border);color:var(--muted);font-size:11px}.catalog-availability footer button{height:36px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text);font-weight:700;cursor:pointer}@media (max-width:600px){.catalog-availability__backdrop{align-items:end;padding:7px}.catalog-availability__list article{grid-template-columns:56px 1fr}.catalog-availability__image img,.catalog-availability__image>span{width:56px;height:56px}}.product-catalog__cover>.product-catalog__out-of-stock{display:inline-flex!important;color:#fff!important;font-size:9px!important}.product-catalog__publish-button{display:flex;width:100%;height:34px;align-items:center;justify-content:center;gap:7px;margin-top:7px;border:1px solid #ee7b36;border-radius:7px;background:#ee7b36;color:#fff;font-size:11px;font-weight:750;cursor:pointer}.product-catalog__publish-button:disabled{border-color:var(--border);background:var(--surface-soft);color:var(--muted);cursor:not-allowed}.product-table__toolbar{position:sticky;top:0;z-index:12;background:var(--surface)}.product-table-frame{margin-top:18px!important;padding:0!important;overflow:hidden;background:var(--surface)!important;border:1px solid var(--border)!important;border-radius:12px!important;box-shadow:0 8px 24px #0f172a0d}.product-table-frame__toolbar{display:flex!important;align-items:center!important;gap:9px!important;margin:0!important;padding:13px 15px!important;overflow-x:auto;background:var(--surface-soft)!important;border-bottom:1px solid var(--border)!important}.product-table-frame__toolbar label{color:var(--muted)!important}.product-table-frame__toolbar select,.product-table-frame__toolbar button{min-height:34px}.product-table-frame__count{margin:0!important;padding:10px 15px!important;color:var(--muted)!important;background:var(--surface)!important;border-bottom:1px solid var(--border)!important;font-size:11.5px}.product-table-frame__count strong{color:var(--text)!important;font-size:13px}.product-table-frame>.product-data-table-scroll{max-height:calc(100vh - 310px);border:0;border-radius:0}.product-table__variant-badge{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:6px;font-size:11.5px;line-height:1.25}.product-table__metric-badge,.product-table__status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:4px 8px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:700;line-height:1.2;font-variant-numeric:tabular-nums;white-space:nowrap}.product-table__metric-badge--stock{color:#047857;background:#10b9811f;border-color:#10b9813d}.product-table__metric-badge--low{color:#b45309;background:#f59e0b21;border-color:#f59e0b47}.product-table__metric-badge--empty{color:#dc2626;background:#ef44441f;border-color:#ef44443d}.product-table__metric-badge--order{color:#2563eb;background:#3b82f61f;border-color:#3b82f63d}.product-table__metric-badge--shipping{color:#7c3aed;background:#8b5cf61f;border-color:#8b5cf63d}.product-table__metric-badge--muted{color:var(--muted);background:var(--surface-soft);border-color:var(--border)}.product-table__money{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.product-table__money--total{color:#059669;font-weight:700}.product-table__money--negative{color:#dc2626;font-weight:700}.product-data-table .product-table__status-select{min-width:92px;border-radius:999px!important;font-size:11px;font-weight:700;text-transform:capitalize}.product-data-table .product-table__status-select--normal{color:#047857!important;background:#10b9811f!important;border-color:#10b9813d!important}.product-data-table .product-table__status-select--draf,.product-data-table .product-table__status-select--unset{color:#b45309!important;background:#f59e0b21!important;border-color:#f59e0b47!important}.product-data-table .product-table__status-select--arsip{color:#64748b!important;background:#64748b1f!important;border-color:#64748b3d!important}.product-data-table .product-table__status-select--dihapus{color:#dc2626!important;background:#ef44441f!important;border-color:#ef44443d!important}.product-table__status-badge{color:#047857;background:#10b9811f;border-color:#10b9813d;text-transform:capitalize}.product-table__status-badge--draft,.product-table__status-badge--unset{color:#b45309;background:#f59e0b21;border-color:#f59e0b47}.product-table__status-badge--archived{color:#64748b;background:#64748b1f;border-color:#64748b3d}.product-table__status-badge--deleted{color:#dc2626;background:#ef44441f;border-color:#ef44443d}.product-table__collapse-all{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-family:inherit;font-size:11.5px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.product-table__collapse-all:hover{background:var(--surface-soft);border-color:#94a3b8}.product-data-table-scroll{position:relative;max-height:calc(100vh - 300px);min-height:240px;overflow:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.product-data-table{width:100%;min-width:900px;border-collapse:separate!important;border-spacing:0!important;font-size:12.5px;table-layout:auto}.product-data-table>thead>tr>th{position:sticky;top:0;z-index:5;padding:11px 13px!important;background:var(--surface)!important;color:var(--muted)!important;border:0!important;border-bottom:1px solid var(--border)!important;text-align:left;text-transform:uppercase;letter-spacing:.055em;font-size:10.5px!important;font-weight:700!important;white-space:nowrap}.product-data-table>tbody>tr>td{padding:10px 13px;color:var(--text);background:var(--surface);border:0;border-bottom:1px solid var(--border);vertical-align:middle;font-size:12.5px}.product-data-table>tbody>tr:last-child>td{border-bottom:0}.product-data-table>tbody>tr:not(.product-sku-group-row):hover>td{background:var(--surface-soft)!important}.product-data-table .is-number,.product-data-table .product-table__number{text-align:right;font-variant-numeric:tabular-nums}.product-data-table img{border:1px solid var(--border);border-radius:7px;object-fit:cover;background:var(--surface-soft)}.product-data-table input,.product-data-table select{box-sizing:border-box;min-height:32px;border:1px solid var(--border)!important;border-radius:7px!important;background:var(--surface-soft)!important;color:var(--text)!important;outline:0}.product-data-table input:focus,.product-data-table select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f}.product-data-table .product-sku-group-row>td{background:var(--sku-group-bg)!important;color:var(--sku-group-text)!important;font-weight:700;border-top:1px solid var(--sku-group-border)!important;border-bottom:1px solid var(--sku-group-border)!important}.product-data-table .product-sku-group-row button{color:var(--sku-group-text)!important}.product-table__empty{padding:42px 20px!important;text-align:center!important;color:var(--muted)!important;background:var(--surface)!important}@media (max-width: 760px){.product-data-table-scroll{max-height:calc(100vh - 250px);border-radius:8px}.product-data-table{font-size:11.5px}.product-data-table>thead>tr>th,.product-data-table>tbody>tr>td{padding:9px 10px!important}}.quick-invoice-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#020617a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quick-invoice{display:flex;flex-direction:column;width:min(1040px,100%);max-height:calc(100vh - 48px);overflow:hidden;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 28px 80px #02061759}.quick-invoice>header{display:flex;justify-content:space-between;gap:20px;padding:21px 24px;border-bottom:1px solid var(--border)}.quick-invoice>header span{color:#3b82f6;font-size:10px;font-weight:800;letter-spacing:.13em}.quick-invoice>header h2{margin:4px 0;font-size:20px}.quick-invoice>header p,.quick-invoice__section-title p{margin:0;color:var(--muted);font-size:12px}.quick-invoice>header button,.quick-invoice__item>button{display:grid;place-items:center;border:0;color:var(--muted);background:transparent;cursor:pointer}.quick-invoice>header button{width:34px;height:34px;border-radius:8px}.quick-invoice>header button:hover{color:var(--text);background:var(--surface-soft)}.quick-invoice__body{overflow:auto;padding:0 24px}.quick-invoice section{position:relative;padding:20px 0;border-bottom:1px solid var(--border)}.quick-invoice section:last-child{border:0}.quick-invoice h3{margin:0 0 13px;font-size:13px}.quick-invoice__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-invoice label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:10.5px;font-weight:700}.quick-invoice label.is-wide{grid-column:1/-1}.quick-invoice input,.quick-invoice select,.quick-invoice textarea{box-sizing:border-box;width:100%;padding:9px 11px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;outline:0;font:500 12px inherit}.quick-invoice input:focus,.quick-invoice select:focus,.quick-invoice textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.quick-invoice__section-title{display:flex;justify-content:space-between}.quick-invoice__section-title h3{margin-bottom:3px}.quick-invoice__search{position:relative;display:flex;align-items:center;margin-top:12px}.quick-invoice__search>svg:first-child{position:absolute;left:12px;color:var(--muted)}.quick-invoice__search input{padding-left:36px;padding-right:36px}.quick-invoice__search>svg:last-child{position:absolute;right:12px}.quick-invoice__results{position:absolute;z-index:4;width:calc(100% - 48px);max-height:230px;overflow:auto;margin-top:4px;padding:5px;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 36px #0206172e}.quick-invoice__results button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;width:100%;padding:8px;border:0;border-radius:7px;text-align:left;color:var(--text);background:transparent;cursor:pointer}.quick-invoice__results button:hover{background:var(--surface-soft)}.quick-invoice__results img,.quick-invoice__results button>span{width:34px;height:34px;object-fit:cover;border-radius:6px;background:var(--surface-soft)}.quick-invoice__results strong,.quick-invoice__results small{display:block}.quick-invoice__results small{overflow:hidden;color:var(--muted);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.quick-invoice__items{margin-top:12px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.quick-invoice__item{display:grid;grid-template-columns:38px minmax(170px,1fr) 80px 130px 105px 30px;align-items:end;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border)}.quick-invoice__item:last-child{border:0}.quick-invoice__item>img,.quick-invoice__placeholder{width:38px;height:38px;object-fit:cover;border-radius:7px;background:var(--surface-soft)}.quick-invoice__item-name{align-self:center;min-width:0}.quick-invoice__item-name strong,.quick-invoice__item-name small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-invoice__item-name small{margin-top:3px;color:var(--muted);font-size:10.5px}.quick-invoice__subtotal{align-self:center;text-align:right;font-size:12px}.quick-invoice__item>button{align-self:center;width:28px;height:28px;color:#ef4444;border-radius:6px}.quick-invoice__item>button:hover{background:#ef44441a}.quick-invoice__empty{padding:25px;text-align:center;color:var(--muted);font-size:12px}.quick-invoice__error{margin-top:16px;padding:10px 12px;color:#dc2626;background:#ef44441a;border:1px solid rgba(239,68,68,.24);border-radius:8px;font-size:12px}.quick-invoice>footer{display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:15px 24px;background:var(--surface-soft);border-top:1px solid var(--border)}.quick-invoice>footer>div{display:flex;flex-direction:column;margin-right:auto}.quick-invoice>footer span{color:var(--muted);font-size:10px}.quick-invoice>footer small{margin-top:3px;color:var(--muted);font-size:10px}.quick-invoice>footer strong{font-size:16px}.quick-invoice>footer button{min-width:90px;height:38px;padding:0 14px;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--surface);font-weight:700;font-size:12px;cursor:pointer}.quick-invoice>footer button[type=submit]{display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#2563eb;border-color:#2563eb}.quick-invoice>footer button:disabled{opacity:.5;cursor:not-allowed}.quick-invoice__spin{animation:quick-invoice-spin .8s linear infinite}@keyframes quick-invoice-spin{to{transform:rotate(360deg)}}@media (max-width: 760px){.quick-invoice-backdrop{padding:0}.quick-invoice{height:100vh;max-height:none;border-radius:0}.quick-invoice__grid{grid-template-columns:1fr 1fr}.quick-invoice__item{grid-template-columns:34px 1fr 64px 100px}.quick-invoice__subtotal{display:none}.quick-invoice__item>button{grid-column:4}.quick-invoice>footer{position:sticky;bottom:0}.quick-invoice__results{width:calc(100% - 48px)}}@media (max-width: 480px){.quick-invoice__grid{grid-template-columns:1fr}.quick-invoice label.is-wide{grid-column:auto}.quick-invoice>header,.quick-invoice__body,.quick-invoice>footer{padding-left:16px;padding-right:16px}.quick-invoice__results{width:calc(100% - 32px)}}.purchase-review{display:flex;width:100%;min-height:calc(100vh - 125px);overflow:hidden;flex-direction:column;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text)}.purchase-review__tabs{position:sticky;top:0;z-index:5;display:flex;min-height:58px;align-items:flex-end;gap:6px;padding:8px 12px 0;overflow-x:auto;border-bottom:1px solid var(--border);background:var(--surface);scrollbar-width:none}.purchase-review__tabs::-webkit-scrollbar{display:none}.purchase-review__tab{display:flex;min-height:46px;align-items:center;gap:8px;padding:0 16px;border:0;border-bottom:3px solid transparent;border-radius:8px 8px 0 0;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:14px;font-weight:600;white-space:nowrap}.purchase-review__tab:hover{background:var(--surface-hover);color:var(--text)}.purchase-review__tab.is-active{border-bottom-color:#2684ff;background:var(--surface-soft);color:#2684ff}.purchase-review__body{flex:1;padding:14px;background:var(--page)}.purchase-review__content{min-height:100%;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text)}.purchase-review__empty{padding:40px;color:var(--muted);font-size:16px;text-align:center}@media (max-width: 720px){.purchase-review__body{padding:8px}.purchase-review__content{padding:10px}.purchase-review__tab{padding:0 12px}}.outbound-dashboard{display:grid;gap:16px;color:var(--text)}.outbound-dashboard__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:20px 22px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.outbound-dashboard__eyebrow{color:#3b82f6;font-size:10px;font-weight:800;letter-spacing:.12em}.outbound-dashboard h2{margin:4px 0;font-size:24px}.outbound-dashboard__header p{margin:0;color:var(--muted);font-size:12px}.outbound-dashboard__print,.outbound-scan button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;color:#fff;background:#2563eb;border:0;border-radius:8px;font-weight:700;cursor:pointer}.outbound-dashboard__print:disabled{opacity:.45;cursor:not-allowed}.outbound-dashboard__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.outbound-metric{display:flex;align-items:center;gap:13px;padding:15px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.outbound-metric>svg{box-sizing:content-box;padding:10px;border-radius:9px;background:var(--surface-soft)}.outbound-metric div{display:grid;gap:2px}.outbound-metric strong{font-size:21px}.outbound-metric span{color:var(--muted);font-size:11px;font-weight:600}.outbound-metric--blue>svg{color:#2563eb}.outbound-metric--amber>svg{color:#d97706}.outbound-metric--violet>svg{color:#7c3aed}.outbound-metric--green>svg{color:#059669}.outbound-scan{display:grid;grid-template-columns:auto minmax(160px,.55fr) minmax(240px,1fr) auto;align-items:center;gap:12px;padding:15px 18px;background:var(--surface);border:1px solid var(--border);border-radius:11px}.outbound-scan>svg{color:#2563eb;font-size:22px}.outbound-scan div{display:grid}.outbound-scan div span{color:var(--muted);font-size:10.5px}.outbound-scan input,.outbound-search input{min-height:38px;padding:0 12px;background:var(--surface-soft);color:var(--text);border:1px solid var(--border);border-radius:8px;outline:0}.outbound-scan input:focus,.outbound-search:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.outbound-dashboard__panel{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:12px}.outbound-dashboard__toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:var(--surface-soft);border-bottom:1px solid var(--border)}.outbound-filter-tabs{display:flex;gap:5px}.outbound-filter-tabs button{padding:7px 10px;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:7px;font-size:11px;font-weight:700;cursor:pointer}.outbound-filter-tabs button.is-active{color:#2563eb;background:var(--surface);border-color:var(--border)}.outbound-search{display:flex;align-items:center;gap:7px;width:min(340px,100%);padding-left:10px;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:8px}.outbound-search input{width:100%;padding-left:0;background:transparent;border:0}.outbound-table-wrap{max-height:calc(100vh - 370px);min-height:260px;overflow:auto}.outbound-table{width:100%;min-width:1050px;border-collapse:separate;border-spacing:0;font-size:12px}.outbound-table th{position:sticky;top:0;z-index:2;padding:10px 12px;text-align:left;color:var(--muted);background:var(--surface);border-bottom:1px solid var(--border);font-size:10px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;cursor:default}.outbound-table th[onclick]{cursor:pointer}.outbound-table td{padding:10px 12px;background:var(--surface);border-bottom:1px solid var(--border);vertical-align:middle}.outbound-table tbody tr:hover td{background:var(--surface-soft)}.outbound-table td strong{display:block}.outbound-table td small{display:block;margin-top:2px;color:var(--muted)}.outbound-table__empty{padding:40px!important;text-align:center;color:var(--muted)}.outbound-table__sentinel{min-height:2px;padding:10px;text-align:center;color:var(--muted);font-size:11px}.outbound-badge{display:inline-flex;padding:4px 8px;border-radius:999px;color:#475569;background:#64748b1f;border:1px solid rgba(100,116,139,.2);font-size:10.5px;font-weight:800}.outbound-badge--number{min-width:28px;justify-content:center;color:#2563eb;background:#3b82f61f}.outbound-badge--ready_to_ship{color:#b45309;background:#f59e0b21}.outbound-badge--processed{color:#7c3aed;background:#8b5cf61f}.outbound-badge--shipped,.outbound-badge--completed{color:#047857;background:#10b9811f}.outbound-badge--cancelled{color:#dc2626;background:#ef44441f}.outbound-scan-state{color:var(--muted);font-size:10.5px}.outbound-scan-state.is-done{color:#059669;font-weight:700}.outbound-notice{padding:10px 13px;border-radius:8px;font-size:12px}.outbound-notice--success{color:#047857;background:#10b9811f}.outbound-notice--error{color:#dc2626;background:#ef44441f}.outbound-notice--loading{color:#2563eb;background:#3b82f61f}@media (max-width: 900px){.outbound-dashboard__cards{grid-template-columns:repeat(2,1fr)}.outbound-scan{grid-template-columns:auto 1fr}.outbound-scan input{grid-column:1/-1}.outbound-dashboard__toolbar{align-items:stretch;flex-direction:column}.outbound-search{width:100%}}@media (max-width: 560px){.outbound-dashboard__header{align-items:stretch;flex-direction:column}.outbound-dashboard__cards{grid-template-columns:1fr 1fr}.outbound-filter-tabs{overflow:auto}.outbound-scan button{grid-column:1/-1}}.outbound-modal-backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px;background:#020617ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.outbound-modal{width:min(860px,100%);max-height:90vh;overflow:hidden;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 24px 70px #00000059}.outbound-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px;background:var(--surface-soft);border-bottom:1px solid var(--border)}.outbound-modal__header span{color:#3b82f6;font-size:9px;font-weight:800;letter-spacing:.12em}.outbound-modal__header h3{margin:3px 0;font-size:18px}.outbound-modal__header p{margin:0;color:var(--muted);font-size:11px}.outbound-modal__header button{width:32px;height:32px;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:7px;font-size:20px;cursor:pointer}.outbound-modal__table-wrap{max-height:52vh;overflow:auto;margin:16px 20px;border:1px solid var(--border);border-radius:9px}.outbound-modal__table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px}.outbound-modal__table th{position:sticky;top:0;padding:10px 12px;text-align:left;color:var(--muted);background:var(--surface-soft);border-bottom:1px solid var(--border);font-size:10px;text-transform:uppercase}.outbound-modal__table td{padding:10px 12px;border-bottom:1px solid var(--border)}.outbound-modal__actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--border)}.outbound-modal__actions button{min-height:36px;padding:0 13px;color:#fff;border:0;border-radius:7px;font-weight:700;cursor:pointer}.outbound-modal__actions button:disabled{opacity:.45;cursor:not-allowed}.outbound-modal__actions .is-primary{background:#2563eb}.outbound-modal__actions .is-success{background:#059669}.outbound-modal__actions .is-danger{background:#dc2626}.outbound-modal__actions .is-secondary{color:var(--text);background:var(--surface-soft);border:1px solid var(--border)}.outbound-ready-modal__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px 0}.outbound-ready-modal__toolbar strong{color:var(--muted);font-size:11px}.outbound-ready-modal .outbound-modal__table-wrap{margin-top:12px}.outbound-custom-label{display:grid;gap:6px;margin:0 20px 16px}.outbound-custom-label>span{font-size:11px;font-weight:700}.outbound-custom-label input{min-height:38px;padding:0 11px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;outline:0}.outbound-custom-label input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.outbound-custom-label small{color:var(--muted);font-size:9.5px}.outbound-daily-report{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:12px}.outbound-daily-report__title{padding:15px 18px;background:var(--surface-soft);border-bottom:1px solid var(--border)}.outbound-daily-report__title h3{margin:0 0 3px;font-size:15px}.outbound-daily-report__title p{margin:0;color:var(--muted);font-size:11px}.outbound-day{border-bottom:1px solid var(--border)}.outbound-day:last-child{border-bottom:0}.outbound-day__summary{display:grid;grid-template-columns:minmax(210px,1fr) 72px minmax(280px,1fr) auto;align-items:center;gap:18px;width:100%;padding:13px 18px;text-align:left;color:var(--text);background:var(--surface);border:0;cursor:pointer}.outbound-day__summary:hover{background:var(--surface-soft)}.outbound-day__date{display:grid;gap:3px}.outbound-day__date strong{text-transform:capitalize;font-size:12.5px}.outbound-day__date span{color:var(--muted);font-size:10.5px}.outbound-progress{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:conic-gradient(#10b981 var(--progress),var(--surface-soft) 0);position:relative}.outbound-progress:after{content:"";position:absolute;inset:6px;background:var(--surface);border-radius:50%}.outbound-progress span{position:relative;z-index:1;font-size:10px;font-weight:800}.outbound-day__states{display:flex;gap:6px;flex-wrap:wrap}.outbound-day__states span{padding:4px 7px;border-radius:999px;font-size:10px;font-weight:700}.outbound-day__states .is-shipped{color:#047857;background:#10b9811f}.outbound-day__states .is-processed{color:#7c3aed;background:#8b5cf61f}.outbound-day__states .is-warning{color:#b45309;background:#f59e0b24}.outbound-day__more{color:#2563eb;font-size:10.5px;font-weight:700;white-space:nowrap}.outbound-day__detail{overflow:auto;padding:0 18px 14px;background:var(--surface-soft)}.outbound-day__detail .outbound-table{min-width:850px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.outbound-order-link{padding:0;color:#2563eb;background:transparent;border:0;font:inherit;font-weight:700;cursor:pointer}.outbound-order-link:hover{text-decoration:underline}.outbound-load-more{display:block;margin:10px auto 0;padding:7px 11px;color:#2563eb;background:var(--surface);border:1px solid var(--border);border-radius:7px;font-size:11px;font-weight:700;cursor:pointer}.outbound-order-modal__body{padding:18px 20px;overflow:auto}.outbound-order-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:14px}.outbound-order-meta span{display:grid;gap:4px;padding:10px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--border);border-radius:8px;font-size:10px}.outbound-order-meta strong{overflow:hidden;color:var(--text);font-size:11.5px;text-overflow:ellipsis}.outbound-order-modal__body>.outbound-modal__table{border:1px solid var(--border);border-radius:8px}.outbound-order-totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 24px;margin-top:16px;padding:16px;border-radius:10px;background:var(--surface-soft)}.outbound-order-totals span{display:flex;justify-content:space-between;gap:16px}.outbound-order-totals .is-total{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--border);font-size:16px}.outbound-detail-error{margin:16px;padding:12px;border-radius:8px;color:#b42318;background:#ef44441a}.outbound-order-item-image,.outbound-order-item-image--empty{display:block;width:56px;height:56px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.outbound-order-item-image{object-fit:cover}.outbound-order-item-image--empty{color:var(--muted);line-height:54px;text-align:center}@media (max-width: 800px){.outbound-day__summary{grid-template-columns:1fr auto}.outbound-day__states{grid-column:1/-1}.outbound-order-meta{grid-template-columns:repeat(2,1fr)}}.adjustment-page{min-height:100%;padding:24px;background:var(--page);color:var(--text)}.adjustment-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.adjustment-page__eyebrow{color:#1684ff;font-size:10px;font-weight:800;letter-spacing:.12em}.adjustment-page h1{margin:5px 0 3px;font-size:22px}.adjustment-page__header p{margin:0;color:var(--muted);font-size:12px}.adjustment-page__toolbar{display:flex;gap:9px}.adjustment-page button{cursor:pointer}.adjustment-page__toolbar button,.adjustment-modal footer button{display:inline-flex;height:38px;align-items:center;gap:7px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;font-weight:700}.adjustment-page button.is-primary,.adjustment-modal button.is-primary{border-color:#0878f9;background:#0878f9;color:#fff}.adjustment-page button.is-danger,.adjustment-modal button.is-danger{border-color:#dc4964;background:#dc4964;color:#fff}.adjustment-page__card{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 5px 18px #080f1c0d}.adjustment-page__summary{display:flex;align-items:baseline;gap:8px;padding:14px 17px;border-bottom:1px solid var(--border)}.adjustment-page__summary strong{font-size:18px}.adjustment-page__summary span{color:var(--muted);font-size:11px}.adjustment-page__table-wrap{overflow:auto}.adjustment-page table{width:100%;border-collapse:collapse}.adjustment-page th,.adjustment-page td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;font-size:12px}.adjustment-page th{position:sticky;top:0;z-index:1;background:var(--surface-soft);color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.adjustment-page tbody tr:hover{background:var(--surface-hover)}.adjustment-page th.is-check,.adjustment-page td.is-check{width:38px;padding-right:4px;text-align:center}.adjustment-page th.is-action,.adjustment-page td.is-action{width:112px;text-align:right;white-space:nowrap}.adjustment-page td.is-action button{display:inline-grid;width:30px;height:30px;margin-left:4px;place-items:center;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted)}.adjustment-page td.is-action button:hover{color:#0878f9}.adjustment-page td.is-action button.is-danger:hover{color:#fff}.adjustment-page__reference,.adjustment-page__reason{display:inline-flex;padding:4px 8px;border-radius:999px;background:var(--surface-soft);font-size:10px;font-weight:750}.adjustment-page__reference{color:#1684ff}.adjustment-page__reason{text-transform:capitalize}.adjustment-page td.is-note{max-width:420px;color:var(--muted)}.adjustment-page__empty{height:180px!important;color:var(--muted);text-align:center!important}.adjustment-page__empty svg{display:block;margin:0 auto 10px;font-size:25px}.adjustment-page__sentinel{padding:14px;color:var(--muted);font-size:10px;text-align:center}.adjustment-modal__backdrop{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:18px;background:#050b16b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.adjustment-modal{display:flex;width:min(520px,100%);max-height:90vh;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 25px 70px #00000059}.adjustment-modal.is-wide{width:min(900px,100%)}.adjustment-modal>header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;padding:19px 21px;border-bottom:1px solid var(--border)}.adjustment-modal h2{margin:0;font-size:18px}.adjustment-modal header p{margin:5px 0 0;color:var(--muted);font-size:11px}.adjustment-modal>header>button{width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:22px}.adjustment-modal>header>button:hover{background:var(--surface-hover);color:var(--text)}.adjustment-modal__body{min-height:0;overflow:auto;padding:20px}.adjustment-modal>footer{display:flex;flex:0 0 auto;justify-content:flex-end;gap:9px;padding:13px 20px;border-top:1px solid var(--border);background:var(--surface)}.adjustment-modal button:disabled{cursor:not-allowed;opacity:.6}.adjustment-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.adjustment-form__grid label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.adjustment-form__grid label.is-wide{grid-column:1/-1}.adjustment-form__grid input,.adjustment-form__grid select,.adjustment-form__grid textarea,.adjustment-form__search input,.adjustment-form__lines input{box-sizing:border-box;width:100%;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);color:var(--text);font:inherit}.adjustment-form__grid input,.adjustment-form__grid select{height:39px;padding:0 10px}.adjustment-form__grid textarea{padding:10px;resize:vertical}.adjustment-form__grid input:focus,.adjustment-form__grid select:focus,.adjustment-form__grid textarea:focus,.adjustment-form__search:focus-within,.adjustment-form__lines input:focus{border-color:#0878f9}.adjustment-form__search{position:relative;display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:8px;margin:18px 0;padding:0 11px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);color:var(--muted)}.adjustment-form__search>input{height:42px;padding:0;border:0;background:transparent}.adjustment-form__search>span{font-size:10px}.adjustment-form__search>div{position:absolute;top:46px;right:0;left:0;z-index:3;max-height:230px;overflow:auto;border:1px solid var(--border);border-radius:9px;background:var(--surface);box-shadow:0 12px 30px #0000002e}.adjustment-form__search>div button{display:flex;width:100%;flex-direction:column;gap:3px;padding:10px 12px;border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left}.adjustment-form__search>div button:hover{background:var(--surface-hover)}.adjustment-form__search>div small{color:var(--muted)}.adjustment-form__lines{display:flex;flex-direction:column;gap:8px}.adjustment-form__lines>div{display:grid;grid-template-columns:minmax(130px,1fr) 150px 170px 34px;align-items:center;gap:9px;padding:10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft)}.adjustment-form__lines input{height:36px;padding:0 9px}.adjustment-form__lines button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:7px;background:#dc49641f;color:#dc4964}.adjustment-form__lines>p,.adjustment-page__modal-state{padding:35px;color:var(--muted);text-align:center}.adjustment-detail__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:17px}.adjustment-detail__meta span{padding:11px;border-radius:9px;background:var(--surface-soft)}.adjustment-detail__meta small,.adjustment-detail__meta strong{display:block}.adjustment-detail__meta small{margin-bottom:5px;color:var(--muted);font-size:10px}.adjustment-detail__meta strong{font-size:12px}.adjustment-detail__table{width:100%;border-collapse:collapse}.adjustment-detail__table th,.adjustment-detail__table td{padding:11px;border-bottom:1px solid var(--border);font-size:12px;text-align:left}.adjustment-detail__table th{background:var(--surface-soft);color:var(--muted);font-size:10px}.adjustment-detail__table .is-positive{color:#20b486;font-weight:800}.adjustment-detail__table .is-negative{color:#dc4964;font-weight:800}.adjustment-page__warning{margin:0;padding:14px;border-radius:9px;background:#dc49641a;color:var(--text);font-size:12px}@media (max-width:700px){.adjustment-page{padding:14px}.adjustment-page__header{align-items:flex-start;flex-direction:column}.adjustment-form__grid,.adjustment-detail__meta{grid-template-columns:1fr}.adjustment-form__grid label.is-wide{grid-column:auto}.adjustment-form__lines>div{grid-template-columns:1fr 1fr}.adjustment-form__lines>div strong{grid-column:1/-1}.adjustment-page__card{overflow:auto}}.inventory-page{min-height:100%;padding:24px;background:var(--page);color:var(--text)}.inventory-card{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 30px #0f172a0d}.inventory-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--border)}.inventory-heading{display:flex;align-items:center;gap:13px}.inventory-heading__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;color:#2563eb;background:#2563eb1a;font-size:18px}.inventory-heading h2{margin:0;font-size:20px;line-height:1.3;letter-spacing:-.02em}.inventory-heading p{margin:4px 0 0;color:var(--muted);font-size:12.5px}.inventory-actions{display:flex;gap:8px}.inventory-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 14px;border-radius:8px;font:600 12.5px/1 inherit;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.inventory-button:hover:not(:disabled){transform:translateY(-1px)}.inventory-button:disabled{opacity:.45;cursor:not-allowed}.inventory-button--secondary{color:var(--text);background:var(--surface-soft);border:1px solid var(--border)}.inventory-button--secondary:hover{border-color:#94a3b8}.inventory-button--primary{color:#fff;background:#2563eb;border:1px solid #2563eb;box-shadow:0 4px 12px #2563eb33}.inventory-button--primary:hover{background:#1d4ed8}.inventory-toolbar{display:flex;align-items:center;gap:10px;padding:14px 24px;background:var(--surface-soft);border-bottom:1px solid var(--border)}.inventory-search{position:relative;display:flex;align-items:center;flex:1 1 360px;max-width:620px}.inventory-search>svg{position:absolute;left:13px;color:var(--muted);font-size:13px;pointer-events:none}.inventory-search input,.inventory-select{height:38px;box-sizing:border-box;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;outline:none;transition:border-color .15s,box-shadow .15s}.inventory-search input{width:100%;padding:0 36px;font:400 13px inherit}.inventory-search input:focus,.inventory-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f621}.inventory-search button{position:absolute;right:7px;width:25px;height:25px;border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:19px;cursor:pointer}.inventory-search button:hover{color:var(--text);background:var(--surface-soft)}.inventory-select{min-width:150px;padding:0 34px 0 12px;font:500 12.5px inherit}.inventory-toggle{display:flex;align-items:center;gap:8px;white-space:nowrap;color:var(--text);font-size:12.5px;cursor:pointer}.inventory-toggle input{position:absolute;opacity:0;pointer-events:none}.inventory-toggle span{position:relative;width:34px;height:19px;border-radius:999px;background:#94a3b8;transition:background .2s}.inventory-toggle span:after{content:"";position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}.inventory-toggle input:checked+span{background:#2563eb}.inventory-toggle input:checked+span:after{transform:translate(15px)}.inventory-count{display:flex;align-items:baseline;gap:4px;margin-left:auto;padding-left:12px;border-left:1px solid var(--border);white-space:nowrap}.inventory-count strong{font-size:15px}.inventory-count span{color:var(--muted);font-size:11.5px}.inventory-table-wrap{overflow:auto;max-height:calc(100vh - 265px);min-height:280px}.inventory-table{width:100%;min-width:920px;border-collapse:separate;border-spacing:0;table-layout:fixed}.inventory-table th{position:sticky;top:0;z-index:3;padding:11px 14px;color:var(--muted);background:var(--surface);border-bottom:1px solid var(--border);text-align:left;text-transform:uppercase;letter-spacing:.055em;font-size:10.5px;font-weight:700}.inventory-table th:nth-child(1){width:170px}.inventory-table th:nth-child(2){width:130px}.inventory-table th:nth-child(3){width:auto}.inventory-table th:nth-child(4),.inventory-table th:nth-child(5),.inventory-table th:nth-child(6){width:92px}.inventory-table th:nth-child(7){width:120px}.inventory-table td{padding:10px 14px;color:var(--text);background:var(--surface);border-bottom:1px solid var(--border);vertical-align:middle;font-size:12.5px}.inventory-table tbody tr:last-child td{border-bottom:0}.inventory-table tbody tr:hover td{background:var(--surface-soft)}.inventory-table .is-number{text-align:right;font-variant-numeric:tabular-nums}.inventory-product{display:flex;align-items:center;gap:10px;min-width:0}.inventory-product__image{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;overflow:hidden;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:var(--surface-soft)}.inventory-product__image img{width:100%;height:100%;object-fit:cover}.inventory-product strong{display:block;overflow:hidden;text-overflow:ellipsis;font-size:12.5px}.inventory-product small{display:block;margin-top:3px;color:var(--muted);text-transform:capitalize;font-size:10.5px}.inventory-variant{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 7px;color:var(--text);background:var(--surface-soft);border:1px solid var(--border);border-radius:6px;font-size:11.5px}.inventory-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-soft, var(--text))}.inventory-stock,.inventory-available{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:4px 7px;border-radius:6px}.inventory-stock{color:var(--text);background:var(--surface-soft)}.inventory-stock--empty,.inventory-available--empty{color:#ef4444;background:#ef44441a}.inventory-order{color:#d97706!important;font-weight:600}.inventory-available{color:#059669;background:#10b9811a}.inventory-location{color:var(--muted);font-size:11.5px}.inventory-state{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;color:var(--muted);font-size:12.5px}.inventory-spin{animation:inventory-spin .8s linear infinite}@keyframes inventory-spin{to{transform:rotate(360deg)}}.inventory-empty{display:flex;flex-direction:column;align-items:center;padding:46px 20px;text-align:center}.inventory-empty>span{display:grid;place-items:center;width:48px;height:48px;margin-bottom:12px;border-radius:12px;color:#64748b;background:var(--surface-soft);font-size:20px}.inventory-empty strong{font-size:14px}.inventory-empty p{margin:5px 0 14px;color:var(--muted);font-size:12px}.inventory-empty button,.inventory-error button{padding:7px 12px;color:#2563eb;background:transparent;border:1px solid currentColor;border-radius:7px;font-weight:600;cursor:pointer}.inventory-error{display:flex;flex-direction:column;align-items:center;gap:5px;padding:26px;color:#ef4444;text-align:center}.inventory-error span{color:var(--muted);font-size:12px}.inventory-error button{margin-top:7px;color:#ef4444}.inventory-sentinel{height:1px}@media (max-width: 760px){.inventory-page{padding:12px}.inventory-card{border-radius:10px}.inventory-header{align-items:flex-start;padding:16px;flex-direction:column}.inventory-actions{width:100%}.inventory-button{flex:1}.inventory-toolbar{padding:12px;align-items:stretch}.inventory-search{flex-basis:100%;max-width:none}.inventory-select{flex:1}.inventory-count{border-left:0;padding-left:0}.inventory-table-wrap{max-height:calc(100vh - 310px)}}.warehouse-page{min-height:calc(100vh - 82px);background:var(--page);color:var(--text);color-scheme:light}:root[data-theme=dark] .warehouse-page{color-scheme:dark}.warehouse-page__placeholder{min-height:calc(100vh - 82px);padding:28px;background:var(--page);color:var(--text)}:root[data-theme=dark] .warehouse-page [style*="background-color: rgb(255, 255, 255)"],:root[data-theme=dark] .warehouse-page [style*="background-color: white"],:root[data-theme=dark] .warehouse-page [style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] .warehouse-page [style*="background: white"]{background-color:var(--surface)!important;color:var(--text)!important}:root[data-theme=dark] .warehouse-page [style*="background-color: rgb(244, 247, 249)"],:root[data-theme=dark] .warehouse-page [style*="background: rgb(244, 247, 249)"],:root[data-theme=dark] .warehouse-page [style*="background-color: rgb(248, 249, 250)"],:root[data-theme=dark] .warehouse-page [style*="background: rgb(248, 249, 250)"]{background-color:var(--surface-soft)!important;color:var(--text)!important}:root[data-theme=dark] .warehouse-page [style*="color: rgb(52, 58, 64)"],:root[data-theme=dark] .warehouse-page [style*="color: rgb(34, 34, 34)"],:root[data-theme=dark] .warehouse-page [style*="color: rgb(0, 0, 0)"]{color:var(--text)!important}.warehouse-page input,.warehouse-page select,.warehouse-page textarea{border-color:var(--border)!important;background-color:var(--surface-soft)!important;color:var(--text)!important}.warehouse-page input::placeholder,.warehouse-page textarea::placeholder{color:var(--muted)}.warehouse-page table{color:var(--text)}.bu-modal.is-wide:has(.shop-settings){width:min(1080px,calc(100vw - 40px))}.bu-modal.is-wide:has(.shop-settings) .bu-modal__body{overflow:hidden}.shop-settings{display:grid;grid-template-columns:240px minmax(0,1fr);height:min(680px,calc(92vh - 130px));min-height:460px;margin:-21px -25px -24px;overflow:hidden;color:var(--text)}.shop-settings__list{overflow-y:auto;padding:14px 11px;border-right:1px solid var(--border);background:var(--surface-soft)}.shop-settings__search{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:7px;margin-bottom:10px;padding:0 9px;border:1px solid var(--border);border-radius:9px;background:var(--surface);box-shadow:0 4px 12px #080f1c0f}.shop-settings__search:focus-within{border-color:#0878f9;box-shadow:0 0 0 3px color-mix(in srgb,#0878f9 12%,transparent)}.shop-settings__search span{color:var(--muted);font-size:17px}.shop-settings__search input{min-width:0;width:100%;height:38px;padding:0;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.shop-settings__search button{width:24px;height:24px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:16px}.shop-settings__search button:hover{background:var(--surface-hover);color:var(--text)}.shop-settings__searching{display:block;margin:-4px 5px 8px;color:var(--muted);font-size:9px}.shop-settings__empty{padding:28px 8px;color:var(--muted);font-size:11px;text-align:center}.shop-settings__store{display:grid;grid-template-columns:38px minmax(0,1fr) 8px;align-items:center;gap:10px;width:100%;padding:10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text);text-align:left}.shop-settings__store:hover{background:var(--surface-hover)}.shop-settings__store.is-active{border-color:#549df0;background:color-mix(in srgb,#0878f9 10%,var(--surface))}.shop-settings__logo{position:relative;display:block;width:38px;height:38px;min-width:38px}.shop-settings__logo img{width:38px;height:38px;border-radius:9px;object-fit:cover;background:var(--surface)}.shop-settings__seller-badge{position:absolute;right:-5px;bottom:-5px;display:flex;width:17px;height:17px;box-sizing:border-box;align-items:center;justify-content:center;border:2px solid var(--surface-soft);border-radius:50%;font-size:9px;font-style:normal;font-weight:900;line-height:1;box-shadow:0 1px 3px #080f1c40}.shop-settings__store.is-active .shop-settings__seller-badge{border-color:color-mix(in srgb,#0878f9 10%,var(--surface))}.shop-settings__seller-badge.is-star{background:#f5b700;color:#fff}.shop-settings__seller-badge.is-regular{background:#7b8794;color:#fff}.shop-settings__store>span:not(.shop-settings__logo){min-width:0}.shop-settings__store strong,.shop-settings__store small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-settings__store strong{font-size:13px}.shop-settings__store small{margin-top:3px;color:var(--muted);font-size:10px}.shop-settings__store em{display:inline-flex;margin-top:6px;padding:3px 7px;border:1px solid color-mix(in srgb,#20c997 30%,var(--border));border-radius:999px;background:color-mix(in srgb,#20c997 10%,var(--surface));color:#20b486;font-size:9px;font-style:normal;font-weight:700;white-space:nowrap}.shop-settings__store i{width:7px;height:7px;border-radius:50%;background:#ef476f}.shop-settings__store i.is-online{background:#20c997}.shop-settings__panel{display:flex;min-width:0;min-height:0;flex-direction:column;background:var(--surface)}.shop-settings__store-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 22px;border-bottom:1px solid var(--border)}.shop-settings__store-header h3{margin:0;font-size:17px}.shop-settings__store-header p{margin:5px 0 0;color:var(--muted);font-size:11px}.shop-settings__store-header p b{color:#20a779}.shop-settings__store-header button{flex:0 0 auto;height:34px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:11px;line-height:1;font-weight:650;white-space:nowrap}.shop-settings__store-header button:hover{border-color:#0878f9;color:#0878f9}.shop-settings__error{flex:0 0 auto;margin:11px 22px 0;padding:9px 11px;border-radius:8px;background:color-mix(in srgb,#e0445e 12%,var(--surface));color:#e0445e;font-size:12px}.shop-settings__scroll{min-height:0;flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:2px 22px 20px;scrollbar-gutter:stable}.shop-settings__section{padding:17px 0;border-bottom:1px solid var(--border)}.shop-settings__section:last-child{border:0}.shop-settings__section h4{margin:0;font-size:13px}.shop-settings__section>p{margin:4px 0 0;color:var(--muted);font-size:11px}.shop-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px;margin-top:13px}.shop-settings__section.is-untitled .shop-settings__grid{margin-top:0}.shop-settings__field{display:flex;min-width:0;flex-direction:column;gap:6px}.shop-settings__field.is-wide{grid-column:1/-1}.shop-settings__field>span{color:var(--muted);font-size:11px;font-weight:650}.shop-settings__field strong{min-height:36px;box-sizing:border-box;padding:9px 11px;border-radius:8px;background:var(--surface-soft);color:var(--text);font-size:12px;overflow-wrap:anywhere}.shop-settings__field input,.shop-settings__field select,.shop-settings__field textarea{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface);color:var(--text);font:inherit;font-size:12px}.shop-settings__field input,.shop-settings__field select{height:38px;padding:0 10px}.shop-settings__field textarea{padding:10px;resize:vertical}.shop-settings__field input:focus,.shop-settings__field select:focus,.shop-settings__field textarea:focus{border-color:#0878f9;box-shadow:0 0 0 3px color-mix(in srgb,#0878f9 13%,transparent)}.shop-settings__actions{display:flex;flex:0 0 65px;align-items:center;justify-content:flex-end;gap:9px;box-sizing:border-box;padding:13px 22px;border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -8px 20px #080f1c0a}.shop-settings__actions button{width:auto;height:38px;padding:0 15px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;line-height:1;font-weight:650;white-space:nowrap}.shop-settings__actions button.is-primary{border-color:#0878f9;background:#0878f9;color:#fff}.shop-settings__actions button:disabled{opacity:.6}.shop-settings__state{display:grid;min-height:220px;place-items:center;color:var(--muted)}@media (max-width:700px){.shop-settings{grid-template-columns:68px minmax(0,1fr);margin-left:-18px;margin-right:-18px}.shop-settings__list{padding:9px 7px}.shop-settings__store{grid-template-columns:38px;padding:8px}.shop-settings__store>span:not(.shop-settings__logo),.shop-settings__store>i{display:none}.shop-settings__grid{grid-template-columns:1fr}.shop-settings__field.is-wide{grid-column:auto}.shop-settings__store-header,.shop-settings__scroll,.shop-settings__actions{padding-left:14px;padding-right:14px}}.bu-header{position:fixed;top:0;right:0;left:0;z-index:1000;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;height:72px;padding:0 20px;column-gap:22px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:var(--surface);color:var(--text);box-shadow:none}.bu-header button{font-family:inherit}.bu-header svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bu-header__identity{display:flex;min-width:0;align-items:center;gap:7px}.bu-header__icon-button{display:grid;width:32px;height:32px;flex:0 0 32px;padding:0;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--muted)}.bu-header__icon-button:hover{background:var(--surface-hover);color:var(--text)}.bu-header__brand{display:flex;min-width:0;align-items:center;gap:12px;padding:0;border:0;background:transparent;color:var(--text);font-size:15px;font-weight:750}.bu-header__brand>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bu-header__logo{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);color:#0878f9;font-size:12px;font-weight:800}.bu-header__logo img{width:100%;height:100%;object-fit:contain}.bu-header__tabs{display:flex;min-width:0;height:72px;align-items:stretch;justify-content:center;gap:12px;padding:0 22px;overflow-x:auto;border-right:1px solid var(--border);scrollbar-width:none}.bu-header__tabs::-webkit-scrollbar{display:none}.bu-header__tabs button{position:relative;display:flex;min-width:82px;height:62px;flex:0 0 auto;align-self:center;align-items:center;justify-content:center;gap:5px;padding:7px 13px 6px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:12px;font-weight:600;line-height:1;white-space:nowrap;flex-direction:column}.bu-header__tabs button svg{width:18px;height:18px}.bu-header__tabs button:hover{background:var(--surface-hover);color:var(--text)}.bu-header__tabs button.is-active{background:#edf6ff;color:#0878f9}.bu-header__tabs button.is-active:after{display:none}:root[data-theme=dark] .bu-header__tabs button.is-active{background:#17365b;color:#65adff}.bu-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.bu-header__actions button{display:flex;height:38px;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:13px;font-weight:650;white-space:nowrap;box-shadow:0 2px 7px #1f304f0a}.bu-header__actions button:hover{border-color:#9bc8fb;background:var(--surface-hover);color:#0878f9}.bu-modal__backdrop{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:20px;background:#080f1c9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bu-modal{width:min(490px,100%);overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 25px 75px #080f1c57;animation:bu-modal-in .18s ease-out}.bu-modal.is-wide{width:min(820px,100%);max-height:90vh}.bu-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:23px 25px 19px;border-bottom:1px solid var(--border)}.bu-modal h2{margin:0;color:var(--text);font-size:20px}.bu-modal header p{margin:5px 0 0;color:var(--muted);font-size:12px}.bu-modal>header>button{width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:25px}.bu-modal>header>button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.bu-modal__body{padding:21px 25px 24px}.bu-modal.is-wide .bu-modal__body{max-height:calc(90vh - 86px);overflow:auto}.bu-modal__providers{display:flex;flex-direction:column;gap:10px}.bu-modal__provider{display:grid;width:100%;grid-template-columns:43px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);color:var(--text);text-align:left}.bu-modal__provider:hover:not(:disabled){border-color:#9bc8fb;background:var(--surface-hover)}.bu-modal__provider-logo{display:grid;width:43px;height:43px;place-items:center;border-radius:10px;color:#fff;font-size:18px;font-weight:800}.bu-modal__provider-logo.is-orange{background:#ee4d2d}.bu-modal__provider-logo.is-dark{background:#171b25}.bu-modal__provider>span:nth-child(2){display:flex;flex-direction:column}.bu-modal__provider strong{font-size:14px}.bu-modal__provider small{margin-top:2px;color:var(--muted);font-size:11px}.bu-modal__provider b{color:#0878f9;font-size:12px}.bu-modal__provider:disabled{cursor:not-allowed;opacity:.65}.bu-modal__error{margin:13px 0 0;padding:9px 11px;border-radius:8px;background:#e0445e1a;color:#e0445e;font-size:12px}.bu-modal__shops{min-height:180px;color:var(--text)}.bu-modal__footer{display:flex;justify-content:flex-end;margin:20px -25px -24px;padding:15px 25px 0;border-top:1px solid var(--border)}.bu-modal__footer button{height:38px;padding:0 16px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-weight:650}.bu-modal__footer button:hover{background:var(--surface-hover)}@keyframes bu-modal-in{0%{opacity:0;transform:translateY(7px) scale(.99)}}@media (max-width: 1050px){.bu-header{grid-template-columns:auto minmax(0,1fr) auto;column-gap:7px;padding:0 10px}.bu-header__brand{gap:7px;font-size:13px}.bu-header__tabs{justify-content:flex-start;gap:5px;padding:0 8px}.bu-header__tabs button{min-width:72px;padding:0 8px;font-size:10px}.bu-header__actions{gap:5px}.bu-header__actions button{padding:0 9px;font-size:11px}}@media (max-width: 680px){.bu-header{top:0;right:0;left:0;grid-template-columns:auto minmax(0,1fr) auto}.bu-header__brand>span:last-child{display:none}.bu-header__tabs{justify-content:flex-start}.bu-header__tabs button{padding:0 8px;font-size:10px}.bu-header__actions button{width:34px;padding:0;justify-content:center;font-size:0}.bu-modal__backdrop{align-items:end;padding:10px}.bu-modal{border-radius:16px 16px 9px 9px}.bu-modal>header,.bu-modal__body{padding-right:18px;padding-left:18px}.bu-modal__provider{grid-template-columns:40px 1fr}.bu-modal__provider b{display:none}}.bu-sidebar{position:fixed;top:72px;bottom:0;left:0;z-index:90;width:210px;overflow-x:hidden;overflow-y:auto;border-right:1px solid var(--border);background:var(--surface);color:var(--text);transition:width .2s ease}.bu-sidebar.is-collapsed{width:56px}.bu-sidebar__control{display:flex;height:48px;align-items:center;justify-content:flex-end;padding:0 8px}.bu-sidebar__control button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted)}.bu-sidebar__control button:hover{background:var(--surface-hover);color:var(--text)}.bu-sidebar.is-collapsed .bu-sidebar__control{justify-content:center;padding:0}.bu-sidebar nav{display:flex;padding:2px 8px 16px;gap:3px;flex-direction:column}.bu-sidebar__group{min-width:0}.bu-sidebar__item{display:flex;width:100%;min-height:44px;align-items:center;gap:10px;padding:5px 9px;border:0;border-radius:8px;background:transparent;color:var(--text);font-size:13px;font-weight:550;text-align:left}.bu-sidebar__item:hover{background:var(--surface-hover)}.bu-sidebar__item.is-active{background:#eaf4ff;color:#0878f9;font-weight:700}:root[data-theme=dark] .bu-sidebar__item.is-active{background:#17365b;color:#65adff}.bu-sidebar__icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:7px;background:var(--surface-soft);color:var(--muted);font-size:12px;font-weight:750}.bu-sidebar__icon svg{width:16px;height:16px;stroke-width:1.9}.bu-sidebar__item.is-active .bu-sidebar__icon{background:#0878f91a;color:inherit}.bu-sidebar__label{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.bu-sidebar__caret{margin-left:auto;color:var(--muted);font-size:15px}.bu-sidebar.is-collapsed .bu-sidebar__item{justify-content:center;padding:5px 0}.bu-sidebar.is-collapsed .bu-sidebar__label,.bu-sidebar.is-collapsed .bu-sidebar__caret{display:none}.bu-sidebar__children{display:flex;margin:3px 0 5px 22px;padding-left:12px;gap:2px;border-left:1px solid var(--border);flex-direction:column}.bu-sidebar__children button{min-height:34px;padding:6px 9px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:12px;text-align:left}.bu-sidebar__children button:hover{background:var(--surface-hover);color:var(--text)}.bu-sidebar__children button.is-active{background:var(--surface-hover);color:#0878f9;font-weight:700}.business-actions{position:relative;display:flex;gap:8px}.business-actions__button{display:grid;width:38px;height:38px;min-width:38px;padding:0;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);box-shadow:0 1px 2px #0f172a0a;transition:.15s}.business-actions__button:hover{border-color:#9bc8fb;background:var(--surface-hover);color:#0878f9}.business-actions__star.is-starred{color:#ffb300}.business-actions__star.is-starred svg{fill:currentColor}.business-actions__menu{position:absolute;top:45px;right:0;z-index:120;width:236px;padding:6px;border:1px solid var(--border);border-radius:11px;background:var(--surface);color:var(--text);box-shadow:0 14px 38px #0f172a2e;animation:business-menu-in .14s ease-out}.business-actions__menu button{display:flex;width:100%;align-items:center;gap:11px;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:var(--text);text-align:left}.business-actions__menu button:hover{background:var(--surface-hover)}.business-actions__menu button>svg{flex:0 0 18px;color:var(--muted)}.business-actions__menu button span{display:flex;flex-direction:column}.business-actions__menu strong{font-size:13px}.business-actions__menu small{margin-top:1px;color:var(--muted);font-size:10px}.business-actions__menu button.is-danger,.business-actions__menu button.is-danger>svg{color:#e0445e}.business-actions__divider{height:1px;margin:5px 4px;background:var(--border)}.business-delete__backdrop{position:fixed;inset:0;z-index:11000;display:grid;place-items:center;padding:20px;background:#080f1c99;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.business-delete{width:min(430px,100%);padding:27px;border:1px solid var(--border);border-radius:15px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px #080f1c52;animation:business-menu-in .17s ease-out}.business-delete__icon{display:grid;width:43px;height:43px;place-items:center;border-radius:11px;background:#e0445e1c;color:#e0445e}.business-delete h2{margin:17px 0 7px;color:var(--text);font-size:20px}.business-delete p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.business-delete p strong{color:var(--text)}.business-delete__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.business-delete__actions button{height:40px;padding:0 15px;border-radius:8px;font-size:13px;font-weight:700}.business-delete__cancel{border:1px solid var(--border);background:var(--surface);color:var(--text)}.business-delete__cancel:hover{background:var(--surface-hover)}.business-delete__confirm{border:1px solid #df3e58;background:#df3e58;color:#fff}.business-delete__confirm:hover{background:#c93149}@keyframes business-menu-in{0%{opacity:0;transform:translateY(5px) scale(.99)}}@media (max-width:520px){.business-delete__backdrop{align-items:end;padding:10px}.business-delete{border-radius:15px 15px 9px 9px}.business-delete__actions{display:grid;grid-template-columns:1fr 1fr}}.workspace-overview{width:100%;min-height:100vh;box-sizing:border-box;padding:96px 38px 48px 270px;background:radial-gradient(circle at 78% 8%,var(--surface-soft) 0,var(--page) 68%);color:var(--text);transition:padding-left .25s ease}.workspace-overview--collapsed{padding-left:88px}.workspace-overview__content{width:100%;max-width:1480px;margin:0}.workspace-overview__heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:27px}.workspace-overview__heading h1{margin:0;font-size:25px;line-height:1.25;letter-spacing:-.45px;color:var(--text)}.workspace-overview__heading p{margin:9px 0 0;color:var(--muted);font-size:13px}.workspace-overview__rename-input{width:min(420px,70vw);padding:4px 8px;border:1px solid #7db6fb;border-radius:7px;background:#fff;color:#17223b;font-size:25px;font-weight:750;outline:none}.workspace-overview__view-switch{display:flex;overflow:hidden;border:1px solid #e4e9f1;border-radius:9px;background:#fff;box-shadow:0 3px 10px #1c2b490a}.workspace-overview__view-switch button{width:42px;height:38px;padding:0;border:0;border-radius:0;display:grid;place-items:center;background:#fff;color:#8490a4}.workspace-overview__view-switch button+button{border-left:1px solid #edf0f5}.workspace-overview__view-switch button.is-active{color:#0878f9;background:#f1f7ff}.workspace-overview__view-switch button:focus{outline:2px solid #91c6ff;outline-offset:-2px}.workspace-overview__actions{display:flex;align-items:center;gap:10px}.workspace-overview__create{height:38px;padding:0 15px;border:0;border-radius:8px;background:#0878f9;color:#fff;font-size:13px;font-weight:700;box-shadow:0 4px 10px #0878f933}.workspace-overview__menu-wrap{position:relative}.workspace-overview__menu{width:42px;height:38px;padding:0;border:1px solid #e4e9f1;border-radius:8px;background:#fff;color:#58667c;letter-spacing:1px}.workspace-overview__menu-popover{position:absolute;top:45px;right:0;z-index:30;width:190px;padding:6px;border:1px solid #e4e9f1;border-radius:10px;background:#fff;box-shadow:0 12px 30px #1f304f24}.workspace-overview__menu-popover button{display:flex;width:100%;padding:9px 10px;border:0;border-radius:6px;background:transparent;color:var(--text);text-align:left;flex-direction:column}.workspace-overview__menu-popover button strong{font-size:13px;font-weight:650}.workspace-overview__menu-popover button small{margin-top:1px;color:var(--muted);font-size:10px}.workspace-overview__menu-divider{height:1px;margin:5px 4px;background:var(--border)}.workspace-overview__menu-popover button:hover{background:#f3f7fc}.workspace-overview__menu-popover button.is-danger{color:#d8324a}.workspace-overview__empty{margin-top:80px;text-align:center;color:#7b879b}.workspace-overview__cards>div{margin-top:0!important}.workspace-overview__cards ul{gap:22px!important}.workspace-overview__cards li{min-height:180px!important;box-sizing:border-box;align-items:flex-start!important;padding:22px 24px 52px!important;border-color:var(--border)!important;border-radius:13px!important;background:var(--surface)!important;box-shadow:0 5px 18px #1f304f0f!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;position:relative}.workspace-overview__cards li:hover{transform:translateY(-2px);border-color:#d6e3f4!important;box-shadow:0 10px 25px #1f304f1a!important}.workspace-overview__cards li:after{content:"";position:absolute;left:24px;right:24px;bottom:36px;height:1px;background:#edf0f4}.workspace-overview__cards .business-unit-card__main{align-items:flex-start!important;gap:20px!important;min-width:0}.business-unit-card__logo{width:70px;height:70px;flex:0 0 70px;display:grid;place-items:center;overflow:hidden;border-radius:12px;color:#0878f9;background:linear-gradient(145deg,#e9f4ff,#f5faff);font-size:30px;font-weight:800}.business-unit-card__logo--inv{color:#079879;background:linear-gradient(145deg,#e8f8f2,#f5fcf9)}.business-unit-card__logo--fin{color:#873ade;background:linear-gradient(145deg,#f3e9ff,#fbf7ff)}.workspace-overview__cards li img{width:70px!important;height:70px!important;object-fit:contain!important;box-sizing:border-box;padding:7px;border-radius:12px!important;background:linear-gradient(145deg,#e9f4ff,#f5faff)!important}.workspace-overview__cards .business-unit-card__details>div:first-child{margin-top:5px;color:var(--text);font-size:16px!important;line-height:1.3}.workspace-overview__cards .business-unit-card__details>div:nth-child(2){margin-top:8px;color:#6f7b90!important;font-size:12px!important}.business-unit-card__tag{display:inline-flex;margin-top:11px;padding:3px 8px;border-radius:5px;background:#eef7ff;color:#2184e9;font-size:10px;line-height:1.4;text-transform:capitalize}.workspace-overview__cards li>.business-actions>.business-actions__button{width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border-color:var(--border)!important;border-radius:8px!important;box-shadow:none!important}.business-unit-card__meta{position:absolute!important;left:24px;right:24px;bottom:12px;display:flex!important;align-items:center;gap:12px;color:#919bad;font-size:10px}.business-unit-card__meta i{width:3px;height:3px;border-radius:50%;background:#c0c7d2}@media (max-width:900px){.workspace-overview{padding-right:20px;padding-left:90px}.workspace-overview__cards ul{grid-template-columns:1fr!important}}@media (max-width:620px){.workspace-overview,.workspace-overview--collapsed{padding:88px 14px 30px 76px}.workspace-overview__heading h1{font-size:20px}.workspace-overview__heading p{font-size:12px}.workspace-overview__cards li{min-height:160px!important;padding:18px 16px!important}.workspace-overview__cards li img{width:62px!important;height:62px!important}}:root[data-theme=dark] .workspace-overview__view-switch,:root[data-theme=dark] .workspace-overview__view-switch button,:root[data-theme=dark] .workspace-overview__menu,:root[data-theme=dark] .workspace-overview__menu-popover,:root[data-theme=dark] .workspace-overview__menu-popover button{background:var(--surface);color:var(--text);border-color:var(--border)}:root[data-theme=dark] .workspace-overview__cards li:after{background:var(--border)}:root[data-theme=dark] .business-unit-card__logo{background:var(--surface-soft)}.business-unit-empty__title{color:var(--text)}.business-unit-empty__description{color:var(--muted)}.business-unit-empty__create{border:1px solid var(--border);background:var(--surface);color:var(--text)}.business-unit-empty__create:hover{background:var(--surface-hover)}.business-modal__backdrop{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;background:#080f1c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:modal-fade .16s ease-out}.business-modal{width:min(680px,100%);max-height:min(90vh,820px);overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px #080f1c47;animation:modal-rise .2s ease-out}.business-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 26px 20px;border-bottom:1px solid var(--border)}.business-modal__title-wrap{display:flex;gap:14px}.business-modal__mark{display:grid;flex:0 0 40px;height:40px;place-items:center;border-radius:11px;background:#0878f9;color:#fff;font-size:25px;box-shadow:0 6px 16px #0878f93d}.business-modal h2{margin:0;color:var(--text);font-size:20px}.business-modal__header p{margin:5px 0 0;color:var(--muted);font-size:13px}.business-modal__close{width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:25px}.business-modal__close:hover{background:var(--surface-hover);color:var(--text)}.business-modal form{display:flex;max-height:calc(min(90vh,820px) - 101px);flex-direction:column}.business-modal__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px;padding:23px 26px 26px;overflow-y:auto}.business-modal__field{min-width:0}.business-modal__field--wide{grid-column:1/-1}.business-modal__field>label{display:block;margin-bottom:7px;color:var(--text);font-size:13px;font-weight:650}.business-modal__field label span,.business-modal__footer span{color:#e0445e}.business-modal__field label small{margin-left:6px;color:var(--muted);font-size:11px;font-weight:500}.business-modal input,.business-modal select,.business-modal textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;outline:none;background:var(--surface-soft);color:var(--text);font:inherit;font-size:14px;transition:.15s}.business-modal textarea{min-height:78px;resize:vertical}.business-modal input::placeholder,.business-modal textarea::placeholder{color:var(--muted)}.business-modal input:focus,.business-modal select:focus,.business-modal textarea:focus{border-color:#3794fc;background:var(--surface);box-shadow:0 0 0 3px #0878f921}.business-modal__upload{display:flex;align-items:center;gap:13px;padding:13px;border:1px dashed var(--border);border-radius:10px;background:var(--surface-soft)}.business-modal__preview{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--muted);font-size:24px}.business-modal__preview img{width:100%;height:100%;object-fit:contain}.business-modal__upload-copy{min-width:0;flex:1}.business-modal__upload-button{display:inline-block!important;margin:0!important;padding:7px 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface);cursor:pointer}.business-modal__file{position:absolute;width:1px!important;height:1px;opacity:0}.business-modal__upload p{overflow:hidden;margin:5px 0 0;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.business-modal__remove{padding:7px 10px;border:0;border-radius:7px;background:#e0445e1a;color:#e0445e;font-size:12px;font-weight:650}.business-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 26px;border-top:1px solid var(--border);background:var(--surface)}.business-modal__footer p{margin:0;color:var(--muted);font-size:11px}.business-modal__footer>div{display:flex;gap:10px}.business-modal__cancel,.business-modal__submit{min-height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700}.business-modal__cancel{border:1px solid var(--border);background:var(--surface);color:var(--text)}.business-modal__cancel:hover{background:var(--surface-hover)}.business-modal__submit{border:1px solid #0878f9;background:#0878f9;color:#fff;box-shadow:0 4px 12px #0878f933}.business-modal__submit:hover:not(:disabled){background:#0669dd}.business-modal__submit:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-rise{0%{opacity:0;transform:translateY(8px) scale(.99)}}@media (max-width:620px){.business-modal__backdrop{align-items:end;padding:10px}.business-modal{max-height:94vh}.business-modal__header,.business-modal__body,.business-modal__footer{padding-left:18px;padding-right:18px}.business-modal__body{grid-template-columns:1fr}.business-modal__field--wide{grid-column:auto}.business-modal__footer{align-items:stretch;flex-direction:column}.business-modal__footer>div{display:grid;grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.business-modal,.business-modal__backdrop{animation:none}}.workspace-delete__backdrop{position:fixed;inset:0;z-index:11000;display:grid;place-items:center;padding:20px;background:#080f1c9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.workspace-delete{width:min(450px,100%);padding:27px;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px #080f1c57;animation:workspace-delete-in .18s ease-out}.workspace-delete__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:#e0445e1c;color:#e0445e}.workspace-delete h2{margin:17px 0 8px;color:var(--text);font-size:21px}.workspace-delete>p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.workspace-delete>p strong{color:var(--text)}.workspace-delete__notice{display:flex;flex-direction:column;gap:2px;margin-top:17px;padding:11px 13px;border:1px solid rgba(224,68,94,.18);border-radius:9px;background:#e0445e12;font-size:12px}.workspace-delete__notice strong{color:#e0445e}.workspace-delete__notice span{color:var(--muted)}.workspace-delete__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px}.workspace-delete__actions button{height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700}.workspace-delete__cancel{border:1px solid var(--border);background:var(--surface);color:var(--text)}.workspace-delete__cancel:hover:not(:disabled){background:var(--surface-hover)}.workspace-delete__confirm{border:1px solid #df3e58;background:#df3e58;color:#fff}.workspace-delete__confirm:hover:not(:disabled){background:#c93149}.workspace-delete__actions button:disabled{cursor:not-allowed;opacity:.6}@keyframes workspace-delete-in{0%{opacity:0;transform:translateY(7px) scale(.99)}}@media (max-width:520px){.workspace-delete__backdrop{align-items:end;padding:10px}.workspace-delete{border-radius:16px 16px 9px 9px}.workspace-delete__actions{display:grid;grid-template-columns:1fr 1fr}}.tenant-settings{display:grid;gap:18px;padding:22px;color:var(--text)}.tenant-settings header h1,.tenant-settings header p{margin:4px 0}.tenant-settings header>span{color:#1684ff;font-size:10px;font-weight:850;letter-spacing:.14em}.tenant-settings header p{color:var(--muted);font-size:12px}.tenant-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tenant-settings form,.tenant-settings__list{display:grid;align-content:start;gap:10px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.tenant-settings h2{margin:0 0 6px;font-size:15px}.tenant-settings input,.tenant-settings select{min-height:40px;padding:8px 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text)}.tenant-settings form>button{height:40px;border:0;border-radius:7px;background:#0878f9;color:#fff;font-weight:750}.tenant-settings__checks{display:grid;max-height:250px;gap:5px;overflow:auto}.tenant-settings__checks label{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid var(--border);border-radius:6px;font-size:11px}.tenant-settings__checks label span{display:grid}.tenant-settings__checks small{color:var(--muted)}.tenant-settings__list>div{display:grid;grid-template-columns:1fr 140px 90px 70px;gap:10px;padding:10px;border-top:1px solid var(--border);font-size:12px}.tenant-settings__list>div>span:first-child{display:grid}.tenant-settings__list small{color:var(--muted)}.tenant-settings__list b{color:#d92d48}.tenant-settings__list b.is-active{color:#28a745}.tenant-settings__error{padding:10px;border-radius:7px;background:#fdebee;color:#c92d48}@media (max-width:800px){.tenant-settings__grid{grid-template-columns:1fr}.tenant-settings__list>div{grid-template-columns:1fr 1fr}}.tenant-settings form>button.is-secondary{border:1px solid var(--border);background:var(--surface-soft);color:var(--text)}.tenant-settings__roles{display:flex;flex-wrap:wrap;gap:8px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.tenant-settings__roles h2{width:100%}.tenant-settings__roles button{display:grid;gap:2px;padding:9px 12px;text-align:left;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);color:var(--text)}.tenant-settings__roles button span{color:var(--muted);font-size:10px}.tenant-settings__list>div{grid-template-columns:1fr 160px 110px 100px;align-items:start}.tenant-settings__list details label{display:block;padding:4px}.tenant-settings__active{display:flex;gap:5px;align-items:center}.tenant-settings__companies{display:flex!important;flex-wrap:wrap;gap:4px;margin-top:5px}.tenant-settings__companies em{padding:3px 6px;border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:9px;font-style:normal;white-space:nowrap}.tenant-settings__companies em.is-active{border-color:#9fcaff;background:#e8f3ff;color:#0878f9}.tenant-settings__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tenant-settings__actions{display:flex;gap:8px;flex-wrap:wrap}.tenant-settings__actions button,.tenant-settings__roles article button,.tenant-settings__list>div>button{height:36px;padding:0 12px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-weight:700}.tenant-settings__actions button:last-child{border-color:#0878f9;background:#0878f9;color:#fff}.tenant-settings__roles{display:grid}.tenant-settings__roles article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border-top:1px solid var(--border)}.tenant-settings__roles article>span{display:grid}.tenant-settings__list>div{grid-template-columns:minmax(180px,1fr) 130px 80px 70px 60px;align-items:center}.tenant-modal__backdrop{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#080f1c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tenant-modal{width:min(620px,100%);max-height:min(760px,90vh);overflow:auto;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px #080f1c4d}.tenant-modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.tenant-modal>header span{color:#0878f9;font-size:10px;font-weight:850;letter-spacing:.14em}.tenant-modal h2{margin:3px 0 0}.tenant-modal>header>button{width:32px;height:32px;border:0;border-radius:7px;background:transparent;color:var(--muted);font-size:22px}.tenant-modal form{display:grid;gap:13px;padding:20px}.tenant-modal form>label{display:grid;gap:6px;font-size:12px;font-weight:650}.tenant-modal form>label input,.tenant-modal form>label select{width:100%;box-sizing:border-box}.tenant-modal fieldset{margin:0;padding:12px;border:1px solid var(--border);border-radius:8px}.tenant-modal legend{padding:0 5px;font-size:12px;font-weight:650}.tenant-modal .tenant-modal__active{display:flex;grid-template-columns:auto 1fr;align-items:center}.tenant-modal .tenant-modal__active input{width:auto}.tenant-modal form>footer{display:flex;justify-content:flex-end;gap:8px;padding-top:5px}.tenant-modal form>footer button{height:38px;padding:0 15px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-weight:700}.tenant-modal form>footer button.is-primary{border-color:#0878f9;background:#0878f9;color:#fff}.tenant-modal__hint{margin:0;padding:10px 12px;border:1px solid #9fcaff;border-radius:8px;background:#e8f3ff;color:#175b9f;font-size:12px;line-height:1.5}@media (max-width:700px){.tenant-settings__header{display:grid}.tenant-settings__list>div{grid-template-columns:1fr 1fr}.tenant-modal__backdrop{align-items:end;padding:8px}}.server-monitor{display:grid;gap:18px;padding:22px;color:var(--text)}.server-monitor header{display:flex;align-items:flex-start;justify-content:space-between}.server-monitor header span{color:#1684ff;font-size:10px;font-weight:850;letter-spacing:.14em}.server-monitor h1,.server-monitor p{margin:4px 0}.server-monitor header p{color:var(--muted);font-size:12px}.server-monitor button{padding:9px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.server-monitor__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.server-monitor__stats article{display:grid;gap:4px;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.server-monitor__stats b{font-size:24px}.server-monitor__stats span{color:var(--muted);font-size:12px}.server-monitor__jobs{display:grid;gap:10px}.server-monitor__jobs>article{display:grid;gap:10px;padding:15px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.server-monitor__job-head,.server-monitor__job-foot{display:flex;justify-content:space-between;gap:16px}.server-monitor__job-head>span{display:grid}.server-monitor__job-head small,.server-monitor__job-foot{color:var(--muted);font-size:11px}.server-monitor__job-head>b{align-self:start;padding:4px 8px;border-radius:999px;background:#eef2f7;font-size:10px;text-transform:uppercase}.server-monitor__job-head .is-running{background:#e9f3ff;color:#0878f9}.server-monitor__job-head .is-success{background:#e8f8ed;color:#218b42}.server-monitor__job-head .is-failed{background:#fdebee;color:#c92d48}.server-monitor__bar{height:7px;overflow:hidden;border-radius:99px;background:var(--surface-soft)}.server-monitor__bar i{display:block;height:100%;border-radius:inherit;background:#1684ff;transition:width .3s}.server-monitor__error{padding:10px;border-radius:7px;background:#fdebee;color:#c92d48}@media (max-width:700px){.server-monitor__stats{grid-template-columns:repeat(2,1fr)}.server-monitor__job-foot{display:grid}}.server-monitor__header-actions,.server-monitor__job-actions{display:flex;align-items:center;gap:7px}.server-monitor button.is-danger{border-color:#f0bdc6;color:#c92d48}.server-monitor__job-actions>b{align-self:auto}.server-monitor__job-actions>button{display:grid;width:26px;height:26px;padding:0;place-items:center;border-color:#f0bdc6;color:#c92d48;font-size:18px;line-height:1}.platform-admin{display:grid;gap:16px;padding:22px;color:var(--text)}.platform-admin header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.platform-admin header span{color:#7c4dff;font-size:10px;font-weight:850;letter-spacing:.14em}.platform-admin h1,.platform-admin p{margin:4px 0}.platform-admin header p{color:var(--muted);font-size:12px}.platform-admin header>strong{padding:8px 11px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:11px}.platform-admin nav{display:flex;gap:5px;border-bottom:1px solid var(--border)}.platform-admin nav button{padding:10px 13px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:700}.platform-admin nav button.is-active{border-color:#7c4dff;color:#7c4dff}.platform-admin__companies,.platform-admin__users,.platform-admin__audit{display:grid;gap:8px}.platform-admin article{border:1px solid var(--border);border-radius:10px;background:var(--surface)}.platform-admin__companies article{display:grid;grid-template-columns:46px minmax(180px,1fr) repeat(3,90px);align-items:center;gap:12px;padding:13px}.platform-admin__companies i{display:grid;width:40px;height:40px;place-items:center;border-radius:9px;background:var(--surface-soft);font-style:normal;font-size:20px}.platform-admin article div,.platform-admin article span{display:grid}.platform-admin article small,.platform-admin article em{color:var(--muted);font-size:10px;font-style:normal}.platform-admin__companies article>span b{font-size:16px}.platform-admin__users article{display:grid;grid-template-columns:minmax(240px,1fr) 130px 90px;align-items:center;gap:12px;padding:13px}.platform-admin__users label{display:flex;align-items:center;gap:6px;font-size:11px}.platform-admin__audit article{display:grid;grid-template-columns:1fr 180px 100px;gap:12px;padding:11px;font-size:11px}.platform-admin__error{padding:10px;border-radius:7px;background:#fdebee;color:#c92d48;white-space:pre-line}@media (max-width:760px){.platform-admin__companies article,.platform-admin__users article,.platform-admin__audit article{grid-template-columns:1fr}.platform-admin header{display:grid}}.workspace-system-page{width:100%;min-height:100vh;box-sizing:border-box;padding:76px 14px 30px 254px;background:var(--page);transition:padding-left .25s ease}.workspace-system-page.is-collapsed{padding-left:78px}@media (max-width:620px){.workspace-system-page,.workspace-system-page.is-collapsed{padding-left:72px;padding-right:8px}}.app-header{position:fixed;inset:0 0 auto;z-index:110;height:60px;display:grid;grid-template-columns:220px minmax(260px,520px) 1fr;align-items:center;gap:20px;padding:0 18px;border-top:3px solid #402d31;border-bottom:1px solid var(--border);background:var(--surface);color:var(--text)}.app-header__brand{display:flex;align-items:center;gap:8px;min-width:0}.app-header__brand img{width:34px;height:34px;object-fit:contain}.app-header__brand span{font-size:18px;font-weight:750;letter-spacing:-.2px}.app-header__icon-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:16px}.app-header__icon-button:hover{background:var(--surface-hover);color:var(--text)}.app-header__search{width:100%;height:34px;display:flex;align-items:center;gap:8px;padding:0 8px 0 11px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--muted);box-shadow:0 2px 8px #22304a0f}.app-header__search:focus-within{border-color:#75aef6;box-shadow:0 0 0 3px #1d78f41c}.app-header__search input{flex:1;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px}.app-header__search input::placeholder{color:var(--muted)}.app-header__search input::-webkit-search-cancel-button{display:none}.app-header__search kbd{flex:0 0 auto;padding:2px 6px;border:1px solid var(--border);border-radius:5px;background:var(--surface-soft);color:var(--muted);font:10px/1.3 inherit}.app-header__actions{justify-self:end;display:flex;align-items:center;gap:7px}.app-header__theme{width:31px;height:31px;padding:0;border:0;border-radius:50%;background:#866cf5;color:#fff;font-size:16px;box-shadow:0 3px 9px #5b46d240}@media (max-width:760px){.app-header{grid-template-columns:150px 1fr;padding:0 10px}.app-header__actions,.app-header__search kbd{display:none}}.app-header__profile-wrap{position:relative}.app-header__profile{display:flex;align-items:center;gap:6px;padding:2px 7px 2px 2px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text)}.app-header__profile>span{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:#0878f9;color:#fff;font-size:12px;font-weight:800}.app-header__profile>i{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--muted)}.app-header__profile-menu{position:absolute;top:43px;right:0;width:290px;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);box-shadow:0 16px 40px #121f3533}.app-header__profile-menu>header{display:grid;padding:15px;border-bottom:1px solid var(--border)}.app-header__profile-menu header small,.app-header__profile-menu header em{color:var(--muted);font-size:10px;font-style:normal}.app-header__profile-menu section{display:grid;padding:8px;border-bottom:1px solid var(--border)}.app-header__profile-menu section>strong{padding:4px 7px;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.app-header__profile-menu section button,.app-header__profile-menu footer button{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;padding:8px;border:0;border-radius:7px;background:transparent;color:var(--text);font-size:11px;text-align:left}.app-header__profile-menu section button:hover,.app-header__profile-menu footer button:hover{background:var(--surface-hover)}.app-header__profile-menu section button.is-active{background:#e8f3ff;color:#0878f9}.app-header__profile-menu section button b{font-size:9px}.app-header__profile-menu section button.is-create{color:#0878f9;font-weight:700}.app-header__profile-menu section button.is-create small{margin-left:auto;color:var(--muted);font-size:8px}.app-header__profile-menu footer{padding:8px}.app-header__profile-menu footer button{color:#c92d48}.profile-company-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#080f1c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.profile-company-modal form{display:grid;width:min(440px,100%);gap:14px;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:var(--text)}.profile-company-modal form>header{display:flex;justify-content:space-between}.profile-company-modal h2,.profile-company-modal p{margin:3px 0}.profile-company-modal header span{color:#0878f9;font-size:10px;font-weight:800}.profile-company-modal header p{color:var(--muted);font-size:11px}.profile-company-modal header button{border:0;background:transparent;color:var(--muted);font-size:22px}.profile-company-modal label{display:grid;gap:6px;font-size:12px;font-weight:650}.profile-company-modal input{height:40px;padding:0 11px;border:1px solid var(--border);border-radius:7px;background:var(--surface-soft);color:var(--text)}.profile-company-modal label>div{display:grid;grid-template-columns:44px 1fr;gap:8px}.profile-company-modal label>div>span{display:grid;place-items:center;border:1px solid var(--border);border-radius:7px}.profile-company-modal form>footer{display:flex;justify-content:flex-end;gap:8px}.profile-company-modal footer button{height:38px;padding:0 14px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text)}.profile-company-modal footer button.is-primary{border-color:#0878f9;background:#0878f9;color:#fff}.profile-company-modal__error{padding:9px!important;border-radius:7px;background:#fdebee;color:#c92d48!important;font-size:11px!important}.workspace-sidebar{position:fixed;top:60px;bottom:0;left:0;z-index:100;display:flex;width:240px;flex-direction:column;border-right:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:2px 0 10px #121f350a;transition:width .25s ease}.workspace-sidebar.is-collapsed{width:64px}.workspace-sidebar__menu{flex:1;padding:12px 8px;overflow-y:auto}.workspace-sidebar__section-title{margin:8px 16px 7px;color:var(--muted);font-size:10px;letter-spacing:.7px;text-transform:uppercase}.workspace-sidebar__item{display:flex;width:100%;min-height:44px;align-items:center;margin:2px 0;padding:0 10px;border:0;border-radius:9px;background:transparent;color:var(--text);font-size:14px;text-align:left;transition:background .15s,color .15s}.workspace-sidebar__item:hover{background:var(--surface-hover)}.workspace-sidebar__item.is-active{background:#e8f3ff;color:#0878f9;font-weight:650}.workspace-sidebar__item-icon{display:grid;width:36px;flex:0 0 36px;place-items:center;font-size:18px}.workspace-sidebar__item-icon img{width:20px;height:20px}.workspace-sidebar__item-label{overflow:hidden;margin-left:5px;text-overflow:ellipsis;white-space:nowrap}.workspace-sidebar.is-collapsed .workspace-sidebar__item{justify-content:center;padding:0}.workspace-sidebar__company-icon{line-height:1}.workspace-sidebar__footer{padding:12px;border-top:1px solid var(--border)}.workspace-sidebar__create{width:100%;height:40px;border:0;border-radius:8px;background:#0878f9;color:#fff;font-size:13px;font-weight:700;box-shadow:0 4px 11px #0878f940}.workspace-sidebar__create:hover{background:#0669dd}.workspace-sidebar.is-collapsed .workspace-sidebar__create{width:40px;padding:0;font-size:19px}:root[data-theme=dark] .workspace-sidebar__item.is-active{background:#17365b;color:#65adff}.company-modal__backdrop{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#080f1c94;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.company-modal{width:min(460px,100%);overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--surface);color:var(--text);box-shadow:0 24px 70px #080f1c4d;animation:company-modal-rise .18s ease-out}.company-modal__header{display:grid;grid-template-columns:42px 1fr 34px;gap:13px;align-items:start;padding:23px 24px 20px;border-bottom:1px solid var(--border)}.company-modal__mark{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:#0878f9;color:#fff;font-size:25px;box-shadow:0 6px 16px #0878f93d}.company-modal h2{margin:0;color:var(--text);font-size:19px;line-height:1.4}.company-modal__header p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.company-modal__close{width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:24px}.company-modal__close:hover{background:var(--surface-hover);color:var(--text)}.company-modal__body{padding:22px 24px 25px}.company-modal__body>label{display:block;margin:0 0 7px;color:var(--text);font-size:13px;font-weight:650}.company-modal__body>label:not(:first-child){margin-top:18px}.company-modal__body label span{color:#e0445e}.company-modal input{width:100%;height:43px;padding:0 12px;border:1px solid var(--border);border-radius:8px;outline:none;background:var(--surface-soft);color:var(--text);font:inherit;font-size:14px;transition:.15s}.company-modal input::placeholder{color:var(--muted)}.company-modal input:focus{border-color:#3794fc;background:var(--surface);box-shadow:0 0 0 3px #0878f921}.company-modal__icon-field{display:grid;grid-template-columns:48px 1fr;gap:9px}.company-modal__icon-field>span{display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);font-size:23px}.company-modal__hint{margin:7px 0 0;color:var(--muted);font-size:11px}.company-modal__error{margin:14px 0 0!important;padding:9px 11px;border-radius:7px;background:#e0445e1a;color:#e0445e!important;font-size:12px!important}.company-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--border)}.company-modal__footer button{height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:700}.company-modal__cancel{border:1px solid var(--border);background:var(--surface);color:var(--text)}.company-modal__cancel:hover{background:var(--surface-hover)}.company-modal__submit{border:1px solid #0878f9;background:#0878f9;color:#fff}.company-modal__submit:hover:not(:disabled){background:#0669dd}.company-modal__submit:disabled{cursor:not-allowed;opacity:.5}@keyframes company-modal-rise{0%{opacity:0;transform:translateY(8px) scale(.99)}}@media (max-width:520px){.company-modal__backdrop{align-items:end;padding:10px}.company-modal{border-radius:16px 16px 10px 10px}.company-modal__header,.company-modal__body,.company-modal__footer{padding-left:18px;padding-right:18px}}.workspace-sidebar__footer{display:grid;gap:9px}.workspace-sidebar__company-switcher{display:grid;gap:5px}.workspace-sidebar__company-switcher>span{padding-left:2px;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.35px}.workspace-sidebar__company-switcher>div{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;height:40px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft)}.workspace-sidebar__company-switcher>div>span{display:grid;place-items:center;font-size:16px}.workspace-sidebar__company-switcher select{width:100%;height:100%;min-width:0;padding:0 27px 0 2px;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:12px;font-weight:650;text-overflow:ellipsis}.workspace-sidebar__company-switcher select:focus{box-shadow:inset 0 0 0 2px #0878f933}#root{width:100%;min-height:100dvh}.app-shell{width:100%;min-height:100dvh;background:var(--page)}.app-shell__body{display:block;width:100%;min-height:calc(100dvh - 60px)}.app-shell__content{width:100%;min-width:0;min-height:0;padding:0;overflow-x:hidden;background:var(--page)}:root[data-theme=dark] .workspace-sidebar{background:var(--surface)!important;color:var(--text)!important;border-color:var(--border)!important;box-shadow:2px 0 10px #0000003d!important}:root[data-theme=dark] .workspace-sidebar>div,:root[data-theme=dark] .workspace-sidebar>div:last-child{background:var(--surface)!important;border-color:var(--border)!important}:root[data-theme=dark] .workspace-sidebar__item{color:var(--text)!important}:root[data-theme=dark] .workspace-sidebar__item.is-active{color:#5aa9ff!important;background:#17365b!important}:root[data-theme=dark] .workspace-sidebar__item:not(.is-active):hover{background:var(--surface-hover)!important}:root[data-theme=dark] .workspace-sidebar__modal{background:var(--surface)!important;color:var(--text)!important}:root[data-theme=dark] .workspace-sidebar__modal input{background:var(--surface-soft)!important;color:var(--text)!important;border-color:var(--border)!important}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#17223b;background:#f7f9fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--page: #f7f9fc;--surface: #ffffff;--surface-soft: #f4f7fb;--surface-hover: #edf4fc;--text: #17223b;--muted: #8791a7;--border: #e4e9f1;--sku-group-bg: #e5efff;--sku-group-text: #174d8f;--sku-group-border: #bdd3f2;--page-title-size: 22px;--page-title-line-height: 1.25;--page-description-size: 13px;--page-eyebrow-size: 10px;--page-header-gap: 16px;--page-header-min-height: 68px}:root[data-theme=dark]{color-scheme:dark;--page: #0c1220;--surface: #151d2c;--surface-soft: #1c2638;--surface-hover: #243147;--text: #eef4ff;--muted: #9aa8bd;--border: #2a374b;--sku-group-bg: #223a5c;--sku-group-text: #9ac7ff;--sku-group-border: #355b88;color:var(--text);background:var(--page)}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}*,*:before,*:after{box-sizing:border-box}body{min-height:100vh;overflow-x:hidden;background:var(--page)}a{color:inherit;text-decoration:inherit}button{font-family:inherit;cursor:pointer}.app-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--page-header-gap);min-height:var(--page-header-min-height);margin:0 0 16px}.app-page-stage{--module-accent: #64748b;--module-label: "WORKSPACE"}.app-page-stage[data-section=Produk]{--module-accent: #1684ff;--module-label: "PRODUCT"}.app-page-stage[data-section=Pembelian]{--module-accent: #d97706;--module-label: "PURCHASING"}.app-page-stage[data-section=Penjualan]{--module-accent: #059669;--module-label: "SALES"}.app-page-stage[data-section=Iklan]{--module-accent: #8b5cf6;--module-label: "ADVERTISING"}.app-page-stage[data-section=WMS]{--module-accent: #ea580c;--module-label: "WAREHOUSE"}.app-page-stage[data-section=Akunting]{--module-accent: #e5484d;--module-label: "ACCOUNTING"}.app-page-header h1,.app-page-header h2{margin:0!important;padding:0!important;border:0!important;color:var(--text)!important;font-size:var(--page-title-size)!important;font-weight:750!important;line-height:var(--page-title-line-height)!important;letter-spacing:-.015em}.app-page-eyebrow,.app-page-header__eyebrow{display:block;margin:0 0 3px;color:var(--module-accent)!important;font-size:var(--page-eyebrow-size)!important;font-weight:750;line-height:1.3;letter-spacing:.09em}.app-page-header p,.app-page-header [class*=description],.app-page-header [class*=subtitle]{color:var(--muted)!important}.app-page-header :is(h1,h2)>svg,.app-page-title>svg,.app-page-header>div:first-child>[class*=icon],.app-page-header .journal-page-heading__icon,.app-page-header .inventory-heading__icon{display:none!important}.app-page-title{margin-top:0!important;color:var(--text)!important;font-size:var(--page-title-size)!important;font-weight:750!important;line-height:var(--page-title-line-height)!important;letter-spacing:-.015em}.app-page-title:before{content:var(--module-label);display:block;margin:0 0 4px;color:var(--module-accent);font-size:var(--page-eyebrow-size);font-weight:750;line-height:1.3;letter-spacing:.09em}.app-page-title[style*="display: flex"],.app-page-title[style*="display:flex"]{flex-wrap:wrap!important}.app-page-title[style*="display: flex"]:before,.app-page-title[style*="display:flex"]:before{flex:0 0 100%}.app-page-header :is(h1,h2)>svg,.app-page-header>svg{width:18px;height:18px}.app-page-header__identity{display:flex;align-items:flex-start;gap:11px;min-width:0}.app-page-header__eyebrow:empty:before{content:var(--module-label)}.app-page-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.app-page-header :is(p){margin:5px 0 0!important;color:var(--muted)!important;font-size:var(--page-description-size)!important;line-height:1.45}.app-page-header :is(button,a):focus-visible{outline:2px solid var(--module-accent);outline-offset:2px}.app-page-header>:is(button,a),.app-page-header>:last-child :is(button,a){font-size:13px}.app-page-stage h1{font-size:var(--page-title-size)!important;line-height:var(--page-title-line-height)!important}.app-page-stage :is(main,[class$=-page],[class$=-dashboard])>h2:first-child{margin-top:0!important;color:var(--text)!important;font-size:var(--page-title-size)!important;font-weight:750!important;line-height:var(--page-title-line-height)!important}@media (max-width: 760px){.app-page-header{flex-direction:column;min-height:0}}:root[data-theme=dark] :is(main,section,article,aside,nav,div,form,table,thead,tbody,tfoot,tr,td,th,button)[style*="background: rgb(255, 255, 255)"],:root[data-theme=dark] :is(main,section,article,aside,nav,div,form,table,thead,tbody,tfoot,tr,td,th,button)[style*="background-color: rgb(255, 255, 255)"],:root[data-theme=dark] :is(main,section,article,aside,nav,div,form,table,thead,tbody,tfoot,tr,td,th,button)[style*="background: #fff"],:root[data-theme=dark] :is(main,section,article,aside,nav,div,form,table,thead,tbody,tfoot,tr,td,th,button)[style*="background:#fff"],:root[data-theme=dark] :is(main,section,article,aside,nav,div,form,table,thead,tbody,tfoot,tr,td,th,button)[style*="background-color: #fff"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background: rgb(248, 249, 250)"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background-color: rgb(248, 249, 250)"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background: rgb(252, 252, 252)"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background-color: rgb(252, 252, 252)"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background: rgb(249, 251, 253)"],:root[data-theme=dark] :is(main,section,article,aside,div,form,table,thead,tbody,tfoot,tr,td,th)[style*="background-color: rgb(249, 251, 253)"]{background-color:var(--surface)!important;color:var(--text)}:root[data-theme=dark] :is(div,tr,td,th)[style*="background: rgb(233, 236, 239)"],:root[data-theme=dark] :is(div,tr,td,th)[style*="background-color: rgb(233, 236, 239)"],:root[data-theme=dark] :is(div,tr,td,th)[style*="background: rgb(241, 243, 245)"],:root[data-theme=dark] :is(div,tr,td,th)[style*="background-color: rgb(241, 243, 245)"],:root[data-theme=dark] :is(div,tr,td,th)[style*="background: rgb(240, 244, 247)"],:root[data-theme=dark] :is(div,tr,td,th)[style*="background-color: rgb(240, 244, 247)"]{background-color:var(--surface-soft)!important}:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(0, 0, 0)"],:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(33, 37, 41)"],:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(52, 58, 64)"],:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(51, 51, 51)"],:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(73, 80, 87)"],:root[data-theme=dark] :is(h1,h2,h3,h4,h5,h6,p,span,label,div,td,th,strong)[style*="color: rgb(23, 34, 59)"]{color:var(--text)!important}:root[data-theme=dark] :is(p,span,label,div,td)[style*="color: rgb(108, 117, 125)"]{color:var(--muted)!important}:root[data-theme=dark] :is(input,select,textarea){border-color:var(--border)!important;background-color:var(--surface-soft)!important;color:var(--text)!important}:root[data-theme=dark] :is(input,textarea)::placeholder{color:var(--muted)}:root[data-theme=dark] table{border-color:var(--border);color:var(--text)}.no-spinner::-webkit-outer-spin-button,.no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}@media print{body *{visibility:hidden}#receipt-print-area,#receipt-print-area *{visibility:visible}#receipt-print-area{position:absolute;left:0;top:0;width:100%}.print-hide{display:none!important}}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#17335f,#07111f 60%)}.auth-card{display:grid;width:min(410px,100%);gap:13px;padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#fff;color:#172033;box-shadow:0 28px 70px #00000061}.auth-card>span{color:#0878f9;font-size:11px;font-weight:850;letter-spacing:.14em}.auth-card h1,.auth-card p{margin:0}.auth-card p{color:#697386;font-size:13px;line-height:1.5}.auth-card input{height:44px;padding:0 13px;border:1px solid #dce2e8;border-radius:8px;font:inherit}.auth-card button{height:44px;border:0;border-radius:8px;background:#0878f9;color:#fff;font-weight:750;cursor:pointer}.auth-card button:disabled{opacity:.6}.auth-card .auth-link{height:auto;background:transparent;color:#0878f9}.auth-error{padding:10px;border-radius:7px;background:#fdebee;color:#c92d48;font-size:12px;white-space:pre-line}.auth-registration-note{text-align:center;color:#7a8496;font-size:11px;line-height:1.5}
