*{margin:0;padding:0;box-sizing:border-box}:root{--accent: #4a9eed;--accent-light: #1a2a3a;--muted: #94a3b8;--text: #e2e8f0;--bg: #0f172a;--section-bg: #1e293b;--max-width: 800px}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--accent: #2b6cb0;--accent-light: #e8f0fa;--muted: #64748b;--text: #1e293b;--bg: #ffffff;--section-bg: #f8fafc}}:root[data-theme=light]{--accent: #2b6cb0;--accent-light: #e8f0fa;--muted: #64748b;--text: #1e293b;--bg: #ffffff;--section-bg: #f8fafc}:root[data-theme=dark]{--accent: #4a9eed;--accent-light: #1a2a3a;--muted: #94a3b8;--text: #e2e8f0;--bg: #0f172a;--section-bg: #1e293b}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.hero{max-width:var(--max-width);margin:0 auto;padding:60px 24px 40px;display:flex;gap:32px;align-items:center}.hero-portrait{width:140px;height:140px;border-radius:50%;object-fit:cover;flex-shrink:0}.hero-content h1{font-size:2rem;color:var(--accent);margin-bottom:4px}.hero-content .title{font-size:1.1rem;color:var(--muted);margin-bottom:12px}.hero-content .summary{font-style:italic;color:var(--muted);margin-bottom:16px}.hero-links{display:flex;gap:12px;flex-wrap:wrap}.hero-links a{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--accent);border-radius:6px;font-size:.85rem;transition:background .2s,color .2s}.hero-links a:hover{background:var(--accent);color:#fff;text-decoration:none}section{padding:48px 24px}section:nth-child(2n){background:var(--section-bg)}.section-inner{max-width:var(--max-width);margin:0 auto}section h2{font-size:1.4rem;color:var(--accent);margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid var(--accent)}.education-entry{margin-bottom:20px}.education-entry:last-child{margin-bottom:0}.education-entry h3{font-size:1.05rem;margin-bottom:2px}.education-entry .edu-org{font-size:.9rem;color:var(--muted);font-style:italic}.education-entry .edu-date{font-size:.85rem;color:var(--muted);margin-bottom:6px}.education-entry ul{list-style:none;padding-left:0}.education-entry li{padding-left:14px;position:relative;font-size:.95rem;margin-bottom:2px}.education-entry li:before{content:"·";color:var(--accent);font-weight:700;position:absolute;left:0}.project{margin-bottom:32px}.project:last-child{margin-bottom:0}.project h3{font-size:1.1rem;margin-bottom:4px}.project .project-org{font-size:.9rem;color:var(--muted);margin-bottom:8px}.project p{margin-bottom:8px}.project-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.project-links a{font-size:.85rem;padding:4px 10px;background:var(--accent-light);border-radius:4px}.store-badges{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:8px}.store-badges a{display:inline-block;line-height:0}.store-badges img{width:auto;display:block}.store-badges a[href*="apps.apple.com"] img{height:44px}.store-badges a[href*="play.google.com"] img{height:65px;margin:-10px}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-top:20px}.game-card{display:block;border-radius:8px;overflow:hidden;background:var(--section-bg);border:1px solid var(--accent-light);transition:transform .2s,box-shadow .2s;color:var(--text)}.game-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026;text-decoration:none}.game-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.game-info{padding:10px 12px}.game-info strong{display:block;font-size:.9rem;margin-bottom:2px}.game-info span{font-size:.8rem;color:var(--muted);line-height:1.4}.game-note{font-size:.85rem;color:var(--muted);font-style:italic;margin-top:12px}.phone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;justify-items:center;margin-top:20px;margin-bottom:32px}.phone-mockup{width:100%;text-align:center}.phone-mockup img{width:100%;display:block;border-radius:12px;box-shadow:0 2px 12px #0000001a}.phone-mockup strong{display:block;margin-top:10px;font-size:.85rem;font-weight:600}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 32px}.feature h4{font-size:.9rem;font-weight:700;margin-bottom:4px}.feature p{font-size:.85rem;line-height:1.55;color:var(--muted)}@media(max-width:600px){.phone-grid{grid-template-columns:repeat(2,1fr);gap:16px}.features{grid-template-columns:1fr}}.publication{margin-bottom:16px;padding-left:12px;border-left:3px solid var(--accent)}.publication .pub-title{font-weight:600}.publication .pub-venue{font-size:.9rem;color:var(--muted)}.publication .pub-badge{display:inline-block;font-size:.75rem;padding:2px 8px;border-radius:3px;background:var(--accent-light);color:var(--accent);margin-left:6px}.contact-links{display:flex;gap:20px;flex-wrap:wrap}.contact-links a{font-size:1rem}.theme-toggle{position:fixed;top:16px;right:16px;background:var(--section-bg);border:1px solid var(--accent);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent);z-index:100;transition:background .2s}.theme-toggle:hover{background:var(--accent);color:#fff}.icon-moon{display:none}@media(prefers-color-scheme:light){:root:not([data-theme=dark]) .icon-sun{display:none}:root:not([data-theme=dark]) .icon-moon{display:block}}:root[data-theme=light] .icon-sun{display:none}:root[data-theme=light] .icon-moon{display:block}:root[data-theme=dark] .icon-sun{display:block}:root[data-theme=dark] .icon-moon{display:none}footer{text-align:center;padding:24px;font-size:.8rem;color:var(--muted)}@media(max-width:600px){.hero{flex-direction:column;text-align:center;padding:40px 20px 24px}.hero-links{justify-content:center}.hero-content h1{font-size:1.6rem}}.back-link{display:inline-block;margin-bottom:1.5rem;color:var(--muted)}.post-list{list-style:none}.post-list li{margin-bottom:1.5rem}.post-date{display:block;color:var(--muted);font-size:.9rem}.post-list p{color:var(--muted);margin-top:.25rem}.post h1{margin-bottom:.25rem}.post .post-date{margin-bottom:2rem}.post h2,.post h3{margin:2rem 0 .75rem}.post p,.post ul,.post ol{margin-bottom:1rem}.post ul,.post ol{padding-left:1.5rem}.post img{max-width:100%;height:auto;border-radius:8px}.post :not(pre)>code{background:var(--accent-light);padding:.15em .4em;border-radius:4px;font-size:.9em}.astro-code{padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.astro-code,.astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}@media(prefers-color-scheme:light){:root:not([data-theme=dark]) .astro-code,:root:not([data-theme=dark]) .astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}}:root[data-theme=light] .astro-code,:root[data-theme=light] .astro-code span{color:var(--shiki-light);background-color:var(--shiki-light-bg)}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-code span{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}
