﻿:root{--bg: #fafafa;--surface: #ffffff;--text: #1a1a2e;--text-muted: #6b7280;--primary: #511660;--primary-hover: #3e1049;--accent: #6495ed;--link-hover: #367fe8;--border: #e5e7eb;--hover: rgba(81, 22, 96, 0.08);--hover-strong: rgba(81, 22, 96, 0.14);--code-bg: rgba(0, 0, 0, 0.04);--code-block-bg: #2b303b;--code-block-text: #c0c5ce;--blockquote-bg: rgba(0, 0, 0, 0.02);--project-tag-bg: rgba(0, 0, 0, 0.04);--nav-bg: rgba(255, 255, 255, 0.92);--nav-bg-mobile: rgba(255, 255, 255, 0.98);--btn-text: #ffffff;--shadow-card: 0 2px 12px rgba(0, 0, 0, 0.06);--focus-ring: rgba(81, 22, 96, 0.45)}[data-theme=dark]{--bg: #1a1a2e;--surface: #222240;--text: #e4e4ef;--text-muted: #9a9ab0;--primary: #c084fc;--primary-hover: #cc9fff;--accent: #7cacf8;--link-hover: #7cacf8;--border: #333355;--hover: rgba(192, 132, 252, 0.12);--hover-strong: rgba(192, 132, 252, 0.2);--code-bg: rgba(255, 255, 255, 0.06);--blockquote-bg: rgba(255, 255, 255, 0.03);--project-tag-bg: rgba(255, 255, 255, 0.06);--nav-bg: rgba(34, 34, 64, 0.92);--nav-bg-mobile: rgba(34, 34, 64, 0.98);--btn-text: #1a1a2e;--shadow-card: 0 2px 12px rgba(0, 0, 0, 0.2);--focus-ring: rgba(192, 132, 252, 0.55)}[data-theme=dark] .link-icon{filter:brightness(0) invert(1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body,button,input,textarea,select{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{font-weight:500;color:var(--text);background:var(--bg);line-height:1.7;min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",Georgia,serif;font-weight:700}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--link-hover)}img{max-width:100%;height:auto}.link-icon{height:1rem;width:auto;max-width:none;flex:0 0 auto}.btn-with-icon,.icon-link,.footer-links a{display:inline-flex;align-items:center;gap:.45rem}code{font-family:"IBM Plex Mono","JetBrains Mono","Fira Code",monospace;font-size:.9em;background:var(--code-bg);padding:.15em .4em;border-radius:3px}pre{background:var(--code-block-bg);color:var(--code-block-text);padding:1.2em;border-radius:6px;overflow-x:auto;margin:1.5em 0}pre code{background:none;padding:0;color:inherit}:focus{outline:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:3px}.site-nav{position:sticky;top:0;z-index:100;background:var(--nav-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);min-height:60px}.nav-inner{max-width:880px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;min-height:60px}.nav-logo{font-weight:700;font-size:1.05rem;color:var(--primary);letter-spacing:-.02em;white-space:nowrap}.nav-logo:hover{color:var(--accent)}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;font-size:.95rem;color:var(--text-muted)}.nav-links a:hover{color:var(--primary)}.nav-links a.active{color:var(--primary);border-bottom:2px solid var(--primary);padding-bottom:2px}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);margin:5px 0;transition:transform .2s,opacity .2s}.content{max-width:880px;margin:0 auto;padding:2.5rem 1.5rem 4rem;width:100%;flex:1}.hero{padding:3rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.hero-body{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:start;margin-top:1rem}@media (max-width: 600px){.hero-body{grid-template-columns:1fr;gap:1.25rem}}.hero-content{min-width:0}.hero-portrait{width:140px;height:140px;border-radius:50%;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-card);border:2px solid var(--border);flex-shrink:0}.hero-portrait img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 600px){.hero-portrait{width:110px;height:110px}}.hero h1{font-size:2.4rem;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text)}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);margin-top:.4rem;font-weight:500}.hero-summary{margin-top:1.2rem;font-size:1.05rem;max-width:600px;color:var(--text);line-height:1.7}.hero-links{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.btn{display:inline-block;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:.55em 1.3em;border-radius:6px;font-weight:600;font-size:.9rem;transition:all .2s;background:var(--primary);color:var(--btn-text)}.btn:hover{background:var(--primary-hover);color:var(--btn-text)}.btn-outline{background:rgba(0,0,0,0);color:var(--primary);border:1.5px solid var(--primary)}.btn-outline:hover{background:var(--hover);color:var(--primary)}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-header h1{margin:0}.section-header .cv-download{flex:0 0 auto}.section-header .cv-download .link-icon{height:3rem}.home-section{margin-bottom:2.5rem}.home-section h2{font-size:1.35rem;font-weight:700;margin-bottom:.8rem;color:var(--text)}.home-section p{color:var(--text);margin-bottom:1rem}.home-content>h2{font-size:1.35rem;font-weight:700;margin-top:2.5rem;margin-bottom:.8rem;color:var(--text)}.home-content>h2:first-of-type{margin-top:0}.home-content>p{color:var(--text);margin-bottom:1rem}.home-content .read-more{display:inline-block;margin-top:.5rem;margin-bottom:1rem;font-weight:600;font-size:.9rem}.post-list{list-style:none}.post-list li{display:flex;justify-content:space-between;align-items:baseline;padding:.65em 0;border-bottom:1px solid var(--border);gap:1rem;flex-wrap:wrap}.post-list li:last-child{border-bottom:none}.post-list a{font-weight:500}.post-list time{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.post-list .post-list-meta{display:flex;gap:.5rem;align-items:baseline}.post-list .post-desc{width:100%;font-size:.9rem;color:var(--text-muted)}.read-more{display:inline-block;margin-top:.8rem;font-weight:600;font-size:.9rem}.muted{color:var(--text-muted);font-style:italic}.section-page h1,.page h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--text)}.section-page h2{font-size:1.3rem;font-weight:700;color:var(--primary);padding-bottom:.4rem;border-bottom:2px solid var(--primary);margin-bottom:1.2rem;margin-top:2.5rem}.section-page h1+h2,.section-page .section-header+h2{margin-top:0}.section-page ul a{text-decoration:underline;text-underline-offset:2px}.section-page #links+ul{list-style:none;padding-left:0;text-align:center}.section-page #links+ul li{display:inline-block;margin:0 .6rem}.section-layout.has-sidebar h2,.section-layout.has-sidebar h3,.section-layout.has-sidebar h4,.section-layout.has-sidebar h5,.section-layout.has-sidebar h6{scroll-margin-top:calc(60px + 1rem)}.section-sidebar{display:none}.section-nav{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.section-nav ul{list-style:none;margin:0;padding:0}.section-nav li+li{margin-top:.55rem}.section-nav a{display:block;font-size:.9rem;color:var(--text-muted)}.section-nav a:hover{color:var(--primary)}.cv-margin-photo{display:none}@media (min-width: 1320px){.section-layout.has-left-rail .section-page{position:relative}.cv-margin-photo{display:block;position:absolute;left:-220px;width:180px;border-radius:6px;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--border);background:var(--surface);margin-top:.4rem}.cv-margin-photo img{display:block;width:100%;height:auto}.cv-margin-photo figcaption{padding:.4rem .6rem;font-size:.78rem;color:var(--text-muted);text-align:center;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}}@media (min-width: 1320px){.section-layout.has-sidebar{position:relative}.section-layout.has-sidebar .section-sidebar{display:block;position:fixed;top:calc(60px + 1.5rem);left:calc(50% + (880px / 2) + 2rem);width:220px}.section-layout.has-left-rail .section-photos{display:block;position:fixed;top:calc(60px + 1.5rem);right:calc(50% + (880px / 2) + 2rem);width:180px}}.cv-inline-photo{float:left;width:130px;margin:.2rem 1.2rem .6rem 0;border-radius:6px;overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--border)}.cv-inline-photo img{width:100%;height:auto;display:block}@media (max-width: 600px){.cv-inline-photo{width:100px;margin:.2rem .9rem .4rem 0}}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.page-header time{font-size:.9rem;color:var(--text-muted)}.post-meta{display:flex;gap:1rem;align-items:center;margin-top:.4rem}.post-meta .reading-time{font-size:.85rem;color:var(--text-muted)}.post-meta .reading-time::before{content:"·";margin-right:.5rem}.post-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.6rem}.tag{display:inline-block;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--hover);color:var(--primary);padding:.2em .7em;border-radius:20px;font-size:.8rem;font-weight:500}.tag:hover{background:var(--hover-strong);color:var(--primary)}.tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.tag-cloud .tag{font-size:.9rem;padding:.3em .9em}.post-nav{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);gap:1rem}.post-nav a{font-weight:500;font-size:.9rem}.post-nav-next{margin-left:auto;text-align:right}.page-body h2{font-size:1.4rem;margin:2rem 0 .8rem;font-weight:700}.page-body h3{font-size:1.15rem;margin:1.5rem 0 .6rem;font-weight:600}.page-body p{margin-bottom:1rem}.page-body ul,.page-body ol{margin:.5rem 0 1rem 1.5rem}.page-body li{margin-bottom:.35rem}.page-body blockquote{border-left:3px solid var(--primary);padding:.5em 1em;margin:1.5em 0;color:var(--text-muted);background:var(--blockquote-bg);border-radius:0 6px 6px 0}.page-body hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.pagination a{font-weight:500;font-size:.9rem}.pagination span{font-size:.85rem;color:var(--text-muted)}.cv-entry{margin-bottom:1.5rem;padding-left:1rem;border-left:3px solid var(--accent)}.cv-entry h3{font-size:1.05rem;margin-bottom:.15rem}.cv-entry .cv-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:.4rem}.cv-entry p,.cv-entry ul{font-size:.95rem}.cv-entry ul{margin:.3rem 0 0 1.2rem}.cv-entry details{margin-top:.3rem}.cv-entry details summary{cursor:pointer;font-size:.9rem;color:var(--text-muted)}.cv-entry details summary:hover{color:var(--primary)}.cv-entry details>:not(summary){margin-top:.5rem}.cv-section{margin-bottom:2.5rem}.cv-section h2{font-size:1.3rem;font-weight:700;color:var(--primary);padding-bottom:.4rem;border-bottom:2px solid var(--primary);margin-bottom:1.2rem}.cv-section ul a{text-decoration:underline;text-underline-offset:2px}.skills-grid{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-block;font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--hover);color:var(--primary);padding:.3em .8em;border-radius:20px;font-size:.85rem;font-weight:500}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.3rem;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s}.project-card:hover{border-color:var(--accent);box-shadow:var(--shadow-card)}.project-card h3{font-size:1.1rem;margin-bottom:.3rem}.project-card h3 a{font-weight:600}.project-card p{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.96rem;color:var(--text-muted);margin-bottom:.5rem}.project-card .project-tags{display:flex;gap:.4rem;flex-wrap:wrap}.project-card .project-tags span{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.78rem;background:var(--project-tag-bg);padding:.2em .6em;border-radius:3px;color:var(--text-muted)}.section-page>p+.project-card{margin-top:1.5rem}.not-found-figure{margin:0 0 1.5rem}.not-found-figure img{display:block;width:min(100%,540px);border-radius:6px}.not-found-figure figcaption{margin-top:.75rem;font-size:.85rem;color:var(--text-muted)}.not-found-actions{margin-top:1.75rem}.site-footer{border-top:1px solid var(--border);padding:2rem 1.5rem;text-align:center;margin-top:auto}.footer-inner{max-width:880px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.8rem}.footer-links a{font-family:"Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9rem;color:var(--text-muted);font-weight:500}.footer-links a:hover{color:var(--primary)}.site-footer p{font-size:.8rem;color:var(--text-muted)}.theme-toggle{background:none;border:none;cursor:pointer;padding:.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .2s}.theme-toggle:hover{color:var(--primary)}.theme-toggle svg{width:20px;height:20px}.theme-toggle .icon-moon{display:block}.theme-toggle .icon-sun{display:none}[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}@media (max-width: 640px){.hero h1{font-size:1.8rem}.hero-subtitle{font-size:1rem}.content{padding:1.5rem 1rem 3rem}.cv-entry{padding-left:.75rem}.nav-toggle{display:block}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:60px;left:0;right:0;background:var(--nav-bg-mobile);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.5rem 1.5rem 1rem}.nav-links a{display:block;padding:.6rem 0;border-bottom:1px solid var(--border)}.nav-links a:last-child{border-bottom:none}.nav-links a.active{border-bottom-color:var(--border)}.nav-toggle.open+.nav-links{display:flex}}