/* ENGAME controlled layer only. No DistancePractice logo/menu/sidebar replacement. */
.dp-engame-wrap{width:100%!important;box-sizing:border-box!important;}
.dp-engame-emblem{display:block!important;object-fit:contain!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important;flex:0 0 auto!important;}
.dp-engame-emblem.hero{width:54px!important;height:54px!important;}
.dp-engame-hero{display:flex!important;align-items:center!important;gap:18px!important;margin:0 0 22px!important;padding:26px 30px!important;border-radius:24px!important;border:1px solid rgba(34,197,94,.18)!important;background:linear-gradient(135deg,#ecfdf5,#d7fae8)!important;}
.dp-engame-kicker{margin:0 0 4px!important;color:#059669!important;font-size:13px!important;font-weight:900!important;letter-spacing:.18em!important;}
.dp-engame-hero p{margin:8px 0 0!important;color:var(--dp-muted,#667085)!important;font-size:16px!important;}
.dp-engame-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;}
.dp-engame-card{display:block!important;min-height:118px!important;padding:24px!important;border-radius:20px!important;border:1px solid rgba(15,23,42,.10)!important;background:#fff!important;color:var(--dp-text,#0f172a)!important;text-decoration:none!important;box-shadow:0 12px 32px rgba(15,23,42,.055)!important;}
.dp-engame-card:hover{text-decoration:none!important;transform:translateY(-1px)!important;}
.dp-engame-card strong{display:block!important;margin:0 0 8px!important;font-size:21px!important;line-height:1.2!important;font-weight:950!important;color:inherit!important;}
.dp-engame-card span{display:block!important;color:var(--dp-muted,#667085)!important;font-size:15px!important;line-height:1.45!important;}
.dp-engame-card.is-primary{background:linear-gradient(135deg,#064e3b,#16a34a)!important;color:#fff!important;}
.dp-engame-card.is-primary span{color:#dcfce7!important;}
.dp-engame-panel{padding:26px!important;border-radius:20px!important;border:1px solid rgba(15,23,42,.10)!important;background:#fff!important;}
.dp-engame-panel h2{margin:0 0 10px!important;font-size:25px!important;line-height:1.2!important;font-weight:950!important;}
.dp-engame-panel p{margin:0!important;color:var(--dp-text,#0f172a)!important;}
.dp-engame-back{display:inline-block!important;margin-top:18px!important;padding:12px 18px!important;border-radius:14px!important;background:#16a34a!important;color:#fff!important;font-weight:900!important;text-decoration:none!important;}
.dp-engame-games-entry{display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:14px!important;margin:0 0 16px!important;padding:18px!important;border-radius:18px!important;border:1px solid rgba(15,23,42,.10)!important;background:#fff!important;text-decoration:none!important;color:#0f172a!important;box-shadow:0 10px 26px rgba(15,23,42,.055)!important;}
.dp-engame-games-entry-icon .dp-engame-emblem.games{width:46px!important;height:46px!important;}
.dp-engame-games-entry-main{display:grid!important;gap:3px!important;}
.dp-engame-games-entry-title{font-weight:950!important;font-size:18px!important;color:#0f172a!important;}
.dp-engame-games-entry-summary{font-size:14px!important;color:#475569!important;}
.dp-engame-games-entry-meta{font-size:12px!important;color:#64748b!important;font-weight:800!important;}
.dp-engame-games-entry-action{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:36px!important;padding:8px 14px!important;border-radius:999px!important;background:#16a34a!important;color:#fff!important;font-weight:900!important;font-size:13px!important;}
@media(max-width:900px){.dp-engame-grid{grid-template-columns:1fr!important}.dp-engame-games-entry{grid-template-columns:auto 1fr!important}.dp-engame-games-entry-action{grid-column:2!important;width:max-content!important}}
