@import "https://fonts.googleapis.com/css2?family=Bungee+Shade&family=Changa+One:ital@0;1&family=Corinthia:wght@400;700&family=Limelight&family=Oswald:wght@200..700&family=Permanent+Marker&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rock+Salt&family=Space+Grotesk:wght@300..700&family=Special+Elite&display=swap";.navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid #07cdf0b3;justify-content:space-between;align-items:center;width:100%;height:70px;padding:2rem;font-family:Special Elite,cursive;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 30px #00000080}.nav-brand{cursor:pointer;align-items:center;gap:12px;display:flex}.nav-logo-placeholder{background-color:#ff4500;border-radius:4px;width:32px;height:32px}.nav-title{letter-spacing:.05em;background:linear-gradient(-45deg,#1797d3,#1ac592);-webkit-text-fill-color:transparent;letter-spacing:.2em;-webkit-background-clip:text;margin-left:10px;font-family:Special Elite,cursive;font-size:1.25rem;font-weight:700}.nav-title a{color:inherit;text-decoration:none!important}a{color:inherit;text-decoration:none}.nav-links{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{color:#fff9;text-transform:uppercase;letter-spacing:.1em;flex-direction:column;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex;position:relative}.nav-logo{border-radius:4px;justify-content:center;align-items:center;display:flex}.nav-logo img{object-fit:cover;width:72px;height:72px}.nav-item:hover,.nav-item.active{color:#fff}.audio-bar{transform-origin:0;background-color:#fff;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-item:hover .audio-bar,.nav-item.active .audio-bar{transform:scaleX(1)}.menu-icon{color:#19e7eecc;cursor:pointer;z-index:1001;margin-top:12px;font-size:1.8rem;display:none}@media screen and (width<=768px){.nav-links{gap:1rem}.menu-icon{color:#19e7eecc;cursor:pointer;z-index:1001;font-size:1.8rem;display:block}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#09090bf2;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:calc(100vh - 70px);transition:right .4s ease-in-out;position:fixed;top:70px;right:-100%}.nav-links.active{right:0}.nav-item{font-size:1.5rem}.nav-title{letter-spacing:.1em;font-size:1rem}.nav-logo img{width:48px;height:48px}}.about-wrapper{-webkit-backdrop-filter:blur(8px);z-index:10;background:#0c0c0ccc;border-top:0;border-bottom:2px solid #a6b9bb46;border-bottom-right-radius:20%;border-bottom-left-radius:20%;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:fit-content;margin:auto;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px 8px #000000e6}.wrapper-rock{border-bottom:2px solid #ff0000b3}.wrapper-jazz{border-bottom:2px solid #88756db3}.wrapper-pop{border-bottom:2px solid #ff1493b3}.wrapper-lofi{border-bottom:2px solid #583db8b3}.wrapper-rap{border-bottom:2px solid #3deb1ab3}.wrapper-country{border-bottom:2px solid #99733db3}.about-content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:160px 40px 30px;animation:.8s ease-out forwards fadeIn;display:flex}.about-background{object-fit:cover;filter:blur(3px);opacity:.4;z-index:-1;width:110vw;height:auto;position:absolute;top:0;left:0}.profile-image-container{border:3px solid #07818acc;border-radius:50%;width:250px;height:250px;margin:-80px auto -20px;overflow:hidden;box-shadow:0 10px 30px #00000080}.profile-image{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out;animation:4s ease-in-out infinite pulse}.about-title{letter-spacing:.05em;text-transform:uppercase;text-shadow:0 4px 10px var(--theme-accent,#e6deded3);-webkit-text-stroke:1px #00000080;margin:0 auto;font-size:2.3rem;font-weight:800;transform:rotate(0)}.subtitle{color:#fffc;margin:0 auto;font-size:1rem;font-weight:300}.about-paragraph{color:#ffffffd9;width:90%;margin:0 auto;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.4}.rock{color:red;font-family:Rock Salt,cursive;font-weight:900!important}.jazz{color:#88756d;font-family:Limelight,display}.pop{color:#ff1493;font-family:Bungee Shade,cursive}.rap{color:#2aa112;font-family:Permanent Marker,cursive}.country{color:#99733d;font-family:Special Elite,system-ui}.lofi{color:#583db8;font-family:Changa One,sans-serif}.subtitle{color:#08d5e4a8;text-shadow:0 2px 5px #08d5e480;margin-bottom:0;font-size:1rem;font-style:italic;font-weight:300}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes flip{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}to{transform:rotateY(360deg)}}@media (width<=768px){.about-title{margin:0;font-size:1.5rem}.profile-image-container{width:150px;height:150px}.about-paragraph{font-size:.9rem}.about-wrapper{width:100vw;height:fit-content;padding-top:20px}.about-background{width:120vw;height:100vh;margin-top:-40px}}.projects-wrapper{z-index:10;--theme-accent:#07818a;--theme-font:"Space Grotesk", sans-serif;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;max-height:100vh;padding:10px 0;display:flex;overflow:hidden}[data-theme=rock] .projects-wrapper{--theme-accent:#f14e4e;--theme-font:"Rock Salt", cursive}[data-theme=jazz] .projects-wrapper{--theme-accent:#88756d;--theme-font:"Limelight", cursive}[data-theme=pop] .projects-wrapper{--theme-accent:#f35bac;--theme-font:"Bungee Shade", cursive}[data-theme=rap] .projects-wrapper{--theme-accent:#40db21;--theme-font:"Permanent Marker", cursive}[data-theme=country] .projects-wrapper{--theme-accent:#cc974e;--theme-font:"Special Elite", serif}[data-theme=lofi] .projects-wrapper{--theme-accent:#9d8df7;--theme-font:"Changa One", sans-serif}.projects-page-title{font-family:var(--theme-font);color:var(--theme-accent);text-transform:uppercase;text-align:center;letter-spacing:.2rem;z-index:15;text-shadow:0 0 10px var(--theme-accent), 0 0 20px var(--theme-accent);-webkit-text-stroke:1px #0000009a;margin:0;padding:10px 20px;font-size:2rem}.project-card{border:2px solid var(--theme-accent);background:#000000b3;border-radius:20px;flex-direction:column;flex-shrink:0;width:500px;height:500px;margin-right:40px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;overflow:hidden}.project-card:hover{box-shadow:0 10px 20px var(--theme-accent);border:3px solid var(--theme-accent);background:#000000d9;transform:scale(1.02)translateY(-10px)}.card-image-wrapper{border-bottom:3px solid #000;flex-shrink:0;width:100%;height:320px;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .card-image{transform:scale(1.1)}.card-content{flex-direction:column;justify-content:flex-start;height:180px;padding:1.5rem;display:flex}.card-title{color:#fff;margin:0 0 .5rem;font-family:Playfair Display,serif;font-size:1.5rem}.card-subtitle{color:#ffffffb3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-family:Oswald,sans-serif;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.card-links{gap:20px;margin-top:auto;display:flex}.card-links a{color:var(--theme-accent);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .3s}.card-links a:hover{color:#fff}.marquee-container{cursor:pointer;align-items:center;width:100%;padding:40px 0;display:flex;overflow:hidden}.marquee-content{width:max-content;animation:40s linear infinite scrollMarquee;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}.card-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;display:flex}.card-title{flex:1;margin:0;padding-right:10px}.category-icon-pill{color:var(--theme-accent);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;padding:8px;font-size:1.2rem;transition:all .3s;display:flex;box-shadow:0 0 10px #0003}.project-card:hover .category-icon-pill{border-color:var(--theme-accent);box-shadow:0 0 15px var(--theme-accent);background:#ffffff1a;transform:translateY(-2px)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.project-card{flex-shrink:0}@media (width<=768px){.projects-page-title{font-size:1.5rem;top:80px}.project-card{width:300px;height:400px;margin-right:20px}.card-image-wrapper{height:200px}}.contact-wrapper{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;z-index:10;background:#14141448;border:1px solid #40e0d0;border-top:none;border-radius:0 0 24px 24px;width:80%;max-width:650px;height:fit-content;margin:auto;padding:130px 40px 40px;box-shadow:0 25px 50px -12px #00000080;-webkit-backdrop-filter:blur(16px)!important}.theme-styled-title{color:var(--theme-accent);text-transform:uppercase;text-shadow:0 0 5px #35dcf1,0 0 10px #a3eef3,0 0 20px #05dae9;-webkit-text-stroke:2px #132a3099;margin-bottom:.5rem;font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:700}.icon{font-size:25px}.contact-subtitle{color:#ffffffb3;margin-bottom:0;font-family:Space Grotesk,sans-serif}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.input-group input,.input-group textarea{color:#fff;background:#0009;border:1px solid #ffffff7e;border-radius:12px;width:100%;padding:1rem;font-family:Space Grotesk,sans-serif;transition:all .3s}.input-group textarea{resize:vertical;min-height:150px}.input-group input:focus,.input-group textarea:focus{background:#00000080;border-color:#40e0d0;outline:none}.contact-btn{color:#fff;font-family:var(--theme-font);cursor:pointer;text-transform:uppercase;background:#00000080;border:1px solid #40e0d0;border-radius:12px;width:70%;margin:0 auto;padding:.7rem;font-size:1.1rem;transition:transform .2s,filter .2s}.contact-btn:hover{filter:brightness(1.2);color:#40e0d0;transform:translateY(-2px)}.contact-btn:disabled{opacity:.5;cursor:not-allowed}.contact-success{padding:2rem 0}@media (width<=600px){.contact-wrapper{width:calc(100vw - 30px);padding:100px 30px 30px}}:root{--bg-dark:#09090b;--accent-cyan:#08d5e4;--accent-blue:#1c67c9}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background-color:#0000;min-height:100vh;font-family:Space Grotesk,sans-serif;line-height:1.4;overflow-x:hidden}.app-container{z-index:1;background-color:var(--bg-dark);isolation:isolate;width:100%;min-height:100vh;position:relative}.navbar,.contact-wrapper,.projects-wrapper{-webkit-backdrop-filter:blur(16px);will-change:backdrop-filter;background:#46454531;transform:translateZ(0)}.navbar{-webkit-backdrop-filter:blur(12px);background:#09090be6}.link{color:#fff;cursor:pointer;background-color:#00000093;border:1px solid #00ffff9f;border-radius:4px;padding:.5rem 1rem;font-size:1.3rem;font-weight:700;text-decoration:none;transition:color .3s,transform .3s;box-shadow:0 4px 15px #171818c4}.link:hover{color:var(--accent-cyan);background-color:#000000b3;border:1px dotted #00ffff9f;transform:translateY(-3px)}.video-bg{object-fit:cover;z-index:-2;width:100vw;height:100vh;position:fixed;top:0;left:0}.video-overlay{z-index:-1;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.selector-page{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 60px);display:flex;position:relative;background:0 0!important}.content-wrapper{z-index:20;background:0 0;flex-direction:column;align-items:center;width:100vw;display:flex;position:relative}.title{text-transform:uppercase;letter-spacing:.1em;opacity:.8;color:#fff;-webkit-text-stroke:1px #0ad8e74d;will-change:transform, opacity, filter;backface-visibility:hidden;margin-top:5rem;margin-bottom:-3rem;font-family:Rock Salt,cursive;font-size:1.5rem;font-weight:700;transition:all .3s;animation:2s ease-in-out infinite glow;transform:rotate(-13deg);opacity:1!important}.title2{opacity:.9;background:linear-gradient(90deg,#1e90ff,#40e0d0,#1e90ff);-webkit-text-fill-color:transparent;filter:drop-shadow(0 12px 14px #0b58e6e0);-webkit-text-stroke:1px #1718184d;-webkit-background-clip:text;background-clip:text;margin-top:4rem;margin-bottom:-4rem;font-family:Corinthia,cursive;transition:all .3s;font-size:3.5rem!important}.logo{object-fit:cover;z-index:0;border:2px solid #07818a4d;border-radius:50%;width:180px;height:180px;position:fixed;top:25%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 25px #0009}.ghost-wrapper.vertical-fan{justify-content:center;width:100%;max-width:500px;height:180px;margin-top:2rem;margin-bottom:-3rem;transition:all .3s;display:flex;position:relative;overflow:visible}.tape-container.vertical{filter:drop-shadow(0 8px 15px #00000080);width:105px;height:145px;transition:filter .3s;position:relative}.tape-container.vertical:hover{filter:drop-shadow(0 5px 10px #33ebf1cc)}.tape-image{object-fit:cover;border-radius:4px;width:100%;height:100%}@keyframes glow{0%,to{}50%{text-shadow:0 0 5px #08d5e480,0 0 10px #08d5e466,0 0 20px #08d5e480;-webkit-text-stroke:1px #0ad8e74d}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=768px){.title{will-change:transform, opacity, filter;backface-visibility:hidden;-webkit-text-stroke:1px #0ad8e74d;margin-bottom:3rem;font-size:2.8rem;animation:4s ease-in-out infinite glow;transform:rotate(-13deg);opacity:1!important}.logo{width:280px;height:280px;top:30%}.ghost-wrapper.vertical-fan{height:220px;margin-top:0;transform:scale(1.1)}.tape-container.vertical{width:150px;height:210px}.title2{z-index:10;position:fixed;bottom:12%;left:50%;transform:translate(-50%);font-size:4.5rem!important}}
