*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{display:block;max-width:100%}button{cursor:pointer;background:none;border:none;font:inherit}body{background-color:#0f172a;color:#e2e8f0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;padding-top:64px}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;transition:background .3s ease}.navbar--scrolled{background:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #1E293B}.navbar__logo{display:flex;align-items:center;gap:8px;line-height:1.2}.navbar__logo-mark{width:28px;height:20px;border:2px solid #38BDF8;position:relative;flex-shrink:0}.navbar__logo-inner{width:10px;height:10px;background:#38bdf8;position:absolute;top:2px;left:2px}.navbar__logo-name{color:#e2e8f0;font-size:15px;font-weight:700;letter-spacing:.2px}.navbar__links{display:flex;gap:32px}.navbar__links a{color:#e2e8f0;font-size:13px;transition:color .2s ease;padding-bottom:2px}.navbar__links a:hover{color:#38bdf8}.navbar__links a.active{color:#38bdf8;border-bottom:1px solid #38BDF8}@media(max-width:768px){.navbar{padding:16px 24px}.navbar__links{gap:20px}.navbar__links a{font-size:12px}}.footer{display:flex;justify-content:space-between;align-items:flex-end;padding:16px 48px;border-top:1px solid #1E293B;margin-top:auto}.footer__left{display:flex;flex-direction:column;gap:2px}.footer__name{color:#e2e8f0;font-size:12px;font-weight:700}.footer__tagline{color:#64748b;font-size:11px}.footer__right{display:flex;gap:20px}.footer__right a{color:#94a3b8;font-size:12px;transition:color .2s ease}.footer__right a:hover{color:#38bdf8}@media(max-width:768px){.footer{padding:16px 24px;flex-direction:column;align-items:flex-start;gap:12px}}.home{max-width:900px;margin:0 auto;padding:16px 48px 32px}.home__hero{padding:16px 0 20px;border-bottom:1px solid #1E293B}.home__greeting{font-size:26px;font-weight:800;color:#e2e8f0;margin-bottom:10px;line-height:1.1}.home__subheading{font-size:13px;color:#94a3b8;line-height:1.4;margin-bottom:10px}.home__tagline{font-size:12px;color:#64748b;line-height:1.4;max-width:560px}.home__accent{color:#38bdf8}.home__section-label{font-size:10px;font-weight:700;letter-spacing:3px;color:#38bdf8;margin-bottom:12px}.home__timeline{padding:20px 0;border-bottom:1px solid #1E293B}.home__timeline-summary{font-size:12px;color:#94a3b8;line-height:1.4;margin-bottom:10px}.home__timeline-entries{display:flex;flex-direction:column;gap:8px}.home__timeline-entry{display:flex;gap:24px;align-items:baseline}.home__timeline-period{color:#38bdf8;font-size:12px;width:140px;flex-shrink:0}.home__timeline-role{color:#e2e8f0;font-size:13px;line-height:1.5}.home__skills-section{padding:20px 0;border-bottom:1px solid #1E293B}.home__skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px}.home__skills-group-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#94a3b8;margin-bottom:8px}.home__skills-tags{display:flex;flex-wrap:wrap;gap:6px}.home__skills-tag{font-size:11px;color:#e2e8f0;border:1px solid #E2E8F0;border-radius:6px;padding:2px 8px;transition:transform .2s ease}.home__skills-tag:hover{transform:scale(1.02)}.home__featured{padding:20px 0 24px}.home__featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.home__project-card{display:block;border-radius:12px;min-height:140px;position:relative;overflow:hidden;cursor:pointer;transition:transform .2s ease;background-size:cover;background-position:center;background-repeat:no-repeat}.home__project-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#000000a6)}.home__project-card:hover{transform:scale(1.02)}.home__project-title{position:absolute;bottom:14px;left:14px;z-index:1;font-size:14px;font-weight:700;color:#e2e8f0;line-height:1.3}.home__featured-footer{text-align:right}.home__featured-footer a{color:#38bdf8;font-size:13px;transition:opacity .2s ease}.home__featured-footer a:hover{opacity:.7}@media(max-width:768px){.home{padding:16px 24px 32px}.home__greeting{font-size:36px}.home__featured-grid{grid-template-columns:1fr}.home__skills-grid{grid-template-columns:repeat(2,1fr)}.home__project-card{min-height:150px}.home__timeline-entry{flex-direction:column;gap:4px}}.about{max-width:900px;margin:0 auto;padding:60px 48px}.about__heading{font-size:52px;font-weight:800;color:#e2e8f0;margin-bottom:48px;line-height:1.1}.about__body{display:flex}.about__bio{flex:1;display:flex;flex-direction:column;gap:20px;font-size:13px;line-height:1.9;color:#94a3b8}.about__accent{color:#38bdf8}@media(max-width:768px){.about{padding:40px 24px}.about__heading{font-size:36px;margin-bottom:32px}}.projects{max-width:1100px;margin:0 auto;padding:32px 48px}.projects__heading-wrap{text-align:center;margin-bottom:24px}.projects__heading{font-size:22px;font-weight:800;color:#e2e8f0;letter-spacing:2px;margin-bottom:6px}.projects__subheading{font-size:10px;font-weight:700;letter-spacing:3px;color:#38bdf8}.projects__grid{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:16px}.projects__card{display:flex;flex-direction:column;height:100%;border-radius:12px;overflow:hidden;background:#1e293b;border:1px solid rgba(148,163,184,.12);transition:transform .2s ease,border-color .2s ease}.projects__card:hover{transform:translateY(-4px);border-color:#38bdf8}.projects__card-image{height:130px;background-size:cover;background-position:center;background-repeat:no-repeat}.projects__card-body{display:flex;flex-direction:column;gap:4px;padding:12px 14px}.projects__card-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.projects__card-title{flex:1;font-size:14px;font-weight:700;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects__card-repo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#38bdf8;transition:opacity .2s ease}.projects__card-repo:hover{opacity:.7}.projects__card-desc{font-size:11px;line-height:1.45;color:#94a3b8;height:4.35em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.projects__card-tags{display:flex;flex-wrap:nowrap;gap:5px;margin-top:2px;overflow:hidden}.projects__card-tags--expanded{flex-wrap:wrap;overflow:visible}.projects__card-tag{flex-shrink:0;white-space:nowrap;font-size:9.5px;font-weight:600;color:#64748b;background:#94a3b826;border-radius:999px;padding:3px 8px;border:none}.projects__card-tag--more{color:#38bdf8;cursor:pointer;transition:opacity .2s ease}.projects__card-tag--more:hover{opacity:.7}@media(max-width:900px){.projects__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.projects{padding:24px}.projects__grid{grid-template-columns:1fr}}:root{--bg: #0F172A;--bg-surface: #1E293B;--text: #E2E8F0;--text-muted: #94A3B8;--text-faint: #64748B;--accent: #38BDF8}.contact{max-width:700px;margin:0 auto;padding:60px 48px}.contact__heading-wrap{text-align:center;margin-bottom:48px}.contact__heading{font-size:26px;font-weight:800;color:#e2e8f0;letter-spacing:2px;margin-bottom:12px}.contact__sub{font-size:13px;color:#94a3b8}.contact__rows{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.contact__row{display:flex;align-items:center;gap:14px;padding:10px 0;color:#e2e8f0;transition:transform .2s ease}.contact__row:hover{transform:translate(4px)}.contact__row:hover .contact__row-icon{color:#38bdf8}.contact__row-icon{display:flex;color:#64748b;transition:color .2s ease}.contact__row-info{display:flex;flex-direction:column;gap:2px}.contact__row-label{font-size:13px;color:#64748b}.contact__row-handle{font-size:14px;font-weight:600;color:#e2e8f0}.contact__note{text-align:center;font-size:12px;color:#64748b}.contact__note a{color:#38bdf8}@media(max-width:768px){.contact{padding:40px 24px}}
