:root{--sky:#5fc3ff;--sky-light:#bfe9ff;--grass:#8ddc6a;--grass-dark:#5cb85c;--paper:#eaf6ff;--card:#fff;--ink:#2b2d42;--muted:#6b7280;--line:#d7e3ee;--orange:#ff8a3d;--orange-edge:#d9641a;--blue:#4cc9f0;--blue-edge:#2a9fc4;--purple:#a06cf0;--purple-edge:#7b4fd1;--pink:#ff5d8f;--gold:#ffb703;--green:#5cb85c;--font-game:"Baloo 2", "Fredoka", "Nunito", "Arial Rounded MT Bold", sans-serif;--font-body:"Nunito", "Avenir Next", "Segoe UI", sans-serif;--nav-h:84px}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);-webkit-tap-highlight-color:transparent;overscroll-behavior:none;-webkit-user-select:none;user-select:none;font-weight:700}body:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(180deg, var(--sky) 0%, var(--sky-light) 45%, var(--paper) 46%, var(--paper) 100%);position:fixed;inset:0}.app{max-width:520px;min-height:100%;margin:0 auto;position:relative}.screen{padding:max(14px, env(safe-area-inset-top)) 16px calc(var(--nav-h) + 16px);flex-direction:column;gap:14px;display:flex}.game{font-family:var(--font-game);font-weight:800}h1.game{margin:0;font-size:28px;line-height:1.05}h2.game{margin:0;font-size:20px;line-height:1.1}.muted{color:var(--muted);font-size:13px;font-weight:700}.row{align-items:center;gap:10px;display:flex}.row.between{justify-content:space-between}.col{flex-direction:column;gap:6px;display:flex}.grow{flex:auto;min-width:0}.card{background:var(--card);box-shadow:0 4px 0 var(--line);border-radius:20px;padding:12px 14px}.chip{white-space:nowrap;height:36px;box-shadow:0 3px 0 var(--line);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.chip svg{width:16px;height:16px}.badge{white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:800;display:inline-flex}.btn{font-family:var(--font-game);color:#fff;cursor:pointer;background:var(--orange);height:50px;box-shadow:0 4px 0 var(--orange-edge);border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:17px;font-weight:800;transition:transform 80ms,box-shadow 80ms;display:inline-flex}.btn:active{box-shadow:0 1px 0 var(--orange-edge);transform:translateY(3px)}.btn.blue{background:var(--blue);box-shadow:0 4px 0 var(--blue-edge)}.btn.blue:active{box-shadow:0 1px 0 var(--blue-edge)}.btn.purple{background:var(--purple);box-shadow:0 4px 0 var(--purple-edge)}.btn.purple:active{box-shadow:0 1px 0 var(--purple-edge)}.btn.ghost{color:var(--ink);box-shadow:0 4px 0 var(--line);background:#fff}.btn.ghost:active{box-shadow:0 1px 0 var(--line)}.btn.big{width:100%;height:64px;box-shadow:0 6px 0 var(--orange-edge);border-radius:20px;font-size:24px}.btn.small{border-radius:12px;height:40px;padding:0 14px;font-size:14px}.btn:disabled{opacity:.5;cursor:default}.btn svg{width:20px;height:20px}.scene{background:linear-gradient(#5fc3ff 0%,#bfe9ff 62%,#9ae37a 62%,#5cb85c 100%);border-radius:20px 20px 0 0;height:300px;position:relative;overflow:hidden}.scene .sun{background:#fff1a8;border-radius:50%;width:52px;height:52px;position:absolute;top:18px;right:26px;box-shadow:0 0 40px #fff1a8}.scene .cloud{opacity:.85;background:#fff;border-radius:999px;position:absolute}.scene .hill{background:#7dd463;border-radius:50%;position:absolute}.pet-stage{position:absolute;inset:0}.pet-viewer{--poster-color:transparent;width:100%;height:100%;transform:scale(var(--pet-scale,1));transform-origin:50% 85%;background:0 0;transition:transform .6s cubic-bezier(.2,1.4,.4,1)}.pet-viewer.shiny{filter:drop-shadow(0 0 10px #ffe066)drop-shadow(0 0 22px #ffb703aa)}.scene-top{pointer-events:none;justify-content:space-between;gap:8px;display:flex;position:absolute;top:12px;left:12px;right:12px}.scene-top>*{pointer-events:auto}.scene-hint{pointer-events:none;justify-content:center;display:flex;position:absolute;bottom:10px;left:0;right:0}.fx-layer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.scene-foot{justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.bubble{max-width:62%;color:var(--ink);box-shadow:0 3px 0 var(--line);z-index:4;background:#fff;border-radius:16px;padding:8px 12px;font-size:13px;font-weight:800;line-height:1.25;animation:.25s rise;position:absolute;top:54px;left:12px}.bubble:after{content:"";border:8px solid #0000;border-top-color:#fff;border-bottom:0;position:absolute;bottom:-8px;left:26px}.nest{cursor:pointer;z-index:3;width:64px;font:inherit;background:0 0;border:0;flex-direction:column;align-items:center;gap:2px;padding:0;display:flex;position:absolute;bottom:62px;right:14px}.nest-egg{transform-origin:50% 92%;width:52px;height:64px;animation:wobble var(--wobble,2s) ease-in-out infinite}.nest.empty .nest-egg{filter:grayscale()opacity(.45);animation:none}.nest.ready .nest-egg{filter:drop-shadow(0 0 8px #fff) drop-shadow(0 0 14px var(--tier));animation:.5s ease-in-out infinite wobble}.nest-label{color:#fff;text-shadow:0 2px #2a7fb8;white-space:nowrap;background:#2b2d4259;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:800}.nest.ready .nest-label{background:var(--tier);text-shadow:none;animation:1s ease-in-out infinite bob}.side-pet{cursor:pointer;z-index:2;width:96px;height:104px;font:inherit;background:0 0;border:0;padding:0;position:absolute;bottom:40px}.side-pet.left{left:4px}.side-pet.right{bottom:130px;right:4px}.side-pet .pet-viewer{pointer-events:none;width:100%;height:100%}.side-name{color:#fff;text-shadow:0 2px #2a7fb8;white-space:nowrap;font-size:11px;font-weight:800;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.halo{z-index:3;pointer-events:none;filter:drop-shadow(0 2px #0003);animation:1.6s ease-in-out infinite bob;position:absolute;top:26px;left:50%;transform:translate(-50%)}.halo.star{width:34px;height:34px}.halo.crown{width:56px;height:36px}.aura{pointer-events:none;z-index:3;place-items:center;display:grid;position:absolute;inset:0}.aura-ring{border:6px solid var(--aura);width:180px;height:180px;box-shadow:0 0 30px var(--aura), inset 0 0 30px var(--aura);border-radius:50%;animation:2.1s ease-out forwards auraPulse}.aura-chip{color:#fff;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:800;animation:.3s rise;display:inline-flex;position:absolute;top:18px;left:50%;transform:translate(-50%);box-shadow:0 3px #00000026}.aura-chip svg{width:16px;height:16px}.scene.drop-ok{outline-offset:-6px;outline:4px dashed #fff}.food-tile.feedable{outline-color:var(--purple);animation:1s ease-in-out infinite bob}.food-tile.dragging{opacity:.5}.food-art.fly img,.food-art.fly svg{filter:drop-shadow(0 6px 8px #00000040)}@keyframes auraPulse{0%{opacity:0;transform:scale(.6)}20%{opacity:1}to{opacity:0;transform:scale(1.35)}}.plate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.food-tile{min-height:68px;box-shadow:0 3px 0 var(--line);cursor:pointer;text-align:left;font:inherit;color:inherit;background:#fff;border:0;border-radius:16px;outline:2.5px solid #0000;align-items:center;gap:10px;padding:10px 12px;transition:transform 80ms;display:flex;position:relative}.food-tile:active{transform:scale(.97)}.food-tile.tried{outline-color:var(--tier,var(--green))}.food-tile .name{font-size:14px;font-weight:800;line-height:1.1}.food-art{flex:none;place-items:center;width:44px;height:44px;display:grid}.food-art img{object-fit:contain;width:100%;height:100%}.food-art svg{width:100%;height:100%}.food-art.lg{width:128px;height:128px}.check{border:2.5px solid var(--line);border-radius:50%;flex:none;place-items:center;width:24px;height:24px;display:grid}.check.on{border-color:var(--tier,var(--green));background:var(--tier,var(--green));color:#fff}.check svg{width:16px;height:16px}.food-book{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.book-tile{box-shadow:0 3px 0 var(--line);font:inherit;color:inherit;cursor:pointer;background:#fff;border:0;border-radius:14px;outline:2.5px solid #0000;flex-direction:column;align-items:center;gap:4px;min-height:96px;padding:10px 6px 8px;display:flex;position:relative}.book-tile .food-art{width:48px;height:48px}.book-tile .name{text-align:center;font-size:12px;font-weight:800;line-height:1.1}.book-tile.tried{outline-color:var(--tier)}.book-tile.on-plate{background:#fff8ef}.book-tile .tick{background:var(--tier);color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;display:grid;position:absolute;top:6px;right:6px}.book-tile .tick svg{width:12px;height:12px}.plate-divider{grid-column:1/-1;align-items:center;gap:8px;padding:2px 2px 0;display:flex}.plate-divider .line{background:var(--tier);opacity:.35;border-radius:2px;flex:1;height:2px}.meter-row{gap:5px;display:flex}.meter-seg{border-radius:6px;flex:1;max-width:52px;height:14px}.meter-seg.seg-fill{background:var(--m)}.meter-seg.seg-plan{border:2px dashed var(--m);opacity:.7;box-sizing:border-box;background:0 0}.meter-seg.seg-empty{background:#eef2f7}.meal-chip{outline:2px solid #0000;padding-right:8px;position:relative}.meal-chip.tried{outline-color:var(--tier);background:#f2fbf2}.meal-chip.starred{background:#fffbf0}.meal-chip .food-art{width:30px;height:30px}.meal-chip .chip-check{background:var(--tier);color:#fff;border-radius:50%;place-items:center;width:18px;height:18px;display:inline-grid}.meal-chip .chip-check svg{width:11px;height:11px}.meal-chip .want-star{width:20px;height:20px}.meal-chip .want-star svg{width:18px;height:18px}.want-star{color:#d7e3ee;cursor:pointer;background:0 0;border:0;width:24px;height:24px;padding:0}.want-star.on{color:#ffb703;filter:drop-shadow(0 1px #00000026)}.want-star svg{width:22px;height:22px}.food-tile.starred{background:#fffbf0}.roster{flex-direction:column;gap:8px;display:flex}.roster-card{box-shadow:0 3px 0 var(--line);font:inherit;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:16px;outline:3px solid #0000;align-items:center;gap:12px;padding:10px 12px;display:flex}.roster-card.active{outline-color:var(--orange)}.roster-thumb{object-fit:contain;background:linear-gradient(#bfe9ff 0%,#9ae37a 100%);border-radius:12px;flex:none;width:64px;height:64px}.feed-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.feed-tile{font:inherit;color:inherit;cursor:pointer;background:#f6f9fc;border:0;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-height:88px;padding:10px 6px;display:flex}.feed-tile .name{text-align:center;font-size:12px;font-weight:800;line-height:1.1}.feed-tile .food-art{width:44px;height:44px}.combo{background:#fff4d6;border-radius:16px;align-items:center;gap:12px;padding:10px 12px;display:flex;box-shadow:0 3px #ecd9a6}.combo .ico{background:var(--gold);border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.combo .ico svg{width:22px;height:22px}.tabs{pointer-events:none;z-index:20;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tabs-inner{pointer-events:auto;border-top:2px solid var(--line);width:100%;max-width:520px;padding:8px 6px calc(10px + env(safe-area-inset-bottom));background:#fff;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.tab{min-height:52px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-family:inherit;font-size:11px;font-weight:800;text-decoration:none;display:flex}.tab svg{width:24px;height:24px}.tab.active{color:var(--orange)}.tab .dot{position:absolute}.overlay{z-index:50;background:#2b2d428c;justify-content:center;align-items:flex-end;animation:.2s fade;display:flex;position:fixed;inset:0}.sheet{width:100%;max-width:520px;padding:18px 18px calc(18px + env(safe-area-inset-bottom));max-height:92vh;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;gap:14px;max-height:92dvh;animation:.28s cubic-bezier(.2,1.2,.4,1) rise;display:flex;overflow:auto}.sheet h2{margin:0}.sheet-actions{background:#fff;margin-top:-10px;padding-top:10px;position:sticky;bottom:0;box-shadow:0 -8px 12px -8px #2b2d422e}.sheet input[type=text]{font-size:18px}.effects{flex-direction:column;gap:8px;display:flex}.effect{opacity:0;background:#f6f9fc;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;animation:.35s forwards popin;display:flex;transform:translateY(8px)}.effect .ico{color:#fff;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.effect .ico svg{width:22px;height:22px}.effect .t{font-size:14px;font-weight:800;line-height:1.1}.effect .s{color:var(--muted);font-size:12px;line-height:1.3}.body-wrap{grid-template-columns:150px 1fr;align-items:start;gap:12px;display:grid}.body-svg{width:100%;height:auto}.part{cursor:pointer}.part .glow{transition:opacity .4s,r .4s}.part.lit .glow{animation:1.2s ease-in-out infinite pulse}.stat-bar{background:#eef2f7;border-radius:999px;height:12px;overflow:hidden}.stat-bar>div{border-radius:999px;height:100%;transition:width .6s cubic-bezier(.2,1.2,.4,1)}.seg{background:#eef2f7;border-radius:999px;padding:3px;display:flex}.seg button{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;flex:1;padding:8px;font-weight:800}.seg button.on{color:var(--ink);box-shadow:0 2px 0 var(--line);background:#fff}.hatch{z-index:60;color:#fff;background:radial-gradient(circle at 50% 42%,#6b4fd1 0%,#3b2f7a 45%,#2b2d42 100%);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;animation:.3s fade;display:flex;position:fixed;inset:0;overflow:hidden}.hatch.common{background:radial-gradient(circle at 50% 42%,#5cb85c 0%,#2f7d32 45%,#2b2d42 100%)}.hatch.uncommon{background:radial-gradient(circle at 50% 42%,#4cc9f0 0%,#1d6fa5 45%,#2b2d42 100%)}.hatch.rare{background:radial-gradient(circle at 50% 42%,#6b4fd1 0%,#3b2f7a 45%,#2b2d42 100%)}.hatch.epic{background:radial-gradient(circle at 50% 42%,#ff5d8f 0%,#8a2a4f 45%,#2b2d42 100%)}.hatch.legendary{background:radial-gradient(circle at 50% 42%,#ffb703 0%,#b86a00 45%,#2b2d42 100%)}.hatch.mythical{background:radial-gradient(circle at 50% 42%,#2ec4b6 0%,#0f5f58 45%,#2b2d42 100%)}.hatch.unknown{background:radial-gradient(circle at 50% 42%,#3b3d5c 0%,#1c1d30 45%,#06060c 100%)}.hatch .rays{opacity:.16;width:160vmax;height:160vmax;animation:28s linear infinite spin;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}.hatch .title{text-align:center;text-shadow:0 4px #1f1b3a;font-size:40px;line-height:.95}.hatch .egg{cursor:pointer;transform-origin:50% 92%;z-index:2;width:210px;height:250px;animation:1.1s ease-in-out infinite wobble;position:relative}.hatch .egg.crack1{animation-duration:.7s}.hatch .egg.crack2{animation-duration:.4s}.hatch .reveal{z-index:2;width:100%;max-width:420px;height:300px;position:relative}.hatch .reveal .pet-viewer{width:100%;height:100%}.hatch .flash{opacity:0;pointer-events:none;z-index:3;background:#fff;position:absolute;inset:0}.hatch .flash.go{animation:.9s ease-out forwards flash}.hatch input{font:inherit;font-family:var(--font-game);text-align:center;width:100%;max-width:280px;color:var(--ink);border:0;border-radius:14px;padding:10px 14px;font-size:22px}.hatch .sub{opacity:.85;text-align:center;font-size:14px;font-weight:800}.hatch .btn.big{max-width:360px}.evo-stage.flicker{animation:.7s steps(2,end) infinite silhouette}.evo-stage.fast{animation-duration:.25s}@keyframes silhouette{0%,to{filter:none}50%{filter:brightness(0)invert()drop-shadow(0 0 18px #fff)}}.pet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pet-card{box-shadow:0 3px 0 var(--line);cursor:pointer;font:inherit;color:inherit;text-align:left;background:#fff;border:0;border-radius:18px;outline:3px solid #0000;flex-direction:column;gap:6px;padding:10px;display:flex}.pet-card.active{outline-color:var(--orange)}.pet-card .thumb{background:linear-gradient(#bfe9ff 0%,#9ae37a 100%);border-radius:12px;place-items:center;height:130px;display:grid;overflow:hidden}.pet-card .thumb .pet-viewer{width:100%;height:100%}.pet-card.locked{cursor:pointer}.pet-card.locked .thumb{background:linear-gradient(#dfe8ef 0%,#c9d6cf 100%);position:relative}.pet-card.locked .thumb img,.locked-big img{object-fit:contain;filter:grayscale()brightness(.55)contrast(1.1)opacity(.85);width:100%;height:100%}.pet-card .lock,.locked-big .lock{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;bottom:8px;right:8px;box-shadow:0 2px #00000040}.pet-card .lock svg,.locked-big .lock svg{width:18px;height:18px}.locked-big{background:linear-gradient(#dfe8ef 0%,#c9d6cf 100%);border-radius:20px;width:200px;height:200px;position:relative;overflow:hidden}.pet-card.placeholder{cursor:default;opacity:.9}.pet-card.placeholder .thumb{place-items:center;display:grid}.pet-card .thumb .q{font-family:var(--font-game);color:#fff;text-shadow:0 3px #2a7fb8;font-size:44px}.food-chip .count{color:var(--muted);font-size:11px;font-weight:800}.food-chip.grad{border-color:var(--gold);background:#fff7de}.grad-badge{color:#8a5a00;background:#fff4d6}.book-tile.graduated{outline-color:var(--gold)}.book-tile .grad-cap{background:var(--gold);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 3px;font-size:9px;font-weight:800;display:grid;position:absolute;top:6px;right:6px}.book-pets{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.book-pet{box-shadow:0 2px 0 var(--line);font:inherit;color:inherit;cursor:pointer;background:#fff;border:0;border-radius:12px;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;display:flex}.book-pet .thumb-sm{width:56px;height:56px;position:relative}.book-pet .thumb-sm img{object-fit:contain;width:100%;height:100%}.book-pet.locked .thumb-sm img{filter:grayscale()brightness(.55)opacity(.85)}.book-pet .name{text-align:center;font-size:10px;font-weight:800;line-height:1.1}.lock-sm{width:20px!important;height:20px!important;bottom:-2px!important;right:-2px!important}.lock-sm svg{width:11px!important;height:11px!important}.locked-big.owned img{filter:none}.egg-row{scrollbar-width:none;gap:8px;padding:2px 2px 6px;display:flex;overflow-x:auto}.egg-mini{width:86px;box-shadow:0 3px 0 var(--line);font:inherit;color:inherit;cursor:pointer;background:#fff;border:0;border-radius:14px;flex-direction:column;flex:none;align-items:center;gap:3px;padding:8px 6px;display:flex}.egg-mini .art{width:40px;height:49px}.egg-mini.dim .art{filter:grayscale(.6)opacity(.5)}.egg-mini .t{font-size:10px;font-weight:800}.egg-mini .stat-bar{width:100%;height:6px}.egg-mini.ready{outline:2.5px solid var(--gold);animation:1.2s ease-in-out infinite bob}.pin-pad{grid-template-columns:repeat(3,72px);justify-content:center;gap:10px;display:grid}.pin-pad button{height:60px;font-family:var(--font-game);color:var(--ink);cursor:pointer;box-shadow:0 3px 0 var(--line);background:#f1f5f9;border:0;border-radius:16px;font-size:24px;font-weight:800}.pin-pad button:active{box-shadow:0 1px 0 var(--line);transform:translateY(2px)}.pin-dots{justify-content:center;gap:12px;display:flex}.pin-dots span{background:#e2e8f0;border-radius:50%;width:16px;height:16px}.pin-dots span.on{background:var(--ink)}.pin-wrap.wrong{animation:.35s ease-in-out shake}.stat-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.stat-box{background:#f6f9fc;border-radius:12px;flex-direction:column;align-items:center;gap:2px;padding:10px 4px;display:flex}.trend{align-items:flex-end;gap:6px;height:88px;display:flex}.trend-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:2px;display:flex}.trend-bar{background:var(--green);border-radius:6px 6px 2px 2px;width:100%;max-width:34px}.trend-n{color:var(--muted);height:12px;font-size:10px;font-weight:800}.trend-l{color:var(--muted);font-size:9px;font-weight:800}.food-chips{flex-wrap:wrap;gap:8px;display:flex}.food-chip{border:2px solid var(--line);font:inherit;cursor:pointer;color:var(--ink);background:#fff;border-radius:999px;align-items:center;gap:6px;padding:4px 10px 4px 4px;font-size:13px;font-weight:800;display:inline-flex}.food-chip .food-art{width:28px;height:28px}.food-chip.on{border-color:var(--orange);background:#fff4e8}select,input[type=text],input[type=password]{font:inherit;border:2px solid var(--line);color:var(--ink);background:#fff;border-radius:12px;padding:8px 10px;font-weight:700}.tier-row{border-bottom:1px solid #eef2f7;grid-template-columns:36px 1fr auto;align-items:center;gap:8px;padding:6px 0;display:grid}.tier-row .food-art{width:32px;height:32px}.hold{touch-action:none;-webkit-touch-callout:none;position:relative;overflow:hidden}.hold .fill{background:#ffffff59;width:0;position:absolute;top:0;bottom:0;left:0}details summary{cursor:pointer;font-weight:800;font-family:var(--font-game);padding:6px 0;font-size:17px}.credits{color:var(--muted);font-size:12px;line-height:1.45}.credits a{color:var(--orange-edge)}.pending-bar{top:max(8px, env(safe-area-inset-top));z-index:45;pointer-events:none;flex-direction:column;align-items:center;gap:6px;display:flex;position:fixed;left:0;right:0}.pending-card{pointer-events:auto;background:#fff;border-radius:999px;align-items:center;gap:10px;padding:6px 8px 6px 16px;animation:.3s rise;display:flex;box-shadow:0 6px 20px #2b2d4240}.fx-heart{color:var(--pink);pointer-events:none;animation:1.6s ease-out forwards floatup;position:absolute}.fx-confetti{pointer-events:none;border-radius:3px;animation:linear forwards fall;position:absolute;top:-20px}.fx-sparkle{pointer-events:none;border-radius:50%;width:10px;height:10px;animation:.9s ease-out forwards twinkle;position:absolute}.fx-shake{animation:.35s ease-in-out shake}.toast{left:50%;bottom:calc(var(--nav-h) + 12px);background:var(--ink);color:#fff;z-index:40;white-space:nowrap;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:800;animation:.25s rise,.3s 2.2s reverse forwards fade;position:fixed;transform:translate(-50%)}@keyframes floatup{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:1}to{opacity:0;transform:translateY(-90px)scale(1.1)}}@keyframes fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:.8;transform:translateY(110vh)rotate(720deg)}}@keyframes twinkle{0%{opacity:0;transform:scale(0)}40%{opacity:1;transform:scale(1.4)}to{opacity:0;transform:scale(0)}}@keyframes shake{0%,to{transform:translate(0)rotate(0)}20%{transform:translateX(calc(-8px * var(--shake,1))) rotate(-4deg)}40%{transform:translateX(calc(8px * var(--shake,1))) rotate(4deg)}60%{transform:translateX(calc(-6px * var(--shake,1))) rotate(-3deg)}80%{transform:translateX(calc(6px * var(--shake,1))) rotate(3deg)}}@keyframes wobble{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes flash{0%{opacity:0}10%{opacity:1}to{opacity:0}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes popin{to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
