body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:70px}body{background:#f7f8fc;color:#2d3748;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.7}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;left:0;position:fixed;right:0;top:0;transition:box-shadow .3s;z-index:100}.navbar--scrolled{box-shadow:0 2px 20px #00000014}.navbar__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:.8rem 1.5rem}.navbar__logo{color:#6c5ce7;font-size:1.3rem;font-weight:700;text-decoration:none}.navbar__links{align-items:center;display:flex;gap:.5rem}.navbar__links a,.navbar__links button{background:none;border:none;border-radius:8px;color:#4a5568;cursor:pointer;font-family:inherit;font-size:.95rem;padding:.4rem .8rem;text-decoration:none;transition:all .2s}.navbar__links a:hover,.navbar__links button:hover{background:#eee8ff;color:#6c5ce7}.navbar__cta{background:linear-gradient(135deg,#6c5ce7,#a29bfe)!important;color:#fff!important;font-weight:600}.navbar__cta:hover{opacity:.9;transform:translateY(-1px)}.navbar__toggle{background:none;border:none;color:#4a5568;cursor:pointer;display:none;font-size:1.5rem}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:92vh;padding:6rem 1.5rem 4rem;text-align:center}.hero--story{background:linear-gradient(135deg,#f093fb,#f5576c);min-height:50vh}.hero__text h1{font-size:3rem;font-weight:800;margin-bottom:.8rem}.hero__text p{font-size:1.2rem;opacity:.92}.hero__sub{font-size:1.05rem;margin-top:.5rem;opacity:.8}.highlight{color:#ffd32a}.hero__magic{cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:600;margin-bottom:.5rem;position:relative;transition:transform .3s}.hero__magic:hover{transform:scale(1.05)}.sparkles{animation:sparkleUp 1s ease-out forwards;font-size:1.5rem;left:50%;pointer-events:none;position:absolute;top:-10px;transform:translateX(-50%)}@keyframes sparkleUp{0%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}to{opacity:0;transform:translateX(-50%) translateY(-40px) scale(1.5)}}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.hero__split{align-items:center;display:flex;gap:3rem;margin:0 auto;max-width:1100px;width:100%}.hero__split .hero__text{flex:1 1;text-align:left}.hero__split .hero__buttons{justify-content:flex-start}.hero__video{border:3px solid #fff3;border-radius:16px;box-shadow:0 12px 40px #0000004d;flex-shrink:0;height:480px;overflow:hidden;width:320px}.hero__video iframe{border:none;height:100%;width:100%}.btn{border-radius:50px;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s}.btn--primary{background:#fff;color:#6c5ce7}.btn--primary:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.btn--outline,button.btn--outline{border:2px solid #fff;color:#fff}button.btn--outline{background:none;cursor:pointer;font-family:inherit}button.btn--outline:hover{background:#fff;color:#6c5ce7}.section{margin:0 auto;max-width:1100px;padding:5rem 1.5rem}.section--alt{background:#f0edff;max-width:100%}.section--alt>*{margin-left:auto;margin-right:auto;max-width:1100px}.section__title{color:#2d3748;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.about-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.about-grid--2col{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:2rem;transition:transform .3s,box-shadow .3s}.card--wide{margin:1.5rem 0}.card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-4px)}.card h3{color:#6c5ce7;font-size:1.2rem;margin-bottom:.8rem}.card p{color:#4a5568;font-size:.95rem}.skills-grid{grid-gap:1rem;color:#4a5568;display:grid;font-size:.9rem;gap:1rem;grid-template-columns:repeat(4,1fr)}.skills-grid div{background:#f7f8fc;border-radius:10px;padding:.8rem}.skills-grid strong{color:#6c5ce7;display:block;margin-bottom:.3rem}.card--project{border-top:4px solid #6c5ce7}.card__link{color:#6c5ce7;display:inline-block;font-weight:600;margin-top:1rem;text-decoration:none}.card__link:hover{text-decoration:underline}.contact__intro{color:#4a5568;font-size:1.1rem;margin-bottom:2rem;text-align:center}.contact-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:700px}.card--contact{align-items:center;color:#4a5568;display:flex;font-weight:500;gap:.6rem;justify-content:center;padding:1.2rem 1.5rem;text-align:center;text-decoration:none}.card--contact span{font-size:1.4rem}.card--contact:hover{color:#6c5ce7}.video-wrapper{text-align:center}.video-wrapper iframe{border:none;border-radius:16px;box-shadow:0 8px 30px #0000001f;max-width:100%}.tags{display:flex;flex-wrap:wrap;gap:.4rem}.tag{background:#eee8ff;border-radius:50px;color:#6c5ce7;font-size:.78rem;font-weight:600;padding:.25rem .7rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-bottom:3rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;display:flex;flex-direction:column;gap:.3rem;padding:1.5rem 1rem;text-align:center;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-card__icon{font-size:1.8rem}.stat-card__value{font-size:2rem;font-weight:800}.stat-card__label{font-size:.85rem;opacity:.9}.timeline{margin:0 auto;max-width:800px;padding-left:2.5rem;position:relative}.timeline:before{background:linear-gradient(180deg,#6c5ce7,#a29bfe);border-radius:3px;bottom:0;content:"";left:.7rem;position:absolute;top:0;width:3px}.timeline__item{margin-bottom:2.5rem;position:relative}.timeline__item:last-child{margin-bottom:0}.timeline__dot{background:#6c5ce7;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #6c5ce7;height:14px;left:-2.15rem;position:absolute;top:.3rem;width:14px}.timeline__content{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:1.5rem 2rem}.timeline__phase{background:#6c5ce7;border-radius:50px;color:#fff;display:inline-block;font-size:.8rem;font-weight:700;margin-bottom:.5rem;padding:.2rem .8rem}.timeline__time{color:#a0aec0;display:block;font-size:.85rem;margin-bottom:.4rem}.timeline__content h3{color:#2d3748;font-size:1.1rem;margin-bottom:.6rem}.timeline__content ul{list-style:none;margin-bottom:.8rem;padding:0}.timeline__content li{color:#4a5568;font-size:.93rem;margin-bottom:.4rem;padding-left:1.2rem;position:relative}.timeline__content li:before{color:#6c5ce7;content:"▸";font-weight:700;left:0;position:absolute}.stat-card--gaming{background:linear-gradient(135deg,#00b894,#00cec9)}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard-card{padding:1.5rem 2rem}.dashboard-card--wide{grid-column:1/-1}.bar-chart{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.bar-chart__row{align-items:center;display:flex;gap:.8rem}.bar-chart__label{color:#2d3748;font-size:.9rem;font-weight:600;text-align:right;width:80px}.bar-chart__track{background:#eee8ff;border-radius:12px;flex:1 1;height:22px;overflow:hidden}.bar-chart__fill{animation:barGrow 1s ease-out forwards;border-radius:12px;height:100%;transform-origin:left;width:0}.bar-chart__pct{color:#6c5ce7;font-size:.85rem;font-weight:700;width:40px}@keyframes barGrow{to{width:var(--w)}}.bar-chart__fill{--w:0}.tech-rings{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1rem}.ring-item{align-items:center;display:flex;flex-direction:column;gap:.4rem}.ring-item__label{color:#2d3748;font-size:.85rem;font-weight:600}.ring{height:70px;position:relative;width:70px}.ring svg{height:100%;transform:rotate(-90deg);width:100%}.ring__bg{fill:none;stroke:#eee8ff;stroke-width:3}.ring__fill{fill:none;stroke:#6c5ce7;stroke-width:3;stroke-linecap:round;stroke-dasharray:0,100;animation:ringDraw 1.2s ease-out forwards}.ring__text{color:#6c5ce7;font-size:.75rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes ringDraw{to{stroke-dasharray:0,100;stroke-dasharray:var(--ring-pct,0),100}}.findings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:1rem}.finding{align-items:flex-start;background:#f7f8fc;border-radius:12px;display:flex;gap:.6rem;padding:1rem}.finding__icon{flex-shrink:0;font-size:1.5rem}.finding p{color:#4a5568;font-size:.9rem;margin:0}.story-timeline{margin:0 auto;max-width:800px;padding-left:3rem;position:relative}.story-timeline:before{background:linear-gradient(180deg,#e74c3c,#e67e22,#6c5ce7,#00b894,#fdcb6e,#0984e3);border-radius:3px;bottom:0;content:"";left:1.1rem;position:absolute;top:0;width:3px}.story-chapter{margin-bottom:2.5rem;position:relative}.story-chapter:last-child{margin-bottom:0}.story-chapter__marker{align-items:center;border-radius:50%;box-shadow:0 3px 10px #00000026;display:flex;font-size:1.2rem;height:40px;justify-content:center;left:-2.55rem;position:absolute;top:.2rem;width:40px}.story-chapter__card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:1.8rem 2rem;transition:transform .3s}.story-chapter__card:hover{transform:translateY(-3px)}.story-chapter__card h3{font-size:1.2rem;margin-bottom:.6rem}.story-chapter__card p{color:#4a5568;font-size:.95rem;line-height:1.8}.lyrics-section{background:#1e1e2e;padding:3rem 1.5rem}.lyrics-ide{border-radius:12px;box-shadow:0 8px 30px #0006;font-family:Consolas,Courier New,monospace;margin:0 auto;max-width:700px;overflow:hidden}.lyrics-ide__titlebar{align-items:center;background:#2d2d3f;display:flex;gap:.8rem;padding:.7rem 1rem}.lyrics-ide__dots{display:flex;gap:6px}.lyrics-ide__dots span{border-radius:50%;height:12px;width:12px}.lyrics-ide__filename{color:#888;font-size:.85rem}.lyrics-ide__body{max-height:400px;overflow-y:auto;padding:1.2rem 0}.lyrics-line{border-left:3px solid #0000;display:flex;padding:.25rem 1.2rem;transition:all .3s}.lyrics-line--active{background:#6c5ce726;border-left-color:#6c5ce7}.lyrics-line--past{opacity:.4}.lyrics-line__num{color:#555;flex-shrink:0;font-size:.85rem;margin-right:1.2rem;text-align:right;-webkit-user-select:none;user-select:none;width:30px}.lyrics-line__text{color:#ccc;font-size:.95rem}.lyrics-kw{color:#c678dd}.lyrics-fn{color:#61afef}.lyrics-str{color:#98c379}.lyrics-comment{color:#5c6370}.lyrics-cursor{animation:blink .8s infinite;color:#6c5ce7}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.music-toggle{background:linear-gradient(135deg,#6c5ce7,#a29bfe);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #6c5ce766;color:#fff;cursor:pointer;font-size:1.4rem;height:50px;position:fixed;right:2rem;transition:transform .3s;width:50px;z-index:200}.music-toggle:hover{transform:scale(1.1)}.footer{border-top:1px solid #e2e8f0;color:#a0aec0;font-size:.9rem;margin-top:2rem;padding:2rem;text-align:center}@media (max-width:768px){.navbar__toggle{display:block}.navbar__links{background:#fff;box-shadow:0 8px 20px #00000014;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.navbar__links--open{display:flex}.hero__text h1{font-size:2rem}.hero__text p{font-size:1rem}.about-grid--2col{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=main.ea774d8c.css.map*/