@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--text-main);background:var(--app-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--sidebar-width: 248px;--app-bg: radial-gradient(circle at top left, #fdf7f6 0, #f8f9fc 35%, #f4f7fb 100%);--app-shell-bg: linear-gradient(135deg, rgba(255, 255, 255, .75), rgba(246, 248, 252, .96));--sidebar-bg: rgba(255, 255, 255, .9);--topbar-bg: rgba(248, 250, 253, .92);--surface: rgba(255, 255, 255, .86);--surface-strong: #ffffff;--surface-soft: #f8fafc;--surface-muted: #fbfcfe;--surface-hover: #f3f4f6;--line: #e8edf5;--line-strong: #dce3ef;--text-main: #182235;--text-body: #6f7c92;--danger: #f04452;--warning: #f5a524;--success: #1abc88;--primary: #5966ff;--violet: #8b5cf6;--shadow: 0 18px 45px rgba(30, 55, 90, .08);--btn-radius: 8px;--btn-radius-sm: 6px;--btn-pad-y: 6px;--btn-pad-x: 12px;--btn-font-size: .8125rem;--btn-font-weight: 500;--btn-icon-size: 30px;--brand: #ff4b62;--brand-strong: #f04452;--brand-gradient: linear-gradient(135deg, #ff645b, #ff4b62);--brand-shadow: 0 6px 14px rgba(240, 68, 82, .16);--brand-tint: #fff0f0;--btn-danger-ink: #dc2626;--btn-danger-solid: #ef4444;--btn-danger-border: #ffc7cf;--btn-danger-tint: rgba(239, 68, 68, .08);--btn-slate: #3b4557;--btn-slate-hover: #2c3543;--btn-slate-shadow: 0 6px 14px rgba(30, 41, 59, .18);--text-strong: #23324d;--text-secondary: #415068;--text-muted: #6c7a90;--text-faint: #79849b;--ink-danger: #dc2626;--ink-danger-strong: #991b1b;--tint-danger: #fee2e2;--ink-success: #16a34a;--ink-success-strong: #166534;--tint-success: #dcfce7;--ink-warning: #b45309;--ink-warning-strong: #92400e;--tint-warning: #fef3c7;--ink-orange: #ea580c;--tint-orange: #ffedd5;--ink-info: #2563eb;--ink-info-strong: #1d4ed8;--tint-info: #dbeafe;--ink-indigo: #4f46e5;--tint-indigo: #eef0ff;--ink-violet: #7c3aed;--ink-violet-strong: #562aa9;--tint-violet: #f3e8ff;--ink-teal: #0f766e;--tint-teal: #ccfbf1}:root[data-theme=dark]{color-scheme:dark;--app-bg: radial-gradient(circle at top left, #1c2130 0, #141823 35%, #0e111a 100%);--app-shell-bg: linear-gradient(135deg, rgba(30, 35, 50, .75), rgba(14, 17, 26, .96));--sidebar-bg: rgba(19, 23, 34, .92);--topbar-bg: rgba(19, 23, 34, .88);--surface: rgba(28, 33, 48, .86);--surface-strong: #1e2536;--surface-soft: #171d2b;--surface-muted: #232b3d;--surface-hover: #2a3244;--line: #2b3346;--line-strong: #37415a;--text-main: #eef1f8;--text-body: #9aa4bd;--shadow: 0 18px 45px rgba(0, 0, 0, .45);--text-strong: #f4f7ff;--text-secondary: #c8d0e2;--text-muted: #9aa4bd;--text-faint: #7e8aa3;--primary: #8b95ff;--violet: #b294ff;--brand-tint: rgba(255, 75, 98, .16);--ink-danger: #ff8f8f;--ink-danger-strong: #ffb4b4;--tint-danger: rgba(248, 113, 113, .18);--ink-success: #4ade80;--ink-success-strong: #86efac;--tint-success: rgba(34, 197, 94, .18);--ink-warning: #fbbf24;--ink-warning-strong: #fcd34d;--tint-warning: rgba(251, 191, 36, .18);--ink-orange: #fb923c;--tint-orange: rgba(251, 146, 60, .18);--ink-info: #82aaff;--ink-info-strong: #a5c2ff;--tint-info: rgba(96, 165, 250, .18);--ink-indigo: #a5b4fc;--tint-indigo: rgba(129, 140, 248, .2);--ink-violet: #c4a3ff;--ink-violet-strong: #d6bcff;--tint-violet: rgba(167, 139, 250, .2);--ink-teal: #5eead4;--tint-teal: rgba(45, 212, 191, .18);--btn-slate: #4a5468;--btn-slate-hover: #59647a;--btn-slate-shadow: 0 6px 14px rgba(0, 0, 0, .35)}:root[data-compact=true] .app-content{padding:14px 18px 20px}:root[data-compact=true] .topbar{padding:16px 20px 12px}:root[data-compact=true] .sidebar{padding:12px 10px 10px;gap:14px}:root[data-compact=true] .panel{padding:12px 12px 8px}:root[data-compact=true] .dashboard-page,:root[data-compact=true] .shared-page,:root[data-compact=true] .invoice-page,:root[data-compact=true] .create-invoice-page,:root[data-compact=true] .customers-page{gap:12px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{color:var(--text-main);font-family:Inter,system-ui,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.topbar__control{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:var(--btn-radius);padding:var(--btn-pad-y) var(--btn-pad-x);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);color:var(--text-main);cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s}.topbar__control:hover{background:var(--surface-hover);border-color:var(--brand)}.app-shell{min-height:100vh;background:var(--app-shell-bg)}.otp-boxes{display:flex;justify-content:space-between;margin:15px auto}.otp-boxes input{width:50px;height:50px;border:1px solid var(--line-strong);border-radius:12px;text-align:center;font-size:1.2rem}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar-width);padding:12px;background:var(--sidebar-bg);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:12px;overflow-y:auto;z-index:20}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:4px 10px 12px;border-bottom:1px solid var(--line)}.sidebar__brand img{width:132px;flex-shrink:0}.sidebar__brand-title{margin:0;font-size:1.45rem;font-weight:700;letter-spacing:-.04em}.sidebar__brand-copy{margin:2px 0 0;color:#ef7b78;font-size:.68rem}.sidebar__nav{display:grid;gap:3px}.sidebar__link{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;color:var(--text-strong);transition:background-color .2s ease,color .2s ease,transform .2s ease}.sidebar__link:hover,.sidebar__link--active{background:var(--brand-tint);color:var(--danger)}.sidebar__link:hover{transform:translate(2px)}.sidebar__profile-wrapper{position:relative;margin-top:auto}.sidebar__profile{width:100%;display:flex;align-items:center;gap:12px;padding:14px 10px;border:none;border-top:1px solid var(--line);background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.sidebar__profile:hover,.sidebar__profile.is-open{background:var(--surface-hover)}.sidebar__profile-caret{margin-left:auto;flex-shrink:0;color:var(--text-body)}.sidebar__profile-menu{position:absolute;left:10px;right:10px;bottom:calc(100% - 4px);background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:10px;box-shadow:0 12px 30px #0000002e;padding:6px;z-index:30;animation:fadeIn .15s ease}.sidebar__profile-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 10px;border:none;background:transparent;color:var(--text-main);font-size:.86rem;font-weight:500;cursor:pointer;border-radius:8px}.sidebar__profile-menu-item:hover{background:var(--surface-hover)}.sidebar__avatar,.topbar__avatar{display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:700;background:linear-gradient(135deg,#ff6a5b,#5f6cff)}.sidebar__avatar{width:38px;height:38px;flex-shrink:0;font-size:.78rem}.sidebar__profile-info{min-width:0}.sidebar__profile-name,.sidebar__profile-email{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__profile-name{font-weight:700;font-size:.84rem}.sidebar__profile-email{color:var(--text-body);font-size:.74rem}.sidebar__more{margin-left:auto;border:0;background:transparent;color:var(--text-faint);padding:4px}.sidebar-backdrop{display:none}.topbar__headline{display:flex;align-items:flex-start;gap:12px}.topbar__menu{display:none;width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:var(--surface);box-shadow:0 10px 24px #0f172a0d;color:var(--text-main);flex:none}.app-main{margin-left:var(--sidebar-width);min-height:100vh;height:100vh;overflow:hidden}.topbar{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px 20px;background:var(--topbar-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.topbar_main_titles{display:flex;flex-direction:column}.topbar__title{margin:0;font-size:1.55rem;line-height:1.1;letter-spacing:-.04em;font-weight:700}.topbar__subtitle{margin:4px 0 0;color:var(--text-body);font-size:.92rem}.topbar__actions{display:flex;align-items:center;gap:10px}.dashboard-topbar-actions{display:flex;align-items:center;gap:12px;margin-bottom:24px;justify-content:flex-end}.dashboard-date-filter{position:relative}.dashboard-date-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:160px;z-index:1000;overflow:hidden}.date-option{display:block;width:100%;padding:10px 16px;border:none;background:transparent;text-align:left;font-size:13px;color:var(--text-main);cursor:pointer;transition:background .15s ease}.date-option:hover{background:var(--surface-hover)}.date-option.is-active{background:var(--brand-tint);color:var(--brand)}.date-option.is-active:after{content:"✓";float:right;color:var(--brand)}.invoice-total{font-size:12px;color:var(--text-muted);background:var(--surface-hover);padding:2px 10px;border-radius:12px}.offer-action--secondary:disabled{opacity:.6;cursor:not-allowed}.offer-action--secondary .spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#1a1a2e;animation:spin .6s linear infinite}.panel__ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);background:var(--surface-strong);color:var(--text-main);padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);transition:background .2s,border-color .2s}.panel__ghost:hover{background:var(--surface-hover);border-color:var(--brand)}.topbar__export{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--brand-gradient);color:#fff;padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);box-shadow:var(--brand-shadow);transition:filter .2s,box-shadow .2s,transform .05s}.topbar__export:hover{filter:brightness(1.04);box-shadow:0 12px 24px #f0445247}.topbar__export:active{transform:translateY(1px)}.topbar__export:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.topbar__slate{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--btn-slate);color:#fff;padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);box-shadow:var(--btn-slate-shadow);transition:background .2s,box-shadow .2s,transform .05s}.topbar__slate:hover{background:var(--btn-slate-hover)}.topbar__slate:active{transform:translateY(1px)}.topbar__slate:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.topbar__completed,.topbar__pdf{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--surface-strong);padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);transition:background .2s,border-color .2s}.topbar__completed{border:1px solid var(--success);color:var(--success)}.topbar__pdf{border:1px solid var(--line-strong);color:var(--text-body)}.topbar__completed:hover,.topbar__pdf:hover{background:var(--surface-hover)}.topbar__alert{display:flex;align-items:center;justify-content:center;position:relative;width:42px;height:42px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-strong);color:var(--text-secondary)}.topbar__alert svg{width:30px!important;height:30px!important}.topbar__dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:#2563eb;border:2px solid white}.topbar__avatar{width:42px;height:42px}.topbar__notifications{position:relative}.topbar__notifications-panel{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;max-width:340px;background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:12px;box-shadow:0 10px 20px #0f172a1f;padding:8px;z-index:20}.topbar__notifications-panel p{margin:0;font-size:13px;color:var(--text-secondary);padding:6px 8px}.topbar__notifications-list{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto}.topbar__notification-item{display:flex;align-items:flex-start;gap:8px;width:100%;text-align:left;padding:10px;border:none;border-radius:8px;background:transparent;color:var(--text-strong);font-size:13px;line-height:1.35;cursor:pointer}.topbar__notification-item:hover{background:var(--surface-hover)}.topbar__notification-item--unread{background:#2563eb0f}.topbar__notification-dot{flex:0 0 auto;width:8px;height:8px;margin-top:5px;border-radius:50%;background:#2563eb}.topbar__notification-item--unread .topbar__notification-text{font-weight:600}.topbar__notification-text{flex:1 1 auto}.app-content{height:calc(100vh - 103px);overflow-y:auto;padding:24px 28px 32px}.dashboard-page,.shared-page,.invoice-page,.create-invoice-page,.customers-page{display:flex;flex-direction:column;gap:20px}.create-invoice-page--refined{gap:16px}.customer-details-page{display:flex;flex-direction:column;gap:16px}.add-customer-page{max-width:980px;display:flex;flex-direction:column;gap:16px}.orders-page{display:flex;flex-direction:column;gap:18px}.order-details-page{display:flex;flex-direction:column}.invoice-page{gap:16px}.page-back-row{display:flex;align-items:center}.page-back-link{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;padding:6px 10px 6px 6px;border-radius:8px;color:var(--text-secondary);font-weight:600;font-size:.9rem;cursor:pointer;transition:background .15s ease,color .15s ease}.page-back-link:hover{background:var(--surface-hover);color:var(--text-main)}.invoice-form__footer{display:flex;justify-content:space-between}.invoice-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.invoice-filters{display:flex;align-items:center;justify-content:flex-start;gap:14px}.invoice-customer-search input{border:none!important}.invoice-toolbar__actions,.invoice-filters{display:flex;gap:10px;flex-wrap:wrap}.invoice-search{display:flex;align-items:center;gap:10px;width:min(100%,300px);padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-strong);color:var(--text-faint)}.invoice-search input{width:100%;border:0;outline:0;padding:13px 0;background:transparent;color:var(--text-main)}.invoice-table-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.invoice-table{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.8fr);gap:14px;align-items:center;padding:16px 18px}.invoice-table__type,.invoice-table__status{text-align:left}.invoice-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.invoice-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.invoice-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.invoice-table--row:last-child{border-bottom:0}.invoice-table__id,.invoice-table__amount{font-weight:700}.invoice-table__email,.invoice-table__date{color:var(--text-body)}.invoice-table__menu{border:0;background:transparent;color:var(--text-muted);width:28px;height:28px;border-radius:8px}.invoice-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;font-size:.73rem;font-weight:700}.invoice-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.invoice-chip--paid{background:var(--tint-success);color:var(--ink-success)}.invoice-chip--sent{background:var(--tint-success);color:var(--ink-violet-strong)}.invoice-chip--draft{background:var(--tint-warning);color:var(--ink-warning)}.invoice-chip--overdue{background:var(--tint-danger);color:var(--ink-danger)}.invoice-chip--unpaid{background:var(--surface-hover);color:var(--text-secondary)}.customer-stats{display:grid;grid-template-columns:repeat(2,minmax(168px,1fr));gap:16px;max-width:560px}.customer-stat-card{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.customer-stat-card p,.customers-footer p{margin:0;color:var(--text-body);font-size:.8rem}.customer-stat-card strong{display:block;margin-top:6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.customer-stat-card__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px}.customer-stat-card__icon--blue{color:var(--ink-info);background:var(--tint-info)}.customer-stat-card__icon--violet{color:var(--violet);background:var(--tint-violet)}.customer-toolbar,.customers-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.customer-toolbar__search{width:min(100%,320px)}.customer-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customers-table-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.customers-empty-state{padding:28px 18px;color:var(--text-body)}.customers-table{display:grid;grid-template-columns:minmax(0,.6fr) minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.7fr) minmax(0,.85fr) minmax(0,.85fr) minmax(0,.85fr) minmax(0,.95fr) minmax(0,.8fr);gap:12px;align-items:center;padding:16px 18px}.employees-table.customers-table{grid-template-columns:minmax(0,1.2fr) minmax(0,1.5fr) minmax(0,.9fr) minmax(0,1fr) minmax(0,.8fr)}.customers-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-table__debt.is-warning{color:var(--danger);font-weight:600}.documents-filter{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-strong);color:var(--text-body);cursor:pointer}.documents-filter select{border:none;background:transparent;color:var(--text-main);font-size:.9rem;font-weight:600;cursor:pointer;outline:none;min-width:96px}.documents-table{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.55fr) minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.85fr) minmax(0,.55fr);gap:12px;align-items:center;padding:16px 18px}.documents-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.documents-table--row{border-bottom:1px solid var(--line);font-size:.9rem}.documents-table--row:hover{background:var(--surface-hover)}.documents-table__number{font-weight:600}.documents-table__amount{font-variant-numeric:tabular-nums}.doc-type-badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em}.doc-type-badge--ag{background:var(--tint-indigo);color:var(--primary)}.doc-type-badge--ar{background:var(--tint-orange);color:var(--ink-warning)}.doc-type-badge--rg{background:var(--tint-success);color:var(--ink-success)}.doc-type-badge--ab{background:var(--tint-violet);color:var(--ink-violet-strong)}.debts-table{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.3fr) minmax(0,.9fr) minmax(0,.8fr) minmax(0,.7fr);gap:12px;align-items:center;padding:16px 18px}.debts-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debts-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.debts-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.debts-table--row:last-child{border-bottom:0}.category-breakdown__stats{display:flex;gap:16px;padding:14px 4px 6px}.category-breakdown__stat{flex:1;min-width:0;background:var(--surface-muted);border:1px solid var(--line);border-radius:12px;padding:18px 20px}.category-breakdown__stat p{margin:0 0 8px;color:var(--text-body);font-size:.82rem}.category-breakdown__stat strong{font-size:1.6rem;font-weight:700;color:var(--text-main)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.badge--danger{background:var(--tint-danger);color:var(--danger)}.badge--success{background:var(--tint-success);color:var(--success)}.badge--muted{background:var(--surface-hover);color:var(--text-body)}.reklamation-table{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr) minmax(0,1fr) minmax(0,.9fr) minmax(0,.8fr) minmax(0,.9fr) minmax(0,.6fr);gap:12px;align-items:center;padding:16px 18px}.reklamation-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reklamation-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.reklamation-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.reklamation-table--row:last-child{border-bottom:0}.customer-related{margin-top:16px;display:flex;flex-direction:column;gap:16px}.customer-status-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.customer-status-item{border:1px solid var(--line);border-radius:12px;background:var(--surface-muted);padding:14px 16px;display:flex;flex-direction:column;gap:6px}.customer-status-item span{color:var(--text-body);font-size:.82rem}.customer-status-item strong{font-size:1.05rem}.customer-status-item strong.is-warning{color:var(--danger)}.customer-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-mini-list{display:flex;flex-direction:column}.customer-mini-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:10px 4px;border-bottom:1px solid var(--line);color:var(--text-main);text-decoration:none}.customer-mini-row>:last-child{justify-self:end;text-align:right}.customer-mini-row:last-child{border-bottom:0}.customer-mini-row:hover{background:var(--surface-hover)}.customer-mini-row__id{font-weight:600}@media (max-width: 900px){.customer-related__grid,.customer-status-strip{grid-template-columns:1fr}}.customers-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.customers-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.customers-table--row:last-child{border-bottom:0}.customers-table__name,.customers-table__revenue{font-weight:700}.customers-table__email,.customers-table__company{color:var(--text-body)}.customers-table__actions{display:flex;align-items:center;gap:8px}.customers-table__actions button,.customers-table__actions a,.pagination button{border:1px solid var(--line-strong);background:var(--surface-strong);color:var(--text-muted);border-radius:8px}.app-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1522355c;display:grid;place-items:center;padding:20px;z-index:100}.app-modal{width:min(100%,420px);background:var(--surface-strong);border-radius:16px;box-shadow:0 24px 48px #1522352e;padding:22px}.app-modal h2,.app-modal p{margin:0}.app-modal p{margin-top:10px;color:var(--text-body);line-height:1.6}.app-modal__actions{display:flex;gap:10px;margin-top:18px}.customers-table__actions button,.customers-table__actions a{width:30px;height:30px;display:grid;place-items:center;padding:0}.pagination{display:flex;align-items:center;gap:6px}.pagination button{min-width:28px;height:28px;padding:0 10px}.pagination .is-active{background:#ff4b62;color:#fff;border-color:#ff4b62}.customer-profile-card,.customer-activity-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.customer-profile-card{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px}.customer-profile-card__identity{display:flex;align-items:center;gap:16px}.customer-back-link{width:34px;height:34px;display:grid;place-items:center;border:none;background:transparent;border-radius:10px;color:var(--text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.customer-back-link:hover{background:var(--surface-hover);color:var(--text-main)}.customer-profile-card__avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;font-size:1.4rem;font-weight:700}.customer-profile-card__name-row{display:flex;align-items:center;gap:10px}.customer-profile-card__name-row h2,.customer-activity-item h3,.address-card h3{margin:0}.customer-profile-card__meta p,.address-card p,.customer-activity-item p{margin:0;color:var(--text-body)}.customer-profile-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customer-badge{color:var(--ink-success);font-size:.75rem;font-weight:700}.customer-delete-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--btn-danger-border);background:var(--surface-strong);color:var(--btn-danger-solid);padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);transition:background .2s,border-color .2s}.customer-delete-button:hover{background:var(--btn-danger-tint);border-color:var(--btn-danger-solid)}.customer-profile-card__actions>.topbar__control,.customer-profile-card__actions>.topbar__export,.customer-profile-card__actions>.customer-delete-button{height:40px;padding-top:0;padding-bottom:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.customer-details-layout{display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(0,1.1fr);gap:14px}.address-card{min-height:255px;padding:20px;border-radius:14px;border:1px solid #efd7ff;background:linear-gradient(180deg,#fff,#fbf7ff)}.address-card__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#9333ea;color:#fff;margin-bottom:14px}.address-card p{margin-top:8px}.customer-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-kpi{min-height:122px;padding:18px;border-radius:14px;border:1px solid transparent}.customer-kpi--green{background:linear-gradient(135deg,#effef5,#d9fae7);border-color:#c7f2d7}.customer-kpi--blue{background:linear-gradient(135deg,#eef5ff,#d7e8ff);border-color:#c5dcff}.customer-kpi--yellow{background:linear-gradient(135deg,#fff9e6,#fff0b8);border-color:#ffe08a}.customer-kpi--wide{grid-column:1 / -1}.customer-kpi__icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--surface);font-weight:700;margin-bottom:18px}.customer-kpi span,.customer-kpi p,.customer-activity-item span{color:var(--text-body);font-size:.78rem}.customer-kpi strong{display:block;margin:4px 0 6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.customer-activity-panel{padding:18px 20px}.customer-activity-list{display:flex;flex-direction:column;gap:10px}.customer-activity-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:var(--surface-strong)}.customer-activity-item__icon{width:32px;height:32px;display:grid;place-items:center;border-radius:50%}.customer-activity-item__icon--blue{background:var(--tint-info);color:var(--ink-info)}.customer-activity-item__icon--green{background:var(--tint-success);color:var(--ink-success)}.customer-activity-item__icon--violet{background:var(--tint-violet);color:var(--ink-violet)}.customer-form{display:flex;flex-direction:column;gap:16px}.form-section{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:18px 20px}.form-section__header{display:flex;align-items:center;gap:10px;margin-bottom:18px}.form-section__header h2,.address-subsection h3{margin:0;font-size:1rem}.form-section__header small{color:var(--text-body);font-size:.76rem}.form-section__badge{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;color:#fff;font-size:.72rem;font-weight:700}.form-section__badge--red{background:#ff5b61}.form-section__badge--blue{background:#4f7dff}.form-section__badge--green{background:#4ade80}.form-section__badge--violet{background:#a855f7}.address-subsection{margin-bottom:16px}.address-subsection h3{margin-bottom:14px;font-size:.88rem}.form-checkbox{display:inline-flex;align-items:center;gap:10px;margin:6px 0 18px;color:var(--text-strong);font-size:.82rem}.field-error{display:inline-flex;align-items:center;gap:4px;color:var(--ink-danger);font-size:.78rem;font-weight:600;margin-top:4px}.field-error:before{content:"⚠";font-size:.85rem;line-height:1}.field-warning{display:inline-flex;align-items:center;gap:4px;color:var(--ink-warning);font-size:.76rem;font-weight:600}.erp-field input.is-invalid,.erp-field textarea.is-invalid{border-color:#ffb4bc;background:var(--brand-tint)}.customer-form__footer{display:flex;align-items:center;gap:10px}.customer-form__footer button:disabled{opacity:.7;cursor:wait}.invoice-form-shell{display:flex;flex-direction:column;gap:16px}.invoice-hero-card,.invoice-main-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.invoice-hero-card{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px}.invoice-hero-card__left{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:18px}.invoice-hero-card__meta{text-align:right;color:var(--text-body);font-size:.88rem}.invoice-hero-card__meta strong{display:block;margin-top:2px;color:var(--text-main);font-size:1.3rem}.invoice-main-card{padding:0}.invoice-main-card__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr)}.invoice-customer-block,.invoice-details-block{padding:22px 20px}.invoice-customer-block{border-right:1px solid var(--line)}.invoice-customer-block h2,.invoice-details-block h2{margin:0 0 16px;font-size:1.05rem}.invoice-customer-select-row{display:flex;gap:10px;align-items:center}.invoice-customer-search{flex:1;display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);background:var(--surface-strong);border-radius:10px;padding:0 12px}.invoice-customer-search input{width:100%;border:0;outline:0;background:transparent;padding:12px 0}.invoice-add-customer-btn{white-space:nowrap}.invoice-add-customer-btn span{color:#fff!important}.invoice-customer-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.invoice-customer-dropdown{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px}.invoice-customer-option{display:flex;flex-direction:column;border:1px solid var(--line-strong);background:var(--surface-strong);border-radius:10px;padding:10px 12px;text-align:left;color:var(--text-secondary)}.invoice-customer-option strong,.invoice-selected-customer strong{display:block}.invoice-customer-option span{display:block;margin-top:2px;min-height:.94rem;font-size:.78rem;color:var(--text-body)}.invoice-customer-option.is-active{border-color:#ffccd3;background:var(--brand-tint)}.invoice-selected-customer{margin-top:14px;border-radius:10px;background:var(--surface-soft);padding:16px 14px}.invoice-selected-customer span{display:block;color:var(--text-body);font-size:.8rem;margin-bottom:8px}.invoice-selected-customer p{margin:2px 0;color:var(--text-secondary)}.invoice-selected-customer:has(>button){display:flex;align-items:center;gap:10px;flex-wrap:wrap}.invoice-selected-customer:has(>button)>span{margin-bottom:0;flex:none}.invoice-selected-customer:has(>button)>strong{flex:1 1 auto;min-width:0}.invoice-selected-customer:has(>button)>button{margin-left:auto;flex:none}.invoice-link-order{margin-top:18px}.invoice-span-two{grid-column:1 / -1}.order-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.order-stat-card{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.order-stat-card p,.order-stat-card__note{margin:0}.order-stat-card p{color:var(--text-body);font-size:.82rem}.order-stat-card strong{display:block;margin:4px 0 6px;font-size:2rem;line-height:1;letter-spacing:-.04em}.order-stat-card__note{display:block;font-size:.78rem}.order-stat-card__note--blue,.order-stat-card__note--green{color:var(--success)}.order-stat-card__note--orange{color:var(--ink-orange)}.order-stat-card__note--red{color:var(--danger)}.order-stat-card__icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px}.order-stat-card__icon--blue{color:var(--ink-info);background:var(--tint-info)}.order-stat-card__icon--orange{color:var(--ink-orange);background:var(--tint-orange)}.order-stat-card__icon--green{color:var(--ink-success);background:var(--tint-success)}.order-stat-card__icon--red{color:var(--ink-danger);background:var(--tint-danger)}.orders-chart-panel{padding:18px 18px 8px}.orders-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.orders-toolbar__search{width:min(100%,360px)}.orders-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.orders-table-panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);overflow:hidden}.orders-table{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.3fr) minmax(0,.95fr) minmax(0,.9fr) minmax(0,.9fr) minmax(0,.85fr) minmax(0,.85fr) minmax(0,.8fr) minmax(0,.8fr);gap:12px;align-items:center;padding:16px 18px}.orders-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-table .orders-table__categories,.invoice-table .invoice-table__categories{display:flex;flex-direction:column;align-items:flex-start;gap:4px;overflow:visible;white-space:normal}.orders-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.orders-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.orders-table--row:last-child{border-bottom:0}.orders-table__id{color:var(--ink-info);font-weight:700}.orders-table__customer{display:flex;align-items:center;gap:10px;font-weight:600}.orders-table__avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f8d7da,#bfd7ff);color:var(--text-strong);font-size:.72rem;font-weight:700}.orders-status-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.orders-status-pill--delivered{color:var(--ink-success);background:var(--tint-success)}.orders-status-pill--confirmed{color:var(--ink-info);background:var(--tint-info)}.orders-status-pill--draft{color:var(--ink-warning);background:var(--tint-warning)}.orders-status-pill--cancelled{color:var(--ink-danger);background:var(--tint-danger)}.orders-status-pill--paid{color:var(--ink-violet);background:var(--tint-violet)}.orders-table__amount{font-weight:700}.orders-table__outstanding.is-warning{color:var(--ink-danger);font-weight:700}.orders-table__actions{display:flex;align-items:center;gap:8px}.orders-table__actions button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:var(--text-muted)}.orders-table__actions a{width:28px;height:28px;display:grid;place-items:center;color:var(--text-muted)}.dynamic-items{display:flex;flex-direction:column;gap:14px}.dynamic-item-card{border:1px solid var(--line);border-radius:12px;padding:14px;background:var(--surface-muted)}.dynamic-item-card__header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.dynamic-item-card__number{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#e5484d;color:#fff;font-size:.78rem;font-weight:700;line-height:1}.dynamic-item-card__label{font-size:.85rem;font-weight:600;color:var(--text-muted)}.dynamic-item-card__delete{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--btn-danger-border);background:var(--surface-strong);color:var(--btn-danger-solid);padding:8px;border-radius:var(--btn-radius-sm);height:40px;cursor:pointer;transition:background .2s,border-color .2s}.dynamic-item-card__delete:hover{background:var(--btn-danger-tint);border-color:var(--btn-danger-solid)}.dynamic-item-card__actions{display:flex;justify-content:flex-end;gap:10px;margin:10px 0}.order-details-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.72fr);gap:14px}.order-details-main,.order-details-side{display:flex;flex-direction:column;gap:14px}.order-header-card,.order-info-card,.order-items-card,.order-timeline-card,.order-summary-card,.order-actions-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:18px 20px}.order-header-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.order-header-card__top h2{margin:0;font-size:2rem;letter-spacing:-.04em}.order-progress{display:flex;align-items:center;gap:0;flex-wrap:wrap}.order-progress__step{display:flex;align-items:center}.order-progress__dot{width:18px;height:18px;border-radius:50%;background:var(--line-strong);border:4px solid #f0f4f8}.order-progress__dot.is-active{background:#22c55e;border-color:#dcfce7}.order-progress__label{margin-left:8px;color:var(--text-secondary);font-size:.82rem}.order-progress__line{width:42px;height:2px;background:var(--line-strong);margin:0 12px}.order-progress__line.is-active{background:#22c55e}.order-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.order-info-grid span{display:block;margin-top:12px;color:var(--text-body);font-size:.8rem}.order-info-grid strong{display:block;margin-top:4px;font-size:.92rem;line-height:1.5}.order-items-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.order-items-table__head,.order-items-table__row{display:grid;grid-template-columns:1.1fr 1.5fr .45fr .7fr .6fr .7fr;gap:12px;align-items:center;padding:14px 16px}.order-items-table__head{background:var(--surface-muted);color:var(--text-body);font-size:.8rem;border-bottom:1px solid var(--line)}.order-items-table__row+.order-items-table__row{border-top:1px solid var(--line)}.order-items-table__row small{display:block;margin-top:4px;color:var(--text-body)}.order-summary-card__meta{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.order-summary-card__meta div{display:flex;justify-content:space-between;gap:12px}.order-summary-card__meta span{color:var(--text-body);font-size:.8rem}.order-summary-card__meta strong{font-size:.86rem}.is-green{color:var(--ink-success)}.order-actions-card__buttons{display:flex;flex-direction:column;gap:10px}.order-mini-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.create-invoice-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,1fr);gap:20px}.create-invoice-grid--summary{align-items:start}.form-panel{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:22px}.form-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.form-panel__title{margin:0;font-size:1.25rem;letter-spacing:-.03em}.form-panel__actions{display:flex;gap:10px;flex-wrap:wrap}.erp-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.erp-form--stack{grid-template-columns:1fr}.erp-field{display:flex;flex-direction:column;gap:8px}.invoice-add-fields{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:15px;align-items:start}.invoice-item-delete-cell{justify-self:end;align-self:end}.invoice-item-delete-cell span{display:none}.erp-field span{font-size:.85rem;font-weight:700;color:var(--text-secondary)}.erp-field span.erp-field__error{color:var(--ink-danger);font-weight:600}.erp-field input,.erp-field select,.erp-field textarea{width:100%;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-strong);color:var(--text-main);padding:13px 14px;outline:none}.erp-field textarea{resize:vertical;min-height:120px}.erp-field--textarea{width:100%}.customer-card{border:1px solid var(--line);border-radius:16px;background:var(--surface-muted);padding:18px}.customer-card__header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.customer-card__avatar{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#5f6cff,#1abc88)}.customer-card__header h3,.customer-card__header p{margin:0}.customer-card__header p{color:var(--text-body);font-size:.85rem}.customer-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.customer-card__grid span{display:block;font-size:.78rem;color:var(--text-body);margin-bottom:4px}.customer-card__grid strong{font-size:.92rem;line-height:1.45}.line-items-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.line-items-table__head,.line-items-table__row{display:grid;grid-template-columns:1.1fr 1.6fr .4fr .7fr .7fr;gap:14px;padding:16px 18px;align-items:center}.line-items-table__head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.line-items-table__row+.line-items-table__row{border-top:1px solid var(--line)}.line-items-table__muted{color:var(--text-body)}.line-items-table__amount{font-weight:700}.invoice-summary__rows{display:flex;flex-direction:column;gap:14px}.invoice-summary__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.invoice-summary__row--total{padding-top:8px}.invoice-summary__row span{color:var(--text-body)}.invoice-summary__row strong{font-size:1rem}.invoice-summary__row--total strong{font-size:1.35rem;color:var(--text-main)}.invoice-summary__paid-now{display:inline-flex;align-items:center;gap:8px}.invoice-summary__paid-now input{width:120px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-strong);color:var(--text-main);padding:8px 10px;text-align:right;font-size:1rem;font-weight:700}.invoice-summary__paid-now-currency{color:var(--text-body);font-weight:700}.metrics-grid,.shared-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(196px,1fr));gap:14px}.metric-card,.shared-stat-card,.panel,.hero-panel{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.metric-card{position:relative;overflow:hidden;padding:20px;border-radius:16px;box-shadow:0 10px 24px #1420330d;transition:transform .18s ease,box-shadow .18s ease}.metric-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px #1420331c}.metric-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--line-strong)}.metric-card--red:before{background:linear-gradient(90deg,#ff5b61,#ff8a6b)}.metric-card--green:before{background:linear-gradient(90deg,#22c55e,#4ade80)}.metric-card--orange:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.metric-card--violet:before,.metric-card--purple:before{background:linear-gradient(90deg,#a855f7,#c084fc)}.metric-card--blue:before{background:linear-gradient(90deg,#6366f1,#818cf8)}.metric-card__top{display:flex;justify-content:space-between;align-items:center}.metric-card__icon{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:13px;color:var(--text-body);background:var(--surface-hover)}.metric-card__icon--currency{color:var(--danger);background:#f044521f}.metric-card__icon--trendUp{color:var(--success);background:#1abc881f}.metric-card__icon--clock{color:var(--warning);background:#f5a52424}.metric-card__icon--orders{color:var(--violet);background:#8b5cf61f}.metric-card__icon--customers{color:var(--primary);background:#5966ff1f}.metric-card--red .metric-card__icon{color:var(--danger);background:#f044521f}.metric-card--green .metric-card__icon{color:var(--success);background:#1abc881f}.metric-card--orange .metric-card__icon{color:var(--warning);background:#f5a52424}.metric-card--violet .metric-card__icon,.metric-card--purple .metric-card__icon{color:var(--violet);background:#8b5cf61f}.metric-card--blue .metric-card__icon{color:var(--primary);background:#5966ff1f}.metric-card__change{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;font-weight:700;padding:4px 9px;border-radius:999px}.metric-card__change.is-positive{color:var(--success);background:#1abc881f}.metric-card__change.is-negative{color:var(--danger);background:#f044521f}.metric-card__change .app-icon{width:14px;height:14px}.metric-card__label{margin:20px 0 6px;color:var(--text-body);font-size:.9rem;font-weight:500}.metric-card__value{margin:0;font-size:2.1rem;line-height:1.06;font-weight:800;letter-spacing:-.04em}.dashboard-grid{display:grid;gap:20px}.dashboard-grid--primary{grid-template-columns:minmax(0,2.1fr) minmax(290px,.95fr)}.dashboard-grid--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:18px 18px 12px;position:relative}.card-visibility-toggle{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--text-muted, #7d879c);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.card-visibility-toggle:hover{background:var(--brand-tint);color:var(--brand);border-color:var(--brand)}.card-visibility-toggle:disabled{opacity:.5;cursor:default}.card-visibility-toggle.is-hidden{color:var(--ink-danger);border-color:#f7c6cb;background:#f044520f}.panel.has-card-toggle .panel__header{padding-right:38px}.panel.is-card-hidden{border-color:#f7c6cb;box-shadow:inset 0 0 0 1px #f7c6cb}.panel__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.panel__header h2,.hero-panel__title{margin:0;font-size:1.1rem;letter-spacing:-.03em}.segmented-control{display:inline-flex;gap:6px;background:var(--surface-soft);padding:4px;border-radius:12px}.segmented-control button{border:0;background:transparent;color:var(--text-body);padding:8px 12px;border-radius:10px}.segmented-control .is-active{background:var(--brand-gradient);color:#fff}.status-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;padding:6px 6px 10px}.status-legend__item,.activity-list__item,.summary-list__row,.data-table__head,.data-table__row{display:flex;align-items:center}.status-legend__item{gap:10px;color:var(--text-secondary);font-size:.85rem}.dot,.activity-list__bullet{flex:none;border-radius:50%}.dot{width:10px;height:10px}.dot--green{background:var(--success)}.dot--slate{background:var(--text-muted)}.dot--red{background:var(--danger)}.dot--orange{background:var(--warning)}.data-table{border-top:1px solid var(--line)}.data-table__head,.data-table__row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) minmax(0,1fr) minmax(0,.8fr);gap:12px;padding:14px 0}.data-table__head>span,.data-table__row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table__head{color:var(--text-body);font-size:.82rem}.data-table__row{border-top:1px solid var(--line);font-size:.92rem}.status-pill{font-weight:700;font-size:.78rem}.status-pill--paid{color:var(--success)}.status-pill--pending{color:var(--warning)}.status-pill--overdue{color:var(--danger)}.activity-list{display:flex;flex-direction:column;gap:18px;padding-top:10px}.activity-list__item{align-items:flex-start;gap:12px}.activity-list__bullet{width:8px;height:8px;margin-top:8px}.activity-list p,.summary-list__row span,.summary-list__row strong{margin:0}.activity-list p{font-size:.92rem}.activity-list span{color:var(--text-body);font-size:.78rem}.hero-panel{padding:24px;display:flex;justify-content:space-between;align-items:center;gap:16px}.hero-panel__eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--tint-info);color:var(--primary);font-size:.74rem;font-weight:700;margin-bottom:12px}.hero-panel__text{max-width:680px;margin:10px 0 0;color:var(--text-body)}.hero-panel__button{border:0;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#1abc88,#11a06f);color:#fff;font-weight:700}.shared-stat-card{padding:18px;display:flex;flex-direction:column;gap:6px}.shared-stat-card span{color:var(--text-body);font-size:.82rem}.shared-stat-card strong{font-size:1.7rem;letter-spacing:-.04em}.summary-list{display:flex;flex-direction:column;gap:16px;padding-top:6px}.summary-list__row{justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}.summary-list__row:last-child{border-bottom:0;padding-bottom:0}.summary-list__row span{color:var(--text-body)}.summary-list__row strong{font-size:.94rem}.app-icon{width:18px;height:18px}.offers-page,.offer-create-page{display:flex;flex-direction:column;gap:16px}.offer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.offer-toolbar__search{width:min(100%,360px)}.offer-toolbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.offer-status-select{position:relative;display:inline-flex;align-items:center}.offer-status-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:132px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-strong);color:var(--text-strong);padding:11px 38px 11px 14px}.offer-status-select .app-icon{position:absolute;right:12px;pointer-events:none;color:var(--text-muted)}.offer-table{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.8fr) minmax(0,.8fr);gap:14px;align-items:center;padding:16px 18px}.offer-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-table--head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.offer-table--row{font-size:.9rem;border-bottom:1px solid var(--line)}.offer-table--row:last-child{border-bottom:0}.offer-table__id,.offer-table__amount{font-weight:700}.offer-status{font-size:.76rem;font-weight:700;justify-self:start;text-align:left}.offer-status--accepted{color:var(--ink-success)}.offer-status--sent{color:var(--ink-violet-strong)}.offer-status--draft{color:var(--text-secondary)}.offer-status--rejected{color:var(--ink-danger)}.offer-form-shell{display:flex;flex-direction:column;gap:16px}.offer-page-back{display:flex;align-items:center}.offer-header-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.offer-create-grid{align-items:start}.offer-create-main{display:flex;flex-direction:column;gap:16px}.offer-panel{border-radius:14px;padding:16px;margin-bottom:20px}.offer-customer-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.offer-customer-card{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;width:100%;border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);padding:14px;text-align:left}.offer-customer-card.is-active{border-color:#ffccd3;background:var(--brand-tint)}.offer-customer-card strong,.offer-summary-customer strong{display:block}.offer-customer-card span,.offer-summary-customer span{display:block;margin-top:2px;color:var(--text-body);font-size:.8rem}.offer-customer-card small{display:block;margin-top:6px;color:var(--text-body);font-size:.78rem;line-height:1.5}.offer-customer-card__edit{width:18px;height:18px;color:var(--brand);flex:none}.offer-details-grid{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:14px}.offer-details-page--modern{padding:24px}.offer-details-hero--modern{display:flex;justify-content:space-between;align-items:center;padding:20px}.offer-details-hero--modern h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.offer-details-hero--modern p{margin:6px 0 0;color:var(--text-body);font-size:.88rem}.offer-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;font-weight:800;font-size:.82rem;border:1px solid var(--line);background:var(--surface);color:var(--text-secondary)}.offer-badge--pending{border-color:#f59e0b40;background:#f59e0b24;color:var(--ink-warning-strong)}.offer-badge--sent{border-color:#3b82f640;background:#3b82f61f;color:var(--ink-info-strong)}.offer-badge--accepted{border-color:#22c55e40;background:#22c55e1f;color:var(--ink-success-strong)}.offer-badge--rejected{border-color:#ef444440;background:#ef44441f;color:var(--ink-danger-strong)}.offer-details-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:18px;margin-top:18px;align-items:start}.offer-details-layout__left,.offer-details-layout__right{display:flex;flex-direction:column;gap:18px}.offer-details-card{padding:18px}.offer-customer-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.offer-customer-info strong{display:block;font-size:.95rem;margin-bottom:8px}.offer-customer-info p{margin:4px 0 0;color:var(--text-body);font-size:.88rem}.offer-items-table--readonly .offer-items-table__head--details,.offer-items-table--readonly .offer-items-table__row--details{grid-template-columns:1.6fr .35fr .55fr .65fr .65fr}.offer-items-table__head--details{background:var(--surface-muted)}.offer-item-meta strong{display:block;font-size:.9rem}.offer-item-meta span{display:block;margin-top:4px;color:var(--text-body);font-size:.82rem}.offer-summary{display:flex;flex-direction:column;gap:12px}.offer-summary>div{display:flex;justify-content:space-between;gap:12px;color:var(--text-body);font-size:.9rem}.offer-summary strong{color:var(--text-main)}.offer-summary__discount{color:var(--ink-danger)}.offer-summary__total{padding-top:14px;border-top:1px solid var(--line);font-weight:900}.offer-actions{display:flex;flex-direction:column;gap:10px}.offer-action{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px var(--btn-pad-x);border-radius:var(--btn-radius);border:1px solid var(--line);background:var(--surface);cursor:pointer;font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);color:var(--text-strong);text-decoration:none}.offer-action--primary{border:none;background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-shadow)}.offer-action--danger{border-color:var(--btn-danger-border);background:var(--btn-danger-tint);color:var(--btn-danger-ink)}.offer-add-row{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:8px;background:#e5484d;color:#fff;padding:10px 14px;cursor:pointer;transition:background .2s}.offer-add-row:hover{background:#cf3b40}.offer-items-table{border:1px solid var(--line);border-radius:12px;overflow:hidden}.offer-items-table__head,.offer-items-table__row{display:grid;grid-template-columns:1.2fr 1.35fr .5fr .7fr .6fr .8fr 36px;gap:10px;align-items:center;padding:14px 12px}.offer-items-table__head{background:var(--surface-muted);color:var(--text-body);font-size:.8rem;border-bottom:1px solid var(--line)}.offer-items-table__row+.offer-items-table__row{border-top:1px solid var(--line)}.offer-items-table__row input,.offer-items-table__row select{width:100%;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-strong);padding:10px 12px}.offer-items-table__row strong{font-size:.86rem}.offer-delete-row{width:28px;height:28px;display:grid;place-items:center;border:0;background:transparent;color:var(--ink-danger);padding:0}.offer-delete-row:disabled{opacity:.35;cursor:not-allowed}.offer-delete-row svg{width:16px;height:16px}.offer-discount-controls{display:inline-flex;align-items:center;gap:8px}.offer-discount-controls input,.offer-discount-type select{width:68px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-strong);padding:8px 10px}.offer-summary__discount{align-items:flex-start}.offer-summary-customer{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.offer-summary-customer p{margin:6px 0 0;color:var(--text-body);font-size:.85rem}.apexcharts-legend{justify-content:flex-end!important}.products-page,.create-product-page{padding:24px}.page-header h2{font-size:22px;font-weight:600}.page-header p{font-size:13px;color:var(--text-muted);margin-top:4px}.products-toolbar{margin:20px 0;display:flex;justify-content:space-between;align-items:center}.products-toolbar input{width:300px;padding:10px 12px;border-radius:8px;border:1px solid #e2e5ec;outline:none}.products-toolbar input:focus{border-color:#ef4444}.btn-primary{background:var(--brand-gradient);color:#fff;padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);text-decoration:none;font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);border:none;cursor:pointer;box-shadow:var(--brand-shadow);transition:filter .2s}.btn-primary:hover{filter:brightness(1.04)}.btn-secondary{background:var(--surface-hover);padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);border:1px solid var(--line-strong);font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);cursor:pointer}.products-table{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);padding:14px 20px;gap:14px;align-items:center}.products-table>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-table-row{font-size:.9rem;border-bottom:1px solid var(--line)}.product-table-head{background:var(--surface-soft);font-size:12px;color:var(--text-muted);font-weight:600}.table-row{border-top:1px solid #f1f3f7}.table-row:hover{background:var(--surface-soft)}.product-name{font-weight:500}.product-status{padding:4px 10px;font-size:12px;max-width:max-content;border-radius:9px}.product-status.in-stock{background:var(--tint-success);color:var(--ink-success-strong)}.product-status.low-stock{background:var(--tint-warning);color:var(--ink-warning-strong)}.product-status.out-of-stock{background:var(--tint-danger);color:var(--ink-danger-strong)}.product-form{margin-top:20px}.form-section{background:var(--surface-strong);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 5px 18px #0000000d}.form-section h3{margin-bottom:15px;font-size:16px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.form-field{display:flex;flex-direction:column;font-size:13px}.form-field span{margin-bottom:5px;color:var(--text-secondary)}.form-field input,.form-field textarea{padding:10px;border:1px solid #e2e5ec;border-radius:8px;outline:none}.form-field input:focus,.form-field textarea:focus{border-color:#ef4444}.form-field.full{grid-column:span 3}.is-invalid{border-color:#ef4444!important}.error{font-size:12px;color:var(--ink-danger);margin-top:4px}.form-actions{display:flex;gap:10px;justify-content:flex-end}@media (max-width: 900px){.form-grid{grid-template-columns:1fr}.products-toolbar{flex-direction:column;gap:10px;align-items:flex-start}.products-toolbar input{width:100%}.table-head,.table-row{grid-template-columns:1fr 1fr;gap:10px}}@media (max-width: 1220px){.metrics-grid,.shared-stats,.order-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1080px){:root{--sidebar-width: 220px}.dashboard-grid--primary,.dashboard-grid--secondary,.create-invoice-grid,.customer-details-layout,.order-details-layout,.invoice-main-card__grid,.product-form-layout{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}.topbar__actions{flex-wrap:wrap}.invoice-table,.offer-table{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-table--head,.offer-table--head{display:none}.customers-table{grid-template-columns:repeat(2,minmax(0,1fr))}.customers-table--head{display:none}.orders-table{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-table--head{display:none}.erp-form,.customer-card__grid,.line-items-table__head,.line-items-table__row,.order-info-grid,.order-items-table__head,.order-items-table__row,.invoice-hero-card__left,.offer-details-grid,.offer-items-table__head,.offer-items-table__row{grid-template-columns:1fr}}@media (max-width: 1080px){.offer-details-layout,.offer-customer-info{grid-template-columns:1fr}}.product-form-page,.product-details-page{padding:24px}.product-form-page{display:flex;flex-direction:column;gap:16px}.product-page-header{margin-bottom:18px}.product-page-header h1{margin:0;font-size:1.4rem;letter-spacing:-.03em}.product-page-header p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.product-form-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.75fr);gap:18px;align-items:start}.product-form-card,.product-form-sidecard{padding:18px}.product-form-card__header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.product-form-card__header h2{margin:0;font-size:.98rem;letter-spacing:-.02em}.product-form-card__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface-muted)}.product-form-card__icon--red{background:#ef44441f;color:var(--ink-danger);border-color:#ef444426}.product-form-card__icon--green{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e26}.product-form-card__icon--violet{background:#8b5cf61f;color:var(--ink-violet);border-color:#8b5cf626}.product-form-card__icon--orange{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b29}.product-upload{margin-top:8px;border:1px dashed rgba(148,163,184,.7);border-radius:16px;background:var(--surface-muted);padding:18px;display:grid;place-items:center;gap:10px;text-align:center;cursor:pointer;position:relative;min-height:220px}.product-upload.is-loading{opacity:.7;cursor:progress}.product-upload__icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;border:1px solid var(--line);background:#94a3b81f;color:var(--text-secondary)}.product-upload p{margin:0;font-size:.88rem;color:var(--text-body)}.product-upload__hint{font-size:.78rem;color:var(--text-body)}.product-upload__preview{width:100%;max-height:190px;object-fit:cover;border-radius:14px;border:1px solid var(--line)}.product-upload__input{display:none}.product-upload__button{padding:var(--btn-pad-y) var(--btn-pad-x);border-radius:var(--btn-radius);border:none;background:var(--brand-gradient);color:#fff;font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);cursor:pointer}.product-actions-title{margin:0 0 14px;font-size:.98rem;letter-spacing:-.02em}.product-actions-primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px var(--btn-pad-x);border-radius:var(--btn-radius);border:none;cursor:pointer;background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-shadow);font-weight:var(--btn-font-weight);font-size:var(--btn-font-size)}.product-actions-primary:disabled{opacity:.75;cursor:not-allowed}.product-actions-secondary{margin-top:10px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px var(--btn-pad-x);border-radius:var(--btn-radius);border:1px solid var(--line);background:#94a3b81f;cursor:pointer;font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);color:var(--text-secondary)}.product-tips-card{border:1px solid rgba(59,130,246,.2);background:#3b82f60f}.product-tips-card h2{margin:0 0 12px;font-size:.98rem;letter-spacing:-.02em}.product-tips-card ul{margin:0;padding-left:18px;color:var(--ink-info-strong);display:flex;flex-direction:column;gap:10px;font-size:.88rem}.product-form-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.product-form-top__title{display:flex;align-items:flex-start;gap:16px}.product-form-top__title h1{margin:0;font-size:1.4rem;letter-spacing:-.03em}.product-form-top__title p{margin:4px 0 0;color:var(--text-body);font-size:.9rem}.product-form-top__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-form-shell{width:100%}.product-form-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,1fr);gap:20px;align-items:start}.product-form-main{display:flex;flex-direction:column;gap:18px}.product-form-alert{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(248,113,113,.35);background:var(--tint-danger);color:var(--ink-danger-strong);font-size:.9rem}.product-section{padding:22px}.product-section__header{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.product-section__title{margin:0;font-size:1.05rem;letter-spacing:-.02em}.product-section__subtitle{margin:4px 0 0;font-size:.85rem;color:var(--text-body)}.product-section__icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;border:1px solid var(--line);color:var(--text-main);background:var(--surface-muted)}.product-section__icon--red{background:#ef44441f;color:var(--ink-danger);border-color:#ef444426}.product-section__icon--green{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e26}.product-section__icon--violet{background:#8b5cf61f;color:var(--ink-violet);border-color:#8b5cf626}.product-section__icon--blue{background:#3b82f61f;color:var(--ink-info);border-color:#3b82f626}.product-toggle{display:inline-flex;gap:8px;flex-wrap:wrap}.product-toggle__option{position:relative;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:var(--surface-muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.86rem;color:var(--text-body)}.product-toggle__option input{accent-color:#ef4444}.product-price-preview{justify-content:center;border:1px dashed rgba(148,163,184,.7);border-radius:14px;padding:14px;background:var(--surface-soft)}.product-price-preview strong{font-size:1.05rem}.erp-error{display:inline-flex;align-items:center;gap:8px;margin-top:8px;color:var(--ink-danger);font-size:.8rem}.product-form-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:8px}.product-aside-card__title{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.product-aside-card__title h2{margin:0;font-size:1.02rem;letter-spacing:-.02em}.product-aside-card__title p{margin:4px 0 0;color:var(--text-body);font-size:.85rem}.product-aside-card__icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#94a3b824;color:var(--text-secondary)}.product-aside-card__icon--danger{background:#ef44441f;color:var(--ink-danger)}.product-image-box{border:1px dashed rgba(148,163,184,.75);border-radius:16px;background:var(--surface-muted);padding:18px;display:grid;place-items:center;gap:10px;margin-bottom:14px;color:var(--text-body)}.product-image-box img{width:100%;max-height:160px;object-fit:cover;border-radius:14px}.product-image-box p{margin:0;font-size:.85rem}.product-tips{margin:0;padding-left:18px;color:var(--text-body);display:flex;flex-direction:column;gap:10px;font-size:.88rem}.product-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:8px var(--btn-pad-x);border-radius:var(--btn-radius);border:none;cursor:pointer;background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-shadow);font-weight:var(--btn-font-weight);font-size:var(--btn-font-size)}.product-submit:disabled{opacity:.7;cursor:not-allowed}.product-name--link{color:var(--text-main);text-decoration:none}.product-name--link:hover{text-decoration:underline}.product-details-top{margin-bottom:14px}.product-details-hero{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:16px;padding:20px;align-items:center}.product-form-hero{align-items:start}.product-form-hero__heading h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.product-form-hero__heading p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.product-form-hero__name input{font-size:1.05rem;font-weight:700}.product-form-hero__chips{align-items:stretch;gap:12px}.product-form-chip{display:inline-flex;flex-direction:column;gap:6px;padding:8px 12px;border-radius:14px;border:1px solid var(--line);background:var(--surface);min-width:200px}.product-form-chip>span{font-size:.8rem;color:var(--text-body);font-weight:700}.product-form-chip input,.product-form-chip select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface-muted);outline:none}.product-form-hero__preview{display:block;margin-top:10px;font-size:1.2rem;letter-spacing:-.03em}.product-form-hero__preview-label{display:block;margin-top:4px;color:var(--text-body);font-size:.82rem}.product-form-hero__actions{align-self:start}.product-form-info{padding:22px}.product-form-info__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.product-form-info__title{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(239,68,68,.2);background:#ef444414;color:var(--ink-danger);font-weight:800;font-size:.86rem}.product-form-row .product-info-row__main input,.product-form-row .product-info-row__main select{margin-top:6px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface-muted);outline:none}.product-form-description{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.product-form-description__header{display:flex;gap:12px;align-items:center;margin-bottom:12px}.product-form-description__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#3b82f61f;color:var(--ink-info);border:1px solid rgba(59,130,246,.15)}.product-form-description__header strong{display:block;font-size:.95rem}.product-form-description__header span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.product-details-hero__media img{width:88px;height:88px;border-radius:18px;object-fit:cover;border:1px solid var(--line)}.product-details-hero__placeholder{width:88px;height:88px;border-radius:18px;display:grid;place-items:center;gap:6px;color:var(--text-secondary);border:1px solid var(--line);background:linear-gradient(135deg,#5eead41f,#6366f11f)}.product-details-hero__placeholder span{font-size:.9rem;font-weight:800}.product-details-hero__meta h1{margin:0;font-size:1.25rem;letter-spacing:-.03em}.product-details-hero__chips{margin-top:8px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;color:var(--text-body);font-size:.9rem}.product-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:var(--surface-hover);color:var(--text-body);font-size:.68rem;font-weight:600;letter-spacing:.01em}.product-chip--kuche{background:#1abc8824;color:var(--ink-success)}.product-chip--mobel{background:#f59e0b29;color:var(--ink-warning)}.product-pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;font-weight:800;font-size:.8rem;border:1px solid transparent}.product-pill--active{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e2e}.product-pill--draft{background:#94a3b82e;color:var(--text-secondary);border-color:#94a3b838}.product-pill--inactive{background:#ef44441f;color:var(--ink-danger);border-color:#ef44442e}.product-details-hero__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.product-action{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;text-decoration:none;border:1px solid var(--line);background:var(--surface-muted);cursor:pointer;color:var(--text-main);font-weight:700}.product-action--primary{background:#3b82f61f;border-color:#3b82f633;color:var(--ink-info)}.product-action--danger{background:#ef44441f;border-color:#ef444433;color:var(--ink-danger)}.product-info-card,.product-orders-card{margin-top:18px;padding:20px}.product-info-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-info-block{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface-muted)}.product-info-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px}.product-info-row+.product-info-row{border-top:1px solid var(--line)}.product-info-row__main p{margin:0;color:var(--text-body);font-size:.82rem}.product-info-row__main strong{display:block;margin-top:4px;font-size:1.05rem;letter-spacing:-.02em}.product-info-row__main span{display:block;margin-top:4px;font-size:.78rem;color:var(--text-body)}.product-info-row__icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;border:1px solid var(--line);flex:none}.product-info-row__icon--green{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e26}.product-info-row__icon--blue{background:#3b82f61f;color:var(--ink-info);border-color:#3b82f626}.product-info-row__icon--violet{background:#8b5cf61f;color:var(--ink-violet);border-color:#8b5cf626}.product-info-row__icon--mint{background:#5eead41f;color:var(--ink-teal);border-color:#5eead42e}.product-info-row__icon--orange{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b2e}.product-info-row__icon--teal{background:#14b8a61f;color:var(--ink-teal);border-color:#14b8a62e}.product-stock{display:inline-flex;align-items:center;margin-left:10px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800}.product-stock--in-stock{background:#22c55e1f;color:var(--ink-success)}.product-stock--low-stock{background:#f59e0b1f;color:var(--ink-warning)}.product-stock--out-of-stock{background:#ef44441f;color:var(--ink-danger)}.product-orders-card__header p{margin:6px 0 0;color:var(--text-body);font-size:.86rem}.product-export{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid rgba(239,68,68,.35);background:#ef444414;color:var(--ink-danger);cursor:pointer;font-weight:700}.product-orders-table{border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:14px}.product-orders-table__head,.product-orders-table__row{display:grid;grid-template-columns:1fr 1.4fr 1fr .8fr 1fr 1fr .6fr;gap:14px;padding:16px 18px;align-items:center}.product-orders-table__head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.product-orders-table__row+.product-orders-table__row{border-top:1px solid var(--line)}.product-orders-table__id{font-weight:800}.product-orders-table__customer{display:inline-flex;align-items:center;gap:10px}.product-orders-table__avatar{width:30px;height:30px;border-radius:10px;background:#6366f11f;color:var(--ink-indigo);font-weight:900;display:grid;place-items:center;font-size:.82rem}.product-orders-table__amount{font-weight:800}.product-order-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid transparent}.product-order-pill--delivered{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e2e}.product-order-pill--shipped,.product-order-pill--confirmed{background:#3b82f61f;color:var(--ink-info);border-color:#3b82f62e}.product-order-pill--processing,.product-order-pill--draft{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b2e}.product-order-pill--cancelled{background:#ef44441f;color:var(--ink-danger);border-color:#ef44442e}.product-orders-table__view{color:var(--ink-danger);font-weight:800;text-decoration:none}.product-orders-table__view:hover{text-decoration:underline}.product-orders-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px;color:var(--text-body);font-size:.86rem}.product-orders-pagination{display:flex;gap:8px}.product-orders-pagination button{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:var(--surface-strong);cursor:pointer;font-weight:800;color:var(--text-main)}.product-orders-pagination button:disabled{background:#ef44441f;border-color:#ef444433;color:var(--ink-danger);cursor:default}@media (max-width: 1080px){.product-form-grid{grid-template-columns:1fr}.product-form-aside{position:static}.product-details-hero{grid-template-columns:1fr;justify-items:start}.product-details-hero__actions{justify-content:flex-start}.product-info-layout{grid-template-columns:1fr}.product-orders-table__head{display:none}.product-orders-table__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (max-width: 820px){.sidebar{position:static;width:100%;border-right:0;border-bottom:1px solid var(--line)}.app-main{margin-left:0;height:auto;min-height:auto;overflow:visible}.app-content{height:auto;overflow:visible;padding:18px}.metrics-grid,.shared-stats,.customer-stats,.order-stats-grid{grid-template-columns:1fr}.hero-panel{flex-direction:column;align-items:flex-start}.data-table__head,.data-table__row{grid-template-columns:1fr;gap:6px}.invoice-toolbar,.invoice-filters,.offer-toolbar,.customer-toolbar,.customers-footer,.customer-profile-card,.orders-toolbar,.invoice-hero-card,.invoice-customer-select-row{flex-direction:column;align-items:stretch}.invoice-search{width:100%}.invoice-toolbar__actions{display:grid;grid-template-columns:1fr;gap:10px}.invoice-table,.invoice-table--row,.offer-table,.offer-table--row,.customers-table,.customers-table--row,.orders-table,.orders-table--row{grid-template-columns:1fr;gap:8px}.customers-table__actions,.pagination,.customer-form__footer,.dynamic-item-card__actions,.customer-profile-card__identity{flex-wrap:wrap}.customer-kpis{grid-template-columns:1fr}.invoice-customer-block{border-right:0;border-bottom:1px solid var(--line)}.order-progress{align-items:flex-start;flex-direction:column;gap:10px}.order-progress__line{display:none}}@media (max-width: 500px){.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:19}.sidebar-backdrop.is-open{opacity:1;pointer-events:auto}.sidebar{position:fixed;inset:0 auto 0 0;width:min(88vw,300px);border-bottom:0;transform:translate(-105%);transition:transform .2s ease}.sidebar.is-open{transform:translate(0)}.app-main{margin-left:0}.topbar{padding:18px 16px 14px}.topbar__menu{display:grid;place-items:center}}@media (max-width: 820px){.invoice-toolbar,.orders-toolbar,.offer-toolbar,.customer-toolbar{flex-direction:column;align-items:stretch;gap:12px}.invoice-toolbar__actions,.orders-toolbar__actions,.offer-toolbar__actions,.customer-toolbar__actions{justify-content:space-between;flex-wrap:wrap}.invoice-search,.orders-toolbar__search,.offer-toolbar__search,.customer-toolbar__search{width:100%}.panel__header{flex-direction:column;align-items:flex-start}.topbar__actions{width:100%;justify-content:space-between}}.settings-page{padding:24px}.settings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.settings-header h1{margin:0;font-size:1.45rem;letter-spacing:-.03em}.settings-header p{margin:6px 0 0;color:var(--text-body);font-size:.92rem}.settings-plan{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);min-width:280px}.settings-plan__badge{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#22c55e1f;color:var(--ink-success);border:1px solid rgba(34,197,94,.18);font-weight:900}.settings-plan strong{display:block;font-size:.95rem}.settings-plan span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:18px;align-items:start}.settings-nav{display:flex;flex-direction:column;gap:10px}.settings-nav__item{width:100%;display:flex;gap:12px;align-items:flex-start;text-align:left;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:var(--surface);cursor:pointer;box-shadow:0 12px 24px #0f172a0a;transition:transform .12s ease,border-color .12s ease}.settings-nav__item:hover{transform:translateY(-1px);border-color:#ef444459}.settings-nav__item.is-active{border-color:#ef444473;background:#ef44440f}.settings-nav__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#94a3b824;color:var(--text-secondary);flex:none}.settings-nav__item.is-active .settings-nav__icon{background:#ef44441f;color:var(--ink-danger)}.settings-nav__text strong{display:block;font-size:.95rem}.settings-nav__text span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-panel{padding:22px}.settings-panel__header p{margin:6px 0 0;color:var(--text-body);font-size:.88rem}.settings-saved{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(34,197,94,.22);background:#22c55e1f;color:var(--ink-success);font-weight:800;font-size:.82rem}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-grid{display:grid;gap:16px}.settings-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-actions{display:flex;justify-content:flex-end}.settings-error{display:inline-block;margin-top:8px;color:var(--ink-danger);font-size:.8rem}.settings-hint{display:inline-block;margin-top:6px;color:var(--text-body);font-size:.82rem}.invoice-deposit-list{display:flex;flex-direction:column;gap:6px;margin-top:6px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;max-height:160px;overflow-y:auto}.invoice-deposit-option{display:flex;align-items:center;gap:8px;font-size:.85rem;cursor:pointer}.invoice-deposit-option input{width:auto}.settings-divider{height:1px;background:var(--line)}.settings-section{border:1px solid var(--line);background:var(--surface-muted);border-radius:18px;padding:18px}.settings-section__title{display:flex;gap:12px;align-items:center;margin-bottom:14px}.settings-section__title strong{display:block;font-size:.95rem}.settings-section__title span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-section__icon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;border:1px solid var(--line)}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:24px;align-items:center;padding:28px 160px;background:var(--surface-soft)}.login-card{width:100%;max-width:550px;margin:0 auto;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:26px 30px;box-shadow:0 18px 50px #0f172a14}.login-logo{width:134px;height:84px;object-fit:contain;display:block;margin:0 auto 10px}.login-card h1{margin:0;text-align:center;font-size:1.35rem;letter-spacing:-.03em}.login-card>p{margin:6px 0 18px;text-align:center;color:var(--text-body);font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:14px}.login-field>span{display:block;font-size:.82rem;color:var(--text-body);margin-bottom:6px;font-weight:700}.login-input{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:12px;padding:10px 12px;background:var(--surface-muted)}.login-input input{flex:1;border:0;outline:none;background:transparent}.login-eye{border:0;background:transparent;padding:0;cursor:pointer;color:var(--text-muted)}.login-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-check{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;color:var(--text-body)}.login-check input{accent-color:#ef4444}.login-link{border:0;background:transparent;color:var(--ink-danger);cursor:pointer;font-weight:700;font-size:.86rem}.login-submit{margin-top:4px;width:100%;border:0;border-radius:var(--btn-radius);padding:10px var(--btn-pad-x);background:var(--brand-gradient);color:#fff;cursor:pointer;font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);box-shadow:var(--brand-shadow)}.login-submit:disabled{opacity:.75;cursor:not-allowed}.login-error{display:inline-block;margin-top:8px;color:var(--ink-danger);font-size:.8rem}.login-legal{margin:14px 0 0;text-align:center;color:var(--text-body);font-size:.78rem;line-height:1.5}.login-hero{display:grid;place-items:center}.login-hero img{width:min(640px,100%);height:auto}@media (max-width: 980px){.login-page{grid-template-columns:1fr}.login-hero{display:none}}.erp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;padding:18px;z-index:60}.erp-modal{width:min(520px,100%);background:var(--surface-strong);border-radius:16px;border:1px solid var(--line);box-shadow:0 30px 80px #0f172a33;overflow:hidden}.erp-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 12px;border-bottom:1px solid var(--line)}.erp-modal__title{display:flex;gap:12px;align-items:flex-start}.erp-modal__badge{border-radius:12px;display:grid;padding:7px 10px;place-items:center;background:#ef44441f;color:var(--ink-danger);border:1px solid rgba(239,68,68,.15);font-weight:900;flex:none}.erp-modal__title strong{display:block;font-size:1rem}.erp-modal__title span{display:block;margin-top:4px;color:var(--text-body);font-size:.85rem;line-height:1.5}.erp-modal__close{border:0;background:transparent;cursor:pointer;color:var(--text-muted);padding:6px;border-radius:10px}.erp-modal__close:hover{background:#94a3b824}.erp-modal__body{padding:14px 16px 16px}.erp-modal__summary{border:1px solid var(--line);border-radius:14px;padding:14px;background:var(--surface-muted)}.erp-modal__summary>strong{display:block;font-size:.9rem;margin-bottom:10px}.erp-modal__summary-grid{display:grid;grid-template-columns:1fr auto;gap:8px 12px;font-size:.86rem;color:var(--text-body)}.erp-modal__summary-grid strong{color:var(--text-main)}.erp-modal__check{margin-top:14px;display:flex;gap:10px;align-items:flex-start;font-size:.86rem;color:var(--text-body)}.erp-modal__check input{margin-top:3px;accent-color:#ef4444}.erp-modal__check strong{display:block;color:var(--text-main);font-size:.9rem}.erp-modal__check span{display:block;margin-top:4px;font-size:.82rem}.erp-modal__error{margin-top:12px;border:1px solid rgba(248,113,113,.35);background:var(--tint-danger);color:var(--ink-danger-strong);border-radius:12px;padding:10px 12px;font-size:.86rem}.erp-modal__footer{padding:14px 16px 16px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:10px}.erp-modal__btn{border-radius:var(--btn-radius);padding:8px var(--btn-pad-x);border:1px solid var(--line);background:#94a3b81f;cursor:pointer;font-weight:var(--btn-font-weight);font-size:var(--btn-font-size);color:var(--text-strong)}.erp-modal__btn:disabled{opacity:.7;cursor:not-allowed}.erp-modal__btn--primary{border:none;background:var(--brand-gradient);color:#fff;box-shadow:var(--brand-shadow)}.settings-section__icon--violet{background:#8b5cf61f;color:var(--ink-violet);border-color:#8b5cf62e}.settings-section__icon--blue{background:#3b82f61f;color:var(--ink-info);border-color:#3b82f62e}.settings-section__icon--green{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e2e}.settings-section__icon--orange{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b2e}.settings-section__icon--teal{background:#14b8a61f;color:var(--ink-teal);border-color:#14b8a62e}.settings-toggle{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-top:1px solid var(--line)}.settings-toggle:first-of-type{border-top:0;padding-top:0}.settings-toggle strong{display:block;font-size:.92rem}.settings-toggle p{margin:4px 0 0;font-size:.82rem;color:var(--text-body)}.settings-toggle__control{width:54px;height:30px;border-radius:999px;border:1px solid var(--line);background:#94a3b82e;position:relative;cursor:pointer;flex:none}.settings-toggle__control.is-on{background:#22c55e33;border-color:#22c55e40}.settings-toggle__thumb{position:absolute;top:50%;left:4px;transform:translateY(-50%);width:22px;height:22px;border-radius:999px;background:var(--surface-strong);box-shadow:0 10px 20px #0f172a1f;transition:left .12s ease}.settings-toggle__control.is-on .settings-toggle__thumb{left:calc(100% - 26px)}.settings-callout{margin-top:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(34,197,94,.22);background:#22c55e1f;color:var(--ink-success-strong);display:flex;gap:12px;align-items:center}.settings-callout strong{display:block;font-size:.92rem}.settings-callout span{display:block;margin-top:2px;font-size:.82rem;color:var(--ink-success-strong)}.settings-callout--neutral{border-color:#94a3b852;background:var(--surface);color:var(--text-main)}.settings-callout--neutral span{color:var(--text-body)}.settings-field-inline span{display:inline-flex;align-items:center;gap:8px}.settings-billing-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px;border-radius:18px;border:1px solid var(--line);background:var(--surface-strong)}.settings-billing-card p{margin:0;color:var(--text-body);font-size:.82rem}.settings-billing-card strong{display:block;margin-top:6px;font-size:1.15rem;letter-spacing:-.02em}.settings-billing-card span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}.settings-progress{margin-top:10px;height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden}.settings-progress span{display:block;height:100%;background:#ef4444bf;border-radius:999px}.settings-integrations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-integration{padding:16px;border-radius:18px;border:1px solid var(--line);background:var(--surface-strong);display:flex;flex-direction:column;gap:12px}.settings-integration__meta{display:flex;align-items:center;gap:12px}.settings-integration__badge{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#22c55e1f;color:var(--ink-success);border:1px solid rgba(34,197,94,.18);flex:none}.settings-integration__badge--blue{background:#3b82f61f;color:var(--ink-info);border-color:#3b82f62e}.settings-integration__badge--orange{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b2e}.settings-integration strong{display:block;font-size:.95rem}.settings-integration span{display:block;margin-top:2px;color:var(--text-body);font-size:.82rem}@media (max-width: 1080px){.settings-layout{grid-template-columns:1fr}.settings-plan{width:100%}.settings-integrations-grid,.settings-grid--two{grid-template-columns:1fr}}.products-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.products-header h1{margin:0;font-size:1.45rem;letter-spacing:-.03em}.products-header p{margin:6px 0 0;color:var(--text-body);font-size:.9rem}.products-header__actions{display:flex;align-items:center;gap:12px}.products-header__dot{width:8px;height:8px;border-radius:999px;background:#ef4444;display:inline-block}.products-header__avatar{width:34px;height:34px;border-radius:12px;background:#6366f11f;color:var(--ink-indigo);display:grid;place-items:center;font-weight:900;font-size:.85rem;border:1px solid rgba(99,102,241,.18)}.products-panel{padding:18px}.products-toolbar-pro{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.products-search{display:inline-flex;align-items:center;gap:10px;width:min(420px,100%);padding:10px 12px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-strong)}.products-search input{width:100%;border:none;outline:none;color:var(--text-main);background:transparent}.products-toolbar-pro__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.products-select{position:relative;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface-strong);min-width:190px}.products-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;width:100%;color:var(--text-main);padding-right:18px}.products-table-pro{margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden}.products-table-pro__head,.products-table-pro__row{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1.1fr) minmax(0,1.2fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1fr) minmax(0,.9fr);gap:14px;padding:14px 16px;align-items:center}.products-table-pro__head>span,.products-table-pro__row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table-pro__head{background:var(--surface-muted);color:var(--text-body);font-size:.82rem;border-bottom:1px solid var(--line)}.products-table-pro__row+.products-table-pro__row{border-top:1px solid var(--line)}.products-table-pro__name{display:inline-flex;align-items:center;gap:12px;min-width:0}.product-avatar{width:36px;height:36px;border-radius:12px;border:1px solid var(--line);background:#94a3b824;display:grid;place-items:center;overflow:hidden;flex:none}.product-avatar__image{width:100%;height:100%;object-fit:cover}.product-avatar__fallback{color:var(--text-secondary);display:grid;place-items:center}.product-name__meta{display:block;margin-top:2px;color:var(--text-body);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;max-width:420px}.product-pill-mini{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid transparent}.product-pill-mini--in-stock{background:#22c55e1f;color:var(--ink-success);border-color:#22c55e2e}.product-pill-mini--low-stock{background:#f59e0b1f;color:var(--ink-warning);border-color:#f59e0b2e}.product-pill-mini--out-of-stock{background:#ef44441f;color:var(--ink-danger);border-color:#ef44442e}.products-table-pro__actions{display:inline-flex;justify-content:flex-end;gap:10px}.product-action-mini{width:34px;height:34px;border-radius:12px;border:1px solid var(--line);background:var(--surface-strong);cursor:pointer;display:grid;place-items:center;color:var(--text-main);text-decoration:none}.product-action-mini:hover{border-color:#ef444459}.product-action-mini--danger{background:#ef44441a;border-color:#ef444433;color:var(--ink-danger)}.products-footer{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:var(--text-body);font-size:.86rem}.products-pagination{display:flex;gap:8px;align-items:center}.products-pagination button{height:34px;padding:0 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface-strong);cursor:pointer;font-weight:800;color:var(--text-main)}.products-pagination button.is-active{background:#ef44441f;border-color:#ef444433;color:var(--ink-danger)}.products-pagination button:disabled{opacity:.6;cursor:default}@media (max-width: 1080px){.products-toolbar-pro{flex-direction:column;align-items:stretch}.products-search{width:100%}.products-toolbar-pro__actions{justify-content:space-between}.products-table-pro__head{display:none}.products-table-pro__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px 14px}.products-table-pro__row>span:nth-child(2),.products-table-pro__row>span:nth-child(3),.products-table-pro__row>span:nth-child(4),.products-table-pro__row>span:nth-child(5){color:var(--text-body);font-size:.82rem}.products-table-pro__actions{justify-content:flex-start}.products-footer{flex-direction:column;align-items:flex-start}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.delete-modal{background:var(--surface-strong);border-radius:12px;max-width:420px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease;overflow:hidden}.delete-modal__header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--line-strong)}.delete-modal__header h3{margin:0;font-size:16px;font-weight:600;color:var(--text-main)}.delete-modal__close{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:4px;display:flex;align-items:center;transition:background .15s}.delete-modal__close:hover{background:var(--surface-hover);color:var(--text-main)}.delete-modal__body{padding:24px 24px 20px}.delete-modal__body p{margin:0;font-size:14px;color:var(--text-main);line-height:1.6}.delete-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 24px;border-top:1px solid var(--surface-hover)}.delete-modal__btn{padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.delete-modal__btn--cancel{background:var(--surface-hover);color:var(--text-main)}.delete-modal__btn--cancel:hover:not(:disabled){background:var(--line-strong)}.delete-modal__btn--danger{background:#dc2626;color:#fff}.delete-modal__btn--danger:hover:not(:disabled){background:#b91c1c}.delete-modal__btn:disabled{opacity:.6;cursor:not-allowed}.status-modal{background:var(--surface-strong);border-radius:14px;max-width:440px;width:92%;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease;overflow:hidden}.status-modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:18px 24px;border-bottom:1px solid var(--line-strong)}.status-modal__header h3{margin:0;font-size:16px;font-weight:600;color:var(--text-main)}.status-modal__entity{display:inline-block;margin-top:2px;font-size:12px;color:var(--text-muted, #7d879c)}.status-modal__close{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;border-radius:4px;display:flex;align-items:center;transition:background .15s}.status-modal__close:hover:not(:disabled){background:var(--surface-hover);color:var(--text-main)}.status-modal__body{padding:20px 24px 8px}.status-modal__details{margin:0 0 16px;padding:12px 16px;background:var(--surface-hover);border-radius:10px;display:flex;flex-direction:column;gap:6px}.status-modal__detail{display:flex;justify-content:space-between;gap:12px;font-size:13px}.status-modal__detail dt{color:var(--text-muted, #7d879c);margin:0}.status-modal__detail dd{margin:0;color:var(--text-main);font-weight:500;text-align:right}.status-modal__preview{display:flex;align-items:center;justify-content:center;gap:10px;margin:4px 0 14px}.status-modal__question{margin:0 0 14px;font-size:14px;font-weight:500;color:var(--text-main);text-align:center}.status-modal__field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text-muted, #7d879c)}.status-modal__field select{padding:10px 12px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-strong);color:var(--text-main);font-size:14px;cursor:pointer}.status-modal__error{display:flex;align-items:center;gap:8px;margin-top:12px;color:var(--ink-danger);font-size:13px}.status-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 22px}.status-modal__btn{padding:9px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.status-modal__btn--cancel{background:var(--surface-hover);color:var(--text-main)}.status-modal__btn--cancel:hover:not(:disabled){background:var(--line-strong)}.status-modal__btn--confirm{background:var(--brand-gradient);color:#fff}.status-modal__btn--confirm:hover:not(:disabled){filter:brightness(.95)}.status-modal__btn:disabled{opacity:.55;cursor:not-allowed}.status-clickable{cursor:pointer;border:none;background:none;padding:0;font:inherit;transition:filter .15s ease,transform .15s ease}.status-clickable:hover{filter:brightness(.94);transform:translateY(-1px)}.import-modal{background:var(--surface-strong);border-radius:14px;max-width:460px;width:92%;box-shadow:0 20px 60px #0000004d;animation:slideUp .25s ease;overflow:hidden}.import-modal__header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid var(--line-strong)}.import-modal__header h3{margin:0;font-size:16px;font-weight:600;color:var(--text-main)}.import-modal__body{padding:22px 24px 8px}.import-modal__status{display:flex;align-items:center;gap:10px;color:var(--text-main);font-size:14px}.import-modal__count{margin:0 0 10px;font-size:20px;font-weight:700;color:var(--text-main);text-align:center}.import-progress{height:10px;border-radius:999px;background:var(--surface-hover);overflow:hidden}.import-progress__bar{height:100%;background:#5966ff;border-radius:999px;transition:width .2s ease}.import-modal__stats{display:flex;gap:8px;justify-content:center;margin-top:14px}.import-modal__summary p{margin:0 0 6px;text-align:center;color:var(--text-main);font-size:14px}.import-modal__bytype{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:12px}.import-modal__errors{margin-top:14px;padding:12px 14px;background:var(--surface-hover);border-radius:10px;max-height:180px;overflow-y:auto}.import-modal__errors-title{margin:0 0 8px;font-size:12px;font-weight:600;color:var(--text-muted, #7d879c);text-align:left}.import-modal__errors ul{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:6px}.import-modal__errors li{font-size:12px;color:var(--ink-danger);word-break:break-word}.import-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 22px}.spinning{animation:spin .9s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.customers-table--clickable{cursor:pointer}.customers-table--row.is-selected{background:var(--surface-strong);box-shadow:inset 3px 0 0 0 var(--brand, #4f46e5)}.customer-inline-panel{margin-top:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);padding:16px 18px}.customer-inline-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.customer-inline-panel__head h3{margin:0;font-size:1.05rem;color:var(--text-main)}.customer-inline-panel__close{background:transparent;border:none;cursor:pointer;color:var(--text-body);display:inline-flex}.customer-inline-tabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--line);padding-bottom:12px;margin-bottom:12px}.customer-inline-tab{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line-strong);background:var(--surface-strong);border-radius:999px;padding:7px 12px;font-size:.85rem;font-weight:600;color:var(--text-body);cursor:pointer}.customer-inline-tab.is-active{background:var(--brand, #4f46e5);color:#fff;border-color:transparent}.customer-inline-tab__count{background:#00000014;border-radius:999px;padding:0 7px;font-size:.75rem;font-weight:700}.customer-inline-tab.is-active .customer-inline-tab__count{background:#ffffff40}.customer-inline-content{min-height:80px}.customer-inline-empty{padding:24px;text-align:center;color:var(--text-body)}.customer-inline-table{display:flex;flex-direction:column}.customer-inline-table__head,.customer-inline-table__row{display:grid;grid-template-columns:var(--cols, repeat(3, minmax(0, 1fr)));gap:12px;align-items:center;padding:10px 8px}.customer-inline-table__head{font-weight:700;font-size:.78rem;color:var(--text-body);border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.02em}.customer-inline-table__row{border-bottom:1px solid var(--line);text-decoration:none;color:var(--text-main);font-size:.9rem}.customer-inline-table__row:hover{background:var(--surface-strong)}.customer-inline-table__head>span.is-center,.customer-inline-table__row>.is-center,.customer-inline-status-cell{text-align:center;justify-self:stretch}.customer-inline-table__head>span.is-right,.customer-inline-table__row>.is-right{text-align:right}.customer-inline-cell-link{font-weight:600;color:var(--text-main);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-inline-cell-link:hover{color:var(--brand);text-decoration:underline}.customer-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.customer-inline-action{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.customer-inline-action:hover{background:var(--surface-hover);color:var(--text-main)}.customer-inline-action.is-create:hover{color:var(--brand)}.customer-inline-debt-total{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;margin-bottom:8px;border-bottom:1px solid var(--line)}.customer-inline-debt-total strong.is-warning,.customer-inline-table__row .is-warning{color:var(--ink-danger)}.customer-inline-contact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-inline-contact>div{display:flex;flex-direction:column;gap:4px}.customer-inline-contact span{font-size:.8rem;color:var(--text-body);font-weight:600}.customer-inline-contact strong{color:var(--text-main)}.topbar__stat{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface-strong);color:var(--text-body);font-size:.85rem;font-weight:600;white-space:nowrap}.topbar__stat strong{color:var(--text-main);font-size:.95rem}.topbar__stats{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-date-filter{display:inline-flex;gap:6px;flex-wrap:wrap;background:var(--surface-strong);border:1px solid var(--line-strong);border-radius:12px;padding:4px}.customer-date-filter__btn{border:none;background:transparent;border-radius:9px;padding:7px 12px;font-size:.85rem;font-weight:600;color:var(--text-body);cursor:pointer}.customer-date-filter__btn.is-active{background:var(--brand, #4f46e5);color:#fff}.customer-date-range{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.customer-date-range label{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--text-body)}.customer-date-range input{border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-strong);color:var(--text-main);padding:9px 12px}.invoice-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:3px 8px;border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:.03em}.invoice-type-badge--ar{background:#4f46e51f;color:var(--ink-indigo)}.invoice-type-badge--rg{background:#10b98124;color:var(--ink-success)}.invoice-filters__right{margin-left:auto;display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.product-picker{position:relative;width:100%}.product-picker .invoice-customer-search{width:100%}.product-picker__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;max-height:260px;overflow-y:auto}.sflow{position:relative;padding:4px 0 2px}.sflow--has-branch{padding-bottom:96px}.sflow-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sflow-geliefert{position:relative;display:inline-flex;align-items:center}.sflow-branch{position:absolute;top:calc(100% + 14px);left:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.sflow-branch__lead{position:relative;display:inline-flex}.sflow-branch__icon{position:absolute;bottom:100%;left:50%;transform:translate(calc(-50% - 6px));margin-bottom:9px;color:var(--ink-danger)}.sflow-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1;white-space:nowrap;border:1px solid var(--line-strong);background:var(--surface-strong);color:var(--text-body);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.sflow-pill__icon{display:inline-flex;align-items:center}.sflow-pill--done{background:#16a34a1f;color:var(--ink-success-strong);border-color:#16a34a66;box-shadow:0 1px 2px #16a34a1f}.sflow-pill--danger{background:#dc26261f;color:var(--ink-danger);border-color:#dc262666;box-shadow:0 1px 2px #dc26261f}.sflow-pill--idle{background:var(--surface);color:var(--text-body);border-color:var(--line);opacity:.7}.sflow-sep{color:var(--line-strong);flex:none}.sflow-outcomes{display:inline-flex;flex-direction:column;gap:8px}.order-reklamations{display:flex;flex-direction:column;gap:4px}.order-reklamation-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}.order-reklamation-row:last-child{border-bottom:0}.order-reklamation-row__main p{margin:2px 0;color:var(--text-body);font-size:.88rem}.order-reklamation-row__meta{font-size:.8rem;color:var(--text-body)}.order-reklamation-row__status{min-width:190px}.deposit-amount-row{display:flex;gap:8px;align-items:stretch}.deposit-amount-row input{flex:1;min-width:0}.deposit-max-btn{padding:0 16px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-strong);color:var(--text-main);font-weight:700;font-size:.8rem;cursor:pointer;white-space:nowrap}.deposit-max-btn:hover{background:var(--brand, #4f46e5);color:#fff;border-color:transparent}.table-action--create{color:var(--brand, #4f46e5)}.final-deposits{margin-top:4px}.final-deposits__label{font-weight:600;font-size:.85rem;color:var(--text-body)}.final-deposits__list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.final-deposits__row{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-main)}.final-deposits__amount{color:var(--ink-danger);font-weight:600}.final-forderung{display:flex;justify-content:space-between;align-items:center;padding:12px 0 4px;margin-top:6px;border-top:1px solid var(--line)}.final-forderung strong{font-size:1.2rem;color:var(--text-main)}.customers-doc-target{display:inline-flex;align-items:center;padding:var(--btn-pad-y) 10px;border-radius:var(--btn-radius);background:var(--brand-tint);border:1px solid var(--btn-danger-border);color:var(--ink-danger-strong);font-size:var(--btn-font-size);font-weight:600;white-space:nowrap}.offer-table--clickable{cursor:pointer}.offer-table--clickable:hover{background:var(--surface-hover)}.offer-table--row.is-selected{background:var(--brand-tint);box-shadow:inset 3px 0 0 var(--brand)}.export-menu{position:relative;display:inline-flex}.export-menu__dropdown{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:170px;display:flex;flex-direction:column;padding:6px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface-strong);box-shadow:var(--shadow)}.export-menu__dropdown button{text-align:left;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:var(--text-main);font-size:var(--btn-font-size);white-space:nowrap}.export-menu__dropdown button:hover{background:var(--surface-hover)}.export-dialog__group{margin:0 0 16px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:10px}.export-dialog__group legend{padding:0 6px;font-size:13px;font-weight:600;color:var(--text-strong)}.export-dialog__option{display:flex;align-items:center;gap:10px;padding:6px 2px;font-size:14px;color:var(--text-main);cursor:pointer}.export-dialog__option input{accent-color:var(--brand)}.export-dialog__hint{margin:6px 0 14px;font-size:12px;line-height:1.45;color:var(--text-secondary)}.export-dialog__group .export-dialog__hint{margin:8px 2px 0}.export-dialog__done{margin-top:12px;font-size:13px;color:var(--ink-success)}
