*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Meiryo","メイリオ","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS PGothic","ＭＳ Ｐゴシック",sans-serif;font-size:14px;background:#1a1a2e;color:#e0e0e0;line-height:1.6;min-height:100vh}a{color:#7ec8e3;text-decoration:none}a:hover{text-decoration:underline;color:#aaddff}#header{background:linear-gradient(180deg,#16213e 0%,#0f3460 100%);padding:0;border-bottom:3px solid #e94560;box-shadow:0 2px 8px rgba(0,0,0,0.5)}#header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 20px}#site-logo{display:flex;align-items:center;gap:14px}#site-logo .logo-icon{width:52px;height:52px;background:linear-gradient(135deg,#e94560,#0f3460);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 3px 8px rgba(0,0,0,0.4)}#site-logo .logo-text h1{font-size:22px;font-weight:bold;color:#ffffff;letter-spacing:1px}#site-logo .logo-text p{font-size:11px;color:#8aabe0;margin-top:2px}#main{max-width:1100px;margin:40px auto;padding:0 20px}.section-title{font-size:18px;font-weight:bold;color:#7ec8e3;border-bottom:2px solid #e94560;padding-bottom:8px;margin-bottom:24px}.wiki-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:50px}.wiki-card{background:#16213e;border:1px solid #0f3460;border-radius:10px;overflow:hidden;transition:transform 0.15s,box-shadow 0.15s;cursor:pointer;text-decoration:none;color:inherit;display:block}.wiki-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(233,69,96,0.3);border-color:#e94560;text-decoration:none}.wiki-card-banner{height:90px;display:flex;align-items:center;justify-content:center;font-size:42px;position:relative}.wiki-card-banner.hytale{background:linear-gradient(135deg,#2f5496 0%,#1a3a6e 100%)}.wiki-card-banner.coming-soon{background:linear-gradient(135deg,#2a2a3e 0%,#1a1a2e 100%)}.wiki-card-banner .badge{position:absolute;top:8px;right:10px;font-size:10px;padding:2px 8px;border-radius:12px;font-weight:bold}.badge-live{background:#27ae60;color:#fff}.badge-soon{background:#555;color:#aaa}.wiki-card-body{padding:14px 16px 16px}.wiki-card-body h2{font-size:16px;font-weight:bold;color:#ffffff;margin-bottom:6px}.wiki-card-body p{font-size:12px;color:#8aabe0;line-height:1.5}.wiki-card-body .tags{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.tag{font-size:10px;padding:2px 7px;border-radius:10px;background:#0f3460;color:#7ec8e3;border:1px solid #1a4a80}.notice-box{background:#16213e;border:1px solid #0f3460;border-left:4px solid #e94560;border-radius:6px;padding:14px 18px;margin-bottom:40px;font-size:13px;color:#b0c4de}.notice-box strong{color:#e94560}#theme-toggle{padding:6px 14px;font-size:12px;border:1px solid #3a5a9a;background:rgba(255,255,255,0.1);border-radius:14px;cursor:pointer;color:#c0d8ff;font-family:inherit;font-weight:bold;transition:background 0.2s;user-select:none;white-space:nowrap}#theme-toggle:hover{background:rgba(255,255,255,0.2)}html.light body{background:#f0f0f5;color:#333}html.light a{color:#2255aa}html.light a:hover{color:#0a3080}html.light .notice-box{background:#e8eef8;border-color:#b0c4e0;border-left-color:#e94560;color:#333}html.light .notice-box strong{color:#c0102a}html.light .section-title{color:#2f5496;border-bottom-color:#e94560}html.light .wiki-card{background:#fff;border-color:#c8d8f0;color:#333}html.light .wiki-card:hover{box-shadow:0 6px 20px rgba(47,84,150,0.2);border-color:#4472c4}html.light .wiki-card-body h2{color:#1a2a4a}html.light .wiki-card-body p{color:#445}html.light .tag{background:#e0eaff;color:#2f5496;border-color:#b0c4e0}html.light #amzn-banner{background:#e8eef8;border-bottom-color:#b0c4e0}html.light #amzn-banner img{border-color:#c8d8f0}#footer{background:#0f0f1a;border-top:2px solid #0f3460;padding:20px;text-align:center;font-size:11px;color:#8899bb;margin-top:60px}#footer a{color:#7aadff}html.light #footer{background:#e8eef8;border-top-color:#b0c4e0;color:#556}html.light #footer a{color:#2f5496}#amzn-banner{display:flex;justify-content:center;gap:8px;padding:8px 12px;background:#13132a;border-bottom:1px solid #0f3460}#amzn-banner a{flex:1 1 0;min-width:0;display:block;line-height:0}#amzn-banner img{width:100%;height:auto;max-height:250px;object-fit:contain;border-radius:4px;border:1px solid #1a3a6e;transition:opacity 0.15s,transform 0.15s}#amzn-banner img:hover{opacity:0.85;transform:translateY(-2px)}@media (max-width:700px){#amzn-banner{display:grid;grid-template-columns:repeat(3,1fr)}}