@import"https://fonts.bunny.net/css?family=inter:400,500,600,700&display=swap";html,body{margin:0;padding:0;background:teal;color:#000;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;min-height:100vh}body{padding:18px 12px 48px}main{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.game-frame{background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px gray,inset 2px 2px #fff,3px 3px #00000059;padding:3px;font-family:"Pixelated MS Sans Serif","MS Sans Serif",Tahoma,sans-serif;font-size:11px}.game-frame-title{background:linear-gradient(90deg,navy,#1084d0);color:#fff;padding:3px 6px;font-weight:700;letter-spacing:0;display:flex;justify-content:space-between;align-items:center}.game-frame-title .controls{display:flex;gap:2px}.game-frame-title .controls .pip{width:16px;height:14px;background:silver;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf}.game-frame-menubar{padding:3px 6px;border-bottom:1px solid #808080;background:silver;font-size:11px}.game-frame-menubar u{text-decoration:underline}.game-host-menubar{display:flex;align-items:center;gap:10px;padding:4px 8px;flex-wrap:wrap}.game-host-mode{display:inline-flex;align-items:center;gap:4px;font-size:11px}.game-host-mode select{font:inherit;font-size:11px;padding:1px 4px;background:#fff;border:1px solid #808080;box-shadow:inset 1px 1px #fff,inset -1px -1px silver}.game-host-btn{font:inherit;font-size:11px;padding:2px 10px;background:silver;border:0;box-shadow:inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px gray,inset 2px 2px #dfdfdf;cursor:pointer;color:#000}.game-host-btn:active{box-shadow:inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px gray}.game-host-newrecord{color:#b8860b;font-weight:600}.game-host-daily-label{font-size:11px;font-weight:700;color:navy}.game-frame-body{background:silver;padding:10px;display:flex;justify-content:center;align-items:center}.game-host{background:#000;box-shadow:inset -1px -1px #fff,inset 1px 1px gray,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;padding:3px;display:inline-block}.game-canvas{display:block;image-rendering:pixelated;background:#fff}.game-frame-status{padding:2px 6px;background:silver;border-top:1px solid #808080;display:flex;justify-content:space-between;font-size:11px;color:#444}.game-content{background:#fff;border:2px solid silver;box-shadow:2px 2px #0003;padding:18px 24px;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.55;color:#1f2937}.game-content h1{font-size:1.5rem;margin:0 0 8px;color:navy;letter-spacing:-.01em}.game-content .lead{font-size:.95rem;color:#475569;margin:0 0 18px}.game-content h2{font-size:1.05rem;margin:18px 0 6px;color:navy;letter-spacing:0}.game-content ul,.game-content ol{margin:0 0 8px;padding-left:22px}.game-content li{margin-bottom:4px}.game-preview{float:right;margin:0 0 16px 20px;width:240px;max-width:45%}.game-preview img{width:100%;height:auto;border:1px solid #cbd5e1;border-radius:8px;background:#f1f5f9;display:block}.game-preview figcaption{font-size:.8rem;color:#94a3b8;text-align:center;margin-top:6px}.game-content .faq{margin:0 0 8px}.game-content .faq dt{font-weight:600;color:navy;margin-top:14px}.game-content .faq dd{margin:4px 0 0;padding-left:0;color:#334155}.related{background:#fff;border:2px solid silver;box-shadow:2px 2px #0003;padding:18px 24px 24px;font-family:Inter,system-ui,sans-serif}.related h2{font-size:1.2rem;margin:0 0 14px;color:navy}.related-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.related-grid a{display:flex;flex-direction:column;text-decoration:none;color:#1f2937;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.related-grid a:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0000201f}.related-grid img{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;background:#f1f5f9;display:block}.related-title{font-weight:600;font-size:.92rem;padding:8px 10px 0}.related-desc{font-size:.8rem;color:#64748b;padding:2px 10px 10px}body.in-iframe{background:silver;padding:3px;height:100vh;display:flex}body.in-iframe main{gap:0;max-width:none;flex:1;min-height:0;margin:0}body.in-iframe .game-frame{box-shadow:none;padding:0;background:silver;flex:1;display:flex;flex-direction:column;min-height:0}body.in-iframe .game-frame-title,body.in-iframe .game-content,body.in-iframe .related,body.in-iframe .ad-banner{display:none}body.in-iframe .game-host-menubar{display:flex}body.in-iframe .game-host-status{display:flex;border-top:1px solid #808080}body.in-iframe .game-frame-body{padding:0;background:silver;flex:1;min-height:0}body.in-iframe .game-host{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box}body.in-iframe .game-canvas{max-width:100%;max-height:100%}
