/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacResourceDetail.razor.rz.scp.css */
/* Tailwind handles all detail panel styling via utility classes */
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacRoleDetail.razor.rz.scp.css */
/* Tailwind handles all detail panel styling via utility classes */
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacRoleTreeRow.razor.rz.scp.css */
[b-ftj99br6qq] .rbac-row__label-hit {
    background: rgba(245, 158, 11, 0.30);
    color: #fff;
    border-radius: 3px;
    padding: 0 2px;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacRoleTreeView.razor.rz.scp.css */
/* Tailwind handles all tree view styling via utility classes */
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacTreeRow.razor.rz.scp.css */
[b-rmjavbe0ip] .rbac-row__label-hit {
    background: rgba(245, 158, 11, 0.30);
    color: #fff;
    border-radius: 3px;
    padding: 0 2px;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/Components/RbacTreeView.razor.rz.scp.css */
/* Tailwind handles all tree view styling via utility classes */
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/ResourcesPage.razor.rz.scp.css */
/* ================================================================
   ResourcesPage — page-level layout + local RBAC tree theme tokens.
   ================================================================ */

.rbac-resource-admin[b-zc9arr9w03] {
    --rbac-app-bg: #0B1426;
    --rbac-panel-bg: #131F38;
    --rbac-panel-bg-2: #1A2744;
    --rbac-row-hover: #1F2D4F;
    --rbac-row-selected: #233A6F;
    --rbac-row-selected-border: #3B6DF0;
    --rbac-line-soft: #243154;
    --rbac-line-strong: #34487A;
    --rbac-text-primary: #E6ECF8;
    --rbac-text-muted: #8A9BBE;
    --rbac-text-faint: #5C6E92;
    --rbac-accent: #6E7CFF;
    --rbac-accent-hot: #8B95FF;
    --rbac-accent-soft: #9CA8FF;
    --rbac-ok: #22C55E;
    --rbac-warn: #F59E0B;
    --rbac-danger: #EF4444;
    --rbac-info: #38BDF8;
    --rbac-badge-leaf-bg: #1F2A48;
    --rbac-badge-leaf-fg: #95A8D0;
    --rbac-badge-parent-bg: #2A2547;
    --rbac-badge-parent-fg: #C2B3FF;
    --rbac-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    --rbac-font-mono: ui-monospace, "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;

    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 14px;
    height: 100%;
    min-height: 0;
    text-align: left;
}

.rbac-resource-admin__header[b-zc9arr9w03] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.rbac-resource-admin__title[b-zc9arr9w03] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--rbac-text-primary);
}

.rbac-resource-admin__subtitle[b-zc9arr9w03] {
    color: var(--rbac-text-muted);
    margin: 4px 0 0;
}

.rbac-resource-admin__stats[b-zc9arr9w03] {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    color: var(--rbac-text-muted);
    font-size: 12.5px;
    flex-wrap: wrap;
}

.rbac-resource-admin__stats b[b-zc9arr9w03] {
    color: var(--rbac-text-primary);
    font-weight: 600;
}

.rbac-resource-admin__actions[b-zc9arr9w03] {
    display: flex;
    gap: 8px;
}

.rbac-resource-admin__body[b-zc9arr9w03] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
    grid-template-rows: 1fr;
    gap: 14px;
    min-height: 0;
    height: 100%;
}

.rbac-resource-admin__body--editing[b-zc9arr9w03] {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 1fr) minmax(300px, 340px);
    grid-template-rows: 1fr;
}

.rbac-resource-admin__tree[b-zc9arr9w03],
.rbac-resource-admin__detail[b-zc9arr9w03],
.rbac-resource-admin__editor[b-zc9arr9w03] {
    min-height: 0;
}

.rbac-resource-admin__editor[b-zc9arr9w03] {
    position: sticky;
    top: 0;
    height: fit-content;
}

.rbac-resource-admin__editor-body[b-zc9arr9w03] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rbac-resource-admin__editor-actions[b-zc9arr9w03] {
    display: flex;
    gap: 8px;
}

.rbac-resource-admin__readonly[b-zc9arr9w03] {
    background: rgba(15, 23, 42, 0.34);
    border: 1px solid var(--rbac-border);
    border-radius: var(--rbac-radius);
    color: var(--rbac-text);
    font-family: var(--rbac-mono), monospace;
    font-size: 12px;
    padding: 10px 12px;
    word-break: break-word;
}

@media (max-width: 1440px) {
    .rbac-resource-admin__body--editing[b-zc9arr9w03] {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
        grid-template-rows: 1fr;
    }

    .rbac-resource-admin__editor[b-zc9arr9w03] {
        grid-column: 1 / -1;
        position: static;
    }
}

@media (max-width: 1100px) {
    .rbac-resource-admin__body[b-zc9arr9w03],
    .rbac-resource-admin__body--editing[b-zc9arr9w03] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }
}


/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Admin/Rbac/RolesPage.razor.rz.scp.css */
/* ================================================================
   RolesPage — page-level layout + local RBAC tree theme tokens.
   ================================================================ */

.rbac-role-admin[b-0rytie3dbv] {
    --rbac-app-bg: #0B1426;
    --rbac-panel-bg: #131F38;
    --rbac-panel-bg-2: #1A2744;
    --rbac-row-hover: #1F2D4F;
    --rbac-row-selected: #233A6F;
    --rbac-row-selected-border: #3B6DF0;
    --rbac-line-soft: #243154;
    --rbac-line-strong: #34487A;
    --rbac-text-primary: #E6ECF8;
    --rbac-text-muted: #8A9BBE;
    --rbac-text-faint: #5C6E92;
    --rbac-accent: #6E7CFF;
    --rbac-accent-hot: #8B95FF;
    --rbac-accent-soft: #9CA8FF;
    --rbac-ok: #22C55E;
    --rbac-warn: #F59E0B;
    --rbac-danger: #EF4444;
    --rbac-info: #38BDF8;
    --rbac-badge-leaf-bg: #1F2A48;
    --rbac-badge-leaf-fg: #95A8D0;
    --rbac-badge-parent-bg: #2A2547;
    --rbac-badge-parent-fg: #C2B3FF;
    --rbac-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
    --rbac-font-mono: ui-monospace, "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;

    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 14px;
    height: 100%;
    min-height: 0;
    text-align: left;
}

.rbac-role-admin__header[b-0rytie3dbv] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.rbac-role-admin__title[b-0rytie3dbv] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--rbac-text-primary);
}

.rbac-role-admin__subtitle[b-0rytie3dbv] {
    color: var(--rbac-text-muted);
    margin: 4px 0 0;
}

.rbac-role-admin__stats[b-0rytie3dbv] {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    color: var(--rbac-text-muted);
    font-size: 12.5px;
    flex-wrap: wrap;
}

.rbac-role-admin__stats b[b-0rytie3dbv] {
    color: var(--rbac-text-primary);
    font-weight: 600;
}

.rbac-role-admin__actions[b-0rytie3dbv] {
    display: flex;
    gap: 8px;
}

.rbac-role-admin__body[b-0rytie3dbv] {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
    grid-template-rows: 1fr;
    gap: 14px;
    min-height: 0;
    height: 100%;
}

.rbac-role-admin__body--editing[b-0rytie3dbv] {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 1fr) minmax(320px, 360px);
    grid-template-rows: 1fr;
}

.rbac-role-admin__tree[b-0rytie3dbv],
.rbac-role-admin__detail[b-0rytie3dbv],
.rbac-role-admin__editor[b-0rytie3dbv] {
    min-height: 0;
}

.rbac-role-admin__editor[b-0rytie3dbv] {
    position: sticky;
    top: 0;
    height: fit-content;
}

.rbac-role-admin__editor-body[b-0rytie3dbv] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rbac-role-admin__editor-actions[b-0rytie3dbv] {
    display: flex;
    gap: 8px;
}

.rbac-role-admin__readonly[b-0rytie3dbv] {
    background: rgba(15, 23, 42, 0.34);
    border: 1px solid var(--rbac-border);
    border-radius: var(--rbac-radius);
    color: var(--rbac-text);
    font-family: var(--rbac-mono), monospace;
    font-size: 12px;
    padding: 10px 12px;
    word-break: break-word;
}

.rbac-role-admin__readonly--muted[b-0rytie3dbv] {
    color: var(--rbac-text-muted);
    font-family: var(--rbac-sans), sans-serif;
}

.rbac-role-admin__chip-region[b-0rytie3dbv] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 32px;
}

@media (max-width: 1440px) {
    .rbac-role-admin__body--editing[b-0rytie3dbv] {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
        grid-template-rows: 1fr;
    }

    .rbac-role-admin__editor[b-0rytie3dbv] {
        grid-column: 1 / -1;
        position: static;
    }
}

@media (max-width: 1100px) {
    .rbac-role-admin__body[b-0rytie3dbv],
    .rbac-role-admin__body--editing[b-0rytie3dbv] {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
    }

    .rbac-role-admin__editor-actions[b-0rytie3dbv] {
        flex-direction: column;
    }
}

/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/AttributeTable.razor.rz.scp.css */
.attr-table-toggle[b-c6ltu9wnwu] {
    width: 100%;
    text-align: left;
    padding: 5px 8px;
    background: var(--dv-bg-elev-1);
    border: 1px dashed var(--dv-border-strong);
    border-radius: var(--dv-r-sm);
    color: var(--dv-text-tertiary);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    display: flex; align-items: center; gap: 6px;
}
.attr-table-toggle:hover[b-c6ltu9wnwu] {
    background: var(--dv-bg-elev-2);
    color: var(--dv-text-secondary);
}
.attr-table-toggle .badge-fp[b-c6ltu9wnwu] {
    margin-left: auto;
    background: var(--dv-bg-elev-2);
    border: 1px solid var(--dv-border);
    color: var(--dv-text-tertiary);
    font-family: var(--dv-font-mono);
    font-size: 8.5px;
    padding: 1px 5px;
    border-radius: 2px;
    letter-spacing: 0.04em;
}
.attr-table-toggle .chev[b-c6ltu9wnwu] {
    color: var(--dv-text-tertiary);
}

.attr-table[b-c6ltu9wnwu] {
    margin-top: 6px;
    background: var(--dv-bg-base);
    border: 1px solid var(--dv-border);
    border-radius: var(--dv-r-sm);
    overflow: hidden;
}
.attr-row[b-c6ltu9wnwu] {
    display: grid;
    grid-template-columns: 90px 1fr;
    border-bottom: 1px solid var(--dv-border);
    font-size: 10.5px;
}
.attr-row:last-child[b-c6ltu9wnwu] { border-bottom: none; }
.attr-row dt[b-c6ltu9wnwu] {
    padding: 4px 8px;
    background: var(--dv-bg-deep);
    color: var(--dv-text-tertiary);
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    border-right: 1px solid var(--dv-border);
}
.attr-row dd[b-c6ltu9wnwu] {
    padding: 4px 8px;
    color: var(--dv-text-secondary);
    font-family: var(--dv-font-mono);
}
.attr-row.empty dd[b-c6ltu9wnwu] {
    color: var(--dv-text-quaternary);
    font-family: var(--dv-font-sans);
    font-style: italic;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/BypassBanner.razor.rz.scp.css */
.bypass-banner[b-ok28w45jnf] {
    display: flex; align-items: flex-start;
    background: rgba(242, 169, 59, 0.08);
    border-bottom: 1px solid var(--dv-amber-dim);
    padding: 6px 10px;
    gap: 8px;
    font-size: 10.5px;
    color: var(--dv-amber);
}
.bypass-banner .icon[b-ok28w45jnf] {
    font-size: 12px; line-height: 1;
}
.bypass-banner .body strong[b-ok28w45jnf] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 9.5px;
}
.bypass-banner .body span[b-ok28w45jnf] {
    color: var(--dv-text-secondary);
    display: block;
    margin-top: 1px;
    line-height: 1.3;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/CandidateEditDrawer.razor.rz.scp.css */
.ev-drawer[b-0m77njw6hj] {
    background: var(--dv-bg-deep);
    border-top: 1px solid var(--dv-border);
    padding: 14px;
    animation: dv-fade-in 140ms ease-out;
}

.drawer-fields[b-0m77njw6hj] {
    display: flex; flex-direction: column; gap: 5px;
}

.field-row[b-0m77njw6hj] {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 6px;
    align-items: center;
    font-size: 11px;
}
.field-row label[b-0m77njw6hj] {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--dv-text-tertiary);
    font-weight: 600;
}
.field-row input[b-0m77njw6hj],
.field-row select[b-0m77njw6hj] {
    background: var(--dv-bg-base);
    border: 1px solid var(--dv-border);
    color: var(--dv-text-primary);
    padding: 4px 6px;
    border-radius: var(--dv-r-sm);
    font-size: 11px;
    font-family: inherit;
    outline: none;
}
.field-row input:focus[b-0m77njw6hj],
.field-row select:focus[b-0m77njw6hj] { border-color: var(--dv-cyan-dim); }

.field-row input.invalid-time-value[b-0m77njw6hj] {
    background: rgba(233, 75, 92, 0.15);
    border-color: var(--dv-red-dim);
    color: var(--dv-red);
}

.drawer-divider[b-0m77njw6hj] {
    height: 1px;
    background: var(--dv-border);
    margin: 14px -14px;
}

/* Approve/Reject are the primary controls for the whole expanded drawer — sized and separated
   so they read as the decision point, not an afterthought under the event list. */
.drawer-actions[b-0m77njw6hj] {
    display: flex; gap: 8px;
    margin: 16px -14px -14px;
    padding: 14px;
    border-top: 1px solid var(--dv-border-strong);
    background: var(--dv-bg-elev-1);
}

.drawer-btn[b-0m77njw6hj] {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid var(--dv-border);
    background: var(--dv-bg-elev-2);
    color: var(--dv-text-primary);
    border-radius: var(--dv-r-sm);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    transition: background 80ms, border-color 80ms;
}
.drawer-btn:hover[b-0m77njw6hj] {
    background: var(--dv-bg-elev-3);
    border-color: var(--dv-border-strong);
}
.drawer-btn.reject[b-0m77njw6hj] {
    flex: 0 0 auto;
    background: transparent;
    border-color: var(--dv-red-dim);
    color: var(--dv-red);
}
.drawer-btn.reject:hover[b-0m77njw6hj] {
    background: rgba(233, 75, 92, 0.12);
    border-color: var(--dv-red);
}
.drawer-btn.discard[b-0m77njw6hj] {
    flex: 0 0 auto;
    background: transparent;
    color: var(--dv-text-secondary);
}
.drawer-btn.discard:hover[b-0m77njw6hj] {
    color: var(--dv-text-primary);
}
.drawer-btn.approve[b-0m77njw6hj] {
    background: var(--dv-green);
    border-color: var(--dv-green);
    color: #00170f;
}
.drawer-btn.approve:hover[b-0m77njw6hj] {
    background: var(--dv-green-dim);
}

/* No section headers separating the player control from the event cards any more — the gap
   itself needs to read clearly as a break between the two. */
.dv-event-boxes[b-0m77njw6hj] {
    margin-top: 18px;
}

/* Event-card CSS is shared with the full-width Enricher editor; the DV drawer is a narrow
   sidebar, so the same padding/sizing reads as oversized here. */
.dv-event-boxes[b-0m77njw6hj]  .event-box {
    margin: 0;
    padding: 10px 12px;
    min-width: 0;
    max-width: 100%;
}
.dv-event-boxes[b-0m77njw6hj]  .event-boxes-scroll {
    gap: 10px;
    padding: 2px 2px 4px 2px;
}
.dv-event-boxes[b-0m77njw6hj]  .event-label,
.dv-event-boxes[b-0m77njw6hj]  .edit-event {
    font-size: 12px;
    padding: 3px 6px;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

/* The event type and the timestamp are the only two things a validator may correct here, but the
   shared editor CSS styles .edit-event identically to the read-only .event-label and leaves both
   controls with a transparent border at rest — so neither reads as interactive until the pointer is
   already on it, and validators could not find them at all (#2234 follow-up). Give both a resting
   outline, and mark the type button with a caret so it is distinguishable from a plain label at a
   glance. Scoped to the drawer: the full-width Enricher editor surrounds these controls with its own
   structural affordances (delete, insert, position) and does not have the same problem. */
.dv-event-boxes[b-0m77njw6hj]  .edit-event {
    border-style: dashed;
    border-color: rgba(59, 130, 246, 0.55);
}

/* Inline, not a flex item: the label above wraps (white-space: normal; word-break: break-word), and as a
   flex sibling the caret baseline-aligned to the *first* line, floating beside the top line of a two-line
   card instead of trailing the text. The empty alt text keeps the glyph out of the button's accessible
   name, which is the event type (PR 727 review). */
.dv-event-boxes[b-0m77njw6hj]  .edit-event::after {
    content: " ▾" / "";
    font-size: 9px;
    opacity: 0.8;
    white-space: nowrap;
}

.dv-event-boxes[b-0m77njw6hj]  .edit-event:hover {
    border-style: solid;
}

.dv-event-boxes[b-0m77njw6hj]  .event-time-input {
    font-size: 12px;
    width: 84px;
    cursor: text;
    border-style: dashed;
    border-color: rgba(59, 130, 246, 0.55);
}

.dv-event-boxes[b-0m77njw6hj]  .event-time-input:hover,
.dv-event-boxes[b-0m77njw6hj]  .event-time-input:focus {
    border-style: solid;
}

/* An invalid time already paints solid red; a dashed edge on top of that reads as a rendering
   glitch rather than an error, so let the shared .invalid-time-value styling win outright. */
.dv-event-boxes[b-0m77njw6hj]  .event-time-input.invalid-time-value {
    border-style: solid;
}

.drawer-order-warnings[b-0m77njw6hj] {
    margin-top: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(251, 191, 36, 0.45);
    border-radius: 6px;
    background: rgba(251, 191, 36, 0.1);
    color: #fcd34d;
    font-size: 12px;
}

.drawer-order-warnings .warning-title[b-0m77njw6hj] {
    font-weight: 600;
    margin-bottom: 6px;
}

.drawer-order-warnings ul[b-0m77njw6hj] {
    margin: 0;
    padding-left: 18px;
}

.drawer-order-warnings li[b-0m77njw6hj] {
    margin-bottom: 3px;
}

.drawer-order-warnings .warning-hint[b-0m77njw6hj] {
    margin-top: 6px;
    color: rgba(252, 211, 77, 0.75);
}
.dv-event-boxes[b-0m77njw6hj]  .attribute-label,
.dv-event-boxes[b-0m77njw6hj]  .attribute-value {
    font-size: 11.5px;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/CandidateList.razor.rz.scp.css */
.dv-list[b-r35145oau8] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.group-head[b-r35145oau8] {
    padding: 6px 10px;
    background: var(--dv-bg-deep);
    color: var(--dv-text-tertiary);
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--dv-border);
    border-top: 1px solid var(--dv-border);
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .group-head:first-child[b-r35145oau8] {
        border-top: none;
    }

    .group-head .ct[b-r35145oau8] {
        margin-left: auto;
        font-family: var(--dv-font-mono);
        color: var(--dv-text-quaternary);
        font-weight: 600;
    }

.empty-state[b-r35145oau8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 16px;
    color: var(--dv-text-tertiary);
    gap: 8px;
    text-align: center;
}

    .empty-state .empty-icon[b-r35145oau8] {
        font-size: 28px;
        color: var(--dv-text-quaternary);
        line-height: 1;
    }

    .empty-state .empty-msg[b-r35145oau8] {
        font-size: 11.5px;
        font-style: italic;
    }
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/CandidateRow.razor.rz.scp.css */
.ev[b-qx4u9lvzg5] {
    border-bottom: 1px solid var(--dv-border);
    position: relative;
    transition: background 80ms;
}
.ev:hover[b-qx4u9lvzg5] { background: var(--dv-bg-elev-1); }
.ev.active[b-qx4u9lvzg5] { background: var(--dv-bg-elev-2); }
.ev.active[b-qx4u9lvzg5]::before {
    content: '';
    position: absolute; left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--dv-cyan);
}
.ev.is-new[b-qx4u9lvzg5]::after {
    content: '';
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--dv-cyan);
    box-shadow: 0 0 6px var(--dv-cyan);
}

.ev-main[b-qx4u9lvzg5] {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    align-items: center;
    padding: 12px 14px;
    gap: 14px;
    cursor: pointer;
}

.ev-time[b-qx4u9lvzg5] {
    font-family: var(--dv-font-mono);
    font-weight: 700;
    font-size: 13px;
    color: var(--dv-text-primary);
    flex-shrink: 0;
}

.ev-body[b-qx4u9lvzg5] {
    min-width: 0;
    display: flex; flex-direction: column; gap: 6px;
}
.ev-row1[b-qx4u9lvzg5] {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px;
}
.ev-jersey[b-qx4u9lvzg5] {
    font-family: var(--dv-font-mono);
    font-weight: 700;
    background: var(--dv-bg-elev-3);
    color: var(--dv-text-primary);
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
    min-width: 22px;
    text-align: center;
}
.ev-player[b-qx4u9lvzg5] {
    font-weight: 600;
    color: var(--dv-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ev-type[b-qx4u9lvzg5] {
    color: var(--dv-text-secondary);
    font-size: 11.5px;
}
.ev-row2[b-qx4u9lvzg5] {
    display: flex; align-items: center; gap: 6px;
    font-size: 10.5px;
    color: var(--dv-text-tertiary);
}
.ev-row2 .clip[b-qx4u9lvzg5] {
    color: var(--dv-cyan);
    cursor: pointer;
    display: inline-flex; align-items: center; gap: 3px;
    font-weight: 600;
}
.ev-row2 .clip:hover[b-qx4u9lvzg5] { text-decoration: underline; }
.ev-row2 .clip .ico[b-qx4u9lvzg5] { font-size: 10px; }

.ev-actions[b-qx4u9lvzg5] {
    display: flex; align-items: center; gap: 6px;
    flex-shrink: 0;
}

.ev-actions .more[b-qx4u9lvzg5] {
    width: 26px; height: 26px;
    background: var(--dv-bg-elev-2);
    border: 1px solid var(--dv-border);
    border-radius: var(--dv-r-sm);
    color: var(--dv-text-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.ev-actions .more:hover[b-qx4u9lvzg5] {
    background: var(--dv-bg-elev-3);
    border-color: var(--dv-border-strong);
    color: var(--dv-text-primary);
}

.ev-actions .reverse[b-qx4u9lvzg5] {
    padding: 4px 10px;
    background: rgba(46, 204, 140, 0.10);
    border: 1px solid var(--dv-green-dim);
    color: var(--dv-green);
    border-radius: var(--dv-r-sm);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.ev-actions .reverse:hover[b-qx4u9lvzg5] {
    background: rgba(46, 204, 140, 0.20);
    border-color: var(--dv-green);
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/DvFilters.razor.rz.scp.css */
.dv-filters[b-y0d80zcrho] {
    display: flex; flex-direction: column; gap: 6px;
    padding: 8px 10px;
    border-bottom: 1px solid var(--dv-border);
}

.search[b-y0d80zcrho] {
    display: flex; align-items: center;
    background: var(--dv-bg-deep);
    border: 1px solid var(--dv-border);
    border-radius: var(--dv-r-sm);
    padding: 0 8px;
}
.search:focus-within[b-y0d80zcrho] { border-color: var(--dv-cyan-dim); }
.search input[b-y0d80zcrho] {
    flex: 1; background: transparent; border: none; outline: none;
    color: var(--dv-text-primary); padding: 5px 0; font-size: 11.5px;
}
.search .icon[b-y0d80zcrho] {
    color: var(--dv-text-tertiary);
    font-size: 12px;
    margin-right: 4px;
}

.filter-row[b-y0d80zcrho] { display: flex; gap: 4px; }
.filter-row select[b-y0d80zcrho] {
    flex: 1; min-width: 0;
    background: var(--dv-bg-deep);
    color: var(--dv-text-primary);
    border: 1px solid var(--dv-border);
    border-radius: var(--dv-r-sm);
    padding: 4px 6px;
    font-size: 11px;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/DvFooter.razor.rz.scp.css */
.dv-footer[b-s13u2rgtud] {
    background: var(--dv-bg-elev-1);
    border-top: 1px solid var(--dv-border);
    padding: 6px 10px;
    display: flex; align-items: center; gap: 8px;
    font-size: 10.5px;
    color: var(--dv-text-tertiary);
}
.dv-footer .label[b-s13u2rgtud] {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dv-text-quaternary);
    font-weight: 700;
}
.dv-footer .scope[b-s13u2rgtud] {
    color: var(--dv-text-secondary);
}
.dv-footer .scope strong[b-s13u2rgtud] {
    color: var(--dv-cyan);
    font-weight: 600;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/DvHeader.razor.rz.scp.css */
.dv-header[b-vvdwsmbtmy] {
    display: flex; align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid var(--dv-border);
    gap: 8px;
}

.dv-title[b-vvdwsmbtmy] {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--dv-text-primary);
}
.dv-title .sub[b-vvdwsmbtmy] {
    font-size: 10px;
    color: var(--dv-text-tertiary);
    margin-left: 6px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/DvStatusTabs.razor.rz.scp.css */
.dv-tabs[b-tjbvfxv4e7] {
    display: flex;
    border-bottom: 1px solid var(--dv-border);
}

.dv-tab[b-tjbvfxv4e7] {
    flex: 1;
    padding: 7px 8px;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--dv-text-tertiary);
    text-align: center;
    border-right: 1px solid var(--dv-border);
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.dv-tab:last-child[b-tjbvfxv4e7] { border-right: none; }

.dv-tab.on[b-tjbvfxv4e7] {
    color: var(--dv-text-primary);
    background: var(--dv-bg-elev-1);
}
.dv-tab.on.pending[b-tjbvfxv4e7]  { border-bottom-color: var(--dv-amber); color: var(--dv-amber); }
.dv-tab.on.approved[b-tjbvfxv4e7] { border-bottom-color: var(--dv-green); color: var(--dv-green); }
.dv-tab.on.rejected[b-tjbvfxv4e7] { border-bottom-color: var(--dv-red);   color: var(--dv-red); }

.dv-tab .ct[b-tjbvfxv4e7] {
    margin-left: 3px;
    font-family: var(--dv-font-mono);
    color: var(--dv-text-tertiary);
}
.dv-tab.on .ct[b-tjbvfxv4e7] { color: inherit; }
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/DataValidator/Internal/NewArrivalsPill.razor.rz.scp.css */
.new-arrivals[b-1e09wxl1c9] {
    margin: 6px 10px 0;
    padding: 5px 9px;
    width: calc(100% - 20px);
    display: flex; align-items: center; gap: 6px;
    background: var(--dv-bg-elev-2);
    border: 1px solid var(--dv-cyan-dim);
    border-radius: var(--dv-r-sm);
    color: var(--dv-cyan);
    font-size: 11px;
    font-weight: 600;
    animation: dv-fade-in 200ms ease-out;
}
.new-arrivals:hover[b-1e09wxl1c9] {
    background: var(--dv-bg-elev-3);
    border-color: var(--dv-cyan);
}
.new-arrivals .arrow[b-1e09wxl1c9] { font-family: var(--dv-font-mono); }
.new-arrivals .ct[b-1e09wxl1c9] {
    margin-left: auto;
    font-family: var(--dv-font-mono);
    color: var(--dv-text-secondary);
    font-weight: 500;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/Enrichment/EncodingComponent.razor.rz.scp.css */
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/Enrichment/PitchPositionEditor.razor.rz.scp.css */
.pitch-position-editor-overlay[b-a2zwiqz0o1] {
    /* Scoped to the sequence editor panel (VideoEditableComponent's .sequence-editor-root, its
       nearest `position: relative` ancestor), not the viewport — this now opens inline while
       building the flow (auto-prompted for a node that requires a position), so it must stay
       inside the coding window rather than covering the whole screen. Matches
       FishEyeEditComponent's own .fisheye-modal-backdrop pattern; z-index matches it too (10050),
       for the same reason — see that component's comment. */
    position: absolute;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(9, 12, 17, 0.7);
    backdrop-filter: blur(2px);
    /* .sequence-editor-root is overflow: hidden — a panel clamped in viewport units can be larger
       than this now-scoped ancestor and get clipped rather than shrinking to fit, cutting off the
       Reset/Confirm row on a dialog that opens automatically. Padding here (matching
       .fisheye-modal-backdrop) plus the panel's own max-width/max-height: 100% below keeps it
       within the coding column instead (PR 806 review). */
    padding: 20px;
}

.pitch-position-editor-panel[b-a2zwiqz0o1] {
    background: #1f2329;
    border: 1px solid #374151;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

.pitch-position-editor-header[b-a2zwiqz0o1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.pitch-position-editor-title[b-a2zwiqz0o1] {
    font-size: 14px;
    font-weight: 600;
    color: #e5e7eb;
}

.pitch-position-editor-close[b-a2zwiqz0o1] {
    background: transparent;
    border: none;
    color: #9ca3af;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}

.pitch-position-editor-close:hover[b-a2zwiqz0o1] {
    color: #e5e7eb;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/Enrichment/SequenceEventBoxesView.razor.rz.scp.css */
.event-boxes-scroll[b-qqx87z7xwq] {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 4px 16px 4px;
    scroll-behavior: smooth;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    background: transparent;
    min-height: 100%;
}

.event-boxes-scroll[b-qqx87z7xwq]::-webkit-scrollbar {
    height: 6px;
}

.event-boxes-scroll[b-qqx87z7xwq]::-webkit-scrollbar-track {
    background: rgba(19, 23, 31, 0.45);
    border-radius: 3px;
}

.event-boxes-scroll[b-qqx87z7xwq]::-webkit-scrollbar-thumb {
    background: #374151;
    border-radius: 3px;
}

.event-boxes-scroll[b-qqx87z7xwq]::-webkit-scrollbar-thumb:hover {
    background: #4b5563;
}

.event-box[b-qqx87z7xwq] {
    min-width: 150px;
    max-width: calc(100% - 24px);
    background: linear-gradient(135deg, #2d3139 0%, #1f2329 100%);
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 12px;
    margin: 0 12px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.event-box:hover[b-qqx87z7xwq] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-color: #4b5563;
    z-index: 100;
}

/* Mirrors timeline ev-line--highlighted — subtle so it doesn't fight invalid/error borders. */
.event-box--highlighted[b-qqx87z7xwq] {
    border-color: rgba(96, 165, 250, 0.75);
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.35), 0 4px 14px rgba(59, 130, 246, 0.16);
    background: linear-gradient(135deg, #343b48 0%, #232830 100%);
    z-index: 101;
}

.event-box--highlighted.invalid-event-box[b-qqx87z7xwq] {
    border-color: red;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.35), 0 4px 14px rgba(239, 68, 68, 0.12);
}

.event-box-content[b-qqx87z7xwq] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-box-header[b-qqx87z7xwq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.event-box-title[b-qqx87z7xwq] {
    font-size: 13px;
    font-weight: 600;
    color: #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.event-id-row[b-qqx87z7xwq] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
}

.id-label[b-qqx87z7xwq] {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(148, 163, 184, 0.9);
    flex-shrink: 0;
}

.id-value[b-qqx87z7xwq] {
    font-size: 10px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    color: #93c5fd;
    background: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 4px;
    padding: 1px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    user-select: all;
}

.event-label[b-qqx87z7xwq],
.edit-event[b-qqx87z7xwq] {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(59, 130, 246, 0.2);
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-align: left;
    transition: all 0.2s ease;
}

.edit-event[b-qqx87z7xwq] {
    cursor: pointer;
}

.edit-event:hover[b-qqx87z7xwq] {
    background: rgba(59, 130, 246, 0.3);
    border-color: #3b82f6;
}

.invalid-time-value[b-qqx87z7xwq] {
    background: red !important;
    color: white !important;
}

.invalid-event-box[b-qqx87z7xwq] {
    border-color: red !important;
    border-width: 4px;
}

.event-box-warning[b-qqx87z7xwq] {
    margin-top: 4px;
    font-size: 11px;
    color: #f87171;
    white-space: normal;
    word-break: break-word;
}

.event-time-input[b-qqx87z7xwq] {
    font-size: 13px;
    background: rgba(59, 130, 246, 0.2);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid transparent;
    width: 96px;
    text-align: center;
    transition: all 0.2s ease;
}

.event-time-input:hover[b-qqx87z7xwq] {
    background: rgba(59, 130, 246, 0.3);
    border-color: #3b82f6;
}

.event-time-input:focus[b-qqx87z7xwq] {
    outline: none;
    background: rgba(59, 130, 246, 0.3);
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.event-time-input.unassigned[b-qqx87z7xwq] {
    background: rgba(107, 114, 128, 0.2);
    color: #ffffff;
}

.event-time-input.unassigned:hover[b-qqx87z7xwq] {
    background: rgba(107, 114, 128, 0.3);
    border-color: #6b7280;
}

.event-attributes[b-qqx87z7xwq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
    flex: 1;
}

.event-attribute[b-qqx87z7xwq] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.attribute-label[b-qqx87z7xwq] {
    font-size: 14px;
    color: #9ca3af;
    min-width: 50%;
    width: 50%;
}

.attribute-select[b-qqx87z7xwq] {
    flex: 1;
    min-width: 45%;
    width: 45%;
    background: #12141a;
    border: 1px solid #374151;
    border-radius: 4px;
    color: #e5e7eb;
    padding: 4px 8px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.attribute-select:hover[b-qqx87z7xwq] {
    border-color: #4b5563;
}

.attribute-select:focus[b-qqx87z7xwq] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.attribute-value[b-qqx87z7xwq] {
    flex: 1;
    font-size: 12px;
    color: #e5e7eb;
}

.event-position[b-qqx87z7xwq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.position-readout[b-qqx87z7xwq] {
    font-size: 12px;
    color: #e5e7eb;
    flex: 1;
}

.edit-position-btn[b-qqx87z7xwq] {
    background: #12141a;
    border: 1px solid #374151;
    border-radius: 4px;
    color: #e5e7eb;
    padding: 4px 8px;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.edit-position-btn:hover:not(:disabled)[b-qqx87z7xwq] {
    border-color: #3b82f6;
}

.edit-position-btn:disabled[b-qqx87z7xwq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.assign-time-btn[b-qqx87z7xwq] {
    width: 50%;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: auto;
}

.assign-time-btn:hover[b-qqx87z7xwq] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.assign-time-btn:active[b-qqx87z7xwq] {
    transform: translateY(0);
}

.assign-time-btn.assigned[b-qqx87z7xwq] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.assign-time-btn.assigned:hover[b-qqx87z7xwq] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.delete-button-location[b-qqx87z7xwq] {
    display: flex;
    transition: visibility 0.3s, opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    visibility: hidden;
    gap: 10px;
    z-index: 100;
}

.event-box:hover .delete-button-location[b-qqx87z7xwq] {
    visibility: visible;
    opacity: 1;
}

.remove-btn[b-qqx87z7xwq] {
    background: #e74c3c;
    border: none;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.remove-btn:hover[b-qqx87z7xwq] {
    background: #c0392b;
    transform: scale(1.1);
}

.add-section[b-qqx87z7xwq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    flex-shrink: 0;
    min-width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10000;
    visibility: hidden;
    translate: -50% 50%;
}

.event-box:hover .add-section[b-qqx87z7xwq] {
    visibility: visible;
    opacity: 1;
}

/* The player card's "+" is the sequence's only route to a first event once every other card is
   gone (there's nothing else to hover to discover it), and hiding it also drops it from the tab
   order for keyboard-only use — unlike the per-event "+", it stays permanently visible rather than
   hover-revealed (PR 806 review). */
.add-section-player[b-qqx87z7xwq] {
    visibility: visible;
    opacity: 1;
}

.add-btn[b-qqx87z7xwq] {
    background: #4ecca3;
    border: none;
    color: #16213e;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(78, 204, 163, 0.4);
}

.add-section--empty[b-qqx87z7xwq] {
    min-width: auto;
    padding: 0 8px;
}

.add-empty-label[b-qqx87z7xwq] {
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    white-space: nowrap;
    padding: 6px 10px;
    background: #1f2329;
    border-radius: 6px;
    border: 1px dashed #4b5563;
    cursor: default;
    user-select: none;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/LayoutTabControl.razor.rz.scp.css */
.layout-tab-control[b-xtsqxae2ds] {
    display: flex;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.layout-tab-top[b-xtsqxae2ds] { flex-direction: column; }
.layout-tab-bottom[b-xtsqxae2ds] { flex-direction: column-reverse; }
.layout-tab-left[b-xtsqxae2ds] { flex-direction: row; }
.layout-tab-right[b-xtsqxae2ds] { flex-direction: row-reverse; }

.layout-tab-list[b-xtsqxae2ds] {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1a1f2e;
    backdrop-filter: blur(8px);
    display: flex;
    flex-shrink: 0;
}

.layout-tab-list-horizontal[b-xtsqxae2ds] {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
}

.layout-tab-list-vertical[b-xtsqxae2ds] {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.layout-tab-item[b-xtsqxae2ds] {
    display: flex;
}

.layout-tab-list-horizontal .layout-tab-item[b-xtsqxae2ds] { flex: 1 1 auto; }

.layout-tab-button[b-xtsqxae2ds] {
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    width: 100%;
    text-align: center;
}

.layout-tab-button:hover[b-xtsqxae2ds] { color: #ffffff; }

.layout-tab-active[b-xtsqxae2ds] {
    color: #ffffff;
    background-color: rgba(59, 130, 246, 0.15);
}

/* Underline-style accent on the edge that touches the panel */
.layout-tab-top .layout-tab-button[b-xtsqxae2ds] { border-bottom: 3px solid transparent; }
.layout-tab-top .layout-tab-active[b-xtsqxae2ds] { border-bottom-color: #3b82f6; }

.layout-tab-bottom .layout-tab-button[b-xtsqxae2ds] { border-top: 3px solid transparent; }
.layout-tab-bottom .layout-tab-active[b-xtsqxae2ds] { border-top-color: #3b82f6; }

.layout-tab-left .layout-tab-button[b-xtsqxae2ds] { border-right: 3px solid transparent; }
.layout-tab-left .layout-tab-active[b-xtsqxae2ds] { border-right-color: #3b82f6; }

.layout-tab-right .layout-tab-button[b-xtsqxae2ds] { border-left: 3px solid transparent; }
.layout-tab-right .layout-tab-active[b-xtsqxae2ds] { border-left-color: #3b82f6; }

/* Vertical labels on the side tabs so labels read along the screen edge */
.layout-tab-list-vertical .layout-tab-button[b-xtsqxae2ds] {
    padding: 0.75rem 0.4rem;
}

.layout-tab-left .layout-tab-label[b-xtsqxae2ds],
.layout-tab-right .layout-tab-label[b-xtsqxae2ds] {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

.layout-tab-right .layout-tab-label[b-xtsqxae2ds] {
    transform: none;
    writing-mode: vertical-rl;
}

.layout-tab-left .layout-tab-label[b-xtsqxae2ds] {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.layout-tab-panel[b-xtsqxae2ds] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #13171f;
}

.layout-tab-panel > *[b-xtsqxae2ds] {
    flex: 1;
    min-height: 0;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/Lea/LeaMarkerPanel.razor.rz.scp.css */
.lea-player-row[b-be0i07kv8q] {
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
}

.lea-player-row:hover[b-be0i07kv8q] {
    background-color: #1e3a4f;
}

.lea-player-row--sent-off[b-be0i07kv8q] {
    opacity: 0.5;
    cursor: not-allowed;
}

.lea-player-row--sent-off:hover[b-be0i07kv8q] {
    background-color: transparent;
}

.lea-players-grid[b-be0i07kv8q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lea-player-number[b-be0i07kv8q] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.lea-player-team[b-be0i07kv8q] {
    font-size: 0.75rem;
    margin-right: 0.25rem;
    color: #dddddd;
    padding: 0.25rem 0.5rem;
    background: rgba(100, 116, 139, 0.15);
    border-radius: 0.25rem;
    white-space: nowrap;
    flex-shrink: 0;
}
/* _content/RedZone.FIFA.Edge.UI/Components/Areas/Analysis/Components/Timeline/TimelinePlayerRow.razor.rz.scp.css */
/*
   Scoped CSS for the optional workspace sub-rows. Only used by Match
   Checker today (Enrichment doesn't pass WorkspaceTracks, so these
   selectors never match anything in that flow).
*/

.tl-ws-sub-row[b-r3snk5z4s9] {
    height: 16px;
    border-top: 1px dashed rgba(58, 93, 137, 0.25);
}

.tl-ws-sub-label[b-r3snk5z4s9] {
    background: rgba(11, 23, 41, 0.55);
}

.tl-ws-sub-badge[b-r3snk5z4s9] {
    display: inline-flex;
    align-items: center;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
}

.tl-ws-sub-track[b-r3snk5z4s9] {
    background: rgba(11, 23, 41, 0.35);
    overflow: hidden;
}

.tl-ws-pip[b-r3snk5z4s9] {
    position: absolute;
    top: 2px;
    bottom: 2px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 0;
    cursor: pointer;
    opacity: 0.92;
    transition: transform 0.1s, opacity 0.1s, box-shadow 0.1s;
}

    .tl-ws-pip:hover[b-r3snk5z4s9] {
        opacity: 1;
        transform: scaleY(1.3);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
    }

    .tl-ws-pip:focus-visible[b-r3snk5z4s9] {
        outline: 1px solid #f97316;
        outline-offset: 1px;
    }

.tl-ws-pip--flag[b-r3snk5z4s9] {
    opacity: 1;
}

.tl-ws-pip--active[b-r3snk5z4s9] {
    opacity: 1;
    box-shadow: 0 0 0 2px #63b3ed, 0 0 8px rgba(99, 179, 237, 0.4);
    transform: scaleY(1.3);
    z-index: 5;
}

/*
   Manual-override badge — only ever applies to Final-tab pips. The pip
   itself keeps the workspace accent colour; the "M" chip is overlaid on
   top so the Match Checker can spot edited sequences without colour
   blindness concerns (shape + letter, not colour alone).
*/
.tl-ws-pip--manual[b-r3snk5z4s9] {
    box-shadow: 0 0 0 1.5px #fbbf24, inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.tl-ws-pip-manual-badge[b-r3snk5z4s9] {
    position: absolute;
    top: -6px;
    right: -4px;
    min-width: 11px;
    height: 11px;
    padding: 0 2px;
    border-radius: 50%;
    background: #fbbf24;
    color: #1f2937;
    font-size: 8px;
    font-weight: 800;
    line-height: 11px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    pointer-events: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
/* _content/RedZone.FIFA.Edge.UI/Components/Controls/MultiVideoPlayer.razor.rz.scp.css */
/* Multi-Video Player Styles */
.video-player-container[b-qatgi4zwj6] {
    position: relative;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
    display: flex;
    overflow: hidden;
}

/* Main content area */
.main-content[b-qatgi4zwj6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

/* Large video views container */
.large-views-container[b-qatgi4zwj6] {
    flex: 1;
    display: flex;
    gap: 20px;
    position: relative;
}

    .large-views-container.single-view[b-qatgi4zwj6] {
        justify-content: center;
    }

    .large-views-container.dual-view[b-qatgi4zwj6] {
        justify-content: space-between;
    }

/* Large video wrapper */
.large-video-wrapper[b-qatgi4zwj6] {
    flex: 1;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-container[b-qatgi4zwj6] {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.large-video[b-qatgi4zwj6], .small-video[b-qatgi4zwj6] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Video overlay */
.video-overlay[b-qatgi4zwj6] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

    .video-overlay .zoom-controls[b-qatgi4zwj6] {
        display: flex;
        gap: 8px;
        pointer-events: all;
    }

.video-title[b-qatgi4zwj6] {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Drawing canvas */
.drawing-canvas[b-qatgi4zwj6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    cursor: crosshair;
    pointer-events: all;
}

/* Canvas video - ensure proper sizing in Firefox and all browsers */
.canvas-video[b-qatgi4zwj6] {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    box-sizing: border-box !important;
    object-fit: contain;
}

/* Pan and zoom controls */
.pan-zoom-controls[b-qatgi4zwj6] {
    background: rgba(30, 30, 46, 0.95);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pan-control[b-qatgi4zwj6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.pan-horizontal[b-qatgi4zwj6] {
    display: flex;
    gap: 5px;
}

.pan-btn[b-qatgi4zwj6] {
    width: 36px;
    height: 36px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #9ca3af;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pan-btn:hover[b-qatgi4zwj6] {
        background: rgba(99, 102, 241, 0.3);
        color: white;
        transform: scale(1.05);
    }

    .pan-btn.center[b-qatgi4zwj6] {
        background: rgba(99, 102, 241, 0.2);
        color: #a78bfa;
    }

.zoom-slider[b-qatgi4zwj6] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .zoom-slider label[b-qatgi4zwj6] {
        color: #9ca3af;
        font-size: 13px;
        font-weight: 500;
        min-width: 80px;
    }

    .zoom-slider input[type="range"][b-qatgi4zwj6] {
        flex: 1;
        height: 6px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        outline: none;
        -webkit-appearance: none;
    }

        .zoom-slider input[type="range"][b-qatgi4zwj6]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(102, 126, 234, 0.5);
            transition: transform 0.2s ease;
        }

            .zoom-slider input[type="range"][b-qatgi4zwj6]::-webkit-slider-thumb:hover {
                transform: scale(1.2);
            }

/* Master controls */
.master-controls[b-qatgi4zwj6] {
    background: rgba(30, 30, 46, 0.95);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.control-bar[b-qatgi4zwj6] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.control-btn[b-qatgi4zwj6] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9ca3af;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

    .control-btn img[b-qatgi4zwj6] {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        display: block;
    }

    .control-btn:hover[b-qatgi4zwj6] {
        background: rgba(99, 102, 241, 0.3);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    }

    .control-btn.active[b-qatgi4zwj6] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-color: transparent;
    }

.time-display[b-qatgi4zwj6] {
    color: #9ca3af;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    min-width: 120px;
}

.progress-bar-container[b-qatgi4zwj6] {
    flex: 1;
    display: flex;
    align-items: center;
}

.progress-bar[b-qatgi4zwj6] {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}

    .progress-bar[b-qatgi4zwj6]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

.volume-control[b-qatgi4zwj6] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume-slider[b-qatgi4zwj6] {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
}

    .volume-slider[b-qatgi4zwj6]::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 12px;
        height: 12px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
    }

.playback-speed select[b-qatgi4zwj6] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9ca3af;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    width: auto;
}

/* Advanced controls */
.advanced-controls[b-qatgi4zwj6] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .advanced-controls .control-btn[b-qatgi4zwj6] {
        padding: 8px 12px;
        font-size: 12px;
    }

        .advanced-controls .control-btn span[b-qatgi4zwj6] {
            font-weight: 500;
        }

/* Small views container */
.small-views-container[b-qatgi4zwj6] {
    display: flex;
    gap: 12px;
    padding: 15px;
    background: rgba(20, 20, 35, 0.9);
    backdrop-filter: blur(10px);
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

    .small-views-container[b-qatgi4zwj6]::-webkit-scrollbar {
        height: 6px;
    }

    .small-views-container[b-qatgi4zwj6]::-webkit-scrollbar-track {
        background: transparent;
    }

    .small-views-container[b-qatgi4zwj6]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 3px;
    }

/* Dock positions */
.left-dock .small-views-container.left[b-qatgi4zwj6],
.right-dock .small-views-container.right[b-qatgi4zwj6] {
    flex-direction: column;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.top-dock .small-views-container.top[b-qatgi4zwj6],
.bottom-dock .small-views-container.bottom[b-qatgi4zwj6] {
    flex-direction: row;
    width: 100%;
    height: 180px;
}

.left-dock[b-qatgi4zwj6] {
    flex-direction: row-reverse;
}

.right-dock[b-qatgi4zwj6] {
    flex-direction: row;
}

.top-dock[b-qatgi4zwj6] {
    flex-direction: column-reverse;
}

.bottom-dock[b-qatgi4zwj6] {
    flex-direction: column;
}

/* Small video wrapper */
.small-video-wrapper[b-qatgi4zwj6] {
    position: relative;
    min-width: 250px;
    height: 140px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.left-dock .small-video-wrapper[b-qatgi4zwj6],
.right-dock .small-video-wrapper[b-qatgi4zwj6] {
    width: 100%;
    min-width: auto;
}

.small-video-wrapper:hover[b-qatgi4zwj6] {
    transform: scale(1.05);
    border-color: rgba(99, 102, 241, 0.5);
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
}

.small-video-wrapper.in-large-view[b-qatgi4zwj6] {
    border-color: rgba(99, 102, 241, 0.8);
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.5);
}

.small-video-left[b-qatgi4zwj6],
.small-video-right[b-qatgi4zwj6] {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 20;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.small-video-left[b-qatgi4zwj6] {
    left: 0;
}

.small-video-right[b-qatgi4zwj6] {
    right: 0;
}

.small-video-wrapper:hover .small-video-left:hover[b-qatgi4zwj6],
.small-video-wrapper:hover .small-video-right:hover[b-qatgi4zwj6] {
    opacity: 0.3;
    background: linear-gradient(to right, rgba(99, 102, 241, 0.5), transparent);
}

.small-video-wrapper:hover .small-video-right:hover[b-qatgi4zwj6] {
    background: linear-gradient(to left, rgba(99, 102, 241, 0.5), transparent);
}

.small-video-overlay[b-qatgi4zwj6] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.video-number[b-qatgi4zwj6] {
    background: rgba(99, 102, 241, 0.8);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.video-name[b-qatgi4zwj6] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    margin-left: 8px;
}

/* Settings panel */
.settings-panel[b-qatgi4zwj6] {
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    background: rgba(30, 30, 46, 0.98);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 100;
    padding: 20px;
    overflow-y: auto;
}

    .settings-panel.open[b-qatgi4zwj6] {
        right: 0;
    }

.settings-toggle[b-qatgi4zwj6] {
    position: absolute;
    left: -48px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: rgba(30, 30, 46, 0.95);
    border: none;
    border-radius: 8px 0 0 8px;
    color: #9ca3af;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .settings-toggle:hover[b-qatgi4zwj6] {
        color: white;
        background: rgba(99, 102, 241, 0.3);
    }

.settings-content h3[b-qatgi4zwj6] {
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.setting-group[b-qatgi4zwj6] {
    margin-bottom: 20px;
}

    .setting-group label[b-qatgi4zwj6] {
        display: block;
        color: #9ca3af;
        margin-bottom: 8px;
        font-size: 13px;
        font-weight: 500;
    }

    .setting-group select[b-qatgi4zwj6],
    .setting-group input[type="checkbox"][b-qatgi4zwj6] {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 8px;
        border-radius: 6px;
        width: 100%;
        cursor: pointer;
    }

    .setting-group input[type="checkbox"][b-qatgi4zwj6] {
        width: auto;
    }

/* Markers panel */
.markers-panel[b-qatgi4zwj6] {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 280px;
    max-height: 300px;
    background: rgba(30, 30, 46, 0.95);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    z-index: 50;
}

    .markers-panel h3[b-qatgi4zwj6] {
        color: white;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 600;
    }

.markers-list[b-qatgi4zwj6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.marker-item[b-qatgi4zwj6] {
    display: flex;
    align-items: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .marker-item:hover[b-qatgi4zwj6] {
        background: rgba(99, 102, 241, 0.2);
    }

.marker-time[b-qatgi4zwj6] {
    color: #a78bfa;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.marker-note[b-qatgi4zwj6] {
    color: #9ca3af;
    font-size: 12px;
    flex: 1;
}

.delete-marker[b-qatgi4zwj6] {
    background: transparent;
    border: none;
    color: #ef4444;
    cursor: pointer;
    padding: 4px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

    .delete-marker:hover[b-qatgi4zwj6] {
        opacity: 1;
    }

/* Responsive adjustments */
@media (max-width: 1200px) {
    .large-views-container.dual-view[b-qatgi4zwj6] {
        flex-direction: column;
    }

    .pan-zoom-controls[b-qatgi4zwj6] {
        flex-direction: column;
        gap: 10px;
    }

    .zoom-slider[b-qatgi4zwj6] {
        width: 100%;
    }
}

/* Animation classes */
@keyframes pulse-b-qatgi4zwj6 {
    0% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(99, 102, 241, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0);
    }
}

.recording[b-qatgi4zwj6] {
    animation: pulse-b-qatgi4zwj6 2s infinite;
}

/* Custom scrollbar for the entire component */
*[b-qatgi4zwj6] {
    scrollbar-width: thin;
    scrollbar-color: rgba(99, 102, 241, 0.3) rgba(255, 255, 255, 0.05);
}

    *[b-qatgi4zwj6]::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    *[b-qatgi4zwj6]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 4px;
    }

    *[b-qatgi4zwj6]::-webkit-scrollbar-thumb {
        background: rgba(99, 102, 241, 0.3);
        border-radius: 4px;
    }

        *[b-qatgi4zwj6]::-webkit-scrollbar-thumb:hover {
            background: rgba(99, 102, 241, 0.5);
        }
/* _content/RedZone.FIFA.Edge.UI/Components/Controls/VideoHotKeyComponent.razor.rz.scp.css */
.shortcuts-panel[b-2l8tv2kgok] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.shortcuts-intro[b-2l8tv2kgok] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #a8b4c4;
}

.shortcuts-section[b-2l8tv2kgok] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.shortcuts-section-title[b-2l8tv2kgok] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00d4ff;
}

.shortcuts-list[b-2l8tv2kgok] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.shortcuts-list--compact[b-2l8tv2kgok] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1rem;
}

.shortcut-row[b-2l8tv2kgok] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.12) 100%);
    transition: border-color 0.15s ease, background 0.15s ease;
}

.shortcut-row:hover[b-2l8tv2kgok] {
    border-color: rgba(0, 212, 255, 0.28);
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.shortcut-label[b-2l8tv2kgok] {
    font-size: 1rem;
    font-weight: 500;
    color: #e8edf4;
    line-height: 1.3;
}

.shortcut-keys[b-2l8tv2kgok] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.shortcut-key[b-2l8tv2kgok] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-bottom-width: 2px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #00d4ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.shortcut-key--empty[b-2l8tv2kgok] {
    border-color: rgba(255, 255, 255, 0.12);
    border-bottom-width: 1px;
    color: #7b8798;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: none;
}

@media (max-width: 640px) {
    .shortcuts-list--compact[b-2l8tv2kgok] {
        grid-template-columns: 1fr;
    }

    .shortcut-row[b-2l8tv2kgok] {
        flex-direction: column;
        align-items: flex-start;
    }

    .shortcut-keys[b-2l8tv2kgok] {
        justify-content: flex-start;
    }
}
/* _content/RedZone.FIFA.Edge.UI/Components/Controls/VideoSyncModal.razor.rz.scp.css */
.video-sync-overlay[b-y9u2su9zlc] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.72);
    animation: video-sync-fade-in-b-y9u2su9zlc 0.2s ease-out;
}

@keyframes video-sync-fade-in-b-y9u2su9zlc {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-sync-dialog[b-y9u2su9zlc] {
    display: flex;
    flex-direction: column;
    width: min(96vw, 72rem);
    height: min(92vh, 52rem);
    background: #2a2f38;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    animation: video-sync-slide-up-b-y9u2su9zlc 0.28s ease-out;
}

@keyframes video-sync-slide-up-b-y9u2su9zlc {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.video-sync-header[b-y9u2su9zlc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #232830;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.video-sync-title[b-y9u2su9zlc] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
}

.video-sync-subtitle[b-y9u2su9zlc] {
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #a8b4c4;
}

.video-sync-step[b-y9u2su9zlc] {
    display: inline-block;
    margin-right: 0.35rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00d4ff;
}

.video-sync-close[b-y9u2su9zlc] {
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #94a3b8;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.video-sync-close:hover[b-y9u2su9zlc] {
    background: rgba(255, 255, 255, 0.08);
    color: #f1f5f9;
}

.video-sync-body[b-y9u2su9zlc] {
    flex: 1;
    min-height: 0;
    display: flex;
    overflow: hidden;
}

.video-sync-primary-step[b-y9u2su9zlc] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
}

.video-sync-primary-inner[b-y9u2su9zlc] {
    max-width: 40rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 100%;
}

.video-sync-callout[b-y9u2su9zlc] {
    padding: 1rem 1.15rem;
    border: 1px solid rgba(0, 212, 255, 0.22);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.08) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.video-sync-callout-title[b-y9u2su9zlc] {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00d4ff;
}

.video-sync-callout p[b-y9u2su9zlc] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #c5d0de;
}

.video-sync-callout p + p[b-y9u2su9zlc] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #8fa0b5;
}

.video-sync-source-list[b-y9u2su9zlc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.video-sync-source-card[b-y9u2su9zlc] {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.14) 100%);
    color: #e8edf4;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.video-sync-source-card:hover[b-y9u2su9zlc] {
    border-color: rgba(0, 212, 255, 0.28);
    background: linear-gradient(180deg, rgba(0, 212, 255, 0.07) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.video-sync-source-card--primary[b-y9u2su9zlc] {
    border-color: rgba(250, 204, 21, 0.35);
    background: linear-gradient(180deg, rgba(250, 204, 21, 0.1) 0%, rgba(0, 0, 0, 0.14) 100%);
}

.video-sync-source-card--primary:hover[b-y9u2su9zlc] {
    border-color: rgba(250, 204, 21, 0.5);
}

.video-sync-source-name[b-y9u2su9zlc] {
    font-size: 1rem;
    font-weight: 600;
}

.video-sync-source-meta[b-y9u2su9zlc] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #fbbf24;
}

.video-sync-preview[b-y9u2su9zlc] {
    flex: 1;
    min-width: 0;
    padding: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.video-sync-field-label[b-y9u2su9zlc] {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8fa0b5;
}

.video-sync-select[b-y9u2su9zlc] {
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: #1a1f28;
    color: #e8edf4;
    font-size: 0.9rem;
}

.video-sync-select:focus[b-y9u2su9zlc] {
    outline: none;
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.12);
}

.video-sync-player[b-y9u2su9zlc] {
    flex: 1;
    min-height: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-sync-player-badge[b-y9u2su9zlc] {
    position: absolute;
    top: 0.75rem;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e8edf4;
    font-size: 0.85rem;
    z-index: 10;
}

.video-sync-player-badge--left[b-y9u2su9zlc] {
    left: 0.75rem;
}

.video-sync-player-badge--right[b-y9u2su9zlc] {
    right: 0.75rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #00d4ff;
}

.video-sync-controls[b-y9u2su9zlc] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 35%);
    padding: 1.5rem 0.75rem 0.75rem;
}

.video-sync-control-row[b-y9u2su9zlc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.video-sync-control-btn[b-y9u2su9zlc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #e8edf4;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.video-sync-control-btn:hover[b-y9u2su9zlc] {
    background: rgba(0, 212, 255, 0.12);
    border-color: rgba(0, 212, 255, 0.3);
}

.video-sync-control-btn--primary[b-y9u2su9zlc] {
    background: rgba(0, 212, 255, 0.18);
    border-color: rgba(0, 212, 255, 0.35);
    color: #00d4ff;
}

.video-sync-scrubber-row[b-y9u2su9zlc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.video-sync-time[b-y9u2su9zlc] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.7rem;
    color: #c5d0de;
    white-space: nowrap;
}

.video-sync-scrubber[b-y9u2su9zlc] {
    flex: 1;
    height: 0.35rem;
    border-radius: 999px;
    appearance: none;
    cursor: pointer;
    accent-color: #00d4ff;
}

.video-sync-mark-btn[b-y9u2su9zlc] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 8px;
    background: rgba(0, 212, 255, 0.14);
    color: #00d4ff;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background 0.15s ease;
}

.video-sync-mark-btn:hover:not(:disabled)[b-y9u2su9zlc] {
    background: rgba(0, 212, 255, 0.22);
}

.video-sync-mark-btn:disabled[b-y9u2su9zlc] {
    opacity: 0.65;
    cursor: not-allowed;
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
}

.video-sync-sidebar[b-y9u2su9zlc] {
    width: min(22rem, 34vw);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: #252a33;
    flex-shrink: 0;
}

.video-sync-sidebar-title[b-y9u2su9zlc] {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00d4ff;
}

.video-sync-status-list[b-y9u2su9zlc] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.video-sync-status-card[b-y9u2su9zlc] {
    padding: 0.75rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
}

.video-sync-status-card--synced[b-y9u2su9zlc] {
    border-color: rgba(34, 197, 94, 0.28);
    background: rgba(34, 197, 94, 0.08);
}

.video-sync-status-header[b-y9u2su9zlc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.video-sync-status-name[b-y9u2su9zlc] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #e8edf4;
}

.video-sync-badge[b-y9u2su9zlc] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    background: rgba(250, 204, 21, 0.2);
    color: #fde68a;
}

.video-sync-status-detail[b-y9u2su9zlc] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.video-sync-status-offset[b-y9u2su9zlc] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: #86efac;
}

.video-sync-edit-link[b-y9u2su9zlc] {
    border: none;
    background: none;
    padding: 0;
    font-size: 0.8rem;
    color: #00d4ff;
    cursor: pointer;
}

.video-sync-edit-link:hover[b-y9u2su9zlc] {
    text-decoration: underline;
}

.video-sync-progress[b-y9u2su9zlc] {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.video-sync-progress-label[b-y9u2su9zlc] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.video-sync-progress-track[b-y9u2su9zlc] {
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.video-sync-progress-fill[b-y9u2su9zlc] {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e 0%, #4ade80 100%);
    transition: width 0.2s ease;
}

.video-sync-footer[b-y9u2su9zlc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: #232830;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.video-sync-footer-actions[b-y9u2su9zlc] {
    display: flex;
    gap: 0.5rem;
}

.video-sync-btn[b-y9u2su9zlc] {
    padding: 0.55rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.video-sync-btn--ghost[b-y9u2su9zlc] {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: transparent;
    color: #c5d0de;
}

.video-sync-btn--ghost:hover[b-y9u2su9zlc] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.video-sync-btn--danger[b-y9u2su9zlc] {
    border: none;
    background: none;
    color: #f87171;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.video-sync-btn--danger:hover[b-y9u2su9zlc] {
    color: #fca5a5;
}

.video-sync-btn--primary[b-y9u2su9zlc] {
    border: 1px solid rgba(0, 212, 255, 0.4);
    background: rgba(0, 212, 255, 0.18);
    color: #00d4ff;
}

.video-sync-btn--primary:hover:not(:disabled)[b-y9u2su9zlc] {
    background: rgba(0, 212, 255, 0.28);
}

.video-sync-btn--primary:disabled[b-y9u2su9zlc] {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .video-sync-dialog[b-y9u2su9zlc] {
        width: 98vw;
        height: 96vh;
    }

    .video-sync-body[b-y9u2su9zlc] {
        flex-direction: column;
    }

    .video-sync-preview[b-y9u2su9zlc] {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .video-sync-sidebar[b-y9u2su9zlc] {
        width: 100%;
        max-height: 40%;
    }
}
/* _content/RedZone.FIFA.Edge.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gl73olzfoe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gl73olzfoe] {
    flex: 1;
}

.sidebar[b-gl73olzfoe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gl73olzfoe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gl73olzfoe]  a, .top-row[b-gl73olzfoe]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gl73olzfoe]  a:hover, .top-row[b-gl73olzfoe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gl73olzfoe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gl73olzfoe] {
        justify-content: space-between;
    }

    .top-row[b-gl73olzfoe]  a, .top-row[b-gl73olzfoe]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gl73olzfoe] {
        flex-direction: row;
    }

    .sidebar[b-gl73olzfoe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gl73olzfoe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gl73olzfoe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gl73olzfoe], article[b-gl73olzfoe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gl73olzfoe] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gl73olzfoe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RedZone.FIFA.Edge.UI/Components/Layout/NavMenu.razor.rz.scp.css */
/* potentially unused css, marking for delete*/

.nav-profile__trigger[b-f0u2izgjhk] {
    color: #f8fafc !important;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 9999px;
    padding: 0.45rem 0.75rem;
}

.nav-profile__trigger:hover[b-f0u2izgjhk],
.nav-profile__trigger:focus-visible[b-f0u2izgjhk] {
    color: #ffffff !important;
    background: rgba(30, 58, 138, 0.7);
    border-color: rgba(191, 219, 254, 0.6);
}

.nav-profile__icon[b-f0u2izgjhk],
.nav-profile__chevron[b-f0u2izgjhk] {
    color: inherit;
}

.nav-profile__menu[b-f0u2izgjhk] {
    background: rgba(21, 38, 61, 0.97) !important;
    border: 1px solid rgba(148, 163, 184, 0.42) !important;
    backdrop-filter: blur(8px);
}

.nav-profile__menu hr[b-f0u2izgjhk] {
    border-color: rgba(148, 163, 184, 0.4);
}

.nav-profile__menu[b-f0u2izgjhk]  .nav-profile__link,
.nav-profile__menu .nav-profile__link[b-f0u2izgjhk] {
    color: #f8fafc !important;
}

.nav-profile__menu[b-f0u2izgjhk]  .nav-profile__link.active,
.nav-profile__menu .nav-profile__link.active[b-f0u2izgjhk] {
    color: #ffffff !important;
    background: rgba(59, 130, 246, 0.28);
}

.nav-profile__menu[b-f0u2izgjhk]  .nav-profile__link:hover,
.nav-profile__menu .nav-profile__link:hover[b-f0u2izgjhk],
.nav-profile__menu[b-f0u2izgjhk]  .nav-profile__link:focus-visible,
.nav-profile__menu .nav-profile__link:focus-visible[b-f0u2izgjhk] {
    color: #ffffff !important;
    background: rgba(37, 99, 235, 0.38);
}

.navbar-toggler[b-f0u2izgjhk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f0u2izgjhk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f0u2izgjhk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-f0u2izgjhk] {
    font-size: 1.1rem;
}

.bi[b-f0u2izgjhk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-f0u2izgjhk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-f0u2izgjhk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-f0u2izgjhk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-f0u2izgjhk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f0u2izgjhk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f0u2izgjhk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f0u2izgjhk]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f0u2izgjhk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f0u2izgjhk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f0u2izgjhk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f0u2izgjhk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f0u2izgjhk] {
        display: none;
    }

    .nav-scrollable[b-f0u2izgjhk] {
         Never collapse the sidebar for wide screens 
        display: block;

         Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
