.CommonDialog_overlay__n0LLw{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem 1rem;backdrop-filter:blur(4px);box-sizing:border-box;animation:CommonDialog_fadeIn__ojA2h .2s ease-out}@keyframes CommonDialog_fadeIn__ojA2h{0%{opacity:0}to{opacity:1}}.CommonDialog_dialog__1r2Ba{background:#f8fafc;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05);overflow:hidden;max-height:calc(100vh - 4rem);width:100%;display:flex;flex-direction:column;margin:auto;animation:CommonDialog_slideIn__hmx8a .3s ease-out}@keyframes CommonDialog_slideIn__hmx8a{0%{transform:translateY(-30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.CommonDialog_sizeSm__fSiRP{max-width:400px}.CommonDialog_sizeMd__qkoAk{max-width:560px}.CommonDialog_sizeLg__L85u6{max-width:700px}.CommonDialog_sizeXl__aN8Ii{max-width:900px}.CommonDialog_headerBranded__PB63A{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--huckleberry-primary,#2d5016) 0,#3d6b1e 100%);color:white}.CommonDialog_headerBranded__PB63A .CommonDialog_title__qorBk{margin:0;font-size:1.125rem;font-weight:600;color:white;display:flex;align-items:center;gap:.5rem}.CommonDialog_headerBranded__PB63A .CommonDialog_closeButton__ZXy7v{background:rgba(255,255,255,.15);border:none;font-size:1.25rem;color:white;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;margin-left:.25rem}.CommonDialog_headerBranded__PB63A .CommonDialog_closeButton__ZXy7v:hover{background:rgba(255,255,255,.25);transform:scale(1.05)}.CommonDialog_header__N9L6_{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#ffffff,#f9fafb)}.CommonDialog_header__N9L6_ .CommonDialog_title__qorBk{margin:0;font-size:1.5rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.CommonDialog_header__N9L6_ .CommonDialog_closeButton__ZXy7v{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.CommonDialog_header__N9L6_ .CommonDialog_closeButton__ZXy7v:hover{background-color:#f3f4f6;color:#111827}.CommonDialog_titleIcon__KE5Sw{font-size:1.25rem}.CommonDialog_headerActions__3x_Ak{display:flex;gap:.5rem;align-items:center}.CommonDialog_content__KzVBt{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;min-height:0}.CommonDialog_footer__cWPMN{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem;border-top:1px solid #e5e7eb;background:#f9fafb}.CommonDialog_primaryButton__13aWC{background:var(--huckleberry-primary,#2d5016);color:white;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.375rem}.CommonDialog_primaryButton__13aWC:hover:not(:disabled){background:var(--huckleberry-primary-dark,#1a3009);box-shadow:0 4px 12px rgba(45,80,22,.3)}.CommonDialog_primaryButton__13aWC:disabled{opacity:.6;cursor:not-allowed}.CommonDialog_secondaryButton__ltTmg{background:white;color:#374151;border:1px solid #d1d5db;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.CommonDialog_secondaryButton__ltTmg:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.CommonDialog_secondaryButton__ltTmg:disabled{opacity:.5;cursor:not-allowed}.CommonDialog_dangerButton__d_hKh{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(239,68,68,.3)}.CommonDialog_dangerButton__d_hKh:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px rgba(239,68,68,.4)}.CommonDialog_dangerButton__d_hKh:disabled{opacity:.5;cursor:not-allowed;transform:none}.CommonDialog_errorBanner__6dYn_{padding:.875rem 1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.CommonDialog_errorBanner__6dYn_:before{content:"\26A0\FE0F"}.CommonDialog_section__T1cRD{background:white;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05)}.CommonDialog_section__T1cRD h3{margin:0 0 .875rem;font-size:.8rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.CommonDialog_formGroup__CfwnK{margin-bottom:1rem}.CommonDialog_label__oJQxu{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.5rem}.CommonDialog_required__Cc8gz{color:#dc2626;margin-left:2px}.CommonDialog_input__IFTiw,.CommonDialog_select__re1k6,.CommonDialog_textarea__INuK8{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#111827;background:white;transition:all .2s;font-family:inherit}.CommonDialog_input__IFTiw:focus,.CommonDialog_select__re1k6:focus,.CommonDialog_textarea__INuK8:focus{outline:none;border-color:var(--huckleberry-primary,#2d5016);box-shadow:0 0 0 3px rgba(45,80,22,.15)}.CommonDialog_input__IFTiw:disabled,.CommonDialog_select__re1k6:disabled,.CommonDialog_textarea__INuK8:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.CommonDialog_inputError__H68Gc{border-color:#ef4444}.CommonDialog_inputError__H68Gc:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.15)}.CommonDialog_textarea__INuK8{resize:vertical;min-height:80px}.CommonDialog_select__re1k6{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.CommonDialog_fieldError__00O_u{display:block;color:#ef4444;font-size:.8rem;margin-top:.375rem}.CommonDialog_helpText__Iot8Z{display:block;color:#6b7280;font-size:.8rem;margin-top:.375rem;font-style:italic}@media (max-width:768px){.CommonDialog_overlay__n0LLw{align-items:center;padding:calc(70px + 1rem) 1rem calc(64px + env(safe-area-inset-bottom, 0px) + 1rem)}.CommonDialog_dialog__1r2Ba{max-width:calc(100% - 2rem);max-height:calc(100vh - 70px - 64px - 2rem - env(safe-area-inset-bottom, 0px));border-radius:16px;margin:auto}.CommonDialog_sizeLg__L85u6,.CommonDialog_sizeMd__qkoAk,.CommonDialog_sizeSm__fSiRP,.CommonDialog_sizeXl__aN8Ii{max-width:calc(100% - 2rem)}}@media (max-width:480px){.CommonDialog_overlay__n0LLw{align-items:center;padding:calc(70px + .75rem) .75rem calc(64px + env(safe-area-inset-bottom, 0px) + .75rem)}.CommonDialog_dialog__1r2Ba{max-width:calc(100% - 1.5rem);max-height:calc(100vh - 70px - 64px - 1.5rem - env(safe-area-inset-bottom, 0px));border-radius:12px}.CommonDialog_headerBranded__PB63A,.CommonDialog_header__N9L6_{padding:.875rem 1rem}.CommonDialog_headerBranded__PB63A .CommonDialog_title__qorBk,.CommonDialog_header__N9L6_ .CommonDialog_title__qorBk{font-size:1rem}.CommonDialog_content__KzVBt{padding:1rem;gap:.875rem}.CommonDialog_footer__cWPMN{padding:1rem;flex-direction:column-reverse}.CommonDialog_footer__cWPMN button{width:100%}.CommonDialog_section__T1cRD{padding:.875rem 1rem}}@media (min-width:1024px){.CommonDialog_overlay__n0LLw{padding:2rem 1rem}.CommonDialog_dialog__1r2Ba{max-height:calc(100vh - 4rem)}}.UserInfoCard_infoItem__d3h9M{border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:.5rem}.UserInfoCard_infoItem__d3h9M:last-child{border-bottom:none;padding-bottom:0}.ChangePasswordModal_form__ygezu{display:flex;flex-direction:column;gap:1rem}.ChangePasswordModal_inputGroup__D_FNP{display:flex;flex-direction:column;gap:.375rem}.ChangePasswordModal_label__9sOCB{font-size:.875rem;font-weight:600;color:#374151}.ChangePasswordModal_input__FSscR{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:all .2s;width:100%;background:white}.ChangePasswordModal_input__FSscR:focus{outline:none;border-color:var(--huckleberry-primary,#2d5016);box-shadow:0 0 0 3px rgba(45,80,22,.1)}.ChangePasswordModal_input__FSscR:disabled{background:#f9fafb;cursor:not-allowed}.ChangePasswordModal_input__FSscR::placeholder{color:#9ca3af}.ChangePasswordModal_errorMessage___00lj{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem}.ChangePasswordModal_errorMessage___00lj i{color:#dc2626;flex-shrink:0}.ChangePasswordModal_successMessage__FP02H{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:8px;color:#065f46;font-size:1rem;font-weight:600}.ChangePasswordModal_successMessage__FP02H i{color:#059669;font-size:1.5rem}.ChangePasswordModal_footer__FHlLT{display:flex;justify-content:flex-end;gap:.75rem}.ChangePasswordModal_cancelButton__Npzg0{background:white;color:#374151;border:1px solid #d1d5db;padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:100px}.ChangePasswordModal_cancelButton__Npzg0:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.ChangePasswordModal_cancelButton__Npzg0:disabled{opacity:.6;cursor:not-allowed}.ChangePasswordModal_submitButton___tj2y{background:linear-gradient(135deg,var(--huckleberry-primary,#2d5016) 0,#3d6b1e 100%);color:white;border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:140px;box-shadow:0 2px 4px rgba(45,80,22,.3)}.ChangePasswordModal_submitButton___tj2y:hover:not(:disabled){background:linear-gradient(135deg,#3d6b1e,#2d5016);transform:translateY(-1px);box-shadow:0 4px 8px rgba(45,80,22,.4)}.ChangePasswordModal_submitButton___tj2y:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:480px){.ChangePasswordModal_footer__FHlLT{flex-direction:column-reverse;gap:.5rem}.ChangePasswordModal_cancelButton__Npzg0,.ChangePasswordModal_submitButton___tj2y{width:100%}.ChangePasswordModal_input__FSscR{padding:.875rem 1rem;font-size:16px}}.ConfirmDialog_message__tIhPr{font-size:.95rem;color:#374151;line-height:1.6;white-space:pre-wrap}.ConfirmDialog_warningIcon___FWUg{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;margin:0 auto 1rem;font-size:2rem}.ConfirmDialog_warningIcon___FWUg.ConfirmDialog_danger__KxOvE{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fecaca}.ConfirmDialog_warningIcon___FWUg.ConfirmDialog_warning__2aWad{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #fde68a}.ConfirmDialog_warningIcon___FWUg.ConfirmDialog_info__hf2l3{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #bfdbfe}.ConfirmDialog_content__GEGUm{text-align:center;padding:.5rem 0}.ConfirmDialog_footer__iCfOh{display:flex;justify-content:center;gap:.75rem}.ConfirmDialog_cancelButton__wv_al{background:white;color:#374151;border:1px solid #d1d5db;padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:100px}.ConfirmDialog_cancelButton__wv_al:hover{background:#f9fafb;border-color:#9ca3af}.ConfirmDialog_confirmButton__hVajg{padding:.625rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;min-width:100px}.ConfirmDialog_confirmButton__hVajg:disabled{opacity:.6;cursor:not-allowed}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_danger__KxOvE{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;box-shadow:0 2px 4px rgba(239,68,68,.3)}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_danger__KxOvE:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px rgba(239,68,68,.4)}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_warning__2aWad{background:linear-gradient(135deg,#f59e0b,#d97706);color:white;box-shadow:0 2px 4px rgba(245,158,11,.3)}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_warning__2aWad:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-1px);box-shadow:0 4px 8px rgba(245,158,11,.4)}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_info__hf2l3{background:linear-gradient(135deg,var(--huckleberry-primary,#2d5016) 0,#3d6b1e 100%);color:white;box-shadow:0 2px 4px rgba(45,80,22,.3)}.ConfirmDialog_confirmButton__hVajg.ConfirmDialog_info__hf2l3:hover:not(:disabled){background:linear-gradient(135deg,#3d6b1e,#2d5016);transform:translateY(-1px);box-shadow:0 4px 8px rgba(45,80,22,.4)}@media (max-width:480px){.ConfirmDialog_footer__iCfOh{flex-direction:column-reverse;gap:.5rem}.ConfirmDialog_cancelButton__wv_al,.ConfirmDialog_confirmButton__hVajg{width:100%}.ConfirmDialog_warningIcon___FWUg{width:48px;height:48px;font-size:1.5rem}.ConfirmDialog_message__tIhPr{font-size:.9rem}}.ConnectionStatus_badge__swLsh{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);border-radius:12px;font-weight:700;letter-spacing:.5px;color:#059669}.ConnectionStatus_badge__swLsh.ConnectionStatus_sm__qkMwF{font-size:.625rem;padding:2px 8px;gap:5px}.ConnectionStatus_badge__swLsh.ConnectionStatus_md__XpaoR{font-size:.75rem;padding:4px 12px;gap:6px}.ConnectionStatus_badge__swLsh.ConnectionStatus_lg__QuHkR{font-size:.875rem;padding:5px 14px;gap:8px}.ConnectionStatus_liveDot__DJnOP{width:6px;height:6px;background:#10b981;border-radius:50%;animation:ConnectionStatus_livePulse__GfdrJ 1.5s ease-in-out infinite}.ConnectionStatus_badge__swLsh.ConnectionStatus_md__XpaoR .ConnectionStatus_liveDot__DJnOP{width:7px;height:7px}.ConnectionStatus_badge__swLsh.ConnectionStatus_lg__QuHkR .ConnectionStatus_liveDot__DJnOP{width:8px;height:8px}@keyframes ConnectionStatus_livePulse__GfdrJ{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.ConnectionStatus_dot__ZvWnv{display:inline-block;border-radius:50%}.ConnectionStatus_dot__ZvWnv.ConnectionStatus_sm__qkMwF{width:8px;height:8px}.ConnectionStatus_dot__ZvWnv.ConnectionStatus_md__XpaoR{width:10px;height:10px}.ConnectionStatus_dot__ZvWnv.ConnectionStatus_lg__QuHkR{width:12px;height:12px}.ConnectionStatus_dot__ZvWnv.ConnectionStatus_connected__dwiQC{background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2);animation:ConnectionStatus_livePulse__GfdrJ 1.5s ease-in-out infinite}.ConnectionStatus_dot__ZvWnv.ConnectionStatus_disconnected__fuWed{background:#9ca3af}.ConnectionStatus_icon__vkq53{display:inline-flex;align-items:center;justify-content:center}.ConnectionStatus_icon__vkq53.ConnectionStatus_sm__qkMwF{font-size:.875rem}.ConnectionStatus_icon__vkq53.ConnectionStatus_md__XpaoR{font-size:1rem}.ConnectionStatus_icon__vkq53.ConnectionStatus_lg__QuHkR{font-size:1.25rem}.ConnectionStatus_icon__vkq53.ConnectionStatus_connected__dwiQC{color:#10b981}.ConnectionStatus_icon__vkq53.ConnectionStatus_disconnected__fuWed{color:#f59e0b}.PropertyDetailsModal_section__cZ7Jl{background:white;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05),0 1px 2px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05);margin-bottom:1rem}.PropertyDetailsModal_section__cZ7Jl:last-child{margin-bottom:0}.PropertyDetailsModal_sectionHeader__Vzzvf{margin:0 0 .875rem;font-size:.8rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.PropertyDetailsModal_sectionHeader__Vzzvf span{font-size:1rem}.PropertyDetailsModal_infoGrid__zJM_O{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.PropertyDetailsModal_infoItem__wV4Qp{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.PropertyDetailsModal_infoItem__wV4Qp:hover{background:#f1f5f9;border-color:#cbd5e1}.PropertyDetailsModal_infoItemFull__z4_Dh{grid-column:1/-1;display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.PropertyDetailsModal_label__QeIk9{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.PropertyDetailsModal_value__rFrD_{font-size:.9rem;color:#1e293b;font-weight:500;line-height:1.5}.PropertyDetailsModal_valueSmall__yZJB5{font-size:.85rem;color:#64748b;line-height:1.5}.PropertyDetailsModal_tagsContainer__LConq{display:flex;flex-wrap:wrap;gap:.5rem}.PropertyDetailsModal_tag__ix1Jp{display:inline-block;padding:.375rem .75rem;background:linear-gradient(135deg,var(--huckleberry-primary,#2d5016) 0,#3d6b1e 100%);color:white;border-radius:9999px;font-size:.75rem;font-weight:600}.PropertyDetailsModal_notes__7Xch8{margin:0;padding:.875rem;background:#f8fafc;border-radius:8px;border-left:3px solid var(--huckleberry-primary,#2d5016);color:#475569;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.PropertyDetailsModal_irrigationBadge__xrlG_{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #64b5f6;border-radius:20px;color:#1565c0;font-size:.8125rem;font-weight:600}.PropertyDetailsModal_irrigationBadge__xrlG_ i{font-size:.75rem;color:#1976d2}.PropertyDetailsModal_notRequired__P4veE{color:#9ca3af;font-weight:400}.PropertyDetailsModal_statusContainer__fjAOB{display:flex;justify-content:center}.PropertyDetailsModal_statusBadgeActive__y5Sf_{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #34d399;border-radius:9999px;color:#065f46;font-size:.875rem;font-weight:600}.PropertyDetailsModal_statusBadgeActive__y5Sf_ i{font-size:1rem;color:#059669}.PropertyDetailsModal_statusBadgeInactive__vhJ0K{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #9ca3af;border-radius:9999px;color:#4b5563;font-size:.875rem;font-weight:600}.PropertyDetailsModal_statusBadgeInactive__vhJ0K i{font-size:1rem;color:#6b7280}.PropertyDetailsModal_closeButton__Heyoh{padding:.625rem 1.25rem;background:#6b7280;color:white;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.PropertyDetailsModal_closeButton__Heyoh:hover{background:#4b5563}@media (max-width:768px){.PropertyDetailsModal_infoGrid__zJM_O{grid-template-columns:1fr}}.QuickActionsGrid_quickActionCard__Hi2JF{border:1px solid rgba(45,80,22,.1);transition:all .2s ease;cursor:pointer}.QuickActionsGrid_quickActionCard__Hi2JF:hover{transform:translateY(-2px);box-shadow:0 .25rem .5rem rgba(45,80,22,.2);border-color:var(--huckleberry-primary)}@media (max-width:575.98px){.QuickActionsGrid_quickActionCard__Hi2JF .QuickActionsGrid_card-body__mFMZW{padding:1rem!important}.QuickActionsGrid_quickActionCard__Hi2JF i{font-size:1.25rem!important}}.Toast_container__dhn3M{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);z-index:1100;display:flex;flex-direction:column;gap:.5rem;max-width:90vw;width:400px}.Toast_toast__67rHz{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.2);animation:Toast_slideUp__HjCRI .3s ease-out;backdrop-filter:blur(8px)}.Toast_toast__67rHz.Toast_exiting__ufpDd{animation:Toast_slideDown__ohrsQ .3s ease-in forwards}@keyframes Toast_slideUp__HjCRI{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Toast_slideDown__ohrsQ{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.Toast_icon__ZV2Le{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.Toast_content___jDdX{flex:1;font-size:.9375rem;line-height:1.5;font-weight:500}.Toast_closeBtn__wdA_C{background:transparent;border:none;padding:.25rem;margin:-.25rem -.25rem -.25rem .5rem;cursor:pointer;opacity:.7;transition:opacity .2s;font-size:1.25rem;line-height:1;color:inherit}.Toast_closeBtn__wdA_C:hover{opacity:1}.Toast_success__4PpFf{background:linear-gradient(135deg,#059669,#047857);color:white}.Toast_error__ReeiP{background:linear-gradient(135deg,#dc2626,#b91c1c);color:white}.Toast_warning__EHHEt{background:linear-gradient(135deg,#d97706,#b45309);color:white}.Toast_info__9tcyw{background:linear-gradient(135deg,#0284c7,#0369a1);color:white}@media (max-width:576px){.Toast_container__dhn3M{bottom:90px;width:calc(100vw - 2rem);left:1rem;right:1rem;transform:none}.Toast_toast__67rHz{padding:.875rem 1rem}.Toast_content___jDdX{font-size:.875rem}}.PWAInstallPrompt_banner__gHbu9{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:1050;animation:PWAInstallPrompt_slideUp__oZbc2 .3s ease-out}@keyframes PWAInstallPrompt_slideUp__oZbc2{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.PWAInstallPrompt_content__cfjy4{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.PWAInstallPrompt_icon__xtQa1{font-size:24px;color:#c43a47;flex-shrink:0}.PWAInstallPrompt_text__K_cUc{display:flex;flex-direction:column;gap:2px;min-width:0}.PWAInstallPrompt_text__K_cUc strong{font-size:14px;font-weight:600}.PWAInstallPrompt_text__K_cUc span{font-size:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.PWAInstallPrompt_actions__TovB2{display:flex;align-items:center;gap:8px;flex-shrink:0}.PWAInstallPrompt_installBtn__dHmT3{background:#c43a47;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,transform .1s ease}.PWAInstallPrompt_installBtn__dHmT3:hover{background:#a8323d}.PWAInstallPrompt_installBtn__dHmT3:active{transform:scale(.97)}.PWAInstallPrompt_dismissBtn__hglUT{background:transparent;border:none;color:rgba(255,255,255,.6);padding:8px;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.PWAInstallPrompt_dismissBtn__hglUT:hover{color:#fff}.PWAInstallPrompt_modal__xTuIR{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1060;padding:20px;animation:PWAInstallPrompt_fadeIn__t1str .2s ease-out}@keyframes PWAInstallPrompt_fadeIn__t1str{0%{opacity:0}to{opacity:1}}.PWAInstallPrompt_modalContent__p1XwS{background:#fff;border-radius:16px;padding:24px;max-width:340px;width:100%;position:relative;animation:PWAInstallPrompt_scaleIn__7RSY4 .2s ease-out}@keyframes PWAInstallPrompt_scaleIn__7RSY4{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.PWAInstallPrompt_modalClose__aAmJB{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#6c757d;padding:4px;cursor:pointer;transition:color .2s ease}.PWAInstallPrompt_modalClose__aAmJB:hover{color:#343a40}.PWAInstallPrompt_modalContent__p1XwS h3{font-size:18px;font-weight:600;color:#1a1a2e;margin:0 0 20px;text-align:center}.PWAInstallPrompt_iosList__CkrFj{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.PWAInstallPrompt_iosList__CkrFj li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#495057;line-height:1.5}.PWAInstallPrompt_iosList__CkrFj li i{font-size:20px;color:#c43a47;flex-shrink:0;margin-top:1px}.PWAInstallPrompt_iosList__CkrFj li strong{color:#1a1a2e}@media (max-width:480px){.PWAInstallPrompt_banner__gHbu9{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.PWAInstallPrompt_content__cfjy4{justify-content:center}.PWAInstallPrompt_text__K_cUc{text-align:left}.PWAInstallPrompt_text__K_cUc span{white-space:normal}.PWAInstallPrompt_actions__TovB2{justify-content:center}.PWAInstallPrompt_installBtn__dHmT3{flex:1}}.PropertyContactsManager_contactsManager__3wOHV .PropertyContactsManager_card__WFlUm{transition:box-shadow .2s ease}.PropertyContactsManager_contactsManager__3wOHV .PropertyContactsManager_card__WFlUm:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.PropertyContactsManager_contactsManager__3wOHV a{color:inherit;text-decoration:none}.PropertyContactsManager_contactsManager__3wOHV a:hover{text-decoration:underline;color:var(--bs-primary)}.SideNavHeader_sideNavHeader__ZzLJl{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.1);height:70px;display:flex;align-items:center}.SideNavHeader_sideNavHeader__ZzLJl.SideNavHeader_collapsed__mzoAl{padding:.5rem;justify-content:center}.SideNavHeader_sideNavLogo__pJQ1_{height:40px;width:auto}.SideNavHeader_sideNavLogo__pJQ1_.SideNavHeader_collapsed__mzoAl{height:32px}.SideNavHeader_sideNavTitle__ZywyY{font-weight:600;font-size:1.1rem}.SideNavHeader_sideNavTitle__ZywyY.SideNavHeader_collapsed__mzoAl{display:none}@media (max-width:575.98px){.SideNavHeader_sideNavHeader__ZzLJl{padding:.75rem}}.NavigationItems_navLink__hfHaV{color:rgba(255,255,255,.8);padding:.75rem 1.5rem;border:none;background:none;text-align:left;width:100%;transition:all .2s ease;display:flex;align-items:center;font-size:.9rem}.NavigationItems_navLink__hfHaV.NavigationItems_collapsed__iRgLv{padding:.75rem 1rem;justify-content:center}.NavigationItems_navLink__hfHaV:hover{color:white;background:rgba(220,20,60,.2);border-right:3px solid var(--huckleberry-accent-light)}.NavigationItems_navLink__hfHaV.NavigationItems_active__4z_a_{color:white;background:rgba(220,20,60,.3);border-right:3px solid var(--huckleberry-accent)}.NavigationItems_navLink__hfHaV:focus{color:white;background:rgba(220,20,60,.25);border-right:3px solid var(--huckleberry-accent);outline:none;box-shadow:inset 0 0 0 2px var(--huckleberry-accent-light)}.NavigationItems_navLink__hfHaV i{font-size:1.1rem;min-width:20px}.NavigationItems_navLink__hfHaV.NavigationItems_collapsed__iRgLv i{font-size:1.2rem;min-width:24px}@media (max-width:575.98px){.NavigationItems_navLink__hfHaV{padding:.75rem 1rem;font-size:1rem}}.SideNavFooter_sideNavFooter__Z4_RX{padding:1rem;border-top:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.1)}.SideNavFooter_userInfo__v5zmU{color:rgba(255,255,255,.9)}.SideNavFooter_userAvatar__1XxqG{font-size:2rem;color:rgba(255,255,255,.8)}.SideNavFooter_userName__v_9y0{font-weight:500;font-size:.9rem}.SideNavFooter_userRole__g_8wo{font-size:.8rem;color:rgba(255,255,255,.7)}@media (max-width:575.98px){.SideNavFooter_sideNavFooter__Z4_RX{padding:.75rem}}.SideNav_sideNav__KK5kW{position:fixed;top:0;left:0;height:100vh;width:200px;background:linear-gradient(180deg,var(--huckleberry-primary) 0,var(--huckleberry-primary-dark) 100%);color:white;z-index:1000;transition:width .3s ease;box-shadow:2px 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column}.SideNav_sideNav__KK5kW.SideNav_collapsed__bNAtf{width:60px}.SideNav_sideNavContent__Ax_vO{flex:1;padding:1rem 0;overflow-y:auto}@media (max-width:991.98px){.SideNav_sideNav__KK5kW{transform:translateX(-100%);width:280px;transition:transform .3s ease}.SideNav_sideNav__KK5kW.SideNav_mobileOpen__05qnW{transform:translateX(0)}}@media (max-width:575.98px){.SideNav_sideNav__KK5kW{width:100%}}.HeaderUserInfo_desktopContainer___OC4n,.HeaderUserInfo_mobileContainer__8pVc_{position:relative;display:flex;align-items:center}.HeaderUserInfo_desktopContainer___OC4n{gap:.25rem}.HeaderUserInfo_mobileButton__2qZzE{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:white;padding:.5rem;border-radius:8px;cursor:pointer;transition:background-color .2s}.HeaderUserInfo_mobileButton__2qZzE:hover{background:rgba(255,255,255,.1)}.HeaderUserInfo_mobileButton__2qZzE i{font-size:1.5rem}.HeaderUserInfo_desktopButton__vUDr8{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:white;padding:.375rem .75rem;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.85rem}.HeaderUserInfo_desktopButton__vUDr8:hover{background:rgba(255,255,255,.25)}.HeaderUserInfo_dropdown__tdjw9{position:absolute;top:100%;right:0;margin-top:.5rem;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15),0 4px 12px rgba(0,0,0,.1);min-width:200px;overflow:hidden;z-index:1000;animation:HeaderUserInfo_dropdownFadeIn__eB8DL .15s ease-out}@keyframes HeaderUserInfo_dropdownFadeIn__eB8DL{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HeaderUserInfo_dropdownHeader__PPslF{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.HeaderUserInfo_userName__1SCde{font-weight:600;color:#1e293b;font-size:.9rem}.HeaderUserInfo_roleBadge__Im46K{font-size:.7rem;padding:.2rem .5rem;background:linear-gradient(135deg,var(--huckleberry-primary,#2d5016) 0,#3d6b1e 100%);color:white;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.HeaderUserInfo_dropdownDivider__QdYhJ{height:1px;background:#e2e8f0;margin:0}.HeaderUserInfo_dropdownItem__39dCn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#475569;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s;text-align:left}.HeaderUserInfo_dropdownItem__39dCn:hover{background:#f1f5f9;color:#1e293b}.HeaderUserInfo_dropdownItem__39dCn i{font-size:1rem;width:1.25rem;text-align:center;color:#64748b;transition:color .15s}.HeaderUserInfo_dropdownItem__39dCn:hover i{color:var(--huckleberry-primary,#2d5016)}.HeaderUserInfo_dropdownItem__39dCn:last-child{border-radius:0 0 12px 12px}@media (max-width:768px){.HeaderUserInfo_dropdown__tdjw9{right:-.5rem;min-width:220px}.HeaderUserInfo_dropdownItem__39dCn{padding:1rem}}.AlertBadge_alertBadgeContainer__29ZGY{position:relative}.AlertBadge_alertButton__asy5p{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:8px;color:white;font-size:1.125rem;cursor:pointer;transition:all .2s ease}.AlertBadge_alertButton__asy5p:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.AlertBadge_badge__AGjzz{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;border-radius:9px;color:white;font-size:.625rem;font-weight:700;line-height:18px;text-align:center;animation:AlertBadge_pulse__HCn3J 2s infinite}@keyframes AlertBadge_pulse__HCn3J{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 6px rgba(239,68,68,0)}}.AlertBadge_disconnectedIndicator__vSUw1{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background:#f59e0b;border-radius:50%;color:white;font-size:.5rem;display:flex;align-items:center;justify-content:center}.AlertBadge_dropdown__gbuBX{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-height:480px;background:white;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.15);overflow:hidden;z-index:1000;animation:AlertBadge_slideDown__oeoIa .2s ease}@keyframes AlertBadge_slideDown__oeoIa{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.AlertBadge_dropdownHeader__upTbZ{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.AlertBadge_dropdownHeader__upTbZ h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.AlertBadge_headerActions__wnfC_{display:flex;align-items:center;gap:8px}.AlertBadge_connectedBadge__evAHb{color:#10b981;font-size:.875rem}.AlertBadge_markAllRead__oNJHG{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:6px;color:#6b7280;font-size:1rem;cursor:pointer;transition:all .15s ease}.AlertBadge_markAllRead__oNJHG:hover{background:#e5e7eb;color:#111827}.AlertBadge_alertList__akaUz{max-height:360px;overflow-y:auto}.AlertBadge_alertItem__2m5N6{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;cursor:pointer;transition:background-color .15s ease;position:relative;border-left:3px solid transparent}.AlertBadge_alertItem__2m5N6:hover{background:#f9fafb}.AlertBadge_alertItem__2m5N6.AlertBadge_unread__rB3Vz{background:#f0f9ff}.AlertBadge_alertItem__2m5N6.AlertBadge_unread__rB3Vz:hover{background:#e0f2fe}.AlertBadge_alertItem__2m5N6.AlertBadge_high__37JU9,.AlertBadge_alertItem__2m5N6.AlertBadge_urgent__ADYnS{border-left-color:#dc3545}.AlertBadge_alertItem__2m5N6.AlertBadge_normal__qNWQb{border-left-color:#ffc107}.AlertBadge_alertItem__2m5N6.AlertBadge_low__ag262{border-left-color:#17a2b8}.AlertBadge_alertItem__2m5N6.AlertBadge_read__Wn0NN{opacity:.6;background-color:#f8f9fa}.AlertBadge_alertItem__2m5N6.AlertBadge_read__Wn0NN:hover{background-color:#f1f3f5}.AlertBadge_alertIcon__SptF1{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1rem}.AlertBadge_alertItem__2m5N6.AlertBadge_high__37JU9 .AlertBadge_alertIcon__SptF1,.AlertBadge_alertItem__2m5N6.AlertBadge_urgent__ADYnS .AlertBadge_alertIcon__SptF1{background:rgba(220,53,69,.1);color:#dc3545}.AlertBadge_alertItem__2m5N6.AlertBadge_normal__qNWQb .AlertBadge_alertIcon__SptF1{background:rgba(255,193,7,.15);color:#997404}.AlertBadge_alertItem__2m5N6.AlertBadge_low__ag262 .AlertBadge_alertIcon__SptF1{background:rgba(23,162,184,.1);color:#17a2b8}.AlertBadge_alertContent__nOk3m{flex:1;min-width:0}.AlertBadge_alertTitle___Y7AO{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AlertBadge_alertMessage__k2bPt{font-size:.8125rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.AlertBadge_alertTime__06y4J{font-size:.75rem;color:#9ca3af;margin-top:6px}.AlertBadge_unreadDot__iXDpl{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:8px;height:8px;background:#3b82f6;border-radius:50%}.AlertBadge_dropdownFooter__HoB_A{padding:12px 20px;border-top:1px solid #e5e7eb;background:#f9fafb}.AlertBadge_viewAllButton__xrooZ{width:100%;padding:8px 16px;background:transparent;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.AlertBadge_viewAllButton__xrooZ:hover{background:#e5e7eb;border-color:#9ca3af}.AlertBadge_emptyState___z_il,.AlertBadge_loadingState__ojNge{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#9ca3af;gap:8px}.AlertBadge_emptyState___z_il i{font-size:2rem;opacity:.5}.AlertBadge_emptyState___z_il p{margin:0;font-size:.875rem}@media (max-width:480px){.AlertBadge_dropdown__gbuBX{width:calc(100vw - 32px);right:-70px}}.Header_header__hO3lJ{margin-left:0;transition:margin-left .3s ease;position:fixed;top:0;left:0;right:0;height:70px;min-height:70px;z-index:1030}.Header_headerExpanded__tQqjo{margin-left:200px;transition:margin-left .3s ease}.Header_headerCollapsed__DYPVD{margin-left:60px;transition:margin-left .3s ease}.Header_mobileMenuBtn__XrV0l{border:none!important;background:none!important;color:white!important}.Header_mobileMenuBtn__XrV0l:focus,.Header_mobileMenuBtn__XrV0l:hover{color:rgba(255,255,255,.8)!important;background:rgba(255,255,255,.1)!important}@media (max-width:991.98px){.Header_header__hO3lJ{margin-left:0!important}}@media (min-width:1200px){.Header_header__hO3lJ.Header_headerExpanded__tQqjo{margin-left:200px}.Header_header__hO3lJ.Header_headerCollapsed__DYPVD{margin-left:60px}}@media (min-width:992px) and (max-width:1199px){.Header_header__hO3lJ.Header_headerExpanded__tQqjo{margin-left:200px}.Header_header__hO3lJ.Header_headerCollapsed__DYPVD{margin-left:60px}}.Header_fieldHeader__HsaxD{margin-left:0!important;width:100%!important;left:0!important;right:0!important}.Header_fieldHeader__HsaxD .Header_container-fluid__8r57S{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}.Header_mobileActions___Jwz_{gap:.5rem}@media (max-width:400px){.Header_mobileActions___Jwz_{gap:.375rem}}.Footer_footer__eNA9m{background-color:var(--huckleberry-dark)!important;border-top:1px solid rgba(255,255,255,.1);position:relative;margin-left:0;transition:margin-left .3s ease;flex-shrink:0}@media (min-width:992px){.Footer_footer__eNA9m{position:fixed;bottom:0;left:0;right:0;z-index:1020}}.Footer_footerLogo__K9wDL{opacity:.8;transition:opacity .2s ease}.Footer_footerLogoLink__wiUPM{text-decoration:none;display:inline-block;transition:opacity .2s ease}.Footer_footerLogoLink__wiUPM:hover{opacity:.8}.Footer_footerLogoLink__wiUPM:hover .Footer_footerLogo__K9wDL{opacity:1}.Footer_footerExpanded__uTPOh{margin-left:200px}.Footer_footerCollapsed__RsFEf{margin-left:60px}@media (max-width:991.98px){.Footer_footer__eNA9m{margin-left:0!important}}@media (min-width:1200px){.Footer_footer__eNA9m.Footer_footerExpanded__uTPOh{margin-left:200px}.Footer_footer__eNA9m.Footer_footerCollapsed__RsFEf{margin-left:60px}}@media (min-width:992px) and (max-width:1199px){.Footer_footer__eNA9m.Footer_footerExpanded__uTPOh{margin-left:200px}.Footer_footer__eNA9m.Footer_footerCollapsed__RsFEf{margin-left:60px}}.Footer_fieldFooter___kZCT{margin-left:0!important;width:100%!important;left:0!important;right:0!important}.Footer_fieldFooter___kZCT .Footer_container-fluid__T0qWN{max-width:100%!important}.FieldBottomNav_bottomNav__qe0lY{position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #e9ecef;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:1000;padding-bottom:env(safe-area-inset-bottom,0)}.FieldBottomNav_navContainer__6dnlc{display:grid;grid-template-columns:repeat(3,1fr);max-width:100%;margin:0 auto}.FieldBottomNav_navItem__CaXKj{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;color:#6c757d;text-decoration:none;min-height:64px;gap:.25rem;position:relative}.FieldBottomNav_navItem__CaXKj i{font-size:1.5rem;transition:all .2s ease}.FieldBottomNav_navLabel__CdtY4{font-size:.6875rem;font-weight:600;text-align:center;transition:all .2s ease}.FieldBottomNav_navItem__CaXKj.FieldBottomNav_active__SfHDa{color:#2d5016}.FieldBottomNav_navItem__CaXKj.FieldBottomNav_active__SfHDa i{transform:scale(1.1)}.FieldBottomNav_navItem__CaXKj.FieldBottomNav_active__SfHDa:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#2d5016;border-radius:0 0 3px 3px}.FieldBottomNav_navItem__CaXKj:active{background:rgba(45,80,22,.05);transform:scale(.95)}@media (hover:hover){.FieldBottomNav_navItem__CaXKj:hover{color:#2d5016;background:rgba(45,80,22,.05)}}@media (min-width:768px){.FieldBottomNav_bottomNav__qe0lY{max-width:600px;left:50%;transform:translateX(-50%);border-radius:12px 12px 0 0}.FieldBottomNav_navItem__CaXKj{padding:1rem .75rem;min-height:72px}.FieldBottomNav_navItem__CaXKj i{font-size:1.75rem}.FieldBottomNav_navLabel__CdtY4{font-size:.75rem}}@media (min-width:1024px){.FieldBottomNav_bottomNav__qe0lY{display:none}}.AuthenticatedLayout_dashboardContainer__fzhHR{display:flex;flex-direction:column}.AuthenticatedLayout_dashboardContainer__fzhHR .AuthenticatedLayout_mainContentWithNav__feBd2{flex:1;display:flex;flex-direction:column}.AuthenticatedLayout_dashboardContainer__fzhHR .AuthenticatedLayout_mainContentWithNav__feBd2 .AuthenticatedLayout_container-fluid__hsZBb:last-child{flex:1;min-height:0}.AuthenticatedLayout_mobileMenuOverlay__VCR9v{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999;backdrop-filter:blur(2px)}.AuthenticatedLayout_mainContentWithNav__feBd2{margin-left:200px;transition:margin-left .3s ease,opacity .3s ease-in-out,transform .3s ease-in-out;padding-top:70px;padding-bottom:80px;min-height:calc(100vh - 150px);overflow-y:auto;animation:AuthenticatedLayout_fadeIn__YFldD .3s ease-in-out}@keyframes AuthenticatedLayout_fadeIn__YFldD{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AuthenticatedLayout_mainContentWithNav__feBd2.AuthenticatedLayout_collapsed__1bscA{margin-left:60px}.AuthenticatedLayout_mainContent__gG84F{padding-top:70px;padding-bottom:80px;min-height:calc(100vh - 150px);overflow-y:auto;animation:AuthenticatedLayout_fadeIn__YFldD .3s ease-in-out}@media (max-width:991.98px){.AuthenticatedLayout_mainContentWithNav__feBd2,.AuthenticatedLayout_mainContentWithNav__feBd2.AuthenticatedLayout_collapsed__1bscA{margin-left:0}}@media (min-width:1200px){.AuthenticatedLayout_mainContentWithNav__feBd2{margin-left:200px}.AuthenticatedLayout_mainContentWithNav__feBd2.AuthenticatedLayout_collapsed__1bscA{margin-left:60px}}@media (min-width:992px) and (max-width:1199px){.AuthenticatedLayout_mainContentWithNav__feBd2{margin-left:200px}.AuthenticatedLayout_mainContentWithNav__feBd2.AuthenticatedLayout_collapsed__1bscA{margin-left:60px}}.AuthenticatedLayout_fieldLayout__E3MVU{padding-bottom:0}.AuthenticatedLayout_fieldMainContent__7fGe9{padding-top:70px;min-height:100vh;overflow-y:auto;width:100%;margin-left:0!important;padding-bottom:80px;animation:AuthenticatedLayout_fadeIn__YFldD .3s ease-in-out}.AuthenticatedLayout_fieldLayout__E3MVU .AuthenticatedLayout_mobileMenuToggle__cohju{display:none}@media (min-width:768px){.AuthenticatedLayout_fieldMainContent__7fGe9{padding-bottom:90px}}@media (min-width:1024px){.AuthenticatedLayout_fieldMainContent__7fGe9{padding-bottom:20px}}.HeaderAdminActions_dropdownContainer__OejLD{position:relative;display:inline-block;margin-right:.75rem}.HeaderAdminActions_iconButton__vG_Xl{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);font-size:1rem;cursor:pointer;transition:all .2s ease}.HeaderAdminActions_iconButton__vG_Xl:hover{background:rgba(255,255,255,.2);color:white;transform:scale(1.05)}.HeaderAdminActions_iconButtonActive__5OnE2{background:rgba(255,255,255,.25);color:white}.HeaderAdminActions_dropdownMenu__xHrt9{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;background:white;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.18);z-index:1050;overflow:hidden;animation:HeaderAdminActions_dropdownFadeIn__72jRV .2s ease-out}.HeaderAdminActions_dropdownMenuMobile__zpIDL{right:-.5rem;min-width:200px}.HeaderAdminActions_dropdownHeader__x_aIJ{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#4a7c59,#3d6b4a);color:white;font-weight:600;font-size:.875rem}.HeaderAdminActions_dropdownHeader__x_aIJ i{font-size:1rem}.HeaderAdminActions_dropdownDivider__PPHb9{height:1px;background:#e9ecef;margin:.25rem 0}@keyframes HeaderAdminActions_dropdownFadeIn__72jRV{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HeaderAdminActions_dropdownItem__WYl5D{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;transition:background .15s ease;position:relative}.HeaderAdminActions_dropdownItem__WYl5D:hover{background:#f8f9fa}.HeaderAdminActions_dropdownItem__WYl5D i{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#6c757d;opacity:.7}.HeaderAdminActions_dropdownItem__WYl5D:hover i{opacity:1}.HeaderAdminActions_dropdownItem__WYl5D span{font-weight:500;color:#212529;font-size:.875rem}.HeaderAdminActions_dropdownItem__WYl5D small{font-size:.75rem;color:#6c757d;margin-top:.125rem}.HeaderAdminActions_dropdownItem__WYl5D.HeaderAdminActions_danger__6UeIU:hover{background:#fff5f5}.HeaderAdminActions_dropdownItem__WYl5D.HeaderAdminActions_danger__6UeIU i,.HeaderAdminActions_dropdownItem__WYl5D.HeaderAdminActions_danger__6UeIU span{color:#dc3545}.HeaderAdminActions_dropdownItem__WYl5D:not(:last-child){border-bottom:1px solid #f0f0f0}@media (max-width:576px){.HeaderAdminActions_dropdownMenu__xHrt9{min-width:160px}.HeaderAdminActions_dropdownItem__WYl5D{padding:.625rem .875rem}.HeaderAdminActions_dropdownItem__WYl5D span{font-size:.8125rem}.HeaderAdminActions_dropdownItem__WYl5D small{font-size:.6875rem}}.HeaderMobileMenu_menuContainer__3YlmH{position:relative}.HeaderMobileMenu_menuButton___yK9A{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:white;cursor:pointer;transition:all .2s ease}.HeaderMobileMenu_menuButton___yK9A:focus,.HeaderMobileMenu_menuButton___yK9A:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.HeaderMobileMenu_menuButton___yK9A i{font-size:1.125rem}.HeaderMobileMenu_dropdown__YcXZl{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:white;border-radius:10px;box-shadow:0 10px 40px rgba(0,0,0,.2);overflow:hidden;z-index:1050;animation:HeaderMobileMenu_slideIn__wSRwU .15s ease-out}@keyframes HeaderMobileMenu_slideIn__wSRwU{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HeaderMobileMenu_dropdownItem__3PHGu{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.875rem;font-weight:500;text-align:left;cursor:pointer;transition:background .15s ease}.HeaderMobileMenu_dropdownItem__3PHGu:hover{background:#f3f4f6}.HeaderMobileMenu_dropdownItem__3PHGu i{font-size:1rem;color:#6b7280}.HeaderMobileMenu_dropdownItem__3PHGu.HeaderMobileMenu_danger__k29TL,.HeaderMobileMenu_dropdownItem__3PHGu.HeaderMobileMenu_danger__k29TL i{color:#dc2626}.HeaderMobileMenu_dropdownItem__3PHGu.HeaderMobileMenu_danger__k29TL:hover{background:#fef2f2}.ActivityCard_activityCard__P1Osn{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);transition:border-color .15s ease,box-shadow .15s ease}.ActivityCard_activityCard__P1Osn:hover{border-color:var(--bs-primary);box-shadow:0 2px 8px rgba(0,0,0,.08)}.ActivityCard_iconWrapper__MJXlq{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;font-size:1.25rem;flex-shrink:0}.ActivityCard_iconWrapper__MJXlq.ActivityCard_success__rAoe6{background-color:rgba(25,135,84,.1);color:var(--bs-success)}.ActivityCard_iconWrapper__MJXlq.ActivityCard_info__Qwu4z{background-color:rgba(13,110,253,.1);color:var(--bs-info)}.ActivityCard_iconWrapper__MJXlq.ActivityCard_danger__oND0O{background-color:rgba(220,53,69,.1);color:var(--bs-danger)}.ActivityCard_iconWrapper__MJXlq.ActivityCard_primary__cgjhM{background-color:rgba(13,110,253,.1);color:var(--bs-primary)}.ActivityCard_iconWrapper__MJXlq.ActivityCard_warning__hHzhN{background-color:rgba(255,193,7,.15);color:var(--bs-warning)}.ActivityCard_iconWrapper__MJXlq.ActivityCard_secondary__cU0kX{background-color:rgba(108,117,125,.1);color:var(--bs-secondary)}.ActivityCard_content__2vtEy{flex:1;min-width:0}.ActivityCard_header__PRWCY{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem;margin-bottom:.25rem}.ActivityCard_userName__2B9Uq{font-weight:600;color:var(--bs-body-color)}.ActivityCard_actionText__xQnYq{color:var(--bs-secondary-color)}.ActivityCard_entityName__WpU7s{font-weight:500;color:var(--bs-primary);cursor:pointer}.ActivityCard_entityName__WpU7s:hover{text-decoration:underline}.ActivityCard_changes__DKxgs{margin-top:.5rem;padding:.5rem;background-color:var(--bs-tertiary-bg);border-radius:.25rem;font-size:.875rem}.ActivityCard_changeLine__q40Kd{display:flex;gap:.5rem;color:var(--bs-secondary-color)}.ActivityCard_changeField__wobOf{font-weight:500;color:var(--bs-body-color)}.ActivityCard_changeArrow__aCwpz{color:var(--bs-secondary)}.ActivityCard_timestamp__KVTOd{font-size:.8125rem;color:var(--bs-secondary-color);margin-top:.25rem}.ActivityCard_entityBadge__0fMfr{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;padding:.125rem .5rem;border-radius:1rem;background-color:var(--bs-tertiary-bg);color:var(--bs-secondary-color);margin-left:.5rem}.ActivityFilters_filtersContainer___QrY8{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.ActivityFilters_filterGroup__KG_h4{display:flex;flex-direction:column;gap:.25rem}.ActivityFilters_filterLabel__64kSI{font-size:.75rem;font-weight:500;color:var(--bs-secondary-color);text-transform:uppercase;letter-spacing:.025em}.ActivityFilters_filterInput__Wrgxg,.ActivityFilters_filterSelect__YDXI9{min-width:140px;font-size:.875rem}.ActivityFilters_searchGroup__J9G3f{flex:1;min-width:200px}.ActivityFilters_searchInput__VsTJy{width:100%}.ActivityFilters_actionsGroup__eTOJQ{display:flex;gap:.5rem;margin-left:auto}@media (max-width:768px){.ActivityFilters_filtersContainer___QrY8{flex-direction:column;align-items:stretch}.ActivityFilters_filterGroup__KG_h4,.ActivityFilters_filterInput__Wrgxg,.ActivityFilters_filterSelect__YDXI9{width:100%}.ActivityFilters_actionsGroup__eTOJQ{margin-left:0;margin-top:.5rem}}.RecentActivityWidget_widget__AE9ur{background:var(--bs-body-bg);border-radius:.5rem;border:1px solid var(--bs-border-color);overflow:hidden}.RecentActivityWidget_widgetHeader__JK9d9{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--bs-border-color);background:var(--bs-tertiary-bg)}.RecentActivityWidget_widgetTitle__M1dhp{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:600}.RecentActivityWidget_widgetIcon__sxp4M{color:var(--bs-primary)}.RecentActivityWidget_seeAllLink__RVx2N{font-size:.875rem;color:var(--bs-primary);text-decoration:none;display:flex;align-items:center;gap:.25rem}.RecentActivityWidget_seeAllLink__RVx2N:hover{text-decoration:underline}.RecentActivityWidget_activityList__j8QVe{list-style:none;margin:0;padding:0}.RecentActivityWidget_activityItem__udNwD{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--bs-border-color);transition:background-color .15s ease}.RecentActivityWidget_activityItem__udNwD:last-child{border-bottom:none}.RecentActivityWidget_activityItem__udNwD:hover{background-color:var(--bs-tertiary-bg)}.RecentActivityWidget_activityIcon__dbVsl{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;font-size:1rem;flex-shrink:0}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_success__FW0H_{background-color:rgba(25,135,84,.1);color:var(--bs-success)}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_info__SKT_U{background-color:rgba(13,110,253,.1);color:var(--bs-info)}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_danger__tELSQ{background-color:rgba(220,53,69,.1);color:var(--bs-danger)}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_primary__uoJ48{background-color:rgba(13,110,253,.1);color:var(--bs-primary)}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_warning__ny0_M{background-color:rgba(255,193,7,.15);color:var(--bs-warning)}.RecentActivityWidget_activityIcon__dbVsl.RecentActivityWidget_secondary__Q15vV{background-color:rgba(108,117,125,.1);color:var(--bs-secondary)}.RecentActivityWidget_activityContent__lhn5v{flex:1;min-width:0}.RecentActivityWidget_activityText__NXEKq{font-size:.875rem;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.RecentActivityWidget_activityUser__8XjDI{font-weight:600}.RecentActivityWidget_activityEntity__ziEyc{color:var(--bs-primary)}.RecentActivityWidget_activityNotes__e_vsE{font-size:.75rem;color:var(--bs-secondary-color);font-style:italic;margin:.25rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:.25rem .5rem;background:var(--bs-tertiary-bg);border-radius:.25rem;border-left:2px solid var(--bs-border-color)}.RecentActivityWidget_activityTime__LGSWk{font-size:.75rem;color:var(--bs-secondary-color);margin-top:.25rem}.RecentActivityWidget_emptyState___Bgtu{padding:2rem;text-align:center;color:var(--bs-secondary-color)}.RecentActivityWidget_emptyIcon__J5TZw{font-size:2rem;margin-bottom:.5rem}.RecentActivityWidget_loadingState__il7Il{padding:2rem;text-align:center}.RecentActivityWidget_liveIndicator__HLkTw{font-size:.65rem;font-weight:500;color:var(--bs-success);margin-left:.5rem;animation:RecentActivityWidget_pulse__CmUTw 2s ease-in-out}@keyframes RecentActivityWidget_pulse__CmUTw{0%,to{opacity:1}50%{opacity:.5}}.RecentActivityWidget_hasNewActivity__4C1Oe{box-shadow:0 0 0 2px rgba(25,135,84,.3)}.RecentActivityWidget_activityItem__udNwD:first-child{animation:RecentActivityWidget_slideIn__cDea3 .3s ease-out}@keyframes RecentActivityWidget_slideIn__cDea3{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.page_pageHeader__nwgyL{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.page_pageTitle__K2HsE{margin:0;font-weight:600}.page_pageSubtitle__H7cMQ{color:var(--bs-secondary-color);margin:.25rem 0 0}.page_filtersCard__7R_mG{margin-bottom:1.5rem}.page_newActivityBanner__ZayYv{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--bs-primary),#0b5ed7);color:white;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;animation:page_slideDown__856ts .3s ease-out}.page_newActivityBanner__ZayYv:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(13,110,253,.3)}.page_newActivityBanner__ZayYv:active{transform:translateY(0)}.page_clickHint__kdj34{font-size:.75rem;opacity:.8;margin-left:.5rem}@keyframes page_slideDown__856ts{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page_activityList__dbkRR{display:flex;flex-direction:column;gap:.75rem}.page_loadMoreContainer__FHdmd{display:flex;justify-content:center;padding:1.5rem}.page_emptyState__CZtLe{text-align:center;padding:4rem 2rem}.page_emptyIcon__8ZAsH{font-size:4rem;color:var(--bs-secondary-color);margin-bottom:1rem}.page_emptyTitle__mItwE{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.page_emptyText__UMp6_{color:var(--bs-secondary-color);margin-bottom:0}.page_loadingContainer__0mufX{display:flex;justify-content:center;align-items:center;padding:4rem 2rem}.page_statsBar__10dvZ{display:flex;gap:2rem;padding:1rem 0;border-bottom:1px solid var(--bs-border-color);margin-bottom:1rem}.page_statItem__CIHsY{display:flex;flex-direction:column}.page_statValue__h445G{font-size:1.5rem;font-weight:700;color:var(--bs-primary);line-height:1}.page_statLabel__9sYil{font-size:.75rem;color:var(--bs-secondary-color);text-transform:uppercase;letter-spacing:.025em}@media (max-width:768px){.page_pageHeader__nwgyL{flex-direction:column}.page_statsBar__10dvZ{flex-wrap:wrap;gap:1rem}.page_statItem__CIHsY{min-width:80px}}.DashboardViewToggle_container__EdDPK{background:linear-gradient(135deg,#1e3a1e,#2d5016);border-radius:12px;padding:5px;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(45,80,22,.15)}.DashboardViewToggle_inner__rmbjT{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.DashboardViewToggle_toggleSection__NjW_0{display:flex;background:rgba(0,0,0,.2);border-radius:8px;padding:4px;gap:4px}.DashboardViewToggle_viewButton__xx0wu{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:rgba(255,255,255,.7);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.DashboardViewToggle_viewButton__xx0wu:hover{color:white;background:rgba(255,255,255,.1)}.DashboardViewToggle_viewButtonActive__wrRJ5{background:white;color:#2d5016;box-shadow:0 2px 8px rgba(0,0,0,.15)}.DashboardViewToggle_viewButtonActive__wrRJ5:hover{background:white;color:#2d5016}.DashboardViewToggle_viewButton__xx0wu i{font-size:1rem}.DashboardViewToggle_teamSection__F6YU6{display:flex;align-items:center;gap:.75rem}.DashboardViewToggle_teamLabel__dW4vy{display:flex;align-items:center;gap:.375rem;color:rgba(255,255,255,.8);font-size:.875rem;font-weight:500;white-space:nowrap}.DashboardViewToggle_teamLabel__dW4vy i{font-size:1rem}.DashboardViewToggle_teamSelect__zE5R4{min-width:180px;padding:.5rem 2rem .5rem .75rem;background-color:white;border:none;border-radius:6px;color:#1f2937;font-size:.875rem;font-weight:500;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.25rem}.DashboardViewToggle_teamSelect__zE5R4:focus{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.3)}.DashboardViewToggle_teamSelect__zE5R4:disabled{opacity:.7;cursor:not-allowed}@media (max-width:600px){.DashboardViewToggle_container__EdDPK{padding:.75rem;margin-bottom:1rem}.DashboardViewToggle_inner__rmbjT{flex-direction:column;align-items:stretch;gap:.75rem}.DashboardViewToggle_toggleSection__NjW_0{justify-content:center}.DashboardViewToggle_viewButton__xx0wu{flex:1;justify-content:center;padding:.5rem .75rem;font-size:.8125rem}.DashboardViewToggle_teamSection__F6YU6{flex-direction:column;align-items:stretch;gap:.5rem}.DashboardViewToggle_teamLabel__dW4vy{justify-content:center}.DashboardViewToggle_teamSelect__zE5R4{width:100%;min-width:unset}}.EquipmentCard_card__TPOo2{background:white;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05);overflow:hidden;transition:all .2s;display:flex;flex-direction:column}.EquipmentCard_card__TPOo2:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.EquipmentCard_card__TPOo2.EquipmentCard_maintenanceDue__cueYT{border:1px solid #fca5a5;background:#fffbfb}.EquipmentCard_cardHeader__80_lT{padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.EquipmentCard_typeIcon__aLUPb{font-size:1.75rem;line-height:1}.EquipmentCard_badges__brRux{display:flex;gap:.375rem}.EquipmentCard_badge__1gF3E{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:3px;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.EquipmentCard_badge__1gF3E[data-color=green]{background:#d1fae5;color:#065f46}.EquipmentCard_badge__1gF3E[data-color=blue]{background:#dbeafe;color:#1e40af}.EquipmentCard_badge__1gF3E[data-color=orange]{background:#fed7aa;color:#7c2d12}.EquipmentCard_badge__1gF3E[data-color=red]{background:#fee2e2;color:#991b1b}.EquipmentCard_badge__1gF3E[data-color=yellow]{background:#fef3c7;color:#92400e}.EquipmentCard_badge__1gF3E[data-color=gray]{background:#e5e7eb;color:#6b7280}.EquipmentCard_cardBody__3pL_e{padding:.75rem;flex:1}.EquipmentCard_equipmentName__zrPxr{font-size:.875rem;font-weight:700;margin:0 0 .375rem;color:#111827}.EquipmentCard_serialNumbers__mdEe3{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.5rem}.EquipmentCard_identifier__VJUQn{display:inline-block;font-size:.65rem;color:#6b7280;background:#f3f4f6;padding:.125rem .375rem;border-radius:3px}.EquipmentCard_serialLabel__g6VsM{font-weight:600;color:#4b5563}.EquipmentCard_details__Rw8Mt{display:flex;flex-direction:column;gap:.5rem}.EquipmentCard_detailRow__pLee_{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.EquipmentCard_detailLabel__fvKVs{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.EquipmentCard_detailValue__GsHae{font-size:.7rem;color:#111827;text-align:right}.EquipmentCard_detailValue__GsHae.EquipmentCard_overdue__qteSv{color:#dc2626;font-weight:600}.EquipmentCard_notes__ug7kA{margin-top:.375rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.EquipmentCard_notesText__ofpno{font-size:.65rem;color:#6b7280;margin:.25rem 0 0;line-height:1.4}.EquipmentCard_cardFooter__9cqqU{padding:.5rem .75rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.5rem}.EquipmentCard_editButton__gq43a{flex:1;padding:.375rem .75rem;background:var(--huckleberry-primary,#2d5016);color:white;border:none;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.EquipmentCard_editButton__gq43a:hover{background:var(--huckleberry-primary-dark,#1a3009)}.EquipmentCard_deleteButton__TMepr{padding:.375rem .75rem;background:white;color:#dc2626;border:1px solid #fecaca;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.EquipmentCard_deleteButton__TMepr:hover{background:#fee2e2;border-color:#fca5a5}.EquipmentCard_cardList__tJ_CI{background:white;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.05);padding:.75rem;display:flex;align-items:center;gap:.75rem;transition:all .2s}.EquipmentCard_cardList__tJ_CI:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.EquipmentCard_cardList__tJ_CI.EquipmentCard_maintenanceDue__cueYT{border:1px solid #fca5a5;background:#fffbfb}.EquipmentCard_listIcon__fn44x{font-size:1.5rem;line-height:1}.EquipmentCard_listMain__MKtP8{flex:1;min-width:0}.EquipmentCard_listHeader__VLMFr{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.EquipmentCard_listTitle__d6u6W{font-size:.875rem;font-weight:700;margin:0;color:#111827}.EquipmentCard_listMeta__Iq0ll{display:flex;align-items:center;gap:.375rem;font-size:.65rem;color:#6b7280;flex-wrap:wrap}.EquipmentCard_separator__o5DWX{color:#d1d5db}.EquipmentCard_listBadges__iy4MF{display:flex;gap:.375rem;flex-wrap:wrap}.EquipmentCard_listActions__dbtD3{display:flex;gap:.375rem}.EquipmentCard_actionButton__0Nvkb{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;cursor:pointer;transition:all .2s}.EquipmentCard_actionButton__0Nvkb:hover{background:#f9fafb;border-color:var(--huckleberry-primary,#2d5016)}.EquipmentCard_actionButton__0Nvkb.EquipmentCard_deleteButton__TMepr:hover{border-color:#fca5a5;background:#fee2e2}.EquipmentCard_barcodeButton__8HLN_{flex:1;padding:.375rem .75rem;background:#6366f1;color:white;border:none;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer;transition:background .2s}.EquipmentCard_barcodeButton__8HLN_:hover:not(:disabled){background:#4f46e5}.EquipmentCard_barcodeButton__8HLN_:disabled{opacity:.6;cursor:not-allowed}.EquipmentCard_barcodeModal__ln2cx{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.EquipmentCard_barcodeContent__qS82Z{background:white;border-radius:8px;max-width:500px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.EquipmentCard_barcodeHeader__K9A3D{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.EquipmentCard_barcodeHeader__K9A3D h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.EquipmentCard_closeModal__5WOXm{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.EquipmentCard_closeModal__5WOXm:hover{background:#f3f4f6;color:#111827}.EquipmentCard_barcodeImage__wvgd3{padding:2rem;display:flex;justify-content:center;align-items:center;background:#f9fafb;min-height:300px}.EquipmentCard_barcodeImage__wvgd3 img{max-width:300px;max-height:300px;width:auto;height:auto;object-fit:contain;border-radius:4px;background:white;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.EquipmentCard_barcodeInfo__AqKP9{padding:1.5rem;border-top:1px solid #e5e7eb}.EquipmentCard_barcodeInfo__AqKP9 p{color:#374151}.EquipmentCard_barcodeActions__1yUA_{padding:1rem 1.5rem 1.5rem;display:flex;justify-content:center}.EquipmentCard_printBarcodeButton__HnBlC{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:#0d6efd;color:white;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%;max-width:200px}.EquipmentCard_printBarcodeButton__HnBlC:hover{background:#0b5ed7}.EquipmentCard_printBarcodeButton__HnBlC i{font-size:1.1rem}@media print{.EquipmentCard_barcodeModal__ln2cx{position:static;background:white}.EquipmentCard_barcodeContent__qS82Z{max-width:100%;box-shadow:none}.EquipmentCard_barcodeHeader__K9A3D{border:none}.EquipmentCard_closeModal__5WOXm{display:none}.EquipmentCard_barcodeImage__wvgd3{background:white}.EquipmentCard_barcodeImage__wvgd3 img{max-width:250px;max-height:250px}.EquipmentCard_barcodeActions__1yUA_{display:none}}@media (max-width:640px){.EquipmentCard_barcodeContent__qS82Z{max-width:90%;margin:1rem}.EquipmentCard_barcodeImage__wvgd3{padding:1rem;min-height:250px}.EquipmentCard_barcodeImage__wvgd3 img{max-width:250px;max-height:250px}.EquipmentCard_barcodeHeader__K9A3D h3{font-size:1rem}.EquipmentCard_barcodeInfo__AqKP9{padding:1rem}.EquipmentCard_barcodeInfo__AqKP9 p{font-size:.8rem}}.EquipmentCard_barcodeInfo__AqKP9 p{margin:.5rem 0;font-size:.875rem;color:#6b7280}.EquipmentCard_barcodeInfo__AqKP9 strong{color:#111827;font-weight:600}@media (max-width:768px){.EquipmentCard_cardList__tJ_CI{flex-wrap:wrap}.EquipmentCard_listActions__dbtD3{width:100%;justify-content:flex-end}}.EquipmentForm_overlay__c5U_k{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(2px)}.EquipmentForm_modal__85wXR{background:white;border-radius:8px;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:EquipmentForm_slideUp__9mCLC .2s ease-out}@keyframes EquipmentForm_slideUp__9mCLC{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.EquipmentForm_modalHeader__mm7uV{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:#f9fafb}.EquipmentForm_modalHeader__mm7uV h2{font-size:.875rem;font-weight:600;margin:0;color:#111827}.EquipmentForm_closeButton__3rW4v{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #d1d5db;border-radius:4px;font-size:1.25rem;color:#6b7280;cursor:pointer;transition:all .2s}.EquipmentForm_closeButton__3rW4v:hover{background:#f3f4f6;color:#111827}.EquipmentForm_form__Bcl5e{display:flex;flex-direction:column;flex:1;overflow:hidden}.EquipmentForm_formBody__slstd{flex:1;overflow-y:auto;padding:1rem}.EquipmentForm_error__nWpdU{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.5rem;border-radius:4px;margin-bottom:.75rem;font-size:.7rem}.EquipmentForm_section__UWRhQ{margin-bottom:1rem}.EquipmentForm_section__UWRhQ:last-child{margin-bottom:0}.EquipmentForm_sectionTitle__Sl5Yt{font-size:.75rem;font-weight:600;color:#6b7280;margin:0 0 .5rem;padding-bottom:.375rem;border-bottom:1px solid #e5e7eb;text-transform:uppercase;letter-spacing:.03em}.EquipmentForm_formRow__oID95{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.EquipmentForm_formGroup__pxTyk{display:flex;flex-direction:column;gap:.25rem}.EquipmentForm_label__510SH{font-size:.7rem;font-weight:600;color:#374151}.EquipmentForm_required__EzUDe{color:#dc2626}.EquipmentForm_input__jxcqD,.EquipmentForm_select__RY57B,.EquipmentForm_textarea___qaEQ{padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.7rem;font-family:inherit;transition:all .2s;background:white;color:#111827}.EquipmentForm_input__jxcqD:focus,.EquipmentForm_select__RY57B:focus,.EquipmentForm_textarea___qaEQ:focus{outline:none;border-color:var(--huckleberry-primary,#2d5016);box-shadow:0 0 0 2px rgba(45,80,22,.1)}.EquipmentForm_input__jxcqD:disabled,.EquipmentForm_select__RY57B:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed;opacity:.6}.EquipmentForm_select__RY57B{cursor:pointer}.EquipmentForm_textarea___qaEQ{resize:vertical;min-height:70px}.EquipmentForm_helpText__bw8YW{font-size:.65rem;color:#6b7280;font-style:italic}.EquipmentForm_infoNote__AxIJJ{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;font-size:.8rem;color:#1e40af}.EquipmentForm_infoIcon__Jjco2{flex-shrink:0}.EquipmentForm_formFooter__uE2Vt{padding:.75rem 1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:.5rem;background:#f9fafb}.EquipmentForm_cancelButton__tIC5T{padding:.375rem .75rem;background:white;color:#374151;border:1px solid #d1d5db;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.EquipmentForm_cancelButton__tIC5T:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.EquipmentForm_cancelButton__tIC5T:disabled{opacity:.5;cursor:not-allowed}.EquipmentForm_submitButton___dbFc{padding:.375rem .75rem;background:var(--huckleberry-primary,#2d5016);color:white;border:none;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s;min-width:120px}.EquipmentForm_submitButton___dbFc:hover:not(:disabled){background:var(--huckleberry-primary-dark,#1a3009)}.EquipmentForm_submitButton___dbFc:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.EquipmentForm_overlay__c5U_k{align-items:center;padding:calc(70px + 1rem) 1rem calc(64px + env(safe-area-inset-bottom, 0px) + 1rem)}.EquipmentForm_modal__85wXR{max-width:calc(100% - 2rem);max-height:calc(100vh - 70px - 64px - 2rem - env(safe-area-inset-bottom, 0px));border-radius:8px;margin:auto}.EquipmentForm_formBody__slstd,.EquipmentForm_modalHeader__mm7uV{padding:.75rem}.EquipmentForm_formRow__oID95{grid-template-columns:1fr}.EquipmentForm_formFooter__uE2Vt{padding:.75rem;flex-direction:column-reverse}.EquipmentForm_cancelButton__tIC5T,.EquipmentForm_submitButton___dbFc{width:100%}}.EquipmentFilters_container__Gvpcc{background:white;border-radius:4px;padding:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:.5rem;min-height:70px}.EquipmentFilters_filtersGrid__LaTXq{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;align-items:end}.EquipmentFilters_filterGroup__G7u57{display:flex;flex-direction:column;gap:.25rem}.EquipmentFilters_filterLabel__wTydx{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.EquipmentFilters_filterSelect__cvljQ{padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.7rem;background:white;color:#111827;cursor:pointer;transition:all .2s}.EquipmentFilters_filterSelect__cvljQ:hover{border-color:#9ca3af}.EquipmentFilters_filterSelect__cvljQ:focus{outline:none;border-color:var(--huckleberry-primary,#2d5016);box-shadow:0 0 0 2px rgba(45,80,22,.1)}.EquipmentFilters_checkboxLabel__m5h0b{display:flex;align-items:center;gap:.375rem;font-size:.7rem;font-weight:500;color:#111827;cursor:pointer;padding:.375rem 0}.EquipmentFilters_checkbox__hhEko{width:16px;height:16px;cursor:pointer;accent-color:var(--huckleberry-primary,#2d5016)}.EquipmentFilters_clearButton__NIYjJ{margin-top:.5rem;padding:.375rem .75rem;background:white;border:1px solid #d1d5db;border-radius:4px;font-size:.7rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.EquipmentFilters_clearButton__NIYjJ:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width:1200px){.EquipmentFilters_filtersGrid__LaTXq{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.EquipmentFilters_filtersGrid__LaTXq{grid-template-columns:repeat(2,1fr)}.EquipmentFilters_container__Gvpcc{min-height:120px}}@media (max-width:480px){.EquipmentFilters_filtersGrid__LaTXq{grid-template-columns:1fr}.EquipmentFilters_container__Gvpcc{min-height:auto}}.EquipmentStats_container__aEaxm{margin-bottom:.5rem;min-height:140px}.EquipmentStats_statsGrid__DhG3W{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.5rem}.EquipmentStats_statCard__VKqQm{background:white;border-radius:4px;padding:.75rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:all .2s}.EquipmentStats_statCard__VKqQm:hover{box-shadow:0 2px 4px rgba(0,0,0,.1)}.EquipmentStats_statCard__VKqQm.EquipmentStats_highlight__GxwXD{background:#fef2f2;border:1px solid #fecaca}.EquipmentStats_statCard__VKqQm[data-color=blue]{border-left:3px solid var(--huckleberry-info,#17a2b8)}.EquipmentStats_statCard__VKqQm[data-color=green]{border-left:3px solid var(--huckleberry-success,#28a745)}.EquipmentStats_statCard__VKqQm[data-color=orange]{border-left:3px solid var(--huckleberry-warning,#ffc107)}.EquipmentStats_statCard__VKqQm[data-color=red]{border-left:3px solid var(--huckleberry-danger,#dc3545)}.EquipmentStats_statIcon__1XJxd{font-size:1.75rem;line-height:1}.EquipmentStats_statContent__G_1Oq{flex:1}.EquipmentStats_statValue__bhvRv{font-size:1.5rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.125rem}.EquipmentStats_statLabel__eb0ws{font-size:.7rem;color:#6b7280;font-weight:500}.EquipmentStats_breakdown__UYt8c{background:white;border-radius:4px;padding:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05);display:flex;flex-wrap:wrap;gap:1rem}.EquipmentStats_breakdownSection__Ocetl{flex:1;min-width:150px}.EquipmentStats_breakdownSection__Ocetl h4{font-size:.65rem;font-weight:600;color:#6b7280;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.EquipmentStats_breakdownItems__fVk_t{display:flex;flex-wrap:wrap;gap:.375rem}.EquipmentStats_badge___ceKR{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:3px;font-size:.65rem;font-weight:500;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.EquipmentStats_badge___ceKR[data-status=maintenance]{background:#fef3c7;color:#92400e;border-color:#fde68a}.EquipmentStats_badge___ceKR[data-status=out-of-service]{background:#fee2e2;color:#991b1b;border-color:#fecaca}.EquipmentStats_badge___ceKR[data-condition=good]{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.EquipmentStats_badge___ceKR[data-condition=bad]{background:#fed7aa;color:#7c2d12;border-color:#fdba74}.EquipmentStats_badge___ceKR[data-condition=needs-repair]{background:#fee2e2;color:#991b1b;border-color:#fecaca}@media (max-width:1024px){.EquipmentStats_statsGrid__DhG3W{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.EquipmentStats_statsGrid__DhG3W{grid-template-columns:repeat(2,1fr)}.EquipmentStats_breakdown__UYt8c{flex-direction:column;gap:1rem}.EquipmentStats_container__aEaxm{min-height:180px}}@media (max-width:480px){.EquipmentStats_statsGrid__DhG3W{grid-template-columns:1fr}.EquipmentStats_container__aEaxm{min-height:280px}}.CustomTypeDialog_overlay__Y16Z1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.CustomTypeDialog_dialog__EqGU5{background:white;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.15)}.CustomTypeDialog_header__nhYv9{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.CustomTypeDialog_header__nhYv9 h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.CustomTypeDialog_closeButton__LYAHz{padding:.5rem;background:none;border:none;cursor:pointer;color:#6b7280;border-radius:4px;transition:background .2s,color .2s}.CustomTypeDialog_closeButton__LYAHz:hover{background:#f3f4f6;color:#111827}.CustomTypeDialog_form__JC0xm{padding:1.5rem}.CustomTypeDialog_error__wwc9F{padding:.75rem;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;color:#991b1b;font-size:.875rem;margin-bottom:1rem}.CustomTypeDialog_formGroup__VYC7q{margin-bottom:1.25rem}.CustomTypeDialog_label__rt5LJ{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.CustomTypeDialog_required__7T4eB{color:#dc2626}.CustomTypeDialog_input__wo3lw,.CustomTypeDialog_select__VgrvL,.CustomTypeDialog_textarea__unrkx{width:100%;padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s}.CustomTypeDialog_input__wo3lw:focus,.CustomTypeDialog_select__VgrvL:focus,.CustomTypeDialog_textarea__unrkx:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.CustomTypeDialog_textarea__unrkx{resize:vertical;font-family:inherit}.CustomTypeDialog_helpText__Ei6jm{display:block;margin-top:.375rem;font-size:.75rem;color:#6b7280}.CustomTypeDialog_iconPickerContainer__h2Ni0{display:flex;flex-direction:column;gap:.75rem}.CustomTypeDialog_selectedIcon__6gSv5{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;background:#f3f4f6;border:2px solid #d1d5db;border-radius:8px}.CustomTypeDialog_iconGrid__yZrBh{display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:4px;max-height:140px;overflow-y:auto;padding:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.CustomTypeDialog_iconOption__4gWVI{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:white;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .15s ease}.CustomTypeDialog_iconOption__4gWVI:hover{background:#e5e7eb;transform:scale(1.1)}.CustomTypeDialog_iconSelected__sX74N{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 2px rgba(59,130,246,.3)}.CustomTypeDialog_actions__5DIxB{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.CustomTypeDialog_cancelButton__7SU5v,.CustomTypeDialog_submitButton__ylyjj{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.CustomTypeDialog_cancelButton__7SU5v{background:white;color:#374151;border:1px solid #d1d5db}.CustomTypeDialog_cancelButton__7SU5v:hover:not(:disabled){background:#f9fafb}.CustomTypeDialog_submitButton__ylyjj{background:#3b82f6;color:white}.CustomTypeDialog_submitButton__ylyjj:hover:not(:disabled){background:#2563eb}.CustomTypeDialog_cancelButton__7SU5v:disabled,.CustomTypeDialog_submitButton__ylyjj:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.CustomTypeDialog_overlay__Y16Z1{align-items:center;padding:calc(70px + 1rem) 1rem calc(64px + env(safe-area-inset-bottom, 0px) + 1rem)}.CustomTypeDialog_dialog__EqGU5{max-width:calc(100% - 2rem);max-height:calc(100vh - 70px - 64px - 2rem - env(safe-area-inset-bottom, 0px));border-radius:8px;margin:auto}.CustomTypeDialog_form__JC0xm,.CustomTypeDialog_header__nhYv9{padding:1rem}.CustomTypeDialog_actions__5DIxB{flex-direction:column-reverse}.CustomTypeDialog_cancelButton__7SU5v,.CustomTypeDialog_submitButton__ylyjj{width:100%}}@media (prefers-color-scheme:dark){.CustomTypeDialog_dialog__EqGU5{background:#1f2937}.CustomTypeDialog_header__nhYv9{border-bottom-color:#374151}.CustomTypeDialog_header__nhYv9 h2{color:#f9fafb}.CustomTypeDialog_closeButton__LYAHz{color:#9ca3af}.CustomTypeDialog_closeButton__LYAHz:hover{background:#374151;color:#f9fafb}.CustomTypeDialog_error__wwc9F{background:#7f1d1d;border-color:#991b1b;color:#fecaca}.CustomTypeDialog_label__rt5LJ{color:#d1d5db}.CustomTypeDialog_input__wo3lw,.CustomTypeDialog_select__VgrvL,.CustomTypeDialog_textarea__unrkx{background:#374151;border-color:#4b5563;color:#f9fafb}.CustomTypeDialog_input__wo3lw:focus,.CustomTypeDialog_select__VgrvL:focus,.CustomTypeDialog_textarea__unrkx:focus{border-color:#3b82f6}.CustomTypeDialog_helpText__Ei6jm{color:#9ca3af}.CustomTypeDialog_actions__5DIxB{border-top-color:#374151}.CustomTypeDialog_cancelButton__7SU5v{background:#374151;color:#d1d5db;border-color:#4b5563}.CustomTypeDialog_cancelButton__7SU5v:hover:not(:disabled){background:#4b5563}.CustomTypeDialog_selectedIcon__6gSv5{background:#374151;border-color:#4b5563}.CustomTypeDialog_iconGrid__yZrBh{background:#1f2937;border-color:#374151}.CustomTypeDialog_iconOption__4gWVI{background:#374151}.CustomTypeDialog_iconOption__4gWVI:hover{background:#4b5563}.CustomTypeDialog_iconSelected__sX74N{background:#1e3a5f;border-color:#3b82f6}}