@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-bg-card: #ffffff;--color-bg-hover: #f8fafc;--color-bg-sidebar: #ffffff;--color-bg-modal: #ffffff;--color-bg-dropdown: #ffffff;--color-bg-input: #ffffff;--color-text-primary: #1e293b;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-text-muted: #cbd5e1;--color-text-inverse: #ffffff;--color-heading: #0f172a;--color-border-primary: #e2e8f0;--color-border-secondary: #cbd5e1;--color-border-hover: #94a3b8;--color-border-focus: #3b82f6;--color-border-input: #e2e8f0;--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-primary-light: rgba(59, 130, 246, .1);--color-secondary: #10b981;--color-secondary-hover: #059669;--color-accent: #8b5cf6;--color-accent-hover: #7c3aed;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-dropdown: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-modal: 0 25px 50px -12px rgba(0, 0, 0, .25);--navbar-bg: #ffffff;--navbar-border: #e2e8f0;--navbar-shadow: 0 1px 3px rgba(0, 0, 0, .05);--sidebar-bg: #ffffff;--sidebar-border: #e2e8f0;--sidebar-hover: #f1f5f9;--sidebar-active: #eff6ff;--sidebar-active-text: #3b82f6;--scrollbar-track: #f1f5f9;--scrollbar-thumb: #cbd5e1;--scrollbar-thumb-hover: #94a3b8;--transition-colors: background-color .2s, color .2s, border-color .2s, fill .2s, stroke .2s}.dark-mode{--color-bg-primary: #131d35;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-bg-card: #1e293b;--color-bg-hover: #334155;--color-bg-sidebar: #1e293b;--color-bg-modal: #1e293b;--color-bg-dropdown: #1e293b;--color-bg-input: #0f172a;--color-text-primary: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-tertiary: #94a3b8;--color-text-muted: #64748b;--color-text-inverse: #0f172a;--color-heading: #f8fafc;--color-border-primary: #334155;--color-border-secondary: #475569;--color-border-hover: #64748b;--color-border-focus: #60a5fa;--color-border-input: #334155;--color-primary: #60a5fa;--color-primary-hover: #93bbfc;--color-primary-light: rgba(96, 165, 250, .15);--color-secondary: #34d399;--color-secondary-hover: #6ee7b7;--color-accent: #a78bfa;--color-accent-hover: #c4b5fd;--color-success: #34d399;--color-warning: #fbbf24;--color-error: #f87171;--color-info: #60a5fa;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .2);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .4);--shadow-dropdown: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-modal: 0 25px 50px -12px rgba(0, 0, 0, .6);--navbar-bg: #1e293b;--navbar-border: #334155;--navbar-shadow: 0 1px 3px rgba(0, 0, 0, .3);--sidebar-bg: #1e293b;--sidebar-border: #334155;--sidebar-hover: #334155;--sidebar-active: #334155;--sidebar-active-text: #60a5fa;--scrollbar-track: #1e293b;--scrollbar-thumb: #475569;--scrollbar-thumb-hover: #64748b}*{transition:all .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.navigation{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#2c3e50;color:#fff;margin-bottom:2rem}.nav-brand a{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-links li a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.nav-links li a:hover{background-color:#34495e}.user-profile{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;margin:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.user-profile:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.user-profile:hover .user-avatar{transform:scale(1.05)}.user-profile:active{transform:translateY(0)}.user-profile .user-avatar{width:40px;height:40px;border-radius:50%;background:#667eea;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;margin-right:.75rem;transition:transform .3s ease;flex-shrink:0}.user-profile .user-info{flex:1;min-width:0}.user-profile .user-info .user-name{font-weight:600;font-size:.875rem;color:#1e293b;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-info .user-role{font-size:.75rem;color:#64748b;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-info .user-email{font-size:.6875rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.user-profile{margin:.5rem;padding:.625rem}.user-profile .user-avatar{width:36px;height:36px;font-size:.8125rem;margin-right:.625rem}.user-profile .user-info .user-name{font-size:.8125rem}.user-profile .user-info .user-role{font-size:.6875rem}.user-profile .user-info .user-email{font-size:.625rem}}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;position:fixed;left:0;top:64px;height:calc(100vh - 64px);width:250px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden;box-shadow:var(--shadow-md);transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar.collapsed{width:80px}.sidebar.collapsed .nav-label{opacity:0;transform:translate(-10px)}.sidebar.collapsed .nav-icon{font-size:1.5rem}.sidebar.collapsed .sidebar-footer .developer-credit{opacity:0}@media (min-width: 992px){.sidebar{transform:translate(0);z-index:50;box-shadow:none}}.sidebar .sidebar-nav{padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;flex:1;margin-bottom:.5rem}.sidebar .sidebar-nav .nav-link{display:flex;align-items:center;padding:.75rem 1rem;color:var(--color-text-secondary);text-decoration:none;border-radius:.5rem;transition:all .2s ease;font-size:.9375rem;font-weight:500;min-height:48px;gap:.75rem}.sidebar .sidebar-nav .nav-link .nav-icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar .sidebar-nav .nav-link .nav-label{flex:1;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden}.sidebar .sidebar-nav .nav-link:hover{background:var(--sidebar-hover);color:var(--color-text-primary)}.sidebar .sidebar-nav .nav-link.active{background:var(--sidebar-active);color:var(--sidebar-active-text);font-weight:600}.sidebar .sidebar-footer{padding:.75rem;border-top:1px solid var(--sidebar-border);background:var(--color-bg-tertiary);flex-shrink:0}.sidebar .sidebar-footer .developer-credit{margin:0;font-size:.75rem;color:var(--color-text-secondary);text-align:center;line-height:1.4;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar .sidebar-footer .developer-credit .roko-link{color:var(--color-primary);text-decoration:none;font-weight:600;transition:all .2s ease}.sidebar .sidebar-footer .developer-credit .roko-link:hover{color:var(--color-primary-hover);text-decoration:underline}.notification-bell{position:relative;display:inline-block}.notification-bell .notification-bell-button{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease;width:40px;height:40px;position:relative}.notification-bell .notification-bell-button:hover{background:#f1f5f9;color:#1e293b}.notification-bell .notification-bell-button svg{width:1.5rem;height:1.5rem}.notification-bell .notification-badge{position:absolute;top:.25rem;right:.25rem;background:#ef4444;color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;padding:0 .25rem;border:2px solid white;box-shadow:0 2px 4px #0000001a}.notification-bell .notification-dropdown{position:absolute;top:calc(100% + .5rem);right:0;width:380px;max-width:90vw;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #e2e8f0;z-index:1000;animation:slideDown .2s ease-out}@media (max-width: 480px){.notification-bell .notification-dropdown{width:320px;right:-1rem}}.notification-bell .notification-dropdown .notification-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9}.notification-bell .notification-dropdown .notification-header h3{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.notification-bell .notification-dropdown .notification-header .mark-all-read-button{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s ease}.notification-bell .notification-dropdown .notification-header .mark-all-read-button:hover{background:#eff6ff}.notification-bell .notification-dropdown .notification-list{max-height:400px;overflow-y:auto}.notification-bell .notification-dropdown .notification-list .empty-notifications{padding:2rem 1.25rem;text-align:center;color:#64748b}.notification-bell .notification-dropdown .notification-list .empty-notifications .empty-icon{font-size:2rem;margin-bottom:.5rem}.notification-bell .notification-dropdown .notification-list .empty-notifications p{margin:0 0 .25rem;font-weight:500;color:#475569}.notification-bell .notification-dropdown .notification-list .empty-notifications span{font-size:.875rem}.notification-bell .notification-dropdown .notification-list .loading-notifications{padding:2rem 1.25rem;text-align:center;color:#64748b}.notification-bell .notification-dropdown .notification-list .loading-notifications .loading-spinner{width:2rem;height:2rem;border:2px solid #e2e8f0;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto .5rem}.notification-bell .notification-dropdown .notification-list .loading-notifications p{margin:0;font-weight:500;color:#475569}.notification-bell .notification-dropdown .notification-list .notification-item{display:flex;align-items:flex-start;padding:1rem 1.25rem;border-bottom:1px solid #f8fafc;cursor:pointer;transition:all .2s ease;position:relative}.notification-bell .notification-dropdown .notification-list .notification-item:last-child{border-bottom:none}.notification-bell .notification-dropdown .notification-list .notification-item:hover{background:#f8fafc}.notification-bell .notification-dropdown .notification-list .notification-item.unread{background:#f0f9ff}.notification-bell .notification-dropdown .notification-list .notification-item.unread:hover{background:#e0f2fe}.notification-bell .notification-dropdown .notification-list .notification-item .notification-icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1rem;margin-right:.75rem}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content{flex:1;min-width:0}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-title{font-weight:600;color:#1e293b;margin-bottom:.25rem;font-size:.875rem;line-height:1.25;display:flex;align-items:center;gap:.5rem}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-title .priority-badge{font-size:.75rem;font-weight:500;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-title .priority-badge.high{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-message{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-bell .notification-dropdown .notification-list .notification-item .notification-content .notification-time{font-size:.75rem;color:#94a3b8;font-weight:500}.notification-bell .notification-dropdown .notification-list .notification-item .unread-indicator{position:absolute;top:1rem;right:1.25rem;width:8px;height:8px;background:#2563eb;border-radius:50%}.notification-bell .notification-dropdown .notification-footer{padding:1rem 1.25rem;border-top:1px solid #f1f5f9;text-align:center}.notification-bell .notification-dropdown .notification-footer .view-all-button{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease}.notification-bell .notification-dropdown .notification-footer .view-all-button:hover{background:#eff6ff}.notification-list::-webkit-scrollbar{width:4px}.notification-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.notification-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.notification-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sidebar-toggle-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:.375rem;font-size:1.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.sidebar-toggle-btn:hover{background:#f1f5f9;color:#024974}.sidebar-toggle-btn:active{transform:scale(.95)}@media (max-width: 991px){.sidebar-toggle-btn{display:none}}.avatar-upload{display:flex;flex-direction:column;align-items:center;gap:1rem}.avatar-upload .avatar-preview{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:3px solid white;outline:1px solid #e2e8f0}.avatar-upload .avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-upload .avatar-preview .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.avatar-upload .avatar-preview .avatar-placeholder span{color:#fff;font-size:2.5rem;font-weight:600;letter-spacing:.025em}.avatar-upload .avatar-preview .upload-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.avatar-upload .avatar-preview .upload-overlay .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.avatar-upload .avatar-actions{display:flex;gap:.75rem}.avatar-upload .avatar-actions button{padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;border:none}.avatar-upload .avatar-actions button:disabled{opacity:.6;cursor:not-allowed}.avatar-upload .avatar-actions button svg{font-size:1rem}.avatar-upload .avatar-actions .btn-upload{background:#3b82f6;color:#fff}.avatar-upload .avatar-actions .btn-upload:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.avatar-upload .avatar-actions .btn-remove{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.avatar-upload .avatar-actions .btn-remove:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.avatar-upload .avatar-help-text{margin:.5rem 0 0;font-size:.75rem;color:#64748b;text-align:center}.profile-edit-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease}.profile-edit-modal-overlay .profile-edit-modal{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.profile-edit-modal-overlay .profile-edit-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.profile-edit-modal-overlay .profile-edit-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.profile-edit-modal-overlay .profile-edit-modal .modal-header .close-button{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#64748b}.profile-edit-modal-overlay .profile-edit-modal .modal-header .close-button:hover{background:#f1f5f9;color:#1e293b}.profile-edit-modal-overlay .profile-edit-modal .modal-header .close-button svg{font-size:1.5rem}.profile-edit-modal-overlay .profile-edit-modal .modal-body{padding:1.5rem}.profile-edit-modal-overlay .profile-edit-modal .modal-body .avatar-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group{margin-bottom:1.5rem}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#475569}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group label svg{font-size:1rem;color:#64748b}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group input.disabled-input{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group input::placeholder{color:#94a3b8}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .form-group .helper-text{display:block;margin-top:.25rem;font-size:.75rem;color:#94a3b8}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions{display:flex;gap:.75rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions button{flex:1;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions button:disabled{opacity:.6;cursor:not-allowed}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions button svg{font-size:1rem}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions .btn-primary{background:#3b82f6;color:#fff;border:none}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions .btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions .btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.profile-edit-modal-overlay .profile-edit-modal .modal-body form .modal-actions .btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.profile-edit-modal-overlay{padding:0}.profile-edit-modal-overlay .profile-edit-modal{max-width:100%;height:100%;max-height:100%;border-radius:0}}.user-profile-dropdown{position:relative}.user-profile-dropdown .profile-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;cursor:pointer;transition:all .2s ease}.user-profile-dropdown .profile-trigger:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.user-profile-dropdown .profile-trigger .profile-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0}.user-profile-dropdown .profile-trigger .profile-avatar img{width:100%;height:100%;object-fit:cover}.user-profile-dropdown .profile-trigger .profile-avatar .avatar-initials{color:#fff;font-weight:600;font-size:.875rem;letter-spacing:.025em}.user-profile-dropdown .profile-trigger .profile-info{display:flex;align-items:center;gap:.5rem}@media (max-width: 640px){.user-profile-dropdown .profile-trigger .profile-info{display:none}}.user-profile-dropdown .profile-trigger .profile-info .profile-name{font-size:.875rem;font-weight:500;color:#1e293b}.user-profile-dropdown .profile-trigger .profile-info .dropdown-arrow{color:#64748b;transition:transform .2s ease}.user-profile-dropdown .profile-trigger .profile-info .dropdown-arrow.open{transform:rotate(180deg)}.user-profile-dropdown .dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e2e8f0;z-index:1000;animation:slideDown .2s ease;overflow:hidden}@media (max-width: 480px){.user-profile-dropdown .dropdown-menu{width:280px}}.user-profile-dropdown .dropdown-menu .dropdown-header{padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;align-items:center}.user-profile-dropdown .dropdown-menu .dropdown-header .header-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;box-shadow:0 4px 12px #667eea40}.user-profile-dropdown .dropdown-menu .dropdown-header .header-avatar img{width:100%;height:100%;object-fit:cover}.user-profile-dropdown .dropdown-menu .dropdown-header .header-avatar .avatar-initials-large{color:#fff;font-weight:600;font-size:1.25rem;letter-spacing:.025em}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info{flex:1;min-width:0}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info .user-role{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#3b82f6;margin-bottom:.25rem}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info .user-role svg{font-size:.875rem}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info .user-email{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile-dropdown .dropdown-menu .dropdown-header .header-info .user-email svg{font-size:.875rem;flex-shrink:0}.user-profile-dropdown .dropdown-menu .dropdown-divider{height:1px;background:#e2e8f0;margin:0}.user-profile-dropdown .dropdown-menu .dropdown-content,.user-profile-dropdown .dropdown-menu .dropdown-footer{padding:.5rem}.user-profile-dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:#475569;text-align:left}.user-profile-dropdown .dropdown-menu .dropdown-item svg{font-size:1.125rem;color:#64748b}.user-profile-dropdown .dropdown-menu .dropdown-item:hover{background:#f1f5f9;color:#1e293b}.user-profile-dropdown .dropdown-menu .dropdown-item:hover svg{color:#3b82f6}.user-profile-dropdown .dropdown-menu .dropdown-item.logout{color:#dc2626}.user-profile-dropdown .dropdown-menu .dropdown-item.logout svg{color:#dc2626}.user-profile-dropdown .dropdown-menu .dropdown-item.logout:hover{background:#fef2f2;color:#b91c1c}.user-profile-dropdown .dropdown-menu .dropdown-item.logout:hover svg{color:#b91c1c}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-toggle{position:relative;width:56px;height:28px;padding:0;border:none;background:none;cursor:pointer;outline:none;transition:transform .2s ease}.theme-toggle:hover{transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}.theme-toggle:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:14px}.theme-toggle__track{position:relative;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;padding:2px;box-shadow:inset 0 2px 4px #0000001a;transition:background .3s ease}.dark-mode .theme-toggle__track{background:linear-gradient(135deg,#1e293b,#334155);box-shadow:inset 0 2px 4px #0003}.theme-toggle__thumb{position:absolute;top:2px;left:2px;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.dark-mode .theme-toggle__thumb{transform:translate(28px);background:#f1f5f9}.theme-toggle__sun,.theme-toggle__moon{position:absolute;width:14px;height:14px;transition:opacity .3s ease,transform .3s ease}.theme-toggle__sun{color:#fbbf24;opacity:1;transform:scale(1) rotate(0)}.dark-mode .theme-toggle__sun{opacity:0;transform:scale(.5) rotate(-180deg)}.theme-toggle__moon{color:#60a5fa;opacity:0;transform:scale(.5) rotate(180deg)}.dark-mode .theme-toggle__moon{opacity:1;transform:scale(1) rotate(0)}.theme-toggle.minimal{width:auto;height:auto;background:transparent;border:1px solid var(--color-border-primary);border-radius:8px;padding:8px}.theme-toggle.minimal:hover{background:var(--color-bg-hover);transform:none}.theme-toggle.minimal .theme-toggle__track{display:none}.theme-toggle.minimal .theme-toggle__thumb{position:relative;top:auto;left:auto;transform:none;background:transparent;box-shadow:none;width:20px;height:20px}.theme-toggle.minimal .theme-toggle__sun,.theme-toggle.minimal .theme-toggle__moon{width:20px;height:20px}.theme-toggle.minimal .theme-toggle__sun,.theme-toggle.minimal .theme-toggle__moon{color:var(--color-text-primary)}.top-navbar{background:var(--navbar-bg);border-bottom:1px solid var(--navbar-border);position:sticky;top:0;z-index:100;height:64px;transition:background-color .2s ease,border-color .2s ease}.top-navbar .navbar-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 16px;margin:0 auto}.top-navbar .navbar-left{display:flex;align-items:center;gap:1rem}.top-navbar .mobile-menu-button{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease;width:40px;height:40px}@media (min-width: 768px){.top-navbar .mobile-menu-button{display:none}}.top-navbar .mobile-menu-button:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.top-navbar .mobile-menu-button svg{width:1.5rem;height:1.5rem}.top-navbar .navbar-logo{display:flex;align-items:center}.top-navbar .navbar-logo .logo-image{height:40px;width:100%;object-fit:contain;flex-shrink:0}@media (max-width: 480px){.top-navbar .navbar-logo .logo-image{height:40px;width:140px}}.top-navbar .navbar-actions{display:flex;align-items:center;gap:.75rem}.floating-chat-button{position:fixed;bottom:24px;right:24px;z-index:9999;pointer-events:none}@media (max-width: 768px){.floating-chat-button{bottom:20px;right:20px}}.floating-chat-button .chat-button{position:relative;display:flex;align-items:center;justify-content:center;min-width:140px;height:60px;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:30px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;box-shadow:0 8px 25px #667eea66,0 4px 12px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:all;overflow:hidden}.floating-chat-button .chat-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 12px 35px #667eea80,0 6px 16px #0003}.floating-chat-button .chat-button:active{transform:translateY(0) scale(.98);box-shadow:0 4px 15px #667eea66,0 2px 8px #00000026}.floating-chat-button .chat-button:focus{outline:none;box-shadow:0 8px 25px #667eea66,0 4px 12px #00000026,0 0 0 3px #667eea4d}.floating-chat-button .chat-button.open{background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 8px 25px #ff6b6b66,0 4px 12px #00000026}.floating-chat-button .chat-button.open:hover{box-shadow:0 12px 35px #ff6b6b80,0 6px 16px #0003}.floating-chat-button .chat-button.pulse{animation:buttonPulse 2s infinite ease-in-out}.floating-chat-button .chat-button.animating{animation:buttonBounce .3s ease-out}.floating-chat-button .chat-button .button-content{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2}.floating-chat-button .chat-button .icon-container{display:flex;align-items:center;justify-content:center;width:24px;height:24px;position:relative}.floating-chat-button .chat-button .icon{width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-chat-button .chat-button .icon.message-icon{opacity:1;transform:rotate(0) scale(1)}.floating-chat-button .chat-button .icon.close-icon{opacity:1;transform:rotate(180deg) scale(1)}.floating-chat-button .chat-button .button-text{white-space:nowrap;opacity:1;transform:translate(0);transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:600;letter-spacing:.5px}@media (max-width: 480px){.floating-chat-button .chat-button .button-text{display:none}}.floating-chat-button .chat-button .unread-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;background:#ff4757;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;box-shadow:0 2px 6px #ff475766;animation:badgeBounce .5s ease-out}.floating-chat-button .chat-button .unread-badge .unread-count{padding:0 4px;line-height:1}.floating-chat-button .chat-button .ripple-effect{position:absolute;inset:0;border-radius:30px;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transform:scale(0);transition:all .6s cubic-bezier(.4,0,.2,1);pointer-events:none}.floating-chat-button .chat-button:active .ripple-effect{opacity:1;transform:scale(2)}.floating-chat-button .notification-indicator{position:absolute;top:-4px;left:-4px;width:28px;height:28px;background:#ff4757;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:notificationBounce 2s infinite ease-in-out;box-shadow:0 4px 12px #ff475766}.floating-chat-button .notification-indicator .notification-icon{width:14px;height:14px;color:#fff}.floating-chat-button .notification-indicator .notification-dot{position:absolute;top:4px;right:4px;width:6px;height:6px;background:#fff;border-radius:50%;animation:dotPulse 1.5s infinite ease-in-out}.floating-chat-button .mobile-overlay{position:fixed;inset:0;background:#0000001a;z-index:-1;pointer-events:all;opacity:0;animation:fadeIn .3s ease-out forwards}@media (min-width: 769px){.floating-chat-button .mobile-overlay{display:none}}@keyframes buttonPulse{0%,to{transform:scale(1);box-shadow:0 8px 25px #667eea66,0 4px 12px #00000026}50%{transform:scale(1.08);box-shadow:0 12px 35px #667eea99,0 6px 16px #0003}}@keyframes buttonBounce{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}@keyframes badgeBounce{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.3) rotate(180deg);opacity:1}to{transform:scale(1) rotate(360deg);opacity:1}}@keyframes notificationBounce{0%,to{transform:scale(1) translateY(0)}25%{transform:scale(1.1) translateY(-2px)}75%{transform:scale(.95) translateY(1px)}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}@media (prefers-color-scheme: dark){.floating-chat-button .chat-button{box-shadow:0 8px 25px #667eea4d,0 4px 12px #0000004d}.floating-chat-button .chat-button:hover{box-shadow:0 12px 35px #667eea66,0 6px 16px #0006}.floating-chat-button .chat-button.open{box-shadow:0 8px 25px #ff6b6b4d,0 4px 12px #0000004d}.floating-chat-button .chat-button.open:hover{box-shadow:0 12px 35px #ff6b6b66,0 6px 16px #0006}.floating-chat-button .mobile-overlay{background:#0000004d}}@media (prefers-contrast: high){.floating-chat-button .chat-button{background:#06c;border:2px solid #ffffff}.floating-chat-button .chat-button.open{background:#c00}.floating-chat-button .chat-button:focus{box-shadow:0 0 0 3px #ff0}}@media (prefers-reduced-motion: reduce){.floating-chat-button .chat-button{transition:none}.floating-chat-button .chat-button.pulse,.floating-chat-button .chat-button.animating{animation:none}.floating-chat-button .chat-button .icon,.floating-chat-button .chat-button .button-text,.floating-chat-button .chat-button .ripple-effect{transition:none}.floating-chat-button .notification-indicator,.floating-chat-button .notification-indicator .notification-dot,.floating-chat-button .unread-badge{animation:none}.floating-chat-button .mobile-overlay{animation:none;opacity:1}}.chat-popup{position:fixed;bottom:100px;right:24px;z-index:9998;pointer-events:none}@media (max-width: 768px){.chat-popup{inset:0}}.chat-popup .chat-container{width:400px;min-height:600px;max-height:800px;height:auto;background:#fff;border-radius:16px;box-shadow:0 24px 64px #0000001f,0 12px 32px #00000014,0 4px 16px #0000000a;display:flex;flex-direction:column;overflow:hidden;transform:translateY(20px) scale(.9);opacity:0;pointer-events:all;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.chat-popup .chat-container.open{transform:translateY(0) scale(1);opacity:1}@media (max-width: 768px){.chat-popup .chat-container{width:100%;height:100%;border-radius:0;box-shadow:none;border:none}}.chat-popup .chat-backdrop{position:fixed;inset:0;background:#0000001a;pointer-events:all;opacity:0;animation:fadeIn .3s ease-out forwards}@media (min-width: 769px){.chat-popup .chat-backdrop{display:none}}.chat-popup .chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;flex-shrink:0}.chat-popup .chat-header .header-content{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.chat-popup .chat-header .header-info{flex:1;min-width:0}.chat-popup .chat-header .header-info .header-title .title{font-size:18px;font-weight:600;display:block;margin-bottom:8px;line-height:1.2}.chat-popup .chat-header .header-info .header-title .status-indicator{display:flex;align-items:center;gap:8px;font-size:14px;opacity:.9}.chat-popup .chat-header .header-info .header-title .status-indicator .status-dot{width:8px;height:8px;border-radius:50%}.chat-popup .chat-header .header-info .header-title .status-indicator .status-dot.waiting{background:#ffa726;animation:statusPulse 2s infinite}.chat-popup .chat-header .header-info .header-title .status-indicator .status-dot.active{background:#66bb6a}.chat-popup .chat-header .header-info .header-title .status-indicator .status-dot.closed{background:#ef5350}.chat-popup .chat-header .header-info .header-title .status-indicator .status-text{font-size:13px;font-weight:500}.chat-popup .chat-header .header-info .agent-info{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:13px;opacity:.85}.chat-popup .chat-header .header-info .agent-info .agent-icon{width:16px;height:16px}.chat-popup .chat-header .close-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;margin:-8px -8px 0 0}.chat-popup .chat-header .close-button:hover{background:#ffffff26}.chat-popup .chat-header .close-button:active{background:#ffffff40}.chat-popup .chat-header .close-button svg{width:20px;height:20px}.chat-popup .chat-content{flex:1;display:flex;flex-direction:column;min-height:0}.chat-popup .initial-form{padding:32px 24px;display:flex;flex-direction:column;height:100%;justify-content:center}.chat-popup .initial-form .form-header{text-align:center;margin-bottom:32px}.chat-popup .initial-form .form-header .form-icon{width:48px;height:48px;color:#667eea;margin-bottom:16px}.chat-popup .initial-form .form-header h3{font-size:24px;font-weight:600;color:#1a202c;margin-bottom:8px}.chat-popup .initial-form .form-header p{color:#64748b;font-size:16px;line-height:1.5}.chat-popup .initial-form .chat-form{display:flex;flex-direction:column;gap:20px}.chat-popup .initial-form .chat-form .input-group{display:flex;flex-direction:column;gap:8px}.chat-popup .initial-form .chat-form .input-group label{font-size:14px;font-weight:600;color:#374151}.chat-popup .initial-form .chat-form .input-group input,.chat-popup .initial-form .chat-form .input-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-family:inherit;transition:all .2s ease;resize:none}.chat-popup .initial-form .chat-form .input-group input:focus,.chat-popup .initial-form .chat-form .input-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-popup .initial-form .chat-form .input-group input::placeholder,.chat-popup .initial-form .chat-form .input-group textarea::placeholder{color:#9ca3af}.chat-popup .initial-form .chat-form .input-group textarea{line-height:1.5}.chat-popup .initial-form .chat-form .input-group .char-count{font-size:12px;color:#9ca3af;text-align:right}.chat-popup .initial-form .chat-form .start-chat-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.chat-popup .initial-form .chat-form .start-chat-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.chat-popup .initial-form .chat-form .start-chat-button:active:not(:disabled){transform:translateY(0)}.chat-popup .initial-form .chat-form .start-chat-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.chat-popup .initial-form .chat-form .start-chat-button .loading-icon{animation:spin 1s linear infinite}.chat-popup .initial-form .chat-form .start-chat-button svg{width:18px;height:18px}.chat-popup .messages-container{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.chat-popup .messages-container::-webkit-scrollbar{width:6px}.chat-popup .messages-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.chat-popup .messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-popup .messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-popup .messages-container .empty-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#9ca3af;text-align:center}.chat-popup .messages-container .empty-messages .empty-icon{width:48px;height:48px;margin-bottom:16px;opacity:.5}.chat-popup .messages-container .empty-messages p{font-size:16px}.chat-popup .messages-container .message{display:flex;flex-direction:column;max-width:85%;animation:messageSlideIn .3s ease-out}.chat-popup .messages-container .message.own{align-self:flex-end}.chat-popup .messages-container .message.own .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.chat-popup .messages-container .message.own .message-content .message-header .sender-name{color:#ffffffe6}.chat-popup .messages-container .message.own .message-content .message-header .message-time{color:#ffffffb3}.chat-popup .messages-container .message.other{align-self:flex-start}.chat-popup .messages-container .message.other .message-content{background:#f8fafc;color:#1a202c;border:1px solid #e2e8f0}.chat-popup .messages-container .message.system{align-self:center;max-width:100%}.chat-popup .messages-container .message.system .message-content{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.chat-popup .messages-container .message .message-content{padding:12px 16px;border-radius:18px;position:relative}.chat-popup .messages-container .message .message-content .message-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px}.chat-popup .messages-container .message .message-content .message-header .sender-icon{width:14px;height:14px;flex-shrink:0}.chat-popup .messages-container .message .message-content .message-header .sender-icon.agency{color:#3b82f6}.chat-popup .messages-container .message .message-content .message-header .sender-icon.support{color:#10b981}.chat-popup .messages-container .message .message-content .message-header .sender-icon.system{color:#f59e0b}.chat-popup .messages-container .message .message-content .message-header .sender-name{font-weight:600;flex:1}.chat-popup .messages-container .message .message-content .message-header .message-time{opacity:.7;font-weight:500;white-space:nowrap}.chat-popup .messages-container .message .message-content .message-body .message-attachment{margin-bottom:8px}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-image{position:relative;border-radius:12px;overflow:hidden;max-width:300px;cursor:pointer}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-image img{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-image .download-overlay{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#0009;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-image .download-overlay svg{width:16px;height:16px}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-image:hover .download-overlay{opacity:1}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file{display:flex;align-items:center;gap:12px;padding:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease;max-width:280px}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file:hover{background:#ffffff26;transform:translateY(-2px)}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file .file-icon{width:32px;height:32px;flex-shrink:0;opacity:.8}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file .file-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file .file-details .file-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file .file-details .file-size{font-size:11px;opacity:.7}.chat-popup .messages-container .message .message-content .message-body .message-attachment .attachment-file .download-icon{width:18px;height:18px;flex-shrink:0;opacity:.7}.chat-popup .messages-container .message .message-content .message-body .text-message{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.chat-popup .messages-container .message .message-content .message-body .text-message p{margin:0;line-height:1.4;word-wrap:break-word;flex:1}.chat-popup .messages-container .message .message-content .message-body .text-message .status-icon{width:14px;height:14px;flex-shrink:0;opacity:.7}.chat-popup .messages-container .message .message-content .message-body .text-message .status-icon.sending{animation:spin 1s linear infinite;color:#fbbf24}.chat-popup .messages-container .message .message-content .message-body .text-message .status-icon.delivered{color:#10b981}.chat-popup .messages-container .message .message-content .message-body .text-message .status-icon.failed{color:#ef4444}.chat-popup .messages-container .message .message-content .message-body .system-message{display:flex;align-items:center;gap:8px;font-style:italic;font-size:14px}.chat-popup .messages-container .message .message-content .message-body .system-message .system-icon{width:16px;height:16px;flex-shrink:0}.chat-popup .messages-container .typing-indicator{align-self:flex-start;max-width:85%;animation:messageSlideIn .3s ease-out}.chat-popup .messages-container .typing-indicator .typing-content{background:#f8fafc;border:1px solid #e2e8f0;padding:12px 16px;border-radius:18px;display:flex;align-items:center;gap:8px}.chat-popup .messages-container .typing-indicator .typing-content .typing-icon{width:14px;height:14px;color:#10b981}.chat-popup .messages-container .typing-indicator .typing-content .typing-text{font-size:14px;color:#64748b;font-style:italic}.chat-popup .messages-container .typing-indicator .typing-content .typing-dots{display:flex;gap:2px;margin-left:4px}.chat-popup .messages-container .typing-indicator .typing-content .typing-dots .dot{width:4px;height:4px;border-radius:50%;background:#cbd5e1;animation:typingDot 1.4s infinite ease-in-out}.chat-popup .messages-container .typing-indicator .typing-content .typing-dots .dot:nth-child(2){animation-delay:.2s}.chat-popup .messages-container .typing-indicator .typing-content .typing-dots .dot:nth-child(3){animation-delay:.4s}.chat-popup .action-buttons{padding:16px 16px 0;border-top:1px solid #e2e8f0}.chat-popup .action-buttons .accept-button{width:100%;padding:12px 24px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.chat-popup .action-buttons .accept-button:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.chat-popup .action-buttons .accept-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.chat-popup .message-input-container{padding:16px;border-top:1px solid #e2e8f0;background:#fff}.chat-popup .message-input-container .file-preview{margin-bottom:12px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:12px}.chat-popup .message-input-container .file-preview .preview-content{display:flex;align-items:center;gap:12px}.chat-popup .message-input-container .file-preview .preview-content .preview-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.chat-popup .message-input-container .file-preview .preview-content .file-icon-preview{width:60px;height:60px;background:#e0e7ff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-popup .message-input-container .file-preview .preview-content .file-icon-preview .file-icon{width:30px;height:30px;color:#667eea}.chat-popup .message-input-container .file-preview .preview-content .file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-popup .message-input-container .file-preview .preview-content .file-info .file-name{font-size:14px;font-weight:600;color:#1a202c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-popup .message-input-container .file-preview .preview-content .file-info .file-size{font-size:12px;color:#64748b}.chat-popup .message-input-container .file-preview .preview-content .remove-file-button{width:32px;height:32px;border:none;background:#fee2e2;color:#dc2626;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.chat-popup .message-input-container .file-preview .preview-content .remove-file-button:hover{background:#fecaca;transform:scale(1.1)}.chat-popup .message-input-container .file-preview .preview-content .remove-file-button svg{width:18px;height:18px}.chat-popup .message-input-container .file-preview .file-caption{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.chat-popup .message-input-container .file-preview .file-caption span{font-size:13px;color:#64748b;font-style:italic}.chat-popup .message-input-container .message-form .input-container{display:flex;align-items:flex-end;gap:8px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:24px;padding:8px 12px;transition:all .2s ease}.chat-popup .message-input-container .message-form .input-container:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-popup .message-input-container .message-form .input-container textarea{flex:1;border:none;outline:none;background:none;resize:none;font-size:14px;font-family:inherit;line-height:1.4;padding:8px 4px;max-height:120px;min-height:20px}.chat-popup .message-input-container .message-form .input-container textarea::placeholder{color:#9ca3af}.chat-popup .message-input-container .message-form .input-container textarea:disabled{opacity:.7;cursor:not-allowed}.chat-popup .message-input-container .message-form .input-container .input-actions{display:flex;align-items:center;gap:4px}.chat-popup .message-input-container .message-form .input-container .input-actions button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease}.chat-popup .message-input-container .message-form .input-container .input-actions button svg{width:16px;height:16px}.chat-popup .message-input-container .message-form .input-container .input-actions button:disabled{opacity:.5;cursor:not-allowed}.chat-popup .message-input-container .message-form .input-container .input-actions .attachment-button{background:transparent;color:#9ca3af}.chat-popup .message-input-container .message-form .input-container .input-actions .attachment-button:hover:not(:disabled){background:#e2e8f0;color:#64748b}.chat-popup .message-input-container .message-form .input-container .input-actions .send-button{background:#667eea;color:#fff}.chat-popup .message-input-container .message-form .input-container .input-actions .send-button:hover:not(:disabled){background:#5a67d8;transform:scale(1.05)}.chat-popup .message-input-container .message-form .input-container .input-actions .send-button:disabled{background:#cbd5e1}.chat-popup .message-input-container .message-form .input-container .input-actions .send-button .loading-icon{animation:spin 1s linear infinite}.chat-popup .chat-footer{padding:12px 16px;border-top:1px solid #e2e8f0;background:#f8fafc}.chat-popup .chat-footer .end-chat-button{width:100%;padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.chat-popup .chat-footer .end-chat-button:hover:not(:disabled){background:#dc2626}.chat-popup .chat-footer .end-chat-button:disabled{opacity:.7;cursor:not-allowed}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingDot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}@media (prefers-color-scheme: dark){.chat-popup .chat-container{background:#1f2937;border-color:#374151}.chat-popup .chat-container .chat-content .initial-form .form-header h3{color:#f9fafb}.chat-popup .chat-container .chat-content .initial-form .form-header p{color:#d1d5db}.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group label{color:#e5e7eb}.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group input,.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group textarea{background:#374151;border-color:#4b5563;color:#f9fafb}.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group input:focus,.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group textarea:focus{border-color:#667eea}.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group input::placeholder,.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group textarea::placeholder{color:#9ca3af}.chat-popup .chat-container .chat-content .initial-form .chat-form .input-group .char-count,.chat-popup .chat-container .chat-content .messages-container .empty-messages{color:#9ca3af}.chat-popup .chat-container .chat-content .messages-container .message.other .message-content{background:#374151;border-color:#4b5563;color:#f9fafb}.chat-popup .chat-container .chat-content .messages-container .message.system .message-content{background:#451a03;border-color:#a16207;color:#fde68a}.chat-popup .chat-container .chat-content .messages-container .typing-indicator .typing-content{background:#374151;border-color:#4b5563}.chat-popup .chat-container .chat-content .messages-container .typing-indicator .typing-content .typing-text{color:#d1d5db}.chat-popup .chat-container .chat-content .action-buttons,.chat-popup .chat-container .chat-content .message-input-container,.chat-popup .chat-container .chat-content .chat-footer{border-color:#374151}.chat-popup .chat-container .chat-content .message-input-container{background:#1f2937}.chat-popup .chat-container .chat-content .message-input-container .file-preview{background:#374151;border-color:#4b5563}.chat-popup .chat-container .chat-content .message-input-container .file-preview .preview-content .file-icon-preview{background:#4338ca}.chat-popup .chat-container .chat-content .message-input-container .file-preview .preview-content .file-info .file-name{color:#f9fafb}.chat-popup .chat-container .chat-content .message-input-container .file-preview .preview-content .file-info .file-size{color:#d1d5db}.chat-popup .chat-container .chat-content .message-input-container .file-preview .preview-content .remove-file-button{background:#7f1d1d;color:#fca5a5}.chat-popup .chat-container .chat-content .message-input-container .file-preview .preview-content .remove-file-button:hover{background:#991b1b}.chat-popup .chat-container .chat-content .message-input-container .file-preview .file-caption span{color:#d1d5db}.chat-popup .chat-container .chat-content .message-input-container .message-form .input-container{background:#374151;border-color:#4b5563}.chat-popup .chat-container .chat-content .message-input-container .message-form .input-container textarea{color:#f9fafb}.chat-popup .chat-container .chat-content .message-input-container .message-form .input-container textarea::placeholder{color:#9ca3af}.chat-popup .chat-container .chat-content .chat-footer{background:#374151}}@media (prefers-reduced-motion: reduce){.chat-popup .chat-container{transition:none}.chat-popup .chat-container.open{transform:translateY(0) scale(1)}.chat-popup .chat-backdrop{animation:none;opacity:1}.chat-popup .message,.chat-popup .typing-indicator,.chat-popup .typing-indicator .typing-dots .dot,.chat-popup .loading-icon,.chat-popup .status-dot.waiting{animation:none}}.chat-with-us .connection-status{position:fixed;bottom:100px;right:24px;display:flex;align-items:center;gap:8px;padding:8px 12px;background:#000c;color:#fff;border-radius:20px;font-size:12px;font-weight:500;z-index:9997;pointer-events:none;-webkit-user-select:none;user-select:none}.chat-with-us .connection-status .status-dot{width:8px;height:8px;border-radius:50%}.chat-with-us .connection-status .status-dot.connected{background:#10b981;animation:pulse 2s infinite}.chat-with-us .connection-status .status-dot.disconnected{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.app-layout{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg-secondary);transition:background-color .2s ease}.main-content{flex:1;min-height:calc(100vh - 64px);margin-top:64px;background:var(--color-bg-secondary);transition:all .3s cubic-bezier(.4,0,.2,1),background-color .2s ease}@media (max-width: 991px){.main-content{margin-left:0}}@media (min-width: 992px){.main-content{margin-left:240px}.sidebar.collapsed~.main-content{margin-left:80px}}.app-layout{--sidebar-width: 240px}.app-layout.sidebar-collapsed{--sidebar-width: 80px}@media (min-width: 992px){.app-layout .main-content{margin-left:var(--sidebar-width)}}.sidebar-backdrop{position:fixed;inset:64px 0 0;background-color:#0006;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:opacity .3s ease}@media (min-width: 992px){.sidebar-backdrop{display:none}}.mobile-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}@media (min-width: 768px){.mobile-header{display:none}}.mobile-header .mobile-menu-button{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease;width:40px;height:40px}.mobile-header .mobile-menu-button:hover{background:#f1f5f9;color:#1e293b}.mobile-header .mobile-menu-button svg{width:1.5rem;height:1.5rem}.mobile-header .mobile-title{font-size:1.25rem;color:#1e293b;font-weight:600;margin:0}.modal-overlay .modal-content{background:var(--color-bg-card);border:1px solid var(--color-border-secondary);border-radius:.75rem;box-shadow:var(--shadow-xl);width:100%;max-height:90vh;overflow-y:auto;animation:modalFadeIn .2s ease-out}.modal-overlay .modal-content.small{max-width:400px}.modal-overlay .modal-content.medium{max-width:600px}.modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border-primary);background:var(--color-bg-card)}.modal-overlay .modal-content .modal-header h3{margin:0;color:var(--color-heading);font-size:1.25rem;font-weight:600}.modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:all .2s ease}.modal-overlay .modal-content .modal-header .close-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.modal-overlay .modal-content .modal-header .close-btn svg{width:1.25rem;height:1.25rem}.modal-overlay .modal-content .modal-body p{margin:0;color:var(--color-text-primary);line-height:1.6}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.modal-overlay{padding:.5rem}.modal-overlay .modal-content{max-height:95vh}}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 640px){.contact-form .form-row{grid-template-columns:1fr}}.contact-form .form-group{margin-bottom:1rem}.contact-form .form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.875rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;transition:border-color .2s ease}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:#94a3b8}.contact-form .form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.contact-form .form-group select{cursor:pointer}.contact-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.contact-form .form-actions button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:1px solid;cursor:pointer;transition:all .2s ease}.contact-form .form-actions button svg{width:1rem;height:1rem}.contact-form .form-actions button.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.contact-form .form-actions button.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.contact-form .form-actions button.btn-secondary{background:#fff;color:#64748b;border-color:#e2e8f0}.contact-form .form-actions button.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}@media (max-width: 640px){.contact-form .form-actions{flex-direction:column}.contact-form .form-actions button{width:100%;justify-content:center}}.confirmation-modal .confirmation-message{margin-bottom:1.5rem}.confirmation-modal .confirmation-message p{margin:0;color:#374151;line-height:1.6;font-size:.875rem}.confirmation-modal .confirmation-message .job-summary{margin-top:1rem}.confirmation-modal .confirmation-actions{display:flex;gap:1rem;justify-content:flex-end}.confirmation-modal .confirmation-actions button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:1px solid;cursor:pointer;transition:all .2s ease}.confirmation-modal .confirmation-actions button.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.confirmation-modal .confirmation-actions button.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.confirmation-modal .confirmation-actions button.btn-secondary{background:#fff;color:#64748b;border-color:#e2e8f0}.confirmation-modal .confirmation-actions button.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.confirmation-modal .confirmation-actions button.btn-danger{background:#dc2626;color:#fff;border-color:#dc2626}.confirmation-modal .confirmation-actions button.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}@media (max-width: 640px){.confirmation-modal .confirmation-actions{flex-direction:column}.confirmation-modal .confirmation-actions button{width:100%;justify-content:center}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.dark-mode .form-group label{color:#e5e7eb}.form-group input,.form-group select{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;color:#374151;background:#fff;transition:all .2s ease}.dark-mode .form-group input,.dark-mode .form-group select{color:#e5e7eb;background:#1f2937;border:1px solid #374151}.dark-mode .form-group input::placeholder,.dark-mode .form-group select::placeholder{color:#6b7280}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode .form-group input:focus,.dark-mode .form-group select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.form-group input:invalid,.form-group select:invalid{border-color:#ef4444}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.dark-mode .form-group select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.dark-mode .form-group select option{background:#1f2937;color:#e5e7eb}.form-group small{font-size:.75rem;color:#6b7280;margin-top:-.25rem}.dark-mode .form-group small{color:#9ca3af}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.dark-mode .form-actions{border-top-color:#374151}.form-actions .btn-secondary{padding:.75rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dark-mode .form-actions .btn-secondary{background:#374151;color:#e5e7eb;border-color:#4b5563}.form-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.dark-mode .form-actions .btn-secondary:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.form-actions .btn-secondary:disabled{background:#f3f4f6;color:#9ca3af;border-color:#d1d5db;cursor:not-allowed;opacity:.8}.dark-mode .form-actions .btn-secondary:disabled{background:#1f2937;color:#6b7280;border-color:#374151}.form-actions .btn-secondary:disabled:hover{background:#f3f4f6;border-color:#d1d5db}.dark-mode .form-actions .btn-secondary:disabled:hover{background:#1f2937;border-color:#374151}.form-actions .btn-primary{padding:.75rem 1.5rem;border:none;background:#3b82f6;color:#fff;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;position:relative;min-width:140px}.dark-mode .form-actions .btn-primary{background:#2563eb}.dark-mode .form-actions .btn-primary:hover:not(:disabled){background:#1d4ed8}.form-actions .btn-primary:disabled{background:#9ca3af;cursor:not-allowed;opacity:.8}.dark-mode .form-actions .btn-primary:disabled{background:#4b5563}.form-actions .btn-primary .submit-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.form-actions .btn-primary .submit-loading .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.form-actions .btn-primary .submit-loading span{font-size:.875rem}.form-disabled{pointer-events:none;opacity:.7}.form-disabled input,.form-disabled select{background-color:#f9fafb!important;color:#6b7280!important;border-color:#e5e7eb!important}.dark-mode .form-disabled input,.dark-mode .form-disabled select{background-color:#111827!important;color:#6b7280!important;border-color:#374151!important}.form-disabled label{color:#9ca3af!important}.dark-mode .form-disabled label{color:#6b7280!important}.custom-multi-select{position:relative;width:100%}.custom-multi-select .select-display{display:flex;flex-wrap:wrap;max-width:335px;align-items:center;justify-content:space-between;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .2s ease;min-height:44px}.dark-mode .custom-multi-select .select-display{background:#1f2937;border-color:#374151;color:#e5e7eb}.custom-multi-select .select-display:hover:not(.disabled){border-color:#9ca3af}.dark-mode .custom-multi-select .select-display:hover:not(.disabled){border-color:#4b5563}.custom-multi-select .select-display.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode .custom-multi-select .select-display.open{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.custom-multi-select .select-display.open .dropdown-arrow{transform:rotate(180deg)}.custom-multi-select .select-display.disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;opacity:.7}.dark-mode .custom-multi-select .select-display.disabled{background-color:#111827;color:#6b7280}.custom-multi-select .select-display .selected-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;color:#374151}.dark-mode .custom-multi-select .select-display .selected-text{color:#e5e7eb}.custom-multi-select .select-display .dropdown-arrow{font-size:.75rem;color:#6b7280;transition:transform .2s ease;margin-left:.5rem}.dark-mode .custom-multi-select .select-display .dropdown-arrow{color:#9ca3af}.custom-multi-select .dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50;max-height:250px;overflow-y:auto;animation:slideDown .2s ease}.dark-mode .custom-multi-select .dropdown-menu{background:#1f2937;border-color:#374151;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.custom-multi-select .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;user-select:none}.custom-multi-select .dropdown-menu .dropdown-item:hover{background-color:#f3f4f6}.dark-mode .custom-multi-select .dropdown-menu .dropdown-item:hover{background-color:#374151}.custom-multi-select .dropdown-menu .dropdown-item input[type=checkbox]{width:18px!important;height:18px!important;cursor:pointer;accent-color:#3b82f6;margin:0;flex-shrink:0}.dark-mode .custom-multi-select .dropdown-menu .dropdown-item input[type=checkbox]{accent-color:#60a5fa}.custom-multi-select .dropdown-menu .dropdown-item span{flex:1;font-size:.875rem;color:#374151}.dark-mode .custom-multi-select .dropdown-menu .dropdown-item span{color:#e5e7eb}.custom-multi-select .dropdown-menu .dropdown-item:first-child{border-radius:.375rem .375rem 0 0}.custom-multi-select .dropdown-menu .dropdown-item:last-child{border-radius:0 0 .375rem .375rem}.custom-multi-select .dropdown-menu::-webkit-scrollbar{width:8px}.custom-multi-select .dropdown-menu::-webkit-scrollbar-track{background:#f3f4f6;border-radius:.375rem}.dark-mode .custom-multi-select .dropdown-menu::-webkit-scrollbar-track{background:#1f2937}.custom-multi-select .dropdown-menu::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.375rem}.dark-mode .custom-multi-select .dropdown-menu::-webkit-scrollbar-thumb{background:#4b5563}.custom-multi-select .dropdown-menu::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark-mode .custom-multi-select .dropdown-menu::-webkit-scrollbar-thumb:hover{background:#6b7280}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.error-text{display:block;color:#d32f2f;font-size:.875rem;margin-top:4px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.dark-mode .modal-overlay{background:#000000a6}.modal-content{background:#fff;border-radius:8px;padding:24px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.dark-mode .modal-content{background:var(--color-bg-card);color:var(--color-text-primary);box-shadow:0 1px 3px #00000059,0 1px 2px -1px #00000059}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb;background:var(--color-bg-card)}.dark-mode .modal-header{border-bottom-color:var(--color-border-primary)}.modal-header h3{margin:0;color:#111827;font-size:1.25rem;font-weight:600}.dark-mode .modal-header h3{color:var(--color-text-primary)}.modal-header .close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.dark-mode .modal-header .close-btn{color:var(--color-text-secondary)}.modal-header .close-btn:hover{background-color:#f3f4f6;color:#374151}.dark-mode .modal-header .close-btn:hover{background-color:#ffffff0f;color:var(--color-text-primary)}.modal-header .close-btn svg{width:20px;height:20px}.job-form .form-group{margin-bottom:20px}.job-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.875rem}.dark-mode .job-form .form-group label{color:var(--color-text-secondary)}.job-form .form-group input,.job-form .form-group select,.job-form .form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s;background:#fff;color:#111827}.dark-mode .job-form .form-group input,.dark-mode .job-form .form-group select,.dark-mode .job-form .form-group textarea{background:var(--sidebar-active);border-color:var(--color-border-primary);color:var(--color-text-primary)}.job-form .form-group input:focus,.job-form .form-group select:focus,.job-form .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode .job-form .form-group input:focus,.dark-mode .job-form .form-group select:focus,.dark-mode .job-form .form-group textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.job-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.job-form .form-row{grid-template-columns:1fr}}.job-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.dark-mode .job-form .form-actions{border-top-color:var(--color-border-primary)}.job-form .form-actions .btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.dark-mode .job-form .form-actions .btn-secondary{background:var(--sidebar-active);color:var(--color-text-secondary);border-color:var(--color-border-primary)}.job-form .form-actions .btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.dark-mode .job-form .form-actions .btn-secondary:hover{background:#ffffff0f;border-color:var(--color-border-primary);color:var(--color-text-primary)}.job-form .form-actions .btn-primary{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.dark-mode .job-form .form-actions .btn-primary{background:#2563eb;color:#fff}.job-form .form-actions .btn-primary:hover{background:#2563eb}.dark-mode .job-form .form-actions .btn-primary:hover{background:#1d4ed8}.job-form.form-disabled input,.job-form.form-disabled select,.job-form.form-disabled textarea{opacity:.6;cursor:not-allowed}.dark-mode .job-form.form-disabled input,.dark-mode .job-form.form-disabled select,.dark-mode .job-form.form-disabled textarea{opacity:.6}.job-form .submit-loading{display:flex;align-items:center;gap:8px}.job-form .submit-loading .spinner{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.job-form button:disabled{opacity:.6;cursor:not-allowed}.job-form button:disabled:hover{background:inherit;border-color:inherit}.job-form button:disabled.btn-primary:hover{background:#3b82f6}.dark-mode .job-form button:disabled.btn-primary:hover{background:#2563eb}.job-form button:disabled.btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.dark-mode .job-form button:disabled.btn-secondary:hover{background:var(--sidebar-active);border-color:var(--color-border-primary)}@media (max-width: 768px){.modal-content{margin:16px;width:calc(100% - 32px);padding:20px}}.urgent-jobs-section .section-header h2{display:flex;align-items:center;gap:8px;color:#dc2626;font-size:1.25rem;font-weight:600;margin-bottom:16px}.urgent-jobs-section .section-header h2 .urgent-icon{color:#dc2626;animation:pulse 2s infinite}.urgent-jobs-section .urgent-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card{background:snow;border:1px solid #ffdada;border-radius:8px;padding:16px;transition:all .2s;position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-id{font-weight:600;color:#dc2626;font-size:.875rem}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info h4{margin:8px 0 12px;color:#111827;font-size:.875rem;line-height:1.4}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta{display:flex;gap:8px;margin-bottom:12px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-type{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-type.type-gas{background:#dbeafe;color:#1e40af}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-type.type-electrical{background:#fef3c7;color:#92400e}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-type.type-smoke{background:#e5e7eb;color:#374151}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-type.type-repairs{background:#dcfce7;color:#166534}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-priority{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-priority.priority-urgent{background:#fecaca;color:#991b1b}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-priority.priority-high{background:#fed7aa;color:#c2410c}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-priority.priority-medium{background:#fef3c7;color:#a16207}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .job-meta .job-priority.priority-low{background:#dcfce7;color:#166534}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .due-date{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280;margin:0}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .due-date svg{width:14px;height:14px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-info .due-date .overdue-label{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:8px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-actions{display:flex;align-items:center;gap:8px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-actions .view-job-btn{background:#059669;color:#fff;border:none;border-radius:6px;padding:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-actions .view-job-btn:hover{background:#047857;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.urgent-jobs-section .urgent-jobs-grid .urgent-job-card .job-actions .view-job-btn svg{width:16px;height:16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 768px){.urgent-jobs-section .urgent-jobs-grid{grid-template-columns:1fr}}.modern-allocation-section{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:0;margin:1.5rem 0;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden}.allocation-header{padding:1.5rem;background:#fafafa;border-bottom:1px solid #e4e4e7}.allocation-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}@media (max-width: 768px){.allocation-header .header-content{flex-direction:column;align-items:stretch}}.allocation-header .title-section{display:flex;align-items:center;gap:.75rem}.allocation-header .title-section .icon-wrapper{width:40px;height:40px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.allocation-header .title-section .icon-wrapper svg{font-size:18px;color:#71717a}.allocation-header .title-section .title-text h2{font-size:1.25rem;font-weight:600;color:#09090b;margin:0 0 .25rem}.allocation-header .title-section .title-text p{font-size:.875rem;color:#71717a;margin:0}.allocation-header .stats-summary{display:flex;gap:1rem}@media (max-width: 768px){.allocation-header .stats-summary{justify-content:space-between;flex:1}}.allocation-header .stats-summary .stat-card{text-align:center;padding:.75rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:8px;min-width:100px}.allocation-header .stats-summary .stat-card .stat-number{display:block;font-size:1.5rem;font-weight:600;color:#09090b;line-height:1;margin-bottom:.25rem}.allocation-header .stats-summary .stat-card .stat-label{font-size:.75rem;color:#71717a;font-weight:500}.allocation-workspace{display:grid;grid-template-columns:1fr 1fr;min-height:500px}@media (max-width: 1024px){.allocation-workspace{grid-template-columns:1fr}}.jobs-panel{border-right:1px solid #e4e4e7;display:flex;flex-direction:column}@media (max-width: 1024px){.jobs-panel{border-right:none;border-bottom:1px solid #e4e4e7}}.jobs-panel .panel-header{padding:1rem 1.5rem;background:#fafafa;border-bottom:1px solid #e4e4e7;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.jobs-panel .panel-header h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#09090b;margin:0}.jobs-panel .panel-header h3 svg{font-size:16px;color:#71717a}.jobs-panel .panel-header h3 .count-badge{background:#09090b;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:12px;margin-left:.25rem}.jobs-panel .panel-header .panel-actions .sort-controls{display:flex;gap:.5rem;align-items:center}.jobs-panel .panel-header .panel-actions .sort-btn{background:#fff;border:1px solid #e4e4e7;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;color:#71717a;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem;font-weight:500}.jobs-panel .panel-header .panel-actions .sort-btn svg{font-size:.875rem}.jobs-panel .panel-header .panel-actions .sort-btn:hover{background:#f4f4f5;color:#09090b}.jobs-panel .panel-header .panel-actions .sort-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.jobs-panel .panel-header .panel-actions .sort-btn.active:hover{background:#4338ca;border-color:#4338ca}.jobs-panel .jobs-container{flex:1;overflow-y:auto;padding:1rem}.modern-job-card{background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:1rem;margin-bottom:.75rem;cursor:grab;transition:all .2s ease;position:relative}.modern-job-card:hover{border-color:#d4d4d8;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-1px)}.modern-job-card:active{cursor:grabbing}.modern-job-card.assigning{opacity:.6;pointer-events:none}.modern-job-card .job-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.modern-job-card .job-card-header .job-id-section{display:flex;align-items:center;gap:.5rem}.modern-job-card .job-card-header .job-id-section .job-id{font-family:Monaco,Menlo,monospace;font-size:.75rem;font-weight:600;color:#71717a;background:#f4f4f5;padding:.25rem .5rem;border-radius:4px;border:1px solid #e4e4e7}.modern-job-card .job-card-header .job-id-section .job-type-badge{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid}.modern-job-card .job-card-header .job-id-section .job-type-badge svg{font-size:.75rem}.modern-job-card .job-card-header .job-id-section .job-type-badge.type-gas{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.modern-job-card .job-card-header .job-id-section .job-type-badge.type-electrical{background:#fef3c7;color:#d97706;border-color:#f3d68c}.modern-job-card .job-card-header .job-id-section .job-type-badge.type-smoke{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.modern-job-card .job-card-header .job-id-section .job-type-badge.type-repairs{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.modern-job-card .job-card-header .priority-indicator{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid}.modern-job-card .job-card-header .priority-indicator svg{font-size:.75rem}.modern-job-card .job-card-header .priority-indicator.priority-low{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.modern-job-card .job-card-header .priority-indicator.priority-medium{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.modern-job-card .job-card-header .priority-indicator.priority-high{background:#fef3c7;color:#d97706;border-color:#f3d68c}.modern-job-card .job-card-header .priority-indicator.priority-urgent{background:#fecaca;color:#dc2626;border-color:#fca5a5}.modern-job-card .job-details{margin-bottom:.75rem}.modern-job-card .job-details .address-section,.modern-job-card .job-details .due-date-section{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#71717a}.modern-job-card .job-details .address-section svg,.modern-job-card .job-details .due-date-section svg{font-size:14px;color:#a1a1aa}.modern-job-card .job-details .address-section .address,.modern-job-card .job-details .address-section .due-date,.modern-job-card .job-details .due-date-section .address,.modern-job-card .job-details .due-date-section .due-date{color:#09090b;font-weight:500}.modern-job-card .job-description{font-size:.875rem;color:#71717a;line-height:1.4;margin-bottom:.75rem}.modern-job-card .job-description p{margin:0}.modern-job-card .drag-handle{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#fafafa;border:1px dashed #d4d4d8;border-radius:6px;font-size:.75rem;color:#71717a;margin-top:.75rem}.modern-job-card .drag-handle svg{font-size:16px}.modern-job-card .assignment-overlay{position:absolute;inset:0;background:#ffffffe6;border-radius:8px;display:flex;align-items:center;justify-content:center}.modern-job-card .assignment-overlay .overlay-content{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#09090b;font-weight:500}.modern-job-card .assignment-overlay .overlay-content .spinner{font-size:16px;animation:spin 1s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:#71717a}.empty-state p{font-size:1rem;font-weight:500;color:#09090b;margin:0 0 .25rem}.empty-state span{font-size:.875rem;color:#71717a}.empty-state .reset-filter-btn{margin-top:1rem;padding:.5rem 1rem;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.empty-state .reset-filter-btn:hover{background:#4338ca}.technicians-panel{display:flex;flex-direction:column}.technicians-panel .panel-header{padding:1rem 1.5rem;background:#fafafa;border-bottom:1px solid #e4e4e7;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.technicians-panel .panel-header h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#09090b;margin:0}.technicians-panel .panel-header h3 svg{font-size:16px;color:#71717a}.technicians-panel .panel-header h3 .count-badge{background:#09090b;color:#fff;font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:12px;margin-left:.25rem}.technicians-panel .panel-header .panel-actions .filter-controls{display:flex;gap:.5rem;align-items:center}.technicians-panel .panel-header .panel-actions .filter-btn{background:#fff;border:1px solid #e4e4e7;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;color:#71717a;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem;font-weight:500}.technicians-panel .panel-header .panel-actions .filter-btn svg{font-size:.875rem}.technicians-panel .panel-header .panel-actions .filter-btn:hover{background:#f4f4f5;color:#09090b}.technicians-panel .panel-header .panel-actions .filter-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.technicians-panel .panel-header .panel-actions .filter-btn.active:hover{background:#4338ca;border-color:#4338ca}.technicians-panel .panel-header .panel-actions .skill-filter-select{padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:#09090b;background:#fff;border:1px solid #e4e4e7;border-radius:6px;transition:all .2s ease;cursor:pointer;min-width:120px}.technicians-panel .panel-header .panel-actions .skill-filter-select:hover{background:#f4f4f5;border-color:#d4d4d8}.technicians-panel .panel-header .panel-actions .skill-filter-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.technicians-panel .technicians-container{flex:1;overflow-y:auto;padding:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;align-content:start}@media (max-width: 768px){.technicians-panel .technicians-container{grid-template-columns:1fr}}.modern-tech-card{background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:1rem;transition:all .2s ease;position:relative;min-height:200px}.modern-tech-card:hover{border-color:#d4d4d8;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.modern-tech-card.drop-zone-active{border-color:#09090b;background:#fafafa}.modern-tech-card.availability-available{border-left:4px solid #16a34a}.modern-tech-card.availability-busy{border-left:4px solid #d97706}.modern-tech-card.availability-off-duty{border-left:4px solid #71717a;opacity:.7}.modern-tech-card .tech-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.modern-tech-card .tech-card-header .tech-avatar{width:40px;height:40px;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modern-tech-card .tech-card-header .tech-avatar svg{font-size:20px;color:#71717a}.modern-tech-card .tech-card-header .tech-info{flex:1;min-width:0}.modern-tech-card .tech-card-header .tech-info .tech-name{font-size:.875rem;font-weight:600;color:#09090b;margin:0 0 .25rem;line-height:1.2}.modern-tech-card .tech-card-header .tech-info .tech-contact{display:flex;flex-direction:column;gap:.125rem}.modern-tech-card .tech-card-header .tech-info .tech-contact .email,.modern-tech-card .tech-card-header .tech-info .tech-contact .phone{font-size:.75rem;color:#71717a;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.modern-tech-card .tech-card-header .availability-badge{font-size:.625rem;font-weight:500;padding:.25rem .5rem;border-radius:12px;border:1px solid;flex-shrink:0}.modern-tech-card .tech-card-header .availability-badge.available{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.modern-tech-card .tech-card-header .availability-badge.busy{background:#fef3c7;color:#d97706;border-color:#f3d68c}.modern-tech-card .tech-card-header .availability-badge.off-duty{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.modern-tech-card .tech-specialties{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.25rem}.modern-tech-card .tech-specialties .specialty-chip{display:flex;align-items:center;gap:.25rem;font-size:.625rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;border:1px solid}.modern-tech-card .tech-specialties .specialty-chip svg{font-size:.625rem}.modern-tech-card .tech-specialties .specialty-chip.specialty-gas{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.modern-tech-card .tech-specialties .specialty-chip.specialty-electrical{background:#fef3c7;color:#d97706;border-color:#f3d68c}.modern-tech-card .tech-specialties .specialty-chip.specialty-smoke{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.modern-tech-card .tech-specialties .specialty-chip.specialty-repairs{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.modern-tech-card .tech-specialties .specialty-chip.specialty-general{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.modern-tech-card .tech-metrics .workload-section{margin-bottom:.75rem}.modern-tech-card .tech-metrics .workload-section .workload-header{display:flex;align-items:center;gap:.25rem;margin-bottom:.5rem}.modern-tech-card .tech-metrics .workload-section .workload-header svg{font-size:14px;color:#71717a}.modern-tech-card .tech-metrics .workload-section .workload-header span{font-size:.75rem;font-weight:500;color:#09090b}.modern-tech-card .tech-metrics .workload-section .workload-bar{height:6px;background:#e4e4e7;border-radius:3px;overflow:hidden;margin-bottom:.25rem}.modern-tech-card .tech-metrics .workload-section .workload-bar .workload-fill{height:100%;border-radius:3px;transition:width .3s ease}.modern-tech-card .tech-metrics .workload-section .workload-bar .workload-fill.workload-low{background:#16a34a}.modern-tech-card .tech-metrics .workload-section .workload-bar .workload-fill.workload-medium{background:#d97706}.modern-tech-card .tech-metrics .workload-section .workload-bar .workload-fill.workload-high,.modern-tech-card .tech-metrics .workload-section .workload-bar .workload-fill.workload-critical{background:#dc2626}.modern-tech-card .tech-metrics .workload-section .workload-text{font-size:.75rem;color:#71717a;font-weight:500}.modern-tech-card .tech-metrics .performance-metrics{display:flex;flex-wrap:wrap;gap:.5rem}.modern-tech-card .tech-metrics .performance-metrics .metric{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#71717a}.modern-tech-card .tech-metrics .performance-metrics .metric svg{font-size:12px}.modern-tech-card .tech-metrics .performance-metrics .metric.rating-metric{color:#d97706}.modern-tech-card .tech-metrics .performance-metrics .metric.rating-metric svg{color:#d97706}.modern-tech-card .drop-zone-indicator{position:absolute;bottom:1rem;left:1rem;right:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#fafafa;border:1px dashed #d4d4d8;border-radius:6px;font-size:.75rem;color:#71717a;opacity:0;transition:opacity .2s ease}.modern-tech-card .drop-zone-indicator svg{font-size:14px}.modern-tech-card.drop-zone-active .drop-zone-indicator{opacity:1;border-color:#09090b;background:#fff;color:#09090b}.modern-tech-card .assignment-overlay{position:absolute;inset:0;background:#ffffffe6;border-radius:8px;display:flex;align-items:center;justify-content:center}.modern-tech-card .assignment-overlay .overlay-content{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#09090b;font-weight:500}.modern-tech-card .assignment-overlay .overlay-content .spinner{font-size:16px;animation:spin 1s linear infinite}@media (max-width: 768px){.allocation-workspace{grid-template-columns:1fr}.modern-tech-card{min-height:auto}.technicians-container{grid-template-columns:1fr}}.content-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;overflow:hidden;margin-bottom:1.5rem}.dark-mode .content-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.section-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(to bottom,#fafafa,#f7f7f7);border-bottom:1px solid #e4e4e7;margin-bottom:0;flex-wrap:wrap;gap:1rem}.dark-mode .section-header{background:var(--sidebar-active);border-bottom:1px solid var(--color-border-primary);border-radius:12px}@media (max-width: 768px){.section-header{flex-direction:column;align-items:flex-start;padding:1rem}}.section-header h2{margin:0;color:#09090b;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.dark-mode .section-header h2{color:var(--color-text-primary)}.section-header h2:before{content:"";width:4px;height:20px;background:linear-gradient(to bottom,#4f46e5,#6366f1);border-radius:2px}.section-header .filters-section{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.dark-mode .section-header .filters-section{background:var(--color-bg-card);border-radius:12px}@media (max-width: 768px){.section-header .filters-section{width:100%;justify-content:stretch;gap:.5rem}}.section-header .filters-section .search-box{position:relative;min-width:200px}@media (max-width: 768px){.section-header .filters-section .search-box{min-width:100%}}.section-header .filters-section .search-box .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;width:14px;height:14px;z-index:2}.section-header .filters-section .search-box input{width:100%;padding:.4rem .625rem .4rem 32px;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;background:#fff;transition:all .2s ease;height:34px}.dark-mode .section-header .filters-section .search-box input{background:var(--sidebar-active);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.section-header .filters-section .search-box input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514;background:#fff}.section-header .filters-section .search-box input::placeholder{color:#9ca3af;font-weight:400}.section-header .filters-section select{padding:.4rem 2rem .4rem .625rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;min-width:110px;height:34px;font-weight:500;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.2em 1.2em}.dark-mode .section-header .filters-section select{background-color:var(--sidebar-active);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}@media (max-width: 768px){.section-header .filters-section select{flex:1;min-width:auto}}.section-header .filters-section select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.section-header .filters-section select:hover{border-color:#c7d2fe;background:#fafafa}.section-header .filters-section .sort-dropdown{position:relative;display:flex;align-items:center}.section-header .filters-section .sort-dropdown .sort-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;width:14px;height:14px;z-index:2;pointer-events:none}.section-header .filters-section .sort-dropdown .sort-select{padding:.4rem 2rem .4rem 32px;min-width:150px;border:1px solid #e5e7eb;border-radius:8px;font-size:.8125rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.2em 1.2em;height:34px;font-weight:500}.dark-mode .section-header .filters-section .sort-dropdown .sort-select{background-color:var(--sidebar-active);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.section-header .filters-section .sort-dropdown .sort-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.section-header .filters-section .sort-dropdown .sort-select:hover{border-color:#c7d2fe;background:#fafafa}.jobs-table-container{overflow-x:auto;background:#fff;margin:0}.dark-mode .jobs-table-container{background:var(--color-bg-card)}.jobs-table-container .jobs-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;position:relative}.dark-mode .jobs-table-container .jobs-table{background:var(--sidebar-active)}.jobs-table-container .jobs-table thead{background:#fafafa}.jobs-table-container .jobs-table thead th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#09090b;font-size:.75rem;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid #e4e4e7;white-space:nowrap;position:sticky;top:0;background:#fafafa;z-index:10}.dark-mode .jobs-table-container .jobs-table thead th{background:#273a56;color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary)}.jobs-table-container .jobs-table thead th:first-child{border-top-left-radius:0}.jobs-table-container .jobs-table thead th:last-child{border-top-right-radius:0}.jobs-table-container .jobs-table tbody tr{transition:all .2s ease;border-bottom:1px solid #f4f4f5}.dark-mode .jobs-table-container .jobs-table tbody tr{border-bottom:1px solid var(--color-border-primary)}.jobs-table-container .jobs-table tbody tr:hover{background:#fafafa}.dark-mode .jobs-table-container .jobs-table tbody tr:hover{background:#ffffff0a}.jobs-table-container .jobs-table tbody tr:last-child{border-bottom:none}.jobs-table-container .jobs-table tbody tr.overdue-row{background:#fff;border-left:4px solid #dc2626}.jobs-table-container .jobs-table tbody tr.overdue-row:hover{background:#fafafa}.dark-mode .jobs-table-container .jobs-table tbody tr.overdue-row{background:var(--sidebar-active);border-left-color:#dc2626}.dark-mode .jobs-table-container .jobs-table tbody tr.overdue-row:hover{background:#ffffff0a}.jobs-table-container .jobs-table tbody tr.assigning-row{opacity:.6;pointer-events:none;position:relative}.jobs-table-container .jobs-table tbody tr.assigning-row:after{content:"";position:absolute;inset:0;background:#ffffff80}.dark-mode .jobs-table-container .jobs-table tbody tr.assigning-row:after{background:#0006}.jobs-table-container .jobs-table tbody tr td{padding:1rem 1.25rem;font-size:.875rem;color:#09090b;vertical-align:middle;font-weight:400}.dark-mode .jobs-table-container .jobs-table tbody tr td{color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.job-id-cell{font-weight:600;color:#09090b;font-family:Monaco,Menlo,monospace;font-size:.75rem}.dark-mode .jobs-table-container .jobs-table tbody tr td.job-id-cell{color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.address-cell{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#09090b}.dark-mode .jobs-table-container .jobs-table tbody tr td.address-cell{color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.date-cell .date-cell-items{display:flex;align-items:center;gap:.375rem;color:#71717a}.dark-mode .jobs-table-container .jobs-table tbody tr td.date-cell .date-cell-items{color:var(--color-text-secondary)}.jobs-table-container .jobs-table tbody tr td.date-cell .date-cell-items svg{width:14px;height:14px;color:#71717a}.dark-mode .jobs-table-container .jobs-table tbody tr td.date-cell .date-cell-items svg{color:var(--color-text-secondary)}.jobs-table-container .jobs-table tbody tr td.technician-cell .technician-cell-items{display:flex;align-items:center;gap:.375rem;color:#71717a}.dark-mode .jobs-table-container .jobs-table tbody tr td.technician-cell .technician-cell-items{color:var(--color-text-secondary)}.jobs-table-container .jobs-table tbody tr td.technician-cell .technician-cell-items svg{width:14px;height:14px;color:#71717a}.dark-mode .jobs-table-container .jobs-table tbody tr td.technician-cell .technician-cell-items svg{color:var(--color-text-secondary)}.jobs-table-container .jobs-table tbody tr td.technician-cell .loading-indicator{display:flex;align-items:center;gap:.375rem;color:#09090b}.dark-mode .jobs-table-container .jobs-table tbody tr td.technician-cell .loading-indicator{color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.technician-cell .loading-indicator .spinner{width:14px;height:14px;animation:spin 1s linear infinite}.jobs-table-container .jobs-table tbody tr td.technician-cell .loading-indicator span{font-size:.75rem;font-weight:500}.jobs-table-container .jobs-table tbody tr td.actions-cell{position:relative;display:flex;gap:.375rem;justify-content:flex-end;padding-right:1.25rem;overflow:visible}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn{background:#fff;border:1px solid #e4e4e7;cursor:pointer;padding:.375rem;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#71717a;transition:all .2s ease;min-width:32px;min-height:32px}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn{background:var(--sidebar-active);border-color:var(--color-border-primary);color:var(--color-text-secondary)}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn svg{width:16px;height:16px}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn:hover{background:#f4f4f5;border-color:#d4d4d8;color:#09090b}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn:hover{background:#ffffff0f;border-color:var(--color-border-primary);color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.view-btn{color:#16a34a;border-color:#bbf7d0}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.view-btn{color:#22c55e;border-color:#22c55e59}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.view-btn:hover{background:#dcfce7;border-color:#16a34a;color:#15803d}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.view-btn:hover{background:#22c55e1f;border-color:#22c55e;color:#16a34a}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.edit-btn{color:#4f46e5;border-color:#c7d2fe}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.edit-btn{color:#6366f1;border-color:#6366f159}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.edit-btn:hover{background:#e0e7ff;border-color:#4f46e5;color:#4338ca}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-btn.edit-btn:hover{background:#6366f11f;border-color:#6366f1;color:#4f46e5}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e4e4e7;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:1000;min-width:160px;margin-top:.25rem;overflow:hidden}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu{background:var(--sidebar-active);border-color:var(--color-border-primary);box-shadow:0 10px 15px -3px #00000059,0 4px 6px -4px #00000059}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#09090b;transition:all .2s ease;white-space:nowrap}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button{color:var(--color-text-primary)}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button:hover{background:#f4f4f5}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button:hover{background:#ffffff0f}.jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button:not(:last-child){border-bottom:1px solid #f4f4f5}.dark-mode .jobs-table-container .jobs-table tbody tr td.actions-cell .action-menu button:not(:last-child){border-bottom-color:var(--color-border-primary)}.job-type,.job-status,.job-priority{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;gap:.25rem;border:1px solid}.job-type svg,.job-status svg,.job-priority svg{font-size:.75rem}.job-type.type-gas{background:#fff;color:#4f46e5;border-color:#4f46e5}.job-type.type-electrical{background:#fff;color:#d97706;border-color:#d97706}.job-type.type-smoke{background:#fff;color:#71717a;border-color:#71717a}.job-type.type-repairs,.job-status.status-completed{background:#fff;color:#16a34a;border-color:#16a34a}.job-status.status-scheduled{background:#fff;color:#4f46e5;border-color:#4f46e5}.job-status.status-pending{background:#fff;color:#d97706;border-color:#d97706}.job-status.status-overdue{background:#fff;color:#dc2626;border-color:#dc2626}.job-status.status-cancelled{background:#fff;color:#71717a;border-color:#71717a}.job-priority.priority-urgent{background:#fff;color:#dc2626;border-color:#dc2626}.job-priority.priority-high{background:#fff;color:#d97706;border-color:#d97706}.job-priority.priority-medium{background:#fff;color:#4f46e5;border-color:#4f46e5}.job-priority.priority-low{background:#fff;color:#16a34a;border-color:#16a34a}@media (max-width: 1024px){.jobs-table-container .jobs-table{font-size:.8rem}.jobs-table-container .jobs-table thead th{padding:.75rem 1rem;font-size:.7rem}.jobs-table-container .jobs-table tbody td{padding:.75rem 1rem}.jobs-table-container .jobs-table tbody td.address-cell{max-width:200px}}@media (max-width: 768px){.jobs-table-container .jobs-table thead th{padding:.5rem .75rem;font-size:.65rem}.jobs-table-container .jobs-table tbody td{padding:.5rem .75rem;font-size:.75rem}.jobs-table-container .jobs-table tbody td.address-cell{max-width:150px}.jobs-table-container .jobs-table tbody td.actions-cell .action-btn{min-width:28px;min-height:28px;padding:.25rem}.jobs-table-container .jobs-table tbody td.actions-cell .action-btn svg{width:14px;height:14px}.job-type,.job-status,.job-priority{font-size:.65rem;padding:.125rem .375rem}}@media (max-width: 480px){.section-header{padding:.75rem}.section-header h2{font-size:1.125rem}.section-header .filters-section .search-box input{padding:.375rem .5rem .375rem 32px}.section-header .filters-section select{padding:.375rem .5rem;font-size:.8rem}.jobs-table-container .jobs-table thead th{padding:.375rem .5rem;font-size:.6rem}.jobs-table-container .jobs-table tbody td{padding:.375rem .5rem;font-size:.7rem}.jobs-table-container .jobs-table tbody td.job-id-cell{font-size:.65rem}}.role-display{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin:20px 0}.role-display h3{margin-top:0;color:#495057}.role-display .user-info{margin-bottom:20px}.role-display .user-info p{margin:8px 0;color:#6c757d}.role-display .user-info .role-badge{padding:4px 8px;border-radius:4px;font-size:.85em;font-weight:600;text-transform:uppercase}.role-display .user-info .role-badge.super_user{background:#dc3545;color:#fff}.role-display .user-info .role-badge.property_manager{background:#007bff;color:#fff}.role-display .user-info .role-badge.staff{background:#28a745;color:#fff}.role-display .user-info .role-badge.tenant{background:#ffc107;color:#212529}.role-display .accessible-routes h4{margin-bottom:10px;color:#495057}.role-display .accessible-routes ul{list-style:none;padding:0;margin:0}.role-display .accessible-routes ul li{background:#e9ecef;padding:8px 12px;margin:4px 0;border-radius:4px;font-family:monospace;font-size:.9em;color:#495057}.role-test-buttons{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:20px;margin:20px 0}.role-test-buttons h3{margin-top:0;color:#495057}.role-test-buttons .button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:15px}.role-test-buttons .role-btn{padding:12px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.role-test-buttons .role-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.role-test-buttons .role-btn.red{background:#dc3545;color:#fff}.role-test-buttons .role-btn.red:hover{background:#c82333}.role-test-buttons .role-btn.blue{background:#007bff;color:#fff}.role-test-buttons .role-btn.blue:hover{background:#0056b3}.role-test-buttons .role-btn.green{background:#28a745;color:#fff}.role-test-buttons .role-btn.green:hover{background:#1e7e34}.role-test-buttons .role-btn.yellow{background:#ffc107;color:#212529}.role-test-buttons .role-btn.yellow:hover{background:#e0a800}.role-test-buttons .logout-btn{padding:12px 20px;border:2px solid #6c757d;border-radius:6px;background:transparent;color:#6c757d;cursor:pointer;font-weight:600;transition:all .2s ease}.role-test-buttons .logout-btn:hover{background:#6c757d;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.property-details-modal .property-overview{margin-bottom:2rem}.property-details-modal .property-overview .overview-section h4{margin:0 0 1rem;color:#2d3748;font-size:1.25rem;font-weight:600}.property-details-modal .property-overview .overview-section .summary-stats{display:flex;gap:2rem}.property-details-modal .property-overview .overview-section .summary-stats .score-display,.property-details-modal .property-overview .overview-section .summary-stats .risk-display{text-align:center;padding:1.5rem;border-radius:8px}.property-details-modal .property-overview .overview-section .summary-stats .score-display .score,.property-details-modal .property-overview .overview-section .summary-stats .score-display .risk,.property-details-modal .property-overview .overview-section .summary-stats .risk-display .score,.property-details-modal .property-overview .overview-section .summary-stats .risk-display .risk{display:block;font-size:2rem;font-weight:800;margin-bottom:.5rem}.property-details-modal .property-overview .overview-section .summary-stats .score-display .label,.property-details-modal .property-overview .overview-section .summary-stats .risk-display .label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-details-modal .property-overview .overview-section .summary-stats .score-display.success{background:#e6fffa;color:#22543d}.property-details-modal .property-overview .overview-section .summary-stats .score-display.warning{background:#fffbf0;color:#d69e2e}.property-details-modal .property-overview .overview-section .summary-stats .score-display.danger{background:#ffebee;color:#c53030}.property-details-modal .property-overview .overview-section .summary-stats .risk-display.success{background:#e6fffa;color:#22543d}.property-details-modal .property-overview .overview-section .summary-stats .risk-display.info{background:#e6f7ff;color:#2c5282}.property-details-modal .property-overview .overview-section .summary-stats .risk-display.warning{background:#fffbf0;color:#d69e2e}.property-details-modal .property-overview .overview-section .summary-stats .risk-display.danger{background:#ffebee;color:#c53030}.property-details-modal .detailed-jobs-table{margin-bottom:2rem}.property-details-modal .detailed-jobs-table h4{margin:0 0 1rem;color:#2d3748;font-size:1.25rem;font-weight:600}.property-details-modal .detailed-jobs-table .jobs-table{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.property-details-modal .detailed-jobs-table .jobs-table .table-header{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;background:#f7fafc;font-weight:700;color:#2d3748;border-bottom:1px solid #e2e8f0}.property-details-modal .detailed-jobs-table .jobs-table .table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.property-details-modal .detailed-jobs-table .jobs-table .table-row:hover{background-color:#f7fafc}.property-details-modal .detailed-jobs-table .jobs-table .table-row:last-child{border-bottom:none}.property-details-modal .detailed-jobs-table .jobs-table .table-cell{display:flex;align-items:center;font-size:.9rem}.property-details-modal .detailed-jobs-table .jobs-table .table-cell .job-type-cell{font-weight:600;color:#2d3748}.property-details-modal .detailed-jobs-table .jobs-table .status-badge,.property-details-modal .detailed-jobs-table .jobs-table .priority-badge,.property-details-modal .detailed-jobs-table .jobs-table .score-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.property-details-modal .detailed-jobs-table .jobs-table .status-badge.success,.property-details-modal .detailed-jobs-table .jobs-table .priority-badge.success,.property-details-modal .detailed-jobs-table .jobs-table .score-badge.success{background:#c6f6d5;color:#22543d}.property-details-modal .detailed-jobs-table .jobs-table .status-badge.info,.property-details-modal .detailed-jobs-table .jobs-table .priority-badge.info,.property-details-modal .detailed-jobs-table .jobs-table .score-badge.info{background:#bee3f8;color:#2c5282}.property-details-modal .detailed-jobs-table .jobs-table .status-badge.warning,.property-details-modal .detailed-jobs-table .jobs-table .priority-badge.warning,.property-details-modal .detailed-jobs-table .jobs-table .score-badge.warning{background:#fef5e7;color:#d69e2e}.property-details-modal .detailed-jobs-table .jobs-table .status-badge.danger,.property-details-modal .detailed-jobs-table .jobs-table .priority-badge.danger,.property-details-modal .detailed-jobs-table .jobs-table .score-badge.danger{background:#ffcdd2;color:#c53030}.property-details-modal .modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.property-details-modal .modal-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.property-details-modal .modal-actions .btn.btn-primary{background:#007bff;color:#fff}.property-details-modal .modal-actions .btn.btn-primary:hover{background:#0056b3;box-shadow:0 2px 8px #007bff33}.property-details-modal .modal-actions .btn.btn-outline{background:transparent;color:#007bff;border:1px solid #007bff}.property-details-modal .modal-actions .btn.btn-outline:hover{background:#007bff;color:#fff}@media (max-width: 768px){.property-details-modal .property-overview .overview-section .summary-stats{flex-direction:column;gap:1rem}.property-details-modal .detailed-jobs-table .jobs-table .table-header,.property-details-modal .detailed-jobs-table .jobs-table .table-row{grid-template-columns:1fr;gap:.5rem}.property-details-modal .detailed-jobs-table .jobs-table .table-cell{justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.property-details-modal .detailed-jobs-table .jobs-table .table-cell:last-child{border-bottom:none}.property-details-modal .modal-actions{flex-direction:column;gap:.5rem}}.property-form-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.property-form-modal{background:var(--color-bg-card);border-radius:16px;box-shadow:var(--shadow-xl);max-width:800px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.property-form-modal__header{display:flex;align-items:center;justify-content:space-between;padding:32px 32px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.property-form-modal__header .header-content{display:flex;align-items:center;gap:16px}.property-form-modal__header .header-content .header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-form-modal__header .header-content .header-icon svg{font-size:24px;color:#fff}.property-form-modal__header .header-content .header-text h2{margin:0 0 4px;font-size:24px;font-weight:700;letter-spacing:-.025em}.property-form-modal__header .header-content .header-text p{margin:0;font-size:14px;color:#fffc;font-weight:400}.property-form-modal__header .close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.property-form-modal__header .close-btn:hover{background:#fff3;transform:scale(1.05)}.property-form-modal__header .close-btn svg{font-size:20px}.property-form-modal__nav{display:flex;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border-primary);padding:0 32px}.property-form-modal__nav .nav-btn{display:flex;align-items:center;gap:12px;padding:20px 24px;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;flex:1;text-align:left}.property-form-modal__nav .nav-btn:hover{background:#667eea0d}.property-form-modal__nav .nav-btn.active{background:var(--color-bg-card);border-bottom-color:var(--color-primary);box-shadow:var(--shadow-sm)}.property-form-modal__nav .nav-btn.active .nav-btn__icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.property-form-modal__nav .nav-btn.active .nav-btn__title{color:var(--color-heading);font-weight:600}.property-form-modal__nav .nav-btn__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e2e8f0;border-radius:10px;transition:all .3s ease;flex-shrink:0}.property-form-modal__nav .nav-btn__icon svg{font-size:18px;transition:all .3s ease}.property-form-modal__nav .nav-btn__content{display:flex;flex-direction:column;gap:2px;min-width:0}.property-form-modal__nav .nav-btn__title{font-size:14px;font-weight:500;color:var(--color-text-secondary);transition:all .3s ease}.property-form-modal__nav .nav-btn__subtitle{font-size:12px;color:#64748b;opacity:.8}.property-form-modal__form{flex:1;display:flex;flex-direction:column;overflow:hidden}.property-form-modal__form .form-content{flex:1;padding:32px;overflow-y:auto}.property-form-modal__form .form-content::-webkit-scrollbar{width:6px}.property-form-modal__form .form-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.property-form-modal__form .form-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.property-form-modal__form .form-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.property-form-modal__form .form-sections{display:flex;flex-direction:column;gap:32px}.property-form-modal__form .form-section .section-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.dark-mode .property-form-modal__form .form-section .section-header{color:var(--color-text-primary);background:var(--color-bg-card)}.property-form-modal__form .form-section .section-header .section-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;flex-shrink:0}.property-form-modal__form .form-section .section-header .section-icon svg{font-size:20px;color:#fff}.property-form-modal__form .form-section .section-header .section-title{flex:1}.property-form-modal__form .form-section .section-header .section-title h3{margin:0 0 4px;font-size:18px;font-weight:600;color:var(--color-heading);letter-spacing:-.025em}.property-form-modal__form .form-section .section-header .section-title p{margin:0;font-size:14px;color:var(--color-text-secondary)}.property-form-modal__form .form-section .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 640px){.property-form-modal__form .form-section .form-grid{grid-template-columns:1fr;gap:16px}}.property-form-modal__form .form-section .form-field{display:flex;flex-direction:column;gap:8px}.property-form-modal__form .form-section .form-field.full-width{grid-column:1/-1}.property-form-modal__form .form-section .form-field label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--color-text-primary);margin-bottom:2px}.property-form-modal__form .form-section .form-field label svg{font-size:16px;color:#667eea}.property-form-modal__form .form-section .form-field label .required{color:#ef4444;margin-left:4px;font-weight:600}.property-form-modal__form .form-section .form-field input,.property-form-modal__form .form-section .form-field select,.property-form-modal__form .form-section .form-field textarea{padding:14px 16px;border:2px solid var(--color-border-input);border-radius:12px;font-size:14px;font-weight:400;color:var(--color-text-primary);background:var(--color-bg-input);transition:all .2s ease;font-family:inherit}.property-form-modal__form .form-section .form-field input:focus,.property-form-modal__form .form-section .form-field select:focus,.property-form-modal__form .form-section .form-field textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.property-form-modal__form .form-section .form-field input::placeholder,.property-form-modal__form .form-section .form-field select::placeholder,.property-form-modal__form .form-section .form-field textarea::placeholder{color:var(--color-text-tertiary);font-weight:400}.property-form-modal__form .form-section .form-field input:disabled,.property-form-modal__form .form-section .form-field select:disabled,.property-form-modal__form .form-section .form-field textarea:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed;border-color:#f1f5f9}.property-form-modal__form .form-section .form-field select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:44px;appearance:none}.property-form-modal__form .form-section .form-field textarea{resize:vertical;min-height:100px;line-height:1.5}.property-form-modal__form .form-section .form-field.error input,.property-form-modal__form .form-section .form-field.error select,.property-form-modal__form .form-section .form-field.error textarea{border-color:#ef4444}.property-form-modal__form .form-section .form-field.error input:focus,.property-form-modal__form .form-section .form-field.error select:focus,.property-form-modal__form .form-section .form-field.error textarea:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.property-form-modal__form .form-section .form-field .error-message{font-size:12px;color:#ef4444;margin-top:4px;display:flex;align-items:center;gap:4px}.property-form-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid var(--color-border-primary);background:var(--color-bg-tertiary)}.property-form-modal__footer .btn{display:flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;border-radius:10px;border:2px solid;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:inherit;min-width:120px;justify-content:center}.property-form-modal__footer .btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.property-form-modal__footer .btn svg{font-size:16px}.property-form-modal__footer .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 4px 14px #667eea66}.property-form-modal__footer .btn.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #667eea80}.property-form-modal__footer .btn.btn-primary:active:not(:disabled){transform:translateY(0)}.property-form-modal__footer .btn.btn-secondary{background:var(--color-bg-card);border-color:var(--color-border-primary);color:var(--color-text-primary)}.property-form-modal__footer .btn.btn-secondary:hover:not(:disabled){border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.property-form-modal__footer .btn.btn-secondary:active:not(:disabled){transform:translateY(0)}@media (max-width: 640px){.property-form-modal__footer{flex-direction:column;gap:12px}.property-form-modal__footer .btn{width:100%;min-width:unset}}.property-form-modal.loading .form-field input,.property-form-modal.loading .form-field select,.property-form-modal.loading .form-field textarea,.property-form-modal.loading .btn{opacity:.6;pointer-events:none}@media (max-width: 768px){.property-form-modal{max-width:95vw;max-height:95vh;border-radius:12px}.property-form-modal__header{padding:24px 20px 20px}.property-form-modal__header .header-content{gap:12px}.property-form-modal__header .header-content .header-icon{width:40px;height:40px}.property-form-modal__header .header-content .header-icon svg{font-size:20px}.property-form-modal__header .header-content .header-text h2{font-size:20px}.property-form-modal__header .header-content .header-text p{font-size:13px}.property-form-modal__header .close-btn{width:36px;height:36px}.property-form-modal__header .close-btn svg{font-size:18px}.property-form-modal__nav{padding:0 20px}.property-form-modal__nav .nav-btn{padding:16px 12px;gap:10px}.property-form-modal__nav .nav-btn__icon{width:36px;height:36px}.property-form-modal__nav .nav-btn__icon svg{font-size:16px}.property-form-modal__nav .nav-btn__title{font-size:13px}.property-form-modal__nav .nav-btn__subtitle{font-size:11px}.property-form-modal .form-content{padding:24px 20px}.property-form-modal .form-sections{gap:24px}.property-form-modal .form-section .section-header{gap:12px;margin-bottom:20px}.property-form-modal .form-section .section-header .section-icon{width:36px;height:36px}.property-form-modal .form-section .section-header .section-icon svg{font-size:16px}.property-form-modal .form-section .section-header .section-title h3{font-size:16px}.property-form-modal .form-section .section-header .section-title p{font-size:13px}.property-form-modal__footer{padding:20px}}@media (max-width: 480px){.property-form-modal__nav .nav-btn{flex-direction:column;padding:12px 8px;gap:6px;text-align:center}.property-form-modal__nav .nav-btn__content{align-items:center}.property-form-modal__nav .nav-btn__subtitle{display:none}}.property-form-modal .form-field:focus-within label{color:#667eea}.property-form-modal .form-field:focus-within label svg{color:#667eea}.property-form-modal .nav-btn,.property-form-modal .form-field input,.property-form-modal .form-field select,.property-form-modal .form-field textarea,.property-form-modal .btn{transition:all .2s cubic-bezier(.4,0,.2,1)}@media (prefers-contrast: high){.property-form-modal{border:2px solid #000}.property-form-modal__header{background:#000;border-bottom:2px solid #000}.property-form-modal .nav-btn.active{border-bottom-color:#000}.property-form-modal .form-field input,.property-form-modal .form-field select,.property-form-modal .form-field textarea{border-color:#000}.property-form-modal .btn.btn-primary{background:#000;border-color:#000}}@media (prefers-reduced-motion: reduce){.property-form-modal .nav-btn,.property-form-modal .form-field input,.property-form-modal .form-field select,.property-form-modal .form-field textarea,.property-form-modal .btn,.property-form-modal .close-btn{transition:none}}.tenant-info-card{background:linear-gradient(135deg,#e0f2fe,#b3e5fc);border:1px solid #81d4fa;border-radius:.75rem;padding:1rem;margin:.75rem 0;transition:all .2s ease}.tenant-info-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #039be526}.tenant-info-card .tenant-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(3,155,229,.2)}.tenant-info-card .tenant-header .tenant-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#0288d1;color:#fff;border-radius:50%;font-size:1.25rem}.tenant-info-card .tenant-header .tenant-title h4{margin:0;font-size:1rem;font-weight:600;color:#01579b;letter-spacing:.025em}.tenant-info-card .tenant-details{display:flex;flex-direction:column;gap:.75rem}.tenant-info-card .tenant-details .detail-item{display:flex;align-items:center;gap:.75rem}.tenant-info-card .tenant-details .detail-item .detail-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#0288d11a;color:#0288d1;border-radius:.375rem;font-size:.875rem;flex-shrink:0}.tenant-info-card .tenant-details .detail-item .detail-content{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.tenant-info-card .tenant-details .detail-item .detail-content .detail-label{font-size:.75rem;font-weight:500;color:#0277bd;text-transform:uppercase;letter-spacing:.05em}.tenant-info-card .tenant-details .detail-item .detail-content .detail-value{font-size:.875rem;font-weight:500;color:#01579b;word-break:break-word}@media (max-width: 640px){.tenant-info-card{padding:.875rem;margin:.5rem 0}.tenant-info-card .tenant-header .tenant-icon{width:2.25rem;height:2.25rem;font-size:1.125rem}.tenant-info-card .tenant-header .tenant-title h4{font-size:.9375rem}.tenant-info-card .tenant-details{gap:.625rem}.tenant-info-card .tenant-details .detail-item .detail-icon{width:1.75rem;height:1.75rem;font-size:.8125rem}.tenant-info-card .tenant-details .detail-item .detail-content .detail-label{font-size:.6875rem}.tenant-info-card .tenant-details .detail-item .detail-content .detail-value{font-size:.8125rem}}.landlord-info-card{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1px solid #ffcc80;border-radius:.75rem;padding:1rem;margin:.75rem 0;transition:all .2s ease}.landlord-info-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff980026}.landlord-info-card .landlord-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,152,0,.2)}.landlord-info-card .landlord-header .landlord-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#ff9800;color:#fff;border-radius:50%;font-size:1.25rem}.landlord-info-card .landlord-header .landlord-title h4{margin:0;font-size:1rem;font-weight:600;color:#e65100;letter-spacing:.025em}.landlord-info-card .landlord-details{display:flex;flex-direction:column;gap:.75rem}.landlord-info-card .landlord-details .detail-item{display:flex;align-items:center;gap:.75rem}.landlord-info-card .landlord-details .detail-item .detail-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#ff98001a;color:#ff9800;border-radius:.375rem;font-size:.875rem;flex-shrink:0}.landlord-info-card .landlord-details .detail-item .detail-content{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.landlord-info-card .landlord-details .detail-item .detail-content .detail-label{font-size:.75rem;font-weight:500;color:#f57c00;text-transform:uppercase;letter-spacing:.05em}.landlord-info-card .landlord-details .detail-item .detail-content .detail-value{font-size:.875rem;font-weight:500;color:#e65100;word-break:break-word}@media (max-width: 640px){.landlord-info-card{padding:.875rem;margin:.5rem 0}.landlord-info-card .landlord-header .landlord-icon{width:2.25rem;height:2.25rem;font-size:1.125rem}.landlord-info-card .landlord-header .landlord-title h4{font-size:.9375rem}.landlord-info-card .landlord-details{gap:.625rem}.landlord-info-card .landlord-details .detail-item .detail-icon{width:1.75rem;height:1.75rem;font-size:.8125rem}.landlord-info-card .landlord-details .detail-item .detail-content .detail-label{font-size:.6875rem}.landlord-info-card .landlord-details .detail-item .detail-content .detail-value{font-size:.8125rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr;gap:.75rem}}.stats-grid .stat-card{background:var(--color-bg-card);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-sm);border-left:4px solid;transition:all .2s ease}.stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stats-grid .stat-card .stat-value{font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1}.stats-grid .stat-card .stat-label{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stats-grid .stat-card .stat-count{font-size:.75rem;color:var(--color-text-tertiary);font-weight:500}.stats-grid .stat-card.success{border-left-color:#10b981}.stats-grid .stat-card.success .stat-value{color:#10b981}.stats-grid .stat-card.warning{border-left-color:#f59e0b}.stats-grid .stat-card.warning .stat-value{color:#f59e0b}.stats-grid .stat-card.danger{border-left-color:#ef4444}.stats-grid .stat-card.danger .stat-value{color:#ef4444}.stats-grid .stat-card.info{border-left-color:#3b82f6}.stats-grid .stat-card.info .stat-value{color:#3b82f6}.stats-grid .stat-card.primary{border-left-color:#6366f1}.stats-grid .stat-card.primary .stat-value{color:#6366f1}@media (max-width: 640px){.stats-grid .stat-card{padding:1.25rem}.stats-grid .stat-card .stat-value{font-size:1.75rem}.stats-grid .stat-card .stat-label{font-size:.8125rem}}.tab-navigation{display:flex;background:#fff;border-radius:.75rem;padding:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow-x:auto;gap:.25rem}@media (max-width: 768px){.tab-navigation{margin-bottom:1.5rem;padding:.375rem;gap:.125rem}}.tab-navigation .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;font-weight:500;font-size:.875rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:0;flex-shrink:0}.tab-navigation .tab-button:hover:not(.disabled){background:#f1f5f9;color:#334155}.tab-navigation .tab-button.active{background:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f64d}.tab-navigation .tab-button.active:hover{background:#2563eb}.tab-navigation .tab-button.disabled{opacity:.5;cursor:not-allowed}.tab-navigation .tab-button .tab-icon{font-size:1.125rem;flex-shrink:0}.tab-navigation .tab-button .tab-label{font-weight:inherit;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.tab-navigation .tab-button{padding:.625rem 1rem;font-size:.8125rem;gap:.375rem}.tab-navigation .tab-button .tab-icon{font-size:1rem}}@media (max-width: 480px){.tab-navigation .tab-button{padding:.5rem .75rem}.tab-navigation .tab-button .tab-label{display:none}}.tab-navigation::-webkit-scrollbar{height:4px}.tab-navigation::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.tab-navigation::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.tab-navigation::-webkit-scrollbar-thumb:hover{background:#94a3b8}.search-filter-bar{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.search-filter-bar{flex-direction:column;gap:.75rem;margin-bottom:1.5rem}}.search-filter-bar .search-box{position:relative;flex:1;min-width:250px}@media (max-width: 768px){.search-filter-bar .search-box{width:100%;min-width:0}}.search-filter-bar .search-box .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.125rem;pointer-events:none}.search-filter-bar .search-box input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;background:#fff;transition:all .2s ease}.dark-mode .search-filter-bar .search-box input{background:var(--sidebar-active);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.search-filter-bar .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-filter-bar .search-box input::placeholder{color:#9ca3af}.search-filter-bar .filters-container{display:flex;gap:.75rem;flex-wrap:wrap}@media (max-width: 768px){.search-filter-bar .filters-container{width:100%;justify-content:stretch}}.search-filter-bar .filters-container .filter-box{position:relative;display:flex;align-items:center;min-width:150px}@media (max-width: 768px){.search-filter-bar .filters-container .filter-box{flex:1;min-width:0}}.search-filter-bar .filters-container .filter-box .filter-icon{position:absolute;left:.75rem;color:#94a3b8;font-size:1rem;pointer-events:none;z-index:1}.search-filter-bar .filters-container .filter-box select{width:100%;padding:.75rem 2.5rem .75rem 2.25rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem}.dark-mode .search-filter-bar .filters-container .filter-box select{background-color:var(--sidebar-active);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.search-filter-bar .filters-container .filter-box select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-filter-bar .filters-container .filter-box select:hover{border-color:#9ca3af}.search-filter-bar .filters-container .filter-box select option{padding:.5rem}.search-filter-bar .filters-container .clear-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #ef4444;border-radius:.5rem;background:#fff;color:#ef4444;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-filter-bar .filters-container .clear-filters-btn:hover{background:#ef4444;color:#fff}.search-filter-bar .filters-container .clear-filters-btn:focus{outline:none;box-shadow:0 0 0 3px #ef44441a}@media (max-width: 768px){.search-filter-bar .filters-container .clear-filters-btn{width:100%;justify-content:center}}@media (max-width: 480px){.search-filter-bar .filters-container{flex-direction:column;gap:.5rem}.search-filter-bar .filters-container .filter-box{min-width:0}}.payment-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease;margin-bottom:1rem}.payment-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.payment-card .payment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}@media (max-width: 640px){.payment-card .payment-header{flex-direction:column;gap:.75rem}}.payment-card .payment-header .payment-info{flex:1;min-width:0}.payment-card .payment-header .payment-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.payment-card .payment-header .payment-info .invoice-number{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.payment-card .payment-header .payment-badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}@media (max-width: 640px){.payment-card .payment-header .payment-badges{width:100%;justify-content:flex-start}}.payment-card .payment-header .payment-badges .status-badge,.payment-card .payment-header .payment-badges .type-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.payment-card .payment-header .payment-badges .status-badge svg,.payment-card .payment-header .payment-badges .type-badge svg{font-size:.875rem}.payment-card .payment-header .payment-badges .status-badge.status-paid{background:#dcfce7;color:#16a34a}.payment-card .payment-header .payment-badges .status-badge.status-pending{background:#fef3c7;color:#d97706}.payment-card .payment-header .payment-badges .status-badge.status-overdue{background:#fee2e2;color:#dc2626}.payment-card .payment-header .payment-badges .status-badge.status-cancelled{background:#f1f5f9;color:#64748b}.payment-card .payment-header .payment-badges .type-badge.type-rent{background:#dbeafe;color:#2563eb}.payment-card .payment-header .payment-badges .type-badge.type-bond{background:#f3e8ff;color:#7c3aed}.payment-card .payment-header .payment-badges .type-badge.type-maintenance{background:#fef3c7;color:#d97706}.payment-card .payment-header .payment-badges .type-badge.type-utilities{background:#ecfdf5;color:#059669}.payment-card .payment-header .payment-badges .type-badge.type-other{background:#f1f5f9;color:#64748b}.payment-card .payment-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1.25rem}@media (max-width: 640px){.payment-card .payment-details{grid-template-columns:1fr;gap:.5rem}}.payment-card .payment-details .detail-row:last-child{border-bottom:none}.payment-card .payment-details .detail-row>span:first-child{font-size:.875rem;color:#64748b;font-weight:500}.payment-card .payment-details .detail-row>span:last-child{font-size:.875rem;color:#1e293b;font-weight:600;text-align:right;overflow:hidden;text-overflow:ellipsis;max-width:60%}.payment-card .payment-details .detail-row>span:last-child.amount{color:#059669;font-weight:700}.payment-card .payment-description{margin-bottom:1.25rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border-left:3px solid #3b82f6}.payment-card .payment-description p{margin:0;font-size:.875rem;color:#475569;line-height:1.5}@media (max-width: 640px){.payment-card .payment-actions{justify-content:stretch}}.payment-card .payment-actions .action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}@media (max-width: 640px){.payment-card .payment-actions .action-btn{flex:1;justify-content:center}}.payment-card .payment-actions .action-btn svg{font-size:1rem}.payment-card .payment-actions .action-btn.view-btn{background:#f8fafc;border-color:#e2e8f0;color:#475569}.payment-card .payment-actions .action-btn.view-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.payment-card .payment-actions .action-btn.download-btn{background:#3b82f6;border-color:#3b82f6;color:#fff}.payment-card .payment-actions .action-btn.download-btn:hover{background:#2563eb;border-color:#2563eb}@media (max-width: 640px){.payment-card{padding:1.25rem;margin-bottom:.75rem}}.billing-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease}.billing-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.billing-card .billing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}@media (max-width: 640px){.billing-card .billing-header{flex-direction:column;gap:.75rem}}.billing-card .billing-header .property-info{flex:1;min-width:0}.billing-card .billing-header .property-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.billing-card .billing-header .property-info .property-manager{font-size:.875rem;color:#64748b;margin:0;font-weight:500}.billing-card .billing-header .lease-status{flex-shrink:0}.billing-card .billing-header .lease-status .status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.billing-card .billing-header .lease-status .status-badge.status-active{background:#dcfce7;color:#16a34a}.billing-card .billing-header .lease-status .status-badge.status-expired{background:#fee2e2;color:#dc2626}.billing-card .billing-header .lease-status .status-badge.status-pending{background:#fef3c7;color:#d97706}.billing-card .billing-header .lease-status .status-badge.status-terminated{background:#f1f5f9;color:#64748b}.billing-card .billing-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.25rem;padding:1rem;background:#f8fafc;border-radius:.5rem}@media (max-width: 640px){.billing-card .billing-summary{grid-template-columns:1fr;gap:.75rem;padding:.875rem}}.billing-card .billing-summary .summary-item{text-align:center}.billing-card .billing-summary .summary-item .label{display:block;font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.billing-card .billing-summary .summary-item .value{display:block;font-size:1.125rem;font-weight:700;color:#1e293b}.billing-card .billing-summary .summary-item.outstanding .value{color:#dc2626}.billing-card .billing-details{margin-bottom:1.25rem}.billing-card .billing-details .detail-row>span:first-child{font-size:.875rem;color:#64748b;font-weight:500}.billing-card .billing-details .detail-row>span:last-child{font-size:.875rem;color:#1e293b;font-weight:600;text-align:right;overflow:hidden;text-overflow:ellipsis;max-width:60%}.billing-card .billing-details .detail-row>span:last-child.due-date{display:flex;align-items:center;gap:.25rem;color:#dc2626}.billing-card .payment-history-summary{margin-bottom:1.25rem;padding:1rem;background:#f1f5f9;border-radius:.5rem}.billing-card .payment-history-summary h5{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .5rem}.billing-card .payment-history-summary .payment-count{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 640px){.billing-card .payment-history-summary .payment-count{flex-direction:column;gap:.25rem}}.billing-card .payment-history-summary .payment-count span{font-size:.75rem;color:#64748b;font-weight:500}@media (max-width: 640px){.billing-card .billing-actions{justify-content:stretch}}.billing-card .billing-actions .action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:1px solid;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}@media (max-width: 640px){.billing-card .billing-actions .action-btn{flex:1;justify-content:center}}.billing-card .billing-actions .action-btn svg{font-size:1rem}.billing-card .billing-actions .action-btn.view-btn{background:#f8fafc;border-color:#e2e8f0;color:#475569}.billing-card .billing-actions .action-btn.view-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.billing-card .billing-actions .action-btn.download-btn{background:#3b82f6;border-color:#3b82f6;color:#fff}.billing-card .billing-actions .action-btn.download-btn:hover{background:#2563eb;border-color:#2563eb}@media (max-width: 640px){.billing-card{padding:1.25rem}}.property-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);border-radius:.85rem;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.property-card.clickable{cursor:pointer}.property-card.clickable:hover{border-color:#2563eb;box-shadow:0 12px 24px #2563eb1f;transform:translateY(-1px)}.property-card.has-issue{border-color:#f97316}.property-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.property-card__summary h4{margin:0;font-size:1.1rem;font-weight:600;color:var(--color-heading)}.property-card__summary .property-card__type{margin:.25rem 0 0;color:var(--color-text-secondary);font-size:.9rem}.property-card__action{display:inline-flex;align-items:center;gap:.35rem;background:#2563eb;color:#fff;border:none;border-radius:9999px;font-size:.85rem;font-weight:600;padding:.45rem .9rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.property-card__action svg{font-size:1rem}.property-card__action:hover{background:#1d4ed8;box-shadow:0 .5rem 1.2rem #1d4ed840}.property-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.property-card__meta-item{display:flex;flex-direction:column;gap:.35rem;padding:.75rem;border:1px solid var(--color-border-secondary);border-radius:.65rem;background:var(--color-bg-tertiary)}.property-card__meta-item svg{font-size:1rem}.property-card__meta-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary)}.property-card__meta-value{font-size:.95rem;color:var(--color-text-primary);font-weight:600}.property-card__contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.property-card__contact{border:1px solid var(--color-border-secondary);border-radius:.75rem;padding:1rem;background:var(--color-bg-card);display:flex;flex-direction:column;gap:.75rem}.property-card__contact-details{display:flex;flex-direction:column;gap:.35rem}.property-card__contact-details strong{color:var(--color-heading)}.property-card__contact-row{display:inline-flex;align-items:center;gap:.35rem;color:var(--color-text-secondary);font-size:.9rem}.property-card__contact-row svg{font-size:1rem;color:var(--color-text-tertiary)}.property-card__empty{color:var(--color-text-tertiary);font-size:.9rem}.property-card__compliance{border-top:1px dashed var(--color-border-secondary);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.property-card__compliance-header{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-heading)}.property-card__compliance-header svg{font-size:1.1rem;color:var(--color-primary)}.property-card__compliance-badges{display:flex;flex-wrap:wrap;gap:.5rem}.property-card__badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:9999px;background:#f1f5f9;color:#475569;font-size:.8rem;font-weight:600}.property-card__badge--overdue{background:#ef444426;color:#b91c1c}.property-card__badge--due{background:#f9731626;color:#c2410c}.property-card__badge--ok{background:#10b98126;color:#047857}.property-card__alert{font-size:.85rem;font-weight:600;color:#b91c1c}@media (max-width: 768px){.property-card{padding:1rem;gap:1rem}.property-card__meta{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.property-card__contacts{grid-template-columns:1fr}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;min-height:300px}@media (max-width: 640px){.empty-state{padding:2rem 1rem;min-height:250px}}.empty-state .empty-icon{margin-bottom:1.5rem;color:#cbd5e1}.empty-state .empty-icon svg{font-size:4rem}@media (max-width: 640px){.empty-state .empty-icon svg{font-size:3rem}}.empty-state .empty-title{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .75rem;line-height:1.3}@media (max-width: 640px){.empty-state .empty-title{font-size:1.25rem}}.empty-state .empty-description{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:400px;line-height:1.5}@media (max-width: 640px){.empty-state .empty-description{font-size:.875rem;margin-bottom:1.5rem}}.empty-state .empty-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.empty-state .empty-action-btn.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.empty-state .empty-action-btn.primary:hover{background:#2563eb;border-color:#2563eb}.empty-state .empty-action-btn.primary:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.empty-state .empty-action-btn.secondary{background:#fff;border-color:#d1d5db;color:#374151}.empty-state .empty-action-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.empty-state .empty-action-btn.secondary:focus{outline:none;box-shadow:0 0 0 3px #9ca3af1a}@media (max-width: 640px){.empty-state .empty-action-btn{padding:.625rem 1.25rem;font-size:.8125rem}}.property-grid-container{width:100%}.property-grid-container .properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1.5rem}@media (max-width: 1200px){.property-grid-container .properties-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}}@media (max-width: 768px){.property-grid-container .properties-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.25rem}}@media (max-width: 640px){.property-grid-container .properties-grid{grid-template-columns:1fr;gap:.75rem;margin-top:1rem}}.property-grid-container .search-filter-bar{margin-bottom:0}.property-grid-container .empty-state{margin-top:2rem}.property-management{width:100%}.property-management .section-header{margin-bottom:2rem}.dark-mode .property-management .section-header{background:var(--color-bg-card)}.property-management .section-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;line-height:1.3}.dark-mode .property-management .section-header h3{color:var(--color-text-primary)}.property-management .section-header p{font-size:1rem;color:#64748b;margin:0;line-height:1.5}.dark-mode .property-management .section-header p{color:var(--color-text-secondary)}@media (max-width: 640px){.property-management .section-header{margin-bottom:1.5rem}.property-management .section-header h3{font-size:1.25rem}.property-management .section-header p{font-size:.875rem}}.property-showcase{max-width:1200px;margin:0 auto;padding:2rem}.property-showcase .showcase-section{margin-bottom:3rem}.property-showcase .showcase-section h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.property-showcase .showcase-section h3{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.property-showcase .showcase-section h3:first-of-type{border-top:none;padding-top:0}.property-showcase .showcase-section p{color:#64748b;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.property-showcase .showcase-section .single-card-demo{max-width:400px;margin:0 auto}@media (max-width: 640px){.property-showcase .showcase-section .single-card-demo{max-width:100%}}.property-showcase .usage-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.property-showcase .usage-examples .example-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.property-showcase .usage-examples .example-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.property-showcase .usage-examples .example-card h4{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .75rem}.property-showcase .usage-examples .example-card h4 svg{color:#3b82f6;font-size:1.25rem}.property-showcase .usage-examples .example-card p{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 1rem}.property-showcase .usage-examples .example-card code{display:block;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#475569;white-space:pre-wrap;overflow-x:auto;margin:0}@media (max-width: 768px){.property-showcase{padding:1.5rem}.property-showcase .showcase-section{margin-bottom:2rem}.property-showcase .showcase-section h2{font-size:1.75rem}.property-showcase .showcase-section h3{font-size:1.25rem}.property-showcase .showcase-section p{font-size:.875rem}.property-showcase .usage-examples{grid-template-columns:1fr;gap:1rem}.property-showcase .usage-examples .example-card{padding:1.25rem}.property-showcase .usage-examples .example-card code{font-size:.6875rem}}.page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start}.page-header .header-content .header-text h1{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.75rem;color:#1e293b}.page-header .header-content .header-text h1 .header-icon{font-size:1.5rem}.page-header .header-content .header-text p{color:#64748b;margin:0}.page-header .header-content .header-actions{display:flex;gap:1rem;align-items:center}.page-header .header-content .header-actions button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:all .2s}.page-header .header-content .header-actions button.btn-secondary{background-color:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.page-header .header-content .header-actions button.btn-secondary:hover:not(:disabled){background-color:#e2e8f0}.page-header .header-content .header-actions button.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.page-header .header-content .header-actions button.btn-primary{background-color:#3b82f6;color:#fff;border:none}.page-header .header-content .header-actions button.btn-primary:hover{background-color:#2563eb}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.alert.alert-error{background-color:#fee2e2;border:1px solid #fecaca;color:#dc2626}.alert.alert-error svg{font-size:1.25rem}.alert.alert-error button{margin-left:auto;background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;padding:.25rem;line-height:1;border-radius:.25rem}.alert.alert-error button:hover{background-color:#dc26261a}.agency-card{background:var(--color-bg-card);border-radius:.75rem;height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-primary);transition:transform .2s ease,box-shadow .2s ease;position:relative}.dark-mode .agency-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);box-shadow:var(--shadow-md);color:var(--color-text-primary)}.dark-mode .agency-card:hover{box-shadow:var(--shadow-lg)}.agency-card.archived{opacity:.7;border-color:#d1d5db;background:#f9fafb}.dark-mode .agency-card.archived{background:var(--sidebar-active);border-color:var(--color-border-primary)}.agency-card .agency-header h3{font-size:1.1rem;color:var(--color-heading);margin:0;font-weight:600;flex:1;display:flex;align-items:center;gap:.5rem}.dark-mode .agency-card .agency-header h3{color:var(--color-text-primary)}.agency-card .agency-header h3 .archived-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e5e7eb;color:#6b7280;border-radius:1rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.dark-mode .agency-card .agency-header h3 .archived-badge{background:#374151;color:#9ca3af}.agency-card .agency-header h3 .archived-badge svg{font-size:.875rem}.agency-card .agency-header .agency-actions{display:flex;align-items:center;gap:.5rem}.agency-card .agency-header .agency-actions .status-badge{padding:.25rem .75rem;border-radius:2rem;font-size:.8125rem;font-weight:500;text-transform:capitalize}.agency-card .agency-header .agency-actions .status-badge.active{background:#dcfce7;color:#166534}.agency-card .agency-header .agency-actions .status-badge.inactive{background:#fee2e2;color:#991b1b}.agency-card .agency-header .agency-actions .status-badge.pending{background:#fef3c7;color:#92400e}.agency-card .agency-header .agency-actions .status-badge.suspended{background:#fee2e2;color:#991b1b}.agency-card .agency-header .agency-actions .view-btn{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;color:#16a34a;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.agency-card .agency-header .agency-actions .view-btn:hover{background:#dcfce7;color:#15803d}.agency-card .agency-header .agency-actions .view-btn svg{font-size:1rem}.agency-card .agency-header .agency-actions .email-btn{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;color:#0891b2;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.agency-card .agency-header .agency-actions .email-btn:hover{background:#cffafe;color:#0e7490}.agency-card .agency-header .agency-actions .email-btn svg{font-size:1rem}.agency-card .agency-header .agency-actions .credentials-btn{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;color:#3b82f6;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.agency-card .agency-header .agency-actions .credentials-btn:hover{background:#dbeafe;color:#2563eb}.agency-card .agency-header .agency-actions .credentials-btn svg{font-size:1rem}.agency-card .agency-header .agency-actions .delete-btn{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;color:#ef4444;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.agency-card .agency-header .agency-actions .delete-btn:hover{background:#fee2e2;color:#dc2626}.agency-card .agency-header .agency-actions .delete-btn svg{font-size:1rem}.agency-card .agency-header .agency-actions .restore-btn{background:none;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;color:#16a34a;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.agency-card .agency-header .agency-actions .restore-btn:hover{background:#dcfce7;color:#15803d}.agency-card .agency-header .agency-actions .restore-btn svg{font-size:1rem}.agency-card .delete-confirmation{position:absolute;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;padding:1.25rem;text-align:center}.dark-mode .agency-card .delete-confirmation{background:var(--sidebar-active)}.agency-card .delete-confirmation p{margin:0 0 1rem;font-size:.9375rem;color:#1e293b;line-height:1.5}.dark-mode .agency-card .delete-confirmation p{color:var(--color-text-secondary)}.agency-card .delete-confirmation p strong{color:#1e293b}.dark-mode .agency-card .delete-confirmation p strong{color:var(--color-text-primary)}.agency-card .delete-confirmation .confirmation-actions{display:flex;gap:.75rem}.agency-card .delete-confirmation .confirmation-actions .btn-sm{padding:.5rem 1rem;font-size:.8125rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}.agency-card .delete-confirmation .confirmation-actions .btn-sm.btn-danger{background:#ef4444;color:#fff}.agency-card .delete-confirmation .confirmation-actions .btn-sm.btn-danger:hover{background:#dc2626}.agency-card .delete-confirmation .confirmation-actions .btn-sm.btn-secondary{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500}.agency-card .delete-confirmation .confirmation-actions .btn-sm.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.agency-card .restore-confirmation{position:absolute;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;padding:1.25rem;text-align:center}.dark-mode .agency-card .restore-confirmation{background:var(--sidebar-active)}.agency-card .restore-confirmation p{margin:0 0 1rem;font-size:.9375rem;color:#1e293b;line-height:1.5}.dark-mode .agency-card .restore-confirmation p{color:var(--color-text-secondary)}.agency-card .restore-confirmation p strong{color:#1e293b}.dark-mode .agency-card .restore-confirmation p strong{color:var(--color-text-primary)}.agency-card .restore-confirmation .confirmation-actions{display:flex;gap:.75rem}.agency-card .restore-confirmation .confirmation-actions .btn-sm{padding:.5rem 1rem;font-size:.8125rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}.agency-card .restore-confirmation .confirmation-actions .btn-sm.btn-primary{background:#16a34a;color:#fff}.agency-card .restore-confirmation .confirmation-actions .btn-sm.btn-primary:hover{background:#15803d}.agency-card .restore-confirmation .confirmation-actions .btn-sm.btn-secondary{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500}.agency-card .restore-confirmation .confirmation-actions .btn-sm.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.agency-card .credentials-confirmation{position:absolute;inset:0;background:#fffffffa;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;padding:1.25rem;text-align:center}.dark-mode .agency-card .credentials-confirmation{background:var(--sidebar-active)}.agency-card .credentials-confirmation .confirmation-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.agency-card .credentials-confirmation .confirmation-header .confirmation-icon{font-size:1.25rem;color:#3b82f6}.agency-card .credentials-confirmation .confirmation-header h4{margin:0;font-size:1rem;font-weight:600;color:#1e293b}.dark-mode .agency-card .credentials-confirmation .confirmation-header h4{color:var(--color-text-primary)}.agency-card .credentials-confirmation p{margin:0 0 1rem;font-size:.9375rem;color:#1e293b;line-height:1.5}.dark-mode .agency-card .credentials-confirmation p{color:var(--color-text-secondary)}.agency-card .credentials-confirmation p strong{color:#1e293b}.dark-mode .agency-card .credentials-confirmation p strong{color:var(--color-text-primary)}.agency-card .credentials-confirmation .warning-message{background:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;padding:.75rem;margin-bottom:1rem;font-size:.8125rem;color:#92400e;line-height:1.4}.agency-card .credentials-confirmation .warning-message strong{color:#92400e}.agency-card .credentials-confirmation .confirmation-actions{display:flex;gap:.75rem}.agency-card .credentials-confirmation .confirmation-actions .btn-sm{padding:.5rem 1rem;font-size:.8125rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease}.agency-card .credentials-confirmation .confirmation-actions .btn-sm.btn-primary{background:#3b82f6;color:#fff}.agency-card .credentials-confirmation .confirmation-actions .btn-sm.btn-primary:hover{background:#2563eb}.agency-card .credentials-confirmation .confirmation-actions .btn-sm.btn-secondary{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500}.agency-card .credentials-confirmation .confirmation-actions .btn-sm.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.agency-card .agency-details .detail-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:.75rem;background:var(--color-bg-tertiary);border-radius:.5rem}.dark-mode .agency-card .agency-details .detail-group{background:var(--sidebar-active)}.agency-card .agency-details .detail-group.compliance-group{grid-template-columns:1fr}.agency-card .agency-details .detail-group .detail-item.compliance-item{gap:.5rem}.agency-card .agency-details .detail-group .detail-item .label{color:var(--color-text-secondary);font-size:.8125rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.dark-mode .agency-card .agency-details .detail-group .detail-item .label{color:var(--color-text-tertiary)}.agency-card .agency-details .detail-group .detail-item .label .label-icon{font-size:.9375rem;color:#16a34a}.agency-card .agency-details .detail-group .detail-item span:not(.label){color:var(--color-text-primary);font-size:.9375rem}.dark-mode .agency-card .agency-details .detail-group .detail-item span:not(.label){color:var(--color-text-primary)}.agency-card .agency-details .detail-group .detail-item .compliance-badges{display:flex;flex-wrap:wrap;gap:.5rem}.agency-card .agency-details .detail-group .detail-item .compliance-badges .compliance-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;background:#e0f2fe;color:#075985;border-radius:1rem;font-size:.8125rem;font-weight:500;transition:all .2s ease;border:1px solid #bae6fd}.dark-mode .agency-card .agency-details .detail-group .detail-item .compliance-badges .compliance-badge{background:#0c4a6e;color:#7dd3fc;border-color:#075985}.agency-card .agency-details .detail-group .detail-item .compliance-badges .compliance-badge:hover{background:#bae6fd;border-color:#0ea5e9}.dark-mode .agency-card .agency-details .detail-group .detail-item .compliance-badges .compliance-badge:hover{background:#075985;border-color:#0ea5e9}.agency-card .agency-details .detail-group .detail-item .compliance-badges .no-compliance{color:var(--color-text-tertiary);font-size:.8125rem;font-style:italic}.agency-card .agency-footer{padding:1.25rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end!important;align-items:center;gap:.5rem}.agency-card .agency-footer .footer-actions{display:flex;align-items:center;gap:.5rem}.agency-card .agency-footer .subscription-info{display:flex;flex-direction:column;gap:.5rem}.agency-card .agency-footer .subscription-info .subscription-status{display:flex;align-items:center;gap:.75rem}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;text-transform:capitalize;transition:all .2s ease}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge .subscription-icon{font-size:1rem}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pro.trial{background:#e0f2fe;color:#0369a1}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pro.trial .subscription-icon{color:#0284c7}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pro.active{background:#dcfce7;color:#166534}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pro.active .subscription-icon{color:#16a34a}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.starter.trial{background:#fef3c7;color:#92400e}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.starter.trial .subscription-icon{color:#d97706}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.starter.active{background:#dcfce7;color:#166534}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.starter.active .subscription-icon{color:#16a34a}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.enterprise.trial{background:#f3e8ff;color:#7c3aed}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.enterprise.trial .subscription-icon{color:#8b5cf6}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.enterprise.active{background:#dcfce7;color:#166534}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.enterprise.active .subscription-icon{color:#16a34a}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.active{background:#dcfce7;color:#166534}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.active .subscription-icon{color:#16a34a}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.pending-payment{background:#fef3c7;color:#92400e}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.pending-payment .subscription-icon{color:#d97706}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.incomplete{background:#fef3c7;color:#92400e}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.incomplete .subscription-icon{color:#d97706}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.past-due{background:#fed7aa;color:#c2410c}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.past-due .subscription-icon{color:#ea580c}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.canceled{background:#fee2e2;color:#991b1b}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.custom.canceled .subscription-icon{color:#dc2626}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.past_due{background:#fed7aa;color:#c2410c}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.past_due .subscription-icon{color:#ea580c}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.canceled{background:#fee2e2;color:#991b1b}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.canceled .subscription-icon{color:#dc2626}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pending-payment{background:#fef3c7;color:#92400e}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.pending-payment .subscription-icon{color:#d97706}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.incomplete{background:#fef3c7;color:#92400e}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.incomplete .subscription-icon{color:#d97706}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.unpaid{background:#fee2e2;color:#991b1b}.agency-card .agency-footer .subscription-info .subscription-status .subscription-badge.unpaid .subscription-icon{color:#dc2626}.agency-card .agency-footer .subscription-info .no-subscription{display:flex;align-items:center;gap:.5rem}.agency-card .agency-footer .subscription-info .no-subscription .no-sub-icon{color:#6b7280;font-size:1rem}.agency-card .agency-footer .subscription-info .no-subscription .no-sub-text{color:#6b7280;font-size:.875rem;font-weight:500}.agency-card .agency-footer .btn-email{padding:.75rem 1rem;border:1px solid #0891b2;background:#fff;color:#0891b2;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.agency-card .agency-footer .btn-email:hover{background:#0891b2;color:#fff;border-color:#0891b2}.agency-card .agency-footer .btn-email svg{font-size:1rem}.dark-mode .agency-card .agency-footer .btn-email{background:var(--sidebar-active);color:#0891b2;border-color:#0891b2}.dark-mode .agency-card .agency-footer .btn-email:hover{background:#0891b2;color:#fff}.agency-card .agency-footer .btn-secondary{padding:.75rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.agency-card .agency-footer .btn-secondary svg{font-size:1.125rem}.agency-card .agency-footer .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.dark-mode .agency-card .agency-footer .btn-secondary{background:var(--sidebar-active);color:var(--color-text-primary)}@media (max-width: 768px){.agency-card .agency-details .detail-group{flex-direction:column;gap:1rem}.agency-card .agency-footer{flex-direction:column;gap:1rem;align-items:stretch}.agency-card .agency-footer .footer-actions{width:100%}.agency-card .agency-footer .footer-actions .btn-email{flex:1}.agency-card .agency-footer .footer-actions .btn-secondary{flex-shrink:0}}.toast{position:fixed;top:2rem;right:2rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;z-index:1000;animation:slideInRight .3s ease-out;max-width:400px;min-width:300px;box-shadow:0 10px 25px #0000001a;border:1px solid transparent}.toast .toast-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;flex-shrink:0}.toast .toast-icon svg{width:1rem;height:1rem}.toast .toast-message{flex:1;font-size:.875rem;line-height:1.4}.toast .toast-close{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;transition:background-color .2s ease;flex-shrink:0}.toast .toast-close svg{width:.875rem;height:.875rem}.toast .toast-close:hover{background-color:#0000001a}.toast.toast-success{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.toast.toast-success .toast-icon{background:#22c55e;color:#fff}.toast.toast-success .toast-close:hover{background-color:#22c55e1a}.toast.toast-error{background:#fee2e2;border-color:#fecaca;color:#dc2626}.toast.toast-error .toast-icon{background:#ef4444;color:#fff}.toast.toast-error .toast-close:hover{background-color:#ef44441a}.toast.toast-warning{background:#fef3c7;border-color:#fde68a;color:#d97706}.toast.toast-warning .toast-icon{background:#f59e0b;color:#fff}.toast.toast-warning .toast-close:hover{background-color:#f59e0b1a}.toast.toast-info{background:#dbeafe;border-color:#bfdbfe;color:#2563eb}.toast.toast-info .toast-icon{background:#3b82f6;color:#fff}.toast.toast-info .toast-close:hover{background-color:#3b82f61a}@media (max-width: 640px){.toast{top:1rem;right:1rem;left:1rem;max-width:none;min-width:auto}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:120px;width:100%}.loading-spinner{position:relative;display:inline-block}.loading-spinner.small .spinner-ring{width:32px;height:32px;border-width:3px}.loading-spinner.small .spinner-inner .spinner-dot{width:6px;height:6px}.loading-spinner.medium .spinner-ring{width:48px;height:48px;border-width:4px}.loading-spinner.medium .spinner-inner .spinner-dot{width:8px;height:8px}.loading-spinner.large .spinner-ring{width:64px;height:64px;border-width:5px}.loading-spinner.large .spinner-inner .spinner-dot{width:10px;height:10px}.spinner-ring{position:relative;width:48px;height:48px;border-radius:50%;border:4px solid transparent;animation:spin 2s linear infinite}.spinner-segment{position:absolute;width:100%;height:100%;border-radius:50%;border:inherit}.spinner-segment:nth-child(1){border-top-color:#024974;animation:segment-fade 2s linear infinite;animation-delay:0s}.spinner-segment:nth-child(2){border-right-color:#0b5f86;animation:segment-fade 2s linear infinite;animation-delay:.5s}.spinner-segment:nth-child(3){border-bottom-color:#024974;animation:segment-fade 2s linear infinite;animation-delay:1s}.spinner-segment:nth-child(4){border-left-color:#0b5f86;animation:segment-fade 2s linear infinite;animation-delay:1.5s}.spinner-inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.spinner-dot{width:8px;height:8px;border-radius:50%;background:#024974;animation:pulse 1.5s ease-in-out infinite}.loading-text{margin:0;font-size:.875rem;font-weight:500;color:#71717a;text-align:center;letter-spacing:.025em}.dark-mode .loading-text{color:var(--color-text-secondary)}.loading-spinner.primary .spinner-segment:nth-child(1),.loading-spinner.primary .spinner-segment:nth-child(3){border-top-color:#024974;border-bottom-color:#024974}.loading-spinner.primary .spinner-segment:nth-child(2),.loading-spinner.primary .spinner-segment:nth-child(4){border-right-color:#0b5f86;border-left-color:#0b5f86}.loading-spinner.primary .spinner-dot{background:#024974}.loading-spinner.secondary .spinner-segment:nth-child(1),.loading-spinner.secondary .spinner-segment:nth-child(3){border-top-color:#6b7280;border-bottom-color:#6b7280}.loading-spinner.secondary .spinner-segment:nth-child(2),.loading-spinner.secondary .spinner-segment:nth-child(4){border-right-color:#9ca3af;border-left-color:#9ca3af}.loading-spinner.secondary .spinner-dot{background:#6b7280}.loading-spinner.light .spinner-segment:nth-child(1),.loading-spinner.light .spinner-segment:nth-child(3){border-top-color:#fff;border-bottom-color:#fff}.loading-spinner.light .spinner-segment:nth-child(2),.loading-spinner.light .spinner-segment:nth-child(4){border-right-color:#ffffffb3;border-left-color:#ffffffb3}.loading-spinner.light .spinner-dot{background:#fff}.dark-mode .loading-spinner.primary .spinner-segment:nth-child(1),.dark-mode .loading-spinner.primary .spinner-segment:nth-child(3){border-top-color:var(--color-primary);border-bottom-color:var(--color-primary)}.dark-mode .loading-spinner.primary .spinner-segment:nth-child(2),.dark-mode .loading-spinner.primary .spinner-segment:nth-child(4){border-right-color:var(--color-primary-hover);border-left-color:var(--color-primary-hover)}.dark-mode .loading-spinner.primary .spinner-dot{background:var(--color-primary)}@keyframes segment-fade{0%{opacity:.3}25%{opacity:1}50%{opacity:.3}75%{opacity:.6}to{opacity:.3}}@keyframes pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.5}}@media (prefers-reduced-motion: reduce){.spinner-ring,.spinner-segment,.spinner-dot{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 768px){.loading-spinner-container{min-height:100px;gap:.75rem}.loading-text{font-size:.8rem}}.pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:16px}.pagination .pagination-info{color:#6b7280;font-size:.875rem}.pagination .pagination-controls{display:flex;align-items:center;gap:8px}.pagination .pagination-controls .pagination-button{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination .pagination-controls .pagination-button:hover:not(:disabled){border-color:#9ca3af;background:#f9fafb}.pagination .pagination-controls .pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination .pagination-controls .pagination-button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.pagination .pagination-controls .pagination-button svg{font-size:1rem}.pagination .pagination-controls .pagination-ellipsis{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.pagination{flex-direction:column;gap:12px}.pagination .pagination-controls .pagination-button{min-width:32px;height:32px;padding:0 8px;font-size:.75rem}}.technician-job-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.technician-job-table .table-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.technician-job-table .table-header .header-left h2{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.technician-job-table .table-header .header-left .statistics{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}.technician-job-table .table-header .header-left .statistics .total-jobs{font-weight:500;color:#374151}.technician-job-table .table-header .header-left .statistics .status-count{padding:4px 8px;border-radius:6px;font-size:.875rem;font-weight:500}.technician-job-table .table-header .header-left .statistics .status-count.status-pending{background:#fef3c7;color:#92400e}.technician-job-table .table-header .header-left .statistics .status-count.status-scheduled{background:#dbeafe;color:#1e40af}.technician-job-table .table-header .header-left .statistics .status-count.status-completed{background:#d1fae5;color:#065f46}.technician-job-table .table-header .header-left .statistics .status-count.status-overdue{background:#fee2e2;color:#dc2626}.technician-job-table .table-header .header-right .filter-toggle{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.technician-job-table .table-header .header-right .filter-toggle:hover{border-color:#9ca3af;background:#f9fafb}.technician-job-table .table-header .header-right .filter-toggle.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.technician-job-table .filters-panel{padding:0 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.technician-job-table .filters-panel .filter-row{display:flex;gap:16px;margin-bottom:16px}.technician-job-table .filters-panel .filter-row:last-child{margin-bottom:0}.technician-job-table .filters-panel .filter-row .filter-group{flex:1;min-width:0}.technician-job-table .filters-panel .filter-row .filter-group label{display:block;margin-bottom:6px;font-size:.875rem;font-weight:500;color:#374151}.technician-job-table .filters-panel .filter-row .filter-group input,.technician-job-table .filters-panel .filter-row .filter-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.technician-job-table .filters-panel .filter-row .filter-group input:focus,.technician-job-table .filters-panel .filter-row .filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.technician-job-table .filters-panel .filter-row .filter-group .search-input{position:relative}.technician-job-table .filters-panel .filter-row .filter-group .search-input svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.technician-job-table .filters-panel .filter-row .filter-group .search-input input{padding-left:36px}.technician-job-table .table-container{overflow-x:auto}.technician-job-table .table-container table{width:100%;border-collapse:collapse}.technician-job-table .table-container table thead{background:#f9fafb}.technician-job-table .table-container table thead th{padding:16px 12px;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.technician-job-table .table-container table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.technician-job-table .table-container table tbody tr:hover{background:#f9fafb}.technician-job-table .table-container table tbody tr.overdue{background:#fef2f2}.technician-job-table .table-container table tbody tr.overdue:hover{background:#fee2e2}.technician-job-table .table-container table tbody tr td{padding:16px 12px;font-size:.875rem;color:#374151;vertical-align:middle}.technician-job-table .table-container table tbody tr td.job-id .job-id-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.technician-job-table .table-container table tbody tr td.job-type{display:flex;align-items:center;gap:8px}.technician-job-table .table-container table tbody tr td.job-type .job-type-icon{font-size:1.25rem}.technician-job-table .table-container table tbody tr td.job-type .job-type-text{font-weight:500}.technician-job-table .table-container table tbody tr td.property .property-info{display:flex;align-items:center;gap:8px}.technician-job-table .table-container table tbody tr td.property .property-info .property-icon{color:#6b7280;font-size:1rem}.technician-job-table .table-container table tbody tr td.property .property-info .property-address{font-weight:500;color:#111827}.technician-job-table .table-container table tbody tr td.due-date .due-date-info{display:flex;align-items:center;gap:8px}.technician-job-table .table-container table tbody tr td.due-date .due-date-info .due-date-icon{color:#6b7280;font-size:1rem}.technician-job-table .table-container table tbody tr td.due-date .due-date-info .due-date-text{font-weight:500}.technician-job-table .table-container table tbody tr td.due-date .due-date-info .due-date-text.overdue{color:#dc2626}.technician-job-table .table-container table tbody tr td.due-date .due-date-info .overdue-badge{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500}.technician-job-table .table-container table tbody tr td.status .status-badge{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.technician-job-table .table-container table tbody tr td.status .status-badge.status-pending{background:#fef3c7;color:#92400e}.technician-job-table .table-container table tbody tr td.status .status-badge.status-scheduled{background:#dbeafe;color:#1e40af}.technician-job-table .table-container table tbody tr td.status .status-badge.status-completed{background:#d1fae5;color:#065f46}.technician-job-table .table-container table tbody tr td.status .status-badge.status-overdue{background:#fee2e2;color:#dc2626}.technician-job-table .table-container table tbody tr td.priority .priority-badge{padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.technician-job-table .table-container table tbody tr td.priority .priority-badge.priority-low{background:#f3f4f6;color:#374151}.technician-job-table .table-container table tbody tr td.priority .priority-badge.priority-medium{background:#dbeafe;color:#1e40af}.technician-job-table .table-container table tbody tr td.priority .priority-badge.priority-high{background:#fef3c7;color:#92400e}.technician-job-table .table-container table tbody tr td.priority .priority-badge.priority-urgent{background:#fee2e2;color:#dc2626}.technician-job-table .table-container table tbody tr td.actions .action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s}.technician-job-table .table-container table tbody tr td.actions .action-btn:hover{background:#f3f4f6;color:#374151}.technician-job-table .table-container table tbody tr td.actions .action-btn.view-btn:hover{background:#dbeafe;color:#1e40af}.technician-job-table .table-container table tbody tr td.empty-state{position:absolute;left:50%;transform:translate(50%)}.technician-job-table .table-container table tbody tr td.empty-state .empty-content{display:flex;flex-direction:column;align-items:center;gap:12px;color:#6b7280}.technician-job-table .table-container table tbody tr td.empty-state .empty-content .empty-icon{font-size:3rem;color:#d1d5db}.technician-job-table .table-container table tbody tr td.empty-state .empty-content p{margin:0;font-size:1rem;font-weight:500}.technician-job-table .loading-container,.technician-job-table .error-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;color:#6b7280}.technician-job-table .loading-container .loading-icon,.technician-job-table .error-container .loading-icon{font-size:2rem;animation:spin 1s linear infinite}.technician-job-table .loading-container .error-icon,.technician-job-table .error-container .error-icon{font-size:2rem;color:#dc2626}.technician-job-table .loading-container p,.technician-job-table .error-container p{margin:0;font-size:1rem;font-weight:500}.technician-job-table .pagination-container{padding:20px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:center}@media (max-width: 768px){.technician-job-table .table-header{flex-direction:column;gap:16px;align-items:flex-start}.technician-job-table .table-header .header-left .statistics{gap:8px}.technician-job-table .filters-panel .filter-row{flex-direction:column;gap:12px}.technician-job-table .table-container table thead th,.technician-job-table .table-container table tbody td{padding:12px 8px;font-size:.75rem}}.technician-payment-table{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.technician-payment-table .table-header{padding:24px;border-bottom:1px solid #e5e7eb}.technician-payment-table .table-header .header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.technician-payment-table .table-header .header-content h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.technician-payment-table .table-header .header-content .statistics{display:flex;gap:16px;align-items:center}.technician-payment-table .table-header .header-content .statistics .stat-item{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#f9fafb;border-radius:6px;font-size:.875rem}.technician-payment-table .table-header .header-content .statistics .stat-item .stat-label{color:#6b7280;font-weight:500}.technician-payment-table .table-header .header-content .statistics .stat-item .stat-value{color:#111827;font-weight:600}.technician-payment-table .table-header .header-actions .search-filter-container{display:flex;gap:12px;align-items:center}.technician-payment-table .table-header .header-actions .search-filter-container .search-box{position:relative;flex:1;max-width:300px}.technician-payment-table .table-header .header-actions .search-filter-container .search-box .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.technician-payment-table .table-header .header-actions .search-filter-container .search-box input{width:100%;padding:10px 12px 10px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff}.technician-payment-table .table-header .header-actions .search-filter-container .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.technician-payment-table .table-header .header-actions .search-filter-container .search-box input::placeholder{color:#9ca3af}.technician-payment-table .table-header .header-actions .search-filter-container .filter-toggle{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.technician-payment-table .table-header .header-actions .search-filter-container .filter-toggle:hover{background:#f9fafb;border-color:#9ca3af}.technician-payment-table .table-header .header-actions .search-filter-container .filter-toggle.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.technician-payment-table .table-header .filters-panel{margin-top:16px;padding:16px;background:#f9fafb;border-radius:8px}.technician-payment-table .table-header .filters-panel .filter-row{display:flex;flex-wrap:wrap;gap:16px;align-items:end}.technician-payment-table .table-header .filters-panel .filter-row .filter-group{display:flex;flex-direction:column;gap:6px}.technician-payment-table .table-header .filters-panel .filter-row .filter-group label{font-size:.875rem;font-weight:500;color:#374151}.technician-payment-table .table-header .filters-panel .filter-row .filter-group select,.technician-payment-table .table-header .filters-panel .filter-row .filter-group input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.technician-payment-table .table-header .filters-panel .filter-row .filter-group select:focus,.technician-payment-table .table-header .filters-panel .filter-row .filter-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.technician-payment-table .loading-state,.technician-payment-table .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center}.technician-payment-table .loading-state .loading-icon,.technician-payment-table .loading-state .error-icon,.technician-payment-table .error-state .loading-icon,.technician-payment-table .error-state .error-icon{font-size:2rem;margin-bottom:12px}.technician-payment-table .loading-state .loading-icon,.technician-payment-table .error-state .loading-icon{color:#3b82f6;animation:spin 1s linear infinite}.technician-payment-table .loading-state .error-icon,.technician-payment-table .error-state .error-icon{color:#ef4444}.technician-payment-table .loading-state p,.technician-payment-table .error-state p{margin:0;color:#6b7280;font-size:.875rem}.technician-payment-table .table-container{overflow-x:auto}.technician-payment-table .table-container table{width:100%;border-collapse:collapse}.technician-payment-table .table-container table thead{background:#f9fafb}.technician-payment-table .table-container table thead th{padding:16px 12px;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;white-space:nowrap}.technician-payment-table .table-container table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s}.technician-payment-table .table-container table tbody tr:hover{background:#f9fafb}.technician-payment-table .table-container table tbody tr td{padding:16px 12px;font-size:.875rem;color:#374151;vertical-align:middle}.technician-payment-table .table-container table tbody tr td.payment-number .payment-number-text,.technician-payment-table .table-container table tbody tr td.job-id .job-id-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.technician-payment-table .table-container table tbody tr td.job-type{display:flex;align-items:center;gap:8px}.technician-payment-table .table-container table tbody tr td.job-type .job-type-icon{font-size:1.25rem}.technician-payment-table .table-container table tbody tr td.job-type .job-type-text{font-weight:500}.technician-payment-table .table-container table tbody tr td.amount .amount-text{font-weight:600;color:#059669;font-size:1rem}.technician-payment-table .table-container table tbody tr td.completed-date .completed-date-info,.technician-payment-table .table-container table tbody tr td.completed-date .created-date-info,.technician-payment-table .table-container table tbody tr td.created-date .completed-date-info,.technician-payment-table .table-container table tbody tr td.created-date .created-date-info{display:flex;align-items:center;gap:6px}.technician-payment-table .table-container table tbody tr td.completed-date .completed-date-info .completed-date-icon,.technician-payment-table .table-container table tbody tr td.completed-date .completed-date-info .created-date-icon,.technician-payment-table .table-container table tbody tr td.completed-date .created-date-info .completed-date-icon,.technician-payment-table .table-container table tbody tr td.completed-date .created-date-info .created-date-icon,.technician-payment-table .table-container table tbody tr td.created-date .completed-date-info .completed-date-icon,.technician-payment-table .table-container table tbody tr td.created-date .completed-date-info .created-date-icon,.technician-payment-table .table-container table tbody tr td.created-date .created-date-info .completed-date-icon,.technician-payment-table .table-container table tbody tr td.created-date .created-date-info .created-date-icon{color:#6b7280;font-size:.875rem}.technician-payment-table .table-container table tbody tr td.completed-date .completed-date-info .completed-date-text,.technician-payment-table .table-container table tbody tr td.completed-date .completed-date-info .created-date-text,.technician-payment-table .table-container table tbody tr td.completed-date .created-date-info .completed-date-text,.technician-payment-table .table-container table tbody tr td.completed-date .created-date-info .created-date-text,.technician-payment-table .table-container table tbody tr td.created-date .completed-date-info .completed-date-text,.technician-payment-table .table-container table tbody tr td.created-date .completed-date-info .created-date-text,.technician-payment-table .table-container table tbody tr td.created-date .created-date-info .completed-date-text,.technician-payment-table .table-container table tbody tr td.created-date .created-date-info .created-date-text{font-size:.875rem;color:#374151}.technician-payment-table .table-container table tbody tr td.status .status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.technician-payment-table .table-container table tbody tr td.status .status-badge.status-pending{background:#fef3c7;color:#92400e}.technician-payment-table .table-container table tbody tr td.status .status-badge.status-paid{background:#d1fae5;color:#065f46}.technician-payment-table .table-container table tbody tr td.status .status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.technician-payment-table .table-container table tbody tr td.status .status-badge.status-default{background:#f3f4f6;color:#374151}.technician-payment-table .table-container table tbody tr td.empty-state{text-align:center;padding:60px 24px;position:relative}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin:auto}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content .empty-icon{font-size:2rem;color:#9ca3af}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content p{margin:0;color:#6b7280;font-size:.875rem}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content .btn{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content .btn:hover{background:#f9fafb;border-color:#9ca3af}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content .btn.btn-secondary{background:#6b7280;border-color:#6b7280;color:#fff}.technician-payment-table .table-container table tbody tr td.empty-state .empty-content .btn.btn-secondary:hover{background:#4b5563;border-color:#4b5563}.technician-payment-table .table-container table tbody tr td.technician .technician-info{display:flex;align-items:center;gap:8px}.technician-payment-table .table-container table tbody tr td.technician .technician-info .technician-icon{color:#6b7280;font-size:.875rem}.technician-payment-table .table-container table tbody tr td.technician .technician-info .technician-details{display:flex;flex-direction:column;gap:2px}.technician-payment-table .table-container table tbody tr td.technician .technician-info .technician-details .name{font-weight:500;color:#374151}.technician-payment-table .table-container table tbody tr td.technician .technician-info .technician-details .email{font-size:.75rem;color:#6b7280}.technician-payment-table .table-container table tbody tr td.job-details .job-info{display:flex;flex-direction:column;gap:2px}.technician-payment-table .table-container table tbody tr td.job-details .job-info .job-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px;width:fit-content}.technician-payment-table .table-container table tbody tr td.job-details .job-info .job-type{font-weight:500;color:#374151}.technician-payment-table .table-container table tbody tr td.payment-date .date-info,.technician-payment-table .table-container table tbody tr td.completed-date .date-info{display:flex;align-items:center;gap:6px}.technician-payment-table .table-container table tbody tr td.payment-date .date-info .date-icon,.technician-payment-table .table-container table tbody tr td.completed-date .date-info .date-icon{color:#6b7280;font-size:.875rem}.technician-payment-table .table-container table tbody tr td.payment-date .date-info span,.technician-payment-table .table-container table tbody tr td.completed-date .date-info span{font-size:.875rem;color:#374151}.technician-payment-table .table-container table tbody tr td.actions .action-buttons{display:flex;gap:8px;align-items:center}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn{padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#374151;font-size:.75rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn:hover{background:#f9fafb;border-color:#9ca3af}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn.btn-outline{border-color:#d1d5db;color:#6b7280}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn.btn-outline:hover{border-color:#3b82f6;color:#3b82f6}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn.btn-success{background:#10b981;border-color:#10b981;color:#fff}.technician-payment-table .table-container table tbody tr td.actions .action-buttons .btn.btn-success:hover{background:#059669;border-color:#059669}.technician-payment-table .pagination-container{padding:20px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:center}@media (max-width: 768px){.technician-payment-table .table-header{padding:16px}.technician-payment-table .table-header .header-content{flex-direction:column;align-items:flex-start;gap:12px}.technician-payment-table .table-header .header-content .statistics{flex-wrap:wrap;gap:8px}.technician-payment-table .table-header .header-actions .search-filter-container{flex-direction:column;align-items:stretch}.technician-payment-table .table-header .header-actions .search-filter-container .search-box{max-width:none}.technician-payment-table .table-header .filters-panel .filter-row{grid-template-columns:1fr;gap:12px}.technician-payment-table .table-container table thead th,.technician-payment-table .table-container table tbody td{padding:12px 8px;font-size:.75rem}}.profile-header{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.dark-mode .profile-header{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.profile-header .back-btn{background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;transition:color .2s ease}.profile-header .back-btn:hover{color:#374151}.profile-header .back-btn svg{font-size:1rem}.profile-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 768px){.profile-header .header-content{flex-direction:column;gap:1rem}}.profile-header .job-info{flex:1}.profile-header .job-info h1{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#111827}.dark-mode .profile-header .job-info h1{color:var(--color-text-primary)}.profile-header .job-info .job-type{font-size:1.125rem;color:#6b7280;margin:0 0 1rem}.dark-mode .profile-header .job-info .job-type{color:var(--color-text-secondary)}.profile-header .job-info .job-meta{display:flex;gap:.75rem;flex-wrap:wrap}.profile-header .header-actions{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 768px){.profile-header .header-actions{width:100%;justify-content:flex-start}}.profile-header .btn-primary{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.profile-header .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.profile-header .btn-primary:disabled{opacity:.6;cursor:not-allowed}.profile-header .btn-primary svg{font-size:1rem}.profile-header .status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.profile-header .status-badge.status-success{background:#d1fae5;color:#065f46}.profile-header .status-badge.status-warning{background:#fef3c7;color:#92400e}.profile-header .status-badge.status-danger{background:#fee2e2;color:#991b1b}.profile-header .status-badge.status-neutral{background:#f3f4f6;color:#374151}.profile-header .priority-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.profile-header .priority-badge.priority-urgent{background:#fee2e2;color:#991b1b}.profile-header .priority-badge.priority-high{background:#fef3c7;color:#92400e}.profile-header .priority-badge.priority-medium{background:#dbeafe;color:#1e40af}.profile-header .priority-badge.priority-low{background:#d1fae5;color:#065f46}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.dark-mode .stat-card{background:var(--sidebar-active)!important;border:1px solid var(--color-border-primary)!important}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-card.blue{border-left:4px solid #3b82f6}.stat-card.red{border-left:4px solid #ef4444}.stat-card.orange{border-left:4px solid #f97316}.stat-card.green{border-left:4px solid #10b981}.stat-card .stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card .stat-icon svg{font-size:1.5rem;color:#fff}.stat-card.blue .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card.red .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card.orange .stat-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.stat-card.green .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card .stat-content{flex:1}.stat-card .stat-content h3{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#111827}.dark-mode .stat-card .stat-content h3{color:var(--color-text-primary)}.stat-card .stat-content .stat-title{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;font-weight:500}.dark-mode .stat-card .stat-content .stat-title{color:var(--color-text-secondary)}.stat-card .stat-content .stat-change{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.stat-card .stat-content .stat-change.positive{background:#d1fae5;color:#065f46}.stat-card .stat-content .stat-change.negative{background:#fee2e2;color:#991b1b}.stat-card .stat-content .stat-change.warning{background:#fef3c7;color:#92400e}.stat-card .stat-content .stat-change.neutral{background:#f3f4f6;color:#374151}.tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;overflow-x:auto}.dark-mode .tab-navigation{background:var(--color-bg-card);border-bottom:1px solid var(--color-border-primary)}@media (max-width: 768px){.tab-navigation{gap:.25rem}}.tab-btn{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-weight:500;color:#6b7280;border-bottom:2px solid transparent;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap;border-radius:.5rem}.tab-btn:hover{color:#374151;background:#f9fafb}.dark-mode .tab-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.tab-btn.active{color:#059669;border-bottom-color:#059669;background:#f0fdf4}.dark-mode .tab-btn.active{background:var(--sidebar-active);color:#07c589;border-bottom-color:#07c589}.tab-btn svg{font-size:1.125rem}@media (max-width: 768px){.tab-btn{padding:.75rem 1rem;font-size:.875rem}.tab-btn svg{font-size:1rem}}.tab-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}@media (max-width: 768px){.tab-content{padding:1.5rem}}.overview-content .info-section{margin-bottom:2rem}.overview-content .info-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#111827}.dark-mode .overview-content .info-section h2{color:var(--color-text-primary)}.overview-content .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.overview-content .info-grid{grid-template-columns:1fr}}.overview-content .info-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.dark-mode .overview-content .info-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.overview-content .info-card h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#374151}.dark-mode .overview-content .info-card h3{color:var(--color-text-primary)}.overview-content .detail-info{display:flex;flex-direction:column;gap:1rem}.dark-mode .overview-content .detail-info{background:var(--sidebar-active)}.overview-content .detail-item{display:flex;align-items:flex-start;gap:.75rem}.overview-content .detail-item svg{font-size:1.25rem;color:#6b7280;margin-top:.125rem;flex-shrink:0}.dark-mode .overview-content .detail-item svg{color:var(--color-text-primary)}.overview-content .detail-item div{flex:1}.overview-content .detail-item div label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.dark-mode .overview-content .detail-item div label{color:var(--color-text-secondary)}.overview-content .detail-item div span{font-size:1rem;color:#111827;font-weight:500}.dark-mode .overview-content .detail-item div span{color:var(--color-text-primary)}.overview-content .assignment-info .assignment-item label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.dark-mode .overview-content .assignment-info .assignment-item label{color:var(--color-text-secondary)}.overview-content .assignment-info .assignment-item span{font-size:1rem;color:#111827;font-weight:500}.dark-mode .overview-content .assignment-info .assignment-item span{color:var(--color-text-primary)}.overview-content .cost-section h2{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;color:#111827}.overview-content .cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.overview-content .cost-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;text-align:center;border:1px solid #e5e7eb}.overview-content .cost-card.total{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#10b981}.overview-content .cost-card h3{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#374151}.overview-content .cost-card .cost-amount{font-size:1.5rem;font-weight:700;color:#059669}.details-content .section-header{margin-bottom:2rem}.details-content .section-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827}.dark-mode .details-content .section-header h2{color:var(--color-text-primary)}.details-content .section-header p{color:#6b7280;margin:0}.dark-mode .details-content .section-header p{color:var(--color-text-secondary)}.details-content .details-grid{display:grid;gap:1.5rem}.details-content .detail-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.dark-mode .details-content .detail-card{background:var(--sidebar-active);border:1px solid var(--color-border-secondary)}.details-content .detail-card.full-width{grid-column:1/-1}.details-content .detail-card h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#374151}.dark-mode .details-content .detail-card h3{color:var(--color-text-primary)}.details-content .spec-list{display:grid;gap:1rem}.details-content .spec-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.dark-mode .details-content .spec-item{border-bottom:1px solid var(--color-border-secondary)}.details-content .spec-item:last-child{border-bottom:none}.details-content .spec-item label{font-weight:500;color:#6b7280}.dark-mode .details-content .spec-item label{color:var(--color-text-secondary)}.details-content .spec-item span{font-weight:600;color:#111827}.dark-mode .details-content .spec-item span{color:var(--color-text-primary)}.details-content .description-text{line-height:1.6;color:#374151}.property-content .section-header{margin-bottom:2rem}.property-content .section-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827}.dark-mode .property-content .section-header h2{color:var(--color-text-primary)}.property-content .section-header p{color:#6b7280;margin:0}.dark-mode .property-content .section-header p{color:var(--color-text-secondary)}.property-content .property-details{display:grid;gap:1.5rem;margin-bottom:2rem}.property-content .property-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.dark-mode .property-content .property-card{background:var(--sidebar-active);border:1px solid var(--color-border-secondary)}.property-content .property-card h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#374151}.dark-mode .property-content .property-card h3{color:var(--color-text-primary)}.property-content .property-info,.property-content .tenant-info,.property-content .landlord-info{display:flex;flex-direction:column;gap:1rem}.dark-mode .property-content .property-info,.dark-mode .property-content .tenant-info,.dark-mode .property-content .landlord-info{background:var(--sidebar-active)}.property-content .property-item,.property-content .contact-item{display:flex;align-items:flex-start;gap:.75rem}.property-content .property-item svg,.property-content .contact-item svg{font-size:1.25rem;color:#6b7280;margin-top:.125rem;flex-shrink:0}.dark-mode .property-content .property-item svg,.dark-mode .property-content .contact-item svg{color:var(--color-text-primary)}.property-content .property-item div,.property-content .contact-item div{flex:1}.property-content .property-item div label,.property-content .contact-item div label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.dark-mode .property-content .property-item div label,.dark-mode .property-content .contact-item div label{color:var(--color-text-secondary)}.property-content .property-item div span,.property-content .contact-item div span{font-size:1rem;color:#111827;font-weight:500}.dark-mode .property-content .property-item div span,.dark-mode .property-content .contact-item div span{color:var(--color-text-primary)}.property-content .no-data{color:#6b7280;font-style:italic;text-align:center;padding:1rem}.property-content .property-actions{display:flex;justify-content:center}.technician-content .section-header{margin-bottom:2rem}.technician-content .section-header h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#111827}.dark-mode .technician-content .section-header h2{color:var(--color-text-primary)}.technician-content .section-header p{color:#6b7280;margin:0}.dark-mode .technician-content .section-header p{color:var(--color-text-secondary)}.technician-content .technician-details{display:grid;gap:1.5rem}.technician-content .technician-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:1px solid #e5e7eb}.dark-mode .technician-content .technician-card{background:var(--sidebar-active);border:1px solid var(--color-border-secondary)}.technician-content .technician-card h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#374151}.dark-mode .technician-content .technician-card h3{color:var(--color-text-primary)}.technician-content .technician-info{display:flex;flex-direction:column;gap:1rem}.technician-content .technician-item{display:flex;align-items:flex-start;gap:.75rem}.technician-content .technician-item svg{font-size:1.25rem;color:#6b7280;margin-top:.125rem;flex-shrink:0}.dark-mode .technician-content .technician-item svg{color:var(--color-text-primary)}.technician-content .technician-item div{flex:1}.technician-content .technician-item div label{display:block;font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.dark-mode .technician-content .technician-item div label{color:var(--color-text-secondary)}.technician-content .technician-item div span{font-size:1rem;color:#111827;font-weight:500}.dark-mode .technician-content .technician-item div span{color:var(--color-text-primary)}.technician-content .technician-actions{display:flex;justify-content:center}.technician-content .no-technician{display:flex;justify-content:center;align-items:center;min-height:200px}.technician-content .no-data-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}.technician-content .no-data-card svg{font-size:3rem;color:#6b7280;margin-bottom:1rem}.technician-content .no-data-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#374151}.technician-content .no-data-card p{color:#6b7280;margin:0}.btn-primary{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-primary svg{font-size:1rem}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge.status-success{background:#d1fae5;color:#065f46!important}.status-badge.status-warning{background:#fef3c7;color:#92400e!important}.status-badge.status-danger{background:#fee2e2;color:#991b1b!important}.status-badge.status-neutral{background:#f3f4f6;color:#374151!important}.priority-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.priority-badge.priority-urgent{background:#fee2e2;color:#991b1b!important}.priority-badge.priority-high{background:#fef3c7;color:#92400e!important}.priority-badge.priority-medium{background:#dbeafe;color:#1e40af!important}.priority-badge.priority-low{background:#d1fae5;color:#065f46!important}.job-completion-modal .warning-banner{display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;color:#92400e;font-size:.875rem}.job-completion-modal .warning-banner svg{font-size:1.25rem;color:#f59e0b;flex-shrink:0}.job-completion-modal .warning-banner strong{font-weight:600}.job-completion-modal .section{margin-bottom:2rem}.job-completion-modal .section h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.job-completion-modal .section p{color:#64748b;font-size:.875rem;margin:0 0 1rem;line-height:1.5}.job-completion-modal .file-upload-area .upload-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:2rem;border:2px dashed #cbd5e1;border-radius:.5rem;background:#f8fafc;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.job-completion-modal .file-upload-area .upload-btn:hover{border-color:#94a3b8;background:#f1f5f9;color:#475569}.job-completion-modal .file-upload-area .upload-btn svg{font-size:1.25rem}.job-completion-modal .file-upload-area .file-preview{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:.5rem;color:#0369a1}.job-completion-modal .file-upload-area .file-preview svg{font-size:1.5rem;color:#0ea5e9}.job-completion-modal .file-upload-area .file-preview span{flex:1;font-weight:500}.job-completion-modal .file-upload-area .file-preview .remove-file-btn{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.job-completion-modal .file-upload-area .file-preview .remove-file-btn:hover{background:#fef2f2}.job-completion-modal .file-upload-area .file-preview .remove-file-btn svg{font-size:1rem}.job-completion-modal .invoice-toggle{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}.job-completion-modal .invoice-toggle .toggle-switch{position:relative;display:inline-block;width:3rem;height:1.5rem}.job-completion-modal .invoice-toggle .toggle-switch input{opacity:0;width:0;height:0}.job-completion-modal .invoice-toggle .toggle-switch input:checked+.toggle-slider{background:#059669}.job-completion-modal .invoice-toggle .toggle-switch input:checked+.toggle-slider:before{transform:translate(1.5rem)}.job-completion-modal .invoice-toggle .toggle-switch .toggle-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;transition:.3s;border-radius:1.5rem}.job-completion-modal .invoice-toggle .toggle-switch .toggle-slider:before{position:absolute;content:"";height:1.25rem;width:1.25rem;left:.125rem;bottom:.125rem;background:#fff;transition:.3s;border-radius:50%}.job-completion-modal .invoice-toggle .toggle-label{flex:1}.job-completion-modal .invoice-toggle .toggle-label h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1e293b}.job-completion-modal .invoice-toggle .toggle-label p{margin:0;font-size:.875rem;color:#64748b}.job-completion-modal .invoice-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem}.job-completion-modal .form-group{margin-bottom:1.5rem}.job-completion-modal .form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.job-completion-modal .form-group input,.job-completion-modal .form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s ease}.job-completion-modal .form-group input:focus,.job-completion-modal .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.job-completion-modal .form-group input::placeholder,.job-completion-modal .form-group textarea::placeholder{color:#9ca3af}.job-completion-modal .form-group textarea{resize:vertical;min-height:2.5rem}.job-completion-modal .invoice-items{margin-bottom:1.5rem}.job-completion-modal .invoice-items .invoice-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .5fr;gap:.75rem;padding:.75rem;background:#1e293b;color:#fff;border-radius:.5rem .5rem 0 0;font-weight:600;font-size:.875rem}.job-completion-modal .invoice-items .invoice-header .header-item{font-weight:600}.job-completion-modal .invoice-items .invoice-header .header-quantity,.job-completion-modal .invoice-items .invoice-header .header-rate,.job-completion-modal .invoice-items .invoice-header .header-amount{text-align:center}.job-completion-modal .invoice-items .invoice-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr .5fr;gap:.75rem;padding:.75rem;border-bottom:1px solid #e5e7eb;align-items:center}.job-completion-modal .invoice-items .invoice-row:last-child{border-bottom:none}.job-completion-modal .invoice-items .invoice-row input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem;text-align:center}.job-completion-modal .invoice-items .invoice-row input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.job-completion-modal .invoice-items .invoice-row .item-name input{text-align:left}.job-completion-modal .invoice-items .invoice-row .item-amount{font-weight:600;color:#059669;text-align:center}.job-completion-modal .invoice-items .invoice-row .item-actions{display:flex;justify-content:center}.job-completion-modal .invoice-items .invoice-row .item-actions .remove-item-btn{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.job-completion-modal .invoice-items .invoice-row .item-actions .remove-item-btn:hover{background:#fef2f2}.job-completion-modal .invoice-items .invoice-row .item-actions .remove-item-btn svg{font-size:1rem}.job-completion-modal .invoice-items .add-item-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;margin-top:1rem;background:#fff;border:2px solid #059669;color:#059669;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.job-completion-modal .invoice-items .add-item-btn:hover{background:#059669;color:#fff}.job-completion-modal .invoice-items .add-item-btn svg{font-size:1rem}.job-completion-modal .invoice-totals{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.job-completion-modal .invoice-totals .total-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.job-completion-modal .invoice-totals .total-row:not(:last-child){border-bottom:1px solid #f3f4f6}.job-completion-modal .invoice-totals .total-row.total-final{font-weight:700;font-size:1rem;color:#059669;border-top:2px solid #e5e7eb;border-bottom:none;padding-top:.75rem;margin-top:.5rem}.job-completion-modal .invoice-totals .total-row .tax-input{width:80px;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:.25rem;text-align:right;font-size:.875rem}.job-completion-modal .invoice-totals .total-row .tax-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.job-completion-modal .error-message{color:#dc2626;font-size:.75rem;margin-top:.5rem;padding:.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.25rem}.job-completion-modal .modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.job-completion-modal .modal-actions .btn-secondary{padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;color:#374151;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.job-completion-modal .modal-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.job-completion-modal .modal-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.job-completion-modal .modal-actions .btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,#059669,#10b981);border:none;color:#fff;border-radius:.375rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.job-completion-modal .modal-actions .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.job-completion-modal .modal-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.job-completion-modal .invoice-items .invoice-header,.job-completion-modal .invoice-items .invoice-row{grid-template-columns:1.5fr .8fr .8fr 1fr .5fr;gap:.5rem;font-size:.75rem}.job-completion-modal .invoice-items .invoice-row input{font-size:.75rem;padding:.375rem}.job-completion-modal .modal-actions{flex-direction:column-reverse}.job-completion-modal .modal-actions .btn-secondary,.job-completion-modal .modal-actions .btn-primary{width:100%}}.public-layout{min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:1rem}.public-layout .public-content{width:100%;max-width:800px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}@media (max-width: 768px){.public-layout{padding:.5rem}.public-layout .public-content{border-radius:8px}}.email-sidebar{width:350px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;flex-shrink:0;position:relative}@media (max-width: 768px){.email-sidebar{position:fixed;left:0;top:64px;z-index:1001;width:100%;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 8px #0000001a}.email-sidebar.open{transform:translate(0)}}.email-sidebar .search-section{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.email-sidebar .search-section .search-input-container{position:relative;display:flex;align-items:center}.email-sidebar .search-section .search-input-container .search-icon{position:absolute;left:.75rem;color:#64748b;font-size:1.125rem;pointer-events:none}.email-sidebar .search-section .search-input-container .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:.875rem;color:#1e293b;transition:all .2s ease}.email-sidebar .search-section .search-input-container .search-input::placeholder{color:#94a3b8}.email-sidebar .search-section .search-input-container .search-input:focus{outline:none;border-color:#024974;box-shadow:0 0 0 3px #0249741a}.email-sidebar .folder-navigation-grid{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.email-sidebar .folder-navigation-grid .folder-item-grid{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:80px;position:relative}.email-sidebar .folder-navigation-grid .folder-item-grid:hover{background:#0249740d;border-color:#024974;color:#024974;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.email-sidebar .folder-navigation-grid .folder-item-grid.active{background:#024974;color:#fff;border-color:#024974}.email-sidebar .folder-navigation-grid .folder-item-grid.active .folder-count-grid{background:#fff3;color:#fff}.email-sidebar .folder-navigation-grid .folder-item-grid .folder-icon-grid{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.email-sidebar .folder-navigation-grid .folder-item-grid .folder-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.email-sidebar .folder-navigation-grid .folder-item-grid .folder-name-grid{text-align:center;font-weight:600}.email-sidebar .folder-navigation-grid .folder-item-grid .folder-count-grid{background:#024974;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center;position:absolute;top:.5rem;right:.5rem}.email-sidebar .email-thread-list{flex:1;overflow-y:auto;padding:.5rem 0}.email-sidebar .email-thread-list .thread-item{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease;position:relative}.email-sidebar .email-thread-list .thread-item:hover{background:#f8fafc}.email-sidebar .email-thread-list .thread-item.selected{background:#eff6ff;border-left:3px solid #024974}.email-sidebar .email-thread-list .thread-item.unread{background:#fefefe}.email-sidebar .email-thread-list .thread-item.unread .sender-name,.email-sidebar .email-thread-list .thread-item.unread .thread-subject{font-weight:600}.email-sidebar .email-thread-list .thread-item .thread-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.email-sidebar .email-thread-list .thread-item .thread-header .sender-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.email-sidebar .email-thread-list .thread-item .thread-header .sender-info .sender-name{font-size:.875rem;color:#1e293b;font-weight:500}.email-sidebar .email-thread-list .thread-item .thread-header .sender-info .thread-time{font-size:.75rem;color:#64748b}.email-sidebar .email-thread-list .thread-item .thread-header .thread-indicators{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.email-sidebar .email-thread-list .thread-item .thread-header .thread-indicators .unread-indicator{color:#024974;font-size:.5rem}.email-sidebar .email-thread-list .thread-item .thread-header .thread-indicators .attachment-indicator{color:#64748b;font-size:1rem}.email-sidebar .email-thread-list .thread-item .thread-content .thread-subject{font-size:.875rem;font-weight:500;color:#1e293b;margin:0 0 .25rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.email-sidebar .email-thread-list .thread-item .thread-content .thread-preview{font-size:.8125rem;color:#64748b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.email-sidebar .email-thread-list .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#94a3b8;text-align:center}.email-sidebar .email-thread-list .empty-state svg{margin-bottom:1rem;opacity:.5}.email-sidebar .email-thread-list .empty-state p{margin:0;font-size:.875rem}.email-sidebar .email-thread-list::-webkit-scrollbar{width:6px}.email-sidebar .email-thread-list::-webkit-scrollbar-track{background:#f1f5f9}.email-sidebar .email-thread-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.email-sidebar .email-thread-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.email-detail{flex:1;background:#fff;display:flex;flex-direction:column;height:100%;overflow:hidden}.email-detail.empty{justify-content:center;align-items:center;background:#fafbfc;display:flex}.email-detail.empty .empty-state{text-align:center;color:#94a3b8;padding:4rem 3rem;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.email-detail.empty .empty-state svg{opacity:.3;margin-bottom:2rem;color:#cbd5e1}.email-detail.empty .empty-state h3{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#475569}.email-detail.empty .empty-state p{margin:0;font-size:1rem;line-height:1.6;color:#64748b}.email-detail .email-header{padding:1.5rem 2rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.email-detail .email-header .email-subject-line{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.email-detail .email-header .email-subject-line .email-subject{margin:0;font-size:1.375rem;font-weight:600;color:#1e293b;line-height:1.4;flex:1;margin-right:1rem}.email-detail .email-header .email-subject-line .email-actions{display:flex;gap:.5rem}.email-detail .email-header .email-subject-line .email-actions .action-button{padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;color:#64748b;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1.125rem}.email-detail .email-header .email-subject-line .email-actions .action-button:hover{background:#f1f5f9;color:#024974;border-color:#024974}.email-detail .email-header .email-subject-line .email-actions .action-button.delete:hover{background:#fef2f2;color:#dc2626;border-color:#dc2626}.email-detail .email-header .thread-info{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#64748b}.email-detail .email-header .thread-info .participants{display:flex;flex-direction:column;gap:.25rem}.email-detail .email-header .thread-info .participants .participant-count{font-weight:600}.email-detail .email-header .thread-info .participants .participant-list .participant{color:#1e293b}.email-detail .email-header .thread-info .thread-meta{display:flex;align-items:center;gap:1rem}.email-detail .email-header .thread-info .thread-meta .message-count{font-weight:500}.email-detail .email-header .thread-info .thread-meta .attachment-indicator{display:flex;align-items:center;color:#024974;font-size:1rem}.email-detail .email-messages{flex:1;overflow-y:auto;padding:1rem 0}.email-detail .email-messages .email-message{padding:1.5rem 2rem;border-bottom:1px solid #f1f5f9}.email-detail .email-messages .email-message:last-child{border-bottom:none}.email-detail .email-messages .email-message .message-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.email-detail .email-messages .email-message .message-header .sender-info{display:flex;gap:.75rem;flex:1}.email-detail .email-messages .email-message .message-header .sender-info .sender-avatar{width:40px;height:40px;border-radius:50%;background:#024974;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.email-detail .email-messages .email-message .message-header .sender-info .sender-details{flex:1}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .sender-name-line{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .sender-name-line .sender-name{font-weight:600;color:#1e293b;font-size:.9375rem}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .sender-name-line .priority-indicator{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.125rem .5rem;border-radius:12px;background:#64748b1a}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .sender-email{color:#64748b;font-size:.8125rem;margin-bottom:.25rem}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .recipients{color:#64748b;font-size:.8125rem}.email-detail .email-messages .email-message .message-header .sender-info .sender-details .recipients span:first-child{font-weight:500}.email-detail .email-messages .email-message .message-header .message-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.email-detail .email-messages .email-message .message-header .message-meta .timestamp{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#64748b;white-space:nowrap}.email-detail .email-messages .email-message .message-header .message-meta .timestamp svg{font-size:.875rem}.email-detail .email-messages .email-message .message-header .message-meta .message-actions .message-action{padding:.25rem;background:none;border:none;color:#94a3b8;cursor:pointer;border-radius:.25rem;transition:all .2s ease}.email-detail .email-messages .email-message .message-header .message-meta .message-actions .message-action:hover{background:#f1f5f9;color:#64748b}.email-detail .email-messages .email-message .message-attachments{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}.email-detail .email-messages .email-message .message-attachments h4{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem}.email-detail .email-messages .email-message .message-attachments .attachment-list{display:flex;flex-direction:column;gap:.75rem}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s ease}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item:hover{border-color:#024974;background:#fefefe}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-info{display:flex;align-items:center;gap:.75rem;flex:1}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-info .attachment-icon{color:#64748b;font-size:1.25rem}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-info .attachment-details{display:flex;flex-direction:column;gap:.125rem}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-info .attachment-details .attachment-name{font-size:.875rem;font-weight:500;color:#1e293b}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-info .attachment-details .attachment-size{font-size:.75rem;color:#64748b}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-download{padding:.5rem;background:#024974;border:none;border-radius:.25rem;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.email-detail .email-messages .email-message .message-attachments .attachment-list .attachment-item .attachment-download:hover{background:#023a5c}.email-detail .email-messages .email-message .message-body{line-height:1.6;color:#374151}.email-detail .email-messages .email-message .message-body p{margin:0 0 1rem;font-size:.9375rem}.email-detail .email-messages .email-message .message-body p:last-child{margin-bottom:0}.email-detail .email-messages .email-message .message-divider{height:1px;background:#e2e8f0;margin:1.5rem 0 0}.email-detail .email-compose-area{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f8fafc}.email-detail .email-compose-area .compose-actions{display:flex;gap:.75rem}.email-detail .email-compose-area .compose-actions .compose-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem;border:1px solid}.email-detail .email-compose-area .compose-actions .compose-button.primary{background:#024974;color:#fff;border-color:#024974}.email-detail .email-compose-area .compose-actions .compose-button.primary:hover{background:#023a5c;border-color:#023a5c}.email-detail .email-compose-area .compose-actions .compose-button.secondary{background:#fff;color:#024974;border-color:#e2e8f0}.email-detail .email-compose-area .compose-actions .compose-button.secondary:hover{background:#f8fafc;border-color:#024974}@media (max-width: 768px){.email-detail .email-header{padding:1rem}.email-detail .email-header .email-subject-line{flex-direction:column;align-items:flex-start;gap:1rem}.email-detail .email-header .email-subject-line .email-subject{margin-right:0;font-size:1.125rem}.email-detail .email-header .email-subject-line .email-actions .action-button{font-size:1rem;padding:.375rem}.email-detail .email-header .thread-info{flex-direction:column;align-items:flex-start;gap:.5rem}.email-detail .email-messages .email-message{padding:1rem}.email-detail .email-messages .email-message .message-header .message-meta .timestamp{font-size:.75rem}.email-detail .email-compose-area{padding:1rem}.email-detail .email-compose-area .compose-actions{flex-wrap:wrap}.email-detail .email-compose-area .compose-actions .compose-button{flex:1;min-width:120px;justify-content:center}}.email-detail .email-messages::-webkit-scrollbar{width:6px}.email-detail .email-messages::-webkit-scrollbar-track{background:#f1f5f9}.email-detail .email-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.email-detail .email-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.floating-action-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#024974;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 8px 16px #0249744d,0 4px 6px #0000001a;transition:all .3s ease;z-index:1000}.floating-action-button:hover:not(.disabled){background:#023a5c;transform:translateY(-2px);box-shadow:0 12px 24px #02497466,0 8px 16px #00000026}.floating-action-button:active:not(.disabled){transform:translateY(0);box-shadow:0 4px 8px #0249744d,0 2px 4px #0000001a}.floating-action-button.disabled{background:#94a3b8;cursor:not-allowed;box-shadow:0 4px 8px #94a3b84d}.floating-action-button.disabled:hover{transform:none}@media (max-width: 768px){.floating-action-button{bottom:1.5rem;right:1.5rem;width:48px;height:48px;font-size:1.25rem}}.floating-action-button:before{content:"";position:absolute;inset:0;border-radius:50%;background:#0249744d;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}to{transform:scale(1);opacity:1}}.floating-action-button:hover:before{animation:none;opacity:0}.payment-banner{border-radius:8px;padding:16px 20px;margin-bottom:24px;border:1px solid;position:relative;overflow:hidden;animation:slideInFromTop .3s ease-out}.payment-banner:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%}.payment-banner .banner-content{display:flex;align-items:center;gap:16px}@media (max-width: 768px){.payment-banner .banner-content{flex-direction:column;align-items:flex-start;gap:12px}}.payment-banner .banner-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex-shrink:0}.payment-banner .banner-icon svg{width:20px;height:20px}.payment-banner .banner-text{flex:1;min-width:0}.payment-banner .banner-text h4{margin:0 0 4px;font-size:16px;font-weight:600;line-height:1.4}.payment-banner .banner-text p{margin:0;font-size:14px;line-height:1.5;opacity:.9}.payment-banner .banner-actions{flex-shrink:0}@media (max-width: 768px){.payment-banner .banner-actions{align-self:stretch}}.payment-banner .banner-actions .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.payment-banner .banner-actions .btn:disabled{opacity:.6;cursor:not-allowed}.payment-banner .banner-actions .btn svg{width:16px;height:16px}.payment-banner .banner-actions .btn svg.spinning{animation:spin 1s linear infinite}@media (max-width: 768px){.payment-banner .banner-actions .btn{width:100%;justify-content:center}}.payment-banner.warning{background-color:#fff8e1;border-color:#ffb74d;color:#e65100}.payment-banner.warning:before{background-color:#ff9800}.payment-banner.warning .banner-icon{background-color:#fff3e0;color:#f57c00}.payment-banner.warning .banner-actions .btn.btn-primary{background-color:#ff9800;color:#fff}.payment-banner.warning .banner-actions .btn.btn-primary:hover:not(:disabled){background-color:#f57c00}.payment-banner.danger{background-color:#ffebee;border-color:#ef5350;color:#c62828}.payment-banner.danger:before{background-color:#f44336}.payment-banner.danger .banner-icon{background-color:#ffcdd2;color:#d32f2f}.payment-banner.danger .banner-actions .btn.btn-primary{background-color:#f44336;color:#fff}.payment-banner.danger .banner-actions .btn.btn-primary:hover:not(:disabled){background-color:#d32f2f}.payment-banner.info{background-color:#e3f2fd;border-color:#42a5f5;color:#1565c0}.payment-banner.info:before{background-color:#2196f3}.payment-banner.info .banner-icon{background-color:#bbdefb;color:#1976d2}.payment-banner.info .banner-actions .btn.btn-primary{background-color:#2196f3;color:#fff}.payment-banner.info .banner-actions .btn.btn-primary:hover:not(:disabled){background-color:#1976d2}.payment-banner.success{background-color:#e8f5e8;border-color:#66bb6a;color:#2e7d32}.payment-banner.success:before{background-color:#4caf50}.payment-banner.success .banner-icon{background-color:#c8e6c9;color:#388e3c}.payment-banner.success .banner-actions .btn.btn-primary{background-color:#4caf50;color:#fff}.payment-banner.success .banner-actions .btn.btn-primary:hover:not(:disabled){background-color:#388e3c}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--color-text-primary);background:var(--color-bg-secondary);transition:background-color .2s ease,color .2s ease}.app-layout{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg-secondary)}.app-layout .top-navbar{position:fixed;top:0;left:0;right:0;z-index:100}.page-container{margin:0 auto;padding:2rem;width:100%;background:var(--color-bg-secondary)}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.875rem;font-weight:600;color:var(--color-heading);margin:0}.page-header p{color:var(--color-text-secondary);margin-top:.5rem;font-size:1rem}@media (max-width: 768px){.page-header>div[style*=flex]{flex-direction:column!important;align-items:stretch!important;gap:1rem}}.content-card{background:var(--color-bg-card);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--color-border-primary);transition:background-color .2s ease,border-color .2s ease}.grid{display:grid;gap:1.5rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.page-container{padding:1rem}}.btn-primary,.btn-secondary,.btn-danger{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;border:1px solid;cursor:pointer;transition:all .2s ease;text-decoration:none;margin-bottom:0}.btn-primary svg{margin-bottom:0}.btn-primary{background:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-secondary{background:var(--color-bg-card);color:var(--color-text-secondary);border-color:var(--color-border-primary)}.btn-secondary:hover{background:var(--color-bg-hover);border-color:var(--color-border-secondary);color:var(--color-text-primary)}.btn-danger{background:var(--color-error);color:var(--color-text-inverse);border-color:var(--color-error)}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.placeholder-page .placeholder-card{background:var(--color-bg-card);border-radius:1rem;padding:2rem;text-align:center;box-shadow:var(--shadow-sm);max-width:600px;margin:0 auto}.placeholder-page .placeholder-card h3{color:var(--color-heading);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.placeholder-page .placeholder-card p{color:var(--color-text-secondary);font-size:1.1rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{background:var(--color-bg-card);border-radius:16px;box-shadow:var(--shadow-lg);padding:2.5rem;width:100%;max-width:800px;position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#024974}.login-header{text-align:center;margin-bottom:2rem}.login-header .logo-container{margin-bottom:1.5rem}.login-header .login-logo{width:auto;height:60px;max-width:200px;object-fit:contain}.login-header h1{font-size:2rem;font-weight:700;color:var(--color-heading);margin-bottom:.5rem;letter-spacing:-.025em}.login-header p{color:var(--color-text-secondary);font-size:.95rem;margin:0}.user-type-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.5rem;border-radius:12px;font-size:.875rem;font-weight:600;color:#fff}.user-type-indicator.admin,.user-type-indicator.agent,.user-type-indicator.technician,.user-type-indicator.property-manager,.user-type-indicator.team-member{background:#024974}.user-type-indicator svg{font-size:1.125rem}.login-options{margin-bottom:2rem}.login-options .login-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.login-option-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.login-option-card:hover{border-color:#024974;transform:translateY(-2px);box-shadow:0 8px 25px #02497426}.login-option-card .option-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0;background:#024974}.login-option-card .option-content{flex:1}.login-option-card .option-content h3{font-size:1.125rem;font-weight:600;color:var(--color-heading);margin:0 0 .25rem}.login-option-card .option-content p{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.4}.login-option-card .option-arrow{color:#9ca3af;font-size:1.25rem;transition:all .2s ease}.login-option-card:hover .option-arrow{color:#024974;transform:translate(4px)}.user-type-selector{display:flex;gap:.5rem;margin-bottom:2rem;background:#f8fafc;border-radius:12px;padding:.375rem}.user-type-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.user-type-btn:hover{background:#0249741a;color:#024974}.user-type-btn.active{background:#fff;color:#024974;box-shadow:0 2px 4px #0000001a}.user-type-btn svg{font-size:1.125rem}.login-form .error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;text-align:center}.login-form .success-message{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;text-align:center}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.5rem}.login-form .form-group input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--color-border-input);border-radius:8px;font-size:.95rem;transition:all .2s ease;background:var(--color-bg-input);color:var(--color-text-primary)}.login-form .form-group input:focus{outline:none;border-color:#024974;box-shadow:0 0 0 3px #0249741a}.login-form .form-group input::placeholder{color:var(--color-text-tertiary)}.login-form .password-input{position:relative}.login-form .password-input .password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s ease}.login-form .password-input .password-toggle:hover{color:#024974}.login-form .password-input .password-toggle svg{font-size:1.125rem}.login-form .otp-input{position:relative}.login-form .otp-input .otp-field{padding-right:3rem;font-size:1.125rem;font-weight:600;letter-spacing:.25em;text-align:center;font-family:Courier New,monospace}.login-form .otp-input .otp-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1.125rem}.login-form .field-hint{font-size:.8125rem;color:#6b7280;margin-top:.375rem;margin-bottom:0;font-style:italic}.login-form .form-section{margin-bottom:2rem;padding:1.5rem;border:2px solid #f1f5f9;border-radius:12px;background:#fafbfc}.login-form .form-section:last-of-type{margin-bottom:1.5rem}.login-form .step-header{font-size:1.125rem;font-weight:600;color:#024974;margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.login-form .step-header:before{content:"●";color:#024974;font-size:1.5rem}.login-form .next-step-link{display:inline-flex;align-items:center;gap:.5rem;color:#024974;text-decoration:none;font-weight:600;transition:all .2s ease;padding:.5rem 1rem;border-radius:8px;background:#f0f9ff;border:2px solid #024974}.login-form .next-step-link:hover{background:#024974;color:#fff;transform:translate(2px)}.login-form .login-btn{width:100%;padding:.875rem 1.5rem;background:#024974;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-form .login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px #0249744d;background:#013759}.login-form .login-btn:active:not(:disabled){transform:translateY(0)}.login-form .login-btn:disabled{opacity:.7;cursor:not-allowed}.login-form .login-btn .loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.login-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.login-footer p{color:#6b7280;font-size:.875rem;margin:0 0 .5rem}.login-footer p:last-child{margin-bottom:0}.login-footer a{color:#024974;text-decoration:none;font-weight:500;transition:color .2s ease}.login-footer a:hover{color:#013759;text-decoration:underline}.login-footer .back-to-login{display:inline-flex;align-items:center;gap:.5rem;color:#024974;text-decoration:none;font-weight:500;transition:all .2s ease}.login-footer .back-to-login:hover{color:#013759;text-decoration:none;transform:translate(-2px)}.login-footer .back-to-login svg{font-size:1rem}.password-requirements{margin-bottom:1.5rem;font-size:.875rem}.password-requirements p{margin:0 0 .5rem;color:#6b7280;font-weight:500}.password-requirements ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.password-requirements li{color:#9ca3af;position:relative;padding-left:1.5rem;transition:color .2s ease}.password-requirements li:before{content:"✕";position:absolute;left:0;top:0;color:#dc2626;font-weight:700;transition:all .2s ease}.password-requirements li.valid{color:#15803d}.password-requirements li.valid:before{content:"✓";color:#15803d}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.loading-overlay{position:absolute;inset:0;background:#fffc;border-radius:16px;display:flex;align-items:center;justify-content:center;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-overlay .overlay-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-overlay .overlay-content .loading-spinner{width:32px;height:32px;border:3px solid rgba(2,73,116,.2);border-top:3px solid #024974;border-radius:50%;animation:spin 1s linear infinite}.loading-overlay .overlay-content .loading-text{color:#024974;font-size:.9rem;font-weight:500}@media (max-width: 480px){.login-card{padding:2rem 1.5rem;margin:1rem}.login-header .login-logo{height:50px}.login-header h1{font-size:1.75rem}.user-type-btn{padding:.625rem .75rem;font-size:.8125rem}.login-option-card{padding:1.25rem}.login-option-card .option-icon{width:40px;height:40px;font-size:1.25rem}.login-option-card .option-content h3{font-size:1rem}.login-option-card .option-content p{font-size:.8125rem}}.password-reset-card{max-width:540px;background:#fff;border-radius:24px;box-shadow:0 0 0 1px #ffffff0d,0 4px 6px #00000005,0 8px 25px #00000014,0 24px 40px #0000001f;padding:0;position:relative;overflow:hidden;border:1px solid rgba(229,231,235,.8)}.password-reset-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#024974,#0369a1,#0284c7)}.password-reset-header{text-align:center;padding:3rem 3rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.password-reset-header h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin:0 0 .75rem;letter-spacing:-.025em;background:linear-gradient(135deg,#024974,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.password-reset-header p{color:#64748b;font-size:1rem;font-weight:500;margin:0;letter-spacing:.01em}.step-progress{padding:2rem 3rem 1rem;background:#fff}.step-progress .step-progress-bar{position:relative;margin-bottom:2rem}.step-progress .step-progress-bar .progress-track{width:100%;height:4px;background:#e2e8f0;border-radius:2px;position:relative;overflow:hidden}.step-progress .step-progress-bar .progress-track .progress-fill{height:100%;background:linear-gradient(90deg,#024974,#0369a1,#0284c7);border-radius:2px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative}.step-progress .step-progress-bar .progress-track .progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.step-progress .step-progress-bar .step-markers{position:relative;height:60px;margin-top:20px}.step-progress .step-progress-bar .step-marker{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}.step-progress .step-progress-bar .step-marker .marker-circle{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);background:#f1f5f9;color:#94a3b8;border:3px solid #e2e8f0;position:relative}.step-progress .step-progress-bar .step-marker .marker-circle svg{font-size:1.125rem}.step-progress .step-progress-bar .step-marker .marker-label{margin-top:12px;text-align:center;min-width:100px}.step-progress .step-progress-bar .step-marker .marker-label .label-title{display:block;font-size:.8125rem;font-weight:600;color:#64748b;margin-bottom:2px;letter-spacing:.01em}.step-progress .step-progress-bar .step-marker .marker-label .label-subtitle{display:block;font-size:.6875rem;color:#94a3b8;line-height:1.3}.step-progress .step-progress-bar .step-marker.completed .marker-circle{background:linear-gradient(135deg,#024974,#0369a1);color:#fff;border-color:#024974;box-shadow:0 6px 20px #02497440}.step-progress .step-progress-bar .step-marker.completed .marker-label .label-title{color:#024974;font-weight:700}.step-progress .step-progress-bar .step-marker.active .marker-circle{background:linear-gradient(135deg,#024974,#0369a1);color:#fff;border-color:#024974;box-shadow:0 8px 25px #02497459;transform:scale(1.1)}.step-progress .step-progress-bar .step-marker.active .marker-circle:before{content:"";position:absolute;inset:-6px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#024974,#0369a1);mask:linear-gradient(white 0 0) content-box,linear-gradient(white 0 0);-webkit-mask-composite:xor;mask-composite:xor;opacity:.6;animation:pulse 2s infinite}.step-progress .step-progress-bar .step-marker.active .marker-label .label-title{color:#024974;font-weight:700}.step-progress .step-progress-bar .step-marker.active .marker-label .label-subtitle{color:#64748b}.step-progress .current-step-info{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;border:1px solid #e2e8f0}.step-progress .current-step-info .step-badge{background:linear-gradient(135deg,#024974,#0369a1);color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;letter-spacing:.025em;text-transform:uppercase;box-shadow:0 4px 12px #02497433}.step-progress .current-step-info .step-name{font-size:1.125rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.step-form{padding:0 3rem 3rem;background:#fff}.step-form .step-content{text-align:center;margin-bottom:3rem}.step-form .step-content .step-icon{width:80px;height:80px;margin:0 auto 2.5rem;border-radius:50%;background:linear-gradient(135deg,#024974,#0369a1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.25rem;box-shadow:0 12px 32px #02497440,0 0 0 1px #0249741a;position:relative}.step-form .step-content .step-icon:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#024974,#0369a1);opacity:.3;filter:blur(8px);z-index:-1}.step-form .step-content h2{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 1rem;letter-spacing:-.025em;line-height:1.2}.step-form .step-content p{color:#64748b;font-size:1.125rem;margin:0 0 3rem;line-height:1.6;max-width:420px;margin-left:auto;margin-right:auto;font-weight:500}.step-form .step-content p strong{color:#024974;font-weight:700;background:linear-gradient(135deg,#024974,#0369a1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-form .form-group{margin-bottom:2rem}.step-form .form-group label{display:block;font-size:1rem;font-weight:700;color:#374151;margin-bottom:1rem;text-align:center;letter-spacing:.01em}.step-form .form-group input{width:100%;padding:1.25rem 1.5rem;border:2px solid #e2e8f0;border-radius:16px;font-size:1.125rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fafbfc;color:#0f172a;box-shadow:0 2px 4px #00000005}.step-form .form-group input:focus{outline:none;border-color:#024974;background:#fff;box-shadow:0 0 0 3px #02497414,0 4px 12px #0000000d;transform:translateY(-1px)}.step-form .form-group input::placeholder{color:#94a3b8;font-weight:400}.step-form .form-group input:invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.step-form .otp-input{position:relative;display:flex;justify-content:center;margin:0 auto;max-width:300px}.step-form .otp-input .otp-field{width:100%;padding:1.5rem 4rem 1.5rem 2rem;font-size:1.75rem;font-weight:800;letter-spacing:.5em;text-align:center;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;background:linear-gradient(135deg,#fafbfc,#f8fafc);border:3px solid #e2e8f0;border-radius:20px;color:#024974;box-shadow:inset 0 2px 4px #00000005,0 4px 12px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.step-form .otp-input .otp-field:focus{outline:none;border-color:#024974;background:#fff;box-shadow:0 0 0 4px #02497414,0 8px 25px #0000001a;transform:translateY(-2px)}.step-form .otp-input .otp-field::placeholder{color:#cbd5e1;font-weight:600}.step-form .otp-input .otp-field:invalid{border-color:#ef4444;color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fef1f1);box-shadow:0 0 0 4px #ef444414,0 4px 12px #ef44441a}.step-form .otp-input .otp-icon{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.5rem;pointer-events:none;z-index:1}.step-form .field-hint{font-size:.875rem;color:#64748b;margin-top:1rem;margin-bottom:0;font-weight:500;text-align:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}.step-form .next-step-btn{width:100%;margin-top:3rem;font-size:1.25rem;padding:1.5rem 2rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#024974,#0369a1);border:none;border-radius:20px;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;letter-spacing:.025em;text-transform:uppercase;box-shadow:0 8px 24px #02497440,0 0 0 1px #0249741a}.step-form .next-step-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .8s ease}.step-form .next-step-btn:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 16px 40px #0249744d,0 0 0 1px #02497433}.step-form .next-step-btn:hover:not(:disabled):before{left:100%}.step-form .next-step-btn:active:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #02497440,0 0 0 1px #0249741a}.step-form .next-step-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 12px #02497426}.step-form .next-step-btn svg{font-size:1.375rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.step-form .next-step-btn:hover:not(:disabled) svg{transform:translate(4px)}.step-form .next-step-btn .loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}.step-form .step-back-btn{background:none;border:none;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;padding:1rem 0;transition:all .3s ease;text-decoration:none;border-radius:12px;margin-top:1rem;display:block;text-align:center}.step-form .step-back-btn:hover:not(:disabled){color:#024974;background:#0249740d;padding:1rem 1.5rem;transform:translateY(-1px)}.step-form .step-back-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.password-reset-card{max-width:100%;padding:2rem 1.5rem;border-radius:16px;margin:1rem}.step-progress,.step-progress .step-progress-header{margin-bottom:2rem}.step-progress .step-progress-header h1{font-size:1.5rem}.step-progress .step-progress-header p{font-size:.875rem}.step-progress .horizontal-steps{margin-bottom:1.5rem}.step-progress .step-container{max-width:80px}.step-progress .step-container:not(:last-child){margin-right:.5rem}.step-progress .step-circle{width:40px;height:40px;font-size:.95rem;border-width:2px}.step-progress .step-circle.current{transform:scale(1.05)}.step-progress .step-circle svg{font-size:1rem}.step-progress .step-connector{top:20px;left:calc(50% + 20px);right:calc(-50% + 20px);height:2px}.step-progress .step-labels{margin-top:.75rem;min-height:2.5rem}.step-progress .step-labels .step-title{font-size:.75rem;line-height:1.1}.step-progress .step-labels .step-description{font-size:.6875rem;line-height:1.2}.step-form .step-content{margin-bottom:2rem}.step-form .step-content .step-icon{width:60px;height:60px;font-size:1.75rem;margin-bottom:1.5rem}.step-form .step-content h2{font-size:1.375rem}.step-form .step-content p{font-size:.9rem;margin-bottom:2rem;line-height:1.5}.step-form .next-step-btn{font-size:1rem;padding:1.125rem 1.75rem;border-radius:12px;margin-top:1.5rem}.step-form .next-step-btn svg{font-size:1.125rem}.step-form .next-step-btn .loading-spinner{width:20px;height:20px;border-width:2px}.step-form .step-back-btn{font-size:.85rem;padding:.625rem 0}.step-form .step-back-btn:hover:not(:disabled){padding:.625rem .75rem}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.property-logs-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.property-logs-modal{background:var(--bg-primary);border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.property-logs-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color)}.property-logs-modal .modal-header .modal-title{display:flex;align-items:center;gap:1rem}.property-logs-modal .modal-header .modal-title svg{font-size:1.75rem;color:var(--primary-color);flex-shrink:0}.property-logs-modal .modal-header .modal-title h2{margin:0;font-size:1.5rem;color:var(--text-primary);font-weight:600}.property-logs-modal .modal-header .modal-title .property-address{margin:.25rem 0 0;font-size:.875rem;color:var(--text-secondary);font-weight:400}.property-logs-modal .modal-header .close-btn{background:transparent;border:none;padding:.5rem;cursor:pointer;color:var(--text-secondary);transition:color .2s;display:flex;align-items:center;justify-content:center}.property-logs-modal .modal-header .close-btn svg{font-size:1.5rem}.property-logs-modal .modal-header .close-btn:hover{color:var(--text-primary)}.property-logs-modal .modal-filters{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);background:var(--bg-secondary)}.property-logs-modal .modal-filters label{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.property-logs-modal .modal-filters select{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:border-color .2s}.property-logs-modal .modal-filters select:hover{border-color:var(--primary-color)}.property-logs-modal .modal-filters select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0f4c751a}.property-logs-modal .modal-content{flex:1;overflow-y:auto;padding:1.5rem}.property-logs-modal .modal-content .loading-state,.property-logs-modal .modal-content .error-state,.property-logs-modal .modal-content .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.property-logs-modal .modal-content .loading-state svg,.property-logs-modal .modal-content .error-state svg,.property-logs-modal .modal-content .empty-state svg{font-size:3rem;color:var(--text-tertiary);margin-bottom:1rem}.property-logs-modal .modal-content .loading-state p,.property-logs-modal .modal-content .error-state p,.property-logs-modal .modal-content .empty-state p{color:var(--text-secondary);margin:0}.property-logs-modal .modal-content .loading-state .spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.property-logs-modal .modal-content .error-state p{color:var(--error-color, #e74c3c)}.property-logs-modal .logs-list{display:flex;flex-direction:column;gap:1rem}.property-logs-modal .log-item{border:1px solid var(--border-color);border-radius:8px;background:var(--bg-primary);overflow:hidden;transition:box-shadow .2s}.property-logs-modal .log-item:hover{box-shadow:0 2px 8px #0000001a}.property-logs-modal .log-item.created{border-left:4px solid #27ae60}.property-logs-modal .log-item.important{border-left:4px solid #3498db}.property-logs-modal .log-item.compliance{border-left:4px solid #f39c12}.property-logs-modal .log-item.default{border-left:4px solid #95a5a6}.property-logs-modal .log-item .log-header{padding:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.75rem}.property-logs-modal .log-item .log-header:hover{background:var(--bg-secondary)}.property-logs-modal .log-item .log-main-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.property-logs-modal .log-item .log-main-info .log-type-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-logs-modal .log-item .log-main-info .log-type-badge.created{background:#27ae601a;color:#27ae60}.property-logs-modal .log-item .log-main-info .log-type-badge.important{background:#3498db1a;color:#3498db}.property-logs-modal .log-item .log-main-info .log-type-badge.compliance{background:#f39c121a;color:#f39c12}.property-logs-modal .log-item .log-main-info .log-type-badge.default{background:#95a5a61a;color:#95a5a6}.property-logs-modal .log-item .log-main-info .log-description{margin:0;color:var(--text-primary);font-size:.95rem;font-weight:500}.property-logs-modal .log-item .log-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.property-logs-modal .log-item .log-meta .log-meta-item{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem}.property-logs-modal .log-item .log-meta .log-meta-item svg{font-size:1rem;color:var(--text-tertiary)}.property-logs-modal .log-item .log-meta .log-meta-item .user-type{color:var(--text-tertiary);font-size:.8rem}.property-logs-modal .log-item .log-meta .expand-btn{margin-left:auto;background:transparent;border:none;padding:.25rem;cursor:pointer;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.property-logs-modal .log-item .log-meta .expand-btn svg{font-size:1.25rem}.property-logs-modal .log-item .log-meta .expand-btn:hover{color:var(--text-primary)}.property-logs-modal .log-item .log-details{padding:1rem;border-top:1px solid var(--border-color);background:var(--bg-secondary);display:flex;flex-direction:column;gap:1.5rem}.property-logs-modal .log-item .log-details h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.property-logs-modal .log-item .log-details .log-changes .change-item{margin-bottom:1rem;padding:.75rem;background:var(--bg-primary);border-radius:6px}.property-logs-modal .log-item .log-details .log-changes .change-item:last-child{margin-bottom:0}.property-logs-modal .log-item .log-details .log-changes .change-item .change-label{font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.875rem}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .arrow-icon{color:var(--text-tertiary);font-size:1.25rem;flex-shrink:0}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .old-value,.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .new-value{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .old-value .value-label,.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .new-value .value-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .old-value .value,.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .new-value .value{padding:.5rem;border-radius:4px;font-family:monospace;font-size:.875rem;word-break:break-word}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .old-value .value-label{color:#e74c3c}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .old-value .value{background:#e74c3c1a;color:var(--text-primary)}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .new-value .value-label{color:#27ae60}.property-logs-modal .log-item .log-details .log-changes .change-item .change-values .new-value .value{background:#27ae601a;color:var(--text-primary)}.property-logs-modal .log-item .log-details .log-snapshot .snapshot-section{margin-bottom:1rem;padding:.75rem;background:var(--bg-primary);border-radius:6px}.property-logs-modal .log-item .log-details .log-snapshot .snapshot-section:last-child{margin-bottom:0}.property-logs-modal .log-item .log-details .log-snapshot .snapshot-section strong{display:block;margin-bottom:.5rem;color:var(--text-primary);font-size:.875rem}.property-logs-modal .log-item .log-details .log-snapshot .snapshot-section .snapshot-details p,.property-logs-modal .log-item .log-details .log-metadata p{margin:.25rem 0;color:var(--text-secondary);font-size:.875rem}.property-logs-modal .log-item .log-details .log-metadata .user-agent{font-size:.75rem;word-break:break-all}.property-logs-modal .modal-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--border-color);background:var(--bg-secondary)}.property-logs-modal .modal-pagination .pagination-btn{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);font-size:.875rem;cursor:pointer;transition:all .2s}.property-logs-modal .modal-pagination .pagination-btn:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.property-logs-modal .modal-pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.property-logs-modal .modal-pagination .pagination-info{font-size:.875rem;color:var(--text-secondary)}@media (max-width: 768px){.property-logs-modal{max-width:100%;max-height:100vh;border-radius:0}.property-logs-modal .modal-header{flex-direction:column;align-items:flex-start;gap:1rem}.property-logs-modal .modal-header .close-btn{position:absolute;top:1rem;right:1rem}.property-logs-modal .modal-filters{flex-direction:column;align-items:flex-start}.property-logs-modal .modal-filters select{width:100%}.property-logs-modal .log-item .log-meta{flex-direction:column;align-items:flex-start}.property-logs-modal .log-item .log-meta .expand-btn{position:absolute;top:1rem;right:1rem}.property-logs-modal .log-item .log-details .change-values{flex-direction:column;align-items:flex-start}.property-logs-modal .log-item .log-details .change-values .arrow-icon{transform:rotate(90deg)}}.property-change-comparison-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.property-change-comparison-modal{background:var(--card-background);border-radius:16px;box-shadow:0 10px 40px #0003;max-width:1400px!important;width:100%;max-height:90vh;overflow-y:auto;position:relative}.property-change-comparison-modal .modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:32px 40px;border-bottom:2px solid #e1e8ed;position:sticky;top:0;background:#fff;z-index:10;margin-bottom:0!important}.dark-mode .property-change-comparison-modal .modal-header{background:var(--color-bg-card);border-bottom-color:var(--color-border-primary)}.property-change-comparison-modal .modal-header .modal-title{display:flex;align-items:flex-start;gap:16px;flex:1}.property-change-comparison-modal .modal-header .modal-title svg{width:32px;height:32px;color:#3498db;flex-shrink:0;margin-top:2px}.dark-mode .property-change-comparison-modal .modal-header .modal-title svg{color:var(--color-primary)}.property-change-comparison-modal .modal-header .modal-title div{flex:1}.property-change-comparison-modal .modal-header .modal-title h2{margin:0 0 8px;font-size:1.75rem;font-weight:600;color:#2c3e50;line-height:1.3}.dark-mode .property-change-comparison-modal .modal-header .modal-title h2{color:var(--color-text-primary)}.property-change-comparison-modal .modal-header .modal-title .change-metadata{margin:0;font-size:.9375rem;color:#7f8c8d;line-height:1.5}.dark-mode .property-change-comparison-modal .modal-header .modal-title .change-metadata{color:var(--color-text-secondary)}.property-change-comparison-modal .modal-header .close-btn{background:#f8f9fa;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;flex-shrink:0}.dark-mode .property-change-comparison-modal .modal-header .close-btn{background:var(--sidebar-active)}.property-change-comparison-modal .modal-header .close-btn svg{width:24px;height:24px;color:#7f8c8d}.dark-mode .property-change-comparison-modal .modal-header .close-btn svg{color:var(--color-text-secondary)}.property-change-comparison-modal .modal-header .close-btn:hover{background:#e74c3c}.property-change-comparison-modal .modal-header .close-btn:hover svg{color:#fff}.property-change-comparison-modal .modal-content{padding:10px 40px;background:#f9fafb;border-radius:0!important;overflow:visible;max-height:fit-content;max-width:100%}.dark-mode .property-change-comparison-modal .modal-content{background:var(--color-bg-primary)}.property-change-comparison-modal .modal-content .change-description{margin-bottom:32px;padding:20px;background:#fff;border-radius:12px;border-left:4px solid #3498db;box-shadow:0 1px 3px #0000000d}.dark-mode .property-change-comparison-modal .modal-content .change-description{background:var(--color-bg-card)}.property-change-comparison-modal .modal-content .change-description p{margin:0;color:#2c3e50;font-size:1rem;line-height:1.6}.dark-mode .property-change-comparison-modal .modal-content .change-description p{color:var(--color-text-primary)}.property-change-comparison-modal .modal-content .comparison-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}.property-change-comparison-modal .modal-content .comparison-container .state-column{display:flex;flex-direction:column;gap:24px}.property-change-comparison-modal .modal-content .comparison-container .state-column .state-title{margin:0 0 20px;font-size:1.125rem;font-weight:700;color:#2c3e50;padding:12px 0;border-bottom:3px solid #3498db;text-transform:uppercase;letter-spacing:1px}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .state-title{color:var(--color-text-primary);border-bottom-color:var(--color-primary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card{background:#fff;border-radius:12px;padding:24px;border-left:4px solid #3498db;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card{background:var(--sidebar-active)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-header{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:.6875rem;font-weight:700;color:#95a5a6;text-transform:uppercase;letter-spacing:1px}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-header{color:var(--color-text-secondary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-header svg{width:14px;height:14px;color:#95a5a6}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-header svg{color:var(--color-text-secondary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .entity-name{margin:0 0 16px;font-size:1.25rem;font-weight:600;color:#2c3e50;line-height:1.4}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .entity-name{color:var(--color-text-primary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details{display:flex;flex-direction:column;gap:10px}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details .entity-detail{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:#34495e;padding:8px 0}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details .entity-detail{color:var(--color-text-primary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details .entity-detail svg{color:#7f8c8d;width:18px;height:18px;flex-shrink:0}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details .entity-detail svg{color:#9baaab}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .contact-details .entity-detail span{flex:1;line-height:1.5}.property-change-comparison-modal .modal-content .comparison-container .state-column .empty-state{padding:48px 24px;text-align:center;background:#fff;border-radius:12px;border:2px dashed #cbd5e0;box-shadow:0 1px 3px #0000000d}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .empty-state{background:var(--color-bg-card);border-color:var(--color-border-primary)}.property-change-comparison-modal .modal-content .comparison-container .state-column .empty-state p{margin:0;color:#95a5a6;font-size:1rem;font-style:italic}.dark-mode .property-change-comparison-modal .modal-content .comparison-container .state-column .empty-state p{color:var(--color-text-secondary)}.property-change-comparison-modal .modal-content>.empty-state{padding:80px 24px;text-align:center;background:#fff;border-radius:12px;border:2px dashed #cbd5e0}.dark-mode .property-change-comparison-modal .modal-content>.empty-state{background:var(--color-bg-card);border-color:var(--color-border-primary)}.property-change-comparison-modal .modal-content>.empty-state p{margin:0;color:#95a5a6;font-size:1.125rem;font-style:italic}.dark-mode .property-change-comparison-modal .modal-content>.empty-state p{color:var(--color-text-secondary)}@media (max-width: 1024px){.property-change-comparison-modal{max-width:95%}.property-change-comparison-modal .modal-content{padding:32px 24px}.property-change-comparison-modal .modal-content .comparison-container{grid-template-columns:1fr;gap:32px}.property-change-comparison-modal .modal-content .comparison-container .state-column .state-title{font-size:1rem}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card{padding:20px}.property-change-comparison-modal .modal-content .comparison-container .state-column .entity-card .entity-content .entity-name{font-size:1.125rem}}@media (max-width: 768px){.property-change-comparison-modal .modal-header{padding:24px 20px}.property-change-comparison-modal .modal-header .modal-title{gap:12px}.property-change-comparison-modal .modal-header .modal-title svg{width:28px;height:28px}.property-change-comparison-modal .modal-header .modal-title h2{font-size:1.375rem}.property-change-comparison-modal .modal-header .modal-title .change-metadata{font-size:.875rem}.property-change-comparison-modal .modal-content{padding:24px 20px}.property-change-comparison-modal .modal-content .comparison-container{gap:24px}.property-change-comparison-modal .modal-content .comparison-container .state-column{gap:20px}}.property-profile-page{max-width:1200px;margin:0 auto;padding:20px}.property-profile-page .redesigned-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#f8fafc 60%,#e0e7ef);border-radius:18px;box-shadow:0 2px 12px #3498db12;padding:32px 36px 24px;margin-bottom:32px;gap:24px}.dark-mode .property-profile-page .redesigned-header{background:var(--color-bg-card);border:1px solid var(--color-border-primary);box-shadow:0 2px 12px #3498db12}.property-profile-page .header-content{flex:1;display:flex;flex-direction:column;gap:8px;text-align:left}.dark-mode .property-profile-page .header-content{color:var(--color-text-primary)}.property-profile-page .redesigned-header .header-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dark-mode .property-profile-page .redesigned-header .header-title{color:var(--color-text-primary)}.property-profile-page .redesigned-header .back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #d6e2ef;border-radius:10px;color:#2a7ec3;font-size:.98rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s;margin:0}.property-profile-page .redesigned-header .back-btn:hover{background:#2a7ec3;color:#fff;border-color:#2a7ec3}.property-profile-page .redesigned-header .back-btn svg{font-size:1rem}.property-profile-page .redesigned-header .header-content h1{font-size:1.35rem;font-weight:600;color:#222f3e;margin:0;letter-spacing:.2px}.dark-mode .property-profile-page .redesigned-header .header-content h1{color:var(--color-text-primary)}.property-profile-page .redesigned-header .header-content .property-type{font-size:.98rem;color:#8395a7;font-weight:500}.property-profile-page .header-actions{display:flex;gap:18px;align-items:center}.property-profile-page .edit-btn.main-action{background:#fff;color:#3498db;border:2px solid #3498db;border-radius:8px;font-size:1.05rem;font-weight:600;padding:10px 22px;display:flex;align-items:center;gap:7px;cursor:pointer;box-shadow:0 1px 4px #3498db14;transition:background .2s,color .2s,border .2s}.property-profile-page .edit-btn.main-action:hover{background:#3498db;color:#fff}.property-profile-page .edit-btn.job-btn{background:#3498db;color:#fff;border:2px solid #3498db;font-weight:700;transition:background .2s,color .2s}.property-profile-page .edit-btn.job-btn:hover{background:#217dbb;border-color:#217dbb}.property-profile-page .profile-content{display:grid;gap:24px}.property-profile-page .profile-content .profile-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;border:1px solid #e1e5e9}.dark-mode .property-profile-page .profile-content .profile-section{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.property-profile-page .profile-content .profile-section h2{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:20px;font-weight:600;color:#2c3e50;border-bottom:2px solid #ecf0f1;padding-bottom:12px}.dark-mode .property-profile-page .profile-content .profile-section h2{color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary)}.property-profile-page .profile-content .profile-section h2 svg{color:#3498db}.dark-mode .property-profile-page .profile-content .profile-section h2 svg{color:var(--color-primary)}.property-profile-page .profile-content .profile-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.property-profile-page .profile-content .profile-section .info-grid .info-item label{display:block;font-size:14px;font-weight:600;color:#7f8c8d;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.dark-mode .property-profile-page .profile-content .profile-section .info-grid .info-item label{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .info-grid .info-item p{margin:0;font-size:16px;font-weight:500;color:#2c3e50;line-height:1.4}.dark-mode .property-profile-page .profile-content .profile-section .info-grid .info-item p{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .info-grid .info-item p.status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-profile-page .profile-content .profile-section .info-grid .info-item p.status.occupied{background:#d5f4e6;color:#27ae60}.property-profile-page .profile-content .profile-section .info-grid .info-item p.status.vacant{background:#fef9e7;color:#f39c12}.property-profile-page .profile-content .profile-section .info-grid .info-item p.status.overdue{background:#fadbd8;color:#e74c3c}.property-profile-page .profile-content .profile-section .contact-card{background:#f8f9fa;border-radius:8px;padding:20px;border-left:4px solid #3498db;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.dark-mode .property-profile-page .profile-content .profile-section .contact-card{background:var(--sidebar-active)}.property-profile-page .profile-content .profile-section .contact-card .contact-info{flex:1}.property-profile-page .profile-content .profile-section .contact-card .contact-info h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#2c3e50}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .contact-info h3{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-person{margin:0 0 16px;font-size:14px;color:#7f8c8d}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-person{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-details{display:flex;flex-direction:column;gap:8px}.property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-details .contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#2c3e50}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-details .contact-item{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-details .contact-item svg{color:#7f8c8d;width:16px;height:16px}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .contact-info .contact-details .contact-item svg{color:#9baaab}.property-profile-page .profile-content .profile-section .contact-card .btn-email{padding:.75rem 1rem;border:1px solid #0891b2;background:#fff;color:#0891b2;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:.9375rem;white-space:nowrap;align-self:flex-start}.property-profile-page .profile-content .profile-section .contact-card .btn-email:hover{background:#0891b2;color:#fff;border-color:#0891b2}.property-profile-page .profile-content .profile-section .contact-card .btn-email svg{font-size:1rem}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .btn-email{background:var(--sidebar-active);color:#0891b2;border-color:#0891b2}.dark-mode .property-profile-page .profile-content .profile-section .contact-card .btn-email:hover{background:#0891b2;color:#fff}.property-profile-page .profile-content .profile-section .compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card{padding:20px;border-radius:8px;border-left:4px solid #bdc3c7;background:#f8f9fa}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card.compliant{background:#d5f4e6;border-left-color:#27ae60}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card.due-soon{background:#fef9e7;border-left-color:#f39c12}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card.overdue{background:#fadbd8;border-left-color:#e74c3c}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card.not-required{background:#f4f6f6;border-left-color:#95a5a6}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#2c3e50}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status{margin-bottom:12px}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status .status-badge.compliant{background:#27ae60;color:#fff}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status .status-badge.due-soon{background:#f39c12;color:#fff}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status .status-badge.overdue{background:#e74c3c;color:#fff}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .compliance-status .status-badge.not-required{background:#95a5a6;color:#fff}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .inspection-date{display:flex;align-items:center;gap:8px;font-size:13px;color:#7f8c8d}.property-profile-page .profile-content .profile-section .compliance-grid .compliance-card .inspection-date svg{color:#7f8c8d;width:14px;height:14px}.property-profile-page .profile-content .profile-section .notes-content{background:#fffbeb;border-radius:8px;padding:16px;border-left:4px solid #f39c12}.property-profile-page .profile-content .profile-section .notes-content p{margin:0;font-size:14px;line-height:1.6;color:#78350f}.property-profile-page .profile-content .profile-section .documents-upload{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1.5rem;border:2px dashed #cbd5e1;border-radius:.75rem;background:#fff;transition:all .2s ease}.property-profile-page .profile-content .profile-section .documents-upload.is-dragging{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 4px #2563eb1a}.dark-mode .property-profile-page .profile-content .profile-section .documents-upload{background:var(--color-bg-card);border-color:var(--color-border-primary)}.dark-mode .property-profile-page .profile-content .profile-section .documents-upload.is-dragging{border-color:#2563eb;background:#2563eb1a}.property-profile-page .profile-content .profile-section .documents-upload__button{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;background:#2563eb;border:1px solid #1d4ed8;color:#fff;padding:.55rem 1.1rem;border-radius:9999px;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.property-profile-page .profile-content .profile-section .documents-upload__button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 10px 20px #2563eb33}.property-profile-page .profile-content .profile-section .documents-upload__button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.property-profile-page .profile-content .profile-section .documents-upload__hint{font-size:.85rem;color:#64748b}.property-profile-page .profile-content .profile-section .documents-list{display:flex;flex-direction:column;gap:.75rem}.property-profile-page .profile-content .profile-section .document-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#f8fafc}.property-profile-page .profile-content .profile-section .download-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #cbd5f5;background:#fff;color:#2563eb;cursor:pointer;transition:background-color .2s ease,color .2s ease}.property-profile-page .profile-content .profile-section .download-btn:hover:not(:disabled){background:#eff6ff;color:#1d4ed8}.property-profile-page .profile-content .profile-section .download-btn:disabled{cursor:not-allowed;opacity:.5}.property-profile-page .profile-content .profile-section .document-info{display:flex;flex-direction:column;gap:.35rem}.property-profile-page .profile-content .profile-section .document-header{display:flex;align-items:center;gap:.75rem}.property-profile-page .profile-content .profile-section .document-header .document-name{font-weight:600;color:#0f172a}.property-profile-page .profile-content .profile-section .document-header .document-size{font-size:.85rem;color:#64748b}.property-profile-page .profile-content .profile-section .document-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#64748b}.property-profile-page .profile-content .profile-section .documents-empty{padding:1rem;border:1px dashed #cbd5f5;border-radius:.75rem;text-align:center;color:#64748b;font-size:.9rem;background:#f8fafc}.property-profile-page .profile-content .profile-section .document-actions{display:flex;align-items:center;gap:.5rem}.property-profile-page .profile-content .profile-section .delete-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #fca5a5;background:#fff;color:#dc2626;cursor:pointer;transition:all .2s ease}.property-profile-page .profile-content .profile-section .delete-btn:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.property-profile-page .profile-content .profile-section .delete-btn.confirm-delete{background:#dc2626;color:#fff;border-color:#dc2626;animation:pulse-warning 1s infinite}.property-profile-page .profile-content .profile-section .delete-btn.confirm-delete:hover{background:#b91c1c;border-color:#b91c1c}.property-profile-page .profile-content .profile-section .delete-btn:disabled{opacity:.5;cursor:not-allowed}.property-profile-page .profile-content .profile-section .delete-btn .spinner-small{width:16px;height:16px;border:2px solid #f3f4f6;border-top:2px solid #dc2626;border-radius:50%;animation:spin 1s linear infinite}@keyframes pulse-warning{0%,to{box-shadow:0 0 #dc2626b3}50%{box-shadow:0 0 0 4px #dc262600}}.property-profile-page .profile-content .profile-section .metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item label{display:block;font-size:12px;font-weight:600;color:#7f8c8d;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.dark-mode .property-profile-page .profile-content .profile-section .metadata-grid .metadata-item label{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item p{margin:0;font-size:14px;font-weight:500;color:#2c3e50}.dark-mode .property-profile-page .profile-content .profile-section .metadata-grid .metadata-item p{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item p.status.overdue{color:#e74c3c;font-weight:600}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item .btn-view-logs{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item .btn-view-logs svg{font-size:1rem}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item .btn-view-logs:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 2px 8px #3498db4d}.property-profile-page .profile-content .profile-section .metadata-grid .metadata-item .btn-view-logs:active{transform:translateY(0)}.property-profile-page .profile-content .profile-section .section-header-with-action{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #ecf0f1}.dark-mode .property-profile-page .profile-content .profile-section .section-header-with-action{border-bottom:2px solid var(--color-border-primary)}.property-profile-page .profile-content .profile-section .section-header-with-action h2{margin:0;padding:0;border:none}.property-profile-page .profile-content .profile-section .section-header-with-action .btn-view-all-logs{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#3498db;border:1px solid #3498db;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.property-profile-page .profile-content .profile-section .section-header-with-action .btn-view-all-logs:hover{background:#3498db;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #3498db4d}.property-profile-page .profile-content .profile-section .section-header-with-action .btn-view-all-logs:active{transform:translateY(0)}.dark-mode .property-profile-page .profile-content .profile-section .section-header-with-action .btn-view-all-logs{color:var(--color-primary);border-color:var(--color-primary)}.dark-mode .property-profile-page .profile-content .profile-section .section-header-with-action .btn-view-all-logs:hover{background:var(--color-primary);color:#fff}.property-profile-page .profile-content .profile-section .recent-activity-list{display:flex;flex-direction:column;gap:12px}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:10px;border:1px solid #e1e5e9;cursor:pointer;transition:all .2s ease}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item{background:var(--sidebar-active);border-color:var(--color-border-primary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item:hover{background:#eef2f7;border-color:#3498db;transform:translate(4px);box-shadow:0 2px 8px #3498db26}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item:hover{background:#273a56;border-color:var(--color-primary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item:hover .activity-arrow{transform:translate(4px)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item:focus-visible{outline:2px solid #3498db;outline-offset:2px}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#e3f2fd;border-radius:50%;flex-shrink:0}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-icon{background:#3498db33}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-icon svg{width:20px;height:20px;color:#3498db}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-icon svg{color:var(--color-primary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content{flex:1;min-width:0}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-title{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:4px}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-title{color:var(--color-text-primary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-description{font-size:.875rem;color:#7f8c8d;margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-description{color:var(--color-text-secondary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-meta{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#95a5a6}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-meta{color:var(--color-text-secondary)}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-meta .activity-user{font-weight:500}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-meta .activity-separator{color:#cbd5e0}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-content .activity-meta .activity-date{color:#a0aec0}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-arrow svg{width:20px;height:20px;color:#95a5a6}.dark-mode .property-profile-page .profile-content .profile-section .recent-activity-list .activity-item .activity-arrow svg{color:var(--color-text-secondary)}.property-profile-page .loading-state,.property-profile-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.property-profile-page .loading-state .spinner,.property-profile-page .error-state .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.property-profile-page .loading-state h2,.property-profile-page .error-state h2{margin:0 0 12px;color:#2c3e50}.property-profile-page .loading-state p,.property-profile-page .error-state p{margin:0 0 20px;color:#7f8c8d}.property-profile-page .loading-state .btn,.property-profile-page .error-state .btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3498db;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.property-profile-page .loading-state .btn:hover,.property-profile-page .error-state .btn:hover{background:#2980b9}.property-profile-page .loading-state .btn.btn-primary,.property-profile-page .error-state .btn.btn-primary{background:#3498db}.activity-log{display:flex;flex-direction:column;gap:18px;margin-top:12px;position:relative;padding-left:24px;border-left:3px solid #e5e7eb}.activity-log-item{position:relative;padding-left:12px}.activity-log-item:before{content:"";position:absolute;left:-24px;top:8px;width:12px;height:12px;background:#3498db;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 2px #e5e7eb}.activity-log-date{font-size:.95rem;color:#7f8c8d;font-weight:500}.activity-log-event{font-size:1.05rem;font-weight:600;color:#2c3e50;margin-top:2px}.activity-log-details{font-size:.95rem;color:#374151;margin-top:2px}.jobs-table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff;box-shadow:0 1px 4px #0000000a;border-radius:8px;overflow:hidden}.dark-mode .jobs-table{background:var(--sidebar-active)}.jobs-table th,.jobs-table td{padding:12px 16px;text-align:left;font-size:.95rem;border-bottom:1px solid #f0f0f0}.jobs-table th{background:#f9fafb;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.dark-mode .jobs-table th{background:#273a56;color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary)}.jobs-table tr:last-child td{border-bottom:none}.jobs-table tr:hover{background:#f7fafc}.dark-mode .jobs-table tr:hover{background:#273a56}.invoice-notes{display:flex;flex-direction:column;gap:4px}.invoice-notes span{line-height:1.4;color:#374151}.invoice-notes small{color:#6b7280;font-size:.85rem}.download-invoice-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #d6e2ef;background:#fff;color:#2a7ec3;font-size:1.1rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.download-invoice-btn:hover{background:#2a7ec3;color:#fff;border-color:#2a7ec3;box-shadow:0 8px 16px #2a7ec333}.download-invoice-btn:focus-visible{outline:3px solid rgba(42,126,195,.35);outline-offset:2px}.inspection-reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.inspection-report-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}.dark-mode .inspection-report-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.inspection-report-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.inspection-report-card .report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #ecf0f1}.dark-mode .inspection-report-card .report-header{border-bottom:1px solid var(--color-border-primary)}.inspection-report-card .report-header .report-type{margin:0;font-size:18px;font-weight:600;color:#2c3e50;line-height:1.3}.dark-mode .inspection-report-card .report-header .report-type{color:var(--color-text-primary)}.inspection-report-card .report-header .report-date{font-size:13px;color:#7f8c8d;font-weight:500;white-space:nowrap}.dark-mode .inspection-report-card .report-header .report-date{color:var(--color-text-secondary)}.inspection-report-card .report-details{margin-bottom:16px}.inspection-report-card .report-details .report-field{display:flex;margin-bottom:8px;align-items:flex-start;gap:8px}.inspection-report-card .report-details .report-field:last-child{margin-bottom:0}.inspection-report-card .report-details .report-field label{font-size:13px;font-weight:600;color:#7f8c8d;min-width:70px;flex-shrink:0}.dark-mode .inspection-report-card .report-details .report-field label{color:var(--color-text-secondary)}.inspection-report-card .report-details .report-field span{font-size:13px;color:#2c3e50;line-height:1.4;word-break:break-word}.dark-mode .inspection-report-card .report-details .report-field span{color:var(--color-text-primary)}.inspection-report-card .report-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.inspection-report-card .report-actions .btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .2s ease}.inspection-report-card .report-actions .btn.btn-outline{background:transparent;border:1px solid #3498db;color:#3498db}.inspection-report-card .report-actions .btn.btn-outline:hover{background:#3498db;color:#fff}.dark-mode .inspection-report-card .report-actions .btn.btn-outline{border-color:var(--color-primary);color:var(--color-primary)}.dark-mode .inspection-report-card .report-actions .btn.btn-outline:hover{background:var(--color-primary);color:#fff}.inspection-report-card .report-actions .media-count{font-size:12px;color:#7f8c8d;font-weight:500}.dark-mode .inspection-report-card .report-actions .media-count{color:var(--color-text-secondary)}.loading-state,.error-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.loading-state .spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-state p{margin:0;color:#7f8c8d;font-size:14px}.dark-mode .loading-state p{color:var(--color-text-secondary)}.error-state p{margin:0;color:#e74c3c;font-size:14px;font-weight:500}.empty-state p{margin:0;color:#7f8c8d;font-size:14px}.dark-mode .empty-state p{color:var(--color-text-secondary)}@media (max-width: 768px){.property-profile-page{padding:16px}.property-profile-page .profile-header{flex-direction:column;gap:16px;text-align:center}.property-profile-page .profile-header .header-content h1{font-size:24px}.property-profile-page .profile-content .profile-section{padding:16px}.property-profile-page .profile-content .profile-section .info-grid,.property-profile-page .profile-content .profile-section .compliance-grid,.property-profile-page .profile-content .profile-section .inspection-reports-grid{grid-template-columns:1fr}}.subscription-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;text-transform:capitalize;transition:all .2s ease}.subscription-badge .subscription-icon{font-size:1rem}.subscription-badge.small{padding:.25rem .75rem;font-size:.75rem;gap:.375rem}.subscription-badge.small .subscription-icon{font-size:.875rem}.subscription-badge.medium{padding:.375rem 1rem;font-size:.875rem;gap:.5rem}.subscription-badge.medium .subscription-icon{font-size:1rem}.subscription-badge.large{padding:.5rem 1.25rem;font-size:1rem;gap:.625rem}.subscription-badge.large .subscription-icon{font-size:1.125rem}.subscription-badge.pro.trial{background:#e0f2fe;color:#0369a1}.subscription-badge.pro.trial .subscription-icon{color:#0284c7}.subscription-badge.pro.active{background:#dcfce7;color:#166534}.subscription-badge.pro.active .subscription-icon{color:#16a34a}.subscription-badge.starter.trial{background:#fef3c7;color:#92400e}.subscription-badge.starter.trial .subscription-icon{color:#d97706}.subscription-badge.starter.active{background:#dcfce7;color:#166534}.subscription-badge.starter.active .subscription-icon{color:#16a34a}.subscription-badge.enterprise.trial{background:#f3e8ff;color:#6b21a8}.subscription-badge.enterprise.trial .subscription-icon{color:#8b5cf6}.subscription-badge.enterprise.active{background:#f3e8ff;color:#6b21a8}.subscription-badge.enterprise.active .subscription-icon{color:#8b5cf6}.subscription-badge.past_due{background:#fef3c7;color:#92400e}.subscription-badge.past_due .subscription-icon{color:#d97706}.subscription-badge.canceled,.subscription-badge.unpaid{background:#fee2e2;color:#991b1b}.subscription-badge.canceled .subscription-icon,.subscription-badge.unpaid .subscription-icon{color:#ef4444}.subscription-badge.incomplete{background:#f1f5f9;color:#475569}.subscription-badge.incomplete .subscription-icon{color:#64748b}.agency-profile-page{max-width:1400px;margin:0 auto;padding:0 1rem}.agency-profile-page .subscription-section{margin-bottom:2rem}.agency-profile-page .subscription-section h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.dark-mode .agency-profile-page .subscription-section h2{color:var(--color-text-primary)}.agency-profile-page .subscription-section .subscription-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.dark-mode .agency-profile-page .subscription-section .subscription-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.agency-profile-page .subscription-section .subscription-card .subscription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info{display:flex;align-items:center;gap:1rem}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .plan-badge{display:flex;align-items:center;gap:0;border-radius:2rem;overflow:hidden;box-shadow:0 4px 12px #f59e0b26}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .plan-badge svg{padding:.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;font-size:1.25rem}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .plan-badge .plan-name{padding:.75rem 1.25rem .75rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.9375rem}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .status-badge{padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #0000001a}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .status-badge.active{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .status-badge.trial{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .status-badge.past_due{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.agency-profile-page .subscription-section .subscription-card .subscription-header .plan-info .status-badge.canceled{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.agency-profile-page .subscription-section .subscription-card .subscription-header .manage-subscription{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.agency-profile-page .subscription-section .subscription-card .subscription-header .manage-subscription:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.agency-profile-page .subscription-section .subscription-card .subscription-header .manage-subscription:disabled{opacity:.6;cursor:not-allowed}.agency-profile-page .subscription-section .subscription-card .subscription-header .manage-subscription svg{font-size:1rem}.agency-profile-page .subscription-section .subscription-card .subscription-header .manage-subscription .spinner-small{width:14px;height:14px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.agency-profile-page .subscription-section .subscription-card .subscription-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.agency-profile-page .subscription-section .subscription-card .subscription-details-grid .detail-item{display:flex;flex-direction:column;gap:.25rem}.agency-profile-page .subscription-section .subscription-card .subscription-details-grid .detail-item label{color:#64748b;font-size:.875rem;font-weight:500}.dark-mode .agency-profile-page .subscription-section .subscription-card .subscription-details-grid .detail-item label{color:var(--color-text-secondary)}.agency-profile-page .subscription-section .subscription-card .subscription-details-grid .detail-item span{color:#1e293b;font-weight:600}.dark-mode .agency-profile-page .subscription-section .subscription-card .subscription-details-grid .detail-item span{color:var(--color-text-primary)}.agency-profile-page .business-info .subscription-details{display:flex;align-items:center;gap:.75rem}.agency-profile-page .business-info .subscription-details .subscription-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:2rem;font-size:.9375rem;font-weight:500;text-transform:capitalize;transition:all .2s ease}.agency-profile-page .business-info .subscription-details .subscription-badge .subscription-icon{font-size:1.125rem}.agency-profile-page .business-info .subscription-details .subscription-badge.pro.trial{background:#e0f2fe;color:#0369a1}.agency-profile-page .business-info .subscription-details .subscription-badge.pro.trial .subscription-icon{color:#0284c7}.agency-profile-page .business-info .subscription-details .subscription-badge.pro.active{background:#dcfce7;color:#166534}.agency-profile-page .business-info .subscription-details .subscription-badge.pro.active .subscription-icon{color:#16a34a}.agency-profile-page .business-info .subscription-details .subscription-badge.starter.trial{background:#fef3c7;color:#92400e}.agency-profile-page .business-info .subscription-details .subscription-badge.starter.trial .subscription-icon{color:#d97706}.agency-profile-page .business-info .subscription-details .subscription-badge.starter.active{background:#dcfce7;color:#166534}.agency-profile-page .business-info .subscription-details .subscription-badge.starter.active .subscription-icon{color:#16a34a}.agency-profile-page .business-info .subscription-details .subscription-badge.enterprise.trial{background:#f3e8ff;color:#7c3aed}.agency-profile-page .business-info .subscription-details .subscription-badge.enterprise.trial .subscription-icon{color:#8b5cf6}.agency-profile-page .business-info .subscription-details .subscription-badge.enterprise.active{background:#dcfce7;color:#166534}.agency-profile-page .business-info .subscription-details .subscription-badge.enterprise.active .subscription-icon{color:#16a34a}.agency-profile-page .business-info .subscription-details .subscription-badge.past_due{background:#fed7aa;color:#c2410c}.agency-profile-page .business-info .subscription-details .subscription-badge.past_due .subscription-icon{color:#ea580c}.agency-profile-page .business-info .subscription-details .subscription-badge.canceled{background:#fee2e2;color:#991b1b}.agency-profile-page .business-info .subscription-details .subscription-badge.canceled .subscription-icon{color:#dc2626}.agency-profile-page .business-info .no-subscription-details{display:flex;align-items:center;gap:.5rem}.agency-profile-page .business-info .no-subscription-details .no-sub-icon{color:#6b7280;font-size:1rem}.agency-profile-page .business-info .no-subscription-details span{color:#6b7280;font-weight:500}.agency-profile-page .clickable{cursor:pointer;transition:all .2s ease}.agency-profile-page .clickable:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.agency-profile-page .clickable:active{transform:translateY(0)}.agency-profile-page .stat-card.clickable:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.agency-profile-page .stat-card.clickable:active{transform:translateY(-2px)}.agency-profile-page .property-row.clickable:hover{background-color:#f8fafc;box-shadow:0 2px 8px #0000001a}.agency-profile-page .property-row.clickable:active{background-color:#f1f5f9}.agency-profile-page .property-row.clickable .row-indicator{opacity:.5;transition:opacity .2s ease;color:#6b7280}.agency-profile-page .property-row.clickable:hover .row-indicator{opacity:1;color:#667eea}.agency-profile-page .job-row.clickable:hover{background-color:#fef3c7;box-shadow:0 2px 8px #0000001a}.agency-profile-page .job-row.clickable:active{background-color:#fde68a}.agency-profile-page .job-row.clickable .row-indicator{opacity:.5;transition:opacity .2s ease;color:#6b7280}.agency-profile-page .job-row.clickable:hover .row-indicator{opacity:1;color:#f59e0b}.agency-profile-page .property-address.clickable{padding:.5rem;border-radius:.25rem}.agency-profile-page .property-address.clickable:hover{background-color:#e0e7ff;color:#667eea}.agency-profile-page .loading-state,.agency-profile-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.agency-profile-page .loading-state .spinner,.agency-profile-page .error-state .spinner{width:40px;height:40px;border:3px solid rgba(2,73,116,.2);border-top:3px solid #024974;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.agency-profile-page .loading-state svg,.agency-profile-page .error-state svg{font-size:3rem;color:#f59e0b;margin-bottom:1rem}.agency-profile-page .loading-state h3,.agency-profile-page .error-state h3{color:#1e293b;margin-bottom:.5rem}.agency-profile-page .loading-state p,.agency-profile-page .error-state p{color:#64748b;margin-bottom:1.5rem}.agency-profile-page .profile-header{background:linear-gradient(135deg,#024974,#0369a1);border-radius:1rem;padding:2rem;margin-bottom:2rem;color:#fff;position:relative;overflow:hidden}.agency-profile-page .profile-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:#ffffff1a;border-radius:50%;transform:translate(50%,-50%)}.agency-profile-page .profile-header .back-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;font-size:.875rem}.agency-profile-page .profile-header .back-btn:hover{background:#fff3;transform:translate(-2px)}.agency-profile-page .profile-header .back-btn svg{font-size:1rem}.agency-profile-page .profile-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.agency-profile-page .profile-header .header-content .agency-info{flex:1}.agency-profile-page .profile-header .header-content .agency-info h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;letter-spacing:-.025em}.agency-profile-page .profile-header .header-content .agency-info .agency-region{font-size:1.125rem;opacity:.9;margin:0 0 1rem}.agency-profile-page .profile-header .header-content .agency-info .agency-meta{display:flex;align-items:center;gap:1rem}.agency-profile-page .profile-header .header-content .agency-info .agency-meta .status-badge{padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;background:#ffffffe6;color:#1e293b}.agency-profile-page .profile-header .header-content .agency-info .agency-meta .compliance-level{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:2rem;font-size:.875rem}.agency-profile-page .profile-header .header-content .header-actions .btn-secondary{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-weight:500}.agency-profile-page .profile-header .header-content .header-actions .btn-secondary:hover{background:#fff3;transform:translateY(-1px)}.agency-profile-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.agency-profile-page .stats-grid .stat-card{background:var(--color-bg-card);border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d;border:1px solid var(--color-border-primary);display:flex;align-items:center;gap:1rem;transition:all .3s ease}.dark-mode .agency-profile-page .stats-grid .stat-card{background:var(--sidebar-active)}.agency-profile-page .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.agency-profile-page .stats-grid .stat-card .stat-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.agency-profile-page .stats-grid .stat-card.blue .stat-icon{color:#2563eb}.agency-profile-page .stats-grid .stat-card.green .stat-icon{color:#16a34a}.agency-profile-page .stats-grid .stat-card.purple .stat-icon{background:#9333ea}.agency-profile-page .stats-grid .stat-card.orange .stat-icon{color:#ea580c}.agency-profile-page .stats-grid .stat-card .stat-content{flex:1}.agency-profile-page .stats-grid .stat-card .stat-content h3{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .25rem;line-height:1}.dark-mode .agency-profile-page .stats-grid .stat-card .stat-content h3{color:var(--color-text-primary)}.agency-profile-page .stats-grid .stat-card .stat-content .stat-title{color:#64748b;font-size:.875rem;font-weight:500;margin:0 0 .5rem}.dark-mode .agency-profile-page .stats-grid .stat-card .stat-content .stat-title{color:var(--color-text-secondary)}.agency-profile-page .stats-grid .stat-card .stat-content .stat-change{font-size:.8125rem;font-weight:500}.agency-profile-page .stats-grid .stat-card .stat-content .stat-change.positive{color:#16a34a}.agency-profile-page .stats-grid .stat-card .stat-content .stat-change.negative{color:#dc2626}.agency-profile-page .stats-grid .stat-card .stat-content .stat-change.neutral{color:#64748b}.agency-profile-page .tab-navigation{background:#fff;border-radius:1rem;padding:.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;display:flex;gap:.25rem}.dark-mode .agency-profile-page .tab-navigation{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.agency-profile-page .tab-navigation .tab-btn{background:none;border:none;padding:.75rem 1.25rem;border-radius:.75rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-weight:500;transition:all .2s ease;flex:1;justify-content:center}.agency-profile-page .tab-navigation .tab-btn:hover{background:#f8fafc;color:#1e293b}.agency-profile-page .tab-navigation .tab-btn.active{background:#024974;color:#fff;box-shadow:0 1px 3px #0249744d}.agency-profile-page .tab-navigation .tab-btn svg{font-size:1.125rem}.agency-profile-page .tab-content{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;overflow:hidden}.dark-mode .agency-profile-page .tab-content{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.agency-profile-page .overview-content{padding:2rem}.agency-profile-page .overview-content .info-section{margin-bottom:3rem}.agency-profile-page .overview-content .info-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.dark-mode .agency-profile-page .overview-content .info-section h2{color:var(--color-text-primary)}.agency-profile-page .overview-content .info-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.agency-profile-page .overview-content .info-section .info-grid .info-card{background:#f8fafc;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.agency-profile-page .overview-content .info-section .info-grid .info-card h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card h3{color:var(--color-text-primary)}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info{display:flex;flex-direction:column;gap:1rem}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item{display:flex;align-items:center;gap:.75rem}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item svg{color:#024974;font-size:1.125rem;flex-shrink:0}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item svg{color:#008de5}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item div{flex:1}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item div label{display:block;color:#64748b;font-size:.8125rem;font-weight:500;margin-bottom:.25rem}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item div label{color:var(--color-text-secondary)}.agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item div span{color:#1e293b;font-weight:500}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card .contact-info .contact-item div span{color:var(--color-text-primary)}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info{display:flex;flex-direction:column;gap:1rem}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item:last-child{border-bottom:none}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item label{color:#64748b;font-size:.875rem;font-weight:500}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item label{color:var(--color-text-secondary)}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item span{color:#1e293b;font-weight:500}.dark-mode .agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item span{color:var(--color-text-primary)}.agency-profile-page .overview-content .info-section .info-grid .info-card .business-info .business-item span.amount{color:#dc2626;font-weight:600}.agency-profile-page .overview-content .performance-section h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.dark-mode .agency-profile-page .overview-content .performance-section h2{color:var(--color-text-primary)}.agency-profile-page .overview-content .performance-section .performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card{background:#f8fafc;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.dark-mode .agency-profile-page .overview-content .performance-section .performance-grid .performance-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card h3{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 1rem}.dark-mode .agency-profile-page .overview-content .performance-section .performance-grid .performance-card h3{color:var(--color-text-primary)}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list{display:flex;flex-direction:column;gap:.75rem}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item{display:flex;align-items:center;gap:.75rem}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.pending{background:#f59e0b}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.scheduled{background:#3b82f6}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.completed{background:#16a34a}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.overdue{background:#dc2626}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.active{background:#16a34a}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.inactive{background:#64748b}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.maintenance{background:#f59e0b}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.available{background:#16a34a}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.busy{background:#f59e0b}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item .status-dot.unavailable{background:#dc2626}.agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item span{color:#1e293b;font-size:.875rem;font-weight:500}.dark-mode .agency-profile-page .overview-content .performance-section .performance-grid .performance-card .status-list .status-item span{color:var(--color-text-primary)}.agency-profile-page .section-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.agency-profile-page .section-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.dark-mode .agency-profile-page .section-header h2{color:var(--color-text-primary)}.agency-profile-page .section-header p{color:#64748b;margin:0}.dark-mode .agency-profile-page .section-header p{color:var(--color-text-secondary)}.agency-profile-page .table-container{padding:0 2rem 2rem;overflow-x:auto}.agency-profile-page .table-container .data-table{width:100%;border-collapse:collapse;margin-top:1rem}.agency-profile-page .table-container .data-table th{background:#f8fafc;color:#1e293b;font-weight:600;padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.875rem;white-space:nowrap}.dark-mode .agency-profile-page .table-container .data-table th{background:var(--sidebar-active);color:var(--color-text-primary);border-bottom:1px solid var(--color-border-primary)}.agency-profile-page .table-container .data-table th:first-child{border-top-left-radius:.5rem}.agency-profile-page .table-container .data-table th:last-child{border-top-right-radius:.5rem}.agency-profile-page .table-container .data-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:top}.agency-profile-page .table-container .data-table td .property-address strong,.agency-profile-page .table-container .data-table td .property-address div:first-child,.agency-profile-page .table-container .data-table td .property-info strong,.agency-profile-page .table-container .data-table td .property-info div:first-child,.agency-profile-page .table-container .data-table td .tenant-info strong,.agency-profile-page .table-container .data-table td .tenant-info div:first-child,.agency-profile-page .table-container .data-table td .landlord-info strong,.agency-profile-page .table-container .data-table td .landlord-info div:first-child,.agency-profile-page .table-container .data-table td .technician-info strong,.agency-profile-page .table-container .data-table td .technician-info div:first-child{color:#1e293b;font-weight:500;display:block;margin-bottom:.25rem}.dark-mode .agency-profile-page .table-container .data-table td .property-address strong,.dark-mode .agency-profile-page .table-container .data-table td .property-address div:first-child,.dark-mode .agency-profile-page .table-container .data-table td .property-info strong,.dark-mode .agency-profile-page .table-container .data-table td .property-info div:first-child,.dark-mode .agency-profile-page .table-container .data-table td .tenant-info strong,.dark-mode .agency-profile-page .table-container .data-table td .tenant-info div:first-child,.dark-mode .agency-profile-page .table-container .data-table td .landlord-info strong,.dark-mode .agency-profile-page .table-container .data-table td .landlord-info div:first-child,.dark-mode .agency-profile-page .table-container .data-table td .technician-info strong,.dark-mode .agency-profile-page .table-container .data-table td .technician-info div:first-child{color:var(--color-text-primary)}.agency-profile-page .table-container .data-table td .property-address small,.agency-profile-page .table-container .data-table td .property-info small,.agency-profile-page .table-container .data-table td .tenant-info small,.agency-profile-page .table-container .data-table td .landlord-info small,.agency-profile-page .table-container .data-table td .technician-info small{color:#64748b;font-size:.8125rem}.dark-mode .agency-profile-page .table-container .data-table td .property-address small,.dark-mode .agency-profile-page .table-container .data-table td .property-info small,.dark-mode .agency-profile-page .table-container .data-table td .tenant-info small,.dark-mode .agency-profile-page .table-container .data-table td .landlord-info small,.dark-mode .agency-profile-page .table-container .data-table td .technician-info small{color:var(--color-text-secondary)}.agency-profile-page .table-container .data-table td .no-data{color:#94a3b8;font-style:italic}.dark-mode .agency-profile-page .table-container .data-table td .no-data{color:var(--color-text-secondary)}.agency-profile-page .table-container .data-table td .job-id{background:#f1f5f9;color:#475569;padding:.25rem .5rem;border-radius:.375rem;font-family:monospace;font-size:.8125rem;font-weight:500}.dark-mode .agency-profile-page .table-container .data-table td .job-id{background:var(--color-bg-card);color:var(--color-text-primary)}.agency-profile-page .table-container .data-table td .jobs-count{background:#dbeafe;color:#1d4ed8;padding:.25rem .5rem;border-radius:.375rem;font-size:.8125rem;font-weight:600}.dark-mode .agency-profile-page .table-container .data-table td .jobs-count{background:var(--color-bg-card);color:var(--color-text-primary)}.agency-profile-page .table-container .data-table td .hourly-rate{color:#16a34a;font-weight:600}.dark-mode .agency-profile-page .table-container .data-table td .hourly-rate{color:var(--color-text-primary)}.agency-profile-page .table-container .data-table tbody tr{transition:background-color .2s ease}.dark-mode .agency-profile-page .table-container .data-table tbody tr svg{color:var(--color-text-primary)}.agency-profile-page .table-container .data-table tbody tr:hover{background:#f8fafc}.dark-mode .agency-profile-page .table-container .data-table tbody tr:hover{background:var(--color-bg-hover)}.agency-profile-page .status-badge{padding:.375rem .75rem;border-radius:2rem;font-size:.8125rem;font-weight:500;text-transform:capitalize;display:inline-block}.agency-profile-page .status-badge.status-success{background:#dcfce7;color:#166534}.agency-profile-page .status-badge.status-warning{background:#fef3c7;color:#92400e}.agency-profile-page .status-badge.status-danger{background:#fee2e2;color:#991b1b}.agency-profile-page .status-badge.status-neutral{background:#f1f5f9;color:#475569}.agency-profile-page .priority-badge{padding:.375rem .75rem;border-radius:2rem;font-size:.8125rem;font-weight:500;text-transform:capitalize;display:inline-block}.agency-profile-page .priority-badge.priority-high{background:#fee2e2;color:#991b1b}.agency-profile-page .priority-badge.priority-medium{background:#fef3c7;color:#92400e}.agency-profile-page .priority-badge.priority-low{background:#dcfce7;color:#166534}.agency-profile-page .action-btn{background:none;border:1px solid #e2e8f0;border-radius:.375rem;padding:.5rem;cursor:pointer;color:#64748b;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.agency-profile-page .action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.agency-profile-page .action-btn.view-btn:hover{background:#dbeafe;border-color:#93c5fd;color:#1d4ed8}.agency-profile-page .action-btn svg{font-size:1rem}@media (max-width: 1024px){.agency-profile-page .stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.agency-profile-page .tab-navigation .tab-btn{font-size:.875rem;padding:.625rem 1rem}.agency-profile-page .tab-navigation .tab-btn svg{font-size:1rem}.agency-profile-page .overview-content .info-section .info-grid{grid-template-columns:1fr}.agency-profile-page .overview-content .performance-section .performance-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.agency-profile-page{padding:0 .5rem}.agency-profile-page .profile-header{padding:1.5rem}.agency-profile-page .profile-header .header-content{flex-direction:column;gap:1.5rem}.agency-profile-page .profile-header .header-content .agency-info h1{font-size:2rem}.agency-profile-page .profile-header .back-btn{margin-bottom:1rem}.agency-profile-page .stats-grid{grid-template-columns:1fr;gap:1rem}.agency-profile-page .tab-navigation{flex-wrap:wrap}.agency-profile-page .tab-navigation .tab-btn{flex:1;min-width:120px;font-size:.8125rem;padding:.5rem .75rem}.agency-profile-page .table-container{padding:0 1rem 1rem}.agency-profile-page .table-container .data-table{font-size:.875rem}.agency-profile-page .table-container .data-table th,.agency-profile-page .table-container .data-table td{padding:.75rem .5rem}.agency-profile-page .section-header{padding:1.5rem 1rem 1rem}.agency-profile-page .overview-content{padding:1.5rem 1rem}}@media (max-width: 480px){.agency-profile-page .stats-grid .stat-card{flex-direction:column;text-align:center;padding:1.25rem}.agency-profile-page .stats-grid .stat-card .stat-content h3{font-size:1.75rem}.agency-profile-page .tab-navigation .tab-btn{padding:.5rem;font-size:.75rem}.agency-profile-page .tab-navigation .tab-btn span:not(svg){display:none}}.agency-profile-page .quotations-overview{margin-bottom:2rem}.agency-profile-page .quotations-overview .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.agency-profile-page .quotations-overview .stats-cards .stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.dark-mode .agency-profile-page .quotations-overview .stats-cards .stat-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.agency-profile-page .quotations-overview .stats-cards .stat-card .stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem}.agency-profile-page .quotations-overview .stats-cards .stat-card .stat-content h3{margin:0;font-size:1.75rem;font-weight:600;color:#1f2937}.dark-mode .agency-profile-page .quotations-overview .stats-cards .stat-card .stat-content h3{color:var(--color-text-primary)}.agency-profile-page .quotations-overview .stats-cards .stat-card .stat-content p{margin:0;color:#6b7280;font-size:.875rem}.dark-mode .agency-profile-page .quotations-overview .stats-cards .stat-card .stat-content p{color:var(--color-text-secondary)}.agency-profile-page .quotations-list .empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.dark-mode .agency-profile-page .quotations-list .empty-state{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.agency-profile-page .quotations-list .empty-state .empty-icon{margin:0 auto 1.5rem;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#9ca3af}.dark-mode .agency-profile-page .quotations-list .empty-state .empty-icon{color:var(--color-text-primary);background:var(--color-bg-card)}.agency-profile-page .quotations-list .empty-state h3{margin:0 0 .5rem;color:#1f2937;font-size:1.25rem}.dark-mode .agency-profile-page .quotations-list .empty-state h3{color:var(--color-text-primary)}.agency-profile-page .quotations-list .empty-state p{margin:0 0 2rem;color:#6b7280;max-width:500px;margin-left:auto;margin-right:auto}.dark-mode .agency-profile-page .quotations-list .empty-state p{color:var(--color-text-secondary)}.agency-profile-page .test-section{margin-top:2rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:2rem}.dark-mode .agency-profile-page .test-section{background:var(--color-bg-card);border:2px dashed var(--color-border-primary)}.agency-profile-page .test-section h3{margin:0 0 .5rem;color:#1f2937;font-size:1.125rem}.dark-mode .agency-profile-page .test-section h3{color:var(--color-text-primary)}.agency-profile-page .test-section p{margin:0 0 1.5rem;color:#6b7280}.dark-mode .agency-profile-page .test-section p{color:var(--color-text-secondary)}.agency-profile-page .test-section .test-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.agency-profile-page .test-section .test-buttons{flex-direction:column}}.job-profile-page{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);min-height:100vh;padding:20px}.dark-mode .job-profile-page{background:var(--color-bg-primary)}.loading-state,.job-profile-error-state{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:60vh!important;text-align:center!important;padding:2rem!important}.loading-state .spinner,.job-profile-error-state .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #059669;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.loading-state .job-profile-error-icon,.job-profile-error-state .job-profile-error-icon{width:80px;height:80px;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.loading-state .job-profile-error-icon svg,.job-profile-error-state .job-profile-error-icon svg{font-size:2.5rem;color:#dc2626}.loading-state .job-profile-error-content,.job-profile-error-state .job-profile-error-content{max-width:500px!important;background:#fff!important;border-radius:1rem!important;padding:2rem!important;box-shadow:0 4px 6px -1px #0000001a!important;border:1px solid #e5e7eb!important}.loading-state .job-profile-error-content h3,.job-profile-error-state .job-profile-error-content h3{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#1f2937;background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.loading-state .job-profile-error-content p,.job-profile-error-state .job-profile-error-content p{color:#6b7280;margin:0 0 2rem;font-size:1.125rem;line-height:1.6}.loading-state .job-profile-error-content .job-profile-error-details,.job-profile-error-state .job-profile-error-content .job-profile-error-details{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:2rem;text-align:left}.loading-state .job-profile-error-content .job-profile-error-details .job-profile-error-code,.job-profile-error-state .job-profile-error-content .job-profile-error-details .job-profile-error-code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#dc2626;background:#fee2e2;padding:.25rem .5rem;border-radius:.25rem;display:inline-block;margin-bottom:.5rem}.loading-state .job-profile-error-content .job-profile-error-details .job-profile-error-message,.job-profile-error-state .job-profile-error-content .job-profile-error-details .job-profile-error-message{color:#991b1b;font-size:.875rem;line-height:1.5}.loading-state .job-profile-error-content .job-profile-error-actions,.job-profile-error-state .job-profile-error-content .job-profile-error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.loading-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary,.job-profile-error-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:.875rem 1.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 4px #0000001a}.loading-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary:hover,.job-profile-error-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.loading-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary:active,.job-profile-error-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-primary:active{transform:translateY(0)}.loading-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-secondary,.job-profile-error-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-secondary{background:#fff;color:#6b7280;border:2px solid #e5e7eb;padding:.875rem 1.75rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:1rem;display:flex;align-items:center;gap:.5rem}.loading-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-secondary:hover,.job-profile-error-state .job-profile-error-content .job-profile-error-actions .job-profile-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}@media (max-width: 768px){.job-profile-page .profile-header{padding:1.5rem}.job-profile-page .profile-header .header-content{flex-direction:column;gap:1rem}.job-profile-page .profile-header .header-content .job-info h1{font-size:2rem}.job-profile-page .stats-grid{grid-template-columns:1fr;padding:0 1rem}.job-profile-page .tab-navigation{padding:0 1rem;overflow-x:auto}.job-profile-page .tab-navigation .tab-btn{white-space:nowrap;padding:.75rem 1rem}.job-profile-page .tab-content{padding:0 1rem 1rem}.job-profile-page .tab-content .overview-content .info-section .info-grid,.job-profile-page .tab-content .details-content .info-section .info-grid,.job-profile-page .tab-content .property-content .info-section .info-grid,.job-profile-page .tab-content .technician-content .info-section .info-grid,.job-profile-page .tab-content .overview-content .cost-section .cost-grid,.job-profile-page .tab-content .details-content .cost-section .cost-grid,.job-profile-page .tab-content .property-content .cost-section .cost-grid,.job-profile-page .tab-content .technician-content .cost-section .cost-grid,.job-profile-page .tab-content .details-grid,.job-profile-page .tab-content .property-details,.job-profile-page .tab-content .technician-details{grid-template-columns:1fr}}.technician-profile-page{padding:0;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.technician-profile-page .loading-container,.technician-profile-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.technician-profile-page .loading-container .loading-spinner,.technician-profile-page .error-container .loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.technician-profile-page .loading-container .error-icon,.technician-profile-page .error-container .error-icon{font-size:4rem;color:#ef4444;margin-bottom:1rem}.technician-profile-page .loading-container h2,.technician-profile-page .error-container h2{font-size:1.8rem;color:#1f2937;margin-bottom:.5rem}.technician-profile-page .loading-container p,.technician-profile-page .error-container p{color:#6b7280;margin-bottom:2rem}.technician-profile-page .loading-container .back-button,.technician-profile-page .error-container .back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.technician-profile-page .loading-container .back-button:hover,.technician-profile-page .error-container .back-button:hover{background:#2563eb;transform:translateY(-1px)}.technician-profile-page .profile-header{background:linear-gradient(135deg,#3b82f6,#667eea);color:#fff;padding:2rem 0 3rem;position:relative;overflow:hidden}.technician-profile-page .profile-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.1}.technician-profile-page .profile-header .back-button{display:flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;margin:0 2rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease;position:relative;z-index:2}.technician-profile-page .profile-header .back-button:hover{background:#ffffff4d;transform:translateY(-1px)}.technician-profile-page .profile-header .hero-section{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.technician-profile-page .profile-header .hero-section .technician-avatar{width:120px;height:120px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3)}.technician-profile-page .profile-header .hero-section .technician-info .technician-name{font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .status-badge,.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .status-badge.success,.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience.success{background:#10b981e6}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .status-badge.warning,.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience.warning{background:#f59e0be6}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .status-badge.danger,.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience.danger{background:#ef4444e6}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .status-badge.info,.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience.info{background:#3b82f6e6}.technician-profile-page .profile-header .hero-section .technician-info .technician-meta .experience{background:#fff3}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display{display:flex;align-items:center;gap:.75rem}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .stars{display:flex;gap:.25rem}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .stars .star{font-size:1.2rem}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .stars .star.filled{color:#fbbf24}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .stars .star.empty{color:#ffffff4d}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .stars .star.half{color:#fbbf24}.technician-profile-page .profile-header .hero-section .technician-info .rating-section .rating-display .rating-text{font-weight:500;opacity:.9}.technician-profile-page .profile-header .hero-section .quick-actions{display:flex;flex-direction:column;gap:.75rem}.technician-profile-page .profile-header .hero-section .quick-actions .action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.technician-profile-page .profile-header .hero-section .quick-actions .action-button.phone{background:#10b981e6;color:#fff}.technician-profile-page .profile-header .hero-section .quick-actions .action-button.phone:hover{background:#10b981;transform:translateY(-1px)}.technician-profile-page .profile-header .hero-section .quick-actions .action-button.email{background:#3b82f6e6;color:#fff}.technician-profile-page .profile-header .hero-section .quick-actions .action-button.email:hover{background:#3b82f6;transform:translateY(-1px)}.technician-profile-page .tab-navigation{background:#fff;box-shadow:0 2px 4px #0000001a;padding:0 2rem;display:flex;gap:0;max-width:1200px;margin:0 auto}.technician-profile-page .tab-navigation .tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent}.technician-profile-page .tab-navigation .tab-button:hover{color:#3b82f6;background:#3b82f60d}.technician-profile-page .tab-navigation .tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#3b82f60d}.technician-profile-page .tab-navigation .tab-button svg{font-size:1.1rem}.technician-profile-page .tab-content{max-width:1200px;margin:0 auto;padding:2rem}.technician-profile-page .tab-content .overview-tab .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card.jobs-completed .stat-icon{background:linear-gradient(135deg,#10b981,#047857)}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card.active-jobs .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card.max-capacity .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card.rating .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card .stat-content h3{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.technician-profile-page .tab-content .overview-tab .stats-grid .stat-card .stat-content p{color:#6b7280;margin:0;font-weight:500}.technician-profile-page .tab-content .overview-tab .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.technician-profile-page .tab-content .overview-tab .info-grid .info-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:all .2s ease}.technician-profile-page .tab-content .overview-tab .info-grid .info-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1.5rem;border-bottom:1px solid #e5e7eb}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-header h3{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.2rem;font-weight:600;color:#1f2937}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-header h3 svg{color:#3b82f6}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content{padding:1.5rem}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item:last-child,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item:last-child{border-bottom:none}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item svg,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item svg{color:#3b82f6;font-size:1.1rem}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item span:first-of-type,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item span:first-of-type{font-weight:500;color:#6b7280}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item a,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item a{color:#3b82f6;text-decoration:none;font-weight:500}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item a:hover,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item a:hover{text-decoration:underline}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value{text-align:right;font-weight:500}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value.status,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value.status{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value.status.active,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value.status.active{background:#10b9811a;color:#047857}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value.status.inactive,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value.status.inactive{background:#9ca3af1a;color:#374151}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value.status.suspended,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value.status.suspended{background:#ef44441a;color:#dc2626}.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .contact-item .value.status.pending,.technician-profile-page .tab-content .overview-tab .info-grid .info-card .card-content .detail-item .value.status.pending{background:#f59e0b1a;color:#d97706}.technician-profile-page .tab-content .jobs-tab .jobs-header{margin-bottom:2rem}.technician-profile-page .tab-content .jobs-tab .jobs-header h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.technician-profile-page .tab-content .jobs-tab .jobs-header p{color:#6b7280;margin:0}.technician-profile-page .tab-content .jobs-tab .jobs-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.technician-profile-page .tab-content .jobs-tab .jobs-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.technician-profile-page .tab-content .jobs-tab .jobs-table{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.technician-profile-page .tab-content .jobs-tab .jobs-table table{width:100%;border-collapse:collapse}.technician-profile-page .tab-content .jobs-tab .jobs-table table thead{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.technician-profile-page .tab-content .jobs-tab .jobs-table table thead th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr{transition:background-color .2s ease}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr:hover{background:#3b82f605}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr:not(:last-child){border-bottom:1px solid #f3f4f6}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td{padding:1rem 1.5rem;vertical-align:middle}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .job-id{font-family:Monaco,Menlo,monospace;font-weight:600;color:#3b82f6}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .property-info .property-address{color:#1f2937;font-weight:500}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .job-type{padding:.25rem .75rem;background:#6366f11a;color:#5a67d8;border-radius:20px;font-size:.85rem;font-weight:500}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .due-date{color:#6b7280;font-weight:500}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge.success{background:#10b9811a;color:#047857}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge.warning{background:#f59e0b1a;color:#d97706}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge.danger{background:#ef44441a;color:#dc2626}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge.info{background:#3b82f61a;color:#1d4ed8}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .status-badge.secondary{background:#9ca3af1a;color:#374151}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .priority-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .priority-badge.high{background:#ef44441a;color:#dc2626}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .priority-badge.medium{background:#f59e0b1a;color:#d97706}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .priority-badge.low{background:#10b9811a;color:#047857}.technician-profile-page .tab-content .jobs-tab .jobs-table table tbody tr td .priority-badge.normal{background:#6366f11a;color:#5a67d8}.technician-profile-page .tab-content .jobs-tab .no-jobs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.technician-profile-page .tab-content .jobs-tab .no-jobs svg{font-size:3rem;color:#6b7280;margin-bottom:1rem}.technician-profile-page .tab-content .jobs-tab .no-jobs h4{font-size:1.2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.technician-profile-page .tab-content .jobs-tab .no-jobs p{color:#6b7280;margin:0}.technician-profile-page .tab-content .performance-tab .performance-metrics h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:all .2s ease}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-header h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .percentage{font-size:2.5rem;font-weight:700;color:#3b82f6;display:block}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .workload{font-size:1.5rem;font-weight:600;color:#1f2937;display:block;margin-bottom:1rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .workload-bar{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .workload-bar .workload-fill{height:100%;background:linear-gradient(135deg,#3b82f6,#667eea);border-radius:4px;transition:width .3s ease}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display{display:flex;flex-direction:column;gap:.5rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .stars{display:flex;gap:.25rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .stars .star{font-size:1.5rem}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .stars .star.filled{color:#fbbf24}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .stars .star.empty{color:#e5e7eb}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .stars .star.half{color:#fbbf24}.technician-profile-page .tab-content .performance-tab .performance-metrics .metrics-grid .metric-card .metric-value .rating-display .rating-text{color:#6b7280;font-weight:500}.technician-profile-page .tab-content .payments-tab .payments-header{margin-bottom:2rem}.technician-profile-page .tab-content .payments-tab .payments-header h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.technician-profile-page .tab-content .payments-tab .payments-header p{color:#6b7280;margin:0}.technician-profile-page .tab-content .payments-tab .payments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.technician-profile-page .tab-content .payments-tab .payments-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.technician-profile-page .tab-content .payments-tab .payments-table{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.technician-profile-page .tab-content .payments-tab .payments-table table{width:100%;border-collapse:collapse}.technician-profile-page .tab-content .payments-tab .payments-table table thead{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.technician-profile-page .tab-content .payments-tab .payments-table table thead th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr{transition:background-color .2s ease}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr:hover{background:#3b82f605}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr:not(:last-child){border-bottom:1px solid #f3f4f6}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td{padding:1rem 1.5rem;vertical-align:middle}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .invoice-id{font-family:Monaco,Menlo,monospace;font-weight:600;color:#3b82f6}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .amount{font-weight:600;color:#1f2937;font-size:1.1rem}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .date{color:#6b7280;font-weight:500}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .status-badge.paid{background:#10b9811a;color:#047857}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .status-badge.pending{background:#f59e0b1a;color:#d97706}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .status-badge.sent{background:#3b82f61a;color:#1d4ed8}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .status-badge.draft{background:#9ca3af1a;color:#374151}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .job-type{padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;text-transform:capitalize;letter-spacing:.25px;background:#8b5cf61a;color:#7c3aed;border:none}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .payment-method{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-weight:500}.technician-profile-page .tab-content .payments-tab .payments-table table tbody tr td .payment-method svg{color:#3b82f6;font-size:1rem}.technician-profile-page .tab-content .payments-tab .no-payments{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.technician-profile-page .tab-content .payments-tab .no-payments svg{font-size:3rem;color:#6b7280;margin-bottom:1rem}.technician-profile-page .tab-content .payments-tab .no-payments h4{font-size:1.2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.technician-profile-page .tab-content .payments-tab .no-payments p{color:#6b7280;margin:0}@media (max-width: 768px){.technician-profile-page .profile-header{padding:1.5rem 0 2rem}.technician-profile-page .profile-header .hero-section{grid-template-columns:1fr;text-align:center;gap:1.5rem}.technician-profile-page .profile-header .hero-section .technician-avatar{justify-self:center}.technician-profile-page .profile-header .hero-section .quick-actions{flex-direction:row;justify-content:center}.technician-profile-page .tab-navigation{padding:0 1rem;overflow-x:auto}.technician-profile-page .tab-navigation .tab-button{white-space:nowrap;min-width:fit-content}.technician-profile-page .tab-content{padding:1rem}.technician-profile-page .tab-content .overview-tab .stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.technician-profile-page .tab-content .overview-tab .info-grid{grid-template-columns:1fr}.technician-profile-page .tab-content .jobs-tab .jobs-table{overflow-x:auto}.technician-profile-page .tab-content .jobs-tab .jobs-table table{min-width:600px}.technician-profile-page .tab-content .performance-tab .metrics-grid{grid-template-columns:1fr}.technician-profile-page .tab-content .payments-tab .payments-table{overflow-x:auto}.technician-profile-page .tab-content .payments-tab .payments-table table{min-width:700px}}.property-manager-profile{max-width:1200px;margin:0 auto;padding:20px}.property-manager-profile .profile-header{display:flex;align-items:center;background:linear-gradient(90deg,#f8fafc 60%,#e0e7ef);border-radius:18px;box-shadow:0 2px 12px #3498db12;padding:32px 36px 24px;margin-bottom:32px;gap:20px}.dark-mode .property-manager-profile .profile-header{background:var(--color-bg-card);border:1px solid var(--color-border-primary)}.property-manager-profile .profile-header .back-btn{background:none;border:none;color:#3498db;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s;padding:8px 12px;border-radius:6px;flex-shrink:0;margin:0}.property-manager-profile .profile-header .back-btn:hover{color:#217dbb;background:#3498db1a}.property-manager-profile .header-content{flex:1;text-align:center}.property-manager-profile .profile-header .header-content h1{font-size:1.35rem;font-weight:600;color:#222f3e;margin-bottom:.15rem;letter-spacing:.2px}.dark-mode .property-manager-profile .profile-header .header-content h1{color:var(--color-text-primary)}.property-manager-profile .profile-header .header-content .property-manager-role{font-size:.98rem;color:#8395a7;font-weight:500;margin-top:.1rem}.dark-mode .property-manager-profile .profile-header .header-content .property-manager-role{color:var(--color-text-secondary)}.property-manager-profile .profile-content .profile-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #e1e5e9;padding-bottom:12px}.property-manager-profile .profile-content .profile-tabs .tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;border-radius:8px;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.dark-mode .property-manager-profile .profile-content .profile-tabs .tab-btn{color:var(--color-text-secondary)}.property-manager-profile .profile-content .profile-tabs .tab-btn:hover{background:#f1f5f9;color:#334155}.property-manager-profile .profile-content .profile-tabs .tab-btn.active{background:#3498db;color:#fff;box-shadow:0 2px 8px #3498db40}.property-manager-profile .profile-content .profile-tabs .tab-btn svg{font-size:1.1rem}.property-manager-profile .profile-content .tab-content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000001a;border:1px solid #e1e5e9}.dark-mode .property-manager-profile .profile-content .tab-content{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.property-manager-profile .overview-content .overview-grid{display:grid;gap:32px}.property-manager-profile .overview-content .overview-grid .info-section h3,.property-manager-profile .overview-content .overview-grid .contact-section h3,.property-manager-profile .overview-content .overview-grid .stats-section h3,.property-manager-profile .overview-content .overview-grid .account-section h3{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:20px;font-weight:600;color:#2c3e50;border-bottom:2px solid #ecf0f1;padding-bottom:12px}.dark-mode .property-manager-profile .overview-content .overview-grid .info-section h3,.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section h3,.dark-mode .property-manager-profile .overview-content .overview-grid .stats-section h3,.dark-mode .property-manager-profile .overview-content .overview-grid .account-section h3{color:var(--color-text-primary)}.property-manager-profile .overview-content .overview-grid .info-section h3 svg,.property-manager-profile .overview-content .overview-grid .contact-section h3 svg,.property-manager-profile .overview-content .overview-grid .stats-section h3 svg,.property-manager-profile .overview-content .overview-grid .account-section h3 svg{color:#3498db}.property-manager-profile .overview-content .overview-grid .info-section .info-grid,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid,.property-manager-profile .overview-content .overview-grid .account-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item label,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item label,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item label,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item label{display:block;font-size:14px;font-weight:600;color:#7f8c8d;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.dark-mode .property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item label,.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item label,.dark-mode .property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item label,.dark-mode .property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item label{color:var(--color-text-secondary)}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item p,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item p,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item p,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item p{margin:0;font-size:16px;font-weight:500;color:#2c3e50;line-height:1.4}.dark-mode .property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item p,.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item p,.dark-mode .property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item p,.dark-mode .property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item p{color:var(--color-text-primary)}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges{display:flex;gap:8px;flex-wrap:wrap}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-available,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-available,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-available,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-available{background:#d5f4e6;color:#27ae60}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-busy,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-busy,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-busy,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-busy{background:#fef9e7;color:#f39c12}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-leave,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-leave,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-leave,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-leave{background:#eef2ff;color:#6366f1}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-active,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-active,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-active,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-active{background:#d5f4e6;color:#27ae60}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-inactive,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-inactive,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-inactive,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-inactive{background:#fadbd8;color:#e74c3c}.property-manager-profile .overview-content .overview-grid .info-section .info-grid .info-item .status-badges .status-badge.status-pending,.property-manager-profile .overview-content .overview-grid .contact-section .info-grid .info-item .status-badges .status-badge.status-pending,.property-manager-profile .overview-content .overview-grid .stats-section .info-grid .info-item .status-badges .status-badge.status-pending,.property-manager-profile .overview-content .overview-grid .account-section .info-grid .info-item .status-badges .status-badge.status-pending{background:#fff3cd;color:#856404}.property-manager-profile .overview-content .overview-grid .contact-section .contact-card{background:#f8f9fa;border-radius:8px;padding:20px;border-left:4px solid #3498db}.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section .contact-card{background:var(--color-bg-card)}.property-manager-profile .overview-content .overview-grid .contact-section .contact-card .contact-info .contact-details{display:flex;flex-direction:column;gap:12px}.property-manager-profile .overview-content .overview-grid .contact-section .contact-card .contact-info .contact-details .contact-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#2c3e50}.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section .contact-card .contact-info .contact-details .contact-item{color:var(--color-text-primary)}.property-manager-profile .overview-content .overview-grid .contact-section .contact-card .contact-info .contact-details .contact-item svg{color:#7f8c8d;width:16px;height:16px}.dark-mode .property-manager-profile .overview-content .overview-grid .contact-section .contact-card .contact-info .contact-details .contact-item svg{color:var(--color-text-secondary)}.property-manager-profile .overview-content .overview-grid .stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.property-manager-profile .overview-content .overview-grid .stats-section .stats-grid .stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:20px;border-radius:12px;text-align:center;box-shadow:0 4px 15px #667eea4d}.property-manager-profile .overview-content .overview-grid .stats-section .stats-grid .stat-card .stat-value{font-size:2rem;font-weight:700;margin-bottom:8px;color:#fff}.dark-mode .property-manager-profile .overview-content .overview-grid .stats-section .stats-grid .stat-card .stat-value{color:var(--color-text-primary)}.property-manager-profile .overview-content .overview-grid .stats-section .stats-grid .stat-card .stat-label{font-size:.875rem;opacity:.9;font-weight:500;color:#fff}.dark-mode .property-manager-profile .overview-content .overview-grid .stats-section .stats-grid .stat-card .stat-label{color:var(--color-text-primary)}.property-manager-profile .properties-content .properties-header{margin-bottom:24px}.property-manager-profile .properties-content .properties-header h3{margin:0 0 8px;font-size:1.5rem;font-weight:600;color:#2c3e50}.dark-mode .property-manager-profile .properties-content .properties-header h3{color:var(--color-text-primary)}.property-manager-profile .properties-content .properties-header p{margin:0;color:#7f8c8d;font-size:1rem}.dark-mode .property-manager-profile .properties-content .properties-header p{color:var(--color-text-secondary)}.property-manager-profile .properties-content .properties-table{overflow-x:auto}.property-manager-profile .properties-content .properties-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.dark-mode .property-manager-profile .properties-content .properties-table table{background:var(--color-bg-card)}.property-manager-profile .properties-content .properties-table table th{background:#f8f9fa;padding:16px 12px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.dark-mode .property-manager-profile .properties-content .properties-table table th{background:var(--color-bg-card);color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary)}.property-manager-profile .properties-content .properties-table table td{padding:12px;border-bottom:1px solid #f0f0f0;font-size:.875rem;color:#374151}.dark-mode .property-manager-profile .properties-content .properties-table table td{color:var(--color-text-primary)}.property-manager-profile .properties-content .properties-table table tr:last-child td{border-bottom:none}.property-manager-profile .properties-content .properties-table table tr:hover{background:#f7fafc}.dark-mode .property-manager-profile .properties-content .properties-table table tr:hover{background:var(--color-bg-hover)}.property-manager-profile .properties-content .properties-table table .role-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.property-manager-profile .properties-content .properties-table table .role-badge.role-primary{background:#3498db;color:#fff}.property-manager-profile .properties-content .properties-table table .role-badge.role-secondary{background:#f39c12;color:#fff}.property-manager-profile .properties-content .properties-table table .role-badge.role-backup{background:#95a5a6;color:#fff}.property-manager-profile .properties-content .properties-table table .property-type-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background:#e3f2fd;color:#1976d2}.property-manager-profile .properties-content .properties-table table .view-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#3498db;border:none;border-radius:6px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-profile .properties-content .properties-table table .view-btn:hover{background:#2980b9;transform:translateY(-1px)}.property-manager-profile .properties-content .properties-table table .view-btn svg{font-size:14px}.property-manager-profile .properties-content .empty-state{text-align:center;padding:48px 24px;color:#7f8c8d}.property-manager-profile .properties-content .empty-state svg{font-size:3rem;margin-bottom:16px;color:#bdc3c7}.property-manager-profile .properties-content .empty-state h4{margin:0 0 8px;font-size:1.25rem;color:#2c3e50}.property-manager-profile .properties-content .empty-state p{margin:0;font-size:1rem}.property-manager-profile .performance-content .performance-header{margin-bottom:24px}.property-manager-profile .performance-content .performance-header h3{margin:0 0 8px;font-size:1.5rem;font-weight:600;color:#2c3e50}.dark-mode .property-manager-profile .performance-content .performance-header h3{color:var(--color-text-primary)}.property-manager-profile .performance-content .performance-header p{margin:0;color:#7f8c8d;font-size:1rem}.dark-mode .property-manager-profile .performance-content .performance-header p{color:var(--color-text-secondary)}.property-manager-profile .performance-content .performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.property-manager-profile .performance-content .performance-grid .performance-card{background:linear-gradient(135deg,#d13ee1,#d93551);color:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 15px #f093fb4d}.property-manager-profile .performance-content .performance-grid .performance-card h4{margin:0 0 20px;font-size:1.25rem;font-weight:600}.property-manager-profile .performance-content .performance-grid .performance-card .performance-stats{display:flex;flex-direction:column;gap:16px}.property-manager-profile .performance-content .performance-grid .performance-card .performance-stats .perf-stat{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2)}.property-manager-profile .performance-content .performance-grid .performance-card .performance-stats .perf-stat:last-child{border-bottom:none}.property-manager-profile .performance-content .performance-grid .performance-card .performance-stats .perf-stat .perf-label{font-size:.95rem;opacity:.9}.property-manager-profile .performance-content .performance-grid .performance-card .performance-stats .perf-stat .perf-value{font-size:1.25rem;font-weight:700}.property-manager-profile .loading-state,.property-manager-profile .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.property-manager-profile .loading-state .spinner,.property-manager-profile .error-state .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.property-manager-profile .loading-state svg,.property-manager-profile .error-state svg{font-size:3rem;color:#e74c3c;margin-bottom:16px}.property-manager-profile .loading-state h2,.property-manager-profile .error-state h2{margin:0 0 12px;color:#2c3e50}.property-manager-profile .loading-state p,.property-manager-profile .error-state p{margin:0 0 20px;color:#7f8c8d}.property-manager-profile .loading-state .btn,.property-manager-profile .error-state .btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3498db;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.property-manager-profile .loading-state .btn:hover,.property-manager-profile .error-state .btn:hover{background:#2980b9}.property-manager-profile .loading-state .btn.btn-primary,.property-manager-profile .error-state .btn.btn-primary{background:#3498db}.spinning{animation:spin 1s linear infinite}@media (max-width: 768px){.property-manager-profile{padding:16px}.property-manager-profile .profile-header{flex-direction:column;gap:16px;text-align:center;padding:24px 20px}.property-manager-profile .profile-header .back-btn{align-self:flex-start}.property-manager-profile .profile-header .header-content{width:100%}.property-manager-profile .profile-header .header-content h1{font-size:1.25rem}.property-manager-profile .profile-content .profile-tabs{flex-direction:column;gap:8px}.property-manager-profile .profile-content .profile-tabs .tab-btn{width:100%;justify-content:center}.property-manager-profile .profile-content .tab-content{padding:20px}.property-manager-profile .overview-content .overview-grid .info-grid,.property-manager-profile .overview-content .overview-grid .stats-grid,.property-manager-profile .performance-content .performance-grid{grid-template-columns:1fr}.property-manager-profile .properties-table{font-size:.8rem}.property-manager-profile .properties-table th,.property-manager-profile .properties-table td{padding:8px}}.inspection-booking-page{width:100%;padding:2rem;background:#f9fafb;min-height:100vh}.inspection-booking-page .booking-header{margin-bottom:2rem}.inspection-booking-page .booking-header .header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.inspection-booking-page .booking-header .header-content .logo-section{display:flex;align-items:center;gap:.75rem}.inspection-booking-page .booking-header .header-content .logo-section .logo{height:32px;width:auto}.inspection-booking-page .booking-header .header-content .logo-section .app-name{font-size:1.25rem;font-weight:700;color:#2c3e50}.inspection-booking-page .booking-header .header-content .btn-back{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#6c757d;cursor:pointer;transition:all .2s ease}.inspection-booking-page .booking-header .header-content .btn-back:hover{background:#e9ecef;color:#495057}.inspection-booking-page .booking-header h1{margin:0;color:#2c3e50;font-size:2rem;font-weight:700}.inspection-booking-page .booking-container{display:flex;flex-direction:column;gap:2rem}.inspection-booking-page .job-info-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e9ecef}.inspection-booking-page .job-info-card h2{margin:0 0 1rem;color:#2c3e50;font-size:1.25rem;font-weight:600}.inspection-booking-page .job-info-card .job-details{display:grid;gap:.75rem}.inspection-booking-page .job-info-card .job-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e9ecef}.inspection-booking-page .job-info-card .job-details .detail-item:last-child{border-bottom:none}.inspection-booking-page .job-info-card .job-details .detail-item strong{color:#495057;font-weight:600}.inspection-booking-page .booking-form{display:flex;flex-direction:column;gap:2rem}.inspection-booking-page .booking-form .form-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem}.inspection-booking-page .booking-form .form-section h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:#2c3e50;font-size:1.1rem;font-weight:600}.inspection-booking-page .booking-form .form-section .date-info{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.inspection-booking-page .booking-form .form-section .date-info .due-date-info{display:block;margin-top:.5rem;color:#dc3545;font-weight:500}.inspection-booking-page .booking-form .form-section .date-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.inspection-booking-page .booking-form .form-section .date-grid .date-option{display:flex;flex-direction:column;align-items:center;padding:1rem .5rem;border:2px solid #e9ecef;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-height:80px}.inspection-booking-page .booking-form .form-section .date-grid .date-option:hover{border-color:#007bff;background:#f8f9ff}.inspection-booking-page .booking-form .form-section .date-grid .date-option.selected{border-color:#007bff;background:#007bff;color:#fff}.inspection-booking-page .booking-form .form-section .date-grid .date-option.selected .date-day,.inspection-booking-page .booking-form .form-section .date-grid .date-option.selected .date-number,.inspection-booking-page .booking-form .form-section .date-grid .date-option.selected .date-month{color:#fff}.inspection-booking-page .booking-form .form-section .date-grid .date-option .date-day{font-size:.8rem;font-weight:500;color:#6c757d;text-transform:uppercase}.inspection-booking-page .booking-form .form-section .date-grid .date-option .date-number{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:.25rem 0}.inspection-booking-page .booking-form .form-section .date-grid .date-option .date-month{font-size:.8rem;font-weight:500;color:#6c757d;text-transform:uppercase}.inspection-booking-page .booking-form .form-section .no-dates-available{text-align:center;padding:2rem;color:#6c757d}.inspection-booking-page .booking-form .form-section .no-dates-available p{margin:.5rem 0}.inspection-booking-page .booking-form .form-section .shift-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.inspection-booking-page .booking-form .form-section .shift-options .shift-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:2px solid #e9ecef;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative}.inspection-booking-page .booking-form .form-section .shift-options .shift-option:hover,.inspection-booking-page .booking-form .form-section .shift-options .shift-option.selected{border-color:#007bff;background:#f8f9ff}.inspection-booking-page .booking-form .form-section .shift-options .shift-option.selected .check-icon{opacity:1;color:#007bff}.inspection-booking-page .booking-form .form-section .shift-options .shift-option .shift-icon{font-size:1.5rem}.inspection-booking-page .booking-form .form-section .shift-options .shift-option .shift-details{flex:1}.inspection-booking-page .booking-form .form-section .shift-options .shift-option .shift-details .shift-name{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.inspection-booking-page .booking-form .form-section .shift-options .shift-option .shift-details .shift-time{font-size:.9rem;color:#6c757d}.inspection-booking-page .booking-form .form-section .shift-options .shift-option .check-icon{opacity:0;transition:opacity .2s ease}.inspection-booking-page .booking-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e9ecef}.inspection-booking-page .booking-form .form-actions .btn-secondary{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s ease}.inspection-booking-page .booking-form .form-actions .btn-secondary:hover:not(:disabled){background:#5a6268}.inspection-booking-page .booking-form .form-actions .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.inspection-booking-page .booking-form .form-actions .btn-primary{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s ease}.inspection-booking-page .booking-form .form-actions .btn-primary:hover:not(:disabled){background:#0056b3}.inspection-booking-page .booking-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.inspection-booking-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.inspection-booking-page .loading-container .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.inspection-booking-page .loading-container p{color:#6c757d;font-size:1.1rem}.inspection-booking-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem;text-align:center}.inspection-booking-page .error-container h2{color:#dc3545;margin:0}.inspection-booking-page .error-container p{color:#6c757d;margin:0}.inspection-booking-page .error-container .btn-secondary{padding:.75rem 1.5rem;background:#6c757d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:background .2s ease}.inspection-booking-page .error-container .btn-secondary:hover{background:#5a6268}.inspection-booking-page .success-confirmation{text-align:center;max-width:900px;margin:0 auto;padding:2.5rem;background:#fff;border-radius:12px;box-shadow:0 10px 15px #0000000d;border:1px solid #e2e8f0}.inspection-booking-page .success-confirmation .success-icon{background-color:#d1fae5;border-radius:50%;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 0 10px #0000001a}.inspection-booking-page .success-confirmation .success-icon svg{color:#10b981;width:40px;height:40px}.inspection-booking-page .success-confirmation h2{color:#065f46;font-size:1.75rem;margin-bottom:1.5rem;font-weight:700}.inspection-booking-page .success-confirmation .booking-details-card{background:#f9fafb;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.inspection-booking-page .success-confirmation .booking-details-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.inspection-booking-page .success-confirmation .booking-details-card .booking-info{text-align:left}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb;transition:all .3s ease}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row:hover{background:#3b82f60d;margin:0 -1rem;padding:1rem;border-radius:8px}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row:last-child{border-bottom:none}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row strong{color:#374151;font-weight:600;font-size:1rem}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row span{color:#1f2937;font-weight:700;font-size:1rem}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row span.job-id{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;padding:.5rem 1rem;border-radius:10px;font-family:Monaco,Menlo,monospace;font-size:.9rem;letter-spacing:.5px;border:1px solid #93c5fd}.inspection-booking-page .success-confirmation .booking-details-card .booking-info .info-row span.shift-badge{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#065f46;padding:.5rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;border:1px solid #86efac}.inspection-booking-page .success-confirmation .next-steps{text-align:left;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#f1f5f9);border-radius:12px;padding:2rem;box-shadow:0 4px 15px #00000014;border:1px solid #e2e8f0}.inspection-booking-page .success-confirmation .next-steps h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center;position:relative}.inspection-booking-page .success-confirmation .next-steps h3:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px}.inspection-booking-page .success-confirmation .next-steps .steps-list{display:flex;flex-direction:column;gap:1.5rem}.inspection-booking-page .success-confirmation .next-steps .steps-list .step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#3b82f60d;border-radius:12px;border-left:4px solid #3b82f6;transition:all .3s ease}.inspection-booking-page .success-confirmation .next-steps .steps-list .step:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.inspection-booking-page .success-confirmation .next-steps .steps-list .step .step-number{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;box-shadow:0 4px 12px #3b82f666}.inspection-booking-page .success-confirmation .next-steps .steps-list .step .step-content{flex:1}.inspection-booking-page .success-confirmation .next-steps .steps-list .step .step-content strong{color:#1e293b;display:block;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.inspection-booking-page .success-confirmation .next-steps .steps-list .step .step-content p{color:#475569;margin:0;line-height:1.6;font-size:.95rem}.inspection-booking-page .success-confirmation .contact-info{text-align:center;padding:1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#ceffff,#e0ffe8);border:1px solid #b2f5ea;border-radius:12px}.inspection-booking-page .success-confirmation .contact-info p{color:#065f46;margin:0;font-size:1.1rem;font-weight:500}.inspection-booking-page .success-confirmation .contact-info strong{color:#047857;font-weight:700}.inspection-booking-page .success-confirmation .close-window{min-width:220px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;box-shadow:0 8px 25px #3b82f666;transition:all .3s ease;cursor:pointer}.inspection-booking-page .success-confirmation .close-window:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f680}.inspection-booking-page .success-confirmation .close-window:active{transform:translateY(-1px)}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){.success-confirmation{padding:1rem}.success-confirmation .booking-details-card{padding:1.5rem}.success-confirmation .booking-details-card .booking-info .info-row{flex-direction:column;align-items:flex-start;gap:.25rem}.success-confirmation .booking-details-card .booking-info .info-row span{margin-top:.25rem}.success-confirmation .next-steps .steps-list .step .step-number{width:1.75rem;height:1.75rem;font-size:.75rem}}.page-header{margin-bottom:30px}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.header-info{flex:1}.header-info h1{margin:0 0 10px;font-size:2rem;font-weight:600;color:#333}.header-info p{margin:0 0 5px;color:#666;font-size:1rem}.current-path{font-family:monospace;background-color:#f5f5f5;padding:5px 10px;border-radius:4px;font-size:.9rem}.dashboard-logout-button{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.dashboard-logout-button:hover{background-color:#c82333}.dashboard-logout-button svg{font-size:1.1rem}.content-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.content-card h3{margin:0 0 15px;font-size:1.5rem;font-weight:600;color:#333}.content-card p{margin:0;color:#666;font-size:1rem;line-height:1.5}.technician-dashboard{max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh;color:#1e293b;transition:background-color .2s ease,color .2s ease}.dark-mode .technician-dashboard{background:var(--color-bg-secondary);color:var(--color-text-primary)}.technician-dashboard .loading-container,.technician-dashboard .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.technician-dashboard .loading-container .loading-spinner,.technician-dashboard .loading-container .error-icon,.technician-dashboard .error-container .loading-spinner,.technician-dashboard .error-container .error-icon{font-size:2rem;color:#024974;animation:spin 1s linear infinite}.technician-dashboard .loading-container .error-icon,.technician-dashboard .error-container .error-icon{color:#ef4444;animation:none}.technician-dashboard .loading-container p,.technician-dashboard .error-container p{color:#6b7280;font-size:1rem}.technician-dashboard .loading-container h3,.technician-dashboard .error-container h3{color:#1f2937;font-size:1.25rem;font-weight:600}.dark-mode .technician-dashboard .loading-container .loading-spinner,.dark-mode .technician-dashboard .error-container .loading-spinner{color:var(--color-primary)}.dark-mode .technician-dashboard .loading-container .error-icon,.dark-mode .technician-dashboard .error-container .error-icon{color:var(--color-danger)}.dark-mode .technician-dashboard .loading-container p,.dark-mode .technician-dashboard .error-container p{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .loading-container h3,.dark-mode .technician-dashboard .error-container h3{color:var(--color-text-primary)}.technician-dashboard .loading-container .btn,.technician-dashboard .error-container .btn{margin-top:1rem}.technician-dashboard .dashboard-header{margin-bottom:2rem}.technician-dashboard .dashboard-header .welcome-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb}.dark-mode .technician-dashboard .dashboard-header .welcome-section{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.technician-dashboard .dashboard-header .welcome-section .welcome-content{flex:1}.technician-dashboard .dashboard-header .welcome-section .welcome-content h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.technician-dashboard .dashboard-header .welcome-section .welcome-content p{color:#6b7280;font-size:1rem;margin-bottom:1rem}.technician-dashboard .dashboard-header .welcome-section .welcome-content .last-updated{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem}.technician-dashboard .dashboard-header .welcome-section .welcome-content .last-updated svg{font-size:1rem}.dark-mode .technician-dashboard .dashboard-header .welcome-section .welcome-content h1{color:var(--color-text-primary)}.dark-mode .technician-dashboard .dashboard-header .welcome-section .welcome-content p{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .dashboard-header .welcome-section .welcome-content .last-updated{color:var(--color-text-tertiary)}.technician-dashboard .dashboard-header .welcome-section .header-actions{display:flex;gap:1rem}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;border:none;cursor:pointer}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:hover{background:#e5e7eb}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-outline{background:transparent;color:#024974;border:1px solid #024974}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-outline:hover{background:#024974;color:#fff}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn svg.spinning{animation:spin 1s linear infinite}.dark-mode .technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:hover{background:var(--color-bg-tertiary)}.dark-mode .technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-outline{color:var(--color-primary);border:1px solid var(--color-primary)}.dark-mode .technician-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-outline:hover{background:var(--color-primary);color:#fff}.technician-dashboard .dashboard-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.technician-dashboard .dashboard-header .stats-overview .stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;transition:all .3s ease;position:relative;overflow:hidden}.dark-mode .technician-dashboard .dashboard-header .stats-overview .stat-card{background:var(--sidebar-active);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.dark-mode .technician-dashboard .dashboard-header .stats-overview .stat-card:hover{box-shadow:0 8px 25px #0006}.technician-dashboard .dashboard-header .stats-overview .stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#024974,#0369a1)}.technician-dashboard .dashboard-header .stats-overview .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.technician-dashboard .dashboard-header .stats-overview .stat-card.primary:before{background:linear-gradient(90deg,#024974,#0369a1)}.technician-dashboard .dashboard-header .stats-overview .stat-card.active:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.technician-dashboard .dashboard-header .stats-overview .stat-card.success:before{background:linear-gradient(90deg,#059669,#10b981)}.technician-dashboard .dashboard-header .stats-overview .stat-card.warning:before{background:linear-gradient(90deg,#d97706,#f59e0b)}.technician-dashboard .dashboard-header .stats-overview .stat-card.earnings:before{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.technician-dashboard .dashboard-header .stats-overview .stat-card.pending:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.75rem;flex-shrink:0}.primary .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#024974,#0369a1)}.active .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.success .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#059669,#10b981)}.warning .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#d97706,#f59e0b)}.earnings .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.pending .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content{flex:1}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem;line-height:1.2}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{color:#6b7280;font-size:.875rem;margin:0 0 .5rem;font-weight:500}.dark-mode .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{color:var(--color-text-primary)}.dark-mode .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{color:var(--color-text-secondary)}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend svg{font-size:.875rem}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.positive{color:#059669}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.negative{color:#dc2626}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.neutral{color:#6b7280}.pending .technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend{color:#f59e0b}.technician-dashboard .chart-section,.technician-dashboard .charts-section{margin-bottom:2rem}.technician-dashboard .charts-section .chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.technician-dashboard .charts-section .chart-grid .chart-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.technician-dashboard .charts-section .chart-grid .chart-card.large{grid-column:span 2}.technician-dashboard .charts-section .chart-grid .chart-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card:hover{box-shadow:0 8px 25px #0006}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header h2,.technician-dashboard .charts-section .chart-grid .chart-card .chart-header h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header{border-bottom:1px solid rgba(255,255,255,.1)}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header h2,.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header h3{color:var(--color-text-primary)}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header svg{color:var(--color-primary)}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header svg{color:#024974;font-size:1.25rem}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions{display:flex;align-items:center;gap:.5rem}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.technician-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn:hover{background:#f3f4f6;color:#374151}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.technician-dashboard .payment-overview{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;margin-bottom:2rem}.dark-mode .technician-dashboard .payment-overview{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.technician-dashboard .payment-overview .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background:none}.technician-dashboard .payment-overview .section-header h2{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.dark-mode .technician-dashboard .payment-overview .section-header h2{color:var(--color-text-primary)}.technician-dashboard .payment-overview .section-header .btn-outline{background:transparent;color:#024974;border:1px solid #024974;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.technician-dashboard .payment-overview .section-header .btn-outline:hover{background:#024974;color:#fff}.dark-mode .technician-dashboard .payment-overview .section-header .btn-outline{color:var(--color-primary);border:1px solid var(--color-primary)}.dark-mode .technician-dashboard .payment-overview .section-header .btn-outline:hover{background:var(--color-primary);color:#fff}.technician-dashboard .payment-overview .payment-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.technician-dashboard .payment-overview .payment-cards .payment-card{background:#f8fafc;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;border:1px solid #e5e7eb;transition:all .3s ease}.technician-dashboard .payment-overview .payment-cards .payment-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.technician-dashboard .payment-overview .payment-cards .payment-card.pending{background:#fef3c7;border-color:#f59e0b}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card{background:var(--color-bg-hover);border:1px solid rgba(255,255,255,.1)}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card:hover{box-shadow:0 4px 12px #0000004d}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card.pending{background:var(--color-bg-hover);border:1px solid rgba(251,191,36,.3)}.technician-dashboard .payment-overview .payment-cards .payment-card .payment-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.pending .technician-dashboard .payment-overview .payment-cards .payment-card .payment-icon{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.technician-dashboard .payment-overview .payment-cards .payment-card .payment-content{flex:1}.technician-dashboard .payment-overview .payment-cards .payment-card .payment-content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.technician-dashboard .payment-overview .payment-cards .payment-card .payment-content p{color:#6b7280;font-size:.875rem;margin:0 0 .5rem;font-weight:500}.technician-dashboard .payment-overview .payment-cards .payment-card .payment-content .payment-count{color:#9ca3af;font-size:.75rem;font-weight:600}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card .payment-content h3{color:var(--color-text-primary)}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card .payment-content p{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .payment-overview .payment-cards .payment-card .payment-content .payment-count{color:var(--color-text-tertiary)}.technician-dashboard .dashboard-content .tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;border-radius:12px;padding:.375rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb}.dark-mode .technician-dashboard .dashboard-content .tab-navigation{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 4px #0003}.technician-dashboard .dashboard-content .tab-navigation .tab-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.technician-dashboard .dashboard-content .tab-navigation .tab-btn:hover{background:#0249741a;color:#024974}.technician-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:#024974;color:#fff;box-shadow:0 2px 4px #0000001a}.technician-dashboard .dashboard-content .tab-navigation .tab-btn svg{font-size:1rem}.dark-mode .technician-dashboard .dashboard-content .tab-navigation .tab-btn{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .dashboard-content .tab-navigation .tab-btn:hover{background:var(--color-bg-hover);color:var(--color-primary)}.dark-mode .technician-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:var(--color-primary);color:#fff;box-shadow:0 2px 4px #0000004d}.technician-dashboard .dashboard-content .overview-content .recent-jobs-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.technician-dashboard .dashboard-content .overview-content .recent-jobs-section .section-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.technician-dashboard .dashboard-content .overview-content .recent-jobs-section .section-header .btn-outline{background:transparent;color:#024974;border:1px solid #024974;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.technician-dashboard .dashboard-content .overview-content .recent-jobs-section .section-header .btn-outline:hover{background:#024974;color:#fff}.technician-dashboard .dashboard-content .jobs-container .empty-state{text-align:center;padding:3rem 1rem;color:#6b7280;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb}.technician-dashboard .dashboard-content .jobs-container .empty-state svg{font-size:3rem;margin-bottom:1rem;color:#d1d5db}.technician-dashboard .dashboard-content .jobs-container .empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.technician-dashboard .dashboard-content .jobs-container .empty-state p{font-size:.875rem}.dark-mode .technician-dashboard .dashboard-content .jobs-container .empty-state{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;color:var(--color-text-secondary)}.dark-mode .technician-dashboard .dashboard-content .jobs-container .empty-state svg{color:var(--color-text-tertiary)}.dark-mode .technician-dashboard .dashboard-content .jobs-container .empty-state h3{color:var(--color-text-primary)}.dark-mode .technician-dashboard .dashboard-content .jobs-container .empty-state p{color:var(--color-text-secondary)}.technician-dashboard .dashboard-content .jobs-container .jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card{background:var(--color-bg-primary);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card:hover{box-shadow:0 8px 25px #0006}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1a1a1a}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type svg{color:#024974}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type{color:var(--color-text-primary)}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type svg{color:var(--color-primary)}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type .job-id{color:#6b7280;font-size:.75rem;font-weight:500}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.success{background:#10b981;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.warning{background:#f59e0b;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.info{background:#3b82f6;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.danger{background:#ef4444;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.secondary{background:#6b7280;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details{margin-bottom:1.5rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#6b7280;font-size:.875rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address svg{color:#024974}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address{color:var(--color-text-secondary)}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address svg{color:var(--color-primary)}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description{margin-bottom:1rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description p{color:#374151;font-size:.875rem;line-height:1.5;margin:0}.dark-mode .technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description p{color:var(--color-text-secondary)}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge{padding:.375rem .875rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.danger{background:#fee2e2;color:#dc2626}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.warning{background:#fef3c7;color:#d97706}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.success{background:#dcfce7;color:#15803d}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.secondary{background:#f3f4f6;color:#6b7280}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration svg{color:#024974}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-dates{margin-bottom:1rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-dates .due-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-dates .due-date svg{color:#024974}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-rating svg{color:#f59e0b;font-size:1rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-rating span{color:#374151;font-weight:600;font-size:.875rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-rating .job-feedback{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-rating .job-feedback p{color:#6b7280;font-size:.75rem;font-style:italic;margin:0;line-height:1.4}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions{display:flex;gap:.75rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn:hover{transform:translateY(-1px)}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary{background:#024974;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary:hover{background:#013759}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-success{background:#15803d;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-success:hover{background:#16a34a}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-warning{background:#d97706;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-warning:hover{background:#b45309}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-info{background:#2563eb;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-info:hover{background:#1d4ed8}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-secondary{background:#6b7280;color:#fff}.technician-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-actions .btn.btn-secondary:hover{background:#4b5563}@media (max-width: 1200px){.technician-dashboard .charts-section .chart-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.technician-dashboard .charts-section .chart-grid .chart-card.large{grid-column:span 1}}@media (max-width: 768px){.technician-dashboard{padding:1rem}.technician-dashboard .dashboard-header .welcome-section{flex-direction:column;gap:1rem;padding:1.5rem}.technician-dashboard .dashboard-header .welcome-section .welcome-content h1{font-size:1.5rem}.technician-dashboard .dashboard-header .welcome-section .header-actions{width:100%;justify-content:stretch}.technician-dashboard .dashboard-header .welcome-section .header-actions .btn{flex:1}.technician-dashboard .dashboard-header .stats-overview{grid-template-columns:1fr;gap:1rem}.technician-dashboard .dashboard-header .stats-overview .stat-card{padding:1.25rem}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{width:48px;height:48px;font-size:1.5rem}.technician-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{font-size:1.5rem}.technician-dashboard .charts-section .chart-grid{grid-template-columns:1fr;gap:1rem}.technician-dashboard .charts-section .chart-grid .chart-card,.technician-dashboard .payment-overview{padding:1rem}.technician-dashboard .payment-overview .section-header{flex-direction:column;gap:1rem;align-items:stretch}.technician-dashboard .payment-overview .section-header .btn-outline{width:100%;justify-content:center}.technician-dashboard .payment-overview .payment-cards{grid-template-columns:1fr}.technician-dashboard .dashboard-content .tab-navigation{flex-direction:column}.technician-dashboard .dashboard-content .tab-navigation .tab-btn{width:100%}.technician-dashboard .dashboard-content .jobs-grid{grid-template-columns:1fr;gap:1rem}.technician-dashboard .dashboard-content .jobs-grid .job-card{padding:1rem}.technician-dashboard .dashboard-content .jobs-grid .job-card .job-actions{flex-direction:column}.technician-dashboard .dashboard-content .jobs-grid .job-card .job-actions .btn{width:100%}}.staff-dashboard{padding:2rem;max-width:1200px;margin:0 auto;background:#f8fafc;min-height:100vh;color:#1e293b;transition:background-color .2s ease,color .2s ease}.dark-mode .staff-dashboard{background:var(--color-bg-secondary);color:var(--color-text-primary)}.staff-dashboard .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.staff-dashboard .loading-container .loading-spinner{font-size:2rem;color:#059669;animation:spin 1s linear infinite}.staff-dashboard .loading-container p{color:#6b7280;font-size:1rem}.dark-mode .staff-dashboard .loading-container .loading-spinner{color:var(--color-primary)}.dark-mode .staff-dashboard .loading-container p{color:var(--color-text-secondary)}.staff-dashboard .dashboard-header,.staff-dashboard .dashboard-header .welcome-section{margin-bottom:2rem}.staff-dashboard .dashboard-header .welcome-section h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.staff-dashboard .dashboard-header .welcome-section p{color:#6b7280;font-size:1rem}.dark-mode .staff-dashboard .dashboard-header .welcome-section h1{color:var(--color-text-primary)}.dark-mode .staff-dashboard .dashboard-header .welcome-section p{color:var(--color-text-secondary)}.staff-dashboard .dashboard-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.staff-dashboard .dashboard-header .stats-overview .stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.dark-mode .staff-dashboard .dashboard-header .stats-overview .stat-card{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);box-shadow:0 2px 8px #0000004d}.staff-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#059669,#10b981);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.staff-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .25rem}.staff-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{color:#6b7280;font-size:.875rem;margin:0}.dark-mode .staff-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{color:var(--color-text-primary)}.dark-mode .staff-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{color:var(--color-text-secondary)}.staff-dashboard .dashboard-content .tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;background:#f8fafc;border-radius:12px;padding:.375rem}.dark-mode .staff-dashboard .dashboard-content .tab-navigation{background:var(--color-bg-tertiary)}.staff-dashboard .dashboard-content .tab-navigation .tab-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.staff-dashboard .dashboard-content .tab-navigation .tab-btn:hover{background:#0596691a;color:#059669}.staff-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:#fff;color:#059669}.dark-mode .staff-dashboard .dashboard-content .tab-navigation .tab-btn{color:var(--color-text-secondary)}.dark-mode .staff-dashboard .dashboard-content .tab-navigation .tab-btn:hover,.dark-mode .staff-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:var(--color-bg-primary);color:var(--color-primary)}.staff-dashboard .dashboard-content .jobs-container .empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.staff-dashboard .dashboard-content .jobs-container .empty-state svg{font-size:3rem;margin-bottom:1rem;color:#d1d5db}.staff-dashboard .dashboard-content .jobs-container .empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.staff-dashboard .dashboard-content .jobs-container .empty-state p{font-size:.875rem}.dark-mode .staff-dashboard .dashboard-content .jobs-container .empty-state{color:var(--color-text-secondary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .empty-state svg{color:var(--color-text-tertiary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .empty-state h3{color:var(--color-text-primary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .empty-state p{color:var(--color-text-secondary)}.staff-dashboard .dashboard-content .jobs-container .jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);box-shadow:0 2px 8px #0000004d}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card:hover{box-shadow:0 8px 25px #0006}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1a1a1a}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type svg{color:#059669}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type{color:var(--color-text-primary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-type svg{color:var(--color-primary)}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.success{background:#dcfce7;color:#15803d}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.warning{background:#fef3c7;color:#d97706}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.info{background:#dbeafe;color:#2563eb}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.danger{background:#fee2e2;color:#dc2626}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-header .job-status .status-badge.secondary{background:#f3f4f6;color:#6b7280}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details{margin-bottom:1rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#6b7280;font-size:.875rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address svg{color:#059669}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address{color:var(--color-text-secondary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-address svg{color:var(--color-primary)}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description{margin-bottom:1rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description p{color:#374151;font-size:.875rem;line-height:1.5;margin:0}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-description p{color:var(--color-text-secondary)}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.danger{background:#fee2e2;color:#dc2626}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.warning{background:#fef3c7;color:#d97706}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.success{background:#dcfce7;color:#15803d}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-priority .priority-badge.secondary{background:#f3f4f6;color:#6b7280}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration svg{color:#059669}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration{color:var(--color-text-secondary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration svg{color:var(--color-primary)}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .assigned-technician{display:flex;align-items:center;gap:.5rem;color:#059669;font-size:.875rem;font-weight:500;padding:.5rem .75rem;background:#f0fdf4;border-radius:8px;border:1px solid #dcfce7}.staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .assigned-technician svg{color:#059669}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .assigned-technician{color:var(--color-primary);background:var(--color-bg-hover);border:1px solid var(--color-border-primary)}.dark-mode .staff-dashboard .dashboard-content .jobs-container .jobs-grid .job-card .job-details .assigned-technician svg{color:var(--color-primary)}@media (max-width: 768px){.staff-dashboard{padding:1rem}.staff-dashboard .dashboard-header .welcome-section h1{font-size:1.5rem}.staff-dashboard .dashboard-header .stats-overview{grid-template-columns:1fr;gap:.75rem}.staff-dashboard .dashboard-header .stats-overview .stat-card{padding:1rem}.staff-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{width:40px;height:40px;font-size:1.25rem}.staff-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{font-size:1.25rem}.staff-dashboard .dashboard-content .jobs-grid{grid-template-columns:1fr;gap:1rem}.staff-dashboard .dashboard-content .jobs-grid .job-card{padding:1rem}}.agency-dashboard{padding:20px;max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh;color:#1e293b;transition:background-color .2s ease,color .2s ease}.dark-mode .agency-dashboard{background:var(--color-bg-secondary);color:var(--color-text-primary)}.agency-dashboard .loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;gap:16px}.agency-dashboard .loading-container .loading-spinner{font-size:2rem;color:#3b82f6;animation:spin 1s linear infinite}.dark-mode .agency-dashboard .loading-container .loading-spinner{color:var(--color-primary)}.agency-dashboard .loading-container p{font-size:1.1rem;color:#6b7280;margin:0}.dark-mode .agency-dashboard .loading-container p{color:var(--color-text-secondary)}.agency-dashboard .error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;gap:16px;text-align:center}.agency-dashboard .error-container .error-icon{font-size:3rem;color:#ef4444}.dark-mode .agency-dashboard .error-container .error-icon{color:var(--color-error)}.agency-dashboard .error-container h3{margin:0;color:#1f2937;font-size:1.5rem}.dark-mode .agency-dashboard .error-container h3{color:var(--color-text-primary)}.agency-dashboard .error-container p{margin:0;color:#6b7280;font-size:1rem}.dark-mode .agency-dashboard .error-container p{color:var(--color-text-secondary)}.agency-dashboard .error-container .btn{margin-top:16px}.agency-dashboard .dashboard-header{margin-bottom:30px}.agency-dashboard .dashboard-header .welcome-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a}.dark-mode .agency-dashboard .dashboard-header .welcome-section{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .dashboard-header .welcome-section .welcome-content h1{margin:0 0 8px;font-size:2rem;font-weight:700;color:#1f2937}.dark-mode .agency-dashboard .dashboard-header .welcome-section .welcome-content h1{color:var(--color-text-primary)}.agency-dashboard .dashboard-header .welcome-section .welcome-content p{margin:0 0 12px;color:#6b7280;font-size:1rem}.dark-mode .agency-dashboard .dashboard-header .welcome-section .welcome-content p{color:var(--color-text-secondary)}.agency-dashboard .dashboard-header .welcome-section .welcome-content .last-updated{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:.875rem}.dark-mode .agency-dashboard .dashboard-header .welcome-section .welcome-content .last-updated{color:var(--color-text-tertiary)}.agency-dashboard .dashboard-header .welcome-section .welcome-content .last-updated svg{font-size:1rem}.agency-dashboard .dashboard-header .welcome-section .header-actions .btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.agency-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.agency-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:hover{background:#e5e7eb}.dark-mode .agency-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .agency-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:hover{background:var(--color-bg-tertiary)}.agency-dashboard .dashboard-header .welcome-section .header-actions .btn.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.agency-dashboard .dashboard-header .welcome-section .header-actions .btn svg.spinning{animation:spin 1s linear infinite}.agency-dashboard .dashboard-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.agency-dashboard .dashboard-header .stats-overview .stat-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 1px 3px #0000001a;border-left:4px solid transparent;transition:all .3s ease}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .dashboard-header .stats-overview .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card:hover{box-shadow:var(--shadow-lg)}.agency-dashboard .dashboard-header .stats-overview .stat-card.clickable{cursor:pointer}.agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0003}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:hover{box-shadow:var(--shadow-xl)}.agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:active{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:active{box-shadow:var(--shadow-lg)}.agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:focus{outline:2px solid #3b82f6;outline-offset:2px}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.clickable:focus{outline:2px solid var(--color-primary)}.agency-dashboard .dashboard-header .stats-overview .stat-card.primary{border-left-color:#3b82f6}.agency-dashboard .dashboard-header .stats-overview .stat-card.primary .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.primary{border-left-color:var(--color-primary)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.primary .stat-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover))}.agency-dashboard .dashboard-header .stats-overview .stat-card.active{border-left-color:#f59e0b}.agency-dashboard .dashboard-header .stats-overview .stat-card.active .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.active{border-left-color:var(--color-warning)}.agency-dashboard .dashboard-header .stats-overview .stat-card.success{border-left-color:#10b981}.agency-dashboard .dashboard-header .stats-overview .stat-card.success .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.success{border-left-color:var(--color-success)}.agency-dashboard .dashboard-header .stats-overview .stat-card.warning{border-left-color:#ef4444}.agency-dashboard .dashboard-header .stats-overview .stat-card.warning .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.warning{border-left-color:var(--color-error)}.agency-dashboard .dashboard-header .stats-overview .stat-card.technicians{border-left-color:#8b5cf6}.agency-dashboard .dashboard-header .stats-overview .stat-card.technicians .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.technicians{border-left-color:var(--color-accent)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.technicians .stat-icon{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover))}.agency-dashboard .dashboard-header .stats-overview .stat-card.scheduled{border-left-color:#06b6d4}.agency-dashboard .dashboard-header .stats-overview .stat-card.scheduled .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card.scheduled{border-left-color:var(--color-info)}.agency-dashboard .dashboard-header .stats-overview .stat-card.efficiency{border-left-color:#06b6d4}.agency-dashboard .dashboard-header .stats-overview .stat-card.efficiency .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-icon svg{font-size:1.5rem;color:#fff}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{margin:0 0 4px;font-size:2rem;font-weight:700;color:#1f2937}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content h3{color:var(--color-text-primary)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{margin:0 0 8px;color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content p{color:var(--color-text-secondary)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.positive{color:#10b981}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.positive{color:var(--color-success)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.negative{color:#ef4444}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.negative{color:var(--color-error)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.neutral{color:#6b7280}.dark-mode .agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend.neutral{color:var(--color-text-secondary)}.agency-dashboard .dashboard-header .stats-overview .stat-card .stat-content .stat-trend svg{font-size:.875rem}.agency-dashboard .charts-section{margin-bottom:30px}.agency-dashboard .charts-section .chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:20px}.agency-dashboard .charts-section .chart-grid .chart-card{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .charts-section .chart-grid .chart-card.large{grid-column:span 2}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card .chart-header{border-bottom:1px solid var(--color-border-primary)}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card .chart-header h3{color:var(--color-text-primary)}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions{display:flex;align-items:center;gap:12px}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions svg{color:#6b7280;font-size:1.25rem}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions svg{color:var(--color-text-secondary)}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn{background:none;border:none;padding:8px;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s}.agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn:hover{background:#f3f4f6;color:#374151}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn{color:var(--color-text-secondary)}.dark-mode .agency-dashboard .charts-section .chart-grid .chart-card .chart-header .chart-actions .chart-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.agency-dashboard .dashboard-content .tab-navigation{display:flex;gap:8px;margin-bottom:24px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 1px 3px #0000001a}.dark-mode .agency-dashboard .dashboard-content .tab-navigation{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .dashboard-content .tab-navigation .tab-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;background:transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.agency-dashboard .dashboard-content .tab-navigation .tab-btn:hover{background:#f3f4f6;color:#374151}.agency-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:#3b82f6;color:#fff}.dark-mode .agency-dashboard .dashboard-content .tab-navigation .tab-btn{color:var(--color-text-secondary)}.dark-mode .agency-dashboard .dashboard-content .tab-navigation .tab-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .agency-dashboard .dashboard-content .tab-navigation .tab-btn.active{background:var(--color-primary);color:#fff}.agency-dashboard .dashboard-content .tab-navigation .tab-btn svg{font-size:1rem}.agency-dashboard .dashboard-content .jobs-container .overview-content{display:grid;gap:24px}.agency-dashboard .dashboard-content .jobs-container .overview-content .recent-jobs-section .section-header,.agency-dashboard .dashboard-content .jobs-container .overview-content .recent-properties-section .section-header{margin-bottom:16px}.agency-dashboard .dashboard-content .jobs-container .overview-content .recent-jobs-section .section-header h3,.agency-dashboard .dashboard-content .jobs-container .overview-content .recent-properties-section .section-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.dark-mode .agency-dashboard .dashboard-content .jobs-container .overview-content .recent-jobs-section .section-header h3,.dark-mode .agency-dashboard .dashboard-content .jobs-container .overview-content .recent-properties-section .section-header h3{color:var(--color-text-primary)}.agency-dashboard .dashboard-content .jobs-container .overview-content .jobs-grid,.agency-dashboard .dashboard-content .jobs-container .overview-content .properties-grid,.agency-dashboard .dashboard-content .jobs-container .jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:16px}.agency-dashboard .dashboard-content .jobs-container .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a}.dark-mode .agency-dashboard .dashboard-content .jobs-container .empty-state{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .dashboard-content .jobs-container .empty-state svg{font-size:3rem;color:#9ca3af;margin-bottom:16px}.dark-mode .agency-dashboard .dashboard-content .jobs-container .empty-state svg{color:var(--color-text-tertiary)}.agency-dashboard .dashboard-content .jobs-container .empty-state h3{margin:0 0 8px;color:#374151;font-size:1.25rem}.dark-mode .agency-dashboard .dashboard-content .jobs-container .empty-state h3{color:var(--color-text-primary)}.agency-dashboard .dashboard-content .jobs-container .empty-state p{margin:0;color:#6b7280;font-size:1rem}.dark-mode .agency-dashboard .dashboard-content .jobs-container .empty-state p{color:var(--color-text-secondary)}.agency-dashboard .job-card,.agency-dashboard .property-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .2s}.dark-mode .agency-dashboard .job-card,.dark-mode .agency-dashboard .property-card{background:var(--color-bg-card);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.agency-dashboard .job-card:hover,.agency-dashboard .property-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dark-mode .agency-dashboard .job-card:hover,.dark-mode .agency-dashboard .property-card:hover{box-shadow:var(--shadow-lg)}.agency-dashboard .job-card .job-header,.agency-dashboard .job-card .property-header,.agency-dashboard .property-card .job-header,.agency-dashboard .property-card .property-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f3f4f6}.dark-mode .agency-dashboard .job-card .job-header,.dark-mode .agency-dashboard .job-card .property-header,.dark-mode .agency-dashboard .property-card .job-header,.dark-mode .agency-dashboard .property-card .property-header{border-bottom:1px solid var(--color-border-primary)}.agency-dashboard .job-card .job-header .job-type,.agency-dashboard .job-card .job-header .property-type,.agency-dashboard .job-card .property-header .job-type,.agency-dashboard .job-card .property-header .property-type,.agency-dashboard .property-card .job-header .job-type,.agency-dashboard .property-card .job-header .property-type,.agency-dashboard .property-card .property-header .job-type,.agency-dashboard .property-card .property-header .property-type{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151}.dark-mode .agency-dashboard .job-card .job-header .job-type,.dark-mode .agency-dashboard .job-card .job-header .property-type,.dark-mode .agency-dashboard .job-card .property-header .job-type,.dark-mode .agency-dashboard .job-card .property-header .property-type,.dark-mode .agency-dashboard .property-card .job-header .job-type,.dark-mode .agency-dashboard .property-card .job-header .property-type,.dark-mode .agency-dashboard .property-card .property-header .job-type,.dark-mode .agency-dashboard .property-card .property-header .property-type{color:var(--color-text-primary)}.agency-dashboard .job-card .job-header .job-type svg,.agency-dashboard .job-card .job-header .property-type svg,.agency-dashboard .job-card .property-header .job-type svg,.agency-dashboard .job-card .property-header .property-type svg,.agency-dashboard .property-card .job-header .job-type svg,.agency-dashboard .property-card .job-header .property-type svg,.agency-dashboard .property-card .property-header .job-type svg,.agency-dashboard .property-card .property-header .property-type svg{color:#6b7280}.dark-mode .agency-dashboard .job-card .job-header .job-type svg,.dark-mode .agency-dashboard .job-card .job-header .property-type svg,.dark-mode .agency-dashboard .job-card .property-header .job-type svg,.dark-mode .agency-dashboard .job-card .property-header .property-type svg,.dark-mode .agency-dashboard .property-card .job-header .job-type svg,.dark-mode .agency-dashboard .property-card .job-header .property-type svg,.dark-mode .agency-dashboard .property-card .property-header .job-type svg,.dark-mode .agency-dashboard .property-card .property-header .property-type svg{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-header .job-type .job-id,.agency-dashboard .job-card .job-header .job-type .property-id,.agency-dashboard .job-card .job-header .property-type .job-id,.agency-dashboard .job-card .job-header .property-type .property-id,.agency-dashboard .job-card .property-header .job-type .job-id,.agency-dashboard .job-card .property-header .job-type .property-id,.agency-dashboard .job-card .property-header .property-type .job-id,.agency-dashboard .job-card .property-header .property-type .property-id,.agency-dashboard .property-card .job-header .job-type .job-id,.agency-dashboard .property-card .job-header .job-type .property-id,.agency-dashboard .property-card .job-header .property-type .job-id,.agency-dashboard .property-card .job-header .property-type .property-id,.agency-dashboard .property-card .property-header .job-type .job-id,.agency-dashboard .property-card .property-header .job-type .property-id,.agency-dashboard .property-card .property-header .property-type .job-id,.agency-dashboard .property-card .property-header .property-type .property-id{color:#9ca3af;font-size:.875rem}.dark-mode .agency-dashboard .job-card .job-header .job-type .job-id,.dark-mode .agency-dashboard .job-card .job-header .job-type .property-id,.dark-mode .agency-dashboard .job-card .job-header .property-type .job-id,.dark-mode .agency-dashboard .job-card .job-header .property-type .property-id,.dark-mode .agency-dashboard .job-card .property-header .job-type .job-id,.dark-mode .agency-dashboard .job-card .property-header .job-type .property-id,.dark-mode .agency-dashboard .job-card .property-header .property-type .job-id,.dark-mode .agency-dashboard .job-card .property-header .property-type .property-id,.dark-mode .agency-dashboard .property-card .job-header .job-type .job-id,.dark-mode .agency-dashboard .property-card .job-header .job-type .property-id,.dark-mode .agency-dashboard .property-card .job-header .property-type .job-id,.dark-mode .agency-dashboard .property-card .job-header .property-type .property-id,.dark-mode .agency-dashboard .property-card .property-header .job-type .job-id,.dark-mode .agency-dashboard .property-card .property-header .job-type .property-id,.dark-mode .agency-dashboard .property-card .property-header .property-type .job-id,.dark-mode .agency-dashboard .property-card .property-header .property-type .property-id{color:var(--color-text-tertiary)}.agency-dashboard .job-card .job-header .job-status .status-badge,.agency-dashboard .job-card .job-header .property-status .status-badge,.agency-dashboard .job-card .property-header .job-status .status-badge,.agency-dashboard .job-card .property-header .property-status .status-badge,.agency-dashboard .property-card .job-header .job-status .status-badge,.agency-dashboard .property-card .job-header .property-status .status-badge,.agency-dashboard .property-card .property-header .job-status .status-badge,.agency-dashboard .property-card .property-header .property-status .status-badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.agency-dashboard .job-card .job-header .job-status .status-badge.success,.agency-dashboard .job-card .job-header .property-status .status-badge.success,.agency-dashboard .job-card .property-header .job-status .status-badge.success,.agency-dashboard .job-card .property-header .property-status .status-badge.success,.agency-dashboard .property-card .job-header .job-status .status-badge.success,.agency-dashboard .property-card .job-header .property-status .status-badge.success,.agency-dashboard .property-card .property-header .job-status .status-badge.success,.agency-dashboard .property-card .property-header .property-status .status-badge.success{background:#d1fae5;color:#065f46}.dark-mode .agency-dashboard .job-card .job-header .job-status .status-badge.success,.dark-mode .agency-dashboard .job-card .job-header .property-status .status-badge.success,.dark-mode .agency-dashboard .job-card .property-header .job-status .status-badge.success,.dark-mode .agency-dashboard .job-card .property-header .property-status .status-badge.success,.dark-mode .agency-dashboard .property-card .job-header .job-status .status-badge.success,.dark-mode .agency-dashboard .property-card .job-header .property-status .status-badge.success,.dark-mode .agency-dashboard .property-card .property-header .job-status .status-badge.success,.dark-mode .agency-dashboard .property-card .property-header .property-status .status-badge.success{background:var(--color-success);color:#fff}.agency-dashboard .job-card .job-header .job-status .status-badge.warning,.agency-dashboard .job-card .job-header .property-status .status-badge.warning,.agency-dashboard .job-card .property-header .job-status .status-badge.warning,.agency-dashboard .job-card .property-header .property-status .status-badge.warning,.agency-dashboard .property-card .job-header .job-status .status-badge.warning,.agency-dashboard .property-card .job-header .property-status .status-badge.warning,.agency-dashboard .property-card .property-header .job-status .status-badge.warning,.agency-dashboard .property-card .property-header .property-status .status-badge.warning{background:#fef3c7;color:#92400e}.dark-mode .agency-dashboard .job-card .job-header .job-status .status-badge.warning,.dark-mode .agency-dashboard .job-card .job-header .property-status .status-badge.warning,.dark-mode .agency-dashboard .job-card .property-header .job-status .status-badge.warning,.dark-mode .agency-dashboard .job-card .property-header .property-status .status-badge.warning,.dark-mode .agency-dashboard .property-card .job-header .job-status .status-badge.warning,.dark-mode .agency-dashboard .property-card .job-header .property-status .status-badge.warning,.dark-mode .agency-dashboard .property-card .property-header .job-status .status-badge.warning,.dark-mode .agency-dashboard .property-card .property-header .property-status .status-badge.warning{background:var(--color-warning);color:#fff}.agency-dashboard .job-card .job-header .job-status .status-badge.info,.agency-dashboard .job-card .job-header .property-status .status-badge.info,.agency-dashboard .job-card .property-header .job-status .status-badge.info,.agency-dashboard .job-card .property-header .property-status .status-badge.info,.agency-dashboard .property-card .job-header .job-status .status-badge.info,.agency-dashboard .property-card .job-header .property-status .status-badge.info,.agency-dashboard .property-card .property-header .job-status .status-badge.info,.agency-dashboard .property-card .property-header .property-status .status-badge.info{background:#dbeafe;color:#1e40af}.dark-mode .agency-dashboard .job-card .job-header .job-status .status-badge.info,.dark-mode .agency-dashboard .job-card .job-header .property-status .status-badge.info,.dark-mode .agency-dashboard .job-card .property-header .job-status .status-badge.info,.dark-mode .agency-dashboard .job-card .property-header .property-status .status-badge.info,.dark-mode .agency-dashboard .property-card .job-header .job-status .status-badge.info,.dark-mode .agency-dashboard .property-card .job-header .property-status .status-badge.info,.dark-mode .agency-dashboard .property-card .property-header .job-status .status-badge.info,.dark-mode .agency-dashboard .property-card .property-header .property-status .status-badge.info{background:var(--color-info);color:#fff}.agency-dashboard .job-card .job-header .job-status .status-badge.danger,.agency-dashboard .job-card .job-header .property-status .status-badge.danger,.agency-dashboard .job-card .property-header .job-status .status-badge.danger,.agency-dashboard .job-card .property-header .property-status .status-badge.danger,.agency-dashboard .property-card .job-header .job-status .status-badge.danger,.agency-dashboard .property-card .job-header .property-status .status-badge.danger,.agency-dashboard .property-card .property-header .job-status .status-badge.danger,.agency-dashboard .property-card .property-header .property-status .status-badge.danger{background:#fee2e2;color:#991b1b}.dark-mode .agency-dashboard .job-card .job-header .job-status .status-badge.danger,.dark-mode .agency-dashboard .job-card .job-header .property-status .status-badge.danger,.dark-mode .agency-dashboard .job-card .property-header .job-status .status-badge.danger,.dark-mode .agency-dashboard .job-card .property-header .property-status .status-badge.danger,.dark-mode .agency-dashboard .property-card .job-header .job-status .status-badge.danger,.dark-mode .agency-dashboard .property-card .job-header .property-status .status-badge.danger,.dark-mode .agency-dashboard .property-card .property-header .job-status .status-badge.danger,.dark-mode .agency-dashboard .property-card .property-header .property-status .status-badge.danger{background:var(--color-error);color:#fff}.agency-dashboard .job-card .job-header .job-status .status-badge.secondary,.agency-dashboard .job-card .job-header .property-status .status-badge.secondary,.agency-dashboard .job-card .property-header .job-status .status-badge.secondary,.agency-dashboard .job-card .property-header .property-status .status-badge.secondary,.agency-dashboard .property-card .job-header .job-status .status-badge.secondary,.agency-dashboard .property-card .job-header .property-status .status-badge.secondary,.agency-dashboard .property-card .property-header .job-status .status-badge.secondary,.agency-dashboard .property-card .property-header .property-status .status-badge.secondary{background:#f3f4f6;color:#374151}.dark-mode .agency-dashboard .job-card .job-header .job-status .status-badge.secondary,.dark-mode .agency-dashboard .job-card .job-header .property-status .status-badge.secondary,.dark-mode .agency-dashboard .job-card .property-header .job-status .status-badge.secondary,.dark-mode .agency-dashboard .job-card .property-header .property-status .status-badge.secondary,.dark-mode .agency-dashboard .property-card .job-header .job-status .status-badge.secondary,.dark-mode .agency-dashboard .property-card .job-header .property-status .status-badge.secondary,.dark-mode .agency-dashboard .property-card .property-header .job-status .status-badge.secondary,.dark-mode .agency-dashboard .property-card .property-header .property-status .status-badge.secondary{background:var(--color-bg-hover);color:var(--color-text-primary)}.agency-dashboard .job-card .job-details,.agency-dashboard .job-card .property-details,.agency-dashboard .property-card .job-details,.agency-dashboard .property-card .property-details{padding:16px 20px}.agency-dashboard .job-card .job-details .job-address,.agency-dashboard .job-card .job-details .property-address,.agency-dashboard .job-card .property-details .job-address,.agency-dashboard .job-card .property-details .property-address,.agency-dashboard .property-card .job-details .job-address,.agency-dashboard .property-card .job-details .property-address,.agency-dashboard .property-card .property-details .job-address,.agency-dashboard .property-card .property-details .property-address{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#374151;font-weight:500}.dark-mode .agency-dashboard .job-card .job-details .job-address,.dark-mode .agency-dashboard .job-card .job-details .property-address,.dark-mode .agency-dashboard .job-card .property-details .job-address,.dark-mode .agency-dashboard .job-card .property-details .property-address,.dark-mode .agency-dashboard .property-card .job-details .job-address,.dark-mode .agency-dashboard .property-card .job-details .property-address,.dark-mode .agency-dashboard .property-card .property-details .job-address,.dark-mode .agency-dashboard .property-card .property-details .property-address{color:var(--color-text-primary)}.agency-dashboard .job-card .job-details .job-address svg,.agency-dashboard .job-card .job-details .property-address svg,.agency-dashboard .job-card .property-details .job-address svg,.agency-dashboard .job-card .property-details .property-address svg,.agency-dashboard .property-card .job-details .job-address svg,.agency-dashboard .property-card .job-details .property-address svg,.agency-dashboard .property-card .property-details .job-address svg,.agency-dashboard .property-card .property-details .property-address svg{color:#6b7280}.dark-mode .agency-dashboard .job-card .job-details .job-address svg,.dark-mode .agency-dashboard .job-card .job-details .property-address svg,.dark-mode .agency-dashboard .job-card .property-details .job-address svg,.dark-mode .agency-dashboard .job-card .property-details .property-address svg,.dark-mode .agency-dashboard .property-card .job-details .job-address svg,.dark-mode .agency-dashboard .property-card .job-details .property-address svg,.dark-mode .agency-dashboard .property-card .property-details .job-address svg,.dark-mode .agency-dashboard .property-card .property-details .property-address svg{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-details .job-description,.agency-dashboard .job-card .property-details .job-description,.agency-dashboard .property-card .job-details .job-description,.agency-dashboard .property-card .property-details .job-description{margin-bottom:12px}.agency-dashboard .job-card .job-details .job-description p,.agency-dashboard .job-card .property-details .job-description p,.agency-dashboard .property-card .job-details .job-description p,.agency-dashboard .property-card .property-details .job-description p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}.dark-mode .agency-dashboard .job-card .job-details .job-description p,.dark-mode .agency-dashboard .job-card .property-details .job-description p,.dark-mode .agency-dashboard .property-card .job-details .job-description p,.dark-mode .agency-dashboard .property-card .property-details .job-description p{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-details .job-meta,.agency-dashboard .job-card .job-details .property-meta,.agency-dashboard .job-card .property-details .job-meta,.agency-dashboard .job-card .property-details .property-meta,.agency-dashboard .property-card .job-details .job-meta,.agency-dashboard .property-card .job-details .property-meta,.agency-dashboard .property-card .property-details .job-meta,.agency-dashboard .property-card .property-details .property-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge,.agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge,.agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge,.agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge,.agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge,.agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge,.agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge,.agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge,.agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge,.agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge,.agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge,.agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge,.agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge,.agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge,.agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge,.agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.danger,.agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.danger,.agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.danger,.agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.danger,.agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.danger,.agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.danger,.agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.danger,.agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.danger,.agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.danger,.agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.danger,.agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.danger,.agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.danger,.agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.danger,.agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.danger,.agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.danger,.agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.danger{background:#fee2e2;color:#991b1b}.dark-mode .agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.danger,.dark-mode .agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.danger,.dark-mode .agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.danger{background:var(--color-error);color:#fff}.agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.warning,.agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.warning,.agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.warning,.agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.warning,.agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.warning,.agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.warning,.agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.warning,.agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.warning,.agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.warning,.agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.warning,.agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.warning,.agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.warning,.agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.warning,.agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.warning,.agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.warning,.agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.warning{background:#fef3c7;color:#92400e}.dark-mode .agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.warning,.dark-mode .agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.warning,.dark-mode .agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.warning{background:var(--color-warning);color:#fff}.agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.success,.agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.success,.agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.success,.agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.success,.agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.success,.agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.success,.agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.success,.agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.success,.agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.success,.agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.success,.agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.success,.agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.success,.agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.success,.agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.success,.agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.success,.agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.success{background:#d1fae5;color:#065f46}.dark-mode .agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.success,.dark-mode .agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.success,.dark-mode .agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.success{background:var(--color-success);color:#fff}.agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.secondary,.agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.secondary,.agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.secondary,.agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.secondary,.agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.secondary,.agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.secondary,.agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.secondary,.agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.secondary,.agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.secondary,.agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.secondary,.agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.secondary,.agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.secondary,.agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.secondary,.agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.secondary,.agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.secondary,.agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.secondary{background:#f3f4f6;color:#374151}.dark-mode .agency-dashboard .job-card .job-details .job-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .job-details .job-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .job-details .property-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .job-details .property-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .property-details .job-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .property-details .job-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .property-details .property-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .job-card .property-details .property-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .job-details .job-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .job-details .job-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .job-details .property-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .job-details .property-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .property-details .job-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .property-details .job-meta .property-created .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .property-details .property-meta .job-priority .priority-badge.secondary,.dark-mode .agency-dashboard .property-card .property-details .property-meta .property-created .priority-badge.secondary{background:var(--color-bg-hover);color:var(--color-text-primary)}.agency-dashboard .job-card .job-details .job-meta .job-duration,.agency-dashboard .job-card .job-details .property-meta .job-duration,.agency-dashboard .job-card .property-details .job-meta .job-duration,.agency-dashboard .job-card .property-details .property-meta .job-duration,.agency-dashboard .property-card .job-details .job-meta .job-duration,.agency-dashboard .property-card .job-details .property-meta .job-duration,.agency-dashboard .property-card .property-details .job-meta .job-duration,.agency-dashboard .property-card .property-details .property-meta .job-duration{display:flex;align-items:center;gap:4px;color:#6b7280;font-size:.875rem}.dark-mode .agency-dashboard .job-card .job-details .job-meta .job-duration,.dark-mode .agency-dashboard .job-card .job-details .property-meta .job-duration,.dark-mode .agency-dashboard .job-card .property-details .job-meta .job-duration,.dark-mode .agency-dashboard .job-card .property-details .property-meta .job-duration,.dark-mode .agency-dashboard .property-card .job-details .job-meta .job-duration,.dark-mode .agency-dashboard .property-card .job-details .property-meta .job-duration,.dark-mode .agency-dashboard .property-card .property-details .job-meta .job-duration,.dark-mode .agency-dashboard .property-card .property-details .property-meta .job-duration{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-details .job-meta .job-duration svg,.agency-dashboard .job-card .job-details .property-meta .job-duration svg,.agency-dashboard .job-card .property-details .job-meta .job-duration svg,.agency-dashboard .job-card .property-details .property-meta .job-duration svg,.agency-dashboard .property-card .job-details .job-meta .job-duration svg,.agency-dashboard .property-card .job-details .property-meta .job-duration svg,.agency-dashboard .property-card .property-details .job-meta .job-duration svg,.agency-dashboard .property-card .property-details .property-meta .job-duration svg{font-size:1rem}.agency-dashboard .job-card .job-details .job-dates,.agency-dashboard .job-card .property-details .job-dates,.agency-dashboard .property-card .job-details .job-dates,.agency-dashboard .property-card .property-details .job-dates{margin-bottom:12px}.agency-dashboard .job-card .job-details .job-dates .due-date,.agency-dashboard .job-card .property-details .job-dates .due-date,.agency-dashboard .property-card .job-details .job-dates .due-date,.agency-dashboard .property-card .property-details .job-dates .due-date{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem}.dark-mode .agency-dashboard .job-card .job-details .job-dates .due-date,.dark-mode .agency-dashboard .job-card .property-details .job-dates .due-date,.dark-mode .agency-dashboard .property-card .job-details .job-dates .due-date,.dark-mode .agency-dashboard .property-card .property-details .job-dates .due-date{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-details .job-dates .due-date svg,.agency-dashboard .job-card .property-details .job-dates .due-date svg,.agency-dashboard .property-card .job-details .job-dates .due-date svg,.agency-dashboard .property-card .property-details .job-dates .due-date svg{font-size:1rem}.agency-dashboard .job-card .job-details .job-rating,.agency-dashboard .job-card .property-details .job-rating,.agency-dashboard .property-card .job-details .job-rating,.agency-dashboard .property-card .property-details .job-rating{display:flex;align-items:center;gap:8px;color:#f59e0b;font-size:.875rem}.dark-mode .agency-dashboard .job-card .job-details .job-rating,.dark-mode .agency-dashboard .job-card .property-details .job-rating,.dark-mode .agency-dashboard .property-card .job-details .job-rating,.dark-mode .agency-dashboard .property-card .property-details .job-rating{color:var(--color-warning)}.agency-dashboard .job-card .job-details .job-rating svg,.agency-dashboard .job-card .property-details .job-rating svg,.agency-dashboard .property-card .job-details .job-rating svg,.agency-dashboard .property-card .property-details .job-rating svg{font-size:1rem}.agency-dashboard .job-card .job-details .job-rating .job-feedback,.agency-dashboard .job-card .property-details .job-rating .job-feedback,.agency-dashboard .property-card .job-details .job-rating .job-feedback,.agency-dashboard .property-card .property-details .job-rating .job-feedback{margin-top:8px;padding:8px 12px;background:#fef3c7;border-radius:8px;border-left:3px solid #f59e0b}.dark-mode .agency-dashboard .job-card .job-details .job-rating .job-feedback,.dark-mode .agency-dashboard .job-card .property-details .job-rating .job-feedback,.dark-mode .agency-dashboard .property-card .job-details .job-rating .job-feedback,.dark-mode .agency-dashboard .property-card .property-details .job-rating .job-feedback{background:var(--color-warning);border-left:3px solid var(--color-warning)}.agency-dashboard .job-card .job-details .job-rating .job-feedback p,.agency-dashboard .job-card .property-details .job-rating .job-feedback p,.agency-dashboard .property-card .job-details .job-rating .job-feedback p,.agency-dashboard .property-card .property-details .job-rating .job-feedback p{margin:0;color:#92400e;font-size:.875rem;font-style:italic}.dark-mode .agency-dashboard .job-card .job-details .job-rating .job-feedback p,.dark-mode .agency-dashboard .job-card .property-details .job-rating .job-feedback p,.dark-mode .agency-dashboard .property-card .job-details .job-rating .job-feedback p,.dark-mode .agency-dashboard .property-card .property-details .job-rating .job-feedback p{color:#fff}.agency-dashboard .job-card .job-details .property-tenant,.agency-dashboard .job-card .property-details .property-tenant,.agency-dashboard .property-card .job-details .property-tenant,.agency-dashboard .property-card .property-details .property-tenant{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem}.dark-mode .agency-dashboard .job-card .job-details .property-tenant,.dark-mode .agency-dashboard .job-card .property-details .property-tenant,.dark-mode .agency-dashboard .property-card .job-details .property-tenant,.dark-mode .agency-dashboard .property-card .property-details .property-tenant{color:var(--color-text-secondary)}.agency-dashboard .job-card .job-details .property-tenant svg,.agency-dashboard .job-card .property-details .property-tenant svg,.agency-dashboard .property-card .job-details .property-tenant svg,.agency-dashboard .property-card .property-details .property-tenant svg{font-size:1rem}.agency-dashboard .job-card .job-actions,.agency-dashboard .job-card .property-actions,.agency-dashboard .property-card .job-actions,.agency-dashboard .property-card .property-actions{display:flex;gap:8px;padding:16px 20px;border-top:1px solid #f3f4f6}.dark-mode .agency-dashboard .job-card .job-actions,.dark-mode .agency-dashboard .job-card .property-actions,.dark-mode .agency-dashboard .property-card .job-actions,.dark-mode .agency-dashboard .property-card .property-actions{border-top:1px solid var(--color-border-primary)}.agency-dashboard .job-card .job-actions .btn,.agency-dashboard .job-card .property-actions .btn,.agency-dashboard .property-card .job-actions .btn,.agency-dashboard .property-card .property-actions .btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;flex:1;justify-content:center}.agency-dashboard .job-card .job-actions .btn.btn-primary,.agency-dashboard .job-card .property-actions .btn.btn-primary,.agency-dashboard .property-card .job-actions .btn.btn-primary,.agency-dashboard .property-card .property-actions .btn.btn-primary{background:#3b82f6;color:#fff}.agency-dashboard .job-card .job-actions .btn.btn-primary:hover,.agency-dashboard .job-card .property-actions .btn.btn-primary:hover,.agency-dashboard .property-card .job-actions .btn.btn-primary:hover,.agency-dashboard .property-card .property-actions .btn.btn-primary:hover{background:#2563eb}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-primary,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-primary,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-primary,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-primary{background:var(--color-primary)}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-primary:hover,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-primary:hover,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-primary:hover,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-primary:hover{background:var(--color-primary-hover)}.agency-dashboard .job-card .job-actions .btn.btn-secondary,.agency-dashboard .job-card .property-actions .btn.btn-secondary,.agency-dashboard .property-card .job-actions .btn.btn-secondary,.agency-dashboard .property-card .property-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.agency-dashboard .job-card .job-actions .btn.btn-secondary:hover,.agency-dashboard .job-card .property-actions .btn.btn-secondary:hover,.agency-dashboard .property-card .job-actions .btn.btn-secondary:hover,.agency-dashboard .property-card .property-actions .btn.btn-secondary:hover{background:#e5e7eb}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-secondary,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-secondary,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-secondary,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-secondary{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-secondary:hover,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-secondary:hover,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-secondary:hover,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-secondary:hover{background:var(--color-bg-tertiary)}.agency-dashboard .job-card .job-actions .btn.btn-success,.agency-dashboard .job-card .property-actions .btn.btn-success,.agency-dashboard .property-card .job-actions .btn.btn-success,.agency-dashboard .property-card .property-actions .btn.btn-success{background:#10b981;color:#fff}.agency-dashboard .job-card .job-actions .btn.btn-success:hover,.agency-dashboard .job-card .property-actions .btn.btn-success:hover,.agency-dashboard .property-card .job-actions .btn.btn-success:hover,.agency-dashboard .property-card .property-actions .btn.btn-success:hover{background:#059669}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-success,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-success,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-success,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-success{background:var(--color-success)}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-success:hover,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-success:hover,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-success:hover,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-success:hover{background:var(--color-secondary-hover)}.agency-dashboard .job-card .job-actions .btn.btn-warning,.agency-dashboard .job-card .property-actions .btn.btn-warning,.agency-dashboard .property-card .job-actions .btn.btn-warning,.agency-dashboard .property-card .property-actions .btn.btn-warning{background:#f59e0b;color:#fff}.agency-dashboard .job-card .job-actions .btn.btn-warning:hover,.agency-dashboard .job-card .property-actions .btn.btn-warning:hover,.agency-dashboard .property-card .job-actions .btn.btn-warning:hover,.agency-dashboard .property-card .property-actions .btn.btn-warning:hover{background:#d97706}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-warning,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-warning,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-warning,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-warning{background:var(--color-warning)}.agency-dashboard .job-card .job-actions .btn.btn-info,.agency-dashboard .job-card .property-actions .btn.btn-info,.agency-dashboard .property-card .job-actions .btn.btn-info,.agency-dashboard .property-card .property-actions .btn.btn-info{background:#06b6d4;color:#fff}.agency-dashboard .job-card .job-actions .btn.btn-info:hover,.agency-dashboard .job-card .property-actions .btn.btn-info:hover,.agency-dashboard .property-card .job-actions .btn.btn-info:hover,.agency-dashboard .property-card .property-actions .btn.btn-info:hover{background:#0891b2}.dark-mode .agency-dashboard .job-card .job-actions .btn.btn-info,.dark-mode .agency-dashboard .job-card .property-actions .btn.btn-info,.dark-mode .agency-dashboard .property-card .job-actions .btn.btn-info,.dark-mode .agency-dashboard .property-card .property-actions .btn.btn-info{background:var(--color-info)}.agency-dashboard .job-card .job-actions .btn svg,.agency-dashboard .job-card .property-actions .btn svg,.agency-dashboard .property-card .job-actions .btn svg,.agency-dashboard .property-card .property-actions .btn svg{font-size:1rem}@media (max-width: 1024px){.agency-dashboard .charts-section .chart-grid{grid-template-columns:1fr}.agency-dashboard .charts-section .chart-grid .chart-card.large{grid-column:span 1}}@media (max-width: 768px){.agency-dashboard{padding:15px}.agency-dashboard .dashboard-header .welcome-section{flex-direction:column;gap:16px;text-align:center}.agency-dashboard .dashboard-header .welcome-section .welcome-content h1{font-size:1.5rem}.agency-dashboard .dashboard-header .stats-overview{grid-template-columns:1fr;gap:16px}.agency-dashboard .dashboard-content .tab-navigation{flex-wrap:wrap}.agency-dashboard .dashboard-content .tab-navigation .tab-btn{flex:1;min-width:120px}.agency-dashboard .dashboard-content .jobs-container .overview-content .jobs-grid,.agency-dashboard .dashboard-content .jobs-container .overview-content .properties-grid,.agency-dashboard .dashboard-content .jobs-container .jobs-grid{grid-template-columns:1fr}.agency-dashboard .job-card .job-actions,.agency-dashboard .job-card .property-actions,.agency-dashboard .property-card .job-actions,.agency-dashboard .property-card .property-actions{flex-direction:column}.agency-dashboard .job-card .job-actions .btn,.agency-dashboard .job-card .property-actions .btn,.agency-dashboard .property-card .job-actions .btn,.agency-dashboard .property-card .property-actions .btn{width:100%}}.property-manager-dashboard{padding:2rem;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;transition:background .2s ease,color .2s ease}.dark-mode .property-manager-dashboard{background:linear-gradient(135deg,var(--color-bg-secondary) 0%,var(--color-bg-tertiary) 100%);color:var(--color-text-primary)}.property-manager-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px #00000014;border:1px solid #f1f5f9}.dark-mode .property-manager-dashboard .dashboard-header{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);box-shadow:0 4px 16px #0003}.property-manager-dashboard .dashboard-header .header-content h1{display:flex;align-items:center;gap:.75rem;font-size:2.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.property-manager-dashboard .dashboard-header .header-content h1 .page-icon{color:#3b82f6;font-size:2rem}.dark-mode .property-manager-dashboard .dashboard-header .header-content h1{color:var(--color-text-primary)}.dark-mode .property-manager-dashboard .dashboard-header .header-content h1 .page-icon{color:var(--color-primary)}.property-manager-dashboard .dashboard-header .header-content p{color:#64748b;font-size:1.1rem;margin:0}.dark-mode .property-manager-dashboard .dashboard-header .header-content p{color:var(--color-text-secondary)}.property-manager-dashboard .dashboard-header .refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-dashboard .dashboard-header .refresh-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.property-manager-dashboard .dashboard-header .refresh-btn:disabled{opacity:.6}.dark-mode .property-manager-dashboard .dashboard-header .refresh-btn{background:var(--color-primary)}.dark-mode .property-manager-dashboard .dashboard-header .refresh-btn:hover:not(:disabled){background:var(--color-primary-hover)}.property-manager-dashboard .dashboard-header .refresh-btn .spinning{animation:spin 1s linear infinite}.property-manager-dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.property-manager-dashboard .stats-grid .stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.property-manager-dashboard .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.property-manager-dashboard .stats-grid .stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.property-manager-dashboard .stats-grid .stat-card .stat-icon.compliant{background:linear-gradient(135deg,#10b981,#047857)}.property-manager-dashboard .stats-grid .stat-card .stat-icon.due-soon{background:linear-gradient(135deg,#f59e0b,#d97706)}.property-manager-dashboard .stats-grid .stat-card .stat-icon.overdue{background:linear-gradient(135deg,#ef4444,#dc2626)}.property-manager-dashboard .stats-grid .stat-card .stat-content h3{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.property-manager-dashboard .stats-grid .stat-card .stat-content p{color:#6b7280;margin:0;font-weight:500}.property-manager-dashboard .controls-section{display:flex;gap:2rem;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;align-items:center;flex-wrap:wrap}.property-manager-dashboard .controls-section .search-form{flex:1;min-width:300px}.property-manager-dashboard .controls-section .search-form .search-input-container{position:relative;display:flex;align-items:center}.property-manager-dashboard .controls-section .search-form .search-input-container .search-icon{position:absolute;left:1rem;color:#6b7280;font-size:1.1rem;z-index:1}.property-manager-dashboard .controls-section .search-form .search-input-container .search-input{flex:1;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.property-manager-dashboard .controls-section .search-form .search-input-container .search-input:focus{outline:none;border-color:#3b82f6}.property-manager-dashboard .controls-section .search-form .search-input-container .search-input::placeholder{color:#9ca3af}.property-manager-dashboard .controls-section .search-form .search-input-container .search-btn{margin-left:.75rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-dashboard .controls-section .search-form .search-input-container .search-btn:hover{background:#2563eb}.property-manager-dashboard .controls-section .filters-container{display:flex;align-items:center;gap:1rem}.property-manager-dashboard .controls-section .filters-container .filter-icon{color:#6b7280;font-size:1.1rem}.property-manager-dashboard .controls-section .filters-container .filter-select{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.property-manager-dashboard .controls-section .filters-container .filter-select:focus{outline:none;border-color:#3b82f6}.property-manager-dashboard .properties-section .loading-container,.property-manager-dashboard .properties-section .error-container,.property-manager-dashboard .properties-section .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d}.property-manager-dashboard .properties-section .loading-container svg,.property-manager-dashboard .properties-section .error-container svg,.property-manager-dashboard .properties-section .empty-state svg{font-size:4rem;color:#6b7280;margin-bottom:1rem}.property-manager-dashboard .properties-section .loading-container svg.spinning,.property-manager-dashboard .properties-section .error-container svg.spinning,.property-manager-dashboard .properties-section .empty-state svg.spinning{animation:spin 1s linear infinite}.property-manager-dashboard .properties-section .loading-container svg.error-icon,.property-manager-dashboard .properties-section .error-container svg.error-icon,.property-manager-dashboard .properties-section .empty-state svg.error-icon{color:#ef4444}.property-manager-dashboard .properties-section .loading-container svg.empty-icon,.property-manager-dashboard .properties-section .error-container svg.empty-icon,.property-manager-dashboard .properties-section .empty-state svg.empty-icon{color:#9ca3af}.property-manager-dashboard .properties-section .loading-container h3,.property-manager-dashboard .properties-section .error-container h3,.property-manager-dashboard .properties-section .empty-state h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.property-manager-dashboard .properties-section .loading-container p,.property-manager-dashboard .properties-section .error-container p,.property-manager-dashboard .properties-section .empty-state p{color:#6b7280;margin:0 0 1.5rem}.property-manager-dashboard .properties-section .loading-container .retry-btn,.property-manager-dashboard .properties-section .error-container .retry-btn,.property-manager-dashboard .properties-section .empty-state .retry-btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-dashboard .properties-section .loading-container .retry-btn:hover,.property-manager-dashboard .properties-section .error-container .retry-btn:hover,.property-manager-dashboard .properties-section .empty-state .retry-btn:hover{background:#2563eb}.property-manager-dashboard .properties-section .properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.property-manager-dashboard .properties-section .properties-grid .property-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;transition:all .2s ease;border:1px solid #f1f5f9}.property-manager-dashboard .properties-section .properties-grid .property-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .property-address{flex:1}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .property-address h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .property-address .property-type{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem;margin:0}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .property-address .property-type svg{font-size:1rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .compliance-status .status-icon{font-size:1.5rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .compliance-status .status-icon.compliant{color:#10b981}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .compliance-status .status-icon.due-soon{color:#f59e0b}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .compliance-status .status-icon.overdue{color:#ef4444}.property-manager-dashboard .properties-section .properties-grid .property-card .property-header .compliance-status .status-icon.unknown{color:#6b7280}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details{margin-bottom:1rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item:last-child{margin-bottom:0}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item svg{color:#3b82f6;font-size:1.1rem;flex-shrink:0}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item div{flex:1}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item div label{display:block;font-size:.8rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.1rem}.property-manager-dashboard .properties-section .properties-grid .property-card .property-details .detail-item div span{color:#1f2937;font-weight:500}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary{border-top:1px solid #f1f5f9;padding-top:1rem}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .label{font-size:.9rem;color:#6b7280}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .score{font-weight:600;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .score.compliant{background:#10b9811a;color:#047857}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .score.due-soon{background:#f59e0b1a;color:#d97706}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .score.overdue{background:#ef44441a;color:#dc2626}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-item .score.unknown{background:#6b72801a;color:#374151}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-alert{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#dc2626;background:#ef44440d;padding:.5rem;border-radius:6px;border-left:3px solid #ef4444}.property-manager-dashboard .properties-section .properties-grid .property-card .compliance-summary .compliance-alert svg{font-size:1rem}.property-manager-dashboard .properties-section .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.property-manager-dashboard .properties-section .pagination .pagination-btn{padding:.5rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s ease}.property-manager-dashboard .properties-section .pagination .pagination-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6}.property-manager-dashboard .properties-section .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.property-manager-dashboard .properties-section .pagination .page-info{font-weight:500;color:#374151}@media (max-width: 768px){.property-manager-dashboard{padding:1rem}.property-manager-dashboard .dashboard-header{flex-direction:column;gap:1rem;padding:1.5rem}.property-manager-dashboard .dashboard-header .header-content h1{font-size:1.75rem}.property-manager-dashboard .controls-section{flex-direction:column;align-items:stretch}.property-manager-dashboard .controls-section .search-form{min-width:auto}.property-manager-dashboard .controls-section .search-form .search-input-container{flex-direction:column}.property-manager-dashboard .controls-section .search-form .search-input-container .search-btn{margin-left:0;margin-top:.5rem}.property-manager-dashboard .properties-grid{grid-template-columns:1fr}.property-manager-dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.property-manager-dashboard .stats-grid{grid-template-columns:1fr}}.dashboard-page .page-header{margin-bottom:2rem}.dashboard-page .page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.dashboard-page .page-header .header-content .header-info{flex:1}.dashboard-page .page-header .header-content .header-info h1{font-size:1.75rem;color:#1e293b;margin:0 0 .5rem}.dashboard-page .page-header .header-content .header-info p{color:#64748b;margin:0 0 .5rem}.dashboard-page .page-header .header-content .header-info p.current-path{font-size:.875rem;color:#94a3b8}.dashboard-page .page-header .header-content .header-info p.current-path code{background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.8rem}.dashboard-page .page-header .header-content .dashboard-logout-button{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;white-space:nowrap}.dashboard-page .page-header .header-content .dashboard-logout-button:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px);box-shadow:0 2px 8px #dc262626}.dashboard-page .page-header .header-content .dashboard-logout-button:active{transform:translateY(0)}.dashboard-page .page-header .header-content .dashboard-logout-button svg{width:1.25rem;height:1.25rem}@media (max-width: 768px){.dashboard-page .page-header .header-content .dashboard-logout-button{padding:.5rem 1rem;font-size:.8rem}.dashboard-page .page-header .header-content .dashboard-logout-button span{display:none}}.dashboard-page .dashboard-content .placeholder-card{background:#fff;border-radius:.75rem;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000001a}.dashboard-page .dashboard-content .placeholder-card h3{color:#2c3e50;margin-bottom:1rem}.dashboard-page .dashboard-content .placeholder-card p{color:#64748b}.technician-info-modal .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b}.technician-info-modal .loading-container .loading-spinner{font-size:2rem;animation:spin 1s linear infinite;color:#2563eb;margin-bottom:1rem}.technician-info-modal .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#dc2626}.technician-info-modal .error-container .error-icon{font-size:2rem;margin-bottom:1rem}.technician-info-modal .technician-details .technician-header{display:flex;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.technician-info-modal .technician-details .technician-header .technician-avatar{width:64px;height:64px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.technician-info-modal .technician-details .technician-header .technician-avatar img{width:100%;height:100%;object-fit:cover}.technician-info-modal .technician-details .technician-header .technician-avatar svg{font-size:1.5rem;color:#64748b}.technician-info-modal .technician-details .technician-header .technician-basic{flex:1}.technician-info-modal .technician-details .technician-header .technician-basic .technician-name{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem}.technician-info-modal .technician-details .technician-header .technician-basic .technician-name .verified-icon{color:#10b981;font-size:1rem}.technician-info-modal .technician-details .technician-header .technician-basic .technician-trade{margin:0 0 .75rem;color:#64748b;display:flex;align-items:center;gap:.5rem;font-weight:500}.technician-info-modal .technician-details .technician-header .technician-basic .technician-trade svg{color:#2563eb}.technician-info-modal .technician-details .technician-header .technician-basic .technician-rating{display:flex;align-items:center;gap:.5rem}.technician-info-modal .technician-details .technician-header .technician-basic .technician-rating .stars{display:flex;gap:.125rem}.technician-info-modal .technician-details .technician-header .technician-basic .technician-rating .stars .star{color:#d1d5db;font-size:.875rem}.technician-info-modal .technician-details .technician-header .technician-basic .technician-rating .stars .star.filled{color:#fbbf24}.technician-info-modal .technician-details .technician-header .technician-basic .technician-rating .rating-text{font-size:.875rem;font-weight:500;color:#64748b}.technician-info-modal .technician-details .technician-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.technician-info-modal .technician-details .technician-info-grid{grid-template-columns:1fr;gap:1rem}}.technician-info-modal .technician-details .technician-info-grid .info-section h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1e293b}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#64748b;font-size:.875rem}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item svg{color:#2563eb;flex-shrink:0}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .availability-label,.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .jobs-label{font-weight:500;color:#1e293b;margin-right:.5rem}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .availability{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:uppercase}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .availability.available{background:#dcfce7;color:#166534}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .availability.busy{background:#fef3c7;color:#92400e}.technician-info-modal .technician-details .technician-info-grid .info-section .info-item .availability.unavailable{background:#fee2e2;color:#991b1b}.technician-info-modal .technician-details .technician-info-grid .info-section.skills-section{grid-column:1/-1}.technician-info-modal .technician-details .technician-info-grid .info-section.skills-section .skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.technician-info-modal .technician-details .technician-info-grid .info-section.skills-section .skills-list .skill-tag{padding:.375rem .75rem;background:#eff6ff;color:#2563eb;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid #bfdbfe}.agency-jobs{padding:20px;max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh}.agency-jobs .loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;gap:16px}.agency-jobs .loading-container .loading-spinner{font-size:2rem;color:#3b82f6;animation:spin 1s linear infinite}.agency-jobs .loading-container p{font-size:1.1rem;color:#6b7280;margin:0}.agency-jobs .error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:50vh;gap:16px;text-align:center}.agency-jobs .error-container .error-icon{font-size:3rem;color:#ef4444}.agency-jobs .error-container h3{margin:0;color:#1f2937;font-size:1.5rem}.agency-jobs .error-container p{margin:0;color:#6b7280;font-size:1rem}.agency-jobs .error-container .btn{margin-top:16px}.agency-jobs .page-header{margin-bottom:24px}.agency-jobs .page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a}.agency-jobs .page-header .header-content .header-info h1{margin:0 0 8px;font-size:2rem;font-weight:700;color:#1f2937}.agency-jobs .page-header .header-content .header-info p{margin:0;color:#6b7280;font-size:1rem}.agency-jobs .page-header .header-content .header-actions{display:flex;gap:12px}.agency-jobs .page-header .header-content .header-actions .btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}.agency-jobs .page-header .header-content .header-actions .btn.btn-primary{background:#3b82f6;color:#fff}.agency-jobs .page-header .header-content .header-actions .btn.btn-primary:hover{background:#2563eb}.agency-jobs .page-header .header-content .header-actions .btn.btn-secondary{background:#f3f4f6;color:#374151}.agency-jobs .page-header .header-content .header-actions .btn.btn-secondary:hover{background:#e5e7eb}.agency-jobs .page-header .header-content .header-actions .btn.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.agency-jobs .page-header .header-content .header-actions .btn svg.spinning{animation:spin 1s linear infinite}.agency-jobs .page-header .stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.agency-jobs .page-header .stats-overview .stat-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:16px;transition:all .2s}.agency-jobs .page-header .stats-overview .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.agency-jobs .page-header .stats-overview .stat-card.total .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.agency-jobs .page-header .stats-overview .stat-card.success .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.agency-jobs .page-header .stats-overview .stat-card.warning .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.agency-jobs .page-header .stats-overview .stat-card.danger .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.agency-jobs .page-header .stats-overview .stat-card.info .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.agency-jobs .page-header .stats-overview .stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.agency-jobs .page-header .stats-overview .stat-card .stat-icon svg{font-size:1.25rem;color:#fff}.agency-jobs .page-header .stats-overview .stat-card .stat-content h3{margin:0 0 4px;font-size:1.5rem;font-weight:700;color:#1f2937}.agency-jobs .page-header .stats-overview .stat-card .stat-content p{margin:0;color:#6b7280;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.agency-jobs .filters-section{margin-bottom:24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.agency-jobs .filters-section .filters-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.agency-jobs .filters-section .filters-header .search-box{flex:1;max-width:500px;position:relative}.agency-jobs .filters-section .filters-header .search-box svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.125rem}.agency-jobs .filters-section .filters-header .search-box input{width:100%;padding:12px 12px 12px 40px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:all .2s}.agency-jobs .filters-section .filters-header .search-box input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.agency-jobs .filters-section .filters-header .search-box input::placeholder{color:#9ca3af}.agency-jobs .filters-section .filters-header .filter-actions{display:flex;gap:8px}.agency-jobs .filters-section .filters-header .filter-actions .btn{display:flex;align-items:center;gap:6px;padding:10px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.agency-jobs .filters-section .filters-header .filter-actions .btn:hover{background:#f9fafb;border-color:#9ca3af}.agency-jobs .filters-section .filters-header .filter-actions .btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.agency-jobs .filters-section .filters-panel{padding:24px;border-top:1px solid #e5e7eb}.agency-jobs .filters-section .filters-panel .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group label{display:block;margin-bottom:8px;font-size:.875rem;font-weight:600;color:#374151;letter-spacing:.025em}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group select,.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s;box-shadow:0 1px 2px #0000000d}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group select:focus,.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 2px #0000000d;transform:translateY(-1px)}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group select:hover,.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input:hover{border-color:#9ca3af}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input[type=date]{position:relative;color:#374151;cursor:pointer}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input[type=date]::-webkit-calendar-picker-indicator{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3e%3c/svg%3e") no-repeat center;background-size:18px;width:18px;height:18px;cursor:pointer;padding:2px;margin-left:4px}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group input[type=date]:focus::-webkit-calendar-picker-indicator{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3e%3c/svg%3e") no-repeat center;background-size:18px}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233b82f6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3e%3c/svg%3e")}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group .btn{width:100%;padding:12px 20px;border:none;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3b82f633;letter-spacing:.025em}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group .btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.agency-jobs .filters-section .filters-panel .filters-grid .filter-group .btn:active{transform:translateY(0)}.agency-jobs .jobs-table-container{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.agency-jobs .jobs-table-container .table-header{padding:20px 24px;border-bottom:1px solid #e5e7eb}.agency-jobs .jobs-table-container .table-header .table-info span{color:#6b7280;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper{overflow-x:auto}.agency-jobs .jobs-table-container .table-wrapper .jobs-table{width:100%;border-collapse:collapse}.agency-jobs .jobs-table-container .table-wrapper .jobs-table thead{background:#f9fafb}.agency-jobs .jobs-table-container .table-wrapper .jobs-table thead th{padding:16px 12px;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:all .2s;position:relative}.agency-jobs .jobs-table-container .table-wrapper .jobs-table thead th:hover{background:#f3f4f6}.agency-jobs .jobs-table-container .table-wrapper .jobs-table thead th .sort-indicator{margin-left:4px;color:#3b82f6;font-weight:700}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr:hover{background:#f9fafb}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr:last-child{border-bottom:none}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td{padding:16px 12px;vertical-align:top}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .job-id .id-text{font-family:Courier New,monospace;font-weight:600;color:#374151;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .job-type{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;margin-bottom:4px}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .job-type svg{color:#6b7280;font-size:1rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .job-description{font-size:.75rem;color:#6b7280;line-height:1.3}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .property-info .property-address{display:flex;align-items:center;gap:6px;margin-bottom:4px;font-weight:500;color:#374151}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .property-info .property-address svg{color:#6b7280;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .property-info .property-type{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge.success{background:#d1fae5;color:#065f46}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge.warning{background:#fef3c7;color:#92400e}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge.info{background:#dbeafe;color:#1e40af}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge.danger{background:#fee2e2;color:#991b1b}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .status-badge.secondary{background:#f3f4f6;color:#374151}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .priority-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .priority-badge.danger{background:#fee2e2;color:#991b1b}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .priority-badge.warning{background:#fef3c7;color:#92400e}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .priority-badge.success{background:#d1fae5;color:#065f46}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .priority-badge.secondary{background:#f3f4f6;color:#374151}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .due-date{display:flex;align-items:center;gap:6px;color:#374151;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .due-date svg{color:#6b7280;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .technician-info{display:flex;align-items:center;gap:8px;color:#374151;font-weight:500;transition:all .2s}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .technician-info.clickable{cursor:pointer;padding:8px;border-radius:8px;margin:-8px}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .technician-info.clickable:hover{background:#f3f4f6;color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .technician-info svg{color:#6b7280;font-size:1rem;flex-shrink:0}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .technician-info .technician-trade{font-size:.75rem;color:#6b7280;margin-top:2px;font-weight:400}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .no-technician{color:#9ca3af;font-style:italic;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .cost-info .total-cost{display:block;font-weight:600;color:#374151;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .cost-info .cost-breakdown{margin-top:4px}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .cost-info .cost-breakdown span{display:block;font-size:.75rem;color:#6b7280}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .no-cost{color:#9ca3af;font-style:italic;font-size:.875rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions{display:flex;gap:4px}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn{width:32px;height:32px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-size:1rem}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.view{background:#dbeafe;color:#1e40af}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.view:hover{background:#bfdbfe}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.edit{background:#fef3c7;color:#92400e}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.edit:hover{background:#fde68a}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.more{background:#f3f4f6;color:#6b7280}.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody tr td .actions .action-btn.more:hover{background:#e5e7eb}.agency-jobs .jobs-table-container .pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid #e5e7eb}.agency-jobs .jobs-table-container .pagination .pagination-info{display:flex;flex-direction:column;gap:4px}.agency-jobs .jobs-table-container .pagination .pagination-info span{font-size:.875rem;color:#6b7280}.agency-jobs .jobs-table-container .pagination .pagination-controls{display:flex;align-items:center;gap:12px}.agency-jobs .jobs-table-container .pagination .pagination-controls .btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.agency-jobs .jobs-table-container .pagination .pagination-controls .btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.agency-jobs .jobs-table-container .pagination .pagination-controls .btn:disabled{opacity:.5;cursor:not-allowed}.agency-jobs .jobs-table-container .pagination .pagination-controls .page-numbers{display:flex;gap:4px}.agency-jobs .jobs-table-container .pagination .pagination-controls .page-numbers .page-btn{width:36px;height:36px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.agency-jobs .jobs-table-container .pagination .pagination-controls .page-numbers .page-btn:hover{background:#f9fafb;border-color:#9ca3af}.agency-jobs .jobs-table-container .pagination .pagination-controls .page-numbers .page-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}@media (max-width: 1024px){.agency-jobs .page-header .stats-overview,.agency-jobs .filters-section .filters-panel .filters-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 768px){.agency-jobs{padding:15px}.agency-jobs .page-header .header-content{flex-direction:column;gap:16px;text-align:center}.agency-jobs .page-header .header-content .header-info h1{font-size:1.5rem}.agency-jobs .page-header .header-content .header-actions{width:100%;justify-content:center}.agency-jobs .page-header .stats-overview{grid-template-columns:1fr;gap:12px}.agency-jobs .filters-section .filters-header{flex-direction:column;gap:16px}.agency-jobs .filters-section .filters-header .search-box{max-width:none}.agency-jobs .filters-section .filters-header .filter-actions{width:100%;justify-content:center}.agency-jobs .filters-section .filters-panel .filters-grid{grid-template-columns:1fr;gap:16px}.agency-jobs .jobs-table-container .table-wrapper .jobs-table thead th,.agency-jobs .jobs-table-container .table-wrapper .jobs-table tbody td{padding:12px 8px;font-size:.75rem}.agency-jobs .jobs-table-container .pagination{flex-direction:column;gap:16px;text-align:center}.agency-jobs .jobs-table-container .pagination .pagination-controls{flex-wrap:wrap;justify-content:center}}.agencies-controls{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.agencies-controls .search-box,.agencies-controls .filter-box{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.625rem 1rem;gap:.5rem;flex:1;min-width:200px}.dark-mode .agencies-controls .search-box,.dark-mode .agencies-controls .filter-box{background:var(--sidebar-active);border:1px solid var(--sidebar-active)}@media (min-width: 768px){.agencies-controls .search-box,.agencies-controls .filter-box{flex:0 1 auto;min-width:250px}}.agencies-controls .search-box svg,.agencies-controls .filter-box svg{color:#64748b;font-size:1.25rem}.agencies-controls .search-box input,.agencies-controls .search-box select,.agencies-controls .filter-box input,.agencies-controls .filter-box select{border:none;outline:none;font-size:.95rem;color:#1e293b;background:transparent;width:100%}.dark-mode .agencies-controls .search-box input,.dark-mode .agencies-controls .search-box select,.dark-mode .agencies-controls .filter-box input,.dark-mode .agencies-controls .filter-box select{color:var(--color-text-primary)}.agencies-controls .search-box input::placeholder,.agencies-controls .search-box select::placeholder,.agencies-controls .filter-box input::placeholder,.agencies-controls .filter-box select::placeholder{color:#94a3b8}.agencies-controls .search-box select,.agencies-controls .filter-box select{cursor:pointer;padding-right:1rem}.agencies-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (min-width: 640px){.agencies-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width: 1024px){.agencies-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (min-width: 1280px){.agencies-list{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}}.agency-card{background:#fff;border-radius:.75rem;height:100%;display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.agency-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.agency-card .agency-header{padding:1.25rem 1.25rem 0;display:flex;justify-content:space-between;align-items:center}.agency-card .agency-header h3{font-size:1.1rem;color:#1e293b;margin:0;font-weight:600}.agency-card .agency-header .status-badge{padding:.25rem .75rem;border-radius:2rem;font-size:.8125rem;font-weight:500;text-transform:capitalize}.agency-card .agency-header .status-badge.active{background:#dcfce7;color:#166534}.agency-card .agency-header .status-badge.inactive{background:#fee2e2;color:#991b1b}.agency-card .agency-header .status-badge.pending{background:#fef3c7;color:#92400e}.agency-card .agency-details{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:1rem}.agency-card .agency-details .detail-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:.75rem;background:#f8fafc;border-radius:.5rem}.agency-card .agency-details .detail-group .detail-item{display:flex;flex-direction:column;gap:.25rem}.agency-card .agency-details .detail-group .detail-item .label{color:#64748b;font-size:.8125rem;font-weight:500}.agency-card .agency-details .detail-group .detail-item span:not(.label){color:#1e293b;font-size:.9375rem}.agency-card .agency-footer{padding:1.25rem;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.agency-card .agency-footer .outstanding-amount{display:flex;flex-direction:column;gap:.25rem}.agency-card .agency-footer .outstanding-amount .label{color:#64748b;font-size:.8125rem;font-weight:500}.agency-card .agency-footer .outstanding-amount .amount{color:#ef4444;font-weight:600;font-size:1.125rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;padding:1rem;overflow-y:auto;z-index:1000}.modal-overlay .modal-content{background:#fff;border-radius:.75rem;padding:1.5rem;width:100%;max-width:800px;box-shadow:0 20px 25px -5px #0000001a}.modal-overlay .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-overlay .modal-content .modal-header h2{font-size:1.25rem;color:#1e293b;margin:0;font-weight:600}.modal-overlay .modal-content .modal-header .close-button{background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.modal-overlay .modal-content .modal-header .close-button:hover{background:#f1f5f9;color:#1e293b}.modal-overlay .modal-content .modal-header .close-button svg{font-size:1.5rem}.modal-overlay .modal-content .form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.modal-overlay .modal-content .form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.modal-overlay .modal-content .form-grid .form-group{display:flex;flex-direction:column;gap:.5rem}.modal-overlay .modal-content .form-grid .form-group label{color:#1e293b;font-size:.9375rem;font-weight:500}.dark-mode .modal-overlay .modal-content .form-grid .form-group label{color:var(--color-text-primary)}.modal-overlay .modal-content .form-grid .form-group input,.modal-overlay .modal-content .form-grid .form-group select{padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#fff;width:100%;transition:border-color .2s ease}.modal-overlay .modal-content .form-grid .form-group input:focus,.modal-overlay .modal-content .form-grid .form-group select:focus{outline:none;border-color:#2563eb}.modal-overlay .modal-content .form-grid .form-group input::placeholder,.modal-overlay .modal-content .form-grid .form-group select::placeholder{color:#94a3b8}.dark-mode .modal-overlay .modal-content .form-grid .form-group input,.dark-mode .modal-overlay .modal-content .form-grid .form-group select{color:var(--color-text-primary);background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.modal-overlay .modal-content .form-grid .form-group select{cursor:pointer}.modal-overlay .modal-content .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.page-container.modern-job-management{background:#fafafa;min-height:100vh;padding:1.5rem}.dark-mode .page-container.modern-job-management{background:var(--color-bg-primary)}@media (max-width: 768px){.page-container.modern-job-management{padding:1rem}}.page-container.modern-job-management .loading-state-container{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%;background:#fff;border:1px solid #e4e4e7;border-radius:12px;margin-top:2rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.dark-mode .page-container.modern-job-management .loading-state-container{background:var(--color-bg-card);border:1px solid var(--color-border-primary);box-shadow:0 2px 12px #3498db12}@media (max-width: 768px){.page-container.modern-job-management .loading-state-container{min-height:50vh;margin-top:1rem}}.modern-page-header{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.dark-mode .modern-page-header{background:var(--color-bg-card);border:1px solid var(--color-border-primary);box-shadow:0 2px 12px #3498db12}.modern-page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}@media (max-width: 768px){.modern-page-header .header-content{flex-direction:column;gap:1.5rem}}.modern-page-header .title-section{display:flex;align-items:center;gap:1rem}.modern-page-header .title-section .page-icon{width:48px;height:48px;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:8px;display:flex;align-items:center;justify-content:center}.dark-mode .modern-page-header .title-section .page-icon{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.modern-page-header .title-section .page-icon svg{font-size:24px;color:#71717a}.dark-mode .modern-page-header .title-section .page-icon svg{color:var(--color-primary)}.modern-page-header .title-section .title-content h1{font-size:1.875rem;font-weight:600;color:#09090b;margin:0 0 .5rem}.dark-mode .modern-page-header .title-section .title-content h1{color:var(--color-text-primary)}@media (max-width: 768px){.modern-page-header .title-section .title-content h1{font-size:1.5rem}}.modern-page-header .title-section .title-content p{color:#71717a;font-size:.875rem;margin:0;font-weight:400}.dark-mode .modern-page-header .title-section .title-content p{color:var(--color-text-secondary)}.modern-page-header .header-actions{display:flex;gap:.75rem;align-items:center}@media (max-width: 768px){.modern-page-header .header-actions{width:100%;justify-content:stretch}.modern-page-header .header-actions .action-btn{flex:1}}.modern-page-header .header-actions .action-btn{padding:.5rem 1rem;border-radius:8px;font-weight:500;font-size:.875rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease}.modern-page-header .header-actions .action-btn.secondary{background:#fff;color:#71717a;border:1px solid #e4e4e7}.modern-page-header .header-actions .action-btn.secondary:hover{background:#f4f4f5;color:#09090b}.modern-page-header .header-actions .action-btn.primary{background:#09090b;color:#fff;border:1px solid #09090b}.dark-mode .modern-page-header .header-actions .action-btn.primary{background:var(--color-primary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.modern-page-header .header-actions .action-btn.primary:hover{background:#18181b}.modern-page-header .header-actions .action-btn svg{font-size:1rem}.modern-page-header .header-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.modern-page-header .header-stats .stat-item{background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem}.dark-mode .modern-page-header .header-stats .stat-item{background:var(--sidebar-active);border:1px solid var(--color-border-primary)}.modern-page-header .header-stats .stat-item .stat-icon{width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modern-page-header .header-stats .stat-item .stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modern-page-header .header-stats .stat-item .stat-icon.pending{background:#fef3c7;color:#d97706}.modern-page-header .header-stats .stat-item .stat-icon.urgent{background:#fecaca;color:#dc2626}.modern-page-header .header-stats .stat-item .stat-icon.completed{background:#dcfce7;color:#16a34a}.modern-page-header .header-stats .stat-item .stat-icon.technicians{background:#e0e7ff;color:#4f46e5}.modern-page-header .header-stats .stat-item .stat-icon svg{font-size:18px}.modern-page-header .header-stats .stat-item .stat-content{flex:1}.modern-page-header .header-stats .stat-item .stat-content .stat-number{display:block;font-size:1.5rem;font-weight:600;color:#09090b;line-height:1;margin-bottom:.25rem}.dark-mode .modern-page-header .header-stats .stat-item .stat-content .stat-number{color:var(--color-text-primary)}.modern-page-header .header-stats .stat-item .stat-content .stat-label{font-size:.75rem;color:#71717a;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.dark-mode .modern-page-header .header-stats .stat-item .stat-content .stat-label{color:var(--color-text-secondary)}.modern-job-management .urgent-jobs-section,.modern-job-management .modern-allocation-section,.modern-job-management .jobs-overview-section{margin-bottom:1.5rem}.urgent-jobs-section{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem;border-left:4px solid #dc2626;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.urgent-jobs-section .section-header{background:none;padding:0;box-shadow:none;margin-bottom:1.5rem}.urgent-jobs-section .section-header .urgent-icon{color:#dc2626;font-size:1.25rem}.urgent-jobs-section .section-header h2{color:#09090b;font-size:1.25rem;font-weight:600}.urgent-jobs-section .section-header p{color:#71717a}.urgent-jobs-section .urgent-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.urgent-jobs-section .urgent-job-card{background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:1rem;transition:all .2s ease}.urgent-jobs-section .urgent-job-card:hover{border-color:#d4d4d8;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.urgent-jobs-section .urgent-job-card .job-info .job-id{background:#fafafa;color:#09090b;border:1px solid #e4e4e7;padding:.25rem .75rem;border-radius:6px;font-weight:600;font-size:.75rem;display:inline-block;margin-bottom:.75rem}.urgent-jobs-section .urgent-job-card .job-info h4{color:#09090b;font-size:.875rem;font-weight:500;margin:.75rem 0;line-height:1.4}.urgent-jobs-section .urgent-job-card .job-info .job-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0}.urgent-jobs-section .urgent-job-card .job-info .due-date{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#71717a}.urgent-jobs-section .urgent-job-card .job-info .due-date svg{color:#dc2626;font-size:.875rem}.urgent-jobs-section .urgent-job-card .job-info .due-date .overdue-label{background:#dc2626;color:#fff;padding:.125rem .5rem;border-radius:4px;font-size:.625rem;font-weight:500;margin-left:.5rem}.modal-content{background:#fff;border:1px solid #e4e4e7;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;margin-bottom:1rem}.modal-header h3{font-size:1.25rem;font-weight:600;color:#09090b;margin:0}.modal-header .close-btn{background:#f4f4f5;border:1px solid #e4e4e7;padding:.5rem;border-radius:6px;cursor:pointer;color:#71717a;transition:all .2s ease}.modal-header .close-btn:hover{background:#e4e4e7;color:#09090b}.modal-header .close-btn svg{font-size:1rem}.job-form{padding:0 1.5rem 1.5rem}.job-form .form-group{margin-bottom:1rem}.job-form .form-group label{display:block;font-weight:500;color:#09090b;margin-bottom:.5rem;font-size:.875rem}.job-form .form-group input,.job-form .form-group select,.job-form .form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;font-size:.875rem;transition:all .2s ease;background:#fff}.job-form .form-group input:focus,.job-form .form-group select:focus,.job-form .form-group textarea:focus{outline:none;border-color:#09090b;box-shadow:0 0 0 2px #0000001a}.job-form .form-group textarea{resize:vertical;min-height:80px}.job-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.job-form .form-row{grid-template-columns:1fr}}.job-form .form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e4e4e7}.job-form .form-actions .btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;border:1px solid;cursor:pointer;transition:all .2s ease;font-size:.875rem}.job-form .form-actions .btn.btn-secondary{background:#fff;color:#71717a;border-color:#e4e4e7}.job-form .form-actions .btn.btn-secondary:hover{background:#f4f4f5;color:#09090b}.job-form .form-actions .btn.btn-primary{background:#09090b;color:#fff;border-color:#09090b}.job-form .form-actions .btn.btn-primary:hover{background:#18181b}.job-status,.job-priority,.job-type{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid}.job-status svg,.job-priority svg,.job-type svg{font-size:.75rem}.job-status.status-pending{background:#fef3c7;color:#d97706;border-color:#f3d68c}.job-status.status-scheduled{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.job-status.status-completed{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.job-status.status-overdue{background:#fecaca;color:#dc2626;border-color:#fca5a5}.job-status.status-cancelled{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.job-priority.priority-low{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.job-priority.priority-medium{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.job-priority.priority-high{background:#fef3c7;color:#d97706;border-color:#f3d68c}.job-priority.priority-urgent{background:#fecaca;color:#dc2626;border-color:#fca5a5}.job-type.type-gas{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.job-type.type-electrical{background:#fef3c7;color:#d97706;border-color:#f3d68c}.job-type.type-smoke{background:#f4f4f5;color:#71717a;border-color:#d4d4d8}.job-type.type-repairs{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.empty-state{text-align:center;padding:3rem 2rem;color:#71717a;background:#fff;border:1px solid #e4e4e7;border-radius:8px}.empty-state svg{font-size:3rem;color:#d4d4d8;margin-bottom:1rem}.empty-state p{font-size:1rem;font-weight:500;margin-bottom:.5rem;color:#09090b}.empty-state span{color:#71717a;font-size:.875rem}@media (max-width: 768px){.modern-page-header{padding:1.5rem}.modern-page-header .header-stats{grid-template-columns:repeat(2,1fr);gap:.75rem}.modern-page-header .header-stats .stat-item{padding:.75rem}.modern-page-header .header-stats .stat-item .stat-icon{width:36px;height:36px}.modern-page-header .header-stats .stat-item .stat-icon svg{font-size:16px}.modern-page-header .header-stats .stat-item .stat-content .stat-number{font-size:1.25rem}.urgent-jobs-grid{grid-template-columns:1fr}.job-form{padding:0 1rem 1rem}.job-form .form-actions{flex-direction:column}.job-form .form-actions .btn{width:100%;justify-content:center}}@media (max-width: 480px){.modern-page-header .header-stats{grid-template-columns:1fr}}.pagination-section{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.dark-mode .pagination-section{background:var(--sidebar-active);border-color:var(--color-border-primary);box-shadow:0 1px 3px #00000059,0 1px 2px -1px #00000059}.pagination-section .pagination-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e4e4e7}.dark-mode .pagination-section .pagination-info{border-bottom-color:var(--color-border-primary)}@media (max-width: 640px){.pagination-section .pagination-info{flex-direction:column;gap:1rem;align-items:flex-start}}.pagination-section .pagination-info span{color:#71717a;font-size:.875rem;font-weight:500}.dark-mode .pagination-section .pagination-info span{color:var(--color-text-secondary)}.pagination-section .pagination-info .items-per-page{display:flex;align-items:center;gap:.5rem}.pagination-section .pagination-info .items-per-page label{color:#71717a;font-size:.875rem;font-weight:500}.dark-mode .pagination-section .pagination-info .items-per-page label{color:var(--color-text-secondary)}.pagination-section .pagination-info .items-per-page select{padding:.375rem .5rem;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#09090b;font-size:.875rem;cursor:pointer;transition:all .2s ease}.dark-mode .pagination-section .pagination-info .items-per-page select{background:var(--color-bg-card);border-color:var(--color-border-primary);color:var(--color-text-primary)}.pagination-section .pagination-info .items-per-page select:focus{outline:none;border-color:#09090b;box-shadow:0 0 0 2px #0000001a}.dark-mode .pagination-section .pagination-info .items-per-page select:focus{border-color:var(--color-text-primary);box-shadow:0 0 0 2px #ffffff1f}.pagination-section .pagination-info .items-per-page select:hover{border-color:#d4d4d8}.dark-mode .pagination-section .pagination-info .items-per-page select:hover{border-color:var(--color-border-primary)}.pagination-section .pagination-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.dark-mode .pagination-section .pagination-controls{background:var(--color-bg-card)}@media (max-width: 640px){.pagination-section .pagination-controls{gap:.25rem}}.pagination-section .pagination-controls .pagination-btn{padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#71717a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dark-mode .pagination-section .pagination-controls .pagination-btn{background:var(--sidebar-active);border-color:var(--color-border-primary);color:var(--color-text-secondary)}.pagination-section .pagination-controls .pagination-btn:hover:not(:disabled){background:#f4f4f5;color:#09090b;border-color:#d4d4d8}.dark-mode .pagination-section .pagination-controls .pagination-btn:hover:not(:disabled){background:#ffffff0f;color:var(--color-text-primary);border-color:var(--color-border-primary)}.pagination-section .pagination-controls .pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f9f9f9;color:#a1a1aa}.dark-mode .pagination-section .pagination-controls .pagination-btn:disabled{background:#ffffff0a;color:var(--color-text-secondary);border-color:var(--color-border-primary)}@media (max-width: 640px){.pagination-section .pagination-controls .pagination-btn{padding:.375rem .5rem;font-size:.75rem}}.pagination-section .pagination-controls .page-numbers{display:flex;gap:.25rem;margin:0 .5rem}.pagination-section .pagination-controls .page-numbers .page-btn{width:36px;height:36px;padding:0;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#71717a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.dark-mode .pagination-section .pagination-controls .page-numbers .page-btn{background:var(--sidebar-active);border-color:var(--color-border-primary);color:var(--color-text-secondary)}.pagination-section .pagination-controls .page-numbers .page-btn:hover:not(.active){background:#f4f4f5;color:#09090b;border-color:#d4d4d8}.dark-mode .pagination-section .pagination-controls .page-numbers .page-btn:hover:not(.active){background:#ffffff0f;color:var(--color-text-primary);border-color:var(--color-border-primary)}.pagination-section .pagination-controls .page-numbers .page-btn.active{background:#09090b;color:#fff;border-color:#09090b}.dark-mode .pagination-section .pagination-controls .page-numbers .page-btn.active{background:var(--color-text-primary);color:var(--sidebar-active);border-color:var(--color-text-primary)}@media (max-width: 640px){.pagination-section .pagination-controls .page-numbers .page-btn{width:32px;height:32px;font-size:.75rem}}@media (max-width: 640px){.pagination-section{padding:1rem}}.properties-page .page-header{margin-bottom:2rem}.properties-page .page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 768px){.properties-page .page-header .header-content{flex-direction:column;gap:1rem}}.properties-page .page-header .header-content .header-text{flex:1}.properties-page .page-header .header-content .header-text h1{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.properties-page .page-header .header-content .header-text h1 .header-icon{color:#3b82f6;font-size:2.25rem}@media (max-width: 640px){.properties-page .page-header .header-content .header-text h1{font-size:1.75rem}.properties-page .page-header .header-content .header-text h1 .header-icon{font-size:2rem}}.properties-page .page-header .header-content .header-text p{color:#64748b;font-size:1rem;margin:0;max-width:600px;line-height:1.5}.properties-page .page-header .header-content .header-actions{display:flex;gap:1rem;flex-shrink:0}@media (max-width: 768px){.properties-page .page-header .header-content .header-actions{width:100%}}@media (max-width: 480px){.properties-page .page-header .header-content .header-actions{flex-direction:column}}.properties-page .page-header .header-content .header-actions .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;font-size:.875rem;border-radius:.5rem;border:1px solid;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.properties-page .page-header .header-content .header-actions .btn:disabled{opacity:.6;cursor:not-allowed}.properties-page .page-header .header-content .header-actions .btn svg{font-size:1rem}@media (max-width: 768px){.properties-page .page-header .header-content .header-actions .btn{justify-content:center;flex:1}}@media (max-width: 480px){.properties-page .page-header .header-content .header-actions .btn{width:100%}}.properties-page .page-header .header-content .header-actions .btn-primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.properties-page .page-header .header-content .header-actions .btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.properties-page .page-header .header-content .header-actions .btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.properties-page .page-header .header-content .header-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.properties-page .alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;border-radius:.5rem;font-weight:500}.properties-page .alert.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.properties-page .alert.alert-error svg{color:#dc2626;font-size:1.25rem}.properties-page .alert.alert-error button{margin-left:auto;background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.properties-page .alert.alert-error button:hover{background:#dc26261a}.properties-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 640px){.properties-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.properties-page .stats-grid{grid-template-columns:1fr}}.properties-page .stats-grid .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.properties-page .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.properties-page .stats-grid .stat-card.urgent{border-color:#f87171;background:linear-gradient(135deg,#fef2f2,#fff)}.properties-page .stats-grid .stat-card.urgent .stat-value{color:#dc2626}.properties-page .stats-grid .stat-card .stat-content{flex:1}.properties-page .stats-grid .stat-card .stat-content .stat-value{font-size:2rem;font-weight:700;color:#1e293b;line-height:1;margin-bottom:.25rem}@media (max-width: 640px){.properties-page .stats-grid .stat-card .stat-content .stat-value{font-size:1.5rem}}.properties-page .stats-grid .stat-card .stat-content .stat-label{font-size:.875rem;color:#64748b;font-weight:500}.properties-page .stats-grid .stat-card .stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.properties-page .stats-grid .stat-card .stat-icon svg{font-size:1.5rem}.properties-page .stats-grid .stat-card .stat-icon.total{background:linear-gradient(135deg,#ddd6fe,#e0e7ff);color:#7c3aed}.properties-page .stats-grid .stat-card .stat-icon.available{background:linear-gradient(135deg,#dcfce7,#d1fae5);color:#16a34a}.properties-page .stats-grid .stat-card .stat-icon.occupied{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.properties-page .stats-grid .stat-card .stat-icon.maintenance{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.properties-page .stats-grid .stat-card .stat-icon.overdue{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#dc2626}.properties-page .filters-section{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.properties-page .filters-section .search-bar{position:relative;margin-bottom:1.5rem}.properties-page .filters-section .search-bar .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.125rem;pointer-events:none}.properties-page .filters-section .search-bar input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#f8fafc;transition:all .2s ease}.properties-page .filters-section .search-bar input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.properties-page .filters-section .search-bar input::placeholder{color:#9ca3af}.properties-page .filters-section .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;align-items:end}@media (max-width: 640px){.properties-page .filters-section .filters-grid{grid-template-columns:1fr}}.properties-page .filters-section .filters-grid select{padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s ease}.properties-page .filters-section .filters-grid select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.properties-page .filters-section .filters-grid .btn{padding:.75rem 1rem;font-size:.875rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500}.properties-page .filters-section .filters-grid .btn:hover{background:#f9fafb;border-color:#9ca3af}.properties-page .filters-section .filters-grid .btn svg{font-size:1rem}.properties-page .loading-state,.properties-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.properties-page .loading-state .spinner,.properties-page .empty-state .spinner{width:2.5rem;height:2.5rem;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.properties-page .loading-state .empty-icon,.properties-page .empty-state .empty-icon{font-size:4rem;color:#cbd5e1;margin-bottom:1rem}.properties-page .loading-state h3,.properties-page .empty-state h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.properties-page .loading-state p,.properties-page .empty-state p{color:#64748b;margin:0 0 1.5rem;max-width:400px}.properties-page .loading-state .btn,.properties-page .empty-state .btn{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.properties-page .loading-state .btn:hover,.properties-page .empty-state .btn:hover{background:#2563eb;transform:translateY(-1px)}.properties-page .properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.properties-page .properties-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}}@media (max-width: 480px){.properties-page .properties-grid{grid-template-columns:1fr}}.properties-page .properties-grid .property-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.dark-mode .properties-page .properties-grid .property-card{background:var(--color-bg-card);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.properties-page .properties-grid .property-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#cbd5e1}.properties-page .properties-grid .property-card .property-details{margin-bottom:1rem}.properties-page .properties-grid .property-card .property-details .detail-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.properties-page .properties-grid .property-card .property-details .detail-row:last-child{margin-bottom:0}.properties-page .properties-grid .property-card .property-details .detail-row .detail-icon{color:#64748b;font-size:1rem;flex-shrink:0}.properties-page .properties-grid .property-card .property-details .detail-row .detail-text{color:#374151;font-size:.875rem;line-height:1.4}.properties-page .properties-grid .property-card .compliance-section{margin-bottom:1rem}.properties-page .properties-grid .property-card .compliance-section .compliance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.properties-page .properties-grid .property-card .compliance-section .compliance-header .compliance-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.properties-page .properties-grid .property-card .compliance-section .compliance-header .compliance-score{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:700}.properties-page .properties-grid .property-card .compliance-section .compliance-header .compliance-score.success{background:#dcfce7;color:#16a34a}.properties-page .properties-grid .property-card .compliance-section .compliance-header .compliance-score.warning{background:#fef3c7;color:#d97706}.properties-page .properties-grid .property-card .compliance-section .compliance-header .compliance-score.danger{background:#fef2f2;color:#dc2626}.properties-page .properties-grid .property-card .compliance-section .compliance-alert{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;font-size:.75rem;font-weight:500}.properties-page .properties-grid .property-card .compliance-section .compliance-alert svg{font-size:.875rem}.properties-page .pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0}@media (max-width: 640px){.properties-page .pagination{flex-direction:column;gap:1rem}}.properties-page .pagination .pagination-btn{padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}.properties-page .pagination .pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.properties-page .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 640px){.properties-page .pagination .pagination-btn{flex:1;text-align:center}}.properties-page .pagination .pagination-info{font-size:.875rem;color:#64748b;text-align:center}@media (max-width: 640px){.properties-page .pagination .pagination-info{order:-1}}.property-assignment-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.property-assignment-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh}.property-assignment-page .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #e3e3e3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.property-assignment-page .loading-container p{color:#666;font-size:1.1rem}.property-assignment-page .page-header{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.property-assignment-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center}.property-assignment-page .page-header .header-content .header-left h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.property-assignment-page .page-header .header-content .header-left p{font-size:1.1rem;color:#7f8c8d;margin:0}.property-assignment-page .page-header .header-content .header-actions .refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.property-assignment-page .page-header .header-content .header-actions .refresh-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.property-assignment-page .page-header .header-content .header-actions .refresh-btn svg{font-size:1.2rem}.property-assignment-page .filters-section{display:flex;gap:1rem;margin-bottom:2rem}.property-assignment-page .filters-section .search-filter{flex:1}.property-assignment-page .filters-section .search-filter .search-input{width:100%;padding:1rem 1.5rem;border:2px solid #e1e8ed;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}.property-assignment-page .filters-section .search-filter .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.property-assignment-page .filters-section .search-filter .search-input::placeholder{color:#95a5a6}.property-assignment-page .filters-section .status-filter .status-select{padding:1rem 1.5rem;border:2px solid #e1e8ed;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.property-assignment-page .filters-section .status-filter .status-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.property-assignment-page .stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.property-assignment-page .stats-section .stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.property-assignment-page .stats-section .stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.property-assignment-page .stats-section .stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem}.property-assignment-page .stats-section .stat-card .stat-icon.assigned{background:linear-gradient(135deg,#56ab2f,#a8e6cf)}.property-assignment-page .stats-section .stat-card .stat-icon.unassigned{background:linear-gradient(135deg,#ff6b6b,#ffa726)}.property-assignment-page .stats-section .stat-card .stat-content h3{font-size:2rem;font-weight:700;color:#2c3e50;margin:0 0 .25rem}.property-assignment-page .stats-section .stat-card .stat-content p{color:#7f8c8d;margin:0;font-weight:500}.property-assignment-page .properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.property-assignment-page .properties-grid .property-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #e1e8ed;display:flex;flex-direction:column;height:100%}.property-assignment-page .properties-grid .property-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.property-assignment-page .properties-grid .property-card .property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.property-assignment-page .properties-grid .property-card .property-header .property-address h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem;line-height:1.3}.property-assignment-page .properties-grid .property-card .property-header .property-address .property-type{color:#7f8c8d;font-size:.9rem;margin:0;text-transform:capitalize}.property-assignment-page .properties-grid .property-card .property-header .status-badge{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.property-assignment-page .properties-grid .property-card .property-header .status-badge.assigned{background:#d4edda;color:#155724}.property-assignment-page .properties-grid .property-card .property-header .status-badge.unassigned{background:#f8d7da;color:#721c24}.property-assignment-page .properties-grid .property-card .property-header .status-badge svg{font-size:1rem}.property-assignment-page .properties-grid .property-card .property-details{margin-bottom:1.5rem}.property-assignment-page .properties-grid .property-card .property-details .detail-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.property-assignment-page .properties-grid .property-card .property-details .detail-item .label{color:#7f8c8d;font-weight:500}.property-assignment-page .properties-grid .property-card .property-details .detail-item .value{color:#2c3e50;font-weight:600}.property-assignment-page .properties-grid .property-card .manager-section{margin-bottom:1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.property-assignment-page .properties-grid .property-card .manager-section .manager-card{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;border:1px solid #e1e8ed}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.unassigned{background:#f8f9fa;border-color:#dee2e6}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.unassigned .manager-icon{color:#6c757d;font-size:1.5rem}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.unassigned .manager-info h4{color:#6c757d;margin:0 0 .25rem;font-size:1rem}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.unassigned .manager-info p{color:#adb5bd;margin:0;font-size:.9rem}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned{background:#f0f8ff;border-color:#b3d9ff}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info{flex:1}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info h4{color:#2c3e50;margin:0 0 .25rem;font-size:1rem;font-weight:600}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info p{color:#7f8c8d;margin:0 0 .1rem;font-size:.85rem}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .status-badge.active{background:#d4edda;color:#155724}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .status-badge.inactive{background:#f8d7da;color:#721c24}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .status-badge.unknown{background:#e9ecef;color:#6c757d}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .availability-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .availability-status.available{background:#d4edda;color:#155724}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .availability-status.busy{background:#fff3cd;color:#856404}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .availability-status.unavailable{background:#f8d7da;color:#721c24}.property-assignment-page .properties-grid .property-card .manager-section .manager-card.assigned .manager-info .manager-status-row .availability-status.unknown{background:#e9ecef;color:#6c757d}.property-assignment-page .properties-grid .property-card .property-actions{margin-top:auto}.property-assignment-page .properties-grid .property-card .property-actions .assign-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.property-assignment-page .properties-grid .property-card .property-actions .assign-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.property-assignment-page .properties-grid .property-card .property-actions .assign-btn:disabled{opacity:.6;cursor:not-allowed}.property-assignment-page .properties-grid .property-card .property-actions .assign-btn.assigned{background:linear-gradient(135deg,#56ab2f,#a8e6cf)}.property-assignment-page .properties-grid .property-card .property-actions .assign-btn.assigned:hover:not(:disabled){box-shadow:0 8px 25px #56ab2f4d}.property-assignment-page .modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.property-assignment-page .modal-overlay .assignment-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.property-assignment-page .modal-overlay .assignment-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e1e8ed}.property-assignment-page .modal-overlay .assignment-modal .modal-header h2{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.property-assignment-page .modal-overlay .assignment-modal .modal-header .close-btn{background:none;border:none;font-size:1.5rem;color:#7f8c8d;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease}.property-assignment-page .modal-overlay .assignment-modal .modal-header .close-btn:hover{background:#f8f9fa;color:#2c3e50}.property-assignment-page .modal-overlay .assignment-modal .modal-content{padding:2rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .property-info{margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:12px}.property-assignment-page .modal-overlay .assignment-modal .modal-content .property-info h3{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .property-info p{color:#7f8c8d;margin:0}.property-assignment-page .modal-overlay .assignment-modal .modal-content .manager-selection{margin-bottom:2rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .manager-selection label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.75rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .manager-selection .manager-select{width:100%;padding:1rem 1.5rem;border:2px solid #e1e8ed;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.property-assignment-page .modal-overlay .assignment-modal .modal-content .manager-selection .manager-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f0f8ff;border-radius:12px;border:1px solid #b3d9ff}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details{flex:1}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 .5rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details p{color:#7f8c8d;margin:0 0 .25rem;font-size:.9rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats{display:flex;gap:.75rem;margin-top:.75rem}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span.status.active,.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span.availability.available{background:#d4edda;color:#155724}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span.availability.busy{background:#fff3cd;color:#856404}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span.availability.unavailable{background:#f8d7da;color:#721c24}.property-assignment-page .modal-overlay .assignment-modal .modal-content .selected-manager-info .manager-preview .manager-details .manager-stats span.properties-count{background:#e3f2fd;color:#1565c0}.property-assignment-page .modal-overlay .assignment-modal .modal-actions{display:flex;gap:1rem;padding:1rem 2rem 2rem;border-top:1px solid #e1e8ed}.property-assignment-page .modal-overlay .assignment-modal .modal-actions .cancel-btn{flex:1;padding:.75rem 1.5rem;background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.property-assignment-page .modal-overlay .assignment-modal .modal-actions .cancel-btn:hover{background:#e9ecef;color:#495057}.property-assignment-page .modal-overlay .assignment-modal .modal-actions .confirm-btn{flex:1;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.property-assignment-page .modal-overlay .assignment-modal .modal-actions .confirm-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.property-assignment-page .modal-overlay .assignment-modal .modal-actions .confirm-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.property-assignment-page{padding:1rem}.property-assignment-page .page-header{padding:1.5rem}.property-assignment-page .page-header .header-content{flex-direction:column;gap:1rem;text-align:center}.property-assignment-page .page-header .header-content .header-left h1{font-size:2rem}.property-assignment-page .filters-section{flex-direction:column}.property-assignment-page .stats-section{grid-template-columns:repeat(2,1fr)}.property-assignment-page .properties-grid{grid-template-columns:1fr}.property-assignment-page .modal-overlay{padding:1rem}.property-assignment-page .modal-overlay .assignment-modal .modal-header,.property-assignment-page .modal-overlay .assignment-modal .modal-content,.property-assignment-page .modal-overlay .assignment-modal .modal-actions{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 480px){.property-assignment-page .stats-section{grid-template-columns:1fr}.property-assignment-page .property-card .property-header{flex-direction:column;gap:1rem;align-items:flex-start}}.agency-search-dropdown{position:relative;width:100%}.agency-search-dropdown .dropdown-trigger{background:#fff;border:2px solid #e1e5e9;border-radius:8px;padding:12px 16px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;min-height:48px}.agency-search-dropdown .dropdown-trigger:hover{border-color:#024974}.agency-search-dropdown .dropdown-trigger:focus-within{border-color:#024974;box-shadow:0 0 0 3px #0249741a}.agency-search-dropdown .dropdown-trigger.error{border-color:#dc2626}.agency-search-dropdown .dropdown-trigger.error:hover,.agency-search-dropdown .dropdown-trigger.error:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.agency-search-dropdown .dropdown-trigger.disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.agency-search-dropdown .dropdown-trigger.disabled:hover{border-color:#e1e5e9}.agency-search-dropdown .dropdown-trigger .selected-value{flex:1;text-align:left}.agency-search-dropdown .dropdown-trigger .selected-value .selected-agency .agency-name{font-weight:600;color:#111827;display:block;margin-bottom:2px}.agency-search-dropdown .dropdown-trigger .selected-value .selected-agency .agency-email{font-size:14px;color:#6b7280}.agency-search-dropdown .dropdown-trigger .selected-value .placeholder{color:#9ca3af;font-style:italic}.agency-search-dropdown .dropdown-trigger .dropdown-icon{color:#6b7280;transition:transform .2s ease}.agency-search-dropdown .dropdown-trigger .dropdown-icon.rotated{transform:rotate(180deg)}.agency-search-dropdown .error-message{color:#dc2626;font-size:14px;margin-top:4px;display:block}.agency-search-dropdown .dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e1e5e9;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;max-height:320px;overflow:hidden;display:flex;flex-direction:column}.agency-search-dropdown .dropdown-menu .search-input-wrapper{position:relative;padding:12px;border-bottom:1px solid #e5e7eb}.agency-search-dropdown .dropdown-menu .search-input-wrapper .search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px}.agency-search-dropdown .dropdown-menu .search-input-wrapper .search-input{width:100%;padding:8px 12px 8px 40px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none}.agency-search-dropdown .dropdown-menu .search-input-wrapper .search-input:focus{border-color:#024974;box-shadow:0 0 0 3px #0249741a}.agency-search-dropdown .dropdown-menu .search-input-wrapper .search-input::placeholder{color:#9ca3af}.agency-search-dropdown .dropdown-menu .dropdown-content{flex:1;overflow-y:auto}.agency-search-dropdown .dropdown-menu .dropdown-content .loading-state{display:flex;align-items:center;justify-content:center;padding:24px 16px;color:#6b7280;gap:8px}.agency-search-dropdown .dropdown-menu .dropdown-content .loading-state .spinner{animation:spin 1s linear infinite;font-size:16px}.agency-search-dropdown .dropdown-menu .dropdown-content .empty-state{padding:24px 16px;text-align:center;color:#6b7280}.agency-search-dropdown .dropdown-menu .dropdown-content .empty-state small{display:block;margin-top:4px;color:#9ca3af}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list{list-style:none;padding:0;margin:0}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option:hover{background-color:#f9fafb}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option.selected{background-color:#eff6ff;border-left:3px solid #024974}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option:last-child{border-bottom:none}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-name{font-weight:600;color:#111827;margin-bottom:4px;font-size:14px}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-details{display:flex;gap:16px;margin-bottom:6px}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-details .agency-email{color:#6b7280;font-size:13px}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-details .agency-abn{color:#9ca3af;font-size:13px}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta{display:flex;align-items:center;gap:12px}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .status{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .status.active{background-color:#dcfce7;color:#166534}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .status.inactive{background-color:#fee2e2;color:#dc2626}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .status.pending{background-color:#fef3c7;color:#d97706}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .status.suspended{background-color:#fce7f3;color:#be185d}.agency-search-dropdown .dropdown-menu .dropdown-content .agency-list .agency-option .agency-info .agency-meta .region{color:#6b7280;font-size:12px}@media (max-width: 768px){.agency-search-dropdown .dropdown-menu{max-height:280px}}.agency-assignment{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.dark-mode .agency-assignment{background:var(--color-bg-primary);border:1px solid var(--color-border-primary)}.agency-assignment.loading{display:flex;justify-content:center;align-items:center;min-height:300px}.agency-assignment.loading .loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6b7280}.agency-assignment.loading .loading-state .spinner{font-size:2rem;animation:spin 1s linear infinite}.dark-mode .agency-assignment.loading .loading-state{color:var(--color-text-secondary)}.agency-assignment .assignment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.dark-mode .agency-assignment .assignment-header{border-bottom:2px solid var(--color-border-primary)}.agency-assignment .assignment-header .header-content{display:flex;align-items:center;gap:1rem}.agency-assignment .assignment-header .header-content .header-icon{font-size:1.5rem;color:#3b82f6}.dark-mode .agency-assignment .assignment-header .header-content .header-icon{color:var(--color-primary)}.agency-assignment .assignment-header .header-content h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.dark-mode .agency-assignment .assignment-header .header-content h3{color:var(--color-text-primary)}.agency-assignment .assignment-header .header-content p{margin:.25rem 0 0;color:#6b7280;font-size:.875rem}.dark-mode .agency-assignment .assignment-header .header-content p{color:var(--color-text-secondary)}.agency-assignment .assignment-header .cancel-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s}.agency-assignment .assignment-header .cancel-btn:hover{background:#e5e7eb;color:#374151}.agency-assignment .assignment-header .cancel-btn svg{font-size:1.25rem}.dark-mode .agency-assignment .assignment-header .cancel-btn{background:var(--color-bg-secondary);color:var(--color-text-secondary)}.dark-mode .agency-assignment .assignment-header .cancel-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.agency-assignment .search-filters{display:flex;gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.agency-assignment .search-filters{flex-direction:column}}.agency-assignment .search-filters .search-container{flex:1;position:relative}.agency-assignment .search-filters .search-container .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:1rem;z-index:1}.dark-mode .agency-assignment .search-filters .search-container .search-icon{color:var(--color-text-secondary)}.agency-assignment .search-filters .search-container .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s}.agency-assignment .search-filters .search-container .search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.agency-assignment .search-filters .search-container .search-input::placeholder{color:#9ca3af}.dark-mode .agency-assignment .search-filters .search-container .search-input{background:var(--color-bg-primary);border:2px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .agency-assignment .search-filters .search-container .search-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.dark-mode .agency-assignment .search-filters .search-container .search-input::placeholder{color:var(--color-text-tertiary)}.agency-assignment .search-filters .filter-container{display:flex;align-items:center;gap:.5rem;min-width:200px}.agency-assignment .search-filters .filter-container .filter-icon{color:#6b7280;font-size:1rem}.dark-mode .agency-assignment .search-filters .filter-container .filter-icon{color:var(--color-text-secondary)}.agency-assignment .search-filters .filter-container .status-filter{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;transition:all .2s}.agency-assignment .search-filters .filter-container .status-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dark-mode .agency-assignment .search-filters .filter-container .status-filter{background:var(--color-bg-primary);border:2px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .agency-assignment .search-filters .filter-container .status-filter:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.agency-assignment .selected-agency-banner{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:12px;margin-bottom:1.5rem}.dark-mode .agency-assignment .selected-agency-banner{background:linear-gradient(135deg,#3b82f626,#3b82f640);border:2px solid var(--color-primary)}.agency-assignment .selected-agency-banner .banner-content{display:flex;align-items:center;gap:.75rem}.agency-assignment .selected-agency-banner .banner-content .check-icon{font-size:1.25rem;color:#3b82f6}.dark-mode .agency-assignment .selected-agency-banner .banner-content .check-icon{color:var(--color-primary)}.agency-assignment .selected-agency-banner .banner-content .agency-info{display:flex;flex-direction:column}.agency-assignment .selected-agency-banner .banner-content .agency-info strong{font-weight:600;color:#1e40af}.dark-mode .agency-assignment .selected-agency-banner .banner-content .agency-info strong{color:var(--color-text-primary)}.agency-assignment .selected-agency-banner .banner-content .agency-info span{font-size:.875rem;color:#3730a3}.dark-mode .agency-assignment .selected-agency-banner .banner-content .agency-info span{color:var(--color-text-secondary)}.agency-assignment .selected-agency-banner .change-btn{padding:.5rem 1rem;background:#fff;border:2px solid #3b82f6;border-radius:6px;color:#3b82f6;font-weight:500;cursor:pointer;transition:all .2s}.agency-assignment .selected-agency-banner .change-btn:hover{background:#3b82f6;color:#fff}.dark-mode .agency-assignment .selected-agency-banner .change-btn{background:var(--color-bg-primary);border:2px solid var(--color-primary);color:var(--color-primary)}.dark-mode .agency-assignment .selected-agency-banner .change-btn:hover{background:var(--color-primary);color:var(--color-text-primary)}.agency-assignment .agencies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){.agency-assignment .agencies-grid{grid-template-columns:1fr}}.agency-assignment .agencies-grid .agency-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .2s}.agency-assignment .agencies-grid .agency-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.agency-assignment .agencies-grid .agency-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#fefbff,#f0f9ff);box-shadow:0 8px 25px -5px #3b82f640}.dark-mode .agency-assignment .agencies-grid .agency-card{background:var(--color-bg-secondary);border:2px solid var(--color-border-primary)}.dark-mode .agency-assignment .agencies-grid .agency-card:hover{border-color:var(--color-border-secondary);box-shadow:0 4px 6px -1px #0000004d}.dark-mode .agency-assignment .agencies-grid .agency-card.selected{border-color:var(--color-primary);background:linear-gradient(135deg,#3b82f61a,#3b82f626);box-shadow:0 8px 25px -5px #3b82f666}.agency-assignment .agencies-grid .agency-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.agency-assignment .agencies-grid .agency-card .card-header .agency-title{display:flex;align-items:center;gap:.5rem;flex:1}.agency-assignment .agencies-grid .agency-card .card-header .agency-title .agency-icon{font-size:1.25rem;color:#3b82f6}.dark-mode .agency-assignment .agencies-grid .agency-card .card-header .agency-title .agency-icon{color:var(--color-primary)}.agency-assignment .agencies-grid .agency-card .card-header .agency-title h4{margin:0;font-size:1rem;font-weight:600;color:#1f2937;line-height:1.3}.dark-mode .agency-assignment .agencies-grid .agency-card .card-header .agency-title h4{color:var(--color-text-primary)}.agency-assignment .agencies-grid .agency-card .card-header .status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff;text-transform:capitalize}.agency-assignment .agencies-grid .agency-card .card-content{margin-bottom:1rem}.agency-assignment .agencies-grid .agency-card .card-content .info-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#4b5563}.agency-assignment .agencies-grid .agency-card .card-content .info-row .info-icon{font-size:1rem;color:#6b7280;flex-shrink:0}.dark-mode .agency-assignment .agencies-grid .agency-card .card-content .info-row .info-icon{color:var(--color-text-secondary)}.agency-assignment .agencies-grid .agency-card .card-content .info-row span{line-height:1.4}.agency-assignment .agencies-grid .agency-card .card-content .info-row:last-child{margin-bottom:0}.dark-mode .agency-assignment .agencies-grid .agency-card .card-content .info-row{color:var(--color-text-secondary)}.agency-assignment .agencies-grid .agency-card .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e5e7eb}.dark-mode .agency-assignment .agencies-grid .agency-card .card-footer{border-top:1px solid var(--color-border-primary)}.agency-assignment .agencies-grid .agency-card .card-footer .abn{font-size:.75rem;color:#6b7280;font-weight:500}.dark-mode .agency-assignment .agencies-grid .agency-card .card-footer .abn{color:var(--color-text-tertiary)}.agency-assignment .agencies-grid .agency-card .card-footer .selected-indicator{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;color:#3b82f6}.agency-assignment .agencies-grid .agency-card .card-footer .selected-indicator svg{font-size:1rem}.dark-mode .agency-assignment .agencies-grid .agency-card .card-footer .selected-indicator{color:var(--color-primary)}.agency-assignment .agencies-grid .empty-state{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#6b7280}.agency-assignment .agencies-grid .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;color:#d1d5db}.dark-mode .agency-assignment .agencies-grid .empty-state .empty-icon{color:var(--color-border-secondary)}.agency-assignment .agencies-grid .empty-state h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#374151}.dark-mode .agency-assignment .agencies-grid .empty-state h4{color:var(--color-text-primary)}.agency-assignment .agencies-grid .empty-state p{margin:0;font-size:.875rem}.dark-mode .agency-assignment .agencies-grid .empty-state{color:var(--color-text-secondary)}.agency-assignment .agencies-summary{display:flex;justify-content:center;padding:1rem;font-size:.875rem;color:#6b7280;border-top:1px solid #e5e7eb}.dark-mode .agency-assignment .agencies-summary{color:var(--color-text-secondary);border-top:1px solid var(--color-border-primary)}.property-manager-form .form-section{margin-bottom:32px;padding:24px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px}.dark-mode .property-manager-form .form-section{background:var(--color-bg-secondary);border:1px solid var(--color-border-primary)}.property-manager-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #f3f4f6}.dark-mode .property-manager-form .form-section .section-header{border-bottom:2px solid var(--color-border-primary)}.property-manager-form .form-section .section-header h4{margin:0;color:#111827;font-size:18px;font-weight:600}.dark-mode .property-manager-form .form-section .section-header h4{color:var(--color-text-primary)}.property-manager-form .form-section .section-header .expand-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.property-manager-form .form-section .section-header .expand-btn:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;color:#1f2937}.property-manager-form .form-section .section-header .expand-btn:disabled{opacity:.5;cursor:not-allowed}.property-manager-form .form-section .section-header .expand-btn svg{font-size:16px}.dark-mode .property-manager-form .form-section .section-header .expand-btn{background:var(--color-bg-secondary);border:2px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .property-manager-form .form-section .section-header .expand-btn:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-border-secondary)}.property-manager-form .form-section h4{color:#111827;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #f3f4f6}.dark-mode .property-manager-form .form-section h4{color:var(--color-text-primary);border-bottom:2px solid var(--color-border-primary)}.property-manager-form .form-section .expanded-assignment{margin-top:16px;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden}.dark-mode .property-manager-form .form-section .expanded-assignment{border:2px solid var(--color-border-primary)}.property-manager-form .form-section .expanded-assignment .modal-assignment{max-height:500px;overflow-y:auto;padding:16px}.property-manager-form .form-section .expanded-assignment .modal-assignment .agencies-grid{max-height:400px;overflow-y:auto}.property-manager-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.property-manager-form .form-section .form-row{grid-template-columns:1fr}}.property-manager-form .form-section .form-group{display:flex;flex-direction:column;margin-bottom:16px}.property-manager-form .form-section .form-group label{font-weight:500;color:#374151;margin-bottom:6px;font-size:14px}.property-manager-form .form-section .form-group label .required{color:#dc2626;margin-left:2px}.dark-mode .property-manager-form .form-section .form-group label{color:var(--color-text-primary)}.dark-mode .property-manager-form .form-section .form-group label .required{color:var(--color-danger)}.property-manager-form .form-section .form-group input,.property-manager-form .form-section .form-group select{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff}.property-manager-form .form-section .form-group input:focus,.property-manager-form .form-section .form-group select:focus{outline:none;border-color:#024974;box-shadow:0 0 0 3px #0249741a}.property-manager-form .form-section .form-group input::placeholder,.property-manager-form .form-section .form-group select::placeholder{color:#9ca3af}.property-manager-form .form-section .form-group input:disabled,.property-manager-form .form-section .form-group select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.property-manager-form .form-section .form-group input.error,.property-manager-form .form-section .form-group select.error{border-color:#dc2626}.property-manager-form .form-section .form-group input.error:focus,.property-manager-form .form-section .form-group select.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.dark-mode .property-manager-form .form-section .form-group input,.dark-mode .property-manager-form .form-section .form-group select{background:var(--color-bg-primary);border:2px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .property-manager-form .form-section .form-group input:focus,.dark-mode .property-manager-form .form-section .form-group select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.dark-mode .property-manager-form .form-section .form-group input::placeholder,.dark-mode .property-manager-form .form-section .form-group select::placeholder{color:var(--color-text-tertiary)}.dark-mode .property-manager-form .form-section .form-group input:disabled,.dark-mode .property-manager-form .form-section .form-group select:disabled{background-color:var(--color-bg-secondary);color:var(--color-text-tertiary)}.dark-mode .property-manager-form .form-section .form-group input.error,.dark-mode .property-manager-form .form-section .form-group select.error{border-color:var(--color-danger)}.dark-mode .property-manager-form .form-section .form-group input.error:focus,.dark-mode .property-manager-form .form-section .form-group select.error:focus{border-color:var(--color-danger);box-shadow:0 0 0 3px #dc26261a}.property-manager-form .form-section .form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;appearance:none}.property-manager-form .form-section .form-group select:disabled{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e")}.property-manager-form .form-section .form-group .error-message{color:#dc2626;font-size:12px;margin-top:4px;font-weight:500}.dark-mode .property-manager-form .form-section .form-group .error-message{color:var(--color-danger)}.property-manager-form .form-section .form-row:has(.form-group #address\\.suburb){grid-template-columns:2fr 1fr 1fr}@media (max-width: 768px){.property-manager-form .form-section .form-row:has(.form-group #address\\.suburb){grid-template-columns:1fr}}.property-manager-form .form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:2px solid #f3f4f6;margin-top:32px}.dark-mode .property-manager-form .form-actions{border-top:2px solid var(--color-border-primary)}.property-manager-form .form-actions .btn-secondary,.property-manager-form .form-actions .btn-primary{padding:12px 24px;border:none;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;min-width:120px;justify-content:center}.property-manager-form .form-actions .btn-secondary:disabled,.property-manager-form .form-actions .btn-primary:disabled{cursor:not-allowed;opacity:.6}.property-manager-form .form-actions .btn-secondary svg,.property-manager-form .form-actions .btn-primary svg{font-size:16px}.property-manager-form .form-actions .btn-secondary{background:#f9fafb;color:#374151;border:2px solid #e5e7eb}.property-manager-form .form-actions .btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.dark-mode .property-manager-form .form-actions .btn-secondary{background:var(--color-bg-secondary);color:var(--color-text-primary);border:2px solid var(--color-border-primary)}.dark-mode .property-manager-form .form-actions .btn-secondary:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-border-secondary)}.property-manager-form .form-actions .btn-primary{background:#024974;color:#fff}.property-manager-form .form-actions .btn-primary:hover:not(:disabled){background:#033e5f}.property-manager-form .form-actions .btn-primary .loading-spinner{animation:spin 1s linear infinite}@media (max-width: 768px){.property-manager-form .form-actions{flex-direction:column-reverse;gap:8px}.property-manager-form .form-actions .btn-secondary,.property-manager-form .form-actions .btn-primary{width:100%}}.property-manager-form input:focus,.property-manager-form select:focus{outline:2px solid #024974;outline-offset:2px}@media (prefers-contrast: high){.property-manager-form .form-section h4{border-bottom-color:#000}.property-manager-form .form-group input,.property-manager-form .form-group select{border-color:#000}.property-manager-form .form-group input:focus,.property-manager-form .form-group select:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc4d}.property-manager-form .form-group input.error,.property-manager-form .form-group select.error{border-color:#c00}.property-manager-form .form-group input.error:focus,.property-manager-form .form-group select.error:focus{border-color:#c00;box-shadow:0 0 0 3px #cc00004d}.property-manager-form .form-actions{border-top-color:#000}.property-manager-form .form-actions .btn-secondary{border-color:#000;color:#000}.property-manager-form .form-actions .btn-primary{background:#06c}}.page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.page-header .header-content .header-text{flex:1}.page-header .header-content .header-text h1{margin-bottom:.5rem}.dark-mode .page-header .header-content .header-text h1{color:var(--color-text-primary)}.page-header .header-content .header-text p{margin:0;color:#64748b}.dark-mode .page-header .header-content .header-text p{color:var(--color-text-secondary)}.page-header .header-content .add-property-manager-btn{background:#7c3aed;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-size:14px;min-width:fit-content;white-space:nowrap}.page-header .header-content .add-property-manager-btn:hover{background:#6d28d9;transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed4d}.page-header .header-content .add-property-manager-btn:active{transform:translateY(0)}.page-header .header-content .add-property-manager-btn svg{font-size:16px}@media (max-width: 768px){.page-header .header-content{flex-direction:column;align-items:stretch}.page-header .header-content .add-property-manager-btn{align-self:flex-end;width:fit-content}}@media (max-width: 480px){.page-header .header-content .add-property-manager-btn{width:100%;justify-content:center}}.property-manager-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.dark-mode .property-manager-tabs{border-bottom:2px solid var(--color-border-primary)}.property-manager-tabs .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease;font-weight:500}.property-manager-tabs .tab-button:hover{background:#f8fafc;color:#1e293b}.property-manager-tabs .tab-button.active{background:#7c3aed;color:#fff}.property-manager-tabs .tab-button .tab-icon{font-size:1.25rem}.dark-mode .property-manager-tabs .tab-button{color:var(--color-text-secondary)}.dark-mode .property-manager-tabs .tab-button:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .property-manager-tabs .tab-button.active{background:var(--color-primary);color:#fff}.tab-content{background:none}.dark-mode .tab-content .content-card{background:var(--color-bg-primary);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.property-manager-directory{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.dark-mode .property-manager-directory{background:var(--color-bg-primary);box-shadow:var(--shadow-md);border:1px solid var(--color-border-primary)}.property-manager-directory .directory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}@media (max-width: 768px){.property-manager-directory .directory-header{flex-direction:column;align-items:stretch}}.property-manager-directory .directory-header .header-info{max-width:fit-content}.property-manager-directory .directory-header .header-info h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;display:flex;align-items:center;gap:.75rem}.property-manager-directory .directory-header .header-info h3 .property-manager-count{font-size:.875rem;font-weight:500;color:#7c3aed;background:#f3f4f6;padding:.25rem .75rem;border-radius:1rem;border:1px solid #e5e7eb}.dark-mode .property-manager-directory .directory-header .header-info h3 .property-manager-count{color:var(--color-primary);background:var(--color-bg-hover);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-directory .directory-header .header-info h3{color:var(--color-text-primary)}.property-manager-directory .directory-header .header-info p{color:#64748b;margin:0;font-size:.875rem}.dark-mode .property-manager-directory .directory-header .header-info p{color:var(--color-text-secondary)}.property-manager-directory .directory-header .search-filter-bar{display:flex;gap:1rem;flex:1;margin-bottom:0!important}@media (max-width: 768px){.property-manager-directory .directory-header .search-filter-bar{flex-direction:column}}.property-manager-directory .directory-header .search-filter-bar .search-input{position:relative;flex:1;max-width:400px}.property-manager-directory .directory-header .search-filter-bar .search-input .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.25rem}.dark-mode .property-manager-directory .directory-header .search-filter-bar .search-input .search-icon{color:var(--color-text-secondary)}.property-manager-directory .directory-header .search-filter-bar .search-input input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease}.property-manager-directory .directory-header .search-filter-bar .search-input input:focus{outline:none;border-color:#7c3aed}.property-manager-directory .directory-header .search-filter-bar .search-input input::placeholder{color:#94a3b8}.dark-mode .property-manager-directory .directory-header .search-filter-bar .search-input input{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .property-manager-directory .directory-header .search-filter-bar .search-input input:focus{border-color:var(--color-primary)}.dark-mode .property-manager-directory .directory-header .search-filter-bar .search-input input::placeholder{color:var(--color-text-tertiary)}.property-manager-directory .directory-header .search-filter-bar .filter-select{position:relative}.property-manager-directory .directory-header .search-filter-bar .filter-select .filter-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.25rem;pointer-events:none}.dark-mode .property-manager-directory .directory-header .search-filter-bar .filter-select .filter-icon{color:var(--color-text-secondary)}.property-manager-directory .directory-header .search-filter-bar .filter-select select{padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;min-width:180px}.property-manager-directory .directory-header .search-filter-bar .filter-select select:focus{outline:none;border-color:#7c3aed}.dark-mode .property-manager-directory .directory-header .search-filter-bar .filter-select select{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .property-manager-directory .directory-header .search-filter-bar .filter-select select:focus{border-color:var(--color-primary)}.property-manager-directory .directory-header .search-filter-bar .btn-primary{background:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.property-manager-directory .directory-header .search-filter-bar .btn-primary:hover{background:#6d28d9;transform:translateY(-1px)}.property-manager-directory .directory-header .search-filter-bar .btn-primary:active{transform:translateY(0)}.property-manager-directory .loading-state,.property-manager-directory .error-state,.property-manager-directory .empty-state{text-align:center;padding:3rem 1rem;background:#fff;border-radius:.75rem;border:1px solid #e2e8f0}.property-manager-directory .loading-state .loading-icon,.property-manager-directory .loading-state .error-icon,.property-manager-directory .loading-state .empty-icon,.property-manager-directory .error-state .loading-icon,.property-manager-directory .error-state .error-icon,.property-manager-directory .error-state .empty-icon,.property-manager-directory .empty-state .loading-icon,.property-manager-directory .empty-state .error-icon,.property-manager-directory .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem}.property-manager-directory .loading-state .loading-icon,.property-manager-directory .error-state .loading-icon,.property-manager-directory .empty-state .loading-icon{color:#7c3aed;animation:spin 1s linear infinite}.property-manager-directory .loading-state .error-icon,.property-manager-directory .error-state .error-icon,.property-manager-directory .empty-state .error-icon{color:#ef4444}.property-manager-directory .loading-state .empty-icon,.property-manager-directory .error-state .empty-icon,.property-manager-directory .empty-state .empty-icon{color:#7c3aed}.property-manager-directory .loading-state h3,.property-manager-directory .error-state h3,.property-manager-directory .empty-state h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.property-manager-directory .loading-state p,.property-manager-directory .error-state p,.property-manager-directory .empty-state p{color:#64748b;margin:0 0 1.5rem}.property-manager-directory .loading-state button,.property-manager-directory .error-state button,.property-manager-directory .empty-state button{background:#7c3aed;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-directory .loading-state button:hover,.property-manager-directory .error-state button:hover,.property-manager-directory .empty-state button:hover{background:#6d28d9}.dark-mode .property-manager-directory .loading-state,.dark-mode .property-manager-directory .error-state,.dark-mode .property-manager-directory .empty-state{background:var(--color-bg-primary);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-directory .loading-state .loading-icon,.dark-mode .property-manager-directory .error-state .loading-icon,.dark-mode .property-manager-directory .empty-state .loading-icon{color:var(--color-primary)}.dark-mode .property-manager-directory .loading-state .error-icon,.dark-mode .property-manager-directory .error-state .error-icon,.dark-mode .property-manager-directory .empty-state .error-icon{color:var(--color-danger)}.dark-mode .property-manager-directory .loading-state .empty-icon,.dark-mode .property-manager-directory .error-state .empty-icon,.dark-mode .property-manager-directory .empty-state .empty-icon{color:var(--color-primary)}.dark-mode .property-manager-directory .loading-state h3,.dark-mode .property-manager-directory .error-state h3,.dark-mode .property-manager-directory .empty-state h3{color:var(--color-text-primary)}.dark-mode .property-manager-directory .loading-state p,.dark-mode .property-manager-directory .error-state p,.dark-mode .property-manager-directory .empty-state p{color:var(--color-text-secondary)}.dark-mode .property-manager-directory .loading-state button,.dark-mode .property-manager-directory .error-state button,.dark-mode .property-manager-directory .empty-state button{background:var(--color-primary)}.dark-mode .property-manager-directory .loading-state button:hover,.dark-mode .property-manager-directory .error-state button:hover,.dark-mode .property-manager-directory .empty-state button:hover{background:var(--color-primary-hover)}.property-manager-directory .property-managers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.property-manager-directory .property-managers-grid{grid-template-columns:1fr}}.property-manager-directory .property-manager-card{border-radius:.75rem;border:1px solid #e2e8f0;overflow:visible;transition:all .2s ease;box-shadow:0 1px 3px #0000001a;position:relative;z-index:1}.property-manager-directory .property-manager-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed26;border-color:#7c3aed;z-index:10}.property-manager-directory .property-manager-card.archived{opacity:.7;background:#f9fafb;border-color:#d1d5db}.dark-mode .property-manager-directory .property-manager-card.archived{background:var(--sidebar-active);border-color:var(--color-border-primary)}.dark-mode .property-manager-directory .property-manager-card{background:var(--sidebar-active);border:1px solid var(--color-border-primary);box-shadow:var(--shadow-md)}.dark-mode .property-manager-directory .property-manager-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary)}.property-manager-directory .property-manager-card .card-header{padding:1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:1rem}.dark-mode .property-manager-directory .property-manager-card .card-header{border-bottom:1px solid var(--color-border-primary)}.property-manager-directory .property-manager-card .card-header .avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.property-manager-directory .property-manager-card .card-header .header-info{flex:1;min-width:0}.property-manager-directory .property-manager-card .card-header .header-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark-mode .property-manager-directory .property-manager-card .card-header .header-info h4{color:var(--color-text-primary)}.property-manager-directory .property-manager-card .card-header .header-info .email{color:#64748b;font-size:.875rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark-mode .property-manager-directory .property-manager-card .card-header .header-info .email{color:var(--color-text-secondary)}.property-manager-directory .property-manager-card .card-header .header-info .agency-name{color:#9ca3af;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;gap:.25rem}.property-manager-directory .property-manager-card .card-header .header-info .agency-name svg{width:.875rem;height:.875rem}.dark-mode .property-manager-directory .property-manager-card .card-header .header-info .agency-name{color:var(--color-text-tertiary)}.property-manager-directory .property-manager-card .card-header .status-badges{display:flex;flex-direction:column;gap:.25rem;flex-shrink:0}.property-manager-directory .property-manager-card .card-header .status-badges .status-badge,.property-manager-directory .property-manager-card .card-header .status-badges .availability-badge{font-size:.75rem;font-weight:600;color:#fff;padding:.25rem .5rem;border-radius:.25rem;text-align:center;white-space:nowrap}.property-manager-directory .property-manager-card .card-header .status-badges .archived-badge{font-size:.75rem;font-weight:600;color:#6b7280;background:#e5e7eb;padding:.25rem .5rem;border-radius:.25rem;text-align:center;white-space:nowrap;display:inline-flex;align-items:center;gap:.25rem;text-transform:uppercase}.property-manager-directory .property-manager-card .card-header .status-badges .archived-badge svg{font-size:.875rem}.dark-mode .property-manager-directory .property-manager-card .card-header .status-badges .archived-badge{background:#374151;color:#9ca3af}.property-manager-directory .property-manager-card .card-body{padding:1.5rem}.property-manager-directory .property-manager-card .card-body .info-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.875rem}.property-manager-directory .property-manager-card .card-body .info-row:last-child{margin-bottom:0}.property-manager-directory .property-manager-card .card-body .info-row .info-icon{color:#7c3aed;font-size:1rem;flex-shrink:0}.dark-mode .property-manager-directory .property-manager-card .card-body .info-row .info-icon{color:var(--color-primary)}.property-manager-directory .property-manager-card .card-body .info-row span{color:#374151;flex:1}.dark-mode .property-manager-directory .property-manager-card .card-body .info-row span{color:var(--color-text-secondary)}.property-manager-directory .property-manager-card .card-actions{padding:1rem;border-top:1px solid #f1f5f9;display:flex;gap:.5rem;flex-wrap:wrap}.dark-mode .property-manager-directory .property-manager-card .card-actions{border-top:1px solid var(--color-border-primary)}.property-manager-directory .property-manager-card .card-actions .btn-secondary{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.property-manager-directory .property-manager-card .card-actions .btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.dark-mode .property-manager-directory .property-manager-card .card-actions .btn-secondary{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-directory .property-manager-card .card-actions .btn-secondary:hover{background:var(--color-bg-hover);border-color:var(--color-border-secondary)}.property-manager-directory .property-manager-card .card-actions .btn-icon{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;padding:.5rem;border-radius:.375rem;font-size:1.125rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.property-manager-directory .property-manager-card .card-actions .btn-icon:hover{background:#f1f5f9;border-color:#cbd5e1;color:#7c3aed}.dark-mode .property-manager-directory .property-manager-card .card-actions .btn-icon{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-directory .property-manager-card .card-actions .btn-icon:hover{background:var(--color-bg-hover);border-color:var(--color-border-secondary);color:var(--color-primary)}.property-manager-directory .property-manager-card .card-actions .dropdown{position:relative;z-index:100}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-toggle{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-toggle:hover{background:#f1f5f9;border-color:#cbd5e1}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 20px 40px #00000026;min-width:200px;z-index:9999;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;margin-top:.5rem}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0);animation:dropdownFadeIn .2s ease-out}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu{background:var(--color-bg-primary);border:1px solid var(--color-border-primary);box-shadow:var(--shadow-lg)}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section{padding:1rem}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section:not(:last-child){border-bottom:1px solid #f1f5f9}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section:not(:last-child){border-bottom:1px solid var(--color-border-primary)}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section h5{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section h5{color:var(--color-text-secondary)}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button{display:block;width:100%;text-align:left;background:none;border:none;padding:.5rem;border-radius:.25rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s ease}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button:hover{background:#f8fafc}.property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button.active{background:#7c3aed;color:#fff}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button{color:var(--color-text-primary)}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button:hover{background:var(--color-bg-hover)}.dark-mode .property-manager-directory .property-manager-card .card-actions .dropdown .dropdown-menu .dropdown-section button.active{background:var(--color-primary);color:#fff}.property-manager-directory .property-manager-card .card-actions .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.property-manager-directory .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.property-manager-directory .pagination .pagination-btn{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.property-manager-directory .pagination .pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.property-manager-directory .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.dark-mode .property-manager-directory .pagination .pagination-btn{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-directory .pagination .pagination-btn:hover:not(:disabled){background:var(--color-bg-hover);border-color:var(--color-border-secondary)}.property-manager-directory .pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:500}.dark-mode .property-manager-directory .pagination .pagination-info{color:var(--color-text-secondary)}.property-manager-form .form-section{margin-bottom:2rem;padding:1.5rem;border:2px solid #f1f5f9;border-radius:.75rem;background:#fafbfc}.dark-mode .property-manager-form .form-section{border:2px solid var(--color-border-primary);background:var(--color-bg-secondary)}.property-manager-form .form-section .agency-assignment-container .property-manager-agency-assignment{border-radius:12px;padding:1rem}.property-manager-form .form-section .agency-assignment-container .property-manager-agency-assignment .agencies-grid{max-height:400px;overflow-y:auto}.property-manager-form .form-section .agency-assignment-container .property-manager-agency-assignment .agencies-summary{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.property-manager-form .form-section .agency-assignment-container .error-message{display:block;color:#ef4444;font-size:12px;margin-top:8px;font-weight:500}.property-manager-form .form-section:last-of-type{margin-bottom:1.5rem}.property-manager-form .form-section h4{font-size:1.125rem;font-weight:600;color:#7c3aed;margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.5rem}.property-manager-form .form-section h4:before{content:"●";color:#7c3aed;font-size:1.5rem}.dark-mode .property-manager-form .form-section h4{color:var(--color-primary);border-bottom:2px solid var(--color-border-primary)}.dark-mode .property-manager-form .form-section h4:before{color:var(--color-primary)}.property-manager-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.property-manager-form .form-row{grid-template-columns:1fr}}.property-manager-form .form-group{margin-bottom:1.5rem}.property-manager-form .form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.dark-mode .property-manager-form .form-group label{color:var(--color-text-primary)}.property-manager-form .form-group input,.property-manager-form .form-group select{width:100%;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;transition:all .2s ease;background:#fff}.property-manager-form .form-group input:focus,.property-manager-form .form-group select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.property-manager-form .form-group input.error,.property-manager-form .form-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.property-manager-form .form-group input::placeholder,.property-manager-form .form-group select::placeholder{color:#9ca3af}.dark-mode .property-manager-form .form-group input,.dark-mode .property-manager-form .form-group select{background:var(--color-bg-primary);border:1.5px solid var(--color-border-primary);color:var(--color-text-primary)}.dark-mode .property-manager-form .form-group input:focus,.dark-mode .property-manager-form .form-group select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.dark-mode .property-manager-form .form-group input.error,.dark-mode .property-manager-form .form-group select.error{border-color:var(--color-danger);box-shadow:0 0 0 3px #ef44441a}.dark-mode .property-manager-form .form-group input::placeholder,.dark-mode .property-manager-form .form-group select::placeholder{color:var(--color-text-tertiary)}.property-manager-form .form-group .error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;display:block}.dark-mode .property-manager-form .form-group .error-message{color:var(--color-danger)}.property-manager-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e2e8f0}@media (max-width: 768px){.property-manager-form .form-actions{flex-direction:column}}.dark-mode .property-manager-form .form-actions{border-top:1px solid var(--color-border-primary)}.property-manager-form .form-actions .btn-secondary{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.property-manager-form .form-actions .btn-secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.dark-mode .property-manager-form .form-actions .btn-secondary{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border-primary)}.dark-mode .property-manager-form .form-actions .btn-secondary:hover{background:var(--color-bg-hover);border-color:var(--color-border-secondary)}.property-manager-form .form-actions .btn-primary{background:#7c3aed;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.property-manager-form .form-actions .btn-primary:hover:not(:disabled){background:#6d28d9;transform:translateY(-1px)}.property-manager-form .form-actions .btn-primary:active:not(:disabled){transform:translateY(0)}.property-manager-form .form-actions .btn-primary:disabled{opacity:.7;cursor:not-allowed}.property-manager-form .form-actions .btn-primary .loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.dark-mode .property-manager-form .form-actions .btn-primary{background:var(--color-primary)}.dark-mode .property-manager-form .form-actions .btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.dark-mode .modal-overlay{background:#000000b3}.modal-overlay .modal-content{background:#fff;border-radius:.75rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #00000026}.modal-overlay .modal-content.large{max-width:800px}.dark-mode .modal-overlay .modal-content{background:var(--color-bg-primary);box-shadow:var(--shadow-lg)}.modal-overlay .modal-content .modal-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-overlay .modal-content .modal-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.dark-mode .modal-overlay .modal-content .modal-header h3{color:var(--color-text-primary)}.modal-overlay .modal-content .modal-header .close-btn{background:none;border:none;color:#64748b;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.modal-overlay .modal-content .modal-header .close-btn:hover{background:#f1f5f9;color:#374151}.dark-mode .modal-overlay .modal-content .modal-header .close-btn{color:var(--color-text-secondary)}.dark-mode .modal-overlay .modal-content .modal-header .close-btn:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.dark-mode .modal-overlay .modal-content .modal-header{border-bottom:1px solid var(--color-border-primary)}.modal-overlay .modal-content .modal-body{padding:1.5rem}.modal-overlay .modal-content .modal-footer{padding:1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.dark-mode .modal-overlay .modal-content .modal-footer{border-top:1px solid var(--color-border-primary)}.property-manager-details .detail-section{margin-bottom:2rem}.property-manager-details .detail-section:last-child{margin-bottom:0}.property-manager-details .detail-section h4{font-size:1rem;font-weight:600;color:#7c3aed;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.dark-mode .property-manager-details .detail-section h4{color:var(--color-primary);border-bottom:1px solid var(--color-border-primary)}.property-manager-details .detail-section .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.property-manager-details .detail-section .detail-row:last-child{border-bottom:none}.dark-mode .property-manager-details .detail-section .detail-row{border-bottom:1px solid var(--color-border-primary)}.property-manager-details .detail-section .detail-row .label{font-weight:500;color:#374151}.dark-mode .property-manager-details .detail-section .detail-row .label{color:var(--color-text-primary)}.property-manager-details .detail-section .detail-row .value{color:#64748b;text-align:right}.property-manager-details .detail-section .detail-row .value.status-badge,.property-manager-details .detail-section .detail-row .value.availability-badge{font-size:.75rem;font-weight:600;color:#fff;padding:.25rem .5rem;border-radius:.25rem}.dark-mode .property-manager-details .detail-section .detail-row .value{color:var(--color-text-secondary)}.form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.form-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.dark-mode .form-header h3{color:var(--color-text-primary)}.form-header p{color:#64748b;margin:0;font-size:.875rem}.dark-mode .form-header p{color:var(--color-text-secondary)}.dark-mode .form-header{border-bottom:1px solid var(--color-border-primary)}.dropdown-section.danger-section{border-top:1px solid #fecaca;background:#fef2f2}.dropdown-section.danger-section h5{color:#dc2626}.dropdown-section.danger-section .delete-btn,.dropdown-section.danger-section .restore-btn{background:none;border:none;padding:.5rem .75rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;font-size:.875rem;border-radius:.375rem}.dropdown-section.danger-section .delete-btn{color:#dc2626}.dropdown-section.danger-section .delete-btn:hover{background:#fecaca;color:#991b1b}.dropdown-section.danger-section .delete-btn:disabled{opacity:.5;cursor:not-allowed}.dropdown-section.danger-section .delete-btn svg{font-size:1rem}.dropdown-section.danger-section .restore-btn{color:#16a34a}.dropdown-section.danger-section .restore-btn:hover{background:#dcfce7;color:#15803d}.dropdown-section.danger-section .restore-btn svg{font-size:1rem}.dark-mode .dropdown-section.danger-section .restore-btn{color:#86efac}.dark-mode .dropdown-section.danger-section .restore-btn:hover{background:#14532d}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.property-manager-directory .directory-header .search-filter-bar .search-input,.property-manager-directory .directory-header .search-filter-bar .filter-select{max-width:none}.property-manager-directory .property-managers-grid,.property-manager-form .form-row{grid-template-columns:1fr}.modal-overlay{padding:.5rem}.modal-overlay .modal-content{max-height:95vh}}.lead-management{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;color:#1f2937;background-color:#f8fafc;min-height:100%}.lead-management__header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.lead-management__header h1{margin:0;font-size:1.75rem;font-weight:600;color:#0f172a}.lead-management__header p{margin:.25rem 0 0;color:#475569;font-size:.95rem}.lead-management__header-actions{display:inline-flex;align-items:center;gap:.75rem}.lead-management__refresh{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #dbe0e8;color:#1f2937;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.lead-management__refresh:disabled{cursor:not-allowed;opacity:.6}.lead-management__refresh:not(:disabled):hover{background:#eff6ff;border-color:#bfdbfe}.lead-management__refresh svg{font-size:1.2rem}.lead-management__export{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb;border:1px solid #1d4ed8;color:#fff;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.lead-management__export:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.lead-management__export:not(:disabled):hover{background:#1d4ed8;border-color:#1e3a8a;box-shadow:0 8px 16px #2563eb33}.lead-management__export svg{font-size:1.1rem}.lead-management__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.lead-management__filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 1px 2px #0f172a0a}.lead-management__search{flex:1 1 260px;display:flex;align-items:center;gap:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.65rem;padding:.65rem .85rem}.lead-management__search svg{font-size:1.1rem;color:#64748b}.lead-management__search input{flex:1;border:none;outline:none;background:transparent;color:#1f2937;font-size:.95rem}.lead-management__search input::placeholder{color:#94a3b8}.lead-management__filter-group{display:flex;flex-direction:column;gap:.4rem;min-width:180px}.lead-management__filter-group label{font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.lead-management__filter-group select{border-radius:.65rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.6rem .75rem;color:#1f2937;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease}.lead-management__filter-group select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.lead-management__clear{border:none;background:#f1f5f9;color:#475569;padding:.55rem 1.1rem;border-radius:.65rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.lead-management__clear:hover{background:#e2e8f0;color:#1e293b}.lead-management .summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem 1.25rem}.lead-management .summary-card h2{margin:0;font-size:1rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.lead-management .summary-card__value{margin:.75rem 0 0;font-size:1.5rem;font-weight:600;color:#0f172a}.lead-management .summary-card__meta{margin:.25rem 0 0;font-size:.9rem;color:#94a3b8}.lead-management__alert{display:inline-flex;align-items:center;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:.75rem;padding:.75rem 1rem;color:#b91c1c}.lead-management__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow-x:auto;box-shadow:0 1px 2px #0f172a0a;min-height:500px}.lead-management__table{width:100%;border-collapse:collapse;min-width:780px}.lead-management__table th,.lead-management__table td{text-align:left;padding:.9rem 1rem;border-bottom:1px solid #e2e8f0}.lead-management__table th{font-weight:600;color:#475569;text-transform:uppercase;font-size:.75rem;letter-spacing:.06em;background:#f1f5f9}.lead-management__table tbody tr:hover{background:#2563eb14}.lead-management__loading,.lead-management__empty-state{text-align:center;color:#64748b;font-size:.95rem;padding:2rem 0}.lead-management__primary-text{font-weight:600;color:#0f172a}.lead-management__secondary-text{margin-top:.25rem;font-size:.85rem;color:#64748b}.lead-management__link{color:#2563eb;text-decoration:none}.lead-management__link:hover{color:#1d4ed8;text-decoration:underline}.lead-management__muted{color:#94a3b8}.lead-management__status{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;text-transform:capitalize;font-weight:600;background:#2563eb1f;color:#1d4ed8}.lead-management__status--contacted{background:#f59e0b2e;color:#92400e}.lead-management__status--qualified{background:#10b9812e;color:#047857}.lead-management__status--converted{background:#4f46e52e;color:#4338ca}.lead-management__status--closed{background:#ef44442e;color:#b91c1c}.lead-management__message{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:320px;color:#334155;font-size:.95rem}.lead-management__actions{text-align:right;white-space:nowrap}.lead-management__actions-group{display:inline-flex;align-items:center;gap:.5rem}.lead-management__view-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1px solid transparent;background:#fff;color:#2563eb;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.lead-management__view-button svg{font-size:1.1rem}.lead-management__view-button:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;transform:scale(1.05)}.lead-management__view-button:active{transform:scale(.95)}.lead-management__menu{position:relative;display:inline-flex}.lead-management__menu-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;border:1px solid transparent;background:#fff;color:#475569;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.lead-management__menu-button:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.lead-management__menu-dropdown{position:absolute;top:calc(100% + .25rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 25px #0f172a1f;min-width:190px;padding:.5rem 0;z-index:10}.lead-management__menu-item{display:block;width:100%;text-align:left;background:transparent;border:none;padding:.5rem 1rem;font-size:.9rem;color:#1f2937;cursor:pointer;transition:background-color .15s ease,color .15s ease}.lead-management__menu-item:hover:not(:disabled){background:#eff6ff;color:#1d4ed8}.lead-management__menu-item:disabled{cursor:not-allowed;color:#94a3b8;background:transparent}.lead-management__modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem}.lead-management__modal{background:#fff;border-radius:1rem;border:1px solid rgba(226,232,240,.7);max-width:480px;width:100%;box-shadow:0 25px 50px -12px #0f172a73;display:flex;flex-direction:column;overflow:hidden}.lead-management__details-modal{background:#fff;border-radius:1rem;border:1px solid rgba(226,232,240,.7);max-width:700px;width:100%;box-shadow:0 25px 50px -12px #0f172a73;display:flex;flex-direction:column;overflow:hidden;max-height:90vh}.lead-management__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;gap:1rem}.lead-management__modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}.lead-management__modal-close{background:transparent;border:none;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem;transition:color .2s ease}.lead-management__modal-close:hover:not(:disabled){color:#1d4ed8}.lead-management__modal-close:disabled{opacity:.5;cursor:not-allowed}.lead-management__modal-body{padding:0 1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.lead-management__modal-body p{margin:0;color:#475569;font-size:.95rem}.lead-management__radio-group{display:grid;gap:.6rem}.lead-management__radio-option{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:.65rem;background:#f8fafc;transition:border-color .2s ease,background-color .2s ease}.lead-management__radio-option input{margin:0}.lead-management__radio-option span{color:#1f2937;font-size:.95rem}.lead-management__radio-option.is-selected{border-color:#2563eb;background:#2563eb14}.lead-management__date-range{display:flex;gap:1rem;flex-wrap:wrap}.lead-management__date-field{display:flex;flex-direction:column;gap:.35rem;flex:1 1 180px}.lead-management__date-field span{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.lead-management__date-field input{border-radius:.65rem;border:1px solid #e2e8f0;padding:.55rem .65rem;font-size:.95rem;color:#1f2937}.lead-management__date-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26;outline:none}.lead-management__modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc}.lead-management__modal-secondary,.lead-management__modal-primary{border-radius:.65rem;padding:.55rem 1.2rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.lead-management__modal-secondary{border:1px solid #dbe0e8;background:#fff;color:#475569}.lead-management__modal-secondary:hover:not(:disabled){border-color:#94a3b8;background:#f1f5f9;color:#1f2937}.lead-management__modal-primary{border:1px solid #1d4ed8;background:#2563eb;color:#fff}.lead-management__modal-primary:hover:not(:disabled){background:#1d4ed8;border-color:#1e3a8a;box-shadow:0 10px 20px #2563eb40}.lead-management__modal-secondary:disabled,.lead-management__modal-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.lead-management__details-body{padding:0 1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;max-height:calc(90vh - 180px)}.lead-management__detail-section{display:flex;flex-direction:column;gap:1rem}.lead-management__detail-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.lead-management__detail-header h3{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.lead-management__detail-icon{font-size:1.25rem;color:#2563eb}.lead-management__inline-icon{font-size:.9rem;color:#64748b;margin-right:.25rem}.lead-management__detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.lead-management__detail-item{display:flex;flex-direction:column;gap:.35rem;padding:.75rem;background:#f8fafc;border-radius:.65rem;border:1px solid #e2e8f0}.lead-management__detail-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;display:flex;align-items:center}.lead-management__detail-value{font-size:.95rem;color:#0f172a;font-weight:500;word-break:break-word}.lead-management__message-box{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.65rem;color:#1f2937;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.lead-management__pagination{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:.5rem}.lead-management__pagination button{background:#fff;border:1px solid #dbe0e8;color:#1f2937;padding:.45rem .9rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.lead-management__pagination button:disabled{opacity:.5;cursor:not-allowed}.lead-management__pagination button:not(:disabled):hover{background:#eff6ff;border-color:#bfdbfe}.lead-management__pagination span{color:#64748b;font-size:.9rem}@media (max-width: 768px){.lead-management{padding:1rem}.lead-management__filters{padding:.75rem;gap:.75rem}.lead-management__table{min-width:unset}.lead-management__message{max-width:220px}.lead-management__header{align-items:flex-start}.lead-management__header-actions{width:100%;justify-content:flex-start}.lead-management__details-modal{max-width:100%;margin:.5rem;max-height:calc(100vh - 1rem)}.lead-management__details-body{max-height:calc(100vh - 200px)}.lead-management__detail-grid{grid-template-columns:1fr}}.region-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.region-tabs .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease;font-weight:500}.region-tabs .tab-button:hover{background:#f8fafc;color:#1e293b}.region-tabs .tab-button.active{background:#2563eb;color:#fff}.region-tabs .tab-button .tab-icon{font-size:1.25rem}.region-zones .zones-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}@media (max-width: 768px){.region-zones .zones-header{flex-direction:column;align-items:stretch}}.region-zones .zones-header .search-filter-bar{display:flex;gap:1rem;flex:1}.region-zones .zones-header .search-filter-bar .search-input{position:relative;flex:1;max-width:400px}.region-zones .zones-header .search-filter-bar .search-input .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b;font-size:1.25rem}.region-zones .zones-header .search-filter-bar .search-input input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease}.region-zones .zones-header .search-filter-bar .search-input input:focus{outline:none;border-color:#2563eb}.region-zones .zones-header .search-filter-bar .search-input input::placeholder{color:#94a3b8}.region-zones .zones-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.region-zones .zones-grid{grid-template-columns:1fr}}.region-zones .zones-grid .zone-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.region-zones .zones-grid .zone-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.region-zones .zones-grid .zone-card .zone-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.region-zones .zones-grid .zone-card .zone-header .zone-info{display:flex;align-items:flex-start;gap:.75rem}.region-zones .zones-grid .zone-card .zone-header .zone-info .zone-color{width:20px;height:20px;border-radius:50%;flex-shrink:0;margin-top:.25rem}.region-zones .zones-grid .zone-card .zone-header .zone-info h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.region-zones .zones-grid .zone-card .zone-header .zone-info .zone-description{color:#64748b;font-size:.875rem;margin:.25rem 0 0}.region-zones .zones-grid .zone-card .zone-header .zone-actions{display:flex;gap:.5rem}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn{padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .2s ease;font-size:1rem}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn:hover{background:#f8fafc}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.view-btn{color:#2563eb}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.view-btn:hover{background:#eff6ff;border-color:#bfdbfe}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.edit-btn{color:#059669}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.edit-btn:hover{background:#ecfdf5;border-color:#a7f3d0}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.delete-btn{color:#dc2626}.region-zones .zones-grid .zone-card .zone-header .zone-actions .action-btn.delete-btn:hover{background:#fef2f2;border-color:#fecaca}.region-zones .zones-grid .zone-card .zone-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.region-zones .zones-grid .zone-card .zone-stats .stat-item{display:flex;justify-content:space-between;align-items:center}.region-zones .zones-grid .zone-card .zone-stats .stat-item .stat-label{font-weight:500;color:#374151;font-size:.875rem}.region-zones .zones-grid .zone-card .zone-stats .stat-item .status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.region-zones .zones-grid .zone-card .zone-stats .stat-item .status.active{background:#d1fae5;color:#065f46}.region-zones .zones-grid .zone-card .zone-stats .stat-item .status.inactive{background:#fee2e2;color:#991b1b}.region-zones .zones-grid .zone-card .zone-stats .stat-item .completed-jobs{color:#059669;font-weight:600}.region-zones .zones-grid .zone-card .zone-stats .stat-item .pending-jobs{color:#dc2626;font-weight:600}.clusters-management .clusters-header{margin-bottom:2rem}.clusters-management .clusters-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.clusters-management .clusters-header p{color:#64748b;margin:0}.clusters-management .clusters-list{display:flex;flex-direction:column;gap:1.5rem}.clusters-management .clusters-list .cluster-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.clusters-management .clusters-list .cluster-card .cluster-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 768px){.clusters-management .clusters-list .cluster-card .cluster-header{flex-direction:column;align-items:stretch;gap:1rem}}.clusters-management .clusters-list .cluster-card .cluster-header .cluster-title{display:flex;align-items:center;gap:.75rem}.clusters-management .clusters-list .cluster-card .cluster-header .cluster-title .zone-color{width:16px;height:16px;border-radius:50%;flex-shrink:0}.clusters-management .clusters-list .cluster-card .cluster-header .cluster-title h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.clusters-management .clusters-list .cluster-card .cluster-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.clusters-management .clusters-list .cluster-card .cluster-content{grid-template-columns:1fr}}.clusters-management .clusters-list .cluster-card .cluster-content .cluster-section h5{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.clusters-management .clusters-list .cluster-card .cluster-content .cluster-section .cluster-tags{display:flex;flex-wrap:wrap;gap:.5rem}.clusters-management .clusters-list .cluster-card .cluster-content .cluster-section .cluster-tags .cluster-tag{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.clusters-management .clusters-list .cluster-card .cluster-content .cluster-section .cluster-tags .cluster-tag.postcode-tag{background:#eff6ff;color:#1d4ed8}.clusters-management .clusters-list .cluster-card .cluster-content .cluster-section .cluster-tags .cluster-tag.suburb-tag{background:#ecfdf5;color:#047857}.staff-assignments .assignments-header{margin-bottom:2rem}.staff-assignments .assignments-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.staff-assignments .assignments-header p{color:#64748b;margin:0}.staff-assignments .assignments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.staff-assignments .assignments-grid{grid-template-columns:1fr}}.staff-assignments .assignments-grid .assignment-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.staff-assignments .assignments-grid .assignment-card .assignment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media (max-width: 768px){.staff-assignments .assignments-grid .assignment-card .assignment-header{flex-direction:column;align-items:stretch;gap:1rem}}.staff-assignments .assignments-grid .assignment-card .assignment-header .assignment-title{display:flex;align-items:center;gap:.75rem}.staff-assignments .assignments-grid .assignment-card .assignment-header .assignment-title .zone-color{width:16px;height:16px;border-radius:50%;flex-shrink:0}.staff-assignments .assignments-grid .assignment-card .assignment-header .assignment-title h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.staff-assignments .assignments-grid .assignment-card .assigned-staff h5{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list{display:flex;flex-direction:column;gap:.75rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:.5rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item .staff-info{display:flex;flex-direction:column;gap:.25rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item .staff-info .staff-name{font-weight:500;color:#1e293b;font-size:.875rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item .staff-info .staff-trade{color:#64748b;font-size:.75rem}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item .remove-btn{padding:.375rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .2s ease;color:#dc2626}.staff-assignments .assignments-grid .assignment-card .assigned-staff .staff-list .staff-item .remove-btn:hover{background:#fef2f2;border-color:#fecaca}.staff-assignments .assignments-grid .assignment-card .assigned-staff .no-staff{color:#64748b;font-style:italic;text-align:center;padding:1rem}.jobs-report .report-header{margin-bottom:2rem}.jobs-report .report-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.jobs-report .report-header p{color:#64748b;margin:0}.jobs-report .report-summary{margin-bottom:2rem}.jobs-report .report-summary .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.jobs-report .report-summary .summary-cards .summary-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.jobs-report .report-summary .summary-cards .summary-card .card-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.jobs-report .report-summary .summary-cards .summary-card .card-content h4{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0}.jobs-report .report-summary .summary-cards .summary-card .card-content p{color:#64748b;margin:0;font-size:.875rem}.jobs-report .report-summary .summary-cards .summary-card.total .card-icon{background:#3b82f6}.jobs-report .report-summary .summary-cards .summary-card.completed .card-icon{background:#10b981}.jobs-report .report-summary .summary-cards .summary-card.in-progress .card-icon{background:#f59e0b}.jobs-report .report-summary .summary-cards .summary-card.overdue .card-icon{background:#ef4444}.jobs-report .report-table{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.jobs-report .report-table .jobs-table{width:100%;border-collapse:collapse}.jobs-report .report-table .jobs-table thead{background:#f8fafc}.jobs-report .report-table .jobs-table thead th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0;font-size:.875rem}.jobs-report .report-table .jobs-table tbody tr{border-bottom:1px solid #e2e8f0}.jobs-report .report-table .jobs-table tbody tr:last-child{border-bottom:none}.jobs-report .report-table .jobs-table tbody tr:hover{background:#f8fafc}.jobs-report .report-table .jobs-table tbody tr td{padding:1rem;font-size:.875rem}.jobs-report .report-table .jobs-table tbody tr td .region-cell{display:flex;align-items:center;gap:.5rem}.jobs-report .report-table .jobs-table tbody tr td .region-cell .zone-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.jobs-report .report-table .jobs-table tbody tr td .job-count{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.jobs-report .report-table .jobs-table tbody tr td .job-count.completed{background:#d1fae5;color:#065f46}.jobs-report .report-table .jobs-table tbody tr td .job-count.in-progress{background:#fef3c7;color:#92400e}.jobs-report .report-table .jobs-table tbody tr td .job-count.scheduled{background:#e0f2fe;color:#0c4a6e}.jobs-report .report-table .jobs-table tbody tr td .job-count.overdue{background:#fee2e2;color:#991b1b}.jobs-report .report-table .jobs-table tbody tr td .completion-rate{display:flex;align-items:center;gap:.5rem}.jobs-report .report-table .jobs-table tbody tr td .completion-rate .progress-bar{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.jobs-report .report-table .jobs-table tbody tr td .completion-rate .progress-bar .progress-fill{height:100%;background:#10b981;transition:width .3s ease}@media (max-width: 768px){.jobs-table{font-size:.75rem}.jobs-table th,.jobs-table td{padding:.75rem .5rem}.jobs-table .completion-rate{flex-direction:column;gap:.25rem;align-items:stretch}}.regional-dashboard{padding:2rem;max-width:1400px;margin:0 auto;color:var(--text-color)}.regional-dashboard .loading-container,.regional-dashboard .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.regional-dashboard .loading-container .spinner,.regional-dashboard .error-container .spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.regional-dashboard .loading-container .error-icon,.regional-dashboard .error-container .error-icon{font-size:3rem;color:var(--danger-color);margin-bottom:1rem}.regional-dashboard .loading-container h3,.regional-dashboard .error-container h3{margin:1rem 0 .5rem;color:var(--text-color)}.regional-dashboard .loading-container p,.regional-dashboard .error-container p{color:var(--text-secondary);margin-bottom:1.5rem}.regional-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.regional-dashboard .dashboard-header .header-content h1{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin:0 0 .5rem}.regional-dashboard .dashboard-header .header-content p{font-size:1.1rem;color:var(--text-secondary);margin:0}.regional-dashboard .dashboard-header .header-actions .refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .2s ease}.regional-dashboard .dashboard-header .header-actions .refresh-btn svg{font-size:1.1rem}.regional-dashboard .dashboard-header .header-actions .refresh-btn svg.spinning{animation:spin 1s linear infinite}.regional-dashboard .dashboard-header .header-actions .refresh-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.regional-dashboard .region-selector{background:var(--bg-secondary);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.regional-dashboard .region-selector .selector-header{margin-bottom:1.5rem}.regional-dashboard .region-selector .selector-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:var(--primary-color);margin:0 0 .5rem}.regional-dashboard .region-selector .selector-header h3 svg{color:var(--primary-color)}.regional-dashboard .region-selector .selector-header p{color:var(--text-secondary);margin:0}.regional-dashboard .region-selector .filter-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.regional-dashboard .region-selector .filter-controls .filter-group label{display:block;font-weight:500;color:var(--text-color);margin-bottom:.5rem}.regional-dashboard .region-selector .filter-controls .filter-group .filter-select{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-color);font-size:1rem;transition:all .2s ease}.regional-dashboard .region-selector .filter-controls .filter-group .filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.regional-dashboard .region-selector .region-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.regional-dashboard .region-selector .region-cards .region-card{background:var(--bg-primary);border:2px solid var(--border-color);border-radius:12px;padding:1.5rem 1rem;cursor:pointer;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.regional-dashboard .region-selector .region-cards .region-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a;border-color:var(--primary-color)}.regional-dashboard .region-selector .region-cards .region-card.active{border-color:var(--primary-color);background:linear-gradient(135deg,var(--primary-color) 0%,rgba(59,130,246,.8) 100%);color:#fff}.regional-dashboard .region-selector .region-cards .region-card.active .card-content h4,.regional-dashboard .region-selector .region-cards .region-card.active .card-content p{color:#fff}.regional-dashboard .region-selector .region-cards .region-card.active .card-icon,.regional-dashboard .region-selector .region-cards .region-card.active .region-type{background:#fff3;color:#fff}.regional-dashboard .region-selector .region-cards .region-card .card-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;transition:all .3s ease}.regional-dashboard .region-selector .region-cards .region-card .card-icon.metro{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.regional-dashboard .region-selector .region-cards .region-card .card-icon.regional{background:linear-gradient(135deg,#10b981,#047857);color:#fff}.regional-dashboard .region-selector .region-cards .region-card .card-icon.all-regions{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.regional-dashboard .region-selector .region-cards .region-card .card-icon.state{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.regional-dashboard .region-selector .region-cards .region-card .card-content h4{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:var(--text-color)}.regional-dashboard .region-selector .region-cards .region-card .card-content p{font-size:.9rem;color:var(--text-secondary);margin:0 0 .5rem}.regional-dashboard .region-selector .region-cards .region-card .card-content .region-type{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.regional-dashboard .region-selector .region-cards .region-card .card-content .region-type.metro{background:#3b82f61a;color:#1d4ed8}.regional-dashboard .region-selector .region-cards .region-card .card-content .region-type.regional{background:#10b9811a;color:#047857}.regional-dashboard .region-selector .region-cards .region-card .card-content .region-type.state{background:#f59e0b1a;color:#d97706}.regional-dashboard .stats-section{margin-bottom:2rem}.regional-dashboard .stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.regional-dashboard .stats-section .stats-grid .stat-card{background:var(--bg-secondary);border-radius:12px;padding:1.5rem;border-left:4px solid var(--primary-color);transition:all .3s ease;position:relative;overflow:hidden}.regional-dashboard .stats-section .stats-grid .stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.regional-dashboard .stats-section .stats-grid .stat-card.properties{border-left-color:#3b82f6}.regional-dashboard .stats-section .stats-grid .stat-card.properties .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.regional-dashboard .stats-section .stats-grid .stat-card.technicians{border-left-color:#10b981}.regional-dashboard .stats-section .stats-grid .stat-card.technicians .stat-icon{background:linear-gradient(135deg,#10b981,#047857)}.regional-dashboard .stats-section .stats-grid .stat-card.property-managers{border-left-color:#8b5cf6}.regional-dashboard .stats-section .stats-grid .stat-card.property-managers .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.regional-dashboard .stats-section .stats-grid .stat-card.agencies{border-left-color:#f59e0b}.regional-dashboard .stats-section .stats-grid .stat-card.agencies .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.regional-dashboard .stats-section .stats-grid .stat-card.jobs{border-left-color:#06b6d4}.regional-dashboard .stats-section .stats-grid .stat-card.jobs .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.regional-dashboard .stats-section .stats-grid .stat-card.overdue{border-left-color:#ef4444}.regional-dashboard .stats-section .stats-grid .stat-card.overdue .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.regional-dashboard .stats-section .stats-grid .stat-card .stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin-bottom:1rem}.regional-dashboard .stats-section .stats-grid .stat-card .stat-content h3{font-size:2rem;font-weight:700;color:var(--text-color);margin:0 0 .25rem}.regional-dashboard .stats-section .stats-grid .stat-card .stat-content p{font-size:1rem;color:var(--text-secondary);margin:0 0 .75rem}.regional-dashboard .stats-section .stats-grid .stat-card .stat-content .stat-detail{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.regional-dashboard .stats-section .stats-grid .stat-card .stat-content .stat-detail span{display:flex;align-items:center;gap:.25rem;color:var(--text-secondary)}.regional-dashboard .stats-section .stats-grid .stat-card .stat-content .stat-detail span svg{font-size:1rem;color:var(--success-color)}.regional-dashboard .tab-section{background:var(--bg-secondary);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.regional-dashboard .tab-section .tab-navigation{display:flex;background:var(--bg-primary);border-bottom:2px solid var(--border-color)}.regional-dashboard .tab-section .tab-navigation .tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative}.regional-dashboard .tab-section .tab-navigation .tab-btn svg{font-size:1.2rem}.regional-dashboard .tab-section .tab-navigation .tab-btn .tab-count{background:var(--border-color);color:var(--text-secondary);padding:.25rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600}.regional-dashboard .tab-section .tab-navigation .tab-btn:hover{background:#3b82f60d;color:var(--primary-color)}.regional-dashboard .tab-section .tab-navigation .tab-btn.active{color:var(--primary-color);background:#3b82f61a}.regional-dashboard .tab-section .tab-navigation .tab-btn.active .tab-count{background:var(--primary-color);color:#fff}.regional-dashboard .tab-section .tab-navigation .tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--primary-color)}.regional-dashboard .tab-section .tab-content{padding:2rem}.regional-dashboard .tab-section .tab-content .table-header{margin-bottom:1.5rem}.regional-dashboard .tab-section .tab-content .table-header h3{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem}.regional-dashboard .tab-section .tab-content .table-header p{color:var(--text-secondary);margin:0}.regional-dashboard .tab-section .tab-content .table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table{width:100%;border-collapse:collapse;background:var(--bg-primary)}.regional-dashboard .tab-section .tab-content .table-container .data-table thead{background:var(--bg-secondary)}.regional-dashboard .tab-section .tab-content .table-container .data-table thead th{padding:.75rem;text-align:left;font-weight:600;color:var(--text-color);border-bottom:2px solid var(--border-color);font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody tr{transition:all .2s ease}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody tr:hover{background:#3b82f60d}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody tr:not(:last-child){border-bottom:1px solid var(--border-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td{padding:.75rem;vertical-align:middle;font-size:.9rem;line-height:1.4}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .address-cell strong{color:var(--text-color);font-weight:500}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .property-type{background:#3b82f61a;color:#1d4ed8;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .region-badge{background:#10b9811a;color:#047857;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge{padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;text-transform:capitalize}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.active{background:#10b9811a;color:#047857}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.inactive{background:#6b72801a;color:#6b7280}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.available{background:#10b9811a;color:#047857}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.unavailable{background:#ef44441a;color:#dc2626}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.rented{background:#3b82f61a;color:#1d4ed8}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .status-badge.vacant{background:#f973161a;color:#ea580c}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .tenant-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .manager-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info strong,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .tenant-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .manager-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info strong,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .tenant-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .manager-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile strong,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .tenant-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .manager-name,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile strong{font-weight:500;color:var(--text-color);display:block;margin-bottom:.25rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .tenant-email,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .manager-contact,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .technician-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .manager-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .tenant-email,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .manager-contact,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .technician-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .manager-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .tenant-email,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .manager-contact,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .technician-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .manager-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .tenant-email,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .manager-contact,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .technician-location,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .manager-location{font-size:.8rem;color:var(--text-secondary);display:flex;align-items:center;gap:.25rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .tenant-email svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .manager-contact svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .technician-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .tenant-info .manager-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .tenant-email svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .manager-contact svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .technician-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-info .manager-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .tenant-email svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .manager-contact svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .technician-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .technician-profile .manager-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .tenant-email svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .manager-contact svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .technician-location svg,.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .manager-profile .manager-location svg{font-size:.8rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .contact-info .contact-item{display:flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-secondary);margin-bottom:.25rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .contact-info .contact-item:last-child{margin-bottom:0}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .contact-info .contact-item svg{font-size:.8rem;color:var(--primary-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .property-count{text-align:center}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .property-count .count-number{display:block;font-size:1.2rem;font-weight:600;color:var(--primary-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .property-count .count-label{font-size:.8rem;color:var(--text-secondary)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .experience-badge{background:#8b5cf61a;color:#7c3aed;padding:.25rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .rating-info .rating-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .rating-info .rating-stars svg{color:#f59e0b}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .rating-info .rating-stars span{font-weight:500;color:var(--text-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .rating-info .rating-count{font-size:.8rem;color:var(--text-secondary)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .jobs-info .jobs-completed{font-size:.8rem;color:var(--success-color);margin-bottom:.25rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .jobs-info .jobs-current{font-size:.8rem;color:var(--primary-color)}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .no-manager{color:var(--text-secondary);font-style:italic;font-size:.8rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .action-btn{background:var(--primary-color);color:#fff;border:none;border-radius:6px;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .action-btn svg{font-size:1rem}.regional-dashboard .tab-section .tab-content .table-container .data-table tbody td .action-btn:hover{background:#1d4ed8;transform:scale(1.05)}.regional-dashboard .tab-section .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;border-top:1px solid var(--border-color)}.regional-dashboard .tab-section .pagination .pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);cursor:pointer;transition:all .2s ease}.regional-dashboard .tab-section .pagination .pagination-btn:hover:not(:disabled){background:var(--primary-color);color:#fff}.regional-dashboard .tab-section .pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.regional-dashboard .tab-section .pagination .pagination-info{font-size:.9rem;color:var(--text-secondary)}@media (max-width: 768px){.regional-dashboard{padding:1rem}.regional-dashboard .dashboard-header{flex-direction:column;gap:1rem;align-items:stretch}.regional-dashboard .region-selector{padding:1.5rem}.regional-dashboard .region-selector .filter-controls{grid-template-columns:1fr}.regional-dashboard .region-selector .region-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.regional-dashboard .stats-grid{grid-template-columns:1fr}.regional-dashboard .tab-navigation{flex-direction:column}.regional-dashboard .tab-navigation .tab-btn{justify-content:flex-start;padding:.75rem 1rem}.regional-dashboard .table-container .data-table{font-size:.8rem}.regional-dashboard .table-container .data-table thead th,.regional-dashboard .table-container .data-table tbody td{padding:.75rem .5rem}}:root{--primary-color: #3b82f6;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--text-color: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--border-color: #e5e7eb}.technician-payments-report .report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.technician-payments-report .report-header .header-content h3{margin:0;font-size:1.5rem;color:#2d3748}.technician-payments-report .report-header .header-content p{margin:0;color:#718096;margin-top:.25rem}.technician-payments-report .report-header .header-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;cursor:pointer;font-weight:500;transition:all .2s}.technician-payments-report .report-header .header-actions .btn-secondary:hover{border-color:#cbd5e0;background:#f7fafc}.technician-payments-report .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#718096}.technician-payments-report .loading-state .spinner{width:2rem;height:2rem;border:2px solid #e2e8f0;border-top:2px solid #4299e1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.technician-payments-report .summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.technician-payments-report .summary-cards .summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s}.technician-payments-report .summary-cards .summary-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}.technician-payments-report .summary-cards .summary-card .card-icon{width:3rem;height:3rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.technician-payments-report .summary-cards .summary-card .card-icon.paid{background:#c6f6d5;color:#38a169}.technician-payments-report .summary-cards .summary-card .card-icon.pending{background:#fef5e7;color:#dd6b20}.technician-payments-report .summary-cards .summary-card .card-icon.average{background:#bee3f8;color:#3182ce}.technician-payments-report .summary-cards .summary-card .card-content h4{margin:0;font-size:1.75rem;font-weight:700;color:#2d3748;line-height:1}.technician-payments-report .summary-cards .summary-card .card-content p{margin:0;color:#718096;font-size:.875rem;margin-top:.25rem}.technician-payments-report .payments-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.technician-payments-report .payments-table table{width:100%;border-collapse:collapse}.technician-payments-report .payments-table table th{background:#f7fafc;padding:1rem 1.5rem;text-align:left;font-weight:600;color:#4a5568;font-size:.875rem;letter-spacing:.025em;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.technician-payments-report .payments-table table td{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.technician-payments-report .payments-table table tr:last-child td{border-bottom:none}.technician-payments-report .payments-table table tr:hover{background:#f8fafc}.technician-payments-report .payments-table table .technician-cell strong{color:#2d3748;font-weight:600}.technician-payments-report .payments-table table .amount{font-weight:600;color:#2d3748;font-size:.95rem}.technician-payments-report .payments-table table .date{color:#718096;font-size:.875rem}.technician-payments-report .payments-table table .status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.technician-payments-report .payments-table table .status-badge.paid{background:#c6f6d5;color:#22543d}.technician-payments-report .payments-table table .status-badge.pending{background:#fef5e7;color:#c05621}.technician-payments-report .payments-table table .status-badge.failed{background:#fed7d7;color:#c53030}@media (max-width: 768px){.technician-payments-report .summary-cards{grid-template-columns:1fr}.technician-payments-report .payments-table{overflow-x:auto}.technician-payments-report .payments-table table{min-width:600px}}.reports-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.reports-tabs .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease;font-weight:500}.reports-tabs .tab-button:hover{background:#f8fafc;color:#1e293b}.reports-tabs .tab-button.active{background:#2563eb;color:#fff}.reports-tabs .tab-button .tab-icon{font-size:1.25rem}.report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1rem}@media (max-width: 768px){.report-header{flex-direction:column;align-items:stretch}}.report-header .header-content h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.report-header .header-content p{color:#64748b;margin:0}.report-header .header-actions{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.report-header .header-actions{flex-direction:column;align-items:stretch}}.report-header .header-actions .filter-group{position:relative;display:flex;align-items:center;gap:.5rem}.report-header .header-actions .filter-group .filter-icon{color:#64748b;font-size:1.125rem}.report-header .header-actions .filter-group select{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer;min-width:150px}.report-header .header-actions .filter-group select:focus{outline:none;border-color:#2563eb}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-cards .summary-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.summary-cards .summary-card .card-icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.summary-cards .summary-card .card-icon.compliance{background:#10b981}.summary-cards .summary-card .card-icon.completed{background:#3b82f6}.summary-cards .summary-card .card-icon.overdue{background:#ef4444}.summary-cards .summary-card .card-icon.time{background:#f59e0b}.summary-cards .summary-card .card-icon.revenue{background:#8b5cf6}.summary-cards .summary-card .card-icon.jobs{background:#06b6d4}.summary-cards .summary-card .card-icon.average{background:#84cc16}.summary-cards .summary-card .card-icon.growth{background:#f97316}.summary-cards .summary-card .card-content{flex:1}.summary-cards .summary-card .card-content h4{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:.5rem}.summary-cards .summary-card .card-content h4 .trend-up{color:#10b981;font-size:1.25rem}.summary-cards .summary-card .card-content h4 .trend-down{color:#ef4444;font-size:1.25rem}.summary-cards .summary-card .card-content p{color:#64748b;margin:0;font-size:.875rem}.compliance-report .compliance-table{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.compliance-report .compliance-table table{width:100%;border-collapse:collapse}.compliance-report .compliance-table table thead{background:#f8fafc}.compliance-report .compliance-table table thead th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e2e8f0;font-size:.875rem}.compliance-report .compliance-table table tbody tr{border-bottom:1px solid #e2e8f0}.compliance-report .compliance-table table tbody tr:last-child{border-bottom:none}.compliance-report .compliance-table table tbody tr:hover{background:#f8fafc}.compliance-report .compliance-table table tbody tr td{padding:1rem;font-size:.875rem}.compliance-report .compliance-table table tbody tr td .name-cell strong{color:#1e293b}.compliance-report .compliance-table table tbody tr td .type-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.compliance-report .compliance-table table tbody tr td .type-badge.agency{background:#dbeafe;color:#1e40af}.compliance-report .compliance-table table tbody tr td .type-badge.region{background:#dcfce7;color:#166534}.compliance-report .compliance-table table tbody tr td .type-badge.property{background:#fef3c7;color:#92400e}.compliance-report .compliance-table table tbody tr td .job-count{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.compliance-report .compliance-table table tbody tr td .job-count.completed{background:#d1fae5;color:#065f46}.compliance-report .compliance-table table tbody tr td .job-count.compliant{background:#dbeafe;color:#1e40af}.compliance-report .compliance-table table tbody tr td .job-count.overdue{background:#fee2e2;color:#991b1b}.compliance-report .compliance-table table tbody tr td .compliance-rate .rate{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.compliance-report .compliance-table table tbody tr td .compliance-rate .rate.status-excellent{background:#d1fae5;color:#065f46}.compliance-report .compliance-table table tbody tr td .compliance-rate .rate.status-good{background:#dbeafe;color:#1e40af}.compliance-report .compliance-table table tbody tr td .compliance-rate .rate.status-fair{background:#fef3c7;color:#92400e}.compliance-report .compliance-table table tbody tr td .compliance-rate .rate.status-poor{background:#fee2e2;color:#991b1b}.revenue-report .revenue-breakdown h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.revenue-report .revenue-breakdown .breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-header h5{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-header .revenue-amount{font-size:1.5rem;font-weight:700;color:#10b981}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-stats .stat{text-align:center}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-stats .stat .stat-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.revenue-report .revenue-breakdown .breakdown-grid .breakdown-card .breakdown-stats .stat span:last-child{font-weight:600;color:#1e293b}.performance-report .performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.performance-report .performance-grid .performance-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.performance-report .performance-grid .performance-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.performance-report .performance-grid .performance-card .card-header .tech-info h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.performance-report .performance-grid .performance-card .card-header .tech-info .trade-type{color:#64748b;font-size:.875rem}.performance-report .performance-grid .performance-card .card-header .rating{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fef3c7;border-radius:9999px}.performance-report .performance-grid .performance-card .card-header .rating .star-icon{color:#f59e0b;font-size:1.125rem}.performance-report .performance-grid .performance-card .card-header .rating span{font-weight:600;color:#92400e}.performance-report .performance-grid .performance-card .performance-metrics{display:flex;flex-direction:column;gap:1rem}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-header .metric-label{font-size:.875rem;color:#64748b}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-header .metric-value{font-weight:600;color:#1e293b}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill{height:100%;border-radius:4px;transition:width .3s ease}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill.jobs{background:#3b82f6}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill.time{background:#10b981}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill.ontime{background:#8b5cf6}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill.revenue{background:#f59e0b}.performance-report .performance-grid .performance-card .performance-metrics .metric .metric-bar .metric-fill.efficiency{background:#06b6d4}@media (max-width: 768px){.reports-tabs{flex-direction:column;gap:.25rem}.reports-tabs .tab-button{justify-content:center}.summary-cards{grid-template-columns:1fr}.compliance-table{overflow-x:auto}.compliance-table table{min-width:800px}.revenue-breakdown .breakdown-grid,.performance-grid,.kpi-grid,.health-grid,.workload-grid,.analytics-grid,.performers-grid,.distribution-grid{grid-template-columns:1fr}}.executive-dashboard .kpi-section{margin-bottom:2rem}.executive-dashboard .kpi-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.executive-dashboard .kpi-section .kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.executive-dashboard .kpi-section .kpi-grid .kpi-period{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.executive-dashboard .kpi-section .kpi-grid .kpi-period h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem;text-align:center;text-transform:uppercase;letter-spacing:.05em}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card{text-align:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-label{font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth.positive{background:#d1fae5;color:#065f46}.executive-dashboard .kpi-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth.negative{background:#fee2e2;color:#991b1b}.executive-dashboard .agency-analytics-section{margin-bottom:2rem}.executive-dashboard .agency-analytics-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.executive-dashboard .agency-analytics-section h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem}.executive-dashboard .agency-analytics-section .kpi-breakdown{font-size:.75rem;color:#64748b}.executive-dashboard .agency-analytics-section .kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem;text-align:center;text-transform:uppercase;letter-spacing:.05em}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card{text-align:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-label{font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth.positive{background:#d1fae5;color:#065f46}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-growth.negative{background:#fee2e2;color:#991b1b}.executive-dashboard .agency-analytics-section .kpi-grid .kpi-period .kpi-cards .kpi-card .kpi-breakdown{font-size:.75rem;color:#64748b}.executive-dashboard .agency-analytics-section .top-performers-section{margin-top:2rem;margin-bottom:2rem}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-header strong{font-size:1rem;color:#1e293b;flex:1}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-header .performer-region{font-size:.75rem;color:#64748b;padding:.25rem .5rem;background:#f8fafc;border-radius:.375rem;border:1px solid #e2e8f0}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-metrics{display:flex;flex-direction:column;gap:.5rem}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-metrics .metric-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-metrics .metric-row span:first-child{color:#64748b}.executive-dashboard .agency-analytics-section .top-performers-section .performers-grid .performer-card .performer-metrics .metric-row .metric-value{font-weight:600;color:#1e293b}.executive-dashboard .agency-analytics-section .regional-distribution-section{margin-top:2rem;margin-bottom:2rem}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-header strong{font-size:1rem;color:#1e293b;flex:1}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-header .distribution-percentage{font-size:.75rem;color:#3b82f6;font-weight:600;padding:.25rem .5rem;background:#dbeafe;border-radius:9999px}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-metrics{display:flex;flex-direction:column;gap:.5rem}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-metrics .metric-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-metrics .metric-row span:first-child{color:#64748b}.executive-dashboard .agency-analytics-section .regional-distribution-section .distribution-grid .distribution-card .distribution-metrics .metric-row span:last-child{font-weight:600;color:#1e293b}.executive-dashboard .business-health-section{margin-bottom:2rem}.executive-dashboard .business-health-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.executive-dashboard .business-health-section .health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.executive-dashboard .business-health-section .health-grid .health-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.executive-dashboard .business-health-section .health-grid .health-card .health-icon{font-size:2rem;color:#3b82f6;background:#dbeafe;padding:1rem;border-radius:.75rem}.executive-dashboard .business-health-section .health-grid .health-card .health-content{flex:1}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-value{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-breakdown{font-size:.75rem;color:#64748b}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-status{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-status.excellent{background:#d1fae5;color:#065f46}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-status.good{background:#dbeafe;color:#1e40af}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-status.needs-improvement{background:#fef3c7;color:#92400e}.executive-dashboard .business-health-section .health-grid .health-card .health-content .health-trend{font-size:.75rem;color:#64748b}.executive-dashboard .alerts-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.executive-dashboard .alerts-section .alerts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.executive-dashboard .alerts-section .alerts-grid .alert{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;border:1px solid}.executive-dashboard .alerts-section .alerts-grid .alert .alert-icon{font-size:1.5rem}.executive-dashboard .alerts-section .alerts-grid .alert .alert-content .alert-count{font-size:1.25rem;font-weight:700}.executive-dashboard .alerts-section .alerts-grid .alert .alert-content .alert-label{font-size:.875rem}.executive-dashboard .alerts-section .alerts-grid .alert.critical{background:#fef2f2;border-color:#fee2e2;color:#991b1b}.executive-dashboard .alerts-section .alerts-grid .alert.critical .alert-icon{color:#dc2626}.executive-dashboard .alerts-section .alerts-grid .alert.warning{background:#fffbeb;border-color:#fef3c7;color:#92400e}.executive-dashboard .alerts-section .alerts-grid .alert.warning .alert-icon{color:#f59e0b}.executive-dashboard .alerts-section .alerts-grid .alert.info{background:#eff6ff;border-color:#dbeafe;color:#1e40af}.executive-dashboard .alerts-section .alerts-grid .alert.info .alert-icon{color:#3b82f6}.operational-analytics .resource-section{margin-bottom:2rem}.operational-analytics .resource-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.operational-analytics .resource-section .utilization-summary{display:flex;gap:2rem;margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.operational-analytics .resource-section .utilization-summary .summary-item{display:flex;align-items:center;gap:.5rem}.operational-analytics .resource-section .utilization-summary .summary-item .summary-label{font-size:.875rem;color:#64748b}.operational-analytics .resource-section .utilization-summary .summary-item .summary-value{font-size:1rem;font-weight:600;color:#1e293b}.operational-analytics .resource-section .technician-workload h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem}.operational-analytics .resource-section .technician-workload .workload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-header{margin-bottom:1rem}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-header strong{font-size:1rem;color:#1e293b;display:block}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-header .trade-type{font-size:.875rem;color:#64748b}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics{display:flex;flex-direction:column;gap:.5rem}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics .metric-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics .metric-row .metric-value{font-weight:600}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics .metric-row .metric-value.high{color:#dc2626}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics .metric-row .metric-value.medium{color:#f59e0b}.operational-analytics .resource-section .technician-workload .workload-grid .workload-card .workload-metrics .metric-row .metric-value.low{color:#10b981}.operational-analytics .job-analytics-section{margin-bottom:2rem}.operational-analytics .job-analytics-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.operational-analytics .job-analytics-section .analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.operational-analytics .job-analytics-section .analytics-grid .analytics-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.operational-analytics .job-analytics-section .analytics-grid .analytics-card h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list{display:flex;flex-direction:column;gap:1rem}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item{padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-header,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-header .job-type,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-header .job-type-name,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-header .job-type{font-weight:600;color:#1e293b}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-header .avg-time,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-header .job-type-count,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-header .avg-time{font-size:.875rem;color:#64748b}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-metrics,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-range,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-metrics,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-range,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-metrics,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-range,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-metrics,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-range{display:flex;gap:1rem;font-size:.75rem;color:#64748b}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-metrics .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-range .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-metrics .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-range .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-metrics .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-range .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-metrics .metric,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-range .metric{display:flex;gap:.25rem}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-metrics .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-range .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-metrics .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-range .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-metrics .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-range .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-metrics .metric .value,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-range .metric .value{font-weight:600;color:#374151}.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .job-type-metrics .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .job-type-item .completion-range .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .job-type-metrics .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .job-type-list .completion-item .completion-range .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .job-type-metrics .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .job-type-item .completion-range .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .job-type-metrics .sample-size,.operational-analytics .job-analytics-section .analytics-grid .analytics-card .completion-time-list .completion-item .completion-range .sample-size{margin-left:auto;font-style:italic}.operational-analytics .property-insights-section{margin-bottom:2rem}.operational-analytics .property-insights-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.operational-analytics .property-insights-section .insights-summary{padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;margin-bottom:1rem;font-size:.875rem;color:#64748b}.operational-analytics .property-insights-section .property-frequency h5{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 1rem}.operational-analytics .property-insights-section .property-frequency .property-list{display:flex;flex-direction:column;gap:.75rem}.operational-analytics .property-insights-section .property-frequency .property-list .property-item{padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.operational-analytics .property-insights-section .property-frequency .property-list .property-item .property-address{font-weight:600;color:#1e293b;margin-bottom:.5rem}.operational-analytics .property-insights-section .property-frequency .property-list .property-item .property-stats{display:flex;gap:1rem;font-size:.75rem;color:#64748b}.operational-analytics .property-insights-section .property-frequency .property-list .property-item .property-stats span{font-weight:500}.operational-analytics .regional-performance-section h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.operational-analytics .regional-performance-section .performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.operational-analytics .regional-performance-section .performance-grid .performance-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e2e8f0}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-header{margin-bottom:1rem}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-header strong{font-size:1rem;color:#1e293b;display:block}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-header .region-state{font-size:.875rem;color:#64748b}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics{display:flex;flex-direction:column;gap:.5rem}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics .metric-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics .metric-row .completion-rate{font-weight:600}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics .metric-row .completion-rate.excellent{color:#10b981}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics .metric-row .completion-rate.good{color:#3b82f6}.operational-analytics .regional-performance-section .performance-grid .performance-card .performance-metrics .metric-row .completion-rate.needs-improvement{color:#f59e0b}.contacts-section{margin-bottom:2rem}.contacts-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.contacts-section .section-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.contacts-section .section-header .btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.contacts-section .section-header .btn-primary:hover{background:#1d4ed8}.contacts-section .section-header .btn-primary svg{width:1rem;height:1rem}.contacts-section .search-filter-bar{display:flex;gap:1rem;margin-bottom:1.5rem}.contacts-section .search-filter-bar .search-box{flex:1;position:relative}.contacts-section .search-filter-bar .search-box .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;width:1rem;height:1rem}.contacts-section .search-filter-bar .search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;transition:border-color .2s ease}.contacts-section .search-filter-bar .search-box input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contacts-section .search-filter-bar .search-box input::placeholder{color:#94a3b8}.contacts-section .search-filter-bar .filter-dropdown{position:relative;min-width:180px}.contacts-section .search-filter-bar .filter-dropdown .filter-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b;width:1rem;height:1rem;pointer-events:none;z-index:1}.contacts-section .search-filter-bar .filter-dropdown select{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s ease}.contacts-section .search-filter-bar .filter-dropdown select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.contacts-section .contacts-table{border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden;background:#fff}.contacts-section .contacts-table .table-header{display:grid;grid-template-columns:1fr 150px 250px 1fr 100px;gap:1rem;background:#f8fafc;padding:1rem;border-bottom:1px solid #e2e8f0;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.025em}.contacts-section .contacts-table .table-body .table-row{display:grid;grid-template-columns:1fr 150px 250px 1fr 100px;gap:1rem;padding:1rem;border-bottom:1px solid #f1f5f9;align-items:center;transition:background-color .2s ease}.contacts-section .contacts-table .table-body .table-row:hover{background:#f8fafc}.contacts-section .contacts-table .table-body .table-row:last-child{border-bottom:none}.contacts-section .contacts-table .table-body .table-row .col-name .contact-name{font-weight:500;color:#1e293b}.contacts-section .contacts-table .table-body .table-row .col-role .role-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.contacts-section .contacts-table .table-body .table-row .col-role .role-badge.property-manager{background:#dbeafe;color:#1e40af}.contacts-section .contacts-table .table-body .table-row .col-role .role-badge.admin{background:#dcfce7;color:#166534}.contacts-section .contacts-table .table-body .table-row .col-role .role-badge.finance{background:#fef3c7;color:#d97706}.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info{display:flex;flex-direction:column;gap:.25rem}.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .email,.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .phone{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .email svg,.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .phone svg{width:.875rem;height:.875rem;color:#64748b}.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .email span,.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .phone span{color:#374151}.contacts-section .contacts-table .table-body .table-row .col-notes .notes-content p{margin:0 0 .5rem;color:#374151;font-size:.875rem;line-height:1.4}.contacts-section .contacts-table .table-body .table-row .col-notes .notes-content .preferred-method{font-size:.75rem;color:#64748b;font-weight:500;background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.contacts-section .contacts-table .table-body .table-row .col-actions{display:flex;gap:.5rem;justify-content:center}.contacts-section .no-results{text-align:center;padding:2rem;color:#64748b;font-style:italic}@media (max-width: 1200px){.contacts-section .contacts-table .table-header,.contacts-section .contacts-table .table-body .table-row{grid-template-columns:1fr;gap:.5rem}.contacts-section .contacts-table .table-header{display:none}.contacts-section .contacts-table .table-body .table-row{padding:1.5rem 1rem;display:block}.contacts-section .contacts-table .table-body .table-row>div{margin-bottom:1rem}.contacts-section .contacts-table .table-body .table-row>div:last-child{margin-bottom:0}.contacts-section .contacts-table .table-body .table-row .col-name .contact-name{font-size:1.125rem;margin-bottom:.5rem}.contacts-section .contacts-table .table-body .table-row .col-role{margin-bottom:1rem}.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .email,.contacts-section .contacts-table .table-body .table-row .col-contact .contact-info .phone{background:#f8fafc;padding:.5rem;border-radius:.375rem;margin-bottom:.25rem}.contacts-section .contacts-table .table-body .table-row .col-actions{justify-content:flex-start;padding-top:1rem;border-top:1px solid #f1f5f9}}.notifications-section .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.notifications-section .section-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.notifications-section .section-header .section-icon{width:1.5rem;height:1.5rem;color:#2563eb}.notifications-section .section-description{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.notifications-section .notification-settings{display:flex;flex-direction:column;gap:1rem}.notifications-section .notification-settings .notification-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;transition:all .2s ease}.notifications-section .notification-settings .notification-item:hover{background:#f1f5f9}.notifications-section .notification-settings .notification-item .notification-toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.notifications-section .notification-settings .notification-item .notification-toggle svg{width:1.25rem;height:1.25rem;transition:all .2s ease}.notifications-section .notification-settings .notification-item .notification-toggle .checkbox-checked{color:#2563eb}.notifications-section .notification-settings .notification-item .notification-toggle .checkbox-unchecked{color:#94a3b8}.notifications-section .notification-settings .notification-item .notification-toggle:hover .checkbox-unchecked{color:#64748b}.notifications-section .notification-settings .notification-item .notification-content{flex:1}.notifications-section .notification-settings .notification-item .notification-content h4{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .5rem}.notifications-section .notification-settings .notification-item .notification-content p{color:#64748b;font-size:.875rem;margin:0;line-height:1.5}.action-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff;cursor:pointer;transition:all .2s ease}.action-button svg{width:1rem;height:1rem}.action-button.edit-btn{color:#2563eb}.action-button.edit-btn:hover{background:#eff6ff;border-color:#2563eb}.action-button.delete-btn{color:#dc2626}.action-button.delete-btn:hover{background:#fef2f2;border-color:#dc2626}@media (max-width: 768px){.contacts-section .section-header{flex-direction:column;align-items:stretch;gap:1rem}.contacts-section .search-filter-bar{flex-direction:column}}.critical-alerts{background:#ffebee;border:1px solid #e53e3e;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #e53e3e1a}.critical-alerts .alert-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.critical-alerts .alert-header .alert-icon{font-size:1.5rem;color:#e53e3e;animation:pulse 2s infinite}.critical-alerts .alert-header h3{margin:0;color:#c53030;font-size:1.25rem;font-weight:700}.critical-alerts .alert-content p{margin:0 0 1rem;color:#744210;font-weight:500}.critical-alerts .alert-content .alert-stats{display:flex;gap:2rem}.critical-alerts .alert-content .alert-stats .stat{font-size:.9rem;font-weight:600;color:#c53030}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-grid .stat-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;text-align:center;border:1px solid #e2e8f0;position:relative;overflow:hidden;transition:all .3s ease}.stats-grid .stat-card:hover{box-shadow:0 4px 12px #00000014}.stats-grid .stat-card.success{background:#f0fff4}.stats-grid .stat-card.info{background:#e6f7ff}.stats-grid .stat-card.warning{background:#fffbf0}.stats-grid .stat-card.danger{background:#ffebee}.stats-grid .stat-card .stat-value{font-size:2.5rem;font-weight:800;color:#2d3748;margin-bottom:.5rem;line-height:1}.stats-grid .stat-card .stat-label{font-size:.85rem;color:#4a5568;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.filters-section{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.filters-section .search-bar{flex:1}.filters-section .search-bar input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.filters-section .search-bar input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.filters-section .filter-controls{display:flex;gap:1rem}.filters-section .filter-controls select{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;background:#fff;min-width:150px}.filters-section .filter-controls select:focus{outline:none;border-color:#007bff}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.compliance-grid .compliance-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 12px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.compliance-grid .compliance-card:hover{box-shadow:0 4px 16px #00000014}.compliance-grid .compliance-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.compliance-grid .compliance-card .card-header .property-info{flex:1}.compliance-grid .compliance-card .card-header .property-info h3{margin:0 0 .5rem;color:#2d3748;font-size:1.1rem;font-weight:700;line-height:1.3}.compliance-grid .compliance-card .card-header .property-info .risk-badge{padding:.25rem .75rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase}.compliance-grid .compliance-card .card-header .property-info .risk-badge.success{background:#c6f6d5;color:#22543d}.compliance-grid .compliance-card .card-header .property-info .risk-badge.warning{background:#fef5e7;color:#d69e2e}.compliance-grid .compliance-card .card-header .property-info .risk-badge.danger{background:#ffcdd2;color:#c53030}.compliance-grid .compliance-card .card-header .property-info .risk-badge.info{background:#bee3f8;color:#2c5282}.compliance-grid .compliance-card .card-header .compliance-score{font-size:1.5rem;font-weight:800;padding:.75rem 1rem;border-radius:25px;text-align:center;min-width:60px}.compliance-grid .compliance-card .card-header .compliance-score.success{background:#e6fffa;color:#22543d}.compliance-grid .compliance-card .card-header .compliance-score.warning{background:#fffbf0;color:#d69e2e}.compliance-grid .compliance-card .card-header .compliance-score.danger{background:#ffebee;color:#c53030}.compliance-grid .compliance-card .card-content .compliance-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#f7fafc;border-radius:6px;border:1px solid #e2e8f0;min-width:80px}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item.success{background:#f0fff4}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item.warning{background:#fffbf0}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item.danger{background:#ffebee}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item .label{font-size:.75rem;color:#4a5568;font-weight:500;text-transform:uppercase;margin-bottom:.25rem}.compliance-grid .compliance-card .card-content .compliance-stats .stat-item .value{font-weight:700;color:#2d3748;font-size:1.25rem}.compliance-grid .compliance-card .card-content .inspection-info{display:flex;gap:2rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.compliance-grid .compliance-card .card-content .inspection-info .info-item{display:flex;flex-direction:column}.compliance-grid .compliance-card .card-content .inspection-info .info-item .label{font-size:.75rem;color:#4a5568;font-weight:500;text-transform:uppercase;margin-bottom:.25rem}.compliance-grid .compliance-card .card-content .inspection-info .info-item .value{font-weight:600;color:#2d3748;font-size:.9rem}.compliance-grid .compliance-card .card-content .jobs-summary h4{margin:0 0 .75rem;color:#2d3748;font-size:.95rem;font-weight:600}.compliance-grid .compliance-card .card-content .jobs-summary .job-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem;background:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-info{display:flex;flex-direction:column;gap:.25rem}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-info .job-type{font-weight:600;color:#2d3748;font-size:.85rem}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-info .job-due{font-size:.75rem;color:#4a5568}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status{display:flex;gap:.5rem;align-items:center}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .status-badge,.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .priority-badge{padding:.15rem .5rem;border-radius:12px;font-size:.65rem;font-weight:600;text-transform:uppercase}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .status-badge.success,.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .priority-badge.success{background:#c6f6d5;color:#22543d}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .status-badge.warning,.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .priority-badge.warning{background:#fef5e7;color:#d69e2e}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .status-badge.danger,.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .priority-badge.danger{background:#ffcdd2;color:#c53030}.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .status-badge.info,.compliance-grid .compliance-card .card-content .jobs-summary .job-item .job-status .priority-badge.info{background:#bee3f8;color:#2c5282}.compliance-grid .compliance-card .card-content .jobs-summary .more-jobs{text-align:center;font-size:.8rem;color:#4a5568;font-style:italic;padding:.5rem}.compliance-grid .compliance-card .card-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e2e8f0}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn.btn-primary{background:#007bff;color:#fff}.btn.btn-primary:hover{background:#0056b3;box-shadow:0 2px 8px #007bff33}.btn.btn-outline{background:transparent;color:#007bff;border:1px solid #007bff}.btn.btn-outline:hover{background:#007bff;color:#fff}.btn.btn-sm{padding:.5rem 1rem;font-size:.85rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 768px){.compliance-grid{grid-template-columns:1fr}.compliance-grid .compliance-card .card-header{flex-direction:column;gap:1rem;align-items:flex-start}.compliance-grid .compliance-card .card-content .compliance-stats{justify-content:center}.compliance-grid .compliance-card .card-content .inspection-info{flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.filters-section{flex-direction:column;gap:1rem}.filters-section .filter-controls{flex-direction:column;width:100%}.filters-section .filter-controls select{width:100%}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-grid .stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;text-align:center;border:1px solid #e2e8f0;position:relative;overflow:hidden;transition:all .3s ease}.stats-grid .stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stats-grid .stat-card.success{background:#f0fff4;border-color:#bbf7d0}.stats-grid .stat-card.warning{background:#fffbf0;border-color:#fde68a}.stats-grid .stat-card.danger{background:#ffebee;border-color:#fca5a5}.stats-grid .stat-card.info{background:#e6f7ff;border-color:#bae6fd}.stats-grid .stat-card .stat-value{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1}.stats-grid .stat-card .stat-label{font-size:.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.stats-grid .stat-card .stat-count{font-size:.75rem;color:#94a3b8;font-weight:500}.payment-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:1rem}.payment-tabs .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.5rem;transition:all .2s ease;font-weight:500}.payment-tabs .tab-button:hover{background:#f8fafc;color:#1e293b}.payment-tabs .tab-button.active{background:#2563eb;color:#fff}.payment-tabs .tab-button .tab-icon{font-size:1.25rem}.tab-content .content-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.section-header{margin-bottom:2rem;text-align:center}.section-header h3{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.section-header p{color:#64748b;margin:0}.payment-controls,.billing-controls{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.payment-controls .search-box,.payment-controls .filter-box,.billing-controls .search-box,.billing-controls .filter-box{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.625rem 1rem;gap:.5rem;flex:1;min-width:200px}@media (min-width: 768px){.payment-controls .search-box,.payment-controls .filter-box,.billing-controls .search-box,.billing-controls .filter-box{flex:0 1 auto;min-width:200px}}.payment-controls .search-box svg,.payment-controls .filter-box svg,.billing-controls .search-box svg,.billing-controls .filter-box svg{color:#64748b;font-size:1.125rem}.payment-controls .search-box input,.payment-controls .search-box select,.payment-controls .filter-box input,.payment-controls .filter-box select,.billing-controls .search-box input,.billing-controls .search-box select,.billing-controls .filter-box input,.billing-controls .filter-box select{border:none;outline:none;font-size:.875rem;color:#1e293b;background:transparent;width:100%}.payment-controls .search-box input::placeholder,.payment-controls .search-box select::placeholder,.payment-controls .filter-box input::placeholder,.payment-controls .filter-box select::placeholder,.billing-controls .search-box input::placeholder,.billing-controls .search-box select::placeholder,.billing-controls .filter-box input::placeholder,.billing-controls .filter-box select::placeholder{color:#94a3b8}.payment-controls .search-box select,.payment-controls .filter-box select,.billing-controls .search-box select,.billing-controls .filter-box select{cursor:pointer}.payments-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.payments-list{grid-template-columns:1fr}}.payment-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.payment-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.payment-card .payment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.payment-card .payment-header .payment-info{flex:1}.payment-card .payment-header .payment-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.3}.payment-card .payment-header .payment-info .invoice-number{color:#64748b;font-size:.875rem;margin:0;font-weight:500}.payment-card .payment-header .payment-badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}@media (min-width: 640px){.payment-card .payment-header .payment-badges{flex-direction:row;align-items:center}}.payment-card .payment-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem}.payment-card .payment-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.payment-card .payment-details .detail-row span:first-child{color:#64748b;font-size:.875rem;font-weight:500}.payment-card .payment-details .detail-row span:last-child{color:#1e293b;font-weight:500;font-size:.875rem}.payment-card .payment-details .detail-row .amount{font-weight:600;color:#059669;font-size:1rem}.payment-card .payment-description{background:#f8fafc;padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #e2e8f0}.payment-card .payment-description p{color:#64748b;margin:0;font-size:.875rem;font-style:italic}.payment-card .payment-actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 640px){.payment-card .payment-actions{flex-direction:column}}.billing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.billing-grid{grid-template-columns:1fr}}.billing-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.billing-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.billing-card .billing-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.billing-card .billing-header .property-info{flex:1}.billing-card .billing-header .property-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.3}.billing-card .billing-header .property-info .property-manager{color:#64748b;font-size:.875rem;margin:0}.billing-card .billing-header .lease-status .status-badge.status-active{background:#dcfce7;color:#166534}.billing-card .billing-header .lease-status .status-badge.status-inactive{background:#fee2e2;color:#991b1b}.billing-card .billing-summary{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}.billing-card .billing-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.billing-card .billing-summary .summary-item.outstanding{background:#fef2f2;border-color:#fecaca}.billing-card .billing-summary .summary-item.outstanding .value{color:#dc2626;font-weight:700}.billing-card .billing-summary .summary-item .label{color:#64748b;font-size:.875rem;font-weight:500}.billing-card .billing-summary .summary-item .value{color:#1e293b;font-weight:600;font-size:1rem}.billing-card .billing-details{margin-bottom:1.5rem}.billing-card .billing-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.billing-card .billing-details .detail-row:last-child{border-bottom:none}.billing-card .billing-details .detail-row span:first-child{color:#64748b;font-size:.875rem;font-weight:500}.billing-card .billing-details .detail-row span:last-child{color:#1e293b;font-weight:500;font-size:.875rem}.billing-card .billing-details .detail-row .due-date{display:flex;align-items:center;gap:.25rem;color:#f59e0b;font-weight:600}.billing-card .billing-details .detail-row .due-date svg{font-size:1rem}.billing-card .payment-history-summary{background:#f0f9ff;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;border:1px solid #e0f2fe}.billing-card .payment-history-summary h5{font-size:.875rem;font-weight:600;color:#0369a1;margin:0 0 .5rem}.billing-card .payment-history-summary .payment-count{display:flex;gap:1rem;font-size:.8125rem;color:#0c4a6e}.billing-card .payment-history-summary .payment-count span{font-weight:500}.billing-card .billing-actions{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 640px){.billing-card .billing-actions{flex-direction:column}}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge svg{font-size:.875rem}.status-badge.status-paid{background:#dcfce7;color:#166534}.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-overdue{background:#fee2e2;color:#991b1b}.status-badge.status-cancelled{background:#f1f5f9;color:#64748b}.type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.type-badge.type-rent{background:#dbeafe;color:#1e40af}.type-badge.type-bond{background:#f3e8ff;color:#7c3aed}.type-badge.type-maintenance{background:#fed7aa;color:#9a3412}.type-badge.type-utilities{background:#dcfce7;color:#166534}.type-badge.type-other{background:#f1f5f9;color:#64748b}.action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.action-btn.view-btn{color:#2563eb;border-color:#bfdbfe}.action-btn.view-btn:hover{background:#eff6ff;border-color:#93c5fd}.action-btn.download-btn{color:#059669;border-color:#a7f3d0}.action-btn.download-btn:hover{background:#ecfdf5;border-color:#6ee7b7}.action-btn svg{font-size:1rem}.no-payments,.no-billing{text-align:center;padding:3rem;color:#64748b}.no-payments p,.no-billing p{font-size:1.125rem;margin:0}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.payment-card .payment-header{flex-direction:column;gap:1rem;align-items:flex-start}.payment-card .payment-header .payment-badges{flex-direction:row;align-items:flex-start}.payment-card .payment-details{grid-template-columns:1fr}.billing-card .billing-header{flex-direction:column;gap:1rem;align-items:flex-start}.billing-card .billing-summary .summary-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.payment-controls,.billing-controls{flex-direction:column}.payment-controls .search-box,.payment-controls .filter-box,.billing-controls .search-box,.billing-controls .filter-box{min-width:auto}}.property-form .form-section{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.property-form .form-section h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.property-form .form-section .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media (max-width: 768px){.property-form .form-section .form-grid{grid-template-columns:1fr}}.property-form .form-section .form-group{display:flex;flex-direction:column}.property-form .form-section .form-group label{font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.property-form .form-section .form-group input,.property-form .form-section .form-group select,.property-form .form-section .form-group textarea{padding:.75rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;background:#fff;transition:border-color .2s ease}.property-form .form-section .form-group input:focus,.property-form .form-section .form-group select:focus,.property-form .form-section .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.property-form .form-section .form-group input::placeholder,.property-form .form-section .form-group select::placeholder,.property-form .form-section .form-group textarea::placeholder{color:#94a3b8}.property-form .form-section .form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.property-form .form-section .form-group select{cursor:pointer}.property-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}@media (max-width: 640px){.property-form .form-actions{flex-direction:column}}.property-form .form-actions .btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.property-form .form-actions .btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.property-form .form-actions .btn-primary{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.property-form .form-actions .btn-primary:hover:not(:disabled){background:#1d4ed8}.property-form .form-actions .btn-primary:disabled{opacity:.6;cursor:not-allowed}.property-controls{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.property-controls .search-box,.property-controls .filter-box{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.625rem 1rem;gap:.5rem;flex:1;min-width:200px}@media (min-width: 768px){.property-controls .search-box,.property-controls .filter-box{flex:0 1 auto;min-width:250px}}.property-controls .search-box svg,.property-controls .filter-box svg{color:#64748b;font-size:1.125rem}.property-controls .search-box input,.property-controls .search-box select,.property-controls .filter-box input,.property-controls .filter-box select{border:none;outline:none;font-size:.875rem;color:#1e293b;background:transparent;width:100%}.property-controls .search-box input::placeholder,.property-controls .search-box select::placeholder,.property-controls .filter-box input::placeholder,.property-controls .filter-box select::placeholder{color:#94a3b8}.property-controls .search-box select,.property-controls .filter-box select{cursor:pointer}.properties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}@media (max-width: 768px){.properties-grid{grid-template-columns:1fr}}.property-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.property-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.property-card .property-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.property-card .property-header .property-info{flex:1}.property-card .property-header .property-info h4{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;line-height:1.3}.property-card .property-header .property-info .property-type{color:#64748b;font-size:.875rem;margin:0}.property-card .property-header .status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:capitalize}.property-card .property-header .status-badge.status-available{background:#dcfce7;color:#166534}.property-card .property-header .status-badge.status-occupied{background:#dbeafe;color:#1e40af}.property-card .property-header .status-badge.status-maintenance{background:#fef3c7;color:#92400e}.property-card .property-header .status-badge.status-pending{background:#f3e8ff;color:#7c3aed}.property-card .property-details{margin-bottom:1rem}.property-card .property-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.property-card .property-details .detail-row:last-child{border-bottom:none}.property-card .property-details .detail-row span:first-child{color:#64748b;font-size:.875rem}.property-card .property-details .detail-row span:last-child{color:#1e293b;font-weight:500;font-size:.875rem}.property-card .property-details .detail-row .rent-amount{font-weight:600;color:#059669}.property-card .tenant-info{background:#f0f9ff;padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid #e0f2fe}.property-card .tenant-info h5{font-size:.875rem;font-weight:600;color:#0369a1;margin:0 0 .5rem}.property-card .tenant-info p{font-size:.8125rem;color:#0c4a6e;margin:.25rem 0}.property-card .tenant-info p strong{color:#0369a1}.no-properties{text-align:center;padding:3rem;color:#64748b}.no-properties p{font-size:1.125rem;margin:0}@media (max-width: 640px){.property-card .property-header{flex-direction:column;gap:1rem;align-items:flex-start}.property-card .property-details .detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 768px){.header-content{flex-direction:column;align-items:stretch}}.header-content .btn-primary{background:#2563eb;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.header-content .btn-primary:hover{background:#1d4ed8}.header-content .btn-primary svg{font-size:1rem}.success-message-toast,.error-message-toast{position:fixed;top:2rem;right:2rem;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;z-index:1000;animation:slideInRight .3s ease-out;max-width:300px;word-wrap:break-word}.success-message-toast{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}.error-message-toast{background:#fee2e2;border:1px solid #fecaca;color:#dc2626}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.property-actions{display:flex;gap:.5rem;margin-top:1rem}.available-jobs{padding:2rem;max-width:1200px;margin:0 auto}.available-jobs .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.available-jobs .loading-container .loading-spinner{font-size:2rem;color:#024974;animation:spin 1s linear infinite}.available-jobs .loading-container p{color:#6b7280;font-size:1rem}.available-jobs .page-header{margin-bottom:2rem;background:linear-gradient(135deg,#024974,#0369a1);border-radius:16px;padding:2rem;color:#fff;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.available-jobs .page-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:#ffffff1a;border-radius:50%;transform:translate(50%,-50%)}.available-jobs .page-header:after{content:"";position:absolute;bottom:-50px;left:-50px;width:150px;height:150px;background:#ffffff0d;border-radius:50%}.available-jobs .page-header .header-content{position:relative;z-index:2}.available-jobs .page-header .header-content h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.available-jobs .page-header .header-content p{color:#ffffffe6;font-size:1.125rem;margin:0;font-weight:400;line-height:1.5}.available-jobs .page-header .stats-summary{position:relative;z-index:2}.available-jobs .page-header .stats-summary .stat-item{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);text-align:center;min-width:180px;box-shadow:0 4px 20px #0000001a}.available-jobs .page-header .stats-summary .stat-item .stat-number{display:block;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.available-jobs .page-header .stats-summary .stat-item .stat-label{color:#ffffffe6;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.available-jobs .error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#dc2626;display:flex;justify-content:space-between;align-items:center}.available-jobs .error-message button{background:#dc2626;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:background .2s ease}.available-jobs .error-message button:hover{background:#b91c1c}.available-jobs .filters-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;margin-bottom:2rem}.available-jobs .filters-section .search-filter{margin-bottom:1rem}.available-jobs .filters-section .search-filter .search-input{position:relative;display:flex;align-items:center}.available-jobs .filters-section .search-filter .search-input svg{position:absolute;left:1rem;color:#6b7280;font-size:1.125rem}.available-jobs .filters-section .search-filter .search-input input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#f9fafb;transition:all .2s ease}.available-jobs .filters-section .search-filter .search-input input:focus{outline:none;border-color:#024974;background:#fff;box-shadow:0 0 0 3px #0249741a}.available-jobs .filters-section .search-filter .search-input input::placeholder{color:#9ca3af}.available-jobs .filters-section .filter-pills{display:flex;flex-wrap:wrap;gap:1rem}.available-jobs .filters-section .filter-pills .pill-group{display:flex;flex-direction:column;gap:.5rem}.available-jobs .filters-section .filter-pills .pill-group .pill-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1f2937}.available-jobs .filters-section .filter-pills .pill-group .pill-label svg{color:#024974}.available-jobs .filters-section .filter-pills .pill-group .pill-options{display:flex;gap:.5rem;flex-wrap:wrap}.available-jobs .filters-section .filter-pills .pill-group .pill-options .filter-pill{border:1px solid #d1d5db;background:#f9fafb;color:#374151;padding:.45rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.available-jobs .filters-section .filter-pills .pill-group .pill-options .filter-pill:hover{border-color:#024974;color:#024974}.available-jobs .filters-section .filter-pills .pill-group .pill-options .filter-pill.active{background:#024974;border-color:#024974;color:#fff;box-shadow:0 4px 12px #02497433}.available-jobs .filters-section .filter-pills .clear-filters-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:999px;color:#4b5563;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.available-jobs .filters-section .filter-pills .clear-filters-btn:hover{background:#e5e7eb;color:#111827}.available-jobs .filters-section .filter-pills .clear-filters-btn svg{font-size:1rem}.available-jobs .jobs-container .empty-state{text-align:center;padding:3rem 1rem;color:#6b7280}.available-jobs .jobs-container .empty-state svg{font-size:3rem;margin-bottom:1rem;color:#d1d5db}.available-jobs .jobs-container .empty-state h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#374151}.available-jobs .jobs-container .empty-state p{font-size:.875rem}.available-jobs .jobs-container .jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.available-jobs .jobs-container .jobs-grid .job-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease}.available-jobs .jobs-container .jobs-grid .job-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.available-jobs .jobs-container .jobs-grid .job-card .job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-type{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#1a1a1a;font-size:1rem}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-type svg{color:#024974}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .priority-badge,.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .urgency-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .priority-badge.danger,.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .urgency-badge.danger{background:#fee2e2;color:#dc2626}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .priority-badge.warning,.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .urgency-badge.warning{background:#fef3c7;color:#d97706}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .priority-badge.success,.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .urgency-badge.success{background:#dcfce7;color:#15803d}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .priority-badge.secondary,.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges .urgency-badge.secondary{background:#f3f4f6;color:#6b7280}.available-jobs .jobs-container .jobs-grid .job-card .job-details{margin-bottom:1.5rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-address{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;color:#6b7280;font-size:.875rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-address svg{color:#024974;margin-top:.125rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-address .address-details{display:flex;flex-direction:column;gap:.25rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-address .address-details .full-address{color:#374151;font-weight:500;font-size:.875rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-address .address-details .street-address{color:#6b7280;font-size:.75rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-agency{margin-bottom:1rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-agency .agency-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;background:#f0f9ff;color:#0369a1;border:1px solid #bae6fd}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-description{margin-bottom:1rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-description p{color:#374151;font-size:.875rem;line-height:1.5;margin:0}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta .job-property-type .property-type-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;background:#e0e7ff;color:#3730a3}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration,.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta .job-date{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta .job-duration svg,.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-meta .job-date svg{color:#024974}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-notes{margin-top:1rem;padding:.75rem;background:#f9fafb;border-radius:8px;border-left:3px solid #024974}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-notes p{color:#374151;font-size:.875rem;line-height:1.5;margin:0}.available-jobs .jobs-container .jobs-grid .job-card .job-details .job-notes p strong{color:#1a1a1a}.available-jobs .jobs-container .jobs-grid .job-card .job-actions{display:flex;gap:.75rem}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn:hover{transform:translateY(-1px)}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary{background:#024974;color:#fff}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary:hover{background:#013759}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-primary .spinner{animation:spin 1s linear infinite}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn.btn-secondary:hover{background:#e5e7eb}@media (max-width: 768px){.available-jobs{padding:1rem}.available-jobs .page-header{padding:1.5rem;flex-direction:column;gap:1.5rem}.available-jobs .page-header .header-content h1{font-size:2rem}.available-jobs .page-header .header-content p{font-size:1rem}.available-jobs .page-header .stats-summary .stat-item{padding:1.25rem}.available-jobs .page-header .stats-summary .stat-item .stat-number{font-size:2rem}.available-jobs .filters-section{padding:1rem}.available-jobs .filters-section .filter-controls{flex-direction:column}.available-jobs .filters-section .filter-controls .date-filter,.available-jobs .filters-section .filter-controls .priority-filter{width:100%}.available-jobs .jobs-container .jobs-grid{grid-template-columns:1fr;gap:1rem}.available-jobs .jobs-container .jobs-grid .job-card{padding:1rem}.available-jobs .jobs-container .jobs-grid .job-card .job-header{flex-direction:column;align-items:flex-start;gap:.75rem}.available-jobs .jobs-container .jobs-grid .job-card .job-header .job-badges{flex-direction:row;align-items:center}.available-jobs .jobs-container .jobs-grid .job-card .job-meta{flex-direction:column;align-items:flex-start}.available-jobs .jobs-container .jobs-grid .job-card .job-actions{flex-direction:column}.available-jobs .jobs-container .jobs-grid .job-card .job-actions .btn{width:100%}}.job-summary{margin-top:1rem;background:#f8fafc;border-radius:8px;padding:1.5rem;border:1px solid #e2e8f0}.job-summary .summary-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.job-summary .summary-header h4{margin:0;color:#1e293b;font-size:1.125rem;font-weight:600}.job-summary .summary-content .summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.job-summary .summary-content .summary-grid .summary-item{display:flex;flex-direction:column;gap:.25rem}.job-summary .summary-content .summary-grid .summary-item.full-width{grid-column:1/-1}.job-summary .summary-content .summary-grid .summary-item strong{color:#374151;font-weight:600;font-size:.875rem}.job-summary .summary-content .summary-grid .summary-item .priority-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-top:.25rem}.job-summary .summary-content .summary-grid .summary-item .priority-badge.danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.job-summary .summary-content .summary-grid .summary-item .priority-badge.warning{background:#fffbeb;color:#d97706;border:1px solid #fed7aa}.job-summary .summary-content .summary-grid .summary-item .priority-badge.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.job-summary .summary-content .summary-grid .summary-item .priority-badge.secondary{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.job-summary .summary-content .summary-grid .summary-item .address-summary{color:#4b5563;font-size:.875rem;line-height:1.4}.job-summary .summary-content .summary-grid .summary-item .address-summary .full-address{margin-top:.25rem;color:#6b7280;font-size:.8rem;font-style:italic}.job-summary .summary-content .summary-grid .summary-item .notes-summary{color:#4b5563;font-size:.875rem;line-height:1.5;background:#f9fafb;padding:.75rem;border-radius:6px;border-left:3px solid #3b82f6;margin-top:.25rem}.completed-jobs-page{padding:2rem;max-width:1400px;margin:0 auto}.completed-jobs-page .page-header{margin-bottom:2rem}.completed-jobs-page .page-header .header-content{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.completed-jobs-page .page-header .header-content .header-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;font-size:1.5rem;box-shadow:0 4px 12px #10b9814d}.completed-jobs-page .page-header .header-content .header-text h1{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#1f2937}.completed-jobs-page .page-header .header-content .header-text p{margin:0;color:#6b7280;font-size:1rem}.completed-jobs-page .page-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}@media (max-width: 768px){.completed-jobs-page{padding:1rem}.completed-jobs-page .page-header .header-content{flex-direction:column;text-align:center;gap:.5rem}.completed-jobs-page .page-header .header-content .header-icon{width:50px;height:50px;font-size:1.25rem}.completed-jobs-page .page-header .header-content .header-text h1{font-size:1.5rem}}@media (max-width: 480px){.completed-jobs-page{padding:.5rem}.completed-jobs-page .page-header .header-content .header-text h1{font-size:1.25rem}.completed-jobs-page .page-header .header-content .header-text p{font-size:.875rem}}.subscription-page .page-header{margin-bottom:2rem}.subscription-page .page-header .header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 768px){.subscription-page .page-header .header-content{flex-direction:column;gap:1rem}}.subscription-page .page-header .header-info{flex:1}.subscription-page .page-header .header-info h1{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}@media (max-width: 768px){.subscription-page .page-header .header-info h1{font-size:2rem}}.subscription-page .page-header .header-info p{color:#6b7280;font-size:1.1rem;margin:0}.subscription-page .page-header .header-actions{display:flex;gap:1rem;align-items:center}@media (max-width: 768px){.subscription-page .page-header .header-actions{width:100%;justify-content:flex-end}}.subscription-page .subscription-overview{display:flex;flex-direction:column;gap:2.5rem}.subscription-page .status-cards{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width: 768px){.subscription-page .status-cards{grid-template-columns:1fr;gap:1.5rem}}.subscription-page .status-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.subscription-page .status-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.subscription-page .status-card .card-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.subscription-page .status-card .card-header svg{font-size:1.5rem;color:#6b7280}.subscription-page .status-card.plan-card{border-left:4px solid #3b82f6}.subscription-page .status-card.plan-card.starter{border-left-color:#10b981}.subscription-page .status-card.plan-card.pro{border-left-color:#8b5cf6}.subscription-page .status-card.plan-card.enterprise{border-left-color:#f59e0b}.subscription-page .status-card.plan-card .plan-info h3{color:#1f2937;margin-bottom:.25rem}.subscription-page .status-card.plan-card .plan-info .plan-price{font-size:1.5rem;font-weight:700;color:#3b82f6}.starter .subscription-page .status-card.plan-card .plan-info .plan-price{color:#10b981}.pro .subscription-page .status-card.plan-card .plan-info .plan-price{color:#8b5cf6}.enterprise .subscription-page .status-card.plan-card .plan-info .plan-price{color:#f59e0b}.subscription-page .status-card.plan-card .plan-features{display:flex;flex-direction:column;gap:.75rem}.subscription-page .status-card.plan-card .plan-features .feature-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4b5563}.subscription-page .status-card.plan-card .plan-features .feature-item svg{color:#10b981;font-size:1rem}.subscription-page .status-card.analytics-card{border-left:4px solid #8b5cf6}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}@media (max-width: 1024px){.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics{grid-template-columns:1fr;gap:.75rem}}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1rem .75rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;min-height:110px;justify-content:center}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#8b5cf6;border-radius:8px;flex-shrink:0}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-icon svg{font-size:1.125rem;color:#fff}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details{display:flex;flex-direction:column;gap:.25rem;align-items:center}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-value{font-size:1.75rem;font-weight:700;color:#1f2937;line-height:1}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-label{font-size:.8rem;font-weight:500;color:#64748b}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-trend{display:flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;margin-top:.125rem}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-trend.positive{color:#10b981}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-trend.negative{color:#ef4444}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-trend.neutral{color:#6b7280}.subscription-page .status-card.analytics-card .analytics-info .analytics-metrics .metric-item .metric-details .metric-trend svg{font-size:.75rem}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart h4{font-size:.95rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;text-align:center}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart .mini-chart .chart-bars{display:flex;align-items:flex-end;gap:.5rem;height:50px;margin-bottom:.5rem;padding:.5rem;background:#f8fafc;border-radius:8px}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart .mini-chart .chart-bars .bar{flex:1;background:linear-gradient(to top,#8b5cf6,#a78bfa);border-radius:2px;min-height:6px;transition:height .3s ease;cursor:pointer}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart .mini-chart .chart-bars .bar:hover{opacity:.8;transform:scaleY(1.05)}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart .mini-chart .chart-labels{display:flex;justify-content:space-between;padding:0 .5rem}.subscription-page .status-card.analytics-card .analytics-info .analytics-chart .mini-chart .chart-labels span{font-size:.7rem;color:#64748b;font-weight:500}.subscription-page .status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.subscription-page .status-badge.blue{background:#dbeafe;color:#1d4ed8}.subscription-page .status-badge.green{background:#d1fae5;color:#065f46}.subscription-page .status-badge.orange{background:#fed7aa;color:#ea580c}.subscription-page .status-badge.red{background:#fecaca;color:#dc2626}.subscription-page .status-badge.yellow{background:#fef3c7;color:#d97706}.subscription-page .usage-section h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.subscription-page .usage-section h2 svg{color:#f59e0b}.subscription-page .usage-section .usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.subscription-page .usage-section .usage-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb}.subscription-page .usage-section .usage-card .usage-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.subscription-page .usage-section .usage-card .usage-header svg{color:#3b82f6;font-size:1.25rem}.subscription-page .usage-section .usage-card .usage-header h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.subscription-page .usage-section .usage-card .usage-progress{display:flex;flex-direction:column;gap:.5rem}.subscription-page .usage-section .usage-card .usage-progress .usage-bar{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.subscription-page .usage-section .usage-card .usage-progress .usage-bar .usage-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease}.subscription-page .usage-section .usage-card .usage-progress .usage-text{font-size:.875rem;font-weight:500;color:#4b5563;text-align:right}.subscription-page .features-section h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.subscription-page .features-section h2 svg{color:#10b981}.subscription-page .features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.subscription-page .features-section .feature-card{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:10px;padding:1rem 1.25rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.subscription-page .features-section .feature-card svg{color:#10b981;font-size:1.25rem;flex-shrink:0}.subscription-page .features-section .feature-card span{color:#374151;font-weight:500}.subscription-page .no-subscription-cta{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 8px 16px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.subscription-page .no-subscription-cta .cta-icon{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #8b5cf633}.subscription-page .no-subscription-cta .cta-icon svg{font-size:2.5rem}.subscription-page .no-subscription-cta h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.subscription-page .no-subscription-cta p{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0}.subscription-page .no-subscription-cta .plan-options{display:flex;gap:1rem;margin-top:1rem}.subscription-page .no-subscription-cta .plan-options .btn-primary{background:#8b5cf6}.subscription-page .no-subscription-cta .plan-options .btn-primary:hover{background:#7c3aed}.subscription-page .upgrade-section-new{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px;padding:2rem;color:#fff;box-shadow:0 8px 16px #0000001a}.subscription-page .upgrade-section-new .upgrade-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width: 768px){.subscription-page .upgrade-section-new .upgrade-content{flex-direction:column;text-align:center;gap:1.5rem}}.subscription-page .upgrade-section-new .upgrade-content .upgrade-icon{background:#ffffff1a;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.subscription-page .upgrade-section-new .upgrade-content .upgrade-icon svg{font-size:2.5rem;color:#fbbf24}.subscription-page .upgrade-section-new .upgrade-content .upgrade-text{flex:1}.subscription-page .upgrade-section-new .upgrade-content .upgrade-text h3{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.subscription-page .upgrade-section-new .upgrade-content .upgrade-text p{font-size:1rem;opacity:.8;margin:0;max-width:500px}@media (max-width: 768px){.subscription-page .upgrade-section-new .upgrade-content .upgrade-text p{max-width:100%}}.subscription-page .upgrade-section-new .upgrade-content .btn-upgrade{background:#fbbf24;color:#1e293b;font-weight:700;border-radius:8px;padding:.75rem 1.5rem;transition:all .2s ease}.subscription-page .upgrade-section-new .upgrade-content .btn-upgrade:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.subscription-page .upgrade-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:2.5rem;text-align:center;color:#fff}.subscription-page .upgrade-card .upgrade-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.subscription-page .upgrade-card .upgrade-content svg{font-size:3rem;color:#fbbf24}.subscription-page .upgrade-card .upgrade-content h3{font-size:1.5rem;font-weight:700;margin:0}.subscription-page .upgrade-card .upgrade-content p{font-size:1.1rem;opacity:.9;margin:0;max-width:600px}.subscription-page .upgrade-card .upgrade-content button{margin-top:.5rem;background:#fff;color:#667eea;border:none}.subscription-page .upgrade-card .upgrade-content button:hover{background:#f9fafb;transform:translateY(-2px)}.spinner-small{width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-page{padding:2rem;max-width:800px;margin:0 auto}.settings-page .settings-header{margin-bottom:3rem}.settings-page .settings-header h1{font-size:2rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.settings-page .settings-header p{color:#64748b;font-size:1rem;margin:0}.settings-page .settings-content{display:flex;flex-direction:column;gap:3rem}.settings-page .settings-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.settings-page .settings-section h2{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.settings-loading,.settings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.settings-loading .loading-spinner,.settings-error .loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.settings-loading p,.settings-error p{color:#64748b;font-size:1rem;margin-bottom:1rem}.settings-loading .btn-primary,.settings-error .btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.settings-loading .btn-primary:hover,.settings-error .btn-primary:hover{background:#2563eb}.avatar-upload-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.avatar-upload-section .avatar-preview{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px #00000026}.avatar-upload-section .avatar-preview img{width:100%;height:100%;object-fit:cover}.avatar-upload-section .avatar-preview .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.avatar-upload-section .avatar-preview .avatar-placeholder span{color:#fff;font-size:2rem;font-weight:600;text-transform:uppercase}.avatar-upload-section .avatar-preview .upload-overlay{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}.avatar-upload-section .avatar-preview .upload-overlay .spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.avatar-upload-section .avatar-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.avatar-upload-section .avatar-actions .btn-upload,.avatar-upload-section .avatar-actions .btn-remove{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.avatar-upload-section .avatar-actions .btn-upload:disabled,.avatar-upload-section .avatar-actions .btn-remove:disabled{opacity:.5;cursor:not-allowed}.avatar-upload-section .avatar-actions .btn-upload svg,.avatar-upload-section .avatar-actions .btn-remove svg{width:16px;height:16px}.avatar-upload-section .avatar-actions .btn-upload{background:#3b82f6;color:#fff}.avatar-upload-section .avatar-actions .btn-upload:hover:not(:disabled){background:#2563eb}.avatar-upload-section .avatar-actions .btn-remove{background:#ef4444;color:#fff}.avatar-upload-section .avatar-actions .btn-remove:hover:not(:disabled){background:#dc2626}.avatar-upload-section .avatar-help-text{color:#64748b;font-size:.75rem;text-align:center;margin:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group label svg{width:16px;height:16px;color:#6b7280}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;color:#111827;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input.disabled-input{background:#f9fafb;color:#6b7280;cursor:not-allowed}.form-group input::placeholder{color:#9ca3af}.form-group .helper-text{font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.form-actions .btn-primary{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.form-actions .btn-primary:hover:not(:disabled){background:#2563eb}.form-actions .btn-primary:disabled{opacity:.5;cursor:not-allowed}.form-actions .btn-primary svg{width:16px;height:16px}@media (max-width: 768px){.settings-page{padding:1rem}.settings-page .settings-section{padding:1.5rem}.settings-page .form-grid{grid-template-columns:1fr;gap:1rem}.settings-page .avatar-actions{flex-direction:column;align-items:stretch}.settings-page .avatar-actions .btn-upload,.settings-page .avatar-actions .btn-remove{justify-content:center}.settings-header h1{font-size:1.75rem}}@media (max-width: 480px){.settings-page{padding:.75rem}.settings-page .settings-header{margin-bottom:2rem}.settings-page .settings-header h1{font-size:1.5rem}.settings-page .settings-header p{font-size:.875rem}.settings-page .settings-section{padding:1rem}.settings-page .avatar-preview{width:100px;height:100px}.settings-page .avatar-preview .avatar-placeholder span{font-size:1.75rem}}.profile-page{padding:1.5rem;max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh}.profile-page .profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile-page .profile-header .back-button{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;color:#64748b;font-size:.875rem;cursor:pointer;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease;font-weight:500}.profile-page .profile-header .back-button:hover{background:#f8fafc;color:#1e293b;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.profile-page .profile-header .back-button svg{width:16px;height:16px}.profile-page .profile-header .header-actions{display:flex;gap:.75rem}.profile-page .profile-header .header-actions .btn-secondary{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.profile-page .profile-header .header-actions .btn-secondary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.profile-page .profile-header .header-actions .btn-secondary svg{width:16px;height:16px}.profile-loading,.profile-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}.profile-loading .loading-spinner,.profile-error .loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.profile-loading p,.profile-error p{color:#64748b;font-size:1rem;margin-bottom:1rem}.profile-loading .btn-primary,.profile-error .btn-primary{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.profile-loading .btn-primary:hover,.profile-error .btn-primary:hover{background:#2563eb}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-header-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.profile-header-card .profile-header-content{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.profile-header-card .profile-header-content{flex-direction:row;justify-content:space-between;align-items:flex-start}}.profile-header-card .profile-header-content .profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 768px){.profile-header-card .profile-header-content .profile-avatar-section{flex-direction:row;align-items:flex-start}}.profile-header-card .profile-header-content .profile-avatar-section .profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid #e2e8f0}.profile-header-card .profile-header-content .profile-avatar-section .profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-header-card .profile-header-content .profile-avatar-section .profile-avatar .avatar-placeholder{width:100%;height:100%;background:#3b82f6;display:flex;align-items:center;justify-content:center}.profile-header-card .profile-header-content .profile-avatar-section .profile-avatar .avatar-placeholder span{color:#fff;font-size:1.5rem;font-weight:600}.profile-header-card .profile-header-content .profile-avatar-section .profile-info{text-align:center}@media (min-width: 768px){.profile-header-card .profile-header-content .profile-avatar-section .profile-info{text-align:left}}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name-section{margin-bottom:.75rem}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name-section .profile-name{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name-section .profile-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name-section .profile-badge svg{width:14px;height:14px}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta{display:flex;flex-direction:column;gap:.5rem}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-email,.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-phone{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}@media (min-width: 768px){.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-email,.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-phone{justify-content:flex-start}}@media (max-width: 767px){.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-email,.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-phone{justify-content:center}}.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-email svg,.profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-phone svg{width:16px;height:16px;color:#94a3b8}.profile-header-card .profile-header-content .profile-stats{display:flex;gap:2rem;justify-content:center}@media (min-width: 768px){.profile-header-card .profile-header-content .profile-stats{justify-content:flex-end;flex-direction:column;gap:1rem}}.profile-header-card .profile-header-content .profile-stats .stat-card{text-align:center}@media (min-width: 768px){.profile-header-card .profile-header-content .profile-stats .stat-card{text-align:right}}.profile-header-card .profile-header-content .profile-stats .stat-card .stat-value{font-weight:600;color:#1e293b;font-size:.875rem;margin-bottom:.25rem}.profile-header-card .profile-header-content .profile-stats .stat-card .stat-value .status-active{background:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.profile-header-card .profile-header-content .profile-stats .stat-card .stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.025em;font-weight:500}.profile-details-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.profile-details-grid{grid-template-columns:1fr 1fr}}.detail-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.detail-card .card-header{padding:1.5rem 1.5rem 0}.detail-card .card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.detail-card .card-content{padding:0 1.5rem 1.5rem}.detail-card .card-content .detail-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.detail-card .card-content .detail-item:last-child{border-bottom:none;padding-bottom:0}.detail-card .card-content .detail-item:first-child{padding-top:0}.detail-card .card-content .detail-item label{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin:0}.detail-card .card-content .detail-item .detail-value{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#1e293b}.detail-card .card-content .detail-item .detail-value svg{width:16px;height:16px;color:#64748b}.detail-card .card-content .detail-item .detail-value.user-id span{font-family:Monaco,Menlo,monospace;font-size:.75rem;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;color:#64748b}.actions-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.actions-card .card-header{padding:1.5rem 1.5rem 0}.actions-card .card-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.actions-card .card-header p{font-size:.875rem;color:#64748b;margin:0 0 1rem}.actions-card .actions-content{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.actions-card .actions-content .primary-action-btn,.actions-card .actions-content .secondary-action-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;border:none;font-family:inherit}.actions-card .actions-content .primary-action-btn svg,.actions-card .actions-content .secondary-action-btn svg{flex-shrink:0;width:18px;height:18px}.actions-card .actions-content .primary-action-btn .action-text span,.actions-card .actions-content .secondary-action-btn .action-text span{display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.actions-card .actions-content .primary-action-btn .action-text p,.actions-card .actions-content .secondary-action-btn .action-text p{font-size:.75rem;margin:0;opacity:.8}.actions-card .actions-content .primary-action-btn{background:#3b82f6;color:#fff}.actions-card .actions-content .primary-action-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f640}.actions-card .actions-content .secondary-action-btn{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0}.actions-card .actions-content .secondary-action-btn svg{color:#64748b}.actions-card .actions-content .secondary-action-btn:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.profile-page{padding:1rem;background:#fff}.profile-page .profile-header{flex-direction:column;gap:1rem;align-items:stretch}.profile-page .profile-header .header-actions{justify-content:center}.profile-page .profile-header-card{padding:1.5rem}.profile-page .profile-header-card .profile-header-content{gap:1.5rem}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-avatar{width:70px;height:70px}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name{font-size:1.5rem}.profile-page .profile-header-card .profile-header-content .profile-stats{flex-direction:row;justify-content:center;gap:1.5rem}.profile-page .profile-details-grid{grid-template-columns:1fr}.profile-page .detail-card .card-header,.profile-page .actions-card .card-header{padding:1.25rem 1.25rem 0}.profile-page .detail-card .card-content,.profile-page .detail-card .actions-content,.profile-page .actions-card .card-content,.profile-page .actions-card .actions-content{padding:0 1.25rem 1.25rem}}@media (max-width: 480px){.profile-page{padding:.75rem}.profile-page .profile-header{margin-bottom:1.5rem}.profile-page .profile-header .back-button,.profile-page .profile-header .btn-secondary{padding:.625rem 1rem;font-size:.8125rem}.profile-page .profile-header-card{padding:1.25rem}.profile-page .profile-header-card .profile-header-content .profile-avatar-section{gap:1rem}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-avatar{width:60px;height:60px}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-name{font-size:1.25rem}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-badge{font-size:.6875rem;padding:.1875rem .625rem}.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-email,.profile-page .profile-header-card .profile-header-content .profile-avatar-section .profile-info .profile-meta .profile-phone{font-size:.8125rem}.profile-page .profile-header-card .profile-header-content .profile-stats{gap:1rem}.profile-page .profile-header-card .profile-header-content .profile-stats .stat-card .stat-value{font-size:.8125rem}.profile-page .profile-header-card .profile-header-content .profile-stats .stat-card .stat-value .status-active{font-size:.6875rem;padding:.1875rem .375rem}.profile-page .profile-header-card .profile-header-content .profile-stats .stat-card .stat-label{font-size:.6875rem}.profile-page .detail-card .card-header,.profile-page .actions-card .card-header{padding:1rem 1rem 0}.profile-page .detail-card .card-header h3,.profile-page .actions-card .card-header h3{font-size:1rem}.profile-page .detail-card .card-header p,.profile-page .actions-card .card-header p{font-size:.8125rem}.profile-page .detail-card .card-content,.profile-page .detail-card .actions-content,.profile-page .actions-card .card-content,.profile-page .actions-card .actions-content{padding:0 1rem 1rem}}.compose-modal-overlay{position:fixed;bottom:0;right:0;z-index:1000;pointer-events:none}.compose-modal-overlay.fullscreen{top:0;left:0;background:#00000080;pointer-events:all}.compose-modal-overlay.fullscreen .compose-modal{width:90%;height:90vh;max-width:1200px;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.compose-modal{width:600px;height:600px;background:#fff;border-radius:12px 12px 0 0;box-shadow:0 10px 25px #0000001a,0 0 10px #0000000d;display:flex;flex-direction:column;position:fixed;bottom:0;right:20px;pointer-events:all;animation:slideUp .3s ease-out}.compose-modal.minimized{height:48px;overflow:hidden}.compose-modal.minimized .compose-header{border-radius:8px}.compose-modal.dragging .drag-overlay{display:flex}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.compose-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fafafa;border-bottom:1px solid #e4e4e7;border-radius:12px 12px 0 0}.compose-header h3{margin:0;font-size:1rem;font-weight:600;color:#09090b}.compose-header .header-actions{display:flex;gap:.5rem}.compose-header .header-actions .icon-btn{background:transparent;border:none;color:#1e40af;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.compose-header .header-actions .icon-btn:hover{background:#dbeafe;color:#1e3a8a}.compose-header .header-actions .icon-btn.close-btn:hover{background:#fecaca;color:#dc2626}.compose-header .header-actions .icon-btn svg{font-size:1.25rem}.compose-form{flex:1;display:flex;flex-direction:column;padding:1rem 1.5rem;overflow-y:auto}.compose-form .form-group{margin-bottom:1rem}.compose-form .form-group.has-error input{border-color:#dc2626}.compose-form .form-group label{display:inline-block;font-size:.875rem;color:#71717a;margin-bottom:.25rem;min-width:50px}.compose-form .form-group .input-wrapper{display:flex;align-items:center;gap:.5rem}.compose-form .form-group .input-wrapper input{flex:1}.compose-form .form-group .input-wrapper .input-actions{display:flex;gap:.5rem}.compose-form .form-group .input-wrapper .input-actions .link-btn{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.875rem;padding:.25rem .5rem;transition:all .2s ease}.compose-form .form-group .input-wrapper .input-actions .link-btn:hover{text-decoration:underline}.compose-form .form-group input{width:100%;padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;font-size:.875rem;transition:all .2s ease}.compose-form .form-group input:focus{outline:none;border-color:#09090b;box-shadow:0 0 0 2px #0000000d}.compose-form .form-group input.error{border-color:#dc2626}.compose-form .form-group .error-message{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:block}.editor-wrapper{flex:1;display:flex;flex-direction:column;border:1px solid #e4e4e7;border-radius:6px;margin-bottom:1rem;min-height:200px}.editor-wrapper.has-error{border-color:#dc2626}.editor-wrapper .editor-toolbar{display:flex;align-items:center;gap:.25rem;padding:.5rem;background:#fafafa;border-bottom:1px solid #e4e4e7;border-radius:6px 6px 0 0}.editor-wrapper .editor-toolbar .toolbar-btn{background:transparent;border:none;color:#1e40af;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.editor-wrapper .editor-toolbar .toolbar-btn:hover{background:#dbeafe;color:#1e3a8a}.editor-wrapper .editor-toolbar .toolbar-btn.active{background:#1e40af;color:#fff}.editor-wrapper .editor-toolbar .toolbar-btn svg{font-size:1.25rem}.editor-wrapper .editor-toolbar .toolbar-separator{width:1px;height:20px;background:#e4e4e7;margin:0 .25rem}.editor-wrapper .editor-content{flex:1;padding:1rem;outline:none;font-size:.875rem;line-height:1.6;overflow-y:auto;direction:ltr!important;text-align:left!important;unicode-bidi:embed!important;writing-mode:horizontal-tb!important;width:100%;min-height:150px}.editor-wrapper .editor-content:empty:before{content:attr(data-placeholder);color:#a1a1aa;direction:ltr!important;text-align:left!important}.editor-wrapper .editor-content:focus{outline:none;box-shadow:none}.editor-wrapper .editor-content *{direction:ltr!important;text-align:left!important;unicode-bidi:embed!important}.editor-wrapper .editor-content b,.editor-wrapper .editor-content strong{font-weight:700}.editor-wrapper .editor-content i,.editor-wrapper .editor-content em{font-style:italic}.editor-wrapper .editor-content u{text-decoration:underline}.editor-wrapper .editor-content ul,.editor-wrapper .editor-content ol{padding-left:1.5rem;direction:ltr!important}.editor-wrapper .editor-content blockquote{border-left:2px solid #e4e4e7;padding-left:1rem;margin:1rem 0;color:#71717a;direction:ltr!important;text-align:left!important}.editor-wrapper .error-message{color:#dc2626;font-size:.75rem;padding:.5rem 1rem}.attachments-list{margin-bottom:1rem}.attachments-list label{display:block;font-size:.875rem;color:#71717a;margin-bottom:.5rem}.attachments-list .attachment-items{display:flex;flex-direction:column;gap:.5rem}.attachments-list .attachment-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fafafa;border:1px solid #e4e4e7;border-radius:6px}.attachments-list .attachment-item svg{color:#71717a;flex-shrink:0}.attachments-list .attachment-item .filename{flex:1;font-size:.875rem;color:#09090b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachments-list .attachment-item .filesize{font-size:.75rem;color:#71717a}.attachments-list .attachment-item .remove-btn{background:none;border:none;color:#71717a;cursor:pointer;padding:.25rem;transition:all .2s ease}.attachments-list .attachment-item .remove-btn:hover{color:#dc2626}.attachments-list .error-message{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:block}.compose-actions{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e4e4e7;background:#fafafa}.compose-actions .left-actions{display:flex;gap:.5rem}.compose-actions .left-actions .attach-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#71717a;font-size:.875rem;cursor:pointer;transition:all .2s ease}.compose-actions .left-actions .attach-btn:hover{background:#f4f4f5;border-color:#d4d4d8;color:#09090b}.compose-actions .left-actions .attach-btn svg{font-size:1rem}.compose-actions .right-actions{display:flex;gap:.5rem;align-items:center}.compose-actions .right-actions .save-draft-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#71717a;font-size:.875rem;cursor:pointer;transition:all .2s ease}.compose-actions .right-actions .save-draft-btn:hover{background:#f4f4f5;border-color:#d4d4d8}.compose-actions .right-actions .save-draft-btn svg{font-size:1rem}.compose-actions .right-actions .cancel-btn{padding:.5rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#71717a;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.compose-actions .right-actions .cancel-btn:hover{background:#f4f4f5;border-color:#d4d4d8;color:#09090b}.compose-actions .right-actions .send-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#09090b;border:1px solid #09090b;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.compose-actions .right-actions .send-btn:hover:not(:disabled){background:#18181b}.compose-actions .right-actions .send-btn:disabled{opacity:.5;cursor:not-allowed}.compose-actions .right-actions .send-btn svg{font-size:1rem}.error-banner{background:#fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:6px;margin:1rem 1.5rem;font-size:.875rem}.drag-overlay{position:absolute;inset:0;background:#4f46e51a;border:2px dashed #4f46e5;border-radius:12px;display:none;align-items:center;justify-content:center;z-index:10}.drag-overlay .drag-content{text-align:center;color:#4f46e5}.drag-overlay .drag-content svg{font-size:3rem;margin-bottom:1rem}.drag-overlay .drag-content p{font-size:1.125rem;font-weight:500}@media (max-width: 768px){.compose-modal{width:100%;height:100vh;right:0;border-radius:0}.compose-modal.fullscreen{width:100%;height:100vh;transform:none;top:0;left:0}.compose-header{border-radius:0}.compose-actions{flex-wrap:wrap;gap:.5rem}.compose-actions .left-actions,.compose-actions .right-actions{width:100%;justify-content:space-between}}.email-communication{height:100vh;display:flex;flex-direction:row;background:#f8fafc;overflow:hidden}.email-communication .email-main{flex:1;display:flex;flex-direction:column;min-width:0}.email-communication .email-main .empty-state,.email-communication .email-main .loading-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:#fff}.email-communication .email-main .empty-state .empty-icon,.email-communication .email-main .empty-state .spinner,.email-communication .email-main .loading-state .empty-icon,.email-communication .email-main .loading-state .spinner{font-size:4rem;color:#024974;margin-bottom:1.5rem}.email-communication .email-main .empty-state .spinner,.email-communication .email-main .loading-state .spinner{width:4rem;height:4rem;border:4px solid #e5e7eb;border-top:4px solid #1e40af;border-radius:50%;animation:spin 1s linear infinite}.email-communication .email-main .empty-state h3,.email-communication .email-main .loading-state h3{font-size:1.5rem;color:#1e293b;margin:0 0 .5rem;font-weight:600}.email-communication .email-main .empty-state p,.email-communication .email-main .loading-state p{color:#64748b;margin:0;font-size:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.email-communication .mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:998;display:none}@media (max-width: 1199px){.email-communication .mobile-overlay{display:block}}@media (max-width: 768px){.email-communication .email-header{padding:0 1rem}.email-communication .email-header .header-left{gap:.75rem}.email-communication .email-header .header-left .header-title{gap:.5rem}.email-communication .email-header .header-left .header-title .title-icon{font-size:1.25rem}.email-communication .email-content .email-main{margin-left:0}}@media (min-width: 769px) and (max-width: 1199px){.email-communication .email-content .email-main{margin-left:0}}@media (min-width: 1400px){.email-communication .email-content .email-main{margin-left:350px}}
