.navbar{background:#fff;height:80px;display:flex;justify-content:center;align-items:center;font-size:1.1rem;position:sticky;top:0;z-index:999;box-shadow:0 4px 12px #00000014;border-bottom:1px solid #f0f0f0}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:80px;width:100%;max-width:1400px;margin:0 auto;padding:0 30px}.navbar-logo{display:flex;align-items:center}.logo-image{height:50px;width:auto}.nav-right{display:flex;align-items:center;gap:20px}.nav-notifications{display:flex;align-items:center;gap:15px;margin-right:15px}.nav-notification-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#555;padding:8px 12px;border-radius:8px;transition:all .3s ease;position:relative;min-width:60px}.nav-notification-item:hover{background-color:#f8f9fa;color:#007bff;transform:translateY(-2px)}.nav-notification-item.active{background-color:#e3f2fd;color:#007bff}.notification-icon{position:relative;font-size:1.5rem;margin-bottom:2px}.notification-label{font-size:.75rem;font-weight:500;text-align:center}.notification-badge{position:absolute;top:-8px;right:-8px;background:#007bff;color:#fff;border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;box-shadow:0 2px 4px #0003;animation:pulse 2s infinite}.notification-badge.urgent{background:#dc3545}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center;gap:10px}.nav-item{height:80px;display:flex;align-items:center}.nav-links{color:#555;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;font-weight:500;border-bottom:3px solid transparent;transition:all .3s ease}.nav-links:hover,.nav-links.active{color:#007bff;border-bottom-color:#007bff}.logout-btn{background-color:#f8f9fa;color:#dc3545;border:1px solid #dc3545;padding:8px 18px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.logout-btn:hover{background-color:#dc3545;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #dc354533}.logout-btn:active{transform:translateY(0);box-shadow:none}@media screen and (max-width: 768px){.navbar-container{padding:0 15px}.nav-notifications{gap:8px;margin-right:8px}.nav-notification-item{padding:6px 8px;min-width:50px}.notification-icon{font-size:1.3rem}.notification-label{font-size:.7rem}.notification-badge{min-width:16px;height:16px;font-size:.65rem;top:-6px;right:-6px}.logout-btn{padding:6px 12px;font-size:.9rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#f0f2f5;min-height:100vh;color:#333}.home-header{text-align:center;margin-bottom:3rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #0000001a}.header-text p{font-size:1.2rem;color:#555;margin:0}.archive-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d;white-space:nowrap}.archive-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.archive-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.message{margin-top:1rem;padding:12px 16px;border-radius:8px;font-size:.95rem;line-height:1.4}.home-main{width:100%;max-width:1200px}.card-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.card h2{font-size:1.5rem;color:#0056b3;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.message-badge-card{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;font-size:.8rem;font-weight:700;padding:4px 8px;border-radius:12px;animation:pulse-badge 2s infinite;box-shadow:0 2px 8px #dc35454d;min-width:20px;text-align:center}@keyframes pulse-badge{0%{transform:scale(1);box-shadow:0 2px 8px #dc35454d}50%{transform:scale(1.1);box-shadow:0 4px 16px #dc354580}to{transform:scale(1);box-shadow:0 2px 8px #dc35454d}}.card p{font-size:1rem;line-height:1.5}.card.disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.card.disabled:hover{transform:none;box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.home-container{padding:1rem}.home-header{padding:1.5rem;margin-bottom:2rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text{text-align:center}.header-text h1{font-size:2rem}.header-text p{font-size:1rem}.archive-btn{padding:14px 20px;font-size:.9rem}.card-container{grid-template-columns:1fr;gap:1rem}.message{font-size:.9rem;text-align:center}.admin-messaging-header{flex-direction:column;gap:1rem;text-align:center}.admin-messaging-stats{text-align:center}.admin-btn-content{gap:1rem}.admin-btn-icon{width:50px;height:50px;font-size:2rem}.admin-btn-title{font-size:1.1rem}.admin-btn-subtitle{font-size:.9rem}}.admin-messaging-section{margin-top:3rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:0;overflow:hidden;box-shadow:0 10px 30px #667eea4d}.admin-messaging-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:3px;border-radius:17px;padding:2rem}.admin-messaging-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-messaging-title h2{font-size:2rem;color:#1a2c4e;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.admin-messaging-title p{color:#6c757d;margin:0;font-size:1.1rem}.admin-messaging-stats{text-align:right}.admin-unread-count{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:1rem 1.5rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #dc35454d;animation:pulse-glow 2s infinite}.admin-count-number{display:block;font-size:2rem;font-weight:700;line-height:1}.admin-count-label{display:block;font-size:.9rem;opacity:.9;margin-top:.25rem}.admin-no-messages{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:1rem 1.5rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #28a7454d}.admin-primary-chat-btn{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;text-decoration:none;padding:1.5rem 2rem;border-radius:15px;transition:all .3s ease;box-shadow:0 4px 20px #007bff4d;position:relative;overflow:hidden}.admin-primary-chat-btn:hover{transform:translateY(-5px);box-shadow:0 8px 30px #007bff66;color:#fff}.admin-btn-content{display:flex;align-items:center;gap:1.5rem}.admin-btn-icon{font-size:2.5rem;background:#fff3;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.admin-btn-text{display:flex;flex-direction:column;gap:.25rem}.admin-btn-title{font-size:1.3rem;font-weight:700}.admin-btn-subtitle{font-size:1rem;opacity:.9}.admin-floating-badge{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;font-size:1rem;font-weight:700;padding:8px 12px;border-radius:50%;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;animation:bounce 2s infinite;box-shadow:0 4px 15px #dc354566}@keyframes pulse-glow{0%{box-shadow:0 4px 15px #dc35454d}50%{box-shadow:0 6px 25px #dc354580}to{box-shadow:0 4px 15px #dc35454d}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.top-bar-container{display:flex;justify-content:center;align-items:center;gap:20px;margin:20px auto;padding:10px;width:fit-content;background:linear-gradient(45deg,#2c3e50,#34495e);border-radius:12px;box-shadow:0 10px 25px #0003;border:1px solid #4a627a}.countdown-container{color:#ecf0f1;text-align:center;padding:5px 15px}.countdown-title{font-size:1rem;font-weight:500;margin-bottom:15px;letter-spacing:1px;text-transform:uppercase;opacity:.9}.countdown-timer{background-color:#fff;padding:15px 25px;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;align-items:center;min-width:400px}.timer-title{font-size:1rem;font-weight:600;color:#495057;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.timer-display{display:flex;align-items:baseline;gap:10px}.time-block{display:flex;flex-direction:column;align-items:center;min-width:60px}.time-value{font-size:2.5rem;font-weight:700;color:#007bff;line-height:1}.time-label{font-size:.8rem;font-weight:500;color:#6c757d;text-transform:uppercase}.time-separator{font-size:2rem;font-weight:700;color:#dee2e6;padding-bottom:12px}.datetime-container{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#ffffff0d;padding:10px 20px;border-radius:8px;color:#ecf0f1;min-width:280px}.date-display{font-size:1.1rem;font-weight:400;letter-spacing:.5px}.time-display{font-family:Roboto Mono,monospace,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:1px;color:#fff;margin-top:5px}.overall-progress-container{background-color:#fff;border-radius:12px;padding:25px 30px;margin:0 auto 30px;max-width:1400px;box-shadow:0 8px 25px #00000014;border:1px solid #f0f0f0}.overall-title{text-align:center;font-size:1.3rem;font-weight:600;color:#333;margin:0 0 25px;letter-spacing:.5px;text-transform:uppercase}.progress-grid{display:grid;grid-template-columns:3fr 1fr;gap:25px;align-items:center}.main-progress-area{display:flex;flex-direction:column;gap:20px}.category-progress-area{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.total-progress-item{padding-bottom:20px;border-bottom:2px solid #f0f0f0}.progress-info,.total-progress-info{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.progress-label,.total-progress-label{font-size:1rem;font-weight:500;color:#555}.progress-percentage,.total-progress-percentage{font-size:1.1rem;font-weight:700;color:#333}.total-progress-label{font-size:1.2rem}.total-progress-percentage{font-size:1.4rem;color:#007bff}.progress-bar-container{width:100%;height:10px;background-color:#e9ecef;border-radius:5px;overflow:hidden}.progress-bar-container.total{height:14px}.progress-bar-fill{height:100%;background-color:#6c757d;border-radius:5px;transition:width .5s ease-in-out}.progress-bar-fill.total-fill{background:linear-gradient(90deg,#007bff,#0056b3)}.issues-area{display:flex;justify-content:center;align-items:center;height:100%}.open-issues-box{background-color:#fff8e1;color:#856404;border:2px solid #ffeeba;border-radius:12px;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.issues-count{font-size:3rem;font-weight:700;line-height:1}.issues-label{font-size:1rem;font-weight:500;margin-top:10px}.progress-trend-section{margin-top:30px;border-top:2px solid #f0f0f0;padding-top:25px}.progress-trend-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef;overflow:hidden}.trend-header{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.trend-header h3{margin:0;font-size:1.2rem;font-weight:600}.status-indicator{padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;border:2px solid}.status-indicator.on-track{background:#27ae6033;color:#27ae60;border-color:#27ae60}.status-indicator.at-risk{background:#e74c3c33;color:#e74c3c;border-color:#e74c3c}.trend-content{padding:20px;display:flex;flex-direction:column;gap:20px}.trend-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.metric-card{background:#f8f9fa;border-radius:10px;padding:16px;display:flex;align-items:center;gap:12px;border:2px solid transparent;transition:all .3s ease}.metric-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000014}.metric-card.primary{border-color:#3498db;background:linear-gradient(135deg,#e8f4fd,#d1ecf1)}.metric-card.success{border-color:#27ae60;background:linear-gradient(135deg,#d4edda,#c3e6cb)}.metric-card.warning{border-color:#f39c12;background:linear-gradient(135deg,#fff3cd,#ffeaa7)}.metric-card.info{border-color:#9b59b6;background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.metric-icon{font-size:2rem;width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric-info{flex:1}.metric-value{font-size:1.6rem;font-weight:700;color:#2c3e50;line-height:1;margin-bottom:3px}.metric-label{font-size:.9rem;font-weight:600;color:#7f8c8d;margin-bottom:2px}.metric-sub{font-size:.75rem;color:#95a5a6;font-style:italic}.project-status{display:grid;grid-template-columns:1fr 1fr;gap:18px}.status-section,.recommendation-section{background:#f8f9fa;border-radius:10px;padding:16px;border:1px solid #e9ecef}.status-section h4,.recommendation-section h4{margin:0 0 12px;color:#2c3e50;font-size:1rem;display:flex;align-items:center;gap:6px}.status-comparison{display:flex;flex-direction:column;gap:10px}.comparison-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#fff;border-radius:6px;border-left:3px solid #3498db}.comparison-label{font-weight:600;color:#7f8c8d;font-size:.85rem}.comparison-value{font-weight:700;padding:3px 6px;border-radius:3px;font-size:.85rem}.comparison-value.normal{color:#27ae60;background:#d4edda}.comparison-value.critical,.comparison-value.over{color:#e74c3c;background:#f8d7da}.comparison-value.under{color:#27ae60;background:#d4edda}.recommendation{padding:12px;border-radius:6px;font-weight:500;line-height:1.4;font-size:.9rem}.recommendation.positive{background:#d4edda;color:#155724;border-left:3px solid #28a745}.recommendation.attention{background:#fff3cd;color:#856404;border-left:3px solid #ffc107}.trend-progress{background:#f8f9fa;border-radius:10px;padding:16px;border:1px solid #e9ecef}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;color:#2c3e50;font-size:.9rem}.progress-bar-container{position:relative}.progress-bar{height:16px;background:#e9ecef;border-radius:8px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.progress-fill{height:100%;border-radius:8px;transition:width .8s ease;background:linear-gradient(90deg,currentColor 0%,currentColor 100%);position:relative}.progress-milestones{position:relative;height:16px;margin-top:6px}.milestone{position:absolute;transform:translate(-50%);font-size:.7rem;color:#7f8c8d;font-weight:500}@media (max-width: 1024px){.trend-metrics{grid-template-columns:repeat(2,1fr)}.project-status{grid-template-columns:1fr}}@media (max-width: 768px){.progress-grid{grid-template-columns:1fr;gap:20px}.category-progress-area{grid-template-columns:1fr;gap:15px}.trend-header{flex-direction:column;gap:10px;text-align:center}.trend-content{padding:15px}.trend-metrics{grid-template-columns:1fr}.metric-card{padding:12px}.metric-icon{width:40px;height:40px;font-size:1.6rem}.metric-value{font-size:1.3rem}.comparison-item,.progress-header{flex-direction:column;gap:6px;text-align:center}}@media (max-width: 480px){.trend-header h3{font-size:1rem}.status-indicator{padding:4px 10px;font-size:.75rem}.metric-value{font-size:1.2rem}.metric-label{font-size:.8rem}}.weather-widget{background-color:#fff;padding:15px 25px;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;align-items:center;min-width:300px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.weather-location{font-size:1.1rem;font-weight:600;color:#495057;margin-bottom:10px}.weather-main{display:flex;align-items:center;gap:15px;margin-bottom:12px}.weather-icon{font-size:3rem;line-height:1}.weather-temp{font-size:2.5rem;font-weight:700;color:#343a40}.weather-desc{font-size:1rem;color:#6c757d;align-self:flex-end;margin-bottom:5px;margin-left:-10px}.weather-details{display:flex;justify-content:space-around;width:100%;font-size:.85rem;color:#6c757d;border-top:1px solid #f0f0f0;padding-top:10px}.weather-details span{text-align:center}.weather-error,.weather-loading{color:#6c757d;font-weight:500;padding:20px}.map-selector-container{background:#fff;padding:1.5rem;margin:1rem 2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid #dee2e6}.map-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.map-selector-header h3{margin:0;color:#495057;font-size:1.3rem}.map-mode-indicator{display:flex;align-items:center}.mode-badge{padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;border:2px solid}.mode-badge.static{background:#f3e5f5;color:#7b1fa2;border-color:#7b1fa2}.mode-badge.no-map{background:#fff3cd;color:#856404;border-color:#ffeaa7}.map-selector-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.static-map-selector{flex:1;min-width:300px}.map-config-select{width:100%;padding:.75rem;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;background:#fff;color:#495057;transition:all .3s ease}.map-config-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.no-configs-message{color:#6c757d;font-style:italic;padding:.75rem;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.create-map-link{color:#007bff;text-decoration:none;font-weight:600;margin-left:.5rem}.create-map-link:hover{text-decoration:underline}.no-map-selected{display:flex;align-items:center;justify-content:center;min-height:60vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:2px dashed #dee2e6}.no-map-content{text-align:center;padding:3rem;max-width:400px}.no-map-content h2{color:#495057;margin-bottom:1rem;font-size:1.8rem}.no-map-content p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.create-map-btn{display:inline-block;background:#007bff;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 2px 8px #007bff4d}.create-map-btn:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 4px 16px #007bff66;text-decoration:none;color:#fff}.static-map-container-view{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;min-height:60vh;overflow:visible}.image-wrapper{position:relative;display:inline-block;max-width:100%;max-height:80vh}.static-map-image-view{width:100%;height:auto;max-width:100%;max-height:80vh;border-radius:8px;box-shadow:0 4px 20px #00000026;transition:transform .3s ease;display:block}.static-map-image-view:hover{transform:scale(1.01)}.image-label{position:absolute!important;pointer-events:none;z-index:15}.image-label{position:absolute;z-index:10;font-family:Segoe UI,system-ui,sans-serif;-webkit-user-select:none;user-select:none}.static-label-background{background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid;border-radius:4px;padding:3px 5px;box-shadow:0 1px 8px #00000026;min-width:45px;text-align:center;transition:all .3s ease;font-size:.5rem}.static-label-background:hover{background:#fff;transform:scale(1.3);box-shadow:0 3px 16px #00000040}.static-label-text{display:block;font-weight:700;font-size:.5rem;color:#2c3e50;margin-bottom:2px;text-shadow:0 1px 2px rgba(255,255,255,.8);line-height:1.1}.static-label-progress-section{display:flex;flex-direction:column;gap:1px;margin-top:1px}.static-label-main-progress{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2px 3px;border-radius:2px;font-size:.45rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3);line-height:1.1}.static-label-category-breakdown{display:flex;flex-direction:column;gap:1px;background:#f8f9fae6;border-radius:2px;padding:2px;border:1px solid rgba(0,0,0,.1)}.category-row{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:1px 2px;border-radius:1px;background:#fff;border:1px solid rgba(0,0,0,.05);transition:background-color .2s ease}.category-label{font-size:.4rem;font-weight:700;color:#2c3e50;width:8px;text-align:center;flex-shrink:0}.category-percent{font-size:.4rem;font-weight:600;padding:1px 3px;border-radius:3px;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.3);min-width:16px;text-align:center;line-height:1.1}.category-percent.mechanical{background:linear-gradient(135deg,#e74c3c,#c0392b);box-shadow:0 2px 4px #e74c3c4d}.category-percent.electrical{background:linear-gradient(135deg,#f39c12,#e67e22);box-shadow:0 2px 4px #f39c124d}.category-percent.og{background:linear-gradient(135deg,#27ae60,#229954);box-shadow:0 2px 4px #27ae604d}.image-label{animation:fadeInScale .5s ease-out}.image-label{animation:labelFadeIn .5s ease-out}@keyframes labelFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}#root{max-width:1600px;margin:0 auto;padding:0;text-align:center}.app{min-height:100vh;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}.top-bar-container{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background-color:#e9ecef;gap:20px;border-radius:12px;margin-bottom:1rem}.map-container{position:relative;display:block;margin:30px auto;padding:30px;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:visible;max-width:95%;min-height:500px}.map-controls-overlay{position:absolute;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:12px;max-width:200px}.control-panel-toggle{position:absolute;top:15px;right:15px;z-index:1001;background:#3498dbe6;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0003}.control-panel-toggle:hover{background:#3498db;transform:scale(1.1);box-shadow:0 6px 25px #3498db66}.control-panel-toggle.active{background:#2ecc71e6;border-color:#fff6}.control-panel-toggle.active:hover{background:#2ecc71;box-shadow:0 6px 25px #2ecc7166}.control-panel-toggle.hidden{background:#e74c3ce6;animation:hiddenPulse 2s infinite}.control-panel-toggle.hidden:hover{background:#e74c3c;box-shadow:0 6px 25px #e74c3c66}@keyframes hiddenPulse{0%,to{box-shadow:0 4px 20px #e74c3c33,0 0 #e74c3c66}50%{box-shadow:0 4px 20px #e74c3c33,0 0 0 8px #e74c3c00}}.control-group{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(255,255,255,.2)}.control-header{font-size:.85rem;font-weight:600;color:#495057;margin-bottom:8px;text-align:center;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:6px}.control-buttons{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.control-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:6px 10px;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;min-height:32px}.control-btn:hover:not(:disabled){background:#e9ecef;border-color:#adb5bd;transform:translateY(-1px)}.control-btn:disabled{opacity:.5;cursor:not-allowed}.control-value{font-size:.8rem;font-weight:600;color:#495057;min-width:45px;text-align:center;padding:4px 8px;background:#007bff1a;border-radius:4px}.zoom-group .control-btn.zoom-in,.zoom-group .control-btn.zoom-out{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border-color:#007bff}.zoom-group .control-btn.zoom-in:hover,.zoom-group .control-btn.zoom-out:hover{background:linear-gradient(135deg,#0056b3,#004085)}.label-group .control-btn.label-up,.label-group .control-btn.label-down{background:linear-gradient(135deg,#28a745,#1e7e34);color:#fff;border-color:#28a745}.label-group .control-btn.label-up:hover,.label-group .control-btn.label-down:hover{background:linear-gradient(135deg,#1e7e34,#155724)}.edit-group .control-btn.edit-toggle{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;border-color:#17a2b8}.edit-group .control-btn.edit-toggle:hover{background:linear-gradient(135deg,#138496,#0c5460)}.edit-group .control-btn.edit-toggle.active{background:linear-gradient(135deg,#dc3545,#c82333);border-color:#dc3545;animation:editPulse 2s infinite}.edit-group .control-btn.save-btn{background:linear-gradient(135deg,#fd7e14,#e55a00);color:#fff;border-color:#fd7e14;animation:saveGlow 1.5s infinite}.control-btn.reset,.control-btn.reset-all{background:linear-gradient(135deg,#6c757d,#495057);color:#fff;border-color:#6c757d}.control-btn.reset:hover,.control-btn.reset-all:hover{background:linear-gradient(135deg,#495057,#343a40)}@media (max-width: 768px){.control-panel-toggle{width:45px;height:45px;font-size:1rem;top:10px;right:10px}.map-controls-overlay{position:fixed;inset:auto 20px 20px;max-width:none;flex-direction:row;overflow-x:auto;gap:8px}.control-group{flex-shrink:0;min-width:120px}.control-header{font-size:.75rem;margin-bottom:6px}.control-btn{min-width:28px;min-height:28px;padding:4px 6px;font-size:.75rem}}@keyframes editPulse{0%,to{box-shadow:0 0 #dc354566}50%{box-shadow:0 0 0 4px #dc354500}}@keyframes saveGlow{0%,to{box-shadow:0 0 #fd7e1466}50%{box-shadow:0 0 0 4px #fd7e1400}}.map-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:60vh}.loading-overlay{position:fixed;inset:0;background-color:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loading-overlay p{margin-top:1rem;font-size:1.2rem;font-weight:500;color:#333}.spinner{border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #007bff;width:50px;height:50px;animation:spin 1s linear infinite}.bottom-section{display:flex;gap:2rem;margin-top:2rem;align-items:flex-start}.info-panel-container{flex:1}.info-panel{background:#fff;border-radius:15px;padding:25px;box-shadow:0 10px 30px #0000001a}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;border-bottom:2px solid #eee;padding-bottom:1rem}.info-header h3{margin:0;color:#333;font-size:1.3rem}.region-info h3{color:#333;margin-bottom:20px;font-size:1.5rem;border-bottom:3px solid #007bff;padding-bottom:10px}.zone-stats{display:grid;gap:15px;margin-bottom:25px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.stat-label{font-weight:600;color:#555;min-width:120px}.stat-value{color:#333;font-weight:500}.assigned-staff{color:#27ae60;font-weight:700}.list-assigned-staff{color:#27ae60;font-weight:500}.progress-bar{position:relative;width:200px;height:25px;background:#e0e0e0;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.progress-fill{height:100%;border-radius:12px;transition:width .5s ease;background:linear-gradient(90deg,currentColor 0%,currentColor 100%);position:relative}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:12px;text-shadow:1px 1px 2px rgba(0,0,0,.5);z-index:1}.progress-bar.small{height:12px}.category-breakdown{display:flex;flex-direction:column;gap:8px}.category-progress-bars{display:flex;flex-direction:column;gap:5px}.category-progress-item{display:flex;align-items:center;gap:10px}.cat-name{width:70px;font-weight:500;font-size:.9rem}.cat-perc{font-weight:600;width:40px;text-align:right}.zone-list{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px}.zone-list h4{margin-bottom:10px;color:#333}.zone-list-item{display:flex;align-items:center;gap:10px;margin-bottom:5px}.zone-button{background:#e9ecef;border:none;padding:8px 12px;margin:0;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease;display:block;width:100%;text-align:left;flex-grow:1}.zone-button:hover{background:#007bff;color:#fff;transform:translateY(-1px)}.close-btn{background:#dc3545;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease;margin-top:15px}.close-btn:hover{background:#c82333;transform:translateY(-2px)}.default-info p{color:#666;font-style:italic;margin:0;font-size:1.1rem}.edit-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.edit-mode-btn{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:2px solid #28a745;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.edit-mode-btn:hover{background:#218838;border-color:#218838;transform:translateY(-1px)}.edit-mode-btn.active{background:#dc3545;border-color:#dc3545;animation:editPulse 2s infinite}.edit-mode-btn.active:hover{background:#c82333;border-color:#c82333}.save-positions-btn{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:2px solid #007bff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;animation:saveGlow 1.5s infinite}.save-positions-btn:hover{background:#0056b3;border-color:#0056b3;transform:translateY(-1px)}@keyframes editPulse{0%,to{box-shadow:0 0 #dc354566}50%{box-shadow:0 0 0 8px #dc354500}}@keyframes saveGlow{0%,to{box-shadow:0 2px 8px #007bff4d}50%{box-shadow:0 4px 16px #007bff99}}.image-label.editable{transition:transform .2s ease,z-index .2s ease}.image-label.editable:hover{transform:translate(-50%,-50%) scale(1.05)}.image-label.dragging{transform:translate(-50%,-50%) scale(1.1);filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));z-index:20!important}.image-label.editable .static-label-background{border-width:3px;box-shadow:0 4px 20px #0003,0 0 0 2px #28a7454d}.image-label.dragging .static-label-background{background:#fff;box-shadow:0 8px 32px #0006,0 0 0 3px #28a74599;border-width:4px}.edit-indicator{position:absolute;top:-8px;right:-8px;background:#28a745;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;border:2px solid white;box-shadow:0 2px 8px #0003;z-index:5}.image-label.dragging .edit-indicator{background:#dc3545;animation:editSpin 1s linear infinite}@keyframes editSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.map-selector-container{margin:.5rem;padding:1rem}.map-selector-header,.map-selector-controls{flex-direction:column;align-items:stretch}.static-map-selector{min-width:auto}.mode-badge{text-align:center}.static-map-image-view{max-height:60vh}.static-label-text{font-size:12px}.static-label-background{padding:6px 12px;min-width:60px}.bottom-section{flex-direction:column;gap:1rem}.no-map-content{padding:2rem 1rem}.no-map-content h2{font-size:1.5rem}.create-map-btn{padding:.8rem 1.5rem;font-size:1rem}.top-bar-container{flex-direction:column;gap:1rem}.map-container{padding:15px;margin:20px 0;max-width:100%;min-height:300px}.stat-item{flex-direction:column;align-items:flex-start;gap:5px}.progress-bar{width:100%}.edit-controls{flex-direction:column;align-items:stretch;gap:.5rem}.edit-mode-btn,.save-positions-btn{width:100%;justify-content:center;padding:.6rem 1rem;font-size:.85rem}.image-label.editable:hover{transform:translate(-50%,-50%) scale(1.02)}.image-label.dragging{transform:translate(-50%,-50%) scale(1.05)}.edit-indicator{width:20px;height:20px;font-size:10px;top:-6px;right:-6px}}@media (max-width: 480px){.map-selector-header h3{font-size:1.1rem}.mode-badge{font-size:.8rem;padding:.4rem .8rem}.map-config-select{font-size:.9rem;padding:.6rem}.no-configs-message{font-size:.85rem;padding:.5rem}.static-label-text{font-size:11px}.static-label-background{padding:4px 8px;min-width:50px}.static-label-progress{font-size:10px}.no-map-content h2{font-size:1.3rem}.no-map-content p{font-size:1rem}.app{padding:10px}}.region-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:0;overflow:hidden;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2)}.region-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.region-title{display:flex;align-items:center;gap:12px}.region-color-indicator{width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.7);box-shadow:0 2px 8px #0000004d}.region-title h3{margin:0;font-size:1.4rem;font-weight:600}.region-overall-progress{text-align:right}.overall-percentage{display:block;font-size:2rem;font-weight:700;line-height:1}.overall-label{font-size:.85rem;opacity:.9}.zone-stats{padding:24px;display:flex;flex-direction:column;gap:24px}.main-progress .progress-bar.main{height:12px;background:#0000001a;border-radius:6px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a}.main-progress .progress-fill{height:100%;border-radius:6px;transition:width .6s ease;background:linear-gradient(90deg,currentColor 0%,lighter(currentColor,20%) 100%)}.main-progress .progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7);font-size:.85rem}.category-breakdown-section{margin-top:8px}.breakdown-title{margin:0 0 16px;font-size:1.1rem;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:8px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.category-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.category-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.category-icon{font-size:1.8rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#0000000d}.category-info{flex:1;display:flex;flex-direction:column}.category-name{font-weight:600;color:#2c3e50;font-size:.95rem}.category-percentage{font-size:1.4rem;font-weight:700;line-height:1}.category-progress-wrapper{display:flex;flex-direction:column;gap:8px}.category-progress-bar{height:8px;border-radius:4px;overflow:hidden;position:relative}.category-progress-fill{height:100%;border-radius:4px;transition:width .6s ease}.category-status{display:flex;justify-content:center}.status-complete,.status-progress,.status-pending{font-size:.8rem;padding:4px 8px;border-radius:12px;font-weight:500}.status-complete{background:#d4edda;color:#155724}.status-progress{background:#fff3cd;color:#856404}.status-pending{background:#f8d7da;color:#721c24}.staff-assignment-section{margin-top:8px}.section-title{margin:0 0 16px;font-size:1.1rem;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:8px}.assigned-staff-container{background:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(0,0,0,.05)}.staff-list{display:flex;flex-wrap:wrap;gap:12px}.staff-item{display:flex;align-items:center;gap:8px;background:#f8f9fa;padding:8px 12px;border-radius:20px;border:1px solid #e9ecef;font-size:.9rem}.staff-avatar{font-size:1.2rem}.staff-name{font-weight:500;color:#495057}.no-staff{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;color:#6c757d;text-align:center}.no-staff-icon{font-size:2rem;opacity:.5}.no-staff-text{font-size:.9rem}.quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:8px}.quick-stat-item{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(0,0,0,.05);transition:transform .2s ease}.quick-stat-item:hover{transform:translateY(-1px)}.quick-stat-icon{font-size:1.5rem;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.quick-stat-info{display:flex;flex-direction:column;flex:1}.quick-stat-value{font-size:1.4rem;font-weight:700;color:#2c3e50;line-height:1}.quick-stat-label{font-size:.8rem;color:#6c757d;margin-top:2px}.region-actions{padding:20px;background:#00000005;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:center}.close-region-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem}.close-region-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e74c3c4d}@media (max-width: 768px){.region-header{flex-direction:column;gap:16px;text-align:center}.category-grid,.quick-stats{grid-template-columns:1fr}.staff-list{justify-content:center}}@media (max-width: 768px){.static-label-background{min-width:40px;padding:2px 4px;font-size:.45rem}.static-label-text{font-size:.45rem;margin-bottom:1px}.static-label-main-progress{font-size:.4rem;padding:1px 2px}.category-percent{font-size:.35rem;min-width:14px;padding:1px 2px}.category-label{font-size:.35rem;width:7px}.edit-indicator{width:14px;height:14px;font-size:.55rem;top:-7px;right:-7px}}.top-map-selector{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:3px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000001a;padding:12px 20px}.top-map-selector .map-selector-container{max-width:1200px;margin:0 auto}.top-map-selector .map-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:#fff}.top-map-selector .map-selector-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#2c3e50!important;text-shadow:0 1px 3px rgba(255,255,255,.8)}.top-map-selector .mode-badge{background:#ffffff40;color:#fff!important;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.4);text-shadow:0 1px 2px rgba(0,0,0,.3)}.top-map-selector .mode-badge.no-map{background:#e74c3c66;border-color:#e74c3c99;color:#fff!important}.map-selector-controls{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.static-map-selector{flex:1;min-width:250px}.map-config-select{width:100%;padding:10px 14px;border:2px solid rgba(255,255,255,.4);border-radius:8px;background:#fffffffa;color:#2c3e50!important;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.map-config-select:hover{border-color:#ffffffb3;background:#fff;box-shadow:0 4px 12px #00000026}.map-config-select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db4d;background:#fff}.map-config-select option{color:#2c3e50!important;background:#fff!important;font-weight:500;padding:8px}.no-configs-message{color:#fff!important;text-align:center;padding:20px;background:#e74c3c4d;border-radius:8px;border:1px solid rgba(231,76,60,.4);text-shadow:0 1px 2px rgba(0,0,0,.3)}.create-map-link{color:#f1c40f!important;text-decoration:none;font-weight:700;margin-left:8px;text-shadow:0 1px 2px rgba(0,0,0,.4)}.create-map-link:hover{text-decoration:underline;color:#f39c12!important}@media (max-width: 768px){.top-map-selector{padding:8px 15px}.map-selector-controls{flex-direction:column;gap:12px;align-items:stretch}.static-map-selector{min-width:auto}}.default-info{background:#f8f9fa;border-radius:12px;padding:20px;border:1px solid #e9ecef}.default-info p{color:#495057!important;margin-bottom:16px}.zone-list h4{color:#2c3e50!important;margin-bottom:12px;font-weight:600}.zone-button{background:#fff!important;color:#2c3e50!important;border:1px solid #e9ecef;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;margin-bottom:8px}.zone-button:hover{background:#f8f9fa!important;border-color:#adb5bd;transform:translateY(-1px)}.list-assigned-staff{color:#6c757d!important;font-style:italic}.info-panel-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef}.info-panel{background:transparent}.info-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 20px;border-radius:16px 16px 0 0;margin:0}.info-header h3{margin:0;color:#fff!important;font-weight:600}.info-content{padding:20px}.settings-controls{display:flex;align-items:center;gap:10px}.reset-settings-btn{background:#95a5a6;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:.9em;font-weight:500;transition:all .3s ease;white-space:nowrap}.reset-settings-btn:hover{background:#7f8c8d;transform:translateY(-1px);box-shadow:0 2px 8px #0003}.reset-settings-btn:active{transform:translateY(0)}@media (max-width: 768px){.settings-controls{margin-top:10px;justify-content:center}.reset-settings-btn{width:100%;justify-content:center}}.static-label-staff-section{margin-top:6px;padding-top:6px;border-top:1px solid rgba(0,0,0,.1)}.staff-count-row{display:flex;align-items:center;justify-content:center;gap:3px;font-size:.75rem;font-weight:600}.staff-count-icon{font-size:.8rem}.staff-count-number{color:#2c3e50;font-weight:700}.staff-count-label{color:#7f8c8d;font-size:.7rem}.static-label-machinery-section{display:flex;align-items:center;gap:.25rem;margin-top:.25rem}.machinery-count-row{display:flex;align-items:center;gap:.25rem}.machinery-count-icon{font-size:.8rem}.machinery-count-number{color:#fd7e14;font-weight:700}.machinery-count-label{color:#e8590c;font-size:.7rem}.staff-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:8px;margin-bottom:.5rem;border:1px solid #e9ecef}.staff-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.staff-name{font-weight:600;color:#2c3e50}.staff-today-count{font-size:.85rem;color:#28a745;font-weight:500;background:#e8f5e8;padding:2px 6px;border-radius:4px;display:inline-block}.staff-machinery-count{font-size:.8rem;color:#fd7e14;font-weight:500;background:#fff8e1;padding:2px 6px;border-radius:4px;display:inline-block;border:1px solid #ffcc02}.today-staff-summary{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-radius:8px;border:1px solid #2196f3}.summary-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.summary-icon{font-size:1.2rem}.summary-text{font-weight:600;color:#1976d2}.summary-count{display:flex;align-items:baseline;gap:.25rem;justify-content:center}.count-number{font-size:2rem;font-weight:700;color:#1565c0}.count-unit{font-size:.9rem;color:#1976d2;font-weight:500}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1.5rem}@media (max-width: 768px){.quick-stats{grid-template-columns:repeat(2,1fr)}.staff-item{flex-direction:column;text-align:center;gap:.5rem}.staff-info{align-items:center}}.issue-list-modal{list-style:none;padding:0;margin:0;max-height:60vh;overflow-y:auto}.issue-item-modal{padding:1rem;border-bottom:1px solid #e9ecef;display:flex;flex-direction:column;gap:.5rem;transition:background-color .2s ease}.issue-item-modal:hover{background-color:#f8f9fa}.issue-location{font-weight:600;color:#2c3e50;font-size:1.1rem}.issue-description-modal{margin:0;color:#495057;line-height:1.5}.issue-date-modal{font-size:.85rem;color:#6c757d;align-self:flex-end}.modal-content .loading-container{padding:2rem}.modal-content.category-modal{max-width:95vw;width:1200px;max-height:95vh}.category-modal-title{display:flex;align-items:center;gap:1rem}.category-modal-icon{font-size:2.5rem}.category-modal-info h2{margin:0;font-size:1.8rem}.category-modal-info p{margin:.25rem 0 0;opacity:.9;font-size:1rem}.category-modal-body{padding:1.5rem}.category-summary{margin-bottom:2rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.summary-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:1.5rem;text-align:center;border:2px solid transparent;transition:all .3s ease}.summary-card.completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#28a745}.summary-card.remaining{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-color:#ffc107}.summary-card.tasks{background:linear-gradient(135deg,#d1ecf1,#bee5eb);border-color:#17a2b8}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.summary-card-icon{font-size:2rem;margin-bottom:.5rem}.summary-card-value{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.25rem}.summary-card-label{font-size:.9rem;color:#6c757d;font-weight:500}.tables-list-section{margin-top:2rem}.tables-list-section h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.3rem}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.table-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.table-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#e9ecef;transition:background .3s ease}.table-card.completed:before{background:#28a745}.table-card.incomplete:before{background:#ffc107}.table-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#007bff}.table-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.table-card-icon{font-size:1.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f8f9fa}.table-card-title h4{margin:0;color:#2c3e50;font-size:1.1rem}.table-card-id{font-size:.8rem;color:#6c757d;font-weight:400}.table-card-progress{margin-bottom:1rem}.table-progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.table-progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.table-progress-text{display:flex;justify-content:space-between;align-items:center}.table-progress-text .percentage{font-weight:700;color:#2c3e50}.table-progress-text .tasks{font-size:.9rem;color:#6c757d}.table-card-status{margin-top:1rem}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;text-align:center}.status-badge.completed{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.in-progress{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-badge.not-started{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.no-tables-message{text-align:center;padding:3rem;color:#6c757d}.no-tables-icon{font-size:3rem;display:block;margin-bottom:1rem}.tables-stats-section{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid #dee2e6}.tables-stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tables-stat-card{background:#fff;border-radius:8px;padding:1rem;text-align:center;border:2px solid #e9ecef;transition:all .3s ease}.tables-stat-card.completed{border-color:#28a745;background:linear-gradient(135deg,#d4edda,#c3e6cb)}.tables-stat-card.remaining{border-color:#ffc107;background:linear-gradient(135deg,#fff3cd,#ffeaa7)}.tables-stat-card.percentage{border-color:#17a2b8;background:linear-gradient(135deg,#d1ecf1,#bee5eb)}.tables-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.tables-stat-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.tables-stat-icon{font-size:1.2rem}.tables-stat-title{font-size:.9rem;color:#6c757d;font-weight:500}.tables-stat-value{font-size:1.8rem;font-weight:700;color:#2c3e50}.static-label-tables-section{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.tables-count-row{display:flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600}.tables-count-icon{font-size:.8rem}.tables-count-text{color:#2c3e50}.remaining-tables-row{margin-top:.2rem;text-align:center}.remaining-tables-text{font-size:.7rem;color:#e74c3c;font-weight:600}.category-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00000026;border-color:#007bff}.category-card.clickable:after{content:"👁️";position:absolute;top:.5rem;right:.5rem;font-size:.8rem;opacity:0;transition:opacity .3s ease}.category-card.clickable:hover:after{opacity:1}.static-map-container{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f8f9fa;min-height:100vh}.static-map-header{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a}.static-map-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.static-map-header p{margin:0;font-size:1.1rem;opacity:.9}.save-message{margin-top:1rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;animation:slideInDown .3s ease-out}.save-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.save-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.config-management{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.config-header h3{margin:0;color:#495057;font-size:1.3rem}.config-actions{display:flex;gap:1rem;flex-wrap:wrap}.toggle-config-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#6f42c1,#8e44ad);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.toggle-config-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6f42c14d}.new-map-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.new-map-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.save-current-config{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid #dee2e6}.save-controls{display:flex;gap:1rem;margin-bottom:.5rem}.config-name-input{flex:1;padding:.75rem;border:1px solid #dee2e6;border-radius:6px;font-size:1rem;transition:all .3s ease}.config-name-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.save-config-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;white-space:nowrap}.save-config-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.save-config-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.current-config-info{font-size:.9rem;color:#28a745;font-weight:500;display:flex;align-items:center;gap:.5rem}.config-list{border-top:1px solid #dee2e6;padding-top:1.5rem}.config-list h4{margin:0 0 1rem;color:#495057;font-size:1.1rem}.no-configs{text-align:center;padding:2rem;color:#6c757d;font-style:italic;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.config-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.config-card{background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;padding:1rem;transition:all .3s ease;position:relative}.config-card:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff26}.config-card.active{border-color:#28a745;background:#d4edda;box-shadow:0 4px 12px #28a74533}.config-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.config-card-header h5{margin:0;color:#495057;font-size:1.1rem;font-weight:600}.active-badge{background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.config-info{margin-bottom:1rem}.config-detail{font-size:.85rem;color:#6c757d;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.config-actions{display:flex;gap:.5rem}.load-config-btn{flex:1;padding:.5rem 1rem;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.load-config-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.load-config-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none}.delete-config-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem}.delete-config-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}.upload-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.upload-section h3{margin:0 0 1rem;color:#495057;font-size:1.3rem}.upload-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.upload-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.file-info{color:#28a745;font-weight:500;background:#d4edda;padding:.5rem 1rem;border-radius:6px;border:1px solid #c3e6cb}.map-controls{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;flex-wrap:wrap;gap:1rem}.zoom-controls{display:flex;align-items:center;gap:1rem}.zoom-btn{padding:.75rem 1.25rem;background-color:#007bff;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.zoom-btn:hover:not(:disabled){background-color:#0056b3;transform:translateY(-2px)}.zoom-btn:disabled{background-color:#6c757d;cursor:not-allowed;transform:none}.zoom-indicator{font-weight:700;color:#495057;background:#e9ecef;padding:.5rem 1rem;border-radius:6px;font-size:.9rem}.reset-btn{padding:.75rem 1.25rem;background-color:#6c757d;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.reset-btn:hover{background-color:#545b62;transform:translateY(-2px)}.tolerance-control{display:flex;flex-direction:column;align-items:center;gap:.5rem}.tolerance-control label{font-weight:600;color:#495057;font-size:.9rem}.tolerance-slider{width:150px;height:6px;background:#e9ecef;border-radius:3px;outline:none;cursor:pointer}.tolerance-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:#007bff;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #007bff4d}.tolerance-slider::-moz-range-thumb{width:20px;height:20px;background:#007bff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 6px #007bff4d}.selection-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.toggle-labels-btn{padding:.75rem 1.5rem;background-color:#6f42c1;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.toggle-labels-btn:hover{background-color:#5a32a3;transform:translateY(-2px)}.toggle-labels-btn.active{background-color:#28a745}.toggle-labels-btn.active:hover{background-color:#218838}.debug-btn{padding:.75rem 1.5rem;background-color:#fd7e14;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.debug-btn:hover{background-color:#e8610e;transform:translateY(-2px)}.debug-btn.active{background-color:#dc3545}.debug-btn.active:hover{background-color:#c82333}.clear-btn{padding:.75rem 1.5rem;background-color:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.clear-btn:hover{background-color:#c82333;transform:translateY(-2px)}.selection-count{background:#e9ecef;color:#495057;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem}.manual-color-palette{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.palette-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.palette-header h3{margin:0;color:#495057;font-size:1.3rem}.add-area-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#17a2b8,#20c997);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.add-area-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17a2b84d}.debug-info{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1rem;margin-bottom:1rem;font-size:.9rem}.debug-info ul{margin:.5rem 0 0;padding-left:1.5rem}.debug-info li{margin-bottom:.25rem;color:#495057}.color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.color-item{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;gap:1rem}.color-item:hover{border-color:#007bff;transform:translateY(-2px);box-shadow:0 4px 12px #007bff33}.color-item.selected{border-color:#28a745;background:#d4edda}.color-swatch{width:50px;height:50px;border-radius:8px;border:2px solid #dee2e6;flex-shrink:0}.color-info{display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.color-name-input{border:1px solid #dee2e6;background:#fff;font-weight:600;color:#495057;font-size:1rem;padding:.5rem;border-radius:6px;transition:all .3s ease}.color-name-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.color-picker{width:50px;height:35px;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;background:none}.color-hex-input{border:1px solid #dee2e6;background:#fff;color:#495057;font-size:.9rem;padding:.5rem;border-radius:6px;font-family:Courier New,monospace;transition:all .3s ease}.color-hex-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.remove-color-btn{align-self:flex-start;background:#dc3545;color:#fff;border:none;border-radius:6px;padding:.5rem;cursor:pointer;transition:all .3s ease;font-size:.9rem}.remove-color-btn:hover{background:#c82333;transform:scale(1.1)}.map-viewer{background:#fff;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative}.loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:15}.spinner{width:50px;height:50px;border:5px solid #e9ecef;border-top:5px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.map-container{padding:2rem;display:flex;justify-content:center;align-items:center;overflow:auto;max-height:70vh;position:relative;border:1px solid #dee2e6;border-radius:8px;background:#f8f9fa}.static-map-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.area-label{animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.label-background{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid;border-radius:12px;padding:8px 16px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:80px}.label-text{font-weight:700;font-size:14px;color:#2c3e50;text-shadow:1px 1px 2px rgba(255,255,255,.8);white-space:nowrap;letter-spacing:.5px}.debug-coords{display:block;font-size:10px;color:#6c757d;margin-top:2px;font-weight:400}.debug-info-label{display:flex;flex-direction:column;align-items:center;margin-top:4px;font-size:9px;color:#6c757d;font-weight:400;line-height:1.2}.debug-info-label span{margin:1px 0}.debug-pixels{color:#28a745}.debug-canvas{color:#dc3545}.debug-overlay{position:absolute;top:10px;left:10px;background:#fd7e14e6;color:#fff;padding:15px 20px;border-radius:8px;font-size:.85rem;max-width:350px;z-index:20;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.debug-instructions p{margin:0 0 .5rem;line-height:1.4}.debug-instructions p:last-child{margin-bottom:0}.selected-areas{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014}.selected-areas h3{margin:0 0 1rem;color:#495057;font-size:1.3rem}.selected-list{display:flex;flex-direction:column;gap:.75rem}.selected-area-item{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px;gap:1rem}.area-color{width:30px;height:30px;border-radius:6px;border:2px solid #dee2e6;flex-shrink:0}.area-name-input{border:1px solid transparent;background:transparent;font-weight:600;color:#495057;font-size:.9rem;padding:4px 8px;border-radius:6px;transition:all .3s ease;flex-grow:1}.area-name-input:focus{outline:none;background-color:#fff;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.area-hex{font-family:Courier New,monospace;color:#6c757d;font-size:.85rem;background:#e9ecef;padding:.25rem .5rem;border-radius:4px}.remove-btn{background:#dc3545;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#c82333;transform:scale(1.1)}.map-info{margin-top:2rem}.info-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.info-card h3{margin:0 0 1rem;color:#495057;font-size:1.3rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:8px}.info-label{font-weight:600;color:#6c757d;font-size:.9rem}.info-value{font-weight:700;color:#495057;font-size:.9rem}@media (max-width: 768px){.static-map-container{padding:1rem}.static-map-header h1{font-size:2rem}.config-header{flex-direction:column;align-items:stretch}.config-actions{justify-content:stretch}.config-actions button{flex:1}.save-controls{flex-direction:column}.config-grid{grid-template-columns:1fr}.config-actions{flex-direction:column}.map-controls{flex-direction:column;align-items:stretch}.zoom-controls,.selection-controls{justify-content:center}.tolerance-control{align-self:center}.palette-header{flex-direction:column;align-items:stretch}.color-grid{grid-template-columns:1fr}.color-item{flex-direction:column;text-align:center}.selected-area-item{flex-wrap:wrap}.area-name-input{flex-basis:100%;margin:.5rem 0}.area-hex{flex-basis:100%}.label-text{font-size:12px}.label-background{padding:6px 12px;min-width:60px}.debug-overlay{max-width:280px;padding:10px 15px}}@media (max-width: 480px){.upload-controls{flex-direction:column;align-items:stretch}.save-message{font-size:.9rem;padding:.5rem 1rem}.config-name-input{font-size:.9rem}.config-card{padding:.75rem}.config-card-header h5{font-size:1rem}.active-badge{font-size:.7rem;padding:.2rem .4rem}.config-detail{font-size:.8rem}.zoom-controls,.selection-controls{flex-direction:column;gap:.5rem}.label-text{font-size:11px}.label-background{padding:4px 8px;min-width:50px}.debug-overlay{max-width:250px}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:90%;max-width:500px;animation:slideIn .4s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1rem}.modal-title{margin:0;font-size:1.5rem;color:#333}.modal-close-btn{background:transparent;border:none;font-size:2rem;cursor:pointer;color:#aaa;padding:0;line-height:1}.modal-close-btn:hover{color:#333}.modal-body{padding-top:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-30px);opacity:0}to{transform:translateY(0);opacity:1}}.personnel-container{padding:2rem 3rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.personnel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.personnel-header h1{font-size:2rem;color:#1a2c4e;margin:0}.personnel-list-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:2rem;width:100%}.add-staff-btn{background-color:#007bff;color:#fff;border:none;padding:10px 20px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;display:flex;align-items:center;gap:8px}.add-staff-btn:hover{background-color:#0056b3;transform:translateY(-2px)}.add-staff-form{margin-top:0}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1;margin-bottom:0}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.9rem}.form-group input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff26}.submit-btn{width:100%;padding:12px;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background-color:#218838}.submit-btn:disabled{background-color:#aaa;cursor:not-allowed}.message{margin-top:1rem;padding:12px;border-radius:4px;text-align:center;font-size:.95rem}.error-message{background-color:#f8d7da;color:#721c24}.success-message{background-color:#d4edda;color:#155724;margin-bottom:1.5rem}.staff-table{width:100%;border-collapse:collapse}.staff-table th,.staff-table td{padding:12px 15px;text-align:left;border-bottom:1px solid #e3e6f0}.staff-table th{background-color:#f8f9fc;font-weight:600;color:#5a5c69;text-transform:uppercase;font-size:.8rem;letter-spacing:.05rem}.staff-table tbody tr:hover{background-color:#f9f9f9}.action-btn{padding:6px 12px;font-size:.8rem;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;font-weight:600}.delete-btn{background-color:#e74c3c;color:#fff}.delete-btn:hover:not(:disabled){background-color:#c0392b;transform:translateY(-1px)}.zone-tags{display:flex;flex-wrap:wrap;gap:6px}.zone-tag{background-color:#e3e6f0;color:#5a5c69;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.staff-table td{color:#5a5c69}.staff-table td:first-child{font-weight:600}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#858796}.loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #4e73df;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container{padding:2rem;text-align:center;background:#fff3f3;border:1px solid #fdb8b8;border-radius:8px;color:#721c24}.admin-warning{background-color:#fff3cd;color:#856404;padding:8px 16px;border-radius:6px;border:1px solid #ffeaa7;font-size:.9rem;font-weight:500}.action-buttons{display:flex;gap:8px}.edit-btn{background-color:#17a2b8;color:#fff}.edit-btn:hover:not(:disabled){background-color:#138496;transform:translateY(-1px)}.no-permission{color:#6c757d;font-style:italic}.form-buttons{display:flex;gap:12px;margin-top:1.5rem}.cancel-btn{flex:1;padding:12px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.cancel-btn:disabled{background-color:#aaa;cursor:not-allowed}.form-buttons .submit-btn{flex:1;margin-top:0}.zone-management-container{padding:2rem 3rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.zone-management-header{text-align:center;margin-bottom:2.5rem}.zone-management-header h1{font-size:2.5rem;color:#1a2c4e;margin-bottom:.5rem}.zone-management-header p{font-size:1.1rem;color:#6c757d}.zones-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.zone-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.zone-info{display:flex;align-items:center;gap:1rem;border-bottom:1px solid #eee;padding-bottom:1rem}.zone-color-indicator{width:24px;height:24px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 5px #0003}.zone-name-input{flex-grow:1;border:1px solid #ddd;border-radius:6px;padding:8px 12px;font-size:1.2rem;font-weight:700;color:#222;background-color:#f8f9fa;transition:all .3s ease}.zone-name-input:focus{outline:none;border-color:#007bff;background-color:#fff;box-shadow:0 0 0 3px #007bff26}.zone-name{margin:0;font-size:1.25rem;color:#333}.capacity-control{display:flex;align-items:center;gap:1rem}.capacity-control label{font-weight:500;color:#555;white-space:nowrap}.capacity-input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:1rem;text-align:center;background-color:#f8f9fa;color:#222}.capacity-input:focus{outline:none;border-color:#007bff;background-color:#fff;box-shadow:0 0 0 3px #007bff26}.save-capacity-btn{background-color:#007bff;color:#fff;border:none;padding:10px 20px;font-size:.9rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.save-capacity-btn:hover{background-color:#0056b3}.save-changes-btn{background-color:#28a745;color:#fff;border:none;padding:12px;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease;margin-top:.5rem}.save-changes-btn:hover{background-color:#218838}.personnel-assignment{display:flex;flex-direction:column;gap:.5rem}.personnel-assignment label{font-weight:500;color:#555}.staff-select-multi .select__control{border:1px solid #ccc;border-radius:4px;box-shadow:none;transition:all .2s ease}.staff-select-multi .select__control--is-focused{border-color:#007bff;box-shadow:0 0 0 3px #007bff26}.staff-select-multi .select__multi-value{background-color:#e3e6f0;border-radius:4px}.staff-select-multi .select__multi-value__label{color:#5a5c69;font-weight:500}.staff-select-multi .select__multi-value__remove{color:#5a5c69}.staff-select-multi .select__multi-value__remove:hover{background-color:#c0392b;color:#fff}.staff-select-multi .select__menu{background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #0000001a;border:1px solid #ddd}.staff-select-multi .select__option{color:#333;background-color:#fff}.staff-select-multi .select__option--is-focused{background-color:#f0f2f5}.staff-select-multi .select__option--is-selected{background-color:#007bff;color:#fff}.loading-container,.error-container,.message{grid-column:1 / -1;text-align:center}.success-message{background-color:#d4edda;color:#155724;padding:1rem;border-radius:6px;margin-bottom:1.5rem}.loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #4e73df;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.settings-container{padding:2rem 3rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 80px)}.settings-header{text-align:center;margin-bottom:2.5rem;background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.3)}.settings-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.settings-header p{font-size:1.1rem;color:#6c757d;margin:0}.settings-card{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2.5rem;max-width:700px;margin:0 auto;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.settings-card h2{font-size:1.8rem;color:#2c3e50;margin-top:0;margin-bottom:2rem;border-bottom:3px solid #667eea;padding-bottom:1rem;font-weight:700;position:relative}.settings-card h2:after{content:"";position:absolute;bottom:-3px;left:0;width:50px;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.form-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.setting-item{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px solid transparent;transition:all .3s ease}.setting-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 15px #667eea26}.setting-item label{font-weight:700;color:#2c3e50;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.setting-item label:before{content:"⚙️";font-size:1.2rem}.setting-input{padding:14px 18px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease;background-color:#fff!important;color:#2c3e50!important;outline:none;box-shadow:0 2px 8px #0000000d}.setting-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea26;background-color:#fff!important;transform:translateY(-1px)}.setting-input::placeholder{color:#adb5bd!important;font-style:italic}.setting-input:autofill,.setting-input:-webkit-autofill,.setting-input:-webkit-autofill:hover,.setting-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#2c3e50!important;background-color:#fff!important}.save-button-container{display:flex;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:2px solid #e9ecef}.save-setting-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 4px 15px #667eea4d;min-width:200px}.save-setting-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.save-setting-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 15px #667eea4d}.save-setting-btn:disabled{background:linear-gradient(135deg,#adb5bd,#868e96);cursor:not-allowed;transform:none;box-shadow:none}.save-setting-btn:disabled:after{content:"";display:inline-block;width:20px;height:20px;margin-left:10px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}.loading-container{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:700px;margin:0 auto}.loader{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #667eea;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 2rem}.message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:10px;font-weight:600;text-align:center;border-left:4px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.success-message{background-color:#d4eddae6;color:#155724;border-left-color:#28a745;box-shadow:0 4px 15px #28a74533}.error-message{background-color:#f8d7dae6;color:#721c24;border-left-color:#dc3545;box-shadow:0 4px 15px #dc354533}@media (prefers-color-scheme: dark){.settings-container{background:linear-gradient(135deg,#1a202c,#2d3748)}.settings-header,.settings-card,.loading-container{background-color:#2d3748f2;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.settings-header h1,.settings-card h2{color:#e2e8f0}.setting-item{background-color:#ffffff0d}.setting-item label{color:#cbd5e0}.setting-input{background-color:#ffffff0d!important;border-color:#fff3;color:#e2e8f0!important}.setting-input:focus{background-color:#ffffff1a!important;border-color:#667eea}.setting-input::placeholder{color:#a0aec0!important}}@media (max-width: 768px){.settings-container{padding:1.5rem}.settings-header{padding:1.5rem;margin-bottom:2rem}.settings-header h1{font-size:2rem}.settings-card{padding:2rem;margin:0 1rem}.settings-card h2{font-size:1.5rem}.setting-item{padding:1.25rem}.save-setting-btn{width:100%;padding:14px 24px;font-size:1rem}}@media (max-width: 480px){.settings-container{padding:1rem}.settings-header{padding:1.25rem;border-radius:12px}.settings-header h1{font-size:1.8rem}.settings-header p{font-size:1rem}.settings-card{padding:1.5rem;margin:0 .5rem;border-radius:12px}.settings-card h2{font-size:1.3rem}.setting-item{padding:1rem}.setting-item label{font-size:1rem}.setting-input{padding:12px 16px;font-size:.95rem}.save-setting-btn{padding:12px 20px;font-size:.95rem}}.issue-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.issue-modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.issue-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 2rem 1rem;border-bottom:2px solid #f1f3f4}.issue-modal-title h2{margin:0 0 .5rem;color:#1a2c4e;font-size:1.5rem;font-weight:700}.issue-modal-status{display:inline-block;padding:6px 16px;border-radius:20px;color:#fff;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.issue-modal-location{color:#666;font-size:.95rem;margin-top:.5rem;font-weight:500}.issue-modal-close{background:none;border:none;font-size:2rem;color:#adb5bd;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.issue-modal-close:hover{background-color:#f8f9fa;color:#6c757d}.issue-modal-body{padding:2rem;display:flex;flex-direction:column;gap:2rem}.issue-info-section{display:flex;flex-direction:column;gap:1.5rem}.issue-info-item{display:flex;flex-direction:column;gap:.5rem}.issue-info-item label{font-weight:600;color:#495057;font-size:.95rem}.issue-info-item p{margin:0;color:#212529;line-height:1.5;background-color:#f8f9fa;padding:12px 16px;border-radius:8px;border-left:4px solid #007bff}.issue-info-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.assigned-person{font-weight:600;color:#007bff!important;background-color:#e3f2fd!important;border-left-color:#007bff!important}.existing-notes{background-color:#fff3e0;border-left-color:#ff9800}.existing-notes p{background:none;padding:0;border:none;color:#e65100;font-style:italic}.status-badge{display:inline-flex;align-items:center;gap:.5rem}.admin-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#8b6914;font-size:.75rem;padding:2px 8px;border-radius:12px;font-weight:700;margin-left:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.assignment-select{padding:12px 16px;border:2px solid #007bff;border-radius:8px;font-size:1rem;font-weight:500;background-color:#fff;cursor:pointer;transition:all .2s ease}.assignment-select:focus{outline:none;border-color:#0056b3;box-shadow:0 0 0 3px #007bff1a}.issue-update-form{display:flex;flex-direction:column;gap:1.5rem}.read-only-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:12px 16px;text-align:center;color:#856404;font-weight:500;margin-bottom:1rem}.read-only-notice span{display:inline-flex;align-items:center;gap:8px}.form-group label{font-weight:600;color:#495057;margin-bottom:.5rem;font-size:1rem}.status-select{padding:12px 16px;border:2px solid;border-radius:8px;font-size:1rem;font-weight:600;background-color:#fff;cursor:pointer;transition:all .2s ease}.status-select:focus{outline:none;border-color:#0056b3;box-shadow:0 0 0 3px #007bff1a}.status-select:disabled,.assignment-select:disabled,.notes-textarea:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.7}.notes-textarea{padding:12px 16px;border:2px solid #dee2e6;border-radius:8px;font-size:1rem;resize:vertical;min-height:120px;font-family:inherit;transition:all .2s ease}.notes-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.notes-textarea::placeholder{color:#adb5bd}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-btn,.save-btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px}.cancel-btn{background-color:#6c757d;color:#fff}.cancel-btn:hover:not(:disabled){background-color:#5a6268}.save-btn{background-color:#007bff;color:#fff}.save-btn:hover:not(:disabled){background-color:#0056b3}.cancel-btn:disabled,.save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.issue-modal-content{width:95%;max-height:90vh}.issue-modal-header{padding:1.5rem 1.5rem .75rem}.issue-modal-body{padding:1.5rem}.issue-info-row{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column}.cancel-btn,.save-btn{width:100%}}.page-container{padding:2rem 3rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;color:#1a2c4e;margin-bottom:.5rem}.page-header p{font-size:1.1rem;color:#6c757d}.filters-container{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{font-weight:600;color:#495057}.filter-select{padding:8px 12px;border:2px solid #dee2e6;border-radius:6px;font-size:1rem;min-width:200px;background-color:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.refresh-btn{padding:10px 20px;background-color:#28a745;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.refresh-btn:hover:not(:disabled){background-color:#218838}.refresh-btn:disabled{background-color:#6c757d;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.spinner{border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #007bff;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #f5c6cb}.issues-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.no-issues{text-align:center;padding:3rem 1rem;color:#6c757d;font-size:1.2rem}.issues-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.issue-card{border:2px solid #e9ecef;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;background-color:#fff}.issue-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}.issue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.issue-status{padding:4px 12px;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;text-transform:uppercase}.issue-location{font-size:.9rem;color:#6c757d;font-weight:500}.issue-description{color:#495057;line-height:1.5;margin-bottom:1rem;min-height:3rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.issue-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef;font-size:.85rem;color:#6c757d}.issue-assigned{font-weight:500}.issue-date{font-style:italic}.stock-management-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,system-ui,sans-serif;background:transparent}.stock-management-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 20px #0000001a}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:16px;min-width:0}.header-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.stock-management-header h1{margin:0;font-size:1.8rem;font-weight:700;min-width:0;flex-shrink:1}.stock-management-header p{margin:0;opacity:.9;font-size:1rem}.add-stock-btn,.output-stock-btn,.transfer-stock-btn,.export-excel-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 16px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;min-width:auto;flex-shrink:1}.add-stock-btn:hover,.output-stock-btn:hover,.transfer-stock-btn:hover,.export-excel-btn:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.export-excel-btn{background:linear-gradient(135deg,#28a745,#20c997);border:2px solid rgba(255,255,255,.3)}.export-excel-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea080);transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.export-excel-btn:disabled{background:#6c757d4d;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.search-input:focus{outline:none!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important;background:#fff!important;color:#2c3e50!important}.category-filter{min-width:200px}.category-select{width:100%;padding:12px 16px;border:2px solid #e9ecef!important;border-radius:8px;font-size:.9rem;background:#fff!important;color:#2c3e50!important;cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' 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")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px!important;padding-right:40px!important}.category-select:focus{outline:none!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important;background:#fff!important;color:#2c3e50!important}.category-select:hover{border-color:silver!important}.category-select option{background:#fff!important;color:#2c3e50!important;padding:8px 12px}.loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.no-stocks p{margin-bottom:20px;font-size:1rem}.add-first-stock-btn{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.add-first-stock-btn:hover{background:#5a6fd8;transform:translateY(-1px)}.stocks-table{width:100%;border-collapse:collapse;background:#fff}.stocks-table th{background:#f8f9fa;color:#2c3e50;font-weight:600;padding:16px 12px;text-align:left;border-bottom:2px solid #e9ecef;font-size:.9rem;position:sticky;top:0;z-index:10}.stocks-table td{padding:12px;border-bottom:1px solid #f1f3f4;color:#2c3e50;font-size:.9rem;vertical-align:middle}.stock-name-cell{font-weight:600;color:#2c3e50}.stock-quantity-cell{font-weight:600;color:#667eea}.stock-status-cell{text-align:center}.stock-status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stock-status.normal{background:#d4edda;color:#155724}.stock-status.low{background:#fff3cd;color:#856404}.stock-status.out{background:#f8d7da;color:#721c24}.stock-actions-cell{text-align:center;white-space:nowrap}.stock-actions{display:flex;gap:8px;justify-content:center}.edit-btn{background:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-btn:hover{background:#218838;transform:translateY(-1px)}.delete-btn{background:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.delete-btn:hover{background:#c82333;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-content{background:#fff!important;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;max-height:90vh;overflow-y:auto;margin:20px;width:100%;border:1px solid #e0e0e0}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border-radius:16px 16px 0 0}.modal-header h3{margin:0;font-size:1.3rem;font-weight:600;color:#fff!important}.close-btn{background:#fff3!important;color:#fff!important;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#ffffff4d!important;transform:scale(1.1)}.stock-form{padding:24px;background:#fff!important;color:#2c3e50!important}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:16px}.form-group label{font-weight:600;color:#2c3e50!important;margin-bottom:6px;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:2px solid #e9ecef!important;border-radius:6px;font-size:.9rem;transition:border-color .2s ease;font-family:inherit;background:#fff!important;color:#2c3e50!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none!important;border-color:#667eea!important;box-shadow:0 0 0 3px #667eea1a!important;background:#fff!important;color:#2c3e50!important}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:silver!important}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' 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")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px!important;padding-right:40px!important}.form-group select option{background:#fff!important;color:#2c3e50!important;padding:8px 12px}.form-group textarea{resize:vertical;min-height:80px;background:#fff!important;color:#2c3e50!important}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e9ecef}.cancel-btn{background:#6c757d!important;color:#fff!important;border:none;padding:12px 24px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#5a6268!important;transform:translateY(-1px)}.submit-btn{background:#667eea!important;color:#fff!important;border:none;padding:12px 24px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover{background:#5a6fd8!important;transform:translateY(-1px)}@media (max-width: 1024px){.header-buttons{gap:6px}.add-stock-btn,.output-stock-btn,.transfer-stock-btn,.export-excel-btn{padding:8px 12px;font-size:.8rem}}@media (max-width: 768px){.stock-management-container{padding:16px}.header-top{flex-direction:column;gap:12px;align-items:stretch}.header-buttons{flex-direction:column;gap:8px;justify-content:stretch}.add-stock-btn,.output-stock-btn,.transfer-stock-btn,.export-excel-btn{width:100%;text-align:center;padding:12px 16px;font-size:.9rem}.stock-filters{flex-direction:column}.stocks-table{font-size:.8rem}.stocks-table th,.stocks-table td{padding:8px 6px}.stock-actions{flex-direction:column;gap:4px}.modal-content{margin:10px;max-height:95vh}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}.personnel-stock-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;min-width:auto;flex-shrink:1}.personnel-stock-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4b9a);transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d;color:#fff;text-decoration:none}.category-management-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border:2px solid rgba(255,255,255,.3);padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;font-size:.85rem;min-width:auto;flex-shrink:1}.category-management-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f5576c4d}.category-modal{max-width:700px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.category-management-content{padding:20px;overflow-y:auto;flex:1;max-height:calc(85vh - 120px)}.add-category-section,.existing-categories-section,.category-stats{margin-bottom:20px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.add-category-section:last-child,.existing-categories-section:last-child,.category-stats:last-child{margin-bottom:0}.add-category-section h4,.existing-categories-section h4,.category-stats h4{margin:0 0 15px;color:#2c3e50;font-size:1.1em;font-weight:600}.add-category-form{display:flex;gap:10px;align-items:center}.category-input{flex:1;padding:10px 12px;border:2px solid #dee2e6;border-radius:6px;font-size:1em;background:#fff!important;color:#2c3e50!important;transition:border-color .3s ease}.category-input:focus{border-color:#f5576c;outline:none;box-shadow:0 0 0 3px #f5576c1a}.add-category-btn{background:#28a745;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease;white-space:nowrap}.add-category-btn:hover:not(:disabled){background:#218838;transform:translateY(-1px)}.add-category-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.categories-list{display:grid;gap:10px;max-height:300px;overflow-y:auto;padding-right:4px}.categories-list::-webkit-scrollbar{width:6px}.categories-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.categories-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.categories-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.category-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#fff;border:1px solid #dee2e6;border-radius:8px;transition:all .3s ease}.category-item:hover{border-color:#adb5bd;box-shadow:0 2px 8px #0000001a}.category-info{display:flex;align-items:center;gap:12px;flex:1}.category-index{background:#6c757d;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:600}.category-name{font-weight:600;color:#2c3e50;font-size:1em}.category-count{color:#6c757d;font-size:.9em;font-style:italic}.category-edit-input{padding:6px 10px;border:2px solid #f5576c;border-radius:4px;font-weight:600;color:#2c3e50!important;background:#fff!important;font-size:1em}.category-edit-input:focus{outline:none;box-shadow:0 0 0 3px #f5576c33}.category-actions{display:flex;gap:8px}.edit-category-btn,.delete-category-btn{background:none;border:1px solid #dee2e6;padding:6px 10px;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:1em}.edit-category-btn:hover:not(:disabled){background:#ffc107;border-color:#ffc107;transform:translateY(-1px)}.delete-category-btn:hover:not(:disabled){background:#dc3545;border-color:#dc3545;transform:translateY(-1px)}.edit-category-btn:disabled,.delete-category-btn:disabled{opacity:.5;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#fff;border:1px solid #dee2e6;border-radius:6px;border-left:4px solid #f5576c}.stat-category{font-weight:600;color:#2c3e50;flex:1}.stat-count{color:#6c757d;font-size:.9em;margin:0 10px}.stat-percentage{font-weight:600;color:#f5576c;background:#f5576c1a;padding:4px 8px;border-radius:4px;font-size:.85em}.modal-footer{padding:20px;border-top:1px solid #dee2e6;background:#f8f9fa;display:flex;justify-content:flex-end}.close-modal-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.close-modal-btn:hover{background:#5a6268;transform:translateY(-1px)}@media (max-width: 768px){.category-modal{max-width:95vw;max-height:90vh;margin:10px}.category-management-content{max-height:calc(90vh - 120px)}.add-category-form{flex-direction:column;align-items:stretch}.category-item{flex-direction:column;gap:10px;align-items:stretch}.category-info{justify-content:space-between}.category-actions{justify-content:center}.stats-grid{grid-template-columns:1fr}}.staff-stock-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,system-ui,sans-serif;background:transparent}.staff-stock-header{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:24px;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 20px #0000001a}.header-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.staff-stock-header h1{margin:0 0 8px;font-size:1.8rem;font-weight:700}.staff-stock-header p{margin:0;opacity:.9;font-size:1rem}.header-actions{display:flex;gap:12px;align-items:center}.consumption-btn,.export-excel-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:12px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.consumption-btn:hover:not(:disabled),.export-excel-btn:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.consumption-btn:disabled,.export-excel-btn:disabled{opacity:.5;cursor:not-allowed}.export-excel-btn{background:#3498db4d;border-color:#3498db80}.export-excel-btn:hover:not(:disabled){background:#3498db66;border-color:#3498dbb3;box-shadow:0 4px 12px #3498db4d}.stock-summary{margin-bottom:24px}.summary-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000001a;border:1px solid #e9ecef;transition:transform .2s ease}.summary-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.summary-card .card-icon{font-size:2rem;margin-bottom:12px}.summary-card .card-content h3{margin:0 0 8px;color:#2c3e50;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.summary-card .big-number{font-size:2.2rem;font-weight:700;color:#28a745;margin-bottom:4px}.summary-card .card-content p{margin:0;color:#6c757d;font-size:.85rem}.stock-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-box{flex:1;min-width:250px}.search-input{width:100%;padding:12px 16px;border:2px solid #e9ecef!important;border-radius:8px;font-size:.9rem;transition:border-color .2s ease;background:#fff!important;color:#2c3e50!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-input:focus{outline:none!important;border-color:#28a745!important;box-shadow:0 0 0 3px #28a7451a!important;background:#fff!important;color:#2c3e50!important}.search-input:hover{border-color:silver!important}.search-input::placeholder{color:#9ca3af!important}.period-filter{min-width:200px}.period-select{width:100%;padding:12px 16px;border:2px solid #e9ecef!important;border-radius:8px;font-size:.9rem;background:#fff!important;color:#2c3e50!important;cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' 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")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px!important;padding-right:40px!important}.period-select:focus{outline:none!important;border-color:#28a745!important;box-shadow:0 0 0 3px #28a7451a!important;background:#fff!important;color:#2c3e50!important}.period-select:hover{border-color:silver!important}.period-select option{background:#fff!important;color:#2c3e50!important;padding:8px 12px}.error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-bottom:16px;border:1px solid #f5c6cb}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:#6c757d}.loader{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #28a745;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.stocks-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e9ecef;overflow:hidden}.stocks-header{background:#f8f9fa;padding:16px 20px;border-bottom:1px solid #e9ecef}.stocks-header h3{margin:0;color:#2c3e50;font-size:1.2rem;font-weight:600}.no-stocks{text-align:center;padding:40px 20px;color:#6c757d}.no-stocks-icon{font-size:3rem;margin-bottom:16px}.no-stocks h3{margin:0 0 12px;color:#495057;font-size:1.1rem}.no-stocks p{margin:0;font-size:.9rem;line-height:1.5}.stock-outputs-list{padding:20px;display:flex;flex-direction:column;gap:16px}.stock-output-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .2s ease}.stock-output-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a;border-color:#28a745}.output-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.product-info{flex:1}.product-name{margin:0 0 8px;color:#2c3e50;font-size:1.1rem;font-weight:600}.quantity-info{display:flex;align-items:center;gap:8px}.quantity{background:#28a745;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.output-date{text-align:right;font-size:.85rem}.date-label{display:block;color:#6c757d;margin-bottom:2px}.date-value{color:#2c3e50;font-weight:500}.output-notes{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin:12px 0}.notes-label{font-size:.8rem;color:#6c757d;font-weight:600;margin-bottom:4px}.notes-content{color:#495057;font-size:.9rem;line-height:1.4}.output-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e9ecef}.output-id{font-size:.75rem;color:#9ca3af;font-family:Courier New,monospace}.stock-btn{display:inline-block;background:linear-gradient(135deg,#28a745,#20c997);color:#fff!important;text-decoration:none!important;padding:8px 16px;border-radius:8px;font-size:.85rem;font-weight:600;transition:all .2s ease;margin-bottom:8px}.stock-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #28a7454d;color:#fff!important;text-decoration:none!important}.available-stocks-section{margin-bottom:24px}.available-stocks-section h3{color:#2c3e50;margin-bottom:16px;font-size:1.2rem;font-weight:600}.available-stocks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.available-stock-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:16px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.available-stock-card:hover{border-color:#28a745;box-shadow:0 4px 12px #28a7451a;transform:translateY(-1px)}.stock-info{flex:1}.stock-info h4{margin:0 0 8px;color:#2c3e50;font-size:1rem;font-weight:600}.stock-quantities{display:flex;flex-direction:column;gap:4px}.stock-quantities span{font-size:.8rem;padding:2px 8px;border-radius:12px;font-weight:500}.stock-quantities .available{background:#d4edda;color:#155724}.stock-quantities .received{background:#cce5ff;color:#004085}.stock-quantities .consumed{background:#f8d7da;color:#721c24}.quick-consume-btn{background:#28a745;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.quick-consume-btn:hover{background:#218838;transform:translateY(-1px)}.success-message{background:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;margin-bottom:16px;border:1px solid #c3e6cb}.stock-history-list{padding:20px;display:flex;flex-direction:column;gap:16px}.stock-history-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:16px;transition:all .2s ease}.stock-history-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.stock-history-card.output-card{border-left:4px solid #28a745}.stock-history-card.consumption-card{border-left:4px solid #dc3545}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.type-badge{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.history-date .date-value{font-size:.8rem;color:#6c757d;font-weight:500}.history-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.history-content .product-name{margin:0;color:#2c3e50;font-size:1rem;font-weight:600;flex:1}.history-content .quantity-info{text-align:right}.quantity.positive{background:#28a745;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.quantity.negative{background:#dc3545;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.history-notes{margin-top:8px;padding-top:8px;border-top:1px solid #e9ecef;font-size:.85rem}.history-notes .notes-label{color:#6c757d;font-weight:600;margin-right:8px}.history-notes .notes-content{color:#495057}.consumption-form{padding:24px;background:#fff!important;color:#2c3e50!important}.consumption-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.consumption-form .form-group{display:flex;flex-direction:column}.consumption-form .form-group.full-width{grid-column:1 / -1}.consumption-form .form-group label{font-weight:600;color:#2c3e50!important;margin-bottom:6px;font-size:.9rem}.consumption-form .form-control{padding:10px 12px;border:2px solid #e9ecef!important;border-radius:6px;font-size:.9rem;transition:border-color .2s ease;font-family:inherit;background:#fff!important;color:#2c3e50!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.consumption-form .form-control:focus{outline:none!important;border-color:#28a745!important;box-shadow:0 0 0 3px #28a7451a!important;background:#fff!important;color:#2c3e50!important}.consumption-form .form-control:hover{border-color:silver!important}.consumption-form select.form-control{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' 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")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px!important;padding-right:40px!important}.consumption-form select.form-control option{background:#fff!important;color:#2c3e50!important;padding:8px 12px}.consumption-form textarea.form-control{resize:vertical;min-height:80px}@media (max-width: 768px){.staff-stock-container{padding:16px}.header-top{flex-direction:column;gap:12px;align-items:stretch}.consumption-btn{width:100%;text-align:center}.summary-cards{grid-template-columns:1fr;gap:16px}.stock-filters{flex-direction:column}.history-content{flex-direction:column;gap:8px}.history-content .quantity-info{text-align:left}.stock-history-list{padding:16px;gap:12px}.stock-history-card{padding:16px}.consumption-form .form-grid{grid-template-columns:1fr}}.personnel-stock-container{max-width:1200px;margin:0 auto;padding:20px;background:#f8f9fa;min-height:100vh}.page-header{text-align:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.page-header h1{margin:0 0 8px;color:#2c3e50;font-size:1.8em}.page-header p{margin:0;color:#6c757d}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.loader{width:32px;height:32px;border:3px solid #e9ecef;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.personnel-selector{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.personnel-selector label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50}.personnel-dropdown{width:100%;padding:12px 16px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#2c3e50;font-size:1em;cursor:pointer}.personnel-dropdown:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}.selected-personnel{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;border-left:4px solid #007bff}.selected-personnel h3{margin:0 0 8px;color:#2c3e50;font-size:1.3em}.selected-personnel p{margin:0;color:#6c757d}.stocks-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;overflow:hidden}.stocks-section h3{margin:0;padding:20px;background:#f8f9fa;border-bottom:1px solid #dee2e6;color:#2c3e50;font-size:1.2em}.stocks-table table{width:100%;border-collapse:collapse}.stocks-table th,.stocks-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #dee2e6}.stocks-table th{background:#f8f9fa;font-weight:600;color:#495057;font-size:.9em}.stocks-table tr:hover{background:#f8f9fa}.filters{display:flex;gap:12px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.search-input,.filter-select,.export-excel-btn{padding:10px 14px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#2c3e50;font-size:.95em}.search-input{flex:1}.filter-select{min-width:160px}.export-excel-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:1px solid #28a745;cursor:pointer;font-weight:600;transition:all .2s ease;white-space:nowrap;min-width:140px}.export-excel-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea080);border-color:#218838;transform:translateY(-1px);box-shadow:0 3px 8px #28a7454d}.export-excel-btn:disabled{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.search-input:focus,.filter-select:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}.message{padding:12px 16px;border-radius:6px;margin-bottom:16px;font-size:.95em}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.movements-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.movements-section h3{margin:0;padding:20px;background:#f8f9fa;border-bottom:1px solid #dee2e6;color:#2c3e50;font-size:1.2em}.movements-table table{width:100%;border-collapse:collapse}.movements-table th,.movements-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #dee2e6;font-size:.9em}.movements-table th{background:#f8f9fa;font-weight:600;color:#495057}.movements-table tr:hover{background:#f8f9fa}.type-badge{display:inline-block;padding:4px 8px;border-radius:12px;font-size:.8em;font-weight:500}.type-badge.output{background:#d4edda;color:#155724}.type-badge.consumption{background:#f8d7da;color:#721c24}.positive{color:#28a745;font-weight:500}.negative{color:#dc3545;font-weight:500}.available{color:#28a745;font-weight:600}.empty{color:#ffc107;font-weight:600}.btn-edit,.btn-delete{background:none;border:none;padding:4px 8px;margin:0 2px;border-radius:4px;cursor:pointer;font-size:1em;transition:background-color .2s}.btn-edit:hover{background:#fff3cd}.btn-delete:hover{background:#f8d7da}.no-data{padding:40px 20px;text-align:center;color:#6c757d;font-style:italic}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:between;align-items:center;padding:20px;border-bottom:1px solid #dee2e6;background:#f8f9fa}.modal-header h3{margin:0;color:#2c3e50;font-size:1.2em}.btn-close{background:none;border:none;font-size:1.3em;cursor:pointer;color:#6c757d;margin-left:auto}.btn-close:hover{color:#dc3545}.modal form{padding:20px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#2c3e50}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#2c3e50;font-size:.95em;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}.form-group textarea{resize:vertical;min-height:70px}.form-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:16px;border-top:1px solid #dee2e6}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:6px;border:none;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary:hover{background:#545b62}@media (max-width: 768px){.personnel-stock-container{padding:12px}.filters{flex-direction:column}.movements-table{overflow-x:auto}.movements-table table{min-width:600px}.modal{width:95%;margin:20px}.form-actions{flex-direction:column}}.login-page-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-form-wrapper{background-color:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:50px 40px;border-radius:20px;box-shadow:0 20px 60px #00000026,0 8px 32px #00000014;width:100%;max-width:450px;text-align:center;border:1px solid rgba(255,255,255,.2)}.login-logo{width:180px;height:auto;margin-bottom:30px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}.login-form-wrapper h2{margin-bottom:40px;color:#2c3e50;font-weight:700;font-size:1.8rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.login-form-wrapper form{display:flex;flex-direction:column;gap:25px}.input-group{text-align:left;display:flex;flex-direction:column;gap:8px}.input-group label{margin-bottom:0;color:#495057;font-weight:600;font-size:1rem;min-width:160px;text-align:left}.input-group input{width:100%;padding:16px 20px;border-radius:12px;border:2px solid #e9ecef;font-size:1rem;transition:all .3s ease;background-color:#fff!important;color:#2c3e50!important;box-sizing:border-box;outline:none}.input-group input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea26;background-color:#fff!important;transform:translateY(-1px)}.input-group input::placeholder{color:#adb5bd!important}.input-group input:autofill,.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:hover,.input-group input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;-webkit-text-fill-color:#2c3e50!important;background-color:#fff!important}.error-message{color:#dc3545;background-color:#f8d7dae6;border:1px solid #f5c6cb;padding:12px 16px;border-radius:8px;font-size:.9rem;margin:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:4px solid #dc3545}.login-btn{width:100%;padding:16px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 4px 15px #667eea4d}.login-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.login-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 15px #667eea4d}.login-btn:disabled{background:linear-gradient(135deg,#adb5bd,#868e96);cursor:not-allowed;transform:none;box-shadow:none}.login-btn:disabled:after{content:"";display:inline-block;width:20px;height:20px;margin-left:10px;border:2px solid transparent;border-top:2px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite}@media (prefers-color-scheme: dark){.login-form-wrapper{background-color:#2d3748f2;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.login-form-wrapper h2{color:#e2e8f0}.input-group label{color:#cbd5e0}.input-group input{background-color:#ffffff0d!important;border-color:#fff3;color:#e2e8f0!important}.input-group input:focus{background-color:#ffffff1a!important;border-color:#667eea}.input-group input::placeholder{color:#a0aec0!important}}@media (max-width: 768px){.login-page-container{padding:15px}.login-form-wrapper{padding:40px 30px;border-radius:16px}.login-logo{width:150px}.login-form-wrapper h2{font-size:1.6rem}.input-group{grid-template-columns:110px 1fr;gap:12px}.input-group label{font-size:.95rem}}@media (max-width: 480px){.login-form-wrapper{padding:30px 25px;margin:10px}.login-logo{width:130px}.login-form-wrapper h2{font-size:1.4rem;margin-bottom:30px}.input-group{grid-template-columns:1fr;gap:8px;text-align:left}.input-group label{font-size:.9rem;margin-bottom:6px}.input-group input{padding:14px 16px;font-size:.95rem}.login-btn{padding:14px;font-size:1rem}}.staff-home-container{padding:2rem 3rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.staff-home-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014}.header-text{flex:1;text-align:left}.header-text h1{font-size:2.5rem;color:#1a2c4e;margin-bottom:.5rem}.header-text p{font-size:1.1rem;color:#6c757d;margin:0}.header-actions{flex-shrink:0}.staff-count-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d;white-space:nowrap;text-decoration:none;display:inline-block}.staff-count-btn.pending{background:linear-gradient(135deg,#ffc107,#fd7e14);box-shadow:0 4px 15px #ffc1074d}.staff-count-btn.completed{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px #28a7454d}.staff-count-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.staff-count-btn.pending:hover{box-shadow:0 6px 20px #ffc10766}.overview-section{margin-bottom:3rem}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.overview-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.overview-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.overview-card.urgent{border-left:4px solid #dc3545;background:linear-gradient(135deg,#fff5f5,#fff)}.card-icon{font-size:3rem;flex-shrink:0}.card-content{flex:1}.card-content h3{margin:0 0 .5rem;color:#1a2c4e;font-size:1.2rem;font-weight:600}.big-number{font-size:2.5rem;font-weight:700;color:#1a2c4e;margin:.5rem 0}.overview-card.urgent .big-number{color:#dc3545}.card-content p{margin:0;color:#6c757d;font-size:.95rem}.stock-btn{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s ease;display:inline-block;margin-top:.5rem}.stock-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #17a2b84d;color:#fff}.report-btn{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;text-decoration:none;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #17a2b84d}.machinery-btn{background:linear-gradient(135deg,#fd7e14,#e8590c);color:#fff;text-decoration:none;padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;margin-bottom:.5rem;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #fd7e144d}.report-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d;color:#fff}.chat-btn{background:linear-gradient(135deg,#6f42c1,#563d7c);color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s ease;display:inline-block;margin-top:.5rem}.chat-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6f42c14d;color:#fff}.message-badge{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:.5rem;animation:pulse-badge 2s infinite;box-shadow:0 2px 6px #dc35454d}@keyframes pulse-badge{0%{transform:scale(1);box-shadow:0 2px 6px #dc35454d}50%{transform:scale(1.1);box-shadow:0 4px 12px #dc354580}to{transform:scale(1);box-shadow:0 2px 6px #dc35454d}}.staff-home-main{margin-top:2rem}.staff-home-main h2{color:#1a2c4e;margin-bottom:2rem;font-size:1.8rem;font-weight:700}.zone-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.zone-card-staff{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.zone-card-staff:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026;border-color:#667eea}.zone-card-header{margin-bottom:1.5rem}.zone-title h3{margin:0 0 1rem;color:#1a2c4e;font-size:1.4rem;font-weight:700}.zone-stats{display:flex;gap:1rem;flex-wrap:wrap}.stat{background:linear-gradient(135deg,#e9ecef,#f8f9fa);padding:8px 12px;border-radius:20px;font-size:.9rem;font-weight:600;color:#495057;border:1px solid #dee2e6}.stat.urgent{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border-color:#f5c6cb}.zone-progress{margin:1.5rem 0}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.95rem;color:#495057;font-weight:600}.progress-bar{height:12px;background:#e9ecef;border-radius:6px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(135deg,#28a745,#20c997);border-radius:6px;transition:width .8s ease;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.zone-actions{margin-top:1.5rem}.manage-tables-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:12px 20px;border-radius:10px;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:none;cursor:pointer;width:100%;justify-content:center}.manage-tables-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea4d;color:#fff}.manage-tables-btn span{font-size:1.2rem;transition:transform .2s ease}.manage-tables-btn:hover span{transform:rotate(10deg)}.notification-bell{position:relative;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;margin-right:15px}.notification-bell span{font-size:1.8rem;color:#333;transition:color .2s ease}.notification-bell:hover span{color:#007bff}.notification-badge{position:absolute;top:4px;right:4px;background-color:#e74c3c;color:#fff;border-radius:50%;padding:2px 6px;font-size:.7rem;font-weight:700;border:2px solid white}.notifications-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border-radius:8px;box-shadow:0 5px 25px #0000001a;width:350px;max-height:400px;overflow-y:auto;z-index:1000;border:1px solid #e0e0e0}.notifications-header{padding:12px 15px;font-size:1rem;font-weight:600;color:#333;border-bottom:1px solid #f0f0f0}.notification-item{padding:12px 15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease}.notification-item:last-child{border-bottom:none}.notification-item:hover{background-color:#f8f9fa}.notification-item p{margin:0 0 5px;font-size:.9rem;color:#333}.notification-item small{font-size:.75rem;color:#888}.notification-item.unread{background-color:#e9f5ff;font-weight:600}.notification-item.unread p{font-weight:600;color:#0056b3}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px;color:#6c757d}.no-assignments{text-align:center;padding:4rem 2rem;color:#6c757d}.no-assignments-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.no-assignments h3{color:#495057;margin-bottom:1rem;font-size:1.4rem}.no-assignments p{max-width:400px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.staff-home-container{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text{text-align:center}.header-text h1{font-size:2rem}.header-text p{font-size:1rem}.staff-count-btn{padding:14px 20px;font-size:.9rem}.overview-cards,.zone-cards-container{grid-template-columns:1fr}.overview-card{padding:1.5rem}.card-icon{font-size:2.5rem}.big-number{font-size:2rem}.messaging-header{flex-direction:column;gap:1rem;text-align:center}.messaging-stats{text-align:center}.btn-content{gap:1rem}.btn-icon{width:50px;height:50px;font-size:2rem}.btn-title{font-size:1.1rem}.btn-subtitle{font-size:.9rem}}.messaging-section{margin-top:2rem;background:linear-gradient(135deg,#6f42c1,#563d7c);border-radius:20px;padding:0;overflow:hidden;box-shadow:0 10px 30px #6f42c14d}.messaging-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:3px;border-radius:17px;padding:2rem}.messaging-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.messaging-title h2{font-size:1.8rem;color:#1a2c4e;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.messaging-title p{color:#6c757d;margin:0;font-size:1rem}.messaging-stats{text-align:right}.unread-count{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;padding:.8rem 1.2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #dc35454d;animation:pulse-glow 2s infinite}.count-number{display:block;font-size:1.5rem;font-weight:700;line-height:1}.count-label{display:block;font-size:.8rem;opacity:.9;margin-top:.25rem}.no-messages{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:.8rem 1.2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #28a7454d}.primary-chat-btn{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#6f42c1,#563d7c);color:#fff;text-decoration:none;padding:1.2rem 1.8rem;border-radius:15px;transition:all .3s ease;box-shadow:0 4px 20px #6f42c14d;position:relative;overflow:hidden}.primary-chat-btn:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6f42c166;color:#fff}.btn-content{display:flex;align-items:center;gap:1.2rem}.btn-icon{font-size:2rem;background:#fff3;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn-text{display:flex;flex-direction:column;gap:.25rem}.btn-title{font-size:1.2rem;font-weight:700}.btn-subtitle{font-size:.9rem;opacity:.9}.floating-badge{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;font-size:.9rem;font-weight:700;padding:6px 10px;border-radius:50%;min-width:35px;height:35px;display:flex;align-items:center;justify-content:center;animation:bounce 2s infinite;box-shadow:0 4px 15px #dc354566}.zone-detail-container{padding:40px;max-width:1400px;margin:0 auto}.zone-detail-header{text-align:center;margin-bottom:40px;border-bottom:2px solid #eee;padding-bottom:20px}.zone-detail-header h1{font-size:2.5rem;color:#333;margin-bottom:10px}.zone-detail-header p{font-size:1.2rem;color:#666}.table-controls{margin-bottom:30px;text-align:center}.table-controls button{padding:12px 25px;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;background-color:#28a745;color:#fff;transition:all .3s ease}.table-controls button:hover:not(:disabled){background-color:#218838;box-shadow:0 4px 12px #28a74533}.table-controls button:disabled{background-color:#6c757d;cursor:not-allowed}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.table-card-icons{display:flex;align-items:center;gap:8px}.issue-indicator{display:flex;align-items:center;gap:4px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:12px;padding:2px 8px;animation:pulse-warning 2s infinite}.issue-icon{font-size:1rem;line-height:1}.issue-count{font-size:.8rem;font-weight:600;color:#856404}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.8}}.table-percentage-label{font-size:.9rem;font-weight:600;color:#007bff;background-color:#e7f3ff;padding:2px 8px;border-radius:10px}.issues-summary{padding:1rem;background-color:#fff8e1;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.issues-summary h5{margin:0 0 .75rem;font-size:.9rem;color:#495057;font-weight:600}.issues-status{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.status-badge{padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-açık{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.status-devam-ediyor{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.status-çözüldü{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-iptal{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.latest-issue{margin-top:.75rem}.latest-issue p{margin:0 0 .25rem;font-size:.85rem}.issue-preview{color:#6c757d;font-style:italic;line-height:1.3}.issue-date{color:#adb5bd;font-size:.75rem}.notes-preview{padding:1rem;background-color:#f8f9fa;border-top:1px solid #f0f0f0}.notes-preview h5{margin:0 0 .5rem;font-size:.9rem;color:#495057;font-weight:600}.notes-preview p{margin:0;font-size:.85rem;color:#6c757d;line-height:1.4;font-style:italic}.table-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:all .3s ease;overflow:hidden}.table-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.table-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem .5rem}.table-card-header h4{margin:0;color:#333!important;font-size:1.1rem;font-weight:600;min-height:1.5rem;display:block;overflow:visible;text-overflow:unset;white-space:normal;background-color:transparent}.table-progress-bar{margin:.5rem 1rem 0;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.table-progress-fill{height:100%;background:linear-gradient(90deg,#28a745,#20c997);transition:width .5s ease;border-radius:3px}@media (max-width: 768px){.issues-status{flex-direction:column}.status-badge{text-align:center}.table-card-icons{flex-direction:column;align-items:flex-end;gap:4px}}.table-details-page{padding:20px;max-width:1200px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column;gap:20px}.page-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;box-shadow:0 2px 8px #0000001a}.header-left{display:flex;align-items:center;gap:16px}.read-only-badge{background:#e74c3c;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 2px 4px #e74c3c4d}.table-name-input{font-size:1.5rem;font-weight:600;color:#333;background:#fff;border:2px solid #007bff;padding:8px 16px;border-radius:8px;width:300px;transition:all .2s ease}.table-name-input:focus{outline:none;border-color:#0056b3;box-shadow:0 0 0 3px #007bff40}.table-name-input:disabled{background:#f8f9fa;color:#6c757d;border-color:#dee2e6;cursor:not-allowed}.back-button{background:#007bff;color:#fff;border:none;padding:10px 18px;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 4px #007bff4d}.back-button:hover{background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 8px #007bff66}.tasks-container{display:flex;gap:16px;justify-content:center;align-items:flex-start;max-width:1000px;margin:0 auto}.task-group{background:#fff;padding:14px;border-radius:10px;border:1px solid #e9ecef;box-shadow:0 2px 6px #0000000d;width:280px;max-width:280px;flex:0 0 280px}.task-group h4{font-size:1.1rem;color:#2d6cdf;margin-bottom:12px;padding:8px 0;text-align:center;background:#f8f9fa;border-radius:6px;box-shadow:0 1px 3px #0000000d}.task-list{display:flex;flex-direction:column;gap:8px}.task-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#f8f9fa;border-radius:5px;cursor:pointer;font-size:.9rem;transition:background .2s ease}.task-item:hover{background:#e9ecef}.task-item input[type=checkbox]{width:16px;height:16px;accent-color:#007bff}.task-item span{font-size:.9rem;color:#343a40}.details-container{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;max-width:1000px;margin-left:auto;margin-right:auto}.notes-section,.issues-section{background:#fff;padding:16px;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000000f}.notes-section textarea{width:100%;min-height:100px;padding:12px;border:1px solid #dee2e6;border-radius:6px;resize:vertical;font-size:.95rem}.notes-section textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.note-history{margin-top:16px;padding-top:16px;border-top:1px solid #dee2e6}.note-history h4{font-size:1rem;color:#495057;margin-bottom:12px}.note-history-list{max-height:200px;overflow-y:auto}.note-history-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px;margin-bottom:10px;transition:all .2s ease}.note-history-item:hover{background:#e9ecef;border-color:#dee2e6}.note-content{font-size:.9rem;color:#333;margin-bottom:8px;white-space:pre-wrap;line-height:1.4}.note-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:.75rem;color:#6c757d;margin-top:4px}.note-author{font-weight:600;color:#495057}.note-role{color:#007bff;background:#e7f3ff;padding:2px 6px;border-radius:3px;font-size:.7rem}.note-date{color:#6c757d;font-size:.72rem;white-space:nowrap}.note-history-empty{text-align:center;padding:20px;color:#6c757d;font-style:italic}.note-history-empty p{margin:0;font-size:.9rem}.issue-input-group{display:flex;gap:12px;margin-bottom:16px}.issue-input-group input{flex:1;padding:8px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:.95rem}.issue-input-group button{padding:8px 20px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s ease}.issue-input-group button:hover{background:#c82333}.issue-list{max-height:200px;overflow-y:auto;border:1px solid #dee2e6;border-radius:6px;padding:12px}.issue-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #eee}.issue-item:last-child{border-bottom:none}.issue-status{padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-açık{background:#ffc107;color:#000}.status-çözüldü{background:#28a745;color:#fff}.issue-description{flex:1;margin:0;font-size:.9rem;color:#495057}.issue-date{font-size:.8rem;color:#6c757d}.page-footer{display:flex;justify-content:flex-end;padding:16px 0 0;margin-top:20px}.save-button{padding:12px 32px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.save-button:hover{background:#218838}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:#666}.task-item.readonly{opacity:.7;cursor:not-allowed;background:#f1f3f4}.task-item.readonly input[disabled]{cursor:not-allowed}@media (max-width: 1200px){.tasks-container{flex-direction:column}.task-group{width:100%}.details-container{grid-template-columns:1fr}}.reports-container{padding:20px;max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.reports-header{text-align:center;margin-bottom:40px;padding:30px;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a}.reports-header h1{color:#2c3e50;margin-bottom:10px;font-size:2.5em;font-weight:700}.reports-header p{color:#7f8c8d;font-size:1.2em;margin:0}.loading-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a}.loading-spinner{width:50px;height:50px;border:4px solid #ecf0f1;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-message p{color:#7f8c8d;font-size:1.1em;margin:0}.report-section{margin-bottom:40px;background:#fff;border-radius:15px;padding:30px;box-shadow:0 4px 20px #0000001a;border-left:5px solid #3498db}.report-section h2{color:#2c3e50;margin-bottom:25px;font-size:1.8em;font-weight:600;border-bottom:2px solid #ecf0f1;padding-bottom:10px}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.summary-card{display:flex;align-items:center;padding:25px;border-radius:12px;box-shadow:0 3px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.summary-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px #00000026}.summary-card.primary{border-left:5px solid #3498db}.summary-card.success{border-left:5px solid #27ae60}.summary-card.warning{border-left:5px solid #f39c12}.summary-card.info{border-left:5px solid #9b59b6}.card-icon{font-size:2.5em;margin-right:20px;opacity:.8}.card-content h3{color:#7f8c8d;font-size:.9em;margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.card-value{color:#2c3e50;font-size:2.2em;font-weight:700;margin-bottom:5px}.card-subtitle{color:#95a5a6;font-size:.85em;margin:0}.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:30px}.analysis-card{background:#f8f9fa;padding:25px;border-radius:12px;border:1px solid #e9ecef}.analysis-card h3{color:#2c3e50;margin-bottom:15px;font-size:1.2em;font-weight:600}.performance-item{padding:20px;border-radius:10px;text-align:center}.performance-item.best{background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff}.performance-item.worst{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.zone-name{font-size:1.3em;font-weight:600;margin-bottom:8px}.zone-rate{font-size:2em;font-weight:700;margin-bottom:5px}.zone-details{font-size:.9em;opacity:.9}.zones-table-container,.personnel-table-container{margin-top:30px}.zones-table-container h3,.personnel-table-container h4{color:#2c3e50;margin-bottom:15px;font-size:1.3em;font-weight:600}.zones-table,.personnel-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px #0000001a}.zones-table th,.zones-table td,.personnel-table th,.personnel-table td{padding:15px;text-align:left;border-bottom:1px solid #ecf0f1}.zones-table th,.personnel-table th{background:#34495e;color:#fff;font-weight:600;text-transform:uppercase;font-size:.85em;letter-spacing:1px}.zones-table tr:hover,.personnel-table tr:hover{background:#f8f9fa}.zone-name-cell,.person-name-cell{font-weight:600;color:#2c3e50}.completion-cell{width:150px}.progress-bar{background:#ecf0f1;border-radius:10px;height:20px;position:relative;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#27ae60,#2ecc71);border-radius:10px;transition:width .3s ease}.progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.8em;font-weight:600;color:#2c3e50}.has-issues{color:#e74c3c;font-weight:600}.stock-summary{display:grid;gap:30px}.stock-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stock-card{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 3px 15px #0000001a;border-left:4px solid #3498db;transition:transform .3s ease}.stock-card:hover{transform:translateY(-3px)}.stock-card.warning{border-left-color:#f39c12}.stock-card.danger{border-left-color:#e74c3c}.stock-card h4{color:#7f8c8d;font-size:.9em;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.stock-value{color:#2c3e50;font-size:1.8em;font-weight:700;margin-bottom:5px}.stock-detail{color:#95a5a6;font-size:.8em}.stock-movements{background:#f8f9fa;padding:25px;border-radius:12px;border:1px solid #e9ecef}.stock-movements h3{color:#2c3e50;margin-bottom:20px;font-size:1.2em;font-weight:600}.movement-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.movement-item{display:flex;justify-content:space-between;padding:15px;background:#fff;border-radius:8px;border-left:3px solid #3498db}.movement-label{color:#7f8c8d;font-weight:500}.movement-value{color:#2c3e50;font-weight:600}.most-used-products{background:#f8f9fa;padding:25px;border-radius:12px;border:1px solid #e9ecef}.most-used-products h3{color:#2c3e50;margin-bottom:20px;font-size:1.2em;font-weight:600}.product-list{display:grid;gap:10px}.product-item{display:grid;grid-template-columns:40px 1fr auto;align-items:center;padding:15px;background:#fff;border-radius:8px;border-left:3px solid #27ae60}.product-rank{background:#27ae60;color:#fff;width:25px;height:25px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:600}.product-name{color:#2c3e50;font-weight:500;margin-left:15px}.product-usage{color:#27ae60;font-weight:600}.issue-analytics{display:grid;gap:30px}.issue-summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.issue-card{background:#fff;padding:20px;border-radius:12px;text-align:center;box-shadow:0 3px 15px #0000001a;border-left:4px solid #e74c3c;transition:transform .3s ease}.issue-card:hover{transform:translateY(-3px)}.issue-card h4{color:#7f8c8d;font-size:.9em;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.issue-value{color:#2c3e50;font-size:1.8em;font-weight:700}.issue-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.issue-chart{background:#f8f9fa;padding:25px;border-radius:12px;border:1px solid #e9ecef}.issue-chart h4{color:#2c3e50;margin-bottom:20px;font-size:1.1em;font-weight:600}.chart-items{display:grid;gap:10px}.chart-item{display:flex;justify-content:space-between;padding:12px 15px;background:#fff;border-radius:8px;border-left:3px solid #3498db}.chart-label{color:#7f8c8d;font-weight:500}.chart-value{color:#2c3e50;font-weight:600}.personnel-analytics{display:grid;gap:30px}.personnel-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:25px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.summary-item{display:flex;justify-content:space-between;padding:15px;background:#fff;border-radius:8px;border-left:3px solid #9b59b6}.summary-label{color:#7f8c8d;font-weight:500}.summary-value{color:#2c3e50;font-weight:600}.top-performer{background:linear-gradient(135deg,#f39c12,#e67e22);padding:25px;border-radius:12px;color:#fff}.top-performer h4{margin-bottom:15px;font-size:1.2em;font-weight:600}.performer-card{background:#fff3;padding:20px;border-radius:10px;text-align:center}.performer-name{font-size:1.3em;font-weight:600;margin-bottom:10px}.performer-stats{display:flex;justify-content:center;gap:20px;font-size:.9em}.performer-stats span{background:#ffffff4d;padding:5px 10px;border-radius:15px}.has-open-issues{color:#e74c3c;font-weight:600}.no-issues{color:#27ae60;font-weight:600}.resolved-count{color:#95a5a6;font-size:.9em}.stock-status{color:#3498db;font-weight:500}.performance-indicator{font-size:1.2em;text-align:center}.task-analytics{display:grid;gap:30px}.task-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:25px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.task-stat{display:flex;justify-content:space-between;padding:15px;background:#fff;border-radius:8px;border-left:3px solid #16a085}.task-label{color:#7f8c8d;font-weight:500}.task-value{color:#2c3e50;font-weight:600}.task-types{background:#fff;padding:25px;border-radius:12px;box-shadow:0 3px 15px #0000001a}.task-types h4{color:#2c3e50;margin-bottom:25px;font-size:1.3em;font-weight:600}.task-type-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.task-type-card{background:#f8f9fa;padding:25px;border-radius:12px;border:1px solid #e9ecef}.task-type-card h5{color:#2c3e50;margin-bottom:20px;font-size:1.1em;font-weight:600}.task-progress{display:grid;gap:10px}.progress-fill.mechanical{background:linear-gradient(90deg,#e74c3c,#c0392b)}.progress-fill.electrical{background:linear-gradient(90deg,#f39c12,#e67e22)}.progress-fill.og{background:linear-gradient(90deg,#3498db,#2980b9)}.progress-details{color:#7f8c8d;font-size:.9em;font-weight:500;text-align:center}.reports-footer{display:flex;justify-content:space-between;align-items:center;padding:25px;background:#34495e;color:#fff;border-radius:15px;margin-top:40px}.reports-footer p{margin:0;color:#bdc3c7}.refresh-btn{background:#3498db;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.refresh-btn:hover{background:#2980b9;transform:translateY(-2px)}@media (max-width: 768px){.reports-container{padding:15px}.report-section,.reports-header{padding:20px}.reports-header h1{font-size:2em}.summary-cards,.analysis-grid,.task-type-cards{grid-template-columns:1fr}.zones-table,.personnel-table{font-size:.85em}.zones-table th,.zones-table td,.personnel-table th,.personnel-table td{padding:10px 8px}.reports-footer{flex-direction:column;gap:15px;text-align:center}.card-icon{font-size:2em;margin-right:15px}.card-value{font-size:1.8em}}@media (max-width: 480px){.summary-card{flex-direction:column;text-align:center}.card-icon{margin-right:0;margin-bottom:15px}.stock-cards,.issue-summary-cards,.movement-stats,.personnel-summary,.task-summary{grid-template-columns:1fr}}.header-text{flex:1}.export-buttons{display:flex;gap:1rem;flex-shrink:0}.export-btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:140px;justify-content:center}.excel-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 4px 15px #28a7454d}.excel-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.pdf-btn{background:linear-gradient(135deg,#dc3545,#fd7e14);color:#fff;box-shadow:0 4px 15px #dc35454d}.pdf-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.export-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.export-message{margin-top:1rem;padding:12px 16px;border-radius:8px;font-size:.95rem;text-align:center}.export-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.export-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.staff-count-analytics{display:flex;flex-direction:column;gap:2rem}.staff-count-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.staff-summary-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e1e8ed;transition:all .3s ease;display:flex;align-items:center;gap:1rem}.staff-summary-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.staff-summary-card .card-icon{font-size:2.5rem;opacity:.8}.staff-summary-card.primary .card-icon{color:#3498db}.staff-summary-card.success .card-icon{color:#27ae60}.staff-summary-card.warning .card-icon{color:#f39c12}.staff-summary-card.info .card-icon{color:#9b59b6}.staff-summary-card .card-content h3{margin:0 0 .5rem;font-size:1rem;color:#7f8c8d;font-weight:600}.staff-summary-card .card-value{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.25rem;line-height:1}.staff-summary-card .card-subtitle{font-size:.9rem;color:#95a5a6}.weekly-analysis{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.weekly-analysis h3{margin:0 0 1rem;color:#2c3e50;font-size:1.3rem}.weekly-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.weekly-stat{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}.weekly-stat .stat-label{font-weight:600;color:#7f8c8d}.weekly-stat .stat-value{font-weight:700;color:#2c3e50}.daily-breakdown h4{margin:0 0 1rem;color:#2c3e50;font-size:1.1rem}.daily-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem}.daily-item{text-align:center;padding:1rem .5rem;background:#f8f9fa;border-radius:8px;border:2px solid transparent;transition:all .3s ease}.daily-item:hover{background:#e9ecef;border-color:#3498db}.daily-item .day-name{font-size:.8rem;font-weight:600;color:#7f8c8d;margin-bottom:.25rem}.daily-item .day-count{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.25rem}.daily-item .day-date{font-size:.7rem;color:#95a5a6}.personnel-staff-stats{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.personnel-staff-stats h3{margin:0 0 1.5rem;color:#2c3e50;font-size:1.3rem}.top-personnel{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.top-person-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #667eea4d}.top-person-card h4{margin:0 0 1rem;font-size:1.1rem;opacity:.9}.person-info .person-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.person-info .person-stats{display:flex;gap:1rem;font-size:.9rem;opacity:.9}.personnel-staff-table{width:100%;border-collapse:collapse;margin-top:1rem}.personnel-staff-table th,.personnel-staff-table td{padding:12px;text-align:left;border-bottom:1px solid #e1e8ed}.personnel-staff-table th{background:#f8f9fa;font-weight:600;color:#2c3e50}.personnel-staff-table tbody tr:hover{background:#f8f9fa}.general-staff-stats{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.general-staff-stats h3{margin:0 0 1.5rem;color:#2c3e50;font-size:1.3rem}.general-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.general-stat-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #27ae60}.general-stat-item .stat-icon{font-size:1.5rem;opacity:.8}.general-stat-item .stat-label{font-weight:600;color:#7f8c8d;flex:1}.general-stat-item .stat-value{font-weight:700;color:#2c3e50;font-size:1.1rem}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.export-buttons{width:100%;justify-content:center}.export-btn{flex:1;max-width:200px}.daily-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.staff-count-summary,.weekly-stats,.top-personnel{grid-template-columns:1fr}.general-stats-grid{grid-template-columns:repeat(2,1fr)}}.daily-staff-count-container{padding:2rem;background:#f8f9fa;min-height:calc(100vh - 80px);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page-header{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef}.header-content{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1rem}.header-text h1{margin:0;font-size:2rem;color:#212529;font-weight:600;letter-spacing:-.025em}.header-text p{margin:.5rem 0 0;color:#6c757d;font-size:1rem;font-weight:400}.back-btn{background:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;border:1px solid transparent}.back-btn:hover{background:#495057;box-shadow:0 2px 8px #6c757d26}.message{margin-top:1rem;padding:14px 18px;border-radius:10px;font-size:1rem;text-align:center;font-weight:500}.message.success{background:#d4edda;color:#155724;border:2px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.panel-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;margin-bottom:1.5rem;border:1px solid #e9ecef}.card-header{background:#495057;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dee2e6}.card-header h2{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.today-info{font-size:.9rem;opacity:.9;font-weight:400}.record-count{background:#ffffff26;padding:4px 12px;border-radius:16px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.entry-panel{min-height:400px}.current-entry,.new-entry{padding:2rem}.entry-display{text-align:center;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#e8f5e8,#d4edda);border-radius:12px;border:2px solid #c3e6cb}.count-badge{font-size:2.5rem;font-weight:700;color:#28a745;margin-bottom:.5rem}.entry-display p{color:#155724;font-weight:600;margin:0}.update-section{border-top:1px solid #e9ecef;padding-top:1.5rem}.update-section p{color:#6c757d;margin-bottom:1rem;font-weight:500}.new-entry{text-align:center}.entry-prompt{margin-bottom:2rem}.prompt-icon{font-size:3rem;margin-bottom:1rem}.entry-prompt h3{color:#1a2c4e;margin:0 0 .5rem;font-size:1.4rem}.entry-prompt p{color:#6c757d;margin:0;font-size:1.1rem}.input-group{display:flex;gap:1rem;margin-top:1rem}.input-group input{flex:1;padding:14px 18px;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .2s ease;background:#fff}.input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.input-group input:disabled{background:#f8f9fa;cursor:not-allowed}.save-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:14px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #28a7454d}.save-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}.stat-item{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid #dee2e6;transition:transform .2s ease}.stat-item:hover{transform:translateY(-3px)}.stat-value{font-size:2rem;font-weight:700;color:#1a2c4e;margin-bottom:.5rem}.stat-label{color:#6c757d;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.filter-controls{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem}.filter-group select{padding:10px 14px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease;color:#495057}.filter-group select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.history-list{max-height:400px;overflow-y:auto;padding:0 2rem 2rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #e9ecef;border-radius:12px;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#f8f9fa);transition:all .2s ease}.history-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a;border-color:#667eea}.item-date{flex:1}.date-text{font-weight:600;color:#1a2c4e;margin-bottom:.3rem}.date-badge{font-size:.85rem;color:#6c757d;background:#e9ecef;padding:4px 8px;border-radius:6px;display:inline-block}.item-count{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.count-number{font-size:1.8rem;font-weight:700;color:#28a745}.count-unit{font-size:.9rem;color:#6c757d;font-weight:500}.table-container{overflow-x:auto;margin:0;padding:0 2rem 2rem}.staff-count-table{width:100%;border-collapse:collapse;background:#fff;border-radius:0;font-size:.9rem}.staff-count-table thead{background:#f8f9fa;border-bottom:2px solid #dee2e6}.staff-count-table th{color:#495057;padding:1rem;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #dee2e6}.staff-count-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .15s ease}.staff-count-table tbody tr:hover{background-color:#f8f9fa}.staff-count-table tbody tr:last-child{border-bottom:none}.staff-count-table td{padding:1rem;vertical-align:middle;color:#495057}.date-cell{font-weight:500;color:#212529;min-width:120px}.day-cell{color:#6c757d;font-weight:400;min-width:100px}.count-cell{text-align:center;min-width:120px}.count-cell .count-badge{display:inline-block;background:#0d6efd;color:#fff;padding:6px 12px;border-radius:4px;font-weight:600;font-size:.9rem;margin-right:8px}.count-cell .count-unit{color:#6c757d;font-size:.85rem;font-weight:400}.user-cell{color:#495057;font-weight:400;min-width:150px}.created-cell{color:#6c757d;font-size:.85rem;min-width:140px}.loading-state{text-align:center;padding:3rem 2rem;color:#6c757d}.spinner{width:50px;height:50px;border:4px solid #e9ecef;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.spinner-small{width:30px;height:30px;border:3px solid #e9ecef;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:60vh;color:#6c757d}.spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top:3px solid #0d6efd;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.stat-item{padding:1rem}.stat-value{font-size:1.5rem}}@media (max-width: 768px){.daily-staff-count-container{padding:1rem}.page-header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text h1{font-size:1.8rem}.filter-controls{grid-template-columns:1fr;gap:1rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.staff-count-table{min-width:600px}.staff-count-table th,.staff-count-table td{padding:.75rem .5rem;font-size:.9rem}.count-cell .count-badge{padding:6px 12px;font-size:1rem}.current-entry,.new-entry{padding:1.5rem}.card-header{padding:1rem 1.5rem}.history-list{padding:0 1.5rem 1.5rem}}.staff-count-form{display:flex;gap:1.5rem;align-items:end;flex-wrap:wrap;padding:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem;min-width:160px}.form-group label{font-weight:500;color:#495057;font-size:.9rem;margin-bottom:.25rem}.form-group input{padding:12px 16px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#495057}.form-group input:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.submit-btn{background:#0d6efd;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;height:fit-content;border:1px solid transparent}.submit-btn:hover:not(:disabled){background:#0b5ed7;box-shadow:0 2px 8px #0d6efd26}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.success-message{background:#d1e7dd;color:#0f5132;padding:12px 16px;border-radius:6px;border:1px solid #badbcc;margin-bottom:1rem;font-weight:400;font-size:.9rem}.error-message{background:#f8d7da;color:#842029;padding:12px 16px;border-radius:6px;border:1px solid #f5c2c7;margin-bottom:1rem;font-weight:400;font-size:.9rem}.form-info{color:#6c757d;font-size:.85rem;font-weight:400}@media (max-width: 768px){.daily-staff-count-container{padding:1rem}.page-header{padding:1.5rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text h1{font-size:1.5rem}.filter-controls{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.staff-count-form{flex-direction:column;align-items:stretch;padding:1.5rem}.form-group{min-width:unset}.table-container{padding:0 1.5rem 1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.staff-count-table{min-width:600px}.staff-count-table th,.staff-count-table td{padding:.75rem .5rem;font-size:.85rem}.count-cell .count-badge{padding:4px 8px;font-size:.8rem}.card-header{padding:1rem 1.5rem}}@media (max-width: 480px){.header-text h1{font-size:1.25rem}.staff-count-table th,.staff-count-table td{padding:.5rem .25rem;font-size:.8rem}.count-cell .count-badge{font-size:.75rem;padding:3px 6px}}.daily-staff-analytics-container{max-width:1400px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8f9fa;min-height:calc(100vh - 80px)}.analytics-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;color:#212529;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef}.analytics-header h1{margin:0 0 .5rem;font-size:2rem;font-weight:600;letter-spacing:-.025em}.analytics-header p{margin:0;font-size:1rem;color:#6c757d;font-weight:400}.loading-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.loading-spinner{width:40px;height:40px;border:3px solid #e9ecef;border-top:3px solid #0d6efd;border-radius:50%;animation:spin 1s linear infinite}.filters-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-weight:500;color:#495057;font-size:.9rem}.filter-group input,.filter-group select{padding:10px 14px;border:1px solid #ced4da;border-radius:6px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#495057}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.charts-section{display:grid;gap:2rem;margin-bottom:2rem}.chart-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef}.chart-container h2{margin:0 0 1.5rem;color:#212529;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.chart-wrapper{height:400px;position:relative}.stats-section{margin-bottom:2rem}.stats-section h2{margin:0 0 1.5rem;color:#212529;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.stat-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.stat-header{background:#495057;color:#fff;padding:15px 20px}.stat-header h3{margin:0;font-size:1.1rem;font-weight:600}.stat-body{padding:20px;display:flex;flex-direction:column;gap:12px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:500;color:#6b7280;font-size:.9rem}.stat-value{font-weight:700;color:#1f2937;font-size:1rem}.summary-section h2{margin:0 0 20px;color:#1f2937;font-size:1.8rem;font-weight:600}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.summary-card{background:#fff;border-radius:12px;padding:25px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb;transition:transform .3s ease}.summary-card:hover{transform:translateY(-2px)}.summary-icon{font-size:2.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.summary-content h3{margin:0 0 8px;color:#6b7280;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:2rem;font-weight:700;color:#1f2937;margin:0}@media (max-width: 768px){.daily-staff-analytics-container{padding:15px}.analytics-header{padding:20px 15px}.analytics-header h1{font-size:2rem}.filters-grid{grid-template-columns:1fr}.chart-wrapper{height:300px}.stats-grid,.summary-cards{grid-template-columns:1fr}.summary-card{padding:20px}.summary-icon{font-size:2rem}.summary-value{font-size:1.5rem}}@media (max-width: 480px){.analytics-header h1{font-size:1.5rem}.analytics-header p{font-size:1rem}.filters-section,.chart-container,.stat-card{padding:15px}.chart-wrapper{height:250px}}.table-section{margin-bottom:2rem}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;border:1px solid #e9ecef;overflow:hidden}.table-header{background:#495057;color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dee2e6}.table-header h2{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.025em}.table-info{font-size:.9rem;opacity:.9;font-weight:400}.table-wrapper{overflow-x:auto;margin:0}.analytics-table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}.analytics-table thead{background:#f8f9fa;border-bottom:2px solid #dee2e6}.analytics-table th{color:#495057;padding:1rem;text-align:left;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #dee2e6}.analytics-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .15s ease}.analytics-table tbody tr:hover{background-color:#f8f9fa}.analytics-table tbody tr:last-child{border-bottom:none}.analytics-table td{padding:1rem;vertical-align:middle;color:#495057}.analytics-table .date-cell{font-weight:500;color:#212529;min-width:120px}.analytics-table .day-cell{color:#6c757d;font-weight:400;min-width:100px}.analytics-table .user-cell{color:#495057;font-weight:500;min-width:150px}.analytics-table .count-cell{text-align:center;min-width:120px}.analytics-table .count-badge{display:inline-block;background:#0d6efd;color:#fff;padding:6px 12px;border-radius:4px;font-weight:600;font-size:.9rem;margin-right:8px}.analytics-table .count-unit{color:#6c757d;font-size:.85rem;font-weight:400}.analytics-table .created-cell{color:#6c757d;font-size:.85rem;min-width:140px}.empty-state{text-align:center;padding:3rem 2rem;color:#6c757d}.empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.empty-state p{margin:0;font-size:1rem;font-weight:400}@media (max-width: 768px){.table-header{flex-direction:column;gap:.5rem;text-align:center;padding:1rem 1.5rem}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.analytics-table{min-width:600px}.analytics-table th,.analytics-table td{padding:.75rem .5rem;font-size:.85rem}.analytics-table .count-badge{padding:4px 8px;font-size:.8rem}}@media (max-width: 480px){.analytics-table th,.analytics-table td{padding:.5rem .25rem;font-size:.8rem}.analytics-table .count-badge{font-size:.75rem;padding:3px 6px}}.daily-report-container{max-width:600px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.daily-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.daily-report-header h1{margin:0;font-size:1.8rem;font-weight:600;color:#1f2937}.add-btn{width:50px;height:50px;border-radius:50%;border:none;background:#3b82f6;color:#fff;font-size:1.5rem;font-weight:300;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #3b82f64d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.add-btn.cancel{background:#ef4444;box-shadow:0 4px 12px #ef44444d}.add-btn.cancel:hover{box-shadow:0 6px 20px #ef444466}.add-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.message{padding:15px 20px;border-radius:12px;margin-bottom:20px;font-weight:500;text-align:center}.message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.add-form{background:#fff;border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6}.form-group{margin-bottom:20px}.form-group textarea{width:100%;padding:15px;border:2px solid #f3f4f6;border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .3s ease;outline:none}.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea::placeholder{color:#9ca3af}.file-label{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;font-weight:500;color:#475569;transition:all .3s ease}.file-label:hover{background:#f1f5f9;border-color:#3b82f6;color:#3b82f6}.image-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;margin-bottom:20px}.image-preview{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;border:none;background:#ef4444e6;color:#fff;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.submit-btn{width:100%;padding:15px;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#059669;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading p{margin:0;color:#6b7280;font-weight:500}.reports-section{margin-top:30px}.reports-list{display:flex;flex-direction:column;gap:20px}.report-item{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000a;border:1px solid #f3f4f6;transition:all .3s ease}.report-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.report-date{font-size:.9rem;color:#6b7280;font-weight:500;margin-bottom:12px}.report-comment{color:#374151;line-height:1.6;margin-bottom:16px;font-size:1rem}.report-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.report-images img{width:100%;height:120px;object-fit:cover;border-radius:12px;cursor:pointer;transition:transform .3s ease}.report-images img:hover{transform:scale(1.05)}.empty-state p{margin:0 0 8px;font-size:1.1rem;font-weight:500;color:#374151}.empty-state small{font-size:.9rem;color:#9ca3af}@media (max-width: 768px){.daily-report-container{padding:15px}.daily-report-header h1{font-size:1.5rem}.add-btn{width:45px;height:45px;font-size:1.3rem}.add-form{padding:20px}.image-previews{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.report-images{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.report-images img{height:100px}}@media (max-width: 480px){.daily-report-header{flex-direction:column;gap:15px;text-align:center}.image-previews{grid-template-columns:repeat(3,1fr)}.report-images{grid-template-columns:repeat(2,1fr)}}.all-reports-container{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{margin-bottom:30px}.header-content{text-align:center;margin-bottom:25px}.header-content h1{margin:0 0 10px;font-size:2.2rem;font-weight:700;color:#1f2937}.header-content p{margin:0;font-size:1.1rem;color:#6b7280}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:25px;border-radius:16px;text-align:center;color:#fff;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(255,255,255,.1)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:8px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:1rem;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:1}.filters-section{background:#fff;border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:end}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-weight:600;color:#374151;font-size:.95rem}.filter-group select,.filter-group input{padding:12px 15px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.clear-filters-btn{padding:12px 20px;background:#f3f4f6;color:#374151;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;height:fit-content}.clear-filters-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px}.spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading p{margin:0;color:#6b7280;font-weight:500;font-size:1.1rem}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}.report-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014;border:1px solid #f3f4f6;transition:all .3s ease}.report-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.user-details{display:flex;flex-direction:column;gap:4px}.user-name{font-weight:600;color:#1f2937;font-size:1rem}.report-meta{display:flex;flex-direction:column;gap:2px}.date{font-size:.85rem;color:#6b7280;font-weight:500}.time{font-size:.8rem;color:#9ca3af}.image-count-badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.report-comment{color:#374151;line-height:1.6;margin-bottom:15px;font-size:1rem;background:#f8fafc;padding:15px;border-radius:10px;border-left:4px solid #3b82f6}.report-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px}.image-thumbnail{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.image-thumbnail:hover{transform:scale(1.05)}.image-thumbnail img{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;font-weight:600;font-size:.9rem}.image-thumbnail:hover .image-overlay{opacity:1}.empty-state{text-align:center;padding:80px 20px;color:#6b7280}.empty-icon{font-size:4rem;margin-bottom:20px;opacity:.5}.empty-state h3{margin:0 0 12px;color:#374151;font-size:1.3rem;font-weight:600}.empty-state p{max-width:500px;margin:0 auto;line-height:1.6}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.modal-title{display:flex;flex-direction:column;gap:4px}.modal-title .user-name{font-weight:600;color:#1f2937;font-size:1.1rem}.modal-date{font-size:.9rem;color:#6b7280}.close-btn{width:35px;height:35px;border-radius:50%;border:none;background:#f3f4f6;color:#374151;font-size:1.2rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#e5e7eb;transform:rotate(90deg)}.modal-image{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;background:#f8fafc}.modal-image img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px;box-shadow:0 4px 20px #0000001a}.modal-comment{padding:20px 25px;border-top:1px solid #e5e7eb;background:#fff}.modal-comment h4{margin:0 0 10px;color:#374151;font-size:1rem;font-weight:600}.modal-comment p{margin:0;color:#4b5563;line-height:1.6}.modal-actions{padding:15px 25px;border-top:1px solid #e5e7eb;background:#f8fafc;display:flex;justify-content:center}.download-btn{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.download-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.all-reports-container{padding:15px}.header-content h1{font-size:1.8rem}.stats-cards{grid-template-columns:1fr;gap:15px}.stat-number{font-size:2rem}.filters-grid{grid-template-columns:1fr;gap:15px}.reports-grid{grid-template-columns:1fr;gap:20px}.report-card{padding:15px}.modal-content{max-width:95vw;max-height:95vh}.modal-header{padding:15px 20px}.modal-image{padding:15px}.modal-comment,.modal-actions{padding:15px 20px}}@media (max-width: 480px){.report-header{flex-direction:column;gap:10px;align-items:flex-start}.user-info{width:100%}.image-count-badge{align-self:flex-end}.report-images{grid-template-columns:repeat(2,1fr)}.modal-title{align-items:flex-start}}.notifications-page-container{padding:2rem 3rem;background-color:#f8f9fa;min-height:calc(100vh - 80px)}.notifications-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem}.notifications-page-header h1{font-size:2.2rem;color:#1a2c4e;margin:0}.notifications-list{display:flex;flex-direction:column;gap:1.5rem}.notification-list-item{background-color:#fff;padding:0;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;align-items:stretch;cursor:pointer;transition:all .3s ease;overflow:hidden;border:2px solid transparent}.notification-list-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026;border-color:#007bff}.notification-status-indicator{width:8px;flex-shrink:0}.notification-content{padding:1.8rem 2rem;flex-grow:1}.notification-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.issue-location{font-weight:700;color:#2c3e50;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.issue-location:before{content:"📍";font-size:1rem}.issue-status-badge{padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.2);text-transform:uppercase;letter-spacing:.5px}.notification-content p{margin:0 0 12px;font-size:1.1rem;color:#34495e;line-height:1.6;font-weight:500}.notification-content small{font-size:.9rem;color:#7f8c8d;display:flex;align-items:center;gap:.5rem}.notification-content small:before{content:"🕒";font-size:.8rem}.no-notifications{text-align:center;padding:3rem;background-color:#fff;border-radius:8px;color:#6c757d;font-size:1.2rem}.chat-container{display:flex;height:calc(100vh - 80px);background-color:#f8f9fa}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 80px);gap:1rem;color:#6c757d}.spinner{width:40px;height:40px;border:4px solid #e3e3e3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.chat-sidebar{width:350px;background:#fff;border-right:2px solid #e9ecef;display:flex;flex-direction:column}.chat-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.chat-header h2{margin:0;color:#1a2c4e;font-size:1.4rem}.new-chat-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.new-chat-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}.chat-rooms-list{flex:1;overflow-y:auto}.no-chats{padding:2rem;text-align:center;color:#6c757d}.no-chats p{margin-bottom:1rem}.no-chats button{background:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500}.chat-room-item{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;border-bottom:1px solid #f1f3f4;transition:all .2s ease}.chat-room-item:hover{background-color:#f8f9fa}.chat-room-item.active{background-color:#e3f2fd;border-right:4px solid #007bff}.chat-room-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#007bff,#0056b3);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;margin-right:1rem}.chat-room-info{flex:1;min-width:0}.chat-room-name{font-weight:600;color:#212529;margin-bottom:.25rem}.chat-room-last-message{color:#6c757d;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-room-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.chat-room-time{color:#adb5bd;font-size:.8rem;white-space:nowrap}.new-message-indicator{width:8px;height:8px;background:#007bff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #007bffb3}70%{box-shadow:0 0 0 6px #007bff00}to{box-shadow:0 0 #007bff00}}.chat-main{flex:1;display:flex;flex-direction:column;background:#fff}.chat-messages-header{padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background:#fff}.chat-partner-info{display:flex;align-items:center}.chat-partner-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#28a745,#20c997);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-right:1rem}.chat-partner-info h3{margin:0;color:#1a2c4e;font-size:1.2rem}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f8f9fa}.message{display:flex;margin-bottom:.5rem;width:100%}.message.own{justify-content:flex-end;text-align:right}.message.other{justify-content:flex-start;text-align:left}.message-content{max-width:70%;padding:.75rem 1rem;border-radius:18px;position:relative;display:inline-block;text-align:left}.message.own .message-content{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border-bottom-right-radius:6px;text-align:left}.message.other .message-content{background:#fff;color:#212529;border:1px solid #e9ecef;border-bottom-left-radius:6px;text-align:left}.message-content p{margin:0 0 .5rem;line-height:1.4;text-align:left;word-wrap:break-word}.message-footer{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.message-time{font-size:.75rem;opacity:.7}.message-status{display:flex;align-items:center;margin-left:auto}.read-status{display:flex;align-items:center;gap:-2px}.read-tick{color:#00d4aa;font-size:.8rem;font-weight:700;margin-left:-3px;text-shadow:0 0 2px rgba(0,212,170,.5);animation:readTick .3s ease-in}.sent-status{display:flex;align-items:center}.sent-tick{color:#adb5bd;font-size:.8rem;font-weight:700}@keyframes readTick{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.message.own .message-footer{justify-content:flex-end}.message.other .message-footer{justify-content:flex-start}.chat-input-form{display:flex;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e9ecef;gap:1rem}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:25px;font-size:1rem;outline:none;transition:all .2s ease}.chat-input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.send-btn{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;cursor:pointer;font-size:1.2rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.no-chat-selected{display:flex;align-items:center;justify-content:center;height:100%;background:#f8f9fa}.no-chat-content{text-align:center;color:#6c757d}.no-chat-content h3{margin-bottom:1rem;font-size:2rem}.no-chat-content p{margin-bottom:2rem;font-size:1.1rem}.start-chat-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.start-chat-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff4d}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:70vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header h3{margin:0;color:#1a2c4e}.modal-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:#f8f9fa;color:#dc3545}.modal-body{padding:1rem 0;max-height:50vh;overflow-y:auto}.users-list{display:flex;flex-direction:column}.user-item{display:flex;align-items:center;padding:1rem 2rem;cursor:pointer;transition:all .2s ease}.user-item:hover{background-color:#f8f9fa}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#28a745,#20c997);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-right:1rem}.user-info{flex:1}.user-name{font-weight:600;color:#212529;margin-bottom:.25rem}.user-role{color:#6c757d;font-size:.9rem}@media (max-width: 768px){.chat-container{flex-direction:column}.chat-sidebar{width:100%;height:40%}.chat-main{height:60%}.message-content{max-width:85%}.chat-input-form{padding:1rem}.modal-content{width:95%;margin:1rem}}.staff-tables-container{padding:2rem;max-width:1400px;margin:0 auto;background:#f8f9fa;min-height:100vh}.staff-tables-header{text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #667eea4d}.staff-tables-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.staff-tables-header p{margin:0;font-size:1.1rem;opacity:.9}.loading-spinner,.loading-tables{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#6c757d}.spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.staff-selection-section{background:#fff;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef}.staff-selection-section h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.staff-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.staff-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#667eea}.staff-card.selected{border-color:#667eea;background:linear-gradient(135deg,#f8f9ff,#e8f0ff);box-shadow:0 8px 25px #667eea33}.staff-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.staff-avatar{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.staff-info h3{margin:0;color:#2c3e50;font-size:1.2rem}.staff-role{color:#6c757d;font-size:.9rem;font-weight:500}.staff-assignments{margin-top:1rem}.assignments-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.assignments-icon{font-size:1rem}.assignments-count{color:#6c757d;font-size:.9rem;font-weight:500}.zones-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.zone-badge{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:500}.selected-indicator{position:absolute;top:.5rem;right:.5rem;background:#28a745;color:#fff;padding:.25rem .5rem;border-radius:10px;font-size:.8rem;font-weight:600}.no-staff-message,.no-tables-message,.no-selection-message{text-align:center;padding:3rem;color:#6c757d}.no-staff-icon,.no-tables-icon,.selection-icon{font-size:3rem;display:block;margin-bottom:1rem}.selected-staff-tables-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.section-header h2{color:#2c3e50;margin:0;font-size:1.5rem}.staff-summary{display:flex;gap:1.5rem;flex-wrap:wrap}.summary-item{background:#f8f9fa;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;color:#495057;border:1px solid #dee2e6}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.table-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative}.table-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#667eea}.table-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.table-title h4{margin:0 0 .25rem;color:#2c3e50;font-size:1.1rem}.table-zone{color:#6c757d;font-size:.85rem;font-weight:500}.table-card-icons{display:flex;align-items:center;gap:.5rem}.issue-indicator{display:flex;align-items:center;gap:.25rem;background:#fff3cd;color:#856404;padding:.25rem .5rem;border-radius:15px;font-size:.8rem;border:1px solid #ffeaa7}.issue-icon{font-size:.9rem}.issue-count{font-weight:600}.table-percentage-label{background:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600}.table-progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:1rem}.table-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.category-progress{display:flex;gap:1rem;margin-bottom:1rem}.category-mini-progress{flex:1;display:flex;flex-direction:column;gap:.25rem}.category-label{font-size:.8rem;font-weight:700;text-align:center}.mini-progress-bar{height:4px;background:#e9ecef;border-radius:2px;overflow:hidden}.mini-progress-fill{height:100%;transition:width .3s ease}.category-percentage{font-size:.7rem;text-align:center;color:#6c757d;font-weight:500}.issues-summary{margin-bottom:1rem}.issues-status{display:flex;flex-wrap:wrap;gap:.5rem}.status-badge{padding:.25rem .5rem;border-radius:10px;font-size:.75rem;font-weight:500}.status-badge.status-açık{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-badge.status-çözüldü{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.status-devam-ediyor{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.notes-preview{display:flex;align-items:flex-start;gap:.5rem;background:#f8f9fa;padding:.75rem;border-radius:8px;border-left:3px solid #667eea}.notes-icon{font-size:.9rem;margin-top:.1rem}.notes-preview p{margin:0;font-size:.85rem;color:#495057;line-height:1.4}@media (max-width: 768px){.staff-tables-container{padding:1rem}.staff-tables-header{padding:1.5rem}.staff-tables-header h1{font-size:2rem}.staff-grid,.tables-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start}.staff-summary{width:100%;justify-content:space-between}.category-progress{flex-direction:column;gap:.5rem}.category-mini-progress{flex-direction:row;align-items:center;gap:.5rem}.category-label{min-width:20px}.mini-progress-bar{flex:1}.category-percentage{min-width:35px}}.machinery-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.header-text h1{margin:0 0 .5rem;color:#2c3e50;font-size:2rem;font-weight:600}.header-actions{display:flex;gap:1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.btn-primary{background:linear-gradient(135deg,#0d6efd,#0b5ed7);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd4d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268;transform:translateY(-2px)}.btn-icon{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease}.btn-icon:hover{background:#0000001a;transform:scale(1.1)}.btn-icon.edit:hover{background:#ffc10733}.btn-icon.delete:hover{background:#dc354533}.message{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:500;text-align:center;max-width:1400px;margin-left:auto;margin-right:auto}.message.success{background:#d1edff;color:#0c5460;border:1px solid #b6effb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0d6efd;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.modal-header h2{margin:0;color:#2c3e50;font-size:1.5rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:.5rem;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#0000001a;color:#495057}.machinery-form{padding:2rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#495057;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.form-group textarea{resize:vertical;min-height:80px}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.empty-state{text-align:center;padding:4rem 2rem;color:#6c757d}.empty-state h3{margin:0 0 1rem;color:#495057;font-size:1.5rem}.machinery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.machinery-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;overflow:hidden}.machinery-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.machinery-header-card{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f8f9fa}.machinery-title h3{margin:0 0 .5rem;color:#2c3e50;font-size:1.3rem;font-weight:600}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.machinery-actions{display:flex;gap:.5rem}.machinery-details{padding:1rem 1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f8f9fa}.detail-row:last-child{border-bottom:none}.detail-row.full-width{flex-direction:column;align-items:flex-start;gap:.5rem}.detail-row .label{font-weight:600;color:#6c757d;font-size:.9rem}.detail-row .value{color:#495057;font-weight:500;text-align:right}.detail-row.full-width .value{text-align:left}.detail-row .value.notes{background:#f8f9fa;padding:.5rem;border-radius:6px;font-size:.9rem;line-height:1.4;width:100%}.detail-row .value.notes.admin-notes{border-left:3px solid #007bff;background:#f0f8ff}.detail-row .value.notes.staff-notes{border-left:3px solid #28a745;background:#f0fff4}.machinery-footer{padding:1rem 1.5rem;background:#f8f9fa;border-top:1px solid #e9ecef}.machinery-meta{display:flex;flex-direction:column;gap:.25rem}.machinery-meta small{color:#6c757d;font-size:.8rem}@media (max-width: 768px){.machinery-container{padding:0}.machinery-header{padding:1rem;margin-bottom:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text h1{font-size:1.5rem}.header-text p{font-size:1rem}.machinery-content{padding:0 1rem}.machinery-grid{grid-template-columns:1fr;gap:1rem}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header,.machinery-form{padding:1rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column-reverse}.form-actions .btn{width:100%;justify-content:center}.machinery-header-card{flex-direction:column;gap:1rem}.machinery-title{text-align:center}.machinery-actions{justify-content:center}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left}.detail-row .value{text-align:left}}@media (max-width: 480px){.machinery-header{padding:.5rem}.header-text h1{font-size:1.3rem}.machinery-content{padding:0 .5rem}.machinery-card{border-radius:8px}.machinery-header-card,.machinery-details,.machinery-footer{padding:1rem}}.staff-machinery-container{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.machinery-header{background:#fff;padding:2rem 2rem 1rem;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;gap:2rem}.header-text h1{margin:0 0 .5rem;color:#2c3e50;font-size:2.2rem;font-weight:700}.header-text p{margin:0;color:#6c757d;font-size:1.1rem}.header-stats{display:flex;gap:1rem}.stat-card{background:linear-gradient(135deg,#fd7e14,#e8590c);color:#fff;padding:1rem 1.5rem;border-radius:12px;text-align:center;min-width:100px;box-shadow:0 4px 15px #fd7e144d}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.85rem;opacity:.9;font-weight:500}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6c757d}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #fd7e14;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.machinery-content{max-width:1400px;margin:0 auto;padding:0 2rem}.empty-state{text-align:center;padding:4rem 2rem;color:#6c757d;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin:0 0 1rem;color:#495057;font-size:1.5rem;font-weight:600}.empty-state p{margin:0;font-size:1.1rem}.machinery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:2rem;margin-bottom:2rem}.machinery-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;overflow:hidden;border:1px solid #e9ecef}.machinery-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026;border-color:#fd7e14}.machinery-card-header{background:linear-gradient(135deg,#fd7e14,#e8590c);color:#fff;padding:1.5rem}.machinery-title{display:flex;justify-content:space-between;align-items:center;gap:1rem}.machinery-title h3{margin:0;font-size:1.4rem;font-weight:700}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.machinery-details{padding:1.5rem}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{margin:0 0 1rem;color:#495057;font-size:1rem;font-weight:600;padding-bottom:.5rem;border-bottom:2px solid #f8f9fa}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-weight:600;color:#6c757d;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.detail-value{color:#212529;font-weight:500;font-size:1rem}.detail-value.plaka{background:#f8f9fa;padding:.5rem;border-radius:8px;text-align:center;font-family:Courier New,monospace;font-weight:700;color:#495057;border:2px solid #dee2e6}.notes-content{background:#f8f9fa;padding:.75rem;border-radius:6px;border-left:3px solid #dee2e6;font-size:.9rem;line-height:1.4;color:#495057}.admin-notes{border-left-color:#007bff}.staff-notes-section{border:2px solid #e9ecef;border-radius:8px;padding:1rem;background:#f8f9fa}.staff-notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.staff-notes-header h4{margin:0;color:#495057;font-size:1rem}.edit-note-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-note-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #28a7454d}.note-editor{background:#fff;border-radius:8px;padding:1rem;border:1px solid #dee2e6}.note-textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .15s ease-in-out}.note-textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.note-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;gap:1rem}.char-count{font-size:.8rem;color:#6c757d}.action-buttons{display:flex;gap:.5rem}.cancel-btn{background:#6c757d;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.cancel-btn:hover:not(:disabled){background:#5a6268}.save-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #007bff4d}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.staff-notes{background:#fff;border-left-color:#28a745;border:1px solid #d4edda}.note-meta{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e9ecef}.note-meta small{color:#6c757d;font-style:italic}.empty-note{display:flex;align-items:center;gap:.5rem;color:#6c757d;font-style:italic;justify-content:center;padding:1rem}.empty-icon{font-size:1.2rem;opacity:.7}.machinery-footer{background:#f8f9fa;padding:1rem 1.5rem;border-top:1px solid #e9ecef}.footer-info{display:flex;flex-direction:column;gap:.5rem}.assigned-date,.assigned-by{display:flex;justify-content:space-between;align-items:center}.footer-info .label{font-weight:600;color:#6c757d;font-size:.85rem}.footer-info .date,.footer-info .person{color:#495057;font-weight:500;font-size:.9rem}@media (max-width: 768px){.staff-machinery-container{padding:0}.machinery-header{padding:1rem;margin-bottom:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.header-text h1{font-size:1.8rem}.header-text p{font-size:1rem}.header-stats{justify-content:center}.machinery-content{padding:0 1rem}.machinery-grid{grid-template-columns:1fr;gap:1rem}.machinery-card{border-radius:12px}.machinery-card-header{padding:1rem}.machinery-title{flex-direction:column;gap:.75rem;text-align:center}.machinery-title h3{font-size:1.2rem}.machinery-details{padding:1rem}.detail-grid{grid-template-columns:1fr;gap:.75rem}.machinery-footer{padding:1rem}.assigned-date,.assigned-by{flex-direction:column;align-items:flex-start;gap:.25rem}}@media (max-width: 480px){.machinery-header{padding:.5rem}.header-text h1{font-size:1.5rem}.machinery-content{padding:0 .5rem}.stat-card{padding:.75rem 1rem;min-width:80px}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.empty-state{padding:2rem 1rem}.empty-icon{font-size:3rem}}
