@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--c-bg: #0B1121;--c-surface: #151C2C;--c-card: #1A2336;--c-text: #F8FAFC;--c-text2: #CBD5E1;--c-muted: #94A3B8;--c-border: #1E293B;--c-input-bg: #0B1121;color-scheme:dark}[data-theme=gray]{--c-bg: #F1F5F9;--c-surface: #FFFFFF;--c-card: #F8FAFC;--c-text: #1E293B;--c-text2: #374151;--c-muted: #64748B;--c-border: #E2E8F0;--c-input-bg: #F8FAFC;color-scheme:light}[data-theme=blue]{--c-bg: #EFF6FF;--c-surface: #FFFFFF;--c-card: #F0F9FF;--c-text: #1E3A5F;--c-text2: #1E40AF;--c-muted: #64748B;--c-border: #BFDBFE;--c-input-bg: #F0F9FF;color-scheme:light}[data-theme=green]{--c-bg: #F0FDF4;--c-surface: #FFFFFF;--c-card: #F0FDF4;--c-text: #14532D;--c-text2: #166534;--c-muted: #64748B;--c-border: #BBF7D0;--c-input-bg: #F0FDF4;color-scheme:light}body{font-family:Inter,sans-serif;background:var(--c-bg, #0B1121);color:var(--c-text, #F8FAFC);-webkit-font-smoothing:antialiased;min-height:100vh;overflow:hidden}#root{height:100dvh;overflow:hidden}select option,select optgroup{background:var(--c-surface, #151C2C);color:var(--c-text, #F8FAFC)}input,select,textarea{font-family:inherit}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}
