@font-face{font-family:Sansation;src:url(/assets/Sansation-Light-C7BiwOTT.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Sansation;src:url(/assets/Sansation-LightItalic-ByPEn9_E.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Sansation;src:url(/assets/Sansation-Regular-Ci-RFgJ1.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sansation;src:url(/assets/Sansation-Italic-yb_OsebZ.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Sansation;src:url(/assets/Sansation-Bold-5AZHVlNU.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Sansation;src:url(/assets/Sansation-BoldItalic-DuRi1TJf.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--bg-dark: #1e1e1e;--bg-darker: #181818;--bg-card: #262626;--accent: #c54225;--accent-hover: #d55233;--accent-subtle: rgba(197, 66, 37, .12);--text-primary: #f9f9f9;--text-secondary: #bbbbbb;--text-muted: #888888;--surface: rgba(255, 255, 255, .04);--surface-hover: rgba(255, 255, 255, .08);--border: rgba(255, 255, 255, .08);--border-hover: rgba(255, 255, 255, .15)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Sansation,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-darker);color:var(--text-primary);min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul{list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:#c542254d;color:var(--text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-darker)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.animate-on-scroll.visible{opacity:1;transform:translateY(0);will-change:auto}.animate-children>*{opacity:0;transform:translateY(20px);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.animate-children.visible>*:nth-child(1){transition-delay:0ms}.animate-children.visible>*:nth-child(2){transition-delay:80ms}.animate-children.visible>*:nth-child(3){transition-delay:.16s}.animate-children.visible>*:nth-child(4){transition-delay:.24s}.animate-children.visible>*:nth-child(5){transition-delay:.32s}.animate-children.visible>*:nth-child(6){transition-delay:.4s}.animate-children.visible>*{opacity:1;transform:translateY(0);will-change:auto}@media(prefers-reduced-motion:reduce){.animate-on-scroll,.animate-children>*{opacity:1;transform:none;transition:none}}@keyframes orb-drift{0%,to{transform:translate(-50%,-50%) translate(0) scale(1)}25%{transform:translate(-50%,-50%) translate(40px,-30px) scale(1.15)}50%{transform:translate(-50%,-50%) translate(-30px,40px) scale(.92)}75%{transform:translate(-50%,-50%) translate(20px,-20px) scale(1.08)}}@keyframes particle-float{0%,to{transform:translateY(0) scale(1);opacity:.3}50%{transform:translateY(-20px) scale(1.4);opacity:.8}}@keyframes mascot-float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.02)}}@media(prefers-reduced-motion:reduce){[style*=orb-drift],[style*=particle-float],[style*=mascot-float]{animation:none!important}}.app{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}main{flex:1}.app-copyright{position:fixed;bottom:1.1rem;right:1.5rem;font-family:Sansation,sans-serif;font-size:.8rem;color:var(--text-muted);pointer-events:none;z-index:100;-webkit-user-select:none;user-select:none}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding:6.5rem 1.5rem 4rem;background:var(--bg-darker)}.hero-container{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:3.5rem;align-items:center;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;gap:1.15rem}.hero-title{display:flex;flex-direction:column;gap:.45rem;margin:0}.hero-brand{font-family:Sansation,sans-serif;font-size:clamp(4rem,11vw,6.2rem);font-weight:700;line-height:.9;letter-spacing:.04em;color:var(--text-primary)}.hero-title-copy{font-family:Sansation,sans-serif;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:400;line-height:1.18;color:var(--text-secondary);max-width:16ch}.hero-subtitle{font-family:Sansation,sans-serif;font-size:.9rem;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0}.hero-actions{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap;margin-top:.4rem}.hero-primary-button{display:inline-flex;align-items:center;gap:.5rem;font-family:Sansation,sans-serif;font-size:.95rem;font-weight:600;justify-content:center;padding:.9rem 1.35rem;background:var(--accent);color:var(--text-primary);border:none;border-radius:999px;text-decoration:none;cursor:pointer;transition:background .2s ease}.hero-primary-button:hover{background:var(--accent-hover)}.hero-link{display:inline-flex;align-items:center;gap:.5rem;font-family:Sansation,sans-serif;font-size:.95rem;font-weight:400;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.hero-link:hover{color:var(--text-primary)}.hero-platforms{display:flex;align-items:center;gap:.5rem;margin-top:.1rem}.hero-platform-icon{color:var(--text-muted)}.hero-platform-label{font-family:Sansation,sans-serif;font-size:.85rem;color:var(--text-secondary)}.hero-visual{display:flex;justify-content:center;align-items:center;min-height:100%}.hero-image-stage{position:relative;display:flex;justify-content:center;align-items:flex-end;width:min(100%,520px);min-height:420px;padding:1rem 0 2rem}.hero-image-stage:after{content:"";position:absolute;left:12%;right:12%;bottom:.8rem;height:18px;border-radius:999px;filter:blur(6px)}.hero-image-wrapper{position:relative;z-index:1;display:flex;justify-content:center;width:100%}.hero-mascot{max-width:100%;height:auto;max-height:380px;object-fit:contain;filter:drop-shadow(0 20px 32px rgba(0,0,0,.132));transform-origin:bottom center;will-change:transform}.hero-mascot-float{animation:mascot-float 6s ease-in-out infinite}@media(max-width:768px){.hero{padding:6rem 1rem 3rem}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-content{align-items:flex-start}.hero-platforms{flex-wrap:wrap}.hero-image-stage{min-height:320px;width:min(100%,440px);padding-bottom:1.6rem}.hero-mascot{max-height:300px}}@media(max-width:480px){.hero{padding:5.75rem 1rem 3rem}.hero-title{gap:.5rem}.hero-title-copy{max-width:none}.hero-actions{width:100%;gap:.85rem}.hero-link{width:100%}.hero-primary-button{width:100%;text-align:center;justify-content:center}.hero-image-stage{min-height:260px;padding-bottom:1.2rem}.hero-mascot{max-height:230px}}.showcase{padding:5rem 1.5rem;position:relative;background:var(--bg-dark)}.showcase-container{max-width:1000px;margin:0 auto}.showcase-header{text-align:center;margin-bottom:3rem}.showcase-title{font-family:Sansation,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.showcase-subtitle{font-family:Sansation,sans-serif;font-size:1rem;color:var(--text-muted);margin:0}.showcase-screenshot-wrapper{position:relative;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.showcase-nav-button{background:var(--bg-card);border:1px solid var(--border);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);transition:all .2s ease;flex-shrink:0;z-index:2}.showcase-nav-button:hover{background:var(--surface-hover);border-color:var(--border-hover);color:var(--text-primary)}.showcase-screenshot-container{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center}.showcase-screenshot{max-width:100%;max-height:100%;height:auto;width:auto;display:block;object-fit:contain}.showcase-slide-info{position:absolute;bottom:12px;left:12px;right:12px;display:flex;justify-content:space-between;align-items:center}.showcase-slide-label{background:#0009;padding:.35rem .75rem;border-radius:6px;font-family:Sansation,sans-serif;font-size:.8rem;color:var(--text-primary);font-weight:600}.showcase-slide-counter{background:#0009;padding:.35rem .75rem;border-radius:6px;font-family:Sansation,sans-serif;font-size:.75rem;color:var(--text-secondary)}.showcase-progress-bar{position:absolute;bottom:-24px;left:50%;transform:translate(-50%);display:flex;gap:8px}.showcase-progress-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .2s ease;padding:0}.showcase-progress-dot:hover{background:var(--text-muted)}.showcase-progress-dot-active{background:var(--accent);width:24px;border-radius:4px}.showcase-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background:radial-gradient(circle,rgba(197,66,37,.12) 0%,transparent 70%);filter:blur(60px);pointer-events:none;z-index:0}.showcase-highlights{display:flex;align-items:center;justify-content:flex-start;gap:2rem;margin-top:.5rem}.showcase-highlight{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.showcase-highlight-label{font-family:Sansation,sans-serif;font-size:1rem;font-weight:600;color:var(--accent)}.showcase-highlight-desc{font-family:Sansation,sans-serif;font-size:.85rem;color:var(--text-muted)}.showcase-highlight-divider{width:1px;height:40px;background:var(--border)}@media(max-width:640px){.showcase{padding:3rem 1rem}.showcase-title{font-size:1.75rem}.showcase-screenshot-wrapper{gap:.5rem}.showcase-nav-button{width:36px;height:36px}.showcase-nav-button svg{width:18px;height:18px}.showcase-slide-label{font-size:.7rem;padding:.25rem .5rem}.showcase-slide-counter{font-size:.65rem;padding:.25rem .5rem}.showcase-highlights{flex-direction:column;gap:1.5rem}.showcase-highlight-divider{width:40px;height:1px}}.features{padding:5rem 1.5rem;position:relative;background:var(--bg-darker)}.features-container{max-width:1000px;margin:0 auto}.features-header{text-align:center;margin-bottom:3rem}.features-title{font-family:Sansation,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.features-subtitle{font-family:Sansation,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-muted);max-width:400px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.features-card{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .3s ease;will-change:transform;overflow:hidden}.features-card:before{content:"";position:absolute;inset:0;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(197,66,37,.08),transparent 40%);opacity:0;transition:opacity .3s ease;pointer-events:none}.features-card:hover{border-color:#c5422566}.features-card:hover:before{opacity:1}.features-card:after{content:"";position:absolute;inset:-1px;border-radius:16px;padding:1px;background:linear-gradient(135deg,transparent,rgba(197,66,37,.3),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.features-card:hover:after{opacity:1}.features-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-subtle),rgba(197,66,37,.18));border-radius:12px;margin-bottom:1.5rem;color:var(--accent);position:relative;transition:transform .3s cubic-bezier(.4,0,.2,1)}.features-card:hover .features-icon-wrapper{transform:scale(1.1) rotate(5deg)}.features-card-title{font-family:Sansation,sans-serif;font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.features-card-description{font-family:Sansation,sans-serif;font-size:.9rem;line-height:1.55;color:var(--text-secondary);margin:0}@media(max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}.features-title{font-size:1.75rem}}@media(max-width:480px){.features{padding:3rem 1rem}.features-grid{grid-template-columns:1fr}.features-title{font-size:1.5rem}.features-card{padding:1.5rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#383838f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-container{max-width:1000px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.header-logo-icon{width:36px;height:36px;object-fit:contain}.header-logo-text{font-family:Sansation,sans-serif;font-size:1.35rem;font-weight:700;color:var(--text-primary);letter-spacing:.5px}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav-list{display:flex;align-items:center;gap:1.75rem;list-style:none;margin:0;padding:0}.header-nav-item{margin:0}.header-nav-link{font-family:Sansation,sans-serif;font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.header-nav-link:hover{color:var(--text-primary)}.header-cta-button{font-family:Sansation,sans-serif;font-size:.85rem;font-weight:600;padding:.55rem 1.1rem;background:var(--accent);color:var(--text-primary);border:none;border-radius:6px;text-decoration:none;cursor:pointer;transition:background .2s ease}.header-cta-button:hover{background:var(--accent-hover)}.header-menu-button{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0}.header-menu-icon{display:block;width:22px;height:2px;background:var(--text-primary);position:relative;transition:background .2s ease}.header-menu-icon:before,.header-menu-icon:after{content:"";position:absolute;width:22px;height:2px;background:var(--text-primary);left:0;transition:transform .2s ease}.header-menu-icon:before{top:-6px}.header-menu-icon:after{top:6px}@media(max-width:768px){.header-menu-button{display:flex}.header-nav{position:fixed;top:68px;left:0;right:0;background:#383838fa;flex-direction:column;padding:1.5rem;gap:1.25rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .3s ease,opacity .3s ease,visibility .3s ease}.header-nav-open{transform:translateY(0);opacity:1;visibility:visible}.header-nav-list{flex-direction:column;gap:1.25rem}.header-nav-link{font-size:1rem}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--bg-darker);position:relative;overflow:hidden}.not-found:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(197,66,37,.05) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.not-found-container{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.not-found-content{display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.not-found-content.visible{opacity:1;transform:translateY(0)}.error-code{font-family:Sansation,sans-serif;font-size:6rem;font-weight:700;color:var(--accent);line-height:1;margin:0;background:linear-gradient(135deg,var(--accent),var(--accent-hover));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 40px rgba(197,66,37,.3))}.not-found-title{font-family:Sansation,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.2}.not-found-description{font-family:Sansation,sans-serif;font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin:0;max-width:380px}.not-found-actions{display:flex;gap:.75rem;margin-top:1rem}.not-found-primary-button{font-family:Sansation,sans-serif;font-size:.95rem;font-weight:600;padding:.9rem 1.8rem;background:var(--accent);color:var(--text-primary);border:none;border-radius:10px;text-decoration:none;cursor:pointer;transition:background .2s ease,transform .2s ease;display:inline-block}.not-found-primary-button:hover{background:var(--accent-hover);transform:translateY(-2px)}.not-found-secondary-button{font-family:Sansation,sans-serif;font-size:.95rem;font-weight:600;padding:.9rem 1.8rem;background:transparent;color:var(--text-secondary);border:1px solid var(--border);border-radius:10px;text-decoration:none;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease;display:inline-block}.not-found-secondary-button:hover{border-color:var(--border-hover);color:var(--text-primary);transform:translateY(-2px)}.not-found-image-wrapper{display:flex;justify-content:center;align-items:center;position:relative}.not-found-mascot{max-width:100%;height:auto;max-height:400px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));animation:float-404 6s ease-in-out infinite;position:relative;z-index:2}.not-found-glow{position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(197,66,37,.15) 0%,transparent 70%);border-radius:50%;filter:blur(40px);animation:pulse-404 4s ease-in-out infinite;z-index:1}@keyframes float-404{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(1deg)}50%{transform:translateY(-20px) rotate(-1deg)}75%{transform:translateY(-10px) rotate(.5deg)}}@keyframes pulse-404{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@media(max-width:768px){.not-found-container{grid-template-columns:1fr;gap:3rem;text-align:center}.not-found-content{align-items:center}.error-code{font-size:4.5rem}.not-found-title{font-size:2rem}.not-found-description{max-width:100%}.not-found-image-wrapper{order:-1}.not-found-mascot{max-height:280px}}@media(max-width:480px){.error-code{font-size:3.5rem}.not-found-title{font-size:1.75rem}.not-found-actions{flex-direction:column;width:100%}.not-found-primary-button,.not-found-secondary-button{width:100%;text-align:center}}
