.aurora-container{width:100%;height:100%}.text-type{display:inline-block;white-space:pre-wrap;font-size:2rem}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}:root{--bg: #160c4d;--fg: #faf5f5}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;overflow-x:hidden}.app{max-width:900px;margin:48px auto;padding:16px}.hero{position:relative;min-height:100vh;overflow:hidden;padding:2rem;display:flex;align-items:flex-start;justify-content:center}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__content{position:relative;z-index:1;text-align:center;margin-top:2rem}.hero__portrait{width:100%;height:auto;background-color:#708090;border-radius:20px}.portraitImg{width:160px;margin:2rem auto}.projects{margin-top:4rem;display:flex;flex-direction:column;align-items:center;font-size:2rem}.profile-card{display:flex;align-items:center;gap:2rem;padding:2rem;background:#ffffff12;border-radius:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:min(100%,960px);box-sizing:border-box;margin:0 auto}.profile-card__image{flex:0 0 30%;display:flex;justify-content:center}.profile-card__image img{width:100%;height:auto;max-width:200px;-o-object-fit:cover;object-fit:cover;display:block}.profile-card__divider{width:1px;background:#ffffff40;display:block;align-self:stretch;opacity:.7}.profile-card__details{flex:1;text-align:left}.profile-card__details h2{margin:0 0 .5rem}.profile-card__details ul{list-style:none;margin:1rem 0 0;padding:0;gap:.25rem;display:flex;flex-direction:column}.profile-card__links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.profile-card__links a{color:inherit;transition:opacity .2s}.profile-card__links a:hover{opacity:.7}.profile-card__links svg{width:28px;height:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.btn--primary{background:linear-gradient(120deg,#8a63ff,#ff64b8);color:#fff;box-shadow:0 10px 25px #8a63ff59}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 30px #8a63ff73}@media (max-width: 768px){.hero{flex-direction:column;align-items:center;padding:1.5rem 1rem;min-height:auto}.hero__content{margin-top:1rem;text-align:center}}@media (max-width: 900px){.profile-card{flex-direction:column;text-align:center;gap:1.5rem;max-width:none;width:100%;margin:0;padding:1.5rem}.profile-card__image{flex:none;width:160px;display:flex;justify-content:center;margin:0 auto}.profile-card__image img{width:160px;height:160px;border-radius:50%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;box-shadow:0 10px 25px #00000040}.profile-card__divider{width:70%;height:1px;align-self:center}}@media (max-width: 480px){h1{font-size:1.8rem}.profile-card__details p,.profile-card__details li{font-size:.95rem}}@media (max-width: 640px){.hero__bg{display:none}.hero{background:radial-gradient(circle at top,rgba(255,255,255,.1),transparent 60%)}}
