.nav{background:var(--nav-bg);box-shadow:0 4px 8px #02061740;color:var(--nav-text);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-inner{align-items:center;display:flex;height:72px;justify-content:space-between}.brand{color:var(--nav-text);font-size:20px;font-weight:800;text-decoration:none}.nav-right{align-items:center;display:flex;gap:20px}.nav-right a{border-radius:6px;color:#ffffffe6;font-weight:600;padding:8px 6px;text-decoration:none}.nav-right a.active,.nav-right a:hover{background:#ffffff14;color:#fff}@media (max-width:780px){.nav-right{font-size:14px;gap:10px}}.site-footer{background:var(--nav-bg);color:var(--nav-text);margin-top:40px;padding:40px 0 20px}.footer-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.footer-title{font-size:22px;margin-bottom:10px}.footer-subtitle{font-size:16px;margin-bottom:10px}.footer-text{color:#fffc;line-height:1.5}.footer-link,.footer-social{align-items:center;color:#ffffffd9;display:flex;gap:8px;margin-bottom:8px;text-decoration:none}.footer-link:hover,.footer-social:hover{color:#fff}.footer-contact{align-items:center;color:#ffffffd9;display:flex;gap:8px;margin-bottom:6px}.footer-bottom{border-top:1px solid #ffffff1f;color:#ffffffb3;font-size:14px;margin-top:24px;padding-top:16px;text-align:center}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-contact,.footer-social{justify-content:center}}.footer-section:nth-child(2){text-align:center}.footer-section:nth-child(2) .footer-link{justify-content:center}.home{padding:96px 0 48px}.home-grid{align-items:center;display:flex;gap:40px;justify-content:space-between}.home-left{max-width:640px}.home-title{font-size:42px;margin-bottom:10px}.home-name{color:var(--accent);font-weight:800}.profile-wrap{border-radius:16px;box-shadow:var(--card-shadow);height:320px;overflow:hidden;width:320px}.profile-img{height:100%;object-fit:cover;width:100%}@media (max-width:880px){.home-grid{flex-direction:column-reverse;text-align:center}.profile-wrap{height:220px;margin-bottom:18px;width:220px}}.about{padding:72px 0}.about-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:16px}.about-card{background:#fff;border-radius:12px;box-shadow:var(--card-shadow);padding:20px}.projects{padding:40px 0}.projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:18px}.project-card{background:#fff;border-radius:12px;box-shadow:var(--card-shadow);overflow:hidden;transition:transform .2s ease}.project-card:hover{transform:translateY(-4px)}.project-media img{height:180px}.project-body{padding:14px}@media (max-width:1000px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.project-media img{height:150px;object-fit:cover;width:100%}.contact-section{padding:72px 0}.contact-inner{background:#fff;border-radius:12px;box-shadow:var(--card-shadow);margin:auto;max-width:720px;padding:24px}.contact-form{display:flex;flex-direction:column;gap:12px;margin-top:12px}.input,.textarea{border:1px solid #0c12280f;border-radius:8px;padding:12px}.textarea{min-height:140px;resize:vertical}:root{--nav-bg:#0b0b0d;--nav-text:#fff;--page-bg:#fff;--muted:#6b7280;--text:#0b1220;--accent:#2563eb;--card-shadow:0 10px 30px #0c12280f;--radius:12px}*{box-sizing:border-box}#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--page-bg);color:#0b1220;color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}.container{margin:0 auto;width:min(1100px,92%)}.site-main{min-height:calc(100vh - 160px);padding-top:72px}.muted{color:#6b7280;color:var(--muted)}a{color:inherit}.btn,a{text-decoration:none}.btn{border-radius:10px;display:inline-block;font-weight:700;padding:10px 16px}.btn-primary{background:#2563eb;background:var(--accent);color:#fff}.btn-outline{background:#0000;border:1px solid #0c12280f;color:#0b1220;color:var(--text)}@media (max-width:880px){.container{width:94%}}
/*# sourceMappingURL=main.2abf2cd3.css.map*/