.app-footer{padding:30px 40px;display:flex;flex-direction:column;gap:24px;margin-top:40px;background:#fff;border-radius:24px;border:3px solid #E2E8F0;box-shadow:0 4px 12px #0000000d;flex-shrink:0}.app-footer-status{display:flex;gap:50px;align-items:center;justify-content:center}.footer-status-item{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:1px}.footer-status-item svg{color:#94a3b8;width:24px;height:24px}.app-footer-logos{display:flex;align-items:center;gap:40px;padding-top:24px;border-top:2px solid #E2E8F0;justify-content:center}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo-text{font-size:1rem;font-weight:700;color:#475569;letter-spacing:1px}.app-footer-kiosk{padding-top:20px;border-top:2px solid #E2E8F0;font-size:1rem;color:#94a3b8;text-align:center;letter-spacing:1px;font-weight:600}.toast-container{position:fixed;top:30px;right:30px;z-index:3000;display:flex;flex-direction:column;gap:20px;max-width:500px}.toast{background:#fff;border:3px solid #E2E8F0;border-radius:20px;padding:24px 30px;min-width:400px;box-shadow:0 12px 40px #0003;display:flex;align-items:center;gap:24px;animation:toastSlide .3s ease-out}.toast-icon{width:42px;height:42px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:700;font-size:1.4rem;margin-bottom:6px;color:#1e293b}.toast-message{font-size:1.1rem;font-weight:500;color:#64748b}.toast.success{border-left:6px solid #10B981;background:linear-gradient(to right,#f0fdf4,#fff)}.toast.success .toast-icon{color:#10b981}.toast.error{border-left:6px solid #EF4444;background:linear-gradient(to right,#fef2f2,#fff)}.toast.error .toast-icon{color:#ef4444}.toast.info{border-left:6px solid #6B1E3F;background:linear-gradient(to right,#faf5f9,#fff)}.toast.info .toast-icon{color:#6b1e3f}.toast.warning{border-left:6px solid #F59E0B;background:linear-gradient(to right,#fffbeb,#fff)}.toast.warning .toast-icon{color:#f59e0b}@keyframes toastSlide{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.region-selector{height:100vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:0;display:flex;flex-direction:column;overflow:hidden}.region-selector-container{display:flex;flex-direction:column;height:100%;max-width:100%;margin:0;padding:30px 40px;overflow-y:auto}.region-selector-header{text-align:center;margin-bottom:40px;padding:20px 0;flex-shrink:0}.globe-icon{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#6b1e3f,#8b2e5f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4a574;box-shadow:0 12px 40px #6b1e3f4d}.globe-icon svg{width:60px;height:60px}.region-selector-title{font-size:4.5rem;font-weight:700;color:#6b1e3f;margin:0 0 20px;font-family:Georgia,serif;text-shadow:0 2px 4px rgba(0,0,0,.1)}.region-selector-subtitle{font-size:1.6rem;color:#64748b;max-width:90%;margin:0 auto;line-height:1.6;font-weight:500}.connection-banner{display:flex;justify-content:space-around;align-items:center;padding:30px 40px;background:#fff;border-radius:24px;border:3px solid #E2E8F0;margin-bottom:40px;box-shadow:0 8px 24px #0000001a;flex-shrink:0}.status-indicator{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:12px}.status-indicator.connected{color:#10b981}.status-indicator.disconnected{color:#94a3b8}.device-count{font-size:1.6rem;font-weight:700;color:#6b1e3f}.your-uuid{font-size:1.2rem;color:#64748b;font-weight:600}.uuid-value{font-family:JetBrains Mono,monospace;font-weight:700;color:#1e293b}.devices-grid{display:flex;flex-direction:column;gap:24px;flex:1;overflow-y:auto;padding-bottom:20px}.device-card-item{background:#fff;border-radius:24px;padding:35px 40px;border:3px solid #E2E8F0;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:30px;box-shadow:0 8px 20px #00000014;min-height:160px}.device-card-item:hover{transform:translateY(-6px) scale(1.02);border-color:#d4a574;box-shadow:0 16px 40px #6b1e3f33}.device-card-item:active{transform:translateY(-3px) scale(1.01)}.device-card-icon{width:90px;height:90px;background:linear-gradient(135deg,#6b1e3f,#8b2e5f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#d4a574;flex-shrink:0;box-shadow:0 4px 12px #6b1e3f4d}.device-card-icon svg{width:48px;height:48px}.device-card-info{flex:1;min-width:0}.device-card-title{font-size:2rem;font-weight:700;color:#6b1e3f;margin:0 0 12px}.device-card-uuid{font-size:1.1rem;color:#64748b;font-family:JetBrains Mono,monospace;margin:0 0 8px;word-break:break-all;font-weight:600}.device-card-location{font-size:1.3rem;color:#475569;margin:0;font-weight:600}.device-card-status{display:flex;align-items:center;gap:12px;font-size:1.3rem;font-weight:700;color:#10b981;flex-shrink:0}.status-dot{width:14px;height:14px;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite;box-shadow:0 0 8px #10b98180}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.no-devices{text-align:center;padding:120px 40px;color:#64748b;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.no-devices svg{color:#cbd5e1;margin-bottom:40px;width:120px;height:120px}.no-devices h3{font-size:2.5rem;font-weight:700;color:#475569;margin:0 0 20px}.no-devices p{font-size:1.6rem;color:#64748b;margin:0;font-weight:500}.devices-grid::-webkit-scrollbar{width:12px}.devices-grid::-webkit-scrollbar-track{background:#f1f5f9;border-radius:6px}.devices-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.devices-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.floating-camera{position:fixed;bottom:30px;right:30px;width:220px;border-radius:16px;overflow:hidden;background:#000;box-shadow:0 8px 32px #0000004d;border:3px solid #E2E8F0;z-index:100}.floating-camera video{width:100%;display:block;border-radius:13px 13px 0 0}.floating-camera-status{padding:6px 0;text-align:center;font-size:.85rem;font-weight:700;color:#94a3b8;background:#1e293b}.floating-camera-status.live{color:#10b981}.video-call-page{height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff);padding:0;display:flex;flex-direction:column;overflow:hidden}.video-call-container{display:flex;flex-direction:column;height:100%;max-width:100%;margin:0}.video-call-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:linear-gradient(135deg,#6b1e3f,#7d2d51);box-shadow:0 4px 20px #6b1e3f4d;flex-shrink:0}.video-call-back-btn,.video-call-end-btn{display:flex;align-items:center;gap:12px;padding:18px 32px;border-radius:16px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .3s ease;border:3px solid;min-height:70px;min-width:180px;justify-content:center}.video-call-back-btn{background:#fff;color:#6b1e3f;border-color:#ffffffe6}.video-call-back-btn:hover{background:#fffbf5;border-color:#d4a574;transform:scale(1.05);box-shadow:0 4px 12px #d4a5744d}.video-call-end-btn{background:#ef4444;color:#fff;border-color:#ef4444}.video-call-end-btn:hover{background:#dc2626;border-color:#dc2626;transform:scale(1.05)}.video-call-title{text-align:center;flex:1;padding:0 20px}.video-call-title h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 8px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.video-call-title p{font-size:1.3rem;color:#ffffffe6;margin:0}.video-call-content{position:relative;flex:1;overflow:hidden;padding:20px}.video-card{background:#fff;border-radius:24px;overflow:hidden;border:3px solid #E8E1E5;box-shadow:0 8px 32px #6b1e3f1f;display:flex;flex-direction:column}.video-card-large{height:100%}.video-card-small{position:absolute;bottom:30px;right:30px;width:280px;z-index:10;box-shadow:0 12px 40px #0000004d}.video-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:linear-gradient(to right,#f9f7f8,#fff);border-bottom:3px solid #E8E1E5;flex-shrink:0}.video-card-small .video-card-header{padding:12px 16px;border-bottom:2px solid #E8E1E5}.video-card-label{font-size:1.4rem;font-weight:700;color:#6b1e3f;text-transform:uppercase;letter-spacing:1px}.video-card-small .video-card-label{font-size:.9rem;letter-spacing:.5px}.connection-status{font-size:1.3rem;font-weight:700;display:flex;align-items:center;gap:10px}.video-card-small .connection-status{font-size:.8rem;gap:6px}.connection-status.connected{color:#10b981}.connection-status.disconnected{color:#94a3b8}.video-card-content{position:relative;background:#1a1a1a;flex:1;display:flex;align-items:center;justify-content:center}.video-card-large .video-card-content{height:100%}.video-card-small .video-card-content{height:180px}.video-card-content video{width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#999;gap:24px}.video-placeholder svg{width:120px;height:120px}.video-card-small .video-placeholder svg{width:40px;height:40px}.video-placeholder p{font-size:1.8rem;font-weight:600;margin:0}.video-card-small .video-placeholder p{font-size:.85rem;font-weight:500}.video-controls{display:flex;gap:20px;padding:20px 30px;background:linear-gradient(135deg,#f9f7f8,#f5f5f5);border-top:3px solid #E8E1E5;flex-shrink:0}.video-card-small .video-controls{gap:8px;padding:10px 12px;border-top:2px solid #E8E1E5}.control-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:24px;min-height:85px;background:linear-gradient(135deg,#6b1e3f,#7d2d51);color:#fff;border:none;border-radius:18px;cursor:pointer;transition:all .3s ease;font-weight:700;box-shadow:0 4px 16px #6b1e3f4d}.video-card-small .control-btn{padding:10px;min-height:45px;border-radius:10px}.control-btn svg{width:36px;height:36px}.video-card-small .control-btn svg{width:20px;height:20px}.control-btn:hover{background:linear-gradient(135deg,#7d2d51,#8b3a5f);transform:translateY(-4px) scale(1.05);box-shadow:0 8px 24px #d4a57466;border:2px solid #D4A574}.control-btn:active{transform:translateY(-2px) scale(1.02)}.control-btn.disabled{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 4px 16px #ef44444d;border:none}.control-btn.disabled:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 8px 24px #ef444466;border:none}.video-call-info{display:none}.loading-spinner{width:64px;height:64px;border:5px solid rgba(255,255,255,.15);border-top-color:#d4a574;border-radius:50%;animation:spin .8s linear infinite}.app{min-height:100vh}*{box-sizing:border-box}body{margin:0;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}button{font-family:inherit}:root{--primary: #00D9FF;--primary-dark: #00A8CC;--primary-light: #66E5FF;--secondary: #FF6B35;--danger: #FF4757;--success: #2ECC71;--warning: #FFA502;--bg-dark: #0A0E27;--bg-medium: #151B3B;--bg-light: #1F2847;--surface: #2A3359;--border: #3D4671;--text-primary: #FFFFFF;--text-secondary: #A0AEC0;--text-muted: #64748B;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(0, 217, 255, .3);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--font-primary: "Instrument Sans", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background:var(--bg-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(0,217,255,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,107,53,.05) 0%,transparent 50%);pointer-events:none;z-index:0}#root{position:relative;z-index:1;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-medium)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes toastSlide{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hidden{display:none!important}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--primary);animation:spin 1s linear infinite}.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}
