:root{--primary-color:#4a90e2;--secondary-color:#50c878;--accent-color:#ff6b6b;--background-color:#ffffff;--surface-color:#f5f5f5;--text-primary:#333333;--text-secondary:#666666;--border-color:#e0e0e0;--shadow-color:rgba(0,0,0,0.1);--success-color:#4caf50;--warning-color:#ff9800;--error-color:#f44336;--link-color:#2196f3}@media (prefers-color-scheme:dark){:root{--primary-color:#64b5f6;--secondary-color:#81c784;--accent-color:#ff8a80;--background-color:#121212;--surface-color:#1e1e1e;--text-primary:#e0e0e0;--text-secondary:#a0a0a0;--border-color:#424242;--shadow-color:rgba(0,0,0,0.3);--success-color:#66bb6a;--warning-color:#ffa726;--error-color:#ef5350;--link-color:#64b5f6}}@media (prefers-color-scheme:dark){header{filter:invert(100%)}}body{display:flex;flex-direction:column;font-family:Arial,sans-serif;margin:0;padding:0;justify-content:center;align-items:center;background-color:#fff;color:#333;overflow-x:hidden;width:100%;min-height:100vh}@media (prefers-color-scheme:dark){body{background-color:#212121}}@media (prefers-color-scheme:dark){body{color:#e0e0e0}}.container{display:flex;flex-direction:column;justify-content:space-between;width:90%;max-width:960px;margin:0 auto;padding:0;box-sizing:border-box;overflow-x:hidden}h1,h2,h3,h4{color:#333}@media (prefers-color-scheme:dark){h1,h2,h3,h4{color:#e0e0e0}}h1{font-size:24px;margin-bottom:20px}h2{font-size:20px;margin-top:30px}h3{font-size:18px;margin-top:25px}h4{font-size:16px;margin-top:20px}p,li{line-height:1.6;font-size:14px}a{color:#3475c0}@media (prefers-color-scheme:dark){a{color:#9a99ee}}#game_section{display:flex;width:fit-content;height:fit-content}#game_cont{width:100%;height:56.25vw;max-height:540px;margin-bottom:20px;transition:all .3s ease;z-index:9998}.games{width:100%;max-width:960px;margin:0 auto;box-sizing:border-box}.games .game_category_name{width:100%;margin:0 0 2em 0}.games .game_category_name h4{font-size:1.5em;margin:0}.games .grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2em;width:100%}@media (max-width:768px){.games .grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width:480px){.games .grid{grid-template-columns:1fr}}.games .grid .thumbnailbox{display:flex;flex-direction:column;text-decoration:none;border-radius:12px;overflow:hidden;background-color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform .3s ease,box-shadow .3s ease}@media (prefers-color-scheme:dark){.games .grid .thumbnailbox{background-color:#2d2d2d}}.games .grid .thumbnailbox:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}.games .grid .thumbnailbox picture,.games .grid .thumbnailbox img{width:100%;aspect-ratio:16/9;object-fit:cover;border:none}.games .grid .thumbnailbox .game_title{padding:1em;font-size:.95em;text-align:left;color:#333333}@media (prefers-color-scheme:dark){.games .grid .thumbnailbox .game_title{color:#e0e0e0}}.games .grid .thumbnailbox .game_title+.game_title{padding-top:0;font-size:.8em;opacity:.8}.banner-ad{width:100%;height:auto;min-height:60px;background-color:#f1f1f1;border:1px solid #ccc;border-color:#ccc;text-align:center;line-height:1.5;font-size:16px;margin-bottom:20px;overflow:hidden;display:flex;justify-content:center;align-items:center;color:#333}@media (prefers-color-scheme:dark){.banner-ad{background-color:#333}}@media (prefers-color-scheme:dark){.banner-ad{border-color:#444}}@media (prefers-color-scheme:dark){.banner-ad{color:#e0e0e0}}.share-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:20px}.share-buttons a{display:flex;justify-content:center;align-items:center;margin-right:10px;padding:10px 15px;background-color:#1da1f2;color:white;text-decoration:none;border-radius:5px;font-size:14px;width:1.5em;height:1.5em}.facebook-share{background-color:#4267B2}.description,.manual{margin-bottom:30px}.indent{margin-left:20px}.block{margin-bottom:20px}ul{padding-left:20px}table{width:100%;overflow-x:auto;display:block;border-collapse:collapse}th,td{border:1px solid #ccc;border-color:#ccc;padding:8px;text-align:left}@media (prefers-color-scheme:dark){th,td{border-color:#444}}th{background-color:#f1f1f1}@media (prefers-color-scheme:dark){th{background-color:#333}}#update_log li:last-child{border-bottom:none;padding-bottom:0}#update_log dl{margin:0}#update_log dt{font-weight:bold;font-size:18px;color:#2c3e50;margin-bottom:10px}#update_log dd{margin:0 0 8px 20px;line-height:1.6}.update-log{margin-top:40px;background-color:#f1f1f1;padding:20px;border-radius:8px}@media (prefers-color-scheme:dark){.update-log{background-color:#333}}#update_log h2,#update_log dt{font-size:24px;margin-bottom:20px;color:#e0e0e0}.update-log ul{list-style-type:none;padding:0;padding-left:0;color:#333}@media (prefers-color-scheme:dark){.update-log ul{color:#e0e0e0}}#update_log li{margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:20px}.update-log ul li{margin-bottom:10px;padding-left:10px;border-left:2px solid #333;border-color:#333}@media (prefers-color-scheme:dark){.update-log ul li{border-color:#e0e0e0}}footer{background-color:#333;color:white;padding:20px 0;text-align:center;margin-top:40px;position:absolute;bottom:0;width:100%}footer a{color:#ddd;margin:0 10px;text-decoration:none;font-size:14px}footer a:hover{color:#fff}img{max-width:100%;height:auto}#game_cont{position:relative}#language-banner{display:none;background-color:#f8d7da;color:#721c24;padding:10px;text-align:center;position:fixed;bottom:0;left:0;right:0;z-index:10000}@media (prefers-color-scheme:dark){#language-banner{background-color:#721c24}}@media (prefers-color-scheme:dark){#language-banner{color:#f8d7da}}#language-banner a{color:#0056b3;text-decoration:underline}@media (prefers-color-scheme:dark){#language-banner a{color:#63a4ff}}#language-banner .close-btn{float:right;cursor:pointer;font-weight:bold}.share-buttons a{margin-bottom:10px}.mobile-app-link-section{display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin:20px 0;padding:10px;border:1px solid #ccc;border-color:#ccc;border-radius:8px;background-color:#f1f1f1}@media (prefers-color-scheme:dark){.mobile-app-link-section{border-color:#444}}@media (prefers-color-scheme:dark){.mobile-app-link-section{background-color:#333}}.mobile-app-link-section h3{color:#2c2c2c}@media (prefers-color-scheme:dark){.mobile-app-link-section h3{color:#f9f9f9}}.store-badges{display:flex;justify-content:center;align-items:center}.store-badges a{text-decoration:none}.store-badge{transition:transform .3s ease}.store-badge:hover{transform:scale(1.05)}#game_cont,#game_frame{height:150vw;max-height:none}#app_cont,#app_iframe{transition:all .3s ease-in-out;margin:auto;display:flex;justify-content:center;align-items:center;width:90vw;height:calc(90vw * .5625);max-height:540px;padding:0;overflow:hidden;border:none;-webkit-mask-image:-webkit-radial-gradient(white, black);mask-image:radial-gradient(white, black)}@media only screen and (max-width:600px){#app_cont,#app_iframe{height:calc(90vw * 1.5);max-height:none}}#app_cont{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto;padding:0}#app_iframe{box-shadow:0 4px 8px rgba(0,0,0,0.2);border-radius:8px;max-width:100%}.banner-ad{min-height:100px}.manual_content_row{display:flex;align-items:flex-start;margin-bottom:20px;gap:20px}.manual_content_row>div{flex:1;padding:10px}.manual_content_row>div:first-child{flex:0 0 auto;max-width:45%}.manual_content_row>div:last-child{flex:1;align-self:stretch}.manual_content_row>div:last-child ul{margin:0;height:100%;display:flex;flex-direction:column;justify-content:space-around}.manual_content_row>div:last-child li{margin-bottom:8px;list-style-type:decimal}.manual_content_row img{width:100%;height:auto;display:block;margin-bottom:0}@media (max-width:768px){.manual_content_row{flex-direction:column}.manual_content_row>div:first-child{max-width:100%}}@media (min-width:768px){h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}p,li{font-size:16px}.banner-ad{height:70px;line-height:70px}.share-buttons a{font-size:16px}footer a{font-size:16px}}@media (min-width:1024px){h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}p,li{font-size:16px}#game_cont{width:100vw;height:56.25vw;max-width:960px;min-height:540px}.banner-ad{height:90px;line-height:90px;font-size:18px}.share-buttons a{font-size:18px}footer a{font-size:18px}}.grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:16px}@media only screen and (max-width:480px){.grid{grid-template-columns:1fr}}footer{background-color:#333;color:white;padding:20px 0;text-align:center;margin-top:40px;position:relative;bottom:0;width:100%}footer a{color:#b0b0b0}footer a:hover{color:#ffffff}.share-section{margin-top:20px}.share-buttons a:hover{opacity:.8}.share-buttons svg,.share-buttons img{width:24px;height:24px;vertical-align:middle}.share-buttons #hatena img{width:48px;height:48px}.share-buttons #x{background-color:#000000}.share-buttons #facebook{background-color:#3b5998}.share-buttons #hatena{background-color:#00A4DE}.share-buttons #discord{background-color:#5865F2}.share-buttons #reddit{background-color:#FF4500}.share-buttons #bluesky{background-color:#0085FF}.share-buttons #threads{background-color:#000000}#recommended{width:100%;max-width:960px;margin:0 auto;box-sizing:border-box}#recommended .recommended_item{display:grid;grid-template-columns:repeat(auto-fill, minmax(256px, 1fr));gap:10px;padding:1em}#recommended .recommended_item a{display:flex;flex-direction:column;align-items:center;text-decoration:none;width:256ox}#recommended .recommended_item a img{width:100%;max-width:256px;height:128px;object-fit:cover;margin-bottom:8px;border-radius:4px}@media (max-width:600px){.container{padding:0}#app_cont{width:100%}}p,li,td,th,.game_title,.manual_content_row li{font-size:14px;line-height:1.6}table{width:100%;overflow-x:auto;display:block;border-collapse:collapse}table th,table td{border:1px solid #ccc;border-color:#ccc;padding:8px;text-align:left;font-size:14px;line-height:1.6}@media (prefers-color-scheme:dark){table th,table td{border-color:#444}}@media (min-width:768px){p,li,td,th,.game_title,.manual_content_row li{font-size:16px}}@media (min-width:1024px){p,li,td,th,.game_title,.manual_content_row li{font-size:16px}}#note{margin:20px 0;padding:15px;border-radius:8px;border-color:#ccc;background-color:#f1f1f1;border:1px solid}@media (prefers-color-scheme:dark){#note{border-color:#444}}@media (prefers-color-scheme:dark){#note{background-color:#333}}#note h4{margin-top:0;margin-bottom:10px;font-size:16px;color:#333}@media (prefers-color-scheme:dark){#note h4{color:#e0e0e0}}#note br{margin-bottom:5px}#note b{color:#ff4444}@media (prefers-color-scheme:dark){#note b{color:#e0e778}}@media (min-width:768px){#note{padding:20px}#note h4{font-size:18px}}