@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';
@import '_content/KristofferStrube.Blazor.SVGEditor/KristofferStrube.Blazor.SVGEditor.bundle.scp.css';

/* _content/fc_oc_client/Components/Layout/HorizontalNavMenu.razor.rz.scp.css */
.hn-root[b-gwlur1nvm7] {
    display: inline-flex;
    position: relative;
    --hn-top-link-color: var(--mud-palette-appbar-text, #ffffff);
    --hn-top-link-focus-ring: var(--mud-palette-action-default-hover, rgba(255, 255, 255, 0.25));
    --hn-sub-link-color: var(--mud-palette-text-primary, #1f2937);
    --hn-sub-link-hover-bg: var(--mud-palette-action-default-hover, rgba(0, 0, 0, 0.06));
    --hn-dropdown-bg: var(--mud-palette-surface, #ffffff);
    --hn-dropdown-border: var(--mud-palette-lines-default, rgba(17, 24, 39, 0.12));
    --hn-dropdown-shadow: var(--mud-elevation-8, 0 10px 24px rgba(15, 23, 42, 0.12));
    --hn-active-indicator: var(--mud-palette-primary, #594ae2);
    --hn-active-sub-color: var(--mud-palette-primary, #594ae2);
    --hn-active-sub-bg: var(--mud-palette-primary-hover, rgba(89, 74, 226, 0.12));
    --hn-active-sub-border: var(--mud-palette-primary, #594ae2);
}

.hn-menu-bar[b-gwlur1nvm7],
.hn-submenu[b-gwlur1nvm7] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hn-menu-bar[b-gwlur1nvm7] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.hn-item[b-gwlur1nvm7] {
    position: relative;
}

.hn-item.hn-has-children[b-gwlur1nvm7]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.7rem;
}

.hn-submenu .hn-item.hn-has-children[b-gwlur1nvm7]::after {
    left: 100%;
    top: 0;
    right: auto;
    width: 0.6rem;
    height: 100%;
    pointer-events: none;
}

.hn-link[b-gwlur1nvm7] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    padding: 0.5rem 0.25rem;
    border-radius: var(--mud-default-borderradius);
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
    font-weight: 500;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.hn-link-button[b-gwlur1nvm7] {
    cursor: pointer;
    appearance: none;
    background: transparent;
    font-family: inherit;
    color: inherit;
}

.hn-link:focus-visible[b-gwlur1nvm7] {
    outline: none;
    box-shadow: 0 0 0 2px var(--hn-top-link-focus-ring);
}

.hn-link-top[b-gwlur1nvm7] {
    color: var(--hn-top-link-color);
    letter-spacing: 0.01em;
}

.hn-link-top[b-gwlur1nvm7]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.18rem;
    width: 100%;
    height: 2px;
    border-radius: var(--mud-default-borderradius);
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0.85;
    transition: transform 0.16s ease;
}

.hn-link-top:hover[b-gwlur1nvm7],
.hn-item:focus-within > .hn-link-top[b-gwlur1nvm7] {
    background: transparent;
}

.hn-link-top.hn-active[b-gwlur1nvm7]::after,
.hn-item:hover > .hn-link-top[b-gwlur1nvm7]::after,
.hn-item:focus-within > .hn-link-top[b-gwlur1nvm7]::after {
    transform: scaleX(1);
}

.hn-link-top.hn-active[b-gwlur1nvm7]::after {
    background: var(--hn-active-indicator);
}

.hn-link-top.hn-active[b-gwlur1nvm7],
.hn-link-top.hn-active-current[b-gwlur1nvm7] {
    color: var(--hn-active-indicator);
    font-weight: 650;
}

.hn-link-sub[b-gwlur1nvm7] {
    width: 100%;
    color: var(--hn-sub-link-color);
    border-radius: var(--mud-default-borderradius);
    padding: 0.52rem 0.65rem;
    padding-right: 0.55rem;
}

.hn-link-sub:hover[b-gwlur1nvm7],
.hn-item:focus-within > .hn-link-sub[b-gwlur1nvm7] {
    background: var(--hn-sub-link-hover-bg);
}

.hn-link-sub.hn-active[b-gwlur1nvm7] {
    color: var(--hn-active-sub-color);
    background: var(--hn-active-sub-bg);
    box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--hn-active-sub-border) 32%, transparent);
}

.hn-link-sub.hn-active-current[b-gwlur1nvm7] {
    border-color: color-mix(in oklab, var(--hn-active-sub-border) 45%, transparent);
    position: relative;
    padding-left: 0.9rem;
}

.hn-link-sub.hn-active-current[b-gwlur1nvm7]::before {
    content: "";
    position: absolute;
    left: 0.35rem;
    top: 0.45rem;
    bottom: 0.45rem;
    width: 3px;
    border-radius: var(--mud-default-borderradius);
    background: var(--hn-active-sub-border);
}

.hn-link.hn-active-current[b-gwlur1nvm7] {
    font-weight: 600;
}

.hn-disabled[b-gwlur1nvm7] {
    opacity: 0.55;
    pointer-events: none;
}

.hn-icon[b-gwlur1nvm7] {
    font-size: 0.96rem;
}

.hn-label[b-gwlur1nvm7] {
    display: inline-flex;
    align-items: center;
}

.hn-label[b-gwlur1nvm7],
.hn-label *[b-gwlur1nvm7] {
    pointer-events: none;
}

.hn-caret[b-gwlur1nvm7] {
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    border-right: 1.4px solid currentColor;
    border-bottom: 1.4px solid currentColor;
    opacity: 0.72;
    margin-left: auto;
}

.hn-caret-down[b-gwlur1nvm7] {
    transform: rotate(45deg);
}

.hn-caret-right[b-gwlur1nvm7] {
    transform: rotate(-45deg);
}

.hn-submenu[b-gwlur1nvm7] {
    position: absolute;
    min-width: 14.8rem;
    padding: 0.38rem;
    border-radius: var(--mud-default-borderradius);
    border: 0px solid var(--hn-dropdown-border);
    background: var(--hn-dropdown-bg);
    box-shadow: var(--hn-dropdown-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1400;
    transition: opacity 0.14s ease, visibility 0.14s ease, transform 0.14s ease;
}

.hn-submenu-level-1[b-gwlur1nvm7] {
    top: calc(100% + 0.48rem);
    left: 0;
    transform: translateY(0.45rem);
}

.hn-submenu-level-n[b-gwlur1nvm7] {
    top: -0.42rem;
    left: calc(100% - 0.12rem);
    transform: translateX(0.4rem);
}

.hn-item:hover > .hn-submenu[b-gwlur1nvm7],
.hn-item:focus-within > .hn-submenu[b-gwlur1nvm7] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0);
}

.hn-root.hn-force-closed .hn-submenu[b-gwlur1nvm7] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .hn-link[b-gwlur1nvm7],
    .hn-submenu[b-gwlur1nvm7] {
        transition: none;
    }
}

/* ========== Mega Menu Variant ========== */

.hn-mega-panel[b-gwlur1nvm7] {
    position: absolute;
    top: calc(100% + 0.48rem);
    left: 50%;
    transform: translateX(-50%) translateY(0.45rem);
    min-width: 520px;
    max-width: 900px;
    padding: 1.25rem 1.5rem;
    border-radius: var(--mud-default-borderradius);
    background: var(--hn-dropdown-bg);
    box-shadow: var(--hn-dropdown-shadow);
    border: 1px solid var(--hn-dropdown-border);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1400;
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.hn-item:hover > .hn-mega-panel[b-gwlur1nvm7],
.hn-item:focus-within > .hn-mega-panel[b-gwlur1nvm7] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.hn-root.hn-force-closed .hn-mega-panel[b-gwlur1nvm7] {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.hn-mega-columns[b-gwlur1nvm7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.hn-mega-column[b-gwlur1nvm7] {
    display: flex;
    flex-direction: column;
}

.hn-mega-column-title[b-gwlur1nvm7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 650;
    font-size: 0.85rem;
    color: var(--hn-sub-link-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-bottom: 0.5rem;
    margin-bottom: 0.35rem;
    border-bottom: 2px solid var(--hn-active-indicator);
    text-decoration: none;
}

a.hn-mega-column-title:hover[b-gwlur1nvm7] {
    color: var(--hn-active-indicator);
}

.hn-mega-items[b-gwlur1nvm7] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hn-mega-item-link[b-gwlur1nvm7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.55rem;
    border-radius: var(--mud-default-borderradius);
    color: var(--hn-sub-link-color);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 450;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.hn-mega-item-link:hover[b-gwlur1nvm7] {
    background: var(--hn-sub-link-hover-bg);
}

.hn-mega-item-link.hn-active-current[b-gwlur1nvm7] {
    color: var(--hn-active-sub-color);
    background: var(--hn-active-sub-bg);
    font-weight: 600;
}

/* Full-Width Mega: panel spans full viewport width */
.hn-full-width-mega .hn-mega-panel[b-gwlur1nvm7] {
    left: 0;
    right: 0;
    transform: translateY(0.45rem);
    min-width: unset;
    max-width: unset;
    width: 100vw;
    position: fixed;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 1.5rem 3rem;
}

.hn-full-width-mega .hn-item:hover > .hn-mega-panel[b-gwlur1nvm7],
.hn-full-width-mega .hn-item:focus-within > .hn-mega-panel[b-gwlur1nvm7] {
    transform: translateY(0);
}

.hn-full-width-mega .hn-mega-columns[b-gwlur1nvm7] {
    max-width: 1200px;
    margin: 0 auto;
}
/* _content/fc_oc_client/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i9ye2itki5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i9ye2itki5] {
    flex: 1;
}

/* Nebula Background Styles */
[b-i9ye2itki5] .nebula-svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
    animation: nebula-drift-b-i9ye2itki5 60s ease-in-out infinite alternate;
}


@keyframes nebula-drift-b-i9ye2itki5 {
    0% {
        transform: scale(1) translate(0, 0);
    }
    33% {
        transform: scale(1.05) translate(2%, -1%);
    }
    66% {
        transform: scale(0.98) translate(-1%, 2%);
    }
    100% {
        transform: scale(1.02) translate(1%, -1.5%);
    }
}

[b-i9ye2itki5] .stars-layer {
    animation: stars-twinkle-b-i9ye2itki5 4s ease-in-out infinite;
}

@keyframes stars-twinkle-b-i9ye2itki5 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.sidebar[b-i9ye2itki5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i9ye2itki5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i9ye2itki5]  a, .top-row[b-i9ye2itki5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i9ye2itki5]  a:hover, .top-row[b-i9ye2itki5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i9ye2itki5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i9ye2itki5] {
        justify-content: space-between;
    }

    .top-row[b-i9ye2itki5]  a, .top-row[b-i9ye2itki5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i9ye2itki5] {
        flex-direction: row;
    }

    .sidebar[b-i9ye2itki5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i9ye2itki5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i9ye2itki5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i9ye2itki5], article[b-i9ye2itki5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-i9ye2itki5] {
    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-i9ye2itki5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/fc_oc_client/Components/Layout/NavMenu.razor.rz.scp.css */
/* Theme-aware NavMenu styles */
.navbar-toggler[b-nxpg6ykev0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--mud-palette-drawer-text);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--mud-palette-lines-default);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem var(--mud-palette-action-default-hover);
}

.navbar-toggler:checked[b-nxpg6ykev0] {
    background-color: var(--mud-palette-action-default-hover);
}

.top-row[b-nxpg6ykev0] {
    height: 3.5rem;
    background-color: var(--mud-palette-surface);
}

.navbar-brand[b-nxpg6ykev0] {
    font-size: 1.1rem;
}

.bi[b-nxpg6ykev0] {
    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-nxpg6ykev0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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-nxpg6ykev0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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-nxpg6ykev0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' 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-nxpg6ykev0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nxpg6ykev0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nxpg6ykev0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nxpg6ykev0]  .nav-link {
        color: var(--mud-palette-drawer-text);
        background: none;
        border: none;
        border-radius: var(--mud-default-borderradius);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-nxpg6ykev0]  a.active {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.nav-item[b-nxpg6ykev0]  .nav-link:hover {
    background-color: var(--mud-palette-action-default-hover);
    color: var(--mud-palette-text-primary);
}

.nav-scrollable[b-nxpg6ykev0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nxpg6ykev0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nxpg6ykev0] {
        display: none;
    }

    .nav-scrollable[b-nxpg6ykev0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/fc_oc_client/Components/Layout/OffCanvasMenu.razor.rz.scp.css */
.offcanvas-backdrop[b-55ao0pstry] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.offcanvas-backdrop-visible[b-55ao0pstry] {
    opacity: 1;
    visibility: visible;
}

.offcanvas-panel[b-55ao0pstry] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 340px;
    max-width: 90vw;
    background: var(--mud-palette-surface, #ffffff);
    z-index: 1300;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.offcanvas-panel-open[b-55ao0pstry] {
    transform: translateX(0);
}

.offcanvas-header[b-55ao0pstry] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--mud-palette-lines-default, rgba(0, 0, 0, 0.12));
    flex-shrink: 0;
}

.offcanvas-title[b-55ao0pstry] {
    font-weight: 600;
}

.offcanvas-body[b-55ao0pstry] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas-backdrop[b-55ao0pstry],
    .offcanvas-panel[b-55ao0pstry] {
        transition: none;
    }
}
/* _content/fc_oc_client/Components/Pages/App/SoccerField.razor.rz.scp.css */
/* SNES-Style Soccer Coach CSS */

.soccer-coach-container[b-rhdwnncwr9] {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    min-height: 100vh;
    font-family: 'Press Start 2P', monospace;
}

.controls-panel[b-rhdwnncwr9] {
    background: linear-gradient(135deg, #0f3460 0%, #16213e 100%);
    border: 4px solid #e94560;
    border-radius: 0;
    padding: 20px;
    min-width: 280px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5),
                4px 4px 0px rgba(233, 69, 96, 0.3) inset;
}

.snes-title[b-rhdwnncwr9] {
    color: #00ff88;
    font-size: 16px;
    margin: 0 0 20px 0;
    text-shadow: 3px 3px 0px #004d2a,
                 -1px -1px 0px #00ff88;
    line-height: 1.5;
}

.control-group[b-rhdwnncwr9] {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border: 3px solid #533483;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.snes-button[b-rhdwnncwr9] {
    background: linear-gradient(180deg, #7c3aed 0%, #5b21b6 100%);
    border: 3px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Press Start 2P', monospace;
    font-size: 10px;
    padding: 12px 16px;
    cursor: pointer;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    transition: all 0.1s;
    width: 100%;
    margin-bottom: 10px;
}

.snes-button:hover[b-rhdwnncwr9] {
    background: linear-gradient(180deg, #8b5cf6 0%, #7c3aed 100%);
    transform: translate(1px, 1px);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
}

.snes-button:active[b-rhdwnncwr9] {
    background: linear-gradient(180deg, #5b21b6 0%, #4c1d95 100%);
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
}

.snes-button.small[b-rhdwnncwr9] {
    font-size: 8px;
    padding: 8px 12px;
}

.snes-button.active[b-rhdwnncwr9] {
    background: linear-gradient(180deg, #00ff88 0%, #00cc6a 100%);
    color: #000;
    border-color: #00ff88;
}

.button-group[b-rhdwnncwr9] {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.button-group .snes-button[b-rhdwnncwr9] {
    flex: 1;
    margin-bottom: 0;
}

.color-picker[b-rhdwnncwr9] {
    width: 100%;
    height: 40px;
    border: 3px solid #533483;
    border-radius: 0;
    cursor: pointer;
    margin-top: 5px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.number-input[b-rhdwnncwr9] {
    width: 100%;
    padding: 8px;
    border: 3px solid #533483;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #00ff88;
    font-family: 'Press Start 2P', monospace;
    font-size: 10px;
    margin-top: 10px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.number-input:focus[b-rhdwnncwr9] {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.5);
}

.snes-label[b-rhdwnncwr9] {
    color: #fbbf24;
    font-size: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.6;
    cursor: pointer;
}

.snes-label input[type="checkbox"][b-rhdwnncwr9] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #7c3aed;
}

.player-info[b-rhdwnncwr9] {
    background: rgba(233, 69, 96, 0.2);
    border: 3px solid #e94560;
    padding: 15px;
    margin-top: 20px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.player-info h4[b-rhdwnncwr9] {
    color: #00ff88;
    font-size: 10px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.team-colors[b-rhdwnncwr9] {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.color-box[b-rhdwnncwr9] {
    flex: 1;
    padding: 12px 8px;
    text-align: center;
    font-size: 8px;
    border: 3px solid #ffffff;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-transform: uppercase;
}

.color-box.blue[b-rhdwnncwr9] {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
}

.color-box.red[b-rhdwnncwr9] {
    background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
}

.field-container[b-rhdwnncwr9] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border: 4px solid #533483;
    border-radius: 0;
    padding: 20px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.5),
                inset 0 0 30px rgba(83, 52, 131, 0.3);
}

.soccer-field[b-rhdwnncwr9] {
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.3),
                0 0 40px rgba(124, 58, 237, 0.2),
                8px 8px 0px rgba(0, 0, 0, 0.5);
    filter: contrast(1.1) saturate(1.2);
}

/* Pixelated effect for retro look */
.soccer-field *[b-rhdwnncwr9] {
    shape-rendering: crispEdges;
}

.soccer-field circle[b-rhdwnncwr9],
.soccer-field ellipse[b-rhdwnncwr9] {
    shape-rendering: geometricPrecision;
}

/* Player hover effects */
.player:hover .player-figure[b-rhdwnncwr9] {
    filter: brightness(1.2) drop-shadow(0 0 5px rgba(255, 235, 59, 0.6));
}

.ball:hover circle[b-rhdwnncwr9] {
    filter: brightness(1.3) drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
}

/* Player animation */
.player-figure[b-rhdwnncwr9] {
    transition: filter 0.2s;
}

/* Scanline effect for authentic SNES look */
.field-container[b-rhdwnncwr9]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.15) 0px,
        rgba(0, 0, 0, 0.15) 2px,
        transparent 2px,
        transparent 4px
    );
    pointer-events: none;
    z-index: 10;
}

/* CRT screen curve effect */
.field-container[b-rhdwnncwr9] {
    position: relative;
    overflow: hidden;
}

/* Animations */
@keyframes blink-b-rhdwnncwr9 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.player circle[b-rhdwnncwr9] {
    animation: none;
}

.player circle:hover[b-rhdwnncwr9] {
    animation: blink-b-rhdwnncwr9 1s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .soccer-coach-container[b-rhdwnncwr9] {
        flex-direction: column;
    }

    .controls-panel[b-rhdwnncwr9] {
        min-width: 100%;
    }
}
/* _content/fc_oc_client/Components/Pages/Task/WorkTaskDialog.razor.rz.scp.css */
/* Responsive Task Content Layout */
.task-content-container[b-an8knyshi8] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.task-details-pane[b-an8knyshi8] {
    flex: 1 1 55%;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    padding-bottom: 24px;
    height: 100%;
}

.task-notes-pane[b-an8knyshi8] {
    flex: 1 1 45%;
    min-width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 8px;
    padding-bottom: 24px;
    height: 100%;
}

/* Responsive: Stack vertically on smaller screens */
@media (max-width: 900px) {
    .task-content-container[b-an8knyshi8] {
        flex-direction: column;
        gap: 24px;
        height: auto;
        max-height: none;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 48px;
    }
    
    .task-details-pane[b-an8knyshi8] {
        flex: 0 0 auto;
        padding-right: 0;
        padding-bottom: 16px;
        height: auto;
        overflow-y: visible;
    }
    
    .task-notes-pane[b-an8knyshi8] {
        flex: 0 0 auto;
        min-width: 100%;
        padding-left: 0;
        padding-bottom: 48px;
        height: auto;
        overflow-y: visible;
    }
}
/* _content/fc_oc_client/Components/Shared/BlockEditor/AppointmentFormDisplay.razor.rz.scp.css */
/* ── Step Indicator ── */
.step-indicator[b-btbms59kcw] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 8px;
    flex-wrap: nowrap;
}

/* Individual step (circle + label) */
.step-item[b-btbms59kcw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.step-item--clickable[b-btbms59kcw] {
    cursor: pointer;
}

.step-item--disabled[b-btbms59kcw] {
    cursor: not-allowed;
}

/* Circle */
.step-circle[b-btbms59kcw] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.step-circle--active[b-btbms59kcw] {
    background: var(--mud-palette-primary);
    color: white;
    box-shadow: 0 0 0 4px var(--mud-palette-primary-hover);
}

.step-circle--completed[b-btbms59kcw] {
    background: var(--mud-palette-success);
    color: white;
}

.step-circle--disabled[b-btbms59kcw] {
    background: var(--mud-palette-surface);
    border: 2px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-disabled);
    opacity: 0.5;
}

.step-circle--default[b-btbms59kcw] {
    background: var(--mud-palette-surface);
    border: 2px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-secondary);
}

/* Label */
.step-label[b-btbms59kcw] {
    white-space: nowrap;
    font-weight: 500;
    color: var(--mud-palette-text-secondary);
}

.step-label--active[b-btbms59kcw] {
    color: var(--mud-palette-text-primary);
}

.step-label--disabled[b-btbms59kcw] {
    color: var(--mud-palette-text-disabled);
    opacity: 0.5;
}

/* Connector line */
.step-connector[b-btbms59kcw] {
    flex: 1;
    height: 2px;
    margin: 0 12px;
    margin-bottom: 22px;
    min-width: 32px;
    transition: background 0.2s ease;
    background: var(--mud-palette-lines-default);
}

.step-connector--completed[b-btbms59kcw] {
    background: var(--mud-palette-success);
}

/* ── Responsive: smaller screens ── */
@media (max-width: 600px) {
    .step-indicator[b-btbms59kcw] {
        padding: 0 4px;
        margin-bottom: 24px;
    }

    .step-circle[b-btbms59kcw] {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .step-circle--active[b-btbms59kcw] {
        box-shadow: 0 0 0 3px var(--mud-palette-primary-hover);
    }

    .step-item[b-btbms59kcw] {
        gap: 4px;
    }

    .step-label[b-btbms59kcw] {
        font-size: 10px;
    }

    .step-connector[b-btbms59kcw] {
        margin: 0 4px;
        margin-bottom: 18px;
        min-width: 12px;
    }
}

@media (max-width: 400px) {
    .step-circle[b-btbms59kcw] {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .step-circle--active[b-btbms59kcw] {
        box-shadow: 0 0 0 2px var(--mud-palette-primary-hover);
    }

    .step-label[b-btbms59kcw] {
        font-size: 9px;
    }

    .step-connector[b-btbms59kcw] {
        margin: 0 2px;
        margin-bottom: 16px;
        min-width: 8px;
    }
}
/* _content/fc_oc_client/Components/Shared/BlockEditor/ContentTableDisplay.razor.rz.scp.css */
/* Desktop: show sidebar, hide mobile pills */
.content-table-sidebar-desktop[b-omgxj5v6mg] {
    display: block;
}
.content-table-mobile-filters[b-omgxj5v6mg] {
    display: none;
}

/* Mobile (<960px): hide desktop sidebar, show mobile filter pills */
@media (max-width: 959.98px) {
    .content-table-sidebar-desktop[b-omgxj5v6mg] {
        display: none !important;
    }
    .content-table-mobile-filters[b-omgxj5v6mg] {
        display: block;
        margin-bottom: 12px;
    }
    .content-table-mobile-filters > div[b-omgxj5v6mg]::-webkit-scrollbar {
        display: none;
    }
}


/* _content/fc_oc_client/Modules/WorkflowDesigner/Components/Dialogs/HttpRequestPropertiesDialog.razor.rz.scp.css */
.resizable-textarea-y[b-6dtumnlkmm]  textarea {
    resize: vertical;
}
/* _content/fc_oc_client/Modules/WorkflowDesigner/Components/Shared/ActivityHelpPanel.razor.rz.scp.css */
.activity-help-content h2[b-yogfy3tydf] {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--mud-palette-text-primary);
}

.activity-help-content h3[b-yogfy3tydf] {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 6px;
    color: var(--mud-palette-primary);
}

.activity-help-content p[b-yogfy3tydf] {
    margin-bottom: 6px;
}

.activity-help-content table[b-yogfy3tydf] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 12px;
}

.activity-help-content th[b-yogfy3tydf],
.activity-help-content td[b-yogfy3tydf] {
    border: 1px solid var(--mud-palette-divider);
    padding: 4px 8px;
    text-align: left;
}

.activity-help-content th[b-yogfy3tydf] {
    background-color: var(--mud-palette-background-grey);
    font-weight: 600;
}

.activity-help-content code[b-yogfy3tydf] {
    background-color: var(--mud-palette-background-grey);
    padding: 1px 4px;
    border-radius: var(--mud-default-borderradius);
    font-size: 12px;
    font-family: 'Cascadia Code', 'Fira Code', monospace;
}

.activity-help-content pre[b-yogfy3tydf] {
    background-color: var(--mud-palette-background-grey);
    padding: 8px 12px;
    border-radius: var(--mud-default-borderradius);
    overflow-x: auto;
    margin-bottom: 8px;
}

.activity-help-content pre code[b-yogfy3tydf] {
    background: none;
    padding: 0;
}

.activity-help-content ul[b-yogfy3tydf],
.activity-help-content ol[b-yogfy3tydf] {
    padding-left: 20px;
    margin-bottom: 6px;
}

.activity-help-content li[b-yogfy3tydf] {
    margin-bottom: 2px;
}

.activity-help-content blockquote[b-yogfy3tydf] {
    border-left: 3px solid var(--mud-palette-primary);
    padding-left: 12px;
    margin: 8px 0;
    color: var(--mud-palette-text-secondary);
}
