@charset "UTF-8";:root{--color-primary: #6366f1;--color-primary-light: #818cf8;--color-primary-dark: #4f46e5;--color-secondary: #f59e0b;--color-accent: #10b981;--color-danger: #ef4444;--color-surface: #ffffff;--color-surface-dark: #f1f5f9;--color-text: #0f172a;--color-text-light: #64748b;--color-border: #e2e8f0;--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;color-scheme:light}body{height:100%;font-family:var(--font-sans);background-color:var(--color-surface-dark);color:var(--color-text);line-height:1.6;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-light)}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}::selection{background-color:#6366f126;color:inherit}
