:root{--color-bg: #141414;--color-bg-soft: #1c1c1c;--color-fg: #f5f5f5;--color-fg-dim: #a0a0a0;--color-accent: #3ce63c;--color-accent-dim: #2bb52b;--color-line: rgba(255, 255, 255, .12);--color-line-soft: rgba(255, 255, 255, .07);--font-display: "Pretendard", system-ui, -apple-system, "Apple SD Gothic Neo", sans-serif;--font-sans: "Pretendard", system-ui, -apple-system, "Apple SD Gothic Neo", sans-serif;--maxw: 1600px;--pad-x: clamp(1.25rem, 5vw, 4.5rem);--nav-h: clamp(4.25rem, 8vw, 7rem);--intro-delay: 1.62s;--gutter-l: max(var(--pad-x), env(safe-area-inset-left));--gutter-r: max(var(--pad-x), env(safe-area-inset-right));color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable;scroll-padding-top:var(--nav-h);-webkit-text-size-adjust:100%}html,body{margin:0;padding:0}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important}}body{background:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body.is-locked,html.intro-lock,html.intro-lock body{overflow:hidden}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;background:none;border:none;-webkit-tap-highlight-color:transparent}img,svg,video{display:block;max-width:100%}h1,h2,h3,h4,p{margin:0}ul{list-style:none;margin:0;padding:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}::selection{background:var(--color-accent);color:var(--color-bg)}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-left:var(--gutter-l);padding-right:var(--gutter-r)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
