@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";:root{font-family:Space Grotesk,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f0f12;color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f0f12}::-webkit-scrollbar-thumb{background:#1f3a38;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0df2df}.glass-card{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05)}.text-gradient{background:linear-gradient(to right,#0df2df,#ff6b00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.transparent-text-stroke{-webkit-text-stroke:1px #0df2df;color:transparent}.badge{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;border:1px solid rgba(255,255,255,.1);background-color:#ffffff0d;padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:#ffffffe6}.btn-primary{display:inline-flex;height:3rem;min-width:140px;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;background-color:#fff;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;font-weight:700;color:#102321;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-primary:hover{background-color:#0df2df}.btn-secondary{display:inline-flex;height:3rem;min-width:140px;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background-color:transparent;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;font-weight:700;color:#fff;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-secondary:hover{border-color:#0df2df;background-color:#0df2df1a;color:#0df2df}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll{display:flex;white-space:nowrap;animation:scroll 30s linear infinite;width:max-content}.animate-scroll:hover{animation-play-state:paused}::selection{background-color:#0df2df;color:#000}
