@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap";.nav{background:transparent;position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,backdrop-filter .3s ease}.nav-inner{max-width:1400px;margin:0 auto;padding:15px 80px;display:flex;justify-content:flex-start;align-items:center;position:relative}.nav-scrolled{background:#0a0a0af2;backdrop-filter:blur(10px)}.logo-link{text-decoration:none;display:inline-block;transition:transform .3s ease,filter .3s ease}.logo-link:hover{transform:scale(1.05);filter:drop-shadow(0 0 10px rgba(243,112,1,.4))}.logo-image{height:50px;width:auto;object-fit:contain;display:block}.nav-links{display:flex;gap:50px;justify-content:center;position:absolute;left:50%;transform:translate(-50%)}.nav a{color:#ffffffd9;text-decoration:none;font-weight:600;font-size:1.05rem;cursor:pointer;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#f37001,#e85c00);transition:width .3s ease}.nav a:hover{color:#f37001}.nav a:hover:after{width:100%}@media (max-width: 768px){.nav-inner{padding:12px 20px;flex-direction:column;gap:10px}.nav-links{position:static;transform:none;gap:25px}.nav a{font-size:.9rem}.logo-image{height:40px}}.footer{text-align:center;padding:40px;background:#0a0a0a;position:relative;z-index:2}.footer p{margin:10px 0;opacity:.85;font-size:.95rem}.footer a{color:#f37001;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.footer a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#f37001;transition:width .3s ease}.footer a:hover{text-shadow:0 0 10px rgba(243,112,1,.5)}.footer a:hover:after{width:100%}body{font-family:Open Sans,sans-serif;background:#0a0a0a;color:#fff;line-height:1.6}.home-page{width:100%}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start;min-height:calc(100vh - 120px);padding:40px 60px 0;background:transparent;position:relative}.hero-image-container{position:relative;z-index:1;display:flex;justify-content:flex-end;align-items:flex-end;height:100vh;padding-bottom:0}.hero-profile-image{width:100%;max-width:100%;height:auto;max-height:calc(100vh - 80px);object-fit:contain}.hero-text-container{display:flex;flex-direction:column;gap:20px;z-index:1;max-width:600px;text-align:center;justify-content:center;height:calc(100vh - 120px);padding-bottom:60px;align-self:end}.hero-title{font-family:Roboto,sans-serif;font-size:5.5rem;font-weight:700;line-height:1.15;margin-bottom:10px;color:#fff;padding-bottom:5px;text-shadow:0 0 40px rgba(255,255,255,.1)}.hero-title .orange{color:#f37001;text-shadow:0 0 30px rgba(243,112,1,.3)}.typewriter{display:inline}.cursor{display:inline-block;color:#f37001;animation:blink .8s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subtitle{font-size:2rem;font-weight:600;color:#f37001;line-height:1.2}.hero-description{font-size:1.15rem;color:#ffffffd9;line-height:1.8;margin:20px 0 0}.hero-cta{margin-top:15px;display:flex;gap:15px;justify-content:center}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:18px 50px;background:linear-gradient(135deg,#f37001,#e85c00);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 30px #f370014d;cursor:pointer;border:none;white-space:nowrap;position:relative;overflow:hidden;text-align:center}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #f3700180}.about-section{padding:120px 80px;background:linear-gradient(180deg,#1a1a1a,#121212);position:relative;z-index:2}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto}.about-text{text-align:left}.about-section h2{font-family:Roboto,sans-serif;font-size:3.5rem;margin-bottom:30px;text-align:left}.about-section h2 .white{color:#fff;text-shadow:0 0 30px rgba(255,255,255,.2)}.about-section h2 .orange{color:#f37001;text-shadow:0 0 30px rgba(243,112,1,.4)}.about-section p{font-size:1.3rem;color:#ffffffe6;max-width:800px;line-height:1.9;text-align:left}.about-image{display:flex;justify-content:center;align-items:center}.about-image img{max-width:100%;height:auto;border-radius:10px}.stream-section{padding:120px 80px;background:linear-gradient(180deg,#121212,#0d0d0d);position:relative;z-index:2}.stream-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto}.stream-text{text-align:right}.stream-section h2{font-family:Roboto,sans-serif;font-size:3.5rem;margin-bottom:30px;text-align:right}.stream-section h2 .white{color:#fff;text-shadow:0 0 30px rgba(255,255,255,.2)}.stream-section h2 .orange{color:#f37001;text-shadow:0 0 30px rgba(243,112,1,.4)}.stream-section p{font-size:1.3rem;color:#ffffffe6;max-width:800px;margin-left:auto;line-height:1.9;text-align:right}.twitch-container{max-width:1000px;margin:0 auto;position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;box-shadow:0 10px 40px #9146ff4d;transition:transform .3s ease,box-shadow .3s ease}.twitch-container:hover{transform:scale(1.02);box-shadow:0 20px 60px #9146ff80}.twitch-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.youtube-section{padding:120px 80px;background:linear-gradient(180deg,#0d0d0d,#0a0a0a);position:relative;z-index:2}.youtube-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto}.youtube-text{text-align:left}.youtube-section h2{font-family:Roboto,sans-serif;font-size:3.5rem;margin-bottom:30px;text-align:left}.youtube-section h2 .white{color:#fff;text-shadow:0 0 30px rgba(255,255,255,.2)}.youtube-section h2 .orange{color:#f37001;text-shadow:0 0 30px rgba(243,112,1,.4)}.youtube-section p{font-size:1.3rem;color:#ffffffe6;max-width:800px;line-height:1.9;text-align:left}.youtube-cta{margin-top:30px}.youtube-btn{background:linear-gradient(135deg,red,#c00)!important;box-shadow:0 10px 30px #ff00004d!important}.youtube-btn:hover{box-shadow:0 15px 40px #ff000080!important}.youtube-embed{display:flex;justify-content:center;align-items:center}.youtube-link{text-decoration:none;display:block}.youtube-container{display:flex;justify-content:center;align-items:center}.youtube-thumbnail{max-width:100%;height:auto;max-height:400px;transition:transform .3s ease,filter .3s ease}.youtube-thumbnail:hover{transform:scale(1.05);filter:drop-shadow(0 0 30px rgba(255,0,0,.4))}.merch-page{width:100%;padding:60px 80px 120px}.section-header{text-align:center;margin-bottom:80px}.section-header h1{font-family:Roboto,sans-serif;font-size:4rem;margin-bottom:20px;background:linear-gradient(135deg,#f37001,#e85c00,#f37001);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}.section-header p{font-size:1.3rem;color:#ffffffd9;max-width:700px;margin:0 auto}.products-section{width:100%}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.product-card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid rgba(243,112,1,.2);border-radius:15px;padding:30px;transition:all .3s ease;display:flex;flex-direction:column;gap:15px}.product-card:hover{border-color:#f3700180;box-shadow:0 15px 40px #f3700126;background:linear-gradient(135deg,#2a2a2a,#3a3a3a)}.product-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#f3700133,#e85c001a);border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(243,112,1,.2)}.product-icon{font-size:3rem;color:#f37001;font-weight:700;font-family:Roboto,sans-serif;opacity:.8}.product-card h3{font-family:Roboto,sans-serif;font-size:1.5rem;color:#fff;margin-top:10px}.product-card p{font-size:.95rem;color:#ffffffbf;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;border-top:1px solid rgba(243,112,1,.1)}.price{font-weight:700;font-size:1.3rem;color:#f37001}.buy-btn{padding:10px 24px;background:#f3700133;border:1px solid rgba(243,112,1,.4);color:#f37001;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.95rem}.buy-btn:hover{background:#f370014d;border-color:#f37001;color:#fff}.contact-page{width:100%;max-width:1400px;margin:0 auto;padding:60px 80px 120px}.contact-header{text-align:center;margin-bottom:20px}.contact-header h1{font-family:Roboto,sans-serif;font-size:4rem;margin-bottom:20px}.contact-header h1 .white{color:#fff;text-shadow:0 0 30px rgba(255,255,255,.2)}.contact-header h1 .orange{color:#f37001;text-shadow:0 0 30px rgba(243,112,1,.4)}.contact-header p{font-size:1.3rem;color:#ffffffd9;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:60px}.contact-form{display:flex;flex-direction:column;gap:25px}.form-group{display:flex;flex-direction:column;gap:10px}.form-group label{font-weight:600;font-size:1.05rem;color:#f37001;text-shadow:0 0 15px rgba(243,112,1,.3)}.form-group input,.form-group textarea{padding:15px 20px;background:#ffffff0d;border:1px solid rgba(243,112,1,.2);border-radius:8px;color:#fff;font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;background:#ffffff14;border-color:#f37001;box-shadow:0 0 20px #f3700133}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{padding:16px 40px;background:linear-gradient(135deg,#f37001,#e85c00);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #f370014d;margin-top:10px;position:relative;overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.submit-btn:hover:before{left:100%}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f3700180}.success-message{padding:15px 20px;background:#4caf5033;border-left:4px solid #4caf50;border-radius:6px;color:#4caf50;font-weight:600}.contact-info{display:flex;flex-direction:column;gap:40px}.info-block{padding:25px;background:linear-gradient(135deg,#f370011a,#e85c000d);border:1px solid rgba(243,112,1,.2);border-radius:10px}.info-block h3{font-family:Roboto,sans-serif;font-size:1.3rem;color:#f37001;margin-bottom:12px}.info-block a,.info-block p{font-size:1.05rem;color:#ffffffd9;text-decoration:none;transition:color .3s ease}.info-block a:hover{color:#f37001;text-decoration:underline}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;gap:20px;height:auto;padding:40px 40px 0;align-items:end;justify-items:center}.hero-image-container{height:auto;padding-bottom:0;justify-content:center;order:2;align-items:flex-end}.hero-profile-image{max-width:400px;max-height:none;margin:0 auto}.hero-text-container{text-align:center;height:auto;padding-bottom:20px;justify-content:flex-start;align-self:center;align-items:center;order:1;width:100%;max-width:600px}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}.about-content{grid-template-columns:1fr;gap:40px}.about-text{text-align:center;order:1}.about-section h2{text-align:center}.about-section p{text-align:center;margin:0 auto}.about-image{order:2}.about-image img{max-width:400px;margin:0 auto}.stream-content{grid-template-columns:1fr;gap:40px}.stream-text{text-align:center;order:1}.stream-section h2{text-align:center}.stream-section p{text-align:center;margin:0 auto}.twitch-container{order:2}.youtube-content{grid-template-columns:1fr;gap:40px}.youtube-text,.youtube-section h2{text-align:center}.youtube-section p{text-align:center;margin:0 auto}.youtube-cta{display:flex;justify-content:center}.about-section,.stream-section,.youtube-section{padding:80px 40px}.about-section h2,.stream-section h2,.youtube-section h2{font-size:2.5rem}.merch-page,.contact-page{padding:60px 40px 80px}.section-header h1{font-size:2.8rem}.contact-content{grid-template-columns:1fr;gap:60px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}}@media (max-width: 768px){.hero-section{padding:40px 20px 0}.hero-image-container{justify-content:center;order:2}.hero-profile-image{max-width:300px;margin:0 auto;display:block}.hero-text-container{order:1;text-align:center;align-items:center}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.cta-button{padding:14px 30px;font-size:1rem}.about-section,.stream-section,.youtube-section{padding:60px 20px}.about-image img{max-width:280px}.about-section h2,.stream-section h2,.youtube-section h2,.section-header h1{font-size:2rem}.about-section p,.stream-section p,.youtube-section p,.section-header p{font-size:1.1rem}.merch-page,.contact-page{padding:40px 20px 60px}.products-grid{grid-template-columns:1fr}.product-card{padding:20px;gap:12px}.form-group input,.form-group textarea{padding:12px 15px;font-size:16px}}@media (max-width: 480px){.hero-subtitle{font-size:1rem}.contact-info{gap:20px}.info-block{padding:15px}}@media (min-width: 1440px){.hero-section{grid-template-columns:1.2fr 1fr;gap:20px}.hero-text-container{margin-left:0;margin-right:40px}.hero-title{font-size:7.5rem}.hero-subtitle{font-size:2.8rem}.hero-description{font-size:1.5rem}.cta-button{padding:24px 75px;font-size:1.4rem}}.container{max-width:1400px;margin:0 auto;padding:0 40px}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:#0a0a0a;position:relative;overflow-x:hidden}.hero-bg-video{position:fixed;top:0;left:50%;transform:translate(-50%) scale(1.1);width:100vw;height:100vh;object-fit:cover;filter:blur(8px);z-index:0;pointer-events:none}.hero-bg-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0a0a0ab3;z-index:1;pointer-events:none}.main-content{flex:1;width:100%;position:relative;z-index:2;padding-top:80px}@media (max-width: 768px){.container{padding:0 20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;background:#0a0a0a;color:#fff;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden;scrollbar-gutter:stable}#root{width:100%;min-height:100vh;overflow-x:hidden}
