:root{color-scheme:light;--color-bg: #ffffff;--color-bg-subtle: #f8fafc;--color-text: #213547;--color-text-muted: #666;--color-border: #eee;--color-btn-primary-bg: #07c;--color-btn-primary-text: #ffffff;--color-btn-dark-bg: #333;--color-btn-dark-text: #ffffff;--color-btn-success-bg: #0a5;--color-status-success: green;--color-status-warning: #c28100;--color-status-error: crimson;--color-status-running: #07c;--color-progress-track: #e6e6e6;--color-link: #1377ff;--color-sidebar-active-bg: #e8f4ff;--color-chat-user-bg: #e3f2fd;--color-chat-assistant-bg: #f5f5f5;--color-btn-disabled-bg: #cfcfcf}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:focus,*:focus-visible{outline:none}*{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#9ca3af}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}a{font-weight:500;color:var(--color-link);text-decoration:inherit}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-bg-subtle);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-btn-primary-bg)}button:focus,button:focus-visible{outline:none}button:active{transform:scale(.97)}select{appearance:none;-webkit-appearance:none;background-color:var(--color-bg);color:var(--color-text);border:1px solid var(--color-border);border-radius:8px;padding:.5rem 2.5rem .5rem .75rem!important;font-size:.95rem;font-family:inherit;font-weight:500;cursor:pointer;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='%23666666' 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 .75rem center;background-size:1.25em;transition:border-color .2s,box-shadow .2s,background-color .2s;box-shadow:0 1px 2px #0000000d;line-height:1.5;outline:none;max-width:100%}select:hover{border-color:color-mix(in srgb,var(--color-border) 80%,var(--color-text))}select:focus,select:focus-visible{outline:none;border-color:var(--color-btn-primary-bg);background-color:var(--color-bg)}select:disabled{opacity:.6;cursor:not-allowed;background-color:var(--color-bg-subtle)}._root_1vizo_1{display:flex;height:100vh;overflow:hidden;font-family:system-ui,sans-serif;color:#1f2937;background:#f5f6fa}._sidebar_1vizo_11{width:220px;min-width:220px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:space-between;padding:20px 16px}._sidebarTop_1vizo_22{display:flex;flex-direction:column}._sidebarLogo_1vizo_27{width:40px;height:48px;margin-bottom:28px}._sectionLabel_1vizo_33{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#9ca3af;margin:0 0 12px 8px}._nav_1vizo_41{display:flex;flex-direction:column;gap:4px}._navItem_1vizo_47{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:.9375rem;font-weight:500;color:#6b7280;text-decoration:none;transition:background .15s,color .15s}._navItem_1vizo_47:hover{background:#f3f4f6;color:#1f2937}._navItemActive_1vizo_65{background:#eff6ff;color:#3b82f6;font-weight:600}._badge_1vizo_71{margin-left:auto;background:#dc2626;color:#fff;border-radius:999px;font-size:11px;font-weight:700;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center}._navItemActive_1vizo_65 svg{stroke:#3b82f6}._logoutBtn_1vizo_90{display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;color:#6b7280;cursor:pointer;transition:background .15s,color .15s;width:100%;text-align:left}._logoutBtn_1vizo_90:hover{background:#f3f4f6;color:#1f2937}._main_1vizo_113{flex:1;display:flex;flex-direction:column;min-width:0}._header_1vizo_121{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#fff;border-bottom:1px solid #e5e7eb}._headerTitle_1vizo_130{font-size:1.125rem;font-weight:700;margin:0;color:#1f2937}._userInfo_1vizo_137{display:flex;align-items:center;gap:12px}._avatar_1vizo_143{width:40px;height:40px;border-radius:50%;background:#e8def8;color:#6b21a8;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;text-transform:uppercase}._userText_1vizo_157{display:flex;flex-direction:column}._userName_1vizo_162{font-size:.875rem;font-weight:600;color:#1f2937}._userRole_1vizo_168{font-size:.8125rem;color:#3b82f6}._content_1vizo_174{flex:1;overflow-y:auto;padding:32px}@media(max-width:768px){._sidebar_1vizo_11{width:60px;min-width:60px;padding:16px 8px;align-items:center}._sectionLabel_1vizo_33,._navItem_1vizo_47 span,._logoutBtn_1vizo_90 span{display:none}._sidebarLogo_1vizo_27{width:32px;height:38px}._navItem_1vizo_47,._logoutBtn_1vizo_90{justify-content:center;padding:10px}._content_1vizo_174{padding:20px}}._loading_fx8ie_1{padding:2rem;font-family:system-ui,sans-serif}._page_1td9b_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#e8ecf0;overflow-y:auto}._card_1td9b_11{width:100%;max-width:520px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 8px #0000000a}._logo_1td9b_20{display:block;width:84px;height:100px;margin:0 auto 32px}._alert_1td9b_28{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:24px;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#b91c1c;font-size:.875rem;line-height:1.5}._alertIcon_1td9b_42{flex-shrink:0;margin-top:1px;color:#dc2626}._googleBtn_1td9b_49{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;font-weight:500;color:#1f2937;cursor:pointer;transition:background .15s,border-color .15s}._googleBtn_1td9b_49:hover{background:#f9fafb;border-color:#9ca3af}._googleBtn_1td9b_49:disabled{opacity:.6;cursor:not-allowed}._separator_1td9b_77{text-align:center;color:#6b7280;font-size:.875rem;margin:20px 0}._form_1td9b_85{display:flex;flex-direction:column;gap:24px}._fieldGroup_1td9b_91{display:flex;flex-direction:column;gap:6px}._label_1td9b_97{font-size:.875rem;font-weight:600;color:#1f2937}._required_1td9b_103{color:#dc2626;margin-left:2px}._input_1td9b_108{width:100%;height:48px;padding:0 16px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1f2937;background:#fff;outline:none;transition:border-color .15s}._input_1td9b_108::placeholder{color:#9ca3af}._input_1td9b_108:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}._input_1td9b_108:disabled{background:#f3f4f6;cursor:not-allowed}._passwordWrap_1td9b_137{position:relative}._passwordWrap_1td9b_137 ._input_1td9b_108{padding-right:48px}._eyeBtn_1td9b_145{position:absolute;right:4px;top:4px;bottom:4px;width:44px;display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;-webkit-tap-highlight-color:transparent}._eyeBtn_1td9b_145:hover{color:#6b7280}._eyeBtn_1td9b_145:active,._eyeBtn_1td9b_145:focus{outline:none;transform:none}._eyeBtn_1td9b_145:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}._submitBtn_1td9b_179{width:100%;height:48px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:8px}._submitBtn_1td9b_179:hover{background:#2563eb}._submitBtn_1td9b_179:disabled{background:#93c5fd;cursor:not-allowed}._divider_1td9b_203{border:none;border-top:1px solid #e5e7eb;margin:24px 0}._forgotRow_1td9b_210{display:flex;align-items:center;justify-content:space-between}._forgotText_1td9b_216{font-size:.875rem;color:#6b7280}._recoverBtn_1td9b_221{background:none;border:none;padding:6px 0;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:underline}._recoverBtn_1td9b_221:hover{color:#2563eb}._toast_1td9b_237{position:fixed;bottom:32px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:12px 20px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00000014;z-index:100;animation:_fadeIn_1td9b_1 .3s ease}@keyframes _fadeIn_1td9b_1{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:576px){._card_1td9b_11{padding:24px 20px}._forgotRow_1td9b_210{flex-direction:column;gap:8px;align-items:flex-start}}._main_r0t8t_1{max-width:420px;margin:3rem auto;padding:2rem;font-family:system-ui,sans-serif;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 4px 20px #0000000d}._title_r0t8t_12{margin:0 0 .5rem}._lead_r0t8t_16{color:var(--color-text-muted);font-size:.95rem;margin-bottom:1.5rem}._form_r0t8t_22{display:flex;flex-direction:column;gap:1.25rem}._muted_r0t8t_28{color:var(--color-text-muted);font-weight:400}._hint_r0t8t_33{color:var(--color-text-muted);font-weight:400;font-size:.85rem;display:block;margin-top:4px}._input_r0t8t_41{display:block;width:100%;padding:.75rem 1rem;margin-top:.35rem;box-sizing:border-box;border:1px solid var(--color-border);border-radius:10px;background:var(--color-bg);outline:none;transition:border-color .15s ease}._input_r0t8t_41:focus{border-color:var(--color-btn-primary-bg)}._error_r0t8t_58{color:var(--color-status-error);margin:0;font-size:.9rem}._submit_r0t8t_64{padding:.75rem 1.5rem;background:var(--color-btn-primary-bg);color:var(--color-btn-primary-text);border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.25rem;box-shadow:0 4px 12px #0ea5e933;transition:background .15s ease,color .15s ease}._submit_r0t8t_64:disabled{background:var(--color-btn-disabled-bg);color:var(--color-text-muted);cursor:not-allowed}._footer_r0t8t_84{margin-top:1.5rem;font-size:.95rem;color:var(--color-text-muted)}._footerLink_r0t8t_90{color:var(--color-link);text-decoration:underline;font-weight:500}._page_vxyav_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#e8ecf0;overflow-y:auto}._card_vxyav_11{width:100%;max-width:520px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 8px #0000000a}._logo_vxyav_20{display:block;width:84px;height:100px;margin:0 auto 32px}._alert_vxyav_27{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:24px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;line-height:1.5}._alertIcon_vxyav_41{flex-shrink:0;margin-top:1px;color:#dc2626}._title_vxyav_47{text-align:center;font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 8px}._subtitle_vxyav_55{text-align:center;font-size:.875rem;color:#6b7280;margin:0 0 28px;line-height:1.5}._form_vxyav_63{display:flex;flex-direction:column;gap:16px}._fieldGroup_vxyav_69{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}._label_vxyav_76{font-size:.875rem;font-weight:600;color:#1f2937}._required_vxyav_82{color:#dc2626;margin-left:2px}._input_vxyav_87{width:100%;height:48px;padding:0 16px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1f2937;background:#fff;outline:none;transition:border-color .15s}._input_vxyav_87::placeholder{color:#9ca3af}._input_vxyav_87:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}._input_vxyav_87:disabled{background:#f3f4f6;cursor:not-allowed}._submitBtn_vxyav_115{width:100%;height:48px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}._submitBtn_vxyav_115:hover{background:#2563eb}._submitBtn_vxyav_115:disabled{background:#93c5fd;cursor:not-allowed}._secondaryBtn_vxyav_137{width:100%;height:48px;background:#dbeafe;color:#3b82f6;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}._secondaryBtn_vxyav_137:hover{background:#bfdbfe}._secondaryBtn_vxyav_137:disabled{opacity:.6;cursor:not-allowed}._page_1vmjz_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#e8ecf0;overflow-y:auto}._card_1vmjz_11{width:100%;max-width:520px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 8px #0000000a}._logo_1vmjz_20{display:block;width:84px;height:100px;margin:0 auto 32px}._alert_1vmjz_27{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:24px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;line-height:1.5}._alertIcon_1vmjz_41{flex-shrink:0;margin-top:1px;color:#dc2626}._title_1vmjz_47{text-align:center;font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 8px}._subtitle_1vmjz_55{text-align:center;font-size:.875rem;color:#6b7280;margin:0 0 28px;line-height:1.5}._otpRow_1vmjz_64{display:flex;justify-content:center;gap:16px;margin-bottom:12px}._otpInput_1vmjz_71{width:56px;height:56px;text-align:center;font-size:1.25rem;font-weight:600;color:#1f2937;border:1px solid #d1d5db;border-radius:8px;background:#fff;outline:none;transition:border-color .15s;box-sizing:border-box}._otpInput_1vmjz_71:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}._otpInput_1vmjz_71:disabled{background:#f3f4f6;cursor:not-allowed}._countdown_1vmjz_96{text-align:center;font-size:.875rem;color:#6b7280;margin:8px 0 24px}._countdown_1vmjz_96 strong{color:#1f2937}._actions_1vmjz_107{display:flex;flex-direction:column;gap:12px}._submitBtn_1vmjz_113{width:100%;height:48px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}._submitBtn_1vmjz_113:hover{background:#2563eb}._submitBtn_1vmjz_113:disabled{background:#93c5fd;cursor:not-allowed}._secondaryBtn_1vmjz_135{width:100%;height:48px;background:#fff;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}._secondaryBtn_1vmjz_135:hover{background:#f9fafb;border-color:#d1d5db}._secondaryBtn_1vmjz_135:disabled{opacity:.6;cursor:not-allowed}@media(max-width:576px){._otpRow_1vmjz_64{gap:8px}._otpInput_1vmjz_71{width:44px;height:44px;font-size:1rem}}._page_tqnnc_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#e8ecf0;overflow-y:auto}._card_tqnnc_11{width:100%;max-width:520px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 8px #0000000a}._logo_tqnnc_20{display:block;width:84px;height:100px;margin:0 auto 32px}._alert_tqnnc_27{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:24px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;line-height:1.5}._alertIcon_tqnnc_41{flex-shrink:0;margin-top:1px;color:#dc2626}._title_tqnnc_47{text-align:center;font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 8px}._subtitle_tqnnc_55{text-align:center;font-size:.875rem;color:#6b7280;margin:0 0 28px;line-height:1.5}._form_tqnnc_63{display:flex;flex-direction:column;gap:20px}._fieldGroup_tqnnc_69{display:flex;flex-direction:column;gap:6px}._label_tqnnc_75{font-size:.875rem;font-weight:600;color:#1f2937}._required_tqnnc_81{color:#dc2626;margin-left:2px}._input_tqnnc_86{width:100%;height:48px;padding:0 16px;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#1f2937;background:#fff;outline:none;transition:border-color .15s}._input_tqnnc_86::placeholder{color:#9ca3af}._input_tqnnc_86:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}._input_tqnnc_86:disabled{background:#f3f4f6;cursor:not-allowed}._passwordWrap_tqnnc_114{position:relative}._passwordWrap_tqnnc_114 ._input_tqnnc_86{padding-right:48px}._eyeBtn_tqnnc_122{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:none;color:#9ca3af;cursor:pointer}._eyeBtn_tqnnc_122:hover{color:#6b7280}._criteria_tqnnc_142{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}._criteria_tqnnc_142 li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#6b7280}._dot_tqnnc_159{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:#d1d5db}._neutral_tqnnc_168{color:#6b7280}._neutral_tqnnc_168 ._dot_tqnnc_159{background:#d1d5db}._met_tqnnc_176{color:#1f2937}._met_tqnnc_176 ._dot_tqnnc_159{background:#3b82f6}._unmet_tqnnc_184{color:#dc2626}._unmet_tqnnc_184 ._dot_tqnnc_159{background:#dc2626}._submitBtn_tqnnc_192{width:100%;height:48px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:4px}._submitBtn_tqnnc_192:hover{background:#2563eb}._submitBtn_tqnnc_192:disabled{background:#93c5fd;cursor:not-allowed}._page_1cct5_1{width:100%}._title_1cct5_5{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 8px}._subtitle_1cct5_12{font-size:.9375rem;color:#6b7280;margin:0 0 32px}._dropZone_1cct5_19{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:400px;border:2px dashed #d1d5db;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s}._dropZone_1cct5_19:hover,._dropZoneActive_1cct5_34{border-color:#93c5fd;background:#f0f7ff}._dropZoneLabel_1cct5_39{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1;width:100%;min-height:0;cursor:pointer}._dropIcon_1cct5_51{opacity:.5}._dropText_1cct5_55{font-size:.9375rem;color:#9ca3af;margin:0}._selectBtn_1cct5_61{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s}._selectBtn_1cct5_61:hover{background:#2563eb}._hiddenInput_1cct5_80{display:none}._backdrop_1cct5_85{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:200}._backdropDismiss_1cct5_94{position:absolute;inset:0;margin:0;padding:0;border:none;background:#0000004d;cursor:pointer}._modal_1cct5_104{position:relative;z-index:1;width:100%;max-width:580px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:24px;max-height:90vh;overflow-y:auto}._modalHeader_1cct5_117{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._modalTitle_1cct5_124{font-size:1.0625rem;font-weight:700;margin:0;color:#1f2937}._modalClose_1cct5_131{display:flex;align-items:center;justify-content:center;padding:4px;background:none;border:none;color:#9ca3af;cursor:pointer;border-radius:4px}._modalClose_1cct5_131:hover{color:#1f2937;background:#f3f4f6}._sectionLabel_1cct5_149{font-size:.8125rem;color:#9ca3af;margin:0 0 12px}._fileCard_1cct5_156{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px}._fileInfo_1cct5_166{display:flex;align-items:center;gap:12px}._fileCardName_1cct5_172{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}._fileCardMeta_1cct5_179{font-size:.75rem;color:#9ca3af;margin:4px 0 0}._statusUploading_1cct5_185{color:#3b82f6}._fileDeleteBtn_1cct5_189{display:flex;align-items:center;justify-content:center;padding:6px;background:none;border:1px solid #e5e7eb;border-radius:6px;color:#9ca3af;cursor:pointer}._fileDeleteBtn_1cct5_189:hover{color:#dc2626;border-color:#dc2626}._replaceBtn_1cct5_206{padding:6px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;color:#1f2937;cursor:pointer}._replaceBtn_1cct5_206:hover{background:#f9fafb}._progressBar_1cct5_222{width:100%;height:4px;background:#e5e7eb;border-radius:2px;margin-bottom:16px;overflow:hidden}._progressFill_1cct5_231{height:100%;background:#3b82f6;border-radius:2px;transition:width .3s ease}._alertSuccess_1cct5_239{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.875rem;margin-bottom:20px}._alertDismiss_1cct5_252{margin-left:auto;display:flex;align-items:center;padding:2px;background:none;border:none;color:#6b7280;cursor:pointer}._dropZoneError_1cct5_264{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px;background:#fef2f2;border:2px dashed #fecaca;border-radius:12px;margin-bottom:16px}._errorText_1cct5_277{text-align:center;font-size:.875rem;color:#9ca3af;margin:0;line-height:1.6}._fileName_1cct5_285{background:#fee2e2;color:#dc2626;padding:2px 8px;border-radius:4px;font-size:.8125rem;font-family:inherit}._selectBtnLink_1cct5_294{display:inline-flex;align-items:center;gap:6px;padding:0;background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:600;cursor:pointer;text-decoration:underline}._selectBtnLink_1cct5_294:hover{color:#2563eb}._modalFooter_1cct5_313{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid #f3f4f6}._cancelBtn_1cct5_323{padding:8px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#1f2937;cursor:pointer}._cancelBtn_1cct5_323:hover{background:#f9fafb}._previewBtn_1cct5_338{padding:8px 20px;background:#e5e7eb;border:none;border-radius:8px;font-size:.875rem;font-weight:600;color:#9ca3af;cursor:not-allowed}._previewBtnActive_1cct5_349{background:#3b82f6;color:#fff;cursor:pointer}._previewBtnActive_1cct5_349:hover{background:#2563eb}@media(max-width:768px){._title_1cct5_5{font-size:1.25rem}._subtitle_1cct5_12{font-size:.875rem;margin-bottom:20px}._dropZone_1cct5_19{min-height:250px;padding:24px 16px}._dropText_1cct5_55{font-size:.8125rem;text-align:center}._selectBtn_1cct5_61{padding:10px 20px;font-size:.875rem}._modal_1cct5_104{max-width:calc(100vw - 32px);padding:16px}._fileCard_1cct5_156{flex-direction:column;align-items:flex-start;gap:12px}._fileInfo_1cct5_166{min-width:0;overflow:hidden}._fileCardName_1cct5_172{font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._replaceBtn_1cct5_206{align-self:flex-end}._modalFooter_1cct5_313{flex-direction:column-reverse}._cancelBtn_1cct5_323,._previewBtn_1cct5_338,._previewBtnActive_1cct5_349{width:100%;text-align:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}._filterRow_hq8qu_1{display:flex;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;margin-bottom:20px}._field_hq8qu_6{display:flex;flex-direction:column;gap:4px;min-width:200px}._field_hq8qu_6 span{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._field_hq8qu_6 select{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}._resetBtn_hq8qu_13{align-self:flex-end;height:38px;padding:0 14px;border:1px solid #fecaca;background:#fff;color:#b91c1c;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer}._resetBtn_hq8qu_13:hover{background:#fef2f2}._kpiRow_hq8qu_27{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:900px){._kpiRow_hq8qu_27{grid-template-columns:repeat(2,1fr)}}._kpiRowThree_hq8qu_31{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media(max-width:900px){._kpiRowThree_hq8qu_31{grid-template-columns:1fr}}._kpiRowOne_hq8qu_35{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px;max-width:480px}._kpiCard_hq8qu_38{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._kpiCardOk_hq8qu_41{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#fff 60%)}._kpiCardWarn_hq8qu_42{border-color:#fed7aa;background:linear-gradient(180deg,#fff7ed,#fff 60%)}._kpiLabel_hq8qu_43{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._kpiValue_hq8qu_44{font-size:28px;font-weight:800;margin-top:6px;color:#0f172a}._kpiSub_hq8qu_45{color:#64748b;font-size:12px;margin-top:4px}._rankings_hq8qu_47{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media(max-width:900px){._rankings_hq8qu_47{grid-template-columns:1fr}}._rankingCard_hq8qu_51{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._rankingTitle_hq8qu_54{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:4px}._rankingItem_hq8qu_55{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #f1f5f9}._rankingItem_hq8qu_55:first-of-type{border-top:none}._rankingPos_hq8qu_60{width:22px;height:22px;border-radius:50%;background:#e5e7eb;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;color:#475569}._rankingMain_hq8qu_65{flex:1;min-width:0}._rankingLabel_hq8qu_66{font-size:13px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rankingScore_hq8qu_67{text-align:right;font-size:13px}._indicadoresRow_hq8qu_69{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media(max-width:900px){._indicadoresRow_hq8qu_69{grid-template-columns:1fr}}._indicadorCard_hq8qu_73{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px}._indicadorItem_hq8qu_76{display:flex;align-items:center;gap:10px;padding:8px 0;border-top:1px solid #f1f5f9}._indicadorItem_hq8qu_76:first-of-type{border-top:none}._indicadorMain_hq8qu_81{flex:1;min-width:0}._indicadorLabel_hq8qu_82{font-size:13px;font-weight:600;color:#1e293b}._indicadorPct_hq8qu_83{display:flex;align-items:center;gap:8px}._tableWrap_hq8qu_85{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}._tableHeader_hq8qu_89{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb}._sectionTitle_hq8qu_93{margin:0;font-size:15px;font-weight:700;color:#0f172a}._table_hq8qu_85{width:100%;border-collapse:collapse;font-size:13px}._table_hq8qu_85 thead th{text-align:left;padding:10px 14px;background:#f9fafb;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb}._table_hq8qu_85 tbody td{padding:10px 14px;border-bottom:1px solid #f3f4f6;vertical-align:middle}._table_hq8qu_85 tbody tr:last-child td{border-bottom:none}._barWrap_hq8qu_102{display:flex;align-items:center;gap:8px;min-width:140px}._barTrack_hq8qu_103{flex:1;height:6px;background:#e5e7eb;border-radius:4px;overflow:hidden}._barFill_hq8qu_104{height:100%;transition:width .2s}._barText_hq8qu_105{font-size:12px;color:#475569;font-weight:600;white-space:nowrap}._muted_hq8qu_107{color:#94a3b8;font-size:12px}._error_hq8qu_108{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;margin-bottom:12px;font-size:13px}._showMore_hq8qu_112{width:100%;padding:10px;background:#f9fafb;border:none;border-top:1px solid #e5e7eb;color:#2563eb;font-weight:600;cursor:pointer}._showMore_hq8qu_112:hover{background:#f1f5f9}._tableToolbar_hq8qu_118{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#fafafa}._searchInput_hq8qu_123{flex:1;min-width:220px;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff}._searchInput_hq8qu_123:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826}._pageSizeWrap_hq8qu_129{display:flex;align-items:center;gap:6px}._pageSizeLabel_hq8qu_130{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._pageSizeSelect_hq8qu_131{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;cursor:pointer}._pager_hq8qu_136{display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 12px;border-top:1px solid #e5e7eb}._pagerBtn_hq8qu_140{padding:7px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}._pagerBtn_hq8qu_140:hover:not(:disabled){background:#f1f5f9}._pagerBtn_hq8qu_140:disabled{opacity:.4;cursor:not-allowed}._pagerInfo_hq8qu_146{font-size:12px;color:#475569}._insightsList_hq8qu_149{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}._insightCard_hq8qu_153{border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;background:#fff}._insightOk_hq8qu_157{border-color:#bbf7d0;background:#f0fdf4}._insightBad_hq8qu_158{border-color:#fecaca;background:#fef2f2}._insightHeader_hq8qu_159{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}._insightDim_hq8qu_160{font-size:10px;color:#475569;font-weight:700;text-transform:uppercase;letter-spacing:.4px}._insightCode_hq8qu_161{font-size:10px;color:#94a3b8;font-family:ui-monospace,monospace}._insightTitle_hq8qu_162{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:4px}._insightReason_hq8qu_163{font-size:12px;color:#475569;line-height:1.4}._linkBtn_hq8qu_165{background:none;border:none;padding:0;cursor:pointer;color:#1d4ed8;font-weight:600;text-align:left;text-decoration:none}._linkBtn_hq8qu_165:hover{text-decoration:underline}._modalBackdrop_hq8qu_172{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}._modal_hq8qu_172{background:#fff;border-radius:14px;width:min(820px,100%);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000002e}._modalHeader_hq8qu_183{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid #e5e7eb}._modalTitle_hq8qu_187{margin:0;font-size:18px;font-weight:700;color:#0f172a}._modalClose_hq8qu_188{background:none;border:none;cursor:pointer;font-size:24px;color:#64748b;padding:0 4px;line-height:1}._modalClose_hq8qu_188:hover{color:#1e293b}._modalBody_hq8qu_193{padding:12px 0;overflow-y:auto}._modalBody_hq8qu_193 ._table_hq8qu_85 thead th{background:#f9fafb}._modalBody_hq8qu_193 ._table_hq8qu_85 tbody td:last-child{text-align:right}._actionsCell_hq8qu_197{white-space:nowrap;text-align:right}._primaryBtn_hq8qu_198{background:#1d4ed8;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}._primaryBtn_hq8qu_198:hover:not(:disabled){background:#1e40af}._primaryBtn_hq8qu_198:disabled{opacity:.6;cursor:not-allowed}._page_1lex8_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_1lex8_8{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._title_1lex8_9{margin:0;font-size:24px;color:#111827;font-weight:700}._subtitle_1lex8_10{margin:4px 0 0;color:#6b7280;font-size:14px}._tabsBar_1lex8_12{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;padding:0 4px;margin:8px 0 16px}._tab_1lex8_12{position:relative;background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;padding:10px 16px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;margin-bottom:-1px;box-shadow:0 -1px 2px #0000000a;transition:color .15s,background-color .15s}._tab_1lex8_12:hover{color:#374151;background:#f9fafb;border-color:#e5e7eb;border-bottom:none}._tab_1lex8_12:active{transform:none}._tabActive_1lex8_39{color:#1d4ed8;background:#fff;box-shadow:0 -2px 4px #1d4ed81a}._tabActive_1lex8_39:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#1d4ed8}._error_1lex8_54{padding:12px;border-radius:8px;background:#fef2f2;color:#991b1b}._insightsRow_1lex8_57{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}._kpiCard_1lex8_62{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:6px;min-height:88px}._kpiCardOk_1lex8_70{border-left:4px solid #16a34a}._kpiCardWarn_1lex8_71{border-left:4px solid #dc2626}._kpiLabel_1lex8_72{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:600}._kpiValue_1lex8_73{color:#111827;font-size:28px;font-weight:700;line-height:1.1}._kpiPct_1lex8_74{font-size:14px;color:#16a34a;font-weight:600}._kpiSub_1lex8_75{color:#6b7280;font-size:12px}._kpiBar_1lex8_76{margin-top:4px;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}._kpiBarFill_1lex8_79{height:100%;background:#16a34a;border-radius:999px;transition:width .3s ease}._mapSection_1lex8_85{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}._mapHeader_1lex8_92{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}._sectionTitle_1lex8_96{margin:0;font-size:16px;font-weight:700;color:#111827}._filterChips_1lex8_99{display:flex;gap:6px}._chip_1lex8_100{padding:6px 12px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px}._chip_1lex8_100:hover:not(._chipActive_1lex8_111){background:#f9fafb}._chipActive_1lex8_111{background:#1d4ed8;color:#fff;border-color:#1d4ed8}._dot_1lex8_115{width:10px;height:10px;border-radius:50%;display:inline-block}._dotOk_1lex8_119{background:#22c55e;box-shadow:0 0 0 2px #22c55e33}._dotBad_1lex8_120{background:#ef4444;box-shadow:0 0 0 2px #ef444433}._zoneFilters_1lex8_123{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}._zoneFilter_1lex8_123{display:flex;flex-direction:column;gap:4px;min-width:200px}._zoneFilterLabel_1lex8_135{font-size:11px;text-transform:uppercase;letter-spacing:.04em;font-weight:600;color:#6b7280}._zoneSelect_1lex8_142{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;color:#111827;cursor:pointer;min-width:200px}._zoneSelect_1lex8_142:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}._zoneSelect_1lex8_142:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}._zoneClear_1lex8_161{padding:8px 14px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;height:38px}._zoneClear_1lex8_161:hover{background:#f9fafb}._mapWrap_1lex8_174{border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;background:#f8fafc}._map_1lex8_85{height:540px;width:100%;z-index:0;background:#f8fafc}.leaflet-container{background:#f8fafc!important}._cardTooltip_1lex8_193{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}._cardTooltip_1lex8_193:before{display:none!important}._noLocation_1lex8_201{background:#fef3c7;color:#78350f;border:1px solid #fcd34d;border-radius:8px;padding:8px 12px;font-size:13px}._tooltip_1lex8_208{font-family:inherit;min-width:200px}._tooltipTitle_1lex8_209{font-weight:700;color:#111827;margin-bottom:2px}._tooltipMeta_1lex8_210{color:#6b7280;font-size:12px;margin-bottom:4px}._tooltipStatus_1lex8_211{display:flex;align-items:center;gap:6px;font-size:13px;color:#374151}._statusDot_1lex8_215{width:9px;height:9px;border-radius:50%;display:inline-block}._popup_1lex8_221{font-family:inherit;min-width:240px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:12px 14px;box-shadow:0 6px 18px #0f172a1f}._popupTitle_1lex8_230{font-weight:700;color:#111827;font-size:14px;margin-bottom:4px}._popupMeta_1lex8_231{color:#6b7280;font-size:12px;margin-bottom:8px}._popupStatus_1lex8_232{display:flex;align-items:center;gap:6px;font-size:13px;color:#374151;margin-bottom:8px}._popupSlots_1lex8_236{display:flex;flex-direction:column;gap:4px;border-top:1px solid #e5e7eb;padding-top:8px;margin-bottom:8px}._popupSlotRow_1lex8_240{display:grid;grid-template-columns:36px 1fr auto;gap:6px;align-items:center;font-size:12px}._popupSlotDay_1lex8_244{font-weight:700;color:#1d4ed8;font-size:11px;text-transform:uppercase;letter-spacing:.04em}._popupSlotName_1lex8_248{color:#111827}._popupSlotConfirmed_1lex8_249{color:#16a34a;font-weight:700}._muted_1lex8_250{color:#9ca3af;font-style:italic}._popupLink_1lex8_252{display:inline-block;color:#1d4ed8;text-decoration:none;font-weight:600;font-size:13px}._popupLink_1lex8_252:hover{text-decoration:underline}._insightsBottom_1lex8_262{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}._panel_1lex8_267{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}._empresasList_1lex8_276{display:flex;flex-direction:column;gap:8px}._empresaRow_1lex8_277{display:flex;flex-direction:column;gap:4px}._empresaNameRow_1lex8_278{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:13px}._empresaName_1lex8_278{font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}._empresaCount_1lex8_287{color:#6b7280;font-size:12px}._empresaBar_1lex8_288{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}._empresaBarFill_1lex8_291{height:100%;background:#1d4ed8;border-radius:999px}._bucketList_1lex8_296{display:flex;flex-direction:column;gap:8px}._bucketRow_1lex8_297{display:grid;grid-template-columns:110px 1fr 36px;align-items:center;gap:10px;font-size:13px}._bucketLabel_1lex8_301{color:#374151;font-weight:500}._bucketBar_1lex8_302{height:14px;background:#e5e7eb;border-radius:999px;overflow:hidden}._bucketBarFill_1lex8_305{height:100%;background:#1d4ed8;border-radius:999px}._bucketCount_1lex8_308{color:#111827;font-weight:700;text-align:right}._page_dnxom_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_dnxom_8{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}._title_dnxom_12{margin:0;font-size:28px;font-weight:700;color:#111827}._subtitle_dnxom_13{margin:4px 0 0;color:#6b7280;font-size:14px}._headerActions_dnxom_14{display:flex;gap:8px;flex-wrap:wrap}._primaryBtn_dnxom_16{padding:10px 16px;border-radius:8px;border:none;background:#1d4ed8;color:#fff;font-weight:600;cursor:pointer;font-size:14px}._primaryBtn_dnxom_16:hover{background:#1e3a8a}._secondaryBtn_dnxom_21{padding:10px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#374151;font-weight:600;cursor:pointer;font-size:14px}._secondaryBtn_dnxom_21:hover{background:#f9fafb}._filters_dnxom_27{display:flex;flex-wrap:wrap;gap:8px}._searchInput_dnxom_30{flex:2 1 240px;min-width:0}._filters_dnxom_27 select{flex:1 1 160px;min-width:0}._filters_dnxom_27 select,._searchInput_dnxom_30{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;min-height:38px;box-sizing:border-box}._error_dnxom_39{padding:12px;border-radius:8px;background:#fef2f2;color:#991b1b}._muted_dnxom_40{padding:16px;color:#6b7280}._empty_dnxom_42{padding:48px;text-align:center;max-width:480px;margin:80px auto;border:1px dashed #d1d5db;border-radius:12px;background:#fff}._empty_dnxom_42 h2{margin:0 0 8px}._empty_dnxom_42 p{color:#6b7280;margin:0 0 16px}._tableWrap_dnxom_49{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;min-width:0}._table_dnxom_49{width:100%;min-width:760px;border-collapse:collapse;font-size:14px}._table_dnxom_49 thead th{text-align:left;padding:10px 12px;background:#f9fafb;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap}._table_dnxom_49 tbody td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}._row_dnxom_60{cursor:pointer}._row_dnxom_60:hover{background:#f9fafb}._nombre_dnxom_62{font-weight:500}._chev_dnxom_63{color:#9ca3af;text-align:right;font-size:18px;width:24px}._tag_dnxom_65{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}._tagA_dnxom_69{background:#dbeafe;color:#1e3a8a}._tagB_dnxom_70{background:#fef3c7;color:#92400e}._badge_dnxom_72{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}._badgeOk_dnxom_76{background:#d1fae5;color:#065f46}._badgePending_dnxom_77{background:#fee2e2;color:#991b1b}._page_whe62_1{display:flex;flex-direction:column;gap:16px;min-width:0}._backBtn_whe62_7{align-self:flex-start;background:none;border:none;color:#1d4ed8;font-size:14px;cursor:pointer;padding:4px 0}._header_whe62_12{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}._title_whe62_16{margin:0;font-size:24px;color:#111827;font-weight:700}._meta_whe62_17{margin:4px 0 0;color:#6b7280;font-size:14px}._confirmAllBtn_whe62_19{padding:9px 14px;border-radius:8px;border:1px solid #1d4ed8;background:#1d4ed8;color:#fff;font-weight:600;font-size:13px;cursor:pointer;white-space:nowrap}._confirmAllBtn_whe62_19:hover:not(:disabled){background:#1e3a8a;border-color:#1e3a8a}._confirmAllBtn_whe62_19:disabled{background:#d1d5db;border-color:#d1d5db;color:#fff;cursor:not-allowed}._confirmAllBtnUndo_whe62_28{background:#fff;color:#1d4ed8}._confirmAllBtnUndo_whe62_28:hover:not(:disabled){background:#dbeafe;border-color:#1e3a8a;color:#1e3a8a}._headerActions_whe62_35{display:flex;align-items:flex-end;gap:12px}._weekSelector_whe62_38{display:flex;flex-direction:column;gap:2px}._weekSelectorLabel_whe62_41{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600}._weekSelectorSelect_whe62_45{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;cursor:pointer;background:#fff;min-width:140px;height:38px;box-sizing:border-box}._weekSelectorSelect_whe62_45:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}._error_whe62_54{padding:12px;border-radius:8px;background:#fef2f2;color:#991b1b}._muted_whe62_55{color:#6b7280;padding:8px 0;font-size:13px}._aulaSection_whe62_58{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}._aulaTitle_whe62_64{margin:0;font-size:16px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em;padding:4px 0;border-bottom:2px solid #d1fae5}._calendar_whe62_76{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;overflow-x:auto;padding-bottom:4px}._dayCol_whe62_84{display:flex;flex-direction:column;min-width:0}._dayHeader_whe62_90{background:#1f2937;color:#fff;padding:10px 12px;border-radius:10px 10px 0 0;display:flex;flex-direction:column;gap:6px;min-height:64px}._dayHeaderTop_whe62_97{display:flex;align-items:center;justify-content:space-between;gap:8px}._dayLabel_whe62_100{font-weight:700;font-size:14px;letter-spacing:.02em}._trashBtn_whe62_101{background:transparent;border:none;cursor:pointer;color:#d1d5db;padding:4px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s}._trashBtn_whe62_101:hover{background:#ef44442e;color:#fca5a5}._trashBtn_whe62_101:focus-visible{outline:2px solid #fca5a5;outline-offset:2px}._dayCardBtn_whe62_112{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;padding:12px;display:flex;flex-direction:column;gap:12px;flex:1;min-width:0;text-align:left;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,transform .05s ease;font:inherit;color:inherit}._dayCardBtn_whe62_112:hover{background:#fafafa;box-shadow:0 4px 12px #0f172a0f}._dayCardBtn_whe62_112:active{transform:scale(.995)}._dayCardBtn_whe62_112:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}._dayCard_whe62_112{background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 10px 10px;padding:12px;display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}._confirmToggle_whe62_145{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;padding:4px 8px;background:#f9fafb;border-radius:6px;align-self:flex-start}._docenteOnly_whe62_153{flex:1;display:flex;align-items:flex-start}._docenteName_whe62_157{font-weight:600;color:#111827;line-height:1.3;font-size:14px;word-break:break-word}._docenteEmpty_whe62_161{padding:12px;border:1px dashed #d1d5db;border-radius:8px;color:#9ca3af;text-align:center;font-size:12px}._docenteEmptyInline_whe62_165{color:#9ca3af;font-size:13px;font-style:italic}._actions_whe62_167{display:flex;flex-direction:column;gap:6px;margin-top:auto;padding-top:8px;border-top:1px solid #f3f4f6}._btnContingency_whe62_173{padding:8px 10px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}._btnContingency_whe62_173:hover:not(:disabled){background:#fef3c7}._btnContingency_whe62_173:disabled{background:#f9fafb;color:#d1d5db;border-color:#e5e7eb;cursor:not-allowed}._btnVirtual_whe62_188{padding:8px 12px;border:1px solid #e9d5ff;background:#faf5ff;color:#6b21a8;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}._btnVirtual_whe62_188:hover:not(:disabled){background:#f3e8ff}._btnVirtual_whe62_188:disabled{background:#f9fafb;color:#d1d5db;border-color:#e5e7eb;cursor:not-allowed}._candidateActions_whe62_205{display:flex;flex-direction:column;gap:6px;align-items:flex-end;flex-shrink:0}._btnVideo_whe62_209{padding:8px 10px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}._btnVideo_whe62_209:hover:not(:disabled){background:#dbeafe}._btnVideo_whe62_209:disabled{background:#f9fafb;color:#d1d5db;border-color:#e5e7eb;cursor:not-allowed}._videoUploadList_whe62_225{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-top:8px;border-top:1px dashed #e5e7eb}._videoUploadItem_whe62_231{display:grid;grid-template-columns:1fr 80px;grid-template-rows:auto auto;gap:4px 10px;font-size:11px}._videoUploadName_whe62_238{grid-column:1 / 2;grid-row:1 / 2;color:#374151;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._videoUploadStatus_whe62_243{grid-column:2 / 3;grid-row:1 / 2;color:#6b7280;text-align:right}._progressBar_whe62_247{grid-column:1 / 3;grid-row:2 / 3;height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}._progressFill_whe62_251{height:100%;background:#3b82f6;transition:width .2s ease}._progressFillError_whe62_254{background:#ef4444}._btnGhost_whe62_255{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:13px;cursor:pointer}._btnGhost_whe62_255:hover{background:#f9fafb}._btnPrimary_whe62_260{padding:8px 14px;border:none;border-radius:8px;background:#1d4ed8;color:#fff;font-weight:600;font-size:13px;cursor:pointer}._btnPrimary_whe62_260:hover:not(:disabled){background:#1e3a8a}._btnPrimary_whe62_260:disabled{background:#d1d5db;cursor:not-allowed}._badge_whe62_268{display:inline-block;padding:2px 10px;border-radius:999px;font-size:11px;font-weight:600;align-self:flex-start}._badgeEval_whe62_272{background:#ede9fe;color:#5b21b6}._badgeMate_whe62_273{background:#dbeafe;color:#1e3a8a}._badgeLeng_whe62_274{background:#fee2e2;color:#991b1b}._badgeForm_whe62_275{background:#d1fae5;color:#065f46}._modalBackdrop_whe62_278{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:50;padding:16px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:_backdropFade_whe62_1 .18s ease-out}._modal_whe62_278{background:#fff;border-radius:14px;padding:0;width:560px;max-width:100%;max-height:86vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 20px 50px #0f172a40}._modalAnim_whe62_296{animation:_modalIn_whe62_1 .22s cubic-bezier(.16,1,.3,1)}@keyframes _backdropFade_whe62_1{0%{opacity:0}to{opacity:1}}@keyframes _modalIn_whe62_1{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_whe62_308{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:20px 22px 12px;border-bottom:1px solid #f3f4f6}._modalHeader_whe62_308 h2{margin:0;font-size:20px;color:#111827;line-height:1.25}._modalSub_whe62_314{margin:6px 0 0;color:#6b7280;font-size:13px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}._modalClose_whe62_318{background:none;border:none;color:#6b7280;font-size:24px;line-height:1;cursor:pointer;padding:0 4px;border-radius:6px}._modalClose_whe62_318:hover{background:#f3f4f6;color:#111827}._modalBody_whe62_325{padding:16px 22px;display:flex;flex-direction:column;gap:16px}._modalSection_whe62_329{display:flex;flex-direction:column;gap:6px}._modalSectionLabel_whe62_330{font-size:11px;font-weight:700;letter-spacing:.08em;color:#6b7280;text-transform:uppercase}._contactLine_whe62_335{display:flex;flex-direction:column;gap:6px;color:#1f2937;font-size:14px}._contactItem_whe62_339{display:inline-flex;align-items:center;gap:8px;word-break:break-word}._contactIcon_whe62_343{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280}._empresa_whe62_348{display:inline-block;background:#f3f4f6;color:#4b5563;padding:3px 12px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;align-self:flex-start}._dias_whe62_357{display:flex;gap:6px;flex-wrap:wrap}._dia_whe62_357{display:inline-block;padding:2px 10px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid transparent}._diaFree_whe62_362{background:#dcfce7;color:#166534;border-color:#bbf7d0}._diaOccupied_whe62_363{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}._legend_whe62_364{display:flex;gap:8px;align-items:center;font-size:11px;color:#6b7280;margin-top:4px}._legend_whe62_364 ._dia_whe62_357{font-size:10px;padding:1px 6px}._cambioBox_whe62_370{background:#fef3c7;padding:10px 12px;border-radius:8px;color:#78350f;font-size:13px;line-height:1.6}._notas_whe62_374{font-size:13px;color:#6b7280;font-style:italic}._modalFooter_whe62_376{display:flex;gap:8px;justify-content:flex-end;padding:14px 22px 18px;border-top:1px solid #f3f4f6}._modalHint_whe62_381{color:#6b7280;font-size:13px;margin:0 22px}._modalSearchWrap_whe62_382{padding:8px 22px 4px}._contingencyTabs_whe62_385{display:flex;gap:4px;padding:4px 22px 0;border-bottom:1px solid #e5e7eb}._contingencyTab_whe62_385{background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;padding:8px 14px;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;margin-bottom:-1px;transition:color .15s,background-color .15s}._contingencyTab_whe62_385:hover{color:#374151;background:#f9fafb;border-color:#e5e7eb}._contingencyTabActive_whe62_409{color:#1d4ed8;background:#fff;position:relative}._contingencyTabActive_whe62_409:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#1d4ed8}._candidateDisabled_whe62_423{opacity:.55}._candidatePrimary_whe62_426{border:2px solid #1d4ed8;background:#eff6ff;box-shadow:0 0 0 4px #1d4ed814}._primaryBadge_whe62_431{display:inline-block;margin-top:4px;padding:2px 8px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}._assignedSchools_whe62_445{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}._assignedSchool_whe62_445{display:inline-block;padding:2px 8px;border-radius:6px;background:#f3f4f6;color:#374151;font-size:11px;white-space:nowrap;max-width:280px;overflow:hidden;text-overflow:ellipsis}._tutorBadge_whe62_465{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}._virtualBadge_whe62_480{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:999px;background:#f3e8ff;color:#6b21a8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle}._modalSearch_whe62_382{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;box-sizing:border-box}._modalSearch_whe62_382:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}._candidateList_whe62_502{display:flex;flex-direction:column;gap:8px;padding:8px 22px 4px;max-height:50vh;overflow-y:auto}._candidate_whe62_205{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px}._candidateInfo_whe62_507{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._candidate_whe62_205 ._btnPrimary_whe62_260{flex-shrink:0}._candidateNameRow_whe62_509{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._distanceBadge_whe62_512{display:inline-block;padding:1px 8px;border-radius:999px;background:#dbeafe;color:#065f46;font-size:11px;font-weight:600;letter-spacing:.02em}._distanceBadgeMissing_whe62_517{display:inline-block;padding:1px 8px;border-radius:999px;background:#f3f4f6;color:#9ca3af;font-size:11px;font-weight:500;font-style:italic}._ineligible_whe62_522{background:#f9fafb;opacity:.7}._warn_whe62_523{color:#b45309}._docenteMeta_whe62_524{color:#6b7280;font-size:13px}._page_sxkrq_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_sxkrq_8{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}._title_sxkrq_12{margin:0;font-size:28px;font-weight:700}._headerActions_sxkrq_13{display:flex;gap:8px;flex-wrap:wrap;align-items:center;flex:1 1 auto;justify-content:flex-end}._search_sxkrq_17{flex:1 1 280px;max-width:480px;min-width:0;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;box-sizing:border-box}._primaryBtn_sxkrq_22{padding:8px 14px;border:none;border-radius:8px;background:#1d4ed8;color:#fff;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap}._primaryBtn_sxkrq_22:hover:not(:disabled){background:#1e3a8a}._primaryBtn_sxkrq_22:disabled{background:#d1d5db;cursor:not-allowed}._formField_sxkrq_30{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#374151}._formField_sxkrq_30 span{font-weight:600}._formField_sxkrq_30 input{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;box-sizing:border-box}._formField_sxkrq_30 input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}._formActions_sxkrq_43{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}._error_sxkrq_47{padding:12px;border-radius:8px;background:#fef2f2;color:#991b1b}._muted_sxkrq_48{padding:16px;color:#6b7280}._grid_sxkrq_50{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}._row_sxkrq_54{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(180px,1.5fr) minmax(120px,1fr) minmax(220px,1.4fr) 100px;gap:12px;padding:10px 14px;border-bottom:1px solid #f3f4f6;align-items:center;min-width:800px}._headRow_sxkrq_61{background:#f9fafb;font-weight:600;color:#374151;font-size:13px}._name_sxkrq_62{font-weight:500;color:#111827;word-break:break-word}._contact_sxkrq_63{font-size:13px;color:#6b7280;display:flex;flex-direction:column;gap:2px;word-break:break-word;min-width:0}._days_sxkrq_67{display:flex;gap:4px;flex-wrap:wrap}._day_sxkrq_67{display:inline-block;padding:3px 8px;font-size:11px;font-weight:600;border-radius:6px;border:1px solid transparent}._dayFree_sxkrq_73{background:#1d4ed8;color:#fff;border-color:#1d4ed8}._dayOccupied_sxkrq_76{background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}._legend_sxkrq_80{margin:4px 0 0;font-size:12px;color:#6b7280;display:flex;align-items:center;gap:6px;flex-wrap:wrap}._swatch_sxkrq_84{display:inline-block;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600}._linkBtn_sxkrq_88{border:none;background:none;color:#1d4ed8;font-size:13px;cursor:pointer;font-weight:600;text-align:right}._linkBtn_sxkrq_88:hover{text-decoration:underline}._modalBackdrop_sxkrq_94{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}._modal_sxkrq_94{background:#fff;border-radius:12px;padding:24px;width:540px;max-width:100%;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}._modal_sxkrq_94 h2{margin:0;font-size:18px}._ceCount_sxkrq_104{padding:10px 14px;border-radius:8px;background:#dbeafe;color:#065f46;font-size:14px;display:flex;flex-direction:column;gap:2px}._ceOver_sxkrq_109{background:#fef2f2;color:#991b1b}._ceCountTop_sxkrq_110{font-weight:500}._ceCountHint_sxkrq_111{font-size:12px;opacity:.75}._asgList_sxkrq_113{display:flex;flex-direction:column;gap:6px}._asgListTitle_sxkrq_114{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;padding:4px 0}._asgRow_sxkrq_116{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;display:flex;flex-direction:column;gap:4px}._asgRowMain_sxkrq_120{color:#111827}._asgRowMeta_sxkrq_121{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:#6b7280;font-size:12px}._slotPill_sxkrq_126{display:inline-block;padding:1px 8px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em}._slotPillCe_sxkrq_130{background:#dbeafe;color:#1e3a8a}._slotPillOther_sxkrq_131{background:#f3f4f6;color:#4b5563}._page_mf1qi_1{display:flex;flex-direction:column;gap:12px;min-width:0}._tabsBar_mf1qi_8{display:flex;gap:4px;border-bottom:1px solid #e5e7eb;padding:0 4px}._tab_mf1qi_8{background:#fff;border:1px solid #e5e7eb;border-bottom:none;border-radius:8px 8px 0 0;padding:10px 16px;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;margin-bottom:-1px;box-shadow:0 -1px 2px #0000000a;transition:color .15s,background-color .15s}._tab_mf1qi_8:hover{color:#374151;background:#f9fafb;border-color:#e5e7eb;border-bottom:none}._tab_mf1qi_8:active{transform:none}._tabActive_mf1qi_36{color:#1d4ed8;background:#fff;box-shadow:0 -2px 4px #1d4ed81a}._tabActive_mf1qi_36:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#1d4ed8}._tab_mf1qi_8{position:relative}._tabContent_mf1qi_52{display:flex;flex-direction:column}._page_jy7sy_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_jy7sy_8{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}._headerActions_jy7sy_12{display:flex;align-items:flex-end;gap:12px}._weekSelectorSelect_jy7sy_13{height:38px;box-sizing:border-box}._weekSelector_jy7sy_13{display:flex;flex-direction:column;gap:2px}._weekSelectorLabel_jy7sy_15{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600}._weekSelectorSelect_jy7sy_13{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;cursor:pointer;background:#fff;min-width:140px}._weekSelectorSelect_jy7sy_13:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}._title_jy7sy_24{margin:0;font-size:28px;font-weight:700;color:#111827}._subtitle_jy7sy_25{margin:4px 0 0;color:#6b7280;font-size:13px}._code_jy7sy_26{background:#f3f4f6;padding:1px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}._primaryBtn_jy7sy_33{padding:10px 16px;border-radius:8px;border:none;background:#1d4ed8;color:#fff;font-weight:600;font-size:14px;cursor:pointer;white-space:nowrap}._primaryBtn_jy7sy_33:hover:not(:disabled){background:#1e3a8a}._primaryBtn_jy7sy_33:disabled{background:#d1d5db;cursor:not-allowed}._hiddenInput_jy7sy_41{display:none}._error_jy7sy_43{padding:12px;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:14px}._muted_jy7sy_48{padding:16px;color:#6b7280}._uploadList_jy7sy_50{display:flex;flex-direction:column;gap:10px}._uploadListHeader_jy7sy_53{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151}._subtleNote_jy7sy_57{color:#6b7280;font-size:12px}._queueWrap_jy7sy_59{display:flex;flex-direction:column;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}._queueHeader_jy7sy_64{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._queueActions_jy7sy_68{display:flex;gap:10px;align-items:center}._queueList_jy7sy_69{display:flex;flex-direction:column;gap:10px}._queueItem_jy7sy_71{border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}._queueItem_jy7sy_71._status_done_jy7sy_76{border-color:#bbf7d0;background:#f0fdf4}._queueItem_jy7sy_71._status_error_jy7sy_77{border-color:#fecaca;background:#fef2f2}._queueItemTop_jy7sy_78{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}._queueItemFile_jy7sy_81{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._queueItemFile_jy7sy_81 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._iconBtn_jy7sy_85{background:none;border:none;cursor:pointer;font-size:18px;color:#9ca3af;line-height:1;padding:2px 6px;border-radius:4px}._iconBtn_jy7sy_85:hover{background:#f3f4f6;color:#374151}._contextRow_jy7sy_92{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:center}._select_jy7sy_98{width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;background:#fff}._derived_jy7sy_103{grid-column:1 / -1;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#374151;padding:4px 0}._materiaTag_jy7sy_109{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#f3f4f6;color:#374151}._materiaTag_jy7sy_109._mat_EVALUACION_jy7sy_114{background:#ede9fe;color:#5b21b6}._materiaTag_jy7sy_109._mat_MATEMATICA_jy7sy_115{background:#dbeafe;color:#1e3a8a}._materiaTag_jy7sy_109._mat_LENGUAJE_jy7sy_116{background:#fee2e2;color:#991b1b}._materiaTag_jy7sy_109._mat_FORMACION_jy7sy_117{background:#d1fae5;color:#065f46}._docenteText_jy7sy_118{font-weight:500}._warnText_jy7sy_119{color:#b45309;font-size:13px}._uploadCard_jy7sy_121{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}._progressFillError_jy7sy_128{background:#ef4444}._uploadHeader_jy7sy_131{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;color:#374151}._progressBar_jy7sy_135{width:100%;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}._progressFill_jy7sy_128{height:100%;background:linear-gradient(90deg,#1d4ed8,#4ade80);transition:width .2s ease}._uploadStatus_jy7sy_144{font-size:12px;color:#6b7280}._empty_jy7sy_146{padding:48px;text-align:center;border:1px dashed #d1d5db;border-radius:12px;background:#fff}._empty_jy7sy_146 p{color:#6b7280;margin:0 0 16px}._tableWrap_jy7sy_152{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}._table_jy7sy_152{width:100%;border-collapse:collapse;font-size:14px;min-width:700px}._table_jy7sy_152 thead th{text-align:left;padding:10px 14px;background:#f9fafb;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap}._table_jy7sy_152 tbody td{padding:12px 14px;border-bottom:1px solid #f3f4f6;vertical-align:middle}._subdued_jy7sy_162{color:#9ca3af;font-size:11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;margin-top:2px;word-break:break-all}._actionsCell_jy7sy_164{white-space:nowrap;text-align:right;width:1%}._actions_jy7sy_164{display:inline-flex;gap:8px;align-items:center}._linkBtn_jy7sy_166{border:none;background:none;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}._linkBtn_jy7sy_166:hover{text-decoration:underline}._dangerBtn_jy7sy_171{border:1px solid #fecaca;background:#fff;color:#dc2626;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}._dangerBtn_jy7sy_171:hover:not(:disabled){background:#fef2f2}._dangerBtn_jy7sy_171:disabled{opacity:.5;cursor:not-allowed}._modalBackdrop_jy7sy_179{position:fixed;inset:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:50;padding:16px}._modal_jy7sy_179{background:#fff;border-radius:12px;padding:24px;width:480px;max-width:100%;display:flex;flex-direction:column;gap:12px}._modal_jy7sy_179 h2{margin:0;font-size:18px}._modal_jy7sy_179 p{margin:0;color:#4b5563;font-size:14px;line-height:1.5}._modalActions_jy7sy_191{display:flex;justify-content:flex-end;gap:8px}._modalWide_jy7sy_194{background:#fff;border-radius:12px;padding:24px;width:720px;max-width:100%;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}._modalWide_jy7sy_194 h2{margin:0;font-size:18px}._insightsList_jy7sy_201{display:flex;flex-direction:column;gap:8px}._insightCard_jy7sy_202{border:1px solid #e5e7eb;border-left:4px solid #d1d5db;border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:6px}._insightOk_jy7sy_207{border-left-color:#16a34a;background:#f0fdf4}._insightBad_jy7sy_208{border-left-color:#dc2626;background:#fef2f2}._insightHeader_jy7sy_209{display:flex;justify-content:space-between;gap:8px;font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:600}._insightCode_jy7sy_215{color:#9ca3af}._insightTitle_jy7sy_216{font-weight:600;color:#111827;font-size:14px}._insightReason_jy7sy_217{color:#4b5563;font-size:13px;line-height:1.5}._formActions_jy7sy_218{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}._tableToolbar_jy7sy_220{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#fafafa}._tableSearchInput_jy7sy_225{flex:1;min-width:220px;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff}._tableSearchInput_jy7sy_225:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826}._tablePageSizeWrap_jy7sy_231{display:flex;align-items:center;gap:6px}._tablePageSizeLabel_jy7sy_232{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._tablePageSizeSelect_jy7sy_233{padding:6px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;cursor:pointer}._tableCounter_jy7sy_237{font-size:12px;color:#64748b;font-weight:600}._tablePager_jy7sy_239{display:flex;align-items:center;justify-content:center;gap:14px;padding:14px 12px;border-top:1px solid #e5e7eb}._tablePagerBtn_jy7sy_243{padding:7px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}._tablePagerBtn_jy7sy_243:hover:not(:disabled){background:#f1f5f9}._tablePagerBtn_jy7sy_243:disabled{opacity:.4;cursor:not-allowed}._tablePagerInfo_jy7sy_249{font-size:12px;color:#475569}._page_1ggto_1{width:100%}._loading_1ggto_2{color:#6b7280;text-align:center;padding:60px}._header_1ggto_4{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}._title_1ggto_5{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}._newBtn_1ggto_7{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer}._newBtn_1ggto_7:hover{background:#2563eb}._error_1ggto_14{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 16px;color:#b91c1c;font-size:.875rem;margin-bottom:16px}._empty_1ggto_20{text-align:center;padding:80px 20px;color:#6b7280}._emptyHint_1ggto_21{font-size:.875rem;color:#9ca3af;margin-top:4px}._emptyBtn_1ggto_22{margin-top:16px;padding:10px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer}._emptyBtn_1ggto_22:hover{background:#2563eb}._tableWrap_1ggto_29{overflow-x:auto;border:1px solid #e5e7eb;border-radius:12px;background:#fff}._table_1ggto_29{width:100%;border-collapse:collapse}._table_1ggto_29 thead th{padding:12px 16px;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;background:#f9fafb}._table_1ggto_29 tbody td{padding:12px 16px;font-size:.875rem;color:#1f2937;border-bottom:1px solid #f3f4f6}._table_1ggto_29 tbody tr:hover{background:#f9fafb}._tdFile_1ggto_45{font-weight:500;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tdTruncate_1ggto_46{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tdCenter_1ggto_47{text-align:center}._tdActions_1ggto_49{display:flex;gap:8px}._badge_1ggto_51{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600}._badgeOk_1ggto_55{background:#dcfce7;color:#166534}._badgeErr_1ggto_56{background:#fef2f2;color:#991b1b}._viewBtn_1ggto_58{padding:5px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;color:#3b82f6;font-weight:500;cursor:pointer}._viewBtn_1ggto_58:hover{background:#eff6ff;border-color:#3b82f6}._deleteBtn_1ggto_64{padding:5px 12px;background:#fff;border:1px solid #fecaca;border-radius:6px;font-size:.8125rem;color:#dc2626;font-weight:500;cursor:pointer}._deleteBtn_1ggto_64:hover{background:#fef2f2}._backdrop_1ggto_71{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:200}._modal_1ggto_75{width:100%;max-width:440px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;padding:24px}._modalTitle_1ggto_79{font-size:1.0625rem;font-weight:700;margin:0 0 12px;color:#1f2937}._modalText_1ggto_80{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0 0 20px}._modalActions_1ggto_81{display:flex;justify-content:flex-end;gap:12px}._cancelBtn_1ggto_83{padding:8px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1f2937;cursor:pointer}._cancelBtn_1ggto_83:hover{background:#f9fafb}._confirmDeleteBtn_1ggto_89{padding:8px 20px;background:#dc2626;border:none;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;cursor:pointer}._confirmDeleteBtn_1ggto_89:hover{background:#b91c1c}._confirmDeleteBtn_1ggto_89:disabled{background:#f87171;cursor:not-allowed}._pagination_1ggto_97{display:flex;align-items:center;justify-content:center;gap:4px;margin:20px 0}._pageNav_1ggto_101{padding:8px 12px;background:none;border:none;font-size:.875rem;color:#6b7280;cursor:pointer}._pageNav_1ggto_101:disabled{color:#d1d5db;cursor:not-allowed}._pageBtn_1ggto_106{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.875rem;color:#1f2937;cursor:pointer}._pageBtn_1ggto_106:hover{background:#f9fafb}._pageBtnActive_1ggto_112{background:#1f2937;color:#fff;border-color:#1f2937}._pageDots_1ggto_113{padding:0 4px;color:#9ca3af}@media(max-width:768px){._header_1ggto_4{flex-direction:column;align-items:flex-start;gap:12px}._title_1ggto_5{font-size:1.25rem}._newBtn_1ggto_7{width:100%;justify-content:center}._table_1ggto_29 thead th{padding:10px 12px;font-size:.6875rem}._table_1ggto_29 tbody td{padding:10px 12px;font-size:.8125rem}._tdFile_1ggto_45{max-width:160px}._tdTruncate_1ggto_46{max-width:120px}._tdActions_1ggto_49{flex-direction:column;gap:4px}._viewBtn_1ggto_58,._deleteBtn_1ggto_64{padding:6px 10px;font-size:.75rem;min-height:32px}._pagination_1ggto_97{gap:2px}._pageNav_1ggto_101{font-size:.8125rem;padding:6px 8px}._pageBtn_1ggto_106{width:32px;height:32px;font-size:.8125rem}._modal_1ggto_75{max-width:calc(100vw - 32px);padding:20px}._modalActions_1ggto_81{flex-direction:column-reverse}._cancelBtn_1ggto_83,._confirmDeleteBtn_1ggto_89{width:100%;text-align:center}}._page_1alcr_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_1alcr_3{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._title_1alcr_4{margin:0;font-size:24px;color:#111827;font-weight:700}._subtitle_1alcr_5{margin:4px 0 0;color:#6b7280;font-size:14px}._filterRow_1alcr_7{display:flex;flex-wrap:wrap;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}._field_1alcr_11{display:flex;flex-direction:column;gap:4px;min-width:160px}._field_1alcr_11 span{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._field_1alcr_11 select,._field_1alcr_11 input{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;cursor:pointer}._error_1alcr_18{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:13px}._muted_1alcr_22{color:#94a3b8;font-size:12px}._tableWrap_1alcr_24{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}._table_1alcr_24{width:100%;border-collapse:collapse;font-size:13px}._table_1alcr_24 thead th{text-align:left;padding:10px 14px;background:#f9fafb;color:#374151;font-weight:600;border-bottom:1px solid #e5e7eb;white-space:nowrap}._table_1alcr_24 tbody td{padding:12px 14px;border-bottom:1px solid #f3f4f6;vertical-align:top}._tsCell_1alcr_34{white-space:nowrap;color:#475569;font-size:12px}._actionBadge_1alcr_36{display:inline-block;padding:3px 8px;border-radius:4px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:600;white-space:nowrap}._subdued_1alcr_42{color:#94a3b8;font-size:11px;margin-top:2px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}._changesList_1alcr_44{display:flex;flex-direction:column;gap:4px;font-size:12px}._changeRow_1alcr_45{line-height:1.5}._fieldName_1alcr_46{color:#475569;font-weight:600}._beforeVal_1alcr_47{color:#dc2626;text-decoration:line-through;font-family:ui-monospace,monospace;font-size:11px}._afterVal_1alcr_48{color:#16a34a;font-weight:600;font-family:ui-monospace,monospace;font-size:11px}._pager_1alcr_50{display:flex;align-items:center;justify-content:center;gap:16px;padding:12px}._pagerBtn_1alcr_54{padding:6px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}._pagerBtn_1alcr_54:hover:not(:disabled){background:#f1f5f9}._pagerBtn_1alcr_54:disabled{opacity:.4;cursor:not-allowed}._page_1cwv1_1{display:flex;flex-direction:column;gap:16px;min-width:0}._header_1cwv1_2{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._title_1cwv1_3{margin:0;font-size:24px;color:#111827;font-weight:700}._subtitle_1cwv1_4{margin:4px 0 0;color:#6b7280;font-size:14px;max-width:720px}._toolbar_1cwv1_6{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px}._searchInput_1cwv1_11{flex:1;min-width:220px;padding:9px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}._searchInput_1cwv1_11:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826}._pageSizeWrap_1cwv1_17{display:flex;align-items:center;gap:6px}._pageSizeLabel_1cwv1_18{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.4px}._pageSizeSelect_1cwv1_19{padding:7px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;cursor:pointer}._counter_1cwv1_23{font-size:12px;color:#64748b;font-weight:600}._pager_1cwv1_25{display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 12px}._pagerBtn_1cwv1_29{padding:7px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1d4ed8;font-size:13px;font-weight:600;cursor:pointer}._pagerBtn_1cwv1_29:hover:not(:disabled){background:#f1f5f9}._pagerBtn_1cwv1_29:disabled{opacity:.4;cursor:not-allowed}._pagerInfo_1cwv1_35{font-size:12px;color:#475569}._error_1cwv1_37{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;font-size:13px}._muted_1cwv1_41{color:#94a3b8;font-size:13px}._empty_1cwv1_43{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:18px 20px;color:#14532d}._empty_1cwv1_43 strong{display:block;font-size:15px;margin-bottom:4px}._empty_1cwv1_43 p{margin:0;color:#166534;font-size:13px}._cardsGrid_1cwv1_51{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:12px}._card_1cwv1_51{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px;transition:border-color .15s,box-shadow .15s}._card_1cwv1_51:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0d}._cardHeader_1cwv1_70{display:flex;align-items:center;justify-content:space-between;gap:10px}._fileInfo_1cwv1_73{display:flex;gap:8px;align-items:center;min-width:0;flex:1}._fileIcon_1cwv1_74{flex-shrink:0;width:28px;height:28px;border-radius:6px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}._fileIcon_1cwv1_74 svg{width:16px;height:16px}._fileText_1cwv1_83{min-width:0;flex:1}._fileName_1cwv1_84{font-size:13px;font-weight:600;color:#0f172a;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._slotHint_1cwv1_88{font-size:11px;color:#6366f1;font-weight:600;margin-top:2px;text-transform:uppercase;letter-spacing:.4px}._dateBadge_1cwv1_93{flex-shrink:0;background:#f1f5f9;color:#475569;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}._cardBody_1cwv1_101{display:block}._personPicker_1cwv1_104{position:relative}._personPickerInput_1cwv1_105{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff}._personPickerInput_1cwv1_105:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 2px #1d4ed826}._personPickerList_1cwv1_114{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:20;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0f172a1f}._personPickerEmpty_1cwv1_121{padding:10px 12px;color:#94a3b8;font-size:12px}._personPickerItem_1cwv1_122{display:block;width:100%;text-align:left;padding:7px 12px;border:none;background:transparent;cursor:pointer;border-bottom:1px solid #f1f5f9}._personPickerItem_1cwv1_122:last-child{border-bottom:none}._personPickerItem_1cwv1_122:hover{background:#f1f5f9}._personPickerItemName_1cwv1_131{display:block;font-size:12px;font-weight:600;color:#1e293b}._personPickerItemMeta_1cwv1_132{display:block;font-size:10px;color:#64748b;margin-top:1px}._personChip_1cwv1_134{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border:1px solid #c7d2fe;background:#eef2ff;border-radius:8px}._personChipInfo_1cwv1_140{display:flex;flex-direction:column;min-width:0;flex:1}._personChipName_1cwv1_141{font-size:12px;font-weight:600;color:#1e1b4b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._personChipKind_1cwv1_145{font-size:10px;color:#4338ca;margin-top:1px}._personChipClear_1cwv1_146{background:transparent;border:none;cursor:pointer;color:#6366f1;font-size:18px;line-height:1;padding:0 4px;flex-shrink:0}._personChipClear_1cwv1_146:hover{color:#312e81}._field_1cwv1_152{display:flex;flex-direction:column;gap:4px;min-width:0}._fieldLabel_1cwv1_153{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}._select_1cwv1_157{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;background:#fff;cursor:pointer;width:100%}._select_1cwv1_157:disabled{background:#f3f4f6;cursor:not-allowed;color:#9ca3af}._cardFooter_1cwv1_164{display:flex;align-items:center;justify-content:space-between;gap:10px}._previewBox_1cwv1_167{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1;min-width:0;font-size:12px;color:#1e293b}._materiaBadge_1cwv1_172{display:inline-block;padding:2px 7px;border-radius:4px;background:#eff6ff;color:#1d4ed8;font-size:10px;font-weight:700;letter-spacing:.2px;flex-shrink:0}._docenteName_1cwv1_177{font-weight:600;color:#1e293b}._primaryBtn_1cwv1_179{background:#1d4ed8;color:#fff;border:1px solid #1d4ed8;padding:7px 16px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background-color .15s,border-color .15s}._primaryBtn_1cwv1_179:hover:not(:disabled){background:#1e40af;border-color:#1e40af}._primaryBtn_1cwv1_179:disabled{background:#f9fafb;color:#cbd5e1;border-color:#e5e7eb;cursor:not-allowed}._main_1g9m8_1{max-width:1000px;margin:0 auto;padding:3rem 2rem;font-family:system-ui,sans-serif}._loadingWrap_1g9m8_8{display:flex;justify-content:center;padding:4rem}._loadingText_1g9m8_14{font-size:1.25rem;color:var(--color-text-muted)}._header_1g9m8_19{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}._pageTitle_1g9m8_28{margin:0 0 .5rem;font-size:2.5rem;font-weight:800;letter-spacing:-.05em}._pageSubtitle_1g9m8_35{margin:0;color:var(--color-text-muted);font-size:1.1rem}._addBtn_1g9m8_41{background:var(--color-link);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a}._errorBanner_1g9m8_56{background:color-mix(in srgb,var(--color-status-error) 10%,var(--color-bg));border:1px solid color-mix(in srgb,var(--color-status-error) 30%,var(--color-bg));padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem}._errorBannerText_1g9m8_64{color:var(--color-status-error);margin:0;font-weight:500}._emptyState_1g9m8_70{text-align:center;padding:5rem 2rem;background:var(--color-bg-subtle);border-radius:16px;border:1px dashed var(--color-border);display:flex;flex-direction:column;align-items:center;gap:1.5rem}._emptyIcon_1g9m8_82{width:64px;height:64px;background:color-mix(in srgb,var(--color-link) 15%,var(--color-bg));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-link)}._emptyTitle_1g9m8_93{margin:0 0 .5rem;font-size:1.25rem}._emptyText_1g9m8_98{margin:0;color:var(--color-text-muted)}._tableWrap_1g9m8_103{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._table_1g9m8_103{width:100%;border-collapse:collapse;text-align:left}._thead_1g9m8_117{background:var(--color-bg-subtle);border-bottom:1px solid var(--color-border)}._th_1g9m8_117{padding:1rem 1.5rem;font-weight:600;color:var(--color-text-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}._thRight_1g9m8_131{padding:1rem 1.5rem;font-weight:600;color:var(--color-text-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;text-align:right}._tr_1g9m8_141{border-bottom:1px solid var(--color-border);transition:background .2s}._tr_1g9m8_141:hover{background:var(--color-bg-subtle)}._trLast_1g9m8_150{border-bottom:none}._td_1g9m8_154{padding:1rem 1.5rem}._tdEmail_1g9m8_158{padding:1rem 1.5rem;font-weight:500}._tdMuted_1g9m8_163{padding:1rem 1.5rem;color:var(--color-text-muted)}._tdRight_1g9m8_168{padding:1rem 1.5rem;text-align:right}._roleBadge_1g9m8_173{padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:700}._roleAdmin_1g9m8_180{background:color-mix(in srgb,var(--color-status-error) 15%,transparent);color:var(--color-status-error)}._roleDefault_1g9m8_185{background:color-mix(in srgb,var(--color-link) 15%,transparent);color:var(--color-link)}._statusRow_1g9m8_190{display:flex;align-items:center;gap:.5rem}._statusDot_1g9m8_196{width:8px;height:8px;border-radius:50%}._statusDotOn_1g9m8_202{width:8px;height:8px;border-radius:50%;background:var(--color-status-success)}._statusDotOff_1g9m8_209{width:8px;height:8px;border-radius:50%;background:var(--color-text-muted)}._statusLabel_1g9m8_216{font-size:.9rem}._statusLabelInactive_1g9m8_220{font-size:.9rem;color:var(--color-text-muted)}._btnEdit_1g9m8_225{padding:.4rem .8rem;cursor:pointer;background:transparent;border:1px solid var(--color-border);border-radius:6px;font-size:.9rem;margin-right:.5rem;color:var(--color-text)}._btnDelete_1g9m8_236{padding:.4rem .8rem;cursor:pointer;background:color-mix(in srgb,var(--color-status-error) 10%,transparent);color:var(--color-status-error);border:none;border-radius:6px;font-size:.9rem}._modalBackdrop_1g9m8_246{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalPanel_1g9m8_257{background:var(--color-bg);padding:2rem;border-radius:16px;width:100%;max-width:450px;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--color-border)}._modalTitle_1g9m8_267{margin:0 0 1.5rem;font-size:1.5rem}._modalError_1g9m8_272{color:var(--color-status-error);margin-bottom:1rem;padding:.75rem;background:color-mix(in srgb,var(--color-status-error) 10%,transparent);border-radius:8px}._label_1g9m8_280{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem}._labelCheckbox_1g9m8_287{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:1.5rem}._input_1g9m8_295{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:1rem;box-sizing:border-box;margin-bottom:1rem}._hint_1g9m8_307{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .35rem}._checkbox_1g9m8_313{width:18px;height:18px;cursor:pointer}._modalDivider_1g9m8_319{margin:1.5rem 0;height:1px;background:var(--color-border)}._modalActions_1g9m8_325{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}._btnCancel_1g9m8_332{padding:.75rem 1.5rem;background:transparent;border:1px solid var(--color-border);cursor:pointer}._btnSubmit_1g9m8_339{padding:.75rem 1.5rem;background:var(--color-link);color:#fff;border:none;cursor:pointer;font-weight:600}#root{width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:var(--color-text-muted)}@media(max-width:768px){.visualize-layout{flex-direction:column}.visualize-sidebar{width:100%!important;min-width:unset!important;max-height:45vh;border-right:none;border-bottom:1px solid var(--color-border)}}
