@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--text-h:#08060d;--text:#6b6375;--text-muted:#9ca3af;--bg:#fff;--bg-secondary:#f9f9fb;--border:#e5e4e7;--border-strong:#d1d0d5;--accent:#aa3bff;--accent-hover:#9330ee;--accent-bg:#aa3bff14;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012, 0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a, 0 4px 6px #0000000d;--font:"Inter", system-ui, -apple-system, sans-serif;--radius:6px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;height:100%;font-size:16px;overflow-x:hidden}body{font-family:var(--font);color:var(--text);background-color:var(--bg);height:100dvh;font-size:16px;line-height:150%;overflow:hidden}#root{height:100dvh;overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:16px}ul,ol{list-style:none}img,svg{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-bg);color:var(--accent)}@supports (padding-bottom:env(safe-area-inset-bottom)){.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}}:root{--sidebar-width:220px}.app-layout{min-height:100vh;display:flex}.app-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1 1 0;min-width:0;min-height:100vh;display:flex;overflow-x:hidden}.app-content{flex:1 1 0;width:100%;min-width:0;max-width:1200px;padding:32px;overflow-x:hidden}@media (width<=1023px){:root{--sidebar-width:0px}.app-main{height:100vh;min-height:0;overflow:hidden}.admin-header{z-index:50;position:sticky;top:0}.app-content{-webkit-overflow-scrolling:touch;min-height:0;padding:16px;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px));flex:1;max-width:100%;overflow:hidden auto}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
