@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#f5f3ff;font-synthesis:none;text-rendering:optimizelegibility;--background:#030304;--surface:#0b0a0f;--text:#f5f3ff;--muted:#96909f;--purple:#7957ff;--purple-dark:#38236b;--indigo:#31226b;background:#030304;font-family:Inter,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{min-width:320px;min-height:100vh;color:var(--text);background:radial-gradient(circle at 50% -20%,#161020 0%,#070609 35%,#030304 70%);overflow-x:hidden}.app{justify-content:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-content{z-index:10;flex-direction:column;align-items:center;width:min(100%,680px);padding:90px 24px 60px;animation:.8s both pageFadeIn;display:flex;position:relative}.hero{text-align:center;width:100%}.eyebrow{letter-spacing:.32em;color:#9a82ff;margin:0 0 16px;font-size:.68rem;font-weight:600}.hero h1{letter-spacing:-.06em;color:#fff;text-shadow:0 0 30px #7957ff2e,0 0 80px #7957ff14;margin:0;font-size:clamp(3.5rem,11vw,6rem);font-weight:700}.subtitle{color:#b7b0c0;letter-spacing:.08em;margin:14px 0 0;font-size:.9rem;font-weight:500}.intro{color:#79737f;max-width:430px;margin:24px auto 0;font-size:.9rem;line-height:1.7}.aura-background{pointer-events:none;z-index:0;background:#030304;position:fixed;inset:0;overflow:hidden}.aura{filter:blur(110px);opacity:.3;will-change:transform;border-radius:50%;position:absolute}.aura-one{background:#6846ff8c;width:550px;height:550px;animation:15s ease-in-out infinite alternate auraOne;top:-250px;left:50%}.aura-two{background:#3d257a6b;width:450px;height:450px;animation:19s ease-in-out infinite alternate auraTwo;top:40%;left:-200px}.aura-three{background:#4f309c52;width:500px;height:500px;animation:22s ease-in-out infinite alternate auraThree;bottom:-100px;right:-260px}.vignette{background:radial-gradient(circle,#0000 20%,#0003 60%,#000000bf 100%);position:absolute;inset:0}.noise{opacity:.035;mix-blend-mode:soft-light;background-image:repeating-radial-gradient(circle at 0 0,#0000 0,#fff 1px,#0000 1.5px);background-size:8px 8px;position:absolute;inset:0}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes auraOne{0%{transform:translate(-50%)scale(1)}to{transform:translate(-45%,90px)scale(1.15)}}@keyframes auraTwo{0%{transform:translate(0)scale(1)}to{transform:translate(130px,-80px)scale(1.2)}}@keyframes auraThree{0%{transform:translate(0)scale(1)}to{transform:translate(-120px,-100px)scale(1.18)}}@media (width<=600px){.page-content{padding:80px 20px 60px}.aura{filter:blur(90px)}}.profile-section{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.profile-image-wrap{justify-content:center;align-items:center;width:150px;height:150px;margin-bottom:30px;display:flex;position:relative}.profile-aura{filter:blur(20px);background:radial-gradient(circle,#7957ff6b 0%,#5a3ab433 40%,#0000 72%);border-radius:50%;width:190px;height:190px;animation:5s ease-in-out infinite profileAuraPulse;position:absolute}.profile-image{z-index:2;object-fit:cover;filter:contrast(1.03)brightness(.92)saturate(.9);border-radius:50%;width:145px;height:145px;animation:6s ease-in-out infinite profileFloat;position:relative;-webkit-mask-image:radial-gradient(circle,#000 50%,#000000f2 62%,#0000008c 76%,#0000 100%);mask-image:radial-gradient(circle,#000 50%,#000000f2 62%,#0000008c 76%,#0000 100%)}.profile-name{letter-spacing:-.06em;color:#fff;text-shadow:0 0 30px #7957ff2e,0 0 80px #7957ff14;margin:0;font-size:clamp(3.5rem,11vw,6rem);font-weight:700}@keyframes profileAuraPulse{0%,to{opacity:.65;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}@keyframes profileFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=600px){.profile-image-wrap{width:130px;height:130px}.profile-image{width:125px;height:125px}.profile-aura{width:165px;height:165px}}.links-section{flex-direction:column;gap:14px;width:100%;margin-top:52px;display:flex}.link-card{width:100%;min-height:82px;color:inherit;background:linear-gradient(135deg,#9b7dff2e,#ffffff09,#6441be14);border-radius:18px;padding:1px;text-decoration:none;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.link-card:before{content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:0;background:linear-gradient(145deg,#121018f0,#08070bf5);border-radius:17px;position:absolute;inset:1px}.link-card-glow{filter:blur(45px);opacity:0;background:#7752ff4d;border-radius:50%;width:180px;height:180px;transition:opacity .2s;position:absolute;top:-90px;right:-80px}.link-card-content{z-index:2;justify-content:space-between;align-items:center;gap:20px;min-height:80px;padding:18px 22px;display:flex;position:relative}.link-card h2{letter-spacing:-.01em;color:#f4f1fa;margin:0;font-size:1rem;font-weight:600}.link-card p{color:#716b78;margin:6px 0 0;font-size:.78rem}.link-arrow{color:#70667e;flex-shrink:0;font-size:1.15rem;transition:transform .18s,color .18s}.link-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000059,0 0 30px #6946dc14}.link-card:hover .link-card-glow{opacity:1}.link-card:hover .link-arrow{color:#a78dff;transform:translate(2px,-2px)}.link-card:active{transform:translateY(-1px)scale(.995)}@media (width<=600px){.links-section{margin-top:42px}.link-card{border-radius:16px}.link-card:before{border-radius:15px}.link-card-content{padding:17px 18px}}.social-icons{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:34px;display:flex}.social-icon{color:#77717e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a090db8;border:1px solid #9b7dff1a;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:transform .18s,color .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative}.social-icon:before{content:"";border-radius:inherit;opacity:0;background:radial-gradient(circle,#7957ff29,#0000 70%);transition:opacity .18s;position:absolute;inset:0}.social-icon svg{z-index:2;position:relative}.social-icon:hover{color:#b09aff;background:#110e17d9;border-color:#9b7dff3d;transform:translateY(-3px);box-shadow:0 8px 25px #0000004d,0 0 25px #7957ff14}.social-icon:hover:before{opacity:1}.social-icon:active{transform:translateY(-1px)scale(.96)}.footer{text-align:center;color:#5f5965;flex-direction:column;align-items:center;width:100%;margin-top:46px;padding-top:10px;display:flex}.footer-line{background:linear-gradient(90deg,#0000,#916eff66,#0000);width:54px;height:1px;margin-bottom:20px}.footer p{letter-spacing:.08em;color:#77717d;margin:0;font-size:.72rem;font-weight:500}.footer span{letter-spacing:.12em;color:#4f4a54;margin-top:7px;font-size:.65rem}@media (prefers-reduced-motion:reduce){.aura,.profile-image,.profile-aura,.page-content{animation:none}}.projects-section{width:100%;margin-top:64px}.section-heading{text-align:left;margin-bottom:20px}.section-eyebrow{letter-spacing:.28em;color:#8f74f8;margin:0 0 6px;font-size:.62rem;font-weight:600}.section-heading h2{letter-spacing:-.03em;color:#f3efff;margin:0;font-size:1.5rem;font-weight:600}.projects-grid{grid-template-columns:1fr;gap:14px;display:grid}.project-card{color:inherit;background:linear-gradient(145deg,#100e15eb,#07060af5);border:1px solid #9673ff1c;border-radius:18px;padding:22px;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:block;position:relative;overflow:hidden}.project-card:before{content:"";filter:blur(50px);opacity:0;background:#714ce61f;border-radius:50%;width:220px;height:220px;transition:opacity .18s;position:absolute;top:-130px;right:-120px}.project-card-top{z-index:2;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.project-card h3{color:#f1edf9;margin:0;font-size:1rem;font-weight:600}.project-status{letter-spacing:.08em;text-transform:uppercase;color:#9f89ec;background:#6846c814;border:1px solid #8f6eff26;border-radius:999px;flex-shrink:0;padding:5px 9px;font-size:.6rem;font-weight:600}.project-card p{z-index:2;color:#716b78;margin:14px 0 18px;font-size:.78rem;line-height:1.65;position:relative}.project-view{z-index:2;color:#8b7a9d;font-size:.7rem;font-weight:500;position:relative}.project-card:hover{border-color:#9673ff38;transform:translateY(-3px);box-shadow:0 14px 40px #00000047,0 0 35px #6744d712}.project-card:hover:before{opacity:1}.project-card:hover .project-view{color:#af99ff}@media (width<=600px){.projects-section{margin-top:54px}.project-card{border-radius:16px;padding:19px}}.aura-cloud{pointer-events:none;mix-blend-mode:screen;will-change:transform, opacity;border-radius:50%;position:absolute}.cloud-one{filter:blur(65px);background:radial-gradient(#6843ff2e 0%,#4c2aa01a 35%,#0000 72%);width:700px;height:320px;animation:12s ease-in-out infinite alternate cloudOne;top:15%;left:50%}.cloud-two{filter:blur(75px);background:radial-gradient(#5934be26,#0000 70%);width:420px;height:650px;animation:17s ease-in-out infinite alternate cloudTwo;top:20%;left:-170px}.cloud-three{filter:blur(80px);background:radial-gradient(#744bff21,#0000 70%);width:500px;height:700px;animation:20s ease-in-out infinite alternate cloudThree;top:38%;right:-220px}.cloud-four{filter:blur(80px);background:radial-gradient(#4d2caa24,#0000 72%);width:700px;height:350px;animation:15s ease-in-out infinite alternate cloudFour;bottom:-100px;left:50%}.center-aura{filter:blur(60px);background:radial-gradient(#5b37cd1c 0%,#3d228712 32%,#0000 70%);width:850px;height:1100px;animation:8s ease-in-out infinite centerAuraPulse;position:absolute;top:-120px;left:50%}@keyframes cloudOne{0%{opacity:.55;transform:translate(-50%)translateY(-20px)scale(.9)}to{opacity:1;transform:translate(-50%)translateY(60px)scale(1.15)}}@keyframes cloudTwo{0%{opacity:.45;transform:translate(0)scale(.9)}to{opacity:.85;transform:translate(160px,-70px)scale(1.15)}}@keyframes cloudThree{0%{opacity:.45;transform:translate(0)scale(1)}to{opacity:.9;transform:translate(-170px,-100px)scale(1.18)}}@keyframes cloudFour{0%{opacity:.45;transform:translate(-50%)translateY(40px)scale(.9)}to{opacity:.85;transform:translate(-50%)translateY(-80px)scale(1.2)}}@keyframes centerAuraPulse{0%,to{opacity:.6;transform:translate(-50%)scale(.94)}50%{opacity:1;transform:translate(-50%)scale(1.08)}}.presence-card{background:linear-gradient(145deg,#110e17eb,#07060af5);border:1px solid #9673ff24;border-radius:20px;width:100%;margin-top:34px;padding:20px;position:relative;overflow:hidden;box-shadow:0 12px 45px #0000003d,0 0 45px #6c45e10f}.presence-glow{filter:blur(70px);pointer-events:none;background:#7a51ff38;border-radius:50%;width:320px;height:320px;animation:7s ease-in-out infinite presenceAura;position:absolute;top:-210px;right:-130px}.discord-profile-row{z-index:2;align-items:center;gap:15px;display:flex;position:relative}.presence-avatar-wrap{flex-shrink:0;width:58px;height:58px;position:relative}.presence-avatar{object-fit:cover;border:1px solid #a485ff2e;border-radius:17px;width:58px;height:58px;display:block;box-shadow:0 8px 25px #00000047,0 0 24px #6f49e614}.avatar-status-dot{border:3px solid #09080c;border-radius:50%;width:14px;height:14px;position:absolute;bottom:-3px;right:-3px}.status-dot.online,.avatar-status-dot.online{background:#43b581;box-shadow:0 0 8px #43b581a6,0 0 18px #43b58140}.status-dot.idle,.avatar-status-dot.idle{background:#faa61a;box-shadow:0 0 8px #faa61a73}.status-dot.dnd,.avatar-status-dot.dnd{background:#f04747;box-shadow:0 0 8px #f0474780}.status-dot.offline,.avatar-status-dot.offline{background:#747f8d}.presence-content{z-index:2;min-width:0;position:relative}.presence-top{align-items:center;gap:7px;margin-bottom:5px;display:flex}.discord-mini-icon{color:#8870ef;font-size:.8rem}.presence-status{letter-spacing:.11em;text-transform:uppercase;color:#918a9a;font-size:.6rem;font-weight:600}.presence-content h3{color:#f3effa;margin:0;font-size:1rem;font-weight:600}.presence-content p{color:#6f6976;margin:4px 0 0;font-size:.72rem}.spotify-presence{z-index:2;border-top:1px solid #ffffff0e;align-items:center;gap:13px;margin-top:18px;padding-top:17px;display:flex;position:relative}.spotify-icon-wrap{color:#1db954;background:#1db95414;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:inset 0 0 0 1px #1db9541f}.spotify-info{flex-direction:column;flex:1;min-width:0;display:flex}.spotify-label{letter-spacing:.11em;color:#66606b;margin-bottom:4px;font-size:.52rem;font-weight:600}.spotify-info strong{color:#e9e5ed;text-overflow:ellipsis;white-space:nowrap;font-size:.79rem;font-weight:600;overflow:hidden}.spotify-info p{color:#78717e;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:.68rem;overflow:hidden}.spotify-time{font-variant-numeric:tabular-nums;color:#77717c;background:#ffffff06;border:1px solid #ffffff0e;border-radius:8px;flex-shrink:0;padding:5px 8px;font-size:.62rem}.presence-loading{align-items:center;gap:15px;min-height:98px;display:flex}@keyframes presenceAura{0%,to{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@media (width<=600px){.presence-card{border-radius:17px;margin-top:28px;padding:17px}.presence-avatar-wrap,.presence-avatar{width:52px;height:52px}.spotify-time{display:none}}
