@charset "UTF-8";:root{--bg-color: #ffffff;--text-color: #000000;--text-secondary: #000000;--link-color: #1a73e8;--border-color: #eaeaea;--code-bg: #f5f5f7;--number-text-color: #000000;--component-text-color: #919191;--component-bg-color: #f5f5f5;--font-size-base: clamp(.72917vw, 1.2vw, .83333vw);--font-size-h1: clamp(1.25vw, 4vw, 2.5vw);--font-size-h2: clamp(1.04167vw, 3vw, 1.875vw);--font-size-h3: clamp(.9375vw, 2.5vw, 1.45833vw)}@media(prefers-color-scheme:dark){:root{--bg-color: #000000;--text-color: #ffffff;--text-secondary: #ffffff;--link-color: #8ab4f8;--border-color: #333333;--code-bg: #1e1e1e;--number-text-color: #ffffff;--component-text-color: #6d6d6d;--component-bg-color: #0f0f0f}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--font-size-base);line-height:1.6;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--text-color);font-weight:600;line-height:1.3;margin-bottom:.8em}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}p{margin-bottom:1em;color:var(--text-secondary)}a{color:var(--link-color);text-decoration:none;transition:opacity .3s ease,color .3s ease}a:hover{opacity:.8;text-decoration:underline}img{max-width:100%;height:auto;display:block}code{font-family:Consolas,Monaco,monospace;background-color:var(--code-bg);padding:.2em .4em;border-radius:.20833vw;font-size:.9em}
