:root{--bg-app: #eaf0f6;--bg-card: #ffffff;--bg-sidebar: #0b3a70;--bg-sidebar-active: #1f558c;--bg-soft: #f8fafc;--bg-soft-blue: #eef4fb;--bg-info: #eaf2fb;--bg-success: #eaf6ec;--bg-warning: #fff4ea;--bg-danger: #fdeaea;--bg-muted: #f3f7fb;--text-title: #1d3f66;--text-body: #355470;--text-muted: #6e8197;--text-sidebar: #c9d9ea;--text-sidebar-muted: #86a4c3;--text-white: #ffffff;--text-link: #2d5e90;--text-success: #4e9e63;--text-warning: #c66b47;--text-danger: #d44;--border: #d5dee8;--border-soft: #e1e8f0;--primary: #0f4584;--primary-dark: #1f4b74;--shadow: 0 8px 24px rgba(11, 58, 112, .08);font-family:Inter,sans-serif;color:var(--text-body);background:var(--bg-app)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh}body{background:var(--bg-app);color:var(--text-body)}button,input,select,textarea{font:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:280px;background:var(--bg-sidebar);color:var(--text-white);padding:10px;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.sidebar-brand{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:26px;font-weight:700}.brand-subtitle{color:#9db7d3;font-size:11px;font-weight:500}.sidebar-menu{display:flex;flex-direction:column;gap:16px}.menu-section{display:flex;flex-direction:column;gap:6px}.menu-section-title{color:var(--text-sidebar-muted);font-size:11px;font-weight:700}.menu-item{border:0;background:transparent;color:var(--text-sidebar);width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:8px;cursor:pointer;text-decoration:none}.menu-item:hover{background:#ffffff0f}.menu-item.active{background:var(--bg-sidebar-active);color:var(--text-white)}.menu-item-left{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500}.menu-icon{width:16px;height:16px;color:#8fb0d0;flex:0 0 auto}.active-arrow{width:14px;height:14px;color:#cfe6ff}.sidebar-profile{margin-top:auto;display:flex;align-items:center;gap:8px;padding:10px 8px;border:1px solid #1e4d7b;border-radius:8px}.profile-avatar{width:28px;height:28px;border-radius:999px;background:#2c5e92;display:grid;place-items:center;color:#dde8f4;font-size:11px;font-weight:700;flex-shrink:0}.profile-name{color:var(--text-white);font-size:13px;font-weight:600}.profile-role{color:#9db7d3;font-size:11px;font-weight:500}.main-frame{flex:1;background:var(--bg-app);padding:16px 22px;border-top:4px solid #0c6a86;display:flex;flex-direction:column;gap:14px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-title{margin:0;color:var(--text-title);font-size:28px;font-weight:700}.page-subtitle{margin:2px 0 0;color:#7b8fa6;font-size:12px;font-weight:500}.topbar-actions{display:flex;align-items:center;gap:10px}.user-chip{padding:6px 10px;background:var(--bg-card);border:1px solid var(--border);border-radius:999px;color:var(--text-body);font-size:12px;font-weight:600}.ghost-tab,.icon-button,.secondary-button,.soft-button,.primary-button,.danger-button{border:0;cursor:pointer}.ghost-tab,.icon-button,.secondary-button,.soft-button,.danger-button{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border);border-radius:8px}.ghost-tab{padding:8px 12px}.icon-button{width:34px;height:34px}.primary-button{background:var(--primary);color:var(--text-white);border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600}.primary-button:hover{opacity:.9}.primary-button:disabled{opacity:.5;cursor:not-allowed}.primary-button.small,.secondary-button.small{padding:8px 12px}.primary-button.wide{width:100%;height:48px;font-size:15px}.secondary-button{padding:10px 14px;color:var(--text-muted)}.soft-button{padding:10px 14px;background:var(--bg-soft-blue);color:var(--text-link);border-radius:8px}.danger-button{padding:8px 12px;background:var(--bg-card);color:var(--text-warning);border-radius:8px;border:1px solid var(--border)}.danger-button.strong{background:#fff1ef;border-color:#f0cbc3;color:#b45d4b}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:14px;box-shadow:var(--shadow)}.card-header,.card-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.card-title{color:#2a4e74;font-size:18px;font-weight:600}.card-title.large{font-size:20px;font-weight:700}.card-subtitle{margin-top:2px;color:#8ca0b7;font-size:11px;font-weight:500}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-card{padding:14px}.stat-label{color:#6f849c;font-size:12px;font-weight:500}.stat-value{margin-top:4px;color:var(--primary-dark);font-size:34px;font-weight:700}.stat-meta{margin-top:4px;color:var(--text-muted);font-size:12px;font-weight:600}.stat-meta.success{color:var(--text-success)}.stat-meta.warning{color:var(--text-warning)}.stat-meta.info{color:#4b8fd2}.two-column-grid,.content-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grow-card,.side-card,.tree-card{min-height:520px}.stack{display:flex;flex-direction:column;gap:8px}.stack.compact{gap:6px;margin-top:18px}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.document-summary{margin-bottom:14px}.mini-stat{background:var(--bg-soft);border:1px solid var(--border-soft);border-radius:10px;padding:12px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.badge.neutral{background:var(--bg-muted);color:var(--text-muted)}.badge.success{background:var(--bg-success);color:var(--text-success)}.badge.warning{background:var(--bg-warning);color:#9a6a2f}.badge.danger{background:var(--bg-danger);color:var(--text-danger)}.badge.info{background:var(--bg-info);color:var(--text-link)}.field{display:flex;flex-direction:column;gap:6px}.field-topline{display:flex;justify-content:space-between;gap:12px}.field-label{color:var(--text-body);font-size:13px;font-weight:600}.field-input{min-height:44px;background:#f9fbfd;border:1px solid var(--border);border-radius:8px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;color:var(--text-body);font-size:14px;width:100%}.field-input:focus{outline:2px solid var(--primary);outline-offset:-1px}.field-input::placeholder{color:#7b8fa6}.field-input.textarea{min-height:84px;align-items:flex-start;padding-top:12px}.field-icon{width:16px;height:16px;color:#7b8fa6}.field-error{color:var(--text-danger);font-size:12px;font-weight:500}.form-actions,.left-actions,.table-header-actions,.login-row,.tree-toolbar,.table-actions{display:flex;align-items:center}.form-actions,.table-header-actions,.login-row{justify-content:space-between}.left-actions,.tree-toolbar,.table-actions{gap:8px}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{background:var(--bg-muted);color:#5f748c;font-size:12px;font-weight:600;text-align:left;padding:8px 10px}.data-table td{padding:10px;border-bottom:1px solid var(--border-soft);color:#212121;vertical-align:middle}.data-table.compact td,.data-table.compact th{font-size:11px;padding:8px 6px}.table-card{min-height:540px}.table-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;color:var(--text-muted);font-size:12px}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;color:var(--text-muted);font-size:12px}.pagination-right{display:flex;align-items:center;gap:10px}.filter-pills{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:var(--bg-soft-blue);border:1px solid #d8e6f4;border-radius:999px;color:var(--text-link);font-size:11px;font-weight:600}.pill-close{color:var(--text-muted);cursor:pointer}.link-button{border:0;background:transparent;color:var(--text-link);font-size:12px;font-weight:700;cursor:pointer;padding:0}.section-tabs{display:flex;flex-wrap:wrap;gap:8px}.section-tab{border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer}.section-tab.active{background:var(--bg-soft-blue);color:var(--text-link);border-color:#cddff0}.toggle{min-width:44px;padding:6px 10px;border-radius:999px;background:var(--bg-muted);color:var(--text-muted);text-align:center;font-size:11px;font-weight:700;cursor:pointer}.toggle.on{background:var(--bg-success);color:var(--text-success)}.tree-list{display:flex;flex-direction:column;gap:6px;font-size:13px}.tree-item{color:#355979}.tree-item.strong{color:var(--primary-dark);font-weight:600}.tree-item.leaf{color:#577490}.selected-node-banner{display:flex;justify-content:space-between;align-items:center;gap:12px;background:var(--bg-info);border:1px solid #d7e6f5;border-radius:8px;padding:10px 12px}.filters-card{display:flex;flex-direction:column;gap:10px}.filters-grid{display:grid;gap:10px;align-items:end}.filters-grid.article{grid-template-columns:1.2fr 150px 1fr 160px auto}.filters-grid.customer{grid-template-columns:1fr 180px 160px auto}.filters-grid.locations{grid-template-columns:1fr 1fr auto}.filters-grid.inventory{grid-template-columns:1fr 1fr 1fr auto}.filters-grid.documents{grid-template-columns:1fr 1fr 180px 220px auto}.filters-grid.reports{grid-template-columns:200px 220px;margin-bottom:14px}.list-row.simple,.action-row,.status-note,.validation{border-radius:8px;padding:10px 12px}.list-row.simple,.action-row.flat{border:1px solid var(--border-soft);background:var(--bg-card)}.action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--bg-soft);border:1px solid var(--border-soft)}.row-title{color:#355979;font-size:13px;font-weight:600}.row-meta,.hint-text,.hint-center{color:#8ca0b7;font-size:11px;font-weight:500}.warning-text{color:var(--text-warning)}.section-label{color:var(--text-body);font-size:13px;font-weight:700}.status-note{background:var(--bg-soft);border:1px solid #e4ebf3;color:var(--text-muted);font-size:12px;font-weight:500}.status-note.error{background:#fff1ef;border-color:#f2cbc3;color:#ad5d4c}.validation.success{background:var(--bg-success);color:#456b53}.validation.warning{background:var(--bg-warning);color:#8c6a4c}.validation.info{background:var(--bg-muted);color:var(--text-muted)}.empty-state,.upload-dropzone,.chart-placeholder,.map-preview{min-height:220px;border:1px dashed #c9d7e5;border-radius:12px;background:#fbfdff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:24px}.empty-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:var(--bg-soft-blue);color:var(--text-link);font-size:24px}.empty-title{color:var(--text-title);font-size:16px;font-weight:700}.empty-description{max-width:420px;color:var(--text-muted);font-size:13px;line-height:1.5}.feedback-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.floating-toasts{position:fixed;right:24px;bottom:24px;z-index:20;display:flex;flex-direction:column;gap:10px;width:min(320px,calc(100vw - 32px))}.toast{border-radius:10px;padding:12px 14px;font-size:12px;font-weight:700;box-shadow:var(--shadow)}.toast.success{background:var(--bg-success);color:var(--text-success)}.toast.warning{background:var(--bg-warning);color:var(--text-warning)}.toast.info{background:var(--bg-info);color:var(--text-link)}.inline-alert{border-radius:10px;padding:12px 14px;border:1px solid var(--border-soft);display:flex;flex-direction:column;gap:4px}.inline-alert.info{background:var(--bg-info);border-color:#d7e6f5}.inline-alert.success{background:var(--bg-success);border-color:#d6eadc}.inline-alert.warning{background:var(--bg-warning);border-color:#f3dbc8}.inline-alert.error{background:#fff1ef;border-color:#f0cbc3}.inline-alert-title{color:var(--text-title);font-size:12px;font-weight:700}.inline-alert-description{color:var(--text-body);font-size:12px;line-height:1.45}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#0b3a7059;display:grid;place-items:center;padding:24px}.modal-preview,.modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:14px;width:min(520px,100%)}.confirmation-modal{border-color:#ecd8d2}.modal-header,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.form-error{color:var(--text-danger);font-size:12px;font-weight:500;padding:8px 12px;background:var(--bg-danger);border-radius:8px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-shell{min-height:100vh;display:grid;grid-template-columns:580px 1fr}.login-brand-panel{background:linear-gradient(180deg,#0f4584,#0b3a70);color:var(--text-white);padding:48px;display:flex;flex-direction:column;justify-content:space-between}.login-heading{margin:24px 0 0;font-size:40px;line-height:1.1}.login-brand-bottom{display:flex;flex-direction:column;gap:18px;color:#d5e4f2;font-size:14px}.login-copyright{color:#9db7d3;font-size:12px}.login-panel{background:#f4f6f9;display:grid;place-items:center;padding:32px}.login-card{width:440px;background:var(--bg-card);border:1px solid #d8e1eb;border-radius:16px;padding:22px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:18px}.login-card.wide{width:min(1180px,100%)}.login-card-title{margin:0 0 8px;color:#1e4d7b;font-size:28px;font-weight:700}.login-card-title.small{font-size:20px}.login-badges{display:flex;gap:8px}.three-login-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:14px}.login-subcard{border:1px solid var(--border-soft);border-radius:14px;background:#fbfdff;padding:18px;display:flex;flex-direction:column;gap:12px}.checkbox-row{display:flex;align-items:center;gap:8px;color:#5f748c;font-size:13px}.checkbox{width:16px;height:16px;border-radius:4px;border:1px solid #c8d4e0;background:var(--bg-card)}.link-inline{color:var(--text-link);font-size:13px;font-weight:600;cursor:pointer;background:none;border:none;padding:0}.hint-center{text-align:center;font-size:13px}@media (max-width: 1200px){.kpi-grid,.two-column-grid,.content-row{grid-template-columns:1fr}.filters-grid.article,.filters-grid.customer,.filters-grid.locations,.filters-grid.inventory,.filters-grid.documents,.filters-grid.reports{grid-template-columns:1fr 1fr}.sidebar{width:240px}.login-shell{grid-template-columns:1fr}.login-brand-panel{min-height:320px}}@media (max-width: 900px){.app-shell{flex-direction:column}.sidebar{width:100%}.main-frame{padding:14px}.topbar,.table-header-actions,.form-actions,.login-row{flex-direction:column;align-items:stretch}.topbar-actions,.left-actions,.tree-toolbar{flex-wrap:wrap}.filters-grid.article,.filters-grid.customer,.filters-grid.locations,.filters-grid.inventory,.filters-grid.documents,.filters-grid.reports,.summary-grid,.feedback-grid,.three-login-grid,.kpi-grid.two,.kpi-grid.three{grid-template-columns:1fr}.floating-toasts{position:static;width:100%}.login-card{width:100%;max-width:440px}}
