:root{--primary-color: #3498db;--primary-dark: #2980b9;--secondary-color: #2c3e50;--success-color: #2ecc71;--warning-color: #f39c12;--danger-color: #e74c3c;--light-color: #ecf0f1;--dark-color: #2c3e50;--text-color: #2c3e50;--text-muted: #7f8c8d;--border-color: #e1e8ed;--background-color: #f5f5f5;--white: #ffffff;--shadow: 0 2px 10px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .15);--border-radius: 8px;--border-radius-lg: 12px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}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;line-height:1.6;color:var(--text-color);background-color:var(--background-color);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem;color:var(--dark-color)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-color)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark);text-decoration:underline}input,textarea,select,button{font-family:inherit;font-size:inherit}input,textarea,select{border:2px solid var(--border-color);border-radius:var(--border-radius);padding:.75rem;transition:var(--transition);background-color:var(--white)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3498db1a}button{cursor:pointer;border:none;border-radius:var(--border-radius);padding:.75rem 1.5rem;font-weight:500;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:disabled{opacity:.6;cursor:not-allowed}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}*:focus{outline:2px solid var(--primary-color);outline-offset:2px}::selection{background-color:var(--primary-color);color:var(--white)}@media (max-width: 768px){html{font-size:14px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}}@media (max-width: 480px){html{font-size:13px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}h5{font-size:1rem}h6{font-size:.9rem}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}}.smartz-login{min-height:100vh;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.smartz-login-status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:transparent;color:#333;font-size:14px;font-weight:500;height:44px}.smartz-login-status-left{display:flex;align-items:center;gap:8px}.smartz-login-status-right{display:flex;align-items:center;gap:4px}.smartz-login-time{font-weight:600}.smartz-login-bell{font-size:16px}.smartz-login-signal,.smartz-login-wifi{font-size:14px}.smartz-login-battery{background:#000;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.smartz-login-header{text-align:center;padding:40px 20px 30px}.smartz-login-logo{font-size:32px;font-weight:300;color:var(--primary-color, #007AFF);margin:0 0 8px;letter-spacing:-.5px}.smartz-login-welcome{font-size:16px;color:#666;margin:0;font-weight:400}.smartz-login-form-container{flex:1;padding:0 20px 40px;display:flex;flex-direction:column;justify-content:center}.smartz-login-form{display:flex;flex-direction:column;gap:20px;max-width:400px;margin:0 auto;width:100%}.smartz-login-field{position:relative}.smartz-login-input{width:100%;padding:16px;border:1px solid #e0e0e0;border-radius:12px;font-size:16px;background:#fff;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.smartz-login-input:focus{outline:none;border-color:var(--primary-color, #007AFF);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-color, #007AFF) 10%,transparent)}.smartz-login-input::placeholder{color:#999}.smartz-login-country-field{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .3s}.smartz-login-country-field:hover{border-color:var(--primary-color, #007AFF)}.smartz-login-country-text{font-size:16px;color:#333;font-weight:400}.smartz-login-country-right{display:flex;align-items:center;gap:8px}.smartz-login-country-code{font-size:16px;color:#666;font-weight:500}.smartz-login-country-arrow{font-size:12px;color:#999}.smartz-login-password-toggle{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:18px;cursor:pointer;padding:4px;color:#666}.smartz-login-password-toggle:hover{color:#333}.smartz-login-forgot{text-align:right;margin-top:-10px}.smartz-login-forgot-link{color:var(--primary-color, #007AFF);text-decoration:underline;font-size:14px;font-weight:400}.smartz-login-forgot-link:hover{color:color-mix(in srgb,var(--primary-color, #007AFF) 80%,black)}.smartz-login-button{background:#ccc;color:#fff;border:none;padding:16px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.smartz-login-button:hover:not(:disabled){background:#999}.smartz-login-button:disabled{background:#e0e0e0;cursor:not-allowed}.smartz-login-error{background-color:#fee;color:#e74c3c;padding:12px;border-radius:8px;border:1px solid #fadbd8;font-size:14px;text-align:center;margin-bottom:10px}.smartz-login-instructions{text-align:center;margin-bottom:20px}.smartz-login-instructions p{color:#666;font-size:14px;line-height:1.5;margin:0}.smartz-login-success{text-align:center;max-width:400px;margin:0 auto}.smartz-login-success-icon{font-size:48px;margin-bottom:20px}.smartz-login-success-title{font-size:24px;font-weight:600;color:#333;margin:0 0 16px}.smartz-login-success-text{font-size:16px;color:#666;margin:0 0 12px;line-height:1.5}.smartz-login-success-subtext{font-size:14px;color:#999;margin:0 0 30px;line-height:1.5}.smartz-login-footer{text-align:center;margin-top:30px}.smartz-login-footer-text{color:#666;font-size:14px;margin:0}.smartz-login-footer-link{color:var(--primary-color, #007AFF);text-decoration:underline;font-weight:500}.smartz-login-footer-link:hover{color:color-mix(in srgb,var(--primary-color, #007AFF) 80%,black)}@media (max-width: 768px){.smartz-login-header{padding:30px 16px 20px}.smartz-login-logo{font-size:28px}.smartz-login-welcome{font-size:15px}.smartz-login-form-container{padding:0 16px 30px}.smartz-login-form{gap:16px}.smartz-login-input,.smartz-login-country-field,.smartz-login-button{padding:14px;font-size:15px}}@media (max-width: 480px){.smartz-login-header{padding:25px 12px 15px}.smartz-login-logo{font-size:24px}.smartz-login-welcome{font-size:14px}.smartz-login-form-container{padding:0 12px 25px}.smartz-login-form{gap:14px}.smartz-login-input,.smartz-login-country-field,.smartz-login-button{padding:12px;font-size:14px}.smartz-login-forgot-link,.smartz-login-footer-text{font-size:13px}}.smartz-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.smartz-modal-content{background:#fff;border-radius:12px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003;animation:smartz-modal-slide-in .3s ease-out}@keyframes smartz-modal-slide-in{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.smartz-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.smartz-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0}.smartz-modal-close{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.smartz-modal-close:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.smartz-modal-close:disabled{opacity:.5;cursor:not-allowed}.smartz-modal-form{padding:24px}.smartz-modal-field{margin-bottom:20px}.smartz-modal-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.smartz-modal-select,.smartz-modal-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.smartz-modal-select:focus,.smartz-modal-input:focus{outline:none;border-color:var(--primary-color, #4A90E2);box-shadow:0 0 0 3px #4a90e21a}.smartz-modal-select:disabled,.smartz-modal-input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.smartz-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.smartz-modal-cancel,.smartz-modal-confirm{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;min-width:80px}.smartz-modal-cancel{background-color:#f3f4f6;color:#374151}.smartz-modal-cancel:hover:not(:disabled){background-color:#e5e7eb}.smartz-modal-confirm{background-color:var(--primary-color, #4A90E2);color:#fff}.smartz-modal-confirm:hover:not(:disabled){background-color:var(--secondary-color, #2c3e50);transform:translateY(-1px)}.smartz-modal-confirm:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.smartz-modal-cancel:disabled{opacity:.5;cursor:not-allowed}.smartz-modal-demo-streams{display:flex;flex-direction:column;gap:8px}.smartz-modal-demo-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:8px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease;text-align:left}.smartz-modal-demo-btn:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.smartz-modal-demo-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.smartz-modal-overlay{padding:16px}.smartz-modal-content{max-width:100%}.smartz-modal-header{padding:16px 20px 12px}.smartz-modal-form{padding:20px}.smartz-modal-actions{flex-direction:column;gap:8px}.smartz-modal-cancel,.smartz-modal-confirm{width:100%}}.smartz-camera-player{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:20px}.smartz-camera-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--primary-color, #4A90E2);color:#fff}.smartz-camera-info{display:flex;align-items:center;gap:8px}.smartz-camera-icon{font-size:18px}.smartz-camera-title{font-size:16px;font-weight:500}.smartz-camera-remove{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.smartz-camera-remove:hover{background:#ffffff4d;transform:scale(1.1)}.smartz-camera-video-container{position:relative;background:#000;min-height:200px;display:flex;align-items:center;justify-content:center}.smartz-camera-video{width:100%;height:auto;max-height:400px;object-fit:contain;background:#000}.smartz-camera-loading{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;padding:40px 20px}.smartz-camera-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:smartz-camera-spin 1s linear infinite}@keyframes smartz-camera-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.smartz-camera-loading p{margin:0;font-size:14px;opacity:.8}.smartz-camera-error{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;padding:40px 20px;text-align:center}.smartz-camera-error-icon{font-size:32px}.smartz-camera-error-message{margin:0;font-size:14px;opacity:.9;max-width:280px;line-height:1.4}.smartz-camera-retry{background:var(--primary-color, #4A90E2);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.smartz-camera-retry:hover{background:var(--secondary-color, #2c3e50);transform:translateY(-1px)}.smartz-camera-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.smartz-camera-control-btn{background:#000000b3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.smartz-camera-control-btn:hover{background:#000000e6;transform:scale(1.1)}@media (max-width: 768px){.smartz-camera-header{padding:12px 16px}.smartz-camera-title{font-size:14px}.smartz-camera-video-container{min-height:150px}.smartz-camera-video{max-height:250px}.smartz-camera-loading,.smartz-camera-error{padding:30px 16px}.smartz-camera-error-message{font-size:13px;max-width:240px}}@media (max-width: 480px){.smartz-camera-header{padding:10px 12px}.smartz-camera-icon{font-size:16px}.smartz-camera-title{font-size:13px}.smartz-camera-remove{width:28px;height:28px;font-size:18px}.smartz-camera-video-container{min-height:120px}.smartz-camera-video{max-height:200px}}.smartz-livestream-player{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;margin-bottom:20px;border:2px solid var(--primary-color, #4A90E2)}.smartz-livestream-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--primary-color, #4A90E2);color:#fff}.smartz-livestream-info{display:flex;align-items:center;gap:12px}.smartz-livestream-icon{font-size:20px}.smartz-livestream-details{display:flex;flex-direction:column;gap:2px}.smartz-livestream-title{font-size:16px;font-weight:500}.smartz-livestream-type{font-size:12px;opacity:.8;background:#fff3;padding:2px 6px;border-radius:4px;font-weight:500}.smartz-livestream-remove{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.smartz-livestream-remove:hover{background:#ffffff4d;transform:scale(1.1)}.smartz-livestream-video-container{position:relative;background:#000;min-height:200px;display:flex;align-items:center;justify-content:center}.smartz-livestream-video{width:100%;height:auto;max-height:400px;object-fit:contain;background:#000}.smartz-livestream-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#fff;padding:40px 20px;text-align:center}.smartz-livestream-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:smartz-livestream-spin 1s linear infinite}@keyframes smartz-livestream-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.smartz-livestream-loading p{margin:0;font-size:14px;opacity:.8}.smartz-livestream-loading-details{font-size:12px!important;opacity:.6!important}.smartz-livestream-error{display:flex;flex-direction:column;align-items:center;gap:16px;color:#fff;padding:40px 20px;text-align:center}.smartz-livestream-error-icon{font-size:32px}.smartz-livestream-error-message{margin:0;font-size:14px;opacity:.9;max-width:280px;line-height:1.4}.smartz-livestream-error-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.smartz-livestream-retry,.smartz-livestream-reconnect{background:var(--primary-color, #4A90E2);color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease}.smartz-livestream-retry:hover,.smartz-livestream-reconnect:hover{background:var(--secondary-color, #2c3e50);transform:translateY(-1px)}.smartz-livestream-reconnect{background:#10b981}.smartz-livestream-reconnect:hover{background:#059669}.smartz-livestream-controls{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}.smartz-livestream-control-btn{background:#000000b3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.smartz-livestream-control-btn:hover{background:#000000e6;transform:scale(1.1)}.smartz-livestream-video-container:before{content:"LIVE";position:absolute;top:8px;right:8px;background:#ef4444;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;z-index:10;animation:smartz-livestream-pulse 2s infinite}@keyframes smartz-livestream-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 768px){.smartz-livestream-header{padding:12px 16px}.smartz-livestream-title{font-size:14px}.smartz-livestream-type{font-size:11px}.smartz-livestream-video-container{min-height:150px}.smartz-livestream-video{max-height:250px}.smartz-livestream-loading,.smartz-livestream-error{padding:30px 16px}.smartz-livestream-error-message{font-size:13px;max-width:240px}.smartz-livestream-error-actions{flex-direction:column;align-items:center}.smartz-livestream-retry,.smartz-livestream-reconnect{width:120px}}@media (max-width: 480px){.smartz-livestream-header{padding:10px 12px}.smartz-livestream-icon{font-size:18px}.smartz-livestream-title{font-size:13px}.smartz-livestream-remove{width:28px;height:28px;font-size:18px}.smartz-livestream-video-container{min-height:120px}.smartz-livestream-video{max-height:200px}}.smartz-dashboard{min-height:100vh;background:linear-gradient(180deg,var(--primary-color, #4A90E2) 0%,var(--primary-color, #4A90E2) 20%,#ffffff 20%,#ffffff 100%);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.smartz-status-bar{display:var(--show-status-bar, none);justify-content:space-between;align-items:center;padding:8px 16px;background:transparent;color:#fff;font-size:14px;font-weight:500;height:44px}.smartz-status-left{display:flex;align-items:center;gap:8px}.smartz-status-right{display:flex;align-items:center;gap:4px}.smartz-time{font-weight:600}.smartz-bell{font-size:16px}.smartz-signal,.smartz-wifi,.smartz-battery{font-size:14px}.smartz-logout-btn{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .3s ease;margin-left:8px}.smartz-logout-btn:hover{background:#fff3}.smartz-header{background:var(--primary-color, #4A90E2);padding:16px 20px 24px;text-align:left}.smartz-app-title{color:#fff;font-size:28px;font-weight:300;margin:0;letter-spacing:-.5px}.smartz-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:20px;background:#f8f9fa}.smartz-devices-card{background:#fff;border-radius:16px;padding:40px 20px;text-align:center;box-shadow:0 2px 8px #0000001a;margin-bottom:8px}.smartz-empty-icon{font-size:48px;margin-bottom:16px;opacity:.6}.smartz-empty-text{color:#666;font-size:16px;line-height:1.5;max-width:280px;margin:0 auto 24px}.smartz-add-device-btn{background:var(--primary-color, #4A90E2);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4a90e24d}.smartz-add-device-btn:hover{background:color-mix(in srgb,var(--primary-color, #4A90E2) 80%,black);transform:translateY(-1px);box-shadow:0 4px 12px #4a90e266}.smartz-nav-section{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #0000001a}.smartz-nav-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;cursor:pointer;transition:all .3s ease}.smartz-nav-item:hover{transform:translateY(-2px)}.smartz-nav-icon{font-size:24px;margin-bottom:4px;display:var(--show-navigation-icons, block)}.smartz-nav-text{font-size:12px;color:#666;font-weight:500;text-align:center}.smartz-nav-divider{width:1px;height:40px;background:#e0e0e0;margin:0 8px}.smartz-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.smartz-feature-card{background:#fff;border-radius:16px;padding:24px 16px;text-align:center;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center}.smartz-feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.smartz-feature-link{text-decoration:none;color:inherit}.smartz-feature-illustration{margin-bottom:12px;font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center}.smartz-feature-label{font-size:14px;color:#333;font-weight:500;text-align:center}.smartz-footer{background:var(--primary-color, #4A90E2);padding:16px 20px 24px;text-align:center;position:relative}.smartz-powered-by{color:#fffc;font-size:12px;margin:0 0 8px;font-weight:400}.smartz-home-indicator{width:134px;height:5px;background:#000;border-radius:3px;margin:0 auto;opacity:.3}@media (max-width: 768px){.smartz-content{padding:16px;gap:16px}.smartz-devices-card{padding:32px 16px}.smartz-empty-icon{font-size:40px}.smartz-empty-text{font-size:15px;max-width:260px}.smartz-add-device-btn{padding:12px 24px;font-size:15px}.smartz-nav-section{padding:16px}.smartz-nav-icon{font-size:20px}.smartz-nav-text{font-size:11px}.smartz-feature-grid{gap:12px}.smartz-feature-card{padding:20px 12px;min-height:100px}.smartz-feature-illustration{font-size:18px;margin-bottom:10px}.smartz-feature-label{font-size:13px}}@media (max-width: 480px){.smartz-app-title{font-size:24px}.smartz-content{padding:12px;gap:12px}.smartz-devices-card{padding:24px 12px}.smartz-empty-icon{font-size:36px}.smartz-empty-text{font-size:14px;max-width:240px}.smartz-add-device-btn{padding:10px 20px;font-size:14px}.smartz-nav-section{padding:12px}.smartz-nav-icon{font-size:18px}.smartz-nav-text{font-size:10px}.smartz-feature-grid{gap:10px}.smartz-feature-card{padding:16px 10px;min-height:90px}.smartz-feature-illustration{font-size:16px;margin-bottom:8px}.smartz-feature-label{font-size:12px}.smartz-home-indicator{width:100px;height:4px}}@media (max-height: 500px) and (orientation: landscape){.smartz-content{padding:12px;gap:12px}.smartz-devices-card{padding:20px 16px}.smartz-feature-grid{grid-template-columns:repeat(4,1fr);gap:8px}.smartz-feature-card{padding:12px 8px;min-height:80px}}.smartz-camera-section{margin-bottom:20px}.smartz-cameras-container{display:flex;flex-direction:column;gap:16px}.smartz-add-more-device-btn{background:var(--primary-color, #4A90E2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:center;margin-top:8px}.smartz-add-more-device-btn:hover{background:var(--secondary-color, #2c3e50);transform:translateY(-1px)}@media (max-width: 768px){.smartz-cameras-container{gap:12px}.smartz-add-more-device-btn{padding:10px 20px;font-size:13px}}@media (max-width: 480px){.smartz-cameras-container{gap:10px}.smartz-add-more-device-btn{padding:8px 16px;font-size:12px}}.my-account{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.my-account-status-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:transparent;color:#333;font-size:14px;font-weight:500;height:44px}.my-account-status-left{display:flex;align-items:center;gap:8px}.my-account-status-right{display:flex;align-items:center;gap:4px}.my-account-time{font-weight:600}.my-account-bell{font-size:16px}.my-account-signal,.my-account-wifi,.my-account-battery{font-size:14px}.my-account-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e0e0e0}.my-account-back-btn{color:#333;font-size:20px;text-decoration:none;font-weight:700;padding:4px}.my-account-back-btn:hover{color:#007aff}.my-account-title{font-size:18px;font-weight:600;color:#333;margin:0;text-align:center;flex:1}.my-account-spacer{width:24px}.my-account-profile{background:#fff;padding:32px 20px;text-align:center;border-bottom:1px solid #e0e0e0}.my-account-avatar{width:80px;height:80px;border-radius:50%;background:#f0f0f0;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.my-account-avatar-icon{font-size:32px;color:#999}.my-account-username{font-size:20px;font-weight:600;color:#333;margin:0 0 8px}.my-account-email{font-size:14px;color:#666;margin:0}.my-account-quick-access{background:#fff;padding:20px;display:flex;justify-content:space-around;border-bottom:1px solid #e0e0e0;margin-bottom:16px}.my-account-quick-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.my-account-quick-item:hover{transform:translateY(-2px)}.my-account-quick-icon{width:40px;height:40px;border-radius:8px;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.my-account-quick-text{font-size:12px;color:#333;font-weight:500;text-align:center}.my-account-section{background:#fff;margin-bottom:16px;border-radius:0}.my-account-option{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .3s ease}.my-account-option:last-child{border-bottom:none}.my-account-option:hover{background-color:#f8f8f8}.my-account-option-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;margin-right:16px}.my-account-option-text{flex:1;font-size:16px;color:#333;font-weight:400}.my-account-option-arrow{color:#999;font-size:16px;font-weight:700}@media (max-width: 768px){.my-account-header{padding:12px 16px}.my-account-title{font-size:16px}.my-account-profile{padding:24px 16px}.my-account-avatar{width:70px;height:70px}.my-account-avatar-icon{font-size:28px}.my-account-username{font-size:18px}.my-account-email{font-size:13px}.my-account-quick-access{padding:16px}.my-account-quick-icon{width:36px;height:36px;font-size:16px}.my-account-quick-text{font-size:11px}.my-account-option{padding:14px 16px}.my-account-option-text{font-size:15px}}@media (max-width: 480px){.my-account-header{padding:10px 12px}.my-account-title{font-size:15px}.my-account-profile{padding:20px 12px}.my-account-avatar{width:60px;height:60px}.my-account-avatar-icon{font-size:24px}.my-account-username{font-size:16px}.my-account-email{font-size:12px}.my-account-quick-access{padding:12px}.my-account-quick-icon{width:32px;height:32px;font-size:14px}.my-account-quick-text{font-size:10px}.my-account-option{padding:12px}.my-account-option-text{font-size:14px}}.layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f5f5}.layout-header{background-color:#2c3e50;color:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a}.layout-header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.layout-title{margin:0;font-size:1.5rem;font-weight:700}.layout-user-info{display:flex;align-items:center;gap:1rem}.layout-user-name{font-size:.9rem}.layout-logout-btn{background-color:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.layout-logout-btn:hover{background-color:#c0392b}.layout-nav{background-color:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a;display:flex;gap:2rem;justify-content:center}.layout-nav-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2c3e50;padding:.5rem 1rem;border-radius:8px;transition:all .3s;min-width:80px}.layout-nav-item:hover{background-color:#ecf0f1;color:#3498db}.layout-nav-icon{font-size:1.5rem;margin-bottom:.25rem}.layout-nav-text{font-size:.8rem;font-weight:500}.layout-main{flex:1;padding:1rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 768px){.layout-header-content{flex-direction:column;gap:1rem;text-align:center}.layout-title{font-size:1.25rem}.layout-user-info{flex-direction:column;gap:.5rem}.layout-nav{padding:.5rem;gap:1rem}.layout-nav-item{min-width:60px;padding:.5rem}.layout-nav-icon{font-size:1.25rem}.layout-nav-text{font-size:.7rem}.layout-main{padding:.5rem}}@media (max-width: 480px){.layout-header{padding:.75rem}.layout-title{font-size:1.1rem}.layout-nav{gap:.5rem}.layout-nav-item{min-width:50px;padding:.25rem}.layout-main{padding:.35rem}}.app{min-height:100vh;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;background-color:#f5f5f5}*{box-sizing:border-box}body{margin:0;padding:0;line-height:1.6;color:#2c3e50}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s;text-align:center}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#1f4e79);transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.btn-secondary{background:#95a5a6;color:#fff}.btn-secondary:hover{background:#7f8c8d}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}.btn-success{background:#2ecc71;color:#fff}.btn-success:hover{background:#27ae60}.card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.card-header{border-bottom:1px solid #e1e8ed;padding-bottom:1rem;margin-bottom:1rem}.card-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#2c3e50}.form-input{width:100%;padding:.75rem;border:2px solid #e1e8ed;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;background-color:#fafafa}.form-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;background-color:#fff}.form-input::placeholder{color:#95a5a6}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid transparent}.alert-success{background-color:#d4edda;color:#155724;border-color:#c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border-color:#f5c6cb}.alert-warning{background-color:#fff3cd;color:#856404;border-color:#ffeaa7}.alert-info{background-color:#d1ecf1;color:#0c5460;border-color:#bee5eb}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.btn{padding:.625rem 1.25rem;font-size:.9rem}.card{padding:1rem;margin-bottom:1rem}.card-title{font-size:1.25rem}.form-input{padding:.625rem;font-size:.95rem}}@media (max-width: 480px){.btn{padding:.5rem 1rem;font-size:.85rem}.card{padding:.75rem}.card-title{font-size:1.1rem}.form-input{padding:.5rem}}
