@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;650;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#fffdf0;background:#83b2bd;font-synthesis:none;font-weight:500}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer;border:0}button:disabled{cursor:default;opacity:.55}button:focus-visible{outline:3px solid #ffda8a;outline-offset:5px}button,kbd{-webkit-tap-highlight-color:transparent}canvas{display:block;touch-action:none}.pond-app{position:relative;width:100%;height:100%;height:100dvh;isolation:isolate;-webkit-user-select:none;user-select:none;touch-action:none}.game-canvas{position:absolute!important;inset:0;isolation:isolate;z-index:0}.vignette{position:absolute;inset:0;box-shadow:inset 0 90px 100px -90px #173831b3,inset 0 -140px 130px -90px #18333199;pointer-events:none}.night .vignette{box-shadow:inset 0 90px 100px -80px #080e2c99,inset 0 -140px 130px -70px #070e2299}.topbar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:flex-end;align-items:flex-start;padding:28px 32px;gap:14px;pointer-events:none}.topbar>*{pointer-events:auto}.toolbar{display:flex;align-items:center;gap:6px}.toolbar button{display:flex;gap:8px;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:50%;background:#172e3829;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .2s}.toolbar button:hover{background:#172e3866}.notification{position:absolute;left:50%;top:100px;transform:translate(-50%);max-width:85%;padding:11px 20px;background:#172f42a6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid #ffffff20;border-radius:30px;text-align:center;letter-spacing:.04em;font-size:14px;animation:appear .45s both;pointer-events:none}.connection-status{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);border-radius:16px;padding:22px;background:#203e48cf;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.connection-status button{display:block;margin:16px auto 0;padding:10px 20px;border-radius:20px;background:#ead8a9;color:#34453d}.hud{position:absolute;inset:auto 0 0;display:grid;grid-template-columns:1fr minmax(300px,420px) 1fr;align-items:end;padding:24px 32px 28px;gap:22px;pointer-events:none}.hud button{pointer-events:auto}.collection-button{justify-self:start;display:flex;align-items:center;gap:10px;padding:12px 0;background:transparent;font-size:15px;text-shadow:0 2px 7px #19363c80}.collection-button b{font-weight:650;margin-left:7px}.collection-button kbd{margin-left:5px}kbd{font:500 10px DM Sans,sans-serif;border:1px solid #ffffff40;border-radius:4px;padding:3px 5px;opacity:.7;letter-spacing:.06em}.fishing-controls{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0}.instruction{font-size:13px;text-align:center;text-shadow:0 2px 6px #183138b3;line-height:1.5}.reel-button{background:#f5e8c6;color:#334a44;box-shadow:0 4px 20px #1c36372b,0 0 0 1px #fff4dc66;display:flex;align-items:center;justify-content:center;gap:11px;font-weight:650;font-size:15px;border-radius:40px;min-width:223px;padding:15px 22px;transition:background .16s,transform .16s;touch-action:none}.reel-button:disabled{opacity:.84}.reel-button:hover:not(:disabled){background:#fff1ce;transform:translateY(-2px)}.reel-button kbd{border-color:#334a4440;margin-left:4px;font-size:9px}.reel-button.is-held{background:#cbe0b1;transform:scale(.97)}.cancel-cast{display:flex;gap:6px;align-items:center;background:transparent;font-size:11px;opacity:.8;padding:4px}.cancel-cast kbd{font-size:9px;padding:1px 4px}.catch-card{position:absolute;right:32px;top:50%;transform:translateY(-45%);width:290px;color:#2e4641;background:#f2efdf;border:1px solid #fff7;box-shadow:0 20px 80px #15333538;border-radius:22px;padding:26px 24px;text-align:center;animation:catch-in .7s cubic-bezier(.2,.8,.2,1) both}.catch-label{font-size:11px;font-weight:700;letter-spacing:.19em}.specimen{height:158px;margin:5px -16px;pointer-events:none}.rarity{font-size:11px;letter-spacing:.08em;color:#7b8668}.rarity.rare{color:#957347}.rarity.legendary{color:#8d6bad}.catch-card h1{font-size:25px;letter-spacing:-.035em;margin:8px 0}.fish-length{font-size:31px;line-height:1.2;font-weight:650}.fish-length span{font-size:17px;font-weight:500}.catch-caption{border-top:1px solid #2d45351c;margin-top:22px;padding-top:18px;font-size:12px;color:#6f7b67}.catch-card button,.modal-primary{background:#476e5c;color:#fff9e9;padding:13px 18px;border-radius:25px;width:100%;margin-top:20px;display:flex;justify-content:center;align-items:center;gap:12px}.modal-backdrop{position:fixed;inset:0;z-index:30;min-height:100dvh;background:#0f2c4077;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);opacity:calc(1 - var(--drawer-swipe-progress,0));transition:opacity .45s cubic-bezier(.32,.72,0,1)}.modal-backdrop[data-starting-style],.modal-backdrop[data-ending-style]{opacity:0}.modal-backdrop[data-swiping]{transition-duration:0ms}.modal-backdrop[data-ending-style]{transition-duration:calc(var(--drawer-swipe-strength,1) * .4s)}@supports (-webkit-touch-callout:none){.modal-backdrop{position:absolute}}.modal-viewport{position:fixed;inset:0;z-index:31;display:flex;align-items:flex-end;justify-content:center;touch-action:auto}.modal{--bleed:48px;--pad:28px;--top:16px;position:relative;display:flex;flex-direction:column;width:min(620px,100vw);max-height:calc(88dvh + var(--bleed));margin:0 0 calc(var(--bleed) * -1);padding:0 0 calc(var(--bleed) + env(safe-area-inset-bottom,0px));border:0;border-radius:26px 26px 0 0;background:#f4f0df;color:#2f4640;box-shadow:0 -10px 60px #092e4855;outline:0;overflow-y:auto;overscroll-behavior:contain;-webkit-user-select:text;user-select:text;touch-action:auto;transition:transform .45s cubic-bezier(.32,.72,0,1);will-change:transform;transform:translateY(var(--drawer-swipe-movement-y,0px))}.modal[data-starting-style],.modal[data-ending-style]{transform:translateY(calc(100% - var(--bleed) + 2px))}.modal[data-ending-style]{transition-duration:calc(var(--drawer-swipe-strength,1) * .4s)}.sheet-handle{flex-shrink:0;width:44px;height:5px;margin:10px auto 0;border-radius:3px;background:#2f464033}.modal-content{padding:var(--top) var(--pad) var(--pad)}.modal header{display:flex;justify-content:space-between;align-items:center;gap:15px}.modal h2{font-size:24px;letter-spacing:-.03em;margin:0}.close-button{background:#354e3810;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#385547}.modal-subtitle{font-size:14px;color:#758271;line-height:1.7}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.collection-grid article{border:1px solid #899b7529;border-radius:13px;padding:18px 8px;text-align:center}.collection-grid h3{font-size:13px;margin:10px 0 5px}.collection-grid span{font-size:11px;color:#798473}.undiscovered{color:#929d8966}.undiscovered h3{color:#6c7c6466}.storage-note{font-size:12px;color:#8a937f;text-align:center;margin-top:24px}.help-steps{padding-left:24px;display:grid;gap:12px;margin-top:26px}.help-steps li{padding-left:10px}.help-steps b{font-size:16px}.help-steps p{font-size:14px;line-height:1.65;color:#758170;margin:5px 0}.graphics-error{position:absolute;z-index:5;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#345662;color:#f5e8c6;text-align:center;padding:25px}.graphics-error button{padding:12px 25px;border-radius:30px;background:#f5e8c6;color:#345662}.graphics-error h2{font-size:24px}.graphics-error p{max-width:350px;line-height:1.6}@keyframes appear{0%{opacity:0;translate:0 -8px}to{opacity:1;translate:0 0}}@keyframes catch-in{0%{opacity:0;translate:20px 10px}to{opacity:1;translate:0 0}}@media(max-width:800px){.topbar{padding:20px}.toolbar{gap:3px}.toolbar button{min-width:35px;height:35px}.hud{padding:20px;grid-template-columns:1fr;gap:14px}.fishing-controls{grid-column:1/-1;grid-row:1}.collection-button{grid-column:1;grid-row:2;font-size:12px;padding:7px 0}.collection-button b{margin-left:4px}.catch-card{right:20px;width:260px}.instruction{font-size:12px}.hud kbd{display:none}.notification{font-size:12px;top:90px;width:max-content}.reel-button{min-height:50px}}@media(max-width:520px){.topbar{padding:max(18px,env(safe-area-inset-top)) 16px 16px}.toolbar button{min-width:33px;height:33px}.hud{padding:18px 20px max(20px,env(safe-area-inset-bottom));gap:20px}.instruction{max-width:290px;line-height:1.6}.fishing-controls{gap:12px}.reel-button{width:230px;padding:16px}.collection-button svg{width:19px}.cancel-cast{min-height:32px;padding:7px}.catch-card{width:270px;right:50%;top:46%;transform:translate(50%,-50%);padding:20px}.specimen{height:135px}.catch-caption{margin-top:16px;padding-top:14px}.catch-card h1{font-size:24px}.catch-card button{margin-top:16px}.modal{--pad:22px}.modal h2{font-size:22px}.collection-grid{grid-template-columns:repeat(2,1fr)}.notification{max-width:88%;top:83px}}@media(max-height:560px)and (min-width:650px){.topbar{padding:14px 22px}.hud{padding:12px 22px;grid-template-columns:1fr 300px 1fr}.fishing-controls{grid-column:2;grid-row:1;gap:6px}.collection-button{grid-column:1;grid-row:1}.notification{top:65px}.reel-button{padding:10px 18px;min-height:40px}.catch-card{top:49%;padding:15px 20px;transform:translateY(-50%);width:235px}.specimen{height:92px}.catch-card h1{font-size:21px}.fish-length{font-size:25px}.catch-caption{margin-top:12px;padding-top:10px}.catch-card button{margin-top:12px}.catch-label{font-size:10px}}@media(prefers-reduced-motion:reduce){button,.notification,.catch-card{animation:none!important;transition:none!important}}@media(pointer:coarse),(max-width:520px){.toolbar button{min-width:44px;min-height:44px}.toolbar{gap:0}.close-button{width:44px;height:44px;flex-shrink:0}.cancel-cast,.collection-button{min-height:44px}.topbar{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.hud{padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right))}}@media(max-width:350px){.topbar{gap:6px}}@media(pointer:coarse){.hud kbd{display:none}}.catch-game{position:absolute;right:36px;top:49%;transform:translateY(-50%);width:156px;display:flex;align-items:center;flex-direction:column;padding:18px 15px 15px;background:#183644ed;border:1px solid #f5e5bb59;box-shadow:0 10px 38px #0820334d;border-radius:26px;color:#fff0cf;pointer-events:none;contain:layout style}.catch-game-heading{font-size:10px;font-weight:700;letter-spacing:.1em}.catch-difficulty{font-size:11px;opacity:.65;margin:7px 0}.catch-difficulty.overpowered{color:#ffb39d;opacity:1}.catch-track{display:block;width:96px;height:312px;overflow:visible}.catch-coverage{font-size:11px;margin-top:8px;color:#ffc1a0}.catch-game[data-covered=true] .catch-coverage{color:#d3efa9}.catch-completion{font-size:10px;opacity:.6;margin-top:5px}.tap-mode{background:transparent;color:#fff4d6;font-size:11px;padding:8px;min-height:36px;text-decoration:underline;text-decoration-color:#fff5;text-underline-offset:3px}.pond-app[data-phase=reeling] .instruction{max-width:330px}.pond-app[data-phase=reeling] .fishing-controls{gap:6px}@media(max-width:800px){.catch-game{right:20px;width:132px;padding:14px 10px}.catch-track{height:270px;width:83px}}@media(max-width:520px){.catch-game{right:16px;top:46%;width:115px;border-radius:22px;padding:13px 8px}.catch-game-heading{font-size:8px}.catch-track{height:244px;width:75px}.catch-difficulty{font-size:10px;margin:6px 0}.catch-coverage{font-size:10px;margin-top:6px}.catch-completion{font-size:9px}.tap-mode{min-height:36px}.pond-app[data-phase=reeling] .instruction{max-width:290px}.pond-app[data-phase=reeling] .collection-button{display:none}.pond-app[data-phase=reeling] .hud{display:flex;justify-content:center}.pond-app[data-phase=reeling] .fishing-controls{width:100%}.pond-app[data-phase=reeling] .reel-button{min-height:54px}}@media(max-height:560px)and (min-width:650px){.catch-game{top:52%;right:max(22px,env(safe-area-inset-right));width:108px;padding:10px 8px}.catch-track{height:170px;width:53px}.catch-game-heading{font-size:7px}.catch-difficulty{font-size:9px;margin:4px 0}.catch-coverage{font-size:9px;margin-top:3px}.catch-completion{font-size:8px;margin-top:3px}.pond-app[data-phase=reeling] .fishing-controls{gap:1px}.tap-mode,.pond-app[data-phase=reeling] .cancel-cast{min-height:26px;padding:4px}.pond-app[data-phase=reeling] .hud{grid-template-columns:1fr 300px 1fr}}@media(max-width:520px){.notification{top:auto;bottom:240px}}.lure-closeup{position:absolute;left:max(16px,env(safe-area-inset-left));top:calc(max(18px,env(safe-area-inset-top)) + 78px);width:clamp(152px,46vw,200px);border-radius:14px;border:2px solid #f5e8c6cc;box-shadow:0 5px 20px #102d3b40;overflow:hidden;pointer-events:auto}.lure-closeup-view{width:100%;aspect-ratio:4/3}@media(max-height:560px){.lure-closeup{top:calc(max(12px,env(safe-area-inset-top)) + 62px);width:clamp(144px,23vw,176px)}}.mobile-hud .hud{display:flex;justify-content:center}.mobile-hud .hud kbd{display:none}.pond-menu-trigger{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#172e3859;color:#fffdf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .15s}.pond-menu-trigger:hover,.pond-menu-trigger[data-popup-open]{background:#172e388c}.pond-menu-positioner{z-index:10;outline:none}.pond-menu-popup{width:252px;max-width:calc(100vw - 32px);max-height:var(--available-height);overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;padding:7px;border:1px solid #fffc;border-radius:20px;background:#f4f0df;color:#2f4640;box-shadow:0 12px 40px #092d3c38;transform-origin:var(--transform-origin);transition:opacity .15s,transform .15s;outline:none;-webkit-user-select:none;user-select:none}.pond-menu-popup[data-starting-style],.pond-menu-popup[data-ending-style]{opacity:0;transform:translateY(-4px) scale(.98)}.pond-menu-item{display:flex;align-items:center;gap:12px;min-height:48px;padding:11px 12px;border-radius:12px;font-size:14px;font-weight:500;line-height:1.4;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.pond-menu-item svg{flex-shrink:0;color:#52705d}.pond-menu-item[data-highlighted]{background:#dfe5ce;color:#243d33}.pond-menu-item[data-disabled]{opacity:.4;cursor:default}.pond-menu-meta{margin-left:auto;font-size:12px;color:#627460;white-space:nowrap}.pond-menu-separator{height:1px;margin:5px 12px;background:#38573d20}@media(prefers-reduced-motion:reduce){.pond-menu-popup{transition:none}}.pond-clock{margin-right:auto;flex-shrink:0;padding:11px 0;color:#fff5dd;font-size:16px;font-weight:600;line-height:22px;font-variant-numeric:tabular-nums;letter-spacing:.025em;text-shadow:0 2px 8px #173b38a6;pointer-events:none}.language-trigger{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer;pointer-events:auto}.language-trigger:hover{background:#ffffff1a}.language-trigger:focus-visible{outline:2px solid currentColor;outline-offset:3px}.language-check{margin-left:auto;display:flex}.portal-actions,.portal-actions form{display:flex;align-items:center;gap:12px}html[lang=ja] .portal-card h1{font-size:clamp(28px,4vw,42px);line-height:1.4;letter-spacing:0}html[lang=ja] .eyebrow{letter-spacing:.1em}html[lang=ja] .catch-game-heading{letter-spacing:0}@media(max-width:520px){.portal-header{gap:8px}.portal-header>span{font-size:10px;letter-spacing:.08em}.portal-actions{gap:4px}.portal-nickname{display:none}html[lang=ja] .portal-card h1{font-size:28px}}.catalog-thumbnail{width:90px;height:65px;object-fit:contain}.catalog-specimen{width:100%;height:100%;max-height:180px;object-fit:contain}.rarity.mythic{color:#9e5ac1}.rarity.ultra{color:#886bb8}.pond-conditions{display:flex;align-items:center;gap:12px;margin-right:auto;pointer-events:none;color:#fff5dd;text-shadow:0 2px 8px #173b38a6}.pond-conditions .pond-clock{margin-right:0}.pond-wind{display:flex;align-items:center;gap:5px;font-size:13px;font-variant-numeric:tabular-nums}.pond-wind svg{transition:transform 8s ease-in-out}.pond-wind small{margin-left:3px;font-size:9px;opacity:.75}.pond-rain{font-size:18px}@media(max-width:650px){.pond-conditions{gap:8px}.pond-wind{font-size:12px}}@media(prefers-reduced-motion:reduce){.pond-wind svg{transition:none}}.player-name{display:block;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 9px;border-radius:12px;background:#183630b8;color:#fffdf0;font-size:12px;font-weight:650;line-height:1.4;text-shadow:0 1px 3px #10282080;pointer-events:none;-webkit-user-select:none;user-select:none}.rarity-catch{--rarity-color:#758a73;border:2px solid var(--rarity-color)}.rarity-catch[data-rarity=uncommon]{--rarity-color:#39895d;background:#edf4e7}.rarity-catch[data-rarity=rare]{--rarity-color:#b58224;background:#fff3d7;box-shadow:0 0 55px #edc36555,0 16px 60px #102c3844}.rarity-catch[data-rarity=legendary]{--rarity-color:#8b59ba;background:#f3eafb;outline:1px solid #dec5fa;outline-offset:5px;box-shadow:0 0 65px #b295ed66}.rarity-catch[data-rarity=mythic]{--rarity-color:#b75d8c;background:linear-gradient(145deg,#fff0ca,#fae4f3 55%,#e6e5ff);outline:2px solid #f3d69a;outline-offset:5px;box-shadow:0 0 80px #eed18a66}.rarity-catch .catch-label{color:var(--rarity-color)}.rarity-catch .catch-label:after{content:"●";display:block;font-size:21px;letter-spacing:.15em;margin-top:10px}.rarity-catch[data-rarity=uncommon] .catch-label:after{content:"◆"}.rarity-catch[data-rarity=rare] .catch-label:after{content:"✦"}.rarity-catch[data-rarity=legendary] .catch-label:after{content:"✦ ✦"}.rarity-catch[data-rarity=mythic] .catch-label:after{content:"✧ ✦ ✧"}.rarity-catch .rarity{display:inline-block;border:1px solid var(--rarity-color);color:var(--rarity-color);border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.rarity-catch button{background:var(--rarity-color);color:#fff}.collection-modal{overflow:hidden;height:calc(88dvh + var(--bleed))}.collection-modal .modal-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.collection-modal .collection-grid{flex:1;grid-auto-rows:1fr}.collection-modal header{flex-shrink:0}.collection-modal .collection-grid{overflow:auto;min-height:0;align-content:start}.collection-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;flex-shrink:0;font-size:13px}.collection-pagination button{min-height:44px;padding:8px 16px;border-radius:22px;background:#354e3810}.collection-pagination button:hover:not(:disabled){background:#354e3820}.collection-sort{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px;font-size:13px;flex-shrink:0}.collection-sort-trigger{display:flex;align-items:center;gap:16px;font:inherit;color:inherit;background:#faf7eb;border:1px solid #899b7540;border-radius:10px;min-height:40px;padding:8px 12px;max-width:70%}.collection-sort-trigger:focus-visible{outline:3px solid #476e5c;outline-offset:2px}.collection-sort+.collection-grid{margin-top:14px}.collection-sort-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.collection-sort-icon svg{display:block}.collection-grid article{position:relative}.aquarium-open{position:absolute;inset:0;background:transparent;border-radius:13px}.aquarium-open:hover{background:#476e5c12}.aquarium-canvas{height:min(52dvh,440px);min-height:240px;border-radius:14px;overflow:hidden;margin:18px 0}.aquarium-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;font-size:13px}.aquarium-toolbar button{padding:10px 14px;background:#354e3810;border-radius:16px}.aquarium-fallback{text-align:center;padding:30px}.aquarium-fallback img{max-width:100%;max-height:250px}.aquarium{overflow:auto}.collection-modal:has(.aquarium){width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border-radius:0;background:#183c43;box-shadow:none;color:#f4f0df}.collection-modal:has(.aquarium) .sheet-handle{display:none}.collection-modal:has(.aquarium) .modal-content{padding:0;height:100%;max-height:none}.collection-modal:has(.aquarium) .modal-content>header{display:none}.aquarium{position:relative;height:100%;width:100%}.aquarium .aquarium-canvas{height:100%;min-height:0;margin:0;border-radius:0}.aquarium-close{position:absolute;top:max(20px,env(safe-area-inset-top));right:max(20px,env(safe-area-inset-right));z-index:2;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#ffffff18;color:#fff}.aquarium-close:hover{background:#ffffff30}.shadow-preview-controls{position:absolute;top:20px;left:20px;right:20px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px;border-radius:12px;background:#183c43cc}.shadow-preview-controls button{padding:10px;border-radius:8px;background:#f4f0df;color:#2f4640}.collection-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;flex-shrink:0}.collection-tools .collection-sort{margin:0}.coin-balance{display:flex;align-items:center;gap:6px;font-weight:650;font-variant-numeric:tabular-nums;color:#806326}.fish-actions{min-height:0;overflow:auto;padding-top:18px}.fish-actions-back{display:flex;align-items:center;gap:8px;background:transparent;font-size:12px;padding:8px 0}.fish-actions-heading{display:flex;align-items:center;gap:18px;margin:18px 0 24px}.fish-actions-heading img{width:94px;height:72px;object-fit:contain}.fish-actions-heading h3{margin:0 0 8px;font-size:22px}.fish-actions-heading span,.fish-action-note{font-size:12px;color:#758271}.fish-actions label{display:flex;flex-direction:column;gap:8px;font-size:13px;margin:16px 0}.fish-action-select{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:46px;padding:12px 14px;border:1px solid #899b7540;border-radius:10px;background:#faf7eb;font:inherit}.fish-action-result{font-size:13px;color:#476e5c}.fish-actions [role=alert]{font-size:13px;color:#9a4637}.pond-project{padding-top:6px}.project-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.project-card{padding:20px;border:1px solid #899b7540;border-radius:20px;background:#faf7eb;animation:appear .35s both}.project-card[data-state=done]{background:#e3ecdd;border-color:transparent}.project-card[data-state=upcoming]{background:transparent;border-style:dashed}.project-card[data-state=upcoming] .project-emblem{background:#354e380d;color:#8b957f}.project-card[data-state=upcoming] h3,.project-card[data-state=upcoming] .project-description{color:#6f7b67}.project-summary{display:flex;gap:16px;align-items:flex-start}.project-summary .project-emblem{flex-shrink:0;width:52px;height:52px;border-radius:15px}.project-summary-text{min-width:0;flex:1}.project-summary h3{margin:0;font-size:19px;letter-spacing:-.02em}.project-summary .project-description{margin:6px 0 0;font-size:13px;line-height:1.7}.project-goal{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:12px;background:#354e380d;font-size:12px;font-weight:650;font-variant-numeric:tabular-nums;color:#8b957f;vertical-align:middle}.project-summary .project-look{margin-top:6px}.project-card[data-state=current] .project-progress{margin:22px 0 18px;padding-bottom:18px}.project-heading{display:flex;align-items:center;gap:16px}.project-emblem{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:#466f6120;color:#476e5c}.project-eyebrow{margin:0 0 5px;font-size:11px;letter-spacing:.08em;color:#758271}.project-heading h3{margin:0;font-size:26px;letter-spacing:-.03em}.project-description{font-size:14px;line-height:1.85;margin:20px 0 12px;color:#667765}.project-look{display:flex;align-items:center;gap:6px;padding:5px 0;background:transparent;color:#476e5c;font-size:13px}.project-progress{margin:26px 0;padding-bottom:22px;border-bottom:1px solid #899b7529}.project-progress>div{display:flex;justify-content:space-between;align-items:baseline}.project-progress strong{font-size:25px;font-variant-numeric:tabular-nums}.project-progress strong span{font-size:15px;font-weight:400;color:#758271}.project-progress>div>span{font-size:12px;color:#758271}.project-progress progress{appearance:none;width:100%;height:8px;margin-top:14px;border:0;border-radius:20px;background:#dee1ce;overflow:hidden}.project-progress progress::-webkit-progress-bar{background:#dee1ce;border-radius:20px}.project-progress progress::-webkit-progress-value{background:#64846c;border-radius:20px}.project-progress progress::-moz-progress-bar{background:#64846c}.project-progress p,.project-hint{font-size:12px;line-height:1.7;color:#758271;margin:10px 0 0}.project-wallet{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;font-size:13px}.project-wallet strong{display:flex;align-items:center;gap:6px;color:#806326}.project-contribution label{font-size:13px}.project-amount-row{display:flex;gap:7px;margin-top:8px}.project-amount-row input{min-width:0;width:100%;border:1px solid #899b7540;border-radius:10px;background:#faf7eb;padding:12px;font:inherit;color:inherit}.project-amount-row button{padding:10px 13px;border-radius:10px;background:#476e5c14;font-size:13px;white-space:nowrap}.project-error{color:#9a4637;font-size:13px}.project-thanks{color:#476e5c;font-size:13px}.gate-view-controls{position:absolute;bottom:max(30px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);display:flex;gap:10px;white-space:nowrap}.gate-view-controls button{display:flex;align-items:center;gap:8px;padding:13px 18px;border-radius:24px;background:#f4f0df;color:#2f4640;box-shadow:0 8px 30px #102e3333;font-size:13px}.pond-app:has(.gate-view-controls) .hud{display:none}.collection-grid .collection-region{display:block;margin-top:6px;font-size:10px;letter-spacing:.02em;color:#576f61}.reel-button,.reel-button *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}@media(max-width:800px),(max-height:560px)and (max-width:1024px){.player-name{font-size:10px;padding:2px 6px;max-width:110px}}.install-app{max-width:420px}.install-app-icon{display:block;object-fit:contain;margin:20px auto 12px}.install-app .help-steps{font-size:14px;line-height:1.7}.install-app header h2{font-size:21px}.look-around{position:absolute;inset:0;z-index:2;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.look-around:active{cursor:grabbing}.is-looking .topbar{z-index:3}.is-looking .hud{visibility:hidden}.look-around-controls{position:absolute;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);display:grid;gap:12px;justify-items:center;white-space:nowrap;color:#fff9e7}.look-around-controls>span{font-size:12px;text-shadow:0 1px 5px #102c35}.look-around-controls>div{display:flex;gap:8px}.look-around-controls button{display:flex;align-items:center;gap:8px;justify-content:center;min-height:44px;min-width:44px;padding:10px 14px;border-radius:24px;background:#f5e8c6;color:#334a44;font-size:13px;box-shadow:0 4px 20px #102c3540}.look-around-slider{appearance:none;-webkit-appearance:none;width:min(260px,65vw);height:44px;margin:0;background:transparent;cursor:ew-resize;touch-action:none}.look-around-slider::-webkit-slider-runnable-track{height:5px;border-radius:4px;background:#203a36b3;box-shadow:0 1px #ffffff30}.look-around-slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:22px;height:22px;margin-top:-8.5px;border:2px solid #f7e9b7;border-radius:50%;background:#e8b03f;box-shadow:0 2px 8px #102c3566}.look-around-slider::-moz-range-track{height:5px;border-radius:4px;background:#203a36b3}.look-around-slider::-moz-range-thumb{width:18px;height:18px;border:2px solid #f7e9b7;border-radius:50%;background:#e8b03f}.look-around-slider:focus-visible{outline:2px solid #f7e9b7;outline-offset:2px;border-radius:8px}.mobile-look-slider{position:absolute;z-index:2;bottom:max(14px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);touch-action:none}.mobile-look-slider input{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.look-around{pointer-events:none;cursor:default}.look-around-controls{pointer-events:auto}.help-controls{border-top:1px solid #294c4326;margin-top:24px;padding-top:18px}.help-controls h3{font-size:16px;margin:0 0 12px}.help-control-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:10px 14px;border-radius:10px;background:#294c4310}.help-control-toggle[aria-pressed=true]{background:#cbe0b1}.help-controls p{font-size:13px;line-height:1.6;color:#61715e;margin:10px 0 0}.catch-game.catch-game-horizontal{inset:auto auto 190px 50%;transform:translate(-50%);width:min(440px,60vw);padding:10px 24px;border-radius:24px}.catch-game-horizontal .catch-track{width:100%;height:auto}.catch-game-horizontal .catch-difficulty{margin:4px 0}.catch-game-horizontal .catch-coverage{margin-top:0}@media(max-height:700px){.catch-game.catch-game-horizontal{bottom:155px;width:360px;padding:10px 20px}.catch-game-horizontal .catch-track{height:auto}}.welcome-modal{width:min(500px,100vw)}.welcome-guide{display:grid;gap:18px;margin-top:24px}.welcome-guide h3{font-size:15px;margin:0 0 5px}.welcome-guide p{font-size:13px;line-height:1.6;color:#758170;margin:3px 0}.welcome-modal .help-controls{margin-top:18px;padding-top:12px}.welcome-modal .help-controls h3{display:none}.offline-seat-name{display:block;width:max-content;max-width:min(280px,80vw);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:7px 12px;border-radius:9px;background:#f5ebd1;color:#3d3425;box-shadow:0 3px 14px #152e3840;font-size:14px;font-weight:650;line-height:1.3;text-align:center;animation:seat-name-in .16s ease-out both}.offline-seat-name:after{content:"";position:absolute;left:calc(50% - 5px);bottom:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #f5ebd1}@keyframes seat-name-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.offline-seat-name{animation:none}}.game-icon{display:block;width:36px;height:36px;object-fit:contain;flex-shrink:0;pointer-events:none}.toolbar button:has(.game-icon){width:44px;height:44px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.toolbar button:has(.game-icon):hover{background:#172e3829}.pond-menu-item .game-icon{width:30px;height:30px}.toolbar .copy-game-button{width:44px;height:44px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.wind-direction-icon{display:block;width:28px;height:28px;object-fit:contain;flex-shrink:0;pointer-events:none}.game-icon,.wind-direction-icon{filter:drop-shadow(0 2px 2px rgb(12 31 25 / 28%))}.toolbar.mobile-toolbar{gap:14px}.market-modal{width:min(480px,100vw)}.market-modal .sheet-handle{display:none}.market-modal .modal-content:before{content:"";display:block;height:14px;margin:calc(var(--top) * -1) calc(var(--pad) * -1) 18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='14' viewBox='0 0 28 14'%3E%3Cpath d='M0 0h14l-7 12z' fill='%23a9bb9a'/%3E%3Cpath d='M14 0h14l-7 12z' fill='%23e8cf80'/%3E%3C/svg%3E") repeat-x top/28px 14px,linear-gradient(#7f9a7a,#7f9a7a) top/100% 3px no-repeat}.market-modal header{margin-bottom:6px}.market-wallet{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 16px;font-size:13px;color:#758271}.market-wallet strong{display:flex;align-items:center;gap:6px;padding:7px 13px;border-radius:20px;background:#f3dc9333;color:#806326;font-weight:650;font-variant-numeric:tabular-nums}.market-list{display:grid;gap:14px}.market-item{position:relative;padding:20px;border:1px solid #899b7540;border-radius:20px;background:#faf7eb;overflow:hidden;animation:appear .35s both}.market-item-head{position:relative;z-index:1;display:flex;gap:18px;align-items:flex-start}.market-item:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(155deg,#ffffff70 0 42%,#0000 42%)}.market-emblem{position:relative;z-index:1;display:grid;place-items:center;flex-shrink:0;width:74px;height:74px;border-radius:20px;background:linear-gradient(205deg,#0000 0 52%,#d3b04e2e 52%),linear-gradient(150deg,#f7e2a0 0 50%,#e9cb79 50%);box-shadow:inset 0 0 0 1px #c9a84f33,0 6px 18px #8d6b2e1f}.market-emblem-bolt{display:block;filter:drop-shadow(0 2px 0 #c7a84f)}.market-item-body{position:relative;z-index:1;min-width:0;flex:1}.market-eyebrow{margin:0 0 4px;font-size:11px;letter-spacing:.1em;color:#758271}.market-item h3{margin:0 0 8px;font-size:22px;letter-spacing:-.02em}.market-description{font-size:13px;line-height:1.7;color:#667765;margin:0}.market-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;font-size:12px}.market-owned,.market-price{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:20px;font-weight:600;font-variant-numeric:tabular-nums}.market-owned{background:#354e3810;color:#476e5c}.market-price{background:#806326;color:#fff6d8;clip-path:polygon(0 50%,9px 0,100% 0,100% 100%,9px 100%);padding-left:17px}.market-checkout{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px;margin-top:18px}.market-quantity{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#758271}.market-stepper{display:flex;align-items:center;gap:2px;padding:4px;border-radius:24px;background:#354e3810}.market-stepper button{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#faf7eb;color:#476e5c;box-shadow:0 1px 3px #2f464014}.market-stepper button:hover:not(:disabled){background:#fff}.market-stepper button:disabled{opacity:.4;box-shadow:none;background:transparent}.market-stepper output{min-width:30px;text-align:center;font-weight:650;font-variant-numeric:tabular-nums}.market-stepper .market-max{width:auto;padding:0 12px;border-radius:17px;font-size:12px;font-weight:600}.market-buy{margin-top:0;padding:12px 16px;gap:10px;font-weight:650;white-space:nowrap;transition:background .16s,transform .16s}.market-buy:hover:not(:disabled){background:#3d6250;transform:translateY(-1px)}.market-buy-price{padding:3px 11px;border-radius:20px;background:#ffffff24;font-size:13px;font-weight:500;font-variant-numeric:tabular-nums}.market-hint,.market-note{display:flex;align-items:center;gap:10px;margin:14px 0 0;font-size:13px;line-height:1.6}.market-hint{color:#758170;padding:11px 14px;border-radius:14px;background:#354e380a}.market-hint svg,.market-note svg{flex-shrink:0}.market-note.is-error{color:#9a4637}.market-note.is-success{color:#476e5c}.thunder-button{display:flex;gap:6px;align-items:center;padding:9px 16px;border-radius:24px;background:#f3d77c;color:#344a3f;font-size:13px;min-height:40px}.thunder-button.is-frozen{background:#d7f2d5}.pond-app[data-phase=reeling] .catch-game-horizontal{bottom:225px}@media(max-width:520px){.market-item{padding:16px}.market-item-head{gap:14px}.market-emblem{width:62px;height:62px;border-radius:16px}.market-emblem-bolt{width:36px;height:36px}.market-item h3{font-size:20px}}.market-emblem .game-icon{width:64px;height:64px;object-fit:contain}.thunder-button .game-icon{width:30px;height:30px;flex-shrink:0}.market-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.market-title-row h3{margin:0}.market-unit-price{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;color:#806326;font-size:16px;font-weight:650;font-variant-numeric:tabular-nums}.skills-modal{width:min(640px,100vw)}.skill-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:2px}.skill-branch{--branch:#5f8a6a;--branch-deep:#476e5c;--branch-soft:#e3ecdd;display:grid;grid-row:span 4;grid-template-rows:subgrid;row-gap:8px;min-width:0}.skill-branch[data-branch=explorer]{--branch:#4f8a9b;--branch-deep:#3b6f7e;--branch-soft:#dbe9ec}.skill-branch[data-branch=tinkerer]{--branch:#c9962e;--branch-deep:#a0761f;--branch-soft:#f4e7c4}.skill-branch .skill-crest{display:flex;justify-content:flex-start;align-items:center;gap:9px;margin:0;padding:2px 2px 6px}.skill-crest-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--branch);color:#fffaf0}.skill-crest h3{margin:0;font-size:14px;letter-spacing:-.01em;color:var(--branch-deep)}.skill-tile{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon name" "effect effect" "foot foot";align-items:center;gap:8px 9px;padding:12px;border:1px solid #899b7540;border-radius:16px;background:#faf7eb;transition:background .35s,border-color .35s;animation:appear .35s both}.skill-tile+.skill-tile:before{content:"";position:absolute;left:25px;top:-9px;width:3px;height:10px;border-radius:2px;background:#cfd4c2;transition:background .35s}.skill-tile[data-state=owned]:before{background:var(--branch)}.skill-tile[data-state=owned]{background:var(--branch-soft);border-color:transparent}.skill-tile[data-state=next]{border-color:var(--branch);box-shadow:0 4px 16px #2f46400f}.skill-tile[data-state=locked]{background:transparent;border-style:dashed}.skill-tile-icon{grid-area:icon;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--branch);color:#fffaf0;transition:background .35s,color .35s}.skill-tile[data-state=next] .skill-tile-icon{background:#fffdf3;color:var(--branch-deep);box-shadow:inset 0 0 0 1.5px var(--branch)}.skill-tile[data-state=locked] .skill-tile-icon{background:#e8e5d5;color:#9aa38f}.skill-tile h4{grid-area:name;margin:0;font-size:13px;line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.skill-tile[data-state=locked] h4{color:#6f7b67}.skill-tile-effect{grid-area:effect;margin:0;font-size:12px;line-height:1.55;color:#667765;text-wrap:balance}.skill-tile[data-state=locked] .skill-tile-effect{color:#8b957f}.skill-tile-foot{grid-area:foot;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;min-height:32px}.skill-tile-foot form{display:contents}.skill-buy{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 10px;border-radius:20px;background:#476e5c;color:#fff9e9;font-size:13px;font-weight:650;white-space:nowrap;transition:background .16s,transform .16s}.skill-buy:hover:not(:disabled){background:#3d6250;transform:translateY(-1px)}.skill-buy-price{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:12px;background:#ffffff24;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.skill-price{display:inline-flex;white-space:nowrap;align-items:center;gap:4px;padding:4px 9px;border-radius:12px;background:#f3dc9366;color:#806326;font-size:12px;font-weight:650;font-variant-numeric:tabular-nums}.skill-price.is-locked{background:#354e380d;color:#8b957f}.skill-short{font-size:11px;color:#8b957f;white-space:nowrap}.skill-owned{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:650;color:var(--branch-deep)}.skill-tile[data-flash=true] .skill-owned{animation:skill-pop .6s cubic-bezier(.2,.8,.2,1)}.skill-error{flex-basis:100%;display:flex;gap:6px;align-items:flex-start;margin:0;font-size:11px;line-height:1.5;color:#9a4637}.skill-error svg{flex-shrink:0;margin-top:2px}@keyframes skill-pop{0%{transform:scale(.6)}55%{transform:scale(1.15)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.skill-tile[data-flash=true] .skill-owned{animation:none}}@media(max-width:599px){.skill-board{grid-template-columns:1fr;gap:18px}.skill-branch{grid-row:auto;grid-template-rows:none}.skill-crest{padding-bottom:2px}.skill-tile{grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon name foot" "icon effect foot";gap:3px 11px;padding:11px 12px}.skill-tile-icon{width:34px;height:34px}.skill-tile-foot{flex-direction:column;align-items:flex-end;gap:3px;min-height:0}.skill-buy{width:auto}.skill-error{flex-basis:auto;text-align:right}}.wallet-chip{width:auto;min-width:0;padding:0 14px 0 12px;border-radius:20px;gap:6px;background:#f3dc93;color:#5a4a1f;font-weight:650;font-size:14px;font-variant-numeric:tabular-nums;box-shadow:0 2px 10px #1c363740;transition:transform .16s,background .16s}.wallet-chip:hover:not(:disabled){background:#ffe7a6;transform:translateY(-1px)}.wallet-chip:disabled{opacity:.7}.wallet-modal{width:min(640px,100vw)}.wallet-tabs{display:flex;gap:4px;padding:4px;margin:12px 0 2px;border-radius:24px;background:#354e3810}.wallet-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px;border-radius:20px;background:transparent;font-size:13px;font-weight:600;color:#5f6f5c;white-space:nowrap;transition:background .15s,color .15s}.wallet-tab[aria-selected=true]{background:#faf7eb;color:#2f4640;box-shadow:0 1px 3px #2f464014}.wallet-tab-meta{font-size:11px;font-weight:650;padding:1px 7px;border-radius:10px;background:#354e3812;color:#758271;font-variant-numeric:tabular-nums}.wallet-tab[aria-selected=true] .wallet-tab-meta{background:#f3dc9366;color:#806326}.welcome-card{display:grid;justify-items:center;gap:16px;margin-top:22px;text-align:center}.welcome-card img{width:120px;height:120px}.welcome-card p{margin:0;font-size:15px;line-height:1.75;color:#4c5f55;max-width:30ch;text-wrap:balance}.welcome-card .modal-primary{margin-top:6px}.catch-card .catch-sell-button{margin-top:10px;gap:8px;background:#f3dc93;color:#5a4a1f}.catch-card .catch-sell-button:hover:not(:disabled){background:#ffe7a6}.catch-sold,.catch-sell-wait{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 0 0;font-size:13px;color:#476e5c}.catch-sell-wait{color:#8a937f}.project-site{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 14px;border-radius:14px;border:0;background:#f5ebd1f2;color:#3d3425;box-shadow:0 4px 16px #152e3840;font:inherit;cursor:pointer;animation:site-pulse 2.8s ease-in-out infinite}.project-site:hover{background:#fff6dc}.project-site-eyebrow{font-size:10px;letter-spacing:.1em;color:#7a6a45}.project-site-name{font-size:14px;font-weight:650;white-space:nowrap}.project-site-bar{width:110px;height:6px;border-radius:4px;background:#d9cfae;overflow:hidden}.project-site-bar i{display:block;height:100%;background:#64846c;border-radius:4px;transition:width .5s}.project-site-progress{font-size:11px;font-variant-numeric:tabular-nums;color:#5a4a1f}@keyframes site-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.project-site{animation:none}}.pond-menu-label{padding:8px 12px 2px;font-size:11px;letter-spacing:.08em;color:#758271}.pond-conditions{position:relative;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;pointer-events:auto;padding-right:10px;border-radius:14px;transition:background .15s}.pond-conditions:hover{background:#ffffff12}.pond-conditions:focus-visible{outline:2px solid #ffda8a;outline-offset:4px}.board-modal{width:min(560px,100vw)}.board-section{margin-top:22px}.board-section h3{display:flex;align-items:center;gap:8px;margin:0 0 6px;font-size:15px}.board-count{font-size:12px;font-weight:600;padding:1px 8px;border-radius:10px;background:#354e3812;color:#758271}.board-members{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px 14px}.board-members li{display:flex;align-items:center;gap:9px;min-height:32px;font-size:14px}.board-member-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px #fff8}.board-member-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-member-name em{font-style:normal;color:#758271;font-size:12px}.board-member-status{flex-shrink:0;white-space:nowrap;font-size:11px;color:#8b957f;padding:2px 8px;border-radius:10px;background:#354e380a}.board-members li[data-online=true] .board-member-status{color:#476e5c;background:#e3ecdd}.board-events{list-style:none;margin:0;padding:0;display:grid}.board-events li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:10px 0;border-top:1px solid #899b7529;font-size:13px;line-height:1.55}.board-events li:first-child{border-top:0}.board-event-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#354e380d;color:#5f6f5c}.board-events li[data-kind=gift] .board-event-icon{background:#f4e7c4;color:#a0761f}.board-events li[data-kind=discovery] .board-event-icon,.board-events li[data-rarity=rare] .board-event-icon{background:#f3dc9366;color:#806326}.board-events li[data-rarity=legendary] .board-event-icon{background:#ead9ff;color:#7a57b3}.board-events li[data-rarity=mythic] .board-event-icon{background:#ffe1f2;color:#b04f8f}.board-events li[data-kind=completion] .board-event-icon{background:#e3ecdd;color:#476e5c}.board-events li[data-mine=true] .board-event-text{font-weight:650}.board-event-text{padding-top:4px}.board-event-time{padding-top:5px;font-size:11px;color:#8b957f;white-space:nowrap}.board-empty{margin:0;padding:18px 0;font-size:13px;line-height:1.7;color:#758271}.pond-menu-volume{display:flex;align-items:center;gap:12px;min-height:44px;padding:4px 12px 10px;font-size:14px;color:#2f4640}.pond-menu-volume svg{flex-shrink:0;color:#476e5c}.pond-menu-volume input[type=range]{flex:1;min-width:0;height:28px;margin:0;accent-color:#476e5c;cursor:pointer}.pond-menu-volume .pond-menu-meta{min-width:38px;text-align:right;font-variant-numeric:tabular-nums}.event-feed{position:absolute;top:84px;right:32px;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:6px;width:min(300px,60vw);margin:0;padding:0;list-style:none;pointer-events:none}.event-feed li{max-width:100%;overflow:hidden}.event-feed-item{display:flex;align-items:center;gap:7px;max-width:100%;padding:4px 11px 4px 4px;border-radius:14px;background:#f5ebd1f2;color:#3d3425;box-shadow:0 3px 12px #152e3840;font-size:12px;line-height:1.35}.event-feed-item span:last-child{min-width:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:1px 0}.event-feed-icon{display:grid;place-items:center;flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#354e3812;color:#5f6f5c}.event-feed li[data-kind=gift] .event-feed-icon{background:#f4e7c4;color:#a0761f}.event-feed li[data-kind=discovery] .event-feed-icon,.event-feed li[data-rarity=rare] .event-feed-icon{background:#f3dc93;color:#806326}.event-feed li[data-rarity=legendary] .event-feed-icon{background:#ead9ff;color:#7a57b3}.event-feed li[data-rarity=mythic] .event-feed-icon{background:#ffe1f2;color:#b04f8f}.event-feed li[data-kind=completion] .event-feed-icon,.event-feed li[data-kind=contribution] .event-feed-icon{background:#e3ecdd;color:#476e5c}.event-feed li[data-mine=true] .event-feed-item{background:#fff3cf;box-shadow:0 3px 12px #152e3840,0 0 0 1.5px #e9cb79}.event-feed li[data-rarity=rare] .event-feed-item{background:#fff0c4f5;color:#5a4712;box-shadow:0 3px 12px #152e3840,0 0 0 1.5px #e6c46a}.event-feed li[data-rarity=legendary] .event-feed-item{background:#efe3fff5;color:#4a3670;box-shadow:0 3px 12px #152e3840,0 0 0 1.5px #c5a0ff}.event-feed li[data-rarity=mythic] .event-feed-item{background:#ffe2f3f5;color:#6f2f57;box-shadow:0 3px 12px #152e3840,0 0 0 1.5px #ffb8e9}.event-feed li[data-rarity=mythic] .event-feed-icon{background:#ffb8e9;color:#7a2f5c}.event-feed li[data-rarity=legendary] .event-feed-icon{background:#c5a0ff;color:#3d2a5e}.event-feed li[data-rarity=rare] .event-feed-icon{background:#f3d27a;color:#5a4712}.mobile-hud .event-feed{top:calc(max(18px,env(safe-area-inset-top)) + 54px);right:max(12px,env(safe-area-inset-right));width:min(230px,66vw);gap:5px}.mobile-hud .event-feed-item{font-size:11px;padding:3px 9px 3px 4px;border-radius:12px}.mobile-hud .event-feed-icon{width:18px;height:18px}.mobile-hud .project-site{gap:2px;padding:5px 9px;border-radius:10px;animation:none}.mobile-hud .project-site-eyebrow{font-size:8px}.mobile-hud .project-site-name{font-size:11px}.mobile-hud .project-site-bar{width:72px;height:4px}.mobile-hud .project-site-progress{font-size:9px}.toolbar .inbox-trigger{position:relative}.inbox-badge{position:absolute;top:-3px;right:-3px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;display:grid;place-items:center;background:#e0574a;color:#fff;font-size:10px;font-weight:700;line-height:1;box-shadow:0 0 0 2px #17303a99}.inbox-popup{width:min(320px,calc(100vw - 32px));padding:10px 10px 8px}.inbox-title{margin:2px 4px 8px;font-size:12px;letter-spacing:.06em;font-weight:650;color:#758271}.inbox-list{list-style:none;margin:0;padding:0;display:grid;gap:3px}.inbox-list li{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:10px;row-gap:2px;align-items:start;padding:8px 10px;border-radius:12px;font-size:13px;line-height:1.5}.inbox-list li[data-new=true]{background:#fff3cf}.inbox-icon{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#f4e7c4;color:#a0761f;margin-top:1px}.inbox-list time{grid-column:2;font-size:11px;color:#8b957f}.inbox-empty{margin:0 4px 6px;font-size:13px;line-height:1.6;color:#758271}.wallet-chip{position:absolute;right:max(24px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:center;min-height:44px;z-index:1}.mobile-hud .wallet-chip{right:max(16px,env(safe-area-inset-right));bottom:calc(max(16px,env(safe-area-inset-bottom)) + 52px)}.pond-app{--hud-edge:24px;--hud-left:max(var(--hud-edge),env(safe-area-inset-left));--hud-right:max(var(--hud-edge),env(safe-area-inset-right));--hud-top:max(var(--hud-edge),env(safe-area-inset-top));--hud-bottom:max(var(--hud-edge),env(safe-area-inset-bottom))}.pond-app.mobile-hud{--hud-edge:16px}.pond-app .topbar{padding:var(--hud-top) var(--hud-right) 0 var(--hud-left);align-items:center}.pond-app .toolbar{gap:8px}.pond-app .toolbar button{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;flex-shrink:0}.pond-app .pond-conditions{height:44px;padding:0;gap:8px}.pond-app .pond-clock{padding:0;line-height:44px}.pond-app .hud{padding-left:var(--hud-left);padding-right:var(--hud-right);padding-bottom:var(--hud-bottom)}.pond-app .collection-button{height:44px;min-height:44px;padding:0;gap:10px;align-self:end}.pond-app .collection-button b,.pond-app .collection-button kbd{margin-left:0}.pond-app .wallet-chip{right:var(--hud-right);bottom:var(--hud-bottom);height:44px;min-height:44px;padding:0 14px;gap:8px}.pond-app.mobile-hud .toolbar .wallet-chip{position:static;width:auto;min-width:0;padding:0 12px;flex-shrink:0}.inbox-activity{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;margin-bottom:12px;border:0;border-bottom:1px solid #899b7529;background:transparent;color:#476e5c;font:inherit;cursor:pointer}.inbox-gift{padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.inbox-gift:hover:not(:disabled){text-decoration:underline}.inbox-gift:disabled{cursor:default}.inbox-gift:focus-visible,.inbox-activity:focus-visible{outline:2px solid #806326;outline-offset:3px}.collection-grid article[data-highlighted=true]{outline:2px solid #b99a4d;outline-offset:2px}.pond-app .event-feed li .event-feed-item{background:#f5ebd1ed;color:#3d3425;box-shadow:0 2px 6px #152e3820}.portal-page{position:relative;height:100dvh;overflow:auto;isolation:isolate;background:#ecedde;color:#294c43;touch-action:auto;-webkit-user-select:text;user-select:text;padding:110px 32px 72px;display:flex;flex-direction:column;align-items:flex-end;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.portal-scenery{position:fixed;inset:0;z-index:-1;overflow:hidden;background:linear-gradient(180deg,#dce7da,#e9ebd9 40%,#a3bca4 68%,#4a897f)}.portal-sun{position:absolute;width:130px;height:130px;left:20%;top:17%;background:#f8efc5;border-radius:50%;box-shadow:0 0 90px #fff9d855}.portal-hills{position:absolute;inset:35% -10% 0;background:#6f9580;clip-path:polygon(0 50%,8% 22%,14% 36%,22% 6%,30% 31%,37% 19%,46% 50%,60% 28%,72% 45%,86% 5%,100% 37%,100% 100%,0 100%)}.portal-water{position:absolute;inset:56% -10% -30%;background:repeating-linear-gradient(170deg,transparent 0 46px,#fff2 47px 48px,transparent 50px 85px),linear-gradient(160deg,#9fc9be,#4f938a);border-radius:50% 48% 0 0;transform:rotate(-5deg);border-top:18px solid #afb995;box-shadow:0 -20px #7c9c79}.portal-ripple{position:absolute;left:20%;top:73%;width:130px;height:35px;border:1px solid #e8efce99;border-radius:50%;box-shadow:0 0 0 16px #ecf8dc0c,0 0 0 32px #ecf8dc09}.portal-ripple:after{content:"";position:absolute;width:7px;height:10px;left:50%;top:8px;border-radius:50%;background:#bc7554;box-shadow:0 5px #f8efda}.portal-reeds{position:absolute;bottom:-25px;left:4%;height:170px;width:120px;background:#426d52;clip-path:polygon(0 100%,10% 30%,15% 100%,33% 0,30% 100%,48% 35%,44% 100%,65% 20%,57% 100%,80% 48%,75% 100%)}.portal-header{position:absolute;top:max(30px,env(safe-area-inset-top));left:max(36px,env(safe-area-inset-left));right:max(36px,env(safe-area-inset-right));display:flex;align-items:flex-start;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.14em;font-weight:750}.portal-header>span{display:flex;gap:10px;align-items:center}.portal-logo img{display:block;height:clamp(96px,14vw,156px);width:auto;filter:drop-shadow(0 4px 10px #10302a66)}.portal-header form{display:flex;align-items:center;gap:14px;letter-spacing:0}.portal-nickname{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-card{--ink:#22392f;--panel:#f7f0d9;width:min(470px,100%);margin:auto max(5vw,24px) auto 0;padding:36px 38px 34px;background:var(--panel);border:3px solid var(--ink);border-radius:8px;box-shadow:inset 0 0 0 3px #fffbef,inset 0 0 0 5px #dcd2ad,0 8px 0 var(--ink),0 26px 60px #10302a40}.eyebrow{display:inline-block;font-size:10px;letter-spacing:.18em;font-weight:750;color:#f4ebc9;background:var(--ink,#22392f);padding:7px 18px;clip-path:polygon(0 0,100% 0,calc(100% - 8px) 50%,100% 100%,0 100%,8px 50%)}.portal-card h1{font-size:clamp(30px,3.5vw,44px);line-height:1.08;font-weight:750;letter-spacing:-.035em;color:#1e3a30;margin:18px 0 14px}.portal-card p{color:#5c6e5f;font-size:14px;line-height:1.65;margin:0 0 22px}.portal-card form{display:flex;flex-direction:column}.portal-card label{font-size:12px;font-weight:650;margin:16px 0 7px}.portal-card input,.portal-card select{width:100%;min-height:49px;border:2px solid #22392f;border-radius:6px;padding:12px 13px;background:#fffcf5;box-shadow:inset 0 3px #22392f14;color:#2d5146;font:inherit;font-size:14px;outline:none;-webkit-user-select:text;user-select:text;touch-action:manipulation}.portal-card input::placeholder{color:#8b9787}.portal-card :is(input,select):focus-visible{border-color:#22392f;box-shadow:inset 0 3px #22392f14,0 0 0 3px #e2a93a}.portal-submit,.primary-link{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#e8b03f;color:#22392f;border:3px solid #22392f;border-radius:8px;min-height:54px;padding:12px 18px;margin-top:22px;font-size:13px;font-weight:750;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;box-shadow:0 5px #22392f;transition:transform .08s,box-shadow .08s,background .15s}.portal-submit:hover,.primary-link:hover{background:#f4bf4f}.portal-submit:active:not(:disabled),.primary-link:active{transform:translateY(5px);box-shadow:0 0 #22392f}.portal-submit:disabled{opacity:.7;cursor:wait;transform:translateY(5px);box-shadow:0 0 #22392f}.portal-page button:focus-visible,.portal-page a:focus-visible{outline:3px solid #91b28b;outline-offset:3px}.portal-card .portal-fine{font-size:11px;margin:20px 0 0}.portal-card .field-hint{font-size:11px;margin:6px 0 0}.portal-card .form-error{font-size:12px;font-weight:650;color:#fff6e8;background:#a8503d;border:2px solid #22392f;border-radius:6px;padding:10px 12px;margin:14px 0 0}.portal-card .setup-note{font-size:13px;border:2px dashed #22392f88;background:#eae6cd;border-radius:6px;padding:16px;margin:18px 0 0}.portal-tabs{display:flex;padding:4px;border:2px solid #22392f;border-radius:6px;background:#e4e2c8;margin:4px 0;gap:4px}.portal-tabs button{flex:1;background:transparent;color:#5c6e5f;font-weight:650;border-radius:3px;min-height:42px;padding:9px;font-size:13px}.portal-tabs button[aria-pressed=true]{background:#22392f;color:#f4ebc9;box-shadow:none}.portal-footer{position:fixed;left:36px;bottom:max(28px,env(safe-area-inset-bottom));font-size:12px;color:#f3f6e9;text-shadow:0 1px 5px #244e4777}.text-button{background:transparent;color:inherit;text-decoration:underline;text-underline-offset:4px;min-height:44px;padding:8px;font-size:12px}.pond-loading{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#182c29;color:#f7f5df;cursor:wait}.pond-loading-content{display:grid;gap:16px;justify-items:center;font-size:12px;letter-spacing:.04em}.pond-loading-track{width:140px;height:3px;overflow:hidden;border-radius:3px;background:#ffffff20}.pond-loading-track span{display:block;width:45%;height:100%;background:#d9e5b8;animation:pond-loading-slide 1.2s ease-in-out infinite}.graphics-unavailable{z-index:1001}@keyframes pond-loading-slide{0%{transform:translate(-100%)}to{transform:translate(325%)}}@media(prefers-reduced-motion:reduce){.pond-loading-track span{animation:none;margin:auto}}.toolbar form{display:flex}.toolbar form button{display:grid;place-items:center}.pond-member-note{font-size:12px;color:#74816a}@media(max-width:650px){.portal-page{padding:96px 20px 60px;align-items:center}.portal-header{left:22px;right:16px;top:max(20px,env(safe-area-inset-top));font-size:10px}.portal-header form{gap:5px}.portal-nickname{max-width:90px}.portal-card{margin:auto 0;padding:26px 24px;border-radius:8px}.portal-card h1{font-size:34px}.portal-card input,.portal-card select{font-size:16px}.portal-sun{width:90px;height:90px;left:10%;top:10%}.portal-footer{position:static;margin:26px 0 0;font-size:11px;text-align:center}.portal-reeds{left:0}.portal-ripple{left:68%;top:85%}}@media(max-height:750px)and (min-width:651px){.portal-page{padding-top:90px;padding-bottom:30px}.portal-card{padding:25px 32px}.portal-card h1{font-size:34px;margin:12px 0}.portal-card p{margin-bottom:12px}.portal-card label{margin-top:10px}.portal-card .portal-fine{margin-top:12px}}.login-pond{position:fixed;inset:0;z-index:-1;pointer-events:none}.login-pond:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#142e292b,transparent 25%,transparent 65%,#102e3440);pointer-events:none}.portal-login .portal-header{color:#fff9e7;text-shadow:0 1px 10px #183d38}.portal-login .portal-card{box-shadow:inset 0 0 0 3px #fffbef,inset 0 0 0 5px #dcd2ad,0 8px 0 var(--ink),0 30px 70px #0f2d2a55}@media(max-width:650px){.portal-login{padding-top:clamp(235px,32dvh,350px);padding-bottom:max(24px,env(safe-area-inset-bottom))}.portal-login .portal-card{margin:auto 0 0}.portal-login .portal-footer{margin-top:18px}.portal-login .portal-card h1{font-size:32px}}@media(max-height:560px)and (min-width:651px){.portal-login{padding:76px 24px 24px}.portal-login .portal-card{width:min(420px,55%);margin:0 0 0 auto}.portal-login .portal-footer{position:fixed;left:24px;bottom:20px}}.login-pond .game-canvas{pointer-events:none!important}.portal-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(30px,env(safe-area-inset-top)) 24px max(28px,env(safe-area-inset-bottom))}.portal-hero .portal-header{justify-content:flex-end}.portal-hero .login-pond .game-canvas{filter:blur(7px) brightness(.9);transform:scale(1.05)}.portal-hero .login-pond:after{background:radial-gradient(ellipse at 50% 45%,#0f2a2700 30%,#0f2a2780)}.hero-logo{display:block;height:auto;width:min(82vw,clamp(280px,44vh,440px));filter:drop-shadow(0 8px 0 #22392f) drop-shadow(0 22px 34px #0b2622aa);margin:auto 0}.hero-form{position:absolute;left:24px;right:24px;bottom:max(36px,env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:center}.hero-form .portal-submit{justify-content:center;width:min(380px,100%);margin:0;min-height:58px;font-size:14px}.hero-form .portal-submit svg{display:none}.hero-form .form-error,.hero-form .setup-note{width:min(380px,100%);margin:0 0 12px}@media(max-width:650px){.portal-hero{padding:max(24px,env(safe-area-inset-top)) 20px max(24px,env(safe-area-inset-bottom))}.hero-form{left:20px;right:20px;bottom:max(28px,env(safe-area-inset-bottom))}}@media(max-height:560px)and (min-width:651px){.portal-hero{padding:20px 24px}.portal-hero .hero-logo{width:clamp(200px,40vh,300px)}.hero-form{bottom:20px}}.portal-layout{position:relative;isolation:isolate;height:100dvh;background:#ecedde}.portal-layout>.portal-page{background:transparent;isolation:auto}.language-trigger .game-icon{display:block;width:36px;height:36px;object-fit:contain;pointer-events:none}.language-trigger .game-icon{filter:drop-shadow(0 2px 2px rgb(12 31 25 / 28%))}
