/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* AppBar - Najwy�sza warstwa, bia�e t�o przys�aniaj�ce Dock */
[b-8p0emgup3o] .hs-appbar-modern {
    background: white !important;
    z-index: 2000 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Czcionki - Wymuszenie czytelno�ci Inter dla liczb */
[b-8p0emgup3o] .mud-table-cell,
[b-8p0emgup3o] .mud-typography-body1,
[b-8p0emgup3o] .mud-typography-body2 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
}

[b-8p0emgup3o] .hs-logo,
[b-8p0emgup3o] .hs-nav-tabs .mud-nav-link {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    color: #212121 !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* --- FORMATOWANIE G��WNE --- */
.rb-nav-container[b-xv56blw07y]  .mud-nav-link {
    border-left: 4px solid transparent; /* Rezerwujemy miejsce na pasek, �eby tekst nie skaka� */
    transition: all 0.2s ease-in-out;
    margin-bottom: 4px;
    padding-left: 20px;
    color: #555;
    font-weight: 500;
}

    /* --- IKONKI DOMY�LNE --- */
    .rb-nav-container[b-xv56blw07y]  .mud-nav-link .mud-nav-link-icon {
        color: #005C5C !important; /* Morski (Deep Teal) */
        opacity: 0.8;
        transition: all 0.2s ease-in-out;
    }

    /* --- EFEKT HOVER (NAJECHANIE MYSZK�) --- */
    .rb-nav-container[b-xv56blw07y]  .mud-nav-link:hover {
        background-color: rgba(154, 205, 50, 0.1); /* Bardzo delikatny limonkowy */
        color: #005C5C;
        border-left: 4px solid rgba(154, 205, 50, 0.5); /* Limonkowy pasek */
    }

    /* --- AKTYWNA ZAK�ADKA --- */
    .rb-nav-container[b-xv56blw07y]  .mud-nav-link.active {
        background-color: rgba(0, 92, 92, 0.05); /* Bardzo delikatny morski w tle */
        color: #005C5C;
        font-weight: 700;
        border-left: 4px solid #005C5C; /* Mocny, morski pasek aktywacji */
    }

        /* Limonkowa ikonka dla aktywnej zak�adki, �eby nada� kontrast */
        .rb-nav-container[b-xv56blw07y]  .mud-nav-link.active .mud-nav-link-icon {
            color: #9ACD32 !important;
            opacity: 1;
        }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-br4g7hlq41],
.components-reconnect-repeated-attempt-visible[b-br4g7hlq41],
.components-reconnect-failed-visible[b-br4g7hlq41],
.components-pause-visible[b-br4g7hlq41],
.components-resume-failed-visible[b-br4g7hlq41],
.components-rejoining-animation[b-br4g7hlq41] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-retrying[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-failed[b-br4g7hlq41],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-br4g7hlq41] {
    display: block;
}


#components-reconnect-modal[b-br4g7hlq41] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-br4g7hlq41 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-br4g7hlq41 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-br4g7hlq41 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-br4g7hlq41]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-br4g7hlq41 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-br4g7hlq41 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-br4g7hlq41 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-br4g7hlq41 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-br4g7hlq41] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-br4g7hlq41] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-br4g7hlq41] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-br4g7hlq41] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-br4g7hlq41] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-br4g7hlq41] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-br4g7hlq41] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-br4g7hlq41 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-br4g7hlq41] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-br4g7hlq41 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/ActionDock.razor.rz.scp.css */
/* ActionDock.razor.css */

.hs-action-dock-container[b-uio825lqy3] {
    position: fixed;
    top: 64px; /* Dokładnie pod AppBar */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000 !important;
    pointer-events: none;
    overflow: visible;
}

.hs-action-dock[b-uio825lqy3] {
    background: #f1f8f3 !important;
    border: 1px solid rgba(30, 142, 62, 0.2);
    border-top: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: auto;
    transform: translateY(-62px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

    .hs-action-dock:hover[b-uio825lqy3] {
        transform: translateY(0);
        background: white !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

.hs-dock-buttons[b-uio825lqy3] {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
}

.hs-dock-trigger[b-uio825lqy3] {
    height: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E8E3E;
    background: rgba(30, 142, 62, 0.1);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hs-dock-btn[b-uio825lqy3] {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    color: #005C5C !important;
}

.hs-dock-divider[b-uio825lqy3] {
    width: 2px;
    height: 24px;
    background-color: #E0E0E0;
    margin: 0 10px;
}
