:root{--primary: #0f766e;--primary-dark: #115e59;--bg: #f8fafc;--text: #0f172a;--muted: #64748b;--card: #ffffff;--radius: 14px;font-family:Nunito Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;--font-display: "Fraunces Variable", Georgia, "Times New Roman", serif}.focus-title,.scan-hero h2,.focus-done h2,.register-card h1,.analyzing-title{font-family:var(--font-display);font-optical-sizing:auto;font-weight:600;letter-spacing:-.015em}h1,h2,h3{letter-spacing:-.015em}*{box-sizing:border-box;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.app{max-width:560px;margin:0 auto;padding:calc(env(safe-area-inset-top) + 16px) 16px calc(env(safe-area-inset-bottom) + 24px);display:flex;flex-direction:column;gap:20px;min-height:100vh}.app.center{align-items:center;justify-content:center;text-align:center}.hero h1{font-size:1.8rem;color:var(--primary-dark)}.hero p{color:var(--muted);margin-top:6px}.muted{color:var(--muted);font-size:.9rem}.warn{color:#ea580c;font-size:.85rem}.ok{color:#16a34a;font-size:.9rem}.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:var(--radius);padding:12px 14px}.btn{border:none;border-radius:var(--radius);padding:12px 18px;font-size:1rem;font-weight:600;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:active{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--primary-dark);border:1.5px solid var(--primary)}.btn-ghost{background:transparent;color:var(--primary-dark);padding-left:0}.btn-scan{padding:16px;font-size:1.15rem;box-shadow:0 4px 14px #0f766e59;display:flex;flex-direction:column;gap:4px;align-items:center}.btn-sub{font-size:.78rem;font-weight:400;opacity:.85}.profiles,.room-picker,.history{background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:0 1px 3px #0000000f}.profiles h3,.room-picker h3,.history h3{margin-bottom:6px}.profile-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chip{border:1.5px solid #cbd5e1;background:#fff;border-radius:999px;padding:8px 14px;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.chip-active{border-color:var(--primary);background:#f0fdfa;color:var(--primary-dark);font-weight:600}.chip-add{border-style:dashed;color:var(--muted)}.chip-x{color:var(--muted);font-weight:700;padding:0 2px}.profile-form{display:flex;flex-direction:column;gap:10px;margin-top:12px}.profile-form input,.profile-form select{padding:10px 12px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:1rem}.profile-form-actions{display:flex;gap:10px}.topbar{display:flex;justify-content:space-between;align-items:center}.score{font-weight:700;padding:6px 12px;border-radius:999px}.score[data-level=ok]{background:#dcfce7;color:#166534}.score[data-level=mid]{background:#fef9c3;color:#854d0e}.score[data-level=bad]{background:#fee2e2;color:#991b1b}.overlay-wrap{position:relative;border-radius:var(--radius);overflow:hidden}.overlay-img{display:block;width:100%}.hazard-box{position:absolute;background:transparent;border:3px solid;border-radius:14px;cursor:pointer;padding:0;box-shadow:0 0 0 1.5px #ffffffbf,0 0 18px 3px var(--sev-glow, rgba(15, 118, 110, .4)),inset 0 0 12px 0 var(--sev-glow, rgba(15, 118, 110, .25))}.hazard-box.selected{box-shadow:0 0 0 3px #fffc}.hazard-box.resolved{opacity:.45}.hazard-pin{position:absolute;top:-12px;left:-12px;min-width:24px;height:24px;border-radius:999px;color:#fff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0006}.summary{color:var(--text);background:var(--card);border-radius:var(--radius);padding:12px 14px}.hazard-list{display:flex;flex-direction:column;gap:8px}.hazard-row{display:flex;align-items:center;gap:10px;background:var(--card);border:none;border-radius:var(--radius);padding:12px;font-size:.95rem;cursor:pointer;text-align:left}.hazard-row.resolved{opacity:.55;text-decoration:line-through}.hazard-num{min-width:26px;height:26px;border-radius:999px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700}.hazard-row-label{flex:1}.hazard-row-sev{font-size:.8rem;font-weight:700}.hazard-row-sev[data-sev=critical]{color:#dc2626}.hazard-row-sev[data-sev=high]{color:#ea580c}.hazard-row-sev[data-sev=medium]{color:#ca8a04}.hazard-row-sev[data-sev=low]{color:#2563eb}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:flex-end;z-index:50}.sheet{background:#fff;width:100%;max-width:560px;margin:0 auto;border-radius:20px 20px 0 0;padding:10px 20px calc(env(safe-area-inset-bottom) + 20px);max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.sheet-handle{width:40px;height:4px;background:#cbd5e1;border-radius:999px;margin:4px auto}.sheet-header{display:flex;gap:8px}.badge{color:#fff;font-size:.8rem;font-weight:700;padding:4px 10px;border-radius:999px}.badge-cat{background:#475569}.sheet section h3{font-size:.95rem;margin-bottom:4px}.sheet section p{color:#334155;line-height:1.5}.sheet-actions{display:flex;gap:10px;margin-top:6px}.sheet-actions .btn{flex:1}.history-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.history-item{display:flex;gap:12px;align-items:center;cursor:pointer;position:relative}.history-item img{width:64px;height:64px;object-fit:cover;border-radius:10px}.history-info{display:flex;flex-direction:column;gap:2px}.history-delete{margin-left:auto;background:transparent;border:none;color:var(--muted);font-size:1.3rem;cursor:pointer}.disclaimer{color:var(--muted);font-size:.8rem;text-align:center;margin-top:auto;padding-top:10px}.spinner{width:44px;height:44px;border:4px solid #ccfbf1;border-top-color:var(--primary);border-radius:50%;animation:spin .9s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.live-wrap{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:40}.live-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.live-frozen{z-index:1}.live-box{z-index:2}.live-box{transition:left .32s cubic-bezier(.22,.61,.36,1),top .32s cubic-bezier(.22,.61,.36,1),width .32s cubic-bezier(.22,.61,.36,1),height .32s cubic-bezier(.22,.61,.36,1),opacity .25s ease}@keyframes live-box-in{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}.live-box{animation:live-box-in .25s ease-out}@media(prefers-reduced-motion:reduce){.live-box{transition:none;animation:none}.live-dot[data-busy]{animation:none}}.live-topbar{position:absolute;top:calc(env(safe-area-inset-top) + 12px);left:12px;right:12px;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:10px}.live-status{background:#fffc;color:#0f172a;font-weight:700;padding:8px 14px;border-radius:999px;font-size:.9rem;display:inline-flex;align-items:center;gap:8px;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4);box-shadow:0 2px 10px #0f172a33}.live-dot{width:9px;height:9px;border-radius:999px;background:#10b981;opacity:.55;transition:opacity .25s ease}.live-dot[data-busy]{opacity:1;animation:pulse 1s ease-in-out infinite}@keyframes pulse{50%{opacity:.3}}.live-bottombar{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 20px);left:0;right:0;z-index:3;display:flex;justify-content:center}.btn-close{background:#0f172ab3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.live-cloudnote{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 80px);left:12px;right:12px;z-index:3;text-align:center;color:#fbbf24;font-size:.75rem;text-shadow:0 1px 3px rgba(0,0,0,.8)}.live-version{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 4px);right:10px;z-index:3;color:#ffffff80;font-size:.65rem}.live-bottombar{gap:10px;padding:0 12px}.btn-finish{box-shadow:0 4px 14px #0f766e80}.live-tag{position:absolute;top:-38px;left:-3px;display:inline-flex;align-items:center;gap:7px;background:#fffffff5;color:#0f172a;font-size:.92rem;font-weight:700;padding:5px 12px 5px 6px;border-radius:999px;white-space:nowrap;max-width:78vw;overflow:hidden;box-shadow:0 3px 12px #0f172a59}.live-tag-num{flex-shrink:0;width:22px;height:22px;border-radius:999px;display:grid;place-items:center;color:#fff;font-size:.78rem;font-weight:800}.live-tag-name{overflow:hidden;text-overflow:ellipsis}.live-tag-sev{flex-shrink:0;font-weight:800;font-size:.85rem}.live-strip{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 84px);left:12px;right:12px;z-index:3;display:flex;gap:10px;align-items:flex-start;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:16px;padding:13px 14px;color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 6px 24px #0f172a40}.live-strip-sev{flex-shrink:0;color:#fff;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:999px}.live-strip-body{display:flex;flex-direction:column;gap:3px;min-width:0}.live-strip-body strong{font-size:1.08rem;color:#0f172a}.live-strip-why{font-size:.9rem;color:#475569;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.live-strip-hint{font-size:.78rem;color:#0f766e;font-weight:700}.live-topbtns{display:flex;align-items:center;gap:8px}.live-iconbtn{background:#0f172ab3;border:none;border-radius:999px;width:40px;height:40px;font-size:1.1rem;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.live-iconbtn-on{background:var(--primary);box-shadow:0 0 0 2px #5eead499}.live-box[data-sev=critical]{animation:crit-pulse 1.1s ease-in-out infinite;border-width:3.5px}@keyframes crit-pulse{50%{box-shadow:0 0 0 1.5px #ffffffbf,0 0 28px 8px #e11d4899,inset 0 0 14px #e11d4866}}.analyzing{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:30px 24px;background:linear-gradient(170deg,#0f172a,#134e4a);color:#fff;text-align:center}.analyzing-visual{position:relative;width:190px;height:190px}.analyzing-img{position:absolute;top:14px;right:14px;bottom:14px;left:14px;width:calc(100% - 28px);height:calc(100% - 28px);object-fit:cover;border-radius:999px;opacity:.5;filter:blur(1px)}.analyzing-ring{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.analyzing-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:#ffffff26;stroke-width:7}.ring-fg{fill:none;stroke:#5eead4;stroke-width:7;stroke-linecap:round;stroke-dasharray:327;transition:stroke-dashoffset .3s linear}.analyzing-pct{position:absolute;font-size:1.7rem;font-weight:800;letter-spacing:-.02em}.analyzing-title{font-size:1.25rem;letter-spacing:-.02em}.analyzing-steps{list-style:none;display:flex;flex-direction:column;gap:9px;text-align:left;width:100%;max-width:320px}.analyzing-steps li{display:flex;gap:10px;align-items:center;color:#ffffff73;font-size:.95rem;transition:color .3s ease}.analyzing-steps li.step-done{color:#fff}.step-mark{color:#5eead4;font-weight:800;width:18px;flex-shrink:0}.analyzing-note{font-size:.78rem;color:#ffffff80;margin-top:6px}.focus-app{padding:0 0 30px;background:#f6faf9;min-height:100dvh}.focus-top{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:12px;padding:calc(env(safe-area-inset-top) + 12px) 14px 12px;background:#f6faf9f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.focus-back{flex-shrink:0;width:40px;height:40px;border-radius:999px;border:none;background:#fff;font-size:1.2rem;cursor:pointer;box-shadow:0 1px 4px #0f172a1f}.focus-progress{flex:1;min-width:0}.focus-score{display:flex;align-items:baseline;gap:3px;transition:transform .3s ease}.focus-score b{font-size:1.5rem;color:var(--primary);letter-spacing:-.02em}.focus-score span{font-size:.8rem;color:#94a3b8}.focus-score-up{animation:score-pop .62s var(--ease-spring)}.focus-bar{height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin-top:3px}.focus-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#10b981,#0f766e);transition:width .6s cubic-bezier(.22,1,.36,1)}.focus-remaining{font-size:.78rem;color:#64748b;margin-top:4px}.focus-stage{padding:4px 14px 0}.focus-leaving{animation:card-out .26s var(--ease-fluid) forwards}.focus-card{background:#fff;border-radius:22px;padding:0 0 16px;overflow:hidden;box-shadow:0 8px 30px #0f172a1a;animation:card-in .42s var(--ease-out-soft)}.focus-photo{position:relative;aspect-ratio:16 / 11;background:#e2e8f0}.focus-photo img{width:100%;height:100%;object-fit:cover;display:block}.focus-photo-skel{width:100%;height:100%;background:linear-gradient(100deg,#e2e8f0,#f1f5f9,#e2e8f0)}.focus-risk{position:absolute;left:14px;bottom:14px;color:#fff;font-weight:800;font-size:.82rem;padding:6px 13px;border-radius:999px;box-shadow:0 3px 10px #0f172a59}.focus-priority{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:15px 18px 0}.focus-title{font-size:1.5rem;letter-spacing:-.02em;padding:3px 18px 0;display:flex;align-items:center;gap:9px;flex-wrap:wrap}.focus-count{font-size:.85rem;background:#f1f5f9;color:#475569;border-radius:999px;padding:2px 10px;font-weight:800}.focus-desc{padding:7px 18px 0;color:#475569;line-height:1.55}.focus-block{padding:18px 18px 0}.focus-block h3{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:8px}.focus-do{margin:18px 14px 0;padding:15px 16px;background:#f0fdfa;border:1.5px solid #99f6e4;border-radius:16px}.focus-do h3{color:var(--primary)}.focus-do ul{list-style:none;display:flex;flex-direction:column;gap:9px}.focus-do li{position:relative;padding-left:26px;font-weight:600;color:#0f172a;line-height:1.5}.focus-do li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:800}.focus-facts{list-style:none;display:flex;flex-direction:column;gap:7px}.focus-facts li{position:relative;padding-left:20px;color:#475569;font-size:.92rem;line-height:1.5}.focus-facts li:before{content:"";position:absolute;left:4px;top:8px;width:6px;height:6px;border-radius:999px;background:#cbd5e1}.btn-alt{width:calc(100% + -0px)}.alt-list:not(.snap-row){display:flex;flex-direction:column;gap:9px}.alt-item{display:flex;flex-direction:column;gap:3px;text-align:left;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:12px 14px;cursor:pointer;font-family:inherit}.alt-item:active{background:#f1f5f9}.alt-brand{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}.alt-name{font-size:.98rem;font-weight:700;color:#0f172a}.alt-foot{display:flex;gap:10px;align-items:center;font-size:.88rem}.alt-foot b{color:#0f172a}.alt-cta{color:var(--primary);font-weight:700}.alt-note{font-size:.7rem;color:#94a3b8;margin-top:9px;line-height:1.45}.fixed-wrap{position:relative;margin:20px 14px 0}.btn-fixed{width:100%;font-size:1.05rem;padding:15px;position:relative;z-index:1}.focus-next{text-align:center;font-size:.82rem;color:#94a3b8;margin-top:16px;padding:0 20px}.focus-done{text-align:center;padding:50px 24px;display:flex;flex-direction:column;gap:12px;align-items:center}.focus-done-emoji{font-size:4rem}.focus-done h2{font-size:1.5rem;letter-spacing:-.02em}.focus-done .btn{width:100%;max-width:300px}.shop{margin-top:4px}.shop-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.shop-item{display:flex;flex-direction:column;gap:2px;text-align:left;background:#f0fdfa;border:1.5px solid #99f6e4;border-radius:12px;padding:11px 13px;cursor:pointer;font-family:inherit}.shop-item:active{background:#ccfbf1}.shop-brand{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#0f766e}.shop-name{font-size:.95rem;font-weight:700;color:#0f172a}.shop-cta{display:flex;gap:8px;align-items:center;font-size:.85rem;font-weight:700;color:#0f766e}.shop-note{font-size:.72rem;color:#94a3b8;margin-top:8px;line-height:1.4}.shop-toggle{background:none;border:none;color:#64748b;font-size:.78rem;font-weight:600;cursor:pointer;padding:6px 0;text-decoration:underline;font-family:inherit}.register-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:20px;background:radial-gradient(1000px 500px at 85% -10%,rgba(94,234,212,.25),transparent 60%),linear-gradient(160deg,#f0fdfa,#fff 55%,#ecfeff)}.register-card{width:100%;max-width:420px;background:#fff;border-radius:22px;padding:30px 24px;box-shadow:0 12px 40px #0f766e24;display:flex;flex-direction:column;gap:13px;text-align:center}.register-shield{width:64px;height:64px;margin:0 auto;border-radius:18px;display:grid;place-items:center;font-size:1.9rem;background:linear-gradient(150deg,#10b981,#0f766e);box-shadow:0 6px 18px #0f766e59}.register-card h1{font-size:1.35rem;letter-spacing:-.02em}.register-card input{padding:13px 15px;border:1.5px solid #cbd5e1;border-radius:12px;font-size:1rem;font-family:inherit}.register-card input:focus{outline:2px solid #0f766e;border-color:transparent}.register-gdpr{font-size:.75rem;color:#94a3b8;line-height:1.45}.langpick{gap:14px}.lang-search{padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:var(--radius);font-size:1rem}.lang-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.lang-item{background:var(--card);border:1.5px solid #e2e8f0;border-radius:var(--radius);padding:12px;cursor:pointer;display:flex;flex-direction:column;gap:2px;text-align:start}.lang-item strong{font-size:1rem}.lang-item span{color:var(--muted);font-size:.8rem}.lang-item-active,.lang-item:active{border-color:var(--primary);background:#f0fdfa}.lang-note{text-align:center}.lang-switch{background:none;border:none;color:var(--primary-dark);cursor:pointer;font-size:.8rem;padding:0;text-decoration:underline}.disclaimer a{color:var(--primary-dark)}.feedback-row{display:flex;gap:10px}.feedback-row .btn{flex:1;font-size:.9rem}.stats-row{display:flex;flex-wrap:wrap;gap:8px}.stat-chip{font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:999px;background:var(--card);box-shadow:0 1px 3px #0000000f}.stat-chip[data-sev=critical]{color:#dc2626}.stat-chip[data-sev=high]{color:#ea580c}.stat-chip[data-sev=medium]{color:#ca8a04}.stat-chip[data-sev=low]{color:#2563eb}.stat-total{color:var(--text)}.stat-done{color:#16a34a}.sheet-source{color:var(--muted);font-size:.8rem;margin-top:-8px}.subbar-full{border:none;cursor:pointer;text-align:left;background:linear-gradient(90deg,#f0fdfa,#ecfeff);border:1px solid #99f6e4;color:var(--primary-dark);border-radius:var(--radius);padding:10px 14px;font-size:.88rem;font-weight:700}.paywall{gap:12px}.paywall-price{display:flex;align-items:baseline;gap:10px}.paywall-price strong{font-size:1.6rem;color:var(--primary-dark)}.paywall-benefits{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;color:#334155}.paymsg{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;border-radius:var(--radius);padding:12px 14px;font-weight:600}.paywall-code{border-top:1px solid #e2e8f0;padding-top:12px;display:flex;flex-direction:column;gap:8px}.btn-food{border-color:#d97706;color:#b45309}.food-warn{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:12px 14px;color:#991b1b;display:flex;flex-direction:column;gap:4px}.food-block{display:flex;flex-direction:column;gap:8px}.food-block h3{font-size:.98rem}.food-allergen{border-color:#fbbf24;background:#fffbeb;color:#92400e;font-weight:700}.food-item{cursor:default;align-items:flex-start}.food-dot{flex-shrink:0;width:12px;height:12px;border-radius:999px;margin-top:4px}.food-item-body{display:flex;flex-direction:column;gap:2px}.food-tip{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:12px 14px}.va-fab{margin-top:4px}.va-panel{background:var(--card);border-radius:var(--radius);padding:14px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:10px}.va-head{display:flex;justify-content:space-between;align-items:center}.va-close{background:none;border:none;font-size:1.4rem;color:var(--muted);cursor:pointer}.va-textrow{display:flex;gap:8px}.va-textrow input{flex:1;padding:10px 12px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:1rem}.va-transcript{color:var(--muted);font-style:italic}.va-answer{background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;padding:12px}.va-answer p{line-height:1.5;margin-bottom:6px}.hero-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.lang-chip{flex-shrink:0;font-weight:700;color:var(--primary-dark);border-color:#99f6e4;background:#f0fdfa}.onb{text-align:center;justify-content:center}.onb-icon{font-size:4rem}.onb-desc{max-width:380px;line-height:1.6;font-size:1rem}.onb-colors{display:flex;gap:10px}.onb-colors span{width:34px;height:34px;border-radius:10px;box-shadow:0 2px 8px #00000026}.onb-dots{display:flex;gap:8px}.onb-dot{width:8px;height:8px;border-radius:999px;background:#cbd5e1}.onb-dot-on{background:var(--primary);width:22px}.onb-actions{display:flex;gap:12px}.check-progress{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.check-progress-fill{height:100%;background:linear-gradient(90deg,#0d9488,#115e59);border-radius:999px;transition:width .3s ease}.check-item{align-items:flex-start}.check-item.check-done .check-text{text-decoration:line-through;color:var(--muted)}.check-box{flex-shrink:0;width:24px;height:24px;border-radius:8px;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.85rem}.check-box-on{background:var(--primary);border-color:var(--primary)}.check-text{text-align:start;line-height:1.45}.fa-topic{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:0 1px 3px #0000000f}.fa-head{width:100%;box-shadow:none}.fa-icon{font-size:1.3rem}.fa-arrow{color:var(--muted);font-size:.8rem}.fa-steps{padding:0 16px 16px 36px;display:flex;flex-direction:column;gap:10px;color:#334155;line-height:1.5}.tool-row{display:flex;flex-direction:column;gap:12px}.btn-tool{display:flex;flex-direction:column;gap:4px;align-items:center;padding:14px}.btn-fa{border-color:#fda4af;color:#be123c}.nudge{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:var(--radius);padding:12px 14px;font-size:.9rem;font-weight:600}.share-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.focus-fb{text-align:center;margin-top:14px}.focus-fb button{background:none;border:none;color:#cbd5e1;font-size:.76rem;cursor:pointer;text-decoration:underline;font-family:inherit}.alt-search{background:#f0fdfa;border-color:#99f6e4}.focus-memory{margin:6px 18px 0;padding:7px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:999px;font-size:.78rem;font-weight:700;color:#92400e;display:inline-block}.mem-card{background:#fffbeb;border:1.5px solid #fde68a}.mem-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.mem-item{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:10px 12px;font-size:.92rem}.mem-item-label{flex:1;font-weight:600}.mem-item-days{font-size:.76rem;color:#92400e;font-weight:700;white-space:nowrap}.mem-ask-row{display:flex;gap:8px;margin-top:8px}.mem-ask-row .btn{flex:1;padding:9px 12px;font-size:.9rem}.bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:30;display:flex;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid #e2e8f0;padding:8px 0 calc(env(safe-area-inset-bottom) + 8px);max-width:560px;margin:0 auto}.bn-item{flex:1;background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 0;cursor:pointer;color:#94a3b8;font-family:inherit}.bn-active{color:var(--primary)}.bn-icon{font-size:1.25rem;line-height:1;position:relative}.bn-label{font-size:.7rem;font-weight:700}.bn-dot{position:absolute;top:-5px;right:-11px;min-width:17px;height:17px;border-radius:999px;background:#e11d48;color:#fff;font-size:.65rem;font-weight:800;display:grid;place-items:center;padding:0 4px}.has-nav{padding-bottom:calc(env(safe-area-inset-bottom) + 86px)}.cam{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:45}.cam-video{width:100%;height:100%;object-fit:cover}.cam-flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;animation:camflash .25s ease-out}@keyframes camflash{0%{opacity:.9}to{opacity:0}}.cam-close{position:absolute;top:calc(env(safe-area-inset-top) + 14px);left:14px;width:42px;height:42px;border-radius:999px;border:none;background:#ffffffeb;font-size:1.2rem;cursor:pointer}.cam-frame{position:absolute;top:50%;left:50%;transform:translate(-50%,-58%);width:min(76vw,330px);aspect-ratio:1;pointer-events:none}.cf{position:absolute;width:34px;height:34px;border:3px solid rgba(255,255,255,.95)}.cf.tl{top:0;left:0;border-right:none;border-bottom:none;border-radius:12px 0 0}.cf.tr{top:0;right:0;border-left:none;border-bottom:none;border-radius:0 12px 0 0}.cf.bl{bottom:0;left:0;border-right:none;border-top:none;border-radius:0 0 0 12px}.cf.br{bottom:0;right:0;border-left:none;border-top:none;border-radius:0 0 12px}.cam-hint{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 145px);left:20px;right:20px;text-align:center;color:#fff;font-size:.95rem;font-weight:600;text-shadow:0 1px 6px rgba(0,0,0,.7)}.cam-bar{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 34px);left:0;right:0;display:flex;align-items:center;justify-content:space-around}.cam-shutter{width:78px;height:78px;border-radius:999px;border:4px solid rgba(255,255,255,.9);background:transparent;display:grid;place-items:center;cursor:pointer;padding:0}.cam-shutter span{width:60px;height:60px;border-radius:999px;background:#10b981;display:block;box-shadow:0 3px 14px #10b98199}.cam-shutter:disabled span{background:#64748b}.cam-gallery,.cam-spacer{width:50px;height:50px;border-radius:999px;border:none;background:#ffffffe6;font-size:1.3rem;cursor:pointer}.cam-spacer{background:transparent}.scan-hero{background:linear-gradient(160deg,#0f766e,#115e59);border-radius:22px;padding:22px;color:#fff;box-shadow:0 10px 30px #0f766e47}.scan-hero h2{font-size:1.35rem}.scan-hero p{color:#ffffffd9;font-size:.9rem;margin-top:5px}.scan-cta{width:100%;margin-top:16px;background:#fff;color:var(--primary-dark);border:none;border-radius:16px;padding:15px;font-size:1.05rem;font-weight:800;cursor:pointer;font-family:inherit}.scan-row{display:flex;gap:10px;margin-top:10px}.scan-row .btn{flex:1;padding:13px;font-size:.92rem}.empty-state{text-align:center;padding:34px 20px;display:flex;flex-direction:column;gap:10px;align-items:center}.empty-emoji{font-size:2.8rem}.empty-state .btn{margin-top:6px}.hero-chips{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.sub-chip{font-size:.8rem;font-weight:800;padding:7px 12px}.sub-chip[data-state=trial]{background:#f0fdfa;border-color:#99f6e4;color:var(--primary-dark)}.sub-chip[data-state=subscribed]{background:#ecfdf5;border-color:#6ee7b7;color:#065f46}.sub-chip[data-state=expired]{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.live-spot{box-shadow:0 0 0 1.5px #ffffffd9,0 0 22px 4px var(--sev-glow, rgba(15, 118, 110, .5)),0 0 0 9999px #0f172a8c}.live-box[data-sev=critical].live-spot{animation:crit-spot 1.2s ease-in-out infinite}@keyframes crit-spot{50%{box-shadow:0 0 0 1.5px #ffffffd9,0 0 34px 10px #e11d48bf,0 0 0 9999px #0f172a8c}}.live-bottom{position:absolute;bottom:calc(env(safe-area-inset-bottom) + 84px);left:12px;right:12px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:10px}.live-bottom .live-strip{position:static;left:auto;right:auto;bottom:auto;width:100%}.pager{display:flex;align-items:center;gap:6px;background:#fffffff7;border-radius:999px;padding:6px 8px 6px 6px;box-shadow:0 6px 22px #0f172a59}.pager-arrow{width:38px;height:38px;border-radius:999px;border:none;background:linear-gradient(150deg,#10b981,#0f766e);color:#fff;font-size:1.35rem;font-weight:800;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 3px 10px #0f766e73;flex-shrink:0}.pager-arrow:active{transform:scale(.92)}.pager-dots{display:flex;align-items:center;gap:6px;padding:0 4px}.pager-dot{width:8px;height:8px;border-radius:999px;border:none;background:#cbd5e1;padding:0;cursor:pointer;transition:width .25s ease,background .25s ease}.pager-dot-on{width:22px}.pager-more{font-size:.7rem;font-weight:800;color:#94a3b8}.pager-count{font-size:.78rem;font-weight:800;color:#475569;padding-right:6px;flex-shrink:0}.pager-hint .pager-arrow:last-of-type{animation:nudge-r 1.9s ease-in-out infinite}.pager-hint .pager-arrow:first-of-type{animation:nudge-l 1.9s ease-in-out infinite}@keyframes nudge-r{0%,62%,to{transform:none}74%{transform:translate(5px)}86%{transform:translate(0)}}@keyframes nudge-l{0%,62%,to{transform:none}74%{transform:translate(-5px)}86%{transform:translate(0)}}.pager-hint{animation:pager-pop 2.4s ease-in-out infinite}@keyframes pager-pop{0%,to{box-shadow:0 6px 22px #0f172a59}50%{box-shadow:0 6px 22px #0f172a59,0 0 0 6px #5eead440}}.live-swipe{position:absolute;top:70px;right:0;bottom:210px;left:0;z-index:1}.live-box-dim{opacity:.55}.live-box-active{opacity:1}.live-pin{position:absolute;top:-11px;left:-11px;min-width:24px;height:24px;border-radius:999px;color:#fff;font-size:.78rem;font-weight:800;display:grid;place-items:center;box-shadow:0 2px 6px #00000073}.live-tag-float{top:-34px;left:18px}.alt-item{flex-direction:row;align-items:center;gap:11px}.alt-thumb{width:54px;height:54px;flex-shrink:0;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:grid;place-items:center;font-size:1.4rem;overflow:hidden}.alt-thumb img{width:100%;height:100%;object-fit:contain}.alt-text{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.focus-back-on{background:var(--primary);color:#fff}.focus-list{padding:4px 14px 0;display:flex;flex-direction:column;gap:9px}.focus-list-sub{font-size:.82rem;color:#64748b;padding:0 4px 4px}.fl-item{display:flex;gap:11px;align-items:flex-start;background:#fff;border:none;border-radius:16px;padding:13px;text-align:left;cursor:pointer;box-shadow:0 2px 10px #0f172a12;font-family:inherit}.fl-done{opacity:.5}.fl-num{flex-shrink:0;width:27px;height:27px;border-radius:999px;color:#fff;font-weight:800;font-size:.82rem;display:grid;place-items:center}.fl-body{display:flex;flex-direction:column;gap:3px;min-width:0}.fl-top{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.fl-top b{font-size:1rem;color:#0f172a}.fl-count{font-size:.72rem;font-weight:800;background:#f1f5f9;color:#475569;border-radius:999px;padding:1px 7px}.fl-sev{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.fl-why{font-size:.86rem;color:#64748b;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fl-fix{font-size:.84rem;font-weight:700;color:var(--primary)}.logo{display:inline-grid;place-items:center;line-height:0}.logo svg{display:block;filter:drop-shadow(0 2px 6px rgba(15,118,110,.22))}.logo-lockup{display:inline-flex;align-items:center;gap:9px;line-height:1}.logo-word{font-family:var(--font-display);font-weight:600;font-size:1.16rem;letter-spacing:-.02em;color:var(--primary-dark);white-space:nowrap}.logo-word-light{color:#fff}.logo-ai{font-family:Nunito Variable,sans-serif;font-weight:800;font-size:.7em;letter-spacing:.06em;margin-left:5px;vertical-align:.16em;opacity:.72}.icn{flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px}.btn-tool{flex-direction:column;gap:5px}.btn-ghost{gap:6px}.analyzing-brand{margin-top:28px;display:grid;place-items:center;opacity:0;animation:rise-in .7s var(--ease-out-soft) .42s forwards}.analyzing-brand .logo-word{font-size:1.34rem}.register-shield{background:none;box-shadow:none;width:auto;height:auto;font-size:0}.focus-done-emoji{font-size:0;line-height:0;margin-bottom:4px}.onb-icon{font-size:0;width:74px;height:74px;border-radius:24px;display:grid;place-items:center;color:var(--primary);background:linear-gradient(155deg,#f0fdfa,#ccfbf1);border:1px solid #99f6e4;box-shadow:0 10px 26px #0f766e29}.alt-item{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:18px;padding:13px 14px;box-shadow:0 1px 2px #0f172a0a,0 8px 22px #0f172a0d;transition:box-shadow .18s var(--ease-out-soft),transform .18s var(--ease-spring)}.alt-item:active{background:#fff;transform:scale(.985);box-shadow:0 1px 2px #0f172a0d}.alt-thumb{width:60px;height:60px;border-radius:15px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(160deg,#f8fafc,#f1f5f9);color:var(--primary);font-size:0}.alt-brand{letter-spacing:.07em;opacity:.9}.alt-name{line-height:1.3}.alt-foot{margin-top:3px}.ip{margin-top:14px}.ip-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ip-head b{font-size:.92rem}.ip-toggle{border:1px solid var(--line, #e2e8f0);background:transparent;border-radius:999px;padding:5px 12px;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.ip-stage{position:relative;border-radius:14px;overflow:hidden}.ip-photo{display:block;width:100%}.ip-behind{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ip-item{position:absolute;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4)) drop-shadow(0 10px 18px rgba(0,0,0,.28));transform-style:preserve-3d;animation:ip-in .32s cubic-bezier(.22,1,.36,1) both}.ip-item img{display:block;width:100%}.ip-note{font-size:.78rem;color:var(--muted, #64748b);margin:8px 0 0}@keyframes ip-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.ip-behind{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ip-item{animation:none}}.room-known{margin:0;padding:10px 16px;background:color-mix(in srgb,var(--accent, #0f766e) 12%,transparent);color:var(--accent, #0f766e);font-size:.82rem;font-weight:700;text-align:center}.reveal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0b1220;display:flex;flex-direction:column;justify-content:center;gap:14px;padding:calc(env(safe-area-inset-top) + 16px) 14px calc(env(safe-area-inset-bottom) + 16px)}.reveal-photo{position:relative;border-radius:16px;overflow:hidden}.reveal-img{display:block;width:100%}.reveal-box{position:absolute;border:3px solid;border-radius:12px;box-shadow:0 0 0 1.5px #fffc,0 0 20px 4px color-mix(in srgb,var(--sev) 45%,transparent);animation:reveal-pop .42s cubic-bezier(.34,1.56,.64,1)}.reveal-box-maybe{border-style:dashed;opacity:.85}@keyframes reveal-pop{0%{opacity:0;transform:scale(1.35)}60%{opacity:1;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.reveal-pin{position:absolute;top:-11px;left:-11px;min-width:23px;height:23px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000073}.reveal-name{position:absolute;left:50%;bottom:-30px;transform:translate(-50%);white-space:nowrap;background:#090e1ae6;color:#fff;font-size:12.5px;font-weight:700;padding:4px 9px;border-radius:999px}.reveal-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.reveal-count{display:flex;align-items:baseline;gap:7px;color:#fff}.reveal-count b{font-size:34px;line-height:1;font-variant-numeric:tabular-nums}.reveal-count span{font-size:13.5px;opacity:.8}.reveal-legend{display:flex;gap:8px;flex-wrap:wrap;margin-left:auto}.reveal-chip{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#ffffffd9;background:#ffffff14;padding:3px 9px;border-radius:999px}.reveal-chip i{width:8px;height:8px;border-radius:999px}.reveal-actions{display:flex;align-items:center;gap:12px}.reveal-go{flex:1}.reveal-hint{flex:1;color:#ffffffb3;font-size:13.5px;margin:0}.reveal-score{font-weight:800;font-size:14px;padding:7px 12px;border-radius:999px;background:#ffffff1a;color:#fff}.reveal-score[data-level=ok]{background:#10b981}.reveal-score[data-level=mid]{background:#f59e0b}.reveal-score[data-level=bad]{background:#ef4444}@media(prefers-reduced-motion:reduce){.reveal-box{animation:none}}.amzn{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:10px 0 0;font-size:11.5px;line-height:1.5;opacity:.75}.amzn-badge{height:22px;width:auto;flex:none}.amzn-compact{margin:8px 0 0;font-size:11px;justify-content:flex-start}.focus-context{margin:0 0 6px;font-size:12.5px;font-weight:700;color:var(--primary-dark, #0f766e)}.give-row{display:flex;align-items:flex-start;gap:9px;margin-top:10px;font-size:14px;cursor:pointer}.give-row input{margin-top:2px;flex:none;width:18px;height:18px}.give-what{margin:8px 0 0;font-size:12px;line-height:1.5;opacity:.72}.live-cloudnote-bad{background:#b42318eb;color:#fff;font-weight:600}.live-tag{white-space:normal;max-width:min(78vw,320px);text-align:left;line-height:1.25}.live-tag[data-side=right]{left:auto;right:-3px}.live-tag[data-side=left]{left:-3px;right:auto}.live-box[style*="top: 0"] .live-tag,.live-box[style*="top: 1"] .live-tag{top:auto;bottom:-38px}.alt-thumb{width:96px;height:96px;border-radius:14px}.alt-thumb img{width:100%;height:100%;object-fit:contain;padding:5px}.alt-item{gap:14px;padding:12px}.alt-name{font-size:1.02rem;line-height:1.3}.alt-list.snap-row .alt-item{min-width:268px}@media(min-width:520px){.alt-thumb{width:112px;height:112px}}.ra-note{margin:0 0 10px;font-size:13.5px;line-height:1.5;color:#475569}.ra-actions{display:flex;gap:9px;flex-wrap:wrap}.ra-btn{flex:1;min-width:150px}.ra-score{display:inline-block;font-weight:800;font-size:15px;padding:5px 13px;border-radius:999px;color:#fff;margin-bottom:9px}.ra-score[data-level=ok]{background:#10b981}.ra-score[data-level=mid]{background:#f59e0b}.ra-score[data-level=bad]{background:#ef4444}.ra-verdict{margin:0 0 14px;line-height:1.55}.ra-routes h4,.ra-todo h4{margin:0 0 8px;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.ra-route{border-left:4px solid #94a3b8;padding:7px 0 7px 11px;margin-bottom:9px;display:flex;flex-direction:column;gap:3px}.ra-route b{font-size:14.5px}.ra-route span{font-size:13px;color:#475569;line-height:1.45}.ra-rep{margin:10px 0;font-size:13px;color:#475569}.ra-todo ul{margin:0 0 12px;padding-left:18px}.ra-todo li{font-size:13.5px;line-height:1.6}.ra-start{margin:0 0 12px;line-height:1.5;font-size:14.5px}.pet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:9px;margin-top:11px}.pet-chip{display:flex;align-items:center;gap:9px;padding:11px 12px;border:1.5px solid #e2e8f0;border-radius:14px;background:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;color:#0f172a;text-align:left}.pet-chip-on{border-color:var(--primary);background:#faf5ff;color:var(--primary-dark)}.pet-emoji{font-size:21px;line-height:1}:root{--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out-soft: cubic-bezier(.22, 1, .36, 1);--ease-fluid: cubic-bezier(.65, 0, .35, 1);--dur-tap: 90ms;--dur-fast: .18s;--dur-base: .3s;--dur-slow: .48s;--stagger: 55ms}@keyframes rise-in{0%{opacity:0;transform:translate3d(0,10px,0) scale(.985)}to{opacity:1;transform:none}}.stagger>*{animation:rise-in var(--dur-slow) var(--ease-out-soft) backwards}.stagger>*:nth-child(1){animation-delay:calc(var(--stagger) * 0)}.stagger>*:nth-child(2){animation-delay:calc(var(--stagger) * 1)}.stagger>*:nth-child(3){animation-delay:calc(var(--stagger) * 2)}.stagger>*:nth-child(4){animation-delay:calc(var(--stagger) * 3)}.stagger>*:nth-child(5){animation-delay:calc(var(--stagger) * 4)}.stagger>*:nth-child(6){animation-delay:calc(var(--stagger) * 5)}.stagger>*:nth-child(7){animation-delay:calc(var(--stagger) * 6)}.stagger>*:nth-child(8){animation-delay:calc(var(--stagger) * 7)}.stagger>*:nth-child(n+9){animation-delay:calc(var(--stagger) * 8)}.rise{animation:rise-in var(--dur-slow) var(--ease-out-soft) backwards}button,.chip,.alt-item,.mem-item,.history-item{transition:transform var(--dur-base) var(--ease-spring),box-shadow var(--dur-fast) var(--ease-out-soft),background-color var(--dur-fast) var(--ease-out-soft);-webkit-tap-highlight-color:transparent}button:active,.chip:active,.alt-item:active,.history-item:active{transform:scale(.96);transition-duration:var(--dur-tap)}.btn-primary:active,.btn-fixed:active,.scan-cta:active,.cam-shutter:active{transform:scale(.975)}.pager-arrow:active,.live-iconbtn:active,.focus-back:active{transform:scale(.9)}@keyframes burst-ring{0%{opacity:.85;transform:translate(-50%,-50%) scale(.2)}to{opacity:0;transform:translate(-50%,-50%) scale(2.6)}}@keyframes burst-particle{0%{opacity:1;transform:translate(-50%,-50%) rotate(var(--a)) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--a)) translateY(-52px) scale(.3)}}.burst{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:visible;z-index:2}.burst:after{content:"";position:absolute;top:50%;left:50%;width:90px;height:90px;margin:-45px 0 0 -45px;border-radius:999px;border:3px solid var(--burst-color, #10b981);animation:burst-ring .62s var(--ease-out-soft) forwards}.burst i{position:absolute;top:50%;left:50%;width:9px;height:9px;border-radius:999px;background:var(--burst-color, #10b981);animation:burst-particle .7s var(--ease-out-soft) forwards}@keyframes accent-flash{0%{box-shadow:0 0 #10b9818c}to{box-shadow:0 0 0 26px #10b98100}}.flash{animation:accent-flash .62s var(--ease-out-soft)}@keyframes sheet-up{0%{transform:translate3d(0,100%,0)}to{transform:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.sheet-backdrop{animation:fade-in var(--dur-base) var(--ease-fluid)}.sheet{animation:sheet-up var(--dur-slow) var(--ease-out-soft);will-change:transform}@keyframes card-in{0%{opacity:0;transform:translate3d(26%,0,0) scale(.97)}to{opacity:1;transform:none}}@keyframes card-out{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(-32%,0,0) scale(.97)}}@keyframes score-pop{0%{transform:scale(1)}38%{transform:scale(1.16)}to{transform:scale(1)}}.frost{background:#ffffffb8;backdrop-filter:blur(18px) saturate(1.4);-webkit-backdrop-filter:blur(18px) saturate(1.4)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.stagger>*,.rise{animation:fade-in .2s linear backwards!important}button:active,.chip:active,.alt-item:active,.history-item:active,.btn-primary:active,.pager-arrow:active{transform:none!important}.burst{display:none!important}}.snap-row{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.snap-row::-webkit-scrollbar{display:none}.snap-row>*{scroll-snap-align:center;flex:0 0 82%;transition:transform var(--dur-base) var(--ease-out-soft),opacity var(--dur-base) var(--ease-out-soft)}.snap-row>*:not(:hover):not(:focus-within){opacity:.92}.bn-item .bn-icon{transition:transform var(--dur-base) var(--ease-spring)}.bn-active .bn-icon{transform:translateY(-2px) scale(1.12)}.bn-item:active .bn-icon{transform:scale(.88)}@keyframes frame-in{0%{opacity:0;transform:translate(-50%,-58%) scale(1.14)}to{opacity:1;transform:translate(-50%,-58%) scale(1)}}.cam-frame{animation:frame-in var(--dur-slow) var(--ease-out-soft) .12s backwards}@keyframes shutter-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.cam-shutter{animation:shutter-in var(--dur-slow) var(--ease-spring) .2s backwards}
