@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--home-electric: #00a3ff;--home-violet: #7b2fbe;--home-gold: #f4b942;--home-text: #f8fafc;--home-muted: #94a3b8;--home-surface: rgba(255, 255, 255, .03);--home-border: rgba(255, 255, 255, .08)}body.home-page{background:var(--navy);color:var(--home-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.home-page main{width:100%;max-width:100%;margin:0;padding:0}body.home-page footer .social-links a{color:var(--home-muted)}body.home-page footer .social-links a:hover{color:var(--home-text)}.section-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.1rem;border:1px solid rgba(0,163,255,.25);background:#00a3ff14;color:var(--home-electric)}.section-badge.gold{border-color:#f4b9424d;background:#f4b94214;color:var(--home-gold)}.section-badge.violet{border-color:#7b2fbe4d;background:#7b2fbe14;color:#c08bf0}.hero-section{position:relative;min-height:min(calc(100vh - 65px),840px);display:flex;align-items:center;padding-top:3rem;padding-bottom:4rem;overflow:hidden;background:var(--navy)}.hero-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(900px 480px at 20% 15%,rgba(0,163,255,.16),transparent 60%),radial-gradient(700px 480px at 85% 80%,rgba(123,47,190,.14),transparent 60%),radial-gradient(circle,rgba(148,163,184,.16) 1px,transparent 1.5px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100'%3E%3Cpath d='M28 66L0 50V16L28 0l28 16v34L28 66zm0-4L4 48.5V19.5L28 4l24 15.5v29L28 62z' fill='%2300A3FF' fill-opacity='0.05'/%3E%3C/svg%3E");background-size:auto,auto,26px 26px,auto;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto;padding:0 2rem;display:grid;gap:3rem;grid-template-columns:1.15fr .85fr;align-items:center}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-left>*,.hero-right{opacity:0;animation:fade-up .7s ease forwards}.hero-left>*:nth-child(1){animation-delay:.05s}.hero-left>*:nth-child(2){animation-delay:.15s}.hero-left>*:nth-child(3){animation-delay:.25s}.hero-left>*:nth-child(4){animation-delay:.35s}.hero-left>*:nth-child(5){animation-delay:.45s}.hero-right{animation-delay:.3s}.hero-left h1,.hero-left h2{font-family:Inter,sans-serif}.hero-kicker{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(0,163,255,.3);background:#00a3ff14;color:var(--home-electric);font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-size:.8rem}.hero-title{margin:1.2rem 0 1.5rem;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1.02;letter-spacing:-.02em;background:linear-gradient(135deg,#ffffff 0%,var(--home-electric) 55%,var(--home-violet) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-intro{font-size:1.15rem;line-height:1.8;max-width:34rem;color:var(--home-muted)}.hero-actions{display:flex;gap:1.1rem;flex-wrap:wrap;margin-top:2.5rem}.btn-primary,.btn-secondary{padding:.9rem 2rem;border-radius:12px;font-size:1rem;font-weight:700;font-family:Inter,sans-serif;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btn-primary{border:none;background:linear-gradient(135deg,var(--home-electric) 0%,#0077cc 100%);color:#fff;box-shadow:0 0 24px #00a3ff59,0 4px 16px #0000004d}.btn-secondary{border:1px solid var(--home-border);background:#ffffff05;color:var(--home-text)}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:hover{border-color:#ffffff40}.hero-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.75rem}.hero-stats>div{padding:.85rem 1.4rem;border-radius:14px;border:1px solid var(--home-border);background:var(--home-surface)}.stat-value{display:block;font-size:1.7rem;font-weight:800;color:var(--home-text);line-height:1.1}.stat-label{display:block;font-size:.82rem;color:var(--home-muted);margin-top:.15rem}.hero-right{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-right:before{content:"";position:absolute;top:50%;left:50%;width:420px;height:420px;transform:translate(-50%,-55%);background:radial-gradient(circle,rgba(0,163,255,.22) 0%,rgba(123,47,190,.14) 45%,transparent 70%);filter:blur(10px);z-index:-1}.hero-avatar{width:280px;height:280px;border-radius:50%;object-fit:cover;padding:5px;background:linear-gradient(135deg,var(--home-electric),var(--home-violet));box-shadow:0 0 40px #00a3ff4d,0 12px 32px #02061780}.hero-socials{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.hero-social{text-decoration:none;font-weight:600;font-size:.9rem;color:var(--home-muted);padding:.5rem 1.1rem;border-radius:999px;border:1px solid var(--home-border);background:var(--home-surface);transition:color .2s ease,border-color .2s ease,background .2s ease}.hero-social:hover{color:var(--home-text);border-color:#00a3ff66;background:#00a3ff14}.section-inner{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.about-section,.projects-section,.skills-section,.credentials-section{background:var(--navy);color:var(--home-text);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:5.5rem 0;border-top:1px solid rgba(255,255,255,.05)}.about-section h2,.projects-section h2,.skills-section h2,.credentials-section h2{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.01em}.about-section p{font-size:1.15rem;line-height:1.9;max-width:800px;margin:0 auto;color:var(--home-muted)}.about-section p+p{margin-top:1.2rem}.section-lead{font-size:1.1rem;margin-bottom:2.5rem;color:var(--home-muted)}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.project-card{position:relative;background:var(--home-surface);color:var(--home-text);padding:0;border-radius:18px;border:1px solid var(--home-border);box-shadow:0 12px 32px #02061759;text-align:left;display:flex;flex-direction:column;gap:.8rem;overflow:hidden;transition:transform .25s ease,border-color .25s ease}.project-card:hover{transform:translateY(-4px);border-color:#ffffff2e}.project-card:before{content:"";display:block;height:4px;width:100%;background:linear-gradient(90deg,var(--home-electric),var(--home-electric) 40%)}.project-card:nth-child(2):before{background:linear-gradient(90deg,var(--home-gold),var(--home-gold) 40%)}.project-card:nth-child(3):before{background:linear-gradient(90deg,var(--home-violet),var(--home-violet) 40%)}.project-card>*:not(.project-embed):not(:first-child){margin-left:1.6rem;margin-right:1.6rem}.project-card h3{margin:1.4rem 1.6rem 0;font-size:1.3rem;font-family:Inter,sans-serif;font-weight:700}.project-card p{margin:0 1.6rem;color:var(--home-muted)}.project-card .pill{margin:0 1.6rem 1.6rem}.project-embed{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border);background:#02061799}.project-embed iframe{width:100%;height:100%;border:0}.pill{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;border:1px solid var(--home-border);background:#ffffff08;color:var(--home-muted);font-size:.85rem;font-weight:600;text-decoration:none;width:fit-content;transition:color .2s ease,border-color .2s ease,background .2s ease}.pill:hover{color:var(--home-text);border-color:#00a3ff66;background:#00a3ff14}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.skill-card{background:var(--home-surface);border:1px solid var(--home-border);border-radius:16px;padding:1.5rem;text-align:left}.skill-header{display:flex;justify-content:space-between;font-weight:700;margin-bottom:.9rem;font-family:Inter,sans-serif}.skill-bar{height:8px;border-radius:999px;background:#ffffff14;overflow:hidden}.skill-bar span{display:block;height:100%;width:calc(var(--skill) * 1%);background:linear-gradient(90deg,var(--home-electric) 0%,var(--home-violet) 100%);border-radius:999px}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem;align-items:center;justify-items:center;margin-top:2.5rem}.credential-badge{width:150px;height:150px;padding:.9rem;border-radius:18px;background:var(--home-surface);border:1px solid var(--home-border);object-fit:contain;transition:transform .25s ease,border-color .25s ease}.credential-badge:hover{transform:translateY(-4px);border-color:#00a3ff59}@media(max-width:900px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-left{display:flex;flex-direction:column;align-items:center}.hero-stats{justify-content:center}.project-card{text-align:center;align-items:center}.project-card h3,.project-card p,.project-card .pill{margin-left:1.6rem;margin-right:1.6rem}}@media(max-width:600px){.hero-actions{justify-content:center}.hero-avatar{width:220px;height:220px}.credential-badge{width:120px;height:120px}}
