/* Admin */
.swg-wrap .swg-cards { display: flex; gap: 16px; flex-wrap: wrap; margin: 20px 0; }
.swg-wrap .swg-card { background: #fff; border: 1px solid #ccd0d4; border-radius: 6px; padding: 16px 20px; min-width: 180px; }
.swg-wrap .swg-card h3 { margin: 0 0 6px; font-size: 13px; color: #666; text-transform: uppercase; }
.swg-wrap .swg-big { font-size: 28px; font-weight: 700; margin: 0; }
#swg-diagnostics-table td, #swg-diagnostics-table th { vertical-align: top; }
.swg-status-pass { color: #1a7f37; font-weight: 700; }
.swg-status-fail { color: #c0272d; font-weight: 700; }
.swg-status-warn { color: #b26a00; font-weight: 700; }
.swg-status-skip { color: #666; font-weight: 700; }
.swg-inline-result-row td.swg-inline-result { background: #f6f7f7; padding: 8px 12px; font-style: italic; }
.swg-adjust-amount { width: 90px; }

/* Front-end */
.swg-dashboard { max-width: 960px; margin: 0 auto; font-family: -apple-system, Segoe UI, Roboto, sans-serif; }
.swg-box { padding: 20px; background: #f5f5f7; border-radius: 10px; text-align: center; }
.swg-wallet-card { background: linear-gradient(135deg,#1c2b4a,#0f6e5b); color: #fff; border-radius: 14px; padding: 24px; margin-bottom: 24px; }
.swg-wallet-label { opacity: .8; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.swg-wallet-balance { font-size: 42px; font-weight: 800; margin: 6px 0; }
.swg-wallet-account { opacity: .85; font-size: 13px; margin-bottom: 12px; }
.swg-btn { border: none; border-radius: 8px; padding: 10px 18px; font-weight: 600; cursor: pointer; }
.swg-btn-secondary { background: rgba(255,255,255,.15); color: #fff; }
.swg-btn-play { background: #ff5f3c; color: #fff; width: 100%; margin-top: 10px; }
.swg-btn-primary { background: #1c2b4a; color: #fff; width: 100%; margin-top: 10px; }
.swg-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.swg-table th, .swg-table td { padding: 8px 10px; border-bottom: 1px solid #e2e2e2; text-align: left; font-size: 14px; }
.swg-game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; }
.swg-game-card { background: #fff; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.1); overflow: hidden; padding-bottom: 14px; }
.swg-game-thumb { height: 140px; background-size: cover; background-position: center; background-color: #222; }
.swg-game-title { font-weight: 700; padding: 10px 14px 0; }
.swg-game-excerpt { font-size: 13px; color: #666; padding: 4px 14px; min-height: 32px; }
.swg-game-card .swg-btn-play { width: calc(100% - 28px); margin-left: 14px; margin-right: 14px; }
.swg-game-card-single { max-width: 420px; margin: 0 auto; }
.swg-game-direct-link { padding: 0 14px 14px; font-size: 12px; color: #666; }
.swg-link-input { width: 100%; margin: 4px 0; padding: 6px 8px; border: 1px solid #ddd; border-radius: 6px; font-size: 12px; }
.swg-manual-launch-link { display: block; margin: 8px 14px 14px; text-align: center; text-decoration: none; }

.swg-modal { position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 99999; display: none; align-items: center; justify-content: center; }
.swg-modal-inner { position: relative; width: 95vw; height: 90vh; max-width: 1400px; background: #000; border-radius: 10px; overflow: hidden; }
.swg-modal-inner iframe { width: 100%; height: 100%; border: 0; }
.swg-modal-close { position: absolute; top: 8px; right: 12px; z-index: 2; background: rgba(255,255,255,.9); border: none; border-radius: 50%; width: 34px; height: 34px; font-size: 20px; cursor: pointer; }
