.loading-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;text-align:center;padding:2rem}.loading-content{max-width:500px;width:100%}.loading-spinner{margin-bottom:2rem;display:flex;justify-content:center}.spinner{width:60px;height:60px;border:4px solid rgba(255,255,255,.1);border-top-color:#4a9eff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#fff;direction:rtl}.loading-subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:1rem}.audio-warning{font-size:.875rem;color:orange;margin-top:1rem;direction:rtl}.error-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.error-icon{font-size:4rem;filter:drop-shadow(0 4px 8px rgba(255,165,0,.3))}.error-title{font-size:1.75rem;font-weight:700;color:#ff6b6b;direction:rtl}.error-message{font-size:1rem;color:#fffc;line-height:1.6;max-width:400px}.retry-button{padding:1rem 2rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#4a9eff,#357abd);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a9aff4d;direction:rtl;min-width:180px}.retry-button:hover,.retry-button:focus{transform:translateY(-2px);box-shadow:0 6px 16px #4a9aff66}.retry-button:active{transform:translateY(0)}@media (max-width: 480px){.loading-title{font-size:1.5rem}.loading-subtitle{font-size:.875rem}.error-title{font-size:1.5rem}.retry-button{padding:.875rem 1.75rem;font-size:1rem}}.about-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;direction:rtl}.about-modal-content{position:relative;background:linear-gradient(135deg,#1a1a2e,#16213e);border:3px solid #4a9eff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 20px 60px #00000080;color:#fff;direction:rtl}.about-modal-close{position:absolute;top:1rem;left:1rem;width:50px;height:50px;background:#ef4444e6;border:3px solid #fff;border-radius:50%;color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1}.about-modal-close:hover,.about-modal-close:focus{background:#ef4444;transform:scale(1.1);box-shadow:0 4px 12px #ef444466;outline:3px solid #4a9eff;outline-offset:2px}.about-modal-close:active{transform:scale(.95)}.about-app-name{text-align:center;margin-bottom:2rem;padding-top:1rem;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1.5rem}.app-name{font-size:2.5rem;font-weight:900;color:#fff;margin:0 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);direction:rtl}.app-name-subtitle{font-size:1.125rem;color:#fffc;margin:0;font-style:italic;direction:ltr;text-align:center}.about-branding{text-align:center;margin-bottom:2rem;padding-top:1rem}.developer-logo{margin-bottom:1.5rem;display:flex;justify-content:center}.logo-image{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 24px #4a9aff4d;background:linear-gradient(135deg,#4a9eff,#357abd)}.logo-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#4a9eff,#357abd);border:4px solid #fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #4a9aff4d}.logo-text{font-size:2.5rem;font-weight:900;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.developer-name{font-size:1.75rem;font-weight:700;color:#fff;margin:1rem 0 .5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.developer-title{font-size:1.125rem;color:#ffffffe6;margin:.5rem 0 .25rem;line-height:1.6;font-weight:500}.developer-subtitle{font-size:1rem;color:#fffc;margin:0;line-height:1.6}.about-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.about-link{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 2rem;background:linear-gradient(135deg,#4a9eff,#357abd);border:3px solid #fff;border-radius:12px;color:#fff;text-decoration:none;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #4a9aff4d;min-height:60px}.about-link:hover,.about-link:focus{transform:translateY(-2px);box-shadow:0 6px 20px #4a9aff66;background:linear-gradient(135deg,#357abd,#2a5f8f);outline:3px solid #4a9eff;outline-offset:2px}.about-link:active{transform:translateY(0)}.link-icon{font-size:1.5rem}.link-text{flex:1;text-align:center}.about-audio{margin-bottom:2rem}.audio-signature-button{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#10b981,#059669);border:3px solid #fff;border-radius:12px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d;min-height:60px}.audio-signature-button:hover,.audio-signature-button:focus{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166;background:linear-gradient(135deg,#059669,#047857);outline:3px solid #10b981;outline-offset:2px}.audio-signature-button:active{transform:translateY(0)}.button-icon{font-size:1.5rem}.button-text{flex:1;text-align:center}.about-changelog{margin-bottom:2rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;border:2px solid rgba(255,255,255,.2)}.section-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;text-align:center}.changelog-content{display:flex;flex-direction:column;gap:1rem}.changelog-item{display:flex;flex-direction:column;gap:.5rem}.version-badge{display:inline-block;padding:.5rem 1rem;background:#4a9eff;color:#fff;border-radius:8px;font-weight:600;font-size:.875rem;width:fit-content}.version-description{color:#ffffffe6;margin:0;line-height:1.6}.about-description{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px}.app-description{color:#fffc;line-height:1.8;margin:0;font-size:1rem}.about-actions{display:flex;justify-content:center}.close-button-bottom{width:100%;max-width:300px;padding:1.25rem 2rem;background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #fff;border-radius:12px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d;min-height:60px}.close-button-bottom:hover,.close-button-bottom:focus{transform:translateY(-2px);box-shadow:0 6px 20px #ef444466;background:linear-gradient(135deg,#dc2626,#b91c1c);outline:3px solid #ef4444;outline-offset:2px}.close-button-bottom:active{transform:translateY(0)}.about-section{margin-bottom:1.5rem}.about-section:last-child{margin-bottom:0}@media (max-width: 768px){.about-modal-content{padding:1.5rem;max-height:95vh}.app-name{font-size:2rem}.app-name-subtitle{font-size:.875rem}.developer-name{font-size:1.5rem}.developer-title{font-size:1rem}.logo-image,.logo-placeholder{width:100px;height:100px}.logo-text{font-size:2rem}.about-link,.audio-signature-button,.close-button-bottom{font-size:1rem;padding:1rem 1.5rem;min-height:56px}}@media (prefers-contrast: high){.about-modal-content{border-width:4px;background:#000}.about-link,.audio-signature-button,.close-button-bottom{border-width:4px}.developer-name,.section-title{text-shadow:none}}.about-install{margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}.install-instructions{padding:1.5rem;background:#4a9aff26;border:2px solid #4a9eff;border-radius:12px}.install-instructions-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 1rem;text-align:center}.install-steps{display:flex;flex-direction:column;gap:1rem}.install-step{color:#ffffffe6;font-size:.9375rem;line-height:1.7;margin:0;padding:.75rem;background:#0003;border-radius:8px}.install-step strong{color:#4a9eff;font-size:1rem;display:block;margin-bottom:.5rem}.install-button{width:100%;padding:1.5rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);border:3px solid #fff;border-radius:12px;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;box-shadow:0 6px 16px #f59e0b66;min-height:70px}.install-button:hover,.install-button:focus{transform:translateY(-3px);box-shadow:0 8px 24px #f59e0b80;background:linear-gradient(135deg,#d97706,#b45309);outline:3px solid #f59e0b;outline-offset:2px}.install-button:active{transform:translateY(0)}.about-update,.about-reload{margin-bottom:2rem}.reload-button{background:linear-gradient(135deg,#dc2626,#991b1b);border:3px solid #fca5a5;color:#fff;font-weight:700;padding:1rem 1.5rem;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;font-size:1rem;box-shadow:0 4px 15px #dc26264d}.reload-button:hover,.reload-button:focus{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #dc262680;outline:none}.reload-button:active{transform:translateY(0);box-shadow:0 2px 10px #dc26264d}.reload-hint{margin-top:.5rem;font-size:.85rem;color:#cbd5e1;text-align:center;line-height:1.4}.update-button{width:100%;padding:1.25rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border:3px solid #fff;border-radius:12px;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d;min-height:60px}.update-button:hover,.update-button:focus{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8);outline:3px solid #3b82f6;outline-offset:2px}.update-button:active{transform:translateY(0)}.update-hint{margin-top:.75rem;font-size:.875rem;color:#ffffffb3;text-align:center}.install-hint{text-align:center;color:#ffffffb3;font-size:.875rem;line-height:1.6;margin:0;padding:0 1rem}.installed-badge{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:#10b98133;border:2px solid #10b981;border-radius:12px;color:#10b981;font-size:1.125rem;font-weight:600}.badge-icon{font-size:1.5rem}.badge-text{text-align:center}@media (prefers-reduced-motion: reduce){.about-modal-close,.about-link,.audio-signature-button,.install-button,.update-button,.close-button-bottom{transition:none}.about-link:hover,.audio-signature-button:hover,.install-button:hover,.update-button:hover,.close-button-bottom:hover{transform:none}}.toast-container{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:10000;max-width:90%;width:100%;max-width:500px;animation:toastSlideIn .3s ease-out}.toast-content{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border:3px solid #4a9eff;border-radius:12px;box-shadow:0 8px 24px #00000080;color:#fff;font-size:1rem;font-weight:600;direction:rtl}.toast-icon{font-size:1.5rem;flex-shrink:0}.toast-message{flex:1;line-height:1.5}.toast-close{background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:32px;height:32px;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;line-height:1;padding:0}.toast-close:hover,.toast-close:focus{background:#fff3;border-color:#fff;outline:2px solid #4a9eff;outline-offset:2px}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.toast-container{top:1rem;max-width:95%}.toast-content{padding:1rem 1.25rem;font-size:.875rem}.toast-icon{font-size:1.25rem}.toast-close{width:28px;height:28px;font-size:1rem}}@media (prefers-contrast: high){.toast-content{border-width:4px;background:#000}}@media (prefers-reduced-motion: reduce){.toast-container{animation:none}}.blind-overlay{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#000;cursor:pointer;-webkit-user-select:none;user-select:none}.info-button{position:absolute;top:1rem;right:1rem;width:56px;height:56px;background:linear-gradient(135deg,#4a9eff,#357abd);border:3px solid #fff;border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;box-shadow:0 4px 12px #4a9aff66;transition:all .3s ease;padding:0;line-height:1}.info-button:hover,.info-button:focus{transform:scale(1.1);box-shadow:0 6px 20px #4a9aff99;background:linear-gradient(135deg,#357abd,#2a5f8f);outline:3px solid #4a9eff;outline-offset:2px}.info-button:active{transform:scale(.95)}.info-icon{display:block;font-size:1.75rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media (max-width: 768px){.info-button{width:50px;height:50px;top:.75rem;right:.75rem;font-size:1.25rem}.info-icon{font-size:1.5rem}}.camera-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover}.hidden-canvas{display:none}.detection-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:10}.detection-status{position:absolute;top:2rem;left:50%;transform:translate(-50%);padding:1rem 2rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;display:flex;align-items:center;gap:.75rem}.status-indicator{display:flex;align-items:center;gap:.75rem;direction:rtl}.pulse{width:12px;height:12px;border-radius:50%;background-color:#4ade80;box-shadow:0 0 #4ade80b3;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #4ade80b3}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 #4ade8000}}.status-indicator.paused .pulse{background-color:#fbbf24;animation:none}.status-text{color:#fff;font-size:1rem;font-weight:600}.last-detection{position:absolute;bottom:6rem;left:50%;transform:translate(-50%);padding:1.5rem 2.5rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;min-width:250px;text-align:center}.detection-info{display:flex;flex-direction:column;gap:.5rem}.detection-class{color:#4ade80;font-size:1.25rem;font-weight:700}.detection-confidence{color:#ffffffb3;font-size:.875rem}.install-button-prominent{position:absolute;top:20px;left:50%;transform:translate(-50%);padding:1rem 2rem;background:linear-gradient(135deg,#f59e0b,#d97706);border:4px solid #fff;border-radius:16px;color:#fff;font-size:1.25rem;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:.75rem;z-index:1001;transition:all .3s ease;box-shadow:0 8px 24px #f59e0b99,0 0 0 4px #f59e0b33;animation:pulse-install 2s ease-in-out infinite;min-height:70px}.install-button-prominent:hover,.install-button-prominent:focus{transform:translate(-50%) scale(1.05);box-shadow:0 12px 32px #f59e0bcc,0 0 0 6px #f59e0b4d;background:linear-gradient(135deg,#d97706,#b45309)}.install-button-prominent:active{transform:translate(-50%) scale(.98)}.install-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.install-text{font-size:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:1px}@keyframes pulse-install{0%,to{box-shadow:0 8px 24px #f59e0b99,0 0 0 4px #f59e0b33}50%{box-shadow:0 8px 24px #f59e0be6,0 0 0 8px #f59e0b66}}.instructions{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;padding:1rem 2rem;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;max-width:90%;direction:rtl}.instructions p{color:#fff;font-size:.875rem;margin:0;line-height:1.5}.sub-instruction{color:#fff9;font-size:.75rem;margin-top:.25rem!important}.camera-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:2rem;background:#ef4444e6;color:#fff;border-radius:12px;text-align:center;font-size:1rem;font-weight:600;direction:rtl;max-width:80%}@media (max-width: 768px){.detection-status{top:1rem;padding:.75rem 1.5rem}.status-text{font-size:.875rem}.last-detection{bottom:5rem;padding:1.25rem 2rem;min-width:200px}.detection-class{font-size:1.125rem}.instructions{bottom:1.5rem;padding:.875rem 1.5rem}.instructions p{font-size:.8125rem}.sub-instruction{font-size:.6875rem}.install-button-prominent{top:15px;padding:.875rem 1.5rem;font-size:1.125rem;min-height:60px}.install-icon{font-size:1.75rem}.install-text{font-size:1.25rem}}@media (orientation: landscape) and (max-height: 500px){.detection-status{top:.5rem;padding:.5rem 1rem;font-size:.75rem}.last-detection{bottom:.5rem;padding:.75rem 1.25rem}.instructions{display:none}}@media (prefers-contrast: high){.detection-status,.last-detection,.instructions{background:#000000f2;border:2px solid #fff}.status-text,.detection-class,.instructions p{color:#fff;font-weight:700}}@media (prefers-reduced-motion: reduce){.pulse{animation:none}}.guide-container{background-color:#1a1a1a;color:#fff;height:100vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;font-family:system-ui,-apple-system,sans-serif;direction:rtl;box-sizing:border-box;padding-bottom:40px}.guide-nav{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#252525;box-shadow:0 2px 10px #0000004d;position:sticky;top:0;z-index:100}.guide-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem}.back-button{background:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-family:inherit;font-weight:700}.guide-header{text-align:center;padding:40px 20px;background:linear-gradient(180deg,#252525,#1a1a1a)}.guide-header h1{margin:0;font-size:2.5rem;color:#3498db}.subtitle{color:#ccc;margin-top:10px;font-size:1.1rem}.guide-content{max-width:800px;margin:0 auto;padding:0 20px}.guide-section{margin-bottom:40px;background:#252525;padding:20px;border-radius:12px}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;background:#000}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.caption{text-align:center;color:#888;margin-top:10px;font-size:.9rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;background:transparent;padding:0}.step-card{background:#2d2d2d;padding:20px;border-radius:12px;text-align:center;border:1px solid #3d3d3d}.step-number{background:#3498db;color:#fff;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px}.gesture-row{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #333}.gesture-row:last-child{border-bottom:none}.gesture-icon{font-size:2rem;width:50px;text-align:center}.haptic-list{list-style:none;padding:0}.haptic-list li{padding:10px 0;border-bottom:1px solid #333}.tips-section ul{padding-right:20px}.tips-section li{margin-bottom:10px;color:#ddd}.guide-footer{text-align:center;padding:20px;color:#666;font-size:.9rem;border-top:1px solid #333;margin-top:40px}.section-intro{color:#bbb;margin-bottom:20px}.success-mark{background:#3498db1a;border-right:3px solid #3498db;padding:8px 12px;margin-top:10px;border-radius:4px;font-size:.9rem;color:#ddd}.tips-list,.haptic-list{list-style:none;padding:0}.tips-list li,.haptic-list li{background:#2d2d2d;margin-bottom:10px;padding:15px;border-radius:8px;border:1px solid #3d3d3d}.tips-list strong,.haptic-list strong{color:#3498db;display:block;margin-bottom:5px}.trouble-list{display:grid;gap:15px}.trouble-item{background:#2d2222;padding:15px;border-radius:8px;border:1px solid #4a3b3b}.trouble-item h3{color:#e74c3c;margin:0 0 10px;font-size:1.1rem}.trouble-item p{margin:0;color:#ccc}.disclaimer-box{background-color:#2c0b0e;border:1px solid #c0392b;border-right:5px solid #c0392b}.disclaimer-box h2{color:#e74c3c}.disclaimer-body p{color:#ecf0f1;margin-bottom:10px;line-height:1.6}.disclaimer-body .highlight{font-weight:700;color:#ff7675;text-decoration:underline;margin:15px 0}.disclaimer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:9999;direction:rtl;padding:20px}.disclaimer-content{background-color:#252525;color:#fff;padding:30px;border-radius:16px;max-width:500px;width:100%;text-align:center;border:2px solid #e74c3c;box-shadow:0 4px 20px #00000080}.disclaimer-icon{font-size:3rem;margin-bottom:15px}.disclaimer-content h2{color:#e74c3c;margin-top:0;font-size:1.5rem}.disclaimer-text{text-align:right;margin:20px 0;font-size:1.1rem;line-height:1.6;color:#ddd}.disclaimer-text p{margin-bottom:15px}.disclaimer-text strong{color:#fff;font-weight:700;text-decoration:underline}.accept-button{background-color:#e74c3c;color:#fff;border:none;padding:15px 30px;font-size:1.2rem;border-radius:50px;cursor:pointer;width:100%;font-weight:700;margin-top:10px;transition:transform .2s}.accept-button:active{transform:scale(.95)}.app{width:100vw;height:100vh;overflow:hidden;position:relative;background-color:#000}.app-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow:hidden;background-color:#000;color:#fff;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}#root{width:100vw;height:100vh;overflow:hidden}*:focus-visible{outline:3px solid #4a9eff;outline-offset:2px}*{-webkit-tap-highlight-color:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
