:root{color-scheme:dark;--accent: #7dd3fc;--accent-strong: #22d3ee;--background: #0f172a;--surface: #172033;--surface-soft: #1e293b;--text: #e2e8f0;--muted: #a9b5c7;--border: #334155;--radius: 10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;background:var(--background)}body{min-height:100vh;margin:0;display:flex;flex-direction:column;background:var(--background);color:var(--text);line-height:1.6}a{color:var(--accent)}a:hover{color:var(--accent-strong)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.25}.site-content{flex:1}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-bottom:1px solid var(--border);background:#172033f5;backdrop-filter:blur(10px)}.site-brand{flex:0 0 auto;display:inline-flex;flex-direction:column;color:var(--text);font-weight:600;line-height:1.1;text-decoration:none}.site-brand__main{font-size:.95rem}.site-brand__sub{font-size:.72rem;opacity:.8;letter-spacing:.06em;text-transform:uppercase}.site-nav{flex:1 1 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem}.nav-link{padding:.35rem .55rem;border-radius:6px;color:var(--text);font-weight:500;text-decoration:none}.nav-link:hover,.nav-link--active{background:var(--surface-soft);color:var(--accent)}.site-login{flex:0 0 auto}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem 1rem;flex-wrap:wrap;border-top:1px solid var(--border);padding:.75rem 1.5rem;font-size:.85rem}.site-footer__links{display:inline-flex;gap:1rem;flex-wrap:wrap}.site-footer__copyright{margin-left:auto}.page{width:100%;max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem}.page--wide{max-width:1080px}.hero{margin-bottom:3rem;text-align:center}.hero h1,.page-header h1{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.75rem}.hero__subtitle,.page-header__subtitle{max-width:48rem;margin-right:auto;margin-bottom:1.25rem;margin-left:auto;color:var(--muted)}.hero__note,.note,.tag,.status{color:var(--muted);font-size:.9rem}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.hero .actions{justify-content:center}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.4rem .9rem;border:1px solid transparent;border-radius:7px;background:var(--accent);color:#082f49;font-weight:600;text-decoration:none}.button:hover{background:var(--accent-strong);color:#082f49}.button--outline{border-color:var(--accent);background:transparent;color:var(--accent)}.button--outline:hover{background:var(--surface-soft);color:var(--accent-strong)}.section{margin-bottom:2.5rem}.section h2{font-size:1.4rem;margin-bottom:.75rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{padding:1rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.card h3{margin-bottom:.5rem}.card ul,.ideas-list{padding-left:1.2rem}.profile-summary p{margin-bottom:.75rem}.experience{padding-left:1rem;border-left:3px solid var(--accent)}.home-about{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.5rem;align-items:center;margin-bottom:3rem}.avatar{display:block;width:160px;height:160px;margin:auto;border:2px solid var(--border);border-radius:50%;object-fit:cover}.title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.title-row .status{padding:.2rem .75rem;border:1px solid var(--border);border-radius:999px;font-weight:600}.info-banner{margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.info-banner p{margin-bottom:0;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.1rem}.gallery figure{margin:0;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.gallery a{display:block}.gallery img{display:block;width:100%;aspect-ratio:4 / 3;border-radius:7px;background:#080d16;object-fit:contain}.gallery figcaption{margin-top:.75rem;color:var(--text);font-size:.92rem}@media(max-width:900px){.site-header{flex-wrap:wrap;padding:.75rem 1rem}.site-login{margin-left:auto}.site-nav{order:3;flex:1 0 100%;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}}@media(max-width:700px){.site-footer{align-items:flex-start;flex-direction:column;padding:.75rem 1rem}.site-footer__copyright{margin-left:0}.home-about,.gallery{grid-template-columns:1fr}.avatar{margin-left:0}}
