.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100svh;padding:20px 14px;display:flex}.login-box{background:#fff;border-radius:14px;width:100%;max-width:400px;padding:40px;box-shadow:0 10px 40px #0003}.login-box h1{text-align:center;color:#333;margin-bottom:10px}.login-box h2{text-align:center;color:#666;margin-bottom:30px;font-size:18px;font-weight:400}.form-group{margin-bottom:20px}.form-group label{color:#333;margin-bottom:5px;font-weight:500;display:block}.form-group input{border:1px solid #ddd;border-radius:5px;width:100%;padding:12px;font-size:14px}.form-group input:focus{border-color:#667eea;outline:none}.login-box button{color:#fff;cursor:pointer;background-color:#667eea;border:none;border-radius:5px;width:100%;padding:12px;font-size:16px;font-weight:600;transition:background-color .2s}.login-box button:hover:not(:disabled){background-color:#5568d3}.login-box button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#c33;text-align:center;background-color:#fee;border-radius:5px;margin-bottom:20px;padding:10px}@media (width<=640px){.login-container{align-items:flex-start;padding-top:36px}.login-box{border-radius:12px;padding:22px 16px}.login-box h1{font-size:24px}.login-box h2{margin-bottom:20px;font-size:15px}}.layout{background:#eef2f7;min-height:100svh;display:flex;overflow:hidden}.sidebar{color:#fff;background:linear-gradient(#24364a 0%,#1f3043 100%);flex-direction:column;width:260px;padding:18px;transition:transform .3s;display:flex;overflow-y:auto;box-shadow:0 8px 24px #0f172a38}.sidebar-header{margin-bottom:30px}.sidebar-header h2{letter-spacing:.01em;margin-bottom:10px;font-size:20px}.user-name{margin-bottom:5px;font-size:14px;font-weight:600}.user-role{color:#bdc3c7;text-transform:capitalize;font-size:12px}.nav-menu{flex:1;padding:0;list-style:none}.nav-menu li{margin-bottom:5px}.nav-section-title{text-transform:uppercase;letter-spacing:.05em;color:#bdc3c7;margin:15px 0 5px;font-size:11px}.nav-menu a{color:#ecf0f1;border:1px solid #0000;border-radius:10px;min-height:44px;padding:12px 14px;text-decoration:none;transition:all .2s;display:block}.nav-menu a:hover{background-color:#ffffff14;border-color:#ffffff1f}.nav-menu a.active{color:#fff;background:linear-gradient(#43a0ea 0%,#2f90df 100%);box-shadow:inset 0 0 0 1px #ffffff1f}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(#ef5e52 0%,#e14a3a 100%);border:none;border-radius:8px;min-height:42px;margin-top:auto;padding:10px 15px;font-size:14px;transition:background-color .2s;box-shadow:0 6px 14px #be251040}.logout-btn:hover{background:linear-gradient(#e95549 0%,#cc3f30 100%)}.main-content{background:#f4f6fa;flex:1;padding:clamp(14px,2.6vw,30px);overflow-y:auto}.mobile-header,.mobile-logout-btn{display:none}@media (width<=992px){.layout{flex-direction:column;min-height:100svh}.mobile-header{color:#fff;z-index:1000;background:#2c3e50;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:12px 16px;display:flex;position:sticky;top:0}.mobile-header h3{margin:0;font-size:16px;font-weight:700}.mobile-logout-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.mobile-logout-btn:hover{background:#fff3}.hamburger{color:#fff;cursor:pointer;background:0 0;border:none;font-size:22px}.sidebar{z-index:1200;width:min(82vw,290px);height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1100;background:#0006;position:fixed;inset:0}.main-content{width:100%;padding:14px}}@media (width<=420px){.mobile-header{padding:10px 12px}.mobile-logout-btn{padding:5px 8px;font-size:11px}.sidebar{width:86vw;padding:14px}.sidebar-header h2{font-size:18px}}.dashboard-page{width:100%}.dashboard-container{box-sizing:border-box;width:100%;padding:0}.dashboard-toolbar{align-items:center;gap:12px}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;display:flex}.dashboard-page .MuiPaper-root{border-radius:12px;overflow:hidden}.dashboard-page .MuiTableContainer-root,.dashboard-page .MuiPaper-root{overflow-x:auto}.task-table{min-width:920px}.task-table th{white-space:nowrap;background:#f8fafc;font-weight:700}.task-table td{white-space:nowrap;vertical-align:middle}.task-table tr:hover{background:#f9fafb}.dashboard-filter-grid{padding-top:4px}.dashboard-filter-grid .MuiOutlinedInput-root,.dashboard-filter-date .MuiInputBase-root{background:#f8fafc;border-radius:10px;height:40px}.dashboard-filter-date .MuiOutlinedInput-notchedOutline{border-color:#dbe3ee!important}.dashboard-filter-date .MuiInputBase-input{color:#0f172a;font-size:14px}.dashboard-filter-date .MuiInputAdornment-root .MuiSvgIcon-root{color:#475569;font-size:18px}.dashboard-filter-grid .MuiButton-outlined{border-radius:10px;height:40px;font-weight:600}.dashboard-page .MuiTextField-root .MuiOutlinedInput-root{background:#f9fafb;border-radius:10px}.dashboard-page .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#2563eb!important}.dashboard-page .MuiDialog-paper{border-radius:14px}.dashboard-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:8px;display:flex}.dashboard-pagination-text{color:#64748b;font-size:13px}.dashboard-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:9px;min-width:34px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:all .16s}.dashboard-page-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.dashboard-page-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=992px){.dashboard-container{padding:0}.dashboard-toolbar{flex-direction:column;align-items:flex-start!important}.dashboard-actions{justify-content:flex-start;gap:8px;width:100%}.dashboard-actions .MuiButton-root{min-height:40px}.task-table{min-width:860px}.dashboard-filter-grid{grid-template-columns:1fr!important}.dashboard-pagination{justify-content:flex-start}}@media (width<=640px){.dashboard-page .MuiToolbar-root{padding-left:12px;padding-right:12px;min-height:52px!important}.dashboard-page .MuiContainer-root{padding-left:0!important;padding-right:0!important}.dashboard-page .MuiPaper-root{border-radius:10px}.dashboard-toolbar{padding:12px!important}.dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.dashboard-actions .MuiButton-root:last-child{grid-column:1/-1}.task-table{min-width:760px}.dashboard-page .MuiDialog-paper{border-radius:12px!important;width:calc(100% - 18px)!important;margin:9px!important}.dashboard-page-btn{min-width:32px;height:32px;padding:0 9px;font-size:12px}}.tasks-page{max-width:1400px;padding:0 10px}.page-header h1{color:#2c3e50;font-size:24px;font-weight:600}.filter-bar{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;padding:18px 20px;display:flex;box-shadow:0 4px 12px #0000000d}.filter-group{flex-wrap:wrap;gap:12px;display:flex}.filter-group input,.filter-group select{background:#f8fafc;border:1px solid #e0e6ed;border-radius:8px;min-width:170px;padding:8px 14px;font-size:14px;transition:all .2s}.filter-group .tasks-date-picker{min-width:170px}.filter-group .tasks-date-picker .MuiInputBase-root{background:#f8fafc;border-radius:8px;height:39px}.filter-group .tasks-date-picker .MuiOutlinedInput-notchedOutline{border-color:#e0e6ed!important}.filter-group .tasks-date-picker .MuiInputBase-input{font-size:14px;padding:8px 14px!important}.filter-group .tasks-date-picker .MuiInputAdornment-root .MuiSvgIcon-root{color:#6b7280;font-size:18px}.filter-group .tasks-date-picker .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline,.filter-group .tasks-date-picker .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#2f6fed!important}.filter-group input:focus,.filter-group select:focus{background:#fff;border-color:#2f6fed;outline:none;box-shadow:0 0 0 2px #2f6fed1a}.btn-clear{color:#2f6fed;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2f6fed;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:600;transition:all .2s}.btn-clear:hover{color:#fff;background:#2f6fed}.btn-clear{color:#2f6fed;cursor:pointer;white-space:nowrap;background:#eaf2ff;border:1px solid #c9ddff;border-radius:6px;margin-left:auto;padding:6px 12px;font-size:13px;font-weight:600;transition:all .2s}.btn-clear:hover{background:#d6e7ff}.tasks-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.task-card{background:#fff;border-radius:12px;padding:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 3px 8px #0000000f}.task-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.task-header h3{color:#2c3e50;flex:1;margin-right:10px;font-size:16px;font-weight:600}.status-badge{white-space:nowrap;border-radius:20px;padding:5px 10px;font-size:12px;font-weight:600}.status-submitted{color:#8e44ad;background:#f3e8ff}.status-approved{color:#2e7d32;background:#e8f5e9}.task-description{color:#555;margin-bottom:15px;font-size:14px;line-height:1.5}.task-info{color:#888;margin-bottom:18px;font-size:13px}.task-actions{justify-content:flex-end;gap:8px;display:flex}.task-actions button{cursor:pointer;white-space:nowrap;border-radius:18px;width:auto;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#2f6fed;border:none}.btn-secondary{color:#2f6fed;background:#eef2ff;border:1px solid #c7d2fe}.btn-secondary:hover{background:#dbeafe}.btn-danger{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.btn-danger:hover{background:#fecaca}.no-data{text-align:center;color:#777;background:#fff;border-radius:10px;grid-column:1/-1;padding:40px;font-size:14px}.tasks-grid{gap:16px;display:grid}.task-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:10px;padding:16px;transition:all .2s;display:flex}.task-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.task-card-top{align-items:center;gap:6px;display:flex}.status-label{font-size:12px;font-weight:600}.status-pending{color:#6b7280}.status-pending.status-dot{background:#9ca3af}.status-in_progress{color:#2563eb}.status-in_progress.status-dot{background:#2563eb}.status-submitted{color:#d97706}.status-submitted.status-dot{background:#f59e0b}.status-approved{color:#059669}.status-approved.status-dot{background:#10b981}.status-rejected{color:#dc2626}.status-rejected.status-dot{background:#ef4444}.task-title{font-size:15px;font-weight:600;line-height:1.4}.task-description{color:#6b7280;min-height:36px;font-size:13px;line-height:1.4}.task-meta{color:#374151;flex-direction:column;gap:4px;font-size:12px;display:flex}.task-actions{margin-top:10px}.btn-primary{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:8px;font-size:13px;font-weight:500;transition:all .2s}.btn-primary:hover{background:#1d4ed8}@media (width>=768px){.tasks-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.tasks-grid{grid-template-columns:repeat(3,1fr)}}.status-done{color:#059669}.status-done.status-dot{background:#10b981}@media (width<=992px){.tasks-page{padding:0}.filter-bar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;padding:14px}.filter-group{grid-template-columns:1fr 1fr;gap:8px;display:grid}.filter-group input,.filter-group select,.filter-group .tasks-date-picker{width:100%;min-width:0}.btn-clear{width:100%;min-height:40px;margin-left:0}.tasks-grid{grid-template-columns:1fr;gap:12px}}@media (width<=640px){.page-header{margin-bottom:12px}.page-header h1{font-size:18px}.filter-group{grid-template-columns:1fr}.task-card{border-radius:10px;padding:12px}.task-title{font-size:14px}.task-description{min-height:0}}.reports-page{background:#f5f6f8;min-height:100vh;padding:24px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{margin:0;font-size:22px;font-weight:600}.btn-primary{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:999px;width:auto;min-width:120px;max-width:fit-content;padding:6px 14px;font-size:13px;transition:all .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{cursor:not-allowed;background-color:#cbd5f5}.info-text{color:#6b7280;margin-bottom:16px;font-size:13px}.report-filter-bar{grid-template-columns:1.6fr repeat(4,minmax(120px,1fr)) auto;gap:10px;margin-bottom:16px;display:grid}.report-filter-bar input,.report-filter-bar select{color:#1f2937;background:#fff;border:1px solid #dbe1ea;border-radius:10px;padding:9px 10px;font-size:13px}.report-filter-bar input:focus,.report-filter-bar select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.reports-grid{gap:20px;display:grid}.reports-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;display:flex}.reports-pagination-text{color:#64748b;font-size:13px}.reports-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:9px;min-width:34px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:all .16s}.reports-page-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.reports-page-btn:disabled{opacity:.45;cursor:not-allowed}.report-card{background:#fff;border:1px solid #e8eaed;border-radius:14px;flex-direction:column;justify-content:space-between;min-height:210px;padding:20px;transition:all .2s;display:flex}.report-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000d}.report-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.report-header h3{flex:1;font-size:14px;font-weight:600;line-height:1.3}.report-body{flex-direction:column;gap:8px;margin-top:14px;display:flex}.report-row{justify-content:space-between;gap:12px;font-size:13px;display:flex}.label{color:#6b7280}.status-pill{white-space:nowrap;letter-spacing:.2px;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-pill.pending{color:#374151;background:#f3f4f6}.status-pill.submitted{color:#92400e;background:#fef3c7}.status-pill.submitted .status-dot{background:#f59e0b}.status-pill.approved{color:#065f46;background:#ecfdf5}.status-pill.approved .status-dot{background:#10b981}.status-pill.rejected{color:#7f1d1d;background:#fef2f2}.status-pill.rejected .status-dot{background:#ef4444}.location-status.valid{color:#16a34a;font-weight:500}.location-status.invalid{color:#dc2626;font-weight:500}.btn-outline{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;width:100%;margin-top:16px;padding:8px;font-size:13px;font-weight:500;transition:all .2s}.report-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.report-actions .btn-outline{width:auto;min-width:110px;margin-top:0}.btn-approve,.btn-reject{cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .2s}.btn-approve{color:#fff;background:#16a34a}.btn-approve:hover{background:#15803d}.btn-reject{color:#fff;background:#dc2626}.btn-reject:hover{background:#b91c1c}.btn-approve:disabled,.btn-reject:disabled{opacity:.6;cursor:not-allowed}.back-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex}.back-button:hover{color:#2563eb;background:#f3f4f6;border-color:#2563eb}.no-data{text-align:center;color:#9ca3af;background:#fff;border:1px dashed #e5e7eb;border-radius:12px;padding:40px;font-size:14px}@media (width>=768px){.reports-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1200px){.reports-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.reports-page{padding:14px}.page-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.page-header h1{font-size:18px;line-height:1.35}.btn-primary{width:100%;min-width:0;max-width:100%;min-height:42px}.reports-grid{gap:12px}.report-card{border-radius:12px;min-height:0;padding:14px}.report-header{align-items:flex-start}.report-header h3{font-size:15px;line-height:1.35}.report-row{flex-direction:column;align-items:flex-start;gap:3px}.report-actions{flex-direction:column;align-items:stretch;margin-top:12px}.report-actions .btn-outline,.btn-approve,.btn-reject{width:100%;min-height:40px}.report-filter-bar{grid-template-columns:1fr;gap:8px}.reports-pagination{justify-content:flex-start}.reports-page-btn{min-width:32px;height:32px;padding:0 9px;font-size:12px}}.reports-page-notice{border-radius:10px;margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:500}.reports-page-notice--success{color:#166534;background:#dcfce7;border:1px solid #86efac}.reports-page-notice--error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.reject-modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.reject-modal{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:440px;padding:22px 22px 18px;box-shadow:0 20px 50px #0000002e}.reject-modal-title{color:#111827;margin:0 0 8px;font-size:18px;font-weight:600}.reject-modal-hint{color:#6b7280;margin:0 0 14px;font-size:13px;line-height:1.45}.reject-modal-textarea{box-sizing:border-box;resize:vertical;color:#1f2937;border:1px solid #d1d5db;border-radius:10px;width:100%;min-height:100px;padding:10px 12px;font-family:inherit;font-size:14px}.reject-modal-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.reject-modal-field-error{color:#dc2626;margin:8px 0 0;font-size:13px}.reject-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.reject-modal-actions .btn-outline{margin-top:0}.reject-modal-actions .btn-reject{min-width:140px}.reject-modal.approve-modal{border-left:4px solid #16a34a}.reject-modal-actions .btn-approve{min-width:140px}.create-wrapper{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);max-width:920px;min-height:100vh;margin:0 auto;padding:32px}.create-page-top{margin-bottom:16px}.create-back-to-tasks{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:border-color .2s,color .2s,box-shadow .2s;display:inline-flex}.create-back-to-tasks:hover{color:#1d4ed8;border-color:#2563eb;box-shadow:0 2px 8px #2563eb1f}.create-wrapper h1{color:#0f172a;margin-top:0;margin-bottom:28px;font-size:22px;font-weight:600}.card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:22px;padding:22px;transition:all .25s}.card:hover{box-shadow:0 10px 30px #0000000f}.card h3{color:#0f172a;margin-bottom:12px;font-size:15px;font-weight:600}.card label{color:#475569;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.card input,.card textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:10px 14px;font-size:14px;transition:all .2s}.card input:focus,.card textarea:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb14}.card textarea{resize:vertical;min-height:110px}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:999px;justify-content:center;align-items:center;padding:11px 26px;font-size:14px;font-weight:500;transition:all .25s;display:inline-flex;box-shadow:0 6px 18px #2563eb4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 24px #2563eb66}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e1}.task-info-card{background:#f1f5f9;border:1px solid #e2e8f0}.task-meta{color:#475569;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:10px;font-size:13px;display:grid}.status-badge{border-radius:999px;padding:5px 12px;font-size:12px;font-weight:500}.status-pending{color:#ea580c;background:#fff7ed}.status-in_progress{color:#0284c7;background:#e0f2fe}.status-done,.status-approved{color:#047857;background:#ecfdf5}.status-rejected{color:#b91c1c;background:#fef2f2}.photo-item{background:#fff;border-radius:16px;transition:transform .25s;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000000f}.photo-item:hover{transform:translateY(-4px)}.photo-item img{object-fit:cover;width:100%;height:140px;display:block}.photo-item button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ef4444e6;border:none;border-radius:50%;width:28px;height:28px;font-size:13px;transition:all .2s;position:absolute;top:8px;right:8px}.photo-item button:hover{transform:scale(1.1)}.photo-add-slot{cursor:pointer;box-sizing:border-box;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:12px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.photo-add-slot:hover{background:#eff6ff;border-color:#2563eb;box-shadow:0 4px 14px #2563eb1f}.photo-add-plus{color:#64748b;font-size:2.25rem;font-weight:300;line-height:1}.photo-add-slot:hover .photo-add-plus{color:#2563eb}.photo-add-label{color:#475569;text-align:center;margin-top:6px;font-size:12px;font-weight:600}.photo-add-count{color:#94a3b8;margin-top:4px;font-size:11px}.gps-coords-line{color:#0f172a;margin:0 0 4px;font-size:14px;line-height:1.5}.gps-coords-label{color:#475569;font-weight:600}.gps-maps-hint{color:#64748b;margin:0 0 10px;font-size:12px}.submit-wrapper{justify-content:center;margin-top:30px;display:flex}.btn-capture{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:999px;justify-content:center;align-items:center;width:fit-content;padding:8px 18px;font-size:13px;font-weight:500;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #00000026}.btn-capture:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0003}.btn-retry-gps{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;margin-top:10px;padding:8px 14px;font-size:13px}.btn-retry-gps:hover{background:#f8fafc;border-color:#94a3b8}.error{color:#dc2626}@media (width<=768px){.btn-capture{width:auto;padding:10px 20px;font-size:14px}.create-wrapper{padding:18px 16px}.create-wrapper h1{margin-bottom:20px;font-size:18px}.card{border-radius:16px;padding:18px}.photo-grid{grid-template-columns:repeat(2,1fr)}.photo-item img{height:120px}.btn-primary{width:100%;padding:14px;font-size:15px}.task-meta{grid-template-columns:1fr}.btn-retry-gps{width:100%;min-height:42px}.photo-add-slot{min-height:120px}}@media (width<=420px){.create-wrapper{padding:12px}.card{border-radius:12px;margin-bottom:14px;padding:14px}.photo-grid{grid-template-columns:1fr}.photo-item img{height:180px}}@media (hover:none){.card:hover,.photo-item:hover,.btn-primary:hover,.btn-capture:hover,.photo-add-slot:hover{box-shadow:none;transform:none}}button.photo-add-slot{appearance:none;width:100%;margin:0;font-family:inherit}.detail-page{background:#f4f6f9;min-height:100vh;padding:32px}.detail-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.detail-header h1{font-size:20px;font-weight:600}.back-button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 14px;font-size:13px;transition:all .2s}.back-button:hover{background:#f8fafc;border-color:#94a3b8}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.detail-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.detail-row--coords{margin-bottom:4px}.gps-maps-link{color:#2563eb;text-underline-offset:3px;word-break:break-all;font-weight:600;text-decoration:underline}.gps-maps-link:hover{color:#1d4ed8}.gps-maps-hint{color:#64748b;margin:0 0 12px;font-size:12px;line-height:1.4}.label{color:#6b7280;font-weight:500}.detail-note{margin-top:20px}.detail-note--employee{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #2563eb;border-radius:10px;padding:14px 16px}.detail-note--admin{background:#faf5ff;border:1px solid #e9d5ff;border-left:4px solid #7c3aed;border-radius:10px;padding:14px 16px}.detail-note-sub{color:#64748b;margin-top:4px;margin-bottom:8px;font-size:12px;font-weight:400;line-height:1.4;display:block}.detail-note p{white-space:pre-wrap;word-break:break-word;margin-top:0;margin-bottom:0}.detail-photos{margin-top:20px}.photo-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-top:10px;display:grid}.photo-grid.single{grid-template-columns:minmax(200px,360px)}.photo-item{cursor:pointer;border-radius:14px;position:relative;overflow:hidden}.photo-item img{object-fit:cover;width:100%;height:220px;transition:all .3s;display:block}.detail-value-wrap{text-align:right;word-break:break-word;max-width:70%}.status-text{white-space:nowrap;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600}.status-text.submitted{color:#92400e;background:#fef3c7}.status-text.approved{color:#065f46;background:#ecfdf5}.status-text.rejected{color:#7f1d1d;background:#fef2f2}.status-text.pending{color:#374151;background:#f3f4f6}.photo-item:hover img{transform:scale(1.05)}.watermark{color:#fff;background:#000000a6;border-radius:8px;padding:6px 10px;font-size:12px;line-height:1.4;position:absolute;bottom:8px;left:8px}.image-modal{z-index:999;background:#000000eb;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal-image{border-radius:16px;max-width:90%;max-height:90%;animation:.2s zoomIn}.close-btn{color:#fff;cursor:pointer;z-index:1002;font-size:40px;position:absolute;top:30px;right:40px}.btn-download-image{z-index:1001;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s;position:absolute;top:24px;right:92px;box-shadow:0 10px 24px #2563eb59}.btn-download-image:hover{transform:translateY(-1px);box-shadow:0 12px 26px #2563eb6b}.btn-outline{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:999px;padding:8px 18px;transition:all .2s}.btn-outline:hover{color:#fff;background:#2563eb}.detail-delete-actions{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:16px}.btn-delete-report{color:#991b1b;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s}.btn-delete-report:hover:not(:disabled){background:#fee2e2;border-color:#f87171}.btn-delete-report:disabled{opacity:.65;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.9)}to{transform:scale(1)}}@media (width<=768px){.detail-page{padding:14px}.detail-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.detail-header h1{word-break:break-word;font-size:18px;line-height:1.4}.detail-card{border-radius:12px;padding:14px}.detail-row{flex-direction:column;gap:3px;margin-bottom:10px}.detail-value-wrap{text-align:left;max-width:100%}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-grid.single{grid-template-columns:1fr}.photo-item img{height:150px}.close-btn{font-size:32px;top:10px;right:16px}.btn-download-image{padding:8px 12px;font-size:12px;top:14px;right:56px}}.users-page{width:100%}.users-paper{border-radius:14px}.users-filter-box{margin-bottom:20px}.users-table-container{border:1px solid #e5e7eb;border-radius:12px}.users-mobile-list{display:none}.users-table th{white-space:nowrap;background:#f8fafc;font-weight:700}.users-table td{vertical-align:middle}.users-inline-td .MuiTextField-root{width:100%}.users-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;display:flex}.users-mobile-actions{justify-content:flex-end;display:flex}.users-mobile-actions--row{flex-flow:wrap;gap:8px}.users-mobile-actions--row .MuiButton-root{flex:1;min-width:calc(50% - 4px)}.users-delete-na{color:#94a3b8;font-size:14px}.users-pagination-text{color:#64748b;font-size:13px}.users-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:9px;min-width:34px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:all .16s}.users-page-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.users-page-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.users-page{padding-left:0!important;padding-right:0!important}.users-paper{border-radius:12px;padding:16px!important}.users-filter-stack .MuiTextField-root{width:100%}.users-pagination{justify-content:flex-start}}@media (width<=680px){.users-paper{padding:12px!important}.users-table-container{display:none}.users-mobile-list{gap:10px;display:grid}.users-mobile-card{background:#fff;padding:12px;border:1px solid #e5e7eb!important;border-radius:12px!important}.users-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.users-mobile-name{color:#1f2937;line-height:1.35;font-size:15px!important;font-weight:700!important}.users-mobile-email{color:#64748b;word-break:break-all;margin-top:2px!important;font-size:13px!important}.users-mobile-meta{border-top:1px dashed #e5e7eb;gap:8px;margin-top:8px;padding-top:8px;display:grid}.users-mobile-meta-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.users-mobile-meta-row span{color:#64748b;font-size:12px;font-weight:600}.users-mobile-meta-row strong{color:#111827;text-align:right;font-size:13px;font-weight:600}.users-empty-card{text-align:center;color:#6b7280;padding:18px;font-size:14px;border:1px dashed #d1d5db!important;border-radius:12px!important}.users-table{width:100%}.users-table thead{display:none}.users-table tbody,.users-table tr,.users-table td{width:100%;display:block}.users-table tr{border-bottom:1px solid #eef2f7;padding:10px 0}.users-table tr:last-child{border-bottom:none}.users-table td{text-align:right;word-break:break-word;border-bottom:none;justify-content:space-between;align-items:center;gap:10px;display:flex;padding:6px 0!important}.users-table td:before{content:attr(data-label);color:#64748b;text-align:left;flex:0 0 38%;font-weight:700}.users-table td>*{margin-left:auto}.users-table td.users-inline-td>*{width:100%;max-width:100%;margin-left:0!important}.users-page-btn{min-width:32px;height:32px;padding:0 9px;font-size:12px}}.attendance-page{--at-ink:#0f172a;--at-ink-muted:#64748b;--at-accent:#2563eb;--at-accent-hover:#1d4ed8;--at-surface:#fff;--at-surface-soft:#f8fafc;--at-border:#0f172a14;--at-border-strong:#0f172a1f;--at-ring:#2563eb38;--at-shadow-sm:0 1px 2px #0f172a0a;--at-shadow-md:0 4px 6px -1px #0f172a0d, 0 12px 28px -6px #0f172a14;--at-radius:16px;--at-radius-input:12px;box-sizing:border-box;background:linear-gradient(#eef2f7 0%,#f8fafc 32% 100%);max-width:960px;min-height:100%;margin:0 auto;padding:28px 24px 40px}.attendance-page.attendance-overview{max-width:1100px}.attendance-header h1{letter-spacing:-.025em;color:var(--at-ink);margin:0 0 12px;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.2}.attendance-sub{max-width:980px;color:var(--at-ink-muted);margin:0 0 26px;font-size:15px;line-height:1.65}.attendance-sub strong{color:#334155;font-weight:600}.attendance-toolbar{grid-template-columns:1fr;align-items:stretch;gap:14px;margin-bottom:16px;display:grid}.attendance-filter-grid{border:1px solid var(--at-border-strong);border-radius:var(--at-radius);box-shadow:var(--at-shadow-sm), var(--at-shadow-md);background:linear-gradient(165deg,#fff 0%,#f8fbff 55%,#fff 100%);grid-template-columns:repeat(3,minmax(185px,1fr)) auto;align-items:end;gap:14px;padding:18px 20px;display:grid}.attendance-filter-grid.attendance-filter-grid--anchor-day{border-top:3px solid var(--at-accent);background:linear-gradient(165deg,#fff 0%,#f4f8ff 45%,#fafcff 100%);grid-template-columns:minmax(220px,300px) auto;align-items:end;gap:16px;padding:20px 22px 22px}.attendance-field{text-transform:uppercase;letter-spacing:.06em;color:#475569;flex-direction:column;gap:8px;font-size:11px;font-weight:700;display:flex}.attendance-field>span:first-child{color:#334155;font-size:11px}.attendance-field select,.attendance-field input[type=month],.attendance-field input[type=date],.attendance-field input[type=text]{background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;min-width:0;padding:8px 10px;font-size:14px}.attendance-mui-date{width:100%}.attendance-mui-date .MuiInputBase-root{border-radius:var(--at-radius-input);background:var(--at-surface);border:1px solid var(--at-border-strong);box-sizing:border-box;height:44px;font-size:14px;transition:border-color .18s,box-shadow .18s}.attendance-mui-date .MuiOutlinedInput-notchedOutline{border:none!important}.attendance-mui-date .MuiInputBase-input{color:#0f172a;font-size:14px;line-height:1.3;padding:8px 10px!important}.attendance-mui-date .MuiInputAdornment-root .MuiSvgIcon-root{color:#475569;font-size:18px}.attendance-mui-date .MuiInputBase-root:hover{border-color:#93c5fd;box-shadow:0 0 0 1px #93c5fd59}.attendance-mui-date .MuiInputBase-root.Mui-focused{border-color:var(--at-accent);box-shadow:0 0 0 4px var(--at-ring)}.attendance-mui-date .MuiInputBase-root.Mui-disabled{background:#f8fafc;border-color:#e2e8f0}.attendance-date-format{color:var(--at-ink-muted);letter-spacing:.01em;margin-top:0;font-size:12px;font-weight:500;line-height:1.45}.attendance-clear-filter-btn{border-radius:var(--at-radius-input);white-space:nowrap;height:44px;box-shadow:var(--at-shadow-sm);flex:none;align-self:flex-end;padding:0 18px;font-size:13px;font-weight:600;transition:border-color .18s,color .18s,box-shadow .18s,transform .15s;width:auto!important;min-width:unset!important;color:#334155!important;background:var(--at-surface)!important;border-color:#cbd5e1!important}.attendance-clear-filter-btn:hover:not(:disabled){box-shadow:0 2px 8px #2563eb1f;border-color:var(--at-accent)!important;color:var(--at-accent-hover)!important}.attendance-clear-filter-btn:active:not(:disabled){transform:translateY(1px)}.attendance-clear-filter-btn:disabled{opacity:.5;box-shadow:none}.attendance-summary-pill{border-radius:var(--at-radius);color:#1e3a8a;box-shadow:var(--at-shadow-sm), 0 8px 20px #2563eb14;background:linear-gradient(145deg,#eff6ff 0%,#e0edff 100%);border:1px solid #bfdbfe;flex-direction:column;gap:6px;margin-left:auto;padding:14px 18px;font-size:13px;display:flex}.attendance-summary-pill em{color:var(--at-accent-hover);font-variant-numeric:tabular-nums;font-size:17px;font-style:normal;font-weight:700}.attendance-range-order-hint{border-radius:var(--at-radius-input);color:#78350f;box-shadow:var(--at-shadow-sm);background:linear-gradient(90deg,#fffbeb 0%,#fff7ed 100%);border:1px solid #fde68a;flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:10px 14px;margin:0;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.attendance-range-order-hint p{flex:220px;margin:0}.attendance-range-order-hint strong{color:#451a03;font-weight:700}.attendance-swap-range-btn{white-space:nowrap;flex:none}.attendance-error{color:#991b1b;border-radius:var(--at-radius-input);box-shadow:var(--at-shadow-sm);background:linear-gradient(90deg,#fef2f2 0%,#fff5f5 100%);border:1px solid #fecaca;border-left:4px solid #dc2626;margin-bottom:18px;padding:14px 16px 14px 18px;font-size:13px;line-height:1.5}.attendance-legend{color:#475569;flex-wrap:wrap;gap:16px;margin-bottom:14px;font-size:13px;display:flex}.legend-item{align-items:center;gap:8px;padding:2px 0;display:inline-flex}.legend-icon{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:inline-flex}.legend-full{color:#166534;background:#dcfce7}.legend-half{color:#854d0e;background:#fef9c3}.legend-empty{color:#991b1b;background:#fee2e2}.legend-pending{color:#3730a3;background:#e0e7ff}.attendance-calendar-wrap{background:var(--at-surface);border:1px solid var(--at-border-strong);border-radius:var(--at-radius);box-shadow:var(--at-shadow-sm), var(--at-shadow-md);padding:18px;position:relative}.attendance-loading-overlay{z-index:2;color:#475569;background:#ffffffbf;border-radius:16px;justify-content:center;align-items:center;font-size:14px;font-weight:500;display:flex;position:absolute;inset:0}.attendance-calendar{grid-template-columns:repeat(7,1fr);gap:6px;display:grid}.attendance-cal-head{text-align:center;color:#64748b;text-transform:uppercase;letter-spacing:.02em;padding:8px 4px;font-size:11px;font-weight:700}.attendance-cal-cell{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;min-height:72px;padding:6px 8px;display:flex}.attendance-cal-cell.in-month{background:#fff}.attendance-cal-cell.out-month{opacity:.38;background:#f1f5f9}.cal-day-num{color:#334155;font-size:13px;font-weight:600}.cal-mark{font-size:18px;font-weight:700;line-height:1}.cal-mark.mark-full{color:#16a34a}.cal-mark.mark-half{color:#ca8a04}.cal-mark.mark-empty{color:#dc2626}.cal-mark.mark-pending{color:#4338ca}.cal-mark.mark-muted{display:none}.attendance-footnote{color:var(--at-ink-muted);border:1px solid var(--at-border);border-radius:var(--at-radius-input);background:#ffffffa6;margin-top:20px;margin-bottom:8px;padding:14px 16px;font-size:12px;line-height:1.6}.attendance-footnote code{color:#334155;background:#e2e8f0;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:500}.attendance-breadcrumb{margin-bottom:12px}.attendance-back-link{color:var(--at-accent);border-radius:10px;align-items:center;gap:6px;margin:-4px -8px;padding:8px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.attendance-back-link:hover{color:var(--at-accent-hover);background:#2563eb14;text-decoration:none}.attendance-overview-toolbar{grid-template-columns:1fr auto;align-items:end;gap:14px}.attendance-daily-filter-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}@media (width<=640px){.attendance-daily-filter-grid{grid-template-columns:1fr!important}}.attendance-detail-toolbar{grid-template-columns:1fr auto;align-items:end;gap:16px}.attendance-page:not(.attendance-overview) .attendance-header h1{letter-spacing:-.01em;font-size:32px;font-weight:700}.attendance-page:not(.attendance-overview) .attendance-sub{margin-bottom:22px}.attendance-page:not(.attendance-overview) .attendance-filter-grid{border-radius:16px;padding:16px}.attendance-page:not(.attendance-overview) .attendance-summary-pill{background:linear-gradient(#f8fbff 0%,#eef5ff 100%);border-color:#cfe0ff;border-radius:14px;min-width:190px;margin-left:0;box-shadow:0 4px 14px #2563eb1f}.attendance-page:not(.attendance-overview) .attendance-summary-pill strong{font-size:18px;line-height:1.2}.attendance-page:not(.attendance-overview) .attendance-activity-summary{background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:14px;padding:14px 16px;box-shadow:0 3px 14px #0f172a0a}.attendance-page:not(.attendance-overview) .attendance-legend{padding:8px 2px 2px}.attendance-page:not(.attendance-overview) .attendance-calendar-wrap{box-shadow:var(--at-shadow-sm), 0 16px 42px #0f172a17;background:linear-gradient(#fff 0%,#f8fbff 100%)}.attendance-page:not(.attendance-overview) .attendance-cal-cell{transition:border-color .18s,box-shadow .18s,transform .18s}.attendance-page:not(.attendance-overview) .attendance-cal-cell.in-month:hover{border-color:#cbdcf8;transform:translateY(-1px);box-shadow:0 4px 12px #1e40af14}.attendance-cal-cell.has-reports{cursor:pointer}.attendance-cal-cell.has-reports .cal-day-num{color:#0f172a;font-weight:700}.attendance-cal-cell.is-selected{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.attendance-overview-meta{flex-wrap:nowrap;justify-content:flex-end;align-items:stretch;gap:12px;display:flex}.attendance-meta-item{border-radius:var(--at-radius);border:1px solid var(--at-border-strong);background:var(--at-surface);min-width:132px;box-shadow:var(--at-shadow-sm);flex-direction:column;gap:4px;padding:12px 14px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.attendance-meta-item:hover{box-shadow:var(--at-shadow-md);border-color:#cbd5e1;transform:translateY(-1px)}.attendance-meta-item small{text-transform:uppercase;letter-spacing:.04em;color:var(--at-ink-muted);font-size:11px;font-weight:600}.attendance-meta-item strong{letter-spacing:-.03em;color:var(--at-ink);font-variant-numeric:tabular-nums;font-size:24px;line-height:1.1}.attendance-overview-meta strong{color:#0f172a}.attendance-table-card{background:var(--at-surface);border:1px solid var(--at-border-strong);border-radius:var(--at-radius);box-shadow:var(--at-shadow-sm), var(--at-shadow-md);position:relative;overflow:hidden}.attendance-status-card{margin-top:16px}.attendance-status-card-title{color:#0f172a;letter-spacing:-.01em;margin:0;padding:16px 16px 8px;font-size:22px;line-height:1.2}.attendance-status-meta{border-bottom:1px solid #edf2f7;margin:0;padding:0 16px 12px}.attendance-status-meta span{color:#475569;font-size:14px}.attendance-status-meta strong{color:#0f172a;margin-left:4px;font-size:20px}.attendance-day-reports-card{margin-top:14px}.attendance-day-report-list{gap:10px;padding:12px 16px 16px;display:grid}.attendance-day-report-item{background:#fbfdff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.attendance-day-report-item-top{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.attendance-day-report-item-top h4{color:#0f172a;margin:0;font-size:14px}.attendance-report-status{white-space:nowrap;border-radius:999px;align-items:center;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.attendance-report-status.status-approved{color:#166534;background:#dcfce7}.attendance-report-status.status-submitted,.attendance-report-status.status-pending{color:#854d0e;background:#fef9c3}.attendance-report-status.status-rejected{color:#991b1b;background:#fee2e2}.attendance-day-report-notes{color:#475569;margin:0 0 10px;font-size:13px;line-height:1.5}.attendance-day-report-meta{color:#64748b;justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.attendance-table-loading{text-align:center;color:#64748b;padding:24px;font-size:14px}.attendance-summary-table{border-collapse:collapse;width:100%;font-size:14px}.attendance-summary-table thead{border-bottom:1px solid var(--at-border-strong);background:linear-gradient(#f1f5f9 0%,#e8eef5 100%)}.attendance-summary-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.06em;padding:14px 16px;font-size:11px;font-weight:700}.attendance-summary-table th.num{text-align:right}.attendance-summary-table th.attendance-col-activity{-webkit-hyphens:auto;hyphens:auto;max-width:108px;line-height:1.25}.attendance-summary-table th.attendance-col-farmers{white-space:normal;text-align:right;max-width:96px;line-height:1.25}.attendance-activity-summary{background:var(--at-surface);border:1px solid var(--at-border-strong);border-radius:var(--at-radius);color:#475569;box-shadow:var(--at-shadow-sm);flex-wrap:wrap;gap:16px 28px;margin-bottom:18px;padding:14px 18px;font-size:13px;display:flex}.attendance-activity-summary strong{color:var(--at-ink);font-variant-numeric:tabular-nums;margin-left:4px;font-size:15px;font-weight:700}.attendance-summary-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9e6;padding:14px 16px}.attendance-status-card .attendance-summary-table th,.attendance-status-card .attendance-summary-table td{font-size:14px}.attendance-summary-table tbody tr{transition:background .15s}.attendance-summary-table tbody tr:hover{background:linear-gradient(90deg,#f8fafc 0%,#f1f5f9 100%)}.attendance-summary-table td.num{text-align:right;font-variant-numeric:tabular-nums}.cell-name{color:#0f172a;font-weight:600}.cell-email{color:#64748b;font-size:13px}.cell-cong strong{color:var(--at-accent-hover);font-variant-numeric:tabular-nums;font-size:15px}.cell-action{white-space:nowrap;width:1%}.attendance-link-detail{color:var(--at-accent-hover);background:linear-gradient(#eff6ff 0%,#e0edff 100%);border:1px solid #bfdbfe;border-radius:10px;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 1px 2px #2563eb0f}.attendance-link-detail:hover{background:linear-gradient(#dbeafe 0%,#cfe4ff 100%);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb26}.attendance-table-empty{text-align:center;color:#94a3b8;padding:32px 16px!important}.attendance-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;display:flex}.attendance-page-number-wrap{align-items:center;gap:6px;display:inline-flex}.attendance-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:9px;min-width:34px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:all .16s}.attendance-page-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.attendance-page-btn:disabled{opacity:.45;cursor:not-allowed}.attendance-page-btn.is-active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 3px 10px #2563eb40}.attendance-page-ellipsis{color:#94a3b8;letter-spacing:.04em;font-size:12px}@media (width<=768px){.attendance-filter-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.attendance-filter-grid.attendance-filter-grid--anchor-day{grid-template-columns:repeat(2,minmax(160px,1fr))}.attendance-clear-filter-btn{justify-self:start}.attendance-summary-table{display:block;overflow-x:auto}.attendance-overview-meta{flex-wrap:wrap;justify-content:flex-start;width:100%}.attendance-overview-toolbar,.attendance-detail-toolbar{grid-template-columns:1fr}.attendance-pagination{justify-content:flex-start}}@media (width<=640px){.attendance-header h1{font-size:24px}.attendance-sub{margin-bottom:16px;font-size:13px}.attendance-page:not(.attendance-overview) .attendance-header h1{font-size:26px}.attendance-page:not(.attendance-overview) .attendance-summary-pill{width:100%;min-width:0}.attendance-page:not(.attendance-overview) .attendance-activity-summary{gap:10px 14px;font-size:12px}.attendance-page:not(.attendance-overview) .attendance-calendar-wrap{padding:10px}.attendance-status-card-title{padding:14px 12px 8px;font-size:18px}.attendance-status-meta{padding:0 12px 10px}.attendance-status-meta strong{font-size:18px}.attendance-day-report-list{padding:10px 12px 12px}.attendance-day-report-meta{flex-direction:column;align-items:flex-start}.attendance-filter-grid{grid-template-columns:1fr;padding:12px}.attendance-filter-grid.attendance-filter-grid--anchor-day{grid-template-columns:1fr}.attendance-summary-pill{margin-left:0}.attendance-field select,.attendance-field input[type=month],.attendance-field input[type=date],.attendance-field input[type=text]{width:100%}.attendance-clear-filter-btn{place-self:stretch stretch;padding:0 10px;font-size:12px;width:100%!important}.attendance-meta-item{flex:1;min-width:0}.attendance-cal-cell{min-height:56px;padding:4px}.cal-mark{font-size:15px}.attendance-pagination{gap:6px}.attendance-page-number-wrap{gap:4px}.attendance-page-btn{border-radius:8px;min-width:32px;height:32px;padding:0 9px;font-size:12px}}.attendance-my-stats .attendance-filter-grid{grid-template-columns:1fr!important}.attendance-my-stats .attendance-overview-meta{justify-content:flex-start}.attendance-my-stats .attendance-total-cong-clickable{cursor:pointer;-webkit-user-select:none;user-select:none;color:#1d4ed8;transition:transform .12s,color .12s;display:inline-block}.attendance-my-stats .attendance-total-cong-clickable:hover{color:#1e40af;text-decoration:underline;transform:translateY(-1px)}.attendance-my-stats .attendance-eye-icon{vertical-align:middle;margin-right:6px}@media (width<=992px){.attendance-my-stats .attendance-overview-toolbar{grid-template-columns:1fr}.attendance-my-stats .attendance-filter-grid{grid-template-columns:1fr!important}}@media (width<=768px){.attendance-my-stats .attendance-overview-meta{flex-wrap:wrap;justify-content:flex-start;width:100%}.attendance-my-stats .attendance-summary-table th,.attendance-my-stats .attendance-summary-table td{padding:10px 12px}.attendance-my-stats .cell-name{font-size:13px}}.farmers-page{width:100%;max-width:1400px}.farmers-paper{border-radius:14px;box-shadow:0 4px 18px #0f172a0f}.farmers-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.farmers-title{color:#2c3e50;letter-spacing:.01em}.farmers-subtitle{max-width:520px;line-height:1.45;margin-top:6px!important}.farmers-btn-add.MuiButton-contained{text-transform:none;background:linear-gradient(#43a0ea 0%,#2f90df 100%);border-radius:10px;padding-left:18px;padding-right:18px;font-weight:600;box-shadow:0 6px 14px #2f90df59}.farmers-btn-add.MuiButton-contained:hover{background:linear-gradient(#3b97e0 0%,#2886d6 100%);box-shadow:0 8px 18px #2f90df6b}.farmers-filter-box .MuiOutlinedInput-root{background:#f8fafc;border-radius:10px}.farmers-filter-box .MuiOutlinedInput-notchedOutline{border-color:#e0e6ed}.farmers-table-container{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.farmers-table th{color:#374151;white-space:nowrap;background:#f8fafc;font-weight:700}.farmers-table td{vertical-align:middle;color:#1f2937}.farmers-mobile-list{display:none}.farmers-empty-card{text-align:center;color:#64748b;border-style:dashed!important;border-radius:12px!important;padding:20px!important}.farmers-dialog .MuiDialog-paper{border-radius:14px}.farmers-pagination{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:14px;display:flex}.farmers-pagination-text{color:#64748b;font-size:13px}.farmers-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:9px;min-width:34px;height:34px;padding:0 12px;font-size:13px;font-weight:600;transition:all .16s}.farmers-page-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.farmers-page-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=900px){.farmers-page{padding-left:0!important;padding-right:0!important}.farmers-paper{padding:16px!important}.farmers-page-header{flex-direction:column;align-items:stretch}.farmers-btn-add{width:100%}.farmers-pagination{justify-content:flex-start}}@media (width<=680px){.farmers-paper{padding:12px!important}.farmers-table-container{display:none}.farmers-mobile-list{gap:12px;display:grid}.farmers-mobile-card{background:#fff;padding:14px;transition:box-shadow .2s;border:1px solid #e5e7eb!important;border-radius:12px!important}.farmers-mobile-card:hover{box-shadow:0 6px 16px #0000000f}.farmers-mobile-card-top{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px;display:flex}.farmers-btn-delete{flex-shrink:0;margin-top:-4px}.farmers-mobile-name{color:#1f2937;flex:1;min-width:0;margin-bottom:0!important;font-size:16px!important;font-weight:700!important}.farmers-mobile-meta{border-top:1px dashed #e5e7eb;gap:8px;padding-top:10px;display:grid}.farmers-mobile-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.farmers-mobile-row span{color:#64748b;flex-shrink:0;font-size:12px;font-weight:600}.farmers-mobile-row strong{color:#111827;text-align:right;word-break:break-word;font-size:13px;font-weight:600}.farmers-page-btn{min-width:32px;height:32px;padding:0 9px;font-size:12px}}.leave-steps-root{flex-wrap:nowrap;align-items:flex-start;gap:18px;display:flex}.leave-steps-box{flex-direction:column;align-items:center;gap:6px;min-width:56px;display:flex}.leave-steps-caption{text-transform:uppercase;letter-spacing:.04em;color:#64748b;text-align:center;max-width:72px;font-size:10px;font-weight:700;line-height:1.2}.leave-steps-na{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-size:18px;font-weight:600;line-height:28px}.my-leave-page{box-sizing:border-box;background:linear-gradient(#eef2f7 0%,#f8fafc 32% 100%);max-width:1100px;min-height:100%;margin:0 auto;padding:28px 24px 40px}.my-leave-header h1{letter-spacing:-.025em;color:#0f172a;margin:0 0 12px;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.2}.my-leave-sub{color:#64748b;max-width:820px;margin:0 0 20px;font-size:15px;line-height:1.65}.my-leave-sub strong{color:#334155;font-weight:600}.my-leave-flow-hint{color:#475569;background:linear-gradient(165deg,#fff 0%,#f4f8ff 100%);border:1px solid #0f172a1a;border-radius:14px;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-bottom:28px;padding:14px 18px;font-size:13px;display:flex;box-shadow:0 1px 2px #0f172a0a,0 8px 20px -6px #0f172a14}.my-leave-flow-step{color:#0f172a;background:#2563eb14;border:1px solid #2563eb26;border-radius:999px;padding:6px 12px;font-weight:600}.my-leave-flow-step--done{color:#14532d;background:#16a34a1a;border-color:#16a34a38}.my-leave-flow-arrow{color:#94a3b8;-webkit-user-select:none;user-select:none;font-weight:600}.my-leave-section{margin-bottom:28px}.my-leave-section-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 14px;font-size:1.05rem;font-weight:700}.my-leave-section--card{background:#fff;border:1px solid #0f172a1a;border-radius:16px;padding:22px 24px 26px;box-shadow:0 1px 2px #0f172a0a,0 12px 28px -8px #0f172a1a}.my-leave-section--table{padding-bottom:8px}.my-leave-balance-hint{color:#64748b;margin:0 0 14px;font-size:13px;line-height:1.5}.my-leave-balance-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}.my-leave-balance-card{background:#fff;border:1px solid #0f172a14;border-radius:14px;flex-direction:column;gap:8px;padding:16px 18px;display:flex;box-shadow:0 1px 2px #0f172a0a}.my-leave-balance-card--accent{background:linear-gradient(165deg,#eff6ff 0%,#fff 70%);border-color:#2563eb40}.my-leave-balance-card--muted{background:#f8fafc}.my-leave-balance-label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:11px;font-weight:700}.my-leave-balance-value{color:#0f172a;letter-spacing:-.03em;font-size:1.35rem;font-weight:800}.my-leave-form{flex-direction:column;gap:18px;max-width:720px;display:flex}.my-leave-field{margin-top:0!important}.my-leave-legend{text-transform:uppercase;letter-spacing:.06em;color:#475569!important;margin-bottom:8px!important;font-size:11px!important;font-weight:700!important}.my-leave-mui-date .MuiInputBase-root{background:#f8fafc;border-radius:12px}.myleave-date-row{max-width:280px}.myleave-range-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:520px;display:grid}@media (width<=520px){.myleave-range-row{grid-template-columns:1fr}}.my-leave-form-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:4px;display:flex}.my-leave-form-hint{color:#64748b;font-size:13px}.my-leave-table-intro{color:#64748b;max-width:900px;margin:0 0 14px;font-size:14px;line-height:1.55}.my-leave-table-intro strong{color:#475569;font-weight:600}.my-leave-table-wrap{overflow:auto;border:1px solid #0f172a1a!important;border-radius:14px!important}.my-leave-table-wrap .MuiTableHead-root .MuiTableCell-head{text-transform:uppercase;letter-spacing:.04em;color:#475569;white-space:nowrap;font-size:12px;font-weight:700;background:#f1f5f9!important}.my-leave-table-wrap td.num,.my-leave-table-wrap th.num{text-align:right;white-space:nowrap}.my-leave-cell-multiline{word-break:break-word;max-width:220px;white-space:normal!important;font-size:13px!important;line-height:1.45!important}.leave-admin-page{box-sizing:border-box;background:linear-gradient(#eef2f7 0%,#f8fafc 32% 100%);max-width:1280px;min-height:100%;margin:0 auto;padding:28px 24px 40px}.leave-admin-header h1{letter-spacing:-.025em;color:#0f172a;margin:0 0 12px;font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;line-height:1.2}.leave-admin-sub{color:#64748b;max-width:900px;margin:0 0 18px;font-size:15px;line-height:1.65}.leave-admin-sub strong{color:#334155;font-weight:600}.leave-admin-metrics{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.leave-admin-tabs-wrap{border-bottom:1px solid #0f172a14;margin-bottom:8px}.leave-admin-tabs-wrap .MuiTab-root{text-transform:none;min-height:48px;font-size:14px;font-weight:600}.leave-admin-table-card{background:#fff;border:1px solid #0f172a1a;border-radius:14px;overflow:auto}.leave-admin-table-card .MuiTableHead-root .MuiTableCell-head{text-transform:uppercase;letter-spacing:.04em;color:#475569;white-space:nowrap;font-size:12px;font-weight:700;background:#f1f5f9!important}.leave-admin-table-card td.num,.leave-admin-table-card th.num{text-align:right;white-space:nowrap}.leave-admin-cell-multiline{word-break:break-word;max-width:200px;white-space:normal!important;font-size:13px!important;line-height:1.45!important}.leave-admin-cell-emp strong{color:#0f172a;font-weight:600;display:block}.leave-admin-cell-emp small{color:#64748b;margin-top:2px;font-size:12px;display:block}.leave-admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.leave-admin-actions .MuiButton-root{text-transform:none;font-weight:600}@media (width<=900px){.leave-admin-page{padding:20px 16px 32px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.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:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.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);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.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:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;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;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}*{box-sizing:border-box;margin:0;padding:0}:root{--page-bg:#f5f6f8;--text-color:#1f2937}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--page-bg);color:var(--text-color);min-height:100svh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button,input,select,textarea{font:inherit}
