@charset "UTF-8";:root{--background-color: #121212;--surface-color: #1E1E1E;--text-color: #e0e0e0;--text-color-light: #ffffff;--primary-color: #89cff0;--secondary-color: #ffc89e;--border-color: #333333;--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box}html{font-size:14px}@media (min-width: 768px){html{font-size:16px}}body{background-color:var(--background-color);color:var(--text-color);font-family:var(--font-family-base);font-size:1rem;line-height:1.6;margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,picture{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{color:var(--text-color-light);margin-top:0;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2.25rem)}a{color:var(--secondary-color);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--primary-color);text-decoration:underline}
