@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Style for the active navigation link to match the red theme */
[b-utp6ajadst] .fluent-nav-link.active .fluent-nav-link-content {
    color: #d9534f;
    font-weight: 600; /* Make the active link text bolder */
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* General container for the entire login page, centers the content vertically and horizontally */
.login-container[b-sos196zt5t] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #ffffff; /* White background */
    font-family: Arial, sans-serif;
}

/* The main panel containing both the logo and the form */
.login-panel[b-sos196zt5t] {
    display: flex;
    width: 1000px; /* Increased from 800px */
    height: 625px; /* Increased from 500px */
    background-color: #ffffff; /* White panel background */
    border-radius: 16px; /* Slightly larger radius */
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1); /* Adjusted shadow */
    border: 1px solid #e0e0e0; /* Subtle border */
}

/* Left section for the logo */
.login-logo-section[b-sos196zt5t] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa; /* Very light grey for the logo background */
    padding: 2.5rem; /* Increased from 2rem */
}

.login-logo-section img[b-sos196zt5t] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Right section for the login form */
.login-form-section[b-sos196zt5t] {
    flex: 1;
    padding: 3.75rem; /* Increased from 3rem */
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333; /* Dark text for readability */
}

.login-form-section h2[b-sos196zt5t] {
    color: #d9534f; /* Reddish color from the logo for the header */
    margin-bottom: 0.75rem; /* Increased from 0.5rem */
    font-size: 2.5rem; /* Increased from 2rem */
    font-weight: 500;
}

.login-form-section p[b-sos196zt5t] {
    color: #6c757d; /* Muted grey text */
    margin-bottom: 2.5rem; /* Increased from 2rem */
    font-size: 1.1rem;
}

/* Style for the validation error message */
.validation-error[b-sos196zt5t] {
    color: #d9534f; /* Use the same red as the header for consistency */
    text-align: left;
    margin-top: 1.25rem; /* Increased from 1rem */
    margin-bottom: -0.75rem; /* Adjusted margin */
    font-size: 1rem; /* Increased from 0.9rem */
}

/* Custom styling for FluentUI components using ::deep to penetrate component scope */
[b-sos196zt5t] .fluent-button.accent {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #ffffff;
    height: 50px; /* Increased from 40px */
    font-size: 1.2rem; /* Increased from 1rem */
}

[b-sos196zt5t] .fluent-button.accent:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

[b-sos196zt5t] .fluent-text-field {
    height: 50px; /* Set a consistent height */
}

[b-sos196zt5t] .fluent-text-field .input {
    background-color: #ffffff; /* White input background */
    color: #333333; /* Dark input text */
    border-color: #ced4da; /* Standard light grey border */
    font-size: 1.1rem; /* Increased font size */
    height: 100%;
}

[b-sos196zt5t] .fluent-text-field .input:focus {
    border-color: #d9534f; /* Reddish border on focus */
    box-shadow: none;
}
/* /Components/Pages/VulcanImaging/Controls/CaptureImageControl.razor.rz.scp.css */
.partition-bar[b-4ncpcmfe0s] {
    height: 40px;
    width: 100%;
    display: flex;
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 4px;
    overflow: hidden;
}
/* /Components/Pages/VulcanImaging/Controls/DeployImageControl.razor.rz.scp.css */
.partition-bar[b-z37c1skrz3] {
    height: 40px;
    width: 100%;
    display: flex;
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 4px;
    overflow: hidden;
}

.partition-bar > div[b-z37c1skrz3] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    white-space: nowrap;
    overflow: hidden;
}
/* /Components/Pages/VulcanImaging/Modals/ManageDeviceModal.razor.rz.scp.css */
/* Main Layout Container */
.manage-modal-container[b-xt9borwyha] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Sidebar (Left) */
.manage-sidebar[b-xt9borwyha] {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--neutral-stroke-layer-rest);
    /* ZMIANA: Usunięto szare tło (--neutral-layer-2), teraz jest przezroczyste/białe */
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Content (Right) */
.manage-content[b-xt9borwyha] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    min-width: 0;
    background-color: transparent; /* ZMIANA: Ujednolicenie tła */
}

/* === NAVIGATION MENU OVERRIDES === */
[b-xt9borwyha] .fluent-nav-menu {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 8px !important;
}

[b-xt9borwyha] .fluent-nav-link {
    background-color: transparent !important;
    border-radius: 4px;
    margin-bottom: 4px;
    border: none !important;
}

    [b-xt9borwyha] .fluent-nav-link:hover {
        background-color: var(--neutral-layer-2) !important; /* Delikatne podświetlenie przy najechaniu */
    }

    [b-xt9borwyha] .fluent-nav-link.active {
        background-color: var(--neutral-layer-2) !important; /* Wyraźniejsze tło dla aktywnego elementu */
        font-weight: 600;
    }

/* === REMOTE CONTROL CARDS === */
[b-xt9borwyha] .choice-card {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--neutral-stroke-layer-rest);
    user-select: none;
    background-color: var(--neutral-layer-1);
    border-radius: 4px;
}

    [b-xt9borwyha] .choice-card:not(.disabled-card):hover {
        border-color: var(--accent-fill-rest);
        transform: translateY(-3px);
        box-shadow: var(--elevation-shadow-card-hover);
        background-color: var(--neutral-layer-2);
    }

[b-xt9borwyha] .disabled-card {
    opacity: 0.5;
    cursor: not-allowed !important;
    filter: grayscale(100%);
    pointer-events: none;
}

/* Partition Preview */
.partition-preview[b-xt9borwyha] {
    height: 40px;
    width: 100%;
    display: flex;
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 4px;
    overflow: hidden;
}

/* Chat Styles */
.chat-container[b-xt9borwyha] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--neutral-stroke-layer-rest);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--neutral-layer-1);
}

.chat-messages[b-xt9borwyha] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--neutral-layer-2); /* Tło czatu może pozostać lekko szare dla kontrastu z dymkami */
}

.chat-bubble[b-xt9borwyha] {
    max-width: 75%;
    padding: 10px 14px;
    border-radius: 12px;
    position: relative;
    line-height: 1.4;
    font-size: 0.9rem;
}

    .chat-bubble.admin[b-xt9borwyha] {
        align-self: flex-end;
        background-color: var(--accent-fill-rest);
        color: white;
        border-bottom-right-radius: 2px;
    }

    .chat-bubble.computer[b-xt9borwyha] {
        align-self: flex-start;
        background-color: var(--neutral-layer-1);
        border: 1px solid var(--neutral-stroke-layer-rest);
        border-bottom-left-radius: 2px;
    }

.bubble-time[b-xt9borwyha] {
    font-size: 0.7em;
    opacity: 0.75;
    margin-top: 6px;
    text-align: right;
}

.chat-input-area[b-xt9borwyha] {
    padding: 12px;
    background-color: var(--neutral-layer-1);
    border-top: 1px solid var(--neutral-stroke-layer-rest);
    display: flex;
    gap: 8px;
}

/* Terminal Styles */
.terminal-wrapper[b-xt9borwyha] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
    color: #d4d4d4;
    font-family: 'Consolas', 'Courier New', monospace;
    overflow: hidden;
    transition: background-color 0.3s ease;
    border: 1px solid var(--neutral-stroke-layer-rest);
}

.terminal-toolbar[b-xt9borwyha] {
    background-color: var(--neutral-layer-1);
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    color: var(--neutral-foreground-rest);
}

.terminal-output-area[b-xt9borwyha] {
    flex-grow: 1;
    padding: 12px;
    overflow-y: auto;
}

.terminal-line[b-xt9borwyha] {
    margin-bottom: 2px;
    white-space: pre-wrap;
    word-break: break-all;
}

.terminal-input-line[b-xt9borwyha] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.terminal-prompt[b-xt9borwyha] {
    white-space: nowrap;
    color: #d4d4d4;
}

.terminal-input[b-xt9borwyha] {
    background: transparent;
    border: none;
    color: #d4d4d4;
    font-family: inherit;
    flex-grow: 1;
    outline: none;
    padding: 0;
    margin: 0;
}
/* /Components/Pages/VulcanImaging/VulcanImaging.razor.rz.scp.css */
.vi-grid-container[b-174o9eatnt] {
    display: grid;
    grid-template-rows: 45% minmax(0, 1fr);
    gap: 20px;
    height: 100%;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.vi-top-row[b-174o9eatnt] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    height: 100%;
    min-height: 0;
}

.vi-column[b-174o9eatnt] {
    height: 100%;
    min-height: 0;
}

.vi-card-container[b-174o9eatnt] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.vi-card-header[b-174o9eatnt] {
    padding: 12px 16px;
    border-bottom: 1px solid var(--neutral-stroke-layer-rest);
    flex-shrink: 0;
}

.vi-card-content[b-174o9eatnt] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 0;
    min-height: 0;
}

.vi-card-content-padded[b-174o9eatnt] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 12px;
    min-height: 0;
}

.vi-card-content-grid[b-174o9eatnt] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px;
    min-height: 0;
}

.vi-card-active-tasks[b-174o9eatnt] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: var(--neutral-layer-2);
}

.vi-header-bg[b-174o9eatnt] {
    background-color: var(--neutral-layer-1);
}

.vi-empty-state[b-174o9eatnt] {
    padding: 20px;
    text-align: center;
    color: var(--neutral-foreground-hint);
}

.vi-empty-state-large[b-174o9eatnt] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--neutral-foreground-hint);
}
