@layer reset{*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}html,body{overscroll-behavior:none;width:100%;height:100%;overflow:hidden}#root{overscroll-behavior:none;flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}}@layer base{body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#0000004d}*{scrollbar-width:thin;scrollbar-color:#00000026 transparent}::selection{color:inherit;background:#d32f2f26}}@layer layout{#root{flex-direction:column;min-height:100dvh;display:flex}main{flex:1}}@layer components{.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer animations{@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #d32f2f59}50%{box-shadow:0 0 0 8px #d32f2f00}}@keyframes flyInAndLand{0%{opacity:0;transform:translate(-100vw)translateY(20px)rotate(-15deg)}60%{opacity:1;transform:translate(30px)translateY(-10px)rotate(5deg)}80%{transform:translate(-10px)translateY(0)rotate(-2deg)}to{opacity:1;transform:translate(0)translateY(0)rotate(0)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-fade-in-up{animation:.5s ease-out both fadeInUp}.animate-fade-in{animation:.4s ease-out both fadeIn}.animate-scale-in{animation:.35s ease-out both scaleIn}.stagger-children>*{animation:.4s ease-out both fadeInUp}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:50ms}.stagger-children>:nth-child(3){animation-delay:.1s}.stagger-children>:nth-child(4){animation-delay:.15s}.stagger-children>:nth-child(5){animation-delay:.2s}.stagger-children>:nth-child(6){animation-delay:.25s}.stagger-children>:nth-child(7){animation-delay:.3s}.stagger-children>:nth-child(8){animation-delay:.35s}.stagger-children>:nth-child(9){animation-delay:.4s}.stagger-children>:nth-child(10){animation-delay:.45s}.stagger-children>:nth-child(n+11){animation-delay:.5s}}@layer utilities{.glass{-webkit-backdrop-filter:blur(16px);background:#fffc}.glass-dark{-webkit-backdrop-filter:blur(16px);background:#0009}.no-select{-webkit-user-select:none;user-select:none}}
