:root{--color-bg-primary:#0f0e17;--color-bg-secondary:#1a1a2e;--color-bg-surface:#16213e;--color-accent-gold:#c9a84c;--color-accent-purple:#7c3aed;--color-accent-pink:#e879a0;--color-accent-blue:#60a5fa;--color-text-primary:#f8f5f0;--color-text-secondary:#a0a0b8;--color-text-muted:#6b6b80;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-glow-gold:0 0 20px rgba(201,168,76,0.3);--shadow-glow-purple:0 0 20px rgba(124,58,237,0.3);--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans KR,sans-serif;line-height:1.6;min-height:100vh}.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:2px solid var(--color-accent-gold);outline-offset:2px}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent-purple);border-radius:var(--radius-full)}