:root{--bg-primary-rgb: 13, 17, 23;--bg-secondary-rgb: 22, 27, 34;--bg-tertiary-rgb: 33, 38, 45;--bg-elevated-rgb: 48, 54, 61;--text-primary-rgb: 240, 246, 252;--text-secondary-rgb: 139, 148, 158;--text-tertiary-rgb: 110, 118, 129;--text-muted-rgb: 72, 79, 88;--border-default-rgb: 48, 54, 61;--border-light-rgb: 33, 38, 45;--shadow-color-rgb: 0, 0, 0;--bg-primary: rgb(var(--bg-primary-rgb));--bg-secondary: rgb(var(--bg-secondary-rgb));--bg-tertiary: rgb(var(--bg-tertiary-rgb));--bg-elevated: rgb(var(--bg-elevated-rgb));--text-primary: rgb(var(--text-primary-rgb));--text-secondary: rgb(var(--text-secondary-rgb));--text-tertiary: rgb(var(--text-tertiary-rgb));--text-muted: rgb(var(--text-muted-rgb));--border-default: rgb(var(--border-default-rgb));--border-light: rgb(var(--border-light-rgb));--shadow-color: rgba(var(--shadow-color-rgb), .5)}body.light-theme{--bg-primary-rgb: 255, 255, 255;--bg-secondary-rgb: 243, 244, 246;--bg-tertiary-rgb: 229, 231, 235;--bg-elevated-rgb: 255, 255, 255;--text-primary-rgb: 17, 24, 39;--text-secondary-rgb: 75, 85, 99;--text-tertiary-rgb: 107, 114, 128;--text-muted-rgb: 156, 163, 175;--border-default-rgb: 229, 231, 235;--border-light-rgb: 243, 244, 246;--shadow-color: rgba(0, 0, 0, .1)}.reveal-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.reveal-on-scroll:nth-child(1){transition-delay:.1s}.reveal-on-scroll:nth-child(2){transition-delay:.2s}.reveal-on-scroll:nth-child(3){transition-delay:.3s}.reveal-on-scroll:nth-child(4){transition-delay:.4s}.reveal-on-scroll:nth-child(5){transition-delay:.5s}.reveal-on-scroll:nth-child(6){transition-delay:.6s}.reveal-on-scroll:nth-child(7){transition-delay:.7s}.reveal-on-scroll:nth-child(8){transition-delay:.8s}.reveal-on-scroll:nth-child(9){transition-delay:.9s}.reveal-on-scroll:nth-child(10){transition-delay:1s}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}*{box-sizing:border-box;margin:0;padding:0}html,body,app-root{height:100%;width:100%}app-root{display:flex;flex-direction:column}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.25;margin-bottom:1rem;color:var(--text-primary)}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media (min-width: 768px){h2{font-size:2.25rem}}p{margin-bottom:1rem}a{color:#00bfa6;text-decoration:none;transition:all .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#26c6b3}ul,ol{list-style:none}button{cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#21262d;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#30363d}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:100%}@media (min-width: 576px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 992px){.container{max-width:1024px}}@media (min-width: 1200px){.container{max-width:1280px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}
