:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8f5e9;background:#102d2b;font-synthesis:none}*{box-sizing:border-box}body{margin:0;overflow:hidden;overscroll-behavior:none}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #ffca8f;outline-offset:5px}button{color:inherit}button:disabled{opacity:.4;cursor:not-allowed}[hidden]{display:none!important}#game{width:100%;height:100%;position:fixed;inset:0;touch-action:none;outline:none}#vignette{position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(9,31,30,.75),transparent 70%),linear-gradient(0deg,rgba(8,25,28,.5),transparent 30%)}body.playing #vignette{background:linear-gradient(0deg,rgba(8,25,28,.8),transparent 26%,transparent 78%,rgba(8,25,28,.6))}header{position:fixed;top:0;left:0;right:0;padding:calc(24px + env(safe-area-inset-top)) 36px 20px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:5}.brand{font-size:13px;font-weight:800;letter-spacing:2px;color:inherit;text-decoration:none;pointer-events:auto}.brand i{color:#e9b88b;font-family:Georgia,serif;font-size:18px}.brand-icon{display:inline-grid;place-items:center;width:32px;height:32px;margin-right:10px;border:1px solid #a6c2aa66;border-radius:50%;color:#ffca9b;font-size:21px}.tools{display:flex;gap:10px;pointer-events:auto}.icon-button{border:1px solid #f2f4e626;background:#153a35bb;border-radius:50%;width:44px;height:44px;font-size:20px;display:flex;align-items:center;justify-content:center;gap:3px}.icon-button span{font-size:8px;letter-spacing:.5px}.welcome{position:fixed;left:8%;top:50%;transform:translateY(-45%);max-width:520px}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:700;color:#b6d0b9;display:flex;align-items:center;gap:8px}.eyebrow>span{height:5px;width:5px;border-radius:50%;background:#f2bd8d}h1{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:clamp(48px,6.5vw,90px);line-height:1.04;letter-spacing:-3px;margin:25px 0}h1 em{color:#f4c498;font-weight:400}.welcome p{font-size:15px;line-height:1.8;color:#c2d1c8;margin-bottom:28px}.primary{display:flex;align-items:center;justify-content:space-between;width:240px;border:0;border-radius:6px;padding:17px 23px;background:#f4c498;color:#193731;font-weight:750;font-size:15px;box-shadow:0 8px 30px #09242030;transition:background .2s,transform .2s}.primary:hover{background:#ffdaae;transform:translateY(-2px)}.primary span{font-size:24px}.welcome-note{font-size:8px;letter-spacing:1.6px;color:#9cb4a8;margin-top:15px}.gesture{display:flex;align-items:center;gap:14px;margin-top:44px}.gesture>span{border:1px solid #c9e1cd40;border-radius:12px;padding:10px 15px;font-size:24px;color:#e9bb93}.gesture b{display:block;font-size:12px;font-weight:600;margin-bottom:6px}.gesture small{display:block;font-size:11px;color:#9bb5a7}footer{position:fixed;bottom:26px;left:36px;right:36px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:2px;color:#a0b9ad}.hole-label{position:fixed;top:110px;left:36px;pointer-events:none}.hole-label h2{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:8px 0}.hole-label>div:last-child{font-size:11px;color:#b9d1c3;max-width:250px;line-height:1.5}.score{position:fixed;right:36px;top:110px;display:flex;gap:20px;align-items:center;background:#153a3588;border:1px solid #b9d1c326;border-radius:12px;padding:14px 22px;pointer-events:none}.score div{display:flex;flex-direction:column;align-items:center;gap:5px}.score small{font-size:8px;letter-spacing:2px;color:#b6cfc0}.score strong{font-size:27px;font-weight:400}.score>span{width:1px;height:32px;background:#b9d1c326}.bottom-hud{position:fixed;bottom:calc(18px + env(safe-area-inset-bottom));left:24px;right:24px;text-align:center;pointer-events:none}#hint{font-size:13px;color:#ecf1df;min-height:22px}#power-wrap{display:flex;align-items:center;justify-content:center;gap:12px;margin:14px auto 20px;font-size:8px;letter-spacing:1px;opacity:0;transition:opacity .15s}#power-wrap.visible{opacity:1}.power-track{height:5px;width:150px;background:#9ab5a74d;border-radius:4px;overflow:hidden}#power{height:100%;width:0;background:#f3c397}#power-value{width:30px}.bottom-row{display:flex;align-items:center;justify-content:space-between;max-width:850px;margin:auto}.text-button{pointer-events:auto;background:none;border:0;font-size:11px;padding:12px 8px;color:#c7dbcc}#progress-dots{display:flex;gap:7px}#progress-dots span{height:5px;width:5px;border-radius:50%;background:#93b39d55}#progress-dots .active{background:#f3c397;width:18px;border-radius:4px}#progress-dots .done{background:#9ac9a1}#reticle{position:fixed;width:52px;height:52px;border:1px solid #fff8cf66;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);box-shadow:0 0 20px #fff4c015;display:none}dialog{color:#f8f5e9;background:#153931;border:1px solid #b7ceb044;border-radius:18px;padding:34px;max-width:calc(100vw - 30px);box-shadow:0 30px 150px #001b1be0}dialog::backdrop{background:#041d2299;backdrop-filter:blur(8px)}dialog h2{font-family:Georgia,serif;font-weight:400;font-size:32px;margin:12px 0 20px}.dialog-top{display:flex;align-items:flex-start;gap:20px}#level-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.level{border:1px solid #a4c4ab33;background:#20483d;border-radius:10px;padding:17px;text-align:left;min-width:170px}.level:hover{border-color:#efc295}.level b{display:block;font-size:13px;margin:7px 0}.level small{font-size:10px;color:#b7cdba}.level .number{color:#f3c397;font-size:11px}.muted{font-size:11px;color:#a1bba9;margin-bottom:0}#result{text-align:center;width:400px}#result .eyebrow{justify-content:center;font-size:8px}#result .primary{width:100%;margin:25px 0 8px}#result p{font-size:13px;color:#bdcdbc;line-height:1.7}.result-icon{margin:20px auto 0;font-size:45px;color:#f3c397}#result-score{font-size:34px;color:#f3c397}#loading{position:fixed;inset:0;display:grid;place-items:center;background:#102d2b;font-family:Georgia,serif;font-size:25px;z-index:20}#error{position:fixed;inset:20%;padding:30px;background:#173d35;z-index:30;border-radius:15px}#error button{background:#f4c498;color:#193731;padding:12px;border:0;border-radius:5px}@media(max-width:650px){header{padding:calc(16px + env(safe-area-inset-top)) 18px 10px}.brand{font-size:10px;letter-spacing:1.2px}.brand-icon{margin-right:5px;width:26px;height:26px;font-size:18px}.icon-button{width:38px;height:38px}.welcome{left:26px;top:auto;bottom:calc(65px + env(safe-area-inset-bottom));transform:none}.welcome h1{font-size:54px;letter-spacing:-2px;margin:16px 0}.welcome p{font-size:13px;line-height:1.6;margin:14px 0 22px}.welcome .eyebrow{font-size:8px;letter-spacing:1.7px}.gesture{margin-top:24px}.welcome-note{font-size:7px}.welcome .primary{width:220px}footer{left:26px;right:26px;bottom:22px;font-size:7px}footer span:last-child{display:none}#vignette{background:linear-gradient(0deg,#0a272ae6 4%,#0a272a77 50%,transparent 85%)}.hole-label{left:20px;top:90px}.hole-label h2{font-size:24px}.hole-label>div:last-child{max-width:210px;font-size:10px}.score{top:88px;right:18px;padding:10px 12px;gap:12px}.score strong{font-size:22px}.score small{font-size:7px;letter-spacing:1px}.hole-label .eyebrow{font-size:8px}.bottom-hud{left:14px;right:14px}#hint{font-size:11px}#level-list{grid-template-columns:1fr 1fr}.level{min-width:0;padding:12px}dialog{padding:24px}dialog h2{font-size:25px}}@media(max-height:520px){.welcome{top:90px;bottom:auto;transform:none}.welcome h1{font-size:42px;margin:12px 0}.welcome p,.gesture,.welcome-note{display:none}.welcome .primary{padding:10px 18px}.hole-label,.score{top:76px}.bottom-hud{bottom:8px}#power-wrap{margin:3px auto}footer{bottom:14px}}:root{--ink:#234c50;--muted:#416469;--cream:#fff9e9;--coral:#ff775f;--sky:#66c2e8;font-family:ui-rounded,Arial Rounded MT Bold,Trebuchet MS,system-ui,sans-serif;color:var(--ink);background:var(--sky)}#vignette,body.playing #vignette{background:none}.brand{font-weight:900;letter-spacing:1px}.brand i{font-family:inherit;color:#c34b35;font-weight:900}.brand-icon{background:var(--cream);border:0;color:#c34b35}.icon-button{background:var(--cream);border:2px solid #ffffffa6;box-shadow:0 3px #24545c24;color:var(--ink)}.welcome{background:#fff9e9f5;border:2px solid #fffdf4;border-radius:26px;padding:28px 32px;box-shadow:0 8px #24545c18}h1,.hole-label h2,dialog h2{font-family:inherit;font-weight:900;letter-spacing:-1px}h1{font-size:clamp(44px,5.5vw,76px);margin:18px 0}h1 em{color:#c34b35;font-weight:900;font-style:normal}.eyebrow,.welcome p,.welcome-note,.gesture small,.hole-label>div:last-child,.score small,.muted,#result p{color:var(--muted)}.eyebrow>span{background:var(--coral)}.primary{background:var(--coral);color:#253d40;border-radius:16px;box-shadow:0 5px #ba5141;font-weight:900}.primary:hover{background:#ff947c}.primary:active{transform:translateY(3px);box-shadow:0 2px #ba5141}.gesture{margin-top:24px}.gesture>span{background:#ffe9a9;color:var(--ink);border:0}.welcome-note{letter-spacing:1px}footer{color:var(--ink);font-weight:800;letter-spacing:1px}.hole-label{background:#fff9e9ed;border-radius:18px;padding:13px 17px;max-width:calc(100vw - 200px)}.hole-label h2{font-size:27px;margin:5px 0}.hole-label .eyebrow{letter-spacing:1.5px}.score{background:var(--cream);border:2px solid #fffdf4;border-radius:18px;box-shadow:0 4px #24545c18}.score strong{font-weight:900}.score>span{background:#234c5020}.score small{font-weight:800;letter-spacing:1px}#hint{display:table;margin:0 auto;color:var(--ink);background:#fff9e9ed;border-radius:20px;padding:8px 15px;font-weight:700;min-height:0}#power-wrap{color:var(--ink);font-weight:900}.power-track{background:#fff9e9dd;height:8px}#power{background:var(--coral)}.text-button{color:var(--ink);background:#fff9e9ed;border-radius:20px;font-weight:800;padding:10px 13px}#progress-dots{background:#fff9e9ed;border-radius:20px;padding:10px;gap:7px;align-items:center}#progress-dots span{background:#234c5033}#progress-dots .active{background:#c34b35}#progress-dots .done{background:#57903e}#reticle{border:2px solid #fff9e9b3;box-shadow:0 0 0 1px #234c5040}dialog{color:var(--ink);background:var(--cream);border:2px solid #fffdf4;border-radius:24px;box-shadow:0 18px 70px #234c5055}dialog::backdrop{background:#285c6b66;backdrop-filter:blur(3px)}.level{background:#edf2cf;border:2px solid #d5e4ad;border-radius:14px;color:var(--ink)}.level:hover{border-color:var(--coral)}.level small{color:var(--muted)}.level .number{color:#aa432f;font-weight:900}.result-icon,#result-score{color:#bd4b34}#result-score{font-weight:900}#loading{background:var(--sky);color:var(--ink);font-family:inherit;font-weight:900}#error{background:var(--cream);color:var(--ink)}button:focus-visible,a:focus-visible{outline-color:#234c50}@media(max-width:650px){.welcome{left:18px;right:18px;bottom:60px;padding:22px;max-width:440px;border-radius:22px}.welcome h1{font-size:44px;margin:12px 0}.welcome p{margin:12px 0 18px}.welcome .primary{width:100%}.gesture{margin-top:18px}.hole-label{left:14px;top:82px;padding:10px 12px;max-width:calc(100vw - 135px)}.hole-label h2{font-size:22px}.hole-label>div:last-child{font-size:10px}.score{top:82px;right:14px;padding:10px;gap:10px}#hint{font-size:10px;padding:7px 10px}.bottom-row{gap:6px}.text-button{font-size:10px;padding:9px 8px}#progress-dots{gap:4px;padding:9px 7px}#progress-dots span{width:4px;height:4px}#progress-dots .active{width:12px}footer{left:22px;right:22px;font-size:7px}}@media(max-height:520px){.welcome{top:76px;bottom:auto;padding:16px 22px}.welcome h1{font-size:36px}.hole-label,.score{top:72px}.hole-label{padding:8px 12px}.hole-label h2{font-size:21px}}header{justify-content:flex-end}body.playing header{display:none}.welcome{left:50%;top:auto;bottom:9%;transform:translate(-50%);width:max-content;max-width:calc(100vw - 32px);padding:0;background:none;border:0;box-shadow:none;text-align:center}.welcome h1{font-size:clamp(58px,9vw,100px);line-height:1;margin:0;color:#fff9e9;font-weight:1000;letter-spacing:-4px;text-shadow:0 5px 0 #315e6380}.welcome h1 span{color:#ffdf79}.welcome p{display:block;color:#234c50;background:#fff9e9ed;border-radius:30px;padding:10px 20px;margin:18px auto 24px;font-size:clamp(16px,2vw,23px);line-height:1.3;font-weight:800;width:max-content;max-width:100%}.welcome .primary{display:grid;place-items:center;width:100px;height:84px;padding:0;margin:auto;border-radius:26px;border:3px solid #fff9e9;box-shadow:0 7px #bc513e}.welcome .primary span{font-size:42px;padding-left:5px;color:#fff9e9}.play-badges{position:fixed;top:calc(20px + env(safe-area-inset-top));left:50%;transform:translate(-50%);display:flex;gap:12px;pointer-events:none}.play-badge{display:flex;align-items:center;gap:10px;border:3px solid #fff9e9;border-radius:22px;padding:9px 16px;box-shadow:0 4px #234c5025;color:#234c50}.play-badge strong{font-size:32px;font-weight:900;line-height:1}.island-badge{background:#ff997d;transform:rotate(-3deg)}.island-badge svg{width:43px;height:34px}.par-badge{background:#ffe184;transform:rotate(3deg)}.par-badge small{font-size:12px;font-weight:900;letter-spacing:1px}@media(max-width:650px){.welcome{inset:auto auto 10% 50%;padding:0;transform:translate(-50%);width:max-content}.welcome h1{font-size:64px;margin:0;letter-spacing:-3px}.welcome p{font-size:16px;margin:16px auto 23px}.welcome .primary{width:94px;height:78px}.play-badges{top:calc(16px + env(safe-area-inset-top));gap:10px}.play-badge{padding:8px 12px;border-radius:20px}.play-badge strong{font-size:28px}.island-badge svg{width:36px;height:30px}}@media(max-height:520px){.welcome{top:auto;bottom:7%;padding:0}.welcome h1{font-size:52px}.welcome p{display:block;font-size:15px;margin:10px auto 15px}.welcome .primary{width:76px;height:60px}.welcome .primary span{font-size:30px}}body{background:linear-gradient(180deg,#67bce9,#a7e2f4 62%,#e5f8ee);min-height:100dvh}#loading{color:#fff;background:linear-gradient(180deg,#67bce9,#a7e2f4)}.welcome .primary{justify-content:center;align-content:center}.welcome .primary svg{display:block;width:44px;height:44px;color:#fff9e9}@media(max-height:520px){.welcome .primary svg{width:34px;height:34px}}.welcome{top:18%;bottom:auto;transform:translate(-50%)}@media(max-width:650px){.welcome{top:20%;bottom:auto}}@media(max-height:520px){.welcome{top:12%;bottom:auto}}#flick-tutorial{position:fixed;inset:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:visible;display:none}#flick-tutorial *{pointer-events:none}.tutorial-pointer{fill:#fff9e9;stroke:#315347;stroke-width:2;stroke-linejoin:round;filter:drop-shadow(0 2px 3px #234c5038)}.tutorial-press{fill:none;stroke:#fff9e9;stroke-width:2}.tutorial-arc{fill:none;stroke:#fff2bf;stroke-width:3;stroke-linecap:round;stroke-dasharray:2 9}#island-menu{pointer-events:auto}.island-number{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:55px}.island-number small{display:block;font-size:10px;font-weight:900;letter-spacing:.5px;line-height:1;white-space:nowrap}#course-menu{width:560px;max-height:calc(100dvh - 32px);overflow:auto}#close-menu{flex-shrink:0}#world-list{display:flex;gap:10px;margin:0 0 12px}.world-choice{flex:1;padding:12px;border:2px solid #d5e4ad;border-radius:14px;background:#edf2cf;color:var(--ink);font-size:17px;font-weight:900}.world-choice small{display:block;margin-top:3px;font-size:11px;font-weight:700}.world-choice[aria-pressed=true]{background:#ffe184;border-color:#e6bd55}#world-progress{margin:0 0 14px}.level[aria-current=true]{border-color:#cf7157}
