.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:1rem}.login-container{background:#fff;border-radius:1rem;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.logo-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem}.blueflow-logo{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));animation:fadeInScale .5s ease-out}.brand-name{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}.brand-subtitle{color:var(--gray-600);font-size:.875rem;font-weight:500}.success-badge,.error-badge{margin:1.5rem 0;animation:fadeInUp .5s ease-out}.spinner{width:40px;height:40px;border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.logo-circle{width:64px;height:64px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.login-header h1{font-size:1.75rem;color:var(--gray-900);margin-bottom:.5rem}.login-header p{color:var(--gray-600);font-size:.875rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.error-alert{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:var(--danger);font-size:.875rem}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:var(--gray-700);font-size:.875rem}.form-group input{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background:var(--gray-100);cursor:not-allowed}.login-btn{padding:.875rem;background:var(--primary);color:#fff;border-radius:.5rem;font-weight:600;font-size:1rem;margin-top:.5rem}.login-btn:hover:not(:disabled){background:var(--primary-dark)}.login-btn:disabled{opacity:.7}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);text-align:center}.login-footer p{color:var(--gray-500);font-size:.875rem}@media (max-width: 480px){.login-container{padding:2rem 1.5rem}.blueflow-logo{width:60px;height:60px}.brand-name,.login-header h1{font-size:1.5rem}.login-header h2{font-size:1.25rem!important}}.dashboard-layout{min-height:100vh;display:flex;flex-direction:column}.dashboard-header{background:#fff;border-bottom:1px solid var(--gray-200);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;flex-wrap:wrap;gap:.5rem}.header-left{display:flex;align-items:center;gap:.75rem;flex-shrink:0;position:relative;z-index:1001}.menu-toggle{background:none;color:var(--gray-700);padding:.5rem;border-radius:.5rem;display:none;flex-shrink:0;cursor:pointer;border:none;transition:background .2s;position:relative;z-index:1001}.menu-toggle:hover{background:var(--gray-100)}.logo-container{display:flex;align-items:center;gap:.5rem;position:relative;z-index:1001}.logo-image{height:60px;width:auto;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0;position:relative;z-index:1001}.user-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--primary);box-shadow:0 2px 4px #0000001a;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;border:2px solid var(--primary);box-shadow:0 2px 4px #0000001a;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-info{display:flex;flex-direction:column;align-items:flex-end;min-width:0}.user-name{font-weight:600;color:var(--gray-900);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-role{font-size:.75rem;color:var(--gray-500);white-space:nowrap}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--gray-100);color:var(--gray-700);border-radius:.5rem;font-weight:500;font-size:.875rem;flex-shrink:0;white-space:nowrap;cursor:pointer;border:none;transition:background .2s}.logout-btn:hover{background:var(--gray-200)}.dashboard-body{display:flex;flex:1}.sidebar{width:250px;background:#fff;border-right:1px solid var(--gray-200);padding:1.5rem 0;position:sticky;top:73px;height:calc(100vh - 73px);overflow-y:auto;z-index:50}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 1rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--gray-700);border-radius:.5rem;transition:all .2s}.nav-item:hover{background:var(--gray-100);color:var(--gray-900)}.nav-item.active{background:var(--primary);color:#fff}.main-content{flex:1;padding:2rem;max-width:full;margin:0 auto;width:100%;position:relative;z-index:1}@media (max-width: 1024px){.header-title{font-size:1.125rem}.user-name{max-width:120px}.header-right{gap:.5rem}.user-avatar,.user-avatar-placeholder{width:36px;height:36px;font-size:1rem}}@media (max-width: 768px){.menu-toggle{display:block}.dashboard-header{padding:.75rem}.header-title{font-size:1rem}.sidebar{position:fixed;left:-250px;top:0;transition:left .3s;z-index:999;box-shadow:2px 0 8px #0000001a;height:100vh;padding-top:0;display:flex;flex-direction:column}.sidebar-nav{margin-top:130px;padding-top:2.5rem;flex:1;overflow-y:auto}.sidebar.open{left:0}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;display:none}.sidebar-overlay.open{display:block}.user-info{display:none}.user-avatar,.user-avatar-placeholder{width:32px;height:32px;font-size:.875rem}.logout-btn span{display:none}.logout-btn{padding:.5rem}.main-content{padding:1rem}}@media (max-width: 480px){.header-left,.header-right{gap:.5rem}.header-title{font-size:.875rem}.menu-toggle,.logout-btn,.user-avatar,.user-avatar-placeholder{min-width:44px;min-height:44px}.logout-btn{padding:.75rem}.dashboard-header{padding:.5rem}}.dashboard-container{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;padding:24px 28px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;box-shadow:0 10px 40px #667eea4d;position:relative;overflow:hidden}.dashboard-header:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:#ffffff1a;border-radius:50%}.dashboard-header:after{content:"";position:absolute;bottom:-60%;left:-10%;width:300px;height:300px;background:#ffffff0d;border-radius:50%}.dashboard-header-content{position:relative;z-index:1}.dashboard-header h1{font-size:1.875rem;font-weight:700;margin:0 0 4px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.dashboard-header p{font-size:.9375rem;margin:0;opacity:.9}.dashboard-header-icon{position:relative;z-index:1;width:56px;height:56px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a}.dashboard-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.dashboard-loading-spinner{position:relative;width:60px;height:60px}.dashboard-loading-spinner-circle{width:60px;height:60px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.dashboard-loading-spinner-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#667eea}.error-container{display:flex;align-items:center;justify-content:center;min-height:400px}.error-box{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #fecaca;border-radius:20px;padding:40px;max-width:400px;text-align:center;box-shadow:0 20px 40px #ef444426}.error-icon-wrapper{width:72px;height:72px;background:linear-gradient(135deg,#fee2e2,#fecaca);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 4px 15px #ef444433}.error-title{font-size:1.25rem;font-weight:700;color:#991b1b;margin:0 0 12px}.error-message{color:#dc2626;font-size:.9375rem;margin:0 0 24px}.error-button{padding:12px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.9375rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #667eea66}.error-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.stats-grid{grid-template-columns:1fr}}.stat-card{position:relative;border-radius:16px;padding:24px;color:#fff;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 30px #00000026;min-height:160px;display:flex;flex-direction:column;justify-content:space-between}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0003}.stat-card:before{content:"";position:absolute;top:-20px;right:-20px;width:140px;height:140px;background:#ffffff1a;border-radius:50%;transition:transform .5s;pointer-events:none}.stat-card:hover:before{transform:scale(1.2)}.stat-card.blue{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 20px #2563eb4d}.stat-card.green{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 20px #0596694d}.stat-card.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 20px #7c3aed4d}.stat-card.orange{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 20px #d977064d}.stat-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;position:relative;z-index:2;width:100%}.stat-card-icon{width:36px;height:36px;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px #0000000d;flex-shrink:0}.stat-card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.95;margin:0;line-height:1.2;text-align:left}.stat-card-body{position:relative;z-index:2;display:flex;align-items:baseline;gap:8px;margin-bottom:2px}.stat-card-value{font-size:2rem;font-weight:800;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.stat-card-description{font-size:.75rem;font-weight:500;opacity:.85;position:relative;z-index:2;background:#ffffff26;padding:3px 8px;border-radius:6px;align-self:flex-start;display:inline-block;white-space:nowrap}.quick-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}@media (max-width: 900px){.quick-stats-row{grid-template-columns:1fr}}.quick-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:20px;transition:all .3s;box-shadow:0 4px 15px #0000000d}.quick-stat-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-2px);border-color:#d1d5db}.quick-stat-icon-wrapper{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-stat-icon-wrapper.blue{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66}.quick-stat-icon-wrapper.green{background:linear-gradient(135deg,#11998e,#38ef7d);box-shadow:0 4px 15px #11998e66}.quick-stat-icon-wrapper.amber{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 15px #f5576c66}.quick-stat-content{flex:1}.quick-stat-label{font-size:.8125rem;color:#6b7280;margin:0 0 4px;font-weight:500}.quick-stat-value{font-size:1.75rem;font-weight:700;color:#111827;margin:0;line-height:1.2}.quick-stat-extra{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:#6b7280;margin-top:4px}.pulse-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 0 4px #22c55e33}.section-container{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;margin-bottom:24px;box-shadow:0 4px 15px #0000000d;transition:all .3s}.section-container:hover{box-shadow:0 10px 30px #00000014}.section-header{padding:20px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#f8fafc,#fff)}.section-header-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.section-header-icon.blue{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea59}.section-header-icon.purple{background:linear-gradient(135deg,#a855f7,#6366f1);box-shadow:0 4px 12px #a855f759}.section-header-icon.amber{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 4px 12px #f59e0b59}.section-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0}.section-content{padding:24px}.hospital-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 1024px){.hospital-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.hospital-cards-grid{grid-template-columns:1fr}}.hospital-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:14px;padding:20px;transition:all .3s;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:16px}.hospital-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.hospital-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.hospital-card:hover:before{opacity:1}.hospital-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hospital-card h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0;padding-right:12px;line-height:1.4}.hospital-card-title{display:flex;flex-direction:column;gap:6px;min-width:0}.hospital-card-status{align-self:flex-start;padding:4px 10px;border-radius:9999px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b45309;background:#fef3c7;border:1px solid #fcd34d}.hospital-card-icon{width:38px;height:38px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 10px #667eea4d}.hospital-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hospital-stat{text-align:center;padding:14px 12px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000a}.hospital-stat-value{font-size:1.5rem;font-weight:700;margin:0 0 4px}.hospital-stat-value.blue{color:#667eea}.hospital-stat-value.green{color:#11998e}.hospital-stat-label{font-size:.6875rem;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.empty-state{text-align:center;padding:60px 24px}.empty-state-icon{width:80px;height:80px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#94a3b8}.empty-state-icon svg{width:32px;height:32px;stroke-width:1.5}.empty-state h3{font-size:1.125rem;font-weight:600;color:#334155;margin:0 0 8px}.empty-state p{font-size:.9375rem;color:#64748b;margin:0}.specialty-list{display:flex;flex-direction:column;gap:12px}.specialty-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;transition:all .3s}.specialty-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translate(4px)}.specialty-rank{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8125rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 10px #00000026}.specialty-info{flex:1;min-width:0}.specialty-name{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.specialty-meta{font-size:.8125rem;color:#64748b;margin:0}.specialty-progress{width:100px;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;flex-shrink:0}.specialty-progress-fill{height:100%;border-radius:4px;transition:width .8s ease-out}.specialty-value{text-align:right;flex-shrink:0;min-width:80px}.specialty-value-amount{font-size:1rem;font-weight:700;color:#11998e;margin:0}.specialty-value-label{font-size:.6875rem;color:#94a3b8;margin:0;text-transform:uppercase}.medic-item{display:flex;align-items:center;gap:16px;padding:16px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:12px;transition:all .3s}.medic-item:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translate(4px)}.medic-rank{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 10px #00000026}.medic-info{flex:1;min-width:0}.medic-name{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.medic-meta{font-size:.8125rem;color:#64748b;margin:0}.medic-rating{display:flex;align-items:center;gap:3px;flex-shrink:0;padding:8px 12px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px}.medic-rating-value{font-size:.875rem;font-weight:700;color:#92400e;margin-left:6px}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 0 4px #22c55e33}50%{opacity:.7;box-shadow:0 0 0 8px #22c55e1a}}.section-content::-webkit-scrollbar{width:6px}.section-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.section-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#667eea,#764ba2);border-radius:3px}.evolution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.evolution-card{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .3s ease}.evolution-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#d1d5db}.evolution-month{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:12px;text-transform:capitalize}.evolution-stats{display:flex;flex-direction:column;gap:8px}.evolution-stat{display:flex;justify-content:space-between;align-items:center}.evolution-stat-label{font-size:.75rem;color:#9ca3af}.evolution-stat-value{font-size:1.125rem;font-weight:700}.evolution-stat-value.blue{color:#3b82f6}.evolution-stat-value.green{color:#10b981}.evolution-stat-value.purple{color:#a855f7}.attendance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.attendance-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .3s ease}.attendance-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.attendance-day{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:12px;text-align:center;text-transform:capitalize}.attendance-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin-bottom:12px}.attendance-bar-fill{height:100%;transition:width .3s ease;border-radius:4px}.attendance-bar-fill.green{background:linear-gradient(90deg,#10b981,#34d399)}.attendance-stats{display:flex;justify-content:space-around;gap:8px}.attendance-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.attendance-stat-value{font-size:1.25rem;font-weight:700}.attendance-stat-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.5px}.attendance-stat.green .attendance-stat-value{color:#10b981}.attendance-stat.green .attendance-stat-label{color:#059669}.attendance-stat.red .attendance-stat-value{color:#ef4444}.attendance-stat.red .attendance-stat-label{color:#dc2626}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .3s ease}.activity-card:hover{border-color:#6366f1;box-shadow:0 4px 16px #6366f11a}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.activity-hospital{display:flex;align-items:center;gap:8px;font-weight:600;color:#1f2937}.activity-hospital svg{color:#6366f1}.activity-badge{background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.activity-details{display:flex;gap:16px}.activity-detail{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6b7280}.activity-detail svg{color:#9ca3af}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.analytics-container{padding:24px;max-width:1400px;margin:0 auto}.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px}.loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.analytics-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 8px}.analytics-header p{color:#64748b;margin:0}.btn-export{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s}.btn-export:hover{transform:scale(1.05)}.analytics-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:.875rem;font-weight:600;color:#475569}.filter-group input,.filter-group select{padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;transition:border-color .2s}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#667eea}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.metric-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border-left:4px solid}.metric-card.blue{border-left-color:#3b82f6}.metric-card.green{border-left-color:#10b981}.metric-card.orange{border-left-color:#f59e0b}.metric-card.red{border-left-color:#ef4444}.metric-icon{padding:12px;border-radius:10px;display:flex;align-items:center;justify-content:center}.metric-card.blue .metric-icon{background:#dbeafe;color:#3b82f6}.metric-card.green .metric-icon{background:#d1fae5;color:#10b981}.metric-card.orange .metric-icon{background:#fef3c7;color:#f59e0b}.metric-card.red .metric-icon{background:#fee2e2;color:#ef4444}.metric-content{flex:1}.metric-label{font-size:.875rem;color:#64748b;margin:0 0 4px}.metric-value{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.metric-detail{font-size:.813rem;color:#64748b;margin:4px 0 0}.analytics-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.section-header h2{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.health-units-map{display:grid;grid-template-columns:2fr 1fr;gap:24px}.map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1;color:#64748b}.health-units-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.health-unit-item{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.unit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.unit-header h4{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0}.unit-status{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.unit-status.active{background:#d1fae5;color:#059669}.unit-status.inactive{background:#fee2e2;color:#dc2626}.unit-address{font-size:.813rem;color:#64748b;margin:0 0 12px}.unit-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px}.unit-metric{display:flex;flex-direction:column;gap:2px}.unit-metric span{font-size:.75rem;color:#64748b}.unit-metric strong{font-size:.9375rem;color:#1e293b}.chart-container{display:flex;flex-direction:column;gap:20px}.chart-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;background:#f8fafc;border-radius:8px;border:2px dashed #cbd5e1;color:#64748b}.specialty-table{display:flex;flex-direction:column;gap:12px}.specialty-row{display:grid;grid-template-columns:150px 1fr 100px;align-items:center;gap:16px}.specialty-name{font-size:.9375rem;font-weight:500;color:#1e293b}.specialty-bar{height:24px;background:#f1f5f9;border-radius:12px;overflow:hidden}.specialty-bar-fill{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s}.specialty-count{font-size:.875rem;font-weight:600;color:#64748b;text-align:right}.daily-table{overflow-x:auto}.daily-table table{width:100%;border-collapse:collapse}.daily-table th,.daily-table td{padding:12px;text-align:left;border-bottom:1px solid #f1f5f9}.daily-table th{font-size:.875rem;font-weight:600;color:#64748b;background:#f8fafc}.daily-table td{font-size:.9375rem;color:#1e293b}.weekday-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.weekday-card{padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:8px;text-align:center}.weekday-card h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 8px}.weekday-total{font-size:1.5rem;font-weight:700;color:#667eea;margin:0 0 12px}.weekday-metrics{display:flex;flex-direction:column;gap:4px}.weekday-metrics span{font-size:.813rem;color:#64748b}.attendance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.attendance-card{padding:20px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.attendance-card h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 16px}.attendance-breakdown{display:flex;flex-direction:column;gap:12px}.attendance-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:6px}.attendance-item.success{background:#d1fae5}.attendance-item.warning{background:#fef3c7}.attendance-item.danger{background:#fee2e2}.attendance-item.info{background:#dbeafe}.attendance-item span{font-size:.875rem;color:#475569}.attendance-item strong{font-size:1.125rem;font-weight:700;color:#1e293b}@media (max-width: 768px){.health-units-map,.specialty-row,.metrics-grid{grid-template-columns:1fr}}.analytics-powerbi-layout{display:flex;height:calc(100vh - 120px);overflow:hidden;background:#f5f7fa;margin-left:-24px!important;margin-right:-24px!important;padding:0!important;max-width:none!important}.status-ticker{position:absolute;top:0;left:0;right:0;height:42px;background:linear-gradient(135deg,#1e293bf7,#0f172af7);border-bottom:2px solid #3b82f6;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;z-index:999}.ticker-wrapper{height:100%;width:100%;overflow:hidden;position:relative}.ticker-content{display:flex;align-items:center;height:100%;white-space:nowrap;width:-moz-max-content;width:max-content;min-width:200%;animation:tickerScroll 90s linear infinite;will-change:transform}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{display:inline-flex;align-items:center;gap:10px;padding:0 24px;height:100%;border-right:1px solid rgba(255,255,255,.1);transition:all .3s ease}.ticker-item:hover{background:#ffffff14}.ticker-item.ticker-success{background:linear-gradient(90deg,transparent 0%,rgba(16,185,129,.12) 50%,transparent 100%)}.ticker-item.ticker-warning{background:linear-gradient(90deg,transparent 0%,rgba(251,191,36,.12) 50%,transparent 100%)}.ticker-item.ticker-danger{background:linear-gradient(90deg,transparent 0%,rgba(239,68,68,.12) 50%,transparent 100%);animation:tickerPulse 2s ease-in-out infinite}@keyframes tickerPulse{0%,to{opacity:1}50%{opacity:.85}}.ticker-icon{font-size:16px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.ticker-unit{font-size:11px;font-weight:700;color:#60a5fa;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.ticker-separator{font-size:10px;color:#ffffff4d;margin:0 2px}.ticker-message{font-size:11px;font-weight:600;color:#e2e8f0;letter-spacing:.3px}.ticker-success .ticker-message{color:#86efac}.ticker-warning .ticker-message{color:#fde047}.ticker-danger .ticker-message{color:#fca5a5}.analytics-sidebar-left{width:200px;min-width:200px;max-width:200px;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.sidebar-header{padding:24px 20px 16px;border-bottom:2px solid #f3f4f6}.sidebar-header h2{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px}.sidebar-header p{font-size:13px;color:#64748b;margin:0}.sidebar-section{padding:12px;border-bottom:1px solid #f3f4f6;margin-bottom:4px}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.sidebar-section h3{font-size:12px;font-weight:600;color:#475569;margin:0 0 8px;display:flex;align-items:center;gap:6px}.sidebar-title{font-size:11px;font-weight:600;color:#475569;margin:0 0 8px;display:flex;align-items:center;gap:5px}.filter-compact{margin-bottom:8px}.filter-compact label{display:block;font-size:11px;font-weight:500;color:#475569;margin-bottom:4px}.filter-compact input,.filter-compact select{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;color:#1e293b;background:#fff;transition:border-color .2s}.filter-compact input:focus,.filter-compact select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-presentation{width:100%;padding:8px 12px;margin-bottom:8px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;box-shadow:0 2px 4px #8b5cf633}.btn-presentation:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 8px #8b5cf64d}.btn-presentation.active{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse 2s infinite}.btn-presentation.active:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.btn-today{width:100%;padding:8px 12px;margin-bottom:12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;box-shadow:0 2px 4px #3b82f633}.btn-today:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.btn-today:active{transform:translateY(0);box-shadow:0 2px 4px #3b82f633}.alerts-toggle{width:100%;background:none;border:none;padding:8px 0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s}.alerts-toggle:hover{opacity:.7}.alerts-header{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569}.alerts-badge{background:#ef4444;color:#fff;padding:2px 6px;border-radius:10px;font-size:10px;font-weight:700;min-width:18px;text-align:center}.alerts-toggle svg:last-child{transition:transform .2s}.rotate-180{transform:rotate(180deg)}.alerts-carousel-container{margin-top:8px;position:relative;min-height:150px}.alerts-carousel{position:relative;width:100%;height:100%}.alert-slide{position:absolute;top:0;left:0;width:100%;transition:all .4s ease}.alert-card{padding:12px;border-radius:8px;border-left:3px solid;background:#fff;box-shadow:0 2px 4px #0000000f}.alert-card.alert-danger{border-color:#ef4444}.alert-card.alert-warning{border-color:#f59e0b}.alert-header-carousel{display:flex;align-items:center;gap:8px;margin-bottom:8px}.alert-icon-large{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px}.alert-card.alert-danger .alert-icon-large{background:#fee2e2;color:#ef4444}.alert-card.alert-warning .alert-icon-large{background:#fef3c7;color:#f59e0b}.alert-icon-large svg{width:14px;height:14px}.alert-title{flex:1;min-width:0}.alert-title strong{display:block;font-size:11px;font-weight:700;color:#1e293b;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alert-title .alert-professional{display:block;font-size:10px;font-weight:600;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alert-message-carousel{font-size:10px;color:#475569;line-height:1.4;margin:0 0 10px;font-weight:500}.alert-attendance-grid{display:flex;gap:6px}.attendance-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 8px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc}.attendance-card.success{border-color:#10b981}.attendance-card.danger{border-color:#ef4444}.attendance-card.pending{border-color:#f59e0b}.attendance-card svg{flex-shrink:0;width:14px;height:14px}.attendance-card.success svg{color:#10b981}.attendance-card.danger svg{color:#ef4444}.attendance-card.pending svg{color:#f59e0b}.attendance-info{display:flex;flex-direction:column;align-items:center;gap:1px;text-align:center}.attendance-label{font-size:8px;font-weight:700;opacity:.7;text-transform:uppercase;letter-spacing:.3px;color:#64748b}.attendance-time{font-size:10px;font-weight:700;color:#1e293b}.alerts-carousel-footer{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:10px;padding:6px}.carousel-nav-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;transition:all .2s;font-size:12px;font-weight:600;color:#64748b}.carousel-nav-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.carousel-nav-btn:active{transform:scale(.95)}.carousel-counter-small{font-size:10px;font-weight:600;color:#64748b;padding:2px 8px;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.alerts-list{margin-top:8px;display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.alert-item{display:flex;gap:8px;padding:10px;border-radius:6px;border-left:3px solid;background:#fff;box-shadow:0 1px 3px #0000001a}.alert-item.alert-danger{border-color:#ef4444;background:#fef2f2}.alert-item.alert-warning{border-color:#f59e0b;background:#fffbeb}.alert-icon{flex-shrink:0;margin-top:2px}.alert-item.alert-danger .alert-icon svg{color:#ef4444}.alert-item.alert-warning .alert-icon svg{color:#f59e0b}.alert-content{flex:1;min-width:0}.alert-content strong{display:block;font-size:11px;font-weight:600;color:#1e293b;margin-bottom:2px}.alert-professional{font-size:10px;font-weight:600;color:#334155;margin:2px 0!important}.alert-message{font-size:10px;color:#64748b;margin:2px 0 4px!important;line-height:1.4}.alert-attendance-info{display:flex;flex-direction:column;gap:3px;margin-top:6px}.attendance-status{display:flex;align-items:center;gap:4px;font-size:9px;font-weight:500;padding:2px 6px;border-radius:4px}.attendance-status.success{background:#dcfce7;color:#16a34a}.attendance-status.danger{background:#fee2e2;color:#dc2626}.attendance-status.pending{background:#fef3c7;color:#d97706}.alert-content p{font-size:10px;color:#64748b;margin:0;line-height:1.4}.alerts-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:8px;color:#10b981}.alerts-empty svg{color:#10b981}.alerts-empty p{font-size:11px;color:#64748b;margin:0}.alerts-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.alerts-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.alerts-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.btn-export-sidebar{width:100%;padding:10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:transform .2s,box-shadow .2s}.btn-export-sidebar:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-export-sidebar:active{transform:translateY(0)}.filter-compact{margin-bottom:12px}.filter-compact label{display:block;font-size:12px;font-weight:500;color:#64748b;margin-bottom:4px}.filter-compact input,.filter-compact select{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;margin-bottom:4px}.btn-apply-filters{width:100%;padding:10px;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;margin-top:8px}.btn-apply-filters:hover{background:#5568d3}.metrics-compact{display:flex;flex-direction:column;gap:8px}.metric-card-compact{display:flex;align-items:center;gap:8px;padding:10px;margin-bottom:12px;border-radius:6px;border-left:3px solid}.metric-card-compact.blue{background:#f0f9ff;border-color:#0088fe}.metric-card-compact.green{background:#f0fdf4;border-color:#00c49f}.metric-card-compact.orange{background:#fff7ed;border-color:#ff8042}.metric-card-compact.red{background:#fef2f2;border-color:#dc2626}.metric-card-compact>div{display:flex;flex-direction:column;gap:2px}.metric-compact-label{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;font-weight:500;margin-bottom:4px}.metric-compact-value{font-size:20px;font-weight:700;color:#1e293b;line-height:1;margin-bottom:2px}.metric-compact-detail{font-size:11px;color:#64748b}.metric-card-compact .metric-value{font-size:24px;font-weight:700;line-height:1}.metric-card-compact .metric-label{font-size:11px;color:#64748b;font-weight:500}.specialty-list{display:flex;flex-direction:column;gap:10px}.specialty-item{display:flex;flex-direction:column;gap:4px}.specialty-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.specialty-name{font-size:12px;font-weight:500;color:#1e293b}.specialty-value{font-size:13px;font-weight:700;color:#3b82f6}.specialty-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.specialty-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;transition:width .3s ease}.specialty-detail{font-size:11px;color:#64748b}.specialty-bar-fill{height:100%;transition:width .3s ease}.specialty-stats{font-size:11px;color:#64748b;text-align:right}.btn-export-sidebar{margin:16px 20px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.btn-export-sidebar:hover{background:#f8fafc}.analytics-map-main{flex:1;min-width:0;position:relative;overflow:hidden;width:100%;height:100%;--realtime-overlay-top: 60px;--realtime-overlay-height: 96px;--realtime-overlay-gap: 12px}.analytics-map-main .leaflet-container{width:100%;height:100%;z-index:1}.custom-marker-wrapper{background:transparent!important;border:none!important}.custom-marker{width:28px;height:28px;border-radius:50%;border:4px solid white;box-shadow:0 0 20px #3b82f699,0 4px 12px #0000004d;cursor:pointer;transition:transform .2s,box-shadow .2s}.custom-marker:hover{transform:scale(1.5);box-shadow:0 0 30px #3b82f6e6,0 6px 16px #0006}.custom-marker.marker-pulse{animation:pulse 2s infinite;box-shadow:0 0 30px #10b981cc,0 4px 12px #0000004d}.realtime-overlay{position:absolute;top:var(--realtime-overlay-top);right:20px;background:#fff;border-radius:10px;padding:6px 10px;box-shadow:0 4px 12px #00000026;z-index:1000;width:260px;height:var(--realtime-overlay-height)}.realtime-header{display:flex;align-items:center;gap:6px;margin-bottom:4px;padding-bottom:4px;border-bottom:2px solid #f3f4f6}.realtime-header span{font-weight:600;color:#1e293b;font-size:14px}.realtime-header small{margin-left:auto;font-size:11px;color:#64748b}.pulse-indicator{width:10px;height:10px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}.realtime-metrics{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.realtime-metric{display:flex;flex-direction:column;gap:4px;align-items:center;flex:1;min-width:0}.realtime-label{font-size:10px;color:#64748b;font-weight:500;line-height:1.1;text-align:center;white-space:nowrap}.realtime-value{font-size:16px;font-weight:700;color:#1e293b;line-height:1}.map-popup-enhanced{min-width:250px}.map-popup-enhanced h3{margin:0 0 8px;font-size:16px;font-weight:700;color:#1e293b}.popup-location{display:flex;align-items:center;gap:4px;font-size:13px;color:#64748b;margin-bottom:12px}.popup-metrics{display:flex;flex-direction:column;gap:6px}.popup-metric-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.popup-metric-row span{color:#64748b}.popup-metric-row strong{color:#1e293b;font-weight:600}.popup-label{font-size:12px;font-weight:600;color:#475569;text-transform:uppercase}.popup-divider{height:1px;background:#e5e7eb;margin:8px 0}.popup-coords{margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb;font-size:11px;color:#94a3b8}.text-success{color:#10b981!important}.text-danger{color:#ef4444!important}.analytics-sidebar-right{width:240px;min-width:240px;max-width:240px;background:#fff;border-left:1px solid #e5e7eb;overflow-y:auto;display:flex;flex-direction:column}.chart-wrapper{width:100%;margin-top:8px}.weekday-compact{display:flex;justify-content:space-between;align-items:flex-end;gap:6px;margin-top:10px;height:100px;padding:0 6px}.weekday-bar-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.weekday-name{font-size:11px;color:#64748b;font-weight:600}.weekday-bar-bg{width:100%;height:60px;background:#f1f5f9;border-radius:4px;display:flex;align-items:flex-end;overflow:hidden}.weekday-bar-fill{width:100%;background:linear-gradient(to top,#3b82f6,#60a5fa);border-radius:4px 4px 0 0;transition:height .3s ease}.weekday-count{font-size:12px;font-weight:700;color:#1e293b}.attendance-summary{display:flex;flex-direction:column;gap:8px;margin-top:12px}.attendance-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:6px;background:#f8fafc}.attendance-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.attendance-icon.success{background:#d1fae5;color:#10b981}.attendance-icon.warning{background:#fed7aa;color:#f59e0b}.attendance-icon.danger{background:#fecaca;color:#ef4444}.attendance-icon.info{background:#dbeafe;color:#3b82f6}.attendance-text{flex:1;font-size:13px;color:#475569}.attendance-number{font-size:16px;font-weight:700;color:#1e293b}.attendance-divider{border:none;border-top:1px solid #e5e7eb;margin:4px 0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes bellRing{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.bell-animated{animation:bellRing 2s ease-in-out infinite}.alerts-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:8px;margin:8px!important}.alerts-list{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.alerts-list::-webkit-scrollbar{width:4px}.alerts-list::-webkit-scrollbar-track{background:#ffffff80;border-radius:2px}.alerts-list::-webkit-scrollbar-thumb{background:#fbbf24;border-radius:2px}.alerts-list::-webkit-scrollbar-thumb:hover{background:#f59e0b}.alert-item{display:flex;align-items:flex-start;gap:8px;padding:8px;border-radius:6px;font-size:11px;background:#fff;border-left:3px solid}.alert-item.alert-danger{border-left-color:#ef4444;background:#fef2f2}.alert-item.alert-warning{border-left-color:#f59e0b;background:#fffbeb}.alert-content{display:flex;flex-direction:column;gap:2px;flex:1}.alert-content strong{font-weight:600;color:#1e293b}.alert-content span{color:#64748b}.map-popup-schedule{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-width:320px}.popup-header{border-bottom:2px solid #f1f5f9;padding-bottom:12px;margin-bottom:12px}.popup-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 6px}.popup-location{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b;margin:0}.popup-section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#475569;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.popup-today-shifts{margin-bottom:16px}.shifts-timeline{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px;scroll-behavior:smooth}.shift-card{padding:12px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:all .2s}.shift-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.shift-card.shift-complete{border-left:4px solid #10b981;background:#f0fdf4}.shift-card.shift-in-progress{border-left:4px solid #3b82f6;background:#eff6ff}.shift-card.shift-late{border-left:4px solid #f59e0b;background:#fffbeb}.shift-card.shift-missing{border-left:4px solid #ef4444;background:#fef2f2}.shift-time{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#475569;margin-bottom:8px}.shift-hospital-badge{display:inline-block;font-size:10px;font-weight:600;color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:3px 8px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.shift-info{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.shift-professional{display:flex;align-items:center;gap:10px}.doctor-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb}.attendance-photo{width:40px;height:40px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.3);margin-left:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0}.attendance-photo:hover{transform:scale(1.8);border-color:#10b981;box-shadow:0 4px 16px #10b98180;z-index:10}.professional-details{display:flex;flex-direction:column;gap:2px}.shift-info strong{font-size:14px;color:#1e293b}.shift-specialty{font-size:12px;color:#64748b}.shift-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.status-item{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:6px 8px;border-radius:6px;font-size:11px;font-weight:500}.status-item.success{background:#d1fae5;color:#059669}.status-item.warning{background:#fed7aa;color:#d97706}.status-item.danger{background:#fecaca;color:#dc2626}.status-item.pending{background:#f1f5f9;color:#64748b}.popup-no-shifts{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#94a3b8;text-align:center}.popup-no-shifts p{margin:8px 0 0;font-size:13px}.popup-metrics-period{border-top:2px solid #f1f5f9;padding-top:12px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.metric-box{display:flex;flex-direction:column;align-items:center;padding:10px 8px;background:#f8fafc;border-radius:6px;text-align:center}.metric-label{font-size:11px;color:#64748b;margin-bottom:4px}.metric-value{font-size:18px;font-weight:700;color:#1e293b}.metric-value.success{color:#10b981}.metric-value.warning{color:#f59e0b}.metric-value.danger{color:#ef4444}.shifts-timeline::-webkit-scrollbar{width:6px}.shifts-timeline::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.shifts-timeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.shifts-timeline::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 1200px){.analytics-sidebar-right{display:none}}.analytics-powerbi-layout.fullscreen-mode{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:999;margin:0!important;padding:0!important;background:#fff}.analytics-powerbi-layout.fullscreen-mode .analytics-sidebar-left,.analytics-powerbi-layout.fullscreen-mode .analytics-sidebar-right{display:none!important;visibility:hidden}.analytics-powerbi-layout.fullscreen-mode .analytics-map-main{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1;--realtime-overlay-top: 80px}.analytics-powerbi-layout.fullscreen-mode .leaflet-container{width:100vw!important;height:100vh!important}.analytics-powerbi-layout.fullscreen-mode .realtime-overlay{position:fixed;top:80px;right:20px;z-index:1001}.analytics-powerbi-layout.fullscreen-mode .map-header{position:fixed;bottom:20px;right:20px;z-index:1001}.map-header{position:absolute;bottom:20px;right:20px;z-index:1000}.btn-fullscreen{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;transition:all .2s}.btn-fullscreen:hover{background:#f8fafc;border-color:#3b82f6;transform:scale(1.05)}.btn-fullscreen svg{color:#64748b}.btn-fullscreen:hover svg{color:#3b82f6}@media (max-width: 768px){.analytics-powerbi-layout{flex-direction:column}.analytics-sidebar-left{width:100%;height:auto;max-height:50vh}.analytics-map-main{height:50vh}.map-popup-schedule{min-width:280px}.shifts-timeline{max-height:200px}}.hospitals-loading,.hospitals-empty{text-align:center;padding:16px;color:#64748b;font-size:12px;background:#f8fafc;border-radius:6px;margin-top:12px}.hospital-card{background:linear-gradient(135deg,#fff8f0,#fff3e6);border:1px solid #ffd9b3;border-radius:8px;padding:12px;transition:all .2s}.hospital-card:hover{box-shadow:0 2px 8px #ff990026;transform:translateY(-1px)}.hospital-info{display:flex;flex-direction:column;gap:4px}.hospital-info strong{font-size:13px;font-weight:600;color:#1e293b}.hospital-info small{font-size:11px;color:#64748b;display:block;margin-top:2px}.hospitals-list::-webkit-scrollbar-thumb:hover{background:#ffb366}.popup-hospitals-section{border-top:2px solid #f1f5f9;padding-top:12px;margin-top:12px}.hospitals-list{display:flex;flex-direction:column;gap:8px;margin-top:12px;max-height:200px;overflow-y:auto}.hospital-card{display:flex;align-items:center;padding:10px 12px;background:linear-gradient(135deg,#fff8f0,#fff3e6);border:1px solid #ffd9b3;border-radius:8px;box-shadow:0 1px 3px #ff99000f;transition:all .2s ease}.hospital-card:hover{transform:translateY(-1px);box-shadow:0 2px 6px #ff99001f;border-color:#fb6}.hospital-info{display:flex;flex-direction:column;gap:4px;flex:1}.hospital-info strong{font-size:13px;font-weight:600;color:#1e293b;display:block}.hospital-info small{font-size:11px;color:#64748b;display:block;line-height:1.4}.hospitals-list::-webkit-scrollbar{width:6px}.hospitals-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.hospitals-list::-webkit-scrollbar-thumb{background:#ffd9b3;border-radius:3px}.hospitals-list::-webkit-scrollbar-thumb:hover{background:#fb6}.recent-checkins{display:flex;flex-direction:column;gap:10px;margin-top:8px}.checkin-card{display:flex;align-items:center;gap:12px;padding:10px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:10px;box-shadow:0 2px 4px #22c55e14;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideInFromRight .5s ease-out;position:relative;overflow:hidden}@keyframes slideInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.checkin-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#22c55e,#16a34a)}.checkin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e26;border-color:#4ade80}.checkin-avatar-wrapper{position:relative;flex-shrink:0}.checkin-avatar,.checkin-avatar-placeholder{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #22c55e;box-shadow:0 0 0 3px #22c55e1a}.checkin-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:700;font-size:18px}.checkin-pulse{position:absolute;top:0;left:0;width:42px;height:42px;border-radius:50%;border:2px solid #22c55e;animation:pulse 2s ease-out infinite;pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.4);opacity:0}}.checkin-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.checkin-info strong{font-size:13px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkin-specialty{font-size:11px;color:#059669;font-weight:500}.checkin-unit{font-size:10px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkin-time{display:flex;align-items:center;gap:4px;font-size:10px;color:#059669;font-weight:600;margin-top:2px}.checkin-photo-carousel{position:relative;width:60px;height:60px;flex-shrink:0;animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.checkin-photo{width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:2px solid #86efac;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #22c55e33;animation:photoGlow 2s ease-in-out infinite}@keyframes photoGlow{0%,to{box-shadow:0 2px 8px #22c55e33}50%{box-shadow:0 4px 16px #22c55e66}}.checkin-photo:hover{transform:scale(2.5);border-color:#22c55e;box-shadow:0 8px 24px #22c55e66;z-index:100}.checkin-photo-badge{position:absolute;bottom:-5px;right:-5px;background:linear-gradient(135deg,#22c55e,#10b981);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;border:2px solid #1e293b;box-shadow:0 2px 8px #22c55e4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.photo-carousel-container{position:absolute;top:calc(var(--realtime-overlay-top) + var(--realtime-overlay-height) + var(--realtime-overlay-gap));right:20px;width:260px;height:340px;background:linear-gradient(135deg,#1e293bf2,#0f172af2);border-radius:12px;box-shadow:0 20px 60px #00000080;border:2px solid rgba(59,130,246,.3);overflow:hidden;z-index:1000}.photo-carousel{position:relative;width:100%;height:100%}.photo-slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.carousel-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;cursor:pointer}.photo-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);padding:20px 16px 14px;color:#fff}.photo-badge{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:6px;background:#000c;color:#fff;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.badge-icon{font-size:14px}.badge-type{font-size:11px;font-weight:700;letter-spacing:.5px;color:#10b981}.photo-info h3{font-size:16px;font-weight:700;margin:0 0 4px;text-shadow:0 2px 8px rgba(0,0,0,.8)}.photo-specialty{font-size:12px;color:#60a5fa;margin:0 0 3px;font-weight:600}.photo-unit{font-size:11px;color:#94a3b8;margin:0 0 4px;display:flex;align-items:center;gap:4px}.photo-time{font-size:10px;color:#cbd5e1;display:flex;align-items:center;gap:4px;margin:0}.carousel-indicators{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.carousel-indicators .indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicators .indicator.active{width:30px;border-radius:5px;background:#fff}.carousel-counter{position:absolute;top:20px;left:20px;background:#000c;color:#fff;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.analytics-map-main .leaflet-control-zoom{margin-top:50px!important}.analytics-map-main .leaflet-top{top:0!important}.analytics-map-main .leaflet-left{left:10px!important}.dashboard-container{padding:24px;max-width:1400px;margin:0 auto;background:#f5f7fa;min-height:100vh}.dashboard-header{margin-bottom:32px;background:#fff;border-radius:16px;padding:24px 32px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.dashboard-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0}.dashboard-header p{font-size:14px;color:#718096;margin:0}.contractor-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;gap:1rem}.contractor-loading-spinner{position:relative}.contractor-loading-spinner-circle{width:4rem;height:4rem;border:4px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.contractor-loading-spinner-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:32px}.contractor-stat-card{background:#fff;border-radius:12px;padding:16px 24px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;min-height:100px;text-align:left}.contractor-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.contractor-stat-card-warning{border-left:5px solid #f59e0b;border-bottom:none}.contractor-stat-card-warning .contractor-stat-icon{background:#fffbeb}.contractor-stat-card-warning .contractor-stat-icon svg{color:#f59e0b}.contractor-stat-card-orange{border-left:5px solid #f97316;border-bottom:none}.contractor-stat-card-orange .contractor-stat-icon{background:#fff7ed}.contractor-stat-card-orange .contractor-stat-icon svg{color:#f97316}.contractor-stat-card-blue{border-left:5px solid #3b82f6;border-bottom:none}.contractor-stat-card-blue .contractor-stat-icon{background:#eff6ff}.contractor-stat-card-blue .contractor-stat-icon svg{color:#3b82f6}.contractor-stat-card-green{border-left:5px solid #10b981;border-bottom:none}.contractor-stat-card-green .contractor-stat-icon{background:#ecfdf5}.contractor-stat-card-green .contractor-stat-icon svg{color:#10b981}.contractor-stat-card-purple{border-left:5px solid #8b5cf6;border-bottom:none}.contractor-stat-card-purple .contractor-stat-icon{background:#f5f3ff}.contractor-stat-card-purple .contractor-stat-icon svg{color:#8b5cf6}.contractor-stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-bottom:0;flex-shrink:0}.contractor-stat-icon svg{width:24px;height:24px;stroke-width:1.5}.inline-icon{display:inline-block;width:1.25rem;height:1.25rem;vertical-align:middle;margin-right:.5rem;color:#64748b}.contractor-stat-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contractor-stat-content h3{font-size:11px;font-weight:700;color:#64748b;margin:0 0 4px;text-transform:uppercase;letter-spacing:.05em}.contractor-stat-value{font-size:28px;font-weight:700;color:#1e293b;margin:0;line-height:1}.tabs-container{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e2e8f0}.tab-button{padding:12px 24px;font-size:16px;font-weight:600;color:#718096;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s}.tab-button:hover{color:#4a5568;background:#f7fafc}.tab-button.active{color:#2563eb;border-bottom-color:#2563eb}.tab-content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a}.realtime-section{padding:28px;background:#fff;border-radius:16px;box-shadow:0 6px 20px #0f172a0f;border:1px solid #e2e8f0;min-height:320px}.realtime-section h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.ranking-section{padding:28px;background:#fff;border-radius:16px;box-shadow:0 6px 20px #0f172a0f;border:1px solid #e2e8f0;margin-top:24px}.ranking-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px}.ranking-title{display:flex;align-items:center;gap:10px;color:#0f172a}.ranking-title h2{margin:0;font-size:20px;font-weight:700;letter-spacing:.08em}.ranking-subtitle{font-size:12px;font-weight:600;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:999px;text-transform:uppercase}.ranking-list{display:grid;gap:12px}.ranking-card{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.ranking-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a14}.ranking-position{font-size:16px;font-weight:700;color:#2563eb;min-width:48px}.ranking-info{flex:1;display:flex;flex-direction:column;gap:4px}.ranking-name{font-size:15px;font-weight:600;color:#1f2937}.ranking-meta{display:flex;gap:12px;font-size:12px;color:#64748b;flex-wrap:wrap}.ranking-score{font-size:13px;font-weight:700;color:#0f172a;background:#e2e8f0;padding:6px 10px;border-radius:999px;min-width:56px;text-align:center}.ranking-empty{text-align:center;padding:28px 12px;color:#94a3b8;font-size:14px;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px}.overview-section h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.health-units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.health-unit-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;transition:all .2s}.health-unit-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000001a}.health-unit-card h3{font-size:18px;font-weight:600;color:#2d3748;margin:0 0 8px}.unit-address{font-size:14px;color:#718096;margin:0 0 16px}.unit-footer{display:flex;justify-content:space-between;align-items:center}.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;white-space:nowrap}.margin-badge{margin-right:6px}.status-badge.inactive{background:#fee2e2;color:#991b1b}.os-count{font-size:14px;color:#4a5568;font-weight:600}.shifts-section h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.shifts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.health-unit-filter{padding:10px 16px;font-size:14px;border:1px solid #cbd5e0;border-radius:8px;background:#fff;color:#2d3748;cursor:pointer;min-width:250px}.shifts-table-container{overflow-x:auto}.shifts-table{width:100%;border-collapse:collapse}.shifts-table thead{background:#f7fafc}.shifts-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.shifts-table td{padding:16px;font-size:14px;color:#2d3748;border-bottom:1px solid #e2e8f0}.shifts-table tbody tr:hover{background:#f7fafc}.attendance-time{color:#10b981;font-weight:600}.attendance-pending{color:#f59e0b;font-weight:600}.shift-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.shift-status-badge.open{background:#dbeafe;color:#1e40af}.shift-status-badge.closed{background:#e5e7eb;color:#374151}.treated-section h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.treated-list{display:grid;gap:16px}.empty-state{text-align:center;padding:48px;color:#718096;font-size:16px}.treated-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;transition:all .2s}.treated-card:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000001a}.treated-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.treated-type{font-size:14px;font-weight:600;color:#2d3748}.treated-date{font-size:12px;color:#718096}.treated-body{margin-bottom:16px}.treated-body p{margin:0 0 8px;font-size:14px;color:#4a5568}.treated-body strong{color:#2d3748;font-weight:600}.treated-footer{display:flex;justify-content:flex-end}.btn-view-details{padding:8px 16px;font-size:14px;font-weight:600;color:#2563eb;background:#fff;border:1px solid #2563eb;border-radius:6px;cursor:pointer;transition:all .2s}.btn-view-details:hover{background:#2563eb;color:#fff}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f7fafc;border:none;border-radius:6px;font-size:20px;color:#718096;cursor:pointer;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#2d3748}.detail-section{margin-bottom:24px}.detail-section:last-child{margin-bottom:0}.detail-section h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e2e8f0}.detail-section p{margin:0 0 8px;font-size:14px;color:#4a5568;line-height:1.6}.detail-section strong{color:#2d3748;font-weight:600}.evidence-files{display:flex;flex-direction:column;gap:8px;margin-top:12px}.evidence-link{padding:10px 16px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#2563eb;text-decoration:none;font-size:14px;transition:all .2s;display:inline-block}.evidence-link:hover{background:#edf2f7;border-color:#cbd5e0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e2e8f0}.btn-reject,.btn-approve{padding:10px 24px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-approve{background:#10b981;color:#fff}.btn-approve:hover{background:#059669}@media (max-width: 768px){.dashboard-container{padding:16px}.stats-grid{grid-template-columns:1fr}.shifts-header{flex-direction:column;align-items:stretch;gap:16px}.health-unit-filter{width:100%}.shifts-table-container{overflow-x:scroll}.modal-content{margin:0;max-height:100vh;border-radius:0}}.hospital-activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:16px;min-height:200px;position:relative;align-items:stretch;align-content:start}.hospital-activity-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;position:relative;animation:fadeInUp .5s ease forwards;opacity:1;visibility:visible;overflow:visible;z-index:1;display:flex;flex-direction:column;gap:12px;min-height:140px}.hospital-activity-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.hospital-activity-card.selected{border:2px solid #2563eb;box-shadow:0 8px 24px #2563eb33}.hospital-activity-card h3{font-size:17px;font-weight:600;color:#1a202c;margin:0;display:flex;align-items:center;gap:8px;line-height:1.3;min-height:44px}.hospital-activity-card h3 svg{color:#2563eb;flex-shrink:0}.btn-view-schedule{margin-top:auto;width:100%;padding:8px 12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:transform .2s ease,box-shadow .2s ease}.btn-view-schedule:hover{transform:translateY(-2px);box-shadow:0 6px 14px #2563eb59}.hospital-activity-status{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:8px;position:static;z-index:auto}.hospital-activity-status.active{background:#ecfdf5}.hospital-activity-status.active .status-indicator{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.hospital-activity-status.inactive .status-indicator{width:8px;height:8px;background:#94a3b8;border-radius:50%}.hospital-activity-status-text{flex:1}.hospital-activity-status-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.hospital-activity-status.active .hospital-activity-status-label{color:#059669}.hospital-activity-status-value{font-size:20px;font-weight:700;color:#1a202c}.hospital-activity-status.active .hospital-activity-status-value{color:#059669}.hospital-activity-info{display:flex;justify-content:space-between;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.hospital-activity-info-item{text-align:center;flex:1}.hospital-activity-info-item span:first-child{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.hospital-activity-info-item span:last-child{display:block;font-size:16px;font-weight:600;color:#1a202c}.hospital-activity-tooltip{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;padding:16px;box-shadow:0 12px 32px #00000026;z-index:1000;animation:fadeInUp .3s ease;max-height:400px;overflow-y:auto}.tooltip-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.tooltip-header svg{color:#2563eb;flex-shrink:0}.tooltip-header h4{font-size:14px;font-weight:600;color:#1a202c;margin:0}.tooltip-content{display:flex;flex-direction:column;gap:8px}.tooltip-shift-item{background:#f8fafc;border-radius:8px;padding:12px;transition:all .2s ease}.tooltip-shift-item:hover{background:#f1f5f9;transform:translate(4px)}.tooltip-shift-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.tooltip-shift-medic{font-size:13px;font-weight:600;color:#1a202c;display:flex;align-items:center;gap:6px}.tooltip-shift-medic svg{color:#2563eb;width:14px;height:14px}.tooltip-shift-info{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#64748b}.tooltip-shift-time{display:flex;align-items:center;gap:4px}.tooltip-shift-time svg{width:12px;height:12px}.tooltip-shift-specialty{font-style:italic}.status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.ongoing{background:#dcfce7;color:#166534}.status-badge.starting-soon{background:#fef3c7;color:#92400e}.status-badge.ending-soon{background:#fed7aa;color:#9a3412}.status-badge.pending{background:#e0e7ff;color:#3730a3}.tooltip-empty{text-align:center;padding:24px;color:#94a3b8;font-size:14px}.tooltip-empty svg{width:48px;height:48px;margin:0 auto 12px;color:#cbd5e1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.hospital-activity-grid{grid-template-columns:1fr}.hospital-activity-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90%;max-height:80vh}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.modal-close{padding:.5rem;color:var(--gray-500);border-radius:.375rem;background:none}.modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.modal-form{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.form-error{padding:.875rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:var(--danger);font-size:.875rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-weight:500;color:var(--gray-700);font-size:.875rem}.form-field input,.form-field select{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;transition:all .2s}.form-field input:focus,.form-field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.form-field input:disabled,.form-field select:disabled{background:var(--gray-100);cursor:not-allowed}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--gray-200)}.btn-cancel{padding:.75rem 1.5rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:.5rem;font-weight:500}.btn-cancel:hover{background:var(--gray-50)}.btn-submit{padding:.75rem 1.5rem;background:var(--primary);color:#fff;border-radius:.5rem;font-weight:500}.btn-submit:hover:not(:disabled){background:var(--primary-dark)}@media (max-width: 640px){.form-row{grid-template-columns:1fr}}.page-container{display:flex;flex-direction:column;gap:1.5rem}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.page-header h1{font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.page-header p{color:var(--gray-600)}.page-toolbar{display:flex;gap:1rem;align-items:center}.search-box{flex:1;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--gray-300);border-radius:.5rem}.search-box input{flex:1;border:none;font-size:.875rem}.table-container{background:#fff;border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.data-table th{text-align:left;padding:1rem;font-weight:600;font-size:.875rem;color:var(--gray-700);text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-900)}.data-table tbody tr:hover{background:var(--gray-50)}.font-medium{font-weight:500}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.deleted{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem}.btn-icon{padding:.5rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center}.btn-icon.btn-success{background:var(--success);color:#fff}.btn-icon.btn-success:hover{background:#059669}.btn-icon.btn-warning{background:var(--warning);color:#fff}.btn-icon.btn-warning:hover{background:#d97706}.btn-icon.btn-danger{background:var(--danger);color:#fff}.btn-icon.btn-danger:hover{background:#dc2626}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--primary);color:#fff;border-radius:.5rem;font-weight:500;font-size:.875rem}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:.5rem;font-weight:500;font-size:.875rem}.btn-secondary:hover{background:var(--gray-50)}.loading-state{text-align:center;padding:3rem;color:var(--gray-500);background:#fff;border-radius:.75rem;border:1px solid var(--gray-200)}.card-list{background:#fff;border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden}.empty-state{text-align:center;padding:3rem 1rem;color:var(--gray-500)}.empty-state .empty-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--gray-400)}.empty-state h3{font-size:1.125rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem}.empty-state p{color:var(--gray-500);font-size:.875rem}.filters-panel{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.filter-group input,.filter-group select{padding:.5rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.form-group label{font-size:.875rem;font-weight:600;color:var(--gray-700)}.form-control{padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;background:#fff;color:var(--gray-900);transition:all .2s ease;width:100%;height:2.75rem;box-sizing:border-box}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.form-control:hover{border-color:var(--gray-400)}.form-control::-moz-placeholder{color:var(--gray-400)}.form-control::placeholder{color:var(--gray-400)}input[type=date].form-control{cursor:pointer;position:relative}input[type=date].form-control::-webkit-calendar-picker-indicator{cursor:pointer;padding:.25rem;border-radius:4px;-webkit-transition:background .2s;transition:background .2s}input[type=date].form-control::-webkit-calendar-picker-indicator:hover{background:var(--gray-100)}select.form-control{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem;padding-right:2.5rem}.filters-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.btn-clear{padding:.5rem 1rem;background:#fff;color:var(--gray-700);border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-clear:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn-secondary.active{background:var(--primary);color:#fff}.pagination{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fff;border-top:1px solid var(--gray-200);margin-top:1rem}.pagination-info{font-size:.875rem;color:var(--gray-600)}.pagination-controls{display:flex;align-items:center;gap:1rem}.page-number{font-size:.875rem;font-weight:500;color:var(--gray-700)}.pagination-controls .btn-icon:disabled{opacity:.4;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;gap:1rem}.loading-spinner{position:relative}.loading-spinner-circle{width:4rem;height:4rem;border:4px solid #bfdbfe;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.datetime-info{display:flex;align-items:center;gap:.75rem}.datetime-info .icon{width:1.25rem;height:1.25rem;color:var(--primary)}.datetime-info .date{font-weight:600;color:var(--gray-900)}.datetime-info .time{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--gray-600)}.datetime-info .icon-sm{width:.875rem;height:.875rem}.doctor-assigned{display:flex;align-items:center;gap:.5rem;color:var(--success);font-weight:500}.doctor-assigned .icon{width:1rem;height:1rem}.badge-vacant{display:inline-block;padding:.25rem .75rem;background:#fef3c7;color:#92400e;border-radius:.375rem;font-size:.875rem;font-weight:500}.status-badge.closed{background:#f3f4f6;color:#6b7280}.status-badge.approved{background:#d1fae5;color:#065f46}.status-badge.rejected{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.approval-status{display:flex;align-items:center;gap:.5rem}.value{font-weight:600;color:var(--gray-900);font-size:.9375rem}.health-units-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:1.5rem}.health-unit-card{background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:1.5rem;transition:all .2s}.health-unit-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:var(--primary)}.health-unit-header{display:flex;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.health-unit-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--primary-light);color:var(--primary);border-radius:.75rem;flex-shrink:0}.health-unit-title{flex:1;display:flex;flex-direction:column;gap:.5rem}.health-unit-title h3{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0}.health-unit-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--gray-600)}.detail-row svg{color:var(--gray-400);flex-shrink:0}.results-count{padding:1rem 1.5rem;background:var(--gray-50);border-top:1px solid var(--gray-200);border-radius:0 0 .75rem .75rem}.results-count p{font-size:.875rem;color:var(--gray-600);margin:0}.results-count strong{color:var(--gray-900);font-weight:600}.treated-attendance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-top:1.5rem}.treated-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px #0000001a}.treated-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.treated-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0}.treated-card-type{display:flex;flex-direction:column;gap:.375rem}.badge-large{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem}.treated-card-date{font-size:.75rem;color:#fffffff2;font-weight:500}.status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1.2}.status-badge svg{flex-shrink:0;vertical-align:middle;margin-top:-1px}.treated-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.treated-info-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.5rem;border-bottom:1px solid #f3f4f6}.treated-info-row strong{color:#374151;font-size:.875rem;font-weight:600}.treated-info-row span{color:#6b7280;font-size:.875rem}.treated-justification,.treated-evidence{display:flex;flex-direction:column;gap:.5rem}.treated-justification strong,.treated-evidence strong{color:#374151;font-size:.875rem;font-weight:600}.treated-justification p,.treated-evidence p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0}.evidence-files{display:flex;flex-direction:column;gap:.5rem}.evidence-files strong{color:#374151;font-size:.875rem;font-weight:600}.evidence-files-list{display:flex;flex-wrap:wrap;gap:.5rem}.file-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#eff6ff;color:#1e40af;border-radius:6px;font-size:.75rem;font-weight:500;transition:all .2s ease}.file-badge:hover{background:#dbeafe;transform:translateY(-1px);box-shadow:0 2px 4px #2563eb1a}.treated-metadata{display:flex;flex-direction:column;gap:.25rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.treated-card-actions{display:flex;gap:.75rem;padding:1rem 1.25rem;background:#f9fafb;border-top:1px solid #e5e7eb}.btn-view,.btn-approve,.btn-reject{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-view{background:#eff6ff;color:#1e40af}.btn-view:hover{background:#dbeafe}.btn-approve{background:#d1fae5;color:#065f46}.btn-approve:hover{background:#a7f3d0}.btn-reject{background:#fee2e2;color:#991b1b}.btn-reject:hover{background:#fecaca}@media (max-width: 768px){.treated-attendance-grid{grid-template-columns:1fr}.treated-card-actions{flex-direction:column}.btn-view,.btn-approve,.btn-reject{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #e2e8f0;background:#f7fafc}.modal-header h2{margin:0;font-size:24px;font-weight:700;color:#1a202c}.modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:24px;color:#718096;cursor:pointer;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#2d3748;transform:scale(1.05)}.modal-body{padding:32px}.modal-body .space-y-6>*+*{margin-top:24px}.modal-body .space-y-3>*+*{margin-top:12px}.modal-body .grid{display:grid}.modal-body .grid-cols-2{grid-template-columns:repeat(2,1fr)}.modal-body .gap-4{gap:16px}.modal-body .gap-3{gap:12px}.modal-body .p-4{padding:16px}.modal-body .p-3{padding:12px}.modal-body .bg-gray-50{background-color:#f7fafc}.modal-body .bg-white{background-color:#fff}.modal-body .rounded-lg{border-radius:8px}.modal-body .rounded{border-radius:4px}.modal-body .border{border:1px solid #e2e8f0}.modal-body .border-l-4{border-left:4px solid}.modal-body .border-blue-500{border-color:#3b82f6}.modal-body .border-purple-500{border-color:#8b5cf6}.modal-body .border-t{border-top:1px solid #e2e8f0}.modal-body .border-gray-200{border-color:#e2e8f0}.modal-body .border-red-200{border-color:#fecaca}.modal-body .border-green-200{border-color:#bbf7d0}.modal-body .pl-4{padding-left:16px}.modal-body .py-2{padding-top:8px;padding-bottom:8px}.modal-body .pt-4{padding-top:16px}.modal-body .mb-1{margin-bottom:4px}.modal-body .mb-2{margin-bottom:8px}.modal-body .mb-3{margin-bottom:12px}.modal-body .mt-1{margin-top:4px}.modal-body .mt-3{margin-top:12px}.modal-body .text-sm{font-size:14px;line-height:20px}.modal-body .text-base{font-size:16px;line-height:24px}.modal-body .text-xs{font-size:12px;line-height:16px}.modal-body .font-medium{font-weight:500}.modal-body .font-semibold{font-weight:600}.modal-body .text-gray-600{color:#718096}.modal-body .text-gray-700{color:#4a5568}.modal-body .text-gray-800{color:#2d3748}.modal-body .text-gray-900{color:#1a202c}.modal-body .text-gray-400{color:#cbd5e0}.modal-body .text-gray-500{color:#a0aec0}.modal-body .text-blue-600{color:#2563eb}.modal-body .text-red-600{color:#dc2626}.modal-body .text-green-600{color:#16a34a}.modal-body .text-purple-600{color:#9333ea}.modal-body .bg-blue-100{background-color:#dbeafe}.modal-body .bg-red-100{background-color:#fee2e2}.modal-body .bg-purple-100{background-color:#f3e8ff}.modal-body .bg-gray-200{background-color:#e5e7eb}.modal-body .bg-blue-50{background-color:#eff6ff}.modal-body .bg-green-50{background-color:#f0fdf4}.modal-body .hover\:bg-blue-100:hover{background-color:#dbeafe}.modal-body .hover\:bg-green-100:hover{background-color:#dcfce7}.modal-body .bg-green-100{background-color:#dbeafe}.modal-body .bg-yellow-100{background-color:#fef3c7}.modal-body .text-green-800{color:#1e40af}.modal-body .text-yellow-800{color:#854d0e}.modal-body .inline-flex{display:inline-flex}.modal-body .items-center{align-items:center}.modal-body .justify-between{justify-content:space-between}.modal-body .flex{display:flex}.modal-body .flex-1{flex:1}.modal-body .flex-shrink-0{flex-shrink:0}.modal-body .min-w-0{min-width:0}.modal-body .flex-col{flex-direction:column}.modal-body .px-3{padding-left:12px;padding-right:12px}.modal-body .py-1{padding-top:4px;padding-bottom:4px}.modal-body .rounded-full{border-radius:9999px}.modal-body .leading-relaxed{line-height:1.625}.modal-body .whitespace-pre-wrap{white-space:pre-wrap}.modal-body .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-body .uppercase{text-transform:uppercase}.modal-body .shadow-sm{box-shadow:0 1px 2px #0000000d}.modal-body .transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.modal-body .hover\:border-gray-300:hover{border-color:#d1d5db}.modal-body .block{display:block}.modal-body .w-14{width:56px}.modal-body .h-14{height:56px}.modal-body .ml-4{margin-left:16px}.modal-body label{display:block;font-weight:500;color:#4a5568}.modal-body textarea,.modal-body input,.modal-body select{width:100%;padding:10px 12px;border:1px solid #cbd5e0;border-radius:6px;font-size:14px;transition:all .2s}.modal-body textarea:focus,.modal-body input:focus,.modal-body select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-body .border-red-300{border-color:#fca5a5}.modal-body .border-green-300{border-color:#86efac}.modal-body .focus\:ring-2:focus{box-shadow:0 0 0 3px currentColor}.modal-body .focus\:ring-red-500:focus{box-shadow:0 0 0 3px #ef44441a}.modal-body .focus\:ring-green-500:focus{box-shadow:0 0 0 3px #22c55e1a}.modal-body .focus\:border-red-500:focus{border-color:#ef4444}.modal-body .focus\:border-green-500:focus{border-color:#22c563}.modal-body .focus\:outline-none:focus{outline:none}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 32px;border-top:2px solid #e2e8f0;background:#f7fafc}@media (max-width: 768px){.page-header,.page-toolbar{flex-direction:column}.search-box{width:100%}.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-body .grid-cols-2{grid-template-columns:1fr}}.link-section{display:flex;flex-direction:column;gap:1.5rem}.contractor-selector{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid var(--gray-200);display:flex;flex-direction:column;gap:.75rem}.contractor-selector label{font-weight:600;color:var(--gray-900)}.contractor-selector select{padding:.875rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;background:#fff;cursor:pointer}.contractor-selector select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.link-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.panel{background:#fff;border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden;display:flex;flex-direction:column}.panel-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--gray-50)}.panel-header h3{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.search-box-small{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid var(--gray-300);border-radius:.375rem;flex:1;max-width:250px}.search-box-small input{border:none;font-size:.875rem;width:100%}.search-box-small input:focus{outline:none}.panel-loading{padding:2rem;text-align:center;color:var(--gray-500)}.hospital-list{flex:1;overflow-y:auto;max-height:500px}.hospital-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-100);transition:background .2s}.hospital-item:hover{background:var(--gray-50)}.hospital-item:last-child{border-bottom:none}.hospital-item.linked{background:#f0fdf4}.hospital-item.linked:hover{background:#dcfce7}.hospital-info{display:flex;flex-direction:column;gap:.25rem}.hospital-info strong{color:var(--gray-900);font-weight:600}.hospital-info span{color:var(--gray-600);font-size:.875rem}.hospital-info small{color:var(--gray-500);font-size:.75rem}.empty-panel{padding:3rem 1.5rem;text-align:center;color:var(--gray-500);font-size:.875rem}@media (max-width: 968px){.link-panels{grid-template-columns:1fr}.search-box-small{max-width:100%}}.doctor-avatar-container{display:flex;align-items:center;gap:12px}.doctor-avatar-container.small{gap:8px}.doctor-avatar-container.large{gap:16px}.doctor-avatar{flex-shrink:0;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #667eea33;transition:transform .2s ease,box-shadow .2s ease}.doctor-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}.doctor-avatar-container.small .doctor-avatar{width:32px;height:32px}.doctor-avatar-container.medium .doctor-avatar{width:40px;height:40px}.doctor-avatar-container.large .doctor-avatar{width:56px;height:56px}.doctor-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.doctor-avatar-initials{color:#fff;font-weight:600;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.doctor-avatar-container.small .doctor-avatar-initials{font-size:12px}.doctor-avatar-container.large .doctor-avatar-initials{font-size:20px}.doctor-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff;border-radius:50%}.doctor-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.doctor-name{font-weight:500;color:#1f2937;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doctor-avatar-container.small .doctor-name{font-size:13px}.doctor-avatar-container.large .doctor-name{font-size:16px;font-weight:600}.doctor-crm{font-size:12px;color:#6b7280;font-weight:500}.doctor-avatar-container.small .doctor-crm{font-size:11px}.shift-block .doctor-name{color:#fff;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.shift-block .doctor-crm{color:#ffffffe6;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.doctor-specialty{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doctor-avatar-container.small .doctor-specialty{font-size:11px}.doctor-avatar-container .doctor-info .doctor-name:only-child{padding:2px 0}.doctor-avatar-container:not(:has(.doctor-info)) .doctor-avatar{cursor:help}.month-calendar{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px}.calendar-title{display:flex;align-items:center;gap:16px}.calendar-title h2{margin:0;font-size:1.5rem;font-weight:600;color:#1e293b}.btn-nav{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b}.btn-nav:hover{background:#e2e8f0;color:#334155}.btn-today{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:#3b82f6;cursor:pointer;transition:all .2s}.btn-today:hover{background:#eff6ff;border-color:#3b82f6}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calendar-day-header{text-align:center;font-weight:600;color:#64748b;font-size:.875rem;padding:12px 0;border-bottom:2px solid #e2e8f0}.calendar-day{min-height:100px;padding:12px;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff;position:relative}.calendar-day:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626;transform:translateY(-2px)}.calendar-day.other-month{background:#f8fafc;color:#cbd5e1;cursor:default}.calendar-day.other-month:hover{border-color:#e2e8f0;box-shadow:none;transform:none}.calendar-day.today{border:2px solid #3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.calendar-day.has-shifts{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.calendar-day.today.has-shifts{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.day-number{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:8px}.calendar-day.other-month .day-number{color:#cbd5e1}.shifts-indicator{font-size:.75rem;font-weight:500;color:#16a34a;background:#16a34a1a;padding:4px 8px;border-radius:4px;text-align:center;margin-top:8px}.calendar-day.today .shifts-indicator{color:#2563eb;background:#2563eb1a}@media (max-width: 768px){.month-calendar{padding:16px}.calendar-title h2{font-size:1.25rem}.calendar-day{min-height:80px;padding:8px}.day-number{font-size:.875rem}.shifts-indicator{font-size:.625rem;padding:2px 6px}}.day-schedule-view{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.day-header{display:flex;align-items:center;gap:24px;margin-bottom:32px}.btn-back{display:flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.day-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1e293b}.attendance-legend{display:flex;gap:20px;padding:16px 24px;background:#f8fafc;border-radius:8px;margin-bottom:20px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#475569}.legend-color{width:24px;height:24px;border-radius:4px;border:2px solid rgba(0,0,0,.1)}.legend-color.late{background:linear-gradient(135deg,#ef4444,#dc2626)}.legend-color.treated{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.legend-color.checkout{background:linear-gradient(135deg,#10b981,#059669)}.legend-color.checkin{background:linear-gradient(135deg,#3b82f6,#2563eb)}.legend-color.marketplace{background:linear-gradient(135deg,#f59e0b,#d97706)}.legend-color.no-attendance{background:linear-gradient(135deg,#f472b6,#db2777)}.timeline-container{display:grid;grid-template-columns:80px 1fr;gap:16px;position:relative}.timeline-hours{display:flex;flex-direction:column}.timeline-hour{height:60px;display:flex;align-items:flex-start;justify-content:flex-end;padding-right:12px;border-right:2px solid #e2e8f0}.hour-label{font-size:.875rem;font-weight:500;color:#64748b;position:relative;top:-8px}.timeline-shifts{position:relative;min-height:1440px}.timeline-hour-slot{height:60px;border-bottom:1px solid #f1f5f9}.timeline-shift{position:absolute;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s;overflow:hidden;box-shadow:0 2px 4px #0000001a;z-index:1}.timeline-shift:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000026;z-index:2}.timeline-shift.late{background:linear-gradient(135deg,#fee2e2,#fecaca)!important;border:2px solid #ef4444!important;color:#000}.timeline-shift.treated{background:linear-gradient(135deg,#ede9fe,#ddd6fe)!important;border:2px solid #8b5cf6!important;color:#000}.timeline-shift.checkout{background:linear-gradient(135deg,#d1fae5,#a7f3d0)!important;border:2px solid #10b981!important;color:#000}.timeline-shift.checkin{background:linear-gradient(135deg,#dbeafe,#bfdbfe)!important;border:2px solid #3b82f6!important;color:#000}.timeline-shift.marketplace{background:linear-gradient(135deg,#fef3c7,#fde68a)!important;border:2px solid #f59e0b!important;color:#000}.timeline-shift.no-attendance.open.filled{background:linear-gradient(135deg,#fce7f3,#fbcfe8);border:2px solid #db2777;color:#000}.timeline-shift.no-attendance.open.vacant{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;color:#000}.timeline-shift.open.filled{background:linear-gradient(135deg,#fce7f3,#fbcfe8);border:2px solid #db2777;color:#000}.timeline-shift.open.vacant{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;color:#000}.timeline-shift.closed{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border:2px solid #64748b;color:#000}.shift-time{font-size:.938rem;font-weight:900;margin-bottom:6px;text-shadow:none;letter-spacing:.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000!important}.shift-specialty{font-size:.875rem;font-weight:800;margin-bottom:6px;opacity:1;letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000!important}.shift-doctor,.shift-vacant{font-size:.813rem;font-weight:700;margin-top:6px;padding:6px 8px;border-radius:6px;background:#0000001f;display:inline-flex;align-items:center;gap:8px;text-shadow:none;letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000!important;max-width:100%}.shift-doctor-avatar .doctor-avatar{box-shadow:none}.shift-doctor-info{display:flex;flex-direction:column;min-width:0;gap:2px;overflow:hidden}.shift-doctor-status{font-size:.72rem;font-weight:800;color:#0f172a}.shift-doctor-name{font-size:.78rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-doctor-crm{font-size:.7rem;font-weight:600;color:#000000b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-continues-badge{font-size:.7rem;font-weight:700;padding:4px 8px;border-radius:4px;background:#0000001f;display:flex;align-items:center;justify-content:center;gap:4px;text-transform:uppercase;letter-spacing:.5px;text-shadow:none;color:#000!important}.shift-continues-badge.from-yesterday{margin-bottom:8px;border-top:2px solid rgba(0,0,0,.2);border-radius:0 0 4px 4px}.shift-continues-badge.to-tomorrow{margin-top:8px;border-bottom:2px solid rgba(0,0,0,.2);border-radius:4px 4px 0 0}.no-shifts{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#94a3b8;font-size:1rem;font-weight:500}@media (max-width: 768px){.day-schedule-view{padding:16px}.day-header{flex-direction:column;align-items:flex-start;gap:16px}.day-header h2{font-size:1.25rem}.timeline-container{grid-template-columns:60px 1fr;gap:12px}.timeline-hour{height:50px}.timeline-shifts{min-height:1200px}.timeline-hour-slot{height:50px}.timeline-shift{padding:8px}.shift-time,.shift-specialty{font-size:1rem!important;color:#000!important}.shift-doctor,.shift-vacant{font-size:.688rem}}.shift-schedule-page{min-height:100vh;background:#f8f9fa;padding:24px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.schedule-header{background:#fff;padding:24px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:16px}.btn-back:hover{background:#e2e8f0;color:#1e293b}.schedule-title{display:flex;align-items:center;gap:16px;margin-bottom:24px}.schedule-title svg{color:#3b82f6}.schedule-title h1{font-size:24px;font-weight:600;color:#1e293b;margin:0}.schedule-title p{font-size:14px;color:#64748b;margin:4px 0 0}.week-navigation{display:flex;align-items:center;gap:12px;justify-content:center}.btn-week-nav{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-week-nav:hover{background:#3b82f6;color:#fff}.btn-this-week{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-this-week:hover{background:#2563eb}.week-range{font-size:16px;font-weight:600;color:#1e293b;padding:0 16px}.week-selector-container{position:relative}.btn-week-selector{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-week-selector:hover{background:#e2e8f0;border-color:#cbd5e1}.week-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:999}.week-selector-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:1000;width:360px;max-height:580px;display:flex;flex-direction:column}.week-selector-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.week-selector-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.btn-close-selector{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:4px;transition:all .2s}.btn-close-selector:hover{background:#f1f5f9;color:#1e293b}.week-date-picker{padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.week-date-picker label{display:block;font-size:12px;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.date-input{width:100%;padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;transition:all .2s;font-family:inherit}.date-input:hover{border-color:#cbd5e1}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.week-month-navigation{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.btn-month-nav{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .2s}.btn-month-nav:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.current-month-display{font-size:14px;font-weight:600;color:#1e293b;text-transform:capitalize}.week-selector-list{overflow-y:auto;padding:8px;max-height:400px}.week-selector-list::-webkit-scrollbar{width:8px}.week-selector-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.week-selector-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.week-selector-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.week-month-header{font-size:13px;font-weight:700;color:#1e293b;text-transform:capitalize;padding:12px 12px 8px;background:#f8fafc;margin:8px 0 4px;border-radius:6px}.week-month-header:first-child{margin-top:0}.week-option{width:100%;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:12px 14px;margin-bottom:6px;cursor:pointer;transition:all .2s;text-align:left}.week-option:hover{background:#f8fafc;border-color:#3b82f6;transform:translate(4px)}.week-option.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.week-option.current{border-color:#22c55e}.week-option.current.selected{border-color:#3b82f6;background:#eff6ff}.week-option-content{display:flex;justify-content:space-between;align-items:center}.week-option-label{font-size:14px;font-weight:500;color:#1e293b}.week-current-badge{font-size:11px;font-weight:600;color:#16a34a;background:#22c55e26;padding:3px 8px;border-radius:12px}.week-option.selected .week-option-label{color:#3b82f6;font-weight:600}.filters-bar{background:#fff;padding:20px 24px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:180px}.filter-group label{font-size:13px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px}.filter-select,.filter-input{padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;transition:all .2s;outline:none}.filter-select:focus,.filter-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select:hover,.filter-input:hover{border-color:#cbd5e1}.medic-autocomplete{position:relative}.medic-input{padding-right:36px}.btn-clear-medic{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:4px;transition:all .2s;z-index:1}.btn-clear-medic:hover{background:#f1f5f9;color:#475569}.medic-dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998}.medic-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:999;max-height:300px;display:flex;flex-direction:column;overflow:hidden}.medic-dropdown-header{padding:10px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.medic-dropdown-list{overflow-y:auto;max-height:260px}.medic-dropdown-list::-webkit-scrollbar{width:6px}.medic-dropdown-list::-webkit-scrollbar-track{background:#f1f5f9}.medic-dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.medic-dropdown-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.medic-option{width:100%;padding:12px 14px;border:none;background:#fff;text-align:left;cursor:pointer;transition:all .2s;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:12px}.medic-option:hover{background:#f8fafc}.medic-option.selected{background:#eff6ff;border-left:3px solid #3b82f6}.medic-option-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.medic-name{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.medic-crm{font-size:12px;color:#64748b}.medic-selected-icon{color:#3b82f6;font-size:16px;font-weight:700;flex-shrink:0}.medic-dropdown-empty{padding:24px 14px;text-align:center;color:#94a3b8;font-size:13px}.btn-clear-filters{padding:10px 20px;background:#f1f5f9;border:none;border-radius:8px;color:#475569;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;height:-moz-fit-content;height:fit-content}.btn-clear-filters:hover{background:#e2e8f0;color:#1e293b}.schedule-legend{background:#fff;padding:16px 24px;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.legend-title{font-size:14px;font-weight:600;color:#475569}.legend-items{display:flex;gap:20px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:32px;height:20px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.legend-item span{font-size:13px;color:#475569}.schedule-grid-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.schedule-grid{width:100%;border-collapse:collapse;font-size:13px}.schedule-grid thead th{background:#f8fafc;padding:12px;text-align:center;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:10}.time-column{width:80px;background:#f8fafc;font-weight:600;color:#64748b;text-align:center;border-right:2px solid #e2e8f0;position:sticky;left:0;z-index:5}.day-header{display:flex;flex-direction:column;gap:4px}.day-name{font-size:14px;color:#1e293b}.day-date{font-size:12px;color:#64748b;font-weight:400}.schedule-grid tbody td{border:1px solid #e2e8f0;padding:4px;vertical-align:top;min-height:60px;height:60px;background:#fff}.shift-cell{position:relative;min-width:140px}.shift-block{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:6px;padding:8px;margin-bottom:4px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a;color:#fff}.shift-block:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.shift-block.closed{background:linear-gradient(135deg,#64748b,#475569)}.shift-block.vacant{background:linear-gradient(135deg,#f59e0b,#d97706)}.shift-specialty{font-size:12px;font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-time{font-size:11px;opacity:.9;margin-bottom:4px}.shift-status{font-size:10px;padding:2px 6px;border-radius:4px;background:#fff3;display:inline-block}.shift-status.filled{background:#22c55e4d}.shift-status.vacant{background:#ef44444d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:20010;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:900px;width:100%;min-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;transition:max-width .2s,min-width .2s;margin:0 auto}@media (max-width: 900px){.modal-content{max-width:96vw;min-width:unset}}@media (max-width: 1024px){.modal-content{max-width:98vw}}@media (max-width: 640px){.modal-content{max-width:100vw;border-radius:.5rem;padding:0}.modal-header,.modal-body{padding:16px}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:600;color:#1e293b;margin:0}.btn-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s}.btn-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:24px}.detail-section{display:flex;flex-direction:column;gap:20px}.detail-item{display:flex;gap:12px;align-items:flex-start}.detail-item svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.detail-item label{display:block;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.detail-item p{font-size:16px;color:#1e293b;margin:0;font-weight:500}.detail-item small{display:block;font-size:13px;color:#64748b;margin-top:4px}.shift-value{font-size:24px;font-weight:700;color:#22c55e}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;margin-right:8px}.status-badge.open{background:#dbeafe;color:#1e40af}.status-badge.closed{background:#f1f5f9;color:#475569}.status-badge.vacant{background:#fed7aa;color:#9a3412}.attendance-status{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.attendance-status h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.attendance-checks{display:flex;flex-direction:column;gap:12px}.check-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px;background:#f8fafc}.check-item.done{background:#dcfce7;color:#166534}.check-item.pending{background:#fef3c7;color:#92400e}.check-item span:first-child{font-weight:600}.attendance-records-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.attendance-records-section h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.attendance-records-list{display:flex;flex-direction:column;gap:12px}.attendance-record{padding:12px;border-radius:8px;background:#f8fafc;border-left:4px solid #cbd5e1}.attendance-record.approved{background:#f0fdf4;border-left-color:#22c55e}.attendance-record.pending{background:#fef3c7;border-left-color:#f59e0b}.attendance-record.rejected{background:#fef2f2;border-left-color:#ef4444}.attendance-record-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.attendance-type{font-size:14px;font-weight:600;color:#1e293b}.attendance-status-badge{font-size:11px;padding:4px 8px;border-radius:4px;font-weight:600;text-transform:uppercase}.attendance-status-badge.approved{background:#22c55e;color:#fff}.attendance-status-badge.pending{background:#f59e0b;color:#fff}.attendance-status-badge.rejected{background:#ef4444;color:#fff}.attendance-record-time{font-size:13px;color:#475569;margin-bottom:6px}.attendance-record-location{font-size:12px;color:#64748b;margin-bottom:6px}.attendance-record-justification{font-size:13px;color:#475569;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.attendance-record-justification strong{color:#1e293b;display:block;margin-bottom:4px}.treated-attendances-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.treated-attendances-section h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.treated-list{display:flex;flex-direction:column;gap:16px}.treated-card{padding:16px;border-radius:8px;background:#f8fafc;border:2px solid #e2e8f0}.treated-card.approved{background:#f0fdf4;border-color:#22c55e}.treated-card.pending{background:#fef3c7;border-color:#f59e0b}.treated-card.rejected{background:#fef2f2;border-color:#ef4444}.treated-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.1)}.treated-type{font-size:14px;font-weight:600;color:#1e293b}.treated-status-badge{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:600}.treated-status-badge.approved{background:#22c55e;color:#fff}.treated-status-badge.pending{background:#f59e0b;color:#fff}.treated-status-badge.rejected{background:#ef4444;color:#fff}.treated-data{margin-bottom:12px}.treated-info-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:8px}.treated-info-row strong{color:#475569}.treated-info-row span{color:#1e293b;font-weight:500}.treated-justification{margin-top:12px;padding:12px;background:#ffffff80;border-radius:6px}.treated-justification strong{font-size:13px;color:#475569;display:block;margin-bottom:6px}.treated-justification p{font-size:13px;color:#1e293b;margin:0;line-height:1.5}.treated-evidence{margin-top:12px}.treated-evidence strong{font-size:13px;color:#475569;display:block;margin-bottom:8px}.evidence-files{display:flex;flex-direction:column;gap:8px}.evidence-file{display:flex;align-items:center;gap:8px;padding:8px;background:#ffffffb3;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.file-icon{font-size:20px;flex-shrink:0}.file-name{flex:1;font-size:13px;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-download-evidence{padding:4px 12px;background:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-download-evidence:hover{background:#2563eb;transform:translateY(-1px)}.treated-metadata{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.1)}.treated-metadata small{font-size:11px;color:#64748b;line-height:1.4}.shift-block.multiple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;cursor:pointer;min-height:90px;padding:8px}.shift-block.multiple.has-vacant{background:linear-gradient(135deg,#f59e0b,#d97706)!important}.shift-multiple-indicator{display:flex;flex-direction:column;gap:6px;height:100%}.multiple-count{font-size:13px;font-weight:600;color:#fff;text-align:center}.multiple-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;flex:1}.mini-block{border-radius:4px;min-height:20px;border:1px solid rgba(255,255,255,.3);transition:all .2s}.shift-status-summary{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#fff;text-align:center}.shift-status-summary .vacant-text{color:#fef3c7}.multiple-shifts-modal{max-width:650px;max-height:85vh}.multiple-shifts-modal .modal-body{max-height:60vh;overflow-y:auto;padding-right:4px}.multiple-shifts-modal .modal-body::-webkit-scrollbar{width:8px}.multiple-shifts-modal .modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.multiple-shifts-modal .modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.multiple-shifts-modal .modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.multiple-shifts-list{display:flex;flex-direction:column;gap:8px}.list-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border-radius:8px;margin-bottom:4px;position:sticky;top:0;z-index:10}.header-count{font-size:13px;font-weight:600;color:#1e293b}.header-time{font-size:12px;color:#64748b;font-weight:500}.shift-list-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s;min-height:60px}.shift-list-item:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.shift-list-item.closed{opacity:.7}.shift-list-item.vacant{border-left:4px solid #f59e0b}.shift-list-item.filled{border-left:4px solid #22c55e}.shift-list-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f1f5f9;border-radius:50%;font-weight:600;color:#475569;font-size:13px;flex-shrink:0}.shift-list-content{flex:1;min-width:0}.shift-list-main-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.shift-list-info{flex:1;min-width:0}.shift-list-specialty{font-size:14px;font-weight:600;color:#1e293b;display:block;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shift-list-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}.meta-value{font-weight:600;color:#16a34a}.meta-separator{color:#cbd5e1}.meta-status{color:#64748b}.shift-list-badge{padding:4px 10px;border-radius:16px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.badge-filled{background:#22c55e26;color:#16a34a}.badge-vacant{background:#f59e0b26;color:#d97706}.btn-view-shift{padding:8px 12px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.btn-view-shift:hover{background:#2563eb;transform:scale(1.1)}@media (max-width: 1200px){.schedule-grid-container{overflow-x:auto}.schedule-grid{min-width:1000px}}@media (max-width: 768px){.shift-schedule-page{padding:12px}.schedule-header{padding:16px}.week-navigation{flex-wrap:wrap;gap:8px}.week-range{width:100%;text-align:center;padding:8px 0}}.modal-navigation{display:block;justify-content:center;padding:16px;background:#f8f9fa;border-top:1px solid #e2e8f0}.navigation-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.navigation-button:hover{background:#e2e8f0}.navigation-button svg{color:#475569;width:24px;height:24px}.day-column{position:relative;height:1440px}.google-calendar{display:flex;height:1440px;border-top:1px solid #e5e7eb}.time-column{width:80px;border-right:1px solid #e5e7eb}.time-label{height:60px;font-size:12px;padding:4px;color:#64748b;border-bottom:1px solid #f1f5f9}.days-container{display:flex;flex:1}.day-column{flex:1;border-right:1px solid #e5e7eb;position:relative}.day-header{position:sticky;top:0;background:#fff;z-index:5;text-align:center;font-weight:600;padding:6px;border-bottom:1px solid #e5e7eb}.day-events{position:relative;height:1440px}.shift-event{position:absolute;left:4px;right:4px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:6px;padding:6px;font-size:12px;cursor:pointer;overflow:hidden}.shift-event.vacant{background:linear-gradient(135deg,#f59e0b,#d97706)}.shift-group{margin-bottom:6px}.shift-event.compact{height:24px;padding:2px 6px;font-size:11px;border-radius:4px;margin-bottom:2px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-shifts{font-size:11px;background:transparent;border:none;color:#2563eb;cursor:pointer;padding:2px}.settings-sections{display:flex;flex-direction:column;gap:1.5rem}.settings-section{background:#fff;border-radius:.75rem;border:1px solid var(--gray-200);overflow:hidden}.section-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50);color:var(--primary)}.section-header h2{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.section-header p{font-size:.875rem;color:var(--gray-600)}.settings-content{padding:1.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--gray-100)}.info-row:last-child{border-bottom:none}.info-row label{font-weight:500;color:var(--gray-700)}.info-row span{color:var(--gray-900)}.role-badge{padding:.375rem .875rem;background:var(--primary);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:2rem}.toggle-btn{padding:.625rem 1.5rem;border-radius:9999px;font-weight:500;font-size:.875rem;background:var(--gray-200);color:var(--gray-700);min-width:120px}.toggle-btn.active{background:var(--success);color:#fff}.toggle-btn:hover:not(:disabled){opacity:.9}.password-form{display:flex;flex-direction:column;gap:1.25rem;max-width:500px}.settings-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500}.settings-alert.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.settings-alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.profile-picture-section{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:var(--gray-50);border-radius:8px;margin-bottom:1.5rem}.picture-preview{flex-shrink:0}.profile-img{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid var(--primary)}.profile-placeholder{width:120px;height:120px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;border:3px dashed var(--gray-400)}.picture-upload{display:flex;flex-direction:column;gap:.5rem}.upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--primary);color:#fff;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.upload-btn:hover{background:var(--primary-dark)}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.upload-hint{font-size:.75rem;color:var(--gray-600);margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:450px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-content h2{margin:0 0 .5rem;color:var(--gray-900);font-size:1.5rem}.btn-secondary{padding:.625rem 1.25rem;background:var(--gray-200);color:var(--gray-700);border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:var(--gray-300)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.toggle-row{flex-direction:column;align-items:flex-start}.toggle-btn{width:100%}.password-form{max-width:100%}.profile-picture-section{flex-direction:column;text-align:center}.modal-content{padding:1.5rem}}.evidence-viewer-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem;transition:all .3s}.evidence-viewer-page.fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;padding:1rem;z-index:9999;background:#1e293b}.evidence-header{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.fullscreen .evidence-header{background:#334155;border-color:#475569}.evidence-title{display:flex;align-items:flex-start;gap:1rem;flex:1;margin:0 2rem;min-width:0}.evidence-title>svg{flex-shrink:0;margin-top:.25rem}.evidence-title>div{flex:1;min-width:0}.evidence-title h1{margin:0;font-size:1.25rem;color:#1f2937;font-weight:600;overflow:hidden;text-overflow:ellipsis;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;max-height:3.5rem}.fullscreen .evidence-title h1{color:#fff}.evidence-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#64748b;font-weight:500}.fullscreen .evidence-subtitle{color:#94a3b8}.evidence-actions{display:flex;align-items:center;gap:1rem}.zoom-controls{display:flex;align-items:center;gap:.5rem;background:#f1f5f9;padding:.5rem;border-radius:8px}.fullscreen .zoom-controls{background:#475569}.btn-zoom,.btn-zoom-reset{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:#fff;color:#475569;cursor:pointer;transition:all .2s;font-size:.75rem;font-weight:600}.fullscreen .btn-zoom,.fullscreen .btn-zoom-reset{background:#64748b;color:#fff}.btn-zoom:hover,.btn-zoom-reset:hover{background:#667eea;color:#fff;transform:scale(1.05)}.zoom-level{font-size:.875rem;font-weight:600;color:#475569;min-width:45px;text-align:center}.fullscreen .zoom-level{color:#fff}.btn-back,.btn-download,.btn-fullscreen{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-back{background:#f1f5f9;color:#475569}.btn-back:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.fullscreen .btn-back{background:#475569;color:#fff}.btn-fullscreen{background:#f1f5f9;color:#475569;padding:.75rem}.btn-fullscreen:hover{background:#e2e8f0;transform:scale(1.05)}.fullscreen .btn-fullscreen{background:#475569;color:#fff}.btn-download{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-download:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.evidence-content{background:#fff;border-radius:12px;padding:2rem;min-height:600px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.fullscreen .evidence-content{background:#1e293b;border-color:#334155;min-height:calc(100vh - 150px)}.evidence-image-container,.evidence-video-container,.evidence-pdf-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto}.evidence-image{max-width:100%;max-height:75vh;border-radius:8px;box-shadow:0 8px 24px #0000001f;cursor:pointer;transition:transform .3s ease;-o-object-fit:contain;object-fit:contain}.fullscreen .evidence-image{max-height:calc(100vh - 180px);box-shadow:0 8px 32px #0006}.evidence-video{max-width:100%;max-height:75vh;border-radius:8px;box-shadow:0 8px 24px #0000001f;background:#000}.fullscreen .evidence-video{max-height:calc(100vh - 180px)}.evidence-pdf{width:100%;height:75vh;border:none;border-radius:8px}.fullscreen .evidence-pdf{height:calc(100vh - 180px)}.evidence-other{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 3rem;text-align:center}.file-preview-icon{padding:2rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;margin-bottom:1rem}.evidence-other h3{margin:0;font-size:1.5rem;color:#1f2937;font-weight:600}.evidence-other p{color:#64748b;font-size:1rem;margin:0;line-height:1.6}.file-name-display{background:#f1f5f9;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem!important;font-weight:600!important;color:#475569!important;max-width:100%;overflow:hidden;text-overflow:ellipsis}.btn-download-other{display:flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem;box-shadow:0 4px 12px #667eea4d}.btn-download-other:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea80}.evidence-loading,.evidence-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;color:#1f2937;text-align:center;gap:1.5rem}.evidence-loading .spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.evidence-loading p{color:#64748b;font-size:1.1rem;font-weight:500}.evidence-error{background:#fff;border-radius:16px;padding:3rem;color:#1f2937;margin:2rem auto;max-width:600px;box-shadow:0 8px 24px #0000001f;border:1px solid #fee2e2}.evidence-error h2{margin:1rem 0;color:#dc2626;font-size:1.75rem}.evidence-error p{color:#64748b;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.btn-back-error{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-back-error:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.evidence-viewer-page{padding:1rem}.evidence-header{flex-direction:column;gap:1rem}.evidence-title{margin:0;flex-direction:column}.evidence-title h1{font-size:1.2rem;text-align:center}.evidence-content{padding:1rem}}.legal-report-page{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:2rem 1rem}.legal-report-container{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:900px;box-shadow:0 20px 60px #0000004d;animation:legalFadeInUp .5s ease-out}@keyframes legalFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-report-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-200)}.legal-report-header .logo-wrapper{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.legal-report-header .blueflow-logo{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}.legal-report-header h1{font-size:1.5rem;color:var(--gray-900);margin:0}.legal-report-header p{color:var(--gray-600);font-size:.875rem;margin-top:.25rem}.legal-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:2rem;font-weight:600;font-size:.875rem;margin:1rem 0}.legal-status-badge.valid{background:#dcfce7;color:#15803d}.legal-status-badge.invalid{background:#fef2f2;color:#dc2626}.legal-status-badge.expired{background:#fef3c7;color:#d97706}.report-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.info-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.75rem;padding:1rem}.info-card-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-700);font-size:.875rem;margin-bottom:.75rem}.info-card-content{font-size:.9375rem;color:var(--gray-900)}.info-card-content .code{font-family:Monaco,Menlo,monospace;background:#fff;padding:.5rem;border-radius:.375rem;border:1px solid var(--gray-200);word-break:break-all;font-size:.8125rem}.info-card-content .label{font-size:.75rem;color:var(--gray-500);display:block;margin-bottom:.25rem}.info-card-content .value{font-weight:500}.data-section{margin-top:1.5rem}.data-section-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--gray-800);font-size:1rem;margin-bottom:1rem}.data-table-wrapper{overflow-x:auto;border:1px solid var(--gray-200);border-radius:.75rem}.data-table{width:100%;border-collapse:collapse;font-size:.8125rem}.data-table th{background:var(--gray-100);padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200);white-space:nowrap}.data-table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-800)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover{background:var(--gray-50)}.reasons-list{list-style:none;padding:0;margin:0}.reasons-list li{padding:.25rem 0;font-size:.75rem;color:var(--gray-600)}.reasons-list li:before{content:"• ";color:var(--warning)}.legal-validity-section{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:1rem;box-shadow:0 4px 12px #22c55e1a}.legal-validity-section.invalid{background:linear-gradient(135deg,#fef2f2,#fecaca);border-color:#fca5a5;box-shadow:0 4px 12px #ef44441a}.legal-validity-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(34,197,94,.2)}.legal-validity-section.invalid .legal-validity-header{border-bottom-color:#ef444433}.legal-validity-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;color:#fff;flex-shrink:0;box-shadow:0 4px 8px #22c55e4d}.legal-validity-section.invalid .legal-validity-icon{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 8px #ef44444d}.legal-validity-title h3{font-size:1.125rem;font-weight:700;color:#15803d;margin:0 0 .25rem}.legal-validity-section.invalid .legal-validity-title h3{color:#dc2626}.legal-validity-title p{font-size:.875rem;color:#166534;margin:0;opacity:.8}.legal-validity-section.invalid .legal-validity-title p{color:#991b1b}.legal-validity-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.25rem}.legal-validity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#ffffffb3;border-radius:.75rem;border:1px solid rgba(34,197,94,.15);transition:all .2s ease}.legal-validity-item:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.legal-validity-section.invalid .legal-validity-item{border-color:#ef444426}.legal-validity-item .item-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:8px;color:#16a34a;flex-shrink:0}.legal-validity-section.invalid .legal-validity-item .item-icon{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#dc2626}.legal-validity-item .item-content{display:flex;flex-direction:column;gap:.125rem}.legal-validity-item .label{font-size:.75rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.025em}.legal-validity-item .value{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.hash-section{padding:1rem;background:#fffc;border-radius:.75rem;border:1px solid rgba(34,197,94,.2)}.legal-validity-section.invalid .hash-section{border-color:#ef444433}.hash-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.hash-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,#16a34a,#15803d);border-radius:6px;color:#fff}.legal-validity-section.invalid .hash-icon{background:linear-gradient(135deg,#dc2626,#b91c1c)}.hash-label{font-size:.8125rem;font-weight:600;color:var(--gray-700)}.hash-content{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200)}.hash-value{flex:1;font-family:Monaco,Menlo,Consolas,monospace;font-size:.8125rem;color:var(--gray-700);word-break:break-all;line-height:1.5}.legal-copy-button{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.legal-copy-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.legal-copy-button:active{transform:translateY(0)}.legal-copy-button.copied{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 12px #22c55e4d}.hash-info{margin:.75rem 0 0;font-size:.75rem;color:var(--gray-500);font-style:italic;display:flex;align-items:center;gap:.375rem}.hash-info:before{content:"ℹ️";font-style:normal}.legal-report-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-200);text-align:center}.legal-report-footer p{color:var(--gray-500);font-size:.875rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-container .spinner{width:48px;height:48px;border:4px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:var(--gray-600);font-size:1rem}.error-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.error-state-icon{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--gray-300)}.error-state-icon .file-icon{width:64px;height:64px;stroke-width:1.5}.error-state-icon .error-badge{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;color:#ef4444;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000001a;width:32px;height:32px}.error-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem;letter-spacing:-.025em}.error-message{font-size:1rem;color:var(--gray-600);max-width:400px;line-height:1.6;margin:0 0 1.5rem}.error-code-display{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:.5rem;padding:1rem;margin-bottom:2rem}.error-code-label{font-size:.75rem;color:var(--gray-500);margin:0 0 .5rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.error-code-value{font-family:Monaco,Courier New,monospace;font-size:.875rem;color:var(--gray-700);background:#fff;padding:.5rem .75rem;border-radius:.375rem;display:block;border:1px solid var(--gray-200);word-break:break-all}.error-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.back-button{border:2px solid var(--gray-200);color:var(--gray-700);padding:.875rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;gap:.5rem;background:#fff}.back-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 4px 12px #667eea4d}.back-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.back-button.secondary:hover{background:var(--gray-50);border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.footer-note{font-size:.75rem!important;color:var(--gray-400)!important;margin-top:.5rem;max-width:500px;margin-left:auto;margin-right:auto}.revocation-info{margin-top:1rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem}.revocation-info h4{display:flex;align-items:center;gap:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:.5rem}.revocation-info p{color:var(--gray-700);font-size:.875rem;margin:.25rem 0}@media (max-width: 768px){.legal-report-page{padding:1rem .5rem}.legal-report-container{padding:1.5rem 1rem;border-radius:.75rem}.report-info-grid,.legal-validity-content{grid-template-columns:1fr}.data-table{font-size:.75rem}.data-table th,.data-table td{padding:.5rem .75rem}}.legal-search-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.legal-search-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:3rem;max-width:600px;width:100%;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-search-header{text-align:center;margin-bottom:2rem}.legal-search-header .logo-wrapper{margin-bottom:1.5rem}.legal-search-header .blueflow-logo{height:60px;width:auto}.legal-search-header .header-icon{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.legal-search-header .shield-icon{color:#667eea;stroke-width:1.5}.legal-search-header h1{font-size:1.8rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.legal-search-header .subtitle{font-size:1rem;color:#718096;margin:0}.legal-search-form{display:flex;flex-direction:column;gap:1.5rem}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;padding:.875rem 1rem;color:#c53030;font-size:.875rem;text-align:center}.info-card{background:#f0f4ff;border:1px solid #d0dbff;border-radius:12px;padding:1rem;display:flex;gap:.75rem;align-items:flex-start}.info-card svg{color:#667eea;flex-shrink:0;margin-top:2px}.info-card p{margin:0;font-size:.875rem;color:#4a5568;line-height:1.5}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.form-group label svg{color:#667eea}.verification-input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:Monaco,Courier New,monospace}.verification-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.verification-input::-moz-placeholder{color:#cbd5e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.verification-input::placeholder{color:#cbd5e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.verify-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s;box-shadow:0 4px 12px #667eea4d}.verify-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.verify-button:active{transform:translateY(0)}.help-section{background:#f7fafc;border-radius:8px;padding:1rem;border-left:4px solid #667eea}.help-text{margin:0;font-size:.8125rem;color:#4a5568;line-height:1.6}.footer-links{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.footer-link{color:#667eea;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.footer-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 640px){.legal-search-page{padding:1rem}.legal-search-container{padding:2rem 1.5rem}.legal-search-header h1{font-size:1.5rem}.legal-search-header .subtitle{font-size:.875rem}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}.collapse{visibility:collapse}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-full{height:100%}.w-full{width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.text-right{text-align:right}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-1000{--tw-duration:1s;transition-duration:1s}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#dbeafe;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--gray-50);color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .2s}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{outline:none;font-family:inherit}a{color:inherit;text-decoration:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}body.presentation-mode .sidebar{display:none!important}body.presentation-mode .main-content{width:100%!important;margin-left:0!important}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}
