@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,300&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#e2e8f0;background:#0a0a0f;min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}section{scroll-margin-top:72px}@keyframes pulse-ring{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cursor{animation:1s infinite blink}.float{animation:6s ease-in-out infinite float}.pill{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.tag-badge{color:#818cf8;background:#6366f126;border:1px solid #6366f140;border-radius:4px;padding:2px 8px;font-family:Space Mono,monospace;font-size:10px;display:inline-block}.btn-primary{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;padding:14px 32px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .2s}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.social-link{color:#94a3b8;background:#111827;border:1px solid #1e293b;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{color:#e2e8f0;background:#1e293b;transform:translateY(-2px)}.header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a0fd9;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;height:64px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.header__logo{color:#e2e8f0;cursor:pointer;background:0 0;border:none;padding:0;font-family:Space Mono,monospace;font-size:16px;font-weight:700}.header__logo-bracket{color:#6366f1}.header__nav{align-items:center;gap:32px;display:flex}.nav-link{color:#94a3b8;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:color .2s}.nav-link:hover{color:#e2e8f0}.header__hire-btn{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:8px;padding:7px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s}.header__hire-btn:hover{opacity:.85}.header__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__hamburger span{background:#94a3b8;border-radius:2px;width:22px;height:2px;transition:all .25s;display:block}.header__mobile-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:99;background:#0a0a0ff7;border-bottom:1px solid #1e293b;flex-direction:column;gap:16px;padding:20px 5%;display:none;position:fixed;top:64px;left:0;right:0}.header__mobile-menu.open{display:flex}.header__mobile-link{color:#94a3b8;cursor:pointer;letter-spacing:.05em;text-transform:uppercase;text-align:left;background:0 0;border:none;padding:6px 0;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:color .2s}.header__mobile-link:hover{color:#e2e8f0}@media (width<=640px){.header__nav{display:none}.header__hamburger{display:flex}}.hero{align-items:center;min-height:100vh;padding:80px 5% 0;display:flex;position:relative;overflow:hidden}.hero__grid{z-index:0;background-image:linear-gradient(#6366f10a 1px,#0000 1px),linear-gradient(90deg,#6366f10a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.hero__glow{z-index:0;background:radial-gradient(circle,#6366f126 0%,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;top:20%;right:8%}.hero__content{z-index:1;max-width:800px;position:relative}.hero__status{align-items:center;gap:10px;margin-bottom:24px;display:flex}.hero__status-dot{width:10px;height:10px;position:relative}.hero__status-ring{background:#22c55e;border-radius:50%;animation:1.8s ease-out infinite pulse-ring;position:absolute;inset:0}.hero__status-core{background:#22c55e;border-radius:50%;position:absolute;inset:0}.hero__status-text{color:#22c55e;letter-spacing:.1em;font-family:Space Mono,monospace;font-size:12px}.hero__name{color:#f1f5f9;margin-bottom:8px;font-size:clamp(40px,7vw,80px);font-weight:700;line-height:1.05}.hero__title{color:#6366f1;margin-bottom:28px;font-size:clamp(22px,4vw,42px);font-style:italic;font-weight:300;line-height:1.2}.hero__bio{color:#94a3b8;max-width:600px;margin-bottom:40px;font-size:17px;line-height:1.8}.hero__bio-highlight{color:#c4b5fd}.hero__cta{flex-wrap:wrap;gap:14px;display:flex}.hero__btn-outline{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:10px;padding:13px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:border-color .2s,color .2s}.hero__btn-outline:hover{color:#e2e8f0;border-color:#6366f1}.hero__stats{flex-wrap:wrap;gap:40px;margin-top:60px;display:flex}.hero__stat-number{color:#6366f1;font-family:Space Mono,monospace;font-size:28px;font-weight:700}.hero__stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:12px}.section-wrapper{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.section-wrapper.visible{opacity:1;transform:translateY(0)}.projects{padding:100px 5%}.projects__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:48px;display:flex}.projects__title{color:#f1f5f9;margin-top:12px;font-size:clamp(28px,4vw,44px);font-weight:700}.projects__filters{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{letter-spacing:.05em;cursor:pointer;text-transform:uppercase;border:1px solid #0000;border-radius:999px;padding:6px 16px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;transition:all .2s}.filter-btn--active{color:#818cf8;background:#6366f133;border-color:#6366f166}.filter-btn--inactive{color:#64748b;background:0 0;border-color:#1e293b}.projects__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.card{background:#111827;border:1px solid #1e293b;border-radius:16px;padding:28px;transition:transform .3s,border-color .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0006}.card__top{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.card__icon{font-size:32px}.card__title{color:#f1f5f9;margin-bottom:10px;font-size:18px;font-weight:700}.card__desc{color:#64748b;margin-bottom:20px;font-size:14px;line-height:1.7}.card__stack{flex-wrap:wrap;gap:6px;margin-bottom:20px;display:flex}.card__badge{color:#94a3b8;background:#1e293b;border-radius:4px;padding:3px 8px;font-family:Space Mono,monospace;font-size:10px}.card__link{align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.card__link:hover{opacity:.75}.card__footer{justify-content:space-between;align-items:center;display:flex}.skills-section{background:#0d1117;padding:100px 5%}.skills-section__title{color:#f1f5f9;margin-top:12px;margin-bottom:56px;font-size:clamp(28px,4vw,44px);font-weight:700}.skills-section__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.skill-item{background:#111827;border:1px solid #1e293b;border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;transition:border-color .2s;display:flex}.skill-item:hover{border-color:#6366f159}.skill-item__name{color:#cbd5e1;font-size:14px;font-weight:600}.skill-item__level{color:#6366f1;letter-spacing:.04em;background:#6366f11f;border:1px solid #6366f133;border-radius:999px;padding:2px 8px;font-family:Space Mono,monospace;font-size:10px}.skills-section__extras{margin-top:64px}.skills-section__extras-label{color:#475569;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:12px}.skills-section__badges{flex-wrap:wrap;gap:10px;display:flex}.skills-section__badge{color:#64748b;background:#111827;border:1px solid #1e293b;border-radius:999px;padding:5px 12px;font-size:12px}.contact{padding:100px 5%}.contact__inner{max-width:580px}.contact__heading{color:#f1f5f9;margin-top:12px;margin-bottom:16px;font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.2}.contact__heading-accent{color:#6366f1}.contact__sub{color:#64748b;margin-bottom:40px;font-size:16px;line-height:1.7}.contact__pills{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.contact__form{flex-direction:column;gap:16px;display:flex}.contact__form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact__form input,.contact__form textarea{color:#e2e8f0;resize:vertical;background:#111827;border:1px solid #1e293b;border-radius:10px;outline:none;width:100%;padding:12px 16px;font-family:DM Sans,sans-serif;font-size:15px;transition:border-color .2s}.contact__form input:focus,.contact__form textarea:focus{border-color:#6366f1}.contact__form input::placeholder,.contact__form textarea::placeholder{color:#475569}.contact__submit{align-self:flex-start}.contact__success{text-align:center;background:#22c55e14;border:1px solid #22c55e33;border-radius:16px;padding:32px 28px}.contact__success-icon{margin-bottom:12px;font-size:40px}.contact__success-title{color:#22c55e;font-size:18px;font-weight:600}.contact__success-sub{color:#64748b;margin-top:6px;font-size:14px}@media (width<=480px){.contact__form-row{grid-template-columns:1fr}}.footer{border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:32px 5%;display:flex}.footer__brand{color:#475569;font-family:Space Mono,monospace;font-size:13px}.footer__brand-bracket{color:#6366f1}.footer__links{gap:10px;display:flex}
