@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg-gradient-start: #0b0414;--bg-gradient-end: #1a0f2e;--glow-primary: #8d5cff;--glow-secondary: #48d5ff;--text-bright: #f1f5ff;--text-muted: #9ba6c5;--card-bg: rgba(20, 11, 34, .65);--border-glass: rgba(255, 255, 255, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#2a0b4f,#06010d 60%);color:var(--text-bright)}html{scroll-behavior:smooth}#root{min-height:100vh;background:linear-gradient(145deg,var(--bg-gradient-start),var(--bg-gradient-end))}::selection{background:var(--glow-secondary);color:#050106}.app{position:relative;z-index:1;min-height:100vh;padding:6rem 1.5rem}main{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:4rem}section{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#07021280;border:1px solid var(--border-glass);border-radius:32px;padding:2.5rem;box-shadow:0 20px 120px #0006}.hero{text-align:left;padding:2rem 0 0;position:relative;z-index:2;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none;overflow:hidden}.floating-elements{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;display:flex;gap:2rem;justify-content:center;opacity:.9}.floating-elements__orb{border-radius:50%;mix-blend-mode:screen}.cursor-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1000;display:none}.cursor-layer__ring{width:32px;height:32px;border:2px solid rgba(165,109,255,.6);border-radius:50%;transition:all .15s ease;box-shadow:0 0 20px #a56dff4d}.cursor-layer__dot{width:6px;height:6px;border-radius:50%;background:#a56dffe6;position:absolute;top:13px;left:13px;transition:all .15s ease}@media (hover: hover) and (pointer: fine){.cursor-layer{display:block}}@media (hover: none) and (pointer: coarse){.cursor-layer{display:none}}.hero__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;color:var(--text-muted)}.hero h1{font-size:clamp(2.8rem,5vw,4.5rem);margin:.8rem 0 .4rem}.hero h3{font-weight:500;color:#c7d6ff;margin:0}.hero__summary{max-width:800px;color:var(--text-muted);font-size:1.05rem;line-height:1.8;margin-top:1.5rem;margin-bottom:0}.hero__focus{display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:2rem 0}.hero__focus li{border:1px solid rgba(255,255,255,.1);padding:.55rem 1.1rem;border-radius:999px;background:#ffffff0a;font-size:.95rem}.hero__social{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__social-text{color:var(--text-muted);font-size:.95rem;margin:0}.hero__social-icons{display:flex;gap:1rem;align-items:center}.hero__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:var(--text-bright);text-decoration:none;transition:all .3s ease}.hero__social-link:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #8d5cff4d}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap}.hero__cta a{text-decoration:none;border-radius:999px;padding:.9rem 1.4rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.hero__cta a.primary{background:linear-gradient(120deg,#a56dff,#6b9dff);color:#050106;box-shadow:0 10px 40px #685fff66}.hero__cta a.ghost{border:1px solid rgba(255,255,255,.2);color:var(--text-bright)}.hero__cta a:hover{transform:translateY(-2px)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;padding:0 0 1rem}.stats__item{background:#ffffff0a;border-radius:24px;padding:1.4rem;text-align:center;border:1px solid rgba(255,255,255,.06)}.stats__item span{display:block;font-size:1.5rem;font-weight:600}.stats__item p{margin:.4rem 0 0;color:var(--text-muted);font-size:.9rem}.orbit-section{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;text-align:center}.orbit{position:relative;width:min(520px,100%);aspect-ratio:1 / 1;margin:0 auto}.orbit__core{position:absolute;top:50%;left:50%;width:120px;height:120px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.15),transparent);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center}.orbit__symbol{font-size:3rem;color:#ad8dff}.orbit__pill{position:absolute;min-width:110px;text-align:center;padding:.5rem .8rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:.85rem}.section-heading{max-width:640px;margin-bottom:2rem}.section-heading__eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.78rem;color:var(--text-muted)}.section-heading h2{margin:.5rem 0;font-size:clamp(1.8rem,4vw,2.8rem)}.section-heading__description{color:var(--text-muted);line-height:1.7}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.card{padding:1.8rem;border-radius:24px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1rem}.card header{display:flex;gap:.8rem;align-items:center}.card h3{margin:0;font-size:1.2rem}.card p{margin:0;color:var(--text-muted)}.card ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.card ul li{font-size:.85rem;background:#ffffff0a;padding:.35rem .7rem;border-radius:999px}.card footer{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted)}.card footer a{color:var(--glow-secondary);text-decoration:none;font-weight:600}.mono{font-family:Space Mono,Space Grotesk,monospace}.timeline{display:flex;flex-direction:column;gap:1.8rem}.timeline__card{padding:2rem;border-radius:30px;background:#0c0416d9;border:1px solid rgba(255,255,255,.05)}.timeline__card header span{font-size:.85rem;color:var(--text-muted)}.timeline__card h3{margin:.3rem 0 0}.timeline__card p{margin:.3rem 0}.timeline__summary{color:var(--text-muted);line-height:1.6}.timeline__card ul{margin:1rem 0;padding-left:1.2rem;color:var(--text-muted)}.timeline__chips{display:flex;flex-wrap:wrap;gap:.5rem}.timeline__chips span{border-radius:999px;border:1px solid rgba(255,255,255,.08);padding:.35rem .8rem;font-size:.85rem}.project{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:center}.project__media img{width:100%;border-radius:28px;object-fit:cover;min-height:260px;border:1px solid rgba(255,255,255,.07);box-shadow:0 30px 80px #00000073}.project__content span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;font-size:.75rem}.project__content h3{margin:.5rem 0;font-size:2rem}.project__content p{color:var(--text-muted);line-height:1.6}.project__content ul{margin:1rem 0;padding-left:1.2rem;color:var(--text-muted)}.project__tech{display:flex;flex-wrap:wrap;gap:.45rem}.project__tech span{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.35rem .8rem;font-size:.85rem}.project__footer{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.project__footer a{display:inline-flex;align-items:center;gap:.5rem;color:var(--glow-secondary);text-decoration:none;font-weight:600}.contact{display:flex;justify-content:center}.contact__card{width:100%;max-width:760px;padding:2rem;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;text-align:left}.contact__actions{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.contact__action{display:flex;align-items:center;gap:1rem;padding:1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-bright);text-decoration:none;transition:all .2s ease}.contact__action:hover{background:#ffffff0f;border-color:#ffffff26;transform:translate(4px)}.contact__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#ffffff0d;color:var(--glow-secondary)}.contact__info{display:flex;flex-direction:column;gap:.2rem;flex:1}.contact__label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.contact__value{font-size:1rem;color:var(--text-bright);font-weight:500}@media (max-width: 768px){.contact__action{flex-direction:column;align-items:flex-start}}.assistant__fab{position:fixed;bottom:2rem;right:2rem;border:none;border-radius:999px;padding:.9rem 1.2rem;font-weight:600;background:linear-gradient(120deg,#6a88ff,#a66cff);color:#050106;box-shadow:0 20px 60px #574dff66;cursor:pointer;z-index:10;display:inline-flex;align-items:center;gap:.5rem}.assistant{position:fixed;bottom:5.5rem;right:2rem;width:min(420px,90vw);background:#05000bf2;border:1px solid rgba(255,255,255,.08);border-radius:24px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:1.5rem;z-index:9;display:flex;flex-direction:column;gap:1rem}.assistant header{display:flex;justify-content:space-between;align-items:center}.assistant header button{background:transparent;border:none;color:var(--text-muted);cursor:pointer}.assistant__messages{max-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:.7rem}.assistant__bubble{padding:.7rem 1rem;border-radius:16px;font-size:.9rem;line-height:1.4}.assistant__bubble--assistant{background:#ffffff0d;align-self:flex-start}.assistant__bubble--user{background:linear-gradient(120deg,#6a88ff,#a66cff);color:#050106;align-self:flex-end}.assistant__actions{display:flex;gap:.6rem;flex-wrap:wrap}.assistant__actions button{flex:1;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-bright);padding:.6rem .8rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem}.assistant__input{display:flex;gap:.6rem}.assistant__input input{flex:1;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-bright);padding:.7rem 1rem}.assistant__input button{border:none;border-radius:50%;width:42px;height:42px;background:linear-gradient(120deg,#6a88ff,#a66cff);color:#050106;cursor:pointer}.assistant__error{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#ffb4a2;background:#ffb4a214;border:1px solid rgba(255,180,162,.2);border-radius:10px;padding:.5rem .7rem}.spin{animation:spin 1.1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){section{padding:1.8rem}.hero__cta{flex-direction:column;align-items:flex-start}.assistant__fab{right:1rem;bottom:1.2rem}.assistant{right:1rem;bottom:4.5rem}}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#070212b3;border-bottom:1px solid var(--border-glass)}.navigation__container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navigation__right{display:flex;align-items:center;gap:2rem}.navigation__link--download{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;padding:.5rem 0;cursor:pointer}.navigation__link--download svg{width:16px;height:16px}.navigation__logo{font-size:1.5rem;font-weight:700;color:var(--text-bright);text-decoration:none;background:linear-gradient(120deg,#a56dff,#6b9dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navigation__list{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navigation__link{position:relative;color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;padding:.5rem 0}.navigation__link:hover,.navigation__link--active{color:var(--text-bright)}.navigation__indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#a56dff,#6b9dff);border-radius:2px}@media (max-width: 768px){.navigation__right,.navigation__list{gap:1rem}.navigation__link,.navigation__link--download{font-size:.85rem}.navigation__link--download span{display:none}.navigation__link--download svg{width:18px;height:18px}}.blogs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.blog-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #685fff33;border-color:#ffffff1a}.blog-card__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.blog-card__date{font-size:.85rem;color:var(--text-muted)}.blog-card__tags{display:flex;gap:.5rem;flex-wrap:wrap}.blog-card__tag{font-size:.75rem;padding:.3rem .7rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:999px;color:var(--text-muted)}.blog-card__title{margin:0;font-size:1.4rem;font-weight:600;color:var(--text-bright);line-height:1.3}.blog-card__excerpt{margin:0;color:var(--text-muted);line-height:1.6;flex-grow:1}.blog-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--glow-secondary);text-decoration:none;font-weight:600;font-size:.9rem;transition:gap .2s ease}.blog-card__link:hover{gap:.7rem}@media (max-width: 768px){.blogs{grid-template-columns:1fr}.blog-card{padding:1.5rem}}.skills{margin-top:1rem}.skills__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.skills__item{padding:1rem 1.2rem;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);text-align:center;font-weight:500;font-size:.95rem;color:var(--text-bright);transition:all .2s ease;cursor:default}.skills__item:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:0 8px 24px #685fff26}@media (max-width: 768px){.skills__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.8rem}.skills__item{padding:.8rem 1rem;font-size:.85rem}}
