@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root,[data-theme=dark]{--color-bg: #0c0c0e;--color-surface: #141416;--color-surface-2: #1e1e21;--color-border: #27272b;--color-border-2: #3a3a3f;--color-surface-light: #f1f1f3;--color-text: #f1f1f3;--color-muted: #8b8b96;--color-muted-2: #6b6b75;--color-muted-3: #4a4a52;--color-primary: #22c55e;--color-primary-hover: #16a34a;--color-primary-fg: #ffffff;--color-btn-text: #ffffff;--color-success: #22c55e;--color-danger: #ef4444;--color-danger-bg: #1f0f0f;--color-danger-border: #5a1a1a;--color-danger-text: #f87171;--color-warning: #f59e0b}[data-theme=light]{--color-bg: #f7f7f8;--color-surface: #ffffff;--color-surface-2: #f0f0f2;--color-border: #e4e4e8;--color-border-2: #d0d0d6;--color-surface-light: #f9fafb;--color-text: #0c0c0e;--color-muted: #6b6b75;--color-muted-2: #8b8b96;--color-muted-3: #c0c0c8;--color-primary: #16a34a;--color-primary-hover: #15803d;--color-primary-fg: #ffffff;--color-btn-text: #ffffff;--color-success: #16a34a;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-danger-border: #fca5a5;--color-danger-text: #dc2626;--color-warning: #d97706}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:1.5}#root{min-height:100vh}select,button,input,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-2);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-muted-2)}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}@media (max-width: 767px){body{font-size:16px}.page-content{padding:16px!important;overflow-x:hidden}.modal-inner{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important;min-height:100vh}}
