:root{--bg-deep:#f7f6f3;--bg-elevated:#fff;--bg-subtle:#efeee9;--text-primary:#16161a;--text-secondary:#56565e;--text-muted:#8c8c94;--glass-bg:#fff;--glass-border:#14141e1a;--glass-hover:#fcfcfa;--border:#14141e1a;--border-strong:#14141e29;--accent:#2f5bd0;--accent-soft:#2f5bd01a;--accent-blue:#2f5bd0;--accent-purple:#6b54b8;--accent-cyan:#1f8aa3;--font-display:"Fraunces", "Noto Serif SC", Georgia, "Songti SC", serif;--font-sans:"Space Grotesk", "Noto Sans SC", system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Consolas, monospace;--transition-fast:.2s ease;--transition-smooth:.4s cubic-bezier(.4, 0, .2, 1);--space-xs:.5rem;--space-sm:.875rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:4rem;--space-3xl:6rem;--measure:66ch;--nav-max:1080px;--content-max:760px;--content-max-wide:1040px;--stats-max:920px;--stats-max-wide:1000px;--contact-max:760px;--contact-max-wide:860px;--hero-bio-max:640px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);background:var(--bg-deep);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.reveal{opacity:0;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.section .section-label,.section .card-title,.section .stat-label,.section .contact-subtitle{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1) .1s,transform .7s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(24px)}.section.reveal-done .section-label,.section.reveal-done .card-title,.section.reveal-done .stat-label,.section.reveal-done .contact-subtitle{opacity:1;transform:translateY(0)}.hero-content .reveal:first-child{transition-delay:.15s}.hero-content .reveal:nth-child(2){transition-delay:.3s}.hero-content .reveal:nth-child(3){transition-delay:.45s}.hero-content .reveal:nth-child(4){transition-delay:.6s}.hero-content .reveal:nth-child(5){transition-delay:.75s}.section-inner .reveal:nth-child(2){transition-delay:80ms}.section-inner .reveal:nth-child(3){transition-delay:.16s}.section-inner .reveal:nth-child(4){transition-delay:.24s}.section-inner .reveal:nth-child(5){transition-delay:.32s}.section-inner .reveal:nth-child(6){transition-delay:.4s}.section-inner .reveal:nth-child(7){transition-delay:.48s}.section-inner .reveal:nth-child(8){transition-delay:.56s}@media (width<=768px){.hero-name,.stats-motto-cn,.hero-eyebrow,.hero-name-large{animation-play-state:paused}.about-card,.about-grid-sub .about-card:first-child,.about-grid-sub .about-card:nth-child(2),.about-grid-sub .about-card:nth-child(3),.card-illustration,.card-number,.marquee-track,.scanline-overlay,.hex-mesh-overlay{animation:none!important}.card-fold-body.collapsed{content-visibility:auto}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body{overflow-x:hidden}.section{z-index:2;padding:var(--space-3xl) var(--space-lg);justify-content:center;align-items:center;gap:var(--space-2xl);flex-direction:column;min-height:auto;display:flex;position:relative}.section-inner{width:100%;max-width:var(--content-max-wide);margin:0 auto}.section+.section:before{content:"";background:var(--border-strong);border-radius:50%;width:1px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.section+.section:after{content:"";background:linear-gradient(to right, transparent, var(--border) 30%, var(--border) 70%, transparent);pointer-events:none;width:min(120px,30vw);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.section-label{justify-content:center;align-items:center;gap:var(--space-md);margin-bottom:var(--space-2xl);opacity:.7;display:flex}.section-label .label-line{background:var(--border-strong);width:clamp(24px,6vw,48px);height:1px;display:block}.section-label .label-text{font-family:var(--font-mono);letter-spacing:.34em;color:var(--text-secondary);text-transform:uppercase;white-space:nowrap;font-size:.74rem;font-weight:500}.glass-card{background:var(--glass-bg);background:color-mix(in srgb, var(--glass-bg) 82%, transparent);backdrop-filter:blur(14px)saturate(140%);border:1px solid var(--border);transition:border-color var(--transition-smooth), transform var(--transition-smooth), box-shadow var(--transition-smooth);border-radius:14px;position:relative;overflow:hidden;box-shadow:0 1px 2px #14141e0a,0 10px 30px #14141e0d}.glass-card:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple), var(--accent-cyan));-webkit-mask-composite:xor;opacity:0;transition:opacity var(--transition-smooth);pointer-events:none;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.glass-card:hover{box-shadow:0 2px 4px #14141e0d, 0 18px 44px #14141e17, inset 0 0 0 1px var(--accent-soft);border-color:#0000;transform:translateY(-3px)}.glass-card:hover:before{opacity:1}@media (width<=768px){.glass-card{background:var(--glass-bg);backdrop-filter:none}}.marquee-section{width:100%;margin:var(--space-lg) 0;z-index:3;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:0 0;padding:1.1rem 0;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 12% 88%,#0000 100%)}.marquee-track{gap:2rem;width:fit-content;animation:44s linear infinite marqueeScroll;display:flex}.marquee-track:hover{animation-play-state:paused}.marquee-content{white-space:nowrap;flex-shrink:0;align-items:center;gap:1rem;display:flex}.marquee-content span{font-family:var(--font-sans);letter-spacing:.08em;cursor:default;color:var(--text-muted);transition:color var(--transition-fast);font-size:.8rem;font-weight:500}.marquee-content span:hover{color:var(--accent)}.marquee-dot{user-select:none;color:var(--border-strong);font-size:.6rem;font-weight:400}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-footer{z-index:2;text-align:center;padding:var(--space-2xl) var(--space-lg) var(--space-xl);color:var(--text-muted);letter-spacing:.04em;font-size:.8rem;font-weight:400;position:relative}.footer-motto{font-family:var(--font-display);letter-spacing:.02em;color:var(--text-secondary);opacity:.9;transition:opacity var(--transition-smooth), color var(--transition-smooth);margin-bottom:.6rem;font-size:1.05rem;font-weight:500}.footer-motto:hover{opacity:1;color:var(--accent)}.footer-divider{justify-content:center;align-items:center;gap:0;margin-bottom:1.4rem;display:flex;position:relative}.footer-divider-line{background:linear-gradient(to right, transparent, var(--border) 20%, var(--border) 80%, transparent);width:110px;height:1px}.footer-divider-dot{background:var(--accent);opacity:.7;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body.is-scrolling .marquee-track{animation-play-state:paused}html[data-theme=dark]{--bg-deep:#0f0f11;--bg-elevated:#161618;--bg-subtle:#1c1c1f;--text-primary:#ededee;--text-secondary:#ffffffa8;--text-muted:#ffffff6b;--glass-bg:#161618;--glass-border:#ffffff1a;--glass-hover:#1c1c1f;--border:#ffffff1a;--border-strong:#ffffff2e;--accent:#6f9bff;--accent-soft:#6f9bff24;--accent-blue:#6f9bff;--accent-purple:#b18bff;--accent-cyan:#5fd0e0}.split-layout{align-items:flex-start;min-height:100vh;display:flex}.side-panel{width:clamp(290px,32vw,380px);height:100vh;padding:var(--space-xl) var(--space-lg);gap:var(--space-lg);border-right:1px solid var(--border);background:var(--bg-deep);z-index:50;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.side-panel::-webkit-scrollbar{width:6px}.side-panel::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.sp-brand{align-items:center;gap:.85rem;display:flex}.sp-avatar{object-fit:cover;border:1px solid var(--border);border-radius:13px;flex-shrink:0;width:50px;height:50px}.sp-name{font-family:var(--font-display);letter-spacing:.01em;color:var(--text-primary);font-size:1.45rem;font-weight:500;line-height:1.1}.sp-role{color:var(--text-secondary);letter-spacing:.02em;margin-top:.28rem;font-size:.76rem;display:block}.sp-bio{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.72}.sp-status{font-family:var(--font-mono);color:var(--text-muted);flex-direction:column;gap:.45rem;font-size:.72rem;display:flex}.sp-status-row{align-items:center;gap:.5rem;display:flex}.sp-dot{background:var(--accent-cyan);width:7px;height:7px;box-shadow:0 0 0 3px var(--accent-soft);border-radius:50%;flex-shrink:0}.sp-nav{flex-direction:column;gap:.12rem;display:flex}.sp-nav-link{color:var(--text-secondary);border-radius:10px;align-items:center;gap:.7rem;padding:.5rem .7rem;font-size:.86rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.sp-nav-link:hover{background:var(--bg-subtle);color:var(--text-primary)}.sp-nav-link.active{background:var(--accent-soft);color:var(--accent)}.sp-nav-idx{font-family:var(--font-mono);opacity:.5;width:1.4rem;font-size:.68rem}.sp-bottom{gap:var(--space-md);flex-direction:column;margin-top:auto;display:flex}.sp-social{gap:.5rem;display:flex}.sp-social-link{border:1px solid var(--glass-border);width:38px;height:38px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,transform .2s;display:inline-flex}.sp-social-link:hover{color:var(--accent);border-color:var(--accent-soft);transform:translateY(-1px)}.sp-social-link svg{width:17px;height:17px}.sp-foot-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.sp-foot{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);letter-spacing:.04em}.content-stream{width:calc(100% - clamp(290px,32vw,380px));padding:var(--space-2xl) var(--space-xl);margin-left:clamp(290px,32vw,380px)}.stream-inner{max-width:720px;margin:0 auto}.stream-section{padding:var(--space-2xl) 0;border-bottom:1px solid var(--border);scroll-margin-top:var(--space-lg)}.stream-section:first-child{padding-top:0}.stream-section:last-child{border-bottom:none}.stream-label{margin-bottom:var(--space-lg);top:var(--space-xl);z-index:5;align-self:center;align-items:center;gap:.7rem;display:flex;position:sticky}.stream-label .sl-line{background:var(--accent);opacity:.6;width:26px;height:1px}.stream-label .sl-text{font-family:var(--font-mono);letter-spacing:.26em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem}.stream-lead{color:var(--text-secondary);margin:0 0 var(--space-lg);font-size:.95rem;line-height:1.7}.stream-note{font-family:var(--font-mono);color:var(--text-muted);opacity:.7;margin-top:var(--space-md);font-size:.68rem}@media (width<=900px){.split-layout{flex-direction:column}.side-panel{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;padding:var(--space-lg);position:static}.content-stream{width:100%;padding:var(--space-lg) var(--space-md);margin-left:0}.sp-bottom{margin-top:var(--space-lg)}}.tech-modal-icon-svg{width:2.25rem;height:2.25rem;color:var(--text-primary);display:block;overflow:visible}.tech-modal-icon-svg [stroke]{paint-order:stroke fill}.inline-detail-icon-wrapper{background:var(--accent-soft);border:1px solid var(--border);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:.4rem auto .8rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #14141e14}.inline-detail-icon-wrapper:before{content:"";background:var(--accent);-webkit-mask-composite:xor;opacity:.4;pointer-events:none;border-radius:18px;padding:2px;animation:6s linear infinite paused icon-border-rotate;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-composite:exclude;mask-mode:match-source,match-source}.inline-detail-icon-wrapper:after{content:"";pointer-events:none;background:0 0;width:130%;height:130%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-inline-detail.expanded .inline-detail-icon-wrapper:before,.card-inline-detail.expanded .inline-detail-icon-wrapper:after{animation-play-state:running}@keyframes icon-border-rotate{to{transform:rotate(360deg)}}@keyframes icon-glow-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.85;transform:translate(-50%,-50%)scale(1.2)}}.tech-tag{color:var(--accent-blue);letter-spacing:.02em;background:#4f8cff14;border-radius:4px;margin:.15rem .2rem .15rem 0;padding:.15rem .5rem;font-size:.7rem;display:inline-block}.explore-card .inline-detail-icon-wrapper{background:var(--accent-soft);border-color:var(--border);box-shadow:0 4px 16px #14141e14}.explore-card .inline-detail-body .tech-tag{color:var(--accent-purple);background:#a855f714}.explore-card .inline-detail-body ul li:before{color:var(--accent-purple)}.tech-card .inline-detail-icon-wrapper{background:var(--accent-soft);border-color:var(--border);box-shadow:0 4px 16px #14141e14}.tech-card .inline-detail-body .tech-tag{color:var(--accent-cyan);background:#22d3ee14}.tech-card .inline-detail-body ul li:before{color:var(--accent-cyan)}.create-card .inline-detail-icon-wrapper{background:var(--accent-soft);border-color:var(--border);box-shadow:0 4px 16px #14141e14}.create-card .inline-detail-body .tech-tag{color:#facc15;background:#facc1514}.create-card .inline-detail-body ul li:before{color:#facc15}@media (prefers-reduced-motion:reduce){.inline-detail-icon-wrapper:before,.inline-detail-icon-wrapper:after{animation:none}.card-inline-detail{transition:max-height .2s,opacity .2s}}.easter-egg-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:#000000a6;justify-content:center;align-items:center;transition:opacity .4s,visibility .4s;display:flex;position:fixed;inset:0}.easter-egg-overlay.visible{opacity:1;visibility:visible}.easter-egg-card{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);border-radius:16px;flex-direction:column;width:90vw;max-width:520px;max-height:88vh;padding:2.5rem 2rem 2rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;overflow:hidden;transform:scale(.92);box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #4f8cff0f}.easter-egg-overlay.visible .easter-egg-card{transform:scale(1)}.easter-egg-card:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--accent-blue) 20%, var(--accent-purple) 50%, var(--accent-cyan) 80%, transparent 100%);z-index:2;border-radius:0 0 2px 2px;height:2px;position:absolute;top:0;left:10%;right:10%}.easter-egg-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;z-index:3;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:300;line-height:1;transition:color .3s,background .3s;display:flex;position:absolute;top:.8rem;right:1rem}.easter-egg-close:hover{color:var(--text-primary);background:#ffffff14}.easter-egg-content{text-align:center;z-index:1;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding-right:.25rem;position:relative;overflow-y:auto}.ee-diamond{color:var(--accent-cyan);opacity:.7;margin-bottom:.8rem;font-size:1.8rem;animation:2.5s ease-in-out infinite eePulse}@keyframes eePulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.ee-title{color:var(--text-primary);letter-spacing:.04em;margin-bottom:1rem;font-family:Fira Code,SF Mono,Cascadia Code,Consolas,monospace;font-size:1.05rem;font-weight:600}.ee-text{font-family:var(--font-sans);color:var(--text-secondary);letter-spacing:.02em;margin-bottom:1.2rem;font-size:.92rem;line-height:1.8}.ee-divider{background:linear-gradient(90deg, transparent, var(--accent-cyan), transparent);opacity:.5;width:60px;height:1px;margin:0 auto 1rem}.ee-signature{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.04em;opacity:.7;font-size:1.3rem}@media (width<=768px){.easter-egg-overlay{align-items:safe center;padding:1rem 0}.easter-egg-card{width:90vw;max-width:90vw;max-height:84vh;padding:1.8rem 1.2rem 1.4rem}.easter-egg-close{background:#ffffff0f;width:36px;height:36px;font-size:1.5rem;top:.55rem;right:.7rem}.ee-diamond{margin-bottom:.6rem;font-size:1.5rem}.ee-title{margin-bottom:.8rem;font-size:.92rem}.ee-text{margin-bottom:1rem;font-size:.82rem;line-height:1.72}.ee-divider{margin:0 auto .8rem}.ee-signature{font-size:1.08rem}}@media (prefers-reduced-motion:reduce){.easter-egg-overlay{transition:opacity .15s,visibility .15s}.easter-egg-card{transition:transform .15s}.ee-diamond{animation:none}}.h-rail-wrap{width:100%;position:relative}.h-rail{gap:var(--space-lg);scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem .25rem 1.1rem;scroll-padding-inline:.25rem;display:flex;overflow:auto hidden}.h-rail::-webkit-scrollbar{display:none}.h-rail>*{scroll-snap-align:center;flex:none}.h-rail-wrap:before,.h-rail-wrap:after{content:"";pointer-events:none;z-index:4;opacity:0;width:52px;transition:opacity .35s;position:absolute;top:0;bottom:1.1rem}.h-rail-wrap:before{background:linear-gradient(to right, var(--bg-deep) 10%, transparent);left:0}.h-rail-wrap:after{background:linear-gradient(to left, var(--bg-deep) 10%, transparent);right:0}html[data-theme=dark] .h-rail-wrap:before{background:linear-gradient(to right, var(--bg-deep) 10%, transparent)}html[data-theme=dark] .h-rail-wrap:after{background:linear-gradient(to left, var(--bg-deep) 10%, transparent)}.h-rail-wrap:not(.at-start):before,.h-rail-wrap:not(.at-end):after{opacity:1}.rail-prev,.rail-next{border:1px solid var(--border);background:var(--bg-elevated);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;z-index:6;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,background .3s,color .3s,transform .2s;display:flex;position:absolute;top:calc(50% - .55rem);transform:translateY(-50%);box-shadow:0 4px 14px #14141e14}.h-rail-wrap:hover .rail-prev,.h-rail-wrap:hover .rail-next{opacity:1}.rail-prev{left:-10px}.rail-next{right:-10px}.rail-prev svg,.rail-next svg{width:18px;height:18px}.rail-prev:hover,.rail-next:hover{color:var(--accent);border-color:var(--accent)}.rail-prev:active,.rail-next:active{transform:translateY(-50%)scale(.9)}.h-rail-wrap.at-start .rail-prev,.h-rail-wrap.at-end .rail-next{display:none}.rail-progress{background:var(--border);border-radius:2px;width:100%;height:2px;margin-top:.2rem;position:relative;overflow:hidden}.rail-progress>i{background:var(--accent);border-radius:2px;width:0%;transition:width .12s linear;position:absolute;inset:0 auto 0 0}.rail-hint{text-align:center;font-family:var(--font-mono);letter-spacing:.12em;color:var(--text-muted);opacity:.5;user-select:none;margin-top:.55rem;font-size:.62rem}.h-rail.is-dragging{scroll-behavior:auto;cursor:grabbing}@media (prefers-reduced-motion:reduce){.h-rail{scroll-behavior:auto}.rail-progress>i{transition:none}}@media (width<=768px){.rail-prev,.rail-next,.h-rail-wrap.at-start .rail-prev,.h-rail-wrap.at-end .rail-next{display:none}}.theme-toggle.astro-x3pjskd3{border:1px solid var(--glass-border);background:var(--glass-bg);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .25s,background .25s,transform .25s,border-color .25s;display:inline-flex}.theme-toggle.astro-x3pjskd3:hover{color:var(--accent-cyan);border-color:#22d3ee66;transform:translateY(-1px)}.theme-toggle.astro-x3pjskd3 svg.astro-x3pjskd3{width:18px;height:18px}.icon-moon.astro-x3pjskd3,html[data-theme=light] .icon-sun.astro-x3pjskd3{display:none}html[data-theme=light] .icon-moon.astro-x3pjskd3{display:block}.modal-overlay.astro-qmzm2soj{z-index:1900;backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:#0a0a14b8;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.modal-overlay.astro-qmzm2soj.open{opacity:1;visibility:visible}.modal-card.astro-qmzm2soj{backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:560px;max-height:86vh;padding:2.4rem 2rem 2rem;transition:transform .3s cubic-bezier(.2,.8,.2,1);position:relative;overflow-y:auto;transform:translateY(20px)scale(.96);box-shadow:0 20px 60px #00000080}.modal-overlay.astro-qmzm2soj.open .modal-card.astro-qmzm2soj{transform:translateY(0)scale(1)}.modal-close.astro-qmzm2soj{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.2rem}.modal-close.astro-qmzm2soj:hover{color:var(--text-primary)}.modal-icon.astro-qmzm2soj svg{width:56px;height:56px;margin:0 auto .8rem;display:block}.modal-title.astro-qmzm2soj{font-family:var(--font-sans);text-align:center;background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple),var(--accent-cyan));color:#0000;background-clip:text;font-size:1.5rem;font-weight:700}.modal-subtitle.astro-qmzm2soj{text-align:center;color:var(--text-secondary);margin-top:.3rem;margin-bottom:1.4rem;font-size:.9rem}.modal-details.astro-qmzm2soj{color:var(--text-secondary);font-size:.92rem;line-height:1.8}.modal-details.astro-qmzm2soj h4{color:var(--text-primary);margin:1.2rem 0 .5rem;font-size:1.05rem;font-weight:600}.modal-details.astro-qmzm2soj h4:first-child{margin-top:0}.modal-details.astro-qmzm2soj ul{margin:.4rem 0;padding:0;list-style:none}.modal-details.astro-qmzm2soj li{margin:.3rem 0;padding-left:1.1rem;position:relative}.modal-details.astro-qmzm2soj li:before{content:"▹";color:var(--accent-cyan);position:absolute;left:0}.modal-details.astro-qmzm2soj li strong{color:var(--text-primary)}.modal-details.astro-qmzm2soj p{margin:.6rem 0}.modal-details.astro-qmzm2soj .tech-tag{color:var(--accent-cyan);background:#22d3ee1f;border:1px solid #22d3ee40;border-radius:999px;margin:.25rem .3rem .25rem 0;padding:.2rem .7rem;font-size:.78rem;display:inline-block}.cursor-dot,.cursor-ring{pointer-events:none;z-index:9999;opacity:0;border-radius:50%;transition:opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-dot{background:var(--accent);width:6px;height:6px}.cursor-ring{border:1.5px solid color-mix(in srgb, var(--accent) 60%, transparent);width:34px;height:34px;transition:width .25s,height .25s,opacity .3s,background .25s,border-color .25s}body.cursor-active .cursor-dot,body.cursor-active .cursor-ring{opacity:1}body.cursor-active .cursor-ring.is-hover{background:var(--accent-soft);border-color:#0000;width:54px;height:54px}@media (pointer:coarse),(prefers-reduced-motion:reduce){.cursor-dot,.cursor-ring{display:none!important}}#hero.astro-bbe6dxrz{align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}@media (width>=901px){#hero.astro-bbe6dxrz{width:min(var(--content-max-wide),calc(100vw - clamp(290px,32vw,380px) - 2 * var(--space-xl) - 1.5rem));max-width:none;margin-left:50%;transform:translate(-50%)}}.hero-grid.astro-bbe6dxrz{width:100%;max-width:var(--content-max-wide);z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4rem);margin:0 auto;display:grid;position:relative}.hero-left.astro-bbe6dxrz{align-items:flex-start;gap:var(--space-md);text-align:left;flex-direction:column;display:flex}.hero-right.astro-bbe6dxrz{justify-content:center;width:100%;display:flex}.hero-eyebrow.astro-bbe6dxrz{transition-delay:60ms}.hero-title.astro-bbe6dxrz{transition-delay:.14s}.hero-typed.astro-bbe6dxrz{transition-delay:.22s}.hero-avatar-row.astro-bbe6dxrz{transition-delay:.3s}.hero-cta.astro-bbe6dxrz{transition-delay:.38s}.hero-right.astro-bbe6dxrz{transition-delay:.2s}.hero-spotlight.astro-bbe6dxrz{z-index:1;pointer-events:none;background:radial-gradient(280px circle at var(--spot-x,50%) var(--spot-y,35%),color-mix(in srgb,var(--accent) 16%,transparent),transparent 62%);opacity:0;transition:opacity .45s;position:absolute;inset:0}#hero.astro-bbe6dxrz:hover .hero-spotlight.astro-bbe6dxrz{opacity:1}.hero-eyebrow.astro-bbe6dxrz{font-family:var(--font-mono);letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.78rem;font-weight:500}.hero-title.astro-bbe6dxrz{font-family:var(--font-display);letter-spacing:-.035em;color:var(--text-primary);margin:0;font-size:clamp(3.6rem,11vw,7.5rem);font-weight:700;line-height:.98}.hero-typed.astro-bbe6dxrz{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-secondary);min-height:1.4em;margin:0;font-size:clamp(.85rem,2.4vw,1.05rem)}.hero-typed.astro-bbe6dxrz .caret.astro-bbe6dxrz{background:var(--accent);vertical-align:-2px;width:2px;height:1em;margin-left:2px;animation:1.1s step-end infinite caret-blink;display:inline-block}@keyframes caret-blink{0%,to{opacity:1}50%{opacity:0}}.hero-avatar-row.astro-bbe6dxrz{align-items:center;gap:var(--space-lg);margin-top:var(--space-sm);flex-wrap:wrap;display:flex}.avatar-wrapper.astro-bbe6dxrz{justify-content:center;align-items:center;display:flex;position:relative}.avatar.astro-bbe6dxrz{border:1px solid var(--border-strong);background:var(--bg-subtle);width:116px;height:116px;transition:transform var(--transition-smooth),box-shadow var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #14141e1a}.avatar.astro-bbe6dxrz img.astro-bbe6dxrz{object-fit:cover;z-index:2;border-radius:50%;width:100%;height:100%;position:relative}.avatar.astro-bbe6dxrz:hover{transform:scale(1.04);box-shadow:0 10px 32px #14141e29}.avatar-status.astro-bbe6dxrz{border:2.5px solid var(--bg-elevated);z-index:3;background:#2bbd6e;border-radius:50%;width:13px;height:13px;position:absolute;bottom:6px;right:6px}.hero-signature.astro-bbe6dxrz{font-family:var(--font-display);color:var(--text-secondary);font-size:clamp(1.6rem,5vw,2.4rem);font-style:italic;line-height:1}.hero-signature.astro-bbe6dxrz svg.astro-bbe6dxrz{fill:url(#sigGrad);width:auto;height:1em}@keyframes sigStopA{0%,to{stop-color:#a78bfa}50%{stop-color:#7dd3fc}}@keyframes sigStopB{0%,to{stop-color:#7dd3fc}50%{stop-color:#5eead4}}@keyframes sigStopC{0%,to{stop-color:#5eead4}50%{stop-color:#a78bfa}}.hero-signature.astro-bbe6dxrz svg.astro-bbe6dxrz #sigGrad.astro-bbe6dxrz stop.astro-bbe6dxrz:first-child{animation:8s ease-in-out infinite sigStopA}.hero-signature.astro-bbe6dxrz svg.astro-bbe6dxrz #sigGrad.astro-bbe6dxrz stop.astro-bbe6dxrz:nth-child(2){animation:8s ease-in-out infinite sigStopB}.hero-signature.astro-bbe6dxrz svg.astro-bbe6dxrz #sigGrad.astro-bbe6dxrz stop.astro-bbe6dxrz:nth-child(3){animation:8s ease-in-out infinite sigStopC}.hero-signature.astro-bbe6dxrz{display:inline-block;position:relative}.hero-signature.astro-bbe6dxrz .signature-inner.astro-bbe6dxrz{clip-path:inset(0 100% 0 0)}.hero-signature.astro-bbe6dxrz.signing .signature-inner.astro-bbe6dxrz{animation:1.8s cubic-bezier(.65,0,.35,1) forwards sig-draw}.hero-signature.astro-bbe6dxrz .signature-pen.astro-bbe6dxrz{background:var(--accent);width:7px;height:7px;box-shadow:0 0 10px 2px var(--accent-soft);opacity:0;pointer-events:none;z-index:2;border-radius:50%;margin:-3.5px 0 0 -3.5px;position:absolute;top:52%;left:0}.hero-signature.astro-bbe6dxrz.signing .signature-pen.astro-bbe6dxrz{animation:1.8s cubic-bezier(.65,0,.35,1) forwards sig-pen}@keyframes sig-draw{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes sig-pen{0%{opacity:0;left:0%}10%{opacity:1}88%{opacity:1}to{opacity:0;left:100%}}@media (prefers-reduced-motion:reduce){.hero-signature.astro-bbe6dxrz .signature-inner.astro-bbe6dxrz{clip-path:none;animation:none}.hero-signature.astro-bbe6dxrz .signature-pen.astro-bbe6dxrz{display:none}.hero-signature.astro-bbe6dxrz svg.astro-bbe6dxrz #sigGrad.astro-bbe6dxrz stop.astro-bbe6dxrz{animation:none}}.hero-cta.astro-bbe6dxrz{margin-top:var(--space-xs);background:var(--accent);color:#fff;font-family:var(--font-sans);box-shadow:0 8px 24px var(--accent-soft);will-change:transform;border-radius:999px;align-items:center;gap:.5rem;padding:.72rem 1.35rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.hero-cta.astro-bbe6dxrz:hover{background:var(--accent-blue);box-shadow:0 12px 30px #2f5bd047}.hero-cta.astro-bbe6dxrz span.astro-bbe6dxrz{transition:transform .25s}.hero-cta.astro-bbe6dxrz:hover span.astro-bbe6dxrz{transform:translateY(2px)}.hero-bio.astro-bbe6dxrz.code-editor{text-align:left;border:1px solid var(--border);background:var(--glass-bg);border-radius:14px;gap:0;width:100%;max-width:460px;margin-top:0;padding:0;overflow:hidden;box-shadow:0 1px 2px #14141e0a,0 18px 44px #14141e14}.editor-titlebar.astro-bbe6dxrz{border-bottom:1px solid var(--border);z-index:2;align-items:center;gap:.5rem;padding:.55rem .9rem;display:flex;position:relative}.editor-dots.astro-bbe6dxrz{flex-shrink:0;gap:.4rem;display:flex}.editor-dots.astro-bbe6dxrz .dot.astro-bbe6dxrz{opacity:.65;border-radius:50%;width:10px;height:10px}.editor-dots.astro-bbe6dxrz .dot-red.astro-bbe6dxrz{background:#e0584f}.editor-dots.astro-bbe6dxrz .dot-yellow.astro-bbe6dxrz{background:#e0a23a}.editor-dots.astro-bbe6dxrz .dot-green.astro-bbe6dxrz{background:#46b35e}.editor-filename.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--text-muted);text-align:center;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.72rem;overflow:hidden}.editor-lang.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--accent);border:1px solid var(--accent-soft);background:var(--accent-soft);letter-spacing:.05em;border-radius:4px;flex-shrink:0;padding:.1rem .35rem;font-size:.6rem;font-weight:600}.editor-body.astro-bbe6dxrz{font-family:var(--font-mono);z-index:1;cursor:pointer;counter-reset:codeLine;padding:.7rem 0;font-size:.82rem;line-height:1.65;position:relative;overflow-x:auto}.editor-body.astro-bbe6dxrz[data-state=error]{background:#e0584f08}.code-content.astro-bbe6dxrz{margin:0;padding:0 .9rem}.code-line.astro-bbe6dxrz{counter-increment:codeLine;white-space:pre;opacity:1;padding-left:2.2rem;display:block;position:relative;transform:none}.code-line.astro-bbe6dxrz:before{content:counter(codeLine,decimal-leading-zero);text-align:right;width:1.6rem;color:var(--text-muted);user-select:none;font-size:.72rem;position:absolute;left:0}.code-line.astro-bbe6dxrz.indent{padding-left:3rem}.tok-comment.astro-bbe6dxrz{color:var(--text-muted);font-style:italic}.tok-kw.astro-bbe6dxrz{color:var(--accent-purple);font-weight:500}.tok-str.astro-bbe6dxrz{color:var(--accent-cyan)}.tok-var.astro-bbe6dxrz{color:var(--accent-blue)}.tok-fn.astro-bbe6dxrz{color:#8a6fd0}.tok-punct.astro-bbe6dxrz{color:var(--text-secondary)}.tok-err.astro-bbe6dxrz{color:#d6584f;font-weight:500}.tok-ok.astro-bbe6dxrz{color:#3aa76a;font-weight:500}.code-line.astro-bbe6dxrz.error-line{background:#d6584f0d;box-shadow:inset 2px 0 #d6584f73}.code-line.astro-bbe6dxrz.error-line.shake{animation:.45s errorShake}@keyframes errorShake{0%,to{transform:translate(0)}20%{transform:translate(-3px)}40%{transform:translate(3px)}60%{transform:translate(-2px)}80%{transform:translate(1px)}}.editor-hint.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--accent);opacity:0;pointer-events:none;z-index:3;font-size:.6rem;transition:opacity .4s,transform .4s;position:absolute;bottom:.25rem;right:.6rem;transform:translateY(4px)}.editor-hint.astro-bbe6dxrz.visible{opacity:.6;transform:translateY(0)}.typing-cursor.astro-bbe6dxrz{color:var(--accent);margin-left:2px;animation:1s step-end infinite caret-blink;display:inline-block}.editor-statusbar.astro-bbe6dxrz{border-top:1px solid var(--border);font-family:var(--font-mono);z-index:2;justify-content:space-between;align-items:center;padding:.4rem .9rem;font-size:.68rem;display:flex;position:relative}.editor-status.astro-bbe6dxrz{color:var(--text-muted);letter-spacing:.03em;align-items:center;gap:.35rem;display:inline-flex}.status-dot.astro-bbe6dxrz{background:#46b35e;border-radius:50%;width:7px;height:7px}.editor-status.astro-bbe6dxrz.is-error .status-dot.astro-bbe6dxrz{background:#e0584f}.editor-status.astro-bbe6dxrz.is-error .status-text.astro-bbe6dxrz{color:#d6584f}.editor-status.astro-bbe6dxrz.is-fixed .status-dot.astro-bbe6dxrz,.editor-status.astro-bbe6dxrz.is-running .status-dot.astro-bbe6dxrz{background:#46b35e}.editor-status.astro-bbe6dxrz.is-fixed .status-text.astro-bbe6dxrz,.editor-status.astro-bbe6dxrz.is-running .status-text.astro-bbe6dxrz{color:#3aa76a}.editor-actions.astro-bbe6dxrz{gap:.2rem;display:flex}.action-btn.astro-bbe6dxrz{width:26px;height:26px;color:var(--text-muted);will-change:transform;border-radius:5px;justify-content:center;align-items:center;transition:color .25s,background .25s,transform .25s;display:inline-flex}.action-btn.astro-bbe6dxrz svg.astro-bbe6dxrz{flex-shrink:0;width:14px;height:14px}.action-btn.astro-bbe6dxrz:hover{color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.hero-terminal.astro-bbe6dxrz{z-index:1;opacity:.5;cursor:text;align-items:center;gap:.35rem;margin-top:.3rem;padding:.2rem .9rem .5rem;transition:opacity .35s;display:inline-flex;position:relative}.hero-terminal.astro-bbe6dxrz:hover,.hero-terminal.astro-bbe6dxrz:focus-within{opacity:1}.terminal-prompt.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--accent);user-select:none;font-size:.82rem;font-weight:600;line-height:1}.terminal-input.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--text-secondary);border:none;border-bottom:1px solid var(--border);letter-spacing:.06em;width:160px;max-width:240px;caret-color:var(--accent);background:0 0;outline:none;padding:.15rem .3rem;font-size:.8rem;transition:border-color .3s,color .3s,width .3s}.terminal-input.astro-bbe6dxrz::placeholder{color:var(--text-muted);font-size:.72rem}.terminal-input.astro-bbe6dxrz:focus{color:var(--text-primary);border-bottom-color:var(--accent);width:220px}.scroll-hint.astro-bbe6dxrz{z-index:5;opacity:.5;cursor:pointer;will-change:transform;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:opacity .4s;display:flex;position:absolute;bottom:1.8rem;left:50%;transform:translate(-50%)}.scroll-hint.astro-bbe6dxrz:hover{opacity:.9}.scroll-hint-label.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--text-muted);font-size:.68rem;font-style:italic}.scroll-hint-arrow.astro-bbe6dxrz{font-family:var(--font-mono);color:var(--accent);font-size:.85rem;line-height:1;animation:2.2s ease-in-out infinite arrowBounce}@keyframes arrowBounce{0%,to{opacity:.5;transform:translateY(0)}55%{opacity:1;transform:translateY(-4px)}75%{opacity:.5}}@media (width<=900px){#hero.astro-bbe6dxrz{min-height:auto;padding:4rem 0 5rem}.hero-grid.astro-bbe6dxrz{text-align:center;gap:var(--space-lg);grid-template-columns:1fr}.hero-left.astro-bbe6dxrz{text-align:center;align-items:center}.hero-cta.astro-bbe6dxrz{align-self:center}}@media (width<=560px){.hero-bio.astro-bbe6dxrz.code-editor{max-width:100%}.code-line.astro-bbe6dxrz{padding-left:0}.code-line.astro-bbe6dxrz:before{display:none}.code-line.astro-bbe6dxrz.indent{padding-left:.8rem}.editor-status.astro-bbe6dxrz{font-size:0}.editor-status.astro-bbe6dxrz .status-dot.astro-bbe6dxrz{width:6px;height:6px}.action-btn.astro-bbe6dxrz{width:24px;height:24px}.action-btn.astro-bbe6dxrz svg.astro-bbe6dxrz{width:13px;height:13px}.editor-body.astro-bbe6dxrz{font-size:.74rem}}@media (prefers-reduced-motion:reduce){.caret.astro-bbe6dxrz,.typing-cursor.astro-bbe6dxrz,.scroll-hint-arrow.astro-bbe6dxrz,.code-line.astro-bbe6dxrz.error-line.shake{animation:none}}.marquee-section.astro-tpudeaz7{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-subtle);width:100%;padding:.8rem 0;overflow:hidden}.marquee-track.astro-tpudeaz7{width:max-content;animation:30s linear infinite marquee-scroll;display:flex}.marquee-content.astro-tpudeaz7{flex-shrink:0;align-items:center;display:flex}.marquee-content.astro-tpudeaz7 span.astro-tpudeaz7{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;padding:0 .7rem;font-size:.78rem}.marquee-dot.astro-tpudeaz7{color:var(--accent)}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track.astro-tpudeaz7{animation:none}}.about-lead.astro-v2cbyr3p,.about-blocks.astro-v2cbyr3p,.about-pullquote.astro-v2cbyr3p{width:min(960px,100vw - clamp(290px,32vw,380px) - 4rem);max-width:none;margin-left:50%;transform:translate(-50%)}.about-lead.astro-v2cbyr3p{font-family:var(--font-display);color:var(--text-primary);margin:0 0 var(--space-xl);letter-spacing:.005em;text-wrap:pretty;hanging-punctuation:first allow-end;max-width:48ch;font-size:1.72rem;font-weight:600;line-height:1.45}.about-lead.astro-v2cbyr3p:first-letter{font-family:"Noto Serif SC",var(--font-display),serif;float:left;color:var(--accent);padding:.04em .12em 0 0;font-size:2.4em;font-weight:700;line-height:.78}.about-blocks.astro-v2cbyr3p{flex-direction:column;display:flex}.about-block.astro-v2cbyr3p{gap:0 var(--space-lg);padding:var(--space-lg) 0;border-top:1px solid var(--border);grid-template-columns:3rem minmax(0,1fr) 12rem;align-items:start;display:grid}.about-block.astro-v2cbyr3p:first-child{border-top:none;padding-top:0}.ab-side.astro-v2cbyr3p{padding-top:.35rem}.ab-no.astro-v2cbyr3p{font-family:var(--font-mono);color:var(--accent);letter-spacing:.05em;font-size:.82rem}.ab-kicker.astro-v2cbyr3p{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.ab-title.astro-v2cbyr3p{font-family:var(--font-display);color:var(--text-primary);font-optical-sizing:auto;letter-spacing:-.01em;text-wrap:balance;margin:.25rem 0 .3rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:600;line-height:1.1}.ab-role.astro-v2cbyr3p{color:var(--accent-cyan);letter-spacing:.01em;margin:0 0 .6rem;font-size:.85rem}.ab-desc.astro-v2cbyr3p{color:var(--text-secondary);text-wrap:pretty;hanging-punctuation:first allow-end;max-width:62ch;margin:0;font-size:.95rem;line-height:1.8}.ab-tags.astro-v2cbyr3p{flex-wrap:wrap;gap:.45rem;margin-top:.7rem;display:flex}.ab-tag.astro-v2cbyr3p{font-family:var(--font-mono);letter-spacing:.03em;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.22rem .65rem;font-size:.7rem}.ab-aside.astro-v2cbyr3p{border-left:1px solid var(--border);padding-top:.3rem;padding-left:var(--space-md)}.ab-quote.astro-v2cbyr3p{color:var(--text-muted);text-wrap:pretty;margin:0;font-size:.82rem;font-style:italic;line-height:1.6}.about-pullquote.astro-v2cbyr3p{margin-top:var(--space-2xl);padding:var(--space-xl) 0 0;border-top:1px solid var(--border);text-align:center}.about-pullquote.astro-v2cbyr3p .pq-mark.astro-v2cbyr3p{font-family:var(--font-display);color:var(--accent);margin-bottom:.3rem;font-size:2.4rem;line-height:1;display:block}.about-pullquote.astro-v2cbyr3p p.astro-v2cbyr3p{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.01em;text-wrap:balance;margin:0;font-size:clamp(1.6rem,4vw,2.6rem);font-weight:500;line-height:1.3}.about-pullquote.astro-v2cbyr3p cite.astro-v2cbyr3p{font-style:normal;font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);margin-top:.8rem;font-size:.75rem;display:block}@media (width<=760px){.about-block.astro-v2cbyr3p{grid-template-columns:1fr;gap:0}.ab-side.astro-v2cbyr3p{margin-bottom:.4rem}.ab-aside.astro-v2cbyr3p{border-left:none;border-top:1px solid var(--border);padding-left:0;padding-top:var(--space-sm);margin-top:var(--space-sm)}}.proj-rail.astro-amng4zvp{max-width:var(--content-max-wide);margin:0 auto}.h-rail.astro-amng4zvp{padding-block:.5rem}.proj-item.astro-amng4zvp{justify-content:space-between;align-items:center;gap:var(--space-md);width:clamp(258px,72vw,300px);padding:var(--space-md) var(--space-lg);transition:border-color var(--transition-smooth),transform var(--transition-smooth),box-shadow var(--transition-smooth);flex:none;display:flex}.proj-item.astro-amng4zvp:hover{transform:translateY(-4px)}.proj-main.astro-amng4zvp{min-width:0}.proj-head.astro-amng4zvp{flex-wrap:wrap;align-items:baseline;gap:.6rem;display:flex}.proj-name.astro-amng4zvp{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:500}.proj-lang.astro-amng4zvp{font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent-cyan);background:var(--accent-soft);border:1px solid var(--border);border-radius:999px;padding:.18rem .5rem;font-size:.66rem}.proj-desc.astro-amng4zvp{color:var(--text-secondary);margin:.4rem 0 0;font-size:.85rem;line-height:1.6}.proj-meta.astro-amng4zvp{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}.proj-stars.astro-amng4zvp{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.proj-link.astro-amng4zvp{color:var(--accent);white-space:nowrap;font-size:.82rem;text-decoration:none;transition:opacity .2s}.proj-link.astro-amng4zvp:hover{opacity:.7}@media (width<=560px){.proj-item.astro-amng4zvp{flex-direction:column;align-items:flex-start;width:80vw}.proj-meta.astro-amng4zvp{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}.skill-groups.astro-ab4ihpzs{gap:var(--space-lg);flex-direction:column;display:flex}.skill-group.astro-ab4ihpzs{align-items:baseline;gap:var(--space-md);display:flex}.skill-group-label.astro-ab4ihpzs{width:5.5rem;font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-muted);flex-shrink:0;padding-top:.35rem;font-size:.74rem}.skill-tags.astro-ab4ihpzs{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag.astro-ab4ihpzs{color:var(--text-secondary);background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;padding:.32rem .75rem;font-size:.84rem;transition:color .2s,border-color .2s,transform .2s}.skill-tag.astro-ab4ihpzs:hover{color:var(--accent);border-color:var(--accent-soft);transform:translateY(-1px)}@media (width<=560px){.skill-group.astro-ab4ihpzs{flex-direction:column;gap:.5rem}.skill-group-label.astro-ab4ihpzs{width:auto;padding-top:0}}.data-note.astro-bhxv2qxz{color:var(--text-muted);font-size:.62rem;font-family:var(--font-mono);letter-spacing:.04em;opacity:.7}.stats-counters.astro-bhxv2qxz{gap:var(--space-md);margin-bottom:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.stat-counter-card.astro-bhxv2qxz{padding:var(--space-md);background:var(--glass-bg);border:1px solid var(--border);transition:border-color var(--transition-smooth),transform var(--transition-smooth);border-radius:12px;flex-direction:column;gap:.3rem;display:flex}.stat-counter-card.astro-bhxv2qxz:hover{border-color:var(--border-strong);transform:translateY(-2px)}.counter-icon.astro-bhxv2qxz{width:20px;height:20px;color:var(--accent);opacity:.8}.counter-icon.astro-bhxv2qxz svg{width:20px;height:20px}.counter-number.astro-bhxv2qxz{font-family:var(--font-display);color:var(--text-primary);font-size:1.8rem;font-weight:500;line-height:1}.counter-label.astro-bhxv2qxz{color:var(--text-muted);letter-spacing:.04em;font-size:.72rem}.stats-motto.astro-bhxv2qxz{text-align:center;font-family:var(--font-mono);color:var(--text-muted);margin:var(--space-md) 0 var(--space-lg);opacity:.8;font-size:.78rem}.stats-charts.astro-bhxv2qxz{gap:var(--space-md);margin-bottom:var(--space-md);grid-template-columns:1fr;display:grid}.stat-card.astro-bhxv2qxz{padding:var(--space-lg);background:var(--glass-bg);border:1px solid var(--border);border-radius:14px;position:relative;overflow:hidden}.stat-card-accent.astro-bhxv2qxz{top:0;left:var(--space-lg);border-radius:0 0 3px 3px;width:28px;height:3px;position:absolute}.accent-lang.astro-bhxv2qxz{background:var(--accent-blue)}.accent-commit.astro-bhxv2qxz{background:var(--accent-cyan)}.stat-label.astro-bhxv2qxz{color:var(--text-secondary);margin:0 0 var(--space-sm);font-size:.8rem;font-family:var(--font-mono);letter-spacing:.04em;align-items:center;gap:.4rem;display:flex}.stat-label-icon.astro-bhxv2qxz{opacity:.7;width:14px;height:14px}.chart-donut.astro-bhxv2qxz{justify-content:center;padding:.4rem 0;display:flex}.chart-donut.astro-bhxv2qxz svg{max-width:200px}.lang-legend.astro-bhxv2qxz{color:var(--text-secondary);font-size:.7rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:center;gap:.4rem .9rem;display:flex}.lang-legend-item.astro-bhxv2qxz{align-items:center;gap:.35rem;display:inline-flex}.lang-legend-item.astro-bhxv2qxz i.astro-bhxv2qxz{border-radius:2px;width:9px;height:9px;display:inline-block}.chart-bars.astro-bhxv2qxz{width:100%;padding:.4rem 0}.gh-tiles.astro-bhxv2qxz{gap:var(--space-md);grid-template-columns:repeat(4,1fr);padding:.5rem .2rem .2rem;display:grid}.gh-tile.astro-bhxv2qxz{padding:var(--space-md);background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;display:flex}.gh-tile-v.astro-bhxv2qxz{font-size:1.3rem;font-weight:500;font-family:var(--font-display);color:var(--text-primary)}.gh-tile-l.astro-bhxv2qxz{color:var(--text-muted);letter-spacing:.04em;font-size:.66rem}@media (width<=560px){.gh-tiles.astro-bhxv2qxz{grid-template-columns:repeat(2,1fr)}}.timeline.astro-xykjftzi{margin:0;padding:0;list-style:none;position:relative}.timeline.astro-xykjftzi:before{content:"";background:linear-gradient(var(--border),var(--border-strong));width:2px;position:absolute;top:6px;bottom:6px;left:7px}.tl-item.astro-xykjftzi{padding:0 0 var(--space-lg) 2.2rem;position:relative}.tl-item.astro-xykjftzi:last-child{padding-bottom:0}.tl-dot.astro-xykjftzi{background:var(--bg-deep);border:2px solid var(--accent-blue);box-sizing:border-box;border-radius:50%;width:16px;height:16px;position:absolute;top:4px;left:0}.tl-year.astro-xykjftzi{font-family:var(--font-mono);color:var(--accent);font-size:1.3rem;font-weight:500}.tl-title.astro-xykjftzi{color:var(--text-primary);margin:.2rem 0 .3rem;font-size:1rem;font-weight:500}.tl-desc.astro-xykjftzi{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.6}.tl-tag.astro-xykjftzi{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-cyan);background:var(--accent-soft);border:1px solid var(--border);border-radius:999px;margin-top:.5rem;padding:.2rem .55rem;font-size:.62rem;display:inline-block}.contact-list.astro-xmivup5a{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.contact-item.astro-xmivup5a{padding:var(--space-md);color:inherit;transition:border-color var(--transition-smooth),transform var(--transition-smooth),box-shadow var(--transition-smooth);flex-direction:column;gap:.3rem;text-decoration:none;display:flex}.contact-item.astro-xmivup5a:hover{border-color:var(--border-strong);transform:translateY(-2px);box-shadow:0 2px 4px #14141e0d,0 14px 34px #14141e14}.contact-icon.astro-xmivup5a{width:22px;height:22px;color:var(--accent);opacity:.85}.contact-icon.astro-xmivup5a svg{width:22px;height:22px}.contact-name.astro-xmivup5a{color:var(--text-primary);font-size:.92rem;font-weight:500}.contact-detail.astro-xmivup5a{font-family:var(--font-mono);color:var(--text-muted);font-size:.74rem}.contact-copy-hint.astro-xmivup5a{color:var(--accent-cyan);font-size:.66rem}.copy-toast.astro-xmivup5a{background:var(--text-primary);color:var(--bg-deep);opacity:0;pointer-events:none;z-index:2000;border-radius:10px;padding:.6rem 1.2rem;font-size:.8rem;transition:opacity .25s,transform .25s;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)translateY(1rem)}.copy-toast.astro-xmivup5a.show{opacity:1;transform:translate(-50%)translateY(0)}@media (width<=560px){.contact-list.astro-xmivup5a{grid-template-columns:1fr}}.egg-overlay.astro-getdt7dp{z-index:2000;backdrop-filter:blur(8px);opacity:0;visibility:hidden;background:#0a0a14b8;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.egg-overlay.astro-getdt7dp.open{opacity:1;visibility:visible}.egg-card.astro-getdt7dp{backdrop-filter:blur(24px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;width:100%;max-width:480px;max-height:86vh;padding:2.6rem 2rem 2rem;transition:transform .35s cubic-bezier(.2,.8,.2,1);position:relative;overflow-y:auto;transform:translateY(20px)scale(.96);box-shadow:0 20px 60px #00000080}.egg-overlay.astro-getdt7dp.open .egg-card.astro-getdt7dp{transform:translateY(0)scale(1)}.egg-close.astro-getdt7dp{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;transition:color .2s;position:absolute;top:1rem;right:1.2rem}.egg-close.astro-getdt7dp:hover{color:var(--text-primary)}.ee-diamond.astro-getdt7dp{color:var(--accent-cyan);text-align:center;margin-bottom:.5rem;font-size:1.5rem}.ee-title.astro-getdt7dp{font-family:var(--font-sans);background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple),var(--accent-cyan));color:#0000;text-align:center;background-clip:text;margin-bottom:1.2rem;font-size:1.4rem;font-weight:700}.ee-text.astro-getdt7dp{color:var(--text-secondary);text-align:left;font-size:.92rem;line-height:1.9}.ee-divider.astro-getdt7dp{background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;margin:1.4rem 0}.ee-signature.astro-getdt7dp{color:var(--text-primary);text-align:right;font-style:italic}
