@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:#fff;display:flex;justify-content:center;align-items:center}.app-shell{width:min(600px,95vw);height:1000px;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:2rem;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:1rem}.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;border-radius:20px;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}.result-img{width:100%;max-width:none;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;color:#fff}.loading-card p{margin:0;color:#cbd5e1}.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}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.8rem;padding:.5rem .5rem 1rem}.category-tile{background:#1f2937;border-radius:16px;padding:1.4rem .6rem;text-align:center;box-shadow:0 4px 14px #00000026;color:#fff;display:flex;flex-direction:column;align-items:center;transition:transform .15s,box-shadow .2s}.category-tile:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}.category-tile .tile-image{width:65%;height:auto}.category-tile h3{font-size:1rem;font-weight:700;margin:0 0 .25rem}.category-tile p{font-size:.85rem;line-height:1.3;margin:0;color:#d1d5db}.landing{background-color:#000}.bottom-bar{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;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}.circle-snap{position:absolute;bottom:15px;left:50%;transform:translate(-50%);width:110px;height:110px;border-radius:50%;background:#2e00ff;border:none;color:#fff;font-size:3rem;box-shadow:0 4px 12px #0006;z-index:90}.circle-snap:active{transform:translate(-50%) scale(.85)}.pill-nav{background:#ffae00;border-radius:22px;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 10px #00000014;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}.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}.splash-video{width:100%;height:100%;object-fit:cover}.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: 480px){html,body{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0;background:#000}#app,.app-shell,.camera-screen,.landing-screen{min-height:100vh;background:#000}.app-shell{width:min(600px,100vw);height:640px;aspect-ratio:5 / 8;border-radius:0;border:10px solid #0b0b0b;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;overflow:hidden}.camera-card{top:10px;position:relative;width:100%;height:100%;aspect-ratio:5/8;max-width:760px;margin:0 auto;overflow:hidden;background:#000;border:0;border-radius:20px;box-shadow:0 8px 20px #0000001f;z-index:20}.app-wrapper{height:100vh;width:100%;background:#fff;display:flex;justify-content:center;align-items:center}.landing{padding:1rem .75rem;justify-content:flex-start;gap:1.2rem;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;bottom:0;left:0;right:0;height:70px;padding-bottom:env(safe-area-inset-bottom);background:#111;display:flex;justify-content:center;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}.circle-snap{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:80px;height:80px;border-radius:50%;background:#2e00ff;border:none;color:#fff;font-size:3rem;box-shadow:0 4px 12px #000509;z-index:90}.circle-snap:active{transform:translate(-50%) scale(.85)}.pill-nav{background:#ffae00;border-radius:22px;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;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}.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 10px #00000014;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}.result-img{width:100%;max-width:none;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:#fff;border-radius:12px;padding:1px;box-shadow:0 4px 10px #00000014;text-align:center;font-size:1.5rem;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}.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:.7rem;padding:1rem 1rem 2rem}.category-tile{background:linear-gradient(145deg,#1e293b,#111827);border-radius:12px;padding:.2rem .1rem;text-align:center;box-shadow:0 2px 6px #0006,inset 0 0 2px #ffffff0d;color:#fff;display:flex;flex-direction:column;align-items:center;transition:transform .18s ease,box-shadow .25s ease;backdrop-filter:blur(4px)}.category-tile:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 18px #00000059,inset 0 0 3px #ffffff14}.category-tile .tile-image{font-size:2rem;margin-bottom:.45rem;opacity:.95}.category-tile h3{font-size:.9rem;font-weight:700;margin:0 0 .2rem;letter-spacing:.2px}.category-tile p{font-size:.75rem;line-height:1.55;margin:0;color:#cbd5e1}.category-tile .tile-image img{width:var(--tile-img-size, 96px);height:var(--tile-img-size, 96px);object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .15s}.pill-nav svg{width:44px!important;height:44px!important;stroke-width:2}.swap{position:absolute;left:20px;top:80px;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}.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}}}
