.app{position:relative;min-height:100vh}.particles-canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.orbs{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.35;animation:orbFloat 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:var(--accent);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:#ec4899;bottom:-10%;right:-5%;animation-delay:-7s}.orb-3{width:350px;height:350px;background:var(--accent-secondary);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(40px,-30px) scale(1.05)}50%{transform:translate(-20px,40px) scale(.95)}75%{transform:translate(30px,20px) scale(1.02)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0a0a1a99;border-bottom:1px solid var(--glass-border)}.nav-logo{font-size:1.1rem;font-weight:700;letter-spacing:-.02em;font-family:var(--font-mono)}.logo-accent{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.85rem;font-weight:500;color:var(--text-secondary);transition:color .3s;letter-spacing:.02em}.nav-links a:hover{color:var(--text-primary)}.section{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:5rem 2rem}.section-label{display:inline-block;font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:2.5rem}.glass-card{background:var(--glass-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:16px;padding:1.75rem;transition:background .3s,border-color .3s,box-shadow .3s}.glass-card:hover{background:var(--glass-hover);border-color:#ffffff1f;box-shadow:0 8px 32px #0003}.gradient-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.accent{color:var(--accent)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;transition:all .3s;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 20px var(--accent-glow)}.btn-primary:hover{box-shadow:0 6px 30px #7c5bf580;transform:translateY(-2px)}.btn-glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);color:var(--text-primary)}.btn-glass:hover{background:var(--glass-hover);border-color:#ffffff26;transform:translateY(-2px)}.hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:6rem 2rem 4rem}.hero-content{max-width:700px;display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-border);font-size:.8rem;font-weight:500;color:var(--text-secondary);margin-bottom:1.5rem}.badge-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e99;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.4rem,6vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--text-secondary);max-width:480px;margin:0 auto 2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.scroll-indicator{display:none}.about-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:start}.about-card{padding:2rem}.about-text p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.about-text p:last-child{margin-bottom:0}.about-text strong{color:var(--text-primary);font-weight:600}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{text-align:center;padding:1.25rem}.stat-value{display:block;font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{display:flex;flex-direction:column;position:relative;cursor:pointer;text-decoration:none}.project-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#7c5bf51f;color:var(--accent);margin-bottom:1rem}.project-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.project-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.6;flex:1;margin-bottom:1rem}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{font-size:.7rem;font-weight:500;font-family:var(--font-mono);padding:.25rem .6rem;border-radius:6px;background:#7c5bf51a;color:var(--accent);border:1px solid rgba(124,91,245,.15)}.project-arrow{position:absolute;top:1.75rem;right:1.75rem;color:var(--text-muted);transition:color .3s,transform .3s}.project-card:hover .project-arrow{color:var(--accent);transform:translate(2px,-2px)}.car-page-hero{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:6rem 2rem 2rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;color:var(--text-muted);margin-bottom:1.5rem;transition:color .3s}.back-link:hover{color:var(--accent)}.car-page-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:.75rem}.car-page-subtitle{font-size:clamp(.9rem,2vw,1.1rem);color:var(--text-secondary);font-family:var(--font-mono);font-weight:400;letter-spacing:.02em}.car-subsection-title{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:left}.nav-active{color:var(--accent)!important}.car-section{text-align:center}.car-hero-image{width:100%;aspect-ratio:16 / 7;margin-bottom:2rem;overflow:hidden;padding:0}.car-hero-image .image-placeholder{height:100%}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:160px;color:var(--text-muted);border:2px dashed var(--glass-border);border-radius:14px;transition:border-color .3s,color .3s}.image-placeholder:hover{border-color:var(--accent);color:var(--accent)}.image-placeholder span{font-size:.8rem;font-weight:500;font-family:var(--font-mono)}.car-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.spec-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;text-align:center}.spec-icon{color:var(--accent);margin-bottom:.25rem}.spec-value{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.spec-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:500;font-family:var(--font-mono)}.car-about{text-align:left;margin-bottom:2.5rem;padding:2rem}.car-about h3{font-size:1.15rem;font-weight:700;margin-bottom:1rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.car-about p{color:var(--text-secondary);font-size:.95rem;line-height:1.7;margin-bottom:.75rem}.car-about p:last-child{margin-bottom:0}.car-gallery-title{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;text-align:left}.car-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}.gallery-item{aspect-ratio:4 / 3;overflow:hidden;padding:0}.gallery-item .image-placeholder{height:100%;min-height:unset}.car-mods{text-align:left;padding:2rem}.car-mods h3{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.mods-list{display:flex;flex-direction:column;gap:.75rem}.mod-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-secondary);padding:.6rem .75rem;border-radius:10px;transition:background .3s}.mod-item:hover{background:#ffffff08}.mod-check{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.75rem;font-weight:600;border:1px solid var(--glass-border);color:var(--text-muted);flex-shrink:0}.mod-done .mod-check{background:#7c5bf526;border-color:var(--accent);color:var(--accent)}.mod-done span:last-child{color:var(--text-primary);font-weight:500}.contact-section{text-align:center}.contact-subtitle{color:var(--text-secondary);font-size:1rem;margin-top:-1.5rem;margin-bottom:2.5rem}.contact-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.75rem;cursor:pointer;text-decoration:none;min-width:220px}.contact-card svg{color:var(--accent);flex-shrink:0}.contact-card div{display:flex;flex-direction:column;text-align:left}.contact-platform{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:500}.contact-handle{font-size:1rem;font-weight:600;color:var(--text-primary)}.discord-presence{position:relative;z-index:1;max-width:420px;margin:0 auto 2rem}.discord-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none}.discord-avatar-wrapper{position:relative;flex-shrink:0}.discord-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover}.discord-avatar-fallback{width:52px;height:52px;border-radius:50%;background:var(--glass-hover);display:flex;align-items:center;justify-content:center;color:var(--accent)}.discord-status-dot{position:absolute;bottom:0;right:0;width:14px;height:14px;border-radius:50%;border:3px solid var(--bg-primary)}.discord-status-dot.online{background:#23a55a}.discord-status-dot.idle{background:#f0b232}.discord-status-dot.dnd{background:#f23f43}.discord-status-dot.offline{background:#80848e}.discord-info{display:flex;flex-direction:column;min-width:0;flex:1}.discord-name{font-size:1rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discord-username{font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono)}.discord-activity{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.2rem}.discord-card>svg:last-child{color:#5865f2;flex-shrink:0;opacity:.5}.footer{position:relative;z-index:1;text-align:center;padding:3rem 2rem 2rem}.footer-line{width:60px;height:1px;background:var(--glass-border);margin:0 auto 1.5rem}.footer p{font-size:.8rem;color:var(--text-muted)}.hero-now-playing{width:100%;max-width:420px;margin:0 auto}.now-playing{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;cursor:pointer;text-decoration:none;border-radius:12px;width:100%;max-width:420px;box-sizing:border-box}.now-playing-idle{justify-content:center;gap:.5rem;padding:.6rem 1rem;cursor:default;margin:0 auto;text-align:center}.now-playing-idle svg{color:var(--accent);flex-shrink:0}.now-playing-idle .now-playing-label{color:var(--text-muted);font-size:.8rem}.now-playing-idle-link{font-size:.8rem;font-weight:500;color:var(--text-secondary);text-decoration:none;letter-spacing:.02em;transition:color .3s}.now-playing-idle-link:hover{color:var(--accent)}.now-playing-art{width:44px;height:44px;border-radius:8px;flex-shrink:0;object-fit:cover}.now-playing-info{display:flex;flex-direction:column;min-width:0;flex:1}.now-playing-label{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#1db954;font-family:var(--font-mono)}.now-playing-song{font-size:.85rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-playing-artist{font-size:.75rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-playing-album{font-size:.7rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.1rem}.now-playing>svg:last-child{color:#1db954;flex-shrink:0;opacity:.6}.eq-bars{display:flex;align-items:flex-end;gap:2px;height:10px}.eq-bars span{display:block;width:2px;background:#1db954;border-radius:1px;animation:eqBounce .8s ease-in-out infinite}.eq-bars span:nth-child(1){height:4px;animation-delay:0s}.eq-bars span:nth-child(2){height:8px;animation-delay:.15s}.eq-bars span:nth-child(3){height:5px;animation-delay:.3s}@keyframes eqBounce{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.now-playing-large{padding:1rem 1.25rem}.now-playing-art-large{width:72px;height:72px;border-radius:10px}.now-playing-song-large{font-size:1.05rem}.music-section{text-align:left}.playlists-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.playlist-embed{padding:1.25rem;overflow:hidden}.playlist-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.playlist-iframe{border-radius:12px;border:none;width:100%}@media (max-width: 768px){.navbar{padding:.75rem 1.25rem}.nav-links{gap:1.25rem}.nav-links a{font-size:.8rem}.section{padding:4rem 1.25rem}.about-grid{grid-template-columns:1fr}.car-specs,.car-gallery{grid-template-columns:repeat(2,1fr)}.hero-cta,.contact-links{flex-direction:column;align-items:center}.contact-card{width:100%;max-width:300px}.hero-now-playing{max-width:340px}.now-playing-art{width:36px;height:36px}.now-playing-art-large{width:56px;height:56px}.orb-1{width:300px;height:300px}.orb-2{width:250px;height:250px}.orb-3{width:200px;height:200px}.navbar{padding:.6rem 1rem}.nav-logo{font-size:.95rem}.nav-links{gap:.8rem}.nav-links a{font-size:.7rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.section-title{font-size:1.5rem}.about-stats{grid-template-columns:1fr}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0a0a1a;--bg-secondary: #0f0f2a;--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08);--glass-hover: rgba(255, 255, 255, .08);--text-primary: #e8e8f0;--text-secondary: #8888aa;--text-muted: #555570;--accent: #7c5bf5;--accent-glow: rgba(124, 91, 245, .3);--accent-secondary: #5eead4;--gradient-1: linear-gradient(135deg, #7c5bf5, #5eead4);--gradient-2: linear-gradient(135deg, #7c5bf5 0%, #ec4899 50%, #5eead4 100%);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg-primary)}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--accent);color:#fff}
