:root{color-scheme:light dark;--bg-color: #ffffff;--text-color: #1a1a1a;--accent-color: #fd083d;--card-bg: #f5f5f5;--text-muted: #555555;--highlight-bg: rgba(253, 8, 61, .15);--code-bg: #2d2d2d;--code-text: #f8f8f2;--high-contrast-text: #000000}:root[data-theme=dark]{color-scheme:dark;--bg-color: #1a1a1a;--text-color: #f8f8f8;--accent-color: #ff5571;--card-bg: #2d2d2d;--text-muted: #b8b8b8;--highlight-bg: rgba(255, 85, 113, .25);--code-bg: #1e1e1e;--code-text: #f8f8f2;--high-contrast-text: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-snap-type:y proximity;overflow-y:scroll;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;transition:background-color .3s ease,color .3s ease;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:900;line-height:1.2;letter-spacing:-.02em}p{margin:0}a{color:var(--accent-color);text-decoration:none;transition:all .2s ease}a:hover{opacity:.8}::selection{background-color:var(--accent-color);color:#fff}::-moz-selection{background-color:var(--accent-color);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-color)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus-visible{outline:3px solid var(--accent-color);outline-offset:3px}section{scroll-snap-align:start;scroll-snap-stop:normal}
