body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{box-sizing:border-box}.email-note{color:#555;font-size:.9rem;margin-bottom:1rem;text-align:center}.auth-page-wrapper{align-items:center;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.auth-form-container{align-items:center;background-color:#fff;border-radius:24px;box-shadow:0 10px 25px #00000026;box-sizing:border-box;display:flex;flex-direction:column;max-width:420px;padding:3rem 2rem;width:100%}.auth-form-container h2{color:#1e3a8a;margin-bottom:1.5rem;text-align:center}.auth-form-container form{display:flex;flex-direction:column;width:100%}.auth-form-container input[type=email],.auth-form-container input[type=password],.auth-form-container input[type=text]{border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;font-size:16px;margin-bottom:1rem;padding:.75rem 1rem}.auth-form-container button[type=submit]{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:1rem;padding:.75rem;transition:background .3s ease}.auth-form-container button[type=submit]:hover{background-color:#1e3a8a}.auth-bubble{animation:fadeInOut 2s ease-in-out forwards;border-radius:8px;box-sizing:border-box;font-size:14px;font-weight:500;margin-bottom:1rem;padding:10px 16px;text-align:center;width:100%}.auth-bubble.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.auth-bubble.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.auth-terms-check{align-items:flex-start;color:#1e293b;display:flex;font-size:14px;margin-bottom:1rem}.auth-terms-check input[type=checkbox]{margin-right:8px;margin-top:4px}.auth-terms-check a{color:#2563eb;margin:0 4px;text-decoration:underline}.auth-terms-check a:hover{color:#1e3a8a}.error-message{color:red;font-size:.85rem;margin-bottom:1rem;margin-top:-10px;text-align:left;width:100%}.forgot-password{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;margin-top:10px;text-decoration:underline}.forgot-password:hover{color:#0056b3}.home-button{align-items:center;animation:shadowPulse 3s infinite;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;box-shadow:0 0 8px #2563eb66,0 0 12px #2563eb33;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;margin-bottom:20px;overflow:hidden;padding:10px 18px;position:relative;text-decoration:none;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.home-button:hover{animation:bounce .6s;background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 0 15px #2563eb99,0 6px 20px #0003;transform:translateY(-2px) scale(1.05)}.home-button:after{background:#fff6;border-radius:50%;content:"";opacity:0;pointer-events:none;position:absolute;transform:scale(0)}.home-button:active:after{opacity:1;transform:scale(4);transition:transform .4s ease,opacity .8s ease}@keyframes shadowPulse{0%{box-shadow:0 0 8px #2563eb66,0 0 12px #2563eb33}50%{box-shadow:0 0 18px #2563eb99,0 0 24px #2563eb4d}to{box-shadow:0 0 8px #2563eb66,0 0 12px #2563eb33}}@keyframes bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-4px)}60%{transform:translateY(2px)}80%{transform:translateY(-2px)}}@media (prefers-color-scheme:dark){.home-button{background:linear-gradient(135deg,#3b82f6,#1e3a8a);color:#fff}.home-button:hover{box-shadow:0 0 18px #3b82f6b3,0 6px 20px #0006}}body{background:linear-gradient(135deg,#f0f4f8,#d9e2ec);flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.app-container,body{display:flex;min-height:100vh}.app-container{flex:1 1;flex-direction:column}form{background-color:#fff;border-radius:24px;box-shadow:0 10px 25px #00000026;margin:auto;max-width:420px;padding:3rem;transition:all .3s ease-in-out;width:100%}form h2{color:#1e3a8a;margin-bottom:1.5rem;text-align:center}input,select{border:1px solid #ccc;margin:.5rem 0}button,input,select{border-radius:10px;font-size:1rem;padding:.8rem;width:100%}button{background-color:#2563eb;color:#fff;margin-top:1rem;transition:background-color .3s ease,transform .3s ease}button:hover{background-color:#1e40af;transform:translateY(-2px)}p{color:red;font-size:.9rem}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}footer{margin-top:auto}.message-bubble{border-radius:8px;box-shadow:0 2px 6px #0000001a;font-weight:500;margin-bottom:20px;padding:12px 16px;text-align:center}.message-bubble.error{background-color:#ffe6e6;border:1px solid #ffb3b3;color:#b30000}.message-bubble.success{background-color:#e6ffec;border:1px solid #9fb;color:#060}.login-message{border-radius:8px;font-weight:500;margin-bottom:20px;opacity:0;padding:10px 16px;text-align:center;transform:translateY(-10px);transition:opacity .4s ease,transform .4s ease}.login-message.fade-in{opacity:1;transform:translateY(0)}.login-message.fade-out{opacity:0;transform:translateY(-10px)}.login-message.error{background-color:#ffe6e6;border:1px solid #ffb3b3;color:#b30000}.login-message.success{background-color:#e6ffec;border:1px solid #9fb;color:#060}.page-padding{height:50px}.dashboard-container{align-items:center;animation:pageFadeIn .8s ease;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;overflow-x:hidden;padding:2rem 1rem 8rem;position:relative}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}h2{font-size:2rem}h2,p{color:#1e3a8a}p{font-size:1.1rem;margin-bottom:2rem;text-align:center}.logout-message{animation:fadeInOutTop 3s ease forwards;background-color:#e6ffec;border:1px solid #9fb;border-radius:8px;box-shadow:0 4px 10px #0000001a;color:#060;font-weight:500;left:50%;padding:12px 20px;position:fixed;text-align:center;top:20px;transform:translateX(-50%);z-index:1000}@keyframes fadeInOutTop{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}10%{opacity:1;transform:translateX(-50%) translateY(0)}90%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-10px)}}.boxes-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem;max-width:1200px;padding-bottom:2rem;width:100%}.info-box{animation:fadeInCard .8s ease;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:15px;box-shadow:0 6px 15px #00000026;color:#fff;cursor:pointer;overflow:visible;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:280px}@keyframes fadeInCard{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.info-box:hover{box-shadow:0 12px 25px #0003;transform:translateY(-5px) scale(1.03)}.info-box h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.info-box p{color:#f0f0f0;font-size:1rem;opacity:.9}.notification-badge{animation:popBadge .4s ease;background:red;border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;padding:4px 8px;position:absolute;right:12px;top:12px}@keyframes popBadge{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.profile-icon{background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;font-size:24px;padding:.5rem;position:absolute;right:20px;top:20px;transition:transform .3s ease,background-color .3s ease}.profile-icon:hover{background-color:#e0e7ff;transform:scale(1.1)}.modal-overlay{background-color:#0006;height:100%;width:100%}.modal-content{max-width:400px;position:relative;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.modal-header h3{color:#1e3a8a;margin:0}.modal-content form{display:flex;flex-direction:column;gap:.75rem}.modal-content input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.7rem;width:100%}.modal-content input::placeholder{color:#888}.modal-content button[type=submit],.resend-btn{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:.5rem;padding:.75rem;transition:background-color .3s ease,transform .2s ease}.modal-content button[type=submit]:hover,.resend-btn:hover{background-color:#1e40af;transform:translateY(-1px)}.close-icon{color:#666;cursor:pointer;font-size:18px;transition:transform .2s ease,color .2s ease}.close-icon:hover{color:#000;transform:scale(1.2)}.top-success-message{animation:fadeInOutTop 3s ease forwards;background-color:#e6ffec;border:1px solid #9fb;border-radius:8px;box-shadow:0 4px 10px #0000001a;color:#060;font-weight:500;left:50%;padding:12px 20px;position:fixed;text-align:center;top:70px;transform:translateX(-50%);z-index:1000}.update-message{align-items:center;animation:fadeInOutMessage 3s ease forwards;color:green;display:flex;font-size:.9rem;font-weight:500;justify-content:center;margin-top:.75rem}@keyframes fadeInOutMessage{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}.password-strength{font-size:.9rem;margin-bottom:.25rem;margin-top:-.25rem}.password-strength.weak{color:red}.password-strength.medium{color:orange}.password-strength.strong{color:green}.scroll-top-btn{animation:pulse 2s infinite;background-color:#2563eb;font-size:18px;padding:12px 16px;z-index:999}.scroll-top-btn:hover{background-color:#1e40af;transform:scale(1.1)}.vault-popup{animation:vaultPopup .4s ease,fadeOut .4s ease 3.6s;background:#2563eb;border-radius:8px;bottom:20px;box-shadow:0 4px 12px #00000026;color:#fff;left:50%;padding:.8rem 1.2rem;position:fixed;transform:translateX(-50%);z-index:9999}@keyframes vaultPopup{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes fadeOut{to{opacity:0;transform:translateX(-50%) translateY(10px)}}@media (max-width:768px){.boxes-container{align-items:center;flex-direction:column}.info-box{margin-bottom:1rem;width:90%}.modal-content{padding:1.5rem}.profile-icon{right:15px;top:15px}}.live-clock{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#1e3a8a;display:inline-flex;font-family:Courier New,monospace;font-size:1rem;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem}.live-clock:before{content:"⏰";font-size:1.2rem}.weather-widget{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:inline-flex;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:.5rem 1rem}.weather-widget img{height:32px;object-fit:contain;width:32px}.page-status{border-radius:12px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px;z-index:1}.page-status.working{background-color:#4caf50}.page-status.maintenance{background-color:#ff9800}:root{--color-bg:#f4f7fc;--color-panel:#fff;--color-border:#e2e8f0;--color-primary:#2563eb;--color-primary-hover:#1e40af;--color-secondary:#10b981;--color-secondary-hover:#059669;--color-error:#dc2626;--color-success:#059669;--color-text:#2d3748;--color-muted:#718096}.vault-container.theme-dark{--color-bg:#1a202c;--color-panel:#2d3748;--color-border:#4a5568;--color-primary:#63b3ed;--color-primary-hover:#4299e1;--color-secondary:#68d391;--color-secondary-hover:#48bb78;--color-error:#f56565;--color-success:#48bb78;--color-text:#edf2f7;--color-muted:#a0aec0}.vault-container{background:#f4f7fc;background:var(--color-bg);border-radius:12px;box-shadow:0 8px 24px #0000001a;color:#2d3748;color:var(--color-text);font-family:Inter,sans-serif;margin:2rem auto;max-width:1200px;min-height:calc(100vh - 100px);padding:2.5rem 2.5rem 6rem;position:relative;transition:background .3s,color .3s}.vault-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.vault-header h2{font-size:1.75rem;margin:0}.vault-header p{color:#718096;color:var(--color-muted);font-size:1rem;margin:0}.theme-toggle{background:none;border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:6px;color:#2d3748;color:var(--color-text);cursor:pointer;padding:.5rem 1rem;transition:background .3s,border-color .3s}.theme-toggle:hover{background:#e2e8f0;background:var(--color-border)}.vault-toast{background:#fff;background:var(--color-panel);border-radius:8px;box-shadow:0 4px 12px #00000026;color:#2d3748;color:var(--color-text);padding:.75rem 1.25rem;position:fixed;right:1rem;top:1rem;z-index:1000}.dropzone{border:2px dashed #e2e8f0;border:2px dashed var(--color-border);border-radius:8px;cursor:pointer;margin-bottom:1rem;padding:2rem;text-align:center}.dropzone.dragging{border-color:#2563eb;border-color:var(--color-primary)}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.shake{animation:shake .6s ease}.progress-bar{background:#e2e8f0;background:var(--color-border);border-radius:4px;height:8px;margin-bottom:1rem;overflow:hidden}.progress-fill{background:#2563eb;background:var(--color-primary);height:100%;transition:width .3s ease}.controls{align-items:center;gap:.75rem}.controls button,.controls input[type=text],.controls select{font-size:1rem}.controls input[type=text],.controls select{background:#fff;background:var(--color-panel);border:1px solid #e2e8f0;border:1px solid var(--color-border);border-radius:6px;color:#2d3748;color:var(--color-text);flex:1 1;min-width:150px;padding:.5rem .75rem;transition:border-color .3s}.controls input[type=text]:focus,.controls select:focus{border-color:#2563eb;border-color:var(--color-primary);outline:none}.controls button{border:none;border-radius:6px;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.export-csv{background:#2563eb;background:var(--color-primary);color:#fff}.export-csv:hover{background:#1e40af;background:var(--color-primary-hover)}.controls button:not(.export-csv){background:#10b981;background:var(--color-secondary);color:#fff}.controls button:not(.export-csv):hover{background:#059669;background:var(--color-secondary-hover)}.file-list{list-style:none;margin:0;padding:0}.file-item{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border);display:flex;padding:.75rem}.file-item:last-child{border-bottom:none}.file-icon{font-size:1.5rem;margin-right:.75rem}.file-link{background:none;border:none;color:#2563eb;color:var(--color-primary);cursor:pointer;font-size:1rem;padding:0;text-align:left}.file-link:hover{color:#1e40af;color:var(--color-primary-hover);text-decoration:underline}.status{border-radius:4px;font-size:.875rem;margin-left:auto;padding:.25rem .5rem;text-transform:capitalize}.status.available{background:#059669;background:var(--color-success);color:#fff}.status.checked-out{background:#dc2626;background:var(--color-error);color:#fff}.actions{display:flex;gap:.5rem;margin-left:1rem}.actions button{background:none;border:none;border-radius:4px;color:#2563eb;color:var(--color-primary);cursor:pointer;font-size:.9rem;padding:.25rem .5rem;transition:background .3s}.actions button:hover:not(:disabled){background:#e2e8f0;background:var(--color-border)}.actions button:disabled{cursor:not-allowed;opacity:.5}.no-files{color:#718096;color:var(--color-muted);padding:1rem;text-align:center}.overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:var(--color-panel);box-shadow:0 8px 24px #0003;max-height:80%;max-width:500px;overflow-y:auto}.modal.large{height:80%;max-width:800px;width:95%}.btn-primary{background:#2563eb;background:var(--color-primary);color:#fff}.btn-primary:hover{background:#1e40af;background:var(--color-primary-hover)}.btn-danger{background:#dc2626;background:var(--color-error);color:#fff}.btn-danger:hover{background:#c53030}.btn-secondary{background:#718096;background:var(--color-muted);color:#fff}.btn-secondary:hover{background:#e2e8f0;background:var(--color-border)}.version-list{list-style:none;margin:0;padding:.5rem 0}.version-list li{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--color-border);padding:.5rem 0}.version-list li:last-child{border-bottom:none}.preview-frame{border:none;border-radius:4px;height:60vh;margin-bottom:1rem;width:100%}.preview-image{border-radius:4px;display:block;margin:0 auto 1rem;max-height:60vh;max-width:100%}.preview-audio,.preview-video{margin-bottom:1rem;width:100%}.no-preview{color:#2d3748;color:var(--color-text);padding:1rem 0;text-align:center}code{font-family:Source Code Pro,monospace}.job-assignments-container{animation:fadeIn .5s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:2rem auto;max-width:900px;min-height:calc(100vh - 60px);padding:2rem 2rem 4rem}h2 em{color:#475569;font-size:1rem;font-style:normal;margin-left:.5rem}.controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.controls input,.controls select{border:1px solid #ccc;border-radius:4px;padding:.5rem 1rem}.export-btn{background:#10b981;border-radius:4px;padding:.5rem 1rem;transition:background .3s}.export-btn:hover{background:#059669}.job-card{background:#f9fafb;border-radius:6px;box-shadow:0 2px 8px #0000000d;margin-bottom:1rem;padding:1rem}.job-card h4{color:#333;margin:0 0 .5rem}.job-card p{margin:.25rem 0}.badge.Pending{background:#fbbf24}.badge.InProgress{background:#3b82f6}.badge.JobCompleted{background:#10b981}.action-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;margin-top:.5rem;padding:.5rem 1rem;transition:background .3s,opacity .2s}.action-btn.accept{background:#3b82f6}.action-btn.accept:hover{background:#2563eb;opacity:.9}.action-btn.complete{background:#10b981}.action-btn.complete:hover{background:#059669;opacity:.9}.action-btn.comment{background:#fbbf24;color:#1e293b}.action-btn.comment:hover{background:#f59e0b;opacity:.9}.empty{color:#777;font-style:italic;text-align:center}.confirm-dialog-overlay{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.confirm-dialog{background:#fff;border-radius:8px;box-shadow:0 8px 24px #0003;max-width:90%;padding:1.5rem 2rem;text-align:center;width:380px}.confirm-dialog p{color:#333;font-size:1rem;line-height:1.4;margin-bottom:1.25rem}.confirm-buttons{display:flex;gap:1rem;justify-content:center}.confirm-buttons button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-weight:500;padding:.5rem 0;transition:background .2s}.confirm-buttons button:first-child{background:#3b82f6;color:#fff}.confirm-buttons button:first-child:hover{background:#2563eb}.confirm-buttons button:last-child{background:#e5e7eb;color:#333}.confirm-buttons button:last-child:hover{background:#d1d5db}.comments-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1500}.comments-modal-dialog{background:#fff;border-radius:8px;max-height:80%;max-width:500px;overflow-y:auto;padding:1.5rem;width:90%}.comments-modal-dialog h3{color:#333;margin-bottom:1rem;margin-top:0}.comments-modal-dialog textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;margin-bottom:1rem;padding:8px;resize:vertical;width:100%}.comments-modal-dialog .comment-btn.submit{background:#10b981;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-right:.5rem;padding:.5rem 1rem}.comments-modal-dialog .comment-btn.cancel{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.scroll-top-btn{box-shadow:0 4px 12px #00000026;height:3rem;transition:background .3s;width:3rem}@media (max-width:600px){.controls{align-items:stretch;flex-direction:column}.job-card{padding:.75rem}.action-btn{text-align:center;width:100%}.comments-modal-dialog,.confirm-dialog{padding:1rem}}.job-manager-container{animation:fadeIn .5s ease;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin:2rem auto;max-width:1000px;padding:2rem 2rem 8rem}h2{color:#333}.alert,h2{text-align:center}.alert{border-radius:4px;font-weight:500;margin-bottom:1rem;padding:1rem}.alert.success{background:#e6ffed;color:#256a34}.alert.error{background:#ffe6e6;color:#8b1f2d}.form-section{margin-bottom:1.5rem}.form-section h3{color:#2563eb;margin-bottom:.75rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.form-grid textarea{grid-column:1/-1;min-height:100px;resize:vertical}.form-grid button{background:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;grid-column:1/-1;padding:.75rem;transition:background .3s}.form-grid button:hover{background:#1e40af}.user-dropdown{grid-column:1/-1}.user-dropdown .react-select__control{border-color:#ccc;border-radius:4px}.user-dropdown .react-select__control:hover{border-color:#2563eb}.filter-section{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;margin-bottom:1rem}.filter-section input,.filter-section select{border:1px solid #ccc;border-radius:4px;padding:.5rem 1rem}.table-wrapper{margin-bottom:2rem;overflow-x:auto;padding-bottom:2rem}.jobs-table td,.jobs-table th{border-bottom:1px solid #eee;padding:.75rem;vertical-align:middle}.jobs-table th{background:#f9fafb;font-weight:600;text-align:left}.jobs-table td:last-child,.jobs-table th:last-child{text-align:center}.jobs-table th:nth-child(5),.jobs-table th:nth-child(6),.jobs-table th:nth-child(7),.jobs-table th:nth-child(8),.jobs-table th:nth-child(9){min-width:120px}.badge{border-radius:4px;color:#fff;font-size:.85rem;padding:.25rem .5rem}.badge.pending{background:#fbbf24}.badge.inprogress{background:#3b82f6}.badge.jobcompleted{background:#10b981}.jobs-table td:last-child{align-items:center;display:flex;gap:.5rem;justify-content:center}.small-btn{background:#0000;border:none;color:#2563eb;cursor:pointer;font-size:.9rem;padding:.25rem;transition:color .2s,opacity .2s}.small-btn:hover{color:#1e40af;opacity:.8}.small-btn.delete{color:#dc2626}.small-btn.delete:hover{color:#a91b1b}.comments-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.comments-modal{animation:fadeInModal .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 0 20px #0003;max-height:80vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.comment-item{margin-bottom:1rem}@keyframes fadeInModal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.form-grid{grid-template-columns:1fr}.filter-section{justify-content:stretch}.jobs-table th:nth-child(5),.jobs-table th:nth-child(6),.jobs-table th:nth-child(7),.jobs-table th:nth-child(8),.jobs-table th:nth-child(9){min-width:auto}}.spinner-container{align-items:center;display:flex;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#2563eb;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer{animation:slideUpFadeIn .5s ease forwards;background-color:#f1f5f9;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -4px 10px #0000000d;color:#1e293b;font-size:14px;left:0;padding:.75rem 0;position:fixed;text-align:center;width:100%;z-index:100}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-text{align-items:center;display:flex;flex-direction:column}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.4rem}.footer-links a{color:#2563eb;font-weight:500;text-decoration:none}.footer-links a:hover{text-decoration:underline}body{padding-bottom:60px}.logo-container{align-items:center;animation:fadeInLogo 1s ease-out forwards;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:1rem 0;opacity:0;position:relative;text-decoration:none;transform:translateY(-20px);-webkit-user-select:none;user-select:none}@keyframes fadeInLogo{0%{opacity:0;transform:translateY(-20px) scale(.95)}60%{opacity:1;transform:translateY(10px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.logo-container.clickable:hover{filter:drop-shadow(0 0 8px #2563eb);text-shadow:0 0 15px #2563eb80}.logo-container.clickable:hover .logo-text{color:#2563eb;text-shadow:0 2px 5px #2563eb66;transform:translateY(-1px)}.logo-icon{animation:bounceIn .9s ease-out forwards;margin-bottom:.3rem;position:relative}@keyframes bounceIn{0%{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(20deg)}to{transform:scale(1) rotate(0deg)}}.lightning-icon{animation:pulseIcon 1.8s ease-in-out infinite,vibrate .3s infinite;color:#facc15;font-size:42px;position:relative;text-shadow:0 0 8px #facc15,0 0 12px #facc15b3}@keyframes pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.4)}}@keyframes vibrate{0%{transform:rotate(0deg) translateX(0)}25%{transform:rotate(.5deg) translateX(.3px)}50%{transform:rotate(0deg) translateX(0)}75%{transform:rotate(-.5deg) translateX(-.3px)}to{transform:rotate(0deg) translateX(0)}}.lightning-icon:before{animation:trailGlow 1.8s ease-in-out infinite;background:radial-gradient(circle,#facc15b3 0,#facc1500 80%);content:"";filter:blur(8px);height:100%;left:0;opacity:.6;position:absolute;top:0;transform:scale(1);width:100%}@keyframes trailGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.5)}}.logo-container.clickable:hover .lightning-icon:after{animation:sparkBurst .6s ease-out;content:"✨";font-size:14px;opacity:0;position:absolute;right:-12px;top:-15px}@keyframes sparkBurst{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.5)}to{opacity:0;transform:scale(0)}}@media (max-width:600px){.lightning-icon{font-size:32px}.logo-text{font-size:1.4rem}}.logo-text{animation:slideInText 1.2s ease-out forwards;color:#1e3a8a;font-size:1.8rem;font-weight:700;letter-spacing:1px;opacity:0;overflow:hidden;position:relative;text-shadow:1px 1px 2px #2563eb33;transition:color .3s ease,transform .3s ease}@keyframes slideInText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-text:after{animation:underlineGrow 1.4s ease-out forwards;background:linear-gradient(90deg,#2563eb,#1e40af);border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;width:100%}@keyframes underlineGrow{0%{width:0}to{width:100%}}.shine{animation:shineSweep 3s infinite;background:linear-gradient(120deg,#ffffff1a,#fff6 50%,#ffffff1a);height:100%;left:-75%;position:absolute;top:0;transform:skewX(-20deg);width:50%}@keyframes shineSweep{0%{left:-75%}to{left:125%}}:root{--bg-light:#f9fbfc;--card:#fff;--primary:#1e3a8a;--accent:#2563eb;--text:#2c3e50;--muted:#718096;--success:#38a169}.substation-container{padding:1rem}.title{color:#1e3a8a;color:var(--primary);font-size:2rem}.export-notice,.title{margin-bottom:1rem;text-align:center}.export-notice{color:#38a169;color:var(--success);font-weight:500}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.search-bar{border:1px solid #ccd1d9;border-radius:6px;flex:1 1 200px;font-size:1rem;padding:.5rem}.export-btn{background:#2563eb;background:var(--accent);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem .8rem;transition:background .2s}.export-btn:disabled{cursor:not-allowed;opacity:.6}.export-btn:hover:not(:disabled){background:#1a4fb0}.no-results{color:#718096;color:var(--muted);margin:2rem 0;text-align:center}.city-heading{border-bottom:2px solid #2563eb;border-bottom:2px solid var(--accent);color:#2563eb;color:var(--accent);display:inline-block;font-size:1.25rem;margin:1.5rem 0 .5rem}.substation-list{list-style:none;margin:0;padding:0}.substation-item{background:#fff;background:var(--card);border-radius:8px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;margin-bottom:.75rem;padding:.75rem 1rem}.substation-item:hover{box-shadow:0 4px 12px #0000001a}.substation-name{color:#1e3a8a;color:var(--primary);font-weight:600;margin-bottom:.25rem;text-decoration:none}.substation-address{color:#2c3e50;color:var(--text);font-size:.9rem;margin-bottom:.5rem}.directions-btn{align-self:flex-start;color:#2563eb;color:var(--accent);font-size:.9rem;font-weight:500;text-decoration:none}.scroll-top-btn{background:var(--accent);box-shadow:0 3px 8px #0003;font-size:1.2rem}.scroll-top-btn:hover{background:#1e3a8a}@media (max-width:600px){.toolbar{align-items:stretch;flex-direction:column}.substation-item{padding:.5rem}}.substation-container{background:#f9fbfc;background:var(--bg-light);margin:2rem auto;max-width:900px;padding:1rem 1rem 5rem}.calculator-container{animation:fadeIn .4s ease;background:#f7fafc;margin:0 auto;max-width:680px;min-height:100vh;overflow-x:hidden;padding:2rem 1rem 6rem;position:relative}.calculator-container h2{color:#1e3a8a;margin-bottom:.5rem;text-align:center}.calculator-intro{color:#334155;margin-bottom:1.5rem;text-align:center}.calculator-form{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000f;margin-bottom:2rem;padding:1.5rem}@media (min-width:700px){.calculator-form{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}}.form-row{display:flex;flex-direction:column;margin-bottom:1rem}.form-row.full-width{grid-column:span 2}.calculator-form label{color:#1e40af;font-weight:600;margin-bottom:.4rem}.calculator-form input,.calculator-form select{background:#f9fafb;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;padding:.6rem .8rem;transition:border-color .2s}.calculator-form input:focus,.calculator-form select:focus{border-color:#2563eb;outline:none}.checkbox-label{align-items:center;color:#1e40af;display:inline-flex;font-weight:600;gap:.5rem}.calculator-form button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background .2s,transform .1s}.calculator-form button:hover{background:#1e40af;transform:translateY(-1px)}.calculator-result{animation:pulse .4s ease;background:#ecfdf5;border:1px solid #34d399;border-radius:10px;color:#065f46;padding:1rem}.export-buttons,.result-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:.75rem}.export-buttons button,.result-actions button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem .75rem;transition:background .2s}.export-buttons button:hover,.result-actions button:hover{background:#1e40af}.history-container{margin-bottom:2rem}.history-container h3{color:#1e3a8a;margin-bottom:.5rem}.clear-history{background:#f87171;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-bottom:.75rem;padding:.5rem 1rem;transition:background .2s}.clear-history:hover{background:#dc2626}.history-container ul{list-style:none;padding:0}.history-container li{background:#fff;border-radius:6px;box-shadow:0 2px 6px #0000000d;cursor:pointer;margin-bottom:.5rem;padding:.75rem;transition:transform .1s,background .2s}.history-container li:hover{background:#e0e7ff;transform:translateY(-1px)}.no-history{color:#64748b;font-style:italic}.awg-table-container{margin-bottom:4rem;margin-top:2rem}.awg-table-container h3{color:#1e3a8a;margin-bottom:.5rem}.ampacity-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 10px #0000000f;overflow:hidden;width:100%}.ampacity-table td,.ampacity-table th{border:1px solid #e2e8f0;padding:12px 8px;text-align:center}.ampacity-table th{background:#2563eb;color:#fff}.ampacity-table tr:nth-child(2n){background:#f1f5f9}@keyframes pulse{0%{transform:scale(.97)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (max-width:600px){.calculator-container{padding:1rem}.calculator-intro{font-size:.9rem}.ampacity-table td,.ampacity-table th{font-size:.85rem;padding:8px}}.maintenance-container{background:#f7fafc;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin:2rem auto 5rem;max-width:1200px;padding:1.5rem;position:relative;text-align:center}h2{color:#1e40af}h2,h3{margin-bottom:1rem}h3{color:#2563eb;margin-top:1rem}.filter-container{align-items:center;margin-bottom:1.5rem}.filter-container input[type=date],.filter-container input[type=text],.filter-container select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;font-size:14px;padding:.45rem .6rem}.filter-container label{color:#1f2937;font-size:14px;margin:0 .25rem}.add-task-btn,.clear-btn,.export-btn,.filter-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:.5rem .9rem;transition:background .3s ease}.add-task-btn:hover,.clear-btn:hover,.export-btn:hover,.filter-btn.active{background:#1d4ed8}.clear-btn{background:#ef4444}.clear-btn:hover{background:#dc2626}.year-export-row{align-items:center;display:flex;gap:.5rem;margin-left:1rem}.year-export-row select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;font-size:14px;padding:.45rem .6rem}.maintenance-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 12px #0000000a;margin:0 auto 2rem;max-width:600px;padding:1.5rem;text-align:left}.maintenance-form input,.maintenance-form textarea{border:1px solid #cbd5e1;border-radius:6px;color:#1f2937;font-size:14px;margin-bottom:1rem;padding:.7rem;width:100%}.maintenance-form textarea{min-height:80px;resize:vertical}.maintenance-form button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;padding:.6rem 1.4rem;transition:background .3s ease}.maintenance-form button:hover{background:#1d4ed8}.task-table-container{margin-top:1rem;overflow-x:auto}.task-table{border-collapse:collapse;font-size:14px;width:100%}.task-table thead{background:#e0e7ff}.task-table td,.task-table th{border:1px solid #cbd5e1;color:#1f2937;padding:.75rem .9rem;text-align:left}.task-table th{font-weight:600}.task-table tr.overdue td{background:#fee2e2}.task-table tr.approaching td{background:#fef3c7}.task-table tr.normal td{background:#ecfdf5}.actions-cell{display:flex;flex-wrap:wrap;gap:.4rem}.actions-cell button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;padding:.3rem .6rem;transition:background .3s ease}.actions-cell button:hover{background:#1d4ed8}.actions-cell .delete-btn{background:#ef4444}.actions-cell .delete-btn:hover{background:#dc2626}.scroll-top-btn{z-index:9999}.scroll-top-btn:hover{background:#1d4ed8}.custom-toast{background:#2563eb;border-radius:8px;bottom:25px;box-shadow:0 4px 12px #0003;color:#fff;font-size:14px;left:50%;opacity:0;padding:12px 24px;position:fixed;transform:translateX(-50%);transition:opacity .4s ease;z-index:9999}.animated-entry{animation:fadeIn .5s ease}.filter-btn.active{background:#1e40af}@media (max-width:768px){.actions-cell{align-items:flex-start;flex-direction:column}.filter-container{justify-content:flex-start;overflow-x:auto}}.modal{max-width:90%;width:320px}.modal input{border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:14px;margin-bottom:1rem;padding:.6rem;width:100%}.modal-actions button{font-size:14px;transition:background .3s ease}.modal-actions button:hover{background:#1d4ed8}.error{font-size:13px}.not-found-container{align-items:center;animation:fadeIn 1.2s ease;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.spark-icon{animation:flicker 1.5s infinite;color:#facc15;font-size:60px;margin-bottom:10px}.flicker-text{animation:flicker-text 2s infinite;color:#1e3a8a;font-size:28px;margin-top:10px}p{color:#666;margin:5px 0}.back-button{background-color:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:20px;padding:12px 24px;transition:background-color .3s ease,transform .3s ease}.back-button:hover{background-color:#163777;transform:translateY(-2px)}@keyframes flicker{0%,to{opacity:1}50%{opacity:.4}}@keyframes flicker-text{0%,to{opacity:1}45%{opacity:.5}50%{opacity:.8}55%{opacity:.5}}.inspections-container{animation:fadeIn .6s ease;background:#f9fafb;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:2rem auto 4rem;max-width:600px;padding:2rem 2rem 3rem;position:relative;text-align:center;transition:all .3s ease}.inspections-container h2{color:#1f2937;font-size:1.8rem;margin-bottom:1rem}.inspections-container p{color:#4b5563;font-size:1rem;margin-bottom:1.5rem}.inspection-options{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.inspection-option-button{align-items:center;background:#2563eb;border:none;border-radius:2rem;box-shadow:0 4px 15px #0000001a;color:#fff;display:flex;font-size:1.25rem;font-weight:700;justify-content:center;max-width:300px;min-height:140px;padding:2rem 1.5rem;text-align:center;transition:background-color .3s ease,transform .3s ease;width:100%}.inspection-option-button:hover{background:#1e40af;transform:translateY(-3px)}.inspection-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:2rem;max-width:320px;padding:.6rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.inspection-dropdown:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb4d;outline:none}.inspection-form{animation:fadeIn .5s ease;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:600px;padding:1.5rem;text-align:left}.inspection-form h3{color:#1f2937;margin-bottom:.8rem}.inspection-form p{color:#6b7280;margin-bottom:1rem}.inspection-form label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.inspection-row{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:1fr 1fr 2fr;margin-bottom:1rem}.inspection-status label{align-items:center;display:flex;font-size:1rem;gap:.3rem}.inspection-status input[type=checkbox]{height:1.2em;margin:0;transform:translateY(1px);width:1.2em}.inspection-notes{border:1px solid #ccc;border-radius:4px;font-size:.95rem;min-width:0;padding:.5rem;resize:vertical}@media (max-width:600px){.inspection-row{grid-template-columns:1fr}}.action-btn,.inspection-button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem;transition:background-color .3s ease,transform .2s ease}.action-btn:hover,.inspection-button:hover{background:#1e40af;transform:translateY(-2px)}.filter-container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.filter-container button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.filter-container button.active-filter,.filter-container button:hover{background:#1e40af}.search-wrapper{margin-bottom:1rem;position:relative}.inspection-search{border:1px solid #ddd;border-radius:6px;font-size:1rem;margin-bottom:1rem;max-width:350px;padding:.6rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.inspection-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb4d;outline:none}.found-badge{background:#2563eb;border-radius:12px;color:#fff;font-size:.75rem;padding:2px 8px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.records-table-container{margin:1rem 0 2rem}.records-table{border-collapse:collapse;font-size:.9rem;width:100%}.records-table td,.records-table th{border:1px solid #ddd;padding:.6rem .8rem;text-align:left}.records-table th{background:#f3f4f6}h2+.records-table-container{overflow-x:auto}h2+.records-table-container .records-table{min-width:800px;table-layout:auto;white-space:nowrap}.inspection-details-panel{margin-top:1.5rem;text-align:left}.inspection-detail-block{border:1px solid #e5e7eb;border-radius:6px;margin-bottom:1rem;padding:.75rem}.details-table{border-collapse:collapse;width:100%}.details-table td,.details-table th{border-bottom:1px solid #f0f0f0;font-size:.9rem;padding:.4rem .6rem;text-align:left}.modal-overlay{background:#00000080;z-index:10000}.modal{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;max-width:400px;padding:1.5rem;text-align:left;width:90%}.modal h3{color:#1e40af;margin:0 0 1rem}.modal label{display:block;font-weight:500;margin-bottom:.75rem}.modal input[type=date],.modal input[type=password],.modal input[type=text]{border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:1rem;margin-bottom:1rem;padding:.6rem;width:100%}.modal-actions{gap:.5rem;justify-content:flex-end}.modal-actions button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s}.modal-actions button:hover{background:#1e40af}.error{color:#dc2626;font-size:.9rem;margin-bottom:1rem;margin-top:-.5rem}.completed-indicator{color:green;font-weight:700;margin-left:1rem}@media (max-width:600px){.inspections-container{margin:1rem auto 3rem;padding:1rem}.inspection-button,.inspection-dropdown,.inspection-option-button{width:100%}.inspection-options{align-items:center;flex-direction:column}}*,:after,:before{box-sizing:border-box}.inspection-page{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000d;margin:0 auto;max-width:1000px;min-height:100vh;padding:2rem 1rem 6rem;position:relative;scroll-behavior:smooth}.inspection-page h2{color:#1e3a8a;font-size:1.75rem;margin-bottom:2rem;text-align:center}.desktop-note,.mobile-notice{border-radius:8px;font-weight:500;margin:.5rem auto 1.5rem;max-width:800px;padding:1rem;text-align:center}.desktop-note{background:#e0f2fe;color:#1e40af}.mobile-notice{background:#fef3c7;color:#92400e}.filters-bar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:1rem auto 2rem}.filters-bar button,.filters-bar input,.filters-bar select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;padding:.6rem .8rem}.filters-bar input[type=text]{width:180px}.filters-bar button{background:#10b981;border:none;color:#fff;cursor:pointer;transition:background .2s}.filters-bar button:hover{background:#059669}.submission-list{display:flex;flex-direction:column;gap:.5rem;margin:0 auto 2rem;max-width:900px}.submission-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:.8rem 1rem;transition:background .2s}.submission-item:hover{background:#eef4fb}.submission-date{color:#1e3a8a;font-weight:500}.submission-links{display:flex;gap:.5rem}.submission-links a,.submission-links button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;text-decoration:none;transition:background .2s}.submission-links a:hover,.submission-links button:hover{background:#1e40af}.notepad-form{background:#f0f9ff;border-radius:10px;box-shadow:0 2px 10px #00000008;display:flex;flex-direction:column;gap:1rem;margin:0 auto 2rem;max-width:900px;padding:1.5rem}.notepad-form input,.notepad-form select,.notepad-form textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;padding:.6rem;width:100%}.notepad-form textarea{min-height:80px;resize:vertical}.notepad-form h4{color:#1e3a8a;font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem;text-align:center}.cell-grid{grid-gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));max-height:350px;overflow-y:auto;padding:.75rem}.cell-input{align-items:center;display:flex;flex-direction:column}.cell-input label{color:#475569;font-size:.75rem;margin-bottom:.2rem}.cell-input input{background:#f9fafb;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;padding:.4rem;text-align:center;width:100%}.submit-btn{align-self:center;background-color:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 1.5rem;transition:background-color .2s}.submit-btn:hover{background-color:#059669}.toast-message{animation:fadeInOut 4s ease forwards;background:#2563eb;border-radius:8px;bottom:30px;box-shadow:0 5px 15px #0003;color:#fff;font-weight:700;left:50%;padding:.8rem 1.4rem;position:fixed;transform:translateX(-50%);z-index:999}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}@media (max-width:768px){.inspection-page{padding:1rem .5rem 6rem}.filters-bar{flex-direction:column;gap:.5rem}.filters-bar input[type=text]{width:100%}.cell-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr))}.submit-btn{width:100%}}.pending-approval-container{animation:fadeIn .6s ease;background:#f9fafb;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:2rem auto;max-width:500px;padding:2rem;text-align:center}.pending-approval-container h2{color:#1f2937;margin-bottom:1rem}.pending-approval-container p{color:#4b5563;margin-bottom:1.5rem}.pending-button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.6rem 1.2rem;transition:background-color .3s ease,transform .3s ease}.pending-button:hover{background:#1e40af;transform:translateY(-2px)}.user-manager-container{animation:fadeIn .6s ease;background:#f9fafb;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:2rem auto;max-width:900px;padding:2rem;text-align:center}.user-manager-container h2{color:#1f2937;font-size:2rem;margin-bottom:1.5rem}.user-manager-container p{color:#4b5563;margin-bottom:1rem}table{border-collapse:collapse;margin-top:1rem;width:100%}td,th{border-bottom:1px solid #e5e7eb;font-size:.95rem;padding:.75rem 1rem;text-align:center}th{background-color:#f3f4f6;color:#374151;letter-spacing:.05em;text-transform:uppercase}.badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;line-height:1;margin-left:.3rem;padding:.2rem .5rem;vertical-align:middle}.badge.pending{background-color:#fbbf24;color:#fff}.badge.approved{background-color:#34d399;color:#fff}.badge.admin{background-color:#2563eb;color:#fff}.badge.user{background-color:#9ca3af;color:#fff}button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;padding:.4rem .8rem;transition:background-color .3s ease,transform .2s ease}button:hover{transform:translateY(-1px)}.approved{background:#34d399;color:#fff}.approved:hover{background:#10b981}.pending{background:#fbbf24;color:#fff}.pending:hover{background:#f59e0b}.admin{background:#2563eb;color:#fff}.admin:hover{background:#1d4ed8}.user{background:#9ca3af;color:#fff}.user:hover{background:#6b7280}.delete-user-btn{background:#ef4444;color:#fff}.delete-user-btn:hover{background:#dc2626}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.modal-content{animation:slideDown .4s ease;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000004d;padding:2rem;text-align:center}.modal-content h3{color:#1f2937;font-size:1.3rem;margin-bottom:.5rem}.modal-content p{color:#4b5563;margin-bottom:1rem}.modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.confirm-yes{background:#ef4444;color:#fff}.confirm-yes:hover{background:#dc2626}.confirm-no{background:#6b7280;color:#fff}.confirm-no:hover{background:#4b5563}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){table{font-size:.85rem}.modal-content{padding:1.5rem}button{font-size:.85rem;padding:.4rem .6rem}}.view-user-jobs{margin:2rem 0}.view-user-jobs select{border:1px solid #ccc;border-radius:4px;margin-top:.5rem;padding:.5rem}.jobs-table{border-collapse:collapse;display:block;margin-top:1rem;overflow-x:auto;width:100%}.jobs-table td,.jobs-table th{border:1px solid #ddd;padding:.5rem;white-space:nowrap}.jobs-table th{background:#f4f4f4}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.substation-dashboard{background:#f5f6f8;background:var(--bg,#f5f6f8);display:block;min-height:100vh;padding:1rem 1rem 6rem!important;transition:background .3s,color .3s;width:100%}.substation-dashboard.dark{--bg:#1e1e1e;--card-bg:#2c2c2c;--text:#e0e0e0;--panel-bg:#333;--border:#444}.substation-dashboard:not(.dark){--bg:#f5f6f8;--card-bg:#fff;--text:#333;--panel-bg:#fff;--border:#ddd}.substation-dashboard,.substation-dashboard .MuiButton-root,.substation-dashboard .MuiIconButton-root,.substation-dashboard .MuiTypography-root,.substation-dashboard a,.substation-dashboard input,.substation-dashboard select{color:var(--text)}.kpi-card{background:var(--panel-bg);color:#fff;padding:1rem;text-align:center}.card-panel,.kpi-card{border-radius:8px;box-shadow:0 4px 12px #0000001a;position:relative;z-index:1}.card-panel{background:var(--card-bg);margin-bottom:1rem;padding:0;transition:background .3s,color .3s}.card-panel .MuiCardContent-root{padding:1rem}.card-panel .MuiCardHeader-root{padding:.75rem 1rem}.tree-panel{background:var(--panel-bg);border-bottom:1px solid var(--border);max-height:400px;overflow-y:auto;padding:.5rem;transition:background .3s}.tree-panel .MuiTreeItem-root .MuiTreeItem-content{border-radius:4px;padding:4px 8px;transition:background .3s}.tree-panel .MuiTreeItem-root.Mui-selected>.MuiTreeItem-content{background-color:#1976d226}.asset-toolbar{align-items:center;background:var(--panel-bg);border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 1rem;position:sticky;top:0;transition:background .3s,color .3s;z-index:2}.asset-toolbar .MuiFormControl-root,.asset-toolbar .MuiInputBase-root{background:var(--card-bg);color:var(--text)}.MuiDataGrid-root{background:var(--panel-bg)!important;color:var(--text)!important;position:relative;z-index:1}.MuiDataGrid-cell,.MuiDataGrid-columnHeader,.MuiDataGrid-columnHeaders{border-bottom:1px solid var(--border)!important}.MuiDataGrid-columnHeaders{background:var(--panel-bg)!important}.MuiDataGrid-row.Mui-selected{background-color:#1976d214!important}.MuiTabs-root{background:var(--panel-bg)!important;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:background .3s,color .3s}.MuiTab-root{font-weight:700;text-transform:none}.MuiTab-root.Mui-selected{color:var(--text)!important}.MuiTabs-indicator{background-color:#1976d2!important}.leaflet-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:100%;width:100%}.MuiDrawer-paper{background:var(--card-bg)!important;color:var(--text)!important;max-width:350px;padding:1rem;width:100%!important}.recharts-legend-item text{fill:var(--text)}@media (max-width:600px){.substation-dashboard{padding:.5rem .5rem 6rem!important}.card-panel .MuiCardContent-root,.kpi-card{padding:.75rem}.tree-panel{max-height:200px}.asset-toolbar{gap:.25rem;padding:.25rem .5rem}.MuiTabs-root{font-size:.875rem}}.checkin-wrapper{font-family:Roboto,sans-serif;margin:2rem auto;max-width:800px;padding:0 1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-base{animation:fadeIn .5s ease;border-radius:8px;box-shadow:0 4px 16px #00000014;margin-bottom:2rem;overflow:hidden}.card-base .MuiCardHeader-root{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:1rem 1.5rem;text-align:center}.history-card .MuiCardHeader-root{background:linear-gradient(135deg,#10b981,#047857)}.card-base .MuiCardContent-root{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.page-note{color:#6b7280;font-style:italic;margin:-2rem auto 1.5rem;text-align:center}.history-card{margin:2rem auto;max-width:800px;position:relative;width:100%;z-index:auto}.history-card .date-filter{display:block;margin:0 auto 1rem;max-width:200px;position:relative;z-index:1}.history-card .date-filter .MuiInputLabel-outlined{background:#fff;padding:0 4px;transform:translate(14px,-6px) scale(.75)!important}.history-list{max-height:240px;overflow-y:auto}.history-list .MuiListItem-root{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.history-list .MuiListItem-root:last-child{border-bottom:none}.checkin-card .MuiTypography-root{color:#374151}.button-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-checkin,.btn-checkout{flex:1 1;min-width:120px}.MuiTextField-root{width:100%}.custom-snackbar .MuiSnackbarContent-root{font-size:.95rem;justify-content:center}.scroll-top-btn{bottom:2rem;box-shadow:0 4px 12px #0000001a;font-size:1.25rem;height:2.5rem;right:2rem;transition:transform .2s;width:2.5rem}.scroll-top-btn:hover{transform:translateY(-2px)}.gallery-container{background:#f9fafb;border-radius:12px;box-shadow:0 4px 15px #0000001a;margin:2rem auto;max-width:1000px;padding:2rem 2rem 4rem;text-align:center}.gallery-container h2,.gallery-container h3{color:#1f2937;margin-bottom:1rem}.gallery-list-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.gallery-card{background:#fff;border:2px solid #0000;border-radius:8px;box-shadow:0 4px 15px #0000001a;cursor:pointer;padding:2rem 1rem;text-align:center;transition:border-color .3s,transform .3s}.gallery-card:hover{border-color:#2563eb;transform:translateY(-3px)}.gallery-card-icon{font-size:2.5rem;margin-bottom:.5rem}.gallery-card h3{color:#1f2937;font-size:1rem;margin:.5rem 0 .25rem}.gallery-card small{color:#6b7280;font-size:.85rem}.back-link{background:#eff8ff;border:1px solid #2563eb;border-radius:6px;color:#2563eb;display:inline-block;font-weight:500;margin-bottom:1rem;padding:.5rem 1rem;text-decoration:none;transition:background .2s,color .2s}.back-link:hover{background:#2563eb;color:#fff;text-decoration:none}.upload-form{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.upload-form input[type=file]{border:1px solid #ddd;border-radius:6px;cursor:pointer;padding:.4rem}.upload-form button{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.6rem 1.2rem;transition:background .3s}.upload-form button:disabled{cursor:not-allowed;opacity:.6}.upload-form button:hover:not(:disabled){background:#1e40af}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.image-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden;position:relative}.image-card img{height:150px;object-fit:cover;width:100%}.image-card .timestamp{background:#0009;bottom:0;color:#fff;font-size:.75rem;padding:.3rem;position:absolute;text-align:center;width:100%}.scroll-top-btn{background:#2563eb;border:none;border-radius:50%;bottom:20px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;font-size:20px;height:44px;position:fixed;right:20px;width:44px;z-index:1000}.scroll-top-btn:hover{background:#1e40af}@media (max-width:600px){.gallery-list-grid{grid-template-columns:1fr}.upload-form{flex-direction:column}}body,html{background:linear-gradient(135deg,#f0f4f8,#d9e2ec);color:#1e293b;font-family:system-ui,sans-serif;height:100%;margin:0;padding:0}.terms-wrapper{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;padding:4rem 1rem 8rem}.terms-container,.terms-wrapper{box-sizing:border-box;width:100%}.terms-container{background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0000000f;line-height:1.7;max-width:840px;padding:3rem 2rem}.last-updated{color:#475569;font-size:.9rem;margin-bottom:2rem}.terms-container h1{color:#0f172a;font-size:2rem;margin-bottom:1.5rem;text-align:center}.terms-container h2{color:#2563eb;font-size:1.25rem;margin-bottom:.75rem;margin-top:2rem}.terms-container p,.terms-container ul{margin-bottom:1rem}.terms-container ul{padding-left:1.2rem}.terms-container a{color:#2563eb;text-decoration:underline}.back-btn{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:700;margin:1rem 0 2rem;padding:.5rem 1.25rem;text-align:center;text-decoration:none;transition:background .3s ease}.back-btn:hover{background-color:#1e3a8a}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 #2563eb80}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 0 0 #2563eb00}}.back-btn{animation:pulseGlow 2.5s infinite}.contact-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.contact-form input,.contact-form textarea{border:1px solid #cbd5e1;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.contact-form button{background-color:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;margin-top:.5rem;padding:.6rem 1.25rem;transition:background .3s ease}.contact-form button:hover{background-color:#1e3a8a}@media (max-width:600px){.terms-wrapper{padding:4rem 1rem 8rem}.terms-container{padding:1.5rem}.terms-container h1{font-size:1.6rem}.terms-container h2{font-size:1.1rem}.contact-form input,.contact-form textarea{font-size:.95rem}}.admin-notifications{background:#f5f7fa;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.admin-notifications .toolbar{align-items:center;display:flex;justify-content:space-between}.admin-notifications .toolbar h4{color:#1f2937;font-size:1.75rem;font-weight:600;margin:0}.admin-notifications .toolbar .MuiButton-root{background:#2563eb;color:#fff;padding:.6rem 1.2rem;text-transform:none}.admin-notifications .toolbar .MuiButton-root:hover{background:#1d4ed8}.table-container{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000f;max-height:calc(100vh - 250px);overflow-x:auto;overflow-y:auto}.notifications-table{border-collapse:collapse;color:#374151;font-family:system-ui,sans-serif;width:100%}.notifications-table thead th{background:#2563eb;color:#fff;font-weight:500;padding:.75rem 1rem;position:sticky;text-align:left;top:0;z-index:2}.notifications-table tbody tr:nth-child(2n){background:#f9fafb}.notifications-table tbody tr:hover{background:#eef4ff}.notifications-table td{border-bottom:1px solid #e5e7eb;padding:.75rem 1rem;vertical-align:middle}.notifications-table tbody tr:last-child td{border-bottom:none}.notifications-table td.actions-col,.notifications-table th.actions-col{text-align:center;width:160px}.notifications-table .MuiSvgIcon-root{color:#6b7280;cursor:pointer;transition:color .2s ease,transform .2s ease}.notifications-table .MuiSvgIcon-root:hover{color:#2563eb;transform:scale(1.1)}@media (max-width:768px){.admin-notifications{padding:1rem}.notifications-table td,.notifications-table thead th{padding:.5rem .75rem}.notifications-table td.actions-col,.notifications-table th.actions-col{width:120px}}
/*# sourceMappingURL=main.7d153760.css.map*/