@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Outfit:wght@400;500;600;700;800&display=swap";@media (max-width: 520px){.hero{height:auto!important;min-height:0!important;display:block!important;padding-top:6.9rem!important;padding-bottom:2.25rem!important}.available{margin-bottom:1.5rem!important;font-size:.58rem;line-height:1.35}.greeting{font-size:1rem}.hero h1{font-size:30px;line-height:1.02;margin-bottom:1.1rem}.intro{font-size:.95rem;line-height:1.65}.buttons{width:100%;flex-direction:column;margin-top:1.6rem}.buttons .primary,.buttons .ghost{width:100%;min-height:47px;justify-content:space-between;flex:initial}.hero-visual{height:235px!important;margin-top:1.4rem!important}.glow{width:290px;height:290px;left:50%;top:-16%;transform:translate(-50%)}.code-window{top:0!important;right:auto!important;left:0!important;width:100%!important;height:205px!important;padding:.8rem;border-radius:9px;transform:none!important}.window-bar{padding-bottom:.65rem}.window-bar i{width:7px;height:7px}.code-window pre{margin-top:.8rem;font-size:clamp(.55rem,2.5vw,.68rem)!important;line-height:1.7}.code-orb{width:39px!important;height:39px!important;right:.9rem;bottom:.85rem;font-size:.85rem}.floating-tag{display:none}}@media (max-width: 360px){.hero{padding-left:1.1rem;padding-right:1.1rem;padding-top:6.3rem}.available{max-width:100%;font-size:.53rem}.hero h1{font-size:2.75rem}.hero-visual{height:215px}.code-window{height:190px}.code-window pre{font-size:.52rem}.code-orb{display:none}}:root{--bg: #08070d;--surface: #100e19;--surface2: #171323;--text: #f6f4fb;--muted: #aaa5b8;--line: #2b2637;--purple: #8b5cf6;--pink: #eb5eff;--blue: #6795ff;--gradient: linear-gradient(100deg, #b259ff, #6c7cff 55%, #e063ff);color-scheme:dark}:root[data-theme=light]{--bg: #f7f5fc;--surface: #fff;--surface2: #f0ecfb;--text: #16131e;--muted: #655e72;--line: #ded8e8;--purple: #6b37d2;--pink: #b633cc;--blue: #416ee1;--gradient: linear-gradient(100deg, #762bc1, #485ddd 55%, #bb35c5);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Outfit,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}header{height:74px;width:100%;padding:0 clamp(1.4rem,7vw,8rem);display:flex;align-items:center;position:absolute;z-index:5}.logo{font-size:1.75rem;font-weight:800;letter-spacing:-.09em}.logo span{color:var(--pink)}nav{display:flex;gap:2rem;margin:auto;font-size:.84rem;color:var(--muted)}nav a:hover{color:var(--text)}.tools{display:flex;gap:1.1rem}.tools button,.hamburger{background:none;border:0;font:500 .72rem DM Mono,monospace;color:var(--muted)}.theme{font-size:1.25rem!important}.hamburger{display:none;font-size:1.4rem}.section{padding:clamp(5.5rem,10vw,9rem) clamp(1.4rem,7vw,8rem)}.hero{min-height:700px;height:100svh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:5rem clamp(1.4rem,7vw,8rem) 2rem;overflow:hidden;position:relative}.hero-copy{position:relative;z-index:1}.available{display:inline-flex;gap:.5rem;align-items:center;border:1px solid var(--line);color:var(--muted);font:500 .65rem DM Mono,monospace;padding:.55rem .65rem;margin:0 0 2.4rem}.available span{width:6px;height:6px;background:#60e6a7;box-shadow:0 0 9px #60e6a7;border-radius:50%}.greeting{font-size:1.1rem;margin-bottom:.3rem;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.4rem,6.5vw,6.8rem);letter-spacing:-.07em;line-height:.95;margin-bottom:1.4rem}h1 em{font-style:normal;background:var(--gradient);background-clip:text;-webkit-background-clip:text;color:transparent}.intro{max-width:500px;line-height:1.7;color:var(--muted);font-size:1.05rem}.buttons{display:flex;gap:.8rem;margin-top:2rem}.primary,.ghost{display:inline-flex;align-items:center;gap:1.5rem;padding:.8rem 1rem;border-radius:6px;font-size:.82rem;font-weight:600;transition:.2s}.primary{background:var(--gradient);color:#fff;box-shadow:0 7px 26px #8e5bf638}.ghost{border:1px solid var(--line)}.primary:hover,.ghost:hover{transform:translateY(-3px)}.hero-visual{height:480px;position:relative}.glow{width:420px;height:420px;border-radius:50%;position:absolute;left:5%;top:5%;background:radial-gradient(circle,rgba(126,73,255,.35),rgba(195,59,255,.12) 35%,transparent 70%);filter:blur(5px)}.code-window{position:absolute;right:0;top:15%;width:min(100%,480px);height:310px;padding:1.1rem;background:rgba(16,14,25,.85);border:1px solid #3e3157;border-radius:11px;box-shadow:0 24px 70px #030208;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:perspective(850px) rotateY(-8deg) rotateX(3deg)}.window-bar{display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--line);padding-bottom:1rem}.window-bar i{width:8px;height:8px;border-radius:50%;background:#ff6d82}.window-bar i:nth-child(2){background:#f7c45c}.window-bar i:nth-child(3){background:#61d39a}.window-bar span{margin-left:auto;color:var(--muted);font:400 .65rem DM Mono,monospace}.code-window pre{font:400 clamp(.65rem,1.2vw,.85rem)/1.85 "DM Mono",monospace;color:#d8d1e8}.purple{color:#a789ff}.pink{color:#ff82c8}.code-orb{position:absolute;right:1.5rem;bottom:1.4rem;color:#fff;font:500 1.4rem DM Mono,monospace;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:var(--gradient);box-shadow:0 0 30px #ab4dff}.floating-tag{position:absolute;padding:.55rem .7rem;border-radius:5px;background:var(--surface2);border:1px solid var(--line);font:500 .65rem DM Mono,monospace;box-shadow:0 10px 30px #05030a}.tag-one{left:-2%;bottom:17%;color:#f7d66f}.tag-two{right:0;bottom:4%;color:#a88bff}.label{color:var(--purple);font:500 .67rem DM Mono,monospace;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}h2{font-size:clamp(2.25rem,4.3vw,4.4rem);line-height:1;letter-spacing:-.065em}.about{background:var(--surface)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:start}.about-grid>p{color:var(--muted);line-height:1.75;font-size:1.04rem}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem}.info-card{background:var(--bg);border:1px solid var(--line);padding:1.3rem;border-radius:8px;display:grid;gap:.5rem}.info-card span{font-size:1.45rem}.info-card strong{font-size:1rem}.info-card small{color:var(--muted)}.skills h2{margin-bottom:2.5rem}.tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1.2rem}.tabs button{padding:.65rem .8rem;background:transparent;border:1px solid var(--line);border-radius:5px;color:var(--muted);font-size:.8rem}.tabs button.selected{background:rgba(139,92,246,.16);color:#c7b4ff;border-color:#7954c8}.tech-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.tech-list article{background:var(--surface);border:1px solid var(--line);border-radius:9px;padding:1.2rem;min-height:155px;display:flex;flex-direction:column;gap:.9rem;transition:.2s}.tech-list article:hover,.repo-card:hover{border-color:var(--purple);transform:translateY(-4px)}.tech-icon{height:46px;width:46px;padding:10px;background:var(--surface2);border-radius:8px}.tech-icon img{height:100%;width:100%;object-fit:contain}.tech-list article>span{font-size:.72rem;color:#5ce5ab;margin-top:auto}.projects{background:var(--surface)}.title-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:2.6rem}.title-row h2{margin-bottom:.7rem}.title-row p{color:var(--muted);margin:0}.title-row>a{color:var(--purple);font-size:.85rem}.repo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.repo-card{padding:1.35rem;border:1px solid var(--line);border-radius:9px;background:var(--bg);min-height:280px;display:flex;flex-direction:column;transition:.25s}.repo-top{display:flex;justify-content:space-between}.repo-top>a{color:var(--muted)}.repo-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;color:#fff;background:var(--gradient)}.repo-card h3{font-size:1.25rem;letter-spacing:-.04em;margin:2.2rem 0 .65rem;overflow-wrap:anywhere}.repo-card>p{font-size:.86rem;line-height:1.6;color:var(--muted)}.repo-meta{margin-top:auto;display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.78rem;font-weight:500}.language-dot{width:7px;height:7px;border-radius:50%;background:var(--pink)}.star{margin-left:auto;color:var(--muted)}.star:first-letter{color:#f7c45c}.repo-link{border-top:1px solid var(--line);padding-top:1rem;margin-top:1rem;font-size:.78rem;font-weight:600;display:flex;justify-content:space-between}.repo-link b{color:var(--purple)}.loading{color:var(--muted)}.github-banner{padding:clamp(4rem,7vw,7rem) clamp(1.4rem,7vw,8rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(110deg,rgba(124,67,225,.14),rgba(236,94,255,.08));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.github-banner>div{display:flex;align-items:center;gap:1.4rem}.github-banner img{height:74px;width:74px;border-radius:50%;border:2px solid var(--purple)}.github-banner h2{font-size:clamp(1.8rem,3.5vw,3.4rem);margin-bottom:.65rem}.github-banner p:not(.label){max-width:600px;color:var(--muted);line-height:1.6;margin:0}.contact{text-align:center}.contact h2{max-width:750px;margin:0 auto 1rem}.contact>p:not(.label){color:var(--muted)}.contact .primary{margin:auto}.social-links{display:flex;justify-content:center;gap:.75rem}.social-link{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--surface);transition:transform .2s,border-color .2s,background .2s}.social-link:hover{transform:translateY(-3px);border-color:var(--purple);background:var(--surface2)}.social-link img{width:17px;height:17px}html[data-theme=dark] .social-link img{filter:invert(1)}footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:1.5rem clamp(1.4rem,7vw,8rem);color:var(--muted);font:400 .68rem DM Mono,monospace}@media (max-width: 780px){header{height:64px}.hamburger{display:block;order:2;margin-left:1rem}nav{display:none;position:absolute;top:64px;left:0;width:100%;padding:1.5rem;background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;margin:0}nav.visible{display:flex}.tools{margin-left:auto}.hero{height:auto;min-height:760px;grid-template-columns:1fr;padding-top:8rem}.hero-visual{height:330px;margin-top:2rem}.code-window{transform:none;width:90%;height:260px}.tech-list,.repo-grid{grid-template-columns:repeat(2,1fr)}.github-banner{align-items:start;flex-direction:column}}@media (max-width: 520px){.hero{min-height:730px}.hero-visual{height:280px}.code-window{height:220px;padding:.8rem}.floating-tag{display:none}.about-grid,.tech-list,.repo-grid,.info-cards{grid-template-columns:1fr}.title-row{align-items:start;gap:1.2rem;flex-direction:column}.github-banner>div{align-items:start}.github-banner img{width:50px;height:50px}.buttons .primary,.buttons .ghost{justify-content:space-between;flex:1}.code-window pre{font-size:.58rem}.code-orb{height:42px;width:42px;font-size:1rem}}
