@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-main:#f9f9fb;--bg-surface:#fff;--bg-surface-hover:#f1f3f5;--bg-sidebar:#f5f5f5;--color-primary:#aec70c;--color-primary-light:#f7fee0;--color-danger:#ef4444;--color-danger-light:#fee2e2;--color-warning:#f59e0b;--color-info:#0ea5e9;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-inverse:#fff;--border-light:#e5e7eb;--border-focus:#aec70c;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--sidebar-width:260px;--header-height:72px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}ul{list-style-type:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select{font-family:inherit;font-size:1rem}.main-wrapper{margin-left:var(--sidebar-width);flex-direction:column;min-height:100vh;display:flex}.main-content{min-height:calc(100vh - var(--header-height));padding:var(--spacing-xl);width:100%;max-width:calc(100vw - var(--sidebar-width))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.h-full{height:100%}
