:root{--color-bg:#0b1220;--color-surface:#131c2e;--color-surface-raised:#16213a;--color-border:#232f45;--color-primary:#4a6fa5;--color-primary-hover:#3d5c87;--color-text:#e5e9f0;--color-text-muted:#8892a6;--color-error:#f87171;--color-success:#34d399;--color-chrome:#101a30;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{min-height:100vh}a{color:var(--color-primary)}h1,h2,h3{font-weight:600}label{color:var(--color-text-muted);flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.875rem;display:flex}input,select,textarea{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--color-primary);outline-offset:1px}button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:1rem}button:hover:not(:disabled){background:var(--color-primary-hover)}button:disabled{cursor:not-allowed;opacity:.6}button.secondary{border:1px solid var(--color-border);color:var(--color-text);background:0 0}button.secondary:hover:not(:disabled){background:var(--color-surface)}.inline-checkbox{flex-direction:row;align-items:center;gap:.5rem}.backoffice-login{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.backoffice-login__panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:100%;max-width:22rem;padding:2rem}.backoffice-login__panel h1{text-align:center;margin:0 0 1.5rem;font-size:1.25rem}.backoffice-login__panel button{width:100%;margin-top:.5rem}.backoffice-login__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.backoffice-shell{flex-direction:column;min-height:100vh;display:flex}.backoffice-shell__topbar{background:var(--color-chrome);border-bottom:1px solid var(--color-border);flex-shrink:0;justify-content:space-between;align-items:center;height:3.5rem;padding:0 1.5rem;display:flex}.backoffice-shell__brand{font-weight:600}.backoffice-shell__topbar-actions{align-items:center;gap:1rem;display:flex}.backoffice-shell__user-email{color:var(--color-text-muted);font-size:.875rem}.backoffice-shell__body{flex:1;min-height:0;display:flex}.backoffice-shell__sidebar{background:var(--color-chrome);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;gap:.25rem;width:15rem;padding:1rem .75rem;display:flex}.backoffice-shell__nav-link{color:var(--color-text-muted);border-radius:6px;padding:.5rem .75rem;font-size:.9375rem;text-decoration:none;display:block}.backoffice-shell__nav-link:hover{background:var(--color-surface);color:var(--color-text)}.backoffice-shell__nav-link--active{background:var(--color-surface-raised);color:var(--color-text);font-weight:600}.backoffice-shell__nav-toggle{width:100%;color:var(--color-text-muted);text-align:left;background:0 0;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem;display:flex}.backoffice-shell__nav-toggle:hover{background:var(--color-surface);color:var(--color-text)}.backoffice-shell__nav-label{align-items:center;gap:.625rem;display:inline-flex}.backoffice-shell__nav-icon{opacity:.85;flex-shrink:0}.backoffice-shell__nav-badge{background:var(--color-error);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.125rem;height:1.125rem;padding:0 .3rem;font-size:.6875rem;font-weight:700;line-height:1;display:inline-flex}.backoffice-shell__nav-arrow{font-size:.625rem;transition:transform .15s;display:inline-block}.backoffice-shell__nav-arrow--open{transform:rotate(90deg)}.backoffice-shell__nav-submenu{flex-direction:column;gap:.25rem;padding-left:1.25rem;display:flex}.backoffice-shell__content{flex:1;padding:2rem;overflow:auto}@media (width<=720px){.backoffice-shell__sidebar{width:7rem;padding:.75rem .375rem}.backoffice-shell__nav-link,.backoffice-shell__nav-toggle{padding:.5rem .25rem;font-size:.75rem}.backoffice-shell__nav-link{text-align:center}.backoffice-shell__nav-toggle{flex-direction:column;gap:.25rem}.backoffice-shell__nav-label{text-align:center;flex-direction:column;gap:.25rem;width:100%}.backoffice-shell__nav-arrow{display:none}}.modal-overlay{z-index:1000;background:#040810b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-overlay__panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;width:100%;max-width:32rem;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal-overlay__panel h2,.users-page h1{margin-top:0}.users-page__filters{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.users-page__search{flex:1;gap:.5rem;min-width:16rem;max-width:28rem;display:flex}.users-page__search input{flex:1}.users-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.users-page__hint{color:var(--color-text-muted);font-size:.8125rem}.users-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.users-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.users-page__table th,.users-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.users-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.users-page__table tbody tr:last-child td{border-bottom:none}.users-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.users-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.prohibited-usernames-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.prohibited-usernames-page__header h1{margin:0}.prohibited-usernames-page__hint{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.875rem}.prohibited-usernames-page__search{max-width:20rem;margin-bottom:1rem;display:block}.prohibited-usernames-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.prohibited-usernames-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.prohibited-usernames-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.prohibited-usernames-page__table th,.prohibited-usernames-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.prohibited-usernames-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.prohibited-usernames-page__table tbody tr:last-child td{border-bottom:none}.prohibited-usernames-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.prohibited-usernames-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.prohibited-usernames-page__add-form{flex-direction:column;gap:.75rem;display:flex}.prohibited-usernames-page__danger-button{background:var(--color-error)}.prohibited-usernames-page__danger-button:hover:not(:disabled){background:#ef4444}.alert-recipients-page__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.alert-recipients-page__header h1{margin:0}.alert-recipients-page__hint{color:var(--color-text-muted);max-width:40rem;margin:.25rem 0 0;font-size:.875rem}.alert-recipients-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.alert-recipients-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.alert-recipients-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.alert-recipients-page__table th,.alert-recipients-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.alert-recipients-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.alert-recipients-page__table tbody tr:last-child td{border-bottom:none}.alert-recipients-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.alert-recipients-page__add-form{flex-direction:column;gap:.75rem;display:flex}.alert-recipients-page__danger-button{background:var(--color-error)}.alert-recipients-page__danger-button:hover:not(:disabled){background:#ef4444}.orthophoto-servers-page h1{margin-top:0}.orthophoto-servers-page__hint{color:var(--color-text-muted);max-width:44rem;margin:.25rem 0 0;font-size:.875rem}.orthophoto-servers-page__section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;margin-top:1.5rem;padding:1.25rem}.orthophoto-servers-page__section h2{margin-top:0}.orthophoto-servers-page__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.orthophoto-servers-page__header h2{margin:0}.orthophoto-servers-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.orthophoto-servers-page__notice{border:1px solid var(--color-success);color:var(--color-success);background:#34d3991f;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.orthophoto-servers-page__settings-form{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}.orthophoto-servers-page__settings-form label{color:var(--color-text-muted);flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.orthophoto-servers-page__settings-form input{width:10rem}.orthophoto-servers-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;margin-top:1rem;overflow-x:auto}.orthophoto-servers-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.orthophoto-servers-page__table th,.orthophoto-servers-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.orthophoto-servers-page__table th{color:var(--color-text-muted);background:var(--color-bg);font-weight:600}.orthophoto-servers-page__table tbody tr:last-child td{border-bottom:none}.orthophoto-servers-page__actions{gap:.5rem;display:flex}.orthophoto-servers-page__badge{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.orthophoto-servers-page__badge--ok{color:var(--color-success);background:#34d39929}.orthophoto-servers-page__badge--off{color:var(--color-text-muted);background:#94a3b829}.orthophoto-servers-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.orthophoto-servers-page__form-modal{flex-direction:column;gap:.75rem;min-width:24rem;display:flex}.orthophoto-servers-page__form-hint{color:var(--color-text-muted);font-size:.75rem;font-weight:400}.orthophoto-servers-page__checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}.orthophoto-servers-page__danger-button{background:var(--color-error)}.orthophoto-servers-page__danger-button:hover:not(:disabled){background:#ef4444}.security-access-logs-page h1{margin-top:0}.security-access-logs-page__hint{color:var(--color-text-muted);font-size:.8125rem}.security-access-logs-page__filters{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin:.75rem 0 1rem;display:flex}.security-access-logs-page__filters label{color:var(--color-text-muted);flex-direction:column;gap:.25rem;margin-bottom:0;font-size:.8125rem;display:flex}.security-access-logs-page__filters select,.security-access-logs-page__filters input{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.security-access-logs-page__filters input{min-width:16rem}.security-access-logs-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.security-access-logs-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.security-access-logs-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.security-access-logs-page__table th,.security-access-logs-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.security-access-logs-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.security-access-logs-page__table tbody tr:last-child td{border-bottom:none}.security-access-logs-page__pagination{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.security-access-logs-page__go-to-page{align-items:center;gap:.5rem;display:flex}.security-access-logs-page__go-to-page label{margin-bottom:0}.security-access-logs-page__go-to-page input{width:4.5rem}.cron-page{flex-direction:column;height:calc(100vh - 6rem);display:flex}.cron-page h1{flex-shrink:0;margin-top:0}.cron-page__hint{color:var(--color-text-muted);flex-shrink:0;font-size:.875rem}.cron-page__notice{border:1px solid var(--color-success);color:var(--color-success);background:#34d3991f;border-radius:6px;flex-shrink:0;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.cron-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;flex-shrink:0;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.cron-page__textarea{white-space:pre;resize:none;flex:1;width:100%;min-height:0;margin-top:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;line-height:1.6}.cron-page__actions{flex-shrink:0;justify-content:flex-end;margin-top:.75rem;display:flex}.exec-page h1{margin-top:0}.exec-page__hint{color:var(--color-text-muted);margin-top:-.5rem;font-size:.8125rem}.exec-page__filters{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.exec-page__search{flex:1;gap:.5rem;min-width:16rem;max-width:28rem;display:flex}.exec-page__search input{flex:1}.exec-page__filters select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.exec-page__status{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.exec-page__status--iniciado{color:var(--color-success);background:#34d39929}.exec-page__status--terminado{color:#60a5fa;background:#60a5fa29}.exec-page__status--error{color:var(--color-error);background:#f8717129}.exec-page__status--terminado-manual{color:var(--color-text-muted);background:#94a3b829}.exec-page__pid-button{border:1px solid var(--color-error);color:var(--color-error);background:0 0;padding:.2rem .6rem;font-size:.8125rem}.exec-page__pid-button:hover:not(:disabled){background:#f871711f}.exec-page__danger-button{background:var(--color-error)}.exec-page__danger-button:hover:not(:disabled){background:#ef4444}.exec-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.exec-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.exec-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.exec-page__table th,.exec-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.exec-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.exec-page__table tbody tr:last-child td{border-bottom:none}.exec-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.exec-page__log-modal{flex-direction:column;max-width:48rem;max-height:85vh;display:flex}.exec-page__log-modal h2{font-size:1.05rem}.exec-page__log-modal-meta{color:var(--color-text-muted);margin:-.5rem 0 .75rem;font-size:.8125rem}.exec-page__log-content{background:var(--color-bg);border:1px solid var(--color-border);white-space:pre-wrap;word-break:break-word;border-radius:8px;flex:1;max-height:60vh;margin:0;padding:.875rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow-y:auto}.exec-page__log-modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.lista-procesos-page h1{margin-top:0}.lista-procesos-page__hint{color:var(--color-text-muted);margin-top:-.5rem;margin-bottom:1rem;font-size:.8125rem}.lista-procesos-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.lista-procesos-page__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.lista-procesos-page__item{border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.125rem;display:flex}.lista-procesos-page__name{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9375rem;font-weight:600}.lista-procesos-page__description{color:var(--color-text-muted);max-width:42rem;margin:.25rem 0 0;font-size:.8125rem}.lista-procesos-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.lista-procesos-page__result-modal{flex-direction:column;max-width:48rem;max-height:85vh;display:flex}.lista-procesos-page__result-output{background:var(--color-bg);border:1px solid var(--color-border);white-space:pre-wrap;word-break:break-word;border-radius:8px;flex:1;max-height:60vh;margin:0;padding:.875rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow-y:auto}.ortoimagenes-page h1{margin-top:0}.ortoimagenes-page__hint{color:var(--color-text-muted);margin-top:-.5rem;font-size:.8125rem}.ortoimagenes-page__filters{gap:.75rem;margin-bottom:1rem;display:flex}.ortoimagenes-page__filters select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.ortoimagenes-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.ortoimagenes-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.ortoimagenes-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.ortoimagenes-page__table th,.ortoimagenes-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.ortoimagenes-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.ortoimagenes-page__table tbody tr:last-child td{border-bottom:none}.ortoimagenes-page__status{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.ortoimagenes-page__status--collecting,.ortoimagenes-page__status--awaiting_server{color:var(--color-text-muted);background:#94a3b829}.ortoimagenes-page__status--queued,.ortoimagenes-page__status--processing{color:#d99a06;background:#fbbf2429}.ortoimagenes-page__status--completed{color:var(--color-success);background:#34d39929}.ortoimagenes-page__status--failed{color:var(--color-error);background:#f8717129}.ortoimagenes-page__status--cancelled{color:var(--color-text-muted);background:#94a3b829}.ortoimagenes-page__cancel-button{border:1px solid var(--color-error);color:var(--color-error);background:0 0;padding:.2rem .6rem;font-size:.8125rem}.ortoimagenes-page__cancel-button:hover:not(:disabled){background:#f871711f}.ortoimagenes-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.ortoimagenes-page__failure-reason{color:var(--color-error);text-overflow:ellipsis;vertical-align:bottom;max-width:16rem;display:inline-block;overflow:hidden}.ortoimagenes-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.image-file-preview{border:1px solid var(--color-border);border-radius:8px;width:96px;height:96px;display:inline-block;position:relative;overflow:hidden}.image-file-preview img{object-fit:cover;width:100%;height:100%;display:block}.image-file-preview__remove{color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:.75rem;line-height:1;display:flex;position:absolute;top:2px;right:2px}.image-file-preview__remove:hover{background:var(--color-error)}.ticket-detail-modal__panel{flex-direction:column;width:min(40rem,92vw);max-height:85vh;display:flex}.ticket-detail-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ticket-detail-modal__header h2{margin:0}.ticket-detail-modal__pilot{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.875rem}.ticket-detail-modal__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.ticket-detail-modal__status-field{color:var(--color-text-muted);align-items:center;gap:.5rem;margin:1rem 0;font-size:.875rem;display:flex}.ticket-detail-modal__status-field select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.4rem .65rem;font-family:inherit;font-size:.9375rem}.ticket-detail-modal__thread{border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;flex-direction:column;flex:1;gap:.75rem;padding:.875rem;display:flex;overflow-y:auto}.ticket-detail-modal__message{background:var(--color-surface-raised);border-radius:10px;align-self:flex-start;max-width:85%;padding:.625rem .75rem}.ticket-detail-modal__message--admin{background:#3b82f624;align-self:flex-end}.ticket-detail-modal__message-header{color:var(--color-text-muted);justify-content:space-between;gap:1rem;margin-bottom:.25rem;font-size:.75rem;display:flex}.ticket-detail-modal__message-body{white-space:pre-line;margin:0;font-size:.9375rem}.ticket-detail-modal__message-image{border:1px solid var(--color-border);border-radius:8px;max-width:100%;max-height:10rem;margin-top:.5rem;display:block}.ticket-detail-modal__reply{flex-direction:column;gap:.5rem;margin-top:.875rem;display:flex}.ticket-detail-modal__reply textarea{background:var(--color-surface);border:1px solid var(--color-border);width:100%;color:var(--color-text);resize:vertical;border-radius:8px;padding:.625rem .75rem;font-family:inherit;font-size:.9375rem}.ticket-detail-modal__reply-actions{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ticket-detail-modal__reply-actions input[type=file]{color:var(--color-text-muted);max-width:60%;font-size:.8125rem}.tickets-page h1{margin-top:0}.tickets-page__hint{color:var(--color-text-muted);margin-top:-.5rem;font-size:.8125rem}.tickets-page__filters{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.tickets-page__filters select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.tickets-page__search{gap:.5rem;display:flex}.tickets-page__search input{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;min-width:16rem;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.tickets-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.tickets-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.tickets-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.tickets-page__table th,.tickets-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.tickets-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.tickets-page__table tbody tr:last-child td{border-bottom:none}.tickets-page__row{cursor:pointer}.tickets-page__row:hover{background:var(--color-surface-raised)}.tickets-page__status{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.tickets-page__status--pendiente{color:var(--color-text-muted);background:#94a3b829}.tickets-page__status--iniciado{color:#d99a06;background:#fbbf2429}.tickets-page__status--solucionado{color:var(--color-success);background:#34d39929}.tickets-page__status--cerrado{color:var(--color-text-muted);background:#94a3b829}.tickets-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.classified-modal__panel{width:min(44rem,94vw);max-height:88vh;overflow-y:auto}.classified-modal__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.classified-modal__header h2{overflow-wrap:anywhere;margin:0}.classified-modal__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.classified-modal__facts{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.75rem 1.25rem;margin:1rem 0;display:grid}.classified-modal__facts dt{color:var(--color-text-muted);font-size:.75rem}.classified-modal__facts dd{margin:0;font-size:.875rem}.classified-modal__section{margin-top:1.25rem}.classified-modal__section h3{margin:0 0 .375rem;font-size:.9375rem}.classified-modal__section p{margin:0}.classified-modal__description{white-space:pre-wrap;overflow-wrap:anywhere}.classified-modal__muted,.classified-modal__tag{color:var(--color-text-muted);font-size:.875rem}.classified-modal__tag--danger{color:var(--color-error)}.classified-modal__photos{flex-wrap:wrap;gap:.5rem;display:flex}.classified-modal__photos img{object-fit:cover;border-radius:8px;width:6rem;height:6rem}.classified-modal__actions{border-top:1px solid var(--color-border);padding-top:1rem}.classified-modal__buttons{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.classified-modal__confirm label{color:var(--color-text-muted);flex-direction:column;gap:.375rem;margin-top:.75rem;font-size:.875rem;display:flex}.classified-modal__confirm textarea{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text);resize:vertical;border-radius:6px;padding:.5rem .75rem;font-family:inherit}button.classified-modal__danger{background:var(--color-error);border-color:var(--color-error);color:#1a0b0b}button.classified-modal__danger:hover:not(:disabled){background:#ef4444}.searchable-select{min-width:15rem;position:relative}.searchable-select__trigger{text-align:left;justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.searchable-select__trigger span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.searchable-select__panel{z-index:20;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;width:max(100%,22rem);padding:.5rem;position:absolute;top:calc(100% + .25rem);left:0;box-shadow:0 8px 24px #00000059}.searchable-select__panel input{background:var(--color-bg);border:1px solid var(--color-border);width:100%;color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit}.searchable-select__panel ul{max-height:16rem;margin:.5rem 0 0;padding:0;list-style:none;overflow-y:auto}.searchable-select__panel li button{text-align:left;width:100%;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.4rem .6rem;font-size:.875rem}.searchable-select__panel li button:hover{background:var(--color-surface)}.searchable-select__panel li[aria-selected=true] button{color:var(--color-primary);font-weight:600}.searchable-select__hint{color:var(--color-text-muted);padding:.4rem .6rem;font-size:.8125rem}.classifieds-admin h1{margin-top:0}.classifieds-admin__hint{color:var(--color-text-muted);margin-top:-.5rem;font-size:.8125rem}.classifieds-admin__tabs{border-bottom:1px solid var(--color-border);gap:.25rem;margin-bottom:1rem;display:flex}.classifieds-admin__tabs button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:.5rem 1rem}.classifieds-admin__tabs button.is-active{color:var(--color-text);border-bottom-color:var(--color-primary)}.classifieds-admin__filters{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.classifieds-admin__filters label,.classifieds-admin__field{color:var(--color-text-muted);flex-direction:column;gap:.25rem;font-size:.75rem;display:flex}.classifieds-admin__filters select,.classifieds-admin__search input{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.classifieds-admin__search{gap:.5rem;display:flex}.classifieds-admin__search input{min-width:16rem}.classifieds-admin__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.classifieds-admin__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.classifieds-admin__table{border-collapse:collapse;width:100%;font-size:.875rem}.classifieds-admin__table th,.classifieds-admin__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.classifieds-admin__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.classifieds-admin__table tbody tr:last-child td{border-bottom:none}.classifieds-admin__row{cursor:pointer}.classifieds-admin__row:hover{background:var(--color-surface-raised)}.classifieds-admin__title{text-overflow:ellipsis;max-width:22rem;overflow:hidden}.classifieds-admin__wrap{white-space:normal;max-width:24rem}.classifieds-admin__muted{color:var(--color-text-muted)}.classifieds-admin__author-flag{margin-left:.5rem}.classifieds-admin__inline-confirm{align-items:center;gap:.375rem;display:inline-flex}.classifieds-admin__pagination,.classifieds-admin__count{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.classified-status{color:var(--color-text-muted);background:#94a3b829;border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.classified-status--published{color:var(--color-success);background:#34d39929}.classified-status--blocked{color:var(--color-error);background:#f8717129}.classified-status--pending_payment,.classified-status--expired{color:#d99a06;background:#fbbf2429}.logs-page h1{margin-top:0}.logs-page__hint{color:var(--color-text-muted);font-size:.8125rem}.logs-page__filters{flex-wrap:wrap;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.logs-page__filters select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.logs-page__search{flex:1;gap:.5rem;min-width:16rem;max-width:24rem;display:flex}.logs-page__search input{flex:1}.logs-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.logs-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.logs-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.logs-page__table th,.logs-page__table td{text-align:left;border-bottom:1px solid var(--color-border);padding:.625rem .875rem}.logs-page__table th{color:var(--color-text-muted);background:var(--color-surface);white-space:nowrap;font-weight:600}.logs-page__table td{white-space:nowrap}.logs-page__content-preview{text-overflow:ellipsis;max-width:28rem;overflow:hidden;white-space:nowrap!important}.logs-page__table tbody tr:last-child td{border-bottom:none}.logs-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.logs-page__log-modal{flex-direction:column;max-width:48rem;max-height:85vh;display:flex}.logs-page__log-modal h2{font-size:1.05rem}.logs-page__log-modal-meta{color:var(--color-text-muted);margin:-.5rem 0 .75rem;font-size:.8125rem}.logs-page__log-modal-changed-by{margin:0 0 .75rem;font-size:.875rem}.logs-page__log-content{background:var(--color-bg);border:1px solid var(--color-border);white-space:pre-wrap;word-break:break-word;border-radius:8px;flex:1;max-height:60vh;margin:0;padding:.875rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow-y:auto}.logs-page__log-modal-actions{justify-content:flex-end;margin-top:1rem;display:flex}.backups-page h1{margin-top:0}.backups-page__hint{color:var(--color-text-muted);margin-top:-.5rem;margin-bottom:1rem;font-size:.8125rem}.backups-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.backups-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;overflow-x:auto}.backups-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.backups-page__table th,.backups-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.backups-page__table th{color:var(--color-text-muted);background:var(--color-surface);font-weight:600}.backups-page__table tbody tr:last-child td{border-bottom:none}.backups-page__status{border-radius:999px;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.backups-page__status--exito{color:var(--color-success);background:#34d39929}.backups-page__status--error{color:#fbbf24;background:#fbbf2429}.backups-page__status--fallido{color:var(--color-error);background:#f8717129}.backups-page__pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.backups-page__restore-button{border:1px solid var(--color-border);color:var(--color-text);background:0 0;padding:.25rem .7rem;font-size:.8125rem}.backups-page__restore-button:hover:not(:disabled){background:var(--color-surface)}.backups-page__danger-button{background:var(--color-error)}.backups-page__danger-button:hover:not(:disabled){background:#ef4444}.backups-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.backups-page__result-modal{flex-direction:column;max-width:48rem;max-height:85vh;display:flex}.backups-page__result-output{background:var(--color-bg);border:1px solid var(--color-border);white-space:pre-wrap;word-break:break-word;border-radius:8px;flex:1;max-height:60vh;margin:0;padding:.875rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.5;overflow-y:auto}.settings-page h1{margin-top:0}.settings-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.settings-page__notice{border:1px solid var(--color-success);color:var(--color-success);background:#34d3991f;border-radius:6px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.875rem}.settings-page__form{flex-direction:column;gap:1rem;max-width:24rem;display:flex}.settings-page__form button{align-self:flex-start}.settings-classifieds__form{max-width:28rem}.settings-classifieds__mode{border:0;margin:0;padding:0}.settings-classifieds__mode legend{color:var(--color-text-muted);margin-bottom:.5rem;padding:0;font-size:.875rem}.settings-classifieds__switch{border:1px solid var(--color-border);background:var(--color-surface);border-radius:999px;display:inline-flex;overflow:hidden}.settings-classifieds__form .settings-classifieds__switch button{color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:0;align-self:auto;padding:.5rem 1.5rem}.settings-classifieds__form .settings-classifieds__switch button.is-active{background:var(--color-primary);color:#fff}.settings-classifieds__hint{color:var(--color-text-muted);margin:0;font-size:.875rem}.settings-classifieds__warning{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b;border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.875rem}.usage-limits-page h1{margin-top:0}.usage-limits-page__intro{color:var(--color-text-muted);max-width:56rem;font-size:.875rem;line-height:1.55}.usage-limits-page__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0 1.25rem;display:flex}.usage-limits-page__count{color:var(--color-text-muted);font-size:.8125rem}.usage-limits-page__error{color:var(--color-error);font-size:.875rem}.usage-limits-page__group{max-width:62rem;margin-bottom:1.5rem}.usage-limits-page__group h2{margin:0 0 .5rem;font-size:1.05rem}.usage-limits-page__group ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.usage-limits-page__row{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;grid-template-columns:1fr auto;align-items:start;gap:.5rem 1.5rem;padding:.85rem 1rem;display:grid}.usage-limits-page__title{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.usage-limits-page__tag{border:1px solid var(--color-border);color:var(--color-text-muted);border-radius:999px;padding:.05rem .55rem;font-size:.6875rem}.usage-limits-page__tag--modified{color:#f2b84b;border-color:#f2b84b}.usage-limits-page__description{color:var(--color-text-muted);margin:.35rem 0 .25rem;font-size:.8125rem;line-height:1.5}.usage-limits-page__default{color:var(--color-text-muted);opacity:.85;margin:0;font-size:.75rem}.usage-limits-page__controls{align-items:flex-end;gap:.5rem;display:flex}.usage-limits-page__controls label{margin:0;font-size:.75rem}.usage-limits-page__controls input{width:5.5rem}.usage-limits-page__controls select{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);border-radius:6px;padding:.5rem;font-family:inherit;font-size:.9375rem}.usage-limits-page__row>.usage-limits-page__error{grid-column:1/-1;margin:0}.usage-limits-page__modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}@media (width<=760px){.usage-limits-page__row{grid-template-columns:1fr}.usage-limits-page__controls{flex-wrap:wrap}}.abuse-page h2{margin:1.25rem 0 .5rem;font-size:1.05rem}.abuse-page__summary{flex-wrap:wrap;gap:.5rem;margin:.5rem 0 .25rem;display:flex}.abuse-page__pill{border:1px solid var(--color-border);border-radius:999px;padding:.2rem .75rem;font-size:.8125rem;font-weight:600}.abuse-page__notice{border:1px solid var(--color-success);color:var(--color-success);background:#34d3991f;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.abuse-page__sub{color:var(--color-text-muted);font-size:.75rem}.abuse-page__mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}.abuse-page__modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.system-status-page h1{margin-top:0}.system-status-page__hint{color:var(--color-text-muted);max-width:48rem;font-size:.8125rem}.system-status-page__actions{margin:1rem 0}.system-status-page__error{color:var(--color-error)}.system-status-page__summary{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.system-status-page__pill{border:1px solid var(--color-border);border-radius:999px;padding:.2rem .75rem;font-size:.8125rem;font-weight:600}.system-status-page__pill--ok{color:var(--color-success);border-color:var(--color-success)}.system-status-page__pill--warning{color:#f2b84b;border-color:#f2b84b}.system-status-page__pill--error{color:var(--color-error);border-color:var(--color-error)}.system-status-page__pill--skipped{color:var(--color-text-muted)}.system-status-page__meta{color:var(--color-text-muted);margin-left:.5rem;font-size:.8125rem}.system-status-page__group{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;max-width:56rem;margin-bottom:1rem;padding:.5rem 1rem}.system-status-page__group h2{margin:.5rem 0;font-size:1rem}.system-status-page__group ul{margin:0;padding:0;list-style:none}.system-status-page__item{border-top:1px solid var(--color-border);align-items:flex-start;gap:.75rem;padding:.6rem 0;display:flex}.system-status-page__badge{text-align:center;border:1px solid var(--color-border);border-radius:6px;flex-shrink:0;width:5.5rem;padding:.15rem 0;font-size:.75rem;font-weight:700}.system-status-page__badge--ok{color:var(--color-success);border-color:var(--color-success)}.system-status-page__badge--warning{color:#f2b84b;border-color:#f2b84b}.system-status-page__badge--error{color:var(--color-error);border-color:var(--color-error)}.system-status-page__badge--skipped{color:var(--color-text-muted)}.system-status-page__label{font-size:.9375rem;font-weight:600}.system-status-page__detail{color:var(--color-text-muted);word-break:break-word;font-size:.8125rem}@media (width<=640px){.system-status-page__item{flex-direction:column;gap:.35rem}}.subscription-plans-page h1{margin-top:0}.subscription-plans-page__hint{color:var(--color-text-muted);max-width:44rem;margin:.25rem 0 0;font-size:.875rem}.subscription-plans-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.subscription-plans-page__table-wrapper{border:1px solid var(--color-border);border-radius:10px;margin-top:1rem;overflow-x:auto}.subscription-plans-page__table{border-collapse:collapse;width:100%;font-size:.875rem}.subscription-plans-page__table th,.subscription-plans-page__table td{text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.625rem .875rem}.subscription-plans-page__table th{color:var(--color-text-muted);background:var(--color-bg);font-weight:600}.subscription-plans-page__table tbody tr:last-child td{border-bottom:none}.subscription-plans-page__actions{gap:.5rem;display:flex}.subscription-plans-page__form{flex-direction:column;gap:.75rem;min-width:20rem;display:flex}.subscription-plans-page__form label{color:var(--color-text-muted);flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.subscription-plans-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.admin-plan-page h1{margin-top:0}.admin-plan-page__hint{color:var(--color-text-muted);max-width:44rem;margin:.25rem 0 0;font-size:.875rem}.admin-plan-page__error{border:1px solid var(--color-error);color:var(--color-error);background:#f871711f;border-radius:6px;margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.admin-plan-page__saved{color:var(--color-text-muted);margin:0;font-size:.875rem}.admin-plan-page__form{border:1px solid var(--color-border);border-radius:10px;flex-direction:column;gap:.75rem;max-width:20rem;margin-top:1.5rem;padding:1.25rem;display:flex}.admin-plan-page__form label{color:var(--color-text-muted);flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}.admin-plan-page__actions{justify-content:flex-end;margin-top:.5rem;display:flex}
