@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--color-mono-black: #000000;--color-mono-white: #ffffff;--color-grey-1: #161616;--color-grey-2: #737373;--color-grey-3: #aaaaaa;--color-grey-4: #d9d9d9;--color-grey-5: #f5f5f5;--color-grey-6: #f9f9f9;--color-system-blue: #2862f8;--color-system-red: #d10000;--color-system-green: #008916;--color-text-primary: #161616;--color-text-secondary: #737373;--color-text-tertiary: #aaaaaa;--color-text-muted: #474747;--color-interactive: #2862f8;--color-interactive-hover: #1d57ee;--color-success: #008916;--color-error: #e14138;--color-warning: #e09d1f;--color-bg-page: #ffffff;--color-bg-subtle: #f5f5f5;--color-bg-muted: #f9f9f9;--color-bg-blue-tint: #edf2fa;--color-border-default: #e1e3e1;--color-border-muted: #c3c3c3;--color-switch-off: #e7e7e7;--color-button-grey-bg: #fafafa;--color-sidebar-bg: #fafbfe;--color-sidebar-section-title: #524f56;--gradient-primary: linear-gradient(135deg, #8328f8 0%, #2862f8 100%);--font-family-display: "TWK Lausanne", "Inter", system-ui, sans-serif;--font-family-body: "Inter", system-ui, sans-serif;--space-4: 4px;--space-6: 6px;--space-8: 8px;--space-10: 10px;--space-12: 12px;--space-14: 14px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-30: 30px;--space-34: 34px;--space-40: 40px;--radius-default: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-pill: 32px;--shadow-xs: 0 0 1px rgba(0,0,0,.3);--shadow-sm: 0 1px 3px rgba(0,0,0,.03);--shadow-container: 0 0 1px rgba(0,0,0,.4), 0 1px 5px rgba(0,0,0,.1);--shadow-input-default: 0 0 1px rgba(0,0,0,.3), 0 1px 3px rgba(0,0,0,.03);--shadow-input-focus: 0 0 4px rgba(40,98,248,.4);--shadow-lg: 0 9px 24px rgba(0,0,0,.4);--sidebar-width: 240px;--transition-default: .2s ease-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-family-body);-webkit-font-smoothing:antialiased;background:var(--color-bg-page);color:var(--color-text-primary);font-size:14px;line-height:1.21}a{color:var(--color-interactive);text-decoration:none}input,textarea,select,button{font-family:inherit;font-size:inherit}.sidebar-item:hover{background:#2862f80f}.btn-primary:hover{background:var(--color-interactive-hover)!important}.btn-secondary:hover{background:var(--color-bg-subtle)!important}.data-table-row:hover{background:var(--color-bg-subtle)}.tab-btn:hover{color:var(--color-text-primary)!important}.admin-card:hover{box-shadow:var(--shadow-xs),0 2px 8px #00000014!important}
