#app{font-family:inter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}nav{padding:30px}nav a{font-weight:700;color:#2c3e50}nav a.router-link-exact-active{color:#42b983}.login-wrapper[data-v-6380557c]{max-width:400px;text-align:center}.login-card[data-v-6380557c]{padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);background:#fff}.recaptcha-text[data-v-6380557c]{font-size:11px;color:#6c757d;margin-top:1rem}.password-input-wrapper[data-v-6380557c]{position:relative}.password-input-wrapper input[data-v-6380557c]{padding-right:2.5rem}.toggle-eye[data-v-6380557c]{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;color:#6c757d}.login-wrapper[data-v-6f175d35]{max-width:400px;text-align:center}.login-card[data-v-6f175d35]{padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);background:#fff}.recaptcha-text[data-v-6f175d35]{font-size:11px;color:#6c757d;margin-top:1rem}.password-input-wrapper[data-v-6f175d35]{position:relative}.password-input-wrapper input[data-v-6f175d35]{padding-right:2.5rem}.toggle-eye[data-v-6f175d35]{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;color:#6c757d}.login-wrapper[data-v-079b9c4f]{max-width:400px;text-align:center}.login-card[data-v-079b9c4f]{padding:2rem;border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.05);background:#fff}.recaptcha-text[data-v-079b9c4f]{font-size:11px;color:#6c757d;margin-top:1rem}.password-input-wrapper[data-v-079b9c4f]{position:relative}.password-input-wrapper input[data-v-079b9c4f]{padding-right:2.5rem}.toggle-eye[data-v-079b9c4f]{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;color:#6c757d}.theme2-body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f9fafb;padding-bottom:70px}.theme2-header-fixed{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000;box-shadow:0 1px 3px rgba(0,0,0,.1)}.theme2-header-container{max-width:600px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.theme2-header-left{display:flex;align-items:center;gap:12px}.theme2-menu-btn{padding:6px;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .2s}.theme2-menu-btn:hover{background:#f3f4f6}.theme2-logo-container{display:flex;align-items:center;gap:8px}.theme2-logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.theme2-logo-text{font-weight:700;color:#111827;font-size:18px}.theme2-header-right{display:flex;align-items:center;gap:8px}.theme2-icon-btn{position:relative;padding:8px;background:none;border:none;cursor:pointer;border-radius:8px;transition:background .2s}.theme2-icon-btn:hover{background:#f3f4f6}.theme2-notification-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;background:#ef4444;border-radius:50%}.theme2-sidebar-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1001;opacity:0;pointer-events:none;transition:opacity .3s}.theme2-sidebar-overlay.theme2-active{opacity:1;pointer-events:all}.theme2-sidebar{position:fixed;left:0;top:0;bottom:0;width:320px;background:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);z-index:1002;transform:translateX(-100%);transition:transform .3s;display:flex;flex-direction:column}.theme2-sidebar.theme2-active{transform:translateX(0)}.theme2-sidebar-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.theme2-sidebar-nav{flex:1;overflow-y:auto;padding:8px 0}.theme2-nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:none;cursor:pointer;transition:background .2s;border-left:4px solid transparent;text-align:left;color:#374151;font-size:14px;font-weight:500}.theme2-nav-item:hover{background:#f9fafb}.theme2-nav-item.theme2-active{background:#eff6ff;color:#2563eb;border-left-color:#2563eb}.theme2-nav-item-badge{margin-left:auto;background:#fbbf24;color:#78350f;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;min-width:20px;text-align:center}.theme2-sidebar-footer{padding:16px;border-top:1px solid #e5e7eb}.theme2-logout-btn{width:100%;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:10px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:500;font-size:14px;transition:background .2s}.theme2-logout-btn:hover{background:#fee2e2}.theme2-main-content{max-width:600px}.theme2-profile-header{align-items:flex-start}.theme2-profile-name{gap:8px}.theme2-profile-name,.theme2-profile-name button{font-weight:700;font-size:18px}.theme2-switch{position:relative;width:40px;height:20px}.theme2-switch input{opacity:0;width:0;height:0}.theme2-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.3);transition:.3s;border-radius:20px}.theme2-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%}.theme2-switch input:checked+.theme2-slider{background-color:#10b981}.theme2-switch input:checked+.theme2-slider:before{transform:translateX(20px)}.theme2-device-status{gap:8px}.theme2-location-header{width:100%;padding:12px 16px;border:none;background:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s}.theme2-location-header:hover{background:#f9fafb}.theme2-location-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#111827}.theme2-location-content{padding:0 16px 16px;display:none}.theme2-location-content.theme2-active{display:block}.theme2-map-placeholder{background:#f3f4f6;border-radius:8px;height:192px;overflow:hidden}.theme2-map-placeholder iframe{width:100%;height:100%;border:none;border-radius:8px}.theme2-map-timestamp{font-size:12px;color:#6b7280;margin-top:8px}.theme2-filter-btn:not(.theme2-active):hover{background:#e5e7eb}.theme2-date-nav-btn{padding:6px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background .2s}.theme2-date-nav-btn:hover{background:#f3f4f6}.theme2-current-date{font-size:14px;font-weight:600;color:#111827}.theme2-card-header{padding:12px 16px;border-bottom:1px solid #e5e7eb}.theme2-card-title{font-weight:600;color:#111827;font-size:15px}.theme2-card-body{padding:16px}.theme2-screen-time-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.theme2-screen-time-value{color:#2563eb;font-weight:700;font-size:18px}.theme2-chart-placeholder{background:#f3f4f6;border-radius:8px;height:160px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px}.theme2-app-list{border-top:1px solid #f3f4f6}.theme2-app-item{padding:12px 16px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .2s}.theme2-app-item:hover{background:#f9fafb}.theme2-app-item:last-child{border-bottom:none}.theme2-app-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.theme2-app-icon{width:40px;height:40px;background:#f3f4f6;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}.theme2-app-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme2-app-info{flex:1;min-width:0}.theme2-app-name{font-weight:500;color:#111827;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme2-app-time{font-size:12px;color:#6b7280;margin-top:2px}.theme2-app-arrow{flex-shrink:0;color:#9ca3af}.theme2-progress-bar-container{width:100%;background:#e5e7eb;border-radius:4px;height:6px;overflow:hidden}.theme2-progress-bar{height:100%;background:#3b82f6;transition:width .3s}.theme2-progress-bar.theme2-danger{background:#ef4444}.theme2-empty-state{padding:32px 16px;text-align:center;color:#6b7280;font-size:14px}.theme2-bottom-nav{box-shadow:0 -1px 3px rgba(0,0,0,.1)}.theme2-bottom-nav-container{padding:8px 8px 12px}.theme2-bottom-nav-item{gap:4px;padding:8px 16px}.theme2-bottom-nav-label{font-size:12px}.theme2-bottom-nav-badge{top:4px;padding:2px 6px;min-width:18px}.theme2-footer{background:#111827;color:#fff;padding:24px 16px;margin-top:32px}.theme2-footer-container{max-width:600px;margin:0 auto}.theme2-help-section{margin-bottom:16px}.theme2-help-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.theme2-help-links{font-size:14px;color:#d1d5db;line-height:1.6}.theme2-help-links a{color:#60a5fa;text-decoration:none}.theme2-help-links a:hover{text-decoration:underline}.theme2-footer-divider{border:none;border-top:1px solid #374151;margin:16px 0}.theme2-copyright{text-align:center;font-size:14px;color:#9ca3af;margin-bottom:12px}.theme2-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;font-size:12px;color:#9ca3af}.theme2-footer-links a{color:#9ca3af;text-decoration:none}.theme2-footer-links a:hover{color:#fff}.theme2-footer-links span{color:#4b5563}.theme2-icon{width:20px;height:20px}.theme2-icon-sm{width:16px;height:16px}.theme2-icon-xs{width:14px;height:14px}.theme2-text-green{color:#10b981}.theme2-text-yellow{color:#f59e0b}.theme2-text-red{color:#ef4444}.theme2-text-blue{color:#3b82f6}.theme2-rotate-180{transform:rotate(180deg);transition:transform .3s}.theme2-last-update{margin:16px 0}@media (max-width:640px){.theme2-sidebar{width:100%;max-width:320px}}@media (min-width:641px){.theme2-bottom-nav{display:none}}.theme2-profile-card{padding:20px 16px;max-width:100%}.theme2-location-card{background:#fff;margin:-8px 16px 0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden;max-width:100%}.theme2-activity-section{padding:24px 16px;max-width:100%}@media (min-width:768px){.theme2-header-container{max-width:100%;padding:12px 32px}.theme2-main-content{padding-top:56px;max-width:100%;width:100%}.theme2-profile-card{padding:24px 32px}.theme2-location-card{margin:-8px 32px 0}.theme2-activity-section{padding:24px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.theme2-date-navigator,.theme2-section-header{grid-column:1/-1}.theme2-card{margin-bottom:0}.theme2-footer-container{max-width:100%;padding:0 32px}.theme2-bottom-nav{display:none}}@media (max-width:767px){.theme2-footer-container,.theme2-header-container,.theme2-main-content{max-width:600px}}@media (min-width:1200px){.theme2-activity-section{padding:24px 48px;grid-template-columns:repeat(3,1fr)}.theme2-profile-card{padding:24px 48px}.theme2-location-card{margin:-8px 48px 0}.theme2-header-container{padding:12px 48px}.theme2-footer-container{padding:0 48px}}.theme2-profile-header{flex-wrap:wrap}.theme2-profile-info{min-width:250px}.theme2-alert{padding:12px 16px;margin:16px;font-size:14px}.theme2-alert-link{font-weight:500}.theme2-alert-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.theme2-alert-info .theme2-alert-link{color:#1e40af}.theme2-alert-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.theme2-alert-success .theme2-alert-link{color:#065f46}.theme2-location-section{margin:16px}.theme2-location-title-row{margin-bottom:8px}.theme2-refresh-btn{background:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:4px;transition:background .2s}.theme2-refresh-btn:hover{background:#2563eb}.theme2-location-address{margin-bottom:4px}.theme2-location-coords{font-size:12px}.theme2-location-updated{font-size:11px}.theme2-map-container{width:100%;height:300px;background:#f3f4f6}.theme2-map-container iframe{width:100%;height:100%;border:none}@media (max-width:640px){.theme2-profile-header{flex-direction:column;align-items:flex-start}.theme2-profile-controls{width:100%;justify-content:space-between}.theme2-alert{margin:12px;padding:10px 12px;font-size:13px}}@media (min-width:768px){.theme2-alert,.theme2-location-section{margin:16px 32px}}@media (min-width:1200px){.theme2-alert,.theme2-location-section{margin:16px 48px}}.theme2-alerts-container{position:sticky;top:56px;z-index:100;background:#fff}.theme2-alert{margin:0;border-bottom:1px solid rgba(0,0,0,.1)}.theme2-alert-icon{width:20px;height:20px}.theme2-alert-content{min-width:0}.theme2-alert-title{font-size:13px}.theme2-alert{margin:8px 16px;align-items:center;gap:10px;line-height:1.4}.theme2-alert-title{margin-bottom:2px}.theme2-alert-link{cursor:pointer}.theme2-alert-link:hover{opacity:.8}.theme2-alert-close{transition:opacity .2s}.theme2-alert-compact{padding:10px 14px;border-radius:8px;gap:10px;line-height:1.4;margin:12px 16px}.theme2-alert-close{opacity:.7}.theme2-alert-close:hover{opacity:1}.theme2-alert-compact .theme2-alert-title{font-size:13px;margin-bottom:2px}.theme2-alert-compact .theme2-alert-message{font-size:12px}.theme2-alert-dismissible{position:relative;padding-right:40px}.theme2-alert-close{position:absolute;right:12px;top:12px;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s;color:inherit}.theme2-alert-close:hover{background:rgba(0,0,0,.1)}.theme2-alert-compact{font-size:13px;padding:8px 12px;margin:8px 16px}.theme2-alert-minimal{border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;cursor:pointer;transition:all .2s;padding:8px 16px;margin:8px 16px}.theme2-alert-compact{display:flex;align-items:center;gap:8px}.theme2-alert-expandable{cursor:pointer}.theme2-alert-collapsed{display:flex;align-items:center;justify-content:space-between}.theme2-alert-collapsed-text{display:flex;align-items:center;gap:8px;font-size:13px}.theme2-alert-count{background:rgba(0,0,0,.1);padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.theme2-expand-icon{transition:transform .3s}.theme2-expand-icon.expanded{transform:rotate(180deg)}.theme2-profile-card{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:16px;margin:0 16px 16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.theme2-profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.theme2-profile-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.theme2-profile-avatar{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;overflow:hidden;flex-shrink:0}.theme2-profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme2-profile-details{flex:1;min-width:0}.theme2-profile-name{display:flex;align-items:center;gap:6px;margin-bottom:4px}.theme2-profile-name button{background:none;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;font-weight:600;font-size:16px}.theme2-profile-name button:hover{opacity:.9}.theme2-edit-btn{padding:4px;background:hsla(0,0%,100%,.2);border:none;border-radius:4px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s}.theme2-edit-btn:hover{background:hsla(0,0%,100%,.3)}.theme2-profile-version{font-size:12px;opacity:.9;display:flex;align-items:center;gap:4px}.theme2-device-status,.theme2-sleep-toggle{display:flex;align-items:center;gap:6px}.theme2-device-status{font-size:12px;background:hsla(0,0%,100%,.15);padding:6px 10px;border-radius:20px}@media (max-width:640px){.theme2-profile-card{margin:0 0 16px;border-radius:0}.theme2-profile-header{flex-wrap:wrap}.theme2-profile-controls{width:100%;justify-content:space-between;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.2)}}@media (min-width:641px) and (max-width:1199px){.theme2-profile-card{margin:0 16px 16px}}@media (min-width:768px){.theme2-profile-card{margin:0 32px 16px;padding:20px 24px}}@media (min-width:1200px){.theme2-profile-card{margin:0 48px 16px;padding:20px 32px}}.theme2-location-section{margin:0 16px 16px}@media (min-width:768px){.theme2-location-section{margin:0 32px 16px}}@media (min-width:1200px){.theme2-location-section{margin:0 48px 16px}}.theme2-activity-section{padding:0 16px 24px}@media (min-width:768px){.theme2-activity-section{padding:0 32px 24px}}@media (min-width:1200px){.theme2-activity-section{padding:0 48px 24px}}@media (min-width:768px){.theme2-warnings-compact{margin:12px 32px}}@media (min-width:1200px){.theme2-warnings-compact{margin:12px 48px}}.theme2-alert{margin:12px 16px}.theme2-alert-icon{flex-shrink:0;margin-top:2px}.theme2-alert-content{flex:1}.theme2-alert-title{font-weight:600;margin-bottom:4px;font-size:14px}.theme2-alert-message{color:inherit;font-size:13px}.theme2-alert-link{text-decoration:underline;font-weight:600}.theme2-alert-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.theme2-alert-warning .theme2-alert-link{color:#92400e}.theme2-alert-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.theme2-alert-danger .theme2-alert-link{color:#991b1b}.theme2-warnings-compact{margin:12px 16px}@media (max-width:640px){.theme2-alert,.theme2-warnings-compact{margin:12px 0;border-radius:0}}@media (min-width:641px) and (max-width:767px){.theme2-alert,.theme2-warnings-compact{margin:12px 16px}}@media (min-width:768px){.theme2-alert,.theme2-warnings-compact{margin:12px 32px}.theme2-location-section,.theme2-profile-card{margin:0 32px 16px}.theme2-activity-section{padding:0 32px 24px}}@media (min-width:1200px){.theme2-alert,.theme2-warnings-compact{margin:12px 48px}.theme2-location-section,.theme2-profile-card{margin:0 48px 16px}.theme2-activity-section{padding:0 48px 24px}}@media (max-width:640px){.theme2-body{background:#f3f4f6}.theme2-main-content{padding-top:56px;padding-left:12px;padding-right:12px;padding-bottom:20px}.theme2-alert{margin:12px 0;border-radius:8px}.theme2-profile-card{box-shadow:0 2px 8px rgba(0,0,0,.08)}.theme2-location-section,.theme2-profile-card{margin:0 0 16px 0;border-radius:12px}.theme2-activity-section{padding:0 0 24px 0}.theme2-card{border-radius:12px;margin-bottom:16px}.theme2-date-navigator{border-radius:8px}.theme2-section-header{margin-bottom:12px}.theme2-warnings-compact{margin:12px 0;border-radius:8px}.theme2-header-container{padding:10px 12px}.theme2-logo-text{font-size:16px}.theme2-profile-card{padding:16px}.theme2-profile-header{flex-direction:column;align-items:flex-start;gap:12px}.theme2-profile-info{width:100%}.theme2-profile-controls{width:100%;justify-content:space-between;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.2)}.theme2-device-status{font-size:11px;padding:5px 8px}.theme2-location-info{padding:12px}.theme2-location-title-row{flex-direction:column;align-items:flex-start;gap:8px}.theme2-refresh-btn{width:100%;justify-content:center}.theme2-alert{padding:12px}.theme2-alert,.theme2-alert-title{font-size:13px}.theme2-alert-message{font-size:12px}}@media (max-width:767px){.theme2-bottom-nav{display:block}}@media (min-width:768px){.theme2-bottom-nav{display:none}}@media (max-width:640px){.theme2-footer{padding:20px 12px;margin-top:24px}.theme2-help-links{font-size:13px}}@media (min-width:641px) and (max-width:767px){.theme2-main-content{padding-left:16px;padding-right:16px}.theme2-alert{margin:12px 0;border-radius:8px}.theme2-location-section,.theme2-profile-card{margin:0 0 16px 0;border-radius:12px}.theme2-warnings-compact{margin:12px 0;border-radius:8px}}@media (min-width:768px){.theme2-main-content{padding-left:32px;padding-right:32px}.theme2-alert{margin:12px 0;border-radius:8px}.theme2-profile-card{padding:20px 24px}.theme2-location-section,.theme2-profile-card{margin:0 0 16px 0;border-radius:12px}.theme2-activity-section{padding:0 0 24px 0}.theme2-warnings-compact{margin:12px 0;border-radius:8px}}@media (min-width:1200px){.theme2-main-content{padding-left:48px;padding-right:48px}.theme2-profile-card{padding:20px 32px}}.theme2-sleep-mode-banner{margin:16px 12px}.theme2-sleep-mode-icon svg{animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.theme2-sleep-mode-description{opacity:.9}.theme2-profile-controls{display:flex;align-items:center;gap:12px;flex-shrink:0}.theme2-sleep-toggle{display:none}@media (max-width:640px){.theme2-sleep-mode-banner{flex-direction:column;align-items:stretch;padding:16px}.theme2-sleep-mode-content{flex-direction:column;text-align:center}.theme2-sleep-mode-action,.theme2-sleep-mode-btn{width:100%}}@media (min-width:768px){.theme2-sleep-mode-banner{margin:16px 32px;padding:24px 28px}}@media (min-width:1200px){.theme2-sleep-mode-banner{margin:16px 48px;padding:24px 32px}}.theme2-sleep-mode-banner{background:linear-gradient(135deg,#6366f1,#8b5cf6);margin:16px 16px;padding:20px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 4px 12px rgba(99,102,241,.3)}.theme2-sleep-mode-content{display:flex;align-items:center;gap:16px;flex:1}.theme2-sleep-mode-icon{width:48px;height:48px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme2-sleep-mode-text{flex:1;color:#fff}.theme2-sleep-mode-title{font-size:16px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:8px}.theme2-sleep-mode-description{font-size:13px;opacity:.95;line-height:1.4}.theme2-sleep-mode-action{flex-shrink:0}.theme2-sleep-mode-btn{background:#fff;color:#6366f1;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.1);white-space:nowrap}.theme2-sleep-mode-btn:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.theme2-sleep-mode-btn.active{background:#10b981;color:#fff}.theme2-sleep-mode-btn.active:hover{background:#059669}.theme2-location-section{margin:16px 16px}.theme2-location-info{padding:16px;border-bottom:1px solid #e5e7eb}.theme2-location-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.theme2-location-main-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#111827}.theme2-location-details{display:flex;flex-direction:column;gap:6px}.theme2-location-address{font-size:14px;color:#374151;font-weight:500}.theme2-location-coords{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px}.theme2-location-updated{font-size:12px;color:#3b82f6;font-weight:500}@media (max-width:640px){.theme2-sleep-mode-banner{margin:12px 0;border-radius:0;flex-direction:column;align-items:stretch;padding:16px}.theme2-sleep-mode-content{flex-direction:row;text-align:left}.theme2-sleep-mode-icon{width:40px;height:40px}.theme2-sleep-mode-action{width:100%;margin-top:8px}.theme2-sleep-mode-btn{width:100%}.theme2-location-section{margin:12px 0;border-radius:0}.theme2-location-title-row{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:641px) and (max-width:767px){.theme2-location-section,.theme2-sleep-mode-banner{margin:16px 16px}}@media (min-width:768px){.theme2-sleep-mode-banner{margin:16px 32px;padding:24px 28px}.theme2-location-section,.theme2-profile-card{margin:16px 32px}}@media (min-width:1200px){.theme2-sleep-mode-banner{margin:16px 48px;padding:24px 32px}.theme2-location-section,.theme2-profile-card{margin:16px 48px}}.theme2-online-status{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#374151;padding:4px 10px;background:#f9fafb;border-radius:20px}.theme2-status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.theme2-status-dot.online{background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.theme2-status-dot.offline{background:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.2)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media (max-width:480px){.theme2-online-status span{display:none}.theme2-online-status{padding:6px}}.theme2-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;z-index:999;box-shadow:0 -2px 10px rgba(0,0,0,.08)}.theme2-bottom-nav-container{max-width:600px;margin:0 auto;display:flex;justify-content:space-around;padding:8px 0;min-height:56px}.theme2-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 12px;background:none;border:none;cursor:pointer;border-radius:8px;transition:all .2s;color:#6b7280;position:relative;flex:1;max-width:80px}.theme2-bottom-nav-item:hover{background:#f9fafb}.theme2-bottom-nav-item.theme2-active{color:#2563eb}.theme2-bottom-nav-item svg{width:22px;height:22px}.theme2-bottom-nav-label{font-size:11px;font-weight:500;line-height:1}.theme2-bottom-nav-badge{position:absolute;top:2px;right:8px;background:#fbbf24;color:#78350f;font-size:10px;font-weight:700;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center;line-height:1}.theme2-main-content{padding-bottom:66px}@media (max-width:640px){.theme2-bottom-nav-container{padding:6px 0;min-height:54px}.theme2-bottom-nav-item{padding:4px 8px;gap:2px}.theme2-bottom-nav-item svg{width:20px;height:20px}.theme2-bottom-nav-label{font-size:10px}.theme2-main-content{padding-bottom:64px}}@media (min-width:641px) and (max-width:767px){.theme2-bottom-nav-container{padding:8px 0;min-height:58px}}@media (min-width:768px){.theme2-bottom-nav{display:none}.theme2-main-content{padding-bottom:24px}}.theme2-profile-selector{margin:0 16px 16px}.theme2-profile-edit-icon,.theme2-profile-switch-btn{display:flex}.theme2-device-info-compact,.theme2-profile-meta{gap:12px}.theme2-status-badge{display:flex}.theme2-sleep-mode-card{margin:0 16px 16px}.theme2-sleep-icon-circle svg{animation:pulse-rotate 3s ease-in-out infinite}@keyframes pulse-rotate{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(15deg) scale(1.1)}}.theme2-sleep-status-badge,.theme2-sleep-toggle-btn{display:flex}@media (max-width:640px){.theme2-profile-selector,.theme2-sleep-mode-card{margin:0 0 16px 0;border-radius:12px}.theme2-sleep-mode-card{padding:16px}.theme2-sleep-mode-header{flex-direction:column}.theme2-sleep-status-badge{align-self:flex-start}.theme2-sleep-mode-actions{width:100%}.theme2-sleep-toggle-btn{flex:1;justify-content:center}}@media (min-width:768px){.theme2-profile-selector{margin:0 0 16px 0}.theme2-sleep-mode-card{margin:0 0 16px 0;padding:24px}}@media (min-width:1200px){.theme2-profile-selector,.theme2-sleep-mode-card{margin:0 0 16px 0}}.theme2-main-content{padding-top:56px;max-width:100%;margin:0 auto;padding-left:16px;padding-right:16px;padding-bottom:24px}.theme2-location-section{background:#fff;margin:0 0 16px 0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden}.theme2-activity-section{padding:0}.theme2-card{border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}.theme2-card,.theme2-date-navigator{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:16px}.theme2-date-navigator{display:flex;align-items:center;justify-content:space-between;border-radius:8px;padding:8px 12px;border:1px solid #e5e7eb}.theme2-alert{padding:10px 16px;margin:0 0 12px 0;border-radius:8px;display:flex;align-items:flex-start;gap:12px;font-size:13px;line-height:1.5}.theme2-warnings-compact{margin:0 0 12px 0;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden}@media (max-width:640px){.theme2-main-content{padding:0 12px 70px 12px}.theme2-alert,.theme2-card,.theme2-date-navigator,.theme2-location-section,.theme2-profile-selector,.theme2-sleep-mode-card,.theme2-warnings-compact{margin-left:0;margin-right:0}.theme2-sleep-mode-card{padding:16px}}@media (min-width:641px) and (max-width:767px){.theme2-main-content{padding:0 16px 24px 16px}.theme2-alert,.theme2-card,.theme2-date-navigator,.theme2-location-section,.theme2-profile-selector,.theme2-sleep-mode-card,.theme2-warnings-compact{margin-left:0;margin-right:0}}@media (min-width:768px) and (max-width:1199px){.theme2-main-content{padding:0 32px 24px 32px}.theme2-profile-selector{margin:0 0 16px 0}.theme2-sleep-mode-card{margin:0 0 16px 0;padding:24px}.theme2-location-section{margin:0 0 16px 0}.theme2-alert,.theme2-card,.theme2-date-navigator,.theme2-warnings-compact{margin-left:0;margin-right:0}}@media (min-width:1200px){.theme2-main-content{padding:0 48px 24px 48px}.theme2-profile-selector{margin:0 0 16px 0}.theme2-sleep-mode-card{margin:0 0 16px 0;padding:24px 32px}.theme2-location-section{margin:0 0 16px 0}.theme2-activity-section{padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.theme2-section-header{grid-column:1/-1;margin-bottom:0}.theme2-date-navigator{grid-column:1/-1;margin-left:0;margin-right:0}.theme2-card{margin-bottom:0}.theme2-alert,.theme2-card,.theme2-warnings-compact{margin-left:0;margin-right:0}}.theme2-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.theme2-section-title{font-size:18px;font-weight:700;color:#111827;margin:0}.theme2-filter-buttons{display:flex;gap:8px}.theme2-filter-btn{padding:6px 16px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.theme2-filter-btn.theme2-active{background:#3b82f6;color:#fff}.theme2-filter-btn:not(.theme2-active){background:#f3f4f6;color:#374151}.theme2-last-update{text-align:center;font-size:12px;color:#6b7280;margin:16px 0 0 0;padding:0}.theme2-profile-header-new{display:flex;align-items:center;gap:12px;margin-bottom:12px}.theme2-profile-avatar-large{width:56px;height:56px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;overflow:hidden;flex-shrink:0;box-shadow:0 2px 8px rgba(59,130,246,.3)}.theme2-profile-avatar-large img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.theme2-profile-main-info{flex:1;min-width:0}.theme2-profile-name-row{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.theme2-profile-switch-btn{background:#f3f4f6;border:1px solid #e5e7eb;padding:6px 12px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s;font-weight:600;font-size:16px;color:#111827}.theme2-profile-switch-btn:hover{background:#e5e7eb;border-color:#d1d5db}.theme2-profile-edit-icon{padding:6px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;color:#6b7280}.theme2-profile-edit-icon:hover{background:#e5e7eb;color:#374151}.theme2-profile-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.theme2-profile-version-tag{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b7280;background:#f9fafb;padding:4px 10px;border-radius:6px;border:1px solid #e5e7eb}.theme2-profile-divider{height:1px;background:#e5e7eb;margin:12px 0}.theme2-profile-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.theme2-profile-status-label{font-size:13px;font-weight:500;color:#6b7280}.theme2-device-info-compact{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.theme2-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f3f4f6;border-radius:8px;font-size:12px;font-weight:500;color:#374151;border:1px solid #e5e7eb}.theme2-status-badge svg{flex-shrink:0}.theme2-sleep-mode-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.theme2-sleep-mode-left{display:flex;align-items:center;gap:12px;flex:1;min-width:200px}.theme2-sleep-icon-circle{width:44px;height:44px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.theme2-sleep-mode-info{color:#fff;flex:1}.theme2-sleep-mode-title-new{font-size:18px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;gap:6px}.theme2-sleep-mode-desc{font-size:13px;opacity:.95;line-height:1.4}.theme2-sleep-status-badge{padding:6px 12px;background:hsla(0,0%,100%,.2);border-radius:20px;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.theme2-sleep-status-badge.active{background:#10b981}.theme2-sleep-mode-actions{display:flex;gap:8px;width:100%}.theme2-sleep-toggle-btn{background:#fff;color:#6366f1;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.1);display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto}.theme2-sleep-toggle-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.theme2-sleep-toggle-btn.active{background:#10b981;color:#fff}.theme2-sleep-toggle-btn.active:hover{background:#059669}@media (max-width:640px){.theme2-profile-header-new{flex-direction:row;align-items:flex-start}.theme2-profile-avatar-large{width:48px;height:48px;font-size:24px}.theme2-profile-name-row{flex-direction:column;align-items:flex-start;gap:6px}.theme2-profile-switch-btn{font-size:15px}.theme2-profile-status-row{flex-direction:column;align-items:flex-start}.theme2-device-info-compact{width:100%}.theme2-sleep-mode-card{padding:16px}.theme2-sleep-mode-header{flex-direction:column;align-items:flex-start}.theme2-sleep-status-badge{align-self:flex-start}.theme2-sleep-mode-actions{margin-top:8px}.theme2-sleep-toggle-btn{width:100%}}@media (min-width:641px) and (max-width:767px){.theme2-profile-avatar-large{width:52px;height:52px}}@media (min-width:768px){.theme2-sleep-mode-card{padding:24px}.theme2-sleep-mode-actions{width:auto}.theme2-sleep-toggle-btn{min-width:180px}}@media (min-width:1200px){.theme2-sleep-mode-card{padding:24px 32px}}.theme2-main-content *{box-sizing:border-box}.theme2-main-content{padding-top:56px!important;padding-left:16px!important;padding-right:16px!important;padding-bottom:24px!important;max-width:100%!important;margin:0 auto!important}.theme2-main-content,.theme2-profile-selector{display:block!important;position:relative!important}.theme2-profile-selector{background:#fff!important;margin:0 0 16px 0!important;padding:16px!important;border-radius:12px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;border:1px solid #e5e7eb!important;width:100%!important;clear:both!important}.theme2-profile-header-new{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important;width:100%!important}.theme2-profile-avatar-large{width:56px!important;height:56px!important;background:linear-gradient(135deg,#3b82f6,#8b5cf6)!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;overflow:hidden!important;flex-shrink:0!important;box-shadow:0 2px 8px rgba(59,130,246,.3)!important}.theme2-profile-avatar-large img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.theme2-profile-main-info{flex:1!important;min-width:0!important;display:block!important}.theme2-profile-name-row{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:8px!important;flex-wrap:wrap!important}.theme2-profile-switch-btn{border:1px solid #e5e7eb!important;padding:6px 12px!important;border-radius:8px!important;gap:6px!important;font-weight:600!important;font-size:15px!important;color:#111827!important}.theme2-profile-edit-icon,.theme2-profile-switch-btn{background:#f3f4f6!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;transition:all .2s!important}.theme2-profile-edit-icon{padding:6px!important;border:1px solid #e5e7eb!important;border-radius:6px!important;justify-content:center!important;color:#6b7280!important}.theme2-profile-meta{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-top:4px!important}.theme2-profile-version-tag{display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:12px!important;color:#6b7280!important;background:#f9fafb!important;padding:4px 10px!important;border-radius:6px!important;border:1px solid #e5e7eb!important}.theme2-profile-divider{height:1px!important;background:#e5e7eb!important;margin:12px 0!important;width:100%!important;clear:both!important}.theme2-profile-status-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;width:100%!important}.theme2-profile-status-label{font-size:13px!important;font-weight:500!important;color:#6b7280!important}.theme2-device-info-compact{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.theme2-status-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;background:#f3f4f6!important;border-radius:8px!important;font-size:12px!important;font-weight:500!important;color:#374151!important;border:1px solid #e5e7eb!important}.theme2-sleep-mode-card{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;margin:0 0 16px 0!important;padding:20px!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(99,102,241,.25)!important;display:block!important;position:relative!important;width:100%!important;clear:both!important}.theme2-sleep-mode-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:16px!important;flex-wrap:wrap!important}.theme2-sleep-mode-left{gap:12px!important;flex:1!important;min-width:200px!important}.theme2-sleep-icon-circle,.theme2-sleep-mode-left{display:flex!important;align-items:center!important}.theme2-sleep-icon-circle{width:44px!important;height:44px!important;background:hsla(0,0%,100%,.2)!important;border-radius:50%!important;justify-content:center!important;flex-shrink:0!important}.theme2-sleep-mode-info{color:#fff!important;flex:1!important}.theme2-sleep-mode-title-new{font-size:18px!important;font-weight:700!important;margin-bottom:4px!important;display:flex!important;align-items:center!important;gap:6px!important}.theme2-sleep-mode-desc{font-size:13px!important;opacity:.95!important;line-height:1.4!important}.theme2-sleep-status-badge{padding:6px 12px!important;background:hsla(0,0%,100%,.2)!important;border-radius:20px!important;font-size:12px!important;font-weight:600!important;color:#fff!important;display:inline-flex!important;align-items:center!important;gap:6px!important;flex-shrink:0!important}.theme2-sleep-mode-actions{display:flex!important;gap:8px!important;width:100%!important;margin-top:8px!important}.theme2-sleep-toggle-btn{background:#fff!important;color:#6366f1!important;border:none!important;padding:10px 20px!important;border-radius:8px!important;font-weight:600!important;font-size:14px!important;cursor:pointer!important;transition:all .2s!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.theme2-location-section{background:#fff!important;margin:0 0 16px 0!important;border-radius:12px!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important;border:1px solid #e5e7eb!important;overflow:hidden!important;display:block!important;position:relative!important;width:100%!important;clear:both!important}@media (max-width:640px){.theme2-main-content{padding-top:56px!important;padding-left:12px!important;padding-right:12px!important;padding-bottom:70px!important}.theme2-location-section,.theme2-profile-selector,.theme2-sleep-mode-card{margin-left:0!important;margin-right:0!important;width:100%!important}.theme2-profile-avatar-large{width:48px!important;height:48px!important;font-size:24px!important}.theme2-sleep-mode-card{padding:16px!important}.theme2-sleep-mode-header{flex-direction:column!important;align-items:flex-start!important}.theme2-sleep-mode-left{width:100%!important;min-width:auto!important}.theme2-sleep-status-badge{align-self:flex-start!important}}.theme2-profile-selector{background:#fff;margin:0 0 16px 0;padding:16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #e5e7eb;display:block;width:100%}.theme2-sleep-mode-card{background:linear-gradient(135deg,#6366f1,#8b5cf6);margin:0 0 16px 0;padding:20px;border-radius:12px;box-shadow:0 4px 16px rgba(99,102,241,.25);display:block;width:100%}@media (max-width:640px){.theme2-main-content{padding:0 12px 70px 12px}.theme2-sleep-mode-card{padding:16px}}.notification-dot[data-v-fa38c54e]{position:absolute;top:-3px;right:-3px;width:10px;height:10px;background:red;border-radius:50%;border:2px solid #fff}.menu-icon-container[data-v-fa38c54e]{position:relative;display:inline-block}.coming-soon-badge[data-v-fa38c54e]{font-size:10px;padding:2px 6px;border-radius:12px;background-color:#fbbf24;color:#78350f;font-weight:600;line-height:1;white-space:nowrap}.footer[data-v-32d4679f]{background-color:#2c2f33;color:#fff;padding:16px;text-align:center;font-size:14px}.footer hr[data-v-32d4679f]{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:12px auto;width:80%}.footer-links[data-v-32d4679f]{display:flex;flex-direction:column;gap:8px}.footer-links a[data-v-32d4679f]{color:#fff;text-decoration:none}.footer-links a[data-v-32d4679f]:hover{text-decoration:underline}.bottom-nav-container[data-v-32d4679f]{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.bottom-nav[data-v-32d4679f]{display:flex;justify-content:space-around;align-items:center;height:65px;max-width:600px;margin:0 auto;background:#fff}.nav-item[data-v-32d4679f]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;text-decoration:none;color:#666;transition:all .3s ease;position:relative}.nav-item span[data-v-32d4679f]{font-size:11px;margin-top:4px;font-weight:500}.nav-item.active[data-v-32d4679f]{color:#6366f1}.nav-item.active[data-v-32d4679f]:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#6366f1;border-radius:0 0 3px 3px}.more-menu-overlay[data-v-32d4679f]{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.more-menu-overlay.show[data-v-32d4679f]{opacity:1;visibility:visible}.more-menu-panel[data-v-32d4679f]{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:1002;transform:translateY(100%);transition:transform .3s ease;max-height:80vh;overflow-y:auto}.more-menu-panel.show[data-v-32d4679f]{transform:translateY(0)}.more-menu-header[data-v-32d4679f]{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 15px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.more-menu-header h5[data-v-32d4679f]{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.close-btn[data-v-32d4679f]{background:#f3f4f6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.close-btn[data-v-32d4679f]:hover{background:#e5e7eb}.more-menu-content[data-v-32d4679f]{padding:10px 0 80px}.more-menu-item[data-v-32d4679f]{display:flex;align-items:center;padding:16px 20px;text-decoration:none;color:#1f2937;transition:background .2s ease;border-bottom:1px solid #f3f4f6}.more-menu-item[data-v-32d4679f]:hover{background:#f9fafb}.more-menu-item.active[data-v-32d4679f]{background:#eff6ff;border-left:4px solid #6366f1}.menu-icon[data-v-32d4679f]{width:48px;height:48px;background:#f3f4f6;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0}.more-menu-item.active .menu-icon[data-v-32d4679f]{background:#dbeafe}.menu-text[data-v-32d4679f]{flex:1}.menu-title[data-v-32d4679f]{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:2px}.menu-subtitle[data-v-32d4679f]{font-size:.85rem;color:#6b7280}.badge[data-v-32d4679f]{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.badge-warning[data-v-32d4679f]{background:#fef3c7;color:#92400e}@media (min-width:640px){.footer-links[data-v-32d4679f]{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:16px}.bottom-nav-container[data-v-32d4679f]{display:none}}@media (max-width:639px){.more-menu-panel[data-v-32d4679f]{max-height:85vh}.footer-spacing[data-v-32d4679f]{margin-bottom:80px}}.icon-wrapper[data-v-32d4679f]{position:relative;display:inline-flex}.new-badge[data-v-32d4679f]{position:absolute;top:-8px;right:-12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:8px;font-weight:700;padding:2px 5px;border-radius:8px;text-transform:uppercase;animation:pulse-badge-32d4679f 2s infinite}@keyframes pulse-badge-32d4679f{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.alert[data-v-2bd72982]{font-size:12px;padding:.5rem 1rem}.system-app-warning[data-v-629cbf02]{background-color:#fff3cd;color:#856404;border:1px solid #ffeeba;padding:12px 16px;border-radius:6px;font-family:Arial,sans-serif;font-size:14px;margin-top:10px;display:inline-block}.status-text[data-v-629cbf02]{line-height:1.5;font-size:.875rem}.input-group-text[data-v-629cbf02]{padding:5px}.system-app-warning[data-v-3e623990]{background-color:#fff3cd;color:#856404}.social-app-warning[data-v-3e623990],.system-app-warning[data-v-3e623990]{border:1px solid #ffeeba;padding:12px 16px;border-radius:6px;font-family:Arial,sans-serif;font-size:14px;margin-top:10px;display:inline-block}.social-app-warning[data-v-3e623990]{background-color:#dc3545!important;color:#fff!important}.back-link[data-v-3eb5c08c]{color:#2c3e50;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:5px}.back-link[data-v-3eb5c08c]:hover{color:#3498db}.summary-section[data-v-3eb5c08c]{padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px rgba(102,126,234,.15)}.summary-card[data-v-3eb5c08c]{background:#fff;border:none;padding:20px 16px;border-radius:12px;margin-bottom:15px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);min-height:120px}.summary-card[data-v-3eb5c08c]:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.summary-icon[data-v-3eb5c08c]{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;flex-shrink:0}.summary-content[data-v-3eb5c08c]{flex:1;text-align:center;width:100%}.summary-value[data-v-3eb5c08c]{font-size:2rem;font-weight:700;color:#2c3e50;line-height:1;margin-bottom:4px}.summary-label[data-v-3eb5c08c]{font-size:.7rem;color:#7f8c8d;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;word-break:break-word}.summary-card.active-filter[data-v-3eb5c08c]{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 24px rgba(102,126,234,.3)}.summary-card.active-filter .summary-icon[data-v-3eb5c08c]{background:hsla(0,0%,100%,.2)}.summary-card.active-filter .summary-label[data-v-3eb5c08c],.summary-card.active-filter .summary-value[data-v-3eb5c08c]{color:#fff}.filter-actions[data-v-3eb5c08c]{margin-bottom:20px;display:flex;justify-content:flex-end;align-items:center}.filter-badge[data-v-3eb5c08c]{background:#f8f9fa;border:2px solid #667eea;padding:10px 16px;border-radius:50px;display:inline-flex;align-items:center;gap:10px;font-size:.875rem;font-weight:600;color:#667eea}.clear-btn[data-v-3eb5c08c]{background:#667eea;border:none;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.clear-btn[data-v-3eb5c08c]:hover{background:#764ba2;transform:rotate(90deg)}.section-header[data-v-3eb5c08c]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e9ecef}.section-title[data-v-3eb5c08c]{margin:0;font-size:1.125rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:10px}.section-title i[data-v-3eb5c08c]{color:#667eea}.transaction-count[data-v-3eb5c08c]{background:#f8f9fa;padding:6px 14px;border-radius:20px;font-size:.813rem;font-weight:600;color:#7f8c8d}.transactions-list[data-v-3eb5c08c]{display:flex;flex-direction:column;gap:16px}.transaction-card[data-v-3eb5c08c]{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.transaction-card[data-v-3eb5c08c]:hover{border-color:#667eea;box-shadow:0 4px 16px rgba(102,126,234,.12);transform:translateY(-2px)}.transaction-main[data-v-3eb5c08c]{display:flex;gap:16px;flex:1}.transaction-icon-wrapper[data-v-3eb5c08c]{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.transaction-icon-wrapper img[data-v-3eb5c08c]{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.transaction-info[data-v-3eb5c08c]{flex:1;display:flex;flex-direction:column;gap:8px}.product-name[data-v-3eb5c08c]{font-size:1rem;font-weight:600;color:#2c3e50;line-height:1.4}.subscription-details[data-v-3eb5c08c]{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detail-item[data-v-3eb5c08c]{font-size:.813rem;color:#7f8c8d;display:inline-flex;align-items:center;gap:6px}.detail-item i[data-v-3eb5c08c]{color:#667eea}.badge-expired[data-v-3eb5c08c],.badge-used[data-v-3eb5c08c]{padding:4px 10px;border-radius:12px;font-size:.688rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.badge-used[data-v-3eb5c08c]{background:#fef3e2;color:#f39c12}.badge-expired[data-v-3eb5c08c]{background:#fee;color:#e74c3c}.device-info[data-v-3eb5c08c]{font-size:.813rem;color:#7f8c8d;display:flex;align-items:center;gap:8px}.device-info i[data-v-3eb5c08c]{color:#667eea}.transaction-date[data-v-3eb5c08c]{font-size:.75rem;color:#95a5a6;display:flex;align-items:center;gap:6px}.transaction-date i[data-v-3eb5c08c]{color:#bdc3c7}.transaction-status[data-v-3eb5c08c]{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.amount[data-v-3eb5c08c]{font-size:1.375rem;font-weight:700;color:#2c3e50;line-height:1}.amount-trial[data-v-3eb5c08c]{font-size:1rem;font-weight:600;color:#3498db;background:#e8f4fd;padding:6px 12px;border-radius:8px}.status-badge[data-v-3eb5c08c]{padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-success[data-v-3eb5c08c]{background:#d4edda;color:#27ae60}.status-fail[data-v-3eb5c08c]{background:#f8d7da;color:#e74c3c}.empty-state[data-v-3eb5c08c]{text-align:center;padding:60px 20px;color:#95a5a6}.empty-state i[data-v-3eb5c08c]{font-size:4rem;margin-bottom:16px;opacity:.5}.empty-state p[data-v-3eb5c08c]{font-size:1.125rem;margin:0}@media (max-width:768px){.summary-section[data-v-3eb5c08c]{padding:15px}.summary-card[data-v-3eb5c08c]{padding:16px;gap:12px}.summary-icon[data-v-3eb5c08c]{width:40px;height:40px;font-size:18px}.summary-value[data-v-3eb5c08c]{font-size:1.5rem}.transaction-card[data-v-3eb5c08c]{flex-direction:column;gap:16px}.transaction-status[data-v-3eb5c08c]{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.section-header[data-v-3eb5c08c]{flex-direction:column;align-items:flex-start;gap:10px}}.device-card[data-v-01b2c4f6]{border:1px solid #ccc;padding:1em;margin-bottom:1.5em;border-radius:8px;background:#f9f9f9}.device-detail[data-v-01b2c4f6]{margin-bottom:.5em}.card[data-v-3ee48418]{border-radius:10px}input[type=text][data-v-3ee48418]{font-size:1.1rem}.btn-icon-flex[data-v-3ee48418]{display:flex;align-items:center;justify-content:center}.btn-icon-flex i[data-v-3ee48418]{margin-right:8px}input.form-control[data-v-3ee48418]{font-size:.95rem;padding:.25rem .3rem;text-overflow:ellipsis}.back-home[data-v-3ee48418]{display:block;width:100%;margin-bottom:15px;font-size:1rem}.card[data-v-7bae0f33]{border-radius:10px}input[type=text][data-v-7bae0f33]{font-size:1.1rem}.btn-icon-flex[data-v-7bae0f33]{display:flex;align-items:center;justify-content:center}.btn-icon-flex i[data-v-7bae0f33]{margin-right:8px}.device-details-card[data-v-7bae0f33]{border-radius:12px;background-color:#fff;padding:1.2rem}.detail-grid[data-v-7bae0f33]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.detail-item[data-v-7bae0f33]{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#333;line-height:1.4}.detail-item .icon[data-v-7bae0f33]{color:#4a90e2;min-width:18px;font-size:1rem;margin-top:2px}@media (max-width:576px){.filters-row[data-v-291217e4]{flex-wrap:nowrap!important;justify-content:center!important;gap:15px!important;max-width:100%;box-sizing:border-box}.filters-row>.filter-item[data-v-291217e4]:first-child,.filters-row>.filter-item[data-v-291217e4]:nth-child(2){flex:1 1 40%!important;min-width:0!important}.filters-row>.filter-item.search-btn[data-v-291217e4]{flex-basis:100%!important;margin-top:8px!important;text-align:center!important}.filters-row>.filter-item.search-btn label[data-v-291217e4]{display:none!important}}select.form-control[data-v-291217e4]{width:100%;max-width:250px}label.form-label[data-v-291217e4]{font-weight:600}.filters-row[data-v-291217e4]{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-end;margin-bottom:25px;max-width:100%;box-sizing:border-box;overflow-x:hidden}.filter-item[data-v-291217e4]{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.filter-item label[data-v-291217e4]{font-weight:600;margin-bottom:5px}.filter-item button[data-v-291217e4],.filter-item select[data-v-291217e4]{padding:8px;font-size:14px;border-radius:5px;border:1px solid #ccc;width:100%;box-sizing:border-box}.search-btn button[data-v-291217e4]{background-color:#007bff;color:#fff;border:none;font-weight:600;cursor:pointer}.search-btn button[data-v-291217e4]:hover{background-color:#0056b3}table[data-v-291217e4]{width:100%;margin:0;border-collapse:collapse}@media (min-width:576px){.back-home[data-v-291217e4]{margin-bottom:25px}}.no-report-msg[data-v-291217e4]{width:100%;display:block;margin-top:30px;margin-bottom:80px;padding:20px;text-align:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;font-size:16px;color:#6c757d}.back-home[data-v-291217e4]{display:block;width:100%;margin-bottom:15px;font-size:1rem}.badge[data-v-291217e4]{margin-left:8px;padding:2px 6px;font-size:12px;border-radius:4px}.badge-monthly[data-v-291217e4]{background-color:#4caf50;color:#fff}.badge-weekly[data-v-291217e4]{background-color:#2196f3;color:#fff}.report-body[data-v-87df6b20]{font-family:Arial,sans-serif;color:#333;font-size:14px}.section-title[data-v-87df6b20]{font-size:18px;color:#004aad;font-weight:700;text-align:left;margin-bottom:10px}.section-subtitle[data-v-87df6b20]{font-size:16px;font-weight:700;text-align:left;margin-top:30px}.section-description[data-v-87df6b20]{font-size:13px;color:#666;margin-bottom:10px}.usage-table[data-v-87df6b20]{width:100%;font-size:14px;margin-bottom:20px;border-collapse:collapse}.usage-table td[data-v-87df6b20]{padding:4px 0}.text-left[data-v-87df6b20]{text-align:left;padding-left:12px}.text-right[data-v-87df6b20]{text-align:right;padding-right:12px}.report-image[data-v-87df6b20]{max-width:100%;height:auto;border:1px solid #ddd;padding:6px;margin-bottom:20px}.app-list[data-v-87df6b20]{margin-bottom:30px}.app-row[data-v-87df6b20]{justify-content:space-between;padding:8px 12px;border-bottom:1px dashed #ddd}.app-info[data-v-87df6b20],.app-row[data-v-87df6b20]{display:flex;align-items:center}.app-icon[data-v-87df6b20]{margin-right:8px}.category-list[data-v-87df6b20]{padding-left:20px;margin:0 0 30px 0;list-style-position:inside}.category-row[data-v-87df6b20]{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed #ddd}.back-home[data-v-87df6b20]{display:block;width:100%;margin-bottom:15px;font-size:1rem}.card[data-v-2a6193c9]{border-radius:10px}input[type=text][data-v-2a6193c9]{font-size:1.1rem}.btn-icon-flex[data-v-2a6193c9]{display:flex;align-items:center;justify-content:center}.btn-icon-flex i[data-v-2a6193c9]{margin-right:8px}.back-home[data-v-2a6193c9]{display:block;width:100%;margin-bottom:15px;font-size:1rem}.card[data-v-00068609],.parent-profile[data-v-00068609]{border-radius:10px;background:#fff;padding:20px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.parent-profile[data-v-00068609]{width:100%;margin:0 0 20px 0}.back-home[data-v-00068609]{display:block;width:100%;margin-top:10px;margin-bottom:10px;font-size:1rem;z-index:1;position:relative}.badge[data-v-00068609]{padding:5px 10px;font-size:.9rem;border-radius:5px}.modal-mask[data-v-00068609]{position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:10px}.modal-wrapper[data-v-00068609]{width:100%;max-width:500px}.modal-container[data-v-00068609]{background:#fff;padding:20px;border-radius:10px;width:100%;max-width:100%;box-sizing:border-box}.alert[data-v-00068609]{border-radius:8px;padding:15px;background:#e9f7fe;color:#31708f;border:1px solid #bce8f1}@media (max-width:576px){.table-responsive[data-v-00068609]{overflow-x:auto}.modal-container[data-v-00068609]{padding:15px}}td .action-buttons[data-v-00068609]{display:flex;flex-wrap:wrap;gap:6px}@media (max-width:576px){td .action-buttons[data-v-00068609]{flex-direction:column;gap:4px}}.info-note[data-v-00068609]{background:#e9f7fe;border:1px solid #bce8f1;color:#31708f;padding:15px;border-radius:10px}.back-home[data-v-1bac0689]{display:block;width:100%;margin-bottom:15px;font-size:1rem}.loading-container[data-v-1bac0689]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.loading-container .spinner-border[data-v-1bac0689]{width:3rem;height:3rem}.schedule-header[data-v-1bac0689]{background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#d946ef);padding:15px;border-radius:16px;box-shadow:0 10px 30px rgba(99,102,241,.2);margin-bottom:25px}.header-content[data-v-1bac0689]{display:flex;justify-content:space-between;align-items:center}.header-text h4[data-v-1bac0689]{color:#fff;font-weight:700;font-size:1.8rem;margin:0}.header-text p[data-v-1bac0689]{color:hsla(0,0%,100%,.9);font-size:1rem}.btn-add-schedule[data-v-1bac0689]{background:#fff;color:#6366f1;border:none;padding:12px 10px;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.btn-add-schedule[data-v-1bac0689]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15);background:#f8f9fa;color:#8b5cf6}.stats-container[data-v-1bac0689]{display:flex;gap:15px;margin-bottom:30px;overflow-x:auto}.stat-card[data-v-1bac0689]{background:#fff;padding:15px 15px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;gap:15px;transition:all .3s ease;flex:1;min-width:200px}.stat-card[data-v-1bac0689]:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.stat-icon[data-v-1bac0689]{width:35px;height:35px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.stat-icon.bg-primary[data-v-1bac0689]{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.stat-icon.bg-success[data-v-1bac0689]{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.bg-info[data-v-1bac0689]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-content[data-v-1bac0689]{display:flex;flex-direction:column}.stat-value[data-v-1bac0689]{font-size:1.8rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:4px}.stat-label[data-v-1bac0689]{font-size:.9rem;color:#6b7280;font-weight:500;white-space:nowrap}.empty-state-modern[data-v-1bac0689]{background:#fff;padding:80px 40px;border-radius:16px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.06)}.empty-icon[data-v-1bac0689]{width:100px;height:100px;margin:0 auto 25px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-icon i[data-v-1bac0689]{font-size:3rem;color:#9ca3af}.empty-title[data-v-1bac0689]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:10px}.empty-text[data-v-1bac0689]{color:#6b7280;font-size:1.05rem;margin-bottom:30px}.schedules-list[data-v-1bac0689]{display:flex;flex-direction:column;gap:20px}.schedule-item[data-v-1bac0689]{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent;overflow:hidden}.schedule-item[data-v-1bac0689]:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);border-color:#6366f1;transform:translateY(-2px)}.schedule-item.schedule-inactive[data-v-1bac0689]{opacity:.7}.schedule-item.schedule-inactive[data-v-1bac0689]:hover{opacity:1}.schedule-item-header[data-v-1bac0689]{padding:10px;background:linear-gradient(90deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.schedule-title-section[data-v-1bac0689]{display:flex;align-items:center;gap:15px}.schedule-icon[data-v-1bac0689]{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff}.schedule-icon.icon-custom[data-v-1bac0689]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.schedule-icon.icon-weekday[data-v-1bac0689]{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.schedule-icon.icon-weekend[data-v-1bac0689]{background:linear-gradient(135deg,#10b981,#059669)}.schedule-icon.icon-everyday[data-v-1bac0689]{background:linear-gradient(135deg,#f59e0b,#d97706)}.schedule-name[data-v-1bac0689]{font-size:1.3rem;font-weight:700;color:#1f2937;margin:0 0 5px 0}.schedule-meta[data-v-1bac0689]{display:flex;align-items:center;gap:12px}.badge-modern[data-v-1bac0689]{padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.badge-custom-type[data-v-1bac0689]{background:#dbeafe;color:#1e40af}.badge-weekday-type[data-v-1bac0689]{background:#ede9fe;color:#6b21a8}.badge-weekend-type[data-v-1bac0689]{background:#d1fae5;color:#065f46}.badge-everyday-type[data-v-1bac0689]{background:#fef3c7;color:#92400e}.schedule-status-text[data-v-1bac0689]{font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:5px}.schedule-status-text i[data-v-1bac0689]{font-size:.5rem}.custom-switch-modern[data-v-1bac0689]{position:relative}.custom-switch-modern input[type=checkbox][data-v-1bac0689]{display:none}.custom-switch-modern input[type=checkbox]:disabled+label[data-v-1bac0689]{opacity:.5;cursor:not-allowed}.custom-switch-modern label[data-v-1bac0689]{width:60px;height:32px;background:#d1d5db;border-radius:50px;position:relative;cursor:pointer;transition:all .3s ease;display:block}.custom-switch-modern label[data-v-1bac0689]:after{content:"";width:26px;height:26px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.custom-switch-modern input:checked+label[data-v-1bac0689]{background:#10b981}.custom-switch-modern input:checked+label[data-v-1bac0689]:after{left:31px}.schedule-item-content[data-v-1bac0689]{padding:25px}.schedule-section[data-v-1bac0689]{margin-bottom:15px}.schedule-section[data-v-1bac0689]:last-child{margin-bottom:0}.section-label[data-v-1bac0689]{display:flex;align-items:center;gap:8px;font-weight:600;color:#4b5563;margin-bottom:12px;font-size:.95rem}.section-label i[data-v-1bac0689]{color:#6366f1}.days-list[data-v-1bac0689]{display:flex;flex-wrap:wrap;gap:8px}.day-badge[data-v-1bac0689]{padding:8px 16px;background:#f3f4f6;color:#1f2937;border-radius:8px;font-size:.9rem;font-weight:600;border:2px solid #e5e7eb;transition:all .2s ease}.day-badge.weekend-badge[data-v-1bac0689]{background:#fef3c7;color:#92400e;border-color:#fde68a}.time-slots-list[data-v-1bac0689]{display:flex;flex-direction:column;gap:12px}.time-slot-item[data-v-1bac0689]{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f9fafb;border-radius:10px;border-left:4px solid #d1d5db;transition:all .2s ease}.time-slot-item[data-v-1bac0689]:hover{background:#f3f4f6;transform:translateX(4px)}.time-slot-item.sleep-slot[data-v-1bac0689]{border-left-color:#ef4444;background:#fef2f2}.time-slot-item.sleep-slot[data-v-1bac0689]:hover{background:#fee2e2}.time-slot-item.limit-slot[data-v-1bac0689]{border-left-color:#f59e0b;background:#fffbeb}.time-slot-item.limit-slot[data-v-1bac0689]:hover{background:#fef3c7}.time-slot-item.apps-slot[data-v-1bac0689]{border-left-color:#8b5cf6;background:#f5f3ff}.time-slot-item.apps-slot[data-v-1bac0689]:hover{background:#ede9fe}.time-slot-left[data-v-1bac0689]{display:flex;align-items:center;gap:12px}.time-slot-icon[data-v-1bac0689]{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}.time-slot-icon.icon-sleep[data-v-1bac0689]{background:#fecaca;color:#991b1b}.time-slot-icon.icon-limit[data-v-1bac0689]{background:#fde68a;color:#92400e}.time-slot-icon.icon-apps[data-v-1bac0689]{background:#ddd6fe;color:#6b21a8}.time-range[data-v-1bac0689]{font-size:.75rem;color:#1f2937}.time-slot-label[data-v-1bac0689]{font-size:.85rem;color:#6b7280;margin-top:2px}.mode-badge[data-v-1bac0689]{padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:6px}.mode-badge.mode-sleep[data-v-1bac0689]{background:#ef4444;color:#fff}.mode-badge.mode-limit[data-v-1bac0689]{background:#f59e0b;color:#fff}.mode-badge.mode-apps[data-v-1bac0689]{background:#8b5cf6;color:#fff}.schedule-item-footer[data-v-1bac0689]{padding:10px 10px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end}.btn-outline-edit[data-v-1bac0689]{border:2px solid #6366f1;color:#6366f1;background:#fff;padding:8px 20px;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-outline-edit[data-v-1bac0689]:hover:not(:disabled){background:#6366f1;color:#fff;transform:translateY(-2px)}.btn-outline-edit[data-v-1bac0689]:disabled{opacity:.5;cursor:not-allowed}.btn-outline-delete[data-v-1bac0689]{border:2px solid #ef4444;color:#ef4444;background:#fff;padding:8px 20px;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-outline-delete[data-v-1bac0689]:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px)}.btn-outline-delete[data-v-1bac0689]:disabled{opacity:.5;cursor:not-allowed}.modal-overlay[data-v-1bac0689]{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content[data-v-1bac0689]{background:#fff;border-radius:12px;width:90%;max-width:450px;box-shadow:0 10px 40px rgba(0,0,0,.2);overflow:hidden}.modal-header-custom[data-v-1bac0689]{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.modal-header-custom h6[data-v-1bac0689]{margin:0;font-size:16px;font-weight:700;display:flex;align-items:center}.modal-body-custom[data-v-1bac0689]{padding:20px}.modal-body-custom p[data-v-1bac0689]{margin-bottom:12px;color:#333}.modal-footer-custom[data-v-1bac0689]{padding:16px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:10px;background:#f9fafb}@media (max-width:768px){.header-content[data-v-1bac0689]{flex-direction:column;align-items:flex-start;gap:15px}.btn-add-schedule[data-v-1bac0689]{width:100%}.stats-container[data-v-1bac0689]{flex-direction:column}.stat-card[data-v-1bac0689]{min-width:100%}.schedule-item-header[data-v-1bac0689]{flex-direction:column;align-items:flex-start;gap:15px}.schedule-actions[data-v-1bac0689]{width:100%;display:flex;justify-content:flex-end}.time-slot-item[data-v-1bac0689]{flex-direction:column;align-items:flex-start;gap:12px}.time-slot-right[data-v-1bac0689]{width:100%}.mode-badge[data-v-1bac0689]{display:flex;width:100%;justify-content:center}.schedule-item-footer[data-v-1bac0689]{justify-content:stretch}.schedule-item-footer .btn[data-v-1bac0689]{flex:1}}.back-home[data-v-bf324758]{display:block;width:100%;margin-bottom:12px;font-size:.95rem}.card[data-v-bf324758]{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.loading-overlay[data-v-bf324758]{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.loading-overlay p[data-v-bf324758]{margin-top:15px;font-weight:600;color:#6c63ff}.alert[data-v-bf324758]{border-radius:10px;border:none;box-shadow:0 2px 8px rgba(0,0,0,.1)}.alert-danger[data-v-bf324758]{background:#fee;color:#991b1b}.alert-warning[data-v-bf324758]{background:#fffbeb;color:#92400e}.alert-heading[data-v-bf324758]{font-size:14px;font-weight:700;margin-bottom:10px}.alert ul[data-v-bf324758]{padding-left:20px;margin-bottom:0}.alert li[data-v-bf324758]{margin-bottom:5px;font-size:13px}.type-chips[data-v-bf324758]{display:flex;gap:10px;flex-wrap:wrap}.type-chip[data-v-bf324758]{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid #e6e6ee;background:#fafafa;cursor:pointer;font-size:14px;transition:all .18s ease;min-width:92px;justify-content:center;color:#333}.type-chip i[data-v-bf324758]{font-size:14px;opacity:.9}.type-chip .chip-label[data-v-bf324758]{font-weight:600;font-size:13px}.type-chip[data-v-bf324758]:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(102,103,255,.08)}.type-chip.active[data-v-bf324758]{background:linear-gradient(90deg,#6c63ff,#5e54e2);color:#fff;border-color:rgba(92,80,255,.9);box-shadow:0 8px 20px rgba(92,80,255,.12)}.days-bubbles[data-v-bf324758]{display:flex;gap:10px;flex-wrap:wrap}.day-bubble[data-v-bf324758]{width:44px;height:44px;border-radius:50%;border:2px solid #ddd;background:#f7f7f7;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#333;cursor:pointer;transition:all .15s ease}.day-bubble.active[data-v-bf324758]{background:linear-gradient(135deg,#6c63ff,#5e54e2);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(108,99,255,.3)}.day-bubble[data-v-bf324758]:hover{transform:translateY(-2px)}.compact-slot[data-v-bf324758]{border-radius:10px;border:1px solid #eef1fb;background:#fff;padding:12px;box-shadow:0 2px 6px rgba(0,0,0,.05);position:relative}.slot-header[data-v-bf324758]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #eef1fb}.slot-number[data-v-bf324758]{font-weight:700;font-size:13px;color:#6c63ff}.btn-delete-slot[data-v-bf324758]{background:#fee;color:#e11d48;border:none;padding:4px 10px;border-radius:6px;cursor:pointer;font-size:12px;transition:all .2s}.btn-delete-slot[data-v-bf324758]:hover{background:#fdd}.slot-row[data-v-bf324758]{display:flex;gap:12px}.slot-col[data-v-bf324758]{flex:1}.slot-col label[data-v-bf324758]{display:block;font-size:12px;margin-bottom:6px;color:#333}.compact-mode[data-v-bf324758]{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.mode-btn[data-v-bf324758]{position:relative;flex:1;min-width:120px;padding:8px 10px;border-radius:8px;font-size:12px;font-weight:600;border:1px solid #e6e6ee;background:#fafafa;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .12s ease}.mode-btn.sleep-btn.active[data-v-bf324758]{background:#ef4444;color:#fff;border-color:#ef4444}.mode-btn.limit-btn.active[data-v-bf324758]{background:#f59e0b;color:#fff;border-color:#f59e0b}.mode-btn.apps-btn.active[data-v-bf324758]{background:#8b5cf6;color:#fff;border-color:#8b5cf6}.mode-btn.disabled-mode[data-v-bf324758]{position:relative;opacity:.6;cursor:not-allowed;background:#f5f5f5;color:#9ca3af;border-color:#e5e7eb}.mode-btn.disabled-mode[data-v-bf324758]:hover{transform:none;background:#f5f5f5}.coming-soon-badge[data-v-bf324758]{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px rgba(245,158,11,.4);animation:pulse-badge-bf324758 2s infinite}@keyframes pulse-badge-bf324758{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.mode-note[data-v-bf324758]{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:8px;font-size:13px}.mode-note i[data-v-bf324758]{margin-top:2px;flex-shrink:0}.mode-note-sleep[data-v-bf324758]{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.mode-note-limit[data-v-bf324758]{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.mode-note-apps[data-v-bf324758]{background:#f5f3ff;border:1px solid #ddd6fe;color:#6b21a8}.app-categories[data-v-bf324758]{display:flex;flex-direction:column;gap:8px}.category-wrapper[data-v-bf324758]{border:1px solid #eef1fb;border-radius:8px;overflow:hidden}.category-item[data-v-bf324758]{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fafafa;cursor:pointer;transition:background .2s}.category-item[data-v-bf324758]:hover{background:#f0f0f5}.category-item.expanded[data-v-bf324758]{background:#f5f3ff;border-bottom:1px solid #eef1fb}.category-info[data-v-bf324758]{display:flex;align-items:center;gap:10px}.category-icon[data-v-bf324758]{color:#6c63ff;font-size:16px;width:20px;text-align:center}.category-name[data-v-bf324758]{font-size:13px;font-weight:600;color:#333}.app-count[data-v-bf324758]{font-size:11px;color:#999;margin-left:4px}.category-actions[data-v-bf324758]{display:flex;align-items:center;gap:12px}.expand-icon[data-v-bf324758]{color:#6c63ff;font-size:12px;transition:transform .2s}.expand-icon.rotated[data-v-bf324758]{transform:rotate(180deg)}.apps-list[data-v-bf324758]{background:#fff;padding:8px}.app-item[data-v-bf324758]{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fafafa;border-radius:6px;margin-bottom:6px;border:1px solid #f0f0f5}.app-item[data-v-bf324758]:last-child{margin-bottom:0}.app-name[data-v-bf324758]{font-size:13px;color:#555}.btn-add-more[data-v-bf324758]{width:100%;padding:10px;border-radius:8px;border:2px dashed #6c63ff;background:#f5f3ff;color:#6c63ff;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.btn-add-more[data-v-bf324758]:hover{background:#ede9fe;transform:translateY(-2px)}.form-control-sm[data-v-bf324758]{border-radius:8px;padding:6px 10px}.custom-control-label[data-v-bf324758]{cursor:pointer}.contact-form-card[data-v-5ec8b58d]{background:#fff;border-radius:16px;padding:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e2e8f0;margin-bottom:0}.form-header[data-v-5ec8b58d]{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.form-icon[data-v-5ec8b58d]{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;flex-shrink:0}.form-title[data-v-5ec8b58d]{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0}.form-body[data-v-5ec8b58d]{display:flex;flex-direction:column;gap:1rem}.modern-input[data-v-5ec8b58d]{margin-bottom:0}.input-label[data-v-5ec8b58d]{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#475569;margin-bottom:.5rem}.input-label i[data-v-5ec8b58d]{color:#94a3b8;font-size:.875rem}.modern-input .form-control[data-v-5ec8b58d]{border:2px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s ease;background:#f8fafc}.modern-input .form-control[data-v-5ec8b58d]:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px rgba(59,130,246,.1);outline:none}.modern-input .form-control[data-v-5ec8b58d]::-moz-placeholder{color:#94a3b8}.modern-input .form-control[data-v-5ec8b58d]::placeholder{color:#94a3b8}.modern-input textarea.form-control[data-v-5ec8b58d]{resize:vertical;min-height:80px}.btn-add-contact[data-v-5ec8b58d]{width:100%;padding:.875rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(59,130,246,.25);display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem}.btn-add-contact[data-v-5ec8b58d]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.35)}.btn-add-contact[data-v-5ec8b58d]:disabled{opacity:.6;cursor:not-allowed}.contacts-card[data-v-5ec8b58d]{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #e2e8f0;overflow:hidden}.contacts-header[data-v-5ec8b58d]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}.header-left[data-v-5ec8b58d]{display:flex;align-items:center;gap:1rem}.contacts-icon[data-v-5ec8b58d]{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}.contacts-title[data-v-5ec8b58d]{font-size:1.3rem;font-weight:700;color:#1e293b;margin:0 0 .125rem 0}.contacts-count[data-v-5ec8b58d]{font-size:.875rem;color:#64748b;margin:0}.table-responsive[data-v-5ec8b58d]{overflow-x:auto}.contacts-table[data-v-5ec8b58d]{margin:0;width:100%}.contacts-table thead[data-v-5ec8b58d]{background:#f8fafc}.contacts-table thead th[data-v-5ec8b58d]{font-size:.875rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.025em;padding:1rem 1.25rem;border-bottom:2px solid #e2e8f0;white-space:nowrap}.contacts-table tbody tr.contact-row[data-v-5ec8b58d]{transition:all .2s ease;border-bottom:1px solid #f1f5f9}.contacts-table tbody tr.contact-row[data-v-5ec8b58d]:hover{background:#f8fafc}.contacts-table tbody td[data-v-5ec8b58d]{padding:1.25rem;vertical-align:middle;color:#334155;font-size:.9rem}.contact-name[data-v-5ec8b58d]{min-width:200px}.name-wrapper[data-v-5ec8b58d]{display:flex;align-items:center;gap:.875rem}.avatar[data-v-5ec8b58d]{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0;text-transform:uppercase}.name-info[data-v-5ec8b58d]{display:flex;flex-direction:column;gap:.125rem;min-width:0}.name[data-v-5ec8b58d]{font-weight:600;color:#1e293b;font-size:.95rem}.email[data-v-5ec8b58d]{font-size:.8rem;color:#64748b}.contact-phone[data-v-5ec8b58d]{min-width:140px}.phone-link[data-v-5ec8b58d]{color:#3b82f6;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.375rem;transition:all .2s ease;padding:.25rem 0}.phone-link[data-v-5ec8b58d]:hover{color:#2563eb;gap:.5rem}.phone-link[data-v-5ec8b58d]:before{content:"";display:inline-block;width:6px;height:6px;background:currentColor;border-radius:50%;opacity:0;transition:opacity .2s ease}.phone-link[data-v-5ec8b58d]:hover:before{opacity:1}.contact-notes[data-v-5ec8b58d]{max-width:300px;min-width:150px}.notes-text[data-v-5ec8b58d]{display:block;color:#64748b;font-size:.875rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.contact-actions[data-v-5ec8b58d]{min-width:100px}.btn-delete[data-v-5ec8b58d]{width:36px;height:36px;border-radius:8px;border:none;background:#fee;color:#dc2626;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.btn-delete[data-v-5ec8b58d]:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.empty-state[data-v-5ec8b58d]{padding:3rem 2rem!important;text-align:center}.empty-icon[data-v-5ec8b58d]{width:80px;height:80px;margin:0 auto 1rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:2rem}.empty-text[data-v-5ec8b58d]{font-size:1.125rem;font-weight:600;color:#475569;margin:0 0 .5rem 0}.empty-subtext[data-v-5ec8b58d]{font-size:.875rem;color:#94a3b8;margin:0}@media (max-width:768px){.contact-form-card[data-v-5ec8b58d]{padding:1.25rem}.form-header[data-v-5ec8b58d]{gap:.75rem}.form-icon[data-v-5ec8b58d]{width:44px;height:44px}.form-title[data-v-5ec8b58d]{font-size:1.2rem}.contacts-header[data-v-5ec8b58d]{padding:1.25rem}.contacts-icon[data-v-5ec8b58d]{width:44px;height:44px}.contacts-title[data-v-5ec8b58d]{font-size:1.15rem}.contacts-table[data-v-5ec8b58d]{font-size:.875rem}.contacts-table tbody td[data-v-5ec8b58d],.contacts-table thead th[data-v-5ec8b58d]{padding:.875rem}.avatar[data-v-5ec8b58d]{width:36px;height:36px;font-size:.8rem}.name[data-v-5ec8b58d]{font-size:.875rem}.contact-notes[data-v-5ec8b58d]{max-width:200px}}@media (max-width:576px){.contacts-table thead th[data-v-5ec8b58d]{font-size:.75rem;padding:.75rem .5rem}.contacts-table tbody td[data-v-5ec8b58d]{padding:.75rem .5rem}.name-wrapper[data-v-5ec8b58d]{gap:.625rem}.avatar[data-v-5ec8b58d]{width:32px;height:32px}.contact-notes[data-v-5ec8b58d]{max-width:150px}.notes-text[data-v-5ec8b58d]{-webkit-line-clamp:1}}.phone-notes[data-v-5ec8b58d]{font-size:12px;color:#6b7280;margin-top:2px}.collapse-enter-active[data-v-5ec8b58d],.collapse-leave-active[data-v-5ec8b58d]{transition:all .3s ease}.collapse-enter-from[data-v-5ec8b58d],.collapse-leave-to[data-v-5ec8b58d]{max-height:0;opacity:0;overflow:hidden}.collapse-enter-to[data-v-5ec8b58d],.collapse-leave-from[data-v-5ec8b58d]{max-height:500px;opacity:1}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--bottom,.v-toast__item.v-toast__item--top{align-self:center}.v-toast__item.v-toast__item--bottom-right,.v-toast__item.v-toast__item--top-right{align-self:flex-end}.v-toast__item.v-toast__item--bottom-left,.v-toast__item.v-toast__item--top-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3E%3Cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 1 1-6 0V21a3 3 0 1 1 6 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3E%3C/svg%3E") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3E%3Cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329-16 18a1.997 1.997 0 0 1-2.745.233l-10-8a2 2 0 0 1 2.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 0 1 2.99 2.659z'/%3E%3C/svg%3E") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3E%3Cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 0 1-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 1 1-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 1 1 2.828-2.828l7.425 7.425 7.071-7.071a2 2 0 1 1 2.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 0 1 0 2.828z'/%3E%3C/svg%3E") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.466 41.26 29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 0 1-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 0 1-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 0 1 1.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3E%3C/svg%3E") no-repeat}