@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--lc-black:#0f0f0f;--lc-charcoal:#1b1b1b;--lc-dark:#252525;--lc-graphite:#363636;--lc-steel:#4a4a4a;--lc-stone:#6b6b6b;--lc-ash:#8c8c8c;--lc-silver:#b0b0b0;--lc-mist:#d1d1d1;--lc-pearl:#e8e8e8;--lc-ivory:#f4f3f1;--lc-cream:#faf9f7;--lc-white:#fff;--lc-accent:#c45427;--lc-accent-hover:#a84520;--lc-accent-light:#e8734a;--lc-accent-subtle:#c4542714;--lc-accent-muted:#c4542726;--lc-accent-bg:#fef6f2;--lc-gold:#b8963e;--lc-gold-light:#d4af5c;--lc-gold-bg:#fdf8ef;--lc-success:#2d8f5e;--lc-success-bg:#edf7f1;--lc-error:#c53030;--lc-error-bg:#fef2f2;--lc-info:#2b6cb0;--lc-info-bg:#ebf4ff;--bg-app:var(--lc-cream);--bg-sidebar:var(--lc-charcoal);--bg-card:var(--lc-white);--bg-input:var(--lc-white);--bg-hover:var(--lc-ivory);--bg-active:var(--lc-accent-subtle);--text-primary:var(--lc-black);--text-secondary:var(--lc-stone);--text-tertiary:var(--lc-silver);--text-inverse:var(--lc-cream);--text-accent:var(--lc-accent);--border-default:var(--lc-pearl);--border-subtle:var(--lc-ivory);--border-strong:var(--lc-mist);--border-focus:var(--lc-accent);--accent:var(--lc-accent);--accent-hover:var(--lc-accent-hover);--accent-subtle:var(--lc-accent-subtle);--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000d, 0 1px 3px #0000000a;--shadow-lg:0 8px 24px #0000000f, 0 2px 8px #0000000a;--shadow-xl:0 16px 48px #00000014, 0 4px 12px #0000000a;--shadow-focus:0 0 0 3px #c4542733;--shadow-card:0 1px 3px #0000000a, 0 0 0 1px #00000005;--shadow-card-hover:0 4px 12px #0000000f, 0 0 0 1px #00000008;--font-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-2xl:24px;--radius-full:9999px;--sidebar-width:240px;--content-padding:32px 40px;font:13px/1.6 var(--font-sans);color:var(--text-primary);background:var(--bg-app);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}body{margin:0;overflow-x:hidden}h1,h2,h3,h4,p{margin:0}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--lc-mist);background-clip:padding-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--lc-silver);background-clip:padding-box;border:3px solid #0000}.sidebar::-webkit-scrollbar-thumb{background:var(--lc-graphite);border:3px solid var(--lc-charcoal);background-clip:padding-box}#root{min-height:100svh;display:flex}::selection{background:var(--lc-accent-muted);color:var(--lc-black)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes slideRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-accent{0%,to{box-shadow:0 0 #c4542740}50%{box-shadow:0 0 0 8px #c4542700}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fadeUp{animation:.4s cubic-bezier(.16,1,.3,1) both fadeUp}.animate-fadeIn{animation:.3s both fadeIn}.animate-scaleIn{animation:.25s cubic-bezier(.16,1,.3,1) both scaleIn}button,select,input,textarea,a{transition:all .2s cubic-bezier(.4,0,.2,1)}button:active:not(:disabled){transform:scale(.97)}tbody tr{transition:background .15s}@media (width<=768px){:root{--sidebar-width:0px;--content-padding:16px 14px;font-size:14px}.sidebar{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%);z-index:300!important;flex-direction:column!important;height:calc(100vh - 56px)!important;display:flex!important;top:56px!important;overflow-y:auto!important}.sidebar.mobile-open{transform:translate(0)}.mobile-overlay{display:block!important;top:56px!important}.mobile-hamburger{display:flex!important}.main-content{width:100%!important;max-width:100vw!important;margin-left:0!important}.main-inner{box-sizing:border-box!important;max-width:100vw!important;padding:72px 14px 16px!important;overflow-x:hidden!important}.mobile-stack{flex-direction:column!important;align-items:stretch!important}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=search],textarea,select{font-size:16px!important}.sidebar button{min-height:auto!important;font-size:13px!important}.dash-search{width:100%!important}.mob-grid-1{grid-template-columns:1fr!important}.mob-grid-2{grid-template-columns:1fr 1fr!important}}@media (width>=769px){.mobile-hamburger,.mobile-overlay{display:none!important}}@media print{body{background:#fff!important}.sidebar,.no-print{display:none!important}#root{display:block!important}}
