.ChatBox-module__2G0BMq__shell{background:#fff;border:1px solid #e2e8f0cc;border-radius:24px;grid-template-columns:350px minmax(0,1fr);min-height:75vh;display:grid;overflow:hidden;box-shadow:0 20px 50px #0f172a14}.ChatBox-module__2G0BMq__sidebar{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-right:1px solid #ffffff14;flex-direction:column;min-width:0;display:flex}.ChatBox-module__2G0BMq__sidebarHeader{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:1.5rem;display:flex}.ChatBox-module__2G0BMq__title{letter-spacing:-.03em;color:#fff;margin:0;font-size:1.25rem;font-weight:800}.ChatBox-module__2G0BMq__subtitle{color:#94a3b8;margin:.25rem 0 0;font-size:.85rem;font-weight:500}.ChatBox-module__2G0BMq__count{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;min-width:1.75rem;height:1.75rem;padding:0 .5rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #2563eb4d}.ChatBox-module__2G0BMq__threadList{flex-direction:column;flex-grow:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.ChatBox-module__2G0BMq__threadList::-webkit-scrollbar{width:5px}.ChatBox-module__2G0BMq__threadList::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.ChatBox-module__2G0BMq__threadItem{color:inherit;text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:16px;flex-direction:column;gap:.4rem;padding:1.1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ChatBox-module__2G0BMq__threadItem:hover{background:#ffffff12;transform:translateY(-1px)}.ChatBox-module__2G0BMq__threadItemActive{border-color:#ffffff26;box-shadow:0 4px 20px #00000026;background:#ffffff1a!important}.ChatBox-module__2G0BMq__threadItemUnread{background:#2563eb14;border-left:3px solid #3b82f6!important}.ChatBox-module__2G0BMq__threadItemUnread .ChatBox-module__2G0BMq__threadTitle{color:#3b82f6;font-weight:800}.ChatBox-module__2G0BMq__threadTopRow{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ChatBox-module__2G0BMq__threadTitle{letter-spacing:-.01em;color:#fff;font-size:.95rem;font-weight:700;transition:color .2s}.ChatBox-module__2G0BMq__threadMeta{color:#94a3b8;margin-top:.15rem;font-size:.8rem}.ChatBox-module__2G0BMq__threadPreview{color:#cbd5e1;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.ChatBox-module__2G0BMq__threadTimestamp{color:#64748b;text-align:right;margin-top:.25rem;font-size:.75rem}.ChatBox-module__2G0BMq__statusPill{color:#cbd5e1;white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;background:#ffffff1a;border-radius:999px;align-items:center;height:1.5rem;padding:0 .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.ChatBox-module__2G0BMq__threadItemActive .ChatBox-module__2G0BMq__statusPill{color:#fff;background:#2563eb}.ChatBox-module__2G0BMq__conversationPane{background:#f8fafc;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;height:100%;display:grid}.ChatBox-module__2G0BMq__conversationHeader{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex;box-shadow:0 2px 10px #00000005}.ChatBox-module__2G0BMq__conversationTitle{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.2rem;font-weight:800}.ChatBox-module__2G0BMq__conversationMeta{color:#64748b;margin:.25rem 0 0;font-size:.85rem;font-weight:500}.ChatBox-module__2G0BMq__conversationActions{align-items:center;gap:.75rem;display:flex}.ChatBox-module__2G0BMq__secondaryButton{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 2px 5px #00000005}.ChatBox-module__2G0BMq__secondaryButton:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.ChatBox-module__2G0BMq__messageStream{background-color:#f1f5f9;background-image:radial-gradient(at 0 0,#f3f4f680 0,#0000 50%),radial-gradient(at 50% 0,#dbeafe4d 0,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;gap:1rem;padding:1.75rem;display:flex;overflow-y:auto}.ChatBox-module__2G0BMq__messageStream::-webkit-scrollbar{width:6px}.ChatBox-module__2G0BMq__messageStream::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.ChatBox-module__2G0BMq__bubbleRow{width:100%;display:flex}.ChatBox-module__2G0BMq__bubbleRowMine{justify-content:flex-end}.ChatBox-module__2G0BMq__bubbleRowTheirs{justify-content:flex-start}.ChatBox-module__2G0BMq__bubble{border-radius:20px;flex-direction:column;gap:.35rem;max-width:75%;padding:1rem 1.25rem;display:flex;position:relative;box-shadow:0 4px 15px #0f172a08}.ChatBox-module__2G0BMq__bubbleMine{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#1d4ed8 100%);border-bottom-right-radius:4px;box-shadow:0 10px 25px #1d4ed826}.ChatBox-module__2G0BMq__bubbleTheirs{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.ChatBox-module__2G0BMq__bubbleSender{letter-spacing:.05em;text-transform:uppercase;opacity:.9;font-size:.7rem;font-weight:800}.ChatBox-module__2G0BMq__bubbleMine .ChatBox-module__2G0BMq__bubbleSender{color:#93c5fd}.ChatBox-module__2G0BMq__bubbleTheirs .ChatBox-module__2G0BMq__bubbleSender{color:#475569}.ChatBox-module__2G0BMq__bubbleContent{white-space:pre-wrap;font-size:.92rem;font-weight:500;line-height:1.5}.ChatBox-module__2G0BMq__bubbleTime{text-align:right;opacity:.8;margin-top:.15rem;font-size:.72rem}.ChatBox-module__2G0BMq__bubbleMine .ChatBox-module__2G0BMq__bubbleTime{color:#bfdbfe}.ChatBox-module__2G0BMq__bubbleTheirs .ChatBox-module__2G0BMq__bubbleTime{color:#94a3b8}.ChatBox-module__2G0BMq__composer{background:#fff;border-top:1px solid #e2e8f0;padding:1.25rem 1.75rem 1.5rem}.ChatBox-module__2G0BMq__composerInput{resize:none;color:#0f172a;width:100%;min-height:80px;font:inherit;background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;padding:1rem;font-size:.92rem;font-weight:500;line-height:1.45;transition:all .2s}.ChatBox-module__2G0BMq__composerInput:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.ChatBox-module__2G0BMq__composerFooter{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.ChatBox-module__2G0BMq__composerHint{color:#64748b;margin:0;font-size:.78rem;font-weight:500}.ChatBox-module__2G0BMq__sendButton{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.88rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #2563eb40}.ChatBox-module__2G0BMq__sendButton:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #1d4ed859}.ChatBox-module__2G0BMq__sendButton:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.ChatBox-module__2G0BMq__emptyState,.ChatBox-module__2G0BMq__errorState,.ChatBox-module__2G0BMq__emptyConversation{text-align:center;color:#94a3b8;background:#ffffff0d;border:1px dashed #ffffff1a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;font-size:.9rem;font-weight:500;line-height:1.5;display:flex}.ChatBox-module__2G0BMq__errorState{color:#fca5a5;background:#ef44440d;border-color:#ef444426}.ChatBox-module__2G0BMq__emptyConversation{color:#64748b;background:#fff;border:1px solid #e2e8f0;max-width:320px;margin:auto;box-shadow:0 4px 12px #00000005}@media (max-width:1024px){.ChatBox-module__2G0BMq__shell{grid-template-rows:300px minmax(0,1fr);grid-template-columns:1fr;min-height:80vh}.ChatBox-module__2G0BMq__sidebar{border-bottom:1px solid #e2e8f0;border-right:0}}@media (max-width:640px){.ChatBox-module__2G0BMq__sidebarHeader,.ChatBox-module__2G0BMq__conversationHeader,.ChatBox-module__2G0BMq__composer{padding-left:1.25rem;padding-right:1.25rem}.ChatBox-module__2G0BMq__threadList,.ChatBox-module__2G0BMq__messageStream{padding-left:1rem;padding-right:1rem}.ChatBox-module__2G0BMq__bubble{max-width:85%}.ChatBox-module__2G0BMq__composerFooter{flex-direction:column;align-items:stretch;gap:.5rem}.ChatBox-module__2G0BMq__composerHint{text-align:center}.ChatBox-module__2G0BMq__sendButton{width:100%}}
.Toast-module__SXJvLW__toast{z-index:9999;color:#132033;background:#fff;border:1px solid #13203314;border-radius:14px;align-items:center;gap:12px;min-width:280px;max-width:min(420px,100vw - 48px);padding:14px 16px;animation:.18s ease-out Toast-module__SXJvLW__slideIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 40px #0b162938}.Toast-module__SXJvLW__success{border-left:6px solid #2e7d32}.Toast-module__SXJvLW__error{border-left:6px solid #c62828}.Toast-module__SXJvLW__info{border-left:6px solid #1b4d89}.Toast-module__SXJvLW__icon{background:#f3f6fb;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-weight:700;display:inline-flex}.Toast-module__SXJvLW__message{flex:1;margin:0;font-size:.95rem;line-height:1.4}.Toast-module__SXJvLW__closeBtn{color:inherit;cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:1.2rem;line-height:1}@keyframes Toast-module__SXJvLW__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.Toast-module__SXJvLW__toast{min-width:0;max-width:none;bottom:16px;left:16px;right:16px}}
.admin-page-module__1NcTqW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.admin-page-module__1NcTqW__registryStat{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-page-module__1NcTqW__registryStat:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d}.admin-page-module__1NcTqW__registryStatIcon{color:#1b2a4a;background:#f8fafc;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.5rem;display:flex;box-shadow:inset 0 2px 4px #00000005}.admin-page-module__1NcTqW__registryStatInfo{flex-direction:column;min-width:0;display:flex}.admin-page-module__1NcTqW__registryStatLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:800}.admin-page-module__1NcTqW__registryStatValue{color:#1b2a4a;letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.admin-page-module__1NcTqW__content{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.admin-page-module__1NcTqW__searchSection{border-bottom:1px solid #f0f4f8;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.admin-page-module__1NcTqW__searchWrapper{flex:1;max-width:500px;position:relative}.admin-page-module__1NcTqW__searchIcon{color:#90a4ae;pointer-events:none;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-page-module__1NcTqW__searchInput{color:#1b2a4a;border:1.5px solid #e3f2fd;border-radius:8px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.95rem;transition:all .2s}.admin-page-module__1NcTqW__searchInput:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 3px #1976d21a}.admin-page-module__1NcTqW__addBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.admin-page-module__1NcTqW__addBtn:hover{background:#2c3e6b;transform:translateY(-1px)}.admin-page-module__1NcTqW__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.admin-page-module__1NcTqW__sortableHeader:hover{background:#f8faff!important}.admin-page-module__1NcTqW__headerContent{align-items:center;gap:.5rem;display:flex}.admin-page-module__1NcTqW__sortIcon{color:#cfd8dc;min-width:1rem;font-size:.8rem}.admin-page-module__1NcTqW__activeSort{color:#1976d2}.admin-page-module__1NcTqW__tabsContainer{white-space:nowrap;scrollbar-width:none;border-bottom:2px solid #e0e0e0;gap:1rem;margin-bottom:1.5rem;padding-bottom:2px;display:flex;overflow-x:auto}.admin-page-module__1NcTqW__tabsContainer::-webkit-scrollbar{display:none}.admin-page-module__1NcTqW__tab{color:#9e9e9e;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s;position:relative;top:2px}.admin-page-module__1NcTqW__tab:hover{color:#1b2a4a}.admin-page-module__1NcTqW__tab.admin-page-module__1NcTqW__active{color:#1b2a4a;border-bottom-color:#1b2a4a}.admin-page-module__1NcTqW__sectionTitle{color:#1b2a4a;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.admin-page-module__1NcTqW__tableWrapper{overflow-x:auto}.admin-page-module__1NcTqW__table{border-collapse:collapse;width:100%}.admin-page-module__1NcTqW__table thead{background:#f5f7fa;border-bottom:2px solid #e0e0e0}.admin-page-module__1NcTqW__table th{text-align:left;color:#1b2a4a;padding:1rem;font-size:.9rem;font-weight:600}.admin-page-module__1NcTqW__table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.admin-page-module__1NcTqW__table tbody tr:hover{background:#f9fafb}.admin-page-module__1NcTqW__table td{color:#1b2a4a;padding:1rem;font-size:.9rem}.admin-page-module__1NcTqW__badge{border-radius:20px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__active{color:#2e7d32;background:#e8f5e9}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__inactive{color:#616161;background:#f5f5f5}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__delinquent{color:#c62828;background:#ffebee}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__verified{color:#2e7d32;background:#e8f5e9}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__pending{color:#e65100;background:#fff3e0}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__approved{color:#2e7d32;background:#e8f5e9}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__failed,.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__rejected,.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__high{color:#c62828;background:#ffebee}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__normal{color:#e65100;background:#fff3e0}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__low{color:#2e7d32;background:#e8f5e9}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__unread{color:#1b2a4a;background:#1b2a4a0d;font-weight:700}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__read{color:#616161;background:#f5f5f5}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__generated{color:#2e7d32;background:#e8f5e9}.admin-page-module__1NcTqW__badge.admin-page-module__1NcTqW__scheduled{color:#1b2a4a;background:#1b2a4a0d}.admin-page-module__1NcTqW__actionBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s}.admin-page-module__1NcTqW__actionBtn:hover{background:#2c3e6b}.admin-page-module__1NcTqW__idBadge{color:#1b2a4a;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;background:#1b2a4a0d;border-radius:4px;max-width:120px;padding:.4rem .6rem;font-family:monospace;font-size:.75rem;font-weight:600;display:inline-block;overflow:hidden}.admin-page-module__1NcTqW__phaseBadge{color:#6a1b9a;white-space:nowrap;background:#f3e5f5;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.admin-page-module__1NcTqW__blockLot{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.admin-page-module__1NcTqW__blockLotText{color:#546e7a;white-space:nowrap;font-size:.85rem}.admin-page-module__1NcTqW__nameTd{color:#1b2a4a;font-weight:600}.admin-page-module__1NcTqW__balanceTd{color:#4caf50;font-weight:600}.admin-page-module__1NcTqW__balanceTd.admin-page-module__1NcTqW__debit{color:#f44336}.admin-page-module__1NcTqW__actionsTd{gap:.5rem;display:flex}.admin-page-module__1NcTqW__iconBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;font-size:1.1rem;transition:all .3s}.admin-page-module__1NcTqW__iconBtn:hover{background:#1b2a4a0d;transform:scale(1.1)}.admin-page-module__1NcTqW__paymentId{color:#1b2a4a;font-family:monospace;font-weight:600}.admin-page-module__1NcTqW__resident,.admin-page-module__1NcTqW__amount{color:#1b2a4a;font-weight:600}.admin-page-module__1NcTqW__datetime{font-size:.85rem}.admin-page-module__1NcTqW__time{color:#9e9e9e;margin-top:.25rem;font-size:.8rem}.admin-page-module__1NcTqW__paymentActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-page-module__1NcTqW__viewProofBtn{color:#1b2a4a;cursor:pointer;background:#1b2a4a0d;border:1px solid #1b2a4a;border-radius:4px;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:all .3s}.admin-page-module__1NcTqW__viewProofBtn:hover{color:#fff;background:#1b2a4a}.admin-page-module__1NcTqW__approveBtn{color:#2e7d32;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #2e7d32;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.admin-page-module__1NcTqW__approveBtn:hover{color:#fff;background:#2e7d32;box-shadow:0 4px 12px #2e7d3233}.admin-page-module__1NcTqW__rejectBtn{color:#d32f2f;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #d32f2f;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.admin-page-module__1NcTqW__rejectBtn:hover{color:#fff;background:#d32f2f;box-shadow:0 4px 12px #d32f2f33}.admin-page-module__1NcTqW__deleteBtn{color:#f44336;cursor:pointer;background:#fff;border:1px solid #ffcdd2;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1rem;transition:all .3s;display:flex}.admin-page-module__1NcTqW__deleteBtn:hover{color:#c62828;background:#ffcdd2}@media (max-width:1024px){.admin-page-module__1NcTqW__table th,.admin-page-module__1NcTqW__table td{padding:.75rem;font-size:.85rem}}@media (max-width:768px){.admin-page-module__1NcTqW__registryStatValue{font-size:1.75rem}.admin-page-module__1NcTqW__table th,.admin-page-module__1NcTqW__table td{padding:.6rem .5rem;font-size:.8rem}.admin-page-module__1NcTqW__idBadge{max-width:70px;padding:.25rem .4rem;font-size:.7rem}.admin-page-module__1NcTqW__actionsTd{gap:.25rem}.admin-page-module__1NcTqW__iconBtn{padding:.35rem}}@media (max-width:640px){.admin-page-module__1NcTqW__searchSection{flex-direction:column;align-items:stretch;gap:.75rem}.admin-page-module__1NcTqW__searchInput{width:100%!important;max-width:none!important}.admin-page-module__1NcTqW__addBtn{width:100%}.admin-page-module__1NcTqW__statsGrid{grid-template-columns:1fr;gap:.75rem}.admin-page-module__1NcTqW__registryStat{padding:1rem}.admin-page-module__1NcTqW__registryStatValue{font-size:1.5rem}.admin-page-module__1NcTqW__tabsContainer{gap:.5rem}.admin-page-module__1NcTqW__tab{padding:.5rem .75rem;font-size:.85rem}.admin-page-module__1NcTqW__table th{white-space:nowrap}}@media (max-width:480px){.admin-page-module__1NcTqW__content{padding:.75rem}.admin-page-module__1NcTqW__table td{padding:.5rem .4rem}}.admin-page-module__1NcTqW__thumbnailWrapper{cursor:pointer;border:1px solid #e0e0e0;border-radius:4px;width:50px;height:50px;transition:transform .2s;overflow:hidden}.admin-page-module__1NcTqW__thumbnailWrapper:hover{transform:scale(1.1)}.admin-page-module__1NcTqW__thumbnail{object-fit:cover;width:100%;height:100%}.admin-page-module__1NcTqW__proofActions{flex-direction:column;align-items:center;gap:.5rem;display:flex}.admin-page-module__1NcTqW__urlLink{color:#1976d2;background:#e3f2fd;border-radius:4px;padding:.2rem .4rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s}.admin-page-module__1NcTqW__urlLink:hover{color:#0d47a1;background:#bbdefb}.admin-page-module__1NcTqW__noProof{color:#9e9e9e;font-size:.75rem;font-style:italic}.admin-page-module__1NcTqW__notesTd{max-width:150px}.admin-page-module__1NcTqW__notesText{color:#546e7a;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.admin-page-module__1NcTqW__noNotes{color:#e0e0e0}
.LoadingScreen-module__qGPXpG__container{background-color:var(--background);z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.LoadingScreen-module__qGPXpG__fullScreen{position:fixed;inset:0}.LoadingScreen-module__qGPXpG__content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;animation:.5s ease-out LoadingScreen-module__qGPXpG__fadeIn;display:flex}.LoadingScreen-module__qGPXpG__logoWrapper{justify-content:center;align-items:center;display:flex;position:relative}.LoadingScreen-module__qGPXpG__logo{z-index:2;animation:2s ease-in-out infinite LoadingScreen-module__qGPXpG__pulse}.LoadingScreen-module__qGPXpG__spinner{border:3px solid #0000;border-top-color:var(--navy-blue);z-index:1;border-radius:50%;width:120px;height:120px;animation:1.5s linear infinite LoadingScreen-module__qGPXpG__spin;position:absolute}.LoadingScreen-module__qGPXpG__spinner:after{content:"";border:3px solid #0000;border-top-color:var(--navy-blue-light);border-radius:50%;animation:2s linear infinite reverse LoadingScreen-module__qGPXpG__spin;position:absolute;inset:5px}.LoadingScreen-module__qGPXpG__textWrapper{text-align:center;flex-direction:column;gap:.25rem;display:flex}.LoadingScreen-module__qGPXpG__title{color:var(--navy-blue);letter-spacing:.05em;margin:0;font-size:1.25rem;font-weight:700}.LoadingScreen-module__qGPXpG__message{color:var(--light-gray);margin:0;font-size:.875rem;animation:2s ease-in-out infinite LoadingScreen-module__qGPXpG__pulseOpacity}.LoadingScreen-module__qGPXpG__progressBar{background-color:var(--light-gray-bg);border-radius:2px;width:150px;height:4px;margin-top:.5rem;overflow:hidden}.LoadingScreen-module__qGPXpG__progressFill{background:linear-gradient(90deg, var(--navy-blue), var(--navy-blue-light));border-radius:2px;width:30%;height:100%;animation:1.5s ease-in-out infinite LoadingScreen-module__qGPXpG__progressMove}@keyframes LoadingScreen-module__qGPXpG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes LoadingScreen-module__qGPXpG__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes LoadingScreen-module__qGPXpG__pulseOpacity{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes LoadingScreen-module__qGPXpG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes LoadingScreen-module__qGPXpG__progressMove{0%{width:0%;transform:translate(0)}50%{width:70%}to{width:0%;transform:translate(150px)}}
.ReceiptModal-module__TUV1Ta__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.ReceiptModal-module__TUV1Ta__modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s cubic-bezier(.34,1.56,.64,1) ReceiptModal-module__TUV1Ta__modalPop;display:flex;box-shadow:0 25px 50px -12px #00000040}@keyframes ReceiptModal-module__TUV1Ta__modalPop{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ReceiptModal-module__TUV1Ta__modalHeader{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ReceiptModal-module__TUV1Ta__modalTitle{color:#1b2a4a;margin:0;font-size:1.25rem;font-weight:800}.ReceiptModal-module__TUV1Ta__closeBtn{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ReceiptModal-module__TUV1Ta__closeBtn:hover{color:#1b2a4a;background:#e2e8f0}.ReceiptModal-module__TUV1Ta__scrollArea{background:#f8fafc;flex:1;padding:24px;overflow-y:auto}.ReceiptModal-module__TUV1Ta__receiptContainer{background:#fff;border-radius:4px;flex-direction:column;min-height:600px;padding:40px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.ReceiptModal-module__TUV1Ta__receiptHeader{border-bottom:2px solid #1b2a4a;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:24px;display:flex}.ReceiptModal-module__TUV1Ta__brandInfo{align-items:center;gap:12px;display:flex}.ReceiptModal-module__TUV1Ta__brandIcon{font-size:32px}.ReceiptModal-module__TUV1Ta__brandName{color:#1b2a4a;margin:0;font-size:1.5rem;font-weight:900;line-height:1}.ReceiptModal-module__TUV1Ta__brandTagline{color:#64748b;margin:4px 0 0;font-size:.75rem;font-weight:600}.ReceiptModal-module__TUV1Ta__receiptMeta{text-align:right}.ReceiptModal-module__TUV1Ta__receiptId{color:#1b2a4a;font-family:monospace;font-size:.85rem;font-weight:700}.ReceiptModal-module__TUV1Ta__receiptDate{color:#64748b;margin-top:4px;font-size:.8rem}.ReceiptModal-module__TUV1Ta__watermark{opacity:.05;pointer-events:none;white-space:nowrap;font-size:5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.ReceiptModal-module__TUV1Ta__verified{color:#10b981}.ReceiptModal-module__TUV1Ta__pending{color:#f59e0b}.ReceiptModal-module__TUV1Ta__rejected{color:#ef4444}.ReceiptModal-module__TUV1Ta__receiptBody{flex:1}.ReceiptModal-module__TUV1Ta__detailsGrid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px;display:grid}.ReceiptModal-module__TUV1Ta__detailItem{flex-direction:column;gap:4px;display:flex}.ReceiptModal-module__TUV1Ta__detailLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:800}.ReceiptModal-module__TUV1Ta__detailValue{color:#1b2a4a;font-size:.95rem;font-weight:700}.ReceiptModal-module__TUV1Ta__amountSection{text-align:center;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:12px;margin-bottom:30px;padding:24px}.ReceiptModal-module__TUV1Ta__amountLabel{color:#64748b;margin-bottom:8px;font-size:.85rem;font-weight:700}.ReceiptModal-module__TUV1Ta__amountValue{color:#1b2a4a;letter-spacing:-.02em;font-size:2.5rem;font-weight:900}.ReceiptModal-module__TUV1Ta__notesSection{margin-bottom:30px}.ReceiptModal-module__TUV1Ta__notesText{color:#475569;background:#fff;border:1px solid #f1f5f9;border-radius:8px;margin-top:8px;padding:12px;font-size:.85rem}.ReceiptModal-module__TUV1Ta__proofSection{margin-top:20px}.ReceiptModal-module__TUV1Ta__proofImageWrapper{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;max-height:400px;margin-top:12px;display:flex;overflow:hidden}.ReceiptModal-module__TUV1Ta__proofImage{max-width:100%;height:auto;display:block}.ReceiptModal-module__TUV1Ta__noProof{color:#94a3b8;padding:40px;font-size:.9rem;font-style:italic}.ReceiptModal-module__TUV1Ta__receiptFooter{text-align:center;border-top:1px solid #f1f5f9;margin-top:40px;padding-top:20px}.ReceiptModal-module__TUV1Ta__receiptFooter p{color:#94a3b8;margin:4px 0;font-size:.75rem;font-weight:600}.ReceiptModal-module__TUV1Ta__modalFooter{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.ReceiptModal-module__TUV1Ta__primaryBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-weight:700;transition:all .2s;display:flex}.ReceiptModal-module__TUV1Ta__primaryBtn:hover:not(:disabled){background:#2c3e6b;transform:translateY(-1px)}.ReceiptModal-module__TUV1Ta__primaryBtn:disabled{opacity:.7;cursor:not-allowed}.ReceiptModal-module__TUV1Ta__secondaryBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:12px 24px;font-weight:700}.ReceiptModal-module__TUV1Ta__secondaryBtn:hover{color:#1b2a4a;background:#e2e8f0}@media (max-width:640px){.ReceiptModal-module__TUV1Ta__receiptContainer{padding:20px}.ReceiptModal-module__TUV1Ta__detailsGrid{grid-template-columns:1fr}.ReceiptModal-module__TUV1Ta__amountValue{font-size:2rem}}
.reports-module__KxBw8G__reportsContainer{flex-direction:column;gap:20px;display:flex}.reports-module__KxBw8G__controlsRow{align-items:center;gap:20px;margin-bottom:30px;display:flex}.reports-module__KxBw8G__selectGroup{flex:1;gap:15px;display:flex}.reports-module__KxBw8G__exportButtons{gap:10px;display:flex}.reports-module__KxBw8G__statsGrid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px;display:grid}.reports-module__KxBw8G__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:16px;display:flex;box-shadow:0 2px 4px #0000000d}.reports-module__KxBw8G__statHeader{align-items:flex-start;gap:8px;display:flex}.reports-module__KxBw8G__statIcon{flex-shrink:0;font-size:1.1rem;display:inline-block}.reports-module__KxBw8G__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:800;line-height:1.2}.reports-module__KxBw8G__statValue{color:#1b2a4a;letter-spacing:-.01em;text-align:left;font-size:1.5rem;font-weight:800}.reports-module__KxBw8G__reportContent{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:30px}.reports-module__KxBw8G__reportTitle{color:#1b2a4a;margin-top:0;margin-bottom:20px;font-size:1.25rem;font-weight:800}.reports-module__KxBw8G__select{cursor:pointer;color:#1b2a4a;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 15px;font-size:.95rem;font-weight:600;transition:all .2s}.reports-module__KxBw8G__select:focus{background-color:#fff;border-color:#1976d2;outline:none}.reports-module__KxBw8G__exportBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.reports-module__KxBw8G__exportBtn:hover{background:#2c3e6b;transform:translateY(-1px)}.reports-module__KxBw8G__sortableHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s;position:relative}.reports-module__KxBw8G__sortableHeader:hover{background:#f1f5f9!important}.reports-module__KxBw8G__sortIcon{opacity:.3;margin-left:8px;font-size:.8rem}.reports-module__KxBw8G__sortActive{opacity:1;color:#1976d2}.reports-module__KxBw8G__analyticsGrid{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:30px;display:grid}.reports-module__KxBw8G__analyticsCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;box-shadow:0 4px 6px -1px #0000000d}.reports-module__KxBw8G__analyticsTable{border-collapse:collapse;width:100%;font-size:.9rem}.reports-module__KxBw8G__analyticsTable th{text-align:left;color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:10px;font-size:.7rem;font-weight:700}.reports-module__KxBw8G__analyticsTable td{color:#1b2a4a;border-bottom:1px solid #f1f5f9;padding:12px 10px}.reports-module__KxBw8G__analyticsTable tr:last-child td{border-bottom:none}.reports-module__KxBw8G__statusIndicator{border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.reports-module__KxBw8G__analyticsTitle{color:#1b2a4a;align-items:center;gap:8px;margin:0 0 1.5rem;font-size:1rem;font-weight:800;display:flex}.reports-module__KxBw8G__methodList{flex-direction:column;gap:12px;display:flex}.reports-module__KxBw8G__methodItem{align-items:center;gap:12px;display:flex}.reports-module__KxBw8G__methodName{color:#64748b;width:100px;font-size:.85rem;font-weight:600}.reports-module__KxBw8G__methodBarContainer{background:#f1f5f9;border-radius:4px;flex:1;height:8px;overflow:hidden}.reports-module__KxBw8G__methodBar{background:#1b2a4a;border-radius:4px;height:100%}.reports-module__KxBw8G__methodValue{color:#1b2a4a;text-align:right;width:40px;font-size:.85rem;font-weight:700}.reports-module__KxBw8G__printOnly,.reports-module__KxBw8G__printAnalytics{display:none}@media (max-width:1024px){.reports-module__KxBw8G__controlsRow{flex-direction:column;align-items:stretch;gap:15px}}@media (max-width:768px){.reports-module__KxBw8G__selectGroup,.reports-module__KxBw8G__exportButtons{flex-direction:column;gap:10px}.reports-module__KxBw8G__reportContent{padding:15px}.reports-module__KxBw8G__analyticsGrid{grid-template-columns:1fr}}@media (max-width:640px){.reports-module__KxBw8G__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.reports-module__KxBw8G__statCard{padding:16px}.reports-module__KxBw8G__statLabel{font-size:.65rem}.reports-module__KxBw8G__statValue{font-size:1.25rem}.reports-module__KxBw8G__controlsRow{gap:10px;margin-bottom:20px}.reports-module__KxBw8G__select{padding:8px 12px;font-size:.85rem}.reports-module__KxBw8G__exportBtn{padding:10px 15px;font-size:.85rem}.reports-module__KxBw8G__analyticsCard{padding:16px}.reports-module__KxBw8G__analyticsTitle{font-size:.9rem}}@media (max-width:480px){.reports-module__KxBw8G__statsGrid{grid-template-columns:1fr}.reports-module__KxBw8G__selectGroup,.reports-module__KxBw8G__exportButtons{width:100%}.reports-module__KxBw8G__exportBtn{justify-content:center;width:100%}}@media print{.reports-module__KxBw8G__printOnly{display:block!important}.reports-module__KxBw8G__printAnalytics,.reports-module__KxBw8G__analyticsGrid{display:none!important}.reports-module__KxBw8G__analyticsCard{box-shadow:none!important;border:1px solid #e2e8f0!important;padding:15px!important}.reports-module__KxBw8G__analyticsTable th{-webkit-print-color-adjust:exact;background-color:#f1f5f9!important}.reports-module__KxBw8G__methodBar{-webkit-print-color-adjust:exact}.reports-module__KxBw8G__printHeader{border-bottom:2px solid #1b2a4a;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:12px;display:flex}.reports-module__KxBw8G__printLogo{flex-direction:column;gap:4px;display:flex}.reports-module__KxBw8G__printLogoBrand{align-items:center;gap:12px;margin-bottom:4px;display:flex}.reports-module__KxBw8G__printLogoImg{object-fit:contain;width:auto;height:40px}.reports-module__KxBw8G__printLogoText{color:#1b2a4a;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.reports-module__KxBw8G__printAddressInfo{color:#475569;font-size:.75rem;font-weight:500;line-height:1.3}.reports-module__KxBw8G__printTIN{color:#1b2a4a;font-weight:700}.reports-module__KxBw8G__printReportDetails{text-align:right}.reports-module__KxBw8G__printReportTitle{color:#333;margin:0;font-size:1rem;font-weight:700}.reports-module__KxBw8G__printDate{color:#666;font-size:.8rem}.reports-module__KxBw8G__printFooter{color:#64748b;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;width:100%;padding:15px 0;font-size:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0}.reports-module__KxBw8G__printFooterText{text-align:left;flex-direction:column;gap:2px;display:flex}.reports-module__KxBw8G__pageNumber:after{content:"Page " counter(page);color:#1b2a4a;font-weight:600}.reports-module__KxBw8G__reportContent{border:none!important;margin-top:15px!important;padding:0!important}.reports-module__KxBw8G__reportTitle{color:#1b2a4a;margin:0 0 12px;font-size:1rem;font-weight:700}.reports-module__KxBw8G__statsGrid{grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin-bottom:25px!important;display:grid!important}.reports-module__KxBw8G__statCard{break-inside:avoid;page-break-inside:avoid;border:1px solid #d1d5db!important;padding:14px!important;box-shadow:0 1px 2px #0000000d!important}.reports-module__KxBw8G__statHeader{-webkit-print-color-adjust:exact;print-color-adjust:exact;align-items:flex-start;gap:8px;display:flex}.reports-module__KxBw8G__statIcon{-webkit-print-color-adjust:exact;print-color-adjust:exact;flex-shrink:0;font-size:1.1rem;display:inline-block}.reports-module__KxBw8G__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:800;line-height:1.1}.reports-module__KxBw8G__statValue{text-align:left;-webkit-print-color-adjust:exact;print-color-adjust:exact;font-size:1.4rem;font-weight:800}.reports-module__KxBw8G__reportContent table{border-collapse:collapse!important;width:100%!important;font-size:.85rem!important}.reports-module__KxBw8G__reportContent th{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#1b2a4a!important;text-align:left!important;background-color:#f0f4f8!important;border-bottom:2px solid #cbd5e1!important;padding:10px!important;font-weight:700!important}.reports-module__KxBw8G__reportContent td{color:#1b2a4a!important;border-bottom:1px solid #e2e8f0!important;padding:8px 10px!important}.reports-module__KxBw8G__reportContent tr{break-inside:avoid;page-break-inside:avoid}.reports-module__KxBw8G__reportContent tr:last-child td{border-bottom:1px solid #cbd5e1!important}}
@keyframes Skeleton-module__TDDBCa__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.Skeleton-module__TDDBCa__skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/1000px 100%;animation:2s infinite Skeleton-module__TDDBCa__shimmer}.Skeleton-module__TDDBCa__skeleton.Skeleton-module__TDDBCa__text{display:inline-block}.Skeleton-module__TDDBCa__skeleton.Skeleton-module__TDDBCa__circle{border-radius:50%}.Skeleton-module__TDDBCa__skeleton.Skeleton-module__TDDBCa__rect{border-radius:4px}.Skeleton-module__TDDBCa__skeleton.Skeleton-module__TDDBCa__button{border-radius:6px;min-height:40px}.Skeleton-module__TDDBCa__textLine{margin-bottom:.75rem}.Skeleton-module__TDDBCa__textLine:last-child{margin-bottom:0}.Skeleton-module__TDDBCa__cardSkeleton{background:#fff;border-radius:8px;padding:1rem}.Skeleton-module__TDDBCa__cardSkeleton>div{margin-bottom:1rem}.Skeleton-module__TDDBCa__cardSkeleton>div:last-child{margin-bottom:0}
.ConfirmationModal-module__6NWYHq__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s ConfirmationModal-module__6NWYHq__fadeIn;display:flex;position:fixed;inset:0}.ConfirmationModal-module__6NWYHq__modal{background:#fff;border-radius:12px;width:90%;max-width:500px;animation:.3s ConfirmationModal-module__6NWYHq__slideUp;overflow:hidden;box-shadow:0 20px 60px #0000004d}.ConfirmationModal-module__6NWYHq__header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ConfirmationModal-module__6NWYHq__title{color:#1b2a4a;margin:0;font-size:1.25rem;font-weight:700}.ConfirmationModal-module__6NWYHq__closeBtn{color:#9e9e9e;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;font-size:2rem;transition:all .2s;display:flex}.ConfirmationModal-module__6NWYHq__closeBtn:hover{color:#1b2a4a;background:#f5f5f5}.ConfirmationModal-module__6NWYHq__content{padding:2rem 1.5rem}.ConfirmationModal-module__6NWYHq__message{color:#9e9e9e;margin:0;font-size:1rem;line-height:1.6}.ConfirmationModal-module__6NWYHq__footer{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.ConfirmationModal-module__6NWYHq__cancelBtn{color:#9e9e9e;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.ConfirmationModal-module__6NWYHq__cancelBtn:hover{color:#1b2a4a;background:#1b2a4a0d;border-color:#1b2a4a}.ConfirmationModal-module__6NWYHq__confirmBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.ConfirmationModal-module__6NWYHq__confirmBtn:hover{background:#2c3e6b;transform:translateY(-2px);box-shadow:0 4px 12px #1b2a4a4d}.ConfirmationModal-module__6NWYHq__confirmBtn.ConfirmationModal-module__6NWYHq__dangerous{background:#d32f2f}.ConfirmationModal-module__6NWYHq__confirmBtn.ConfirmationModal-module__6NWYHq__dangerous:hover{background:#c62828;box-shadow:0 4px 12px #d32f2f4d}@keyframes ConfirmationModal-module__6NWYHq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmationModal-module__6NWYHq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.ConfirmationModal-module__6NWYHq__modal{border-radius:20px;width:calc(100% - 32px);margin:16px}.ConfirmationModal-module__6NWYHq__header{padding:1.5rem 1.25rem}.ConfirmationModal-module__6NWYHq__title{max-width:80%;font-size:1.15rem}.ConfirmationModal-module__6NWYHq__closeBtn{width:2rem;height:2rem;font-size:1.5rem}.ConfirmationModal-module__6NWYHq__content{padding:2rem 1.25rem}.ConfirmationModal-module__6NWYHq__footer{flex-direction:column-reverse;gap:.75rem;padding:1.25rem}.ConfirmationModal-module__6NWYHq__cancelBtn,.ConfirmationModal-module__6NWYHq__confirmBtn{width:100%;padding:.85rem;font-size:.95rem}.ConfirmationModal-module__6NWYHq__message{text-align:center;font-size:.95rem}}.ConfirmationModal-module__6NWYHq__modalInput{resize:vertical;border:2px solid #e0e0e0;border-radius:8px;outline:none;width:100%;margin-top:1.25rem;padding:1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.ConfirmationModal-module__6NWYHq__modalInput:focus{border-color:#1b2a4a;box-shadow:0 0 0 4px #1b2a4a1a}.ConfirmationModal-module__6NWYHq__confirmBtn:disabled{cursor:not-allowed;box-shadow:none!important;background:#ccc!important;transform:none!important}.ConfirmationModal-module__6NWYHq__imageContainer{border-top:1px solid #f0f0f0;margin-top:1.5rem;padding-top:1.5rem}.ConfirmationModal-module__6NWYHq__imageLabel{color:#1b2a4a;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.ConfirmationModal-module__6NWYHq__modalImage{object-fit:contain;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;width:100%;max-height:300px}
.ResidentDetailModal-module__8EK3Ea__backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ResidentDetailModal-module__8EK3Ea__modal{z-index:101;background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;animation:.3s ease-out ResidentDetailModal-module__8EK3Ea__slideIn;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes ResidentDetailModal-module__8EK3Ea__slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.ResidentDetailModal-module__8EK3Ea__modalContent{flex-direction:column;height:100%;display:flex}.ResidentDetailModal-module__8EK3Ea__modalHeader{background:#f9f9f9;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ResidentDetailModal-module__8EK3Ea__modalTitle{color:#1b2a4a;margin:0;font-size:1.25rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.ResidentDetailModal-module__8EK3Ea__closeBtn:hover{color:#1b2a4a;background:#0000001a}.ResidentDetailModal-module__8EK3Ea__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.ResidentDetailModal-module__8EK3Ea__loading,.ResidentDetailModal-module__8EK3Ea__error{text-align:center;border-radius:6px;padding:1rem;font-weight:500}.ResidentDetailModal-module__8EK3Ea__loading{color:#1976d2;background:#e3f2fd}.ResidentDetailModal-module__8EK3Ea__error{color:#d32f2f;background:#ffebee}.ResidentDetailModal-module__8EK3Ea__skeletonContainer{flex-direction:column;gap:1.5rem;display:flex}.ResidentDetailModal-module__8EK3Ea__skeletonBalance{border-radius:8px}.ResidentDetailModal-module__8EK3Ea__skeletonProfile{border-bottom:1px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:1.5rem;display:grid}.ResidentDetailModal-module__8EK3Ea__balanceCard{color:#fff;background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}.ResidentDetailModal-module__8EK3Ea__balanceLabel{opacity:.9;margin-bottom:.25rem;font-size:.875rem}.ResidentDetailModal-module__8EK3Ea__balanceValue{letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.ResidentDetailModal-module__8EK3Ea__badgesContainer{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.ResidentDetailModal-module__8EK3Ea__badge{text-transform:uppercase;letter-spacing:.02em;color:#fff;background:#fff3;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__active{background:#4caf504d}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__inactive{background:#9e9e9e4d}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__delinquent{background:#f443364d}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__pending{background:#e651004d}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__approved{background:#4caf504d}.ResidentDetailModal-module__8EK3Ea__badge.ResidentDetailModal-module__8EK3Ea__rejected{background:#f443364d}.ResidentDetailModal-module__8EK3Ea__profileSection{border-bottom:1px solid #e0e0e0;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.ResidentDetailModal-module__8EK3Ea__avatarContainer{text-align:center;flex-direction:column;align-items:center;display:flex}.ResidentDetailModal-module__8EK3Ea__avatar{color:#fff;background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.75rem;font-size:2rem;font-weight:700;display:flex}.ResidentDetailModal-module__8EK3Ea__residentName{color:#1b2a4a;margin:0 0 .25rem;font-size:1rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__residentId{color:#666;font-size:.875rem}.ResidentDetailModal-module__8EK3Ea__datesInfo{flex-direction:column;gap:1rem;display:flex}.ResidentDetailModal-module__8EK3Ea__dateItem{flex-direction:column;display:flex}.ResidentDetailModal-module__8EK3Ea__dateLabel{color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__dateValue{color:#1b2a4a;font-size:.95rem;font-weight:500}.ResidentDetailModal-module__8EK3Ea__infoSection{margin-bottom:1.5rem}.ResidentDetailModal-module__8EK3Ea__sectionTitle{color:#1b2a4a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.95rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__contactGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.ResidentDetailModal-module__8EK3Ea__addressGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ResidentDetailModal-module__8EK3Ea__infoItem{flex-direction:column;display:flex}.ResidentDetailModal-module__8EK3Ea__infoLabel{color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600}.ResidentDetailModal-module__8EK3Ea__infoValue{color:#1b2a4a;font-size:.95rem;font-weight:500}.ResidentDetailModal-module__8EK3Ea__modalFooter{background:#f9f9f9;border-top:1px solid #e0e0e0;border-radius:0 0 12px 12px;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.ResidentDetailModal-module__8EK3Ea__primaryBtn,.ResidentDetailModal-module__8EK3Ea__secondaryBtn{cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.ResidentDetailModal-module__8EK3Ea__primaryBtn{color:#fff;background:#1b2a4a}.ResidentDetailModal-module__8EK3Ea__primaryBtn:hover{background:#2c3e6b;transform:translateY(-2px);box-shadow:0 4px 12px #1b2a4a4d}.ResidentDetailModal-module__8EK3Ea__secondaryBtn{color:#1b2a4a;background:#e0e0e0}.ResidentDetailModal-module__8EK3Ea__secondaryBtn:hover{background:#d0d0d0}
.ResidentEditModal-module__ihYfPq__backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ResidentEditModal-module__ihYfPq__modal{z-index:101;background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:700px;max-height:85vh;animation:.3s ease-out ResidentEditModal-module__ihYfPq__slideIn;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes ResidentEditModal-module__ihYfPq__slideIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.ResidentEditModal-module__ihYfPq__modalContent{flex-direction:column;height:100%;display:flex}.ResidentEditModal-module__ihYfPq__modalHeader{background:#f9f9f9;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ResidentEditModal-module__ihYfPq__modalTitle{color:#1b2a4a;margin:0;font-size:1.25rem;font-weight:600}.ResidentEditModal-module__ihYfPq__closeBtn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.ResidentEditModal-module__ihYfPq__closeBtn:hover:not(:disabled){color:#1b2a4a;background:#0000001a}.ResidentEditModal-module__ihYfPq__closeBtn:disabled{opacity:.6;cursor:not-allowed}.ResidentEditModal-module__ihYfPq__modalBody{flex:1;padding:1.5rem;overflow-y:auto}.ResidentEditModal-module__ihYfPq__loading,.ResidentEditModal-module__ihYfPq__error{text-align:center;border-radius:6px;padding:1rem;font-weight:500}.ResidentEditModal-module__ihYfPq__loading{color:#1976d2;background:#e3f2fd}.ResidentEditModal-module__ihYfPq__error{color:#d32f2f;background:#ffebee;margin-bottom:1rem}.ResidentEditModal-module__ihYfPq__skeletonContainer{flex-direction:column;gap:1.5rem;display:flex}.ResidentEditModal-module__ihYfPq__skeletonSection{border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem}.ResidentEditModal-module__ihYfPq__skeletonSection:last-child{border-bottom:none}.ResidentEditModal-module__ihYfPq__form{flex-direction:column;gap:1.5rem;display:flex}.ResidentEditModal-module__ihYfPq__formSection{border-bottom:1px solid #e0e0e0;flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.ResidentEditModal-module__ihYfPq__formSection:last-of-type{border-bottom:none}.ResidentEditModal-module__ihYfPq__sectionTitle{color:#1b2a4a;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.95rem;font-weight:600}.ResidentEditModal-module__ihYfPq__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ResidentEditModal-module__ihYfPq__gridThreeCols{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ResidentEditModal-module__ihYfPq__field{flex-direction:column;gap:.5rem;display:flex}.ResidentEditModal-module__ihYfPq__label{color:#1b2a4a;font-size:.875rem;font-weight:600}.ResidentEditModal-module__ihYfPq__input,.ResidentEditModal-module__ihYfPq__select{color:#1b2a4a;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.ResidentEditModal-module__ihYfPq__input::placeholder{color:#999}.ResidentEditModal-module__ihYfPq__input:focus,.ResidentEditModal-module__ihYfPq__select:focus{border-color:#1b2a4a;outline:none;box-shadow:0 0 0 3px #1b2a4a1a}.ResidentEditModal-module__ihYfPq__input:disabled,.ResidentEditModal-module__ihYfPq__select:disabled{color:#999;cursor:not-allowed;background:#f5f5f5}.ResidentEditModal-module__ihYfPq__modalFooter{background:#f9f9f9;border-top:1px solid #e0e0e0;border-radius:0 0 12px 12px;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.ResidentEditModal-module__ihYfPq__primaryBtn,.ResidentEditModal-module__ihYfPq__secondaryBtn{cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.ResidentEditModal-module__ihYfPq__primaryBtn{color:#fff;background:#1b2a4a}.ResidentEditModal-module__ihYfPq__primaryBtn:hover:not(:disabled){background:#2c3e6b;transform:translateY(-2px);box-shadow:0 4px 12px #1b2a4a4d}.ResidentEditModal-module__ihYfPq__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.ResidentEditModal-module__ihYfPq__secondaryBtn{color:#1b2a4a;background:#e0e0e0}.ResidentEditModal-module__ihYfPq__secondaryBtn:hover:not(:disabled){background:#d0d0d0}.ResidentEditModal-module__ihYfPq__secondaryBtn:disabled{opacity:.6;cursor:not-allowed}
.admin-dashboard-module__OjmM2q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.admin-dashboard-module__OjmM2q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}}.admin-dashboard-module__OjmM2q__statCard{background:#fff;border-top:4px solid #1b2a4a;border-radius:10px;padding:1.75rem;transition:all .3s;box-shadow:0 2px 8px #00000014}.admin-dashboard-module__OjmM2q__statCard:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001f}.admin-dashboard-module__OjmM2q__statHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-dashboard-module__OjmM2q__statIcon{font-size:1.75rem}.admin-dashboard-module__OjmM2q__statTitle{color:#1b2a4a;font-size:.85rem;font-weight:600}.admin-dashboard-module__OjmM2q__statValue{color:#1b2a4a;margin-bottom:.75rem;font-size:2rem;font-weight:700}.admin-dashboard-module__OjmM2q__statChange{border-radius:6px;padding:.5rem .75rem;font-size:.9rem;display:inline-block}.admin-dashboard-module__OjmM2q__statChange.admin-dashboard-module__OjmM2q__positive{color:#2e7d32;background:#e8f5e9}.admin-dashboard-module__OjmM2q__statChange.admin-dashboard-module__OjmM2q__negative{color:#c62828;background:#ffebee}.admin-dashboard-module__OjmM2q__statChange.admin-dashboard-module__OjmM2q__neutral{color:#e65100;background:#fff3e0}.admin-dashboard-module__OjmM2q__chartsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.admin-dashboard-module__OjmM2q__chartCard{background:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 12px #0000000d}@media (max-width:768px){.admin-dashboard-module__OjmM2q__statsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.admin-dashboard-module__OjmM2q__chartCard{padding:1rem}.admin-dashboard-module__OjmM2q__statValue{font-size:1.5rem}}@media (max-width:640px){.admin-dashboard-module__OjmM2q__statsGrid{grid-template-columns:1fr;gap:.75rem}.admin-dashboard-module__OjmM2q__chartsGrid{grid-template-columns:1fr;gap:1rem}.admin-dashboard-module__OjmM2q__statCard{padding:1.25rem}.admin-dashboard-module__OjmM2q__statTitle{font-size:.8rem}.admin-dashboard-module__OjmM2q__statValue{font-size:1.25rem}}.admin-dashboard-module__OjmM2q__chartTitle{color:#1b2a4a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}
.qr-scanner-module__uwR6rq__contentWrapper{grid-template-columns:1fr 350px;gap:2rem;display:grid}@media (max-width:1200px){.qr-scanner-module__uwR6rq__contentWrapper{grid-template-columns:1fr}}.qr-scanner-module__uwR6rq__scannerSection{background:#fff;border:1px solid #e3f2fd;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0d47a10f}.qr-scanner-module__uwR6rq__scanPrompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.qr-scanner-module__uwR6rq__promptIcon{font-size:4rem}.qr-scanner-module__uwR6rq__promptTitle{color:#0d47a1;margin:0;font-size:1.5rem;font-weight:600}.qr-scanner-module__uwR6rq__promptText{color:#546e7a;margin:0;font-size:1rem}.qr-scanner-module__uwR6rq__scanBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.qr-scanner-module__uwR6rq__scanBtn:hover:not(:disabled){background:#2c3e6b;transform:translateY(-2px);box-shadow:0 5px 15px #1b2a4a4d}.qr-scanner-module__uwR6rq__scanBtn:disabled{opacity:.6;cursor:not-allowed}.qr-scanner-module__uwR6rq__errorText{color:#c62828;margin:1rem 0 0;font-size:.9rem}.qr-scanner-module__uwR6rq__scannerContainer{background:#000;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}.qr-scanner-module__uwR6rq__scannerHeader{color:#fff;background:#1b2a4a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.qr-scanner-module__uwR6rq__scannerTitle{margin:0;font-size:1rem;font-weight:600}.qr-scanner-module__uwR6rq__closeScanner{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.25rem;transition:opacity .2s}.qr-scanner-module__uwR6rq__closeScanner:hover{opacity:1}.qr-scanner-module__uwR6rq__scannerFrame{aspect-ratio:1;background:#000;width:100%;max-width:500px;margin:0 auto;position:relative}.qr-scanner-module__uwR6rq__qrReader{width:100%!important;height:100%!important}.qr-scanner-module__uwR6rq__qrReader video{object-fit:cover!important;width:100%!important;height:100%!important}.qr-scanner-module__uwR6rq__scanOverlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.qr-scanner-module__uwR6rq__scannerLaser{z-index:10;background:#ef5350;height:2px;animation:2s ease-in-out infinite qr-scanner-module__uwR6rq__laserMove;position:absolute;top:20%;left:10%;right:10%;box-shadow:0 0 10px #ef5350}@keyframes qr-scanner-module__uwR6rq__laserMove{0%{opacity:0;top:20%}10%{opacity:1}90%{opacity:1}to{opacity:0;top:80%}}.qr-scanner-module__uwR6rq__scannerCorner{z-index:10;border:4px solid #1976d2;width:40px;height:40px;position:absolute}.qr-scanner-module__uwR6rq__topLeft{border-bottom:none;border-right:none;border-top-left-radius:8px;top:15%;left:15%}.qr-scanner-module__uwR6rq__topRight{border-bottom:none;border-left:none;border-top-right-radius:8px;top:15%;right:15%}.qr-scanner-module__uwR6rq__bottomLeft{border-top:none;border-right:none;border-bottom-left-radius:8px;bottom:15%;left:15%}.qr-scanner-module__uwR6rq__bottomRight{border-top:none;border-left:none;border-bottom-right-radius:8px;bottom:15%;right:15%}.qr-scanner-module__uwR6rq__cameraLoading{color:#fff;z-index:20;background:#1b2a4a;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.qr-scanner-module__uwR6rq__spinner{border:4px solid #ffffff1a;border-top-color:#1976d2;border-radius:50%;width:40px;height:40px;animation:1s linear infinite qr-scanner-module__uwR6rq__spin}@keyframes qr-scanner-module__uwR6rq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.qr-scanner-module__uwR6rq__scannerFooter{background:#f8faff;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.qr-scanner-module__uwR6rq__scannerHint{color:#546e7a;margin:0;font-size:.9rem}.qr-scanner-module__uwR6rq__cancelBtn{color:#455a64;cursor:pointer;background:#cfd8dc;border:none;border-radius:6px;padding:.6rem 1.5rem;font-weight:600;transition:all .2s}.qr-scanner-module__uwR6rq__cancelBtn:hover{background:#b0bec5}.qr-scanner-module__uwR6rq__scanErrorBox{color:#c62828;background:#ffebee;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:600;display:flex}.qr-scanner-module__uwR6rq__scanErrorBox button{color:#c62828;cursor:pointer;background:0 0;border:none;font-size:1.1rem}.qr-scanner-module__uwR6rq__resultSection{flex-direction:column;gap:1.5rem;display:flex}.qr-scanner-module__uwR6rq__successMessage{color:#2e7d32;text-align:center;background:#e8f5e9;border:2px solid #2e7d32;border-radius:8px;padding:1rem;font-weight:600}.qr-scanner-module__uwR6rq__residentCard{background:#fff;border:1px solid #e3f2fd;border-radius:16px;animation:.4s ease-out qr-scanner-module__uwR6rq__slideUp;overflow:hidden;box-shadow:0 10px 25px #0d47a114}@keyframes qr-scanner-module__uwR6rq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.qr-scanner-module__uwR6rq__cardHeader{background:#f8faff;border-bottom:1px solid #e3f2fd;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.qr-scanner-module__uwR6rq__nameSection{flex-direction:column;gap:.25rem;display:flex}.qr-scanner-module__uwR6rq__idLabel{color:#90a4ae;letter-spacing:.05em;font-size:.7rem;font-weight:700}.qr-scanner-module__uwR6rq__residentName{color:#1b2a4a;margin:0;font-size:1.5rem;font-weight:700}.qr-scanner-module__uwR6rq__statusBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.4rem 1.25rem;font-size:.75rem;font-weight:800}.qr-scanner-module__uwR6rq__cardBody{grid-template-columns:1fr 300px;gap:0;display:grid}.qr-scanner-module__uwR6rq__mainInfo{flex-direction:column;gap:2rem;padding:2rem;display:flex}.qr-scanner-module__uwR6rq__infoSection{flex-direction:column;gap:1.25rem;display:flex}.qr-scanner-module__uwR6rq__subTitle{color:#1b2a4a;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin:0;font-size:.9rem;font-weight:700;display:flex}.qr-scanner-module__uwR6rq__subTitle:after{content:"";background:#e3f2fd;flex:1;height:1px}.qr-scanner-module__uwR6rq__gridRow{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.qr-scanner-module__uwR6rq__dataGroup{flex-direction:column;gap:.4rem;display:flex}.qr-scanner-module__uwR6rq__label{color:#90a4ae;text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:600}.qr-scanner-module__uwR6rq__value{color:#455a64;font-size:1rem;font-weight:600}.qr-scanner-module__uwR6rq__fullAddress{background:#f1f8ff;border-left:3px solid #1976d2;border-radius:8px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.qr-scanner-module__uwR6rq__balanceSidebar{background:#fcfdfe;border-left:1px solid #e3f2fd;align-items:center;padding:2rem;display:flex}.qr-scanner-module__uwR6rq__balanceCard{background:#fff;border:1px solid #e3f2fd;border-radius:12px;flex-direction:column;gap:.75rem;width:100%;padding:1.5rem;display:flex;box-shadow:0 4px 12px #00000008}.qr-scanner-module__uwR6rq__balanceLabel{color:#90a4ae;text-align:center;font-size:.75rem;font-weight:700}.qr-scanner-module__uwR6rq__balanceValue{text-align:center;font-size:2.25rem;font-weight:800}.qr-scanner-module__uwR6rq__balanceFooter{color:#b0bec5;text-align:center;margin-top:.5rem;font-size:.7rem}.qr-scanner-module__uwR6rq__cardActions{background:#f8faff;border-top:1px solid #e3f2fd;align-items:center;gap:1.25rem;padding:1.5rem 2rem;display:flex}.qr-scanner-module__uwR6rq__primaryAction{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:8px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #1976d233}.qr-scanner-module__uwR6rq__primaryAction:hover{background:#1565c0;transform:translateY(-2px);box-shadow:0 6px 15px #1976d24d}.qr-scanner-module__uwR6rq__secondaryAction{color:#fff;background:#1b2a4a;border-radius:8px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.qr-scanner-module__uwR6rq__secondaryAction:hover{background:#2c3e6b;transform:translateY(-2px)}.qr-scanner-module__uwR6rq__textAction{color:#1976d2;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-left:auto;padding:.8rem 1rem;font-size:.9rem;font-weight:700}.qr-scanner-module__uwR6rq__textAction:hover{background:#e3f2fd}.qr-scanner-module__uwR6rq__infoSidebar{flex-direction:column;gap:1.5rem;display:flex}.qr-scanner-module__uwR6rq__infoCard{background:#fff;border:1px solid #e3f2fd;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0d47a10f}.qr-scanner-module__uwR6rq__infoCardTitle{color:#0d47a1;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.qr-scanner-module__uwR6rq__instructionsList{counter-reset:item;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.qr-scanner-module__uwR6rq__instructionsList li{color:#546e7a;align-items:center;min-height:24px;padding-left:2.5rem;font-size:.9rem;display:flex;position:relative}.qr-scanner-module__uwR6rq__instructionsList li:before{content:counter(item);counter-increment:item;color:#0d47a1;background:#e3f2fd;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex;position:absolute;left:0}.qr-scanner-module__uwR6rq__testText{color:#546e7a;margin:0 0 .75rem;font-size:.85rem;font-weight:500}.qr-scanner-module__uwR6rq__testList{flex-direction:column;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.qr-scanner-module__uwR6rq__testList li{color:#1976d2;padding-left:1.5rem;font-size:.85rem;position:relative}.qr-scanner-module__uwR6rq__testList li:before{content:"▸";color:#1976d2;position:absolute;left:0}.qr-scanner-module__uwR6rq__testNote{color:#546e7a;margin:0;font-size:.8rem;font-style:italic}.qr-scanner-module__uwR6rq__featureList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.qr-scanner-module__uwR6rq__featureList li{color:#2e7d32;align-items:center;gap:.5rem;font-size:.9rem;display:flex}@media (max-width:1024px){.qr-scanner-module__uwR6rq__contentWrapper{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.qr-scanner-module__uwR6rq__scannerSection{padding:.75rem}.qr-scanner-module__uwR6rq__scanPrompt{padding:2rem 1rem}.qr-scanner-module__uwR6rq__promptTitle{font-size:1.25rem}.qr-scanner-module__uwR6rq__residentCard{border-radius:12px}.qr-scanner-module__uwR6rq__cardHeader{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.qr-scanner-module__uwR6rq__idLabel{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.65rem;overflow:hidden}.qr-scanner-module__uwR6rq__residentName{font-size:1.15rem;line-height:1.3}.qr-scanner-module__uwR6rq__cardBody{grid-template-columns:1fr}.qr-scanner-module__uwR6rq__mainInfo{gap:1.25rem;padding:1rem}.qr-scanner-module__uwR6rq__gridRow{grid-template-columns:1fr;gap:1rem}.qr-scanner-module__uwR6rq__balanceSidebar{background:#fcfdfe;border-top:1px solid #e3f2fd;border-left:none;padding:1.25rem 1rem}.qr-scanner-module__uwR6rq__balanceValue{font-size:1.5rem}.qr-scanner-module__uwR6rq__cardActions{flex-direction:column;align-items:stretch;gap:.6rem;padding:1rem}.qr-scanner-module__uwR6rq__primaryAction,.qr-scanner-module__uwR6rq__secondaryAction,.qr-scanner-module__uwR6rq__textAction{text-align:center;justify-content:center;width:100%;margin:0;padding:.75rem 1rem;font-size:.85rem}.qr-scanner-module__uwR6rq__fullAddress{padding:.75rem}.qr-scanner-module__uwR6rq__value{word-break:break-word;font-size:.85rem}.qr-scanner-module__uwR6rq__infoSidebar{margin-top:1rem}}
.resident-detail-module__k_Ik_G__container{max-width:900px;margin:0 auto;padding:2rem}.resident-detail-module__k_Ik_G__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.resident-detail-module__k_Ik_G__title{color:#1b2a4a;margin:0;font-size:1.75rem;font-weight:700}.resident-detail-module__k_Ik_G__backBtn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem 1rem;transition:all .2s}.resident-detail-module__k_Ik_G__backBtn:hover{color:#333;background:#eee}.resident-detail-module__k_Ik_G__card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000d}.resident-detail-module__k_Ik_G__infoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.resident-detail-module__k_Ik_G__infoItem{flex-direction:column;gap:.5rem;display:flex}.resident-detail-module__k_Ik_G__label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.resident-detail-module__k_Ik_G__value{color:#1b2a4a;font-size:1.1rem;font-weight:500}.resident-detail-module__k_Ik_G__statusBadge{border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.resident-detail-module__k_Ik_G__statusActive{color:#2e7d32;background:#e8f5e9}.resident-detail-module__k_Ik_G__statusDelinquent{color:#c62828;background:#ffebee}.resident-detail-module__k_Ik_G__statusInactive{color:#757575;background:#f5f5f5}.resident-detail-module__k_Ik_G__balanceValue{color:#1b2a4a;font-size:1.5rem;font-weight:700}.resident-detail-module__k_Ik_G__actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.resident-detail-module__k_Ik_G__editBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.resident-detail-module__k_Ik_G__editBtn:hover{background:#2c3e6b;transform:translateY(-2px);box-shadow:0 4px 12px #1b2a4a33}@media (max-width:768px){.resident-detail-module__k_Ik_G__title{font-size:1.5rem}.resident-detail-module__k_Ik_G__card{padding:1.5rem}.resident-detail-module__k_Ik_G__infoGrid{grid-template-columns:1fr;gap:1.25rem}.resident-detail-module__k_Ik_G__value{font-size:1rem}.resident-detail-module__k_Ik_G__balanceValue{font-size:1.25rem}}@media (max-width:600px){.resident-detail-module__k_Ik_G__header{flex-direction:column;align-items:flex-start;gap:1rem}.resident-detail-module__k_Ik_G__container{padding:1rem}.resident-detail-module__k_Ik_G__actions{flex-direction:column;width:100%}.resident-detail-module__k_Ik_G__editBtn{width:100%}}
.account-module__XSPU9a__container{background:radial-gradient(circle at 100% 0,#1b2a4a12,#0000 26%),radial-gradient(circle at 0 100%,#1b2a4a0d,#0000 22%),linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);min-height:100vh;position:relative}.account-module__XSPU9a__container:before{content:"";pointer-events:none;opacity:.45;background-image:linear-gradient(#1b2a4a06 1px,#0000 1px),linear-gradient(90deg,#1b2a4a06 1px,#0000 1px);background-size:44px 44px;position:absolute;inset:0}.account-module__XSPU9a__header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #1b2a4a1a;position:sticky;top:0;box-shadow:0 6px 24px #1b2a4a0f}.account-module__XSPU9a__headerContent{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex}.account-module__XSPU9a__headerLeft{align-items:center;gap:1.25rem;display:flex}.account-module__XSPU9a__headerBrand{align-items:center;gap:1rem;display:flex}.account-module__XSPU9a__headerIcon{border-radius:14px}.account-module__XSPU9a__headerTitle{color:#1b2a4a;margin:0;font-size:1.45rem;font-weight:700}.account-module__XSPU9a__headerSubtitle{color:#4a5568;margin:.2rem 0 0;font-size:.82rem}.account-module__XSPU9a__backBtn{color:#1b2a4a;background:#ffffffd1;border:1px solid #1b2a4a2e;border-radius:999px;padding:.55rem 1rem;font-weight:600;text-decoration:none;transition:transform .2s,border-color .2s,background .2s}.account-module__XSPU9a__backBtn:hover{background:#fff;border-color:#1b2a4a;transform:translateY(-1px)}.account-module__XSPU9a__logoutBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:1px solid #1b2a4a2e;border-radius:999px;padding:.55rem 1rem;font-weight:600;transition:transform .2s,background .2s}.account-module__XSPU9a__logoutBtn:hover{background:#2c3e6b;transform:translateY(-1px)}.account-module__XSPU9a__main{z-index:1;max-width:1400px;margin:0 auto;padding:2rem;position:relative}.account-module__XSPU9a__hero{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);align-items:stretch;gap:1.25rem;margin-bottom:1.5rem;display:grid}.account-module__XSPU9a__kicker{text-transform:uppercase;letter-spacing:.16em;color:#4a5568;margin:0 0 .4rem;font-size:.76rem;font-weight:700}.account-module__XSPU9a__heroTitle{color:#1b2a4a;margin:0;font-size:clamp(1.9rem,4vw,3rem);line-height:1.05}.account-module__XSPU9a__heroCopy{color:#4f5d78;max-width:60ch;margin:.85rem 0 0;line-height:1.7}.account-module__XSPU9a__heroCard{color:#fff;background:linear-gradient(#1b2a4afa,#2c3e6bfa);border-radius:22px;flex-direction:column;justify-content:space-between;min-height:180px;padding:1.5rem;display:flex;box-shadow:0 18px 34px #1b2a4a33}.account-module__XSPU9a__heroLabel,.account-module__XSPU9a__heroMeta,.account-module__XSPU9a__statLabel{color:#ffffffb8}.account-module__XSPU9a__heroValue{margin:.6rem 0 .9rem;font-size:1.25rem;line-height:1.35;display:block}.account-module__XSPU9a__heroMeta{font-size:.9rem}.account-module__XSPU9a__contentGrid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:1rem;display:grid}.account-module__XSPU9a__formCard,.account-module__XSPU9a__sideCard{background:#fffffff5;border:1px solid #1b2a4a14;border-radius:24px;padding:1.5rem;box-shadow:0 14px 36px #1b2a4a14}.account-module__XSPU9a__sectionHeader{margin-bottom:1.1rem}.account-module__XSPU9a__sectionHeader h3{color:#1b2a4a;margin:0;font-size:1.2rem}.account-module__XSPU9a__sectionHeader p{color:#4a5568;margin:.35rem 0 0;line-height:1.6}.account-module__XSPU9a__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.account-module__XSPU9a__field{flex-direction:column;gap:.45rem;display:flex}.account-module__XSPU9a__field span,.account-module__XSPU9a__statLabel{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.account-module__XSPU9a__field span{color:#4a5568}.account-module__XSPU9a__input{color:#1b2a4a;background:#fff;border:1px solid #1b2a4a29;border-radius:14px;outline:none;padding:.9rem 1rem;font-size:.98rem;transition:border-color .2s,box-shadow .2s}.account-module__XSPU9a__input:focus{border-color:#1b2a4a;box-shadow:0 0 0 3px #1b2a4a1a}.account-module__XSPU9a__actionsRow{flex-wrap:wrap;gap:.8rem;margin-top:1.25rem;display:flex}.account-module__XSPU9a__saveBtn,.account-module__XSPU9a__secondaryBtn{border-radius:999px;padding:.82rem 1.2rem;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s}.account-module__XSPU9a__saveBtn{color:#fff;cursor:pointer;background:#1b2a4a;border:1px solid #1b2a4a2e}.account-module__XSPU9a__saveBtn:hover:not(:disabled),.account-module__XSPU9a__secondaryBtn:hover{transform:translateY(-1px)}.account-module__XSPU9a__saveBtn:hover:not(:disabled){background:#2c3e6b}.account-module__XSPU9a__saveBtn:disabled{opacity:.75;cursor:progress}.account-module__XSPU9a__secondaryBtn{color:#1b2a4a;background:#ffffffc7;border:1px solid #1b2a4a2e}.account-module__XSPU9a__sideCard{flex-direction:column;gap:1rem;display:flex}.account-module__XSPU9a__sideStat{background:linear-gradient(#f5f5f5b3,#fff);border:1px solid #1b2a4a14;border-radius:18px;padding:1rem}.account-module__XSPU9a__statLabel{color:#4a5568;margin-bottom:.35rem;display:block}.account-module__XSPU9a__statValue{color:#1b2a4a;font-size:1rem;line-height:1.5;display:block}.account-module__XSPU9a__loading{color:#1b2a4a;place-items:center;min-height:100vh;font-size:1.1rem;display:grid}@media (max-width:960px){.account-module__XSPU9a__hero,.account-module__XSPU9a__contentGrid,.account-module__XSPU9a__formGrid{grid-template-columns:1fr}.account-module__XSPU9a__headerContent{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.account-module__XSPU9a__main{padding:1.25rem 1rem}.account-module__XSPU9a__headerContent{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.account-module__XSPU9a__headerTitle{font-size:1.15rem}.account-module__XSPU9a__headerSubtitle{display:none}.account-module__XSPU9a__backBtn{padding:.45rem .85rem;font-size:.85rem}.account-module__XSPU9a__heroTitle{text-align:center;font-size:2.25rem}.account-module__XSPU9a__heroCopy{text-align:center;font-size:1rem}.account-module__XSPU9a__formCard,.account-module__XSPU9a__sideCard,.account-module__XSPU9a__heroCard{border-radius:18px;padding:1.25rem}.account-module__XSPU9a__heroCard{text-align:center;min-height:auto}.account-module__XSPU9a__actionsRow{flex-direction:column}.account-module__XSPU9a__saveBtn,.account-module__XSPU9a__secondaryBtn{text-align:center;width:100%}}
.activity-module__Bgc5Yq__container{color:#1b2a4a;background:linear-gradient(135deg,#f8faff 0%,#fff 50%,#f8faff 100%);min-height:100vh}.activity-module__Bgc5Yq__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;border-bottom:1px solid #1b2a4a1a;padding:1.25rem 2rem;position:sticky;top:0}.activity-module__Bgc5Yq__headerContent{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;display:flex}.activity-module__Bgc5Yq__headerLefty{align-items:center;gap:1.5rem;display:flex}.activity-module__Bgc5Yq__backBtn{color:#1b2a4a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.activity-module__Bgc5Yq__backBtn:hover{background:#1b2a4a0d}.activity-module__Bgc5Yq__headerBrand{align-items:center;gap:1rem;display:flex}.activity-module__Bgc5Yq__headerTitle{margin:0;font-size:1.25rem;font-weight:700}.activity-module__Bgc5Yq__headerSubtitle{color:#64748b;margin:0;font-size:.75rem}.activity-module__Bgc5Yq__logoutBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:1px solid #1b2a4a33;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.activity-module__Bgc5Yq__logoutBtn:hover{background:#f1f5f9}.activity-module__Bgc5Yq__main{max-width:1000px;margin:0 auto;padding:3.5rem 2rem}.activity-module__Bgc5Yq__heroSection{margin-bottom:3rem}.activity-module__Bgc5Yq__heroHeader{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}@media (max-width:768px){.activity-module__Bgc5Yq__heroHeader{flex-direction:column;align-items:stretch}}.activity-module__Bgc5Yq__pageTitle{background:linear-gradient(90deg,#1b2a4a,#3b82f6);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin:0 0 .5rem;font-size:2.2rem;font-weight:800}.activity-module__Bgc5Yq__pageSubtitle{color:#475569;max-width:600px;font-size:1.05rem;line-height:1.5}.activity-module__Bgc5Yq__printBtn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#1b2a4a 0%,#2a3c61 100%);border:none;border-radius:12px;padding:.8rem 1.6rem;font-size:.9rem;font-weight:700;transition:all .25s;box-shadow:0 4px 14px #1b2a4a26}.activity-module__Bgc5Yq__printBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1b2a4a40}.activity-module__Bgc5Yq__printBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.activity-module__Bgc5Yq__errorBanner{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-bottom:2rem;padding:1rem}.activity-module__Bgc5Yq__timelineSection{width:100%}.activity-module__Bgc5Yq__timelineList{flex-direction:column;gap:1.5rem;display:flex}.activity-module__Bgc5Yq__timelineCard{background:#fff;border:1px solid #f1f5f9;border-left:6px solid #e2e8f0;border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;padding:1.75rem 2rem;transition:all .25s;display:flex;box-shadow:0 10px 25px #00000008}.activity-module__Bgc5Yq__billCardAccent{border-left-color:#ef4444}.activity-module__Bgc5Yq__payCardAccent{border-left-color:#10b981}.activity-module__Bgc5Yq__timelineCard:hover{border-color:#3b82f626;border-left-width:8px;transform:translateY(-2px);box-shadow:0 15px 35px #1b2a4a0f}.activity-module__Bgc5Yq__cardInfo{flex-direction:column;gap:.65rem;display:flex}.activity-module__Bgc5Yq__activityHeader{align-items:center;gap:.75rem;display:flex}.activity-module__Bgc5Yq__typeBadge{letter-spacing:.05em;text-transform:uppercase;border-radius:6px;padding:.25rem .65rem;font-size:.7rem;font-weight:800}.activity-module__Bgc5Yq__billBadge{color:#dc2626;background:#fee2e2}.activity-module__Bgc5Yq__payBadge{color:#15803d;background:#dcfce7}.activity-module__Bgc5Yq__statusBadge{text-transform:capitalize;letter-spacing:.02em;border-radius:6px;padding:.25rem .65rem;font-size:.7rem;font-weight:700}.activity-module__Bgc5Yq__statusBadge.activity-module__Bgc5Yq__paid,.activity-module__Bgc5Yq__statusBadge.activity-module__Bgc5Yq__verified{color:#047857;background:#ecfdf5}.activity-module__Bgc5Yq__statusBadge.activity-module__Bgc5Yq__pending{color:#b45309;background:#fffbeb}.activity-module__Bgc5Yq__statusBadge.activity-module__Bgc5Yq__rejected{color:#b91c1c;background:#fef2f2}.activity-module__Bgc5Yq__activityTitle{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.activity-module__Bgc5Yq__activityDate{color:#64748b;margin:0;font-size:.85rem;font-weight:500}.activity-module__Bgc5Yq__cardAmount{text-align:right;align-items:center;display:flex}.activity-module__Bgc5Yq__amountText{letter-spacing:-.03em;font-size:1.6rem;font-weight:900}.activity-module__Bgc5Yq__billAmount{color:#dc2626}.activity-module__Bgc5Yq__payAmount{color:#15803d}.activity-module__Bgc5Yq__emptyState{text-align:center;color:#64748b;background:#fff;border:2px dashed #cbd5e1;border-radius:24px;padding:5rem 2rem;box-shadow:0 10px 25px #00000005}.activity-module__Bgc5Yq__emptyIcon{margin-bottom:1.25rem;font-size:3rem}.activity-module__Bgc5Yq__emptyTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.activity-module__Bgc5Yq__emptyText{max-width:360px;margin:0 auto;font-size:.95rem;line-height:1.6}@media (max-width:640px){.activity-module__Bgc5Yq__timelineCard{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}.activity-module__Bgc5Yq__cardAmount{border-top:1px solid #f1f5f9;justify-content:flex-end;width:100%;padding-top:.85rem}}
.announcements-module__sO5piG__container{color:#1b2a4a;background:linear-gradient(135deg,#f8faff 0%,#fff 50%,#f8faff 100%);min-height:100vh}.announcements-module__sO5piG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#ffffffe6;border-bottom:1px solid #1b2a4a1a;padding:1.25rem 2rem;position:sticky;top:0}.announcements-module__sO5piG__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.announcements-module__sO5piG__headerLefty{align-items:center;gap:1.5rem;display:flex}.announcements-module__sO5piG__backBtn{color:#1b2a4a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.announcements-module__sO5piG__backBtn:hover{background:#1b2a4a0d}.announcements-module__sO5piG__headerBrand{align-items:center;gap:1rem;display:flex}.announcements-module__sO5piG__headerTitle{margin:0;font-size:1.25rem;font-weight:700}.announcements-module__sO5piG__headerSubtitle{color:#1e293b;margin:0;font-size:.75rem}.announcements-module__sO5piG__logoutBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:1px solid #1b2a4a33;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.announcements-module__sO5piG__logoutBtn:hover{background:#f1f5f9}.announcements-module__sO5piG__main{max-width:1200px;margin:0 auto;padding:3rem 2rem}.announcements-module__sO5piG__heroSection{margin-bottom:3rem}.announcements-module__sO5piG__pageTitle{background:linear-gradient(90deg,#1b2a4a,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.announcements-module__sO5piG__pageSubtitle{color:#1e293b;max-width:600px;font-size:1.1rem}.announcements-module__sO5piG__announcementsFeed{width:100%}.announcements-module__sO5piG__feedWrapper{flex-direction:column;gap:3rem;width:100%;display:flex}.announcements-module__sO5piG__featuredCard{background:linear-gradient(135deg,#fff 0%,#f8faff 100%);border:1px solid #3b82f61f;border-radius:24px;flex-direction:column;gap:1.25rem;padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000000d}.announcements-module__sO5piG__featuredCard:before{content:"";background:linear-gradient(#3b82f6 0%,#1d4ed8 100%);width:6px;height:100%;position:absolute;top:0;left:0}.announcements-module__sO5piG__featuredCard:hover{border-color:#3b82f64d;transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.announcements-module__sO5piG__featuredTag{color:#2563eb;letter-spacing:.1em;text-transform:uppercase;background:#2563eb14;border-radius:6px;align-self:flex-start;margin-bottom:.25rem;padding:.3rem .8rem;font-size:.75rem;font-weight:800}.announcements-module__sO5piG__featuredHeader{justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.announcements-module__sO5piG__featuredTitle{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.8rem;font-weight:800;line-height:1.3}.announcements-module__sO5piG__featuredContent{color:#334155;white-space:pre-wrap;margin:0 0 1rem;font-size:1.05rem;line-height:1.7}.announcements-module__sO5piG__featuredFooter{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.25rem;font-size:.85rem;display:flex}.announcements-module__sO5piG__gridSection{flex-direction:column;gap:1.5rem;display:flex}.announcements-module__sO5piG__gridSectionTitle{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:1.4rem;font-weight:800}.announcements-module__sO5piG__recentGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.announcements-module__sO5piG__announcementCard{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.75rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 25px #00000008}.announcements-module__sO5piG__announcementCard:hover{border-color:#3b82f626;transform:translateY(-4px);box-shadow:0 18px 35px #0000000f}.announcements-module__sO5piG__announcementHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.announcements-module__sO5piG__announcementTitle{color:#0f172a;font-size:1.2rem;font-weight:800;line-height:1.4}.announcements-module__sO5piG__severityBadge{text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.announcements-module__sO5piG__severity_info{color:#1e40af;background:#eff6ff}.announcements-module__sO5piG__severity_warning{color:#c2410c;background:#fff7ed}.announcements-module__sO5piG__severity_success{color:#166534;background:#f0fdf4}.announcements-module__sO5piG__severity_event{color:#6b21a8;background:#faf5ff}.announcements-module__sO5piG__announcementContent{color:#334155;white-space:pre-wrap;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.announcements-module__sO5piG__announcementFooter{color:#64748b;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.8rem;display:flex}.announcements-module__sO5piG__author{color:#475569;align-items:center;gap:.35rem;font-weight:600;display:flex}.announcements-module__sO5piG__emptyFeed{text-align:center;color:#64748b;background:#fff;border:2px dashed #cbd5e1;border-radius:24px;grid-column:1/-1;padding:5rem 2rem;box-shadow:0 10px 30px #00000005}.announcements-module__sO5piG__emptyIcon{margin-bottom:1.25rem;font-size:3.5rem}.announcements-module__sO5piG__emptyTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.announcements-module__sO5piG__emptyText{max-width:360px;margin:0 auto;font-size:.95rem;line-height:1.6}.announcements-module__sO5piG__attendanceWrapper{width:100%;margin-top:.75rem;margin-bottom:1rem}.announcements-module__sO5piG__attendanceBtn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:280px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #2563eb26}.announcements-module__sO5piG__attendanceBtn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-2px);box-shadow:0 6px 16px #1d4ed840}.announcements-module__sO5piG__attendanceBtn:disabled{opacity:.7;cursor:not-allowed}.announcements-module__sO5piG__attendanceBtn.announcements-module__sO5piG__attending{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 4px 12px #10b98126}.announcements-module__sO5piG__attendanceBtn.announcements-module__sO5piG__attending:hover:not(:disabled){background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 6px 16px #dc262640}
.contact-hoa-module__13sneG__container{background:linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);min-height:100vh;padding:0;position:relative}.contact-hoa-module__13sneG__container:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#1b2a4a08 0%,#0000 50%),radial-gradient(circle at 80% 80%,#1b2a4a08 0%,#0000 50%);position:absolute;inset:0}.contact-hoa-module__13sneG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #1b2a4a1a;padding:1.5rem 2rem;position:sticky;top:0;box-shadow:0 4px 20px #00000014}.contact-hoa-module__13sneG__headerContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.contact-hoa-module__13sneG__headerLefty{align-items:center;gap:1.5rem;display:flex}.contact-hoa-module__13sneG__backBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:2px solid #1b2a4a33;border-radius:6px;padding:.5rem 1rem;font-size:1rem;text-decoration:none;transition:all .3s}.contact-hoa-module__13sneG__backBtn:hover{color:#2c3e6b;background:#1b2a4a0d;border-color:#1b2a4a}.contact-hoa-module__13sneG__headerBrand{align-items:center;gap:1rem;display:flex}.contact-hoa-module__13sneG__headerIcon{font-size:2rem}.contact-hoa-module__13sneG__headerTitle{color:#1b2a4a;margin:0;font-size:1.5rem;font-weight:700}.contact-hoa-module__13sneG__headerSubtitle{color:#546e7a;margin:0;font-size:.75rem}.contact-hoa-module__13sneG__logoutBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:2px solid #1b2a4a33;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .3s}.contact-hoa-module__13sneG__logoutBtn:hover{color:#2c3e6b;background:#1b2a4a0d;border-color:#1b2a4a}.contact-hoa-module__13sneG__main{max-width:1400px;margin:0 auto;padding:2rem}.contact-hoa-module__13sneG__contentWrapper{grid-template-columns:320px 1fr;gap:2rem;margin-bottom:2rem;display:grid}.contact-hoa-module__13sneG__sidebar{background:#fff;border:1px solid #e3f2fd;border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:100px;box-shadow:0 2px 8px #0d47a10f}.contact-hoa-module__13sneG__messagesHeader{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.contact-hoa-module__13sneG__messagesTitle{color:#0d47a1;margin:0;font-size:1.1rem;font-weight:600}.contact-hoa-module__13sneG__messagesList{flex-direction:column;gap:.75rem;display:flex}.contact-hoa-module__13sneG__emptyState{text-align:center;color:#546e7a;background:#f8f9fa;border:1px dashed #e3f2fd;border-radius:8px;margin-bottom:1rem;padding:2rem;font-size:.95rem;line-height:1.5}.contact-hoa-module__13sneG__messageItem{cursor:pointer;background:#f8f9fa;border:2px solid #0000;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem;transition:all .3s;display:flex}.contact-hoa-module__13sneG__messageItem:hover{background:#ecf0f7;border-color:#1976d2}.contact-hoa-module__13sneG__messageItem.contact-hoa-module__13sneG__active{background:#e3f2fd;border-color:#1976d2}.contact-hoa-module__13sneG__messageContent{flex:1;min-width:0}.contact-hoa-module__13sneG__messageTitle{color:#0d47a1;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.95rem;font-weight:600;overflow:hidden}.contact-hoa-module__13sneG__messageDate{color:#546e7a;margin:0;font-size:.8rem}.contact-hoa-module__13sneG__badge{white-space:nowrap;border-radius:4px;flex-shrink:0;padding:.35rem .6rem;font-size:.7rem;font-weight:600}.contact-hoa-module__13sneG__replied{color:#2e7d32;background:#c8e6c9}.contact-hoa-module__13sneG__new{color:#0d47a1;background:#bbdefb}.contact-hoa-module__13sneG__conversationSection{background:#fff;border:1px solid #e3f2fd;border-radius:12px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 2px 8px #0d47a10f}.contact-hoa-module__13sneG__conversationHeader{border-bottom:2px solid #e3f2fd;margin-bottom:1.5rem;padding-bottom:1rem}.contact-hoa-module__13sneG__conversationTitle{color:#0d47a1;margin:0;font-size:1.3rem;font-weight:600}.contact-hoa-module__13sneG__conversationDate{color:#1976d2;margin:.25rem 0 0;font-size:.85rem}.contact-hoa-module__13sneG__messagesThread{flex-direction:column;flex:1;gap:1.5rem;max-height:400px;margin-bottom:2rem;padding-right:.5rem;display:flex;overflow-y:auto}.contact-hoa-module__13sneG__messagesThread::-webkit-scrollbar{width:6px}.contact-hoa-module__13sneG__messagesThread::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.contact-hoa-module__13sneG__messagesThread::-webkit-scrollbar-thumb{background:#1976d2;border-radius:10px}.contact-hoa-module__13sneG__messagesThread::-webkit-scrollbar-thumb:hover{background:#0d47a1}.contact-hoa-module__13sneG__messageThread{flex-direction:column;gap:.5rem;display:flex}.contact-hoa-module__13sneG__userMessage{align-items:flex-end}.contact-hoa-module__13sneG__userMessage .contact-hoa-module__13sneG__messageBody{color:#0d47a1;background:#e3f2fd;max-width:70%}.contact-hoa-module__13sneG__adminMessage{align-items:flex-start}.contact-hoa-module__13sneG__adminMessage .contact-hoa-module__13sneG__messageBody{color:#546e7a;background:#f8f9fa;border:1px solid #e3f2fd;max-width:70%}.contact-hoa-module__13sneG__senderInfo{align-items:center;gap:.5rem;font-size:.85rem;display:flex}.contact-hoa-module__13sneG__senderName{color:#0d47a1;font-weight:600}.contact-hoa-module__13sneG__timestamp{color:#546e7a;font-size:.75rem}.contact-hoa-module__13sneG__messageBody{word-wrap:break-word;border-radius:8px;padding:1rem;line-height:1.5}.contact-hoa-module__13sneG__replySection{background:#f8f9fa;border:1px solid #e3f2fd;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.contact-hoa-module__13sneG__replyTitle{color:#0d47a1;margin:0;font-size:1rem;font-weight:600}.contact-hoa-module__13sneG__replyInput{resize:vertical;color:#0d47a1;background:#fff;border:2px solid #e3f2fd;border-radius:8px;padding:1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.contact-hoa-module__13sneG__replyInput:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 3px #1976d21a}.contact-hoa-module__13sneG__replyInput::placeholder{color:#90caf9}.contact-hoa-module__13sneG__sendBtn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;align-self:flex-start;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.contact-hoa-module__13sneG__sendBtn:hover{background:#333;transform:translateY(-2px);box-shadow:0 3px 10px #1a1a1a33}.contact-hoa-module__13sneG__infoBox{background:#e3f2fd;border-left:4px solid #1976d2;border-radius:12px;align-items:flex-start;gap:1.5rem;padding:1.5rem;display:flex}.contact-hoa-module__13sneG__infoIcon{flex-shrink:0;font-size:2rem}.contact-hoa-module__13sneG__infoContent{flex-direction:column;gap:.5rem;display:flex}.contact-hoa-module__13sneG__infoTitle{color:#0d47a1;margin:0;font-size:1rem;font-weight:600}.contact-hoa-module__13sneG__infoText{color:#1976d2;margin:0;font-size:.9rem;line-height:1.6}@media (max-width:1024px){.contact-hoa-module__13sneG__contentWrapper{grid-template-columns:250px 1fr;gap:1.5rem}.contact-hoa-module__13sneG__sidebar{padding:1rem}.contact-hoa-module__13sneG__conversationSection{padding:1.5rem}}@media (max-width:768px){.contact-hoa-module__13sneG__main{padding:1rem}.contact-hoa-module__13sneG__header{padding:1rem 1.5rem}.contact-hoa-module__13sneG__headerContent{flex-direction:column;align-items:flex-start;gap:1rem}.contact-hoa-module__13sneG__headerLefty{gap:1rem}.contact-hoa-module__13sneG__headerTitle{font-size:1.2rem}.contact-hoa-module__13sneG__contentWrapper{grid-template-columns:1fr;gap:1rem}.contact-hoa-module__13sneG__sidebar{padding:1rem;position:relative;top:0}.contact-hoa-module__13sneG__messagesHeader{margin-bottom:.75rem}.contact-hoa-module__13sneG__messagesTitle{font-size:1rem}.contact-hoa-module__13sneG__messagesList{gap:.5rem}.contact-hoa-module__13sneG__messageItem{padding:.75rem}.contact-hoa-module__13sneG__messageTitle{font-size:.9rem}.contact-hoa-module__13sneG__messageDate{font-size:.75rem}.contact-hoa-module__13sneG__badge{padding:.25rem .5rem;font-size:.65rem}.contact-hoa-module__13sneG__conversationSection{padding:1rem}.contact-hoa-module__13sneG__messagesThread{max-height:250px}.contact-hoa-module__13sneG__conversationTitle{font-size:1.1rem}.contact-hoa-module__13sneG__conversationDate{font-size:.8rem}.contact-hoa-module__13sneG__messageBody{padding:.75rem;font-size:.85rem}.contact-hoa-module__13sneG__userMessage .contact-hoa-module__13sneG__messageBody,.contact-hoa-module__13sneG__adminMessage .contact-hoa-module__13sneG__messageBody{max-width:80%}.contact-hoa-module__13sneG__replySection{padding:1rem}.contact-hoa-module__13sneG__replyTitle{font-size:.95rem}.contact-hoa-module__13sneG__replyInput{padding:.75rem;font-size:.85rem}.contact-hoa-module__13sneG__sendBtn{padding:.65rem 1.25rem;font-size:.85rem}.contact-hoa-module__13sneG__infoBox{gap:1rem;padding:1rem}.contact-hoa-module__13sneG__infoIcon{font-size:1.5rem}}@media (max-width:480px){.contact-hoa-module__13sneG__container{min-height:100vh}.contact-hoa-module__13sneG__header{z-index:100;padding:.75rem 1rem;position:sticky;top:0}.contact-hoa-module__13sneG__headerContent{gap:.5rem}.contact-hoa-module__13sneG__backBtn{padding:.35rem .7rem;font-size:.85rem}.contact-hoa-module__13sneG__headerBrand{gap:.5rem}.contact-hoa-module__13sneG__headerIcon{font-size:1.5rem}.contact-hoa-module__13sneG__headerTitle{font-size:1rem}.contact-hoa-module__13sneG__headerSubtitle{font-size:.65rem}.contact-hoa-module__13sneG__logoutBtn{padding:.4rem .75rem;font-size:.85rem}.contact-hoa-module__13sneG__main{max-width:100%;padding:.75rem}.contact-hoa-module__13sneG__contentWrapper{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.contact-hoa-module__13sneG__sidebar{border-radius:8px;max-height:200px;padding:.75rem;overflow-y:auto}.contact-hoa-module__13sneG__messagesHeader{gap:.4rem;margin-bottom:.5rem}.contact-hoa-module__13sneG__messagesTitle{font-size:.9rem}.contact-hoa-module__13sneG__messagesList{gap:.35rem}.contact-hoa-module__13sneG__messageItem{gap:.35rem;padding:.6rem}.contact-hoa-module__13sneG__messageTitle{font-size:.8rem}.contact-hoa-module__13sneG__messageDate{font-size:.7rem}.contact-hoa-module__13sneG__badge{padding:.2rem .4rem;font-size:.6rem}.contact-hoa-module__13sneG__conversationSection{border-radius:8px;padding:.75rem}.contact-hoa-module__13sneG__conversationHeader{margin-bottom:.75rem;padding-bottom:.75rem}.contact-hoa-module__13sneG__conversationTitle{font-size:1rem}.contact-hoa-module__13sneG__conversationDate{font-size:.75rem}.contact-hoa-module__13sneG__messagesThread{gap:.75rem;max-height:150px;margin-bottom:1rem}.contact-hoa-module__13sneG__messageThread{gap:.35rem}.contact-hoa-module__13sneG__senderInfo{gap:.35rem;font-size:.75rem}.contact-hoa-module__13sneG__senderName{font-size:.75rem}.contact-hoa-module__13sneG__timestamp{font-size:.65rem}.contact-hoa-module__13sneG__messageBody{padding:.6rem;font-size:.8rem;line-height:1.4}.contact-hoa-module__13sneG__userMessage .contact-hoa-module__13sneG__messageBody,.contact-hoa-module__13sneG__adminMessage .contact-hoa-module__13sneG__messageBody{max-width:85%}.contact-hoa-module__13sneG__replySection{border-radius:6px;padding:.75rem}.contact-hoa-module__13sneG__replyTitle{margin:0 0 .6rem;font-size:.85rem}.contact-hoa-module__13sneG__replyInput{border-radius:4px;min-height:60px;margin-bottom:.6rem;padding:.6rem;font-size:.8rem}.contact-hoa-module__13sneG__replyInput::placeholder{color:#90caf9;font-size:.75rem}.contact-hoa-module__13sneG__sendBtn{border-radius:4px;padding:.6rem .95rem;font-size:.8rem}.contact-hoa-module__13sneG__infoBox{border-left-width:3px;border-radius:8px;gap:.75rem;padding:.75rem}.contact-hoa-module__13sneG__infoIcon{font-size:1.25rem}.contact-hoa-module__13sneG__infoContent{gap:.4rem}.contact-hoa-module__13sneG__infoTitle{font-size:.85rem}.contact-hoa-module__13sneG__infoText{font-size:.75rem;line-height:1.4}}
.dashboard-module__6NBMuq__container{background:linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);min-height:100vh;padding:0;position:relative}.dashboard-module__6NBMuq__container:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#1b2a4a08 0%,#0000 50%),radial-gradient(circle at 80% 80%,#1b2a4a08 0%,#0000 50%);position:absolute;inset:0}.dashboard-module__6NBMuq__loading{color:#1b2a4a;background:linear-gradient(135deg,#f5f5f5 0%,#fff 50%,#f5f5f5 100%);justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.dashboard-module__6NBMuq__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #1b2a4a1a;padding:1.5rem 2rem;position:sticky;top:0;box-shadow:0 4px 20px #00000014}.dashboard-module__6NBMuq__headerContent{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.dashboard-module__6NBMuq__logo{align-items:center;gap:1rem;display:flex}.dashboard-module__6NBMuq__logoIcon{font-size:2rem}.dashboard-module__6NBMuq__logoText{color:#1b2a4a;margin:0;font-size:1.5rem;font-weight:700}.dashboard-module__6NBMuq__logoSubtext{color:#4a5568;margin:0;font-size:.75rem}.dashboard-module__6NBMuq__headerActions{align-items:center;gap:.75rem;display:flex}.dashboard-module__6NBMuq__accountBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:2px solid #1b2a4a33;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.dashboard-module__6NBMuq__accountBtn:hover{color:#2c3e6b;background:#1b2a4a0d;border-color:#1b2a4a}.dashboard-module__6NBMuq__logoutBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:2px solid #1b2a4a33;border-radius:6px;padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .3s}.dashboard-module__6NBMuq__logoutBtn:hover{color:#2c3e6b;background:#1b2a4a0d;border-color:#1b2a4a}.dashboard-module__6NBMuq__main{z-index:1;max-width:1400px;margin:0 auto;padding:2rem;position:relative}.dashboard-module__6NBMuq__welcomeSection{background:linear-gradient(135deg,#1b2a4a04 0%,#1b2a4a00 100%);border:1px dashed #1b2a4a14;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding:1.5rem 1.75rem;display:flex}.dashboard-module__6NBMuq__welcomeTitle{color:#1b2a4a;letter-spacing:-.03em;background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 .35rem;font-size:2rem;font-weight:800}.dashboard-module__6NBMuq__residentInfo{color:#57657d;align-items:center;gap:.75rem;font-size:.92rem;font-weight:500;display:flex}.dashboard-module__6NBMuq__locationBadge{color:#1b2a4a;text-transform:uppercase;letter-spacing:.02em;background:#f1f5f9;border:1px solid #1b2a4a0f;border-radius:6px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.dashboard-module__6NBMuq__statusQuickView{align-items:center;gap:1rem;display:flex}.dashboard-module__6NBMuq__statusPill{border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000005}.dashboard-module__6NBMuq__pillPaid{color:#10b981;background:#ecfdf5;border-color:#a7f3d0}.dashboard-module__6NBMuq__pillDelinquent{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.dashboard-module__6NBMuq__infoGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.dashboard-module__6NBMuq__infoCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.dashboard-module__6NBMuq__infoCard:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000000d}.dashboard-module__6NBMuq__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.dashboard-module__6NBMuq__cardTitle{color:#94a3b8;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:800}.dashboard-module__6NBMuq__cardContent{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__6NBMuq__amount{color:#1b2a4a;letter-spacing:-.04em;font-size:2.5rem;font-weight:800}.dashboard-module__6NBMuq__unpaidAmount{color:#dc2626}.dashboard-module__6NBMuq__dueDate{color:#1b2a4a;font-size:1.5rem;font-weight:700}.dashboard-module__6NBMuq__billDetail{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.dashboard-module__6NBMuq__billLabel{color:#64748b}.dashboard-module__6NBMuq__billValue{color:#1b2a4a;font-weight:700}.dashboard-module__6NBMuq__cardSubtext{color:#64748b;margin-top:.5rem;font-size:.85rem}.dashboard-module__6NBMuq__payNowBtn{color:#fff;text-align:center;background:#dc2626;border-radius:10px;margin-top:1.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.dashboard-module__6NBMuq__payNowBtn:hover{background:#b91c1c;box-shadow:0 10px 15px -3px #dc26264d}.dashboard-module__6NBMuq__qrIdCard{color:#fff;background:linear-gradient(135deg,#1b2a4a 0%,#2c3e6b 100%);position:relative;overflow:hidden}.dashboard-module__6NBMuq__qrIdCard:before{content:"";background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-20%;right:-10%}.dashboard-module__6NBMuq__idCardHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__6NBMuq__idCardBrand{align-items:center;gap:.5rem;display:flex}.dashboard-module__6NBMuq__idCardLogo{color:#1b2a4a;background:#fff;border-radius:4px;padding:2px 6px;font-size:.8rem;font-weight:900}.dashboard-module__6NBMuq__idCardTitle{letter-spacing:.1em;opacity:.8;font-size:.7rem;font-weight:800}.dashboard-module__6NBMuq__idCardChip{opacity:.9;background:linear-gradient(135deg,gold 0%,#daa520 100%);border-radius:4px;width:32px;height:24px}.dashboard-module__6NBMuq__idCardBody{align-items:center;gap:1.5rem;display:flex}.dashboard-module__6NBMuq__qrCodeWrapper{background:#fff;border-radius:10px;flex-shrink:0;padding:.5rem}.dashboard-module__6NBMuq__idCardInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.dashboard-module__6NBMuq__idLabel{opacity:.6;text-transform:uppercase;font-size:.6rem;font-weight:700}.dashboard-module__6NBMuq__idValue{margin-bottom:.5rem;font-family:monospace;font-size:.85rem;font-weight:600}.dashboard-module__6NBMuq__idName{white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:700;overflow:hidden}.dashboard-module__6NBMuq__idCardFooter{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:.75rem}.dashboard-module__6NBMuq__idCardSecure{opacity:.7;font-size:.6rem;font-weight:700}.dashboard-module__6NBMuq__actionGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.dashboard-module__6NBMuq__actionCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__6NBMuq__actionCard:hover{border-color:#1b2a4a;box-shadow:0 10px 15px -3px #0000000d}.dashboard-module__6NBMuq__actionIcon{background:#f8fafc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:2rem;display:flex}.dashboard-module__6NBMuq__actionTitle{color:#1b2a4a;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.dashboard-module__6NBMuq__actionDesc{color:#64748b;font-size:.85rem}.dashboard-module__6NBMuq__paymentSection{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2rem}.dashboard-module__6NBMuq__sectionTitle{color:#1b2a4a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.dashboard-module__6NBMuq__paymentList{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.dashboard-module__6NBMuq__paymentItem{background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:background .2s;display:flex}.dashboard-module__6NBMuq__paymentItem:hover{background:#f1f5f9}.dashboard-module__6NBMuq__paymentMonth{color:#1b2a4a;align-items:center;gap:1rem;font-weight:700;display:flex}.dashboard-module__6NBMuq__typeBadge{border-radius:6px;padding:.25rem .5rem;font-size:.65rem;font-weight:800}.dashboard-module__6NBMuq__typeBadge.dashboard-module__6NBMuq__bill{color:#dc2626;background:#fee2e2}.dashboard-module__6NBMuq__typeBadge.dashboard-module__6NBMuq__payment{color:#16a34a;background:#dcfce7}.dashboard-module__6NBMuq__paymentDate{color:#64748b;margin-top:.25rem;font-size:.8rem}.dashboard-module__6NBMuq__paymentAmount{align-items:center;gap:1.5rem;display:flex}.dashboard-module__6NBMuq__amount.dashboard-module__6NBMuq__billAmount{color:#dc2626;font-size:1rem}.dashboard-module__6NBMuq__amount.dashboard-module__6NBMuq__payAmount{color:#16a34a;font-size:1rem}.dashboard-module__6NBMuq__status{text-transform:uppercase;text-align:center;border-radius:50px;min-width:100px;padding:.4rem 1rem;font-size:.75rem;font-weight:700}.dashboard-module__6NBMuq__pending{color:#d97706;background:#fffbeb;border:1px solid #fef3c7}.dashboard-module__6NBMuq__verified{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.dashboard-module__6NBMuq__paid{color:#16a34a;background:#f0fdf4;border:1px solid #dcfce7}.dashboard-module__6NBMuq__partiallypaid{color:#c026d3;background:#fdf4ff;border:1px solid #fae8ff}.dashboard-module__6NBMuq__rejected{color:#dc2626;background:#fef2f2;border:1px solid #fee2e2}.dashboard-module__6NBMuq__viewAllBtn{color:#1b2a4a;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;width:100%;padding:1rem;font-weight:700;transition:all .2s}.dashboard-module__6NBMuq__viewAllBtn:hover{background:#e2e8f0}@media (max-width:1200px){.dashboard-module__6NBMuq__infoGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__6NBMuq__qrIdCard{grid-column:span 2}}@media (max-width:1024px){.dashboard-module__6NBMuq__actionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-module__6NBMuq__welcomeSection{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-module__6NBMuq__welcomeTitle{font-size:1.75rem}.dashboard-module__6NBMuq__infoGrid{grid-template-columns:1fr}.dashboard-module__6NBMuq__qrIdCard{grid-column:span 1}.dashboard-module__6NBMuq__actionGrid{grid-template-columns:1fr}.dashboard-module__6NBMuq__paymentItem{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-module__6NBMuq__paymentAmount{border-top:1px solid #e2e8f0;justify-content:space-between;width:100%;padding-top:.75rem}}@media (max-width:480px){.dashboard-module__6NBMuq__main{padding:1.25rem}.dashboard-module__6NBMuq__welcomeTitle{font-size:1.5rem}.dashboard-module__6NBMuq__amount{font-size:2rem}.dashboard-module__6NBMuq__idCardBody{text-align:center;flex-direction:column}.dashboard-module__6NBMuq__actionCard{padding:1.25rem}.dashboard-module__6NBMuq__paymentSection{padding:1.5rem}}.dashboard-module__6NBMuq__notificationWrapper{position:relative}.dashboard-module__6NBMuq__iconBtn{color:#1b2a4a;cursor:pointer;background:0 0;border:2px solid #1b2a4a33;border-radius:6px;justify-content:center;align-items:center;padding:.4rem .8rem;font-size:1.25rem;transition:all .3s;display:flex;position:relative}.dashboard-module__6NBMuq__iconBtn:hover{background:#1b2a4a0d;border-color:#1b2a4a}.dashboard-module__6NBMuq__badge{color:#fff;text-align:center;background:#f44336;border:2px solid #fff;border-radius:10px;min-width:18px;padding:2px 6px;font-size:.7rem;font-weight:700;position:absolute;top:-8px;right:-8px}.dashboard-module__6NBMuq__notificationDropdown{z-index:1000;background:#fff;border:1px solid #0000000d;border-radius:12px;width:350px;max-width:calc(100vw - 32px);animation:.3s dashboard-module__6NBMuq__slideUp;position:absolute;top:calc(100% + 15px);right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}@media (max-width:480px){.dashboard-module__6NBMuq__notificationDropdown{width:auto;max-width:none;max-height:70vh;position:fixed;top:70px;left:16px;right:16px}.dashboard-module__6NBMuq__headerActions{gap:.6rem}.dashboard-module__6NBMuq__accountBtn,.dashboard-module__6NBMuq__logoutBtn{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:0;display:flex}.dashboard-module__6NBMuq__accountBtn:before{content:"👤";font-size:1.1rem}.dashboard-module__6NBMuq__logoutBtn:before{content:"⬅";font-size:1.1rem}.dashboard-module__6NBMuq__logoText{font-size:1.2rem;font-weight:800}}.dashboard-module__6NBMuq__notificationHeader{background:#f8fafc;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.dashboard-module__6NBMuq__notificationHeader h3{color:#1b2a4a;margin:0;font-size:1rem;font-weight:700}.dashboard-module__6NBMuq__markAllRead{color:#2196f3;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.dashboard-module__6NBMuq__notificationList{max-height:400px;overflow-y:auto}.dashboard-module__6NBMuq__emptyNotifications{text-align:center;color:#4a5568;padding:2rem;font-size:.9rem}.dashboard-module__6NBMuq__notificationItem{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:1rem 1.25rem;transition:all .2s}.dashboard-module__6NBMuq__notificationItem:hover{background:#f1f5f9}.dashboard-module__6NBMuq__notificationItem.dashboard-module__6NBMuq__unread{background:#eff6ff;border-left:3px solid #2196f3}.dashboard-module__6NBMuq__notificationTitle{color:#1b2a4a;margin-bottom:.25rem;font-size:.9rem;font-weight:700}.dashboard-module__6NBMuq__notificationMessage{color:#64748b;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.dashboard-module__6NBMuq__notificationTime{color:#94a3b8;font-size:.75rem}@keyframes dashboard-module__6NBMuq__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__6NBMuq__pendingIndicator{color:#d97706;margin-top:-.25rem;font-size:.85rem;font-weight:600;animation:2s infinite dashboard-module__6NBMuq__pulse}@keyframes dashboard-module__6NBMuq__pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.dashboard-module__6NBMuq__announcementBanner{cursor:pointer;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #3b82f633;border-radius:16px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.25rem 1.5rem;transition:all .2s;display:flex;box-shadow:0 4px 15px #3b82f60d}.dashboard-module__6NBMuq__announcementBanner:hover{border-color:#3b82f666;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f61a}.dashboard-module__6NBMuq__bannerContent{align-items:center;gap:1rem;display:flex}.dashboard-module__6NBMuq__bannerIcon{font-size:1.75rem;animation:2.5s infinite dashboard-module__6NBMuq__shake;display:inline-block}@keyframes dashboard-module__6NBMuq__shake{0%,to{transform:rotate(0)}10%,30%,50%,70%,90%{transform:rotate(-8deg)}20%,40%,60%,80%{transform:rotate(8deg)}}.dashboard-module__6NBMuq__bannerText{color:#1e3a8a;font-size:.95rem;font-weight:500;line-height:1.4}.dashboard-module__6NBMuq__bannerText strong{font-weight:700}.dashboard-module__6NBMuq__bannerBtn{color:#fff;white-space:nowrap;background:#2563eb;border-radius:10px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 10px #2563eb26}.dashboard-module__6NBMuq__announcementBanner:hover .dashboard-module__6NBMuq__bannerBtn{background:#1d4ed8;box-shadow:0 6px 15px #1d4ed840}@media (max-width:768px){.dashboard-module__6NBMuq__announcementBanner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.dashboard-module__6NBMuq__bannerBtn{text-align:center;width:100%}}
.ImageModal-module__SbCvsa__overlay{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;animation:.3s ImageModal-module__SbCvsa__fadeIn;display:flex;position:fixed;inset:0}.ImageModal-module__SbCvsa__modal{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;animation:.3s ImageModal-module__SbCvsa__slideIn;display:flex;box-shadow:0 10px 40px #00000080}.ImageModal-module__SbCvsa__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ImageModal-module__SbCvsa__title{color:#1b2a4a;margin:0;font-size:1.1rem;font-weight:700}.ImageModal-module__SbCvsa__closeBtn{color:#9e9e9e;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;transition:color .2s}.ImageModal-module__SbCvsa__closeBtn:hover{color:#1b2a4a}.ImageModal-module__SbCvsa__content{background:#f8f9fa;border-bottom-right-radius:12px;border-bottom-left-radius:12px;justify-content:center;padding:1rem;display:flex;overflow-y:auto}.ImageModal-module__SbCvsa__image{border-radius:4px;max-width:100%;height:auto;box-shadow:0 4px 12px #0000001a}.ImageModal-module__SbCvsa__imageWrapper{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.ImageModal-module__SbCvsa__imageActions{justify-content:center;width:100%;margin-top:.5rem;display:flex}.ImageModal-module__SbCvsa__documentWrapper{flex-direction:column;gap:.75rem;width:100%;display:flex}.ImageModal-module__SbCvsa__documentFrame{background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;height:72vh}.ImageModal-module__SbCvsa__openLink{color:#1b2a4a;border:1px solid #1b2a4a;border-radius:6px;align-self:center;padding:.5rem .75rem;font-weight:700;text-decoration:none}.ImageModal-module__SbCvsa__openLink:hover{color:#fff;background:#1b2a4a}.ImageModal-module__SbCvsa__noImage{color:#9e9e9e;padding:4rem;font-weight:600}@keyframes ImageModal-module__SbCvsa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageModal-module__SbCvsa__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
