@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Serif+KR:wght@400;500;700&display=swap");:root{--primary-color:#e4572e;--secondary-color:#f59e0b;--bg-color:#f7f8fb;--surface-color:#ffffff;--surface-soft:#f3f5fa;--surface-strong:#eef2f7;--text-color:#0f172a;--text-muted:#5b6b84;--font-main:"SUIT","Pretendard","Apple SD Gothic Neo","Noto Sans KR",sans-serif;--transition-speed:0.25s;--container-width:min(1120px,92vw);--header-height:72px;--panel-bg:rgba(255,255,255,0.92);--panel-border:#e2e8f0;--shadow-xs:0 6px 18px rgba(15,23,42,0.06);--shadow-sm:0 10px 30px rgba(15,23,42,0.08);--shadow-md:0 18px 50px rgba(15,23,42,0.12);--shadow-lg:0 28px 70px rgba(15,23,42,0.16);--portfolio-sidebar-width:280px;--focus-ring:rgba(228,87,46,0.35);--accent-soft:rgba(228,87,46,0.12)}.dark{--primary-color:#ff7a55;--secondary-color:#f59e0b;--bg-color:#0b0f14;--surface-color:#111827;--surface-soft:#151f2e;--surface-strong:#19263a;--text-color:#e5e7eb;--text-muted:#9aa6bf;--panel-bg:rgba(17,24,39,0.74);--panel-border:#243041;--shadow-xs:0 10px 22px rgba(0,0,0,0.35);--shadow-sm:0 16px 36px rgba(0,0,0,0.45);--shadow-md:0 24px 56px rgba(0,0,0,0.5);--shadow-lg:0 32px 68px rgba(0,0,0,0.6);--focus-ring:rgba(255,122,85,0.4);--accent-soft:rgba(255,122,85,0.18)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-main);background:radial-gradient(900px 460px at 18% -10%,rgba(228,87,46,0.12),transparent 55%),radial-gradient(860px 460px at 92% 0%,rgba(15,23,42,0.06),transparent 60%),var(--bg-color);color:var(--text-color);line-height:1.6;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color var(--transition-speed)}ul{list-style:none}img{max-width:100%;display:block}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.material-symbols-rounded{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle}