@import '_content/OBERONPlus.UI/OBERONPlus.UI.ug9ffipeeu.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-30c5ioe9tp] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-30c5ioe9tp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bfplitwd11],
.components-reconnect-repeated-attempt-visible[b-bfplitwd11],
.components-reconnect-failed-visible[b-bfplitwd11],
.components-pause-visible[b-bfplitwd11],
.components-resume-failed-visible[b-bfplitwd11],
.components-rejoining-animation[b-bfplitwd11] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-retrying[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-failed[b-bfplitwd11],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-bfplitwd11] {
    display: block;
}


#components-reconnect-modal[b-bfplitwd11] {
    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-bfplitwd11 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-bfplitwd11 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-bfplitwd11 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-bfplitwd11]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-bfplitwd11 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-bfplitwd11 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-bfplitwd11 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-bfplitwd11 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-bfplitwd11] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-bfplitwd11] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-bfplitwd11] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-bfplitwd11] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-bfplitwd11] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-bfplitwd11] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-bfplitwd11] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-bfplitwd11 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-bfplitwd11] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-bfplitwd11 {
    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/Pages/FilesTransferUpload.razor.rz.scp.css */
/* Celá upload stránka používa tmavý vizuál oddelený od zvyšku aplikácie. */
.files-transfer-shell[b-lurvo0ob6e] {
    min-height: calc(100dvh - 140px);
    padding: 40px 20px 56px;
    font-family: sans-serif;
    background:
        radial-gradient(circle at top left, rgba(138, 43, 226, 0.4), transparent 40%),
        radial-gradient(circle at top right, rgba(138, 43, 226, 0.3), transparent 40%),
        linear-gradient(180deg, #0f1720 0%, #0b1117 100%);
}

/* Hlavná karta zoskupuje stav linku, výber súborov aj výsledky nahratia. */
.files-transfer-card[b-lurvo0ob6e] {
    max-width: 880px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid rgba(167, 139, 250, 0.18);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(76, 29, 149, 0.2), rgba(15, 23, 32, 0.92) 34%),
        rgba(15, 23, 32, 0.88);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(139, 92, 246, 0.08);
    color: #f0f6fc;
}

.files-transfer-header[b-lurvo0ob6e] {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
}

.eyebrow[b-lurvo0ob6e] {
    color: #8b949e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.files-transfer-header h1[b-lurvo0ob6e],
.section-header h2[b-lurvo0ob6e] {
    margin: 0;
}

.files-transfer-header p[b-lurvo0ob6e] {
    margin: 0;
    max-width: 58ch;
    color: #c9d1d9;
    line-height: 1.6;
}

/* Súhrn externého identifikátora a pravidiel platnosti linku. */
.guid-summary[b-lurvo0ob6e] {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(88, 166, 255, 0.28);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(17, 88, 160, 0.18), rgba(13, 17, 23, 0.9));
}

.summary-label[b-lurvo0ob6e] {
    color: #8b949e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.picker-section[b-lurvo0ob6e],
.file-section[b-lurvo0ob6e] {
    margin-top: 20px;
}

.primary-button[b-lurvo0ob6e] {
    box-sizing: border-box;
    border: 1px solid rgba(88, 166, 255, 0.42);
    border-radius: 12px;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(47, 129, 247, 0.28), rgba(88, 166, 255, 0.18));
    color: #f0f6fc;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 120ms ease, border-color 120ms ease, background 120ms ease;
}

.picker-trigger[b-lurvo0ob6e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 220px;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.picker-note[b-lurvo0ob6e] {
    margin: 10px 0 0;
    color: #8b949e;
    font-size: 14px;
}

.section-header[b-lurvo0ob6e] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.section-header span[b-lurvo0ob6e] {
    color: #8b949e;
    font-size: 14px;
}

/* Zoznam čakajúcich a uložených súborov zdieľa rovnakú základnú kostru. */
.file-list[b-lurvo0ob6e] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.file-list li[b-lurvo0ob6e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

/* Položka čakajúceho súboru sa správa ako progress bar pomocou pseudo-elementu. */
.pending-file-item[b-lurvo0ob6e] {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    align-items: flex-start;
    padding: 11px 14px;
    gap: 10px;
}

/* Modrý/zelený podklad sa rozťahuje podľa CSS premennej nastavenej z Razor kódu. */
.pending-file-item[b-lurvo0ob6e]::before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--upload-progress, 0%);
    background: linear-gradient(90deg, rgba(47, 129, 247, 0.3), rgba(63, 185, 80, 0.28));
    z-index: -1;
    transition: width 120ms linear;
}

/* Štýl pre súbor, ktorý práve streamujeme na server. */
.pending-file-item.is-uploading[b-lurvo0ob6e] {
    border: 1px solid rgba(88, 166, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
}

/* Štýl pre súbor, ktorý bol úspešne dokončený ešte pred odstránením zo zoznamu. */
.pending-file-item.is-complete[b-lurvo0ob6e] {
    border: 1px solid rgba(46, 160, 67, 0.32);
}

/* Retry stav používame pri odmietnutí requestu kvôli limitu súbežnosti uploadov. */
.pending-file-item.is-retryable[b-lurvo0ob6e] {
    border: 1px solid rgba(248, 81, 73, 0.38);
}

.file-details[b-lurvo0ob6e] {
    display: grid;
    gap: 3px;
    min-width: 0;
    flex: 1 1 auto;
}

.file-summary[b-lurvo0ob6e] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.file-name[b-lurvo0ob6e] {
    font-weight: 700;
    min-width: 0;
}

.file-size[b-lurvo0ob6e] {
    flex: 0 0 auto;
    color: #c9d1d9;
    font-size: 13px;
    font-weight: 600;
}

/* Vedľa názvu držíme sekundárny riadok so stavom, percentom a rýchlosťou. */
.file-meta[b-lurvo0ob6e] {
    display: flex;
    gap: 12px;
    color: #c9d1d9;
    font-size: 13px;
}

.file-list span[b-lurvo0ob6e] {
    overflow-wrap: anywhere;
}

.action-row[b-lurvo0ob6e] {
    margin-top: 24px;
}

/* Primárne tlačidlo spúšťa upload celej dávky. */
.primary-button[b-lurvo0ob6e] {
    min-width: 220px;
}

.primary-button:hover[b-lurvo0ob6e] {
    border-color: rgba(88, 166, 255, 0.68);
    background: linear-gradient(135deg, rgba(47, 129, 247, 0.42), rgba(88, 166, 255, 0.26));
}

.primary-button:active[b-lurvo0ob6e] {
    transform: translateY(1px);
}

.primary-button:disabled[b-lurvo0ob6e] {
    opacity: 0.58;
    cursor: not-allowed;
    transform: none;
}

/* Sekundárne tlačidlo odstraňuje súbor zo zoznamu pred uploadom. */
.secondary-button[b-lurvo0ob6e] {
    border: 1px solid rgba(248, 81, 73, 0.42);
    border-radius: 10px;
    padding: 10px 14px;
    background: rgba(248, 81, 73, 0.12);
    color: #ffb4ad;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

/* Skupina akcií dovoľuje mať vedľa seba retry aj odstránenie položky. */
.file-actions[b-lurvo0ob6e] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pending-file-item .secondary-button[b-lurvo0ob6e] {
    padding: 8px 12px;
    font-size: 13px;
}

.pending-file-item .icon-button[b-lurvo0ob6e] {
    width: 36px;
    height: 36px;
}

/* Ikonové tlačidlo slúži na opakovanie nahratia jedného konkrétneho súboru. */
.icon-button[b-lurvo0ob6e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(88, 166, 255, 0.42);
    border-radius: 10px;
    background: rgba(88, 166, 255, 0.12);
    color: #a5d6ff;
    cursor: pointer;
}

.icon-button svg[b-lurvo0ob6e] {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.primary-button:disabled[b-lurvo0ob6e] {
    opacity: 0.6;
    cursor: default;
}

.secondary-button:disabled[b-lurvo0ob6e],
.icon-button:disabled[b-lurvo0ob6e] {
    opacity: 0.6;
    cursor: default;
}

.uploaded-section[b-lurvo0ob6e] {
    margin-top: 26px;
}

.status-banner[b-lurvo0ob6e] {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 600;
}

.status-banner.neutral[b-lurvo0ob6e] {
    background: rgba(88, 166, 255, 0.18);
    border: 1px solid rgba(88, 166, 255, 0.3);
    color: #a5d6ff;
}

.status-banner.success[b-lurvo0ob6e] {
    background: rgba(46, 160, 67, 0.18);
    border: 1px solid rgba(46, 160, 67, 0.4);
    color: #7ee787;
}

.status-banner.error[b-lurvo0ob6e] {
    background: rgba(248, 81, 73, 0.18);
    border: 1px solid rgba(248, 81, 73, 0.4);
    color: #ffb4ad;
}

@media (max-width: 720px) {
    .files-transfer-shell[b-lurvo0ob6e] {
        padding: 24px 12px 40px;
    }

    .files-transfer-card[b-lurvo0ob6e] {
        padding: 20px 16px;
    }

    .file-list li[b-lurvo0ob6e],
    .section-header[b-lurvo0ob6e],
    .file-meta[b-lurvo0ob6e] {
        flex-direction: column;
        align-items: stretch;
    }

    .file-summary[b-lurvo0ob6e] {
        align-items: flex-start;
    }

    .file-actions[b-lurvo0ob6e] {
        justify-content: flex-end;
    }

    .primary-button[b-lurvo0ob6e] {
        width: 100%;
        min-width: 0;
    }

    .picker-trigger[b-lurvo0ob6e] {
        min-width: 0;
    }
}
/* /Layout/AuthorizedLayout.razor.rz.scp.css */
/* AuthorizedLayout.razor.css */

/* ✅ define vars on app-shell so they always apply to the drawer */
.app-shell[b-qklbsq3os4] {
    --app-bg: #0d1117;
    --sidebar-width: 270px;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* header/footer shouldn't shrink */
.app-header[b-qklbsq3os4],
.app-footer[b-qklbsq3os4] {
    flex: 0 0 auto;
}

/* make header height explicit so drawer top is always valid */
.app-header[b-qklbsq3os4] {
    height: var(--header-height);
    position: sticky;
    top: 0;
    z-index: 2000;
}

/* middle area grows */
.app-main[b-qklbsq3os4] {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    position: relative;
}

/* desktop sidebar */
.app-sidebar[b-qklbsq3os4] {
    width: var(--sidebar-width);
    flex: 0 0 var(--sidebar-width);
    overflow-y: auto;
    background-color: var(--app-bg);
    background-image: linear-gradient(120deg, rgba(124, 58, 237, .22), rgba(59, 130, 246, .18));
}

/* content */
.app-content[b-qklbsq3os4] {
    flex: 1 1 auto;
    min-width: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.background-image[b-qklbsq3os4] {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-color: var(--app-bg); /* ✅ */
}

/* backdrop hidden on desktop */
.sidebar-backdrop[b-qklbsq3os4] {
    display: none;
}

/* ===== Mobile drawer ===== */
@media (max-width: 640.98px) {
    .app-sidebar[b-qklbsq3os4] {
        position: fixed;
        top: var(--header-height); /* ✅ no longer invalid */
        left: 0;
        bottom: 0;
        width: min(var(--sidebar-width), 85vw);
        transform: translateX(-105%);
        transition: transform 180ms ease;
        z-index: 3000; /* above footer/header */
    }

    .app-shell.sidebar-open .app-sidebar[b-qklbsq3os4] {
        transform: translateX(0);
    }

    .sidebar-backdrop[b-qklbsq3os4] {
        position: fixed;
        inset: var(--header-height) 0 0 0;
        background: rgba(0,0,0,.45);
        z-index: 2500;
        display: none;
    }

    .app-shell.sidebar-open .sidebar-backdrop[b-qklbsq3os4] {
        display: block;
    }

    .app-content[b-qklbsq3os4] {
        width: 100%;
    }
}
/* /Layout/DefaultLayout.razor.rz.scp.css */
.layout-root[b-q92tfkx6xo] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.app-header[b-q92tfkx6xo],
.app-footer[b-q92tfkx6xo] {
    flex: 0 0 auto;
}

.layout-content[b-q92tfkx6xo] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}


/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gkuqi31ifd],
.components-reconnect-repeated-attempt-visible[b-gkuqi31ifd],
.components-reconnect-failed-visible[b-gkuqi31ifd],
.components-pause-visible[b-gkuqi31ifd],
.components-resume-failed-visible[b-gkuqi31ifd],
.components-rejoining-animation[b-gkuqi31ifd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-retrying[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-failed[b-gkuqi31ifd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gkuqi31ifd] {
    display: block;
}


#components-reconnect-modal[b-gkuqi31ifd] {
    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-gkuqi31ifd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gkuqi31ifd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gkuqi31ifd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gkuqi31ifd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gkuqi31ifd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gkuqi31ifd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gkuqi31ifd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gkuqi31ifd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gkuqi31ifd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gkuqi31ifd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gkuqi31ifd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gkuqi31ifd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gkuqi31ifd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gkuqi31ifd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gkuqi31ifd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gkuqi31ifd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gkuqi31ifd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gkuqi31ifd {
    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;
    }
}
