@font-face{font-family:Inter;src:url(/fonts/inter-400.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.woff2) format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.woff2) format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-700.woff2) format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Cherry Swash;src:url(/fonts/CherrySwash-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Cherry Swash;src:url(/fonts/CherrySwash-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-logo: "Cherry Swash", serif;--max-width: 1200px;--hr-color: #e1e1e1}:root{--bg: #ffffff;--bg-secondary: #f5f5f5;--bg-card: #f2f2f2;--text: #2a2d3e;--text-secondary: #373737;--text-muted: #7b7b7b;--text-card: #2a2d3e;--accent: #ffb800;--accent-gradient: linear-gradient(180deg, #ffd058 0%, #ffb800 100%);--nav-bg: #ffffff;--footer-bg: #2a2d3e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}ul{list-style:none}.hr-line{background-color:var(--hr-color);border:0;height:2px;width:60%;margin:0 auto 60px}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.button{display:inline-block;background:var(--accent-gradient);color:#fff;font-family:var(--font-sans);font-weight:700;font-size:18px;padding:1rem 3rem;border-radius:7px;border:none;cursor:pointer;text-transform:uppercase;text-decoration:none;transition:opacity .2s}.button:hover{opacity:.85;color:#fff}.site-header{position:sticky;top:0;z-index:100;background-color:var(--nav-bg);box-shadow:0 0 10px #5457731a}.site-header .header-inner{display:flex;justify-content:center;align-items:center;max-width:var(--max-width);margin:0 auto;padding:1rem 2rem;position:relative}.site-header .nav-left,.site-header .nav-right{display:flex;gap:2rem;align-items:center}.site-header .nav-left{margin-right:auto}.site-header .nav-right{margin-left:auto}.site-header .logo{position:absolute;left:50%;transform:translate(-50%)}.site-header .logo a{font-family:var(--font-logo);font-size:20px;color:var(--text);text-decoration:none;display:flex;align-items:center}.site-header .logo img{width:160px}.site-header .nav-link{color:var(--text-muted);font-size:14px;text-decoration:none;transition:color .2s}.site-header .nav-link:hover,.site-header .nav-link.active{color:var(--accent);opacity:1}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.hamburger-line{display:block;width:24px;height:2px;background-color:var(--text);margin:5px 0;transition:transform .3s,opacity .3s}.hamburger.is-active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.is-active .hamburger-line:nth-child(2){opacity:0}.hamburger.is-active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav{display:none;position:fixed;inset:0;background-color:var(--nav-bg);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.mobile-nav.is-open{display:flex}.mobile-nav .nav-link{font-size:24px;color:var(--text);text-decoration:none}.mobile-nav .nav-link:hover{color:var(--accent)}@media(max-width:960px){.site-header .nav-left,.site-header .nav-right .nav-link{display:none}.site-header .logo{position:static;transform:none;margin-right:auto}.hamburger{display:block}}.site-footer{background-color:var(--footer-bg);color:#fff;text-align:center;padding:3rem 2rem}.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{opacity:.7}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;gap:2rem;margin-bottom:1rem}.banner{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.banner .img-container{max-width:1200px;padding-top:40px}.banner .img-container img{width:100%}.banner .text-container{display:flex;justify-content:flex-end;align-items:center;margin:-6rem 2rem 2rem}.banner .promo-text{max-width:550px;margin-top:2rem;text-align:right;margin-right:.5rem;font-weight:300;font-size:24px;line-height:1.2;color:var(--text-secondary)}.banner .name-button-container{display:flex;flex-direction:column;align-items:flex-end}.banner .banner-name{font-size:90px;margin:0;line-height:1}@media(max-width:960px){.banner .text-container{flex-direction:column-reverse;align-items:flex-end;margin:0 2rem 2rem}.banner .banner-name{font-size:40px}.banner .promo-text{font-size:18px}}.content-wrapper{display:flex;flex-direction:column;align-items:center;max-width:1400px;margin:0 auto;padding:6rem 2rem}@media(max-width:350px){.content-wrapper{padding:3rem 1rem}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin-bottom:4rem;width:100%}@media(max-width:960px){.features-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.features-grid::-webkit-scrollbar{display:none}}.feature-card{text-align:center;min-width:280px;max-width:300px;height:300px;background-color:var(--bg-card);padding:3rem 2.5rem;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center}.feature-card .feature-icon{width:50px;height:auto;margin-bottom:1rem}.feature-card .feature-title{font-size:18px;font-weight:500;line-height:1.2;margin-bottom:.75rem;color:var(--text-card)}.feature-card .feature-text{font-size:14px;color:var(--text-muted);line-height:1.5}@media(max-width:390px){.feature-card{min-width:250px;max-width:250px;height:250px;padding:2rem 1.5rem}.feature-card .feature-icon{width:35px}.feature-card .feature-title{font-size:16px}.feature-card .feature-text{font-size:12px}}.sales-pitch-block{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:3rem auto 5rem;text-align:center;padding:0 2rem}.sales-pitch-block .sales-pitch-icon{width:90px;height:auto;margin-bottom:1rem}.slideshow{position:relative;width:100%;max-width:100%;margin-bottom:1rem}.slideshow-img{position:absolute;top:0;left:0;width:100%;border-radius:8px;opacity:0;transition:opacity 1s ease-in-out}.slideshow-img.slideshow-active{opacity:1}.sales-pitch-block .sales-pitch-image{max-width:100%;border-radius:8px;margin-bottom:1rem}.sales-pitch-block .sales-pitch-title{font-size:45px;font-weight:700;line-height:1.2;margin:1rem 0}.sales-pitch-block .sales-pitch-text{font-size:20px;line-height:1.5;color:var(--text-muted);margin-top:1rem}@media(max-width:960px){.sales-pitch-block .sales-pitch-title{font-size:32px}.sales-pitch-block .sales-pitch-text{font-size:16px}}.contact-us-block{max-width:500px;display:flex;flex-direction:column;align-items:center;background-color:var(--bg-card);margin:2rem auto 4rem;padding:3rem;text-align:center}.contact-us-block .contact-us-title{font-size:35px;font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text-card)}.contact-us-block .contact-us-text{font-size:16px;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.contact-us-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.team-section{max-width:900px;margin:0 auto;padding:0 2rem}.team-section .section-title{font-size:45px;font-weight:700;text-align:center;margin-bottom:4rem}.team-member{display:flex;align-items:center;margin-bottom:3rem;gap:3rem}.team-member.reverse{flex-direction:row-reverse}.team-member .image-wrapper{flex-shrink:0}.team-member .image-wrapper img{width:200px;height:200px;border-radius:50%;object-fit:cover}.team-member .member-name{font-size:30px;line-height:1.1;margin-bottom:.5rem}.team-member .member-title{font-weight:300;font-style:italic;font-size:22px;line-height:1.1;margin-bottom:1rem;color:var(--text-muted)}.team-member .member-text{line-height:1.5;color:var(--text-secondary)}.team-members-small{display:flex;gap:3rem;margin-top:2rem}.team-members-small .team-member-small{flex:1}.team-member-small .member-name{font-size:25px;line-height:1.1;margin-bottom:.5rem}.team-member-small .member-title{font-weight:300;font-style:italic;font-size:18px;color:var(--text-muted);margin-bottom:.5rem}.team-member-small .member-text{font-size:14px;color:var(--text-secondary);line-height:1.4}@media(max-width:960px){.team-member{flex-direction:column;text-align:center}.team-member.reverse{flex-direction:column}.team-member .image-wrapper img{width:150px;height:150px}.team-members-small{flex-direction:column;text-align:center}.team-section .section-title{font-size:32px}}.product-page{max-width:var(--max-width);margin:0 auto;padding:3rem 2rem}.product-page h1{font-size:48px;margin-bottom:.5rem}.product-page .product-subtitle{font-size:18px;color:var(--text-muted);margin-bottom:3rem}.product-page h2{font-size:32px;margin:3rem 0 1.5rem}.product-page h3{font-size:22px;margin:2rem 0 1rem}.product-page p,.product-page li{line-height:1.7;color:var(--text-secondary)}.product-page ul{padding-left:1.5rem;list-style:disc;margin-bottom:1.5rem}.product-page ul li{margin-bottom:.5rem}.image-gallery{margin-bottom:3rem}.image-gallery .gallery-main{width:100%;max-height:500px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.image-gallery .gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto}.image-gallery .gallery-thumb{width:100px;height:75px;object-fit:cover;border-radius:4px;cursor:pointer;opacity:.6;transition:opacity .2s;border:2px solid transparent}.image-gallery .gallery-thumb:hover,.image-gallery .gallery-thumb.active{opacity:1;border-color:var(--accent)}.specs-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.specs-table td{padding:.75rem 1rem;border-bottom:1px solid var(--hr-color)}.specs-table td:first-child{font-weight:600;width:200px;color:var(--text)}.specs-table td:last-child{color:var(--text-secondary)}.layout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0}.layout-grid .layout-item{text-align:center}.layout-grid .layout-item img{width:100%;border-radius:4px;margin-bottom:.5rem}.layout-grid .layout-item span{font-size:14px;color:var(--text-muted)}@media(max-width:960px){.layout-grid{grid-template-columns:repeat(2,1fr)}.product-page h1{font-size:36px}}@media(max-width:480px){.layout-grid{grid-template-columns:1fr}}.safety-notice{background-color:var(--bg-card);color:var(--text-card);padding:1.5rem 2rem;border-radius:8px;margin:2rem 0;border-left:4px solid var(--accent)}.safety-notice h3{margin-top:0;color:var(--text-card)}.safety-notice p{color:var(--text-muted)}.manual-toc{background-color:var(--bg-card);padding:1.5rem 2rem 1.5rem 2.5rem;border-radius:8px;margin-bottom:2rem}.manual-toc h3{margin-bottom:.75rem;font-size:18px;color:var(--text-card)}.manual-toc ol{padding-left:1.25rem;margin:0}.manual-toc li{margin-bottom:.35rem}.manual-toc a{color:var(--text-muted);text-decoration:none}.manual-toc a:hover{color:var(--accent);opacity:1}.support-page h3{font-size:22px;margin:2rem 0 .75rem}.support-page h4{font-size:18px;margin:1.5rem 0 .5rem}.support-page ol{padding-left:1.5rem;margin-bottom:1.5rem}.support-page ol li{margin-bottom:.5rem;line-height:1.7;color:var(--text-secondary)}.support-page code{background-color:var(--bg-card);padding:.15rem .4rem;border-radius:3px;font-size:.9em}.support-page{max-width:800px;margin:0 auto;padding:3rem 2rem}.support-page h1{font-size:48px;margin-bottom:2rem}.support-page h2{font-size:28px;margin:3rem 0 1rem}.support-page p,.support-page li{line-height:1.7;color:var(--text-secondary)}.support-page ul{padding-left:1.5rem;list-style:disc;margin-bottom:1.5rem}.support-page ul li{margin-bottom:.5rem}.support-section{margin-bottom:3rem}.support-section .discord-link{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-gradient);color:#fff;padding:.75rem 2rem;border-radius:7px;font-weight:600;font-size:16px;margin-top:1rem}.support-section .discord-link:hover{opacity:.85;color:#fff}.video-embed{position:relative;width:100%;padding-bottom:56.25%;margin:1.5rem 0 2rem}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:8px}.video-section{width:100%;max-width:800px;text-align:center;margin-bottom:2rem}.product-hero-title{font-size:36px;text-align:center;line-height:1.3;margin-bottom:3rem}@media(max-width:960px){.product-hero-title{font-size:26px}}.section-heading{text-align:center}.switches-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0}.switches-grid .switch-column h3{text-align:center;margin-bottom:1rem}@media(max-width:600px){.switches-grid{grid-template-columns:1fr}}.page-content{min-height:calc(100vh - 200px)}
