:root{--color-primary: #2a5bd7;--color-primary-soft: #eaf0fd;--color-success: #15803d;--color-success-soft: #e7f6ec;--color-warning: #b45309;--color-warning-soft: #fdf1e0;--color-danger: #c62828;--color-danger-soft: #fdecec;--color-info: #2a5bd7;--color-info-soft: #eaf0fd;--color-purple: #6d28d9;--color-purple-soft: #f0e9fd;--color-neutral: #6b7280;--color-neutral-soft: #f1f2f4;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--border: #e4e6eb;--border-subtle: #eef0f3;--surface: #ffffff;--surface-muted: #f8f9fb;--layout-bg: #f3f4f7;--brand-dark: #0f172a;--sidebar-width: 240px;--sidebar-collapsed-width: 64px;--header-height: 56px;--radius: 6px;--radius-lg: 10px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04);--shadow-pop: 0 8px 24px rgba(16, 24, 40, .12), 0 2px 6px rgba(16, 24, 40, .06)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}html,body{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background:var(--layout-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary)}.app-sider{position:fixed!important;top:0;bottom:0;left:0;height:100vh;z-index:120;border-right:1px solid var(--border);display:flex;flex-direction:column}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%}.app-sider__brand{height:var(--header-height);display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--border-subtle);flex-shrink:0;overflow:hidden}.app-sider--collapsed .app-sider__brand{justify-content:center;padding:0}.app-sider__logo{width:32px;height:32px;border-radius:8px;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;letter-spacing:-.02em;flex-shrink:0}.app-sider__brand-text{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}.app-sider__brand-name{font-weight:600;font-size:15px;color:var(--text-primary)}.app-sider__brand-sub{font-size:11px;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.app-sider__nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 0 12px}.app-sider__nav .ant-menu-inline,.app-sider__nav .ant-menu-vertical{border-inline-end:none!important}.app-sider__nav .ant-menu-item-group-title{padding:14px 24px 4px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.app-sider__nav .ant-menu-item{font-weight:500}.app-sider__nav .ant-menu-item-selected{font-weight:600}.app-sider--collapsed .app-sider__nav .ant-menu-item-group-title{display:none}.app-sider__footer{border-top:1px solid var(--border-subtle);padding:10px 12px;flex-shrink:0}.app-sider__user{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:var(--radius);cursor:pointer;min-width:0}.app-sider__user:hover{background:var(--surface-muted)}.app-sider__user-text{min-width:0;line-height:1.2;flex:1}.app-sider__user-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sider__user-role{font-size:11px;color:var(--text-muted)}.app-sider--collapsed .app-sider__user{justify-content:center;padding:6px 0}.app-main{min-height:100vh;transition:margin-left .2s ease}.app-header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:normal}.app-header__left,.app-header__right{display:flex;align-items:center;gap:8px;min-width:0}.app-header__crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);min-width:0;white-space:nowrap}.app-header__crumbs .is-current{color:var(--text-primary);font-weight:600}.app-header__crumb-sep{color:var(--text-muted)}.app-content{padding:24px 28px 40px;max-width:1720px;width:100%;margin:0 auto}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:110}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:20px}.page-header__text{min-width:0}.page-title{margin:0;font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.25}.page-description{margin:4px 0 0;color:var(--text-secondary);font-size:13px}.page-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.page-section{margin-bottom:20px}.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.filter-bar--standalone{border-bottom:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:16px}.filter-bar__left,.filter-bar__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.filter-bar__count{font-size:13px;color:var(--text-secondary);white-space:nowrap}.filter-bar__search{width:280px;max-width:100%}.data-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.data-table--with-filter{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.data-table .ant-table{background:transparent}.data-table .ant-table-thead>tr>th{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-bottom:1px solid var(--border)!important}.data-table .ant-table-thead>tr>th:before{display:none}.data-table .ant-table-tbody>tr>td{vertical-align:middle;overflow:hidden}.data-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.data-table .ant-table-row--clickable{cursor:pointer}.data-table .ant-table-cell-fix-right{background:var(--surface)}.data-table .ant-table-tbody>tr:hover>td.ant-table-cell-fix-right{background:#f7f8fb}.data-table .ant-table-pagination.ant-pagination{margin:0;padding:12px 16px;border-top:1px solid var(--border-subtle);background:var(--surface)}.data-table .ant-pagination-total-text{color:var(--text-secondary);font-size:13px;margin-right:auto}.data-table .ant-table-expanded-row>td{padding:16px 20px 16px 56px!important}.data-table .ant-table-cell .ant-btn-sm{height:30px;width:30px;padding:0}.cell-num{font-variant-numeric:tabular-nums}.cell-muted{color:var(--text-secondary);font-size:13px}.cell-empty{color:var(--text-muted)}.cell-nowrap{white-space:nowrap}.cell-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.react-resizable{position:relative;background-clip:padding-box}.react-resizable-handle{position:absolute;top:0;right:-5px;z-index:1;width:10px;height:100%;cursor:col-resize}.entity-cell{display:flex;align-items:center;gap:10px;min-width:0}.entity-cell__avatar{width:34px;height:34px;border-radius:8px;background:var(--color-neutral-soft);color:var(--text-secondary);font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.entity-cell__body{min-width:0;line-height:1.35}.entity-cell__primary{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-cell__secondary{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.entity-cell__meta{display:inline-flex;align-items:center;gap:6px;margin-top:3px}.code-chip{display:inline-flex;align-items:center;font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;font-weight:500;letter-spacing:.01em;color:var(--text-secondary);background:var(--color-neutral-soft);border-radius:4px;padding:1px 6px;white-space:nowrap}.stack-cell{line-height:1.35;min-width:0}.stack-cell__primary{color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stack-cell__secondary{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;white-space:nowrap;line-height:1.2;color:var(--text-primary)}.status-badge__dot{width:7px;height:7px;border-radius:50%;background:var(--badge-color);flex-shrink:0}.status-badge--pill{padding:2px 8px;border-radius:999px;font-size:12px;background:var(--badge-soft);color:var(--badge-color)}.status-badge--pill .status-badge__dot{display:none}.status-badge--success{--badge-color: var(--color-success);--badge-soft: var(--color-success-soft)}.status-badge--warning{--badge-color: var(--color-warning);--badge-soft: var(--color-warning-soft)}.status-badge--danger{--badge-color: var(--color-danger);--badge-soft: var(--color-danger-soft)}.status-badge--info{--badge-color: var(--color-info);--badge-soft: var(--color-info-soft)}.status-badge--purple{--badge-color: var(--color-purple);--badge-soft: var(--color-purple-soft)}.status-badge--neutral{--badge-color: var(--color-neutral);--badge-soft: var(--color-neutral-soft)}.status-badge--neutral.status-badge--pill{color:var(--text-secondary)}.expiry-cell{line-height:1.35}.expiry-cell__date{font-weight:500;white-space:nowrap}.expiry-cell__badge{margin-top:3px}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;display:flex;flex-direction:column;gap:6px;min-width:0;height:100%}.stat-tile--clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.stat-tile--clickable:hover{border-color:#c7cdd8;box-shadow:var(--shadow-pop)}.stat-tile__label{font-size:12px;font-weight:500;color:var(--text-secondary);display:flex;align-items:center;justify-content:space-between;gap:8px}.stat-tile__date-nav{display:inline-flex;align-items:center;gap:2px;margin:-4px -8px -4px 0}.stat-tile__date-nav .ant-picker{padding-inline:4px}.stat-tile__date-nav .ant-picker-input>input{font-size:12px;font-weight:500;text-align:right;color:var(--text-secondary);cursor:pointer;width:82px}.stat-tile__date-nav .ant-picker:hover .ant-picker-input>input{color:var(--color-primary)}.stat-tile__swatch{width:8px;height:8px;border-radius:2px;flex-shrink:0;display:inline-block;margin-right:8px}.stat-tile__value{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--text-primary)}.stat-tile--hero .stat-tile__value{font-size:40px;letter-spacing:-.02em}.stat-tile__sub{font-size:12px;color:var(--text-secondary)}.stat-tile__delta{font-size:12px;display:inline-flex;align-items:center;gap:4px}.stat-tile__delta--up{color:var(--color-success)}.stat-tile__delta--down{color:var(--color-danger)}.stat-tile__delta-label{color:var(--text-muted)}.stat-tile__icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--tile-color, var(--color-primary));background:var(--tile-soft, var(--color-primary-soft));flex-shrink:0}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.metric-list{display:flex;flex-direction:column}.metric-list--fill{flex:1;justify-content:space-evenly;padding-top:8px}.metric-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-subtle);color:inherit;text-decoration:none;cursor:pointer}.metric-list__row:last-child{border-bottom:none}.metric-list__row:hover .metric-list__label{color:var(--color-primary)}.metric-list__label{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-primary)}.metric-list__value{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:8px}.metric-list__chevron{color:var(--text-muted);font-size:11px}.pay-summary{display:grid;grid-template-columns:minmax(280px,1.3fr) repeat(4,minmax(150px,1fr));gap:12px}.pay-summary .stat-tile{justify-content:space-between}.pay-summary__hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;display:flex;flex-direction:column;gap:10px}.pay-summary__hero-label{font-size:12px;font-weight:500;color:var(--text-secondary)}.pay-summary__hero-value{font-size:32px;font-weight:600;letter-spacing:-.02em;line-height:1.1}.pay-summary__hero-meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;color:var(--text-secondary)}.pay-summary__hero-meta strong{color:var(--text-primary);font-weight:600}.composition-bar{display:flex;gap:2px;height:8px;border-radius:4px;overflow:hidden;background:var(--color-neutral-soft);margin-top:4px}.composition-bar__segment{height:100%}@media(max-width:1400px){.pay-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pay-summary__hero{grid-column:1 / -1}}@media(max-width:640px){.pay-summary{grid-template-columns:1fr}}.section-card.ant-card{border-radius:var(--radius-lg);box-shadow:none;height:100%}.section-card .ant-card-head{padding:0 20px;min-height:52px;border-bottom:1px solid var(--border-subtle)}.section-card .ant-card-head-wrapper{flex-wrap:wrap;gap:8px;padding:6px 0}.section-card .ant-card-head-title{flex:1 1 auto;min-width:180px;padding:0;white-space:normal}.section-card .ant-card-extra{margin-inline-start:auto;padding:0}.section-card .ant-card-head-title{font-weight:600;font-size:14px}.section-card .ant-card-extra{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.section-card__title{display:flex;flex-direction:column;gap:2px;line-height:1.3;padding:10px 0}.section-card__desc{font-size:12px;font-weight:400;color:var(--text-secondary)}.chart-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-secondary);margin-bottom:8px}.chart-legend__item{display:inline-flex;align-items:center;gap:6px}.chart-legend__swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.chart-legend__swatch--line{width:14px;height:3px;border-radius:2px}.chart-tooltip{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-pop);padding:10px 12px;font-size:12px;min-width:140px}.chart-tooltip__title{font-weight:600;margin-bottom:6px;color:var(--text-primary)}.chart-tooltip__row{display:flex;justify-content:space-between;gap:16px;padding:2px 0;color:var(--text-secondary)}.chart-tooltip__row strong{color:var(--text-primary);font-weight:600;font-variant-numeric:tabular-nums}.chart-tooltip__key{display:inline-flex;align-items:center;gap:6px}.detail-list{display:grid;grid-template-columns:repeat(var(--detail-cols, 3),minmax(0,1fr));gap:14px 24px;margin:0}.detail-list__item{min-width:0}.detail-list__label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:3px}.detail-list__value{font-size:13px;color:var(--text-primary);word-break:break-word}.detail-list__value--mono{font-family:JetBrains Mono,SFMono-Regular,Consolas,Menlo,monospace;font-size:12px}@media(max-width:900px){.detail-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.row-list{display:flex;flex-direction:column}.row-list__item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--border-subtle)}.row-list__item:last-child{border-bottom:none}.row-list__body{flex:1;min-width:0;line-height:1.35}.row-list__primary{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-list__secondary{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-list__trailing{display:flex;align-items:center;gap:8px;flex-shrink:0}.attention-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;border:1px solid transparent}.attention-list__row:hover{background:var(--surface-muted);border-color:var(--border-subtle)}.attention-list__label{display:flex;align-items:center;gap:10px;font-size:13px}.attention-list__value{font-size:18px;font-weight:600;font-variant-numeric:tabular-nums}.empty-state{padding:28px 16px;text-align:center;color:var(--text-secondary);font-size:13px}.form-section{margin-bottom:8px}.form-section__title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:4px 0 12px;padding-bottom:8px;border-bottom:1px solid var(--border-subtle)}.form-footer{position:sticky;bottom:0;z-index:5;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 16px;display:flex;gap:8px;justify-content:flex-end;margin-top:8px}.ant-modal .ant-modal-header{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-subtle)}.ant-modal .ant-modal-footer{margin-top:20px;padding-top:12px;border-top:1px solid var(--border-subtle)}.modal-subtitle{font-size:12px;font-weight:400;color:var(--text-secondary);margin-top:2px}.summary-box{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px;padding:12px 14px;margin-bottom:16px}.licence-key-card{border:1px solid var(--border-subtle);border-radius:8px;padding:10px 12px;margin-bottom:10px}.licence-key-card--current{border-color:var(--color-primary);background:var(--color-primary-soft)}.licence-key-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.licence-key-card__title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.licence-key-card__validity{text-align:right;font-size:12px}.licence-key-card--current .key-block{background:var(--surface);border-color:var(--color-primary)}.key-block{background:var(--surface-muted);border:1px solid var(--border-subtle);border-radius:8px;padding:10px 12px;font-family:JetBrains Mono,SFMono-Regular,Consolas,Menlo,monospace;font-size:12px;word-break:break-all;line-height:1.5}.drawer-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border-subtle)}.drawer-hero__title{font-size:18px;font-weight:600;line-height:1.3}.drawer-hero__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px;font-size:13px;color:var(--text-secondary)}.drawer-hero__facts{display:flex;gap:24px;flex-wrap:wrap}.drawer-hero__fact-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-weight:600}.drawer-hero__fact-value{font-size:14px;font-weight:500;margin-top:2px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr)}.login-brand{background:var(--brand-dark);color:#fff;padding:48px;display:flex;flex-direction:column;justify-content:space-between}.login-brand__mark{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px}.login-brand__mark .app-sider__logo{width:36px;height:36px}.login-brand__headline{font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:1.2;max-width:420px}.login-brand__sub{margin-top:12px;color:#ffffffa6;font-size:14px;max-width:420px;line-height:1.6}.login-brand__foot{font-size:12px;color:#ffffff73}.login-form-wrap{display:flex;align-items:center;justify-content:center;padding:32px 16px;background:var(--layout-bg)}.login-card{width:400px;max-width:100%;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px}.login-card__title{font-size:20px;font-weight:600;margin:0 0 4px}.login-card__sub{color:var(--text-secondary);font-size:13px;margin:0 0 24px}.public-shell{min-height:100vh;background:var(--layout-bg);padding:32px 16px 48px}.public-shell__inner{max-width:760px;margin:0 auto}.public-shell__brand{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.public-shell__title{font-size:18px;font-weight:600;margin:0}.public-shell__subtitle{text-align:center;color:var(--text-secondary);margin:0 0 24px;font-size:13px}@media(max-width:992px){.app-content{padding:16px}.login-page{grid-template-columns:1fr}.login-brand{padding:28px 24px;gap:24px}.login-brand__headline{font-size:22px}.login-brand__foot{display:none}}@media(max-width:576px){.page-title{font-size:19px}.filter-bar__search{width:100%}.stat-tile--hero .stat-tile__value{font-size:30px}.pay-summary__hero-value{font-size:26px}.ant-col-8,.ant-col-12,.ant-col-16{flex:0 0 100%!important;max-width:100%!important}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}.ant-modal-content{padding:16px!important}.data-table .ant-table-expanded-row>td{padding:12px 16px!important}}.invoice-state{padding:64px 16px;text-align:center}.invoice-page{background:var(--layout-bg);min-height:100vh;padding:24px 16px 48px}.invoice-toolbar{max-width:820px;margin:0 auto 16px;display:flex;justify-content:flex-end}.invoice-sheet{max-width:820px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:40px 44px;color:var(--text-primary);font-size:13px;line-height:1.5}.invoice-sheet p{margin:0}.invoice-header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:2px solid var(--text-primary)}.invoice-title{margin:0;font-size:22px;font-weight:700;letter-spacing:.14em}.invoice-supplier-mark{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);text-align:right}.invoice-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:4px!important}.invoice-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:18px 0;border-bottom:1px solid var(--border)}.invoice-meta__value{font-size:15px;font-weight:600}.invoice-parties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding:22px 0}.invoice-party__name{font-size:15px;font-weight:600;margin-bottom:6px!important}.invoice-party__line{color:var(--text-secondary);margin-bottom:2px!important}.invoice-items{width:100%;border-collapse:collapse;break-inside:avoid}.invoice-items th,.invoice-items td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.invoice-items thead th{background:var(--surface-muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border)}.invoice-items__num{text-align:right!important;white-space:nowrap;font-variant-numeric:tabular-nums}.invoice-items tfoot td{border-bottom:none;padding-top:8px;padding-bottom:8px;color:var(--text-secondary)}.invoice-items tfoot tr:first-child td{padding-top:14px}.invoice-items__total td{background:var(--surface-muted);color:var(--text-primary);font-size:15px;font-weight:700;border-top:2px solid var(--text-primary)}.invoice-closing{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:32px;padding:28px 0 20px;break-inside:avoid}.invoice-declaration{color:var(--text-secondary);max-width:46ch}.invoice-signature{text-align:right}.invoice-signature__space{height:56px}.invoice-signature__caption{font-size:11px;color:var(--text-secondary);border-top:1px solid var(--border);padding-top:6px}.invoice-footer{padding-top:14px;border-top:1px solid var(--border);font-size:11px;color:var(--text-muted);text-align:center}@media(max-width:640px){.invoice-sheet{padding:24px 20px}.invoice-meta,.invoice-parties,.invoice-closing{grid-template-columns:minmax(0,1fr);gap:18px}.invoice-signature{text-align:left}}@page{size:A4;margin:12mm}@media print{html:has(.invoice-page),body:has(.invoice-page),#root:has(.invoice-page){background:#fff!important;height:auto!important}.invoice-page{background:#fff;min-height:0;padding:0}.invoice-toolbar{display:none!important}.invoice-sheet{max-width:none;border:none;border-radius:0;box-shadow:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact}.invoice-items thead{display:table-header-group}.invoice-items thead th,.invoice-items__total td{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
