@import"https://unpkg.com/leaflet/dist/leaflet.css";#app,.app-shell,.camera-screen,.landing-screen{min-height:100vh;background:#000}.app-shell img,.app-shell video,.app-shell canvas{max-width:100%;max-height:100%;height:auto;object-fit:contain}.app-wrapper{height:100vh;width:100%;background:#000;display:flex;justify-content:center;align-items:center}.app-shell{width:100%;max-width:760px;max-height:1100px;background:#0b0b0b;border-radius:30px;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;overflow:hidden;position:relative}.app-content{flex:1;overflow-y:auto;padding:1rem}.tiles button,.categories button{padding:1rem 2rem;font-size:1.1rem;border-radius:12px;border:none;cursor:pointer;background:#3b82f6;color:#fff;box-shadow:0 4px 8px #0000001a}.top-buttons{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.landing{display:flex;flex-direction:column;text-align:center}.main-actions{flex-direction:row;justify-content:center;gap:1rem;margin-top:auto;margin-bottom:1rem;flex-wrap:wrap}.big-btn{width:250px;padding:1rem;font-size:1.2rem;font-weight:600;border-radius:12px;background:linear-gradient(90deg,#007aff,#00c6ff);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 10px #0000001f;transition:transform .15s}.big-btn:hover{transform:translateY(-2px)}.big-btn.secondary{background:#f3f4f6;color:#374151}.categories{display:flex;justify-content:space-around;margin-bottom:2rem}.categories button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .8rem;font-size:.9rem;box-shadow:0 1px 3px #0000000d}.camera-screen{position:relative;height:100%;display:flex;flex-direction:column}.top-overlay{position:absolute;top:12px;right:12px;display:flex;gap:6px;z-index:40}.left-overlay{position:absolute;top:58px;left:18px;z-index:40}.icon-btn{background:#00000080;border:none;border-radius:50%;width:64px;height:64px;font-size:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;box-shadow:0 6px 14px #00000073,0 2px 4px #0006 inset;backdrop-filter:blur(8px);transition:transform .15s,background .2s}.camera-card{top:0;position:relative;width:100%;height:100%;aspect-ratio:5/8;max-width:760px;margin:0 auto;overflow:hidden;background:#000;border:0;box-shadow:0 8px 20px #0000001f;z-index:20}.feed{width:100%;height:100%;object-fit:cover;display:block}.controls{position:absolute;left:0;right:0;bottom:96px;display:flex;justify-content:center;align-items:center;gap:10px;z-index:30}.big-shutter{width:78px;height:78px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#6366f1,#3b82f6);box-shadow:0 6px 12px #00000040,0 3px 6px #0003 inset,0 -3px 6px #ffffff1f inset;transition:transform .15s,box-shadow .3s}.big-shutter:active{transform:scale(.94)}.swap{position:absolute;right:68px;bottom:100px;width:52px;height:52px;border-radius:50%;border:0;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;z-index:30;box-shadow:0 10px 24px #00000040}.result-wrap{position:relative;width:100%;flex:1;background:#0b0b0b;border-radius:inherit;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box;-webkit-overflow-scrolling:touch}.result-img{width:100%;max-height:60%;padding:3px;object-fit:contain;border-radius:12px;box-shadow:0 6px 14px #0000001f;margin-bottom:.8rem}.explain-card{width:100%;max-width:none;height:relative;background:#fff;border-radius:12px;padding:3px;box-shadow:0 4px 10px #00000014;text-align:center;font-size:1.5rem;margin-bottom:.8rem}.loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;text-align:center;padding-top:15vh}.loading-card h1{margin:4px 0 0;font-size:1.6rem;font-weight:800}.loading-card p{margin:0}.circle-wrap{position:relative;width:260px;height:260px;margin-top:6px}.circle-wrap .img{position:absolute;top:20px;left:20px;width:220px;height:220px;border-radius:999px;background-size:cover;background-position:center;box-shadow:0 10px 24px #0000002e}.circle-wrap .ring{position:absolute;inset:0;border-radius:999px;background:conic-gradient(#6366f1 0% 25%,#6366f126 25% 100%);-webkit-mask:radial-gradient(farthest-side,transparent calc(50% - 12px),#000 calc(50% - 11px));mask:radial-gradient(farthest-side,transparent calc(50% - 12px),#000 calc(50% - 11px));animation:spin 1.2s linear infinite}.circle-wrap.done .ring{background:conic-gradient(#22c55e 0 100%);animation:none}@keyframes spin{to{transform:rotate(360deg)}}.check{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:999px;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:34px;box-shadow:0 12px 24px #22c55e59}.ghost-btn{border:2px solid #7c3aed;color:#7c3aed;background:transparent;padding:.8rem 1.2rem;border-radius:999px;font-weight:800}.primary-btn{border:0;background:linear-gradient(135deg,#6366f1,#22c55e);color:#fff;padding:.9rem 1.4rem;border-radius:14px;font-weight:800;margin:1rem 0 2rem;transition:transform .15s,background .3s}.primary-btn:active{transform:scale(.96)}.error{background:#fee2e2;color:#7f1d1d;padding:.8rem 1rem;border-radius:14px}.audio-toggle{position:absolute;top:12px;right:12px;z-index:50;background:#0006;backdrop-filter:blur(4px);color:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:background .2s}.audio-toggle:hover{background:#0009}.auth-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:60;background:#00000073;backdrop-filter:blur(6px)}.auth-wrapper .modal{position:relative;width:80%;height:auto;max-width:360px;background:linear-gradient(145deg,#fff,#f9fafb);border-radius:22px;padding:1.8rem 1.4rem;box-shadow:0 8px 24px #00000026,0 2px 8px #00000014;display:flex;flex-direction:column;gap:1rem;animation:popIn .35s ease}.auth-wrapper .modal h2{font-size:1.4rem;font-weight:700;text-align:center;color:#111827;margin-bottom:.4rem}.auth-wrapper .modal input{padding:.75rem .9rem;border-radius:14px;border:1px solid #e5e7eb;font-size:1rem;background:#fff;transition:box-shadow .2s,border .2s}.auth-wrapper .modal input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.auth-wrapper .modal .btn{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:14px;padding:.7rem 1rem;cursor:pointer;transition:transform .15s,box-shadow .2s}.auth-wrapper .modal .btn:hover{box-shadow:0 4px 14px #6366f159}.auth-wrapper .modal .btn:active{transform:scale(.96)}.auth-wrapper .modal .btn.close{background:#e5e7eb;color:#374151}.auth-wrapper .modal p{color:#ef4444;font-size:.9rem;margin:0;text-align:center}@keyframes popIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.auth-icon-wrap{position:absolute;top:192px;right:380px;display:flex;flex-direction:column;align-items:center;gap:4px;z-index:45}.auth-icon{background:none;border:none;font-size:3.2rem;line-height:1;cursor:pointer;color:#374151;text-shadow:0 3px 6px rgba(0,0,0,.7),0 6px 12px rgba(0,0,0,.5);filter:drop-shadow(0 4px 6px rgba(0,0,0,.6));transition:transform .15s,color .2s}.auth-icon:hover{transform:scale(1.15);color:#111827}.auth-bubble{background:#11827;color:#fff;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;white-space:nowrap;box-shadow:0 2px 8px #00000026}.landing{background-color:#000}.bottom-bar{position:absolute;bottom:10px;left:0;right:0;display:flex;align-items:center;z-index:999}.pill-wrapper{position:absolute;bottom:24px;left:0;width:100%;display:flex;justify-content:center;align-items:flex-end;gap:1.2rem;z-index:60}.pill-nav{background:#ffae00;border-radius:16px 16px 0 0;padding:0 .8rem;display:flex;justify-content:space-between;align-items:center;width:min(400px,90%);height:60px;box-shadow:0 8px 20px #00000080,inset 0 0 12px #00000059}.pill-nav button{background:none;border:none;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;cursor:pointer;transition:background .2s,transform .15s}.pill-nav button:hover{transform:scale(1.15)}.pill-left,.pill-right{display:flex;gap:1rem}.settings-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d}.settings-screen h2{font-size:1.4rem;font-weight:600}.facts-card{width:100%;max-width:none;height:relative;background:#fff;border-radius:12px;padding:3px;box-shadow:0 4px 12px #000c;text-align:center;font-size:1.5rem;margin-bottom:.8rem}.facts-card h3{font-size:1.5rem;margin-bottom:.5rem}.facts-card ul{padding-left:1.5rem;margin:1;text-align:left}.facts-card li{margin-bottom:.8rem;font-size:1.5rem;line-height:1.5;text-align:left}.left-overlay{position:absolute;top:18px;left:18px;z-index:40}.camera-util{background:#0000008c;backdrop-filter:blur(6px);border:none;border-radius:50%;width:52px;height:52px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #00000073,inset 0 1px 2px #ffffff0d;cursor:pointer;transition:transform .15s,background .25s;opacity:0;animation:fadeInUtil .5s ease forwards;animation-delay:.35s}.camera-util:hover{background:#000000b3;transform:scale(1.06)}.camera-util.flash{font-size:32px;line-height:1}.camera-util.swap svg{width:28px;height:28px;stroke-width:2}@keyframes fadeInUtil{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}70%{opacity:.4}to{opacity:0}}@media (max-width: 2680px){html,body{height:100%;margin:0;padding:0;background:#000;overscroll-behavior-y:none;overflow-x:hidden;width:100.5%}#app,.app-shell,.camera-screen,.landing-screen{min-height:100vh;background:#000}.app-wrapper{height:100vh;width:100%;background:#000;display:flex;justify-content:center;align-items:center}.app-shell{width:100%;height:100dvh;display:flex;flex-direction:column;border-radius:0;background:#fff;box-shadow:none;overflow-x:hidden;position:relative;margin:0;padding:0}.app-shell *{max-width:100%;box-sizing:border-box}.promo-carousel{position:relative;width:100%;height:150px;overflow:hidden;border-radius:14px}.promo-carousel img{width:100%;height:100%;object-fit:cover;transition:opacity .6s ease-in-out;border-radius:14px}.promo-slide img{width:100%;height:90%;object-fit:cover;transform-origin:center center;transform:scale(.85);transition:transform .6s ease,opacity .6s ease-in-out;border-radius:14px}.promo-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.promo-slide.active{opacity:1;transform:scale(1);z-index:2}.promo-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:6px}.dot{width:9px;height:9px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background .3s}.dot.active{background:#fff}.carousel-wrapper{width:100%;max-width:100%;margin:0 auto .5rem;padding:0;box-shadow:0 4px 12px #000c;border-radius:14px}.carousel-wrapper .promo-slide{border-radius:14px;overflow:hidden;box-shadow:0 12px 28px #00000040;background:#ffffff14;backdrop-filter:blur(4px)}.camera-screen{display:flex;justify-content:center;align-items:center;height:100%;background:#111}.camera-card{top:0;position:relative;width:100%;height:100%;max-width:660px;margin:0 auto;overflow:hidden;background:#000;border:0;box-shadow:0 8px 20px #0000001f;z-index:20}.feed,.camera-card video{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 680px){.landing,.landing-screen{overflow-x:hidden;max-width:100%}.categories-grid{max-width:100%;padding:0 .5rem}.category-tile,.category-cta{overflow:hidden;max-width:100%}}.landing{padding:.75rem;justify-content:flex-start;overflow-y:auto}.brand{font-size:1.5rem;margin:.5rem 0 1rem}.main-actions{flex-direction:row;justify-content:center;gap:.75rem;margin-bottom:1rem}.big-btn{flex:1 1 48%;min-width:0;padding:.7rem;font-size:1rem}.categories{grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:1rem}.categories button{font-size:.85rem;padding:.5rem}.auth-icon-wrap{top:3rem;right:1rem}.auth-icon{font-size:2rem;text-shadow:0 2px 5px rgba(0,0,0,.7)}.feed,.camera-card video{pointer-events:none}.bottom-bar{position:fixed;height:52px;display:flex;align-items:center;z-index:9999}.pill-wrapper{position:absolute;bottom:24px;left:0;width:100%;display:flex;justify-content:center;align-items:flex-end;gap:1.2rem;z-index:60}.circle-snap{position:absolute;left:40%;bottom:-5px;transform:translate(-50%);width:82px;height:82px;border-radius:50%;background:#000;border:none;font-size:3rem;display:flex;justify-content:center;align-items:center;z-index:10000;box-shadow:0 0 6px #ffffff40,0 0 12px #ffffff26,inset 0 2px 4px #ffffff1f;transition:transform .18s cubic-bezier(.28,.84,.42,1.1),box-shadow .25s ease;cursor:pointer;animation:pulseAttention 2.2s infinite ease-in-out}@keyframes pulseAttention{0%{transform:scale(1);box-shadow:0 0 #6366f199}50%{transform:scale(1.05);box-shadow:0 0 25px #6366f1bf}to{transform:scale(1);box-shadow:0 0 #6366f199}}.circle-snap:hover{transform:translate(-50%) scale(1.08);box-shadow:0 0 8px #ffffff59,0 0 16px #fff3,inset 0 3px 6px #ffffff26}.circle-snap:active{transform:translate(-50%) scale(.88);transition:transform .1s cubic-bezier(.28,.84,.42,1.2)}.pill-nav{background:#41ad63;border-radius:16px 16px 0 0;padding:.3rem 1rem 0;display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:75px;box-shadow:0 4px 12px #000c}.pill-nav button{background:none;border:none;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background .2s,transform .15s}.pill-nav button:hover{transform:scale(1.15)}.pill-left,.pill-right{display:flex;gap:.2rem}.pill-nav svg{color:#fff;stroke:#fff}.settings-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 6px #0000000d}.settings-screen h2{font-size:1.4rem;font-weight:600}.facts-card{width:100%;max-width:none;height:relative;background:linear-gradient(145deg,#1e293b,#111827);border-radius:12px;padding:3px;box-shadow:0 4px 12px #000c;text-align:center;font-size:1.5rem;margin-bottom:.8rem}.facts-card h3{font-size:1.5rem;margin-bottom:.5rem}.facts-card ul{padding-left:1.5rem;margin:1;text-align:left}.facts-card li{margin-bottom:.8rem;font-size:1.2rem;line-height:1.5;text-align:left}.result-wrap{position:relative;width:100%;flex:1;background:#0b0b0b;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box;color:#f8fafc}.result-img{width:100%;max-width:100%;padding:2px;object-fit:contain;border-radius:12px;box-shadow:0 6px 14px #0000001f;margin-bottom:.8rem}.explain-card{width:100%;max-width:none;height:relative;background:linear-gradient(145deg,#1e293b,#111827);border-radius:12px;padding:1px;box-shadow:0 4px 10px #00000014;text-align:center;font-size:1.2rem;margin-bottom:.8rem}.splash-wrap{position:fixed;inset:0;z-index:9999;background:#000;display:flex;justify-content:center;align-items:center;animation:fadeOut .6s ease forwards;animation-delay:2.6s;overflow:hidden}.splash-video{width:100%;height:100%;object-fit:cover}@keyframes fadeOut{0%{opacity:1}80%{opacity:.4}to{opacity:0}}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:13.6rem;margin-top:1rem}.category-tile{position:relative;background:#fff;border-radius:14px;padding:.5rem;box-shadow:0 4px 12px #000c;color:#111;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .22s ease,box-shadow .3s ease;backdrop-filter:blur(6px);height:120px;overflow:hidden}.category-tile:not(.category-cta):after{content:"";position:absolute;bottom:6px;left:8px;width:24px;height:24px;background:url(/icon.png) center/contain no-repeat;z-index:3;transition:opacity .2s ease}.category-tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0009,inset 0 2px 6px #ffffff1f,inset 0 -3px 6px #00000059}.category-tile h3{font-size:1.05rem;font-weight:700;margin:0;letter-spacing:.3px;position:relative;z-index:2;text-align:left}.category-tile p{font-size:.8rem;line-height:1.5;margin:.3rem 0 0;color:#000;max-width:65%;position:relative;z-index:2;text-align:left}.category-tile .tile-image{position:absolute;right:-10%;bottom:-7px;width:65%;overflow:hidden;z-index:1;display:flex;justify-content:flex-end;align-items:flex-start}.category-tile .tile-image img{max-height:140px;width:auto;margin-top:10px;transform:translate(10%);object-fit:contain;filter:drop-s}.category-tile:hover .tile-image img{transform:translate(15%) scale(1.05)}.category-cta{background:#fff;border-radius:16px;padding:.8rem;margin:1rem 0;box-shadow:0 4px 12px #000c;display:flex;flex-direction:column;justify-content:space-between;min-height:145px;width:100%;box-sizing:border-box;text-align:left;overflow:hidden}.category-cta h3{font-size:1.2rem;font-weight:700;margin:0;color:#000;line-height:1.4}.category-cta p{font-size:.95rem;margin:.4rem 0 0;color:#000;line-height:1.5;max-width:85%}.category-cta .btn-primary.btn-compact{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;gap:6px;background:#41ad63;color:#fff;border:none;border-radius:999px;padding:.3rem 1rem;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px #000c;cursor:pointer;transition:transform .15s,box-shadow .25s}.category-cta{position:relative;overflow:hidden}.category-cta .tile-image{position:absolute;right:-25%;top:0;bottom:0;width:65%;height:100%;z-index:0;display:flex;justify-content:center;align-items:stretch}.category-cta .tile-image img{min-height:120%;width:auto;object-fit:cover;transform:translateY(-15px);object-position:top center;-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,#000 45%,#000 100%);-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-image:linear-gradient(to right,#0000,#000 45% 100%);mask-repeat:no-repeat;mask-size:100% 100%;background:#fff}.pill-nav svg{width:44px!important;height:44px!important;stroke-width:2}.swap{position:absolute;left:20px;top:120px;width:52px;height:52px;border-radius:50%;border:0;background:#ffffff14;color:#fff;display:flex;align-items:center;justify-content:center;z-index:30;box-shadow:0 10px 24px #00000040}.swap{font-size:150%;line-height:4}.left-overlay{position:absolute;top:62px;left:18px;z-index:40}.camera-util{background:#0000008c;backdrop-filter:blur(6px);border:none;border-radius:50%;width:52px;height:52px;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #00000073,inset 0 1px 2px #ffffff0d;cursor:pointer;transition:transform .15s,background .25s;opacity:0;animation:fadeInUtil .5s ease forwards;animation-delay:.35s}.camera-util:hover{background:#000000b3;transform:scale(1.06)}.camera-util.flash{font-size:32px;line-height:1}.shopping-card{background:#1e293b;padding:1rem;border-radius:14px;margin-top:0rem;box-shadow:0 4px 12px #000c;margin-bottom:5rem}.shopping-card h4{font-size:1.2rem;color:#fff;margin-bottom:.8rem;margin-top:0rem}.shopping-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.shopping-item{background:#1a1a1a;border-radius:10px;padding:.7rem;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#fff;box-shadow:0 1px 4px #0000004d;transition:transform .15s}.shopping-item:hover{transform:scale(1.04)}.shopping-item img{width:100%;max-height:130px;object-fit:cover;border-radius:6px;background:#000;margin-bottom:.4rem}.shopping-item .details{text-align:center;font-size:.8rem;line-height:1.35}.shopping-item .title{font-weight:600;color:#fff}.shopping-item .price{margin-top:.25rem;font-weight:500;color:#0ff}.shopping-item .snippet{margin-top:.2rem;font-size:.75rem;color:#ccc}.recall-card{background:#ffe5e5;border:1px solid #ff4d4d;padding:1rem;border-radius:8px;margin-bottom:1rem;color:#000;font-weight:600}.recall-card h4{color:#b30000;margin-bottom:.5rem}.back-btn{position:fixed;top:43px;left:24px;width:48px;height:48px;border-radius:50%;background:#0000008c;backdrop-filter:blur(6px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 14px #00000073,inset 0 1px 2px #ffffff0d;border:none;cursor:pointer;transition:transform .15s,background .25s;opacity:0;animation:fadeInUtil .5s ease forwards;animation-delay:.35s;z-index:40}.back-btn:hover{background:#ffffffd9;box-shadow:inset 0 1px 1px #ffffffb3,inset 0 -1px 1px #0000000f,0 5px 14px #00000038,0 2px 6px #00000024;transform:translateY(-1px)}.back-btn svg{stroke:currentColor;width:24px;height:24px}.audio-toggle{position:absolute;top:43px;right:23px;width:48px;height:48px;border-radius:50%;background:#0000008c;backdrop-filter:blur(6px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 14px #00000073,inset 0 1px 2px #ffffff0d;border:none;cursor:pointer;transition:transform .15s,background .25s;opacity:0;animation:fadeInUtil .5s ease forwards;animation-delay:.35s}.audio-toggle:hover{background:#000000b3;transform:scale(1.06)}.modal-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:999}.modal-card{background:linear-gradient(145deg,#fff,#f9fafb);max-width:360px;width:100%;padding:1.8rem 1.4rem;border-radius:22px;box-shadow:0 8px 24px #00000026,0 2px 8px #00000014;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;animation:popIn .35s ease}.modal-card h2{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#111827;text-align:center}.modal-card p{font-size:1rem;color:#374151;line-height:1.6;margin:0}.modal-card .btn{background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:14px;padding:.7rem 1.2rem;cursor:pointer;transition:transform .15s,box-shadow .2s}.modal-card .btn:hover{box-shadow:0 4px 14px #6366f159}.modal-card .btn:active{transform:scale(.96)}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.snap-btn-wrap{display:flex;justify-content:center;margin-bottom:2rem;margin-top:2rem}.snap-pill{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#3730a3,#1e3a8a);color:#fff;font-size:1.1rem;font-weight:600;border:none;border-radius:9999px;padding:.8rem 1.6rem;box-shadow:0 6px 18px #0000008c,inset 0 1px 2px #ffffff1f,0 0 8px #3b82f666;cursor:pointer;transition:transform .15s,box-shadow .25s}.snap-pill:hover{transform:scale(1.07);box-shadow:0 8px 24px #000000a6,inset 0 1px 3px #ffffff26,0 0 12px #3b82f68c}.snap-pill:active{transform:scale(.95);box-shadow:0 4px 12px #0009,inset 0 1px 3px #ffffff1a,0 0 6px #3b82f666}.snap-pill-logo{width:28px;height:28px;object-fit:contain}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin:1rem .5rem;width:100%}.top-logo{object-fit:contain}.top-left{height:40px;object-fit:contain;left:-19px;top:0;position:relative;margin-bottom:1rem}.switch{position:relative;display:inline-block;width:48px;height:26px;left:-50px;top:-5px}.switch input:checked+.slider-icon{transform:translate(22px);background:#fff}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#4b5563;transition:.4s;border-radius:26px}.slider-icon{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;transition:transform .4s,background .4s;color:#111;box-shadow:0 1px 3px #0000004d}.slider:before{content:"☀️";position:absolute;height:22px;width:22px;left:3px;bottom:3px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;border-radius:50%;transition:.4s}input:checked+.slider:before{content:"🌙";transform:translate(24px)}input:checked+.slider{background-color:#111827}input:checked+.slider:before{transform:translate(26px)}body.light,body.light .app-wrapper,body.light .app-shell,body.light .landing.screen,body.light .camera-screen,body.light .settings-card,body.light .result-wrap{background:#edfaff!important;color:#111}body.dark,body.dark .app-wrapper,body.dark .app-shell,body.dark .landing.screen,body.dark .camera-screen,body.dark .settings-card,body.dark .settings-screen,body.dark .result-wrap{background:#000!important;color:#fff}body.light .facts-card,body.light .explain-card,body.light .examples-card,body.light .shopping-card{background:#edfaff;color:#111}body.light .facts-card h3,body.light .facts-card li,body.light .explain-card h3,body.light .explain-card p,body.light .examples-card h4,body.light .shopping-card h4,body.light .shopping-card .title,body.light .shopping-card .price,body.light .shopping-card .snippet{color:#111}body.dark .facts-card,body.dark .explain-card,body.dark .examples-card,body.dark .shopping-card{background:#1e293b;color:#fff}body.dark .facts-card h3,body.dark .facts-card li,body.dark .explain-card h3,body.dark .explain-card p,body.dark .examples-card h4,body.dark .shopping-card h4,body.dark .shopping-card .title,body.dark .shopping-card .price,body.dark .shopping-card .snippet{color:#fff}body.light .shopping-item{background:#edfaff;color:#111}body.light .shopping-item .title,body.light .shopping-item .price,body.light .shopping-item .snippet{color:#111}body.dark .shopping-item{background:#1a1a1a;color:#fff}body.dark .shopping-item .title,body.dark .shopping-item .price,body.dark .shopping-item .snippet{color:#fff}body.light .loading-card h1,body.light .loading-card h2,body.light .loading-card p{color:#111}body.dark .loading-card h2,body.dark .loading-card p{color:#fff}.ask-bar{position:fixed;bottom:0;left:0;right:0;background:#111;padding:.5rem .75rem;box-shadow:0 -2px 8px #0006;z-index:2000;display:flex;justify-content:center}.ask-form{display:flex;gap:.5rem;width:100%;max-width:600px}.ask-form input{flex:1;padding:.65rem .75rem;border-radius:10px;border:none;outline:none;font-size:1rem;background:#f9fafb;color:#111;box-shadow:inset 0 1px 2px #0000001a}.ask-form button{padding:.65rem 1.2rem;border-radius:10px;border:none;background:linear-gradient(135deg,#6366f1,#3b82f6);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .15s,box-shadow .25s}.ask-form button:hover{transform:translateY(-1px);box-shadow:0 3px 10px #3b82f659}.ask-form button:active{transform:scale(.96)}.snap-world-tile{grid-column:span 2;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}.snap-world-tile h3{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.snap-world-tile p{font-size:.9rem;margin-bottom:1rem;color:#e0e7ff}.examples-wrapper{position:relative;margin:0;padding:0;height:auto}.examples-grid{display:flex;gap:.7rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:.25rem 0;-webkit-overflow-scrolling:touch}.examples-grid a{flex:0 0 auto;width:80px;height:140px;display:block}.examples-grid img{width:100%;height:100%;border-radius:8px;object-fit:cover}.examples-card{width:100%;max-width:none;background:#1e293b;padding:1rem;margin-bottom:1rem;border-radius:12px;color:#fff;display:flex;flex-direction:column;box-shadow:0 4px 12px #000c}.examples-card h4{font-size:1.2rem;color:#fff;margin:0 0 .8rem}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;transition:background .3s;z-index:10}.scroll-btn.left{left:.25rem}.scroll-btn.right{right:.25rem}.scroll-btn:hover{background:#000c}@keyframes fadeInUtil{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}70%{opacity:.4}to{opacity:0}}.crop-overlay{position:fixed;inset:0;background:#000000eb;z-index:9999;overflow:hidden;display:block;touch-action:none}.crop-img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;object-fit:cover;object-position:center;transform:translate(-50%,-50%);transform-origin:center}.crop-selection{position:absolute;pointer-events:auto;touch-action:none;background:#0000}.crop-selection .handle{position:absolute;width:44px;height:44px;touch-action:none!important;pointer-events:auto!important}.handle.nw{left:-2px;top:-2px;cursor:nwse-resize}.handle.ne{right:-2px;top:-2px;cursor:nesw-resize}.handle.sw{left:-2px;bottom:-2px;cursor:nesw-resize}.handle.se{right:-2px;bottom:-2px;cursor:nwse-resize}.crop-selection .handle:before,.crop-selection .handle:after{content:"";position:absolute;border-radius:6px}.handle.nw:before,.handle.nw:after{background:#f9ab00}.handle.ne:before,.handle.ne:after{background:#d93025}.handle.sw:before,.handle.sw:after{background:#1a73e8}.handle.se:before,.handle.se:after{background:#188038}.handle.nw:before{left:0;top:0;width:8px;height:100%}.handle.nw:after{left:0;top:0;width:100%;height:8px}.handle.ne:before{right:0;top:0;width:8px;height:100%}.handle.ne:after{right:0;top:0;width:100%;height:8px}.handle.sw:before{left:0;bottom:0;width:8px;height:100%}.handle.sw:after{left:0;bottom:0;width:100%;height:8px}.handle.se:before{right:0;bottom:0;width:8px;height:100%}.handle.se:after{right:0;bottom:0;width:100%;height:8px}.crop-mover{position:absolute;inset:12px;cursor:move;touch-action:none!important;pointer-events:auto!important;background:#0000}.crop-actions{position:fixed;bottom:32px;left:0;right:0;display:flex;justify-content:center;gap:.75rem;z-index:10000;pointer-events:auto}.crop-btn{border:0;border-radius:14px;padding:.8rem 1.2rem;font-weight:800;cursor:pointer}.crop-send{background:linear-gradient(135deg,#6366f1,#22c55e);color:#fff}.crop-cancel{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.25)}.followup-card{max-height:150px;overflow-y:auto;margin:.3rem 0;padding:0;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;width:100%}.followup-card h4{margin:0;padding:1rem;font-size:1.1rem;color:#333;position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:1}.followup-card ul{list-style:none;padding:1rem 1rem 4rem;margin:0}.followup-card li{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee;line-height:1.5}.followup-card li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.captured-tile{width:100%;min-height:200px;max-height:400px;border-radius:20px;overflow:hidden;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;background:#f5f5f5}.captured-tile img{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.captured-tile:hover img{transform:scale(1.05)}.animal-info-grid{display:block;width:100%}.info-tile.breed-tile,.info-tile.region-tile,.info-tile.nutrition-tile{width:100%;margin-bottom:.75rem;border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:relative;box-shadow:0 10px 30px #0003,0 4px 12px #00000026}.info-tile.breed-tile{background:linear-gradient(135deg,#4f46e5,#6366f1);min-height:100px}.info-tile.breed-tile .tile-label{font-size:.75rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.info-tile.breed-tile .tile-value{font-size:clamp(1.1rem,4vw,1.5rem);font-weight:800;color:#fff;line-height:1.2;margin:0;z-index:2;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.1)}.info-tile.breed-tile .tile-icon{font-size:3.5rem;opacity:.15;position:absolute;right:1rem;bottom:1rem;z-index:1}.info-tile.region-tile{background:linear-gradient(135deg,#059669,#10b981);padding:1.25rem 1.25rem 1.5rem;min-height:auto;overflow:visible;height:auto}.info-tile.region-tile .tile-label{font-size:.75rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.info-tile.region-tile .region-list{list-style:none;padding:0 0 .5rem;margin:0;width:calc(100% + -0rem);display:flex;flex-direction:column;gap:.5rem;z-index:2;position:relative}.info-tile.region-tile .region-list li{background:#fffffff2;padding:.5rem .85rem;border-radius:10px;font-weight:600;font-size:.9rem;color:#1f2937;box-shadow:0 2px 4px #00000014}.info-tile.nutrition-tile{background:linear-gradient(135deg,#ea580c,#f97316);min-height:140px}.info-tile.nutrition-tile .tile-label{font-size:.75rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.nutrition-tags{display:flex;flex-wrap:wrap;gap:.6rem;position:relative;z-index:2}.nutrition-tag{background:#fffffff2;padding:.6rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;color:#1f2937;box-shadow:0 2px 6px #0000001a;border:1px solid rgba(255,255,255,.3)}.info-tile.nutrition-tile .tile-icon{font-size:3.5rem;opacity:.15;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:1}.info-tile.make-model-combined{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;padding:2.5rem 1.5rem 1.5rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;position:relative;overflow:hidden;min-height:90px;width:100%;display:flex;align-items:center;justify-content:center}.info-tile.make-model-combined .tile-label{font-size:.6rem;font-weight:600;color:#ffffffa6;text-transform:uppercase;letter-spacing:.5px;position:absolute;top:.65rem;right:.85rem;z-index:3}.info-tile.make-model-combined .tile-value{font-size:clamp(1.2rem,4.5vw,1.7rem);font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);text-align:center;z-index:3;position:relative;line-height:1.3;max-width:100%;word-wrap:break-word}.info-tile.make-model-combined .tile-icon{font-size:4.5rem;opacity:.15;position:absolute;right:.25rem;bottom:.25rem;z-index:1}.info-tiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}.info-tiles-grid .info-tile{min-height:100px;box-shadow:0 4px 12px #000c;border-radius:16px;padding:1rem;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.info-tile.year-tile{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff}.info-tile.speed-tile{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.info-tiles-grid .info-tile .tile-icon{font-size:4.5rem;opacity:.15;position:absolute;right:.25rem;bottom:.25rem;z-index:1}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem}.spec-tile{border-radius:16px;padding:1rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #000c;min-height:100px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.spec-tile.engine{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.spec-tile.power{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.spec-tile.accel{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}.spec-tile.drivetrain{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.spec-label{font-size:.7rem;font-weight:700;color:#ffffffd9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.1);z-index:2;position:relative}.spec-value{font-size:clamp(.9rem,3.5vw,1.1rem);font-weight:800;color:#fff;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2;position:relative;max-width:70%;word-wrap:break-word}.spec-tile .tile-icon{font-size:4.5rem;opacity:.15;position:absolute;right:.25rem;bottom:.25rem;z-index:1}.info-tile .tile-label{font-size:.7rem;font-weight:700;color:#ffffffd9;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.1);z-index:2;position:relative}.info-tile .tile-value{font-size:clamp(1rem,4vw,1.3rem);font-weight:800;color:#fff;line-height:1.3;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2;position:relative;max-width:70%;word-wrap:break-word}.description-section{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:16px;padding:1rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c}.description-section p{color:#e2e8f0;font-size:1.25rem;line-height:1.6;margin:0}.info-tile.safety-tile{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.safety-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.safety-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.info-tile.safety-tile .tile-content p{margin:.5rem 0;font-size:.95rem;line-height:1.5;color:#fff}.info-tile.safety-tile .warning-text{background:#ffffff26;padding:.6rem;border-radius:8px;margin-top:.5rem;font-weight:600}.info-tile.nutrition-info-tile{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.nutrition-info-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.nutrition-info-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.info-tile.nutrition-info-tile .tile-content p{margin:.5rem 0;font-size:.95rem;line-height:1.5;display:flex;align-items:center;gap:.25rem}.nutrient-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}.nutrient-grid p{background:#ffffff26;padding:.5rem;border-radius:8px;margin:0;font-size:.85rem}.info-tile.classification-tile{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.classification-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.classification-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.info-tile.classification-tile .tile-content p{margin:.5rem 0;font-size:.95rem;line-height:1.5}.info-tile.culinary-tile{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.culinary-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.culinary-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.culinary-list{list-style:none;padding:0;margin:.5rem 0 0}.culinary-list li{background:#ffffff26;padding:.6rem;border-radius:8px;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.culinary-list li:last-child{margin-bottom:0}.info-tile.benefits-tile{background:linear-gradient(135deg,#ec4899,#db2777);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.benefits-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.benefits-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.benefits-list{list-style:none;padding:0;margin:.5rem 0 0}.benefits-list li{background:#ffffff26;padding:.6rem;border-radius:8px;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.benefits-list li:last-child{margin-bottom:0}.info-tile.food-facts-tile{background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:16px;padding:1.25rem;margin-bottom:.75rem;box-shadow:0 4px 12px #000c;color:#fff;position:relative;overflow:hidden}.info-tile.food-facts-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.food-facts-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.facts-list{list-style:none;padding:0;margin:.5rem 0 0}.facts-list li{background:#ffffff26;padding:.6rem;border-radius:8px;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.facts-list li:last-child{margin-bottom:0}.info-tile.qa-tile{background:linear-gradient(135deg,#64748b,#475569);border-radius:16px;padding:1.25rem;margin-bottom:5rem;box-shadow:0 4px 12px #000c;color:#fff}.info-tile.qa-tile .tile-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-tile.qa-tile .tile-header h4{font-size:.75rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:1px}.qa-block{background:#ffffff1a;padding:.75rem;border-radius:8px;margin-bottom:.75rem}.qa-block:last-child{margin-bottom:0}.qa-block .question{font-weight:600;margin-bottom:.5rem;font-size:.9rem}.qa-block .answer{font-size:.85rem;line-height:1.5;margin:0;color:#ffffffe6}}
