*{box-sizing:border-box}html,body{margin:0;background:#02070c;color:#f6f7ef;font-family:Arial,Helvetica,sans-serif}.gp-page{min-height:100%;background:radial-gradient(circle at 50% 0,#1d5543 0,#071a23 34%,#02070c 82%)}button,a{font:inherit}.gp-top{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:linear-gradient(90deg,#07131f,#0b211b);border-bottom:1px solid #b38d3f;box-shadow:0 8px 28px rgba(0,0,0,.28)}.gp-brand{display:flex;align-items:baseline;gap:5px;color:white;text-decoration:none;font-weight:900}.gp-brand span{color:#e7c55e}.gp-brand small{font-size:10px;color:#9db2a7;margin-left:8px}.gp-top nav{display:flex;gap:12px}.gp-top nav a{color:#cdd7d0;text-decoration:none;font-size:12px;font-weight:900}.gp-top nav a.active{color:#f0cf6a}.gp-shell{width:min(980px,96%);margin:18px auto}.gp-titlebar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}.gp-kicker{font-size:10px;color:#e0bd56;font-weight:900;letter-spacing:.08em}.gp-titlebar h1{margin:5px 0 3px;font-size:26px}.gp-titlebar h1 strong{color:#e7c65e}.gp-titlebar p{margin:0;color:#aebdb4;font-size:13px}.gp-actions{display:flex;gap:8px;flex-wrap:wrap}.gp-actions button,.gp-actions a{background:#0b2119;border:1px solid #6e582d;color:#fff;text-decoration:none;padding:9px 11px;border-radius:9px;font-size:11px;font-weight:900}.gp-game-card{background:linear-gradient(145deg,#081724,#071710);border:1px solid #a47f36;border-radius:18px;padding:10px;box-shadow:0 24px 70px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.04)}.gp-hud{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-bottom:8px}.gp-hud>div{background:linear-gradient(180deg,#0a2630,#082018);border:1px solid #80662f;border-radius:10px;text-align:center;padding:7px;box-shadow:inset 0 1px rgba(255,255,255,.04)}.gp-hud small{display:block;color:#8fa79a;font-size:9px;font-weight:900}.gp-hud b{font-size:15px;color:#fff}.gp-stage-wrap{position:relative;width:min(700px,100%);aspect-ratio:700/1244;margin:0 auto;background:#020806;overflow:hidden;border:0;border-radius:14px;touch-action:none}.gp-stage-wrap canvas{display:block;width:100%;height:100%;aspect-ratio:700/1244;object-fit:contain}.gp-callout{position:absolute;top:48%;left:23%;right:23%;z-index:5;opacity:0;pointer-events:none;text-align:center;background:rgba(2,14,12,.91);border:2px solid #fff;border-radius:10px;padding:9px;font-weight:1000;font-size:13px;transform:scale(.94);transition:.15s}.gp-callout.show{opacity:1;transform:scale(1)}.gp-launch{position:absolute;z-index:6;left:20%;bottom:1.7%;width:59%;height:7%;min-height:44px;border:0;background:transparent;color:transparent;opacity:.01;padding:0;touch-action:none}.gp-launch span,.gp-launch b{display:none}.gp-select-stage{position:absolute;z-index:6;right:2.1%;top:8.7%;width:16.5%;min-width:74px;height:4.9%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border:2px solid #d4b458;border-radius:11px;background:linear-gradient(180deg,rgba(8,34,54,.96),rgba(4,20,34,.96));color:#fff;box-shadow:0 3px 0 rgba(81,55,12,.8),0 6px 18px rgba(0,0,0,.35);font-weight:1000;letter-spacing:.03em;touch-action:manipulation}.gp-select-stage span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#d7b759;color:#092018;font-size:11px}.gp-select-stage b{font-size:11px}.gp-select-stage:focus-visible{outline:3px solid #fff;outline-offset:2px}.gp-select-stage:active{transform:translateY(1px);box-shadow:0 2px 0 rgba(81,55,12,.8)}.gp-overlay{position:absolute;inset:0;display:none;z-index:7;background:rgba(1,8,6,.84);align-items:center;justify-content:center;padding:22px;overflow:auto}.gp-overlay.show{display:flex}.gp-intro-panel,.gp-result-panel,.gp-select-panel{width:min(500px,94%);background:#071b15;border:2px solid #a78137;border-radius:18px;padding:22px;text-align:center;box-shadow:0 20px 65px rgba(0,0,0,.62)}.gp-intro-panel>span,.gp-result-panel>span,.gp-select-panel>span{color:#e5c45f;font-size:11px;font-weight:1000}.gp-intro-panel h2,.gp-result-panel h2,.gp-select-panel h2{margin:7px 0;color:#ffe48d}.gp-intro-panel p,.gp-result-panel p{color:#c1cec6;font-size:13px;line-height:1.4}.gp-rules{display:grid;grid-template-columns:110px 1fr;gap:8px;text-align:left;background:#04110d;border:1px solid #4f4228;border-radius:11px;padding:12px;margin:14px 0}.gp-rules b{color:#e6c65e;font-size:11px}.gp-rules span{font-size:11px;color:#d6e0d9}.gp-intro-panel button,.gp-result-panel button,.gp-select-panel>button{border:1px solid #fff0a1;border-radius:10px;padding:12px 16px;background:linear-gradient(#f0cf6b,#b78726);color:#102116;font-weight:1000}.gp-result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:12px 0}.gp-result-stats div{background:#04110d;border:1px solid #4b4028;padding:8px;border-radius:9px}.gp-result-stats small{display:block;color:#8fa79a;font-size:9px}.gp-result-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.gp-hole-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:56vh;overflow:auto;margin:14px 0;padding:2px}.gp-hole-grid button{min-height:64px;border:1px solid #6d5b31;background:#06140f;color:#fff;border-radius:10px;padding:7px;font-weight:900;text-align:left}.gp-hole-grid button b{display:block;color:#f0cf69;font-size:12px}.gp-hole-grid button small{display:block;color:#9fb1a7;font-size:9px;margin-top:2px}.gp-hole-grid button.active{border-color:#ffe689;background:#173723}.gp-notes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.gp-notes>div{background:#071a14;border:1px solid #4e4228;border-radius:9px;padding:10px;font-size:11px;color:#b9c8bf}.gp-notes strong{display:block;color:#e3c25e;margin-bottom:3px}.gp-parent-note{margin-top:10px;border:1px solid #4b4028;background:#061511;border-radius:10px;padding:10px;font-size:11px;color:#aebeb5}.gp-footer{text-align:center;color:#74867b;font-size:10px;padding:16px}
@supports(height:100svh){@media(max-width:900px),(hover:none) and (pointer:coarse){html,body{width:100%;min-height:100%;overflow-x:hidden}.gp-top,.gp-titlebar,.gp-hud,.gp-notes,.gp-parent-note,.gp-footer{display:none!important}.gp-shell{width:100%!important;margin:0!important;padding:0!important}.gp-game-card{width:100%!important;min-height:100svh;display:flex;align-items:center;justify-content:center;border:0!important;border-radius:0!important;box-shadow:none!important;background:#020806!important;padding:0!important}.gp-stage-wrap{width:min(100vw,calc((100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom))*700/1244))!important;max-width:700px!important;height:auto!important;aspect-ratio:700/1244;max-height:calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important;margin:0 auto!important;border-radius:0!important}.gp-stage-wrap canvas{width:100%!important;height:100%!important}.gp-overlay{padding:10px}.gp-intro-panel,.gp-result-panel,.gp-select-panel{padding:15px}.gp-hole-grid{grid-template-columns:repeat(2,1fr);max-height:58svh}}}
@media(min-width:901px){.gp-stage-wrap{width:min(700px,100%,calc((100vh - 190px)*700/1244))}}
@supports not (height:100svh){@media(max-width:900px){.gp-top,.gp-titlebar,.gp-hud,.gp-notes,.gp-parent-note,.gp-footer{display:none!important}.gp-shell{width:100%!important;margin:0!important;padding:0!important}.gp-game-card{width:100%!important;display:flex;align-items:center;justify-content:center;border:0!important;border-radius:0!important;padding:0!important}.gp-stage-wrap{width:min(100vw,calc(100vh*700/1244))!important;aspect-ratio:700/1244!important;margin:0 auto!important;border-radius:0!important}}}

@media(max-width:520px){.gp-select-stage{right:2%;top:8.5%;width:18%;min-width:66px;height:5.2%;min-height:42px;padding:0 6px}.gp-select-stage span{width:22px;height:22px;font-size:10px}.gp-select-stage b{font-size:9px}}

/* v10.12.05 — Hole-in-One Hero collector */
.gp-actions #gpCollector{background:linear-gradient(180deg,#4c248d,#22164f);border-color:#d9b758;color:#ffe98e}.gp-actions #gpCollector span{color:#9ff16c;margin-left:4px}
.gp-collector-stage{position:absolute;z-index:6;left:2.1%;top:8.7%;width:16.5%;min-width:74px;height:4.9%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:6px;border:2px solid #d4b458;border-radius:11px;background:linear-gradient(180deg,rgba(75,31,132,.97),rgba(22,17,67,.97));color:#fff;box-shadow:0 3px 0 rgba(72,41,8,.8),0 6px 18px rgba(0,0,0,.35);font-weight:1000;letter-spacing:.03em;touch-action:manipulation}.gp-collector-stage span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f2c84f;color:#241044;font-size:13px}.gp-collector-stage b{font-size:10px;color:#fff}.gp-collector-stage:focus-visible{outline:3px solid #fff;outline-offset:2px}.gp-collector-stage:active{transform:translateY(1px)}
.gp-collector-overlay{z-index:9;background:radial-gradient(circle at 50% 12%,rgba(88,29,148,.96),rgba(2,8,18,.97) 56%,rgba(0,0,0,.98))}.gp-collector-panel{width:min(650px,98%);max-height:96%;overflow:auto;background:linear-gradient(180deg,#101342,#07132d 55%,#080d20);border:3px solid #e5bd4f;border-radius:20px;padding:15px;box-shadow:0 0 0 3px rgba(45,160,255,.18),0 25px 80px rgba(0,0,0,.75),inset 0 1px rgba(255,255,255,.08);text-align:center}.gp-collector-head span{font-size:10px;font-weight:1000;color:#9fe76f;letter-spacing:.12em}.gp-collector-head h2{margin:3px 0 4px;font-size:25px;color:#ffd95f;text-shadow:0 3px 0 #482170}.gp-collector-head b{display:inline-block;padding:5px 12px;border-radius:999px;background:#351267;color:#fff;border:1px solid #b986ff;font-size:11px}.gp-collector-panel>p{margin:8px auto 12px;max-width:560px;color:#c9d5ea;font-size:11px;line-height:1.35}.gp-collector-panel>p strong{color:#ffe681}.gp-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.gp-card-slot{position:relative;appearance:none;border:2px solid #d5b653;border-radius:12px;overflow:hidden;padding:0;background:#060c19;color:#fff;aspect-ratio:2/3;box-shadow:0 6px 14px rgba(0,0,0,.4);cursor:pointer}.gp-card-slot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.2s transform,.2s filter}.gp-card-slot.unlocked:hover img{transform:scale(1.025)}.gp-card-slot.locked{cursor:default;border-color:#414961}.gp-card-slot.locked img{filter:grayscale(1) brightness(.15) blur(1px)}.gp-card-slot.locked:after{content:'LOCKED';position:absolute;inset:auto 8% 37%;padding:6px 2px;border-radius:7px;background:rgba(5,9,17,.86);border:1px solid #6e7892;color:#9ea7ba;font-size:10px;font-weight:1000;letter-spacing:.1em}.gp-card-slot .gp-card-lock{position:absolute;top:6px;right:6px;z-index:2;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(10,20,43,.9);border:2px solid #f0c95d;color:#ffe36d;font-size:14px}.gp-card-slot>b{position:absolute;left:5px;right:5px;bottom:28px;z-index:2;padding:4px;border-radius:5px;background:rgba(3,8,22,.84);color:#ffd75d;font-size:9px;line-height:1.1}.gp-card-slot>small{position:absolute;left:5px;right:5px;bottom:6px;z-index:2;color:#e8eef7;font-size:7px;font-weight:900;text-shadow:0 1px 2px #000}.gp-card-slot.locked>b{color:#858ea3}.gp-card-slot.locked>small{color:#737c90}.gp-collector-complete{margin:12px 0 9px;padding:8px 10px;border-radius:9px;background:#171036;border:1px solid #574b83;color:#b8c4db;font-size:10px}.gp-collector-complete b{color:#ffe36b}.gp-collector-complete.complete{background:linear-gradient(90deg,#5b380a,#8d5b11,#5b380a);border-color:#ffd96a;color:#fff;box-shadow:0 0 18px rgba(255,196,64,.28)}.gp-collector-panel>button{border:1px solid #fff0a1;border-radius:10px;padding:10px 16px;background:linear-gradient(#f0cf6b,#b78726);color:#102116;font-weight:1000}
.gp-card-overlay{z-index:11;background:radial-gradient(circle at 50% 40%,rgba(61,29,123,.87),rgba(1,5,12,.97) 70%)}.gp-card-panel{position:relative;width:min(430px,94%);max-height:96%;overflow:auto;text-align:center;background:linear-gradient(180deg,#111644,#07152d);border:3px solid #edc85b;border-radius:22px;padding:13px;box-shadow:0 0 35px rgba(255,210,72,.3),0 28px 80px rgba(0,0,0,.72)}.gp-card-panel:before{content:'';position:absolute;inset:-25% -40%;pointer-events:none;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.18) 48%,transparent 56%);transform:translateX(-60%) rotate(8deg);animation:gpCardShine 2.6s ease-in-out infinite}.gp-card-panel>span{position:relative;z-index:1;color:#a8f56e;font-size:10px;font-weight:1000;letter-spacing:.14em}.gp-card-panel h2{position:relative;z-index:1;margin:5px 0 9px;color:#ffe36a;font-size:20px}.gp-card-panel img{position:relative;z-index:1;display:block;width:min(310px,82%);height:auto;aspect-ratio:2/3;object-fit:cover;margin:0 auto;border-radius:13px;border:2px solid #f4cf62;box-shadow:0 12px 35px rgba(0,0,0,.55),0 0 24px rgba(255,217,87,.24)}.gp-card-panel p{position:relative;z-index:1;margin:8px 0;color:#d0daea;font-size:10px}.gp-card-actions{position:relative;z-index:1;display:flex;gap:7px;justify-content:center;flex-wrap:wrap}.gp-card-actions button{border:1px solid #ffe687;border-radius:9px;padding:9px 12px;background:linear-gradient(180deg,#f0cf6b,#b78726);color:#102116;font-size:10px;font-weight:1000}.gp-card-actions button+button{background:linear-gradient(180deg,#572b9b,#25165d);color:#fff;border-color:#d9b35d}
.gp-hole-grid button.earned{border-color:#e2bd4d;background:linear-gradient(135deg,#11331d,#30214c)}.gp-hole-grid button.earned b{color:#ffe36d}
@keyframes gpCardShine{0%,38%{transform:translateX(-75%) rotate(8deg)}72%,100%{transform:translateX(75%) rotate(8deg)}}
@media(max-width:520px){.gp-collector-stage{left:2%;top:8.5%;width:18%;min-width:66px;height:5.2%;min-height:42px;padding:0 6px}.gp-collector-stage span{width:22px;height:22px;font-size:11px}.gp-collector-stage b{font-size:9px}.gp-card-grid{grid-template-columns:repeat(3,1fr);gap:6px}.gp-collector-panel{padding:10px}.gp-card-slot>b{font-size:7px;bottom:24px}.gp-card-slot>small{font-size:6px}.gp-card-panel{padding:10px}.gp-card-panel img{width:min(290px,88%)}}
