:root{--poc-navy: #0b1f33;--poc-navy-2: #112c45;--poc-sea: #14506e;--poc-teal: #2a9d8f;--poc-foam: #e9f1f4;--poc-brass: #d4a23a;--poc-brass-2: #f0c75e;--poc-danger: #e25a4c;--poc-ok: #4cc38a;--poc-ink: #0a1722;--poc-muted: #8ba6b8;--poc-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--poc-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--poc-radius: 14px;--poc-shadow: 0 10px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{font-family:var(--poc-sans);color:var(--poc-foam);background:radial-gradient(1200px 600px at 70% -10%,rgba(42,157,143,.18),transparent 60%),radial-gradient(900px 500px at 10% 110%,rgba(212,162,58,.1),transparent 60%),linear-gradient(160deg,var(--poc-navy) 0%,var(--poc-navy-2) 55%,#0a1a2b 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--poc-serif);font-weight:700;letter-spacing:.2px}a{color:var(--poc-brass-2);text-decoration:none}a:hover{text-decoration:underline}.poc-wrap{max-width:1080px;margin:0 auto;padding:22px clamp(14px,4vw,32px)}.poc-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;flex-wrap:wrap}@media(max-width:480px){.poc-topbar{gap:6px 8px;justify-content:center}}.poc-brand{display:flex;align-items:center;gap:10px}.poc-brand b{font-family:var(--poc-serif);font-size:20px}.poc-brand small{color:var(--poc-muted);font-size:12px;letter-spacing:1px;text-transform:uppercase}.poc-card{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:var(--poc-radius);box-shadow:var(--poc-shadow);padding:18px}a.poc-card,a.poc-card:hover{text-decoration:none}.poc-promo{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:18px;border:1px solid rgba(240,199,94,.28);background:linear-gradient(180deg,#f0c75e12,#ffffff05);transition:border-color .15s ease,transform .06s ease}.poc-promo:hover{border-color:#f0c75e80}.poc-promo:active{transform:translateY(1px)}.poc-promo-mark{flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#f0c75e1a;border:1px solid rgba(240,199,94,.2)}.poc-promo-copy{flex:1 1 220px;min-width:0;display:flex;flex-direction:column;gap:3px}.poc-promo-copy b{font-family:var(--poc-serif);font-size:17px;color:var(--poc-foam)}.poc-promo-copy .poc-muted{font-size:13px;line-height:1.45}.poc-promo-cta{flex:none;white-space:nowrap}@media(max-width:560px){.poc-promo-cta{width:100%;text-align:center}}.poc-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;font-weight:600;color:var(--poc-ink);background:linear-gradient(180deg,var(--poc-brass-2),var(--poc-brass));border:1px solid rgba(0,0,0,.2);border-radius:10px;padding:10px 16px;transition:transform .06s ease,filter .15s ease}.poc-btn:hover{filter:brightness(1.05)}.poc-btn:active{transform:translateY(1px)}.poc-btn[disabled]{opacity:.45;cursor:not-allowed}.poc-btn--ghost{background:transparent;color:var(--poc-foam);border:1px solid rgba(255,255,255,.25)}.poc-btn--sm{padding:6px 10px;font-size:13px;border-radius:8px}.poc-btn--lg{padding:14px 22px;font-size:16px;border-radius:12px}.poc-spotlight{transition:transform .12s ease,box-shadow .15s ease,filter .15s ease}.poc-spotlight:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000059;filter:brightness(1.03)}.poc-pill{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:4px 10px;font-size:12px;color:var(--poc-muted)}.poc-input{font:inherit;color:var(--poc-foam);background:#00000040;border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:8px 10px}.poc-input:focus{outline:2px solid var(--poc-teal)}.poc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a12b8;display:flex;align-items:center;justify-content:center;z-index:50;padding:16px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.poc-modal{max-width:460px;width:100%}.poc-modal--wide{max-width:580px}.poc-modal h2{margin-top:0}.poc-modal-close-row{display:flex;justify-content:flex-end;margin-bottom:4px}.poc-modal-x{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:16px;line-height:1;color:var(--poc-muted);background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:50%;transition:background .12s ease,color .12s ease;touch-action:manipulation;flex-shrink:0}.poc-modal-x:hover{background:#ffffff24;color:var(--poc-foam)}.poc-modal-x:active{transform:scale(.92)}.poc-btn--full{display:block;width:100%;text-align:center;margin-top:18px;padding:14px;font-size:15px;border-radius:12px}@keyframes poc-sheet-in{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes poc-sheet-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes poc-modal-in{0%{transform:translateY(16px) scale(.97);opacity:0}to{transform:none;opacity:1}}@keyframes poc-modal-out{0%{transform:none;opacity:1}to{transform:translateY(8px) scale(.97);opacity:0}}.poc-overlay .poc-card{animation:poc-modal-in .18s ease both}.poc-overlay .poc-card.poc-modal--exit{animation:poc-modal-out .18s ease both}@media(max-width:640px){.poc-overlay{align-items:flex-end;padding:0}.poc-overlay .poc-card{width:100%;max-width:100%;max-height:88vh;max-height:88dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:22px 22px 0 0;padding:6px 18px max(24px,env(safe-area-inset-bottom));animation:poc-sheet-in .26s cubic-bezier(.32,.72,0,1) both}.poc-overlay .poc-card.poc-modal--exit{animation:poc-sheet-out .22s ease-in both}.poc-overlay .poc-card:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:#ffffff38;margin:0 auto 10px}.poc-modal-x{width:42px;height:42px;font-size:17px}.poc-btn--full{padding:16px;font-size:16px}}.poc-howto h2{margin:0 0 3px;font-size:clamp(18px,4vw,26px)}.poc-howto-tag{margin:0 0 10px;font-size:13px;color:var(--poc-muted)}.poc-howto-h{font-family:var(--poc-sans);font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--poc-brass-2);margin:14px 0 5px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.1)}.poc-howto-list{list-style:none;margin:0;padding:0}.poc-howto-list li{position:relative;padding:5px 0 5px 20px;font-size:14px;line-height:1.5;min-height:36px;display:flex;align-items:center}.poc-howto-list li:before{content:"›";position:absolute;left:3px;top:50%;transform:translateY(-50%);color:var(--poc-teal);font-weight:700;font-size:16px}.poc-howto-list b{color:var(--poc-foam);font-weight:600}.poc-howto-list .poc-key{display:inline-block;min-width:20px;text-align:center;border:1px solid rgba(255,255,255,.28);border-radius:5px;padding:1px 5px;margin:0 2px;font-size:12px;color:var(--poc-foam);background:#ffffff0f}.poc-howto-list .poc-g{font-weight:700}.poc-muted{color:var(--poc-muted)}.poc-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.poc-grid{display:grid;gap:16px}.poc-lb-list{list-style:none;margin:8px 0 0;padding:0}.poc-lb-list li{display:flex;justify-content:space-between;padding:6px 4px;border-bottom:1px solid rgba(255,255,255,.07);font-variant-numeric:tabular-nums}.poc-lb-list li b{color:var(--poc-brass-2)}.poc-hero{min-height:94vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 24px 48px;position:relative;overflow:hidden}.poc-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 1000px 700px at 50% 30%,rgba(42,157,143,.2) 0%,transparent 68%),radial-gradient(ellipse 700px 500px at 80% 90%,rgba(212,162,58,.1) 0%,transparent 60%),radial-gradient(ellipse 500px 400px at 10% 80%,rgba(42,90,143,.12) 0%,transparent 60%);pointer-events:none}.poc-hero-inner{position:relative;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.poc-hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--poc-brass-2);background:#f0c75e12;border:1px solid rgba(240,199,94,.22);border-radius:999px;padding:6px 14px;margin-bottom:36px;text-decoration:none;transition:background .15s,border-color .15s}.poc-hero-badge:hover,.poc-hero-badge:focus{background:#f0c75e21;border-color:#f0c75e73;text-decoration:none}.poc-hero-anchor-wrap{width:88px;height:88px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(135deg,#2a9d8f2e,#2a9d8f0f);border:1.5px solid rgba(42,157,143,.32);box-shadow:0 0 50px #2a9d8f38,0 4px 20px #0000004d;margin-bottom:28px}.poc-hero-h1{font-family:var(--poc-serif);font-size:clamp(38px,9vw,72px);font-weight:700;letter-spacing:-.01em;line-height:1.06;margin:0 0 18px;background:linear-gradient(155deg,var(--poc-foam) 35%,#7dd6cc 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.poc-hero-sub{font-size:clamp(16px,3.2vw,20px);line-height:1.6;color:var(--poc-muted);max-width:50ch;margin:0 0 32px}.poc-hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:36px}.poc-hero-stat{font-size:12px;font-weight:700;letter-spacing:.05em;color:var(--poc-foam);background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:6px 14px}.poc-hero-cta{font-size:17px!important;padding:16px 40px!important;border-radius:14px!important;letter-spacing:.02em;margin-bottom:40px;box-shadow:0 6px 24px #d4a23a4d}.poc-hero-scroll{color:var(--poc-muted);font-size:24px;opacity:.55;animation:poc-bob 2.4s ease-in-out infinite;cursor:pointer;-webkit-user-select:none;user-select:none}@keyframes poc-bob{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(max-width:480px){.poc-hero{min-height:88vh;padding:48px 20px 36px}.poc-hero-anchor-wrap{width:72px;height:72px;border-radius:20px}}.poc-related{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:680px;margin:0 auto;padding:12px 16px 4px}.poc-related-label{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--poc-muted);white-space:nowrap}.poc-related-link{font-size:12px;font-weight:600;color:var(--poc-teal);background:#2a9d8f1a;border:1px solid rgba(42,157,143,.22);border-radius:999px;padding:4px 12px;text-decoration:none;transition:background .15s,border-color .15s;white-space:nowrap}.poc-related-link:hover{background:#2a9d8f33;border-color:var(--poc-teal)}.poc-game-desc{max-width:680px;margin:0 auto;padding:20px 16px 48px;border-top:1px solid rgba(255,255,255,.07)}.poc-game-desc h2{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--poc-muted);margin:0 0 10px}.poc-game-desc p{font-size:14px;line-height:1.65;color:#ffffff8c;margin:0 0 10px}.poc-game-desc ul{margin:8px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.poc-game-desc li{font-size:13px;line-height:1.5;color:#ffffff73}@media(max-width:480px){.poc-related{padding:10px 14px 4px}.poc-game-desc{padding:16px 14px 36px}}.poc-cat-wrap{max-width:760px;margin:0 auto;padding:48px 20px 80px}.poc-cat-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--poc-muted);text-decoration:none;margin-bottom:32px;transition:color .15s}.poc-cat-back:hover{color:var(--poc-foam)}.poc-cat-eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--poc-teal);margin:0 0 10px}.poc-cat-h1{font-family:var(--poc-serif);font-size:clamp(28px,6vw,44px);font-weight:700;color:var(--poc-foam);margin:0 0 14px;line-height:1.1}.poc-cat-lead{font-size:clamp(15px,2.5vw,17px);line-height:1.65;color:var(--poc-muted);max-width:58ch;margin:0 0 36px}.poc-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:48px}.poc-cat-card{display:flex;flex-direction:column;gap:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:18px 16px;text-decoration:none;transition:background .15s,border-color .15s,transform .1s}.poc-cat-card:hover{background:#ffffff17;border-color:var(--poc-teal);transform:translateY(-2px)}.poc-cat-card-icon{font-size:28px;line-height:1}.poc-cat-card-name{font-size:15px;font-weight:700;color:var(--poc-foam);line-height:1.25}.poc-cat-card-blurb{font-size:12px;color:var(--poc-muted);line-height:1.45}.poc-cat-prose{border-top:1px solid rgba(255,255,255,.07);padding-top:32px}.poc-cat-prose h2{font-size:20px;font-weight:700;color:var(--poc-foam);margin:0 0 10px}.poc-cat-prose p{font-size:15px;line-height:1.7;color:var(--poc-muted);margin:0 0 14px;max-width:65ch}.poc-cat-prose ul{padding-left:20px;margin:0 0 14px;display:flex;flex-direction:column;gap:5px}.poc-cat-prose li{font-size:14px;line-height:1.55;color:var(--poc-muted)}@media(max-width:520px){.poc-cat-wrap{padding:32px 16px 60px}.poc-cat-grid{grid-template-columns:1fr 1fr}}.poc-gloss-index{display:flex;flex-wrap:wrap;gap:4px 2px;margin:16px 0 24px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.poc-gloss-index a{font-size:14px;font-weight:700;color:var(--poc-teal);text-decoration:none;padding:3px 8px;border-radius:4px;transition:background .12s}.poc-gloss-index a:hover{background:#2a9d8f26}.poc-gloss-letter{font-size:26px;font-weight:800;color:var(--poc-brass-2);margin:36px 0 10px;padding-bottom:6px;border-bottom:1px solid rgba(240,199,94,.18)}.poc-gloss-dl{margin:0 0 4px}.poc-gloss-dl dt{font-size:15px;font-weight:700;color:var(--poc-foam);margin:22px 0 5px}.poc-gloss-dl dd{margin:0;font-size:14px;color:var(--poc-muted);line-height:1.7}.poc-gloss-link{color:var(--poc-teal);text-decoration:none;font-weight:600;margin-left:4px}.poc-gloss-link:hover{color:var(--poc-brass-2);text-decoration:underline}.poc-native-game,.poc-native-game body{height:100dvh;max-height:100dvh;overflow:hidden;overscroll-behavior:none}.poc-native-game #app{display:flex!important;flex-direction:column!important;height:100dvh!important;max-height:100dvh!important;overflow:hidden!important;padding:0!important}.poc-native-game .poc-wrap{padding:0 10px!important;flex:1 1 0!important;display:flex!important;flex-direction:column!important;min-height:0!important;overflow:hidden!important}.poc-native-game .poc-topbar{padding:env(safe-area-inset-top,8px) 0 4px!important;min-height:44px!important;flex-shrink:0!important;flex-wrap:nowrap!important;gap:6px!important;overflow:hidden;justify-content:space-between!important}.poc-native-game .poc-topbar .poc-btn{padding:6px 10px!important;font-size:13px!important;white-space:nowrap!important;flex-shrink:0}.poc-native-game [class$=-stage]{flex:1 1 0!important;min-height:0!important;aspect-ratio:unset!important;max-width:none!important;width:100%!important;margin:4px 0 0!important;border-radius:10px!important;overflow:hidden!important}.poc-native-game [class$=-stage] canvas{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;display:block!important}.poc-native-game [class$=-stage]{position:relative!important}.poc-native-game [class$=-main],.poc-native-game [class$=-inner]{flex:1 1 0!important;min-height:0!important;aspect-ratio:unset!important;max-width:none!important;width:100%!important;margin:4px 0 0!important;overflow:hidden!important}.poc-native-game [class$=-main] canvas,.poc-native-game [class$=-inner] canvas{width:100%!important;height:100%!important;display:block!important}.poc-native-game [class$=-prompt],.poc-native-game [class$=-question]{max-width:none!important;margin:5px 0 0!important;font-size:13px!important;line-height:1.3!important;flex-shrink:0;text-align:center}.poc-native-game [class$=-actions],.poc-native-game [class$=-ctls],.poc-native-game [class$=-btns]{max-width:none!important;margin:5px 0 0!important;flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,4px)}.poc-native-game [class$=-actions] button,.poc-native-game [class$=-ctls] button,.poc-native-game [class$=-act]{min-height:52px!important;font-size:14px!important}.poc-native-game [class$=-feedback]{max-width:none!important;margin:5px 0 0!important;flex-shrink:0;font-size:13px!important;padding-bottom:env(safe-area-inset-bottom,4px)}.poc-orient-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:4px 8px!important;flex-shrink:0;line-height:1}.poc-orient-btn svg{display:block}@media(orientation:landscape){.poc-native-game,.poc-native-game body{height:100dvh!important}.poc-native-game .poc-topbar{flex-wrap:nowrap!important;padding-top:env(safe-area-inset-top,4px)!important;padding-left:env(safe-area-inset-left,6px)!important;padding-right:env(safe-area-inset-right,6px)!important;gap:4px!important;min-height:36px!important;overflow-x:auto;-webkit-overflow-scrolling:touch}.poc-native-game .poc-topbar .poc-btn{font-size:11px!important;padding:4px 8px!important}.poc-native-game [class$=-stage]{width:100%!important;max-width:none!important;aspect-ratio:unset!important;margin:2px 0 0!important;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.poc-native-game [class$=-actions],.poc-native-game [class$=-ctls],.poc-native-game [class$=-btns]{padding-bottom:env(safe-area-inset-bottom,2px)!important}.poc-native-game [class$=-actions] button,.poc-native-game [class$=-ctls] button,.poc-native-game [class$=-act]{min-height:44px!important;font-size:13px!important}}.poc-native-game .poc-topbar>b,.poc-native-game .poc-topbar>h1,.poc-native-game .poc-topbar>span:not(.poc-btn){flex-shrink:1!important;min-width:0!important;max-width:30vw!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13px!important}@media(orientation:landscape){.poc-native-game .hp-stage{display:flex!important;flex-direction:column!important}.poc-native-game .hp-canvas{position:relative!important;inset:auto!important;flex:1 1 0!important;min-height:0!important;width:100%!important;display:block!important}.poc-native-game .hp-controls{position:relative!important;inset:auto!important;flex-shrink:0!important;width:100%!important;padding:4px 0 env(safe-area-inset-bottom,4px)!important;justify-content:space-around!important}.poc-native-game .hp-pad{width:clamp(70px,14vw,110px)!important;height:clamp(70px,14vw,110px)!important}.poc-native-game .hp-stop{width:clamp(44px,9vw,62px)!important;height:clamp(44px,9vw,62px)!important}.poc-native-game .hp-tug-btn{width:clamp(28px,6vw,38px)!important;height:clamp(22px,5vw,30px)!important}}.poc-cat-nav{display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding:14px clamp(14px,4vw,32px) 10px;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 calc(-1*clamp(14px,4vw,32px))}.poc-cat-nav::-webkit-scrollbar{display:none}.poc-cat-nav-pill{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:7px 14px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--poc-foam);font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background .14s,border-color .14s;cursor:pointer}.poc-cat-nav-pill:hover{background:#2a9d8f2e;border-color:#2a9d8f66;text-decoration:none}@media(max-width:374px){.poc-cat-nav-label{display:none}}.poc-categories{padding:0}.poc-cat-section{padding:20px clamp(14px,4vw,32px) 6px;scroll-margin-top:60px}.poc-cat-header{display:flex;align-items:baseline;gap:10px;margin-bottom:12px}.poc-cat-h2{font-family:var(--poc-serif);font-size:clamp(18px,3vw,22px);font-weight:700;margin:0;color:var(--poc-foam);letter-spacing:.2px}.poc-cat-count{font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.65;margin-left:auto;flex-shrink:0}.poc-game-strip{display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:visible;margin:0 calc(-1*clamp(14px,4vw,32px));padding:0 clamp(14px,4vw,32px) 14px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.poc-game-strip::-webkit-scrollbar{display:none}.poc-game-strip>.poc-card{flex:0 0 clamp(150px,44vw,190px);min-width:0;scroll-snap-align:start}@media(max-width:539px){.poc-card-blurb,.poc-card-stat{display:none!important}.poc-card-title{font-size:14px!important;margin:.35em 0 .15em!important}.poc-game-strip>.poc-card{padding:12px 12px 10px}.poc-game-strip>.poc-card .poc-pill{font-size:9px;padding:3px 7px}.poc-game-strip>.poc-card .poc-row{margin-top:10px}.poc-game-strip>.poc-card .poc-btn{width:100%;justify-content:center;font-size:12px;padding:7px 8px}}@media(min-width:540px){.poc-game-strip{display:grid;grid-template-columns:repeat(2,1fr);overflow-x:visible;margin:0;padding:0 0 14px;scroll-snap-type:none}.poc-game-strip>.poc-card{flex:unset}}@media(min-width:768px){.poc-game-strip{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.poc-game-strip{grid-template-columns:repeat(4,1fr)}}@media(min-width:390px)and (max-width:539px){.poc-topbar{justify-content:space-between}}@media(min-width:768px){.poc-brand b{font-size:22px}.poc-brand small{font-size:13px}}@media(min-width:600px){.poc-spotlight{align-items:center}}.poc-native-game .cr-stage{aspect-ratio:1!important;flex:0 0 auto!important;width:min(100%,calc(100dvh - 160px))!important;max-width:100%!important;align-self:center!important}.poc-native-game .wb-scene{flex-shrink:0!important;width:100%!important;overflow:hidden!important}.poc-native-game .si-play{flex:1 1 0!important;min-height:0!important;overflow:hidden!important}.poc-native-game .si-left{display:flex!important;flex-direction:column!important;min-height:0!important;flex:1 1 0!important;overflow:hidden!important}.poc-native-game .poc-wrap:has(.pt-stage){overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.poc-native-game .pt-stage{flex:0 0 auto!important;aspect-ratio:16 / 9!important;width:100%!important;max-height:45dvh!important}.poc-native-game .et-wrap{flex:1 1 0!important;min-height:0!important;max-width:none!important;margin:4px 0 0!important;padding:0 4px!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.poc-native-game .wh-inner{max-width:none!important}.poc-native-game .wh-doc-wrap{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.poc-native-game .poc-wrap>[class*=-info],.poc-native-game .poc-wrap>[class*=-banner],.poc-native-game .poc-wrap>[class*=-status]{flex-shrink:0!important;max-width:none!important;font-size:13px!important}
