:root{--bg-color:#fafafa;--text-color:#18181b;--text-muted:#71717a;--border-color:#e4e4e7;--accent-color:#c73a94;--accent-bg:#fdeef8;--tech-tag-bg:#f4f4f5;--tech-tag-color:#3f3f46;--card-bg:#fff;--card-hover-border:#cbd5e1;--card-shadow:0 4px 12px #00000005;--transition-fast:.2s ease;--transition-normal:.3s ease}@media (prefers-color-scheme:dark){:root{--bg-color:#09090b;--text-color:#fafafa;--text-muted:#a1a1aa;--border-color:#27272a;--accent-color:#f5abe0;--accent-bg:#38102c;--tech-tag-bg:#18181b;--tech-tag-color:#d4d4d8;--card-bg:#09090b;--card-hover-border:#3f3f46;--card-shadow:0 4px 12px #0003}}:root[data-theme=light]{--bg-color:#fafafa;--text-color:#18181b;--text-muted:#71717a;--border-color:#e4e4e7;--accent-color:#c73a94;--accent-bg:#fdeef8;--tech-tag-bg:#f4f4f5;--tech-tag-color:#3f3f46;--card-bg:#fff;--card-hover-border:#cbd5e1;--card-shadow:0 4px 12px #00000005}:root[data-theme=dark]{--bg-color:#09090b;--text-color:#fafafa;--text-muted:#a1a1aa;--border-color:#27272a;--accent-color:#f5abe0;--accent-bg:#38102c;--tech-tag-bg:#18181b;--tech-tag-color:#d4d4d8;--card-bg:#09090b;--card-hover-border:#3f3f46;--card-shadow:0 4px 12px #0003}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Geist,Noto Sans KR,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;line-height:1.75;transition:background-color .4s,color .4s}.theme-toggle{z-index:250;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0;position:fixed;top:1rem;right:1.25rem}.theme-toggle-track{border:1px solid var(--border-color);background-color:var(--card-bg);box-shadow:var(--card-shadow);border-radius:999px;align-items:center;padding:.2rem;display:flex;position:relative}.theme-toggle-thumb{background-color:var(--accent-color);width:calc(50% - .2rem);transition:transform var(--transition-normal);border-radius:999px;position:absolute;top:.2rem;bottom:.2rem;left:.2rem}.theme-toggle[aria-pressed=true] .theme-toggle-thumb{transform:translate(100%)}.theme-toggle-label{z-index:1;letter-spacing:.02em;text-align:center;min-width:2.5rem;color:var(--text-muted);transition:color var(--transition-fast);padding:.3rem .6rem;font-family:Geist Mono,Courier,monospace;font-size:.68rem;font-weight:600;display:inline-block;position:relative}.theme-toggle[aria-pressed=false] .theme-toggle-label[data-mode=light],.theme-toggle[aria-pressed=true] .theme-toggle-label[data-mode=dark]{color:var(--bg-color)}@media (width<=640px){.theme-toggle{top:.6rem;right:.75rem}.theme-toggle-label{min-width:2.1rem;padding:.28rem .5rem;font-size:.6rem}}::view-transition-old(root),::view-transition-new(root){mix-blend-mode:normal;animation:none}.page-container{max-width:720px;margin:0 auto;padding:4rem 1.5rem 3rem}@media (width<=640px){.page-container{padding:3rem 1.25rem}}h1,h2,h3,h4{letter-spacing:-.025em;color:var(--text-color);font-weight:700}h1{font-size:2.5rem;line-height:1.2}h2{border-bottom:1px solid var(--border-color);margin-top:3rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.5rem;position:relative}p{color:var(--text-color);margin-bottom:1.25rem}p strong{font-weight:600}.header{margin-bottom:2.5rem}.header .name{margin-bottom:.25rem}.header .english-name{color:var(--text-muted);margin-left:.25rem;font-size:.9em;font-weight:300}.header .role{color:var(--accent-color);margin-bottom:.5rem;font-size:1.15rem;font-weight:500}.header .tagline{color:var(--text-color);border-left:2px solid var(--accent-color);margin-top:1rem;margin-bottom:.5rem;padding-left:.75rem;font-family:Geist Mono,Courier,monospace;font-size:.95rem}.header .subline{color:var(--text-muted);margin-bottom:0;padding-left:calc(.75rem + 2px);font-size:.82rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;display:grid}.stat-item{border:1px solid var(--border-color);background-color:var(--card-bg);box-shadow:var(--card-shadow);text-align:center;border-radius:8px;flex-direction:column;gap:.25rem;padding:1.1rem .75rem;display:flex}.stat-value{color:var(--accent-color);white-space:nowrap;font-family:Geist Mono,Courier,monospace;font-size:1.15rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.75rem;line-height:1.4}@media (width<=640px){.stats-grid{grid-template-columns:1fr;gap:.6rem}.stat-item{text-align:left;flex-direction:row;justify-content:flex-start;align-items:baseline;gap:.6rem;padding:.7rem .9rem}.stat-value{font-size:1rem}.stat-label{font-size:.72rem}}.mini-nav{z-index:100;background-color:var(--bg-color);border-bottom:1px solid var(--border-color);transition:transform var(--transition-normal);justify-content:center;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.mini-nav.visible{transform:translateY(0)}.mini-nav-inner{gap:1.5rem;width:100%;max-width:720px;padding:.85rem 1.5rem;display:flex}.mini-nav-link{color:var(--text-muted);transition:color var(--transition-fast), border-color var(--transition-fast);white-space:nowrap;border-bottom:2px solid #0000;padding-bottom:.15rem;font-family:Geist Mono,Courier,monospace;font-size:.82rem;text-decoration:none}.mini-nav-link:hover{color:var(--text-color)}.mini-nav-link.active{color:var(--accent-color);border-bottom-color:var(--accent-color)}@media (width<=640px){.mini-nav-inner{gap:1rem;padding:.75rem 6.5rem .75rem 1.25rem;overflow-x:auto}.mini-nav-link{font-size:.78rem}}.section{animation:.6s ease-out both fadeIn}.section:first-of-type{animation-delay:.1s}.section:nth-of-type(2){animation-delay:.2s}.section:nth-of-type(3){animation-delay:.3s}.section:nth-of-type(4){animation-delay:.4s}.section:nth-of-type(5){animation-delay:.5s}.tech-tag{background-color:var(--tech-tag-bg);color:var(--tech-tag-color);border:1px solid var(--border-color);white-space:nowrap;border-radius:4px;padding:.15rem .35rem;font-family:Geist Mono,Courier,monospace;font-size:.85em}.bullets{list-style:none}.bullets li{color:var(--text-color);margin-bottom:1rem;padding-left:1.25rem;font-size:.95rem;position:relative}.bullets li:before{content:"•";color:var(--text-muted);font-size:1.2rem;line-height:1;position:absolute;left:.25rem}.bullets li:last-child{margin-bottom:0}.work-card{border:1px solid var(--border-color);background-color:var(--card-bg);box-shadow:var(--card-shadow);transition:border-color var(--transition-fast);border-radius:10px;margin-bottom:1.1rem}.work-card:hover{border-color:var(--accent-color)}.work-card summary{cursor:pointer;padding:1.25rem 1.4rem;list-style:none}.work-card summary::-webkit-details-marker{display:none}.work-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem;display:flex}.work-title{font-size:1.02rem;font-weight:600;line-height:1.5}.status-tag{color:var(--accent-color);background-color:var(--accent-bg);border:1px solid var(--accent-color);vertical-align:.1em;white-space:nowrap;border-radius:999px;margin-right:.5rem;padding:.05rem .55rem;font-family:Geist Mono,Courier,monospace;font-size:.7rem;font-weight:500;display:inline-block}.work-meta{color:var(--text-muted);white-space:nowrap;font-family:Geist Mono,Courier,monospace;font-size:.8rem}.work-lead{color:var(--text-color);margin-bottom:.6rem;font-size:.93rem}.work-toggle{color:var(--text-muted);transition:color var(--transition-fast);font-family:Geist Mono,Courier,monospace;font-size:.78rem}.work-toggle:before{content:"+ 상세 보기"}.work-card[open] .work-toggle:before{content:"− 접기"}.work-card summary:hover .work-toggle{color:var(--accent-color)}.work-card[open] summary{border-bottom:1px solid var(--border-color)}.work-detail{padding:1.25rem 1.4rem}.work-context{color:var(--text-muted);border-left:2px solid var(--accent-color);margin-bottom:1.25rem;padding-left:.85rem;font-size:.88rem}.work-detail .bullets li{margin-bottom:1.1rem}.b-tag{color:var(--text-muted);background-color:var(--tech-tag-bg);border:1px solid var(--border-color);vertical-align:.12em;white-space:nowrap;border-radius:4px;margin-right:.35rem;padding:0 .4rem;font-family:Geist Mono,Courier,monospace;font-size:.68rem;display:inline-block}@media (width<=640px){.work-card summary,.work-detail{padding:1.1rem}.work-head{flex-direction:column;gap:.15rem}}.how-list{list-style:none}.how-list li{border-bottom:1px solid var(--border-color);padding:.85rem 0;font-size:.92rem;line-height:1.65}.how-list li:first-child{padding-top:0}.how-list li:last-child{border-bottom:none;padding-bottom:0}.how-title{color:var(--accent-color);margin-right:.4rem;font-weight:600}.how-title:after{content:" —";color:var(--text-muted);font-weight:400}.how-desc{color:var(--text-muted)}.about-callout{color:var(--text-color);border-left:2px solid var(--accent-color);background-color:var(--accent-bg);border-radius:0 6px 6px 0;margin:1.4rem 0;padding:.6rem .85rem;font-size:.93rem;line-height:1.7}.about-more{margin-top:-.4rem}.about-more summary{cursor:pointer;color:var(--text-muted);transition:color var(--transition-fast);padding:.3rem 0;font-family:Geist Mono,Courier,monospace;font-size:.85rem;list-style:none;display:inline-block}.about-more summary::-webkit-details-marker{display:none}.about-more-toggle:before{content:"+ 더 읽기"}.about-more[open] .about-more-toggle:before{content:"− 접기"}.about-more summary:hover{color:var(--accent-color)}.about-more-body{border-top:1px solid var(--border-color);margin-top:.3rem;padding-top:.4rem}.about-more-body p:last-child{margin-bottom:0}.edu-list li{font-size:.92rem}.arrow{transition:transform var(--transition-fast);display:inline-block}.contact-link-item:hover .arrow{transform:translate(3px,-3px)}.contact-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=600px){.contact-grid{grid-template-columns:1fr;gap:.75rem}}.contact-link-item{color:inherit;border:1px solid var(--border-color);background-color:var(--card-bg);transition:all var(--transition-fast);border-radius:8px;flex-direction:column;padding:1rem;text-decoration:none;display:flex}.contact-link-item:hover{border-color:var(--accent-color);background-color:var(--accent-bg);transform:translateY(-2px)}.contact-key{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.15rem;font-size:.8rem}.contact-val{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}body.js-ready .work-card{opacity:0;transition:opacity .5s ease-out, transform .5s ease-out, border-color var(--transition-fast);transform:translateY(16px)}body.js-ready .work-card.in-view{opacity:1;transform:translateY(0)}.toast{z-index:200;background-color:var(--text-color);color:var(--bg-color);opacity:0;pointer-events:none;transition:opacity var(--transition-fast), transform var(--transition-fast);border-radius:8px;padding:.6rem 1rem;font-family:Geist Mono,Courier,monospace;font-size:.85rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)translateY(12px)}.toast.visible{opacity:1;transform:translate(-50%)translateY(0)}.footer{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);margin-top:3.5rem;padding-top:2rem;font-family:Geist Mono,Courier,monospace;font-size:.85rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}h1{font-size:2.5rem}h2{font-size:1.5rem}h3{font-size:1.15rem}ul,ol{list-style:none}a{color:inherit;text-decoration:none}strong,b{font-weight:600}code{font-family:Geist Mono,Courier,monospace}img,svg{max-width:100%;display:inline}button{font:inherit;color:inherit;background:0 0;border:0}summary{display:block}details>summary::marker{content:""}
