@keyframes page-module-scss-module__y1rpGG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module-scss-module__y1rpGG__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes page-module-scss-module__y1rpGG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module-scss-module__y1rpGG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module-scss-module__y1rpGG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes page-module-scss-module__y1rpGG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes page-module-scss-module__y1rpGG__spin{to{transform:rotate(360deg)}}@keyframes page-module-scss-module__y1rpGG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes page-module-scss-module__y1rpGG__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes page-module-scss-module__y1rpGG__glowPulse{0%,to{box-shadow:0 0 10px #e67e2266}50%{box-shadow:0 0 20px #e67e2266,0 0 30px #e67e2266}}.page-module-scss-module__y1rpGG__animate-fadeIn{animation:.25s forwards page-module-scss-module__y1rpGG__fadeIn}.page-module-scss-module__y1rpGG__animate-fadeOut{animation:.25s forwards page-module-scss-module__y1rpGG__fadeOut}.page-module-scss-module__y1rpGG__animate-slideUp{animation:.25s forwards page-module-scss-module__y1rpGG__slideUp}.page-module-scss-module__y1rpGG__animate-slideDown{animation:.25s forwards page-module-scss-module__y1rpGG__slideDown}.page-module-scss-module__y1rpGG__animate-scaleIn{animation:.25s forwards page-module-scss-module__y1rpGG__scaleIn}.page-module-scss-module__y1rpGG__animate-pulse{animation:2s ease-in-out infinite page-module-scss-module__y1rpGG__pulse}.page-module-scss-module__y1rpGG__animate-spin{animation:1s linear infinite page-module-scss-module__y1rpGG__spin}.page-module-scss-module__y1rpGG__animate-bounce{animation:1s ease-in-out infinite page-module-scss-module__y1rpGG__bounce}.page-module-scss-module__y1rpGG__page{background:#0a0a0f;min-height:100vh}.page-module-scss-module__y1rpGG__main{padding-top:80px;padding-bottom:4rem}.page-module-scss-module__y1rpGG__hero{text-align:center;max-width:800px;margin:0 auto;padding:3rem 1.5rem}.page-module-scss-module__y1rpGG__title{margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.page-module-scss-module__y1rpGG__subtitle{color:#ffffffb3;font-size:1.125rem;line-height:1.75}.page-module-scss-module__y1rpGG__content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-module-scss-module__y1rpGG__filters{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.page-module-scss-module__y1rpGG__filters{flex-direction:row;justify-content:space-between;align-items:center}}.page-module-scss-module__y1rpGG__searchBox{flex:1;max-width:400px}.page-module-scss-module__y1rpGG__searchInput{color:#fff;background:#12121a;border:1px solid #ffffff1a;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .15s}.page-module-scss-module__y1rpGG__searchInput::placeholder{color:#ffffff80}.page-module-scss-module__y1rpGG__searchInput:focus{border-color:#e67e22;outline:none;box-shadow:0 0 0 3px #e67e221a}.page-module-scss-module__y1rpGG__filterGroup{flex-wrap:wrap;gap:.75rem;display:flex}.page-module-scss-module__y1rpGG__select{color:#fff;cursor:pointer;appearance:none;background:#12121a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #ffffff1a;border-radius:.5rem;padding:.5rem 2rem .5rem 1rem;font-size:.875rem;transition:all .15s}.page-module-scss-module__y1rpGG__select:focus{border-color:#e67e22;outline:none}.page-module-scss-module__y1rpGG__select option{color:#fff;background:#12121a}.page-module-scss-module__y1rpGG__grid{gap:1.5rem;display:grid}@media (min-width:768px){.page-module-scss-module__y1rpGG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module-scss-module__y1rpGG__grid{grid-template-columns:repeat(3,1fr)}}.page-module-scss-module__y1rpGG__loadMore{flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.page-module-scss-module__y1rpGG__loadMoreBtn{color:#fff;cursor:pointer;background:#12121a;border:1px solid #ffffff1a;border-radius:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .15s}.page-module-scss-module__y1rpGG__loadMoreBtn:hover:not(:disabled){background:#1a1a25;border-color:#fff3}.page-module-scss-module__y1rpGG__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.page-module-scss-module__y1rpGG__paginationInfo{color:#ffffff80;font-size:.875rem}.page-module-scss-module__y1rpGG__loading{color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem;font-size:.875rem;display:flex}.page-module-scss-module__y1rpGG__spinner{border:2px solid #ffffff1a;border-top-color:#e67e22;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite page-module-scss-module__y1rpGG__spin}.page-module-scss-module__y1rpGG__empty{text-align:center;color:#ffffffb3;padding:4rem}.page-module-scss-module__y1rpGG__empty p{margin-bottom:.5rem;font-size:1.125rem}.page-module-scss-module__y1rpGG__empty span{color:#ffffff80;font-size:.875rem}
@keyframes ScenarioCard-module-scss-module__CYnWdG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ScenarioCard-module-scss-module__CYnWdG__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes ScenarioCard-module-scss-module__CYnWdG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ScenarioCard-module-scss-module__CYnWdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes ScenarioCard-module-scss-module__CYnWdG__glowPulse{0%,to{box-shadow:0 0 10px #e67e2266}50%{box-shadow:0 0 20px #e67e2266,0 0 30px #e67e2266}}.ScenarioCard-module-scss-module__CYnWdG__animate-fadeIn{animation:.25s forwards ScenarioCard-module-scss-module__CYnWdG__fadeIn}.ScenarioCard-module-scss-module__CYnWdG__animate-fadeOut{animation:.25s forwards ScenarioCard-module-scss-module__CYnWdG__fadeOut}.ScenarioCard-module-scss-module__CYnWdG__animate-slideUp{animation:.25s forwards ScenarioCard-module-scss-module__CYnWdG__slideUp}.ScenarioCard-module-scss-module__CYnWdG__animate-slideDown{animation:.25s forwards ScenarioCard-module-scss-module__CYnWdG__slideDown}.ScenarioCard-module-scss-module__CYnWdG__animate-scaleIn{animation:.25s forwards ScenarioCard-module-scss-module__CYnWdG__scaleIn}.ScenarioCard-module-scss-module__CYnWdG__animate-pulse{animation:2s ease-in-out infinite ScenarioCard-module-scss-module__CYnWdG__pulse}.ScenarioCard-module-scss-module__CYnWdG__animate-spin{animation:1s linear infinite ScenarioCard-module-scss-module__CYnWdG__spin}.ScenarioCard-module-scss-module__CYnWdG__animate-bounce{animation:1s ease-in-out infinite ScenarioCard-module-scss-module__CYnWdG__bounce}.ScenarioCard-module-scss-module__CYnWdG__card{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;width:100%;padding:1.5rem;text-decoration:none;transition:all .25s;display:flex}.ScenarioCard-module-scss-module__CYnWdG__card:hover{border-color:#e67e22;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.ScenarioCard-module-scss-module__CYnWdG__card:hover .ScenarioCard-module-scss-module__CYnWdG__action{color:#fff;background:#e67e22}.ScenarioCard-module-scss-module__CYnWdG__icon{color:#e67e22;background:#e67e221a;border-radius:.75rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;display:flex}.ScenarioCard-module-scss-module__CYnWdG__icon svg{width:28px;height:28px}.ScenarioCard-module-scss-module__CYnWdG__content{flex:1;margin-bottom:1.25rem}.ScenarioCard-module-scss-module__CYnWdG__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.ScenarioCard-module-scss-module__CYnWdG__name{margin-bottom:.5rem;font-size:1.25rem;font-weight:600;line-height:1.25}.ScenarioCard-module-scss-module__CYnWdG__tagline{color:#ffffffb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.75;display:-webkit-box;overflow:hidden}.ScenarioCard-module-scss-module__CYnWdG__meta{flex-direction:column;gap:.5rem;display:flex}.ScenarioCard-module-scss-module__CYnWdG__stats{align-items:center;gap:1rem;display:flex}.ScenarioCard-module-scss-module__CYnWdG__plays{color:#ffffff80;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.ScenarioCard-module-scss-module__CYnWdG__plays svg{width:14px;height:14px}.ScenarioCard-module-scss-module__CYnWdG__author{color:#ffffff80;font-size:.75rem}.ScenarioCard-module-scss-module__CYnWdG__action{color:#ffffffb3;background:#1a1a25;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.ScenarioCard-module-scss-module__CYnWdG__action svg{width:16px;height:16px}
@keyframes page-module-scss-module__BR3gJq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module-scss-module__BR3gJq__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes page-module-scss-module__BR3gJq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module-scss-module__BR3gJq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module-scss-module__BR3gJq__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes page-module-scss-module__BR3gJq__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes page-module-scss-module__BR3gJq__spin{to{transform:rotate(360deg)}}@keyframes page-module-scss-module__BR3gJq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes page-module-scss-module__BR3gJq__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes page-module-scss-module__BR3gJq__glowPulse{0%,to{box-shadow:0 0 10px #e67e2266}50%{box-shadow:0 0 20px #e67e2266,0 0 30px #e67e2266}}.page-module-scss-module__BR3gJq__animate-fadeIn{animation:.25s forwards page-module-scss-module__BR3gJq__fadeIn}.page-module-scss-module__BR3gJq__animate-fadeOut{animation:.25s forwards page-module-scss-module__BR3gJq__fadeOut}.page-module-scss-module__BR3gJq__animate-slideUp{animation:.25s forwards page-module-scss-module__BR3gJq__slideUp}.page-module-scss-module__BR3gJq__animate-slideDown{animation:.25s forwards page-module-scss-module__BR3gJq__slideDown}.page-module-scss-module__BR3gJq__animate-scaleIn{animation:.25s forwards page-module-scss-module__BR3gJq__scaleIn}.page-module-scss-module__BR3gJq__animate-pulse{animation:2s ease-in-out infinite page-module-scss-module__BR3gJq__pulse}.page-module-scss-module__BR3gJq__animate-spin{animation:1s linear infinite page-module-scss-module__BR3gJq__spin}.page-module-scss-module__BR3gJq__animate-bounce{animation:1s ease-in-out infinite page-module-scss-module__BR3gJq__bounce}.page-module-scss-module__BR3gJq__page{color:#fff;min-height:100vh}.page-module-scss-module__BR3gJq__loading{color:#ffffffb3;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.page-module-scss-module__BR3gJq__spinner{border:3px solid #ffffff1a;border-top-color:#e67e22;border-radius:50%;width:32px;height:32px;animation:1s linear infinite page-module-scss-module__BR3gJq__spin}.page-module-scss-module__BR3gJq__main{padding:2rem 0}.page-module-scss-module__BR3gJq__intro{text-align:center;margin-bottom:2.5rem}.page-module-scss-module__BR3gJq__title{margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.page-module-scss-module__BR3gJq__subtitle{color:#ffffffb3;max-width:500px;margin:0 auto;font-size:1.125rem}.page-module-scss-module__BR3gJq__section{margin-bottom:2.5rem}.page-module-scss-module__BR3gJq__sectionHeader{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.page-module-scss-module__BR3gJq__sectionHeader svg{color:#e67e22;width:24px;height:24px}.page-module-scss-module__BR3gJq__sectionHeader h2{font-size:1.25rem;font-weight:600}.page-module-scss-module__BR3gJq__sectionDescription{color:#ffffffb3;margin-bottom:1.5rem;padding-left:calc(24px + .75rem)}.page-module-scss-module__BR3gJq__scenariosGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem;display:grid}.page-module-scss-module__BR3gJq__marketplaceLink{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.page-module-scss-module__BR3gJq__marketplaceLink svg{color:#e67e22;width:18px;height:18px}.page-module-scss-module__BR3gJq__marketplaceLink:hover{background:#e67e221a;border-color:#e67e22}.page-module-scss-module__BR3gJq__customCardDisabled{opacity:.6;cursor:not-allowed;background:#ffffff05;border:2px dashed #ffffff1a;border-radius:.75rem;align-items:center;gap:1.25rem;padding:1.5rem;display:flex}.page-module-scss-module__BR3gJq__customIcon{color:#ffffffb3;background:#ffffff0d;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.page-module-scss-module__BR3gJq__customIcon svg{width:28px;height:28px}.page-module-scss-module__BR3gJq__customContent h3{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.page-module-scss-module__BR3gJq__customContent p{color:#ffffffb3;font-size:.875rem;line-height:1.5}.page-module-scss-module__BR3gJq__comingSoon{color:#e67e22;background:#e67e2226;border-radius:9999px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}
