:root{--primary:#f5c800;--primary-dark:#d4a900;--primary-light:#fff9cc;--primary-text:#7a5f00;--primary-btn-text:#1a1000;--bg:#f1f5f9;--surface:#fff;--sidebar-bg:#0f172a;--sidebar-text:#94a3b8;--sidebar-text-hover:#e2e8f0;--sidebar-active-bg:#f5c80026;--sidebar-hover-bg:#ffffff0f;--sidebar-width:240px;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--error:#ef4444;--error-bg:#fef2f2;--error-border:#fca5a5;--error-text:#b91c1c;--success:#16a34a;--success-bg:#f0fdf4;--success-border:#86efac;--success-text:#15803d;--warning-bg:#fffbeb;--warning-border:#f59e0b;--warning-text:#92400e;--destructive:#dc2626;--destructive-bg:#fef2f2;--destructive-border:#fca5a5;--destructive-text:#991b1b;--badge-active-bg:#d1fae5;--badge-active-text:#065f46;--badge-arch-bg:#fee2e2;--badge-arch-text:#991b1b;--focus-ring:#f5c80059;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001f, 0 8px 10px -6px #0000000f;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Monaco, Consolas, monospace;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;margin:0}#root{width:100%;min-height:100vh;display:flex}h1,h2,h3{color:var(--text-primary);font-weight:600;line-height:1.25}button,input,select,textarea{font-family:var(--font-sans)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.admin-layout{width:100%;min-height:100vh;display:flex}.admin-sidebar{flex-shrink:0;height:100vh;position:sticky;top:0;overflow-y:auto}.admin-main{background:var(--bg);flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}.table-scroll-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=1023px) and (width>=640px){:root{--sidebar-width:64px}.sidebar-label{display:none}}@media (width<=639px){:root{--sidebar-width:0px}.admin-layout{flex-direction:column}.admin-sidebar{z-index:200;padding-top:env(safe-area-inset-top);padding-left:env(safe-area-inset-left);transition:transform .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);width:240px!important;min-width:240px!important}.admin-sidebar.mobile-open{transform:translate(0)}.sidebar-label{display:block!important}.sidebar-overlay{z-index:199;cursor:default;background:#00000073;position:fixed;inset:0}.mobile-hamburger{top:calc(.625rem + env(safe-area-inset-top));left:calc(.625rem + env(safe-area-inset-left));z-index:100;background:var(--sidebar-bg);cursor:pointer;color:#f1f5f9;width:44px;height:44px;box-shadow:var(--shadow-md);border:none;border-radius:8px;justify-content:center;align-items:center;display:flex;position:fixed}body.drawer-open{overflow:hidden}.admin-main{padding-top:calc(3.5rem + env(safe-area-inset-top));padding-bottom:env(safe-area-inset-bottom)}}@media (width>=640px){.mobile-hamburger{display:none}.sidebar-overlay,.mobile-close-btn{display:none!important}}
