/* /Components/AssetLibraryItemEditor.razor.rz.scp.css */
.asset-library-editor-backdrop[b-j3xgbcn6q5] {
    z-index: 2100;
}

.asset-library-editor[b-j3xgbcn6q5] {
    width: min(640px, calc(100vw - 2rem));
    max-height: calc(100vh - 3rem);
    display: flex;
    flex-direction: column;
    background: #0f172a;
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.3);
}

.asset-library-editor-body[b-j3xgbcn6q5] {
    overflow-y: auto;
    padding: 0.75rem 1rem;
    flex: 1;
}

.asset-library-editor-grid[b-j3xgbcn6q5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0.65rem;
}

.asset-library-editor-field[b-j3xgbcn6q5] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.asset-library-editor-field label[b-j3xgbcn6q5] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.asset-library-editor-field--wide[b-j3xgbcn6q5] {
    grid-column: 1 / -1;
}

.asset-library-editor-field--check[b-j3xgbcn6q5] {
    grid-column: 1 / -1;
    justify-content: flex-end;
}

.asset-library-editor-field--check label[b-j3xgbcn6q5] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #e2e8f0;
    font-size: 0.85rem;
}

.asset-library-editor-section[b-j3xgbcn6q5] {
    grid-column: 1 / -1;
    margin-top: 0.35rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.8rem;
    font-weight: 600;
    color: #7dd3fc;
}

.asset-library-editor textarea.input[b-j3xgbcn6q5] {
    resize: vertical;
    min-height: 4rem;
}

.asset-library-photo-field label[b-j3xgbcn6q5] {
    margin-bottom: 0.25rem;
}

.asset-library-photo-drop[b-j3xgbcn6q5] {
    position: relative;
    min-height: 140px;
    border: 2px dashed rgba(125, 211, 252, 0.45);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.6);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asset-library-photo-drop--active[b-j3xgbcn6q5] {
    border-color: #38bdf8;
    background: rgba(56, 189, 248, 0.12);
}

.asset-library-photo-drop--busy[b-j3xgbcn6q5] {
    opacity: 0.85;
    pointer-events: none;
}

.asset-library-photo-preview[b-j3xgbcn6q5] {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    display: block;
    background: #0f172a;
}

.asset-library-photo-placeholder[b-j3xgbcn6q5] {
    font-size: 2.5rem;
    opacity: 0.35;
    padding: 1.5rem;
}

.asset-library-photo-drop-overlay[b-j3xgbcn6q5] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: #e2e8f0;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.15), rgba(15, 23, 42, 0.72));
    pointer-events: none;
}

.asset-library-photo-drop:not(:has(.asset-library-photo-preview)) .asset-library-photo-drop-overlay[b-j3xgbcn6q5] {
    background: transparent;
    pointer-events: auto;
}

.asset-library-photo-drop:has(.asset-library-photo-preview) .asset-library-photo-drop-overlay[b-j3xgbcn6q5] {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.asset-library-photo-drop:has(.asset-library-photo-preview):hover .asset-library-photo-drop-overlay[b-j3xgbcn6q5] {
    opacity: 1;
    pointer-events: auto;
}

.asset-library-photo-drop-or[b-j3xgbcn6q5] {
    font-size: 0.72rem;
    color: #94a3b8;
}

.asset-library-photo-browse[b-j3xgbcn6q5] {
    pointer-events: auto;
    cursor: pointer;
    color: #7dd3fc;
    text-decoration: underline;
    font-weight: 600;
}

.asset-library-photo-input[b-j3xgbcn6q5] {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}

.asset-library-photo-path[b-j3xgbcn6q5] {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    color: #94a3b8;
    word-break: break-all;
}

.asset-library-photo-clear[b-j3xgbcn6q5] {
    margin-top: 0.25rem;
}
/* /Components/AssetLibraryWidget.razor.rz.scp.css */
/* ── Asset Library Widget ─────────────────────────────────────────────────── */
.asset-library-widget[b-bm5r39z5jd] {
    position: fixed;
    z-index: 1750;
    width: 520px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    color: #e2e8f0;
}

.asset-library-widget--minimized[b-bm5r39z5jd] {
    max-height: none;
    width: 320px;
}

.asset-library-head[b-bm5r39z5jd] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
}

.asset-library-head--dragging[b-bm5r39z5jd],
.asset-library-head:active[b-bm5r39z5jd] {
    cursor: grabbing;
}

.asset-library-title[b-bm5r39z5jd] {
    flex: 1;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #f8fafc;
}

.asset-library-filters[b-bm5r39z5jd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
    flex-shrink: 0;
}

.asset-library-search[b-bm5r39z5jd] {
    grid-column: 1 / -1;
}

.asset-library-widget .input[b-bm5r39z5jd] {
    background: #1e293b;
    border-color: rgba(148, 163, 184, 0.35);
    color: #f1f5f9;
}

.asset-library-widget .input:focus[b-bm5r39z5jd] {
    border-color: #60a5fa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.35);
}

.asset-library-body[b-bm5r39z5jd] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.65rem 0.75rem;
    min-height: 120px;
}

.asset-library-status[b-bm5r39z5jd] {
    padding: 0.75rem 0.25rem;
    text-align: center;
    color: #cbd5e1;
}

.asset-library-widget .error[b-bm5r39z5jd] {
    color: #fca5a5;
}

.asset-library-grid[b-bm5r39z5jd] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.asset-library-card[b-bm5r39z5jd] {
    display: flex;
    gap: 0.65rem;
    padding: 0.65rem;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 8px;
    transition: border-color 0.15s, background 0.15s;
}

.asset-library-card:hover[b-bm5r39z5jd] {
    border-color: rgba(96, 165, 250, 0.55);
    background: #243044;
}

.asset-library-card--expanded[b-bm5r39z5jd] {
    flex-direction: column;
    background: #1a2740;
    border-color: rgba(96, 165, 250, 0.4);
}

.asset-library-card-media[b-bm5r39z5jd] {
    position: relative;
    width: 88px;
    height: 66px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.asset-library-card--expanded .asset-library-card-media[b-bm5r39z5jd] {
    width: 100%;
    height: 100px;
}

.asset-library-card-media img[b-bm5r39z5jd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asset-library-card-placeholder[b-bm5r39z5jd] {
    font-size: 2rem;
    opacity: 0.85;
}

.asset-library-op-badge[b-bm5r39z5jd] {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 0.12rem 0.4rem;
    border-radius: 3px;
    background: rgba(15, 23, 42, 0.88);
    color: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.asset-library-card-body[b-bm5r39z5jd] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.asset-library-card-title[b-bm5r39z5jd] {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.asset-library-card-subtitle[b-bm5r39z5jd] {
    margin: 0;
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.35;
}

.asset-library-specs[b-bm5r39z5jd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
    font-size: 0.75rem;
    color: #cbd5e1;
}

.asset-library-specs li[b-bm5r39z5jd] {
    white-space: nowrap;
}

.asset-library-new-btn[b-bm5r39z5jd] {
    flex-shrink: 0;
    margin-right: 0.15rem;
}

.asset-library-icon-btn[b-bm5r39z5jd] {
    min-width: 2rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.asset-library-card-actions[b-bm5r39z5jd] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.35rem;
    flex-wrap: wrap;
    align-items: center;
}

.asset-library-card-actions .btn-primary[b-bm5r39z5jd] {
    margin-left: auto;
}

.asset-library-widget .btn-ghost[b-bm5r39z5jd] {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.4);
    border-radius: 6px;
    padding: 0.28rem 0.55rem;
}

.asset-library-widget .btn-ghost:hover[b-bm5r39z5jd] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: rgba(148, 163, 184, 0.6);
}

.asset-library-widget .widget-btn[b-bm5r39z5jd] {
    color: #94a3b8;
}

.asset-library-widget .widget-btn:hover[b-bm5r39z5jd] {
    color: #f1f5f9;
    background: rgba(255, 255, 255, 0.1);
}

/* ── Detalle expandido ── */
.asset-library-detail[b-bm5r39z5jd] {
    margin-top: 0.55rem;
    padding: 0.65rem 0.7rem;
    border-radius: 6px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.asset-library-detail-grid[b-bm5r39z5jd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem 1rem;
    margin: 0;
}

.asset-library-detail-row[b-bm5r39z5jd] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.asset-library-detail-row--full[b-bm5r39z5jd] {
    grid-column: 1 / -1;
}

.asset-library-detail-label[b-bm5r39z5jd] {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.asset-library-detail-value[b-bm5r39z5jd] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #f1f5f9;
    word-break: break-word;
}

.asset-library-detail-row--full .asset-library-detail-value[b-bm5r39z5jd] {
    font-size: 0.78rem;
    color: #e2e8f0;
}

@media (max-width: 600px) {
    .asset-library-widget[b-bm5r39z5jd] {
        width: calc(100vw - 16px);
        left: 8px !important;
        right: 8px;
    }

    .asset-library-detail-grid[b-bm5r39z5jd] {
        grid-template-columns: 1fr;
    }
}
/* /Components/AssetListPanel.razor.rz.scp.css */
/* Panel de assets en sidebar oscuro (mapa operacional) */
.asset-list-panel[b-v0z227kns4] {
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    color: #e2e8f0;
}

.asset-list-header[b-v0z227kns4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin-bottom: 0.45rem;
}

.asset-list-header .btn-secondary[b-v0z227kns4],
.asset-list-header .btn-primary[b-v0z227kns4] {
    flex-shrink: 0;
}

.asset-list-title[b-v0z227kns4] {
    flex: 1;
    min-width: 0;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #a8b2d8;
}

.asset-list-filters[b-v0z227kns4] {
    margin-bottom: 0.45rem;
}

.asset-list-items[b-v0z227kns4] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asset-list-item[b-v0z227kns4] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.45rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    color: #e2e8f0;
}

.asset-list-item:hover[b-v0z227kns4] {
    background: rgba(255, 255, 255, 0.07);
}

.asset-list-item.selected[b-v0z227kns4] {
    background: rgba(59, 130, 246, 0.22);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.35);
}

.asset-list-item.stowed[b-v0z227kns4] {
    opacity: 0.72;
}

.asset-icon[b-v0z227kns4] {
    font-size: 1rem;
    flex-shrink: 0;
}

.asset-item-info[b-v0z227kns4] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    gap: 0.05rem;
}

.asset-item-callsign[b-v0z227kns4] {
    font-weight: 600;
    font-size: 0.82rem;
    color: #f8fafc;
    line-height: 1.25;
}

.asset-item-name[b-v0z227kns4] {
    font-size: 0.72rem;
    color: #94a3b8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.asset-item-stowed-badge[b-v0z227kns4],
.asset-item-embarked-badge[b-v0z227kns4] {
    font-size: 0.65rem;
    color: #7dd3fc;
    display: block;
    margin-top: 1px;
}

.asset-item-status[b-v0z227kns4] {
    font-size: 0.7rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.asset-route-btn[b-v0z227kns4] {
    background: none;
    border: 1px solid rgba(96, 165, 250, 0.45);
    color: #93c5fd;
    border-radius: 4px;
    padding: 0.18rem 0.35rem;
    font-size: 0.8rem;
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.15s, background 0.15s;
    line-height: 1;
}

.asset-list-item:hover .asset-route-btn[b-v0z227kns4],
.asset-list-item.selected .asset-route-btn[b-v0z227kns4] {
    opacity: 1;
}

.asset-route-btn:hover[b-v0z227kns4] {
    background: rgba(59, 130, 246, 0.25);
}

.status-active[b-v0z227kns4] {
    color: #4ade80;
    font-weight: 600;
}

.status-done[b-v0z227kns4] {
    color: #94a3b8;
}

.status-idle[b-v0z227kns4] {
    color: #cbd5e1;
}

.status-stowed[b-v0z227kns4] {
    color: #93c5fd !important;
    font-style: italic;
}

.asset-list-panel .asset-list-empty[b-v0z227kns4] {
    padding: 0.5rem 0;
    font-size: 0.75rem;
    color: #94a3b8;
    margin: 0;
}
/* /Components/DatumListPanel.razor.rz.scp.css */
.datum-panel[b-3lpal0hj5u] {
    background: var(--sidebar-bg, #1a2035);
    border-top: 1px solid rgba(255,255,255,.1);
    padding: .5rem .75rem;
}

.datum-panel-header[b-3lpal0hj5u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.datum-panel-title[b-3lpal0hj5u] {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: #a8b2d8;
    text-transform: uppercase;
}

.datum-empty[b-3lpal0hj5u] {
    font-size: .75rem;
    color: #6b7694;
    margin: .25rem 0;
}

.datum-list[b-3lpal0hj5u] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.datum-item[b-3lpal0hj5u] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .3rem .5rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background .15s;
}

.datum-item:hover[b-3lpal0hj5u] { background: rgba(255,255,255,.07); }
.datum-item.selected[b-3lpal0hj5u] { background: rgba(255,255,255,.12); }

.datum-color-dot[b-3lpal0hj5u] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid rgba(255,255,255,.3);
}

.datum-info[b-3lpal0hj5u] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.datum-name[b-3lpal0hj5u] {
    font-size: .8rem;
    font-weight: 500;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.datum-radius[b-3lpal0hj5u] {
    font-size: .7rem;
    color: #7b8db0;
}

.datum-delete[b-3lpal0hj5u] {
    opacity: 0;
    transition: opacity .15s;
    color: #f87171;
    padding: 0 .25rem;
    font-size: .75rem;
}

.datum-item:hover .datum-delete[b-3lpal0hj5u] { opacity: 1; }

.btn-xs[b-3lpal0hj5u] {
    padding: .15rem .45rem;
    font-size: .72rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-primary[b-3lpal0hj5u] { background: #3b82f6; color: #fff; }
.btn-primary:hover[b-3lpal0hj5u] { background: #2563eb; }
.btn-ghost[b-3lpal0hj5u] { background: transparent; }
.btn-ghost:hover[b-3lpal0hj5u] { background: rgba(255,255,255,.1); }
/* /Components/InvitationGenerationHelp.razor.rz.scp.css */
/* Panel de ayuda — alineado visualmente con JoinHelp */

.inv-gen-help[b-opdp7d932w] {
  margin: 0 0 1rem;
  border: 1px solid #dde3ec;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.875rem;
}

.inv-gen-help__toggle[b-opdp7d932w] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  background: #f0f4f8;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e3a5f;
  text-align: left;
  transition: background 0.12s;
}

.inv-gen-help__toggle:hover[b-opdp7d932w] {
  background: #e2eaf3;
}

.inv-gen-help__icon[b-opdp7d932w] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.inv-gen-help__chevron[b-opdp7d932w] {
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.inv-gen-help__chevron--open[b-opdp7d932w] {
  transform: rotate(90deg);
}

.inv-gen-help__body[b-opdp7d932w] {
  padding: 0.75rem 1rem;
  background: #fafcff;
  border-top: 1px solid #dde3ec;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.inv-gen-help__section[b-opdp7d932w] {
  padding: 0.6rem 0.75rem;
  border-left: 3px solid #0b2a4a;
  background: #fff;
  border-radius: 0 6px 6px 0;
}

.inv-gen-help__section--warning[b-opdp7d932w] {
  border-left-color: #b45309;
  background: #fffbf0;
  color: #78350f;
  font-size: 0.825rem;
}

.inv-gen-help__heading[b-opdp7d932w] {
  margin: 0 0 0.45rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0b2a4a;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.inv-gen-help__lead[b-opdp7d932w] {
  margin: 0 0 0.45rem;
  color: #374151;
  line-height: 1.55;
}

.inv-gen-help__badge[b-opdp7d932w] {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.inv-gen-help__badge--general[b-opdp7d932w] {
  background: #dbeafe;
  color: #1e40af;
}

.inv-gen-help__badge--org[b-opdp7d932w] {
  background: #fef3c7;
  color: #92400e;
}

.inv-gen-help__rules[b-opdp7d932w] {
  margin: 0;
  padding-left: 1.25rem;
  color: #374151;
  line-height: 1.6;
}

.inv-gen-help__rules li[b-opdp7d932w] {
  margin-bottom: 0.2rem;
}
/* /Components/JoinHelp.razor.rz.scp.css */
/* ── Contenedor principal ─────────────────────────────────────────────── */
.join-help[b-hud9mhhd3a] {
  margin-top: 1rem;
  border: 1px solid #dde3ec;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.875rem;
}

/* ── Botón toggle ────────────────────────────────────────────────────── */
.join-help__toggle[b-hud9mhhd3a] {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  background: #f0f4f8;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e3a5f;
  text-align: left;
  transition: background 0.12s;
}

.join-help__toggle:hover[b-hud9mhhd3a] {
  background: #e2eaf3;
}

.join-help__icon[b-hud9mhhd3a] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.join-help__chevron[b-hud9mhhd3a] {
  margin-left: auto;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.join-help__chevron--open[b-hud9mhhd3a] {
  transform: rotate(90deg);
}

/* ── Cuerpo expandido ────────────────────────────────────────────────── */
.join-help__body[b-hud9mhhd3a] {
  padding: 0.75rem 1rem;
  background: #fafcff;
  border-top: 1px solid #dde3ec;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ── Secciones ───────────────────────────────────────────────────────── */
.join-help__section[b-hud9mhhd3a] {
  padding: 0.6rem 0.75rem;
  border-left: 3px solid #0b2a4a;
  background: #fff;
  border-radius: 0 6px 6px 0;
}

.join-help__section--warning[b-hud9mhhd3a] {
  border-left-color: #b45309;
  background: #fffbf0;
  color: #78350f;
  font-size: 0.825rem;
}

/* ── Encabezados internos ────────────────────────────────────────────── */
.join-help__heading[b-hud9mhhd3a] {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0b2a4a;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.join-help__sub[b-hud9mhhd3a] {
  margin: 0.5rem 0 0.25rem;
  font-weight: 700;
  color: #374151;
}

/* ── Badges ──────────────────────────────────────────────────────────── */
.join-help__badge[b-hud9mhhd3a] {
  display: inline-block;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.join-help__badge--new[b-hud9mhhd3a] {
  background: #d1fae5;
  color: #065f46;
}

.join-help__badge--existing[b-hud9mhhd3a] {
  background: #dbeafe;
  color: #1e40af;
}

/* ── Listas ──────────────────────────────────────────────────────────── */
.join-help__steps[b-hud9mhhd3a],
.join-help__rules[b-hud9mhhd3a] {
  margin: 0;
  padding-left: 1.25rem;
  color: #374151;
  line-height: 1.6;
}

.join-help__steps li[b-hud9mhhd3a],
.join-help__rules li[b-hud9mhhd3a] {
  margin-bottom: 0.2rem;
}

.join-help__fields[b-hud9mhhd3a] {
  margin: 0.25rem 0 0;
  padding-left: 1rem;
  line-height: 1.6;
}

/* ── Ejemplo y nota ──────────────────────────────────────────────────── */
.join-help__example[b-hud9mhhd3a] {
  margin: 0.4rem 0 0;
  color: #4b5563;
  font-size: 0.825rem;
}

.join-help__note[b-hud9mhhd3a] {
  margin: 0.4rem 0 0;
  font-size: 0.825rem;
  color: #6b7280;
  font-style: italic;
}

.join-help__section code[b-hud9mhhd3a] {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: #f3f4f6;
  padding: 0.05rem 0.25rem;
  border-radius: 3px;
  font-size: 0.85em;
}
/* /Components/KmzMapPanel.razor.rz.scp.css */
.sar-kmz-panel[b-s6fqfexqkb] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 0;
  flex: 1;
}

.sar-kmz-map-host[b-s6fqfexqkb] {
  flex: 1;
  min-height: 280px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--sar-border, #dee2e6);
}

.sar-kmz-error[b-s6fqfexqkb] {
  color: var(--sar-danger, #b02a37);
  margin: 0;
  font-size: 0.9rem;
}

.sar-kmz-toolbar[b-s6fqfexqkb] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem 0.75rem;
}

.sar-kmz-toolbar-label[b-s6fqfexqkb] {
  font-size: 0.85rem;
  font-weight: 600;
  width: 100%;
}

@media (min-width: 640px) {
  .sar-kmz-toolbar-label[b-s6fqfexqkb] {
    width: auto;
    margin-right: 0.25rem;
  }
}

.sar-kmz-field[b-s6fqfexqkb] {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8rem;
}

.sar-kmz-input[b-s6fqfexqkb] {
  width: 7.5rem;
  max-width: 100%;
}

.sar-kmz-hint[b-s6fqfexqkb] {
  margin: 0;
  align-self: center;
}
/* /Components/MapChatWidget.razor.rz.scp.css */
/* Floating chat panel on operational map */
.map-chat-widget[b-ozxf9kuawu] {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    transform: translate(var(--map-chat-offset-x, 0), var(--map-chat-offset-y, 0));
    width: min(360px, calc(100% - 1.5rem));
    height: min(520px, calc(100% - 1.5rem));
    max-height: calc(100% - 1.5rem);
    display: flex;
    flex-direction: column;
    z-index: 1050;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.map-chat-widget-head[b-ozxf9kuawu] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.6rem;
    background: #0b2a4a;
    color: #fff;
    flex-shrink: 0;
    min-height: 44px;
    cursor: grab;
    user-select: none;
}

.map-chat-widget--thread .map-chat-widget-head[b-ozxf9kuawu] {
    background: #075e54;
}

.map-chat-widget-head--dragging[b-ozxf9kuawu] {
    cursor: grabbing;
}

.map-chat-widget-title[b-ozxf9kuawu] {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-chat-back[b-ozxf9kuawu],
.map-chat-minimize[b-ozxf9kuawu],
.map-chat-close[b-ozxf9kuawu] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.4rem;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 4px;
}

.map-chat-back:hover[b-ozxf9kuawu],
.map-chat-minimize:hover[b-ozxf9kuawu],
.map-chat-close:hover[b-ozxf9kuawu] {
    background: rgba(255, 255, 255, 0.12);
}

.map-chat-widget--minimized[b-ozxf9kuawu] {
    height: auto;
    width: min(280px, calc(100% - 1.5rem));
}

.map-chat-body[b-ozxf9kuawu] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.map-chat-sidebar[b-ozxf9kuawu] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.map-chat-sidebar-scroll[b-ozxf9kuawu] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.map-chat-self-row[b-ozxf9kuawu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.65rem;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
}

.map-chat-self-text[b-ozxf9kuawu] {
    min-width: 0;
}

.map-chat-section-title[b-ozxf9kuawu] {
    margin: 0;
    padding: 0.35rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f0f2f5;
    color: #546e7a;
}

.map-chat-conv-list[b-ozxf9kuawu] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.map-chat-conv-item[b-ozxf9kuawu] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 0.65rem;
    border-bottom: 1px solid #ececec;
    cursor: pointer;
    background: #fff;
}

.map-chat-conv-item:hover[b-ozxf9kuawu] {
    background: #f5f5f5;
}

.map-chat-conv-item--active[b-ozxf9kuawu] {
    background: #e8f5e9;
}

.map-chat-conv-item--unread .map-chat-conv-name[b-ozxf9kuawu] {
    font-weight: 700;
}

.map-chat-conv-lines[b-ozxf9kuawu] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.map-chat-conv-name-line[b-ozxf9kuawu] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.map-chat-conv-name[b-ozxf9kuawu] {
    font-size: 0.88rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-chat-conv-name-channel[b-ozxf9kuawu] {
    flex: 1;
    min-width: 0;
}

.map-chat-conv-org[b-ozxf9kuawu] {
    font-size: 0.75rem;
}

.map-chat-presence[b-ozxf9kuawu] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.map-chat-presence--on[b-ozxf9kuawu] {
    background: #25d366;
}

.map-chat-presence--off[b-ozxf9kuawu] {
    background: #9e9e9e;
}

.map-chat-presence-muted[b-ozxf9kuawu] {
    font-size: 0.68rem;
    color: #9e9e9e;
}

.map-chat-badge[b-ozxf9kuawu] {
    flex-shrink: 0;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.12rem 0.35rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.map-chat-badge-self[b-ozxf9kuawu] {
    background: #0b2a4a;
    color: #fff;
}

.map-chat-badge-dm[b-ozxf9kuawu] {
    background: #e3f2fd;
    color: #1565c0;
}

.map-chat-badge-group[b-ozxf9kuawu] {
    background: #fff3e0;
    color: #e65100;
}

.map-chat-unread[b-ozxf9kuawu] {
    flex-shrink: 0;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Thread */
.map-chat-thread[b-ozxf9kuawu] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #e5ddd5;
}

.map-chat-messages[b-ozxf9kuawu] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0.5rem 0.65rem;
    -webkit-overflow-scrolling: touch;
}

.map-chat-msg[b-ozxf9kuawu] {
    max-width: 88%;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.5rem;
    background: #fff;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    font-size: 0.88rem;
}

.map-chat-msg-own[b-ozxf9kuawu] {
    margin-left: auto;
    background: #dcf8c6;
    border-radius: 8px 0 8px 8px;
}

.map-chat-msg-meta[b-ozxf9kuawu] {
    font-size: 0.68rem;
    color: #667781;
    margin-bottom: 0.15rem;
}

.map-chat-msg-body[b-ozxf9kuawu] {
    white-space: pre-wrap;
    word-break: break-word;
}

.map-chat-msg-footer[b-ozxf9kuawu] {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.15rem;
}

.map-chat-msg-ts[b-ozxf9kuawu] {
    font-size: 0.65rem;
    color: #667781;
}

.map-chat-composer[b-ozxf9kuawu] {
    flex-shrink: 0;
    padding: 0.4rem 0.5rem;
    background: #f0f0f0;
    border-top: 1px solid #d1d1d1;
}

.map-chat-composer-bar[b-ozxf9kuawu] {
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 0.28rem 0.35rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9edef;
}

.map-chat-composer-field[b-ozxf9kuawu] {
    flex: 1;
    min-height: 2rem;
    max-height: 6rem;
    resize: none;
    border: none;
    outline: none;
    font-size: 0.9rem;
    font-family: inherit;
    background: transparent;
    padding: 0.25rem 0.15rem;
}

.map-chat-composer-send[b-ozxf9kuawu] {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 50%;
    background: #00a884;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-chat-composer-send:disabled[b-ozxf9kuawu] {
    opacity: 0.45;
    cursor: not-allowed;
}

.map-chat-composer-send:not(:disabled):hover[b-ozxf9kuawu] {
    background: #008f72;
}

/* ── Attach button ───────────────────────────────────────── */
.map-chat-composer-attach[b-ozxf9kuawu] {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #667781;
    font-size: 1.15rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.map-chat-composer-attach:hover[b-ozxf9kuawu] {
    background: #e9edef;
    color: #00a884;
}

.map-chat-composer-attach.disabled[b-ozxf9kuawu] {
    opacity: 0.4;
    pointer-events: none;
}

/* ── Staged files preview ────────────────────────────────── */
.map-chat-staged-files[b-ozxf9kuawu] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0.35rem 0.5rem 0;
}

.map-chat-staged-chip[b-ozxf9kuawu] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.45rem;
    background: #e3f2fd;
    border-radius: 12px;
    font-size: 0.72rem;
    max-width: 180px;
}

.map-chat-staged-name[b-ozxf9kuawu] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1565c0;
}

.map-chat-staged-remove[b-ozxf9kuawu] {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #90a4ae;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0 0.15rem;
    line-height: 1;
}

.map-chat-staged-remove:hover[b-ozxf9kuawu] {
    color: #c62828;
}

/* ── Attachment display in messages ──────────────────────── */
.map-chat-msg-attachments[b-ozxf9kuawu] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.3rem;
}

.map-chat-att-thumb[b-ozxf9kuawu] {
    display: block;
    max-width: 220px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}

.map-chat-att-thumb:hover[b-ozxf9kuawu] {
    opacity: 0.88;
}

.map-chat-att-thumb img[b-ozxf9kuawu] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.map-chat-att-file[b-ozxf9kuawu] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.5rem;
    background: #f0f2f5;
    border-radius: 6px;
    color: #37474f;
    font-size: 0.78rem;
    max-width: 100%;
    cursor: pointer;
    transition: background 0.15s;
}

.map-chat-att-file:hover[b-ozxf9kuawu] {
    background: #e3f2fd;
}

.map-chat-att-icon[b-ozxf9kuawu] {
    flex-shrink: 0;
    font-size: 1rem;
}

.map-chat-att-name[b-ozxf9kuawu] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.map-chat-att-size[b-ozxf9kuawu] {
    flex-shrink: 0;
    font-size: 0.68rem;
}

/* ── Attachment preview modal ────────────────────────────── */
.att-preview-overlay[b-ozxf9kuawu] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.att-preview-dialog[b-ozxf9kuawu] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    max-width: min(900px, calc(100vw - 3rem));
    max-height: calc(100vh - 3rem);
    width: 100%;
    overflow: hidden;
}

.att-preview-header[b-ozxf9kuawu] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.8rem;
    background: #1a3a5c;
    color: #fff;
    flex-shrink: 0;
}

.att-preview-title[b-ozxf9kuawu] {
    flex: 1;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.att-preview-download[b-ozxf9kuawu] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.15rem 0.3rem;
    border-radius: 4px;
    text-decoration: none;
}

.att-preview-download:hover[b-ozxf9kuawu] {
    background: rgba(255, 255, 255, 0.15);
}

.att-preview-close[b-ozxf9kuawu] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.att-preview-close:hover[b-ozxf9kuawu] {
    background: rgba(255, 255, 255, 0.15);
}

.att-preview-body[b-ozxf9kuawu] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
}

.att-preview-img[b-ozxf9kuawu] {
    max-width: 100%;
    max-height: calc(100vh - 8rem);
    object-fit: contain;
    display: block;
}

.att-preview-iframe[b-ozxf9kuawu] {
    width: 100%;
    height: calc(100vh - 8rem);
    min-height: 400px;
    border: none;
}

.att-preview-unsupported[b-ozxf9kuawu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.att-preview-big-icon[b-ozxf9kuawu] {
    font-size: 3rem;
}

.att-preview-unsupported p[b-ozxf9kuawu] {
    margin: 0;
    font-size: 0.9rem;
    word-break: break-word;
}

.att-preview-download-btn[b-ozxf9kuawu] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.15s;
}

.att-preview-download-btn:hover[b-ozxf9kuawu] {
    background: #0d2a48;
}

@media (max-width: 768px) {
    .map-chat-widget[b-ozxf9kuawu] {
        right: 0;
        bottom: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .map-chat-widget-head[b-ozxf9kuawu] {
        cursor: default;
    }
}
/* /Components/MapMinuteWidget.razor.rz.scp.css */
/* Floating minute panel on operational map */
.map-minute-widget[b-r5acw85ng1] {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    transform: translate(var(--map-minute-offset-x, 0), var(--map-minute-offset-y, 0));
    width: min(400px, calc(100% - 1.5rem));
    height: min(520px, calc(100% - 1.5rem));
    max-height: calc(100% - 1.5rem);
    display: flex;
    flex-direction: column;
    z-index: 1050;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.map-minute-widget--minimized[b-r5acw85ng1] {
    height: auto;
    width: min(280px, calc(100% - 1.5rem));
}

.map-minute-widget--pinned[b-r5acw85ng1] {
    position: static;
    width: 100%;
    height: 100%;
    max-height: none;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    z-index: auto;
}

.map-minute-head[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.6rem;
    background: #1a3a5c;
    color: #fff;
    flex-shrink: 0;
    min-height: 44px;
    cursor: grab;
    user-select: none;
}

.map-minute-head--dragging[b-r5acw85ng1] {
    cursor: grabbing;
}

.map-minute-head--pinned[b-r5acw85ng1] {
    cursor: default;
}

.map-minute-pin--active[b-r5acw85ng1] {
    background: rgba(255, 255, 255, 0.2);
}

.map-minute-title[b-r5acw85ng1] {
    flex: 1;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.map-minute-head-actions[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}

.map-minute-sort-btn[b-r5acw85ng1],
.map-minute-minimize[b-r5acw85ng1],
.map-minute-close[b-r5acw85ng1] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.4rem;
    font-size: 1.1rem;
    line-height: 1;
    border-radius: 4px;
}

.map-minute-sort-btn:hover[b-r5acw85ng1],
.map-minute-minimize:hover[b-r5acw85ng1],
.map-minute-close:hover[b-r5acw85ng1] {
    background: rgba(255, 255, 255, 0.12);
}

.map-minute-body[b-r5acw85ng1] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f7f8fa;
}

/* ── Entries list ─────────────────────────────────────────────── */
.map-minute-entries[b-r5acw85ng1] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 0.45rem 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.map-minute-empty[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.82rem;
}

/* ── Entry card ──────────────────────────────────────────────── */
.map-minute-card[b-r5acw85ng1] {
    margin-bottom: 0.4rem;
    padding: 0.45rem 0.55rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    border-left: 3px solid #1a3a5c;
}

.map-minute-card-head[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
}

.map-minute-card-time[b-r5acw85ng1] {
    font-family: 'Courier New', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1a3a5c;
    letter-spacing: 0.03em;
}

.map-minute-card-type[b-r5acw85ng1] {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.08rem 0.35rem;
    border-radius: 3px;
    white-space: nowrap;
}

.map-minute-type-manual[b-r5acw85ng1] {
    background: #e8eaf6;
    color: #303f9f;
}

.map-minute-type-comm[b-r5acw85ng1] {
    background: #e8f5e9;
    color: #2e7d32;
}

.map-minute-type-sys[b-r5acw85ng1] {
    background: #fff3e0;
    color: #e65100;
}

.map-minute-type-zarpe[b-r5acw85ng1] {
    background: #e3f2fd;
    color: #0d47a1;
}

.map-minute-type-deploy[b-r5acw85ng1] {
    background: #fce4ec;
    color: #c62828;
}

.map-minute-card-parties[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    font-size: 0.76rem;
    margin-bottom: 0.15rem;
}

.map-minute-card-from[b-r5acw85ng1] {
    font-weight: 600;
    color: #37474f;
}

.map-minute-card-org[b-r5acw85ng1] {
    font-size: 0.68rem;
}

.map-minute-card-arrow[b-r5acw85ng1] {
    font-size: 0.7rem;
}

.map-minute-card-to[b-r5acw85ng1] {
    font-weight: 600;
    color: #37474f;
}

.map-minute-card-body[b-r5acw85ng1] {
    font-size: 0.8rem;
    color: #424242;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.4;
}

/* ── Composer ────────────────────────────────────────────────── */
.map-minute-composer[b-r5acw85ng1] {
    flex-shrink: 0;
    padding: 0.4rem 0.5rem;
    background: #eef0f3;
    border-top: 1px solid #d1d5db;
}

.map-minute-composer-bar[b-r5acw85ng1] {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    padding: 0.25rem 0.3rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.map-minute-type-select[b-r5acw85ng1] {
    flex-shrink: 0;
    width: 88px;
    font-size: 0.72rem;
    padding: 0.2rem 0.15rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: #f7f8fa;
    color: #37474f;
    cursor: pointer;
    appearance: auto;
}

.map-minute-composer-field[b-r5acw85ng1] {
    flex: 1;
    min-height: 2rem;
    max-height: 5rem;
    resize: none;
    border: none;
    outline: none;
    font-size: 0.85rem;
    font-family: inherit;
    background: transparent;
    padding: 0.25rem 0.15rem;
    color: #212121;
}

.map-minute-composer-send[b-r5acw85ng1] {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    border: none;
    border-radius: 50%;
    background: #1a3a5c;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-minute-composer-send:disabled[b-r5acw85ng1] {
    opacity: 0.45;
    cursor: not-allowed;
}

.map-minute-composer-send:not(:disabled):hover[b-r5acw85ng1] {
    background: #0d2a48;
}

/* ── Attach button ───────────────────────────────────────── */
.map-minute-composer-attach[b-r5acw85ng1] {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #667781;
    font-size: 1.1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.map-minute-composer-attach:hover[b-r5acw85ng1] {
    background: #e0e0e0;
    color: #1a3a5c;
}

.map-minute-composer-attach.disabled[b-r5acw85ng1] {
    opacity: 0.4;
    pointer-events: none;
}

/* ── Staged files preview ────────────────────────────────── */
.map-minute-staged-files[b-r5acw85ng1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    padding: 0.35rem 0.5rem 0;
}

.map-minute-staged-chip[b-r5acw85ng1] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.45rem;
    background: #e3f2fd;
    border-radius: 12px;
    font-size: 0.72rem;
    max-width: 180px;
}

.map-minute-staged-name[b-r5acw85ng1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1565c0;
}

.map-minute-staged-remove[b-r5acw85ng1] {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #90a4ae;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0 0.15rem;
    line-height: 1;
}

.map-minute-staged-remove:hover[b-r5acw85ng1] {
    color: #c62828;
}

/* ── Attachment display in cards ─────────────────────────── */
.map-minute-card-attachments[b-r5acw85ng1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.3rem;
}

.map-minute-att-thumb[b-r5acw85ng1] {
    display: block;
    max-width: 200px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.map-minute-att-thumb:hover[b-r5acw85ng1] {
    opacity: 0.88;
}

.map-minute-att-thumb img[b-r5acw85ng1] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.map-minute-att-file[b-r5acw85ng1] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.45rem;
    background: #f0f2f5;
    border-radius: 5px;
    color: #37474f;
    font-size: 0.74rem;
    max-width: 100%;
    cursor: pointer;
    transition: background 0.15s;
}

.map-minute-att-file:hover[b-r5acw85ng1] {
    background: #e3f2fd;
}

.map-minute-att-kmz[b-r5acw85ng1] {
    background: #fef3c7;
    border: 1px dashed #d97706;
}

.map-minute-att-kmz:hover[b-r5acw85ng1] {
    background: #fde68a;
}

.map-minute-att-icon[b-r5acw85ng1] {
    flex-shrink: 0;
    font-size: 0.95rem;
}

.map-minute-att-name[b-r5acw85ng1] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.map-minute-att-size[b-r5acw85ng1] {
    flex-shrink: 0;
    font-size: 0.65rem;
}

/* ── Attachment preview modal ────────────────────────────── */
.att-preview-overlay[b-r5acw85ng1] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.att-preview-dialog[b-r5acw85ng1] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    max-width: min(900px, calc(100vw - 3rem));
    max-height: calc(100vh - 3rem);
    width: 100%;
    overflow: hidden;
}

.att-preview-header[b-r5acw85ng1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 0.8rem;
    background: #1a3a5c;
    color: #fff;
    flex-shrink: 0;
}

.att-preview-title[b-r5acw85ng1] {
    flex: 1;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.att-preview-download[b-r5acw85ng1] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.15rem 0.3rem;
    border-radius: 4px;
    text-decoration: none;
}

.att-preview-download:hover[b-r5acw85ng1] {
    background: rgba(255, 255, 255, 0.15);
}

.att-preview-close[b-r5acw85ng1] {
    flex-shrink: 0;
    color: #fff;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
}

.att-preview-close:hover[b-r5acw85ng1] {
    background: rgba(255, 255, 255, 0.15);
}

.att-preview-body[b-r5acw85ng1] {
    flex: 1;
    min-height: 0;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
}

.att-preview-img[b-r5acw85ng1] {
    max-width: 100%;
    max-height: calc(100vh - 8rem);
    object-fit: contain;
    display: block;
}

.att-preview-iframe[b-r5acw85ng1] {
    width: 100%;
    height: calc(100vh - 8rem);
    min-height: 400px;
    border: none;
}

.att-preview-unsupported[b-r5acw85ng1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.att-preview-big-icon[b-r5acw85ng1] {
    font-size: 3rem;
}

.att-preview-unsupported p[b-r5acw85ng1] {
    margin: 0;
    font-size: 0.9rem;
    word-break: break-word;
}

.att-preview-download-btn[b-r5acw85ng1] {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.5rem 1.2rem;
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background 0.15s;
}

.att-preview-download-btn:hover[b-r5acw85ng1] {
    background: #0d2a48;
}

@media (max-width: 768px) {
    .map-minute-widget:not(.map-minute-widget--pinned)[b-r5acw85ng1] {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .map-minute-widget--pinned[b-r5acw85ng1] {
        width: 100%;
        height: 100%;
    }
}
/* /Components/RouteEditorPanel.razor.rz.scp.css */
/* ── Route Editor Panel ──────────────────────────────────────────────────── */

.rep-panel[b-09iqzs65le] {
    display: flex;
    flex-direction: column;
    background: #0d1b2a;
    border-bottom: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
}

/* ── Header ── */
.rep-header[b-09iqzs65le] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .55rem .75rem;
    background: #0b2a4a;
    border-bottom: 1px solid rgba(255,255,255,.1);
    flex-shrink: 0;
}

.rep-header-left[b-09iqzs65le] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1;
    min-width: 0;
}

.rep-asset-icon[b-09iqzs65le] {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.rep-title-block[b-09iqzs65le] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.rep-title[b-09iqzs65le] {
    font-weight: 700;
    font-size: .88rem;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rep-subtitle[b-09iqzs65le] {
    font-size: .72rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rep-close[b-09iqzs65le] {
    flex-shrink: 0;
    color: #94a3b8;
    padding: .2rem .4rem;
    border-radius: 4px;
}

.rep-close:hover[b-09iqzs65le] { color: #f87171; }

/* ── Error ── */
.rep-error[b-09iqzs65le] {
    margin: 0;
    padding: .4rem .75rem;
    font-size: .8rem;
    background: rgba(239,68,68,.12);
    border-bottom: 1px solid rgba(239,68,68,.25);
}

/* ── Config ── */
.rep-config[b-09iqzs65le] {
    display: flex;
    gap: .5rem;
    padding: .55rem .75rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    flex-wrap: wrap;
}

.rep-field[b-09iqzs65le] {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    flex: 1;
    min-width: 100px;
}

.rep-field > span[b-09iqzs65le] {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #64748b;
}

/* ── Hint ── */
.rep-hint[b-09iqzs65le] {
    display: flex;
    align-items: flex-start;
    gap: .4rem;
    padding: .4rem .75rem;
    background: rgba(59,130,246,.06);
    border-bottom: 1px solid rgba(59,130,246,.12);
    font-size: .76rem;
    color: #93c5fd;
    line-height: 1.4;
}

.rep-hint-icon[b-09iqzs65le] {
    font-size: .9rem;
    flex-shrink: 0;
    margin-top: .05rem;
    animation: pulse-icon-b-09iqzs65le 2s ease-in-out infinite;
}

@keyframes pulse-icon-b-09iqzs65le {
    0%, 100% { opacity: 1; }
    50%       { opacity: .5; }
}

/* ── Waypoints section ── */
.rep-wp-section[b-09iqzs65le] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.rep-empty[b-09iqzs65le] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    padding: 1.25rem .75rem;
    color: #475569;
    font-size: .82rem;
    text-align: center;
}

.rep-wp-header[b-09iqzs65le] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .3rem .75rem;
    font-size: .72rem;
    font-weight: 600;
    color: #64748b;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background: rgba(255,255,255,.02);
    flex-shrink: 0;
}

.rep-wp-ready[b-09iqzs65le] {
    color: #4ade80;
    font-size: .7rem;
}

.rep-wp-list[b-09iqzs65le] {
    overflow-y: auto;
}

.rep-wp-row[b-09iqzs65le] {
    display: flex;
    align-items: center;
    gap: .3rem;
    padding: .3rem .5rem;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-size: .78rem;
    transition: background .15s;
}

.rep-wp-row:hover[b-09iqzs65le] {
    background: rgba(255,255,255,.04);
}

.rep-wp-start[b-09iqzs65le] { border-left: 3px solid #4ade80; }
.rep-wp-end[b-09iqzs65le]   { border-left: 3px solid #f87171; }

.rep-wp-num[b-09iqzs65le] {
    width: 20px;
    height: 20px;
    background: #1e3a5f;
    border: 1px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 700;
    color: #93c5fd;
    flex-shrink: 0;
}

.rep-wp-coords[b-09iqzs65le] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    gap: .05rem;
}

.rep-wp-lat[b-09iqzs65le], .rep-wp-lon[b-09iqzs65le] {
    font-size: .74rem;
    font-family: 'Roboto Mono', 'Courier New', monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rep-wp-extras[b-09iqzs65le] {
    display: flex;
    gap: .25rem;
}

.rep-wp-input[b-09iqzs65le] {
    width: 52px !important;
    padding: .15rem .25rem !important;
    font-size: .72rem !important;
    text-align: center;
}

.rep-wp-actions[b-09iqzs65le] {
    display: flex;
    gap: .15rem;
    flex-shrink: 0;
}

.rep-wp-btn[b-09iqzs65le] {
    background: none;
    border: 1px solid rgba(255,255,255,.1);
    color: #94a3b8;
    border-radius: 3px;
    font-size: .65rem;
    padding: .1rem .3rem;
    cursor: pointer;
    line-height: 1;
    transition: all .15s;
}

.rep-wp-btn:hover[b-09iqzs65le] { background: rgba(255,255,255,.08); color: #e2e8f0; }
.rep-wp-del:hover[b-09iqzs65le]  { border-color: rgba(239,68,68,.5); color: #f87171; }

/* ── Toolbar ── */
.rep-wp-toolbar[b-09iqzs65le] {
    display: flex;
    gap: .4rem;
    padding: .4rem .75rem;
    border-top: 1px solid rgba(255,255,255,.06);
    flex-shrink: 0;
    background: rgba(255,255,255,.02);
}

/* ── Footer ── */
.rep-footer[b-09iqzs65le] {
    display: flex;
    gap: .4rem;
    padding: .5rem .75rem;
    border-top: 1px solid rgba(255,255,255,.1);
    background: #0b2a4a;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.rep-footer .btn-secondary[b-09iqzs65le],
.rep-footer .btn-primary[b-09iqzs65le] {
    flex: 1;
    text-align: center;
    min-width: 70px;
}

.rep-save-draft[b-09iqzs65le] {
    border-color: rgba(99,102,241,.4) !important;
    color: #a5b4fc !important;
}

.rep-save-draft:hover[b-09iqzs65le] {
    background: rgba(99,102,241,.15) !important;
}
/* /Layout/AuthLayout.razor.rz.scp.css */
/* Fondo SAR (imagen al 40 % de opacidad = 60 % de transparencia) sobre base navy */
.auth-page[b-wo5cn9dgpa] {
  flex: 1;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  isolation: isolate;
  background-color: #0b2a4a;
}

/* Área central: tarjeta centrada vertical y horizontalmente; scroll si el contenido es alto (p. ej. registro) */
.auth-main[b-wo5cn9dgpa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1rem;
  min-height: 0;
  overflow-y: auto;
}

.auth-footer[b-wo5cn9dgpa] {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding: 0.75rem 1rem 1.1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-footer-label[b-wo5cn9dgpa] {
  opacity: 0.88;
}

.auth-footer-version[b-wo5cn9dgpa] {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.95);
}

.auth-page[b-wo5cn9dgpa]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/images/SAR_IMAGE.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.4;
  pointer-events: none;
}

.auth-page > *[b-wo5cn9dgpa] {
  position: relative;
  z-index: 1;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ── CSS custom properties ──────────────────────────────────────────────── */
:root[b-qkdre4dv32] {
  --topbar-h: 3.25rem;
  --sidebar-w: 220px;
}

/* ── Page shell ─────────────────────────────────────────────────────────── */
.page[b-qkdre4dv32] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* ── Topbar ─────────────────────────────────────────────────────────────── */
.topbar[b-qkdre4dv32] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  height: var(--topbar-h);
  background: #0b2a4a;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  z-index: 210;
}

.topbar a[b-qkdre4dv32] {
  color: #fff;
  text-decoration: none;
}

.brand[b-qkdre4dv32] {
  font-weight: 700;
  font-size: clamp(0.62rem, 0.35rem + 1.1vw, 1rem);
  line-height: 1.2;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Toggle button */
.sidebar-toggle-btn[b-qkdre4dv32] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transition: background 0.15s;
}

.sidebar-toggle-btn:hover[b-qkdre4dv32] {
  background: rgba(255, 255, 255, 0.12);
}

/* User area */
.topbar-user[b-qkdre4dv32] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.topbar-user-text[b-qkdre4dv32] {
  max-width: min(40vw, 16rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
}

.btn[b-qkdre4dv32] {
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 0.85rem;
}

/* ── Page body: sidebar + content ───────────────────────────────────────── */
.page-body[b-qkdre4dv32] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

/* ── Sidebar ─────────────────────────────────────────────────────────────── */
.sidebar[b-qkdre4dv32] {
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  background: #061a30;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: width 0.22s ease;
  display: flex;
  flex-direction: column;
}

.page--sidebar-open .sidebar[b-qkdre4dv32] {
  width: var(--sidebar-w);
}

.sidebar-inner[b-qkdre4dv32] {
  width: var(--sidebar-w);
  min-width: var(--sidebar-w);
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0;
}

/* ── Sidebar nav links ──────────────────────────────────────────────────── */
.sidebar-link[b-qkdre4dv32] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.72rem 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.92rem;
  border-left: 3px solid transparent;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
  white-space: nowrap;
  cursor: pointer;
}

.sidebar-link:hover[b-qkdre4dv32] {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.sidebar-link.nav-active[b-qkdre4dv32] {
  border-left-color: #3b82f6;
  color: #fff;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.1);
}

/* ── Sidebar dropdown (Configuración) ───────────────────────────────────── */
.sidebar-dropdown[b-qkdre4dv32] {
  display: flex;
  flex-direction: column;
}

.sidebar-dropdown__trigger[b-qkdre4dv32] {
  width: 100%;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.sidebar-dropdown__caret[b-qkdre4dv32] {
  font-size: 0.72em;
  opacity: 0.8;
  transition: transform 0.15s ease;
  margin-left: auto;
}

.sidebar-dropdown--open .sidebar-dropdown__caret[b-qkdre4dv32] {
  transform: rotate(-180deg);
}

.sidebar-dropdown__panel[b-qkdre4dv32] {
  display: none;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.18);
}

.sidebar-dropdown--open .sidebar-dropdown__panel[b-qkdre4dv32] {
  display: flex;
}

.sidebar-dropdown__item[b-qkdre4dv32] {
  display: block;
  padding: 0.58rem 1rem 0.58rem 2rem;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.88rem;
  border-left: 3px solid transparent;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}

.sidebar-dropdown__item:hover[b-qkdre4dv32] {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.sidebar-dropdown__item.nav-active[b-qkdre4dv32] {
  border-left-color: #3b82f6;
  color: #fff;
  font-weight: 700;
  background: rgba(59, 130, 246, 0.08);
}

/* ── Backdrop (mobile only) ──────────────────────────────────────────────── */
.sidebar-backdrop[b-qkdre4dv32] {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 155;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

/* ── Content ─────────────────────────────────────────────────────────────── */
.content[b-qkdre4dv32] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1rem;
}

/* ── Mobile (<= 768px): sidebar overlays as a drawer ────────────────────── */
@media (max-width: 768px) {
  .sidebar[b-qkdre4dv32] {
    position: fixed;
    top: var(--topbar-h);
    left: 0;
    height: calc(100% - var(--topbar-h));
    width: var(--sidebar-w);
    overflow: hidden;
    transform: translateX(-110%);
    transition: transform 0.24s ease;
    z-index: 165;
    /* Override the desktop width-based approach */
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .page--sidebar-open .sidebar[b-qkdre4dv32] {
    width: var(--sidebar-w);
    transform: translateX(0);
    box-shadow: 6px 0 28px rgba(0, 0, 0, 0.4);
  }

  .sidebar-backdrop--visible[b-qkdre4dv32] {
    display: block;
    animation: backdrop-in-b-qkdre4dv32 0.2s ease forwards;
  }

  @keyframes backdrop-in-b-qkdre4dv32 {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  .page--sidebar-open[b-qkdre4dv32] {
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
  }

  .content[b-qkdre4dv32] {
    padding: 0.65rem;
  }

  .topbar-user-text[b-qkdre4dv32] {
    max-width: min(36vw, 10rem);
    font-size: 0.78rem;
  }

  .topbar-user .btn[b-qkdre4dv32] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
}
/* /Pages/AdminSecurity.razor.rz.scp.css */
/* Estilos alineados con AdminUsers / Organizations (CSS con ámbito propio del componente). */

.sec-admin-rbac.au-page[b-l8e27w88j6] {
  flex: 1;
  min-height: 0;
  width: 100%;
}

.sec-admin-rbac.au-page h2[b-l8e27w88j6] {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.au-page-intro[b-l8e27w88j6] {
  margin-bottom: 1.25rem;
}

.au-page-lead[b-l8e27w88j6] {
  margin: 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

/* ── Banners ───────────────────────────────────────────────────────────── */

.au-banner[b-l8e27w88j6] {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.au-banner--success[b-l8e27w88j6] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.au-banner--error[b-l8e27w88j6] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

.au-empty[b-l8e27w88j6] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* ── Paneles tipo tarjeta ──────────────────────────────────────────────── */

.sec-panel[b-l8e27w88j6] {
  margin-bottom: 1.75rem;
}

.sec-panel--card[b-l8e27w88j6] {
  border: 1px solid #e0e4e8;
  border-radius: 12px;
  background: #fafbfc;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.sec-panel-head[b-l8e27w88j6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: linear-gradient(180deg, #fff 0%, #f4f7fa 100%);
  border-bottom: 1px solid #e4e9ef;
}

.sec-panel-title[b-l8e27w88j6] {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.sec-panel-body[b-l8e27w88j6] {
  padding: 1rem 1rem 1.15rem;
  background: #fff;
}

.sec-panel-body .au-table-wrap[b-l8e27w88j6] {
  margin: 0;
}

/* ── Tablas (misma línea que Usuarios / Organizaciones) ──────────────── */

.au-table-wrap[b-l8e27w88j6] {
  width: 100%;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
  max-height: none;
}

.au-table[b-l8e27w88j6] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.au-table thead th[b-l8e27w88j6] {
  background: #0b2a4a;
  color: #fff;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.au-table td[b-l8e27w88j6] {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: middle;
  background: #fff;
}

.au-table tbody tr:last-child td[b-l8e27w88j6] {
  border-bottom: none;
}

.au-table tbody tr:hover td[b-l8e27w88j6] {
  background: #f8fafc;
}

.au-actions[b-l8e27w88j6] {
  white-space: nowrap;
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-wrap: wrap;
}

/* ── Chips y código ──────────────────────────────────────────────────── */

.sec-code[b-l8e27w88j6] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.82rem;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: #eef2f7;
  border: 1px solid #d8dfe8;
  color: #1e3a5f;
}

.sec-badge[b-l8e27w88j6] {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.sec-badge--system[b-l8e27w88j6] {
  background: #e3f2fd;
  border: 1px solid #90caf9;
  color: #0d47a1;
}

.sec-badge--custom[b-l8e27w88j6] {
  background: #f3e5f5;
  border: 1px solid #ce93d8;
  color: #4a148c;
}

/* ── Botones ───────────────────────────────────────────────────────────── */

.au-page .btn-primary[b-l8e27w88j6],
.au-modal .btn-primary[b-l8e27w88j6] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.au-page .btn-primary:disabled[b-l8e27w88j6],
.au-modal .btn-primary:disabled[b-l8e27w88j6] { opacity: 0.55; cursor: not-allowed; }

.au-page .btn-secondary[b-l8e27w88j6],
.au-modal .btn-secondary[b-l8e27w88j6] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-secondary:hover:not(:disabled)[b-l8e27w88j6],
.au-modal .btn-secondary:hover:not(:disabled)[b-l8e27w88j6] { background: #f0f4f8; }

.au-page .btn-secondary:disabled[b-l8e27w88j6],
.au-modal .btn-secondary:disabled[b-l8e27w88j6] { opacity: 0.5; cursor: not-allowed; }

.au-page .btn-danger[b-l8e27w88j6] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #8b0000;
  border: 1px solid #c62828;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-danger:hover:not(:disabled)[b-l8e27w88j6] { background: #ffebee; }
.au-page .btn-danger:disabled[b-l8e27w88j6] { opacity: 0.5; cursor: not-allowed; }

/* ── Modal ───────────────────────────────────────────────────────────── */

.au-modal-overlay[b-l8e27w88j6] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.au-modal[b-l8e27w88j6] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(520px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.au-modal.au-modal--wide[b-l8e27w88j6] {
  width: min(42rem, 94vw);
  max-width: 42rem;
}

.au-modal-header[b-l8e27w88j6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.au-modal-header h3[b-l8e27w88j6] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.au-modal-close[b-l8e27w88j6] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
  flex-shrink: 0;
}

.au-modal-close:hover[b-l8e27w88j6] { color: #fff; }

.au-modal-body[b-l8e27w88j6] {
  padding: 1.2rem 1.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow-y: auto;
}

.au-modal-footer[b-l8e27w88j6] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.3rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.au-field[b-l8e27w88j6] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.au-field label[b-l8e27w88j6] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
}

.au-modal-body[b-l8e27w88j6]  .input,
.au-modal-body .input[b-l8e27w88j6] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
}

.au-modal-body[b-l8e27w88j6]  textarea.input,
.au-modal-body textarea.input[b-l8e27w88j6] {
  min-height: 4rem;
  resize: vertical;
}

.au-modal-body[b-l8e27w88j6]  .input:focus,
.au-modal-body .input:focus[b-l8e27w88j6] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.sec-perm-grid[b-l8e27w88j6] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: min(50vh, 28rem);
  overflow: auto;
  padding: 0.25rem 0;
}

.sec-perm-item[b-l8e27w88j6] {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.35rem 0.25rem;
  border-radius: 6px;
}

.sec-perm-item:hover[b-l8e27w88j6] {
  background: #f8fafc;
}

.sec-perm-item input[b-l8e27w88j6] {
  margin-top: 0.2rem;
}

.muted[b-l8e27w88j6] { color: #666; }

@media (max-width: 720px) {
  .sec-panel-head[b-l8e27w88j6] {
    flex-direction: column;
    align-items: stretch;
  }

  .sec-panel-head .btn-primary[b-l8e27w88j6] {
    width: 100%;
    text-align: center;
  }

  .au-actions[b-l8e27w88j6] {
    flex-direction: column;
    align-items: stretch;
  }

  .au-actions .btn-secondary[b-l8e27w88j6],
  .au-actions .btn-danger[b-l8e27w88j6] {
    width: 100%;
    text-align: center;
  }
}
/* /Pages/AdminUsers.razor.rz.scp.css */
.au-page[b-8bngx4bgau] {
  flex: 1;
  min-height: 0;
}

.au-page h2[b-8bngx4bgau] {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.au-page-intro[b-8bngx4bgau] {
  margin-bottom: 1rem;
}

.au-page-lead[b-8bngx4bgau] {
  margin: 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

/* ── Banners ──────────────────────────────────────────────────────────── */

.au-banner[b-8bngx4bgau] {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.au-banner--success[b-8bngx4bgau] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.au-banner--error[b-8bngx4bgau] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

/* ── Empty state ──────────────────────────────────────────────────────── */

.au-empty[b-8bngx4bgau] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.au-empty-state[b-8bngx4bgau] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem 2rem;
  text-align: center;
  color: #6b7280;
}

/* ── Full-width user table ────────────────────────────────────────────── */

.au-table-wrap[b-8bngx4bgau] {
  width: 100%;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
  max-height: none;
}

.au-table[b-8bngx4bgau] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.au-table thead th[b-8bngx4bgau] {
  background: #0b2a4a;
  color: #fff;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.au-table td[b-8bngx4bgau] {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: middle;
  background: #fff;
}

.au-table tbody tr:last-child td[b-8bngx4bgau] {
  border-bottom: none;
}

.au-table tbody tr:hover td[b-8bngx4bgau] {
  background: #f8fafc;
}

.au-actions[b-8bngx4bgau] {
  white-space: nowrap;
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

/* ── Perfiles en tabla (chips + añadir) ───────────────────────────────── */

.au-roles-cell[b-8bngx4bgau] {
  vertical-align: top;
  min-width: 12rem;
  max-width: 22rem;
}

.au-role-chips[b-8bngx4bgau] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}

.au-role-chip[b-8bngx4bgau] {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.15rem 0.35rem 0.15rem 0.5rem;
  background: #e8eef5;
  border: 1px solid #c5d3e3;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0b2a4a;
}

.au-role-chip-remove[b-8bngx4bgau] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  padding: 0;
  margin: 0 0 0 0.05rem;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.au-role-chip-remove:hover:not(:disabled)[b-8bngx4bgau] {
  background: #fee2e2;
  color: #b91c1c;
}

.au-role-chip-remove:disabled[b-8bngx4bgau] {
  opacity: 0.35;
  cursor: not-allowed;
}

.au-role-add[b-8bngx4bgau] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.au-role-add-select[b-8bngx4bgau] {
  flex: 1 1 7rem;
  min-width: 0;
  max-width: 11rem;
  padding: 0.35rem 0.45rem;
  font-size: 0.8rem;
}

.au-role-add-btn[b-8bngx4bgau] {
  flex-shrink: 0;
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */

.au-page .btn-primary[b-8bngx4bgau],
.au-modal .btn-primary[b-8bngx4bgau] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.au-page .btn-primary:disabled[b-8bngx4bgau],
.au-modal .btn-primary:disabled[b-8bngx4bgau] { opacity: 0.55; cursor: not-allowed; }

.au-page .btn-secondary[b-8bngx4bgau],
.au-modal .btn-secondary[b-8bngx4bgau] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-secondary:hover:not(:disabled)[b-8bngx4bgau],
.au-modal .btn-secondary:hover:not(:disabled)[b-8bngx4bgau] { background: #f0f4f8; }

.au-page .btn-secondary:disabled[b-8bngx4bgau],
.au-modal .btn-secondary:disabled[b-8bngx4bgau] { opacity: 0.5; cursor: not-allowed; }

.au-page .btn-danger[b-8bngx4bgau] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #8b0000;
  border: 1px solid #c62828;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-danger:hover:not(:disabled)[b-8bngx4bgau] { background: #ffebee; }
.au-page .btn-danger:disabled[b-8bngx4bgau] { opacity: 0.5; cursor: not-allowed; }

/* ── FAB ──────────────────────────────────────────────────────────────── */

.au-fab[b-8bngx4bgau] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(11, 42, 74, 0.35), 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}

.au-fab:hover[b-8bngx4bgau] {
  background: #1e4a7a;
  box-shadow: 0 6px 24px rgba(11, 42, 74, 0.45);
  transform: scale(1.06);
}

.au-fab:active[b-8bngx4bgau] { transform: scale(0.96); }

.au-fab-icon[b-8bngx4bgau] {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.05rem;
}

/* ── Modal shared ─────────────────────────────────────────────────────── */

.au-modal-overlay[b-8bngx4bgau] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.au-modal[b-8bngx4bgau] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(520px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.au-modal--narrow[b-8bngx4bgau] {
  width: min(420px, 94vw);
}

.au-modal-header[b-8bngx4bgau] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.au-modal-header h3[b-8bngx4bgau] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.au-modal-close[b-8bngx4bgau] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
  flex-shrink: 0;
}

.au-modal-close:hover[b-8bngx4bgau] { color: #fff; }

.au-modal-body[b-8bngx4bgau] {
  padding: 1.2rem 1.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow-y: auto;
}

.au-modal-footer[b-8bngx4bgau] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.3rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

/* ── Form fields inside modal ─────────────────────────────────────────── */

.au-field[b-8bngx4bgau] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.au-field.grow[b-8bngx4bgau] { flex: 1 1 0; min-width: 0; }

.au-field label[b-8bngx4bgau] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
}

.au-row[b-8bngx4bgau] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.au-row .au-field[b-8bngx4bgau] {
  flex: 1 1 160px;
}

.au-modal-body[b-8bngx4bgau]  .input,
.au-modal-body .input[b-8bngx4bgau] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
}

.au-modal-body[b-8bngx4bgau]  .input:focus,
.au-modal-body .input:focus[b-8bngx4bgau] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.au-hint[b-8bngx4bgau] {
  margin: 0;
  font-size: 0.82rem;
  color: #4b5563;
  line-height: 1.45;
}

.muted[b-8bngx4bgau] { color: #666; }

.au-field-label[b-8bngx4bgau] {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  color: #0b2a4a;
}

.au-role-checks[b-8bngx4bgau] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 14rem;
  overflow: auto;
  padding: 0.35rem 0;
}

.au-role-check[b-8bngx4bgau] {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.au-role-check input[b-8bngx4bgau] {
  margin-top: 0.15rem;
}

@media (max-width: 900px) {
  .au-fab[b-8bngx4bgau] { bottom: 1.25rem; right: 1.25rem; }
}
/* /Pages/Debrief.razor.rz.scp.css */
.debrief[b-ajleos64bp] {
  max-width: 100%;
}

.debrief.presentation[b-ajleos64bp] {
  max-width: none;
}

.debrief-head-block[b-ajleos64bp] {
  margin-bottom: 0.75rem;
}

.debrief-head-block h2[b-ajleos64bp] {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
}

.debrief-sort[b-ajleos64bp] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.debrief-sort-label[b-ajleos64bp] {
  font-size: 0.78rem;
  font-weight: 600;
  color: #546e7a;
}

.debrief-table-scroll[b-ajleos64bp] {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  max-height: min(70dvh, 720px);
  overflow-y: auto;
}

.debrief-table[b-ajleos64bp] {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.9rem;
  border: 1px solid #ccc;
}

.debrief-table thead th[b-ajleos64bp] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f0f4f8;
  text-align: left;
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #d8d8d8;
  font-weight: 600;
}

.debrief-table thead th:last-child[b-ajleos64bp] {
  border-right: none;
}

.debrief-table td[b-ajleos64bp] {
  min-width: 0;
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #e8e8e8;
  vertical-align: top;
}

.debrief-table td:last-child[b-ajleos64bp] {
  border-right: none;
}

/* Anchos relativos: <colgroup> en Debrief.razor + redimensionado en sar-table-column-resize.js */

.dt-col-adj[b-ajleos64bp] {
  white-space: normal;
}

.dt-col-texto[b-ajleos64bp] {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.dt-col-act[b-ajleos64bp] {
  white-space: nowrap;
}

.nowrap[b-ajleos64bp] {
  white-space: nowrap;
}

.small[b-ajleos64bp] {
  font-size: 0.78rem;
}

.debrief-pre[b-ajleos64bp] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}

.debrief-att-actions .btn-link.debrief-att-name[b-ajleos64bp] {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}

.debrief-rev-snippet[b-ajleos64bp] {
  font-size: 0.85rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}

.debrief-rev-btn[b-ajleos64bp] {
  font-size: 0.78rem;
  padding: 0.22rem 0.45rem;
}

.toolbar[b-ajleos64bp] {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.debrief-toolbar[b-ajleos64bp] {
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.debrief-filters[b-ajleos64bp] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.debrief-filter-label[b-ajleos64bp] {
  font-weight: 600;
  font-size: 0.85rem;
}

.debrief-select[b-ajleos64bp] {
  min-width: 12rem;
  max-width: 22rem;
}

.debrief-scope-banner[b-ajleos64bp] {
  font-size: 0.85rem;
}

.debrief-actions[b-ajleos64bp] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.debrief-modal-backdrop[b-ajleos64bp] {
  position: fixed;
  inset: 0;
  z-index: 2100;
  background: rgba(0, 0, 0, 0.45);
}

.debrief-modal[b-ajleos64bp] {
  position: fixed;
  z-index: 2101;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 520px);
  max-height: min(88vh, 480px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.debrief-modal-head[b-ajleos64bp] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  background: #0b2a4a;
  color: #fff;
}

.debrief-modal-head h3[b-ajleos64bp] {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.debrief-modal-close[b-ajleos64bp] {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.debrief-modal-body[b-ajleos64bp] {
  padding: 0.75rem;
  overflow: auto;
  flex: 1;
  min-height: 0;
}

.debrief-modal-footer[b-ajleos64bp] {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
}

.debrief-rev-label[b-ajleos64bp] {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
}

.debrief-rev-textarea[b-ajleos64bp] {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 8rem;
}

.minute-sort-btn[b-ajleos64bp] {
  font-size: 0.75rem;
  padding: 0.28rem 0.45rem;
}

.minute-sort-btn--active[b-ajleos64bp] {
  background: #0b2a4a;
  color: #fff;
  border-color: #0b2a4a;
}

.muted[b-ajleos64bp] {
  color: #666;
}

.debrief.presentation .debrief-table[b-ajleos64bp] {
  font-size: 1.15rem;
}

.debrief-atts[b-ajleos64bp] {
  margin: 0;
  padding: 0;
  list-style: none;
}

.debrief-att-item[b-ajleos64bp] {
  margin-bottom: 0.35rem;
}

.debrief-att-item:last-child[b-ajleos64bp] {
  margin-bottom: 0;
}

.debrief-att-img-link[b-ajleos64bp] {
  display: inline-block;
  max-width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ddd;
  line-height: 0;
}

.debrief-att-thumb[b-ajleos64bp] {
  display: block;
  max-width: 88px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.debrief-att-pdf-link[b-ajleos64bp] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 88px;
  min-height: 72px;
  padding: 0.35rem 0.25rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
  color: #c62828;
  cursor: pointer;
  line-height: 1;
  font: inherit;
}

.debrief-att-pdf-link:hover[b-ajleos64bp] {
  border-color: #bdbdbd;
  background: #fafafa;
}

.debrief-att-pdf-thumb[b-ajleos64bp] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c62828;
}

.debrief-att-pdf-thumb svg[b-ajleos64bp] {
  display: block;
}

.debrief-att-pdf-label[b-ajleos64bp] {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #37474f;
}

.debrief-att-kmz-link[b-ajleos64bp] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 88px;
  min-height: 72px;
  padding: 0.35rem 0.25rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fff 0%, #eef6ff 100%);
  color: #0b5394;
  cursor: pointer;
  line-height: 1;
  font: inherit;
}

.debrief-att-kmz-link:hover[b-ajleos64bp] {
  border-color: #90caf9;
  background: #fafcff;
}

.debrief-att-kmz-thumb[b-ajleos64bp] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1565c0;
}

.debrief-att-kmz-thumb svg[b-ajleos64bp] {
  display: block;
}

.debrief-att-kmz-label[b-ajleos64bp] {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #37474f;
}

.debrief-att-meta[b-ajleos64bp] {
  display: block;
  font-size: 0.72rem;
  margin-top: 0.12rem;
}

.debrief-att-actions[b-ajleos64bp] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}

.debrief-att-external[b-ajleos64bp] {
  font-size: 0.85rem;
  text-decoration: none;
}

.debrief-att-preview-backdrop[b-ajleos64bp] {
  position: fixed;
  inset: 0;
  z-index: 2200;
  background: rgba(0, 0, 0, 0.45);
}

.debrief-att-preview-modal[b-ajleos64bp] {
  position: fixed;
  z-index: 2201;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 720px);
  max-height: min(88vh, 640px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.debrief-att-preview-modal--map[b-ajleos64bp] {
  width: min(96vw, 900px);
  max-height: min(90vh, 720px);
}

.debrief-att-preview-modal--map-expanded[b-ajleos64bp] {
  width: min(98vw, 1400px);
  height: 92vh;
  max-height: none;
}

.debrief-att-preview-head[b-ajleos64bp] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  background: #0b2a4a;
  color: #fff;
}

.debrief-att-preview-title[b-ajleos64bp] {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.debrief-att-preview-head-actions[b-ajleos64bp] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.debrief-att-open-tab[b-ajleos64bp] {
  font-size: 0.75rem;
  padding: 0.25rem 0.45rem;
  color: #0b2a4a;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.debrief-att-preview-close[b-ajleos64bp] {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.debrief-att-preview-close:hover[b-ajleos64bp] {
  background: rgba(255, 255, 255, 0.28);
}

.debrief-att-preview-body[b-ajleos64bp] {
  padding: 0.65rem;
  overflow: auto;
  flex: 1;
  min-height: 0;
  text-align: center;
}

.debrief-att-preview-body--map[b-ajleos64bp] {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0.45rem 0.55rem;
}

.debrief-att-preview-map-wrap[b-ajleos64bp] {
  flex: 1;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.debrief-att-preview-modal--map-expanded .debrief-att-preview-map-wrap[b-ajleos64bp] {
  min-height: calc(92vh - 5.5rem);
}

.debrief-att-preview-img[b-ajleos64bp] {
  max-width: 100%;
  max-height: min(70vh, 520px);
  height: auto;
  border-radius: 6px;
}

.debrief-att-preview-iframe[b-ajleos64bp] {
  width: 100%;
  min-height: min(70vh, 520px);
  height: 70vh;
  max-height: 520px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.debrief-att-preview-fallback[b-ajleos64bp] {
  margin: 0.5rem 0;
  color: #555;
}

.btn-link.debrief-att-name[b-ajleos64bp] {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  color: #0b2a4a;
  text-decoration: underline;
  font-size: inherit;
}

.btn-link.debrief-att-name:hover[b-ajleos64bp] {
  color: #153e6b;
}
/* /Pages/ExerciseConfig.razor.rz.scp.css */
.ec-page[b-9yf8ciyr77] {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* ── Breadcrumb ─────────────────────────────────────────────────────── */

.ec-breadcrumb[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  flex-wrap: wrap;
}

.ec-breadcrumb a[b-9yf8ciyr77] {
  color: #1e6fa8;
  text-decoration: none;
  font-weight: 600;
}

.ec-breadcrumb a:hover[b-9yf8ciyr77] {
  text-decoration: underline;
}

.ec-breadcrumb-sep[b-9yf8ciyr77] {
  color: #9ca3af;
}

.ec-breadcrumb-current[b-9yf8ciyr77] {
  color: #374151;
  font-weight: 600;
  max-width: 32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ── Not found / loading ────────────────────────────────────────────── */

.ec-not-found[b-9yf8ciyr77],
.ec-loading[b-9yf8ciyr77] {
  padding: 2rem 0;
  color: #6b7280;
  font-size: 0.95rem;
}

/* ── Banners ────────────────────────────────────────────────────────── */

.ec-banner[b-9yf8ciyr77] {
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.ec-banner--success[b-9yf8ciyr77] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.ec-banner--error[b-9yf8ciyr77] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

/* ── Exercise header card ───────────────────────────────────────────── */

.ec-header-card[b-9yf8ciyr77] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  box-shadow: 0 2px 8px rgba(11, 42, 74, 0.06);
  flex-wrap: wrap;
}

.ec-header-info[b-9yf8ciyr77] {
  flex: 1;
  min-width: 0;
}

.ec-title[b-9yf8ciyr77] {
  margin: 0 0 0.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0b2a4a;
}

.ec-description[b-9yf8ciyr77] {
  margin: 0 0 0.4rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.ec-dates[b-9yf8ciyr77] {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.ec-header-actions[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.ec-field-inline[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ec-field-inline label[b-9yf8ciyr77] {
  font-size: 0.82rem;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}

/* ── Section wrapper ────────────────────────────────────────────────── */

.ec-section[b-9yf8ciyr77] {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ec-section-header[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid #dde3ec;
}

.ec-section-badge[b-9yf8ciyr77] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ec-section-title[b-9yf8ciyr77] {
  font-size: 1rem;
  font-weight: 700;
  color: #0b2a4a;
}

.ec-section-hint[b-9yf8ciyr77] {
  font-size: 0.82rem;
  color: #6b7280;
}

/* ── Panel card ─────────────────────────────────────────────────────── */

.ec-panel[b-9yf8ciyr77] {
  background: #fff;
  border: 1px solid #e2e5eb;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.ec-panel-head[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1rem;
  background: #0b2a4a;
  color: #fff;
}

.ec-panel-head[b-9yf8ciyr77]::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.ec-panel-head h3[b-9yf8ciyr77] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.ec-panel-body[b-9yf8ciyr77],
.ec-invite-form[b-9yf8ciyr77] {
  padding: 1rem 1.1rem 1.1rem;
  background: #f8f9fa;
  border-top: 1px solid rgba(11, 42, 74, 0.12);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ── Fields ─────────────────────────────────────────────────────────── */

.ec-field[b-9yf8ciyr77] {
  margin-bottom: 0;
}

.ec-field label[b-9yf8ciyr77] {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.3rem;
}

.ec-field.grow[b-9yf8ciyr77] {
  min-width: 0;
  flex: 1 1 160px;
}

.ec-field--action[b-9yf8ciyr77] {
  display: flex;
  flex-direction: column;
}

.ec-label-spacer[b-9yf8ciyr77] {
  display: block;
  margin-bottom: 0.3rem;
  user-select: none;
}

.ec-row[b-9yf8ciyr77] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-end;
}

.ec-row .ec-field[b-9yf8ciyr77] {
  flex: 1 1 160px;
}

/* ── Input styles (::deep for Blazor components) ────────────────────── */

.ec-panel[b-9yf8ciyr77]  .input,
.ec-panel .input[b-9yf8ciyr77] {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #111;
}

.ec-panel[b-9yf8ciyr77]  .input:focus,
.ec-panel .input:focus[b-9yf8ciyr77] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.ec-panel[b-9yf8ciyr77]  select.input.input-inline,
.input-inline[b-9yf8ciyr77] {
  width: auto;
  max-width: 11rem;
  min-width: 8.5rem;
  font-size: 0.85rem;
}

.ec-checkbox-label[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
  cursor: pointer;
}

/* ── Table ──────────────────────────────────────────────────────────── */

.ec-table[b-9yf8ciyr77] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ec-table thead th[b-9yf8ciyr77] {
  background: #eef2f6;
  text-align: left;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid #dfe3e8;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #37474f;
}

.ec-table td[b-9yf8ciyr77] {
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: top;
  background: #fff;
}

.ec-table-wrap[b-9yf8ciyr77] {
  max-height: 320px;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  background: #fff;
}

.ec-table-wrap-pad[b-9yf8ciyr77] {
  margin: 0 1rem 1rem;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  background: #fff;
  max-height: 400px;
  overflow: auto;
}

.ec-subh[b-9yf8ciyr77] {
  margin: 0.85rem 1rem 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #111;
}

.ec-url-row td[b-9yf8ciyr77] {
  background: #f8f9fa;
  padding: 0.4rem 0.65rem 0.55rem;
  border-bottom: 1px solid #e5e7eb;
}

.ec-invite-url[b-9yf8ciyr77] {
  display: block;
  font-size: 0.78rem;
  word-break: break-all;
  white-space: pre-wrap;
  padding: 0.35rem 0.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #0b2a4a;
}

/* ── Org actions ────────────────────────────────────────────────────── */

.ec-org-actions[b-9yf8ciyr77] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ec-new-org-row[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ec-new-org-hint[b-9yf8ciyr77] {
  font-size: 0.82rem;
  color: #6b7280;
}

/* ── Invite result highlight ────────────────────────────────────────── */

.ec-invite-result[b-9yf8ciyr77] {
  padding: 0.75rem 1rem;
  background: #f0f7ff;
  border: 1px solid #b3d4fc;
  border-radius: 8px;
}

.ec-invite-result-hint[b-9yf8ciyr77] {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #0b2a4a;
}

.ec-invite-result-actions[b-9yf8ciyr77] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

/* ── Misc ───────────────────────────────────────────────────────────── */

.ec-lead[b-9yf8ciyr77] {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #4b5563;
}

.ec-empty[b-9yf8ciyr77] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.nowrap[b-9yf8ciyr77] { white-space: nowrap; }
.nowrap .btn-secondary[b-9yf8ciyr77],
.nowrap .btn-danger[b-9yf8ciyr77] { margin-right: 0.35rem; margin-bottom: 0.25rem; }

.muted[b-9yf8ciyr77] { color: #666; }

/* ── Buttons ────────────────────────────────────────────────────────── */

.ec-page .btn-primary[b-9yf8ciyr77] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.ec-page .btn-primary:disabled[b-9yf8ciyr77] { opacity: 0.55; cursor: not-allowed; }

.ec-page .btn-secondary[b-9yf8ciyr77] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.ec-page .btn-secondary:hover:not(:disabled)[b-9yf8ciyr77] { background: #f0f4f8; }

.ec-page .btn-danger[b-9yf8ciyr77] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #8b0000;
  border: 1px solid #c62828;
  border-radius: 6px;
  cursor: pointer;
}

.ec-page .btn-danger:hover:not(:disabled)[b-9yf8ciyr77] { background: #ffebee; }

/* ── Modal ──────────────────────────────────────────────────────────── */

.ec-modal-overlay[b-9yf8ciyr77] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.ec-modal[b-9yf8ciyr77] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(480px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.ec-modal-header[b-9yf8ciyr77] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1.1rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
}

.ec-modal-header h3[b-9yf8ciyr77] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.ec-modal-close[b-9yf8ciyr77] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
}

.ec-modal-close:hover[b-9yf8ciyr77] { color: #fff; }

.ec-modal-body[b-9yf8ciyr77] {
  padding: 1.1rem 1.2rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ec-modal-body .ec-field label[b-9yf8ciyr77] {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.3rem;
}

.ec-modal-body .input[b-9yf8ciyr77] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
}

.ec-modal-body .input:focus[b-9yf8ciyr77] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.ec-modal-footer[b-9yf8ciyr77] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.2rem 1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .ec-header-card[b-9yf8ciyr77] { flex-direction: column; }
  .ec-header-actions[b-9yf8ciyr77] { width: 100%; }
}
/* /Pages/GameMaster.razor.rz.scp.css */
.gm-page[b-9rn9c7kh4p] {
  flex: 1;
  min-height: 0;
}

.gm-page h2[b-9rn9c7kh4p] {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.gm-page-intro[b-9rn9c7kh4p] {
  margin-bottom: 1rem;
}

.gm-page-lead[b-9rn9c7kh4p] {
  margin: 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

/* ── Banners ──────────────────────────────────────────────────────────── */

.gm-banner[b-9rn9c7kh4p] {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.gm-banner--success[b-9rn9c7kh4p] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.gm-banner--error[b-9rn9c7kh4p] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

/* ── Empty state ──────────────────────────────────────────────────────── */

.gm-empty-state[b-9rn9c7kh4p] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem 2rem;
  text-align: center;
  color: #6b7280;
}

.gm-empty[b-9rn9c7kh4p] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

/* ── Full-width exercise table ────────────────────────────────────────── */

.gm-full-table-wrap[b-9rn9c7kh4p] {
  width: 100%;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.gm-table[b-9rn9c7kh4p] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.gm-table thead th[b-9rn9c7kh4p] {
  background: #0b2a4a;
  color: #fff;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.gm-table td[b-9rn9c7kh4p] {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: middle;
  background: #fff;
}

.gm-table tbody tr:last-child td[b-9rn9c7kh4p] {
  border-bottom: none;
}

.gm-table tbody tr:hover td[b-9rn9c7kh4p] {
  background: #f8fafc;
}

/* ── Exercise name cell ───────────────────────────────────────────────── */

.gm-ex-name-cell[b-9rn9c7kh4p] {
  min-width: 14rem;
}

.gm-ex-name-link[b-9rn9c7kh4p] {
  display: block;
  color: #0b2a4a;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.92rem;
}

.gm-ex-name-link:hover[b-9rn9c7kh4p] {
  color: #1e6fa8;
  text-decoration: underline;
}

.gm-ex-desc[b-9rn9c7kh4p] {
  display: block;
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 22rem;
}

.gm-nowrap[b-9rn9c7kh4p] {
  white-space: nowrap;
}

/* ── Status inline select ─────────────────────────────────────────────── */

.gm-table[b-9rn9c7kh4p]  select.input.input-inline,
.gm-table[b-9rn9c7kh4p]  select.input-inline,
select.input-inline[b-9rn9c7kh4p] {
  width: auto;
  max-width: 10rem;
  min-width: 8rem;
  padding: 0.3rem 0.5rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.85rem;
  color: #111;
}

/* ── Organization chips ───────────────────────────────────────────────── */

.gm-chips-cell[b-9rn9c7kh4p] {
  min-width: 8rem;
  max-width: 22rem;
}

.gm-chip[b-9rn9c7kh4p] {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  background: #e8f0fa;
  color: #0b2a4a;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0.15rem 0.2rem 0.15rem 0;
  white-space: nowrap;
  border: 1px solid #c5d8f5;
}

.gm-none-label[b-9rn9c7kh4p] {
  font-size: 0.85rem;
  color: #9ca3af;
}

/* ── Participants badge ───────────────────────────────────────────────── */

.gm-participants-cell[b-9rn9c7kh4p] {
  text-align: center;
}

.gm-participant-badge[b-9rn9c7kh4p] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.75rem;
  padding: 0 0.55rem;
  background: #0b2a4a;
  color: #fff;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
}

/* ── Actions cell ─────────────────────────────────────────────────────── */

.gm-actions[b-9rn9c7kh4p] {
  min-width: 14rem;
  max-width: 22rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
}

.gm-actions-primary[b-9rn9c7kh4p],
.gm-actions-danger[b-9rn9c7kh4p] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.gm-actions-export[b-9rn9c7kh4p] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  align-items: center;
  padding: 0.35rem 0.4rem;
  background: #f6f8fb;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.gm-actions-export-label[b-9rn9c7kh4p] {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  width: 100%;
  margin-bottom: 0.1rem;
}

.gm-page .btn-tiny[b-9rn9c7kh4p] {
  padding: 0.22rem 0.45rem;
  font-size: 0.72rem;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */

.gm-page .btn-primary[b-9rn9c7kh4p] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.gm-page .btn-primary:disabled[b-9rn9c7kh4p] { opacity: 0.55; cursor: not-allowed; }

.gm-page .btn-secondary[b-9rn9c7kh4p] {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.gm-page .btn-secondary:hover:not(:disabled)[b-9rn9c7kh4p] { background: #f0f4f8; }
.gm-page .btn-secondary:disabled[b-9rn9c7kh4p] { opacity: 0.5; cursor: not-allowed; }

.gm-page .btn-danger[b-9rn9c7kh4p] {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  background: #fff;
  color: #8b0000;
  border: 1px solid #c62828;
  border-radius: 6px;
  cursor: pointer;
}

.gm-page .btn-danger:hover:not(:disabled)[b-9rn9c7kh4p] { background: #ffebee; }
.gm-page .btn-danger:disabled[b-9rn9c7kh4p] { opacity: 0.5; cursor: not-allowed; }

/* ── Floating action button ───────────────────────────────────────────── */

.gm-fab[b-9rn9c7kh4p] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(11, 42, 74, 0.35), 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}

.gm-fab:hover[b-9rn9c7kh4p] {
  background: #1e4a7a;
  box-shadow: 0 6px 24px rgba(11, 42, 74, 0.45);
  transform: scale(1.06);
}

.gm-fab:active[b-9rn9c7kh4p] { transform: scale(0.96); }

.gm-fab-icon[b-9rn9c7kh4p] {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.05rem;
}

/* ── Modal ────────────────────────────────────────────────────────────── */

.gm-modal-overlay[b-9rn9c7kh4p] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.gm-modal[b-9rn9c7kh4p] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(520px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.gm-modal-header[b-9rn9c7kh4p] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
}

.gm-modal-header h3[b-9rn9c7kh4p] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.gm-modal-close[b-9rn9c7kh4p] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
}

.gm-modal-close:hover[b-9rn9c7kh4p] { color: #fff; }

.gm-modal-body[b-9rn9c7kh4p] {
  padding: 1.2rem 1.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.gm-modal-footer[b-9rn9c7kh4p] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.3rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
}

.gm-field[b-9rn9c7kh4p] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.gm-field label[b-9rn9c7kh4p] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
}

.gm-modal-body .input[b-9rn9c7kh4p] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
  resize: vertical;
}

.gm-modal-body .input:focus[b-9rn9c7kh4p] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.muted[b-9rn9c7kh4p] { color: #666; }

@media (max-width: 900px) {
  .gm-fab[b-9rn9c7kh4p] { bottom: 1.25rem; right: 1.25rem; }
  .gm-ex-desc[b-9rn9c7kh4p] { max-width: 12rem; }
}
/* /Pages/Login.razor.rz.scp.css */
/* Vista de inicio de sesión (alcance solo Login.razor) */
.login-card--signin[b-4mfevwlkgp] {
  max-width: 440px;
  padding: 2rem 1.75rem 1.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.93);
  box-shadow:
    0 4px 24px rgba(11, 42, 74, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

.login-card-header[b-4mfevwlkgp] {
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 42, 74, 0.12);
}

.login-card--signin h1[b-4mfevwlkgp] {
  margin: 0;
  font-size: clamp(1rem, 2.8vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: #0b2a4a;
  text-transform: uppercase;
}

.login-card-lead[b-4mfevwlkgp] {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4a5568;
}

.login-form[b-4mfevwlkgp] {
  display: block;
}

.login-label[b-4mfevwlkgp] {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: #374151;
}

.login-label:first-of-type[b-4mfevwlkgp] {
  margin-top: 0;
}

.login-form[b-4mfevwlkgp]  input.input {
  margin-top: 0.35rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  border: 1px solid #c5ced9;
  font-size: 0.95rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.login-form[b-4mfevwlkgp]  input.input:focus {
  outline: none;
  border-color: #0b2a4a;
  box-shadow: 0 0 0 3px rgba(11, 42, 74, 0.18);
}

.login-actions[b-4mfevwlkgp] {
  margin-top: 1.25rem;
}

/* Botón: estilo Bootstrap 5 (.btn.btn-primary); solo ajustes locales */
.login-actions .login-submit.btn.btn-primary[b-4mfevwlkgp] {
  margin-top: 0;
  font-weight: 600;
}

.login-error[b-4mfevwlkgp] {
  margin: 1rem 0 0;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  font-size: 0.88rem;
  background: #fff5f5;
  border: 1px solid #f5c6cb;
  color: #9b1c2e;
}
/* /Pages/MapaAdjunto.razor.rz.scp.css */
.mapa-adjunto-page[b-hg21y6ybu8] {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 120px);
  gap: 0.75rem;
  padding: 0 0 1rem;
}

.mapa-adjunto-toolbar[b-hg21y6ybu8] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.mapa-adjunto-title[b-hg21y6ybu8] {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}

.mapa-adjunto-page .sar-kmz-panel[b-hg21y6ybu8] {
  flex: 1;
  min-height: 520px;
}

.mapa-adjunto-page .sar-kmz-map-host[b-hg21y6ybu8] {
  min-height: 480px;
}
/* /Pages/MapaOperacional.razor.rz.scp.css */
/* ── Página ──────────────────────────────────────────────────────────────── */
/*
 * El .content del layout tiene padding: 1rem; overflow-y: auto.
 * Usamos margin negativo + width override para que el mapa ocupe
 * todo el espacio disponible sin scroll de página.
 */
.op-map-page[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
    /* Neutralizar el padding del contenedor padre (.content = 1rem) */
    margin: -1rem;
    width: calc(100% + 2rem);
}

/* ── Toolbar ─────────────────────────────────────────────────────────────── */
.op-map-toolbar[b-4crfpchswq] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.45rem 1rem;
    background: #0b2a4a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
    flex-wrap: wrap;
    color: #fff;
    min-height: 44px;
}

/* Selector de ejercicio */
.op-exercise-picker[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.op-exercise-label[b-4crfpchswq] {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.op-exercise-select[b-4crfpchswq] {
    min-width: 14rem;
    max-width: 22rem;
    padding: 0.28rem 0.5rem;
    font-size: 0.88rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    appearance: auto;
}

.op-exercise-select:focus[b-4crfpchswq] {
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: 1px;
}

/* Reloj de simulación — contenedor centrado flotante */
.op-clock-center[b-4crfpchswq] {
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 900;
    pointer-events: none;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
}

.op-clock[b-4crfpchswq] {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: 'Courier New', monospace;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.35rem 1rem;
    border-radius: 8px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.op-clock.running[b-4crfpchswq] {
    background: rgba(11, 42, 74, 0.92);
    color: #3fb950;
    border: 1px solid rgba(63, 185, 80, 0.5);
    backdrop-filter: blur(8px);
}

.op-clock.paused[b-4crfpchswq] {
    background: rgba(11, 42, 74, 0.92);
    color: #f0883e;
    border: 1px solid rgba(240, 136, 62, 0.5);
    backdrop-filter: blur(8px);
}

/* Chat toggle en toolbar */
.op-chat-toggle[b-4crfpchswq] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.op-chat-toggle:hover[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.18);
}

.op-chat-toggle--active[b-4crfpchswq] {
    background: rgba(37, 211, 102, 0.25);
    border-color: rgba(37, 211, 102, 0.55);
}

.op-chat-toggle-icon[b-4crfpchswq] {
    font-size: 1rem;
    line-height: 1;
}

.op-chat-toggle-label[b-4crfpchswq] {
    white-space: nowrap;
}

.op-chat-toggle-badge[b-4crfpchswq] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* Minute toggle en toolbar */
.op-minute-toggle[b-4crfpchswq] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.op-minute-toggle:hover[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.18);
}

.op-minute-toggle--active[b-4crfpchswq] {
    background: rgba(59, 130, 246, 0.3);
    border-color: rgba(59, 130, 246, 0.6);
}

.op-minute-toggle-icon[b-4crfpchswq] {
    font-size: 1rem;
    line-height: 1;
}

.op-minute-toggle-label[b-4crfpchswq] {
    white-space: nowrap;
}

.op-minute-toggle-badge[b-4crfpchswq] {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #3b82f6;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

/* ── FIR toggle en toolbar ── */
.op-fir-toggle[b-4crfpchswq] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.65rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.op-fir-toggle:hover[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.18);
}

.op-fir-toggle--active[b-4crfpchswq] {
    background: rgba(16, 185, 129, 0.25);
    border-color: rgba(16, 185, 129, 0.55);
}

.op-fir-toggle-icon[b-4crfpchswq] {
    font-size: 1rem;
    line-height: 1;
}

.op-fir-toggle-label[b-4crfpchswq] {
    white-space: nowrap;
}

/* ── Simulation controls (Admin / GameMaster) ──────────────────────────── */
.op-sim-controls[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.sim-btn[b-4crfpchswq] {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.sim-btn:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.15);
}
.sim-btn:disabled[b-4crfpchswq] {
    opacity: 0.4;
    cursor: not-allowed;
}
.sim-btn--play[b-4crfpchswq] {
    color: #4ade80;
    border-color: rgba(74, 222, 128, 0.4);
}
.sim-btn--play:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(74, 222, 128, 0.18);
}
.sim-btn--pause[b-4crfpchswq] {
    color: #fbbf24;
    border-color: rgba(251, 191, 36, 0.4);
}
.sim-btn--pause:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(251, 191, 36, 0.18);
}
.sim-btn--reset[b-4crfpchswq] {
    color: #f87171;
    border-color: rgba(248, 113, 113, 0.35);
}
.sim-btn--reset:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(248, 113, 113, 0.18);
}

.sim-rate-group[b-4crfpchswq],
.sim-jump-group[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-left: 0.3rem;
    padding-left: 0.4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sim-rate-label[b-4crfpchswq] {
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    margin-right: 0.15rem;
}

.sim-rate-btn[b-4crfpchswq] {
    padding: 0.15rem 0.4rem;
    font-size: 0.72rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: transparent;
    color: #cbd5e1;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, color 0.12s;
}
.sim-rate-btn:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
    color: #93c5fd;
}
.sim-rate-btn:disabled[b-4crfpchswq] {
    opacity: 0.4;
    cursor: not-allowed;
}
.sim-rate-btn--active[b-4crfpchswq] {
    background: rgba(59, 130, 246, 0.3);
    border-color: #3b82f6;
    color: #fff;
    box-shadow: 0 0 6px rgba(59, 130, 246, 0.4);
}

.sim-jump-btn[b-4crfpchswq] {
    padding: 0.15rem 0.45rem;
    font-size: 0.72rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
}
.sim-jump-btn:hover:not(:disabled)[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
}
.sim-jump-btn:disabled[b-4crfpchswq] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Etiqueta de advertencia (simulación) */
.op-sim-note[b-4crfpchswq] {
    margin-left: auto;
    font-size: 0.75rem;
    opacity: 0.5;
    white-space: nowrap;
}

/* ── Layout principal ────────────────────────────────────────────────────── */
.op-map-layout[b-4crfpchswq] {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.op-map-empty[b-4crfpchswq] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b949e;
}

/* ── Sidebar ─────────────────────────────────────────────────────────────── */
.op-exercise-scope[b-4crfpchswq] {
    margin: 0.5rem 0.65rem 0.6rem;
    padding: 0.4rem 0.55rem;
    border-left: 3px solid var(--sar-accent, #3b82f6);
    line-height: 1.4;
    font-size: 0.75rem;
    color: #94a3b8;
}

.op-exercise-scope strong[b-4crfpchswq] {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #f1f5f9;
    word-break: break-word;
}

.op-map-sidebar[b-4crfpchswq] {
    width: 280px;
    min-width: 200px;
    max-width: 340px;
    overflow-y: auto;
    border-right: 1px solid rgba(148, 163, 184, 0.2);
    display: flex;
    flex-direction: column;
    background: #0d1b2a;
    color: #e2e8f0;
    flex-shrink: 0;
}

.op-sidebar-version[b-4crfpchswq] {
    margin-top: auto;
    padding: 8px 0;
    text-align: center;
    font-size: 0.7rem;
    color: #64748b;
    letter-spacing: 0.04em;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
    flex-shrink: 0;
}

/* Evitar herencia de color de body (#111) en hijos del panel */
.op-map-sidebar :deep(.muted)[b-4crfpchswq] {
    color: #94a3b8;
}

.op-map-split-area[b-4crfpchswq] {
    display: flex;
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.op-minute-splitter[b-4crfpchswq] {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    width: 12px;
    min-width: 12px;
    min-height: 0;
    align-self: stretch;
    cursor: col-resize;
    touch-action: none;
    flex-shrink: 0;
    align-items: stretch;
    justify-content: center;
}

.op-minute-splitter:focus[b-4crfpchswq] {
    outline: none;
}

.op-minute-splitter:focus-visible .op-minute-splitter-grip[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.op-minute-splitter-grip[b-4crfpchswq] {
    width: 4px;
    align-self: stretch;
    margin: 0 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.12s ease;
}

.op-minute-splitter:hover .op-minute-splitter-grip[b-4crfpchswq] {
    background: rgba(255, 255, 255, 0.28);
}

.op-minute-split-overlay[b-4crfpchswq] {
    position: fixed;
    inset: 0;
    z-index: 2500;
    cursor: col-resize;
    touch-action: none;
    user-select: none;
}

@media (min-width: 769px) {
    .op-map-split-area--pinned .op-minute-splitter[b-4crfpchswq] {
        display: flex;
    }
}

.op-map-sidebar-right[b-4crfpchswq] {
    width: var(--op-minute-sidebar-width, 380px);
    min-width: 280px;
    max-width: 720px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #0d1b2a;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .op-map-sidebar-right[b-4crfpchswq] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        z-index: 1040;
    }
}

/* ── Contenedor del mapa ─────────────────────────────────────────────────── */
.op-map-container[b-4crfpchswq] {
    flex: 1;
    min-width: 240px;
    position: relative;
    isolation: isolate;
    z-index: 0;
}

/* ── Datum widget (draggable) ────────────────────────────────────────────── */
.datum-widget[b-4crfpchswq] {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin-inline: auto;
    z-index: 1900;
    width: 900px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    background: #141f2e;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,.6);
    overflow: hidden;
    transition: width .2s, max-height .2s;
}
.datum-widget.minimized[b-4crfpchswq] {
    max-height: none;
    width: 320px;
}

.datum-widget-icon[b-4crfpchswq] {
    font-size: 1.05rem;
    flex-shrink: 0;
}

.datum-widget-body[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 0;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.datum-widget-footer[b-4crfpchswq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    padding: .65rem 1rem;
    border-top: 1px solid rgba(255,255,255,.08);
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .datum-widget[b-4crfpchswq] { width: calc(100vw - 16px); left: 8px; right: auto; margin-inline: 0; }
    .datum-widget.minimized[b-4crfpchswq] { width: 240px; }
    .datum-widget-body[b-4crfpchswq] { grid-template-columns: 1fr; }
}

/* ── Columna ─────────────────────────────────────────────────────────────── */
.datum-col[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 1.25rem 1.35rem;
    border-right: 1px solid rgba(255,255,255,.07);
}
.datum-col:nth-child(2)[b-4crfpchswq] { background: rgba(255,255,255,.018); }
.datum-col:last-child[b-4crfpchswq]   { border-right: none; }

/* Etiquetas más pequeñas en la col de incertidumbre (textos largos) */
.datum-col:last-child .form-field > span[b-4crfpchswq] {
    font-size: .65rem;
}

/* ── Encabezado de sección ───────────────────────────────────────────────── */
.form-section-header[b-4crfpchswq] {
    display: flex;
    align-items: flex-start;   /* wrap natural del título */
    justify-content: space-between;
    gap: .5rem;
    margin-top: .5rem;
}
.form-section-header:first-child[b-4crfpchswq] { margin-top: 0; }

.form-section-title[b-4crfpchswq] {
    margin: 0;
    font-size: .71rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #60a5fa;
    /* Pip izquierdo en vez de borde inferior — más legible con texto largo */
    padding: .18rem .5rem;
    border-left: 3px solid rgba(96,165,250,.6);
    background: rgba(96,165,250,.05);
    border-radius: 0 3px 3px 0;
}

/* flex:1 SOLO cuando está dentro de .form-section-header */
.form-section-header .form-section-title[b-4crfpchswq] {
    flex: 1;
    min-width: 0;
}

/* Standalone: ocupa su propio tamaño natural */
.datum-col > .form-section-title[b-4crfpchswq] {
    flex: none;
    width: 100%;
    margin-bottom: .25rem;
}

/* ── Coordinate format toggle ────────────────────────────────────────────── */
.coord-format-toggle[b-4crfpchswq] {
    display: inline-flex;
    align-self: flex-start;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: .25rem;
}

.coord-fmt-btn[b-4crfpchswq] {
    padding: .22rem .7rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    background: transparent;
    color: #94a3b8;
    border: none;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.coord-fmt-btn + .coord-fmt-btn[b-4crfpchswq] {
    border-left: 1px solid rgba(255,255,255,.12);
}
.coord-fmt-btn:hover[b-4crfpchswq] { background: rgba(255,255,255,.06); color: #cbd5e1; }
.coord-fmt-btn.active[b-4crfpchswq] {
    background: rgba(59,130,246,.25);
    color: #93c5fd;
}

/* ── DMS coordinate inputs ───────────────────────────────────────────────── */
.dms-group[b-4crfpchswq] {
    display: flex;
    align-items: center;
    gap: .2rem;
    flex-wrap: nowrap;
}

.dms-label[b-4crfpchswq] {
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    min-width: 1.8rem;
    letter-spacing: .04em;
}

.dms-deg[b-4crfpchswq] {
    width: 3.2rem;
    text-align: center;
}

.dms-min[b-4crfpchswq] {
    width: 2.8rem;
    text-align: center;
}

.dms-sec[b-4crfpchswq] {
    width: 3.8rem;
    text-align: center;
}

.dms-sep[b-4crfpchswq] {
    font-size: .8rem;
    font-weight: 700;
    color: rgba(255,255,255,.35);
    flex-shrink: 0;
}

.dms-hem[b-4crfpchswq] {
    width: 2.6rem;
    text-align: center;
    padding: .25rem .15rem;
    font-weight: 700;
    color: #60a5fa;
    cursor: pointer;
}

/* ── Copy LKP → Datum checkbox ───────────────────────────────────────────── */
.datum-copy-lkp[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .72rem;
    color: #94a3b8;
    cursor: pointer;
    padding: .3rem .5rem;
    margin-top: .4rem;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 5px;
    transition: background .15s, color .15s;
}
.datum-copy-lkp:hover[b-4crfpchswq] { background: rgba(255,255,255,.06); color: #cbd5e1; }
.datum-copy-lkp input[type="checkbox"][b-4crfpchswq] {
    accent-color: #3b82f6;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.datum-copy-hint[b-4crfpchswq] {
    font-size: .72rem;
    color: #7dd3fc;
    font-style: italic;
    margin: .2rem 0;
    padding: .3rem .5rem;
    background: rgba(59,130,246,.06);
    border-left: 2px solid rgba(59,130,246,.3);
    border-radius: 2px;
}

/* ── Par lat / lon en misma fila ─────────────────────────────────────────── */
.coord-pair[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
}

/* ── Fila color + factor ─────────────────────────────────────────────────── */
.form-row-2[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: .5rem;
    align-items: end;
}

.input-color[b-4crfpchswq] {
    width: 100%;
    height: 36px;
    padding: 2px 3px;
    border-radius: 5px;
    cursor: pointer;
}

/* ── Botón pick del mapa ─────────────────────────────────────────────────── */
.btn-pick[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .18rem .5rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .02em;
    background: rgba(59,130,246,.14);
    color: #93c5fd;
    border: 1px solid rgba(59,130,246,.3);
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s, color .15s;
    flex-shrink: 0;
}
.btn-pick:hover[b-4crfpchswq] { background: rgba(59,130,246,.28); color: #bfdbfe; }

/* ── Rumbo brújula ───────────────────────────────────────────────────────── */
.bearing-row[b-4crfpchswq] {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.bearing-compass[b-4crfpchswq] {
    font-size: .85rem;
    font-weight: 800;
    color: #60a5fa;
    min-width: 2.2rem;
    text-align: center;
    background: rgba(96,165,250,.1);
    border-radius: 4px;
    padding: .1rem .3rem;
    border: 1px solid rgba(96,165,250,.2);
}

/* ── Separador ───────────────────────────────────────────────────────────── */
.form-divider[b-4crfpchswq] {
    border: none;
    border-top: 1px solid rgba(255,255,255,.06);
    margin: .3rem 0;
}

/* ── Caja de fórmula ─────────────────────────────────────────────────────── */
.datum-formula-hint[b-4crfpchswq] {
    margin-top: auto;
    padding: .7rem .8rem;
    background: rgba(30,58,138,.25);
    border: 1px solid rgba(59,130,246,.2);
    border-radius: 6px;
}
.formula-title[b-4crfpchswq] {
    font-size: .63rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #60a5fa;
    margin-bottom: .4rem;
}
.formula-body[b-4crfpchswq] {
    font-size: .77rem;
    color: #c7d7f0;
    font-family: 'Courier New', monospace;
    line-height: 1.7;
}
.formula-example[b-4crfpchswq] {
    margin-top: .35rem;
    font-size: .72rem;
    color: #7dd3fc;
    font-style: italic;
    padding-top: .3rem;
    border-top: 1px solid rgba(59,130,246,.15);
}

/* ── Pick-on-map overlay ─────────────────────────────────────────────────── */
.datum-pick-overlay[b-4crfpchswq] {
    position: absolute;
    inset: 0;
    z-index: 1100;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 1rem;
}

.datum-pick-banner[b-4crfpchswq] {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background: #0b2a4a;
    border: 2px solid #3b82f6;
    border-radius: 8px;
    padding: .55rem 1rem;
    color: #bfdbfe;
    font-size: .85rem;
    font-weight: 500;
    box-shadow: 0 4px 20px rgba(0,0,0,.5);
}

.datum-pick-icon[b-4crfpchswq] {
    font-size: 1.1rem;
    animation: pulse-pick-b-4crfpchswq 1.2s ease-in-out infinite;
}

@keyframes pulse-pick-b-4crfpchswq {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .6; transform: scale(1.25); }
}

.datum-pick-cancel[b-4crfpchswq] {
    margin-left: .5rem;
    padding: .2rem .55rem;
    font-size: .75rem;
    color: #f87171;
    border: 1px solid rgba(248,113,113,.4);
    border-radius: 4px;
}

/* ── Modal Asset ──────────────────────────────────────────────────────────── */
.asset-modal[b-4crfpchswq] {
    max-width: 680px;
    width: 95%;
}

.asset-modal-body[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
}

.asset-library-template-banner[b-4crfpchswq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0.65rem;
    background: rgba(13, 110, 253, 0.12);
    border: 1px solid rgba(13, 110, 253, 0.35);
    border-radius: 6px;
    font-size: 0.82rem;
    color: #cbd5e1;
}

.asset-col[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.asset-col .form-section-title[b-4crfpchswq] {
    flex: none;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #7dd3fc;
    padding: .3rem .5rem;
    background: rgba(59,130,246,.08);
    border-left: 3px solid #3b82f6;
    border-radius: 2px;
    margin-bottom: .15rem;
}

.asset-col .form-section-header[b-4crfpchswq] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
}

.asset-col .form-section-header .form-section-title[b-4crfpchswq] {
    flex: 1;
    margin-bottom: 0;
}

.form-row-2[b-4crfpchswq] {
    display: flex;
    gap: .5rem;
}

.asset-coord-preview[b-4crfpchswq] {
    font-size: .78rem;
    color: #86efac;
    background: rgba(134,239,172,.08);
    border: 1px solid rgba(134,239,172,.2);
    border-radius: 4px;
    padding: .35rem .6rem;
    text-align: center;
}

.asset-coord-hint[b-4crfpchswq] {
    font-size: .74rem;
    color: #64748b;
    text-align: center;
    margin: 0;
}

.asset-no-orgs[b-4crfpchswq] {
    font-size: .8rem;
    color: #fbbf24;
    background: rgba(251,191,36,.08);
    border: 1px solid rgba(251,191,36,.2);
    border-radius: 4px;
    padding: .4rem .7rem;
    margin: 0;
}

/* ── FAB: ir a operación ─────────────────────────────────────────────────── */
.fab-operacion[b-4crfpchswq] {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .6rem 1.1rem .6rem .85rem;
    background: #0b2a4a;
    color: #e2e8f0;
    border: 1px solid rgba(59, 130, 246, .35);
    border-radius: 2rem;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .45), 0 0 0 0 rgba(59, 130, 246, 0);
    backdrop-filter: blur(10px);
    transition: background .2s, box-shadow .2s, transform .15s;
}

.fab-operacion:hover[b-4crfpchswq] {
    background: #143d66;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .55), 0 0 0 3px rgba(59, 130, 246, .25);
    transform: translateY(-1px);
}

.fab-operacion:active[b-4crfpchswq] {
    transform: translateY(0);
}

/* ── FAB: snapshot ──────────────────────────────────────────────────── */
.fab-snapshot[b-4crfpchswq] {
    position: absolute;
    bottom: 1.5rem;
    right: 10.5rem;
    z-index: 1000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    background: #0b2a4a;
    color: #e2e8f0;
    border: 1px solid rgba(59, 130, 246, .35);
    border-radius: 50%;
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
    backdrop-filter: blur(10px);
    transition: background .2s, box-shadow .2s, transform .15s;
}

.fab-snapshot:hover:not(:disabled)[b-4crfpchswq] {
    background: #143d66;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .55), 0 0 0 3px rgba(59, 130, 246, .25);
    transform: translateY(-1px);
}

.fab-snapshot:active:not(:disabled)[b-4crfpchswq] {
    transform: translateY(0);
}

.fab-snapshot:disabled[b-4crfpchswq] {
    opacity: .5;
    cursor: wait;
}

.fab-icon[b-4crfpchswq] {
    font-size: 1.1rem;
    line-height: 1;
}

.fab-label[b-4crfpchswq] {
    white-space: nowrap;
}

/* ── Asset Info Widget (floating, draggable) ─────────────────────────────── */
.asset-info-widget[b-4crfpchswq] {
    position: fixed;
    top: 80px;
    right: 24px;
    z-index: 1800;
    width: 420px;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    background: #141f2e;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0,0,0,.6);
    overflow: hidden;
    transition: width .2s, max-height .2s;
}
.asset-info-widget.minimized[b-4crfpchswq] {
    max-height: none;
    width: 280px;
}

/* ── Widget header (drag handle) ── */
.widget-header[b-4crfpchswq] {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .75rem;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.08);
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
}
.widget-header:active[b-4crfpchswq] { cursor: grabbing; }

.widget-title[b-4crfpchswq] {
    flex: 1;
    font-size: .88rem;
    font-weight: 700;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-btn[b-4crfpchswq] {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #94a3b8;
    border-radius: 4px;
    cursor: pointer;
    font-size: .78rem;
    line-height: 1;
    transition: background .15s, color .15s;
    flex-shrink: 0;
}
.widget-btn:hover[b-4crfpchswq] { background: rgba(255,255,255,.1); color: #e2e8f0; }
.widget-btn-close:hover[b-4crfpchswq] { background: rgba(239,68,68,.25); color: #f87171; }

.asset-info-icon[b-4crfpchswq] {
    font-size: 1.05rem;
    flex-shrink: 0;
}

.asset-info-body[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: .9rem 1rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.asset-info-summary[b-4crfpchswq] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.asset-info-photo[b-4crfpchswq] {
    width: 100%;
    max-height: 120px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: .25rem;
}
.asset-info-photo img[b-4crfpchswq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.asset-info-dl[b-4crfpchswq] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .2rem .6rem;
    font-size: .78rem;
    margin: 0;
    flex: 1;
    min-width: 160px;
}
.asset-info-dl dt[b-4crfpchswq] {
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
}
.asset-info-dl dd[b-4crfpchswq] {
    margin: 0;
    color: #e2e8f0;
}
.asset-info-dl dd.asset-info-live[b-4crfpchswq] {
    color: #93c5fd;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.asset-info-photo[b-4crfpchswq] {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 6px;
    overflow: hidden;
    background: rgba(255,255,255,.06);
}
.asset-info-photo img[b-4crfpchswq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asset-info-route-badge[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    background: rgba(59,130,246,.08);
    border: 1px solid rgba(59,130,246,.2);
    border-radius: 6px;
    padding: .4rem .6rem;
    font-size: .76rem;
    color: #93c5fd;
    font-weight: 600;
}

.asset-info-route-section[b-4crfpchswq] {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: .6rem;
}

.asset-info-route-actions[b-4crfpchswq] {
    display: flex;
    gap: .5rem;
}

.asset-info-route-config[b-4crfpchswq] {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: .6rem;
}
.asset-info-route-config .form-field[b-4crfpchswq] {
    flex: 1;
    min-width: 120px;
}

/* ── Waypoint table ─────────────────────────────────────────────────────── */
.asset-info-wp-table[b-4crfpchswq] {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: .6rem;
}

.asset-info-wp-header-row[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 28px 1fr 64px 64px 30px;
    gap: .2rem;
    padding: .35rem .5rem;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #64748b;
    align-items: center;
}

.asset-info-wp-row[b-4crfpchswq] {
    display: grid;
    grid-template-columns: 28px 1fr 64px 64px 30px;
    gap: .2rem;
    padding: .3rem .5rem;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,.04);
    font-size: .74rem;
    transition: background .1s;
}
.asset-info-wp-row:last-child[b-4crfpchswq] { border-bottom: none; }
.asset-info-wp-row:hover[b-4crfpchswq] { background: rgba(255,255,255,.03); }
.asset-info-wp-row.wp-start[b-4crfpchswq] { border-left: 3px solid #22c55e; }
.asset-info-wp-row.wp-end[b-4crfpchswq] { border-left: 3px solid #ef4444; }

.wp-col-num[b-4crfpchswq] { text-align: center; }
.wp-num-badge[b-4crfpchswq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f59e0b;
    color: #000;
    font-size: .64rem;
    font-weight: 800;
}
.wp-start .wp-num-badge[b-4crfpchswq] { background: #22c55e; }
.wp-end .wp-num-badge[b-4crfpchswq] { background: #ef4444; color: #fff; }

.wp-col-coords[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    font-size: .7rem;
    line-height: 1.3;
}

.wp-col-alt input[b-4crfpchswq],
.wp-col-heading input[b-4crfpchswq],
.wp-col-speed input[b-4crfpchswq] {
    width: 100%;
    text-align: center;
}

/* Aerial assets: extra altitude column */
.wp-table-aerial .asset-info-wp-header-row[b-4crfpchswq],
.wp-table-aerial .asset-info-wp-row[b-4crfpchswq] {
    grid-template-columns: 28px 1fr 56px 64px 64px 30px;
}

.wp-col-actions[b-4crfpchswq] {
    display: flex;
    justify-content: center;
}

.asset-info-wp-empty[b-4crfpchswq] {
    padding: 1rem;
    text-align: center;
    font-size: .78rem;
}

.asset-info-wp-hint[b-4crfpchswq] {
    padding: .5rem .75rem;
    text-align: center;
    background: rgba(59,130,246,.06);
    border-top: 1px solid rgba(255,255,255,.04);
}

.asset-info-route-footer[b-4crfpchswq] {
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    padding-top: .4rem;
    border-top: 1px solid rgba(255,255,255,.06);
}

/* ── Asset control section ───────────────────────────────────────────────── */

.asset-control-section[b-4crfpchswq] {
    padding: .5rem .75rem;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.asset-control-label[b-4crfpchswq] {
    display: block;
    font-size: .68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(255,255,255,.45);
    margin-bottom: .35rem;
}

.asset-control-actions[b-4crfpchswq] {
    display: flex;
    gap: .4rem;
    flex-wrap: wrap;
}

.asset-enroute-params[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .65rem;
    padding-top: .65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.asset-enroute-param[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.asset-enroute-label[b-4crfpchswq] {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.88);
}

.asset-enroute-row[b-4crfpchswq] {
    display: flex;
    gap: .35rem;
    align-items: center;
}

.asset-enroute-input[b-4crfpchswq] {
    flex: 1;
    min-width: 0;
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.35);
    color: #f8fafc;
}

.asset-enroute-input:focus[b-4crfpchswq] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.22);
}

.btn-warning[b-4crfpchswq] {
    background: #f59e0b;
    color: #000;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background .15s;
}

.btn-warning:hover:not(:disabled)[b-4crfpchswq] { background: #d97706; }
.btn-warning:disabled[b-4crfpchswq] { opacity: .5; cursor: not-allowed; }

@media (max-width: 520px) {
    .asset-info-widget[b-4crfpchswq] { width: calc(100vw - 16px); right: 8px; top: 56px; }
    .asset-info-widget.minimized[b-4crfpchswq] { width: 200px; }
}

/* ── Go-to-point modal ───────────────────────────────────────────────────── */
.goto-point-backdrop[b-4crfpchswq] {
    z-index: 2500;
}

.goto-point-modal[b-4crfpchswq] {
    width: min(420px, 94vw);
}

.goto-point-body[b-4crfpchswq] {
    gap: 1rem;
}

.goto-point-dest[b-4crfpchswq] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgba(226, 232, 240, 0.88);
}

.goto-point-dest strong[b-4crfpchswq] {
    color: #f8fafc;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.goto-point-fields[b-4crfpchswq] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.goto-point-fields .form-field > span:first-child[b-4crfpchswq] {
    color: rgba(203, 213, 225, 0.92);
}

.goto-point-fields .input[b-4crfpchswq] {
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(148, 163, 184, 0.35);
    color: #f8fafc;
}

.goto-point-fields .input:focus[b-4crfpchswq] {
    border-color: #60a5fa;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.25);
}

.goto-point-error[b-4crfpchswq] {
    margin: 0;
    font-size: 0.85rem;
}
/* /Pages/Organizations.razor.rz.scp.css */
.au-page[b-qghec27owr] {
  flex: 1;
  min-height: 0;
}

.au-page h2[b-qghec27owr] {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.au-page-intro[b-qghec27owr] {
  margin-bottom: 1rem;
}

.au-page-lead[b-qghec27owr] {
  margin: 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

/* ── Banners ──────────────────────────────────────────────────────────── */

.au-banner[b-qghec27owr] {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.au-banner--success[b-qghec27owr] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.au-banner--error[b-qghec27owr] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

/* ── Empty state ──────────────────────────────────────────────────────── */

.au-empty[b-qghec27owr] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.au-empty-state[b-qghec27owr] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem 2rem;
  text-align: center;
  color: #6b7280;
}

/* ── Table ────────────────────────────────────────────────────────────── */

.au-table-wrap[b-qghec27owr] {
  width: 100%;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
  max-height: none;
}

.au-table[b-qghec27owr] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.au-table thead th[b-qghec27owr] {
  background: #0b2a4a;
  color: #fff;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.au-table td[b-qghec27owr] {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: middle;
  background: #fff;
}

.au-table tbody tr:last-child td[b-qghec27owr] {
  border-bottom: none;
}

.au-table tbody tr:hover td[b-qghec27owr] {
  background: #f8fafc;
}

.org-logo-cell[b-qghec27owr] {
  max-width: min(28rem, 42vw);
}

.org-url[b-qghec27owr] {
  font-size: 0.82rem;
  word-break: break-all;
}

.au-actions[b-qghec27owr] {
  white-space: nowrap;
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */

.au-page .btn-primary[b-qghec27owr],
.au-modal .btn-primary[b-qghec27owr] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.au-page .btn-primary:disabled[b-qghec27owr],
.au-modal .btn-primary:disabled[b-qghec27owr] { opacity: 0.55; cursor: not-allowed; }

.au-page .btn-secondary[b-qghec27owr],
.au-modal .btn-secondary[b-qghec27owr] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-secondary:hover:not(:disabled)[b-qghec27owr],
.au-modal .btn-secondary:hover:not(:disabled)[b-qghec27owr] { background: #f0f4f8; }

.au-page .btn-secondary:disabled[b-qghec27owr],
.au-modal .btn-secondary:disabled[b-qghec27owr] { opacity: 0.5; cursor: not-allowed; }

.au-page .btn-danger[b-qghec27owr] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #8b0000;
  border: 1px solid #c62828;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-danger:hover:not(:disabled)[b-qghec27owr] { background: #ffebee; }
.au-page .btn-danger:disabled[b-qghec27owr] { opacity: 0.5; cursor: not-allowed; }

/* ── FAB ──────────────────────────────────────────────────────────────── */

.au-fab[b-qghec27owr] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(11, 42, 74, 0.35), 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}

.au-fab:hover[b-qghec27owr] {
  background: #1e4a7a;
  box-shadow: 0 6px 24px rgba(11, 42, 74, 0.45);
  transform: scale(1.06);
}

.au-fab:active[b-qghec27owr] { transform: scale(0.96); }

.au-fab-icon[b-qghec27owr] {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.05rem;
}

/* ── Modal shared ─────────────────────────────────────────────────────── */

.au-modal-overlay[b-qghec27owr] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.au-modal[b-qghec27owr] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(520px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.au-modal-header[b-qghec27owr] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.au-modal-header h3[b-qghec27owr] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.au-modal-close[b-qghec27owr] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
  flex-shrink: 0;
}

.au-modal-close:hover[b-qghec27owr] { color: #fff; }

.au-modal-body[b-qghec27owr] {
  padding: 1.2rem 1.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow-y: auto;
}

.au-modal-footer[b-qghec27owr] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.3rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.au-field[b-qghec27owr] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.au-field label[b-qghec27owr] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
}

.au-modal-body[b-qghec27owr]  .input,
.au-modal-body .input[b-qghec27owr] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
}

.au-modal-body[b-qghec27owr]  .input:focus,
.au-modal-body .input:focus[b-qghec27owr] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.muted[b-qghec27owr] { color: #666; }

@media (max-width: 900px) {
  .au-fab[b-qghec27owr] { bottom: 1.25rem; right: 1.25rem; }
}
/* /Pages/Sugerencias.razor.rz.scp.css */
/* Misma línea visual que Organizaciones / Usuarios (tabla, FAB, modal). */

.sg-page.au-page[b-njz0w79amd] {
  flex: 1;
  min-height: 0;
  width: 100%;
}

.sg-page.au-page h2[b-njz0w79amd] {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #0b2a4a;
  letter-spacing: -0.02em;
}

.au-page-intro[b-njz0w79amd] {
  margin-bottom: 1rem;
}

.au-page-lead[b-njz0w79amd] {
  margin: 0;
  max-width: 52rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

.au-banner[b-njz0w79amd] {
  margin: 0 0 0.85rem;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.45;
}

.au-banner--success[b-njz0w79amd] {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #1b5e20;
  font-weight: 600;
}

.au-banner--error[b-njz0w79amd] {
  background: #ffebee;
  border: 1px solid #ffcdd2;
  color: #b00020;
  font-weight: 600;
}

.au-empty[b-njz0w79amd] {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.au-empty-state[b-njz0w79amd] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem 2rem;
  text-align: center;
  color: #6b7280;
  border: 1px dashed #cfd4dc;
  border-radius: 12px;
  background: #fafbfc;
}

.minute-table-wrap.au-table-wrap[b-njz0w79amd],
.au-table-wrap[b-njz0w79amd] {
  width: 100%;
  overflow: auto;
  border: 1px solid #e0e4e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 34, 58, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.au-table[b-njz0w79amd] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.au-table thead th[b-njz0w79amd] {
  background: #0b2a4a;
  color: #fff;
  text-align: left;
  padding: 0.65rem 0.85rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.au-table td[b-njz0w79amd] {
  padding: 0.6rem 0.85rem;
  border-bottom: 1px solid #eceff1;
  vertical-align: middle;
  background: #fff;
}

.au-table tbody tr:last-child td[b-njz0w79amd] {
  border-bottom: none;
}

.au-table tbody tr:hover td[b-njz0w79amd] {
  background: #f8fafc;
}

.sg-col-date[b-njz0w79amd] {
  white-space: nowrap;
  font-size: 0.85rem;
}

.sg-cell-clip[b-njz0w79amd] {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .sg-cell-clip[b-njz0w79amd] {
    max-width: 18rem;
  }
}

.au-actions[b-njz0w79amd] {
  white-space: nowrap;
}

.au-page .btn-primary[b-njz0w79amd],
.au-modal .btn-primary[b-njz0w79amd] {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.au-page .btn-primary:disabled[b-njz0w79amd],
.au-modal .btn-primary:disabled[b-njz0w79amd] { opacity: 0.55; cursor: not-allowed; }

.au-page .btn-secondary[b-njz0w79amd],
.au-modal .btn-secondary[b-njz0w79amd] {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 6px;
  cursor: pointer;
}

.au-page .btn-secondary:hover:not(:disabled)[b-njz0w79amd],
.au-modal .btn-secondary:hover:not(:disabled)[b-njz0w79amd] { background: #f0f4f8; }

.au-page .btn-secondary:disabled[b-njz0w79amd],
.au-modal .btn-secondary:disabled[b-njz0w79amd] { opacity: 0.5; cursor: not-allowed; }

.au-fab[b-njz0w79amd] {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #0b2a4a;
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(11, 42, 74, 0.35), 0 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
  transition: background 0.15s, box-shadow 0.15s, transform 0.12s;
}

.au-fab:hover[b-njz0w79amd] {
  background: #1e4a7a;
  box-shadow: 0 6px 24px rgba(11, 42, 74, 0.45);
  transform: scale(1.06);
}

.au-fab:active[b-njz0w79amd] { transform: scale(0.96); }

.au-fab-icon[b-njz0w79amd] {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 300;
  margin-top: -0.05rem;
}

.au-modal-overlay[b-njz0w79amd] {
  position: fixed;
  inset: 0;
  background: rgba(11, 42, 74, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.au-modal[b-njz0w79amd] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(11, 42, 74, 0.22), 0 1px 4px rgba(0, 0, 0, 0.08);
  width: min(520px, 94vw);
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.au-modal.au-modal--wide[b-njz0w79amd] {
  width: min(42rem, 94vw);
  max-width: 42rem;
}

.au-modal-header[b-njz0w79amd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.2rem;
  background: #0b2a4a;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.au-modal-header h3[b-njz0w79amd] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.au-modal-close[b-njz0w79amd] {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.2rem;
  flex-shrink: 0;
}

.au-modal-close:hover[b-njz0w79amd] { color: #fff; }

.au-modal-body[b-njz0w79amd] {
  padding: 1.2rem 1.3rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow-y: auto;
}

.au-modal-footer[b-njz0w79amd] {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.85rem 1.3rem 1.1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.au-field[b-njz0w79amd] {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.au-field-label[b-njz0w79amd] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111;
}

.au-modal-body[b-njz0w79amd]  .input,
.au-modal-body .input[b-njz0w79amd] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.7rem;
  border: 1px solid #cfd4dc;
  border-radius: 6px;
  background: #fff;
  font: inherit;
  font-size: 0.9375rem;
  color: #111;
}

.au-modal-body[b-njz0w79amd]  textarea.input,
.au-modal-body textarea.input[b-njz0w79amd] {
  resize: vertical;
  min-height: 5rem;
  line-height: 1.45;
}

.au-modal-body[b-njz0w79amd]  .input:focus,
.au-modal-body .input:focus[b-njz0w79amd] {
  outline: none;
  border-color: #7a9ab8;
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.12);
}

.sg-detail-body .au-field[b-njz0w79amd] {
  margin-bottom: 0.25rem;
}

.sg-detail-meta[b-njz0w79amd] {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
}

.sg-detail-text[b-njz0w79amd] {
  margin: 0;
  white-space: pre-wrap;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #111;
}

.sg-admin-lead[b-njz0w79amd] {
  margin-top: 0.35rem;
}

.sg-detail-head[b-njz0w79amd] {
  margin-bottom: 0.75rem;
}

.sg-detail-modal .sg-detail-meta[b-njz0w79amd] {
  margin: 0 0 0.35rem;
}

.sg-status[b-njz0w79amd] {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.sg-status--enviada[b-njz0w79amd] {
  background: #eceff1;
  border: 1px solid #b0bec5;
  color: #37474f;
}

.sg-status--revisada[b-njz0w79amd] {
  background: #e3f2fd;
  border: 1px solid #90caf9;
  color: #0d47a1;
}

.sg-status--aprobada[b-njz0w79amd] {
  background: #e8f5e9;
  border: 1px solid #81c784;
  color: #1b5e20;
}

.sg-status--rechazada[b-njz0w79amd] {
  background: #ffebee;
  border: 1px solid #ef9a9a;
  color: #b71c1c;
}

.sg-status--implementacion[b-njz0w79amd] {
  background: #fff8e1;
  border: 1px solid #ffcc80;
  color: #e65100;
}

.sg-status--implementada[b-njz0w79amd] {
  background: #f3e5f5;
  border: 1px solid #ce93d8;
  color: #4a148c;
}

.sg-annotations[b-njz0w79amd] {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.sg-annotation-list[b-njz0w79amd] {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
}

.sg-annotation-item[b-njz0w79amd] {
  margin-bottom: 0.75rem;
}

.sg-annotation-meta[b-njz0w79amd] {
  font-size: 0.82rem;
  margin-bottom: 0.25rem;
}

.sg-annotation-body[b-njz0w79amd] {
  white-space: pre-wrap;
  font-size: 0.9rem;
  line-height: 1.45;
}

.sg-admin-panel[b-njz0w79amd] {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.sg-admin-row[b-njz0w79amd] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 1rem;
}

.sg-admin-row[b-njz0w79amd]  select.input {
  flex: 1 1 12rem;
  min-width: 10rem;
}

.sg-admin-annotate[b-njz0w79amd] {
  margin-bottom: 0;
}

.sg-btn-annotate[b-njz0w79amd] {
  margin-top: 0.5rem;
}

.muted[b-njz0w79amd] { color: #666; }

@media (max-width: 900px) {
  .au-fab[b-njz0w79amd] { bottom: 1.25rem; right: 1.25rem; }
}
/* /Pages/Workspace.razor.rz.scp.css */
.workspace-page[b-cj66eh4k82] {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.workspace-toolbar[b-cj66eh4k82] {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.workspace-exercise-picker[b-cj66eh4k82] {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.workspace-exercise-picker-label[b-cj66eh4k82] {
  font-size: 0.85rem;
  font-weight: 600;
}

.workspace-exercise-select[b-cj66eh4k82] {
  min-width: 12rem;
}

.workspace-banner[b-cj66eh4k82] {
  margin: 0 0 0.65rem;
  padding: 0.5rem 0.65rem;
  background: #fff8e6;
  border: 1px solid #e6c200;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #553a00;
}

.workspace[b-cj66eh4k82] {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Una fila que ocupa el alto disponible (evita filas implícitas `auto` que crecen con el contenido) */
  grid-template-rows: minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.workspace--combined[b-cj66eh4k82] {
  gap: 0;
  grid-template-columns:
    minmax(240px, calc(var(--workspace-split, 0.5) * (100% - 12px)))
    12px
    minmax(260px, 1fr);
}

.workspace-splitter[b-cj66eh4k82] {
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  width: 100%;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  cursor: col-resize;
  touch-action: none;
  flex-shrink: 0;
  align-items: stretch;
  justify-content: center;
}

.workspace-splitter:focus[b-cj66eh4k82] {
  outline: none;
}

.workspace-splitter:focus-visible .workspace-splitter-grip[b-cj66eh4k82] {
  background: rgba(11, 42, 74, 0.45);
  box-shadow: 0 0 0 2px rgba(11, 42, 74, 0.25);
}

.workspace-splitter-grip[b-cj66eh4k82] {
  width: 5px;
  align-self: stretch;
  margin: 0 3px;
  border-radius: 4px;
  background: rgba(11, 42, 74, 0.16);
  transition: background 0.12s ease;
}

.workspace-splitter:hover .workspace-splitter-grip[b-cj66eh4k82] {
  background: rgba(11, 42, 74, 0.32);
}

.workspace-split-overlay[b-cj66eh4k82] {
  position: fixed;
  inset: 0;
  z-index: 2500;
  cursor: col-resize;
  touch-action: none;
  user-select: none;
}

@media (min-width: 961px) {
  .workspace-splitter[b-cj66eh4k82] {
    display: flex;
  }
}

.workspace--minutes-only[b-cj66eh4k82],
.workspace--chat-only[b-cj66eh4k82] {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr);
}

.workspace--chat-only .chat-panel[b-cj66eh4k82] {
  min-height: min(70dvh, 720px);
}

.minutes-panel[b-cj66eh4k82],
.chat-panel[b-cj66eh4k82] {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  background: #fafafa;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.minutes-panel h3[b-cj66eh4k82],
.chat-panel h3[b-cj66eh4k82],
.minute-panel-title[b-cj66eh4k82] {
  margin-top: 0;
  font-size: 1rem;
}

.minute-panel-head[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.45rem;
}

.minute-panel-title[b-cj66eh4k82] {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.minute-sort[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.minute-sort-label[b-cj66eh4k82] {
  font-size: 0.78rem;
  font-weight: 600;
  color: #546e7a;
}

.minute-sort-btn[b-cj66eh4k82] {
  font-size: 0.75rem;
  padding: 0.28rem 0.45rem;
}

.minute-sort-btn--active[b-cj66eh4k82] {
  background: #0b2a4a;
  color: #fff;
  border-color: #0b2a4a;
}

.minute-table-wrap[b-cj66eh4k82] {
  flex: 1;
  min-height: 0;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
}

.minute-table[b-cj66eh4k82] {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.9rem;
  border: 1px solid #ccc;
}

.minute-table thead th[b-cj66eh4k82] {
  position: sticky;
  top: 0;
  background: #f0f4f8;
  text-align: left;
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #d8d8d8;
  font-weight: 600;
}

.minute-table thead th:last-child[b-cj66eh4k82] {
  border-right: none;
}

.minute-table td[b-cj66eh4k82] {
  min-width: 0;
  padding: 0.45rem 0.5rem;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #e8e8e8;
  vertical-align: top;
}

.minute-table td:last-child[b-cj66eh4k82] {
  border-right: none;
}

.col-fecha[b-cj66eh4k82] {
  white-space: nowrap;
}

.col-tipo[b-cj66eh4k82] {
  white-space: normal;
}

.col-de[b-cj66eh4k82],
.col-para[b-cj66eh4k82] {
  white-space: normal;
}

.col-texto[b-cj66eh4k82] {
  /* Ancho vía colgroup; el cuerpo usa .minute-pre (pre-wrap + quiebre de palabra). */
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.col-adjuntos[b-cj66eh4k82] {
  white-space: normal;
}

.minute-atts[b-cj66eh4k82] {
  margin: 0;
  padding: 0;
  list-style: none;
}

.minute-att-item[b-cj66eh4k82] {
  margin-bottom: 0.35rem;
}

.minute-att-item:last-child[b-cj66eh4k82] {
  margin-bottom: 0;
}

.minute-att-img-link[b-cj66eh4k82] {
  display: inline-block;
  max-width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #ddd;
  line-height: 0;
}

.minute-att-thumb[b-cj66eh4k82] {
  display: block;
  max-width: 88px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.minute-att-pdf-link[b-cj66eh4k82] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 88px;
  min-height: 72px;
  padding: 0.35rem 0.25rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fff 0%, #f6f7f9 100%);
  color: #c62828;
  cursor: pointer;
  line-height: 1;
  font: inherit;
}

.minute-att-pdf-link:hover[b-cj66eh4k82] {
  border-color: #bdbdbd;
  background: #fafafa;
}

.minute-att-pdf-thumb[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c62828;
}

.minute-att-pdf-thumb svg[b-cj66eh4k82] {
  display: block;
}

.minute-att-pdf-label[b-cj66eh4k82] {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #37474f;
}

.minute-att-kmz-link[b-cj66eh4k82] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 88px;
  min-height: 72px;
  padding: 0.35rem 0.25rem;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fff 0%, #eef6ff 100%);
  color: #0b5394;
  cursor: pointer;
  line-height: 1;
  font: inherit;
}

.minute-att-kmz-link:hover[b-cj66eh4k82] {
  border-color: #90caf9;
  background: #fafcff;
}

.minute-att-kmz-thumb[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1565c0;
}

.minute-att-kmz-thumb svg[b-cj66eh4k82] {
  display: block;
}

.minute-att-kmz-label[b-cj66eh4k82] {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #37474f;
}

.minute-att-meta[b-cj66eh4k82] {
  display: block;
  font-size: 0.72rem;
  margin-top: 0.12rem;
}

.minute-party-org[b-cj66eh4k82] {
  font-size: 0.78rem;
  margin-top: 0.12rem;
}

.minute-pre[b-cj66eh4k82] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}

.minute-att-actions .btn-link.minute-att-name[b-cj66eh4k82] {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  text-align: left;
}

.minute-composer[b-cj66eh4k82] {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.4rem;
  padding: 0.5rem 0.65rem 0.65rem;
  background: #f0f2f5;
  border-top: 1px solid #e9edef;
}

.minute-composer--type-open[b-cj66eh4k82] {
  z-index: 1499;
  overflow: visible;
}

.minute-type-backdrop[b-cj66eh4k82] {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.minute-composer--type-open .minute-composer-bar[b-cj66eh4k82] {
  position: relative;
  z-index: 1501;
}

.minute-type-picker-wrap[b-cj66eh4k82] {
  position: relative;
  flex-shrink: 0;
  align-self: center;
}

.minute-type-trigger[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #54656f;
  cursor: pointer;
}

.minute-type-trigger:hover[b-cj66eh4k82] {
  background: rgba(11, 20, 26, 0.06);
}

.minute-type-trigger-icon[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.minute-type-trigger-icon svg[b-cj66eh4k82] {
  display: block;
}

.minute-type-popover[b-cj66eh4k82] {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  z-index: 1502;
  min-width: 11.5rem;
  max-width: min(92vw, 16rem);
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e9edef;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(11, 20, 26, 0.18);
}

.minute-type-popover li[b-cj66eh4k82] {
  margin: 0;
  padding: 0;
}

.minute-type-opt[b-cj66eh4k82] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.85rem;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  text-align: left;
  color: #111b21;
  cursor: pointer;
}

.minute-type-opt:hover[b-cj66eh4k82] {
  background: #f0f2f5;
}

.minute-type-opt--active[b-cj66eh4k82] {
  background: #e8f5e9;
  font-weight: 600;
  color: #075e54;
}

/* Misma idea que WhatsApp Web: + | texto | flecha (una línea) */
.minute-composer-bar[b-cj66eh4k82] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.25rem;
  width: 100%;
  min-width: 0;
  padding: 0.35rem 0.45rem 0.35rem 0.35rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e9edef;
  box-shadow: 0 1px 1px rgba(11, 20, 26, 0.06);
  /* visible: el menú tipo sale por arriba del trigger; hidden lo recortaba por completo */
  overflow: visible;
}

.minute-composer-field-wrap[b-cj66eh4k82] {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  position: relative;
  z-index: 1;
  touch-action: auto;
}

.minute-composer-bar:focus-within[b-cj66eh4k82] {
  border-color: #d1d7db;
  box-shadow: 0 1px 2px rgba(11, 20, 26, 0.08);
}

.minute-attach[b-cj66eh4k82] {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 50%;
  color: #54656f;
  cursor: pointer;
}

.minute-attach:hover[b-cj66eh4k82] {
  background: rgba(11, 20, 26, 0.05);
}

.minute-attach-icon[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.minute-attach-icon svg[b-cj66eh4k82] {
  display: block;
}

/* Fuera de la barra: el label (+) abre el diálogo; el input no participa en el layout */
.minute-file-input-sr[b-cj66eh4k82] {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

.minute-composer-field[b-cj66eh4k82] {
  width: 100%;
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: block;
  resize: none !important;
  min-height: 2.35rem;
  max-height: 10rem;
  line-height: 1.4;
  padding: 0.5rem 0.35rem;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  font: inherit;
  font-size: 0.95rem;
  color: #111b21;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.minute-composer-field[b-cj66eh4k82]::placeholder {
  color: #8696a0;
}

.minute-composer-field:focus[b-cj66eh4k82] {
  outline: none !important;
  box-shadow: none !important;
}

.minute-send[b-cj66eh4k82] {
  flex-shrink: 0;
  align-self: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #00a884;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.minute-send:disabled[b-cj66eh4k82] {
  background: #b7b7b7;
  color: #f0f0f0;
  opacity: 1;
  cursor: not-allowed;
  filter: none;
}

/* Envío en curso: mantener botón verde con GIF de carga (no confundir con estado deshabilitado gris). */
.minute-send:disabled.minute-send--busy[b-cj66eh4k82] {
  background: #00a884;
  color: #fff;
  opacity: 1;
  cursor: wait;
}

.minute-send:not(:disabled):hover[b-cj66eh4k82] {
  filter: brightness(1.05);
}

.minute-send-icon[b-cj66eh4k82] {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.06rem;
}

.minute-send-loading[b-cj66eh4k82] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.minute-send-loading img[b-cj66eh4k82] {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.minute-send-error[b-cj66eh4k82] {
  width: 100%;
  padding: 0.35rem 0.15rem 0;
  font-size: 0.82rem;
  color: #c62828;
}

.minute-composer-meta[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  width: 100%;
  min-width: 0;
  padding: 0 0.15rem;
}

.minute-files-count[b-cj66eh4k82] {
  font-size: 0.82rem;
  flex-shrink: 0;
}

.minute-files-clear[b-cj66eh4k82] {
  font-size: 0.78rem;
  padding: 0.22rem 0.45rem;
  flex-shrink: 0;
}

.btn-link[b-cj66eh4k82] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #0b2a4a;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.btn-link:hover[b-cj66eh4k82] {
  color: #153e6b;
}

.minute-att-actions[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}

.minute-att-external[b-cj66eh4k82] {
  font-size: 0.85rem;
  text-decoration: none;
}

.minute-att-open[b-cj66eh4k82] {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.minute-modal-backdrop[b-cj66eh4k82] {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.45);
}

.minute-modal[b-cj66eh4k82] {
  position: fixed;
  z-index: 2001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 720px);
  max-height: min(88vh, 640px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.minute-modal-head[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  background: #0b2a4a;
  color: #fff;
}

.minute-modal-title[b-cj66eh4k82] {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.minute-modal-head-actions[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.minute-modal-open-tab[b-cj66eh4k82] {
  font-size: 0.75rem;
  padding: 0.25rem 0.45rem;
  color: #0b2a4a;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.minute-modal-close[b-cj66eh4k82] {
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.minute-modal-close:hover[b-cj66eh4k82] {
  background: rgba(255, 255, 255, 0.28);
}

.minute-modal-body[b-cj66eh4k82] {
  padding: 0.65rem;
  overflow: auto;
  flex: 1;
  min-height: 0;
  text-align: center;
}

.minute-modal-img[b-cj66eh4k82] {
  max-width: 100%;
  max-height: min(70vh, 520px);
  height: auto;
  border-radius: 6px;
}

.minute-modal-iframe[b-cj66eh4k82] {
  width: 100%;
  min-height: min(70vh, 520px);
  height: 70vh;
  max-height: 520px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.minute-modal-fallback[b-cj66eh4k82] {
  margin: 0.5rem 0;
  color: #555;
}

.minute-modal--map[b-cj66eh4k82] {
  width: min(96vw, 900px);
  max-height: min(90vh, 720px);
}

.minute-modal--map-expanded[b-cj66eh4k82] {
  width: min(98vw, 1400px);
  height: 92vh;
  max-height: none;
}

.minute-modal-body--map[b-cj66eh4k82] {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0.45rem 0.55rem;
  min-height: 0;
}

.minute-modal-map-wrap[b-cj66eh4k82] {
  flex: 1;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.minute-modal--map-expanded .minute-modal-map-wrap[b-cj66eh4k82] {
  min-height: calc(92vh - 5.5rem);
}

.chat-panel[b-cj66eh4k82] {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.chat-sidebar[b-cj66eh4k82] {
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  background: #f3f5f7;
}

.chat-sidebar-head[b-cj66eh4k82] {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.6rem 0.5rem;
  border-bottom: 1px solid #ddd;
}

.chat-sidebar-title[b-cj66eh4k82] {
  margin: 0;
  font-size: 0.95rem;
}

.chat-sidebar-scroll[b-cj66eh4k82] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.conv-self-row[b-cj66eh4k82] {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.55rem 0.5rem;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 0.88rem;
}

.conv-self-text[b-cj66eh4k82] {
  min-width: 0;
}

.badge-self[b-cj66eh4k82] {
  background: #0b2a4a;
  color: #fff;
}

.conv-section-title[b-cj66eh4k82] {
  margin: 0;
  padding: 0.4rem 0.5rem 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #546e7a;
  background: #e8ecf0;
  border-bottom: 1px solid #dce2e8;
}

.conv-org[b-cj66eh4k82] {
  display: block;
  font-size: 0.78rem;
}

.muted[b-cj66eh4k82] {
  color: #666;
}

.conv-list-noflex[b-cj66eh4k82] {
  flex: 0 0 auto;
}

.conv-item-contact[b-cj66eh4k82] {
  align-items: center;
}

.conv-contact-lines[b-cj66eh4k82] {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.new-chat-box[b-cj66eh4k82] {
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
  font-size: 0.85rem;
}

.new-chat-box label[b-cj66eh4k82] {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.conv-list[b-cj66eh4k82] {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}

.conv-item[b-cj66eh4k82] {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.5rem 0.45rem;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  font-size: 0.88rem;
}

.conv-item:hover[b-cj66eh4k82] {
  background: #e8eef5;
}

.conv-item.active[b-cj66eh4k82] {
  background: #d6e8fa;
}

.conv-item-has-unread:not(.active)[b-cj66eh4k82] {
  background: #eef6fc;
}

.conv-name-channel[b-cj66eh4k82] {
  flex: 1;
  min-width: 0;
}

.conv-item-contact .conv-contact-lines[b-cj66eh4k82] {
  flex: 1;
  min-width: 0;
}

.conv-unread[b-cj66eh4k82] {
  margin-left: auto;
  flex-shrink: 0;
  min-width: 1.15rem;
  padding: 0 0.32rem;
  height: 1.15rem;
  line-height: 1.15rem;
  border-radius: 999px;
  background: #128c7e;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
}

.conv-badge[b-cj66eh4k82] {
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.12rem 0.28rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.badge-dm[b-cj66eh4k82] {
  background: #128c7e;
  color: #fff;
}

.badge-group[b-cj66eh4k82] {
  background: #546e7a;
  color: #fff;
}

.conv-name[b-cj66eh4k82] {
  word-break: break-word;
}

.chat-thread[b-cj66eh4k82] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  background: #ece5dd;
}

.chat-thread-head[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  background: #0b2a4a;
  color: #fff;
}

.chat-thread-head h3[b-cj66eh4k82] {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}

.chat-back-mobile[b-cj66eh4k82] {
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.chat-back-mobile:hover[b-cj66eh4k82] {
  background: rgba(255, 255, 255, 0.22);
}

.messages[b-cj66eh4k82] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 0.5rem 0.65rem;
  margin: 0;
}

.msg[b-cj66eh4k82] {
  max-width: 92%;
  margin-bottom: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.msg-own[b-cj66eh4k82] {
  margin-left: auto;
  background: #dcf8c6;
}

.msg .meta[b-cj66eh4k82] {
  font-size: 0.75rem;
  color: #555;
}

.msg .body[b-cj66eh4k82] {
  white-space: pre-wrap;
  word-break: break-word;
}

.msg-footer[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.meta-ts[b-cj66eh4k82] {
  font-size: 0.72rem;
  color: #666;
}

.msg-own .meta-ts[b-cj66eh4k82] {
  color: #3d4a39;
}

.msg-receipt[b-cj66eh4k82] {
  font-size: 0.82rem;
  line-height: 1;
  user-select: none;
}

.msg-receipt--sent .msg-tick[b-cj66eh4k82] {
  color: #8696a0;
}

.msg-receipt--delivered .msg-tick[b-cj66eh4k82] {
  color: #8696a0;
}

.msg-receipt--read .msg-tick[b-cj66eh4k82],
.msg-receipt--read .msg-tick--read[b-cj66eh4k82] {
  color: #34b7f1;
}

.msg-tick--dbl[b-cj66eh4k82] {
  letter-spacing: -0.18em;
}

.presence-dot[b-cj66eh4k82] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.presence-dot--on[b-cj66eh4k82] {
  background: #25d366;
}

.presence-dot--off[b-cj66eh4k82] {
  background: #bdbdbd;
}

.conv-name-line[b-cj66eh4k82] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.conv-presence-muted[b-cj66eh4k82] {
  display: block;
  font-size: 0.72rem;
  color: #888;
  margin-top: 0.1rem;
}

.composer[b-cj66eh4k82] {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  padding: 0.45rem 0.55rem;
  background: #f0f0f0;
  border-top: 1px solid #ccc;
}

/* Barra tipo WhatsApp: adjunto + campo + enviar (sin emoji / sin audio) */
.composer-bar[b-cj66eh4k82] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

/* WebKit (iOS): un textarea como flex item con flex-basis 0 puede quedar con ancho 0; el wrapper absorbe el flex. */
.composer-field-wrap[b-cj66eh4k82] {
  flex: 1 1 0%;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  align-self: stretch;
  position: relative;
  z-index: 1;
  touch-action: auto;
}

.composer-attach[b-cj66eh4k82] {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 50%;
  color: #546e7a;
  cursor: pointer;
}

.composer-attach:hover[b-cj66eh4k82] {
  background: rgba(0, 0, 0, 0.06);
}

.composer-attach-icon[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.composer-attach-icon svg[b-cj66eh4k82] {
  display: block;
}

.composer-file-input-sr[b-cj66eh4k82] {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

.composer-field[b-cj66eh4k82] {
  width: 100%;
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  display: block;
  resize: none !important;
  min-height: 2.5rem;
  max-height: 7.5rem;
  line-height: 1.4;
  padding: 0.5rem 0.35rem;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  font: inherit;
  font-size: 0.95rem;
  color: #111b21;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.composer-field[b-cj66eh4k82]::placeholder {
  color: #8696a0;
}

.composer-field:focus[b-cj66eh4k82] {
  outline: none !important;
  box-shadow: none !important;
}

.composer-send[b-cj66eh4k82] {
  flex-shrink: 0;
  align-self: center;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #128c7e;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.composer-send:disabled[b-cj66eh4k82] {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.composer-send:not(:disabled):active[b-cj66eh4k82] {
  filter: brightness(0.92);
}

.composer-send-icon[b-cj66eh4k82] {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.08rem;
  margin-bottom: 0.05rem;
}

.composer-pending-file[b-cj66eh4k82] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.82rem;
}

.composer-clear-file[b-cj66eh4k82] {
  font-size: 0.78rem;
  padding: 0.22rem 0.45rem;
}

.composer-broadcast[b-cj66eh4k82] {
  font-size: 0.8rem;
  margin: 0.1rem 0 0;
}

/* Icono adjunto: clip en móvil, + estilo WhatsApp Web en escritorio */
.composer-attach-icon--desktop[b-cj66eh4k82] {
  display: none;
}

@media (min-width: 769px) {
  .composer-attach-icon--mobile[b-cj66eh4k82] {
    display: none !important;
  }

  .composer-attach-icon--desktop[b-cj66eh4k82] {
    display: flex !important;
  }

  /* WhatsApp Web (escritorio): franja #f0f2f5, caja blanca unificada, + | texto | enviar */
  .composer[b-cj66eh4k82] {
    padding: 0.5rem 1rem 0.75rem;
    background: #f0f2f5;
    border-top: 1px solid #e9edef;
  }

  .composer-bar[b-cj66eh4k82] {
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.35rem 0.45rem 0.35rem 0.35rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9edef;
    box-shadow: 0 1px 1px rgba(11, 20, 26, 0.06);
  }

  .composer-attach[b-cj66eh4k82] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    border-radius: 50%;
    color: #54656f;
  }

  .composer-attach:hover[b-cj66eh4k82] {
    background: rgba(11, 20, 26, 0.05);
  }

  .composer-field[b-cj66eh4k82] {
    min-height: 2.35rem;
    max-height: 10rem;
    padding: 0.45rem 0.6rem;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 0.95rem;
    color: #111b21;
  }

  .composer-field[b-cj66eh4k82]::placeholder {
    color: #8696a0;
  }

  .composer-field:focus[b-cj66eh4k82] {
    outline: none;
  }

  .composer-bar:focus-within[b-cj66eh4k82] {
    border-color: #d1d7db;
    box-shadow: 0 1px 2px rgba(11, 20, 26, 0.08);
  }

  .composer-send[b-cj66eh4k82] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0 0 auto;
    background: #00a884;
    box-shadow: none;
  }

  .composer-send:not(:disabled):hover[b-cj66eh4k82] {
    filter: brightness(1.05);
  }

  .composer-send-icon[b-cj66eh4k82] {
    font-size: 1.25rem;
  }

  /* Fondo de hilo tipo WhatsApp Web (claro, textura sutil) */
  .chat-thread .messages[b-cj66eh4k82] {
    background-color: #efeae2;
    background-image: radial-gradient(circle at 1px 1px, rgba(17, 27, 33, 0.05) 1px, transparent 0);
    background-size: 22px 22px;
  }

  .msg .meta[b-cj66eh4k82] {
    color: #667781;
  }
}

.atts[b-cj66eh4k82] {
  margin: 0.35rem 0 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.85rem;
}

.att-item[b-cj66eh4k82] {
  margin-bottom: 0.5rem;
}

.att-item:last-child[b-cj66eh4k82] {
  margin-bottom: 0;
}

.att-thumb-link[b-cj66eh4k82] {
  display: inline-block;
  max-width: min(280px, 100%);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 0;
}

.att-thumb[b-cj66eh4k82] {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
}

.att-caption[b-cj66eh4k82] {
  margin-top: 0.25rem;
  font-size: 0.8rem;
}

.att-caption a[b-cj66eh4k82] {
  color: #0b2a4a;
}

.att-meta[b-cj66eh4k82] {
  margin-left: 0.35rem;
  font-size: 0.78rem;
}

.att-item-kmz[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
}

.att-kmz-name[b-cj66eh4k82] {
  word-break: break-all;
}

.att-kmz-download[b-cj66eh4k82] {
  font-size: 0.85rem;
  text-decoration: none;
}

.muted[b-cj66eh4k82] {
  color: #666;
}

.pending-file-preview[b-cj66eh4k82] {
  margin: 0.25rem 0 0;
  padding: 0.35rem;
  background: #fff;
  border: 1px dashed #aaa;
  border-radius: 8px;
  display: inline-block;
  max-width: 100%;
}

.pending-file-preview img[b-cj66eh4k82] {
  display: block;
  max-width: min(240px, 100%);
  max-height: 200px;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

.pending-file-name[b-cj66eh4k82] {
  font-size: 0.8rem;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-primary[b-cj66eh4k82] {
  padding: 0.4rem 0.9rem;
  background: #0b2a4a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-primary:disabled[b-cj66eh4k82] {
  opacity: 0.55;
  cursor: not-allowed;
}

.btn-secondary[b-cj66eh4k82] {
  padding: 0.35rem 0.6rem;
  font-size: 0.8rem;
  background: #fff;
  color: #0b2a4a;
  border: 1px solid #0b2a4a;
  border-radius: 4px;
  cursor: pointer;
}

.btn-block[b-cj66eh4k82] {
  width: 100%;
  margin-top: 0.35rem;
}

.input[b-cj66eh4k82] {
  width: 100%;
  padding: 0.35rem;
  box-sizing: border-box;
}

.sr-only[b-cj66eh4k82] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 960px) {
  .workspace--combined[b-cj66eh4k82] {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  }

  .workspace--combined .chat-panel[b-cj66eh4k82] {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, min(38dvh, 280px)) minmax(0, 1fr);
    min-height: 0;
  }

  .workspace--combined .chat-sidebar[b-cj66eh4k82] {
    border-right: none;
    border-bottom: 1px solid #ddd;
    min-height: 0;
    max-height: none;
  }

  .workspace--combined .conv-list[b-cj66eh4k82] {
    max-height: none;
  }
}

/* Chat: lista e hilo no a la vez en pantallas estrechas + estilo tipo WhatsApp */
@media (max-width: 768px) {
  /* En móvil no se ofrece vista combinada Operación: solo minuta (chat oculto en /) */
  .workspace--combined[b-cj66eh4k82] {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1fr) !important;
  }

  .workspace--combined .chat-panel[b-cj66eh4k82] {
    display: none !important;
  }

  /* No usar 100dvh aquí: el panel ya está bajo el topbar; forzar ~100dvh empuja el compositor fuera de la vista (iOS). */
  .workspace--chat-only .chat-panel[b-cj66eh4k82] {
    min-height: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .chat-back-mobile[b-cj66eh4k82] {
    display: inline-flex;
  }

  .chat-panel[b-cj66eh4k82] {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1fr) !important;
    padding: 0;
    background: #fff;
    border: none;
    border-top: 1px solid #e0e0e0;
  }

  .chat-panel:not(.chat-thread-open) .chat-thread[b-cj66eh4k82] {
    display: none !important;
  }

  .chat-panel.chat-thread-open .chat-sidebar[b-cj66eh4k82] {
    display: none !important;
  }

  .chat-sidebar[b-cj66eh4k82] {
    border-right: none;
    border-bottom: none;
    background: #fff;
  }

  .chat-sidebar-head[b-cj66eh4k82] {
    background: #075e54;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .chat-sidebar-title[b-cj66eh4k82] {
    color: #fff;
  }

  .conv-self-row[b-cj66eh4k82] {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
  }

  .conv-section-title[b-cj66eh4k82] {
    background: #f0f2f5;
    color: #546e7a;
  }

  .conv-item[b-cj66eh4k82] {
    padding: 0.65rem 0.55rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
  }

  .conv-item.active[b-cj66eh4k82] {
    background: #e8f5e9;
  }

  .conv-item:hover[b-cj66eh4k82] {
    background: #f5f5f5;
  }

  .chat-thread[b-cj66eh4k82] {
    background: #e5ddd5;
  }

  .chat-thread-head[b-cj66eh4k82] {
    background: #075e54;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .msg[b-cj66eh4k82] {
    border-radius: 8px;
    max-width: 88%;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
  }

  .msg:not(.msg-own)[b-cj66eh4k82] {
    border-radius: 0 8px 8px 8px;
  }

  .msg-own[b-cj66eh4k82] {
    border-radius: 8px 0 8px 8px;
  }

  /* Sin sticky: en Safari iOS el compositor sticky + capas del hilo a veces “comen” toques y el textarea no recibe foco. */
  .composer[b-cj66eh4k82] {
    background: #f0f0f0;
    border-top: 1px solid #d1d1d1;
    position: relative;
    z-index: 1;
    padding-bottom: calc(0.45rem + env(safe-area-inset-bottom, 0));
  }

  .composer-field[b-cj66eh4k82] {
    font-size: 1rem;
  }

  .composer-bar[b-cj66eh4k82] {
    gap: 0.25rem;
    padding: 0.28rem 0.35rem;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e9edef;
    box-shadow: 0 1px 1px rgba(11, 20, 26, 0.05);
  }

  .composer-bar:focus-within[b-cj66eh4k82] {
    border-color: #d1d7db;
    box-shadow: 0 1px 2px rgba(11, 20, 26, 0.08);
  }
}

/* Minuta en celular: tarjetas con scroll (no tabla) */
@media (max-width: 768px) {
  .minutes-panel[b-cj66eh4k82] {
    padding: 0.5rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
    background: #f0f2f5;
  }

  .minute-table-wrap[b-cj66eh4k82] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: none;
    background: transparent;
    padding: 0 0 0.25rem;
  }

  .minute-table[b-cj66eh4k82] {
    border: none;
  }

  .minute-table thead[b-cj66eh4k82] {
    display: none;
  }

  /* Tarjeta: Fecha|Tipo, De|Para, anotación ancho completo, adjuntos solo si hay */
  .minute-table tbody tr[b-cj66eh4k82] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0.65rem;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }

  .minute-table tbody td[b-cj66eh4k82] {
    display: block;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0.5rem 0.65rem;
    box-sizing: border-box;
    border-right: none;
  }

  .minute-table tbody td.col-fecha[b-cj66eh4k82] {
    grid-column: 1;
    grid-row: 1;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }

  .minute-table tbody td.col-tipo[b-cj66eh4k82] {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid #f0f0f0;
  }

  .minute-table tbody td.col-de[b-cj66eh4k82] {
    grid-column: 1;
    grid-row: 2;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }

  .minute-table tbody td.col-para[b-cj66eh4k82] {
    grid-column: 2;
    grid-row: 2;
    border-bottom: 1px solid #f0f0f0;
  }

  .minute-table tbody td.col-texto[b-cj66eh4k82] {
    grid-column: 1 / -1;
    grid-row: 3;
    border-top: 1px solid #eceff1;
    border-bottom: none;
  }

  .minute-table tbody tr.minute-card-has-atts td.col-texto[b-cj66eh4k82] {
    border-bottom: 1px solid #f0f0f0;
  }

  .minute-table tbody td.col-adjuntos[b-cj66eh4k82] {
    grid-column: 1 / -1;
    grid-row: 4;
    border-top: 1px solid #eceff1;
    border-bottom: none;
  }

  .minute-table tbody tr:not(.minute-card-has-atts) td.col-adjuntos[b-cj66eh4k82] {
    display: none !important;
  }

  .minute-table tbody tr:not(.minute-card-has-atts) td.col-texto[b-cj66eh4k82] {
    border-bottom: none;
  }

  .minute-table tbody td:last-child[b-cj66eh4k82] {
    border-bottom: none;
  }

  .minute-table tbody td.col-fecha[b-cj66eh4k82]::before,
  .minute-table tbody td.col-tipo[b-cj66eh4k82]::before,
  .minute-table tbody td.col-de[b-cj66eh4k82]::before,
  .minute-table tbody td.col-para[b-cj66eh4k82]::before,
  .minute-table tbody td.col-texto[b-cj66eh4k82]::before,
  .minute-table tbody td.col-adjuntos[b-cj66eh4k82]::before {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #546e7a;
    margin-bottom: 0.2rem;
  }

  .minute-table tbody td.col-fecha[b-cj66eh4k82]::before {
    content: "Tiempo ejercicio";
  }

  .minute-table tbody td.col-tipo[b-cj66eh4k82]::before {
    content: "Tipo";
  }

  .minute-table tbody td.col-de[b-cj66eh4k82]::before {
    content: "De";
  }

  .minute-table tbody td.col-para[b-cj66eh4k82]::before {
    content: "Para";
  }

  .minute-table tbody td.col-texto[b-cj66eh4k82]::before {
    content: "Anotación / mensaje";
  }

  .minute-table tbody td.col-adjuntos[b-cj66eh4k82]::before {
    content: "Adjuntos";
  }

  .minute-composer[b-cj66eh4k82] {
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom, 0px));
  }

  .minute-composer-bar[b-cj66eh4k82] {
    gap: 0.2rem;
    padding: 0.3rem 0.35rem;
  }

  .minute-composer-field[b-cj66eh4k82] {
    font-size: 1rem;
  }

  .minute-composer-meta[b-cj66eh4k82] {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
}

/* Reloj de simulación */
.workspace-sim-toolbar[b-cj66eh4k82] {
  margin-bottom: 0.5rem;
  padding: 0.45rem 0.55rem;
  background: #f4f8fb;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  font-size: 0.85rem;
}

.workspace-sim-toolbar-error[b-cj66eh4k82] {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  color: #b71c1c;
}

.workspace-sim-toolbar-row[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
}

.workspace-sim-toolbar-group[b-cj66eh4k82] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.workspace-sim-label[b-cj66eh4k82] {
  font-weight: 600;
  color: #455a64;
  margin-right: 0.15rem;
}

.workspace-sim-rate--active[b-cj66eh4k82] {
  box-shadow: inset 0 0 0 2px #1976d2;
}

.workspace-sim-jump-input[b-cj66eh4k82] {
  width: 6.5rem;
  font-size: 0.82rem;
  padding: 0.25rem 0.4rem;
}

.workspace-sim-footer[b-cj66eh4k82] {
  position: sticky;
  bottom: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: auto;
  padding: 0.45rem 0.65rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, #263238 0%, #1c2428 100%);
  color: #eceff1;
  border-top: 1px solid #37474f;
  font-size: 0.88rem;
}

.workspace-sim-footer-label[b-cj66eh4k82] {
  font-weight: 600;
  opacity: 0.85;
}

.workspace-sim-footer-clock[b-cj66eh4k82] {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
}

.workspace-sim-footer-badge[b-cj66eh4k82] {
  font-size: 0.75rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: #455a64;
  color: #fff;
}

.workspace-modal-backdrop[b-cj66eh4k82] {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.45);
}

.workspace-modal[b-cj66eh4k82] {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 51;
  width: min(92vw, 420px);
  max-height: min(88vh, 480px);
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.workspace-modal-title[b-cj66eh4k82] {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.workspace-modal-body[b-cj66eh4k82] {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #37474f;
}

.workspace-modal-actions[b-cj66eh4k82] {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-wrap: wrap;
}

