:root{--shell:#2a8a52;--shell-light:#3ea366;--shell-dark:#1d6a3d;--shell-edge:#0f4a29;--page:#0c3119;--bezel:#f1f1e6;--bezel-shadow:#c9c9b8;--screen:#e4efdf;--screen-frame:#223327;--ink:#1f2a22;--muted:#5d6b61;--card:#fff;--amber:#f4c542;--amber-dark:#b98c12;--coral:#e3623d;--coral-soft:#fdebe4;--green-soft:#dff5c8;--green-dark:#235f3b;--key-main:#12482a;--key-main-shadow:#072414;--key-soft:#ecece0;--key-soft-shadow:#b3b3a2;--radius:14px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{background:var(--page);color:var(--ink);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none;margin:0;padding:0;font-family:Nunito,Segoe UI,system-ui,-apple-system,sans-serif}body{min-height:100dvh}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation;background:0 0;border:0;padding:0}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}.device{background:linear-gradient(160deg, var(--shell-light) 0%, var(--shell) 45%, var(--shell-dark) 100%);max-width:480px;height:100dvh;box-shadow:inset 0 0 0 3px var(--shell-edge);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}@media (width>=520px){body{padding:20px 0}.device{height:calc(100dvh - 40px);min-height:640px;box-shadow:inset 0 0 0 3px var(--shell-edge), 0 24px 60px #00000073;border-radius:28px}}.device-top{padding:calc(14px + var(--safe-top)) 18px 26px;background:var(--shell-light);clip-path:polygon(0 0,100% 0,100% 58%,62% 58%,52% 100%,0 100%);flex:none;align-items:flex-start;gap:14px;display:flex;position:relative}.lens{background:#f5f5ef;border-radius:50%;flex:none;place-items:center;width:76px;height:76px;display:grid;position:relative;box-shadow:0 2px #00000040,inset 0 -2px 3px #00000026}.lens-glass{background:radial-gradient(circle at 36% 30%,#d9f2ff 0%,#7cc4ff 22%,#2a7de1 55%,#0b3f8f 100%);border-radius:50%;width:60px;height:60px;transition:box-shadow .3s,filter .3s;display:block;position:relative;box-shadow:inset 0 -4px 8px #00000059,inset 0 3px 6px #ffffff59,0 0 #78c8ff00}.lens-glass:after{content:"";background:#ffffffd9;border-radius:50%;width:34%;height:20%;position:absolute;top:14%;left:20%;transform:rotate(-20deg)}.status-loading .lens-glass{animation:1.6s ease-in-out infinite lens-breathe}.status-speaking .lens-glass{animation:.9s ease-in-out infinite lens-blink}@keyframes lens-breathe{0%,to{filter:brightness()}50%{filter:brightness(1.25)}}@keyframes lens-blink{0%,to{filter:brightness();box-shadow:inset 0 -4px 8px #00000059,inset 0 3px 6px #ffffff59,0 0 #78c8ff00}50%{filter:brightness(1.55);box-shadow:inset 0 -4px 8px #0003,inset 0 3px 6px #ffffff80,0 0 26px 10px #78c8ffd9}}.leds{gap:8px;margin-top:4px;display:flex}.led{border:2px solid var(--shell-edge);border-radius:50%;width:14px;height:14px;transition:background .2s,box-shadow .2s;box-shadow:inset 0 1px 2px #fff6}.led-red{background:#7a2323}.led-yellow{background:#8a6a12}.led-green{background:#1f5a34}.status-error .led-red{background:#ff3b3b;box-shadow:0 0 10px 2px #ff3b3bcc}.status-loading .led-yellow{animation:.5s steps(2,jump-none) infinite led-blink}.status-speaking .led-green{background:#3dff8a;box-shadow:0 0 10px 2px #3dff8acc}@keyframes led-blink{0%{box-shadow:none;background:#8a6a12}to{background:#ffd23f;box-shadow:0 0 10px 2px #ffd23fd9}}.device-label{color:#eaf7ee;text-shadow:0 1px #00000040;flex-direction:column;align-items:flex-end;gap:2px;margin-top:2px;margin-left:auto;display:flex}.device-title{letter-spacing:.5px;font-size:1.25rem;font-weight:900}.device-count{background:#0000002e;border-radius:999px;padding:3px 10px;font-size:.8rem;font-weight:700}.device-settings{margin-top:4px;font-size:1.1rem}.bezel{background:var(--bezel);min-height:0;box-shadow:0 3px 0 var(--bezel-shadow), 0 8px 18px #00000040;border-radius:12px 12px 12px 34px;flex-direction:column;flex:auto;margin:-12px 14px 10px;padding:20px 12px 32px;display:flex;position:relative}.bezel-dots{gap:10px;display:flex;position:absolute;top:7px;left:50%;transform:translate(-50%)}.bezel-dots i{background:#3a3f3a;border-radius:50%;width:6px;height:6px}.screen{-webkit-overflow-scrolling:touch;background:var(--screen);border:3px solid var(--screen-frame);scrollbar-width:thin;border-radius:8px;flex:auto;min-height:0;padding:12px;overflow-y:auto}.grille{flex-direction:column;gap:2px;display:flex;position:absolute;bottom:9px;right:22px}.grille i{background:#5b5f5b;border-radius:1px;width:30px;height:2px}.controls{padding:4px 18px calc(16px + var(--safe-bottom));flex-wrap:wrap;flex:none;align-items:center;gap:10px;min-height:104px;display:flex}.key{border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 18px;font-size:1.05rem;font-weight:800;transition:transform 80ms,box-shadow 80ms;display:inline-flex}.key:active{transform:translateY(3px);box-shadow:0 1px 0 var(--key-main-shadow)!important}.key-main{background:var(--key-main);color:#eaf7ee;box-shadow:0 4px 0 var(--key-main-shadow);flex:auto}.key-main:disabled{color:#c9d6cc;background:#4d6b58;box-shadow:0 4px #2d4535}.key-soft{background:var(--key-soft);color:var(--ink);box-shadow:0 4px 0 var(--key-soft-shadow);flex:none}.key-danger{color:var(--coral)}.key-speak{background:var(--amber);min-height:56px;color:var(--ink);box-shadow:0 4px 0 var(--amber-dark);flex:100%;font-size:1.15rem}.key-speak.is-busy{animation:1.2s ease-in-out infinite key-pulse}.key-speak.is-loading{cursor:progress;animation:none;position:relative;overflow:hidden}.key-speak.is-loading:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 20%,#ffffff8c 50%,#0000 80%) 0 0/250% 100%;animation:1.3s linear infinite key-sweep;position:absolute;inset:0}@keyframes key-sweep{0%{background-position:120% 0}to{background-position:-120% 0}}.dots:after{content:"";text-align:left;width:1.4em;animation:1.2s steps(4,jump-none) infinite dots;display:inline-block}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%,to{content:"..."}}.voice-status{color:var(--muted);background:#eef2ea;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;font-size:.95rem;font-weight:700;display:flex}.voice-status.speaking{background:var(--green-soft);color:var(--green-dark)}.voice-bars{align-items:flex-end;gap:3px;height:22px;display:inline-flex}.voice-bars i{background:currentColor;border-radius:2px;width:4px;height:30%;animation:1s ease-in-out infinite bar-bounce;display:block}.voice-bars i:nth-child(2){animation-delay:.15s}.voice-bars i:nth-child(3){animation-delay:.3s}.voice-bars i:nth-child(4){animation-delay:.45s}.voice-bars i:nth-child(5){animation-delay:.6s}.voice-status.loading .voice-bars i{opacity:.6;animation-duration:1.8s}@keyframes bar-bounce{0%,to{height:30%}50%{height:100%}}@keyframes key-pulse{0%,to{filter:brightness()}50%{filter:brightness(1.12)}}.key-shutter{font-size:1.2rem}.camera{background:#0b1a10;border-radius:6px;height:100%;min-height:320px;position:relative;overflow:hidden}.camera video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;display:block}.camera.is-ready video{opacity:1}.camera video.mirror{transform:scaleX(-1)}.camera-hint{text-align:center;color:#fff;text-shadow:0 1px 4px #000c;pointer-events:none;font-weight:800;position:absolute;bottom:12px;left:12px;right:12px}.camera-flip{color:#fff;background:#00000073;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.2rem;display:grid;position:absolute;top:10px;right:10px}.banner{background:var(--amber);color:var(--ink);border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:.9rem;font-weight:600}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}@media (width>=420px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{text-align:left;background:var(--card);border-radius:10px;width:100%;transition:transform .15s;overflow:hidden;box-shadow:0 2px 6px #1f2a221f}.card:active{transform:scale(.97)}.card-photo,.entry-photo{background:var(--green-soft);position:relative}.card-photo img{aspect-ratio:1;object-fit:cover;width:100%}.card-number{color:#fff;background:#1f2a22bf;border-radius:999px;padding:2px 7px;font-size:.75rem;font-weight:800;position:absolute;top:6px;left:6px}.card-emoji{filter:drop-shadow(0 1px 2px #0000004d);font-size:1.3rem;position:absolute;bottom:5px;right:5px}.card-body{padding:8px 10px 10px}.card-body h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:.95rem;line-height:1.25;overflow:hidden}.stars{letter-spacing:1px;font-size:.9rem}.stars-on{color:var(--amber-dark)}.stars-off{color:#cfd6cc}.empty{text-align:center;color:var(--muted);padding:40px 12px}.empty-art{margin-bottom:10px;font-size:2.8rem}.empty h2{color:var(--ink);margin-bottom:8px;font-size:1.2rem}.analyzing{text-align:center;padding-top:6px}.scan-frame{border-radius:10px;width:min(100%,320px);margin:0 auto 16px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0003}.scan-frame img{aspect-ratio:1;object-fit:cover;width:100%}.scan-line{background:linear-gradient(90deg,#0000,#fff,#0000);height:4px;animation:1.8s ease-in-out infinite scan;position:absolute;left:0;right:0;box-shadow:0 0 18px 6px #dff5c8cc}@keyframes scan{0%{top:0}50%{top:calc(100% - 4px)}to{top:0}}.analyzing h2{font-size:1.2rem;animation:1.4s ease-in-out infinite pulse}.analyzing p{color:var(--muted);margin-top:4px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.entry{background:var(--card);border-radius:10px;overflow:hidden;box-shadow:0 2px 6px #1f2a221f}.entry-photo img{object-fit:cover;width:100%;max-height:46dvh}.badge-new{background:var(--amber);color:var(--ink);border-radius:999px;padding:4px 10px;font-weight:800;position:absolute;top:8px;right:8px;transform:rotate(6deg);box-shadow:0 3px 8px #0003}.badge-dup{background:var(--green-soft);color:var(--green-dark);transform:rotate(-4deg)}.entry-body{flex-direction:column;gap:12px;padding:14px 14px 16px;display:flex}.entry-title{align-items:center;gap:12px;display:flex}.entry-emoji{font-size:2.3rem;line-height:1}.entry-title h2{font-size:1.45rem;line-height:1.15}.sci{color:var(--muted);margin-top:2px;font-size:.95rem;font-style:italic}.unsure{color:var(--muted);font-size:.85rem;font-weight:600}.chips{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.chip{background:var(--green-soft);color:var(--green-dark);border-radius:999px;padding:5px 10px;font-size:.85rem;font-weight:700}.description{font-size:1.1rem;line-height:1.5}.safety{background:var(--coral-soft);border-left:5px solid var(--coral);border-radius:10px;padding:10px 12px}.safety strong{color:var(--coral);margin-bottom:4px;display:block}.entry-body h3{margin-bottom:6px;font-size:1rem}.facts{margin:0;padding-left:20px;line-height:1.5}.facts li+li{margin-top:6px}.audio-error{color:var(--coral);font-size:.9rem;font-weight:600}.audio-error small{color:var(--muted);font-weight:400}.message{text-align:center;flex-direction:column;align-items:center;gap:16px;padding-top:6px;display:flex}.message-photo{aspect-ratio:1;object-fit:cover;opacity:.85;border-radius:10px;width:min(100%,260px);box-shadow:0 4px 12px #0003}.message p{max-width:32ch;font-size:1.1rem;line-height:1.5}.sheet-backdrop{z-index:10;background:#0c31198c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--bezel);width:100%;max-width:480px;padding:22px 20px calc(22px + var(--safe-bottom));border-radius:24px 24px 0 0;flex-direction:column;gap:12px;display:flex}.sheet h3{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-top:8px;font-size:.85rem}.lang-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.button{background:var(--key-soft);min-height:48px;color:var(--ink);box-shadow:0 3px 0 var(--key-soft-shadow);border-radius:10px;justify-content:center;align-items:center;padding:10px 20px;font-weight:800;display:inline-flex}.button.primary,.button.lang.selected{background:var(--key-main);color:#eaf7ee;box-shadow:0 3px 0 var(--key-main-shadow)}.muted{color:var(--muted)}@media (prefers-reduced-motion:reduce){.scan-line,.analyzing h2,.key-speak.is-busy,.lens-glass,.led,.lens-glass{animation:none!important}}.tabs{background:#d5e3cf;border-radius:14px;gap:6px;margin-bottom:12px;padding:5px;display:flex}.tab{min-width:0;min-height:58px;color:var(--green-dark);border-radius:10px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:8px 4px 7px;font-size:.8rem;font-weight:800;line-height:1.15;display:flex;position:relative}.tab-emoji{font-size:1.25rem;line-height:1}.tab-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (width<=400px){.tab-label{font-size:.72rem}}.tab.is-active{background:var(--card);box-shadow:0 2px 4px #1f2a2226}.tab-badge{background:var(--amber);color:var(--ink);border-radius:999px;padding:0 5px;font-size:.65rem;line-height:1.4;position:absolute;top:4px;right:6px}.device-pills{gap:6px;display:flex}.device-points{color:var(--ink);background:#f4c542e6}.pill{border-radius:999px;padding:2px 9px;font-size:.75rem;font-weight:800;display:inline-block}.pill-season{background:var(--green-soft);color:var(--green-dark)}.pill-points{background:var(--amber);color:var(--ink);white-space:nowrap;align-self:flex-start;margin-left:auto}.progress{background:#d5e3cf;border-radius:999px;height:12px;overflow:hidden}.progress>span{background:linear-gradient(90deg, var(--shell-light), var(--green-dark));border-radius:999px;height:100%;transition:width .5s;display:block}.progress-amber>span{background:linear-gradient(90deg, var(--amber), var(--amber-dark))}.hunts{flex-direction:column;gap:14px;display:flex}.hunt{background:var(--card);border-radius:12px;flex-direction:column;gap:14px;padding:14px;display:flex;box-shadow:0 2px 6px #1f2a221f}.hunt.is-complete{outline:3px solid var(--amber)}.hunt-head{flex-direction:column;gap:8px;display:flex}.hunt-title{align-items:center;gap:10px;display:flex}.hunt-emoji{font-size:2rem;line-height:1}.hunt-title h2{font-size:1.25rem;line-height:1.15}.hunt-intro{color:var(--muted);font-size:.95rem;line-height:1.45}.hunt-progress-text{font-size:.95rem;font-weight:800}.hunt-progress-text small{color:var(--muted);font-weight:600}.hunt-cat h3{align-items:baseline;gap:6px;margin-bottom:8px;font-size:1rem;display:flex}.hunt-cat-count{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.8rem;font-weight:700}.hunt-cat.is-complete h3{color:var(--amber-dark)}.hunt-items{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.hunt-item{text-align:center;cursor:default;flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.hunt-item.is-found{cursor:pointer}.hunt-item-art{aspect-ratio:1;background:var(--green-soft);border:2px dashed #a9c59a;border-radius:12px;place-items:center;width:100%;font-size:1.8rem;display:grid;position:relative;overflow:hidden}.hunt-item.is-found .hunt-item-art{border:2px solid var(--green-dark)}.hunt-item-art img{object-fit:cover;width:100%;height:100%}.hunt-check{background:var(--green-dark);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.85rem;font-weight:900;display:grid;position:absolute;bottom:-2px;right:-2px;box-shadow:0 1px 3px #0000004d}.hunt-item-name{font-size:.72rem;font-weight:800;line-height:1.15}.hunt-item.is-found .hunt-item-name{color:var(--green-dark)}.hunt-item-points{color:var(--muted);font-size:.68rem;font-weight:700}.hunt-reset{color:var(--muted);align-self:flex-end;font-size:.85rem;font-weight:700}.hunt-banner{background:var(--amber);color:var(--ink);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-weight:800;line-height:1.3;display:flex}.hunt-banner small{font-size:.85rem;font-weight:600;display:block}.hunt-banner.is-dup{background:var(--green-soft);color:var(--green-dark)}.stats{flex-direction:column;gap:14px;display:flex}.stats h3{margin-bottom:8px;font-size:1rem}.stats h3 small{color:var(--muted);font-weight:700}.level-card{background:var(--card);border-radius:12px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 2px 6px #1f2a221f}.level-emoji{font-size:2.6rem;line-height:1}.level-body{flex-direction:column;flex:auto;gap:6px;min-width:0;display:flex}.level-label{text-transform:uppercase;letter-spacing:.5px;color:var(--muted);font-size:.75rem;font-weight:800}.level-body h2{font-size:1.25rem;line-height:1.15}.level-next{color:var(--muted);font-size:.85rem}.tiles,.points-split,.bars,.ach-list{margin:0;padding:0;list-style:none}.tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.tiles li{background:var(--card);text-align:center;border-radius:10px;flex-direction:column;gap:2px;padding:10px 6px;display:flex;box-shadow:0 2px 6px #1f2a221a}.tiles b{font-size:1.3rem;line-height:1.1}.tiles span{color:var(--muted);font-size:.72rem;font-weight:700}.points-split{color:var(--muted);flex-wrap:wrap;gap:6px 12px;font-size:.8rem;font-weight:700;display:flex}.best-find{background:var(--card);text-align:left;border-radius:12px;align-items:center;gap:12px;width:100%;padding:8px;display:flex;box-shadow:0 2px 6px #1f2a221f}.best-find img{object-fit:cover;border-radius:8px;width:72px;height:72px}.best-find>span{flex-direction:column;gap:3px;display:flex}.best-find small{color:var(--muted);font-weight:700}.bars li{grid-template-columns:9rem 1fr 2rem;align-items:center;gap:8px;padding:3px 0;font-size:.85rem;display:grid}.bar-label{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.bar{background:#d5e3cf;border-radius:999px;height:10px;overflow:hidden}.bar>span{background:var(--shell);border-radius:999px;height:100%;display:block}.bars b{text-align:right}.ach-list{flex-direction:column;gap:8px;display:flex}.ach{background:var(--card);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex;box-shadow:0 2px 6px #1f2a221a}.ach.is-locked{opacity:.6;background:#f0f3ec}.ach-emoji{text-align:center;width:2rem;font-size:1.7rem;line-height:1}.ach-body{flex-direction:column;flex:auto;gap:2px;min-width:0;font-size:.85rem;line-height:1.3;display:flex}.ach-body b{font-size:.95rem}.ach-body small{color:var(--muted);font-weight:700}.ach-points{color:var(--amber-dark);white-space:nowrap;font-weight:900}.cheer-backdrop{z-index:20;background:#0c311999;place-items:center;padding:24px;display:grid;position:absolute;inset:0;overflow:hidden}.cheer{background:var(--bezel);text-align:center;border-radius:20px;flex-direction:column;align-items:center;gap:8px;width:min(100%,320px);padding:24px 20px 20px;animation:.45s cubic-bezier(.2,1.4,.4,1) cheer-in;display:flex;box-shadow:0 20px 50px #00000073}.cheer-emoji{font-size:4rem;line-height:1;animation:1s ease-in-out infinite cheer-bounce}.cheer-title{text-transform:uppercase;letter-spacing:1px;color:var(--green-dark);font-size:.8rem;font-weight:900}.kind-achievement .cheer-title{color:var(--amber-dark)}.cheer h2{font-size:1.4rem;line-height:1.2}.cheer-points{color:var(--amber-dark);margin-bottom:6px;font-size:1.2rem;font-weight:900}@keyframes cheer-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes cheer-bounce{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(-10px)rotate(6deg)}}.confetti{pointer-events:none;position:absolute;inset:0}.confetti i{background:var(--amber);border-radius:2px;width:10px;height:14px;animation:2.6s linear infinite confetti-fall;position:absolute;top:-12px}.confetti i:nth-child(3n){background:var(--coral)}.confetti i:nth-child(3n+1){background:var(--shell-light)}.confetti i:nth-child(4n){background:#7cc4ff;border-radius:50%;width:8px;height:8px}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:.6;transform:translateY(110vh)rotate(540deg)}}@media (prefers-reduced-motion:reduce){.cheer,.cheer-emoji,.confetti i{animation:none!important}}
