:root{--color-bg:#05204a;--color-surface:#0b2b5a;--color-surface-soft:#173866;--color-text:#fbfff1;--color-text-muted:#b4c5e4;--color-accent:#ffb300;--color-border:#31527d;--content-width:72rem;--radius:.75rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}html{background:var(--color-bg)}body{color:var(--color-text);background:var(--color-bg);margin:0}body,button,input,textarea{font:inherit}a{color:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}img{max-width:100%;height:auto}header,main,footer{width:min(100% - 2rem, var(--content-width));margin-inline:auto}header{padding-block:1.25rem}main{padding-block:4rem}footer{color:var(--color-text-muted);padding-block:2rem}nav{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}nav ul{gap:1rem;margin:0;padding:0;list-style:none;display:flex}nav a{text-decoration:none}nav a:hover,nav a:focus-visible{color:var(--color-accent)}section+section{margin-top:5rem}h1,h2,h3{line-height:1.15}h1{margin-block:.5rem 1rem;font-size:clamp(2.5rem,6vw,4.5rem)}h2{margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.5rem)}p{max-width:70ch;color:var(--color-text-muted)}footer nav ul{flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none;display:flex}footer a{text-decoration:none}footer a:hover,footer a:focus-visible{color:var(--color-accent)}.site-header{padding:1.25rem 2rem}.site-header-inner{max-width:var(--content-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}.site-header nav{align-items:center;gap:1.5rem;display:flex}.site-brand{color:var(--color-text);white-space:nowrap;font-weight:600;text-decoration:none}.site-brand:hover,.site-brand:focus-visible,.nav-link:hover,.nav-link:focus-visible,.nav-link.active{color:var(--color-accent)}.nav-link{color:var(--color-text);text-decoration:none}.nav-link:hover,.nav-link:focus-visible,.nav-link.active{color:var(--color-accent)}.hero{padding-block:3rem 2rem}.hero-summary{max-width:48rem;font-size:1.125rem}.hero-label{color:var(--color-accent);margin-bottom:0;font-weight:600}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid var(--color-border);border-radius:var(--radius);padding:.7rem 1rem;text-decoration:none;display:inline-block}.button-primary{color:#111827;background:var(--color-accent);border-color:var(--color-accent)}.button-secondary{background:0 0}.skip-link{z-index:100;color:var(--color-bg);background:var(--color-accent);padding:.75rem 1rem;position:absolute;top:.5rem;left:.5rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.project-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem;transition:transform .15s,border-color .15s}.project-card h3{margin-top:0}.project-card p{margin-bottom:0}.project-card:hover{border-color:var(--color-accent);transform:translateY(-2px)}.project-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.project-card-compact{padding:1.25rem}.project-card-compact .project-tech{margin-bottom:.75rem}.project-status{color:var(--color-accent);border:1px solid var(--color-border);border-radius:999px;padding:.2rem .5rem;font-size:.8rem}.project-tech{flex-wrap:wrap;gap:.5rem;margin-block:1rem;padding:0;list-style:none;display:flex}.project-tech li{color:var(--color-text-muted);background:var(--color-surface-soft);border-radius:999px;padding:.25rem .5rem;font-size:.85rem}.project-links{flex-wrap:wrap;gap:1rem;display:flex}.project-link{color:var(--color-accent);font-weight:600;text-decoration:none}.project-link:hover,.project-link:focus-visible{text-decoration:underline}.project-link-secondary{color:var(--color-text-muted);font-weight:500}.article-list{gap:1.5rem;display:grid}.article-card,.empty-state{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:1.5rem}.article-card h2{margin-top:.25rem}.article-card h2 a{color:var(--color-text);text-decoration:none}.article-card h2 a:hover{color:var(--color-accent)}.article-date{color:var(--color-text-muted);font-size:.9rem}.article{max-width:50rem}.article-content{margin-top:3rem}.article-content h2,.article-content h3{margin-top:2.5rem}.article-content p,.article-content li{line-height:1.7}.footer-content{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (width<=48rem){main{padding-block:3rem}.project-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;align-items:flex-start}.site-header-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.site-header nav{flex-wrap:wrap;gap:.75rem 1rem;display:flex}.hero{padding-block:2rem}.hero h1{font-size:clamp(2.5rem,12vw,4rem)}.hero-actions{flex-wrap:wrap}}
