@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-background-primary:#fff;--color-background-secondary:#f7f8fa;--color-background-tertiary:#eef1f6;--color-background-info:#00d4ff1a;--color-background-success:#10b9811a;--color-background-warning:#f59e0b1f;--color-text-primary:#1a1f36;--color-text-secondary:#6b7394;--color-text-info:#0097b2;--color-text-success:#059669;--color-text-warning:#d97706;--color-border-tertiary:#e2e6ef;--color-accent:#00d4ff;--color-accent-dark:#00a8cc;--border-radius-sm:6px;--border-radius-md:10px;--border-radius-lg:16px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 10px 40px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:var(--color-text-primary);background:var(--color-background-tertiary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c4c9d4;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#a0a7b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}button{font-family:inherit;transition:all .2s}button:hover{filter:brightness(1.05)}button:active{transform:scale(.98)}input,select,textarea{font-family:inherit;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #00d4ff1f;border-color:var(--color-accent)!important}::selection{color:var(--color-text-primary);background:#00d4ff33}.animate-fade-in{animation:.4s both fadeIn}.animate-slide-up{animation:.5s both slideUp}.animate-scale-in{animation:.3s both scaleIn}#root{min-height:100vh}
