.character-container{display:flex;width:100%;margin:0 auto;position:relative;text-align:center;font-size:16px;font-weight:400;overflow:hidden;grid-area:character-container}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.character-container:before{content:"";display:block;padding-top:56.25%}.character-item{display:flex;height:95%;width:100%;margin:20px;z-index:1}.character-trigger-L,.character-trigger-R{flex:3;height:95%;padding:10px;justify-content:center;align-items:center}.character-EmptyBlock{flex:5;height:95%;padding:10px;min-width:0}.hero-banner{width:100%;height:100vh;margin:0;display:flex;justify-content:center;align-items:center;text-align:left;position:relative;overflow:hidden}.hero-banner-blur{width:100%;height:100%;filter:blur(8px);transition:filter .5s ease;z-index:-1}.hero-banner:hover .hero-banner-blur{filter:blur(0)}.hero-banner-slides{position:absolute;top:0;left:0;min-width:500%;height:100%;display:flex;animation:slideShow 45s infinite;z-index:5}.hero-banner-slide{width:20vw;min-width:20%;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;flex-shrink:0;overflow:hidden}.hero-banner-slide:nth-child(1){background-image:url(/image/index/indexHero_1.jpg)}.hero-banner-slide:nth-child(2){background-image:url(/image/index/indexHero_2.jpg)}.hero-banner-slide:nth-child(3){background-image:url(/image/index/indexHero_3.jpg)}.hero-banner-slide:nth-child(4){background-image:url(/image/index/indexHero_4.jpg)}.hero-banner-slide:nth-child(5){background-image:url(/image/index/indexHero_5.jpg)}@keyframes slideShow{0%{transform:translate(0)}20%{transform:translate(-20%)}40%{transform:translate(-40%)}60%{transform:translate(-60%)}80%{transform:translate(-80%)}to{transform:translate(-80%)}}.hero-content{color:#fff;font-size:26px;position:absolute;width:max-content;left:15%;padding:20px;background-color:transparent;border-radius:10px;z-index:10}{}.link-container{display:flex;align-items:center;width:max-content;flex-wrap:nowrap;gap:10px}.GameMechanics-container{display:flex;width:100%;gap:10px;flex-direction:column}.GameMechanics-title{display:flex;width:100%;align-items:center;justify-content:center}.GameMechanics-image{display:flex;width:100%;flex-direction:row}.GameMechanics-L{flex:1;display:flex;flex-direction:column;gap:8px;padding:10px;background:#f5f5f5}.GameMechanics-R{flex:4;padding:15px;background:#f0f0f0;border-radius:6px;min-height:300px;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.GameMechanics-R img{max-width:100%;max-height:80vh;height:auto;object-fit:contain;border-radius:4px;box-shadow:0 3px 10px #0003;transition:opacity .3s}.GameMechanics-L-module{padding:12px;background:#fff;border:2px solid #ddd;border-radius:4px;transition:all .3s ease}.GameMechanics-L-module:hover{background-color:#e0e0e0;transform:translate(5px);cursor:pointer;box-shadow:0 2px 5px #0000001a}.GameMechanics-L-module.active-module{background-color:#e0e0e0;border-left:3px solid #007bff;transform:translate(5px);box-shadow:0 2px 5px #0000001a}#window-trigger-L,#window-trigger-R{cursor:pointer}#overlay-core{grid-area:character-container;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center;display:none}#overlay-window-L{flex-direction:row;align-items:stretch;width:80%;height:90%;left:10%;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border:10px solid #e0e0e0;margin:auto;overflow:hidden;animation:L-SlideIn 1.5s ease-out}#overlay-window-R{flex-direction:row;align-items:stretch;width:80%;height:90%;right:10%;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border:10px solid #e0e0e0;margin:auto;overflow:hidden;animation:R-SlideIn 1.5s ease-out}#indexImage-L,#overlay-content-R1,#overlay-content-L2,#indexImage-R,#overlay-content-ContainL,#overlay-content-ContainR{border:5px solid #FF99CC;border-radius:10px;margin:10px;padding:10px;display:flex;justify-content:center;align-items:center;width:100%;height:90%;overflow:hidden;line-height:1.5}#indexImage-L,#indexImage-R{position:relative;min-height:90%;overflow:hidden}#overlay-window-L[style*="display: none"] #indexImage-L{height:0!important}#overlay-window-L[style*="display: flex"] #indexImage-L{height:90%}#overlay-window-R[style*="display: none"] #indexImage-R{height:0!important}#overlay-window-R[style*="display: flex"] #indexImage-R{height:90%}#overlay-content-BtnL,#overlay-content-BtnR{border:5px solid #FF99CC;display:inline-flex;margin:0;padding:0;font-size:15px}@keyframes L-SlideIn{0%{opacity:0;display:none;transform:translate(-100vw)}to{opacity:1;display:flex;transform:translate(0)}}@keyframes R-SlideIn{0%{opacity:0;display:none;transform:translate(100vw)}to{opacity:1;display:flex;transform:translate(0)}}.GameScreenshot-container{display:flex;width:100%;gap:10px;flex-direction:column}.GameScreenshot-content{display:flex;width:100%;gap:10px;flex-direction:row;align-items:center;justify-content:center}.GameScreenshot-L{flex:5 1 0%;padding:10px;margin:10px;overflow:hidden;min-width:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:5px solid #ddd;border-radius:10px}.GameScreenshot-R{flex:3 1 0%;padding:10px;margin:10px;min-width:0;display:flex;align-items:center;justify-content:center;width:95%;height:95%;border:5px solid #ddd;border-radius:10px;background:#e9e9e9}
