:root{--background: #faf9f5;--surface: #f4f3ee;--surface-hover: #eceae1;--border: #e3e1d9;--text-primary: #1f1e1c;--text-secondary: #6b6862;--text-tertiary: #b1ada1;--accent: #c15f3c;--accent-hover: #a94f30;--accent-foreground: #ffffff;--success: #4a7862;--warning: #b08838;--danger: #b3492f;--accent-gold: #b08838;--accent-gold-foreground: #ffffff}.dark{--background: #1a1917;--surface: #26241f;--surface-hover: #322f29;--border: #3d3a33;--text-primary: #f4f3ee;--text-secondary: #b1ada1;--text-tertiary: #7a766d;--accent: #d97b57;--accent-hover: #e68f6d;--accent-foreground: #1a1917;--success: #6fa085;--warning: #d0a85c;--danger: #d9705a;--accent-gold: #d0a85c;--accent-gold-foreground: #1a1917}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s ease,color .25s ease;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:var(--accent);color:var(--accent-foreground)}.ant-layout-header{line-height:normal!important}.admin-header-subtitle{color:var(--text-secondary);font-size:12px;line-height:1.35;display:block;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:420px}@media (max-width: 1100px){.admin-header-subtitle{max-width:250px}}@media (max-width: 768px){.admin-header-subtitle,.admin-btn-text{display:none!important}}.ant-table-pagination.ant-pagination{flex-wrap:wrap!important;row-gap:8px!important}@media (max-width: 640px){.ant-table-pagination.ant-pagination{justify-content:center!important}}
