:root{margin:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light dark;color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root,.app{margin:0;padding:0;min-height:100%;width:100%;font-family:Inter,sans-serif;color:#e6f8fa;overflow-x:hidden;overflow-y:auto;background:url(/bg.jpg) no-repeat center center;background-size:cover}#stars{position:absolute;top:0;left:0;z-index:0}.background{position:fixed;top:0;left:0;height:100%;width:100%;z-index:0}.glow{position:absolute;border-radius:50%;filter:blur(180px);opacity:.35;animation:drift 25s ease-in-out infinite alternate;z-index:3}.glow1{width:600px;height:600px;top:-200px;left:-200px;background:radial-gradient(circle,rgba(0,25,114,.4),transparent 70%)}.glow2{width:500px;height:500px;bottom:-150px;right:-150px;background:radial-gradient(circle,rgba(133,0,255,.4),transparent 70%)}.glow3{width:400px;height:400px;bottom:20%;left:30%;background:radial-gradient(circle,rgba(40,0,255,.35),transparent 70%)}@keyframes drift{0%{transform:translate(0) scale(1)}50%{transform:translate(60px,-40px) scale(1.1)}to{transform:translate(0) scale(1)}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;width:100%;top:0;background:#00070acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(76,92,103,.25);z-index:10}.logo{font-size:1.25rem;font-weight:700;color:#00c9d9}.nav{display:flex;gap:1.5rem}.nav button{background:none;border:none}.nav img{width:32px;height:32px}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:90vh;padding-top:80px;position:relative;text-align:center}.profile-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 20px #00c8ff26;animation:fadeUp 1s ease forwards;transform:translateY(30px);opacity:0;transition:transform .3s ease;width:100%;max-width:430px}.profile-card:hover{transform:scale(1.02) rotateX(5deg)}@keyframes fadeUp{to{transform:translateY(0);opacity:1}}.avatar-wrapper{position:relative;width:100px;height:100px}.avatar{width:92%;height:92%;border-radius:50%;object-fit:cover}.avatar-decoration{position:absolute;top:-4px;left:0;width:100%;height:100%;pointer-events:none}.tagline{color:#00c9d9;margin-bottom:1rem}.roles{display:flex;justify-content:space-evenly;gap:8px;flex-wrap:wrap}.roles span{padding:6px 12px;border-radius:12px;margin:0 .3rem;font-size:.8rem;font-weight:500;animation:pulse 3s infinite}.roles span.appdev{background:none;color:#ff9027;border:1px solid #ff9027}.roles span.reverse{background:none;color:red;border:1px solid red}.roles span.modder{background:none;color:#fff;border:1px solid white}@keyframes pulse{0%,to{box-shadow:0 0 5px #00c8ff66}50%{box-shadow:0 0 15px #00c8ffcc}}.cta{background:linear-gradient(90deg,#009fb1,#00c9d9);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;margin-top:1.5rem;transition:all .3s ease}.cta:hover{box-shadow:0 0 15px #00c8ff99}.scroll-down{position:absolute;bottom:55px;font-size:2rem;color:#888;animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.bio{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:4rem 2rem}.bio-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;transform:translateY(50px) scale(.95) rotateX(5deg);opacity:0;transition:transform .6s ease,opacity .6s ease,box-shadow .6s ease}.bio-card.in-view{transform:translateY(0) scale(1) rotateX(0);opacity:1;box-shadow:0 8px 30px #00c8ff40}.bio-icon{width:32px;height:32px;margin-bottom:.5rem}.bio-card .stats{display:flex;justify-content:space-around;margin-top:1rem;gap:1rem}.bio-card .stat{text-align:center}.bio-card .stat .number{font-size:1.4rem;font-weight:700;color:#00c9d9;display:block}.bio-card .stat .label{font-size:.75rem;color:#aaa;margin-top:.25rem}.skills{display:flex;flex-direction:column;gap:.8rem;width:100%}.skill{display:flex;flex-direction:column;gap:.4rem}.skill-name{display:flex;align-items:center;gap:.5rem}.skill-icon{width:20px;height:20px;object-fit:cover;border-radius:4px}.skill-name span{font-weight:500;font-size:.85rem}.skill-bar{width:100%;height:10px;background:#ffffff26;border-radius:5px;overflow:hidden}.skill-level{height:100%;background:linear-gradient(90deg,#00c9d9,#009fb1);border-radius:5px 0 0 5px;transition:width .6s ease}.projects{display:flex;flex-direction:column;gap:1rem;width:100%}.project{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:12px;transition:transform .3s ease,background .3s ease}.project:hover{background:#00c8ff1a;transform:translateY(-2px)}.project-icon{width:24px;height:24px;object-fit:cover;border-radius:4px;margin-top:3px}.project-content{display:flex;flex-direction:column;gap:.25rem;width:100%}.project-header{display:flex;justify-content:space-between;width:100%}.project-name{font-weight:600;font-size:.9rem;color:#00e5ff}.project-date{font-size:.7rem;font-weight:400;color:#aaa;text-align:right}.project-status{font-size:.75rem;font-weight:500;padding:.15rem .4rem;border-radius:6px;color:#fff}.project-status.discontinued{background:#ff4c4c}.project-status.maintaining{background:orange}.project-status.ongoing{background:#7fff00;color:#000}.project-role{font-size:.8rem;font-weight:400;color:#e6f8fa}.project-desc{font-size:.75rem;color:#aaa;line-height:1.2rem}.bio-text{font-family:Inter,sans-serif;line-height:1.6;color:#ddd}.bio-text .intro{font-weight:500;margin-bottom:1rem}.bio-text .highlight{color:#07f;font-weight:600}.profile-card .highlight{font-weight:600;background:linear-gradient(270deg,#27bbff,#fc0,#ff27bb,#27ffbb);background-size:600% 600%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientGlow 6s ease infinite;text-shadow:0 0 5px rgba(39,187,255,.5),0 0 10px rgba(39,187,255,.3)}@keyframes gradientGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bio-text .story{margin-bottom:1rem;font-style:italic;color:#ccc}.bio-text .journey{list-style:decimal-leading-zero;margin:0 0 1.5rem 1.5rem;padding:0;color:#aaa}.bio-text .journey li{margin:.3rem 0}.bio-text .closing{font-size:1rem}.bio-text .fun{color:#4ade80;font-weight:600}.status-badge{position:absolute;bottom:4px;right:4px;width:16px;height:16px;border-radius:50%;border:3px solid #0d1117}.status-badge.dnd{background:#f04747}.availability-text{font-style:italic;word-break:break-word;font-size:99%}.atd{display:flex;left:1.5rem;font-size:11px;width:280px}@media (max-width: 768px){.cta{width:100%}}@media (max-width: 503px){.cta{width:calc(100% - 1rem)}.roles span{padding:8px 12px}.profile-card{width:80%;margin:0;padding:1rem;left:0}.hero{padding:0}}@media (max-width: 795px){.cta{width:calc(100% - 1rem)}.roles span{padding:8px 12px}.profile-card{width:80%;margin:0;padding:1rem;left:0}.hero{padding:0}.bio{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(350px,470px));gap:2rem;padding:4rem 2rem}}@media (max-width: 435px){.bio{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(100%,470px));gap:2rem;padding:4rem 2rem}}@media (max-width: 506px){.roles{display:flex;justify-content:center;flex-direction:column}.avatar-wrapper{width:84px;height:84px}}@media (max-width: 477px){.roles{display:flex;justify-content:center;flex-direction:column}.avatar-wrapper{width:84px;height:84px}}@media (max-width: 395px){.atd{display:flex;text-align:left;left:1.5rem;position:relative;font-size:11px;width:220px;text-wrap:wrap}.avatar-wrapper{width:64px;height:64px}}footer{background-color:#080a0e;padding:1rem;text-align:center;position:fixed;bottom:0;width:100%;border-top:1px solid #1c2330}
