:root{--primary-color:#282a2a;--primary-color-hover:#545453;--bg-primary:#fdfdfd;--bg-secondary:#f9f9f9;--bg-tertiary:#e0e0e0;--bg-hover:#d0d0d0;--bg-hover-weak:#d9d9d9;--text-title:#09090b;--text-strong:#333;--text-middle:#666;--text-weak:#999;--border-strong:#d0d0d0;--border-weak:#e2e2e2;--accent-red:#f01343;--accent-red-weak:#e2375c;--hover-opacity:#ffffff1a;--font-family-primary:"Pretendard",-apple-system,BlinkMacSystemFont,system-ui,Roboto,"Helvetica Neue","Segoe UI","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif;--font-size-xl:1.75rem;--font-size-lg:1.5rem;--font-size-md:1.25rem;--font-size-sm:1rem;--font-size-xs:.875rem;--font-size-xxs:.75rem}[data-theme=dark]{--primary-color:#fdfdfd;--primary-color-hover:#d0d0d0;--bg-primary:#09090b;--bg-secondary:#1c1d1d;--bg-tertiary:#282a2a;--bg-hover:#373534;--text-title:#fdfdfd;--text-strong:#eee;--text-middle:#ddd;--text-weak:#aaa;--border-strong:#777;--border-weak:#555;--accent-red:#e2375c;--accent-red-weak:#f01343;--hover-opacity:#0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);font-family:Pretendard Variable,Pretendard;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@media (max-width:700px){.section{padding:3rem 1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.btn{font-size:var(--font-size-sm);padding:10px 20px}}@media (min-width:701px){body{overflow-x:hidden}}
