@import"https://fonts.googleapis.com/css2?family=Lilita+One&family=Ubuntu:wght@400;500;700&display=swap";.mode-overlay-transparent{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:transparent;z-index:9999;display:flex;justify-content:center;align-items:center;font-family:system-ui,-apple-system,sans-serif;animation:fadeInTransparent .3s ease-out}.mode-overlay-content{background:#ffffff26;border-radius:20px;padding:30px 25px;max-width:100%;width:auto;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.mode-header{display:flex;justify-content:flex-end;align-items:center;position:absolute;top:10px;right:10px}.mode-close-btn{background:#ffffff4d;border:none;font-size:28px;cursor:pointer;color:#333;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.mode-list-container{padding:20px 0;display:flex;flex-direction:column;gap:20px;align-items:center}.mode-option{display:flex;flex-direction:column;align-items:center;padding:8px 16px;background:transparent;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;gap:12px}.mode-option:hover{transform:scale(1.05)}.mode-icon-container,.mode-icon{width:clamp(52px,14vw,72px);height:clamp(52px,14vw,72px)}.mode-icon-container{display:flex;align-items:center;justify-content:center}.mode-icon{object-fit:contain}.mode-label{font-size:18px;font-weight:600;color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.mode-option.mode-selected{border-color:red;background-color:#ff00001a;box-shadow:0 0 10px #ff00004d}.mode-option.mode-selected .mode-label{color:#ff3b30;font-weight:700}@keyframes fadeInTransparent{0%{opacity:0}to{opacity:1}}.language-overlay-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:9999;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;animation:slideInFromRight .3s ease-out;background-color:#fff}.language-header-orange{height:80px;display:flex;padding:0;box-shadow:0 2px 10px #ff6b354d}.language-header-left{flex:1;background:linear-gradient(135deg,#ff6b35,#ff8c42,#ffa726);display:flex;align-items:center;padding-left:25px}.language-header-right{flex:1;background:#2c3e50;display:flex;align-items:center;justify-content:flex-end;padding-right:25px}.language-modal-title{margin:0;font-size:1.4rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.close-btn{background:#ffffff26;border:none;font-size:28px;cursor:pointer;color:#fff;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-weight:300}.close-btn:hover{background-color:#ffffff40;transform:scale(1.1)}.close-btn:active{transform:scale(.95)}.language-header-black{background:#2c3e50;height:20px;box-shadow:0 2px 5px #0000001a}.language-content-white{background:#fff;flex:1;overflow-y:auto;padding:0}.language-list{display:flex;flex-direction:column;height:100%}.language-item{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;border-bottom:1px solid rgba(240,240,240,.8);cursor:pointer;transition:all .3s ease;background:#fff;position:relative;min-height:60px}.language-item:hover{background:linear-gradient(90deg,#fff8f5,#fff3f0);transform:translate(4px);border-left:4px solid #ff6b35;box-shadow:0 2px 8px #ff6b351a}.language-item:last-child{border-bottom:none}.language-name{font-size:16px;font-weight:500;color:#2c3e50;flex:1;transition:all .3s ease}.language-current{color:#ff6b35;font-size:13px;font-weight:700}.language-item:hover .language-name{color:#ff6b35;font-weight:600}.language-item:active{background:linear-gradient(90deg,#fff0eb,#ffe8df);transform:translate(2px) scale(.98)}.language-footer-black{background:#2c3e50;height:20px;box-shadow:0 -2px 5px #0000001a}.language-footer-orange{height:60px;display:flex;box-shadow:0 -2px 10px #ff6b354d}.language-footer-left{flex:1;background:linear-gradient(135deg,#ff6b35,#ff8c42,#ffa726)}.language-footer-right{flex:1;background:#2c3e50}.language-content-white::-webkit-scrollbar{width:8px}.language-content-white::-webkit-scrollbar-track{background:#f8f9fa}.language-content-white::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ff6b35,#ff8c42);border-radius:4px}.language-content-white::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#e55a2e,#e67835)}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 768px){.language-header-orange{height:70px}.language-header-left{padding-left:20px}.language-header-right{padding-right:20px}.language-modal-title{font-size:1.25rem}.close-btn{width:36px;height:36px;font-size:24px}.language-header-black,.language-footer-black{height:15px}.language-footer-orange{height:50px}.language-item{padding:16px 20px;min-height:55px}.language-name{font-size:15px}}@media (max-width: 480px){.language-header-orange{height:65px}.language-header-left{padding-left:15px}.language-header-right{padding-right:15px}.language-modal-title{font-size:1.1rem}.close-btn{width:32px;height:32px;font-size:22px}.language-item{padding:14px 15px;min-height:50px}}@media (prefers-color-scheme: dark){.language-content-white{background:#1a1a1a}.language-item{background:#1a1a1a;border-bottom-color:#333}.language-item:hover{background:linear-gradient(90deg,#2a1810,#331a0f)}.language-name{color:#e0e0e0}}@media (prefers-reduced-motion: reduce){.language-overlay-fullscreen{animation:none}.language-item,.language-name,.language-current,.close-btn{transition:none}}.video-player-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;z-index:10000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-logo-container{position:absolute;top:20px;left:20px;z-index:10001;background:#ffffffe6;padding:10px;border-radius:8px;box-shadow:0 2px 8px #0003}.video-logo-container img{height:40px;width:auto;display:block}.video-close-button-top{position:absolute;bottom:20px;right:20px;z-index:10002;background:#ffffff4d;color:#fff;border:none;border-radius:25px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:1px}.video-close-button-top:hover{background:#ffffff80;transform:scale(1.1)}.video-close-button-top:active{transform:scale(.95)}.video-player-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.video-player-element{width:100%;height:100%;object-fit:contain;cursor:pointer}.video-controls-container{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);padding:20px 15px 80px;z-index:10001}.video-controls{display:flex;align-items:center;gap:15px;max-width:1200px;margin:0 auto}.video-play-pause-button{background:#ff6b35e6;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.video-error-panel{position:absolute;z-index:10003;width:min(88vw,420px);padding:20px;border-radius:12px;background:#141414f0;color:#fff;text-align:center;line-height:1.45}.video-error-panel button{margin-top:14px;padding:10px 20px;border:0;border-radius:8px;background:#ff6b35;color:#fff;font-weight:700;cursor:pointer}.video-play-pause-button img,.video-play-pause-button .ui-asset-fallback{width:28px;height:28px;min-width:28px;min-height:28px;object-fit:contain}.video-play-pause-button:hover{background:#ff6b35;transform:scale(1.1)}.video-play-pause-button:active{transform:scale(.95)}.video-time-display{color:#fff;font-size:14px;font-weight:500;min-width:45px;text-align:center;font-family:monospace}.video-slider{flex:1;height:6px;border-radius:3px;background:#ffffff4d;outline:none;-webkit-appearance:none;cursor:pointer}.video-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#ff6b35;cursor:pointer;transition:all .3s ease}.video-slider::-webkit-slider-thumb:hover{background:#ff8c42;transform:scale(1.2)}.video-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#ff6b35;cursor:pointer;border:none;transition:all .3s ease}.video-slider::-moz-range-thumb:hover{background:#ff8c42;transform:scale(1.2)}@media (max-width: 768px){.video-logo-container{top:15px;left:15px;padding:8px}.video-logo-container img{height:30px}.video-close-button-top{bottom:15px;right:15px;width:45px;height:45px;font-size:24px}.video-controls-container{padding:15px 10px 70px}.video-controls{gap:10px}.video-play-pause-button{width:45px;height:45px}.video-play-pause-button img{width:25px!important;height:25px!important}.video-time-display{font-size:12px;min-width:40px}.video-slider{height:5px}.video-slider::-webkit-slider-thumb{width:14px;height:14px}.video-slider::-moz-range-thumb{width:14px;height:14px}}@media (max-width: 480px){.video-close-button-top{bottom:12px;right:12px;width:40px;height:40px;font-size:20px}.video-controls-container{padding:10px 8px 60px}.video-controls{gap:8px}.video-play-pause-button{width:40px;height:40px}.video-play-pause-button img{width:20px!important;height:20px!important}.video-time-display{font-size:11px;min-width:35px}}@media (max-width: 768px) and (orientation: landscape){.video-logo-container{top:10px;left:10px;padding:6px}.video-logo-container img{height:25px}.video-close-button-top{bottom:10px;right:10px;width:40px;height:40px;font-size:20px}.video-controls-container{padding:10px 10px 60px}}.auth-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;background:#f0f2f5;color:#333;font-family:Ubuntu,system-ui,-apple-system,Segoe UI,sans-serif}.auth-card{width:100%;max-width:400px;margin:auto;padding:32px;border:0;border-radius:15px;background:#fff;box-shadow:0 4px 12px #0000001a;text-align:center;transition:transform .3s ease-in-out}.auth-card:hover{transform:translateY(-5px)}.auth-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:24px}@keyframes authLogoSpin{to{transform:rotate(360deg)}}.auth-logo{display:block;width:64px;height:64px;object-fit:contain;margin-bottom:8px;animation:authLogoSpin 5s linear infinite;transition:filter .3s ease-in-out}.auth-logo:hover{filter:drop-shadow(0 0 10px rgba(100,108,255,.5))}.auth-title{margin:0;color:#333;font-size:28px;line-height:1.2;font-weight:700}.auth-subtitle{margin:7px 0 0;color:#777;font-size:13px;line-height:1.4}.auth-field{margin-bottom:16px;text-align:left}.auth-label{display:block;margin-bottom:6px;color:#555;font-size:14px;font-weight:500}.auth-input-wrap{position:relative}.auth-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;outline:none;background:#fff;color:#333;font:inherit;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.auth-input-wrap .auth-input{padding-right:58px}.auth-input::placeholder{color:#999}.auth-input:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff40}.auth-input:disabled,.auth-input[readonly]{background:#f5f5f5;color:#666}.auth-input.is-invalid{border-color:#d83a32}.auth-input-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);padding:6px 7px;border:0;border-radius:4px;background:transparent;color:#646cff;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.auth-error{margin-top:6px;color:#d83a32;font-size:13px;line-height:1.35}.auth-btn{width:100%;padding:12px 24px;border:1px solid #646cff;border-radius:5px;background:#646cff;color:#fff;cursor:pointer;font:inherit;font-size:16px;font-weight:700;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.auth-btn:hover:not(:disabled){border-color:#4a56d7;background:#4a56d7;transform:translateY(-2px)}.auth-btn:active:not(:disabled){border-color:#3b47b3;background:#3b47b3;transform:scale(.98)}.auth-btn:disabled{opacity:.55;cursor:not-allowed}.auth-actions{display:flex;flex-direction:column;align-items:center;gap:13px;margin-top:4px}.auth-links{margin-top:18px;color:#555;text-align:center;font-size:14px}.auth-link{padding:0 2px;border:0;background:none;color:#646cff;cursor:pointer;font:inherit;font-weight:500;text-decoration:none}.auth-link:hover{color:#4a56d7;text-decoration:underline}.auth-secondary-action{margin-top:2px;font-size:14px}.auth-page button:focus-visible,.auth-page input:focus-visible{outline:3px solid rgba(100,108,255,.38);outline-offset:2px}@media (max-width: 576px){.auth-page{padding:16px}.auth-card{padding:24px 18px}.auth-title{font-size:24px}.auth-btn,.auth-input{font-size:15px}}@media (prefers-reduced-motion: reduce){.auth-logo{animation:none}.auth-card,.auth-btn{transition:none}}.auth-toast{position:fixed;top:22px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;z-index:99999;max-width:90vw;text-align:center;box-shadow:0 10px 30px #0006;animation:authToastIn .25s ease-out}@keyframes authToastIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.auth-toast-info{background:#1f6feb;color:#fff}.auth-toast-success{background:#1f9d57;color:#fff}.auth-toast-error{background:#d23b3b;color:#fff}.auth-toast-warning{background:#d2902b;color:#fff}.activation-helper{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:radial-gradient(1000px 500px at 50% -10%,rgba(255,107,53,.2),transparent 60%),linear-gradient(160deg,#0b1020,#11162a);color:#f5f7fb;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:22px}.activation-helper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.activation-helper-header h2{font-size:20px}.activation-logout{padding:9px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-weight:600;cursor:pointer}.activation-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:460px;width:100%;margin:0 auto}.activation-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;cursor:pointer;transition:transform .12s,background .2s}.activation-tile:hover{transform:translateY(-2px);background:#ffffff17}.activation-tile-wide{grid-column:1 / -1}.activation-tile-icon{display:block;width:68px;height:68px;object-fit:contain}.activation-tile-label{font-size:14px;font-weight:600}.qr-reader{position:fixed;top:0;right:0;bottom:0;left:0;background:#000}.qr-reader video{width:100%;height:100%;object-fit:cover}.qr-box{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.qr-frame{width:256px;height:256px}.qr-instruction{position:absolute;top:14%;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:14px 22px;border-radius:10px;font-size:15px;text-align:center;max-width:84%}.qr-processing{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000f2;color:#fff;padding:26px 34px;border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.qr-back-btn,.qr-rescan-btn{position:absolute;z-index:20;border:none;border-radius:10px;cursor:pointer;font-weight:700;color:#fff}.qr-back-btn{bottom:5vh;left:5vw;padding:10px 16px;background:#0009}.qr-rescan-btn{bottom:14vh;left:50%;transform:translate(-50%);padding:14px 34px;font-size:16px;background:#1f9d57}.qr-user{position:absolute;bottom:5vh;right:5vw;background:#000000b3;color:#fff;padding:9px 14px;border-radius:8px;font-size:12px;font-family:monospace;z-index:20}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden;background:#000;font-family:system-ui,-apple-system,sans-serif}.rockets-experience{position:fixed;top:0;right:0;bottom:0;left:0}.ar-canvas{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;touch-action:none;z-index:1}.ar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100}.ar-overlay-portal{z-index:9999}.ar-overlay button,.ar-overlay .interactive,.ar-overlay-portal button,.ar-overlay-portal .interactive{pointer-events:auto}.start-btn{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;background:#007bff;color:#fff;font-size:24px;font-weight:700;cursor:pointer;z-index:20}.start-btn:disabled{background:#444;cursor:not-allowed}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-dashboard{--home-header-height: 80px;--home-footer-height: 120px;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#f4f4f4;color:#333}.home-dashboard-header{position:fixed;z-index:10;top:0;right:0;left:0;display:flex;height:var(--home-header-height);box-shadow:0 2px 8px #00000024}.home-dashboard-header-left,.home-dashboard-header-right{display:flex;flex:1;align-items:center;padding:20px}.home-dashboard-header-left{background:#ff8c00}.home-dashboard-header-right{justify-content:flex-end;background:#000}.home-dashboard-logout{min-height:36px;padding:8px 16px;border:0;border-radius:5px;background:#dc3545;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.home-dashboard-logout:hover:not(:disabled){background:#bd2130;transform:scale(1.05)}.home-dashboard-logout:disabled{cursor:wait;opacity:.7}.home-dashboard-scroll{height:100%;overflow:auto;padding:calc(var(--home-header-height) + 18px) 10px calc(var(--home-footer-height) + 18px);overscroll-behavior:contain}.home-dashboard-card{width:min(100%,600px);min-height:calc(100vh - var(--home-header-height) - var(--home-footer-height) - 36px);margin:0 auto;padding:20px;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0000001a}.home-dashboard-logo-section{display:flex;justify-content:center;margin-bottom:10px}.home-dashboard-logo{width:80px;height:80px;object-fit:contain;animation:home-logo-float 3s ease-in-out infinite}.home-dashboard-title{width:100%;margin-bottom:12px;color:#111;font-size:2rem;font-weight:800;letter-spacing:.1em;text-align:center}.home-dashboard-letter{display:inline-block;opacity:0;animation:home-title-intro .5s ease forwards,home-title-color 2s ease-in-out infinite alternate;animation-delay:calc(var(--letter-index) * 80ms),calc(.9s + var(--letter-index) * 80ms)}.home-dashboard-account{display:flex;flex-direction:column;align-items:center;min-width:0;margin:0 auto;color:#555;font-size:13px;line-height:1.4;text-align:center}.home-dashboard-account strong{display:block;max-width:min(100%,360px);overflow:hidden;color:#222;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start;justify-items:center;margin:24px auto 0;padding:16px}.home-product-wrapper{display:flex;min-width:0;flex-direction:column;align-items:center;gap:10px}.home-product-tile{position:relative;display:flex;width:80px;height:80px;align-items:center;justify-content:center;overflow:hidden;padding:0;border:0;border-radius:10px;background:#fff7fe80;box-shadow:0 4px 6px #0000001f;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.home-product-tile--activation{background:#ff8c00}.home-product-tile:hover{box-shadow:0 6px 10px #00000038;transform:scale(1.08)}.home-product-image{width:100%;height:100%;padding:5px;object-fit:contain}.home-product-label{max-width:100px;color:#333;font-size:12px;font-weight:600;line-height:1.3;text-align:center}.home-dashboard-footer{position:fixed;z-index:10;right:0;bottom:0;left:0;display:flex;height:var(--home-footer-height);align-items:center;justify-content:center;padding:10px max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:#000;box-shadow:0 -2px 8px #00000024}.home-dashboard-camera{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:0;border:0;background:transparent;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:filter .16s ease,transform .16s ease}.home-dashboard-camera:hover{filter:brightness(1.18);transform:scale(1.08)}.home-dashboard-camera-image{display:flex;width:60px;height:60px;align-items:center;justify-content:center;object-fit:contain}.home-dashboard-logout:focus-visible,.home-product-tile:focus-visible,.home-dashboard-camera:focus-visible{outline:3px solid #1976d2;outline-offset:4px}@keyframes home-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes home-title-intro{0%{opacity:0;transform:translateY(-14px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes home-title-color{0%{color:#c62828}to{color:#163cbd}}.animal-series-finder{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:none}.animal-series-scan-status{position:absolute;top:max(18px,env(safe-area-inset-top));left:50%;width:min(92vw,480px);transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 18px;border-radius:14px;background:#000000c7;color:#fff;text-align:center;pointer-events:auto}.animal-series-scan-status h1,.animal-series-decision h1,.animal-series-status h1{font-size:clamp(20px,5vw,28px)}.animal-series-scan-status p{color:#ffffffd1;line-height:1.4}.animal-series-scan-status button,.animal-series-decision button{padding:11px 20px;border:0;border-radius:8px;background:#5d3b9c;color:#fff;font-weight:700;cursor:pointer}.animal-series-decision,.animal-series-status{position:absolute;top:50%;left:50%;width:min(90vw,460px);transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;padding:26px;border-radius:16px;background:#0f0c18f0;color:#fff;text-align:center;pointer-events:auto}.animal-series-decision p{color:#e7e0f4;line-height:1.5}.animal-series-decision button.secondary{background:#ffffff24}@media (max-width: 560px){.home-dashboard{--home-header-height: 60px;--home-footer-height: 90px}.home-dashboard-header-left,.home-dashboard-header-right{padding:10px}.home-dashboard-logout{min-height:32px;padding:5px 10px;font-size:11px}.home-dashboard-scroll{padding-right:8px;padding-left:8px}.home-dashboard-card{padding:16px 10px}.home-dashboard-logo{width:68px;height:68px}.home-dashboard-title{margin-bottom:8px;font-size:1.2rem}.home-product-grid{gap:10px;margin-top:18px;padding:10px 2px}.home-product-tile{width:70px;height:70px}.home-product-label{max-width:82px;font-size:10px}.home-dashboard-camera{gap:4px;font-size:11px}.home-dashboard-camera-image{width:45px;height:45px}}@media (prefers-reduced-motion: reduce){.home-dashboard-logo,.home-dashboard-letter{animation:none}.home-dashboard-letter{opacity:1}.home-dashboard-logout,.home-product-tile,.home-dashboard-camera{transition:none}}.animals-camera-start{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;background:#000;color:#fff;text-align:center;font-size:18px}.animals-camera-error p{max-width:420px;color:#ffb3b3;line-height:1.5}.animals-camera-error button{padding:13px 24px;border:0;border-radius:8px;background:#4caf50;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.scene-editor-link{position:fixed;bottom:28px;left:50%;transform:translate(-50%);z-index:25;padding:10px 18px;border-radius:8px;background:#0a0a14d9;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:14px;font-weight:600;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.scene-editor-link:hover{background:#ffffff1f}.ar-controls{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:15;display:flex;gap:10px}.ar-controls button{padding:10px 20px;font-size:16px;border:none;border-radius:8px;color:#fff;cursor:pointer}.stop-btn{background:#e00}.mode-btn{position:fixed;top:20px;right:20px;z-index:15;width:48px;height:48px;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:#0009;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.editor-gear-btn{position:fixed;top:20px;left:20px;z-index:15;width:48px;height:48px;border:2px solid rgba(255,255,255,.8);border-radius:50%;background:#0009;color:#fff;font-size:22px;line-height:1;cursor:pointer}.position-editor{position:fixed;left:20px;top:80px;z-index:20;max-width:calc(100vw - 40px)}.position-editor-panel{width:280px;padding:14px;border-radius:10px;background:#000000d9;color:#fff;font-size:12px}.position-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:700;font-size:14px}.position-editor-close{border:none;background:transparent;color:#fff;font-size:22px;cursor:pointer;line-height:1}.position-editor-row{display:grid;grid-template-columns:16px 1fr 40px;align-items:center;gap:8px;margin-bottom:10px}.position-editor-row input[type=range]{width:100%}.position-editor-value{text-align:right;font-variant-numeric:tabular-nums}.position-editor-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.position-editor-actions button{flex:1;min-width:70px;padding:8px 10px;border:none;border-radius:6px;background:#007bff;color:#fff;font-size:12px;cursor:pointer}.position-editor-hint{margin-top:10px;opacity:.75;line-height:1.4}.highlight-label{position:fixed;top:70px;left:50%;transform:translate(-50%);padding:5px 15px;border-radius:5px;background:#0f0c;color:#000;font-size:12px;font-weight:700;z-index:101}.selected-animal-badge{position:fixed;top:70px;left:50%;transform:translate(-50%);padding:8px 16px;border-radius:8px;background:#00c850e6;color:#000;font-size:13px;font-weight:700;z-index:101;white-space:nowrap;max-width:90vw;text-align:center}.model-load-bar{position:fixed;bottom:0;left:0;right:0;z-index:101;padding:12px 16px 20px;background:#000000bf;color:#fff}.model-load-bar-label{font-size:14px;font-weight:600;margin-bottom:8px}.model-load-bar-track{height:6px;border-radius:3px;background:#fff3;overflow:hidden}.model-load-bar-fill{height:100%;border-radius:3px;background:#4caf50;transition:width .15s ease-out}.model-load-bar--inline{position:static;padding:0 0 10px;background:transparent}.model-load-log-panel{position:fixed;left:20px;bottom:20px;max-width:min(320px,calc(100vw - 40px));border-radius:8px;background:#000c;color:#fff;font-size:12px;z-index:102;overflow:hidden}.model-load-log-header{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.model-load-log-title{font-weight:600}.model-load-log-badge{margin-left:auto;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase}.model-load-log-badge--idle{background:#ffffff26;color:#ccc}.model-load-log-badge--loading{background:#ffc10740;color:#ffc107}.model-load-log-badge--loaded{background:#4caf5040;color:#4caf50}.model-load-log-badge--failed{background:#f4433640;color:#f44336}.model-load-log-chevron{font-size:10px;opacity:.7}.model-load-log-body{max-height:200px;overflow-y:auto;padding:0 12px 12px;border-top:1px solid rgba(255,255,255,.1)}.model-load-log-list{list-style:none;margin:0;padding:8px 0 0}.model-load-log-entry{display:flex;gap:8px;padding:4px 0;line-height:1.4}.model-load-log-time{flex-shrink:0;opacity:.55;font-variant-numeric:tabular-nums}.model-load-log-message{word-break:break-word}.model-load-log-entry--success .model-load-log-message{color:#81c784}.model-load-log-entry--error .model-load-log-message{color:#e57373}.model-load-log-entry--progress .model-load-log-message{color:#ffd54f}.instructions-panel{width:min(92vw,480px);max-height:84vh;overflow-y:auto;padding:22px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#0d1223f7;color:#fff;font-size:14px;line-height:1.5;box-shadow:0 24px 70px #0000008c;outline:none}.instructions-panel p{margin:10px 0}.instructions-panel ol{padding-left:22px}.instructions-panel li{margin:8px 0}.animals-help-backdrop,.animal-product-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:18px;background:#000000c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.animals-help-header,.animal-product-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.animals-help-header h2,.animal-product-picker-header h1{margin:0;font-size:21px}.animals-help-header button,.animal-product-picker-close{flex:0 0 auto;width:38px;height:38px;border:0;border-radius:50%;background:#ffffff1f;color:#fff;font-size:26px;cursor:pointer}.animals-help-video,.animal-product-activate{width:100%;margin-top:12px;padding:12px 16px;border:0;border-radius:10px;background:#1677ff;color:#fff;font-weight:700;cursor:pointer}.animals-help-note{opacity:.72}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:80%;padding:15px 25px;border-radius:8px;background:#000c;color:#fff;font-size:14px;font-weight:700;text-align:center;z-index:30}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000d9;color:#fff;font-size:18px;z-index:25}.scene-editor{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;font-family:system-ui,-apple-system,sans-serif;color:#fff}.scene-editor-canvas{width:100%;height:100%}.scene-editor-canvas canvas{display:block;width:100%;height:100%}.scene-editor-toolbar{position:fixed;top:16px;left:16px;display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 12px;border-radius:10px;background:#0a0a14e0;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.scene-editor-toolbar-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.6;margin-right:4px}.scene-editor-toolbar-divider{width:1px;height:20px;background:#ffffff26;margin:0 4px}.scene-editor-toolbar button{padding:6px 12px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff14;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.scene-editor-toolbar button:hover{background:#ffffff29}.scene-editor-toolbar button.active{background:#007bff;border-color:#007bff}.scene-editor-back-link{padding:6px 12px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff14;color:#fff;font-size:12px;font-weight:600;text-decoration:none}.scene-editor-back-link:hover{background:#ffffff29}.scene-editor-panel{position:fixed;top:16px;right:16px;width:min(300px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow-y:auto;padding:16px;border-radius:10px;background:#0a0a14eb;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;box-sizing:border-box}.scene-editor-title{margin:0 0 4px;font-size:16px;font-weight:700}.scene-editor-subtitle{margin:0 0 14px;font-size:11px;line-height:1.4;opacity:.7}.scene-editor-targets{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.scene-editor-targets button{flex:1;min-width:0;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff0f;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.scene-editor-targets button:hover:not(:disabled){background:#ffffff1f}.scene-editor-targets button.active{background:#007bff;border-color:#007bff}.scene-editor-targets button:disabled{opacity:.5;cursor:not-allowed}.scene-editor-loading{margin:0 0 12px;font-size:12px;color:#7ec8ff}.scene-editor-fieldset{border:1px solid rgba(255,255,255,.1);border-radius:8px;margin:0 0 12px;padding:10px 12px 6px}.scene-editor-fieldset:disabled{opacity:.5;pointer-events:none}.scene-editor-fieldset legend{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:0 4px;opacity:.75}.scene-editor-row{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;margin-bottom:6px;font-size:12px}.scene-editor-row span{font-weight:700;font-variant-numeric:tabular-nums;opacity:.8}.scene-editor-row input{width:100%;padding:5px 8px;border:1px solid rgba(255,255,255,.15);border-radius:5px;background:#00000059;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;box-sizing:border-box}.scene-editor-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.scene-editor-actions button{flex:1;min-width:72px;padding:8px 10px;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff1a;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.scene-editor-actions button:disabled{opacity:.4;cursor:not-allowed}.scene-editor-actions button.primary{background:#007bff;border-color:#007bff}.scene-editor-status{margin:10px 0 0;padding:8px 10px;border-radius:6px;background:#007bff33;border:1px solid rgba(0,123,255,.4);font-size:11px;line-height:1.4}.scene-editor-hint{margin:12px 0 0;font-size:10px;line-height:1.45;opacity:.6}.model-hierarchy-panel{position:fixed;left:16px;bottom:16px;width:min(360px,calc(100vw - 32px));max-height:min(52vh,480px);overflow:hidden;display:flex;flex-direction:column;padding:12px;border-radius:10px;background:#0a0a14eb;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;box-sizing:border-box}.model-hierarchy-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:13px;font-weight:700}.model-hierarchy-header button{padding:4px 8px;border:1px solid rgba(255,255,255,.15);border-radius:5px;background:#ffffff14;color:#fff;font-size:11px;cursor:pointer}.model-hierarchy-hint{margin:0 0 8px;font-size:10px;line-height:1.35;opacity:.65}.model-hierarchy-chain{margin-bottom:8px;padding:8px;border-radius:6px;background:#007bff1f;font-size:11px;line-height:1.5;word-break:break-word}.model-hierarchy-chain-label{display:block;margin-bottom:4px;font-weight:700;opacity:.8}.model-hierarchy-chain-item button{border:none;background:none;color:#8ec8ff;padding:0;font:inherit;cursor:pointer}.model-hierarchy-chain-sep{margin:0 4px;opacity:.5}.model-hierarchy-tree{overflow-y:auto;flex:1;min-height:120px;border:1px solid rgba(255,255,255,.08);border-radius:6px}.model-hierarchy-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:5px 8px 5px 0;border:none;border-bottom:1px solid rgba(255,255,255,.05);background:transparent;color:#fff;font-size:11px;text-align:left;cursor:pointer}.model-hierarchy-row:hover{background:#ffffff0f}.model-hierarchy-row.selected{background:#007bff38}.model-hierarchy-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-hierarchy-meta{flex-shrink:0;opacity:.45;font-size:10px}.model-hierarchy-named{margin-top:8px;font-size:11px}.model-hierarchy-named summary{cursor:pointer;opacity:.8}.model-hierarchy-named ul{margin:6px 0 0;padding-left:16px;max-height:120px;overflow-y:auto}.model-hierarchy-named li{margin-bottom:4px;line-height:1.35}.model-hierarchy-named code{color:#9fd0ff}.model-hierarchy-compat{margin-bottom:8px;padding:8px;border-radius:6px;background:#ffffff0d;font-size:11px}.model-hierarchy-compat.warn{background:#ff8c001f}.model-hierarchy-compat ul{margin:4px 0 0;padding-left:16px}.model-hierarchy-compat li{margin-bottom:3px;line-height:1.35}.model-hierarchy-compat li.ok{color:#7dcea0}.model-hierarchy-compat li.missing{color:#ffb347}.model-three-compare{margin-bottom:8px}.model-three-table-wrap{overflow-x:auto;margin:6px 0}.model-three-table{width:100%;border-collapse:collapse;font-size:10px}.model-three-table th,.model-three-table td{padding:3px 5px;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.model-three-table th:first-child,.model-three-table td:first-child{text-align:left;max-width:120px;overflow:hidden;text-overflow:ellipsis}.model-three-table td.yes{color:#7dcea0}.model-three-table td.no{color:#ffffff40}.model-three-hierarchy{margin:6px 0 0;padding-left:14px;font-size:10px;line-height:1.45;opacity:.85}.model-three-hierarchy li{margin-bottom:4px}.activation-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff;z-index:9999;padding:20px;text-align:center}.activation-spinner-title{font-size:22px;margin-bottom:20px}.activation-spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.activation-error .activation-lock{font-size:24px;font-weight:700;margin-bottom:12px}.activation-message{color:#ff6b6b;max-width:360px;margin-bottom:24px;line-height:1.5}.activation-retry-btn{padding:14px 28px;border:none;border-radius:8px;background:#4caf50;color:#fff;font-size:16px;font-weight:600;cursor:pointer}.activation-gate-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.activation-retry-secondary{background:#ffffff1f}.animals-ar-icon-btn{position:fixed;z-index:100;width:clamp(44px,12vw,64px);height:clamp(44px,12vw,64px);padding:0;border:none;background:transparent;cursor:pointer}.animals-ar-icon-btn img{width:100%;height:100%;object-fit:contain;display:block}.animals-mode-icon{top:12px;left:12px}.animals-language-icon{top:12px;right:12px}.animals-menu-btn{position:fixed;bottom:12px;left:12px;z-index:100;display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;border:none;background:transparent;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.animals-menu-btn img{width:clamp(40px,10vw,56px);height:clamp(40px,10vw,56px);object-fit:contain;display:block}.animals-menu-panel{position:fixed;bottom:96px;left:8px;z-index:100;display:flex;flex-direction:column;align-items:center;gap:16px}.animals-menu-panel button{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0;border:none;background:transparent;color:#fff;font-size:10px;cursor:pointer}.animals-menu-panel button img{width:clamp(40px,10vw,56px);height:clamp(40px,10vw,56px);object-fit:contain;display:block}.ui-asset-fallback{display:grid;place-items:center;min-width:40px;min-height:40px;padding:4px;border:1px solid currentColor;border-radius:8px;color:inherit;font-size:11px;font-weight:800;line-height:1;text-align:center}.animals-product-switch-icon{display:grid;place-items:center;width:clamp(40px,10vw,56px);height:clamp(40px,10vw,56px);border-radius:50%;background:#000000b3;font-size:24px}.animal-product-picker{width:min(94vw,620px);max-height:88vh;overflow-y:auto;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#11172a;color:#fff;box-shadow:0 24px 70px #00000094;outline:none}.animal-product-picker-header p{margin:6px 0 0;color:#ffffffad}.animal-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.animal-product-card{min-height:132px;display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#ffffff0f;color:#fff;text-align:left;cursor:pointer}.animal-product-card-image{width:48px;height:48px;border-radius:9px;object-fit:contain;align-self:flex-end;margin-bottom:-42px}.animal-product-card:not(:disabled):hover,.animal-product-card:not(:disabled):focus-visible{border-color:#4da3ff;background:#4da3ff21}.animal-product-card.is-unavailable{opacity:.62;cursor:not-allowed}.animal-product-card-name{font-size:16px;font-weight:750}.animal-product-card-id{font-family:monospace;color:#ffffff8c}.animal-product-card-status{margin-top:auto;color:#74c0ff;font-weight:700}.animal-product-card-reason{margin-top:auto;font-size:12px;line-height:1.35;color:#ffc078}.animal-product-empty{margin:22px 0;text-align:center;color:#ff8787}.animal-product-activate{display:flex;align-items:center;justify-content:center;gap:10px}.animal-product-activate img,.animal-product-activate .ui-asset-fallback{width:32px;height:32px;min-width:32px;min-height:32px;object-fit:contain}.animals-selection-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 520px){.animal-product-grid{grid-template-columns:1fr}.animal-product-picker{padding:18px}}.language-btn{position:fixed;top:5vh;right:5vw;z-index:100;padding:10px 14px;border:none;border-radius:8px;background:#0000008c;color:#fff;font-size:14px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}
