#fxgame-root .fxg-wrap{max-width:900px;margin:24px auto;padding:18px;border-radius:16px;background:#111827;color:#fff;font-family:Arial,sans-serif;box-shadow:0 8px 30px rgba(0,0,0,.25)}#fxgame-root .fxg-wrap *{box-sizing:border-box}#fxgame-root .fxg-title{text-align:center;margin:0 0 10px;font-size:26px;font-weight:700}#fxgame-root .fxg-subtitle{text-align:center;font-size:14px;line-height:1.7;color:#d1d5db;margin-bottom:18px}#fxgame-root .fxg-status{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}#fxgame-root .fxg-card{background:#1f2937;border:1px solid #374151;border-radius:12px;padding:12px;text-align:center}#fxgame-root .fxg-label{font-size:12px;color:#9ca3af;margin-bottom:4px}#fxgame-root .fxg-value{font-size:20px;font-weight:700}#fxgame-root .fxg-chart-box{background:#0b1120;border:1px solid #374151;border-radius:14px;padding:10px}#fxgame-root .fxg-chart{width:100%;height:360px;display:block;background:#0b1120;border-radius:10px}#fxgame-root .fxg-question{text-align:center;font-size:18px;font-weight:700;margin:16px 0}#fxgame-root .fxg-buttons,#fxgame-root .fxg-bottom,#fxgame-root .fxg-share{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}#fxgame-root .fxg-buttons{margin-bottom:12px}#fxgame-root .fxg-btn{border:0;border-radius:12px;padding:15px;color:#fff;font-size:18px;font-weight:700;cursor:pointer}#fxgame-root .fxg-btn-small{font-size:15px;padding:13px}#fxgame-root .fxg-up{background:#16a34a}#fxgame-root .fxg-down{background:#dc2626}#fxgame-root .fxg-blue{background:#2563eb}#fxgame-root .fxg-gray{background:#374151}#fxgame-root .fxg-result{min-height:54px;text-align:center;font-size:16px;font-weight:700;line-height:1.7;color:#facc15;margin:10px 0}#fxgame-root .fxg-note{margin-top:16px;padding:12px;border-radius:12px;background:#1f2937;color:#d1d5db;font-size:13px;line-height:1.7}#fxgame-root .fxg-hidden{display:none}@media (max-width:640px){#fxgame-root .fxg-wrap{padding:14px}#fxgame-root .fxg-status,#fxgame-root .fxg-buttons,#fxgame-root .fxg-bottom,#fxgame-root .fxg-share{grid-template-columns:1fr}#fxgame-root .fxg-chart{height:300px}}#fxgame-root select{color:#fff;background:#111827;border:1px solid #4b5563;border-radius:8px;padding:6px 8px;font-size:16px;font-weight:700}#fxgame-root select option{color:#fff;background:#111827}