@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 #07cdf0cc;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 #000000b3;background:linear-gradient(45deg,#000,#1d1c1c)!important}.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:#fffcfce6;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:#40e0d0;scale:1.05}.nav-item:active{transform:scale(.8)}.audio-bar{transform-origin:0;background-color:#dce2e79a;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(16px);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(5px);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;transition:border-color .4s,box-shadow .4s;overflow:hidden;box-shadow:0 10px 30px #00000080}.wrapper-rock .profile-image-container{border-color:#f00c;box-shadow:0 10px 30px #ff000040}.wrapper-jazz .profile-image-container{border-color:#88756dcc;box-shadow:0 10px 30px #88756d40}.wrapper-pop .profile-image-container{border-color:#ff1493cc;box-shadow:0 10px 30px #ff149340}.wrapper-lofi .profile-image-container{border-color:#583db8cc;box-shadow:0 10px 30px #583db840}.wrapper-rap .profile-image-container{border-color:#2aa112cc;box-shadow:0 10px 30px #2aa11240}.wrapper-country .profile-image-container{border-color:#99733dcc;box-shadow:0 10px 30px #99733d40}.profile-image{object-fit:cover;width:100%;height:100%;transition:transform .3s ease-in-out;animation:4s ease-in-out infinite pulse}.link{letter-spacing:.06em;text-transform:uppercase;color:#fff9;background:#0f0f0fb4;border:1px solid #07818a80;border-radius:999px;margin-top:.5rem;padding:8px 22px;font-family:Space Grotesk,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .25s,border-color .25s,background .25s;display:inline-block}.link:hover{color:#07818a;background:#07818a14;border-color:#07818ae6}.wrapper-rock .link{border-color:#ff000080}.wrapper-rock .link:hover{color:red;background:#ff000014;border-color:#ff0000e6}.wrapper-jazz .link{border-color:#88756d80}.wrapper-jazz .link:hover{color:#88756d;background:#88756d14;border-color:#88756de6}.wrapper-pop .link{border-color:#ff149380}.wrapper-pop .link:hover{color:#ff1493;background:#ff149314;border-color:#ff1493e6}.wrapper-lofi .link{border-color:#583db880}.wrapper-lofi .link:hover{color:#583db8;background:#583db814;border-color:#583db8e6}.wrapper-rap .link{border-color:#2aa11280}.wrapper-rap .link:hover{color:#2aa112;background:#2aa11214;border-color:#2aa112e6}.wrapper-country .link{border-color:#99733d80}.wrapper-country .link:hover{color:#99733d;background:#99733d14;border-color:#99733de6}.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)}.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}}.skills-section{-webkit-backdrop-filter:blur(16px)saturate(1.6);background:#00000050;border:1px solid #fff3;border-radius:12px;width:90%;max-width:680px;margin:50px auto;padding:2rem;box-shadow:0 4px 30px #00000080}.skills-heading{letter-spacing:.1em;text-transform:uppercase;-webkit-text-stroke:1px #0006;background-color:#ffffff80;border-radius:4px;margin:0 0 1.5rem;padding:.2rem .5rem;font-size:1.4rem;font-weight:800}.skill-row{opacity:0;flex-direction:column;gap:5px;margin-bottom:1.1rem;animation:.4s ease-out forwards skillRowIn;display:flex;transform:translate(-12px)}@keyframes skillRowIn{to{opacity:1;transform:translate(0)}}.skill-meta{justify-content:space-between;align-items:baseline;display:flex}.skill-name{letter-spacing:.03em;color:#ffffffe8;font-size:1rem;font-weight:700}.skill-level{letter-spacing:.06em;text-transform:uppercase;color:#fffc;font-family:Space Grotesk,sans-serif;font-size:.75rem;font-weight:400}.skill-track{background:#ffffff14;border-radius:999px;width:100%;height:6px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}.skill-fill{border-radius:999px;width:0%;height:100%;transition:width .9s cubic-bezier(.25,1,.5,1);position:relative}.skill-fill:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);width:40%;height:100%;animation:2.2s ease-in-out infinite shineSweep;position:absolute;top:0;left:-40%}@keyframes shineSweep{0%{left:-40%}60%{left:110%}to{left:110%}}.skills-section--rock{border:1px double #f009}.skills-section--jazz{border:1px double #88756d99}.skills-section--pop{border:1px double #ff149399}.skills-section--lofi{border:1px double #583db899}.skills-section--rap{border:1px double #2aa11299}.skills-section--country{border:1px double #99733d99}.skill-fill--default{background:linear-gradient(90deg,#07818ae6,#08d5e4d9);box-shadow:0 0 8px #08d5e466}.skill-fill--rock{background:linear-gradient(90deg,#b40000e6,#ff0000d9);box-shadow:0 0 8px #f006}.skill-fill--jazz{background:linear-gradient(90deg,#64554fe6,#88756dd9);box-shadow:0 0 8px #88756d66}.skill-fill--pop{background:linear-gradient(90deg,#c80a6ee6,#ff1493d9);box-shadow:0 0 8px #ff149366}.skill-fill--lofi{background:linear-gradient(90deg,#3c288ce6,#583db8d9);box-shadow:0 0 8px #583db866}.skill-fill--rap{background:linear-gradient(90deg,#1e780ce6,#2aa112d9);box-shadow:0 0 8px #2aa11266}.skill-fill--country{background:linear-gradient(90deg,#6e5228e6,#99733dd9);box-shadow:0 0 8px #99733d66}@media (width<=768px){.skills-heading{font-size:1.1rem}.skill-name{font-size:.85rem}.skill-track{height:5px}}.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:#f00c;--theme-font:"Rock Salt", cursive}[data-theme=jazz] .projects-wrapper{--theme-accent:#88756dcc;--theme-font:"Limelight", cursive}[data-theme=pop] .projects-wrapper{--theme-accent:#ff1493cc;--theme-font:"Bungee Shade", cursive}[data-theme=rap] .projects-wrapper{--theme-accent:#2aa112cc;--theme-font:"Permanent Marker", cursive}[data-theme=country] .projects-wrapper{--theme-accent:#99733dcc;--theme-font:"Special Elite", serif}[data-theme=lofi] .projects-wrapper{--theme-accent:#9d8df7cc;--theme-font:"Changa One", sans-serif}.projects-page-title{font-family:var(--theme-font);color:#fff;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 #0006;margin:0;padding:10px 20px;font-size:2rem}.project-card{border:2px solid var(--theme-accent);background:#000000bf;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:250px;height:fit-content;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:#000000e8;transform:scale(1.02)translateY(-10px)}.card-image-wrapper{background:#ffffff1a;flex-shrink:0;width:100%;height:50%;min-height:250px;overflow:hidden}.card-image{object-fit:cover;width:100%;height:100%;margin:0;transition:transform .5s}.project-card:hover .card-image{animation:2s infinite pulse;transform:scale(1.1)}.card-content{flex-direction:column;justify-content:flex-start;max-height:180px;padding:1.5rem;display:flex;position:relative}.card-title{color:#fff;margin:0 0 .5rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.card-subtitle{color:gray;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-family:Oswald,sans-serif;font-size:1rem;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;position:absolute;bottom:10px;right:10px;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{margin-top:40px;margin-bottom:-30px;font-size:1.1rem}.project-card{width:300px;height:400px;margin-right:20px}.card-image-wrapper{height:200px}}.contact-wrapper{-webkit-backdrop-filter:blur(16px)saturate(1.8);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}.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{opacity:.9;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;-webkit-backdrop-filter:blur(8px)saturate(1.6);background:#00000080;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}}.mini-player{z-index:9999;-webkit-backdrop-filter:blur(8px)saturate(1.6);background:#0c0c0c66;border:1px double #a6b9bb46;border-radius:999px;align-items:center;gap:12px;padding:10px 16px;animation:.4s cubic-bezier(.16,1,.3,1) both playerFadeIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 40px 8px #000000e6,inset 0 1px #ffffff0a}@keyframes playerFadeIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.mini-player__label{letter-spacing:.08em;text-transform:uppercase;color:#08d5e4a8;text-shadow:0 2px 5px #08d5e480;white-space:nowrap;min-width:80px;font-family:Space Grotesk,sans-serif;font-size:11px;font-style:italic;font-weight:600}.mini-player__btn{cursor:pointer;color:#ffffffa2;background:#07818a4d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.mini-player__btn:hover{background:#07818a8c;transform:scale(1.08)}.mini-player__btn:active{transform:scale(.94)}.mini-player__volume{color:#ffffff80;align-items:center;gap:6px;display:flex}.mini-player__slider{appearance:none;cursor:pointer;background:#ffffff26;border-radius:999px;outline:none;width:72px;height:3px}.mini-player__slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#08d5e4;border-radius:50%;width:12px;height:12px;transition:transform .15s;box-shadow:0 0 6px #08d5e480}.mini-player__slider::-webkit-slider-thumb:hover{transform:scale(1.25)}.mini-player__slider::-moz-range-thumb{cursor:pointer;background:#08d5e4;border:none;border-radius:50%;width:12px;height:12px}.mini-player--rock{border-color:#ff0000b3}.mini-player--rock .mini-player__btn{background:#f003}.mini-player--rock .mini-player__btn:hover{background:#ff000061}.mini-player--rock .mini-player__label{color:red;text-shadow:0 2px 5px #ff000080}.mini-player--rock .mini-player__slider::-webkit-slider-thumb{background:red;box-shadow:0 0 6px #ff000080}.mini-player--rock .mini-player__slider::-moz-range-thumb{background:red}.mini-player--jazz{border-color:#88756db3}.mini-player--jazz .mini-player__btn{background:#88756d40}.mini-player--jazz .mini-player__btn:hover{background:#88756d73}.mini-player--jazz .mini-player__label{color:#88756d;text-shadow:0 2px 5px #88756d80}.mini-player--jazz .mini-player__slider::-webkit-slider-thumb{background:#88756d;box-shadow:0 0 6px #88756d80}.mini-player--jazz .mini-player__slider::-moz-range-thumb{background:#88756d}.mini-player--pop{border-color:#ff1493b3}.mini-player--pop .mini-player__btn{background:#ff149333}.mini-player--pop .mini-player__btn:hover{background:#ff149361}.mini-player--pop .mini-player__label{color:#ff1493;text-shadow:0 2px 5px #ff149380}.mini-player--pop .mini-player__slider::-webkit-slider-thumb{background:#ff1493;box-shadow:0 0 6px #ff149380}.mini-player--pop .mini-player__slider::-moz-range-thumb{background:#ff1493}.mini-player--lofi{border-color:#583db8b3}.mini-player--lofi .mini-player__btn{background:#583db840}.mini-player--lofi .mini-player__btn:hover{background:#583db873}.mini-player--lofi .mini-player__label{color:#583db8;text-shadow:0 2px 5px #583db880}.mini-player--lofi .mini-player__slider::-webkit-slider-thumb{background:#583db8;box-shadow:0 0 6px #583db880}.mini-player--lofi .mini-player__slider::-moz-range-thumb{background:#583db8}.mini-player--rap{border-color:#3deb1ab3}.mini-player--rap .mini-player__btn{background:#2aa11238}.mini-player--rap .mini-player__btn:hover{background:#2aa11266}.mini-player--rap .mini-player__label{color:#2aa112;text-shadow:0 2px 5px #2aa11280}.mini-player--rap .mini-player__slider::-webkit-slider-thumb{background:#2aa112;box-shadow:0 0 6px #2aa11280}.mini-player--rap .mini-player__slider::-moz-range-thumb{background:#2aa112}.mini-player--country{border-color:#99733db3}.mini-player--country .mini-player__btn{background:#99733d40}.mini-player--country .mini-player__btn:hover{background:#99733d73}.mini-player--country .mini-player__label{color:#99733d;text-shadow:0 2px 5px #99733d80}.mini-player--country .mini-player__slider::-webkit-slider-thumb{background:#99733d;box-shadow:0 0 6px #99733d80}.mini-player--country .mini-player__slider::-moz-range-thumb{background:#99733d}@media (width<=480px){.mini-player{border-radius:16px;justify-content:space-between;bottom:16px;left:16px;right:16px}.mini-player__slider{width:80px}}: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}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#222;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border:3px solid #222;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:#40e0d0d8 #222}.navbar,.contact-wrapper,.projects-wrapper{-webkit-backdrop-filter:blur(16px);will-change:backdrop-filter;background:#46454531;transform:translateZ(0)}.projects-wrapper{-webkit-backdrop-filter:none;backdrop-filter:none}.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 #07818acc;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)}}@keyframes pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes jiggle{0%,to{transform:translate(0)}25%{transform:translate(-5px,-5px)}50%{transform:translate(5px,-5px)}75%{transform:translate(-5px,5px)}}@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}}
