:root { --ink: #213c48; --muted: #6c8185; --cream: #f2faf5; --yellow: #ffd15c; --orange: #ff8462; --line: #d8e9e1; }
* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; overflow-x: hidden; overflow-y: auto; }
body { margin: 0; min-width: 320px; color: var(--ink); background: radial-gradient(circle at 6% 8%, #fff1b6 0 9rem, transparent 24rem), radial-gradient(circle at 96% 26%, #d6f3ed 0 12rem, transparent 27rem), var(--cream); font-family: "Be Vietnam Pro", sans-serif; }
a { color: inherit; }
.player-shell { display: grid; grid-template-rows: auto auto auto auto; width: min(1320px, calc(100% - 38px)); min-height: 100vh; margin: auto; padding-bottom: 14px; }
.player-topbar { display: flex; justify-content: space-between; align-items: center; min-height: 62px; }
.player-brand { color: var(--ink); text-decoration: none; font: 800 27px "Baloo 2", sans-serif; }.player-brand span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-right: 7px; border-radius: 13px 13px 13px 4px; color: white; background: var(--orange); transform: rotate(-8deg); }
.player-back, .player-next a { color: var(--muted); font-size: 12px; font-weight: 800; text-decoration: none; }.player-back:hover, .player-next a:hover { color: var(--orange); }
.player-hero { position: relative; display: flex; justify-content: space-between; align-items: center; min-height: 142px; padding: 22px 42px; overflow: hidden; border-radius: 26px 26px 26px 8px; color: white; background: linear-gradient(120deg, #244c5a, #347d81 60%, #51b39e); box-shadow: 0 8px 0 #d8e7dc; }
.player-hero::after { content: ""; position: absolute; right: -70px; top: -110px; width: 330px; height: 330px; border-radius: 50%; background: rgba(255,255,255,.1); }
.player-kicker { position: relative; z-index: 1; margin: 0 0 7px; color: #ffe08d; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }.player-hero h1 { position: relative; z-index: 1; margin: 0; font: 800 clamp(39px, 6vw, 65px)/.95 "Baloo 2", sans-serif; letter-spacing: -1.5px; }.player-hero p:last-child { position: relative; z-index: 1; max-width: 560px; margin: 13px 0 0; color: #d9f0eb; font-size: 13px; line-height: 1.6; }
.player-badge { position: relative; z-index: 1; display: grid; grid-template-columns: 70px auto; align-items: center; gap: 9px; margin-right: 23px; transform: rotate(7deg); }.player-badge span { display: grid; place-items: center; width: 74px; height: 74px; border: 5px solid var(--ink); border-radius: 23px; color: var(--ink); background: var(--yellow); box-shadow: 0 7px 0 var(--ink); font-size: 37px; }.player-badge small { color: #ffe08d; font: 800 12px/1.1 "Baloo 2", sans-serif; letter-spacing: 1px; }
.player-frame-wrap { display: flex; min-height: 0; flex-direction: column; margin-top: 20px; padding: 11px; border: 1px solid var(--line); border-radius: 25px; background: rgba(255,255,255,.67); box-shadow: 0 13px 32px rgba(41,74,74,.08); }.player-frame-head { display: flex; justify-content: space-between; flex: 0 0 auto; gap: 12px; padding: 2px 8px 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .8px; }.player-frame-head span:first-child { color: var(--orange); }.player-frame-tools { display: flex; align-items: center; gap: 12px; color: var(--muted) !important; }.player-frame-tools button { border: 1px solid var(--line); border-radius: 8px; padding: 6px 9px; color: var(--ink); background: white; font: inherit; cursor: pointer; }.player-frame-tools button:hover { border-color: var(--orange); color: var(--orange); }
#gameFrame { display: block; width: 100%; height: 860px; min-height: 860px; border: 0; border-radius: 18px; background: #f8fbf6; }
.player-frame-wrap:fullscreen { width: 100vw; height: 100vh; margin: 0; padding: 10px; border: 0; border-radius: 0; background: #f8fbf6; }.player-frame-wrap:fullscreen #gameFrame { flex: 1; height: auto; min-height: 0; border-radius: 12px; }
.player-next { display: flex; justify-content: space-between; gap: 15px; margin-top: 20px; padding: 0 8px; }
@media (max-width: 680px) { .player-shell { width: min(100% - 22px, 1320px); }.player-topbar { min-height: 57px; }.player-brand { font-size: 23px; }.player-back { max-width: 150px; text-align: right; font-size: 10px; }.player-hero { min-height: 112px; padding: 19px 22px; }.player-hero h1 { font-size: 39px; max-width: 260px; }.player-hero p:last-child { max-width: 275px; margin-top: 7px; font-size: 10px; }.player-badge { position: absolute; right: 11px; bottom: 12px; transform: scale(.58) rotate(7deg); transform-origin: right bottom; }.player-frame-wrap { margin-top: 14px; padding: 7px; border-radius: 18px; }.player-frame-head { padding: 2px 5px 7px; font-size: 8px; }#gameFrame { height: 800px; min-height: 800px; border-radius: 13px; }.player-next { font-size: 10px; padding: 0 4px; } }
