@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#333;background-color:var(--background-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--surface-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}::selection{background:var(--primary-color);color:var(--background-color)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.text-center{text-align:center}.gradient-text{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp .8s ease forwards}.fade-in{animation:fadeIn .8s ease forwards}:root{--primary-color: #50e18d;--secondary-color: #3ca7d5;--box-shadow: 0 2px 8px rgba(88, 199, 196, .14);--black-80: rgba(0, 0, 0, .8);--white-80: rgba(255, 255, 255, .8);--white-005: rgba(255, 255, 255, .05);--black-005: rgba(0, 0, 0, .05);--light-boarder: rgba(0, 255, 136, .3);--color-error: #ff6b6b}[data-theme=dark]{--background-color: #14202b;--surface-color: #1e2935;--surface-hover: #253448;--text-color: #e6f6fa;--text-secondary: #77b4c7;--border-color: rgba(72, 174, 209, .18);--shadow: rgba(44, 166, 181, .18)}[data-theme=light]{--background-color: #e9f6fa;--surface-color: #ffffff;--surface-hover: #c7edce;--text-color: #194053;--text-secondary: #569ba5;--border-color: #b0ded9;--shadow: rgba(76, 201, 240, .11)}html{font-family:Inter,system-ui,sans-serif}main.svelte-v5qxvr{min-height:100vh}
