:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;background-color:#f8fafd;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{width:100%;height:100%;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dsd-main-container{display:flex;height:100vh;width:100vw;background-color:#f8fafd;overflow:hidden}.dsd-sidebar-fixed{width:260px;min-width:260px;height:100%;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;z-index:2000}.dsd-sidebar-logo{height:60px;padding:0 24px;display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.1rem;border-bottom:1px solid #f3f4f6}.dsd-sidebar-nav{flex:1;padding-top:10px}.dsd-right-section{flex:1;display:flex;flex-direction:column;overflow:hidden}.dsd-top-navbar{height:60px;min-height:60px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;align-items:center;padding:0 24px}.dsd-nav-user{display:flex;align-items:center;gap:15px}.dsd-nav-meta{text-align:right;line-height:1.1}.dsd-nav-meta .admin-name{font-size:.85rem;font-weight:600;display:block}.dsd-nav-meta .admin-tag{font-size:.7rem;color:#6b7280}.dsd-nav-avatar{width:36px;height:36px;background:#f3f4f6;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;border:1px solid #e5e7eb}.dsd-nav-logout{background:#fff;border:1px solid #e5e7eb;padding:6px 14px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;transition:all .2s ease}.dsd-nav-logout:hover{background:#f9fafb;border-color:#d1d5db}.dsd-scroll-content{flex:1;padding:30px 40px;overflow-y:auto;background-color:#f8fafd}.dsd-nav-status{margin-right:auto;padding-left:24px}.status-indicator{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:20px;transition:all .3s ease}.status-indicator.online{background:#ecfdf5;color:#059669}.status-indicator.offline{background:#fef2f2;color:#dc2626}.status-indicator span{text-transform:uppercase;letter-spacing:.02em}.dsd-nav-item{all:unset;display:flex;align-items:center;gap:14px;height:45px;width:220px;padding:0 20px;margin:5px auto;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;color:#4b5563;font-size:.95rem;font-weight:600;box-sizing:border-box}.dsd-nav-item:hover{background-color:#f3f4f6;color:#111827}.dsd-nav-item.is-active{background-color:#000;color:#fff;border:none}.dsd-nav-icon{width:20px;text-align:center;font-size:1.1rem}.dsd-nav-label{flex:1;white-space:nowrap}.dsd-content-area{width:100%;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dsd-welcome-area{margin-bottom:32px}.dsd-welcome-area h1{font-size:1.8rem;font-weight:800;color:#111827}.dsd-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.clickable-card{background:#fff;padding:24px;border-radius:14px;display:flex;justify-content:space-between;align-items:flex-start;border:1px solid #f3f4f6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a}.clickable-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000014;border-color:#3b82f6}.clickable-card:active{transform:translateY(-2px)}.dsd-card-info .label{font-size:.75rem;font-weight:700;color:#9ca3af;letter-spacing:.05em}.dsd-card-info .value{font-size:2.2rem;font-weight:800;color:#111827;margin:10px 0}.dsd-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;transition:transform .4s ease}.clickable-card:hover .dsd-icon{transform:scale(1.15) rotate(8deg)}.population{background:#eff6ff;color:#3b82f6}.documents{background:#fff1f2;color:#f43f5e}.cases{background:#fffbeb;color:#f59e0b}.activity{background:#fef2f2;color:#ef4444}.dsd-bottom-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:24px}.dsd-map-panel,.dsd-request-panel{background:#fff;padding:24px;border-radius:14px;border:1px solid #f3f4f6}.dsd-map-frame{border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;margin-top:15px}.dsd-map-frame iframe{display:block}.clickable-btn{background:#111827;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.clickable-btn:hover{background:#374151;transform:scale(1.03)}.dsd-realtime-list{height:300px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-style:italic;border:2px dashed #f3f4f6;border-radius:10px}.res-layout{padding:24px 32px;background-color:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;gap:24px}.res-toolbar{display:flex;justify-content:space-between;align-items:center}.res-search-wrapper{position:relative;width:320px}.res-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.9rem}.res-search-input{width:100%;padding:10px 12px 10px 38px;border:1px solid #a78bfa;border-radius:6px;outline:none;font-size:.9rem;color:#334155;background:#fff;transition:all .2s}.res-search-input:focus{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.add-btn{background:#0f172a;color:#fff;border:none;padding:10px 18px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.add-btn:hover{background:#1e293b}.res-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0000000d;overflow:hidden;display:flex;flex-direction:column}.res-table{width:100%;border-collapse:collapse;min-width:900px;table-layout:fixed}.res-table thead{background-color:#fff;border-bottom:1px solid #e2e8f0}.res-table th{text-align:left;padding:16px 24px;font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.th-name{width:28%}.th-age{width:8%}.th-zone,.th-job{width:15%}.th-cat{width:12%}.th-stat{width:10%}.th-act{width:12%;text-align:right}.res-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .15s;cursor:pointer}.res-table tbody tr:hover{background-color:#f8fafc}.res-table tbody tr:last-child{border-bottom:none}.res-table td{padding:16px 24px;vertical-align:middle}.td-profile{display:flex;align-items:center;gap:12px}.avatar-circle{width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:.9rem;flex-shrink:0}.av-male{background-color:#eff6ff;color:#2563eb}.av-female{background-color:#fdf2f8;color:#db2777}.profile-text{display:flex;flex-direction:column;overflow:hidden}.p-name{font-size:.9rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p-sub{font-size:.75rem;color:#94a3b8}.td-text{font-size:.9rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cat-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;display:inline-block;white-space:nowrap}.cat-minor{background:#eff6ff;color:#3b82f6}.cat-adult{background:#f1f5f9;color:#475569}.cat-4ps{background:#fffbeb;color:#d97706}.cat-pwd{background:#fef2f2;color:#dc2626}.cat-senior{background:#faf5ff;color:#7e22ce}.td-status{color:#64748b;font-size:.9rem}.td-actions{text-align:right}.act-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:.95rem;margin-left:12px;transition:color .2s;padding:4px}.act-btn:hover{color:#334155}.res-pagination{padding:14px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fff}.pg-info{font-size:.85rem;color:#0f172a;font-weight:500}.pg-btn{background:#fff;border:1px solid #e2e8f0;padding:6px 14px;border-radius:6px;font-size:.85rem;font-weight:500;color:#475569;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.pg-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.pg-btn:disabled{opacity:.5;cursor:not-allowed}.td-loading{padding:50px;text-align:center;color:#cbd5e1;font-size:1.5rem}.td-empty{padding:40px;text-align:center;color:#94a3b8;font-style:italic}@media(max-width:900px){.res-card{overflow-x:auto}}@media(max-width:600px){.res-layout{padding:16px}.res-search-wrapper{width:100%}.res-toolbar{flex-direction:column;align-items:stretch;gap:10px}.add-btn{justify-content:center}.res-pagination{flex-direction:column;gap:12px}.pg-btn{width:100%;justify-content:center}}:root{--rp-slate-900: #0f172a;--rp-slate-700: #334155;--rp-slate-500: #64748b;--rp-slate-200: #e2e8f0;--rp-slate-50: #f8fafc;--rp-brand-blue: #2563eb;--rp-brand-bg: #eff6ff;--rp-radius: 8px;--rp-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.res-prof-overlay{position:fixed;inset:0;background-color:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:30000;padding:24px;animation:rpFadeIn .2s ease-out}.res-prof-card{background:#fff;width:900px;max-width:100%;height:85vh;border-radius:var(--rp-radius);box-shadow:var(--rp-shadow);display:flex;flex-direction:column;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transform-origin:center}@keyframes rpFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.res-prof-header{padding:20px 32px;background:#fff;border-bottom:1px solid var(--rp-slate-200);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.res-prof-header-main{display:flex;align-items:center;gap:20px}.res-prof-avatar-placeholder{width:64px;height:64px;background:#eff6ff;color:var(--rp-brand-blue);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;border:1px solid #dbeafe}.res-prof-name{margin:0;font-size:1.25rem;font-weight:800;color:var(--rp-slate-900);letter-spacing:-.01em}.res-prof-meta{display:flex;align-items:center;gap:10px;margin-top:4px;color:var(--rp-slate-500);font-size:.9rem;font-weight:500}.res-prof-meta-divider{color:var(--rp-slate-200);font-size:.6rem}.res-prof-close-btn{background:transparent;border:none;font-size:1.25rem;color:#94a3b8;cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px}.res-prof-close-btn:hover{background:#fef2f2;color:#ef4444}.res-prof-status-bar{padding:12px 32px;background:var(--rp-slate-50);border-bottom:1px solid var(--rp-slate-200);display:flex;flex-wrap:wrap;gap:8px;align-items:center}.res-prof-status-badge{font-size:.7rem;padding:4px 10px;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid transparent}.res-prof-badge-blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.res-prof-badge-yellow{background:#fffbeb;color:#b45309;border-color:#fde68a}.res-prof-badge-green{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.res-prof-badge-red{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.res-prof-badge-purple{background:#faf5ff;color:#7e22ce;border-color:#e9d5ff}.res-prof-badge-teal{background:#f0fdfa;color:#0f766e;border-color:#99f6e4}.res-prof-badge-orange{background:#fff7ed;color:#c2410c;border-color:#ffedd5}.res-prof-badge-gray{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.res-prof-body{display:flex;flex:1;overflow:hidden}.res-prof-sidebar{width:280px;background:#fff;border-right:1px solid var(--rp-slate-200);padding:24px;overflow-y:auto;flex-shrink:0}.res-prof-sidebar-group{margin-bottom:32px}.res-prof-group-title{font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--rp-slate-500);letter-spacing:.05em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--rp-slate-50)}.res-prof-info-row{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:.9rem;color:var(--rp-slate-700)}.res-prof-ico{color:var(--rp-brand-blue);width:16px;text-align:center}.res-prof-detail-item{margin-bottom:12px;font-size:.95rem;padding:10px;background:var(--rp-slate-50);border-radius:6px;border:1px solid var(--rp-slate-200)}.res-prof-detail-item label{display:block;font-size:.7rem;color:var(--rp-slate-500);margin-bottom:2px;text-transform:uppercase;font-weight:700}.res-prof-main{flex:1;padding:32px;background-color:#fff;overflow-y:auto}.res-prof-section{margin-bottom:32px}.res-prof-sec-head{font-size:1rem;font-weight:700;color:var(--rp-slate-900);border-left:4px solid var(--rp-brand-blue);padding-left:12px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.res-prof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.res-prof-grid-small{display:grid;grid-template-columns:1fr 1fr 2fr;gap:20px}.res-prof-bool-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.res-prof-box,.res-prof-box-small{background:#fff;border:1px solid var(--rp-slate-200);padding:16px;border-radius:var(--rp-radius);transition:all .2s}.res-prof-box:hover,.res-prof-box-small:hover{border-color:var(--rp-brand-blue);box-shadow:0 4px 6px -1px #0000000d}.res-prof-box label,.res-prof-box-small label{font-size:.75rem;color:var(--rp-slate-500);font-weight:600;display:flex;align-items:center;gap:6px;margin-bottom:6px}.res-prof-sub-ico{color:#94a3b8}.res-prof-box p,.res-prof-box-small p{margin:0;font-size:1rem;font-weight:600;color:var(--rp-slate-900)}.res-prof-val-na{color:#cbd5e1;font-style:italic;font-weight:400}.res-prof-val-text{color:var(--rp-slate-900)}.res-prof-health-tags{display:flex;gap:8px;flex-wrap:wrap}.res-prof-tag-alert{background:#fef2f2;color:#b91c1c;font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:4px;border:1px solid #fecaca}.res-prof-tag-good{background:#f0fdf4;color:#166534;font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:4px;border:1px solid #bbf7d0}.res-prof-bool-row{display:flex;justify-content:space-between;align-items:center;background:var(--rp-slate-50);padding:10px 16px;border-radius:6px;border:1px solid var(--rp-slate-200);font-size:.9rem;font-weight:500;color:var(--rp-slate-700)}.res-prof-bool-yes{color:#16a34a;font-weight:800;font-size:.8rem}.res-prof-bool-no{color:#94a3b8;font-weight:700;font-size:.8rem}@media(max-width:850px){.res-prof-body{flex-direction:column;overflow-y:auto}.res-prof-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--rp-slate-200);height:auto}.res-prof-main{padding:24px;overflow:visible;height:auto}.res-prof-grid,.res-prof-grid-small,.res-prof-bool-grid{grid-template-columns:1fr}}:root{--rm-slate-900: #0f172a;--rm-slate-500: #64748b;--rm-border: #e2e8f0;--rm-bg-body: #f8fafc;--rm-blue: #2563eb;--rm-blue-hover: #1d4ed8;--rm-red: #ef4444;--rm-red-bg: #fef2f2;--rm-radius: 8px}.res-modal-overlay{position:fixed;inset:0;background-color:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:20000;padding:20px;animation:rmFadeIn .2s ease-out}.res-modal-card{background:#fff;width:780px;max-width:100%;height:90vh;max-height:850px;border-radius:var(--rm-radius);box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;font-family:Inter,-apple-system,sans-serif;transform-origin:center}@keyframes rmFadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.res-modal-header{padding:18px 28px;background:#fff;border-bottom:1px solid var(--rm-border);display:flex;justify-content:space-between;align-items:center}.res-modal-header h3{margin:0;font-size:1.1rem;font-weight:700;color:var(--rm-slate-900);display:flex;align-items:center;gap:10px;letter-spacing:-.01em}.res-modal-header button{background:transparent;border:none;font-size:1.2rem;color:#94a3b8;cursor:pointer;transition:color .2s;display:flex;align-items:center}.res-modal-header button:hover{color:var(--rm-red)}.res-modal-body{flex:1;overflow-y:auto;padding:28px;background-color:var(--rm-bg-body)}.res-modal-section{background:#fff;padding:24px;border:1px solid var(--rm-border);border-radius:var(--rm-radius);margin-bottom:24px;box-shadow:0 1px 2px #00000005}.res-modal-block-title{margin:0 0 20px;font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--rm-slate-500);letter-spacing:.05em;border-bottom:1px dashed var(--rm-border);padding-bottom:10px;display:flex;align-items:center;gap:8px}.res-modal-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px}.res-modal-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.res-modal-grid-1{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:20px}.res-modal-grid-30-70{display:grid;grid-template-columns:2.5fr 1fr;gap:20px;margin-bottom:20px}@media(max-width:650px){.res-modal-grid-3,.res-modal-grid-2,.res-modal-grid-30-70{grid-template-columns:1fr}}.res-modal-field{display:flex;flex-direction:column;gap:6px;position:relative}.res-modal-field label{font-size:.8rem;font-weight:600;color:var(--rm-slate-900)}.req{color:var(--rm-red);font-weight:700;margin-left:2px}.res-modal-body input,.res-modal-body select,.res-modal-static-field{height:42px;width:100%;padding:0 12px;border:1px solid var(--rm-border);border-radius:6px;font-size:.9rem;color:var(--rm-slate-900);background:#fff;outline:none;transition:all .2s ease}.res-modal-body input:focus,.res-modal-body select:focus{border-color:var(--rm-blue);box-shadow:0 0 0 3px #2563eb1a}.res-modal-static-field{background-color:#f1f5f9;color:#64748b;display:flex;align-items:center;cursor:default;border:1px dashed var(--rm-border)}.res-modal-input-combo{display:flex}.res-modal-input-combo button{height:42px;width:44px;border:1px solid var(--rm-border);border-right:none;background:#f8fafc;border-radius:6px 0 0 6px;color:#64748b;cursor:pointer;transition:.2s}.res-modal-input-combo button:hover{background:#e2e8f0;color:var(--rm-blue)}.res-modal-input-combo input{border-radius:0 6px 6px 0}.res-modal-input-error{border-color:var(--rm-red)!important;background-color:#fff1f2!important}.res-modal-err-msg{color:var(--rm-red);font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;margin-top:4px}.res-modal-check-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.res-modal-check-grid label{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid var(--rm-border);border-radius:6px;background:#fff;font-size:.85rem;font-weight:500;color:var(--rm-slate-900);cursor:pointer;transition:all .2s}.res-modal-check-grid label:hover{border-color:var(--rm-blue);background-color:#eff6ff}.res-modal-check-grid input{width:16px;height:16px;accent-color:var(--rm-blue);cursor:pointer}.res-modal-footer{padding:20px 28px;background:#fff;border-top:1px solid var(--rm-border);display:flex;justify-content:flex-end;gap:12px}.res-modal-btn-cancel{padding:0 24px;height:40px;border:1px solid var(--rm-border);background:#fff;color:var(--rm-slate-900);border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.res-modal-btn-cancel:hover{background:#f8fafc;border-color:#94a3b8}.res-modal-btn-save{padding:0 24px;height:40px;border:none;background:var(--rm-blue);color:#fff;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s;box-shadow:0 2px 4px #2563eb33}.res-modal-btn-save:hover{background:var(--rm-blue-hover)}.res-modal-btn-save:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.res-modal-error-banner{background:var(--rm-red-bg);border:1px solid #fecaca;color:#991b1b;padding:16px;border-radius:6px;margin-bottom:24px;display:flex;align-items:flex-start;gap:12px;font-size:.9rem;animation:rmFadeIn .3s ease}.res-modal-error-banner strong{display:block;margin-bottom:2px}.res-modal-error-banner p{margin:0;opacity:.9}.res-modal-toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 15px 30px #00000040;display:flex;align-items:center;gap:12px;font-weight:600;z-index:21000;animation:rmSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes rmSlideUp{0%{bottom:-60px;opacity:0}to{bottom:30px;opacity:1}}.res-modal-toast.success{border-left:4px solid #22c55e}.res-modal-toast.error{border-left:4px solid var(--rm-red)}.rd-minimal-container{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:0 40px;height:150px;box-shadow:0 4px 20px #00000005;margin-bottom:30px;font-family:Inter,sans-serif}.rd-col{display:flex;flex-direction:column;justify-content:center;height:100%}.total-section{width:25%;justify-content:center}.gender-section{flex:1;padding:0 60px;border-left:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.filter-section{width:25%;padding-left:40px}.rd-divider{display:none}.rd-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.8px;margin-bottom:8px;display:block}.total-content-clean{display:flex;flex-direction:column}.number-row-clean{display:flex;align-items:center;gap:15px}.rd-value-big{font-size:5rem;font-weight:900;color:#0f172a;line-height:1;letter-spacing:-3px}.rd-badge-text{font-size:.75rem;font-weight:700;color:#10b981;background-color:#ecfdf5;padding:6px 12px;border-radius:20px;letter-spacing:.5px;white-space:nowrap;position:relative;top:4px}.gender-bars-container{display:flex;flex-direction:column;gap:16px}.gender-row{width:100%}.bar-label{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:6px;font-weight:600}.text-male{color:#3b82f6;display:flex;align-items:center;gap:8px}.text-female{color:#ec4899;display:flex;align-items:center;gap:8px}.bar-val{color:#1e293b;font-weight:800}.bar-val small{color:#94a3b8;font-weight:500;margin-left:5px;font-size:.8em}.bar-track{width:100%;height:8px;background:#f1f5f9;border-radius:10px;overflow:hidden}.bar-fill{height:100%;border-radius:10px;transition:width .6s cubic-bezier(.4,0,.2,1)}.fill-male{background:#3b82f6}.fill-female{background:#ec4899}.rd-select-minimal{width:100%;padding:12px 16px;font-size:.9rem;color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;outline:none;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:14px}.rd-select-minimal:hover{background:#fff;border-color:#94a3b8}.rd-select-minimal:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(max-width:1100px){.rd-minimal-container{height:auto;flex-direction:column;align-items:stretch;padding:30px;gap:30px}.total-section,.filter-section{width:100%;padding:0;flex-direction:row;align-items:center;justify-content:space-between}.gender-section{border-left:none;border-right:none;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:30px 0}}.off-pure-content{width:100%;animation:fadeIn .4s ease-out}.off-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.off-title-group h1{font-size:1.5rem;font-weight:800;color:#000;margin:0}.off-title-group p{color:#6b7280;font-size:.9rem;margin-top:4px}.off-add-btn{background:#000;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:8px;cursor:pointer}.off-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.off-table-controls{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.off-search-wrapper{position:relative;width:300px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.off-search-wrapper input{width:100%;padding:8px 12px 8px 36px;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;outline:none}.off-count-badge{color:#2563eb;background:#eff6ff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700;border:1px solid #dbeafe}.off-main-table{width:100%;border-collapse:collapse}.off-main-table th{text-align:left;padding:16px 20px;font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;background:#fff}.off-loading-row{text-align:center;padding:60px!important;color:#9ca3af;font-style:italic;font-size:.9rem}
