/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--font-sans:"Noto Sans", system-ui, -apple-system, sans-serif;--color-bg:#f8fafc;--color-surface:#fff;--color-surface-muted:#f1f5f9;--color-text:#0f172a;--color-text-muted:#475569;--color-border:#e2e8f0;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-header:#0f172a;--color-header-text:#f8fafc;--color-shadow:#0f172a14;--radius-sm:.5rem;--radius-md:.875rem;--radius-lg:1.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--content-max:72rem;--sidebar-width:20rem}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--color-bg:#0b1120;--color-surface:#111827;--color-surface-muted:#1f2937;--color-text:#e5e7eb;--color-text-muted:#94a3b8;--color-border:#334155;--color-accent:#3b82f6;--color-accent-hover:#60a5fa;--color-header:#020617;--color-header-text:#f8fafc;--color-shadow:#00000059}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);margin:0;font-size:1rem;line-height:1.6}a{color:var(--color-accent);text-underline-offset:.15em;text-decoration-thickness:1px}a:hover{color:var(--color-accent-hover)}img{max-width:100%;display:block}.skip-link{z-index:1000;padding:var(--space-3) var(--space-4);background:var(--color-accent);color:#fff;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{left:var(--space-4);top:var(--space-4)}.site-header{background:var(--color-header);color:var(--color-header-text);border-bottom:1px solid #ffffff14}.site-header__inner{max-width:var(--content-max);padding:var(--space-4) var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;margin:0 auto;display:flex}.site-brand{color:inherit;font-size:1.05rem;font-weight:700;text-decoration:none}.site-nav{gap:var(--space-4);flex-wrap:wrap;display:flex}.site-nav a{color:#cbd5e1;font-size:.95rem;text-decoration:none}.site-nav a:hover{color:#fff}.layout{max-width:var(--content-max);padding:var(--space-6) var(--space-5) var(--space-8);margin:0 auto}.intro{margin-bottom:var(--space-6)}.intro__eyebrow{margin:0 0 var(--space-2);color:var(--color-text-muted);letter-spacing:.02em;font-size:.95rem}.intro__title{margin:0 0 var(--space-3);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.intro__lead{max-width:42rem;color:var(--color-text-muted);margin:0;font-size:1.05rem}.layout__grid{grid-template-columns:minmax(0, var(--sidebar-width)) minmax(0, 1fr);gap:var(--space-6);align-items:start;display:grid}.profile-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 12px 32px var(--color-shadow);overflow:hidden}.profile-avatar{aspect-ratio:1;object-fit:cover;width:100%}.profile-body{padding:var(--space-5)}.profile-name{margin:0 0 var(--space-2);font-size:1.35rem}.profile-meta,.profile-since,.profile-bio{margin:0 0 var(--space-3);color:var(--color-text-muted)}.profile-meta span:not(:last-child):after{content:" · "}.profile-links{gap:var(--space-3);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.profile-error{margin:0 0 var(--space-4);color:var(--color-text-muted)}.profile-card--error,.profile-card--loading{padding:var(--space-5)}.button{border-radius:var(--radius-sm);font:inherit;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.button--primary{background:var(--color-accent);color:#fff}.button--primary:hover{background:var(--color-accent-hover);color:#fff}.button--secondary{border-color:var(--color-border);color:var(--color-text);background:0 0}.button--secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.button--ghost{border-color:var(--color-border);color:var(--color-text);background:0 0;padding:.45rem .75rem;font-size:.875rem}.button--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.section-header h2{margin:0 0 var(--space-2);font-size:1.5rem}.section-lead{margin:0 0 var(--space-4);color:var(--color-text-muted);max-width:40rem}.status-banner{margin:0 0 var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--color-surface-muted);color:var(--color-text-muted);font-size:.925rem}.status-banner--error{border:1px solid #f59e0b}.project-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));margin:0;padding:0;list-style:none;display:grid}.project-card{height:100%;padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 8px 24px var(--color-shadow);cursor:pointer;transition:transform .15s,border-color .15s,box-shadow .15s}.project-card:hover,.project-card:focus-visible{border-color:var(--color-accent);outline:none;transform:translateY(-2px)}.project-card__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.project-card__title{word-break:break-word;margin:0;font-size:1.05rem}.project-card__highlight{margin:0 0 var(--space-4);color:var(--color-text-muted);font-size:.95rem}.project-card__actions{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.project-card__link{color:var(--color-accent);font-size:.875rem;font-weight:600}.lang-badge{background:var(--color-surface-muted);color:var(--color-text-muted);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.lang-badge--typescript,.lang-badge--javascript{color:#1e40af;background:#dbeafe}.lang-badge--ruby{color:#991b1b;background:#fee2e2}.lang-badge--vue{color:#166534;background:#dcfce7}@media (prefers-color-scheme:dark){.lang-badge--typescript,.lang-badge--javascript{color:#bfdbfe;background:#1e3a8a}.lang-badge--ruby{color:#fecaca;background:#7f1d1d}.lang-badge--vue{color:#bbf7d0;background:#14532d}}.skeleton{background:linear-gradient(90deg, var(--color-surface-muted) 25%, var(--color-border) 37%, var(--color-surface-muted) 63%);border-radius:var(--radius-sm);background-size:400% 100%;animation:1.4s infinite shimmer}.skeleton-avatar{aspect-ratio:1;width:100%}.skeleton-line{height:.9rem;margin:var(--space-3) var(--space-5)}.skeleton-line--title{width:70%;height:1.25rem}.skeleton-line--short{width:45%}.profile-card--loading .skeleton-line:last-child{margin-bottom:var(--space-5)}.project-card--loading{cursor:default;min-height:9rem}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.site-footer{border-top:1px solid var(--color-border);padding:var(--space-5);text-align:center;color:var(--color-text-muted);font-size:.925rem}.site-footer p{margin:0}@media (width<=900px){.layout__grid{grid-template-columns:1fr}.profile-card{max-width:24rem}}@media (width<=640px){.layout,.site-header__inner{padding-inline:var(--space-4)}.project-grid{grid-template-columns:1fr}.profile-card{max-width:none}}
