/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-skospf7ysc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-skospf7ysc] {
    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-skospf7ysc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dnkseo6odw],
.components-reconnect-repeated-attempt-visible[b-dnkseo6odw],
.components-reconnect-failed-visible[b-dnkseo6odw],
.components-pause-visible[b-dnkseo6odw],
.components-resume-failed-visible[b-dnkseo6odw],
.components-rejoining-animation[b-dnkseo6odw] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-dnkseo6odw {
    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/Admin/Admin.razor.rz.scp.css */
/* Scoped CSS for Admin.razor - Dark Monochromatic Programmer Theme */

.container[b-k3tla1luzd] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-k3tla1luzd]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-k3tla1luzd] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.header-row[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.header-actions[b-k3tla1luzd] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.title[b-k3tla1luzd] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-k3tla1luzd] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-k3tla1luzd] {
    color: #ff3333;
    font-weight: 600;
}

.btn-back[b-k3tla1luzd] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #ff3333;
    padding: 0.6rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-back:hover[b-k3tla1luzd] {
    background-color: #ff3333;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-logout[b-k3tla1luzd] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #666666;
    padding: 0.6rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-logout:hover[b-k3tla1luzd] {
    background-color: #333333;
    color: #ffffff;
    border-color: #888888;
    transform: translateY(-2px);
}

.content-section[b-k3tla1luzd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.card[b-k3tla1luzd] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2rem;
    transition: all 0.3s ease;
}

.card:hover[b-k3tla1luzd] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.error-card[b-k3tla1luzd] {
    border-left-color: #ff3333;
}

.error-message[b-k3tla1luzd] {
    color: #ff6666;
    font-size: 1rem;
    margin: 0;
}

.card-title[b-k3tla1luzd] {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.card-subtitle[b-k3tla1luzd] {
    color: #808080;
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
}

.card-header-row[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.card-header-row .card-title[b-k3tla1luzd],
.card-header-row .card-subtitle[b-k3tla1luzd] {
    margin-bottom: 0.25rem;
}

/* Form Styles */
.user-form[b-k3tla1luzd] {
    margin-bottom: 1rem;
}

.form-row[b-k3tla1luzd] {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto auto;
    gap: 1rem;
    align-items: end;
}

@media (max-width: 900px) {
    .form-row[b-k3tla1luzd] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .form-row[b-k3tla1luzd] {
        grid-template-columns: 1fr;
    }
}

.form-group[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-group[b-k3tla1luzd] {
    justify-content: flex-end;
    min-width: 80px;
}

.button-cell[b-k3tla1luzd] {
    min-width: auto;
}

.form-label[b-k3tla1luzd] {
    color: #b0b0b0;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-k3tla1luzd] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #e0e0e0;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.form-control:focus[b-k3tla1luzd] {
    border-color: #ff3333;
    box-shadow: 0 0 0 2px rgba(255, 51, 51, 0.1);
    background-color: #151515;
}

.form-control[b-k3tla1luzd]::placeholder {
    color: #505050;
}

.form-control-inline[b-k3tla1luzd] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #e0e0e0;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 120px;
}

.form-control-inline:focus[b-k3tla1luzd] {
    border-color: #ff3333;
}

/* Storage Input Group */
.storage-input-group[b-k3tla1luzd] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.storage-input-group .storage-value[b-k3tla1luzd] {
    flex: 1;
    min-width: 80px;
}

.storage-input-group .storage-unit-select[b-k3tla1luzd] {
    width: 70px;
    min-width: 70px;
    padding: 0.75rem 0.5rem;
    text-align: center;
}

/* Inline storage input for edit mode */
.storage-input-inline[b-k3tla1luzd] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
}

.storage-input-inline .storage-field[b-k3tla1luzd] {
    width: 60px !important;
    max-width: 60px;
}

.storage-unit-select-inline[b-k3tla1luzd] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.4rem 0.3rem;
    font-size: 0.75rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #e0e0e0;
    outline: none;
    width: 55px;
    cursor: pointer;
}

.storage-unit-select-inline:focus[b-k3tla1luzd] {
    border-color: #ff3333;
}

.password-field[b-k3tla1luzd] {
    width: 100px !important;
    max-width: 100px;
}

/* Checkbox Styles */
.checkbox-label[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.75rem 0;
}

.checkbox-label-inline[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-input[b-k3tla1luzd] {
    width: 18px;
    height: 18px;
    accent-color: #ff3333;
    cursor: pointer;
}

.checkbox-text[b-k3tla1luzd] {
    color: #b0b0b0;
    font-size: 0.9rem;
}

/* Button Styles */
.btn[b-k3tla1luzd] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.75rem 1.25rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn:disabled[b-k3tla1luzd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-accent[b-k3tla1luzd] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    font-weight: 500;
}

.btn-accent:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-danger[b-k3tla1luzd] {
    background-color: #cc2222;
    color: #ffffff;
    border-color: #cc2222;
}

.btn-danger:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: #dd3333;
    border-color: #dd3333;
}

.btn-refresh[b-k3tla1luzd] {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
}

.btn-refresh svg[b-k3tla1luzd] {
    margin-right: 0.5rem;
}

.btn-refresh svg.spinning[b-k3tla1luzd] {
    animation: spin-b-k3tla1luzd 1s linear infinite;
}

.header-buttons[b-k3tla1luzd] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

@keyframes spin-b-k3tla1luzd {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Table Styles */
.users-table[b-k3tla1luzd] {
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    overflow-x: auto;
}

.table-header[b-k3tla1luzd] {
    display: grid;
    grid-template-columns: 50px 140px 80px 180px 60px 90px 160px;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background-color: #151515;
    border-bottom: 1px solid #2a2a2a;
    font-weight: 600;
    color: #b0b0b0;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 800px;
}

.table-row[b-k3tla1luzd] {
    display: grid;
    grid-template-columns: 50px 140px 80px 180px 60px 90px 160px;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid #2a2a2a;
    align-items: center;
    transition: background-color 0.2s ease;
    min-width: 800px;
    position: relative;
}

.table-row:last-child[b-k3tla1luzd] {
    border-bottom: none;
}

.table-row:hover[b-k3tla1luzd] {
    background-color: #1f1f1f;
}

.table-row.editing[b-k3tla1luzd] {
    background-color: #1a1a2a;
}

.col-id[b-k3tla1luzd] {
    color: #606060;
    font-size: 0.85rem;
}

.col-username[b-k3tla1luzd] {
    color: #ffffff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-admin[b-k3tla1luzd] {
    text-align: center;
}

.col-storage[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.storage-bar-container[b-k3tla1luzd] {
    width: 100%;
    height: 6px;
    background-color: #2a2a2a;
    border-radius: 3px;
    overflow: hidden;
}

.storage-bar[b-k3tla1luzd] {
    height: 100%;
    background: linear-gradient(90deg, #ff3333, #ff6666);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.storage-text[b-k3tla1luzd] {
    font-size: 0.7rem;
    color: #808080;
    white-space: nowrap;
}

.storage-field[b-k3tla1luzd] {
    width: 70px !important;
}

.storage-hint[b-k3tla1luzd] {
    font-size: 0.75rem;
    color: #606060;
    margin-left: 0.25rem;
}

.col-files[b-k3tla1luzd] {
    text-align: center;
    color: #b0b0b0;
    font-size: 0.85rem;
}

.col-created[b-k3tla1luzd] {
    color: #808080;
    font-size: 0.85rem;
}

.col-actions[b-k3tla1luzd] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

/* Badge Styles */
.badge[b-k3tla1luzd] {
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.badge-admin[b-k3tla1luzd] {
    background-color: rgba(255, 51, 51, 0.2);
    color: #ff5555;
    border: 1px solid #ff3333;
}

.badge-user[b-k3tla1luzd] {
    background-color: rgba(100, 100, 100, 0.2);
    color: #909090;
    border: 1px solid #505050;
}

/* Action Button Styles */
.btn-action[b-k3tla1luzd] {
    background-color: transparent;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    padding: 0.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}

.btn-action:hover:not(:disabled)[b-k3tla1luzd] {
    transform: translateY(-1px);
}

.btn-action:disabled[b-k3tla1luzd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-edit:hover[b-k3tla1luzd] {
    background-color: rgba(51, 153, 255, 0.1);
    border-color: #3399ff;
    color: #3399ff;
}

.btn-delete:hover[b-k3tla1luzd] {
    background-color: rgba(255, 51, 51, 0.1);
    border-color: #ff3333;
    color: #ff3333;
}

.btn-save[b-k3tla1luzd] {
    background-color: rgba(51, 204, 51, 0.1);
    border-color: #33cc33;
    color: #33cc33;
}

.btn-save:hover[b-k3tla1luzd] {
    background-color: rgba(51, 204, 51, 0.2);
}

.btn-cancel:hover[b-k3tla1luzd] {
    background-color: rgba(255, 153, 51, 0.1);
    border-color: #ff9933;
    color: #ff9933;
}

.btn-lock:hover[b-k3tla1luzd] {
    background-color: rgba(255, 170, 0, 0.1);
    border-color: #ffaa00;
    color: #ffaa00;
}

.btn-unlock[b-k3tla1luzd] {
    background-color: rgba(51, 204, 51, 0.1);
    border-color: #33cc33;
    color: #33cc33;
}

.btn-unlock:hover[b-k3tla1luzd] {
    background-color: rgba(51, 204, 51, 0.2);
}

.btn-warning[b-k3tla1luzd] {
    background-color: #ffaa00;
    color: #000000;
    border-color: #ffaa00;
    font-weight: 500;
}

.btn-warning:hover[b-k3tla1luzd] {
    background-color: #ffbb33;
    border-color: #ffbb33;
    box-shadow: 0 4px 12px rgba(255, 170, 0, 0.3);
}

/* Lock badge and indicator */
.badge-locked[b-k3tla1luzd] {
    background-color: rgba(255, 170, 0, 0.15);
    color: #ffaa00;
    border: 1px solid rgba(255, 170, 0, 0.3);
}

.lock-indicator[b-k3tla1luzd] {
    margin-left: 0.4rem;
    display: inline-flex;
    align-items: center;
    color: #ffaa00;
    vertical-align: middle;
}

.protected-indicator[b-k3tla1luzd] {
    margin-left: 0.4rem;
    display: inline-flex;
    align-items: center;
    color: #33cc33;
    cursor: help;
    vertical-align: middle;
}

/* Rate limit exempt indicator */
.rate-exempt-indicator[b-k3tla1luzd] {
    margin-left: 0.4rem;
    display: inline-flex;
    align-items: center;
    color: #00bfff;
    cursor: help;
    vertical-align: middle;
}

/* File restriction exempt indicator */
.file-exempt-indicator[b-k3tla1luzd] {
    margin-left: 0.4rem;
    display: inline-flex;
    align-items: center;
    color: #ff69b4;
    cursor: help;
    vertical-align: middle;
}

/* Rate limit exempt button */
.btn-rate-exempt[b-k3tla1luzd] {
    background-color: transparent;
    border-color: #444444;
    color: #808080;
}

.btn-rate-exempt:hover[b-k3tla1luzd] {
    background-color: rgba(0, 191, 255, 0.1);
    border-color: #00bfff;
    color: #00bfff;
}

.btn-rate-exempt-active[b-k3tla1luzd] {
    background-color: rgba(0, 191, 255, 0.2);
    border-color: #00bfff;
    color: #00bfff;
    box-shadow: 0 0 8px rgba(0, 191, 255, 0.4);
}

.btn-rate-exempt-active:hover[b-k3tla1luzd] {
    background-color: rgba(0, 191, 255, 0.3);
}

/* File restriction exempt button */
.btn-file-exempt[b-k3tla1luzd] {
    background-color: transparent;
    border-color: #444444;
    color: #808080;
}

.btn-file-exempt:hover[b-k3tla1luzd] {
    background-color: rgba(255, 105, 180, 0.1);
    border-color: #ff69b4;
    color: #ff69b4;
}

.btn-file-exempt-active[b-k3tla1luzd] {
    background-color: rgba(255, 105, 180, 0.2);
    border-color: #ff69b4;
    color: #ff69b4;
    box-shadow: 0 0 8px rgba(255, 105, 180, 0.4);
}

.btn-file-exempt-active:hover[b-k3tla1luzd] {
    background-color: rgba(255, 105, 180, 0.3);
}

/* Delete files button */
.btn-delete-files[b-k3tla1luzd] {
    background-color: rgba(255, 140, 0, 0.1);
    border-color: #ff8c00;
    color: #ff8c00;
}

.btn-delete-files:hover[b-k3tla1luzd] {
    background-color: rgba(255, 140, 0, 0.2);
}

/* Registration Requests */
.requests-card[b-k3tla1luzd] {
    border-color: #9b59b6;
}

.requests-list[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.request-item[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
    background-color: rgba(155, 89, 182, 0.05);
    border: 1px solid rgba(155, 89, 182, 0.2);
    border-radius: 6px;
    gap: 1rem;
}

.request-info[b-k3tla1luzd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.request-username[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-weight: 600;
}

.request-username svg[b-k3tla1luzd] {
    color: #9b59b6;
}

.username-text[b-k3tla1luzd] {
    font-size: 1rem;
}

.request-meta[b-k3tla1luzd] {
    display: flex;
    gap: 1rem;
    font-size: 0.8rem;
    color: #808080;
}

.request-ip[b-k3tla1luzd] {
    font-family: 'Consolas', monospace;
}

.request-message[b-k3tla1luzd] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #b0b0b0;
    font-style: italic;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.message-label[b-k3tla1luzd] {
    color: #9b59b6;
}

.message-content[b-k3tla1luzd] {
    flex: 1;
}

.request-actions[b-k3tla1luzd] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-approve[b-k3tla1luzd] {
    background-color: rgba(46, 204, 113, 0.1);
    border: 1px solid #2ecc71;
    color: #2ecc71;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-approve:hover[b-k3tla1luzd] {
    background-color: rgba(46, 204, 113, 0.2);
}

.btn-decline[b-k3tla1luzd] {
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid #e74c3c;
    color: #e74c3c;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem;
    transition: all 0.2s ease;
}

.btn-decline:hover[b-k3tla1luzd] {
    background-color: rgba(231, 76, 60, 0.2);
}

.btn-success[b-k3tla1luzd] {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #ffffff;
}

.btn-success:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: #27ae60;
}

.form-hint[b-k3tla1luzd] {
    font-size: 0.75rem;
    color: #808080;
    margin-top: 0.25rem;
}

/* Settings Card */
.settings-card[b-k3tla1luzd] {
    border-left-color: #9b59b6;
}

.settings-row[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.setting-item[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: rgba(155, 89, 182, 0.05);
    border: 1px solid rgba(155, 89, 182, 0.2);
    border-radius: 6px;
}

.setting-info[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.setting-label[b-k3tla1luzd] {
    font-weight: 600;
    color: #ffffff;
}

.setting-description[b-k3tla1luzd] {
    font-size: 0.8rem;
    color: #808080;
}

/* Toggle Button */
.toggle-btn[b-k3tla1luzd] {
    position: relative;
    width: 70px;
    height: 32px;
    background-color: #333;
    border: 1px solid #555;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.toggle-btn:hover:not(:disabled)[b-k3tla1luzd] {
    border-color: #777;
}

.toggle-btn:disabled[b-k3tla1luzd] {
    opacity: 0.5;
    cursor: not-allowed;
}

.toggle-btn.enabled[b-k3tla1luzd] {
    background-color: rgba(46, 204, 113, 0.2);
    border-color: #2ecc71;
}

.toggle-slider[b-k3tla1luzd] {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #666;
    border-radius: 50%;
    transition: all 0.3s ease;
    left: 4px;
}

.toggle-btn.enabled .toggle-slider[b-k3tla1luzd] {
    left: calc(100% - 28px);
    background-color: #2ecc71;
}

.toggle-text[b-k3tla1luzd] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888;
    margin-left: auto;
    margin-right: 4px;
}

.toggle-btn.enabled .toggle-text[b-k3tla1luzd] {
    color: #2ecc71;
    margin-left: 4px;
    margin-right: auto;
}

.modal-subtext[b-k3tla1luzd] {
    color: #808080;
    font-size: 0.85rem;
    margin: 0 0 0.5rem 0;
}

/* Discord Bot Card */
.bot-card[b-k3tla1luzd] {
    border-left-color: #5865F2;
}

.bot-status-section[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.bot-status-header[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background-color: rgba(88, 101, 242, 0.05);
    border: 1px solid rgba(88, 101, 242, 0.2);
    border-radius: 6px;
}

.bot-status-indicator[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.bot-status-indicator.online[b-k3tla1luzd] {
    color: #57F287;
}

.bot-status-indicator.offline[b-k3tla1luzd] {
    color: #ED4245;
}

.status-dot[b-k3tla1luzd] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.bot-status-indicator.online .status-dot[b-k3tla1luzd] {
    background-color: #57F287;
    box-shadow: 0 0 8px rgba(87, 242, 135, 0.6);
    animation: glow-b-k3tla1luzd 2s ease-in-out infinite;
}

.bot-status-indicator.offline .status-dot[b-k3tla1luzd] {
    background-color: #ED4245;
}

@keyframes glow-b-k3tla1luzd {
    0%, 100% { box-shadow: 0 0 8px rgba(87, 242, 135, 0.6); }
    50% { box-shadow: 0 0 16px rgba(87, 242, 135, 0.9); }
}

.bot-username[b-k3tla1luzd] {
    color: #b0b0b0;
    font-size: 0.9rem;
}

.bot-metrics[b-k3tla1luzd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.metric-item[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.75rem;
    background-color: rgba(88, 101, 242, 0.05);
    border: 1px solid rgba(88, 101, 242, 0.15);
    border-radius: 6px;
}

.metric-action[b-k3tla1luzd] {
    cursor: pointer;
    width: 100%;
    font-family: inherit;
    color: inherit;
}

.metric-action:hover:not(:disabled)[b-k3tla1luzd] {
    border-color: rgba(88, 101, 242, 0.45);
    background-color: rgba(88, 101, 242, 0.12);
}

.metric-action:disabled[b-k3tla1luzd] {
    cursor: not-allowed;
    opacity: 0.7;
}

.metric-value[b-k3tla1luzd] {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    word-break: break-all;
}

.metric-label[b-k3tla1luzd] {
    color: #808080;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bot-controls[b-k3tla1luzd] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.bot-console[b-k3tla1luzd] {
    margin-top: 0.5rem;
    border: 1px solid rgba(88, 101, 242, 0.2);
    border-radius: 6px;
    background-color: #111317;
    overflow: hidden;
}

.bot-console-header[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(88, 101, 242, 0.15);
    background-color: rgba(88, 101, 242, 0.05);
    gap: 0.75rem;
}

.bot-console-title[b-k3tla1luzd] {
    margin: 0;
    font-size: 0.95rem;
    color: #d6dcff;
}

.bot-console-subtitle[b-k3tla1luzd] {
    margin: 0.15rem 0 0 0;
    color: #7f8cff;
    font-size: 0.75rem;
}

.bot-console-actions[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.bot-console-connection[b-k3tla1luzd] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    border: 1px solid;
}

.bot-console-connection.connected[b-k3tla1luzd] {
    color: #57F287;
    border-color: rgba(87, 242, 135, 0.5);
    background-color: rgba(87, 242, 135, 0.1);
}

.bot-console-connection.disconnected[b-k3tla1luzd] {
    color: #FEE75C;
    border-color: rgba(254, 231, 92, 0.5);
    background-color: rgba(254, 231, 92, 0.08);
}

.bot-console-output[b-k3tla1luzd] {
    max-height: 280px;
    overflow-y: auto;
    padding: 0.6rem 0.75rem;
}

.bot-console-empty[b-k3tla1luzd] {
    color: #808080;
    font-size: 0.85rem;
    padding: 0.3rem;
}

.bot-console-line[b-k3tla1luzd] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 0.6rem;
    align-items: start;
    padding: 0.2rem 0.25rem;
    border-bottom: 1px dashed rgba(128, 128, 128, 0.1);
    font-size: 0.8rem;
    line-height: 1.45;
}

.bot-console-line:last-child[b-k3tla1luzd] {
    border-bottom: none;
}

.bot-console-time[b-k3tla1luzd] {
    color: #808080;
}

.bot-console-level[b-k3tla1luzd] {
    min-width: 52px;
    font-weight: 700;
}

.bot-console-message[b-k3tla1luzd] {
    color: #d0d0d0;
    word-break: break-word;
}

.bot-console-line.level-error .bot-console-level[b-k3tla1luzd],
.bot-console-line.level-critical .bot-console-level[b-k3tla1luzd] {
    color: #ED4245;
}

.bot-console-line.level-warning .bot-console-level[b-k3tla1luzd] {
    color: #FEE75C;
}

.bot-console-line.level-info .bot-console-level[b-k3tla1luzd] {
    color: #57F287;
}

.bot-console-line.level-debug .bot-console-level[b-k3tla1luzd],
.bot-console-line.level-verbose .bot-console-level[b-k3tla1luzd],
.bot-console-line.level-trace .bot-console-level[b-k3tla1luzd] {
    color: #00D9FF;
}

.btn-bot-start[b-k3tla1luzd] {
    background-color: rgba(87, 242, 135, 0.1);
    color: #57F287;
    border: 1px solid #57F287;
    font-weight: 500;
}

.btn-bot-start:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: rgba(87, 242, 135, 0.2);
    box-shadow: 0 4px 12px rgba(87, 242, 135, 0.2);
}

.btn-bot-stop[b-k3tla1luzd] {
    background-color: rgba(237, 66, 69, 0.1);
    color: #ED4245;
    border: 1px solid #ED4245;
    font-weight: 500;
}

.btn-bot-stop:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: rgba(237, 66, 69, 0.2);
    box-shadow: 0 4px 12px rgba(237, 66, 69, 0.2);
}

.btn-bot-restart[b-k3tla1luzd] {
    background-color: rgba(254, 231, 92, 0.1);
    color: #FEE75C;
    border: 1px solid #FEE75C;
    font-weight: 500;
}

.btn-bot-restart:hover:not(:disabled)[b-k3tla1luzd] {
    background-color: rgba(254, 231, 92, 0.2);
    box-shadow: 0 4px 12px rgba(254, 231, 92, 0.2);
}

.guilds-modal[b-k3tla1luzd] {
    max-width: 900px;
}

.guilds-toolbar[b-k3tla1luzd] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75rem;
}

.guilds-list[b-k3tla1luzd] {
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    background-color: #111317;
}

.guild-row[b-k3tla1luzd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #22262f;
}

.guild-row:last-child[b-k3tla1luzd] {
    border-bottom: none;
}

.guild-main[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.guild-name[b-k3tla1luzd] {
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guild-stats[b-k3tla1luzd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
    color: #9aa0af;
}

.guilds-empty[b-k3tla1luzd] {
    padding: 1rem;
    color: #8a8a8a;
    text-align: center;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    background-color: #111317;
}

.btn-bot-invite[b-k3tla1luzd] {
    background-color: rgba(88, 101, 242, 0.15);
    color: #c8d0ff;
    border: 1px solid rgba(88, 101, 242, 0.8);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-bot-invite:hover[b-k3tla1luzd] {
    background-color: rgba(88, 101, 242, 0.3);
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.25);
    color: #ffffff;
}

/* Status Output */
.status-output[b-k3tla1luzd] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    border-left: 3px solid #33cc33;
    background-color: rgba(51, 204, 51, 0.1);
}

.status-output.error[b-k3tla1luzd] {
    border-left-color: #ff3333;
    background-color: rgba(255, 51, 51, 0.1);
}

.status-output.success[b-k3tla1luzd] {
    border-left-color: #33cc33;
    background-color: rgba(51, 204, 51, 0.1);
}

.status-text[b-k3tla1luzd] {
    margin: 0;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.status-output.error .status-text[b-k3tla1luzd] {
    color: #ff6666;
}

.status-output.success .status-text[b-k3tla1luzd] {
    color: #66cc66;
}

/* Loading & Empty States */
.loading-indicator[b-k3tla1luzd] {
    padding: 2rem;
    text-align: center;
}

.loading-text[b-k3tla1luzd] {
    color: #808080;
    animation: pulse-b-k3tla1luzd 1.5s ease-in-out infinite;
}

@keyframes pulse-b-k3tla1luzd {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.empty-state[b-k3tla1luzd] {
    padding: 2rem;
    text-align: center;
    color: #606060;
}

/* Modal Styles */
.modal-overlay[b-k3tla1luzd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-k3tla1luzd 0.2s ease;
}

@keyframes fadeIn-b-k3tla1luzd {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-k3tla1luzd] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2rem;
    max-width: 450px;
    width: 90%;
    animation: slideUp-b-k3tla1luzd 0.3s ease;
}

.modal-content.create-user-modal[b-k3tla1luzd] {
    max-width: 480px;
}

.create-user-form[b-k3tla1luzd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.create-user-form .form-group[b-k3tla1luzd] {
    margin: 0;
}

.create-user-form .form-label[b-k3tla1luzd] {
    display: block;
    margin-bottom: 0.5rem;
    color: #b0b0b0;
    font-size: 0.9rem;
}

.create-user-form .form-control[b-k3tla1luzd] {
    width: 100%;
    padding: 0.75rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    font-family: inherit;
    font-size: 0.9rem;
    border-radius: 4px;
    transition: border-color 0.2s ease;
}

.create-user-form .form-control:focus[b-k3tla1luzd] {
    outline: none;
    border-color: #ff3333;
}

.create-user-form .storage-input-group[b-k3tla1luzd] {
    display: flex;
    gap: 0.5rem;
}

.create-user-form .storage-value[b-k3tla1luzd] {
    flex: 1;
}

.create-user-form .storage-unit-select[b-k3tla1luzd] {
    width: 80px;
}

.create-user-form .form-hint[b-k3tla1luzd] {
    display: block;
    font-size: 0.75rem;
    color: #606060;
    margin-top: 0.35rem;
}

.create-user-form .checkbox-group[b-k3tla1luzd] {
    padding: 0.5rem 0;
}

.create-user-form .checkbox-label[b-k3tla1luzd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.create-user-form .checkbox-text[b-k3tla1luzd] {
    color: #b0b0b0;
    font-size: 0.9rem;
}

@keyframes slideUp-b-k3tla1luzd {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-title[b-k3tla1luzd] {
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
}

.modal-text[b-k3tla1luzd] {
    color: #b0b0b0;
    margin: 0 0 0.5rem 0;
}

.modal-warning[b-k3tla1luzd] {
    color: #ff6666;
    font-size: 0.85rem;
    margin: 0 0 1.5rem 0;
}

.modal-actions[b-k3tla1luzd] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

/* Footer */
.footer[b-k3tla1luzd] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-k3tla1luzd] {
    margin: 0;
}

/* ================================
   RESPONSIVE STYLES
   ================================ */

/* Large tablets and small desktops */
@media (max-width: 1100px) {
    .table-header[b-k3tla1luzd],
    .table-row[b-k3tla1luzd] {
        grid-template-columns: 40px 120px 70px 150px 50px 80px 140px;
        gap: 0.5rem;
        font-size: 0.8rem;
        padding: 0.75rem;
    }

    .storage-text[b-k3tla1luzd] {
        font-size: 0.65rem;
    }
}

/* Tablets */
@media (max-width: 900px) {
    .form-row[b-k3tla1luzd] {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile devices - Switch to card layout for users */
@media (max-width: 768px) {
    .container[b-k3tla1luzd] {
        padding: 1rem;
    }

    /* Header */
    .header[b-k3tla1luzd] {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .header-row[b-k3tla1luzd] {
        flex-direction: column;
        gap: 1rem;
    }

    .title[b-k3tla1luzd] {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .subtitle[b-k3tla1luzd] {
        font-size: 0.85rem;
    }

    .header-actions[b-k3tla1luzd] {
        width: 100%;
        flex-wrap: wrap;
    }

    .btn-back[b-k3tla1luzd],
    .btn-logout[b-k3tla1luzd] {
        flex: 1;
        justify-content: center;
        min-width: 100px;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
    }

    /* Cards */
    .card[b-k3tla1luzd] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .card-title[b-k3tla1luzd] {
        font-size: 1.1rem;
    }

    .card-subtitle[b-k3tla1luzd] {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    /* Bot metrics responsive */
    .bot-metrics[b-k3tla1luzd] {
        grid-template-columns: repeat(2, 1fr);
    }

    .bot-controls[b-k3tla1luzd] {
        flex-direction: column;
    }

    .bot-controls .btn[b-k3tla1luzd] {
        width: 100%;
        justify-content: center;
    }

    .bot-console-header[b-k3tla1luzd] {
        flex-direction: column;
        align-items: flex-start;
    }

    .bot-console-actions[b-k3tla1luzd] {
        width: 100%;
    }

    .bot-console-actions .btn-refresh[b-k3tla1luzd] {
        margin-left: auto;
    }

    .bot-console-line[b-k3tla1luzd] {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .card-header-row[b-k3tla1luzd] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .btn-refresh[b-k3tla1luzd] {
        width: 100%;
        justify-content: center;
    }

    /* Form */
    .form-row[b-k3tla1luzd] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .form-group[b-k3tla1luzd] {
        min-width: unset;
    }

    .form-label[b-k3tla1luzd] {
        font-size: 0.85rem;
    }

    .form-control[b-k3tla1luzd] {
        padding: 0.6rem 0.75rem;
        font-size: 0.9rem;
    }

    .checkbox-group[b-k3tla1luzd] {
        flex-direction: row;
        justify-content: flex-start;
    }

    .button-cell[b-k3tla1luzd] {
        margin-top: 0.5rem;
    }

    .button-cell button[b-k3tla1luzd] {
        width: 100%;
    }

    /* Storage input group */
    .storage-input-group[b-k3tla1luzd] {
        flex-direction: row;
    }

    .storage-input-group .storage-value[b-k3tla1luzd] {
        flex: 1;
    }

    .storage-input-group .storage-unit-select[b-k3tla1luzd] {
        width: 80px;
    }

    /* Users Table - Convert to cards on mobile */
    .users-table[b-k3tla1luzd] {
        overflow-x: visible;
    }

    .table-header[b-k3tla1luzd] {
        display: none;
    }

    .table-row[b-k3tla1luzd] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: 6px;
        min-width: unset;
    }

    .table-row.editing[b-k3tla1luzd] {
        gap: 0.75rem;
    }

    /* Column styles for card layout */
    .col-id[b-k3tla1luzd] {
        display: none;
    }

    .col-username[b-k3tla1luzd] {
        font-size: 1rem;
        font-weight: 600;
        color: #ffffff;
        order: 1;
    }

    .col-username[b-k3tla1luzd]::before {
        display: none;
    }

    .col-admin[b-k3tla1luzd] {
        order: 2;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .col-storage[b-k3tla1luzd] {
        order: 3;
        width: 100%;
    }

    .col-storage .storage-bar-container[b-k3tla1luzd] {
        max-width: none;
    }

    .col-files[b-k3tla1luzd] {
        order: 4;
        font-size: 0.8rem;
        color: #808080;
    }

    .col-files[b-k3tla1luzd]::before {
        content: 'Files: ';
        color: #606060;
    }

    .col-created[b-k3tla1luzd] {
        order: 5;
        font-size: 0.75rem;
        color: #606060;
    }

    .col-created[b-k3tla1luzd]::before {
        content: 'Created: ';
    }

    .col-actions[b-k3tla1luzd] {
        order: 6;
        width: 100%;
        display: flex;
        gap: 0.5rem;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }

    .col-actions .btn-action[b-k3tla1luzd] {
        flex: 1;
        min-width: 40px;
        padding: 0.6rem;
    }

    /* Edit mode on mobile */
    .table-row.editing .col-username input[b-k3tla1luzd],
    .table-row.editing .col-storage input[b-k3tla1luzd] {
        width: 100%;
        max-width: none;
    }

    .table-row.editing .col-admin[b-k3tla1luzd] {
        position: static;
        width: 100%;
        padding: 0.5rem 0;
    }

    .table-row.editing .col-storage[b-k3tla1luzd] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .storage-input-inline[b-k3tla1luzd] {
        width: 100%;
    }

    .storage-input-inline .storage-field[b-k3tla1luzd] {
        flex: 1;
        width: auto !important;
        max-width: none;
    }

    .storage-unit-select-inline[b-k3tla1luzd] {
        width: 70px;
    }

    .table-row.editing .col-actions[b-k3tla1luzd] {
        flex-direction: column;
    }

    .table-row.editing .col-actions input[b-k3tla1luzd] {
        width: 100%;
        max-width: none;
    }

    .table-row.editing .col-actions .btn-action[b-k3tla1luzd] {
        flex: 1;
    }

    .password-field[b-k3tla1luzd] {
        width: 100% !important;
        max-width: none !important;
    }

    /* Modal */
    .modal-content[b-k3tla1luzd] {
        padding: 1.25rem;
        width: 95%;
        margin: 1rem;
    }

    .modal-title[b-k3tla1luzd] {
        font-size: 1.1rem;
    }

    .modal-text[b-k3tla1luzd] {
        font-size: 0.9rem;
    }

    .modal-actions[b-k3tla1luzd] {
        flex-direction: column-reverse;
        gap: 0.5rem;
    }

    .modal-actions .btn[b-k3tla1luzd] {
        width: 100%;
        justify-content: center;
    }

    /* Status messages */
    .status-output[b-k3tla1luzd] {
        padding: 0.6rem 0.75rem;
    }

    .status-text[b-k3tla1luzd] {
        font-size: 0.8rem;
    }

    /* Footer */
    .footer[b-k3tla1luzd] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer p[b-k3tla1luzd] {
        font-size: 0.75rem;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .container[b-k3tla1luzd] {
        padding: 0.75rem;
    }

    .title[b-k3tla1luzd] {
        font-size: 1.25rem;
    }

    .header-actions[b-k3tla1luzd] {
        flex-direction: column;
    }

    .btn-back[b-k3tla1luzd],
    .btn-logout[b-k3tla1luzd] {
        width: 100%;
    }

    .badge[b-k3tla1luzd] {
        font-size: 0.55rem;
        padding: 0.15rem 0.35rem;
    }

    .btn-action[b-k3tla1luzd] {
        padding: 0.5rem;
    }

    .col-actions[b-k3tla1luzd] {
        flex-direction: column;
    }

    .col-actions .btn-action[b-k3tla1luzd] {
        width: 100%;
    }
}
/* /Components/Pages/ChangePassword/ChangePassword.razor.rz.scp.css */
/* Scoped CSS for ChangePassword.razor - Dark Monochromatic Programmer Theme */

.container[b-4fofbmxka4] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-4fofbmxka4]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-4fofbmxka4] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.header-row[b-4fofbmxka4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-actions[b-4fofbmxka4] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.title[b-4fofbmxka4] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-4fofbmxka4] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-4fofbmxka4] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-4fofbmxka4] {
    max-width: 500px;
    margin: 0 auto;
    flex: 1;
    width: 100%;
}

.card[b-4fofbmxka4] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2rem;
    transition: all 0.3s ease;
    width: 100%;
}

.card:hover[b-4fofbmxka4] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.card-title[b-4fofbmxka4] {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.card-subtitle[b-4fofbmxka4] {
    color: #808080;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

.change-password-form[b-4fofbmxka4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-4fofbmxka4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-4fofbmxka4] {
    color: #b0b0b0;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-4fofbmxka4] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #e0e0e0;
    transition: all 0.3s ease;
    outline: none;
}

.form-control:focus[b-4fofbmxka4] {
    border-color: #ff3333;
    box-shadow: 0 0 0 2px rgba(255, 51, 51, 0.1);
    background-color: #151515;
}

.form-control[b-4fofbmxka4]::placeholder {
    color: #505050;
}

.form-control:disabled[b-4fofbmxka4] {
    opacity: 0.5;
    cursor: not-allowed;
}

.encryption-warning-box[b-4fofbmxka4] {
    background-color: rgba(245, 158, 11, 0.1);
    border: 1px solid #f59e0b;
    border-left: 3px solid #f59e0b;
    border-radius: 4px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.encryption-warning-icon[b-4fofbmxka4] {
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.encryption-warning-text[b-4fofbmxka4] {
    color: #d4a574;
    font-size: 0.85rem;
    line-height: 1.5;
}

.encryption-warning-text strong[b-4fofbmxka4] {
    color: #f59e0b;
}

.button-group[b-4fofbmxka4] {
    margin-top: 0.5rem;
}

.btn[b-4fofbmxka4] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.875rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn:hover[b-4fofbmxka4] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn-accent[b-4fofbmxka4] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    width: 100%;
    font-weight: 500;
}

.btn-accent:hover[b-4fofbmxka4] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-accent:disabled[b-4fofbmxka4] {
    background-color: #4a1a1a;
    border-color: #4a1a1a;
    color: #808080;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-back[b-4fofbmxka4] {
    background-color: transparent;
    border-color: #2a2a2a;
    color: #b0b0b0;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
}

.btn-back:hover[b-4fofbmxka4] {
    background-color: #1a1a1a;
    border-color: #ff3333;
    color: #ff3333;
}

.footer[b-4fofbmxka4] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-4fofbmxka4] {
    margin: 0;
}

/* ================================
   POPUP STYLES
   ================================ */

/* Success Popup */
.success-popup[b-4fofbmxka4] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: slideIn-b-4fofbmxka4 0.3s ease-out;
}

.success-popup.closing[b-4fofbmxka4] {
    animation: slideOut-b-4fofbmxka4 0.3s ease-in forwards;
}

.success-popup-content[b-4fofbmxka4] {
    background-color: #1a1a1a;
    border: 1px solid #22c55e;
    border-left: 4px solid #22c55e;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
    min-width: 320px;
    max-width: 450px;
}

.success-icon[b-4fofbmxka4] {
    color: #22c55e;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.success-text[b-4fofbmxka4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.success-title[b-4fofbmxka4] {
    color: #22c55e;
    font-weight: 600;
    font-size: 0.95rem;
}

.success-message[b-4fofbmxka4] {
    color: #808080;
    font-size: 0.85rem;
}

.success-close[b-4fofbmxka4] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.success-close:hover[b-4fofbmxka4] {
    color: #22c55e;
}

/* Error Popup */
.error-popup[b-4fofbmxka4] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: slideIn-b-4fofbmxka4 0.3s ease-out;
}

.error-popup.closing[b-4fofbmxka4] {
    animation: slideOut-b-4fofbmxka4 0.3s ease-in forwards;
}

.error-popup-content[b-4fofbmxka4] {
    background-color: #1a1a1a;
    border: 1px solid #ff3333;
    border-left: 4px solid #ff3333;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(255, 51, 51, 0.3);
    min-width: 320px;
    max-width: 450px;
}

.error-icon[b-4fofbmxka4] {
    color: #ff3333;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.error-text[b-4fofbmxka4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.error-title[b-4fofbmxka4] {
    color: #ff3333;
    font-weight: 600;
    font-size: 0.95rem;
}

.error-message[b-4fofbmxka4] {
    color: #808080;
    font-size: 0.85rem;
}

.error-close[b-4fofbmxka4] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.error-close:hover[b-4fofbmxka4] {
    color: #ff3333;
}

/* Warning Popup */
.warning-popup[b-4fofbmxka4] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: slideIn-b-4fofbmxka4 0.3s ease-out;
}

.warning-popup.closing[b-4fofbmxka4] {
    animation: slideOut-b-4fofbmxka4 0.3s ease-in forwards;
}

.warning-popup-content[b-4fofbmxka4] {
    background-color: #1a1a1a;
    border: 1px solid #f59e0b;
    border-left: 4px solid #f59e0b;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
    min-width: 320px;
    max-width: 450px;
}

.warning-icon[b-4fofbmxka4] {
    color: #f59e0b;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.warning-text[b-4fofbmxka4] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.warning-title[b-4fofbmxka4] {
    color: #f59e0b;
    font-weight: 600;
    font-size: 0.95rem;
}

.warning-message[b-4fofbmxka4] {
    color: #808080;
    font-size: 0.85rem;
}

.warning-close[b-4fofbmxka4] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.warning-close:hover[b-4fofbmxka4] {
    color: #f59e0b;
}

/* Animations */
@keyframes slideIn-b-4fofbmxka4 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut-b-4fofbmxka4 {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* ================================
   RESPONSIVE STYLES - MOBILE
   ================================ */

@media (max-width: 576px) {
    .container[b-4fofbmxka4] {
        padding: 1rem;
    }

    .header[b-4fofbmxka4] {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .header-row[b-4fofbmxka4] {
        flex-direction: column;
        align-items: flex-start;
    }

    .title[b-4fofbmxka4] {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .subtitle[b-4fofbmxka4] {
        font-size: 0.85rem;
    }

    .card[b-4fofbmxka4] {
        padding: 1.25rem;
    }

    .card-title[b-4fofbmxka4] {
        font-size: 1.25rem;
    }

    .card-subtitle[b-4fofbmxka4] {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .change-password-form[b-4fofbmxka4] {
        gap: 1rem;
    }

    .form-label[b-4fofbmxka4] {
        font-size: 0.85rem;
    }

    .form-control[b-4fofbmxka4] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .btn[b-4fofbmxka4] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .footer[b-4fofbmxka4] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer p[b-4fofbmxka4] {
        font-size: 0.75rem;
    }

    .success-popup[b-4fofbmxka4],
    .error-popup[b-4fofbmxka4],
    .warning-popup[b-4fofbmxka4] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .success-popup-content[b-4fofbmxka4],
    .error-popup-content[b-4fofbmxka4],
    .warning-popup-content[b-4fofbmxka4] {
        min-width: auto;
        max-width: none;
    }
}
/* /Components/Pages/EncryptedFile/EncryptedFile.razor.rz.scp.css */
/* Encrypted File Page Styles */

.encrypted-container[b-agy36hykrn] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0a0a;
    padding: 2rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.encrypted-card[b-agy36hykrn] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 3rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Loading State */
.loading-state[b-agy36hykrn],
.redirect-state[b-agy36hykrn] {
    color: #808080;
}

.loading-spinner[b-agy36hykrn] {
    width: 40px;
    height: 40px;
    border: 3px solid #2a2a2a;
    border-top-color: #ff3333;
    border-radius: 50%;
    animation: spin-b-agy36hykrn 0.8s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-agy36hykrn {
    to { transform: rotate(360deg); }
}

/* Error State */
.error-state[b-agy36hykrn] {
    color: #808080;
}

.error-icon[b-agy36hykrn] {
    color: #ff4444;
    margin-bottom: 1rem;
}

.error-state h2[b-agy36hykrn] {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.error-state p[b-agy36hykrn] {
    margin: 0;
    color: #808080;
}

/* Success State */
.success-state[b-agy36hykrn] {
    color: #808080;
}

.success-icon[b-agy36hykrn] {
    color: #4ade80;
    margin-bottom: 1rem;
}

.success-state h2[b-agy36hykrn] {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.success-state .file-name[b-agy36hykrn] {
    color: #b0b0b0;
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    word-break: break-all;
}

.success-state .file-size[b-agy36hykrn] {
    color: #606060;
    font-size: 0.9rem;
    margin: 0 0 1rem 0;
}

.success-state .success-message[b-agy36hykrn] {
    color: #4ade80;
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
}

/* Password Entry State */
.password-entry-state[b-agy36hykrn] {
    color: #e0e0e0;
}

.lock-icon[b-agy36hykrn] {
    color: #ff3333;
    margin-bottom: 1.5rem;
}

.password-entry-state h2[b-agy36hykrn] {
    color: #ffffff;
    font-size: 1.75rem;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.password-entry-state .file-name[b-agy36hykrn] {
    color: #b0b0b0;
    font-size: 1rem;
    margin: 0 0 0.25rem 0;
    word-break: break-all;
}

.password-entry-state .file-size[b-agy36hykrn] {
    color: #606060;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
}

.password-entry-state .file-info[b-agy36hykrn] {
    color: #606060;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

.password-form[b-agy36hykrn] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-group[b-agy36hykrn] {
    text-align: left;
}

.input-label[b-agy36hykrn] {
    display: block;
    color: #808080;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.password-input[b-agy36hykrn] {
    width: 100%;
    background-color: #0f0f0f;
    border: 2px solid #2a2a2a;
    color: #ffffff;
    padding: 1rem 1.25rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 1rem;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.password-input:focus[b-agy36hykrn] {
    border-color: #ff3333;
}

.password-input.error[b-agy36hykrn] {
    border-color: #ff4444;
    animation: shake-b-agy36hykrn 0.3s ease-in-out;
}

@keyframes shake-b-agy36hykrn {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-8px); }
    75% { transform: translateX(8px); }
}

.password-input[b-agy36hykrn]::placeholder {
    color: #404040;
}

.error-message[b-agy36hykrn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #ff4444;
    font-size: 0.9rem;
    margin: 0;
    padding: 0.75rem;
    background-color: rgba(255, 68, 68, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(255, 68, 68, 0.2);
}

.security-info[b-agy36hykrn] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: rgba(74, 222, 128, 0.05);
    border: 1px solid rgba(74, 222, 128, 0.1);
    border-radius: 8px;
    text-align: left;
}

.security-info svg[b-agy36hykrn] {
    color: #4ade80;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.security-info span[b-agy36hykrn] {
    color: #808080;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* Button Styles */
.btn[b-agy36hykrn] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.75rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn:hover:not(:disabled)[b-agy36hykrn] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
}

.btn:disabled[b-agy36hykrn] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-accent[b-agy36hykrn] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
}

.btn-accent:hover:not(:disabled)[b-agy36hykrn] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-large[b-agy36hykrn] {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
}

.btn-spinner[b-agy36hykrn] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-agy36hykrn 0.6s linear infinite;
}

/* Responsive */
@media (max-width: 480px) {
    .encrypted-card[b-agy36hykrn] {
        padding: 2rem 1.5rem;
    }
    
    .password-entry-state h2[b-agy36hykrn] {
        font-size: 1.5rem;
    }
    
    .password-input[b-agy36hykrn] {
        padding: 0.875rem 1rem;
    }
}
/* /Components/Pages/Error/Error.razor.rz.scp.css */
/* Scoped CSS for Error.razor - Dark Monochromatic Programmer Theme */

.container[b-9nzv4wtkn2] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-9nzv4wtkn2]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-9nzv4wtkn2] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.title[b-9nzv4wtkn2] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-9nzv4wtkn2] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-9nzv4wtkn2] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-9nzv4wtkn2] {
    max-width: 600px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.card[b-9nzv4wtkn2] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2.5rem;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.card:hover[b-9nzv4wtkn2] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.error-icon[b-9nzv4wtkn2] {
    margin-bottom: 1.5rem;
    color: #ff3333;
    animation: pulse-b-9nzv4wtkn2 2s ease-in-out infinite;
}

@keyframes pulse-b-9nzv4wtkn2 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

.card-title[b-9nzv4wtkn2] {
    font-size: 1.75rem;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.card-subtitle[b-9nzv4wtkn2] {
    color: #808080;
    font-size: 1rem;
    margin: 0 0 2rem 0;
}

.error-details[b-9nzv4wtkn2] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.detail-line[b-9nzv4wtkn2] {
    color: #b0b0b0;
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.detail-line:first-child[b-9nzv4wtkn2] {
    margin-top: 0;
}

.detail-line:last-child[b-9nzv4wtkn2] {
    margin-bottom: 0;
}

.request-id-box[b-9nzv4wtkn2] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.request-label[b-9nzv4wtkn2] {
    color: #808080;
    font-size: 0.9rem;
}

.request-code[b-9nzv4wtkn2] {
    background-color: #1a1a1a;
    color: #ff3333;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.85rem;
    border: 1px solid #2a2a2a;
    word-break: break-all;
}

.button-group[b-9nzv4wtkn2] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.btn[b-9nzv4wtkn2] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.875rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn:hover[b-9nzv4wtkn2] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn-accent[b-9nzv4wtkn2] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    font-weight: 500;
}

.btn-accent:hover[b-9nzv4wtkn2] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.error-footer[b-9nzv4wtkn2] {
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
}

.footer-text[b-9nzv4wtkn2] {
    color: #505050;
    font-size: 0.85rem;
    margin: 0;
}

.footer[b-9nzv4wtkn2] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-9nzv4wtkn2] {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .container[b-9nzv4wtkn2] {
        padding: 1rem;
    }

    .title[b-9nzv4wtkn2] {
        font-size: 1.8rem;
    }

    .card[b-9nzv4wtkn2] {
        padding: 1.5rem;
    }

    .card-title[b-9nzv4wtkn2] {
        font-size: 1.4rem;
    }

    .content-section[b-9nzv4wtkn2] {
        align-items: flex-start;
        padding-top: 1rem;
    }

    .error-icon svg[b-9nzv4wtkn2] {
        width: 60px;
        height: 60px;
    }

    .button-group[b-9nzv4wtkn2] {
        flex-direction: column;
    }

    .btn[b-9nzv4wtkn2] {
        width: 100%;
    }
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
/* Scoped CSS for Home.razor */

/* Prevent text selection highlighting in hero section */
.hero-content [b-zp55crsf8p]::selection {
    background: transparent;
}

/* Hero Section */
.hero-section[b-zp55crsf8p] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    background: var(--dark-bg);
    color: var(--text-primary);
    user-select: none;
}

/* Prevent focus outline on non-interactive decorative elements */
.hero-section *:focus:not(:focus-visible)[b-zp55crsf8p] {
    outline: none;
}

/* Proper focus-visible styling for interactive elements */
.copy-btn:focus-visible[b-zp55crsf8p],
.login-btn:focus-visible[b-zp55crsf8p] {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

#starsCanvas[b-zp55crsf8p] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero-content[b-zp55crsf8p] {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    width: 100%;
    animation: fadeInUp-b-zp55crsf8p 1s ease-out;
}

@keyframes fadeInUp-b-zp55crsf8p {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Profile Container */
.profile-container[b-zp55crsf8p] {
    text-align: center;
    margin-bottom: 4rem;
}

.profile-avatar[b-zp55crsf8p] {
    width: 180px;
    height: 180px;
    margin: 0 auto 2rem;
    position: relative;
    animation: float-b-zp55crsf8p 3s ease-in-out infinite;
}

@keyframes float-b-zp55crsf8p {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.avatar-ring[b-zp55crsf8p] {
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: var(--gradient-1);
    animation: rotate-b-zp55crsf8p 3s linear infinite;
    opacity: 0.8;
}

@keyframes rotate-b-zp55crsf8p {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.avatar-inner[b-zp55crsf8p] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--darker-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--dark-bg);
}

.avatar-inner svg[b-zp55crsf8p] {
    width: 90px;
    height: 90px;
    color: var(--primary-color);
    filter: drop-shadow(0 0 20px rgba(88, 101, 242, 0.5));
}

.profile-name[b-zp55crsf8p] {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0066ff 0%, #0033cc 50%, #00ccff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    letter-spacing: -2px;
    filter: drop-shadow(0 0 60px rgba(0, 102, 255, 0.5));
    user-select: none;
    -webkit-user-select: none;
}

.profile-tagline[b-zp55crsf8p] {
    font-size: 1.5rem;
    color: var(--text-secondary);
    font-weight: 300;
    letter-spacing: 2px;
    user-select: none;
    -webkit-user-select: none;
}

/* Discord Card */
.discord-card[b-zp55crsf8p] {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 3rem;
    margin: 0 auto 3rem;
    max-width: 600px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discord-card:hover[b-zp55crsf8p] {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 102, 255, 0.4);
}

.discord-header[b-zp55crsf8p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.discord-icon[b-zp55crsf8p] {
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    animation: pulse-b-zp55crsf8p 2s ease-in-out infinite;
}

@keyframes pulse-b-zp55crsf8p {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.discord-header h2[b-zp55crsf8p] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-primary);
}

.discord-username[b-zp55crsf8p] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 2rem;
    background: rgba(88, 101, 242, 0.1);
    border-radius: 16px;
    border: 2px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

.discord-username[b-zp55crsf8p]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 204, 255, 0.4), transparent);
    transform: translateX(-100%);
    animation: shimmer-b-zp55crsf8p 3s infinite;
}

@keyframes shimmer-b-zp55crsf8p {
    to {
        transform: translateX(100%);
    }
}

.username-text[b-zp55crsf8p] {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Consolas', 'Monaco', monospace;
    color: var(--primary-color);
    text-shadow: 0 0 20px rgba(88, 101, 242, 0.5);
}

.copy-btn[b-zp55crsf8p] {
    background: var(--primary-color);
    border: none;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.copy-btn:hover[b-zp55crsf8p] {
    background: var(--secondary-color);
    transform: scale(1.1);
}

.copy-btn:active[b-zp55crsf8p] {
    transform: scale(0.95);
}

.copy-btn svg[b-zp55crsf8p] {
    width: 20px;
    height: 20px;
}

/* Login Card */
.login-card[b-zp55crsf8p] {
    display: flex;
    justify-content: center;
    margin: 0 auto 3rem;
}

.login-btn[b-zp55crsf8p] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 102, 255, 0.3);
}

.login-btn:hover[b-zp55crsf8p] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 102, 255, 0.5);
}

.login-btn:active[b-zp55crsf8p] {
    transform: translateY(-1px);
}

/* Features Grid */
.features-grid[b-zp55crsf8p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card[b-zp55crsf8p] {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover[b-zp55crsf8p] {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 40px rgba(0, 102, 255, 0.4);
}

.feature-icon[b-zp55crsf8p] {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: bounce-b-zp55crsf8p 2s ease-in-out infinite;
}

.feature-card:nth-child(2) .feature-icon[b-zp55crsf8p] {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) .feature-icon[b-zp55crsf8p] {
    animation-delay: 0.4s;
}

@keyframes bounce-b-zp55crsf8p {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.feature-card h3[b-zp55crsf8p] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.feature-card p[b-zp55crsf8p] {
    color: var(--text-secondary);
    font-size: 1rem;
}

/* Animated Background */
.animated-background[b-zp55crsf8p] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.gradient-orb[b-zp55crsf8p] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    animation: floatOrb-b-zp55crsf8p 20s ease-in-out infinite;
}

.orb-1[b-zp55crsf8p] {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #0066ff 0%, transparent 70%);
    top: -250px;
    left: -250px;
    animation-delay: 0s;
}

.orb-2[b-zp55crsf8p] {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #0099ff 0%, transparent 70%);
    bottom: -200px;
    right: -200px;
    animation-delay: 5s;
}

.orb-3[b-zp55crsf8p] {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #00ccff 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 10s;
}

@keyframes floatOrb-b-zp55crsf8p {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(100px, -100px) scale(1.1);
    }
    66% {
        transform: translate(-100px, 100px) scale(0.9);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-name[b-zp55crsf8p] {
        font-size: 2.5rem;
    }
    
    .profile-tagline[b-zp55crsf8p] {
        font-size: 1rem;
    }
    
    .discord-card[b-zp55crsf8p] {
        padding: 2rem;
    }
    
    .username-text[b-zp55crsf8p] {
        font-size: 1.5rem;
    }
    
    .features-grid[b-zp55crsf8p] {
        grid-template-columns: 1fr;
    }
    
    .hero-section[b-zp55crsf8p] {
        padding: 1rem;
    }
}

/* Layout Styles (from MainLayout.razor.css) */
.page[b-zp55crsf8p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-zp55crsf8p] {
    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-zp55crsf8p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* Scoped CSS for Login.razor - Dark Monochromatic Programmer Theme */

.container[b-9b5n499gw1] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-9b5n499gw1]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-9b5n499gw1] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.title[b-9b5n499gw1] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-9b5n499gw1] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-9b5n499gw1] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-9b5n499gw1] {
    max-width: 500px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.card[b-9b5n499gw1] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2rem;
    transition: all 0.3s ease;
    width: 100%;
}

.card:hover[b-9b5n499gw1] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.card-title[b-9b5n499gw1] {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.card-subtitle[b-9b5n499gw1] {
    color: #808080;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

.login-form[b-9b5n499gw1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-9b5n499gw1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-9b5n499gw1] {
    color: #b0b0b0;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control[b-9b5n499gw1] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #e0e0e0;
    transition: all 0.3s ease;
    outline: none;
}

.form-control:focus[b-9b5n499gw1] {
    border-color: #ff3333;
    box-shadow: 0 0 0 2px rgba(255, 51, 51, 0.1);
    background-color: #151515;
}

.form-control[b-9b5n499gw1]::placeholder {
    color: #505050;
}

.button-group[b-9b5n499gw1] {
    margin-top: 0.5rem;
}

.btn[b-9b5n499gw1] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.875rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover[b-9b5n499gw1] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn-accent[b-9b5n499gw1] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    width: 100%;
    font-weight: 500;
}

.btn-accent:hover[b-9b5n499gw1] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.login-footer[b-9b5n499gw1] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
}

.footer-text[b-9b5n499gw1] {
    color: #505050;
    font-size: 0.85rem;
    margin: 0;
}

.link[b-9b5n499gw1] {
    color: #ff3333;
    text-decoration: none;
    font-weight: 500;
}

.link:hover[b-9b5n499gw1] {
    text-decoration: underline;
}

.footer[b-9b5n499gw1] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-9b5n499gw1] {
    margin: 0;
}

/* ================================
   RESPONSIVE STYLES - MOBILE
   ================================ */

@media (max-width: 576px) {
    .container[b-9b5n499gw1] {
        padding: 1rem;
    }

    .header[b-9b5n499gw1] {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .title[b-9b5n499gw1] {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .subtitle[b-9b5n499gw1] {
        font-size: 0.85rem;
    }

    .content-section[b-9b5n499gw1] {
        align-items: flex-start;
        padding-top: 0.5rem;
    }

    .card[b-9b5n499gw1] {
        padding: 1.25rem;
    }

    .card-title[b-9b5n499gw1] {
        font-size: 1.25rem;
    }

    .card-subtitle[b-9b5n499gw1] {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .login-form[b-9b5n499gw1] {
        gap: 1rem;
    }

    .form-label[b-9b5n499gw1] {
        font-size: 0.85rem;
    }

    .form-control[b-9b5n499gw1] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }

    .btn[b-9b5n499gw1] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .login-footer[b-9b5n499gw1] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer-text[b-9b5n499gw1] {
        font-size: 0.75rem;
    }

    .footer[b-9b5n499gw1] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer p[b-9b5n499gw1] {
        font-size: 0.75rem;
    }
}

/* Error Popup Styles */
.error-popup[b-9b5n499gw1] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: slideIn-b-9b5n499gw1 0.3s ease-out;
}

.error-popup.closing[b-9b5n499gw1] {
    animation: slideOut-b-9b5n499gw1 0.3s ease-in forwards;
}

.error-popup-content[b-9b5n499gw1] {
    background-color: #1a1a1a;
    border: 1px solid #ff3333;
    border-left: 4px solid #ff3333;
    border-radius: 4px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(255, 51, 51, 0.3);
    min-width: 320px;
    max-width: 450px;
}

.error-icon[b-9b5n499gw1] {
    color: #ff3333;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-text[b-9b5n499gw1] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.error-title[b-9b5n499gw1] {
    color: #ff3333;
    font-weight: 600;
    font-size: 0.95rem;
}

.error-message[b-9b5n499gw1] {
    color: #808080;
    font-size: 0.85rem;
}

.error-close[b-9b5n499gw1] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.error-close:hover[b-9b5n499gw1] {
    color: #ff3333;
}

@keyframes slideIn-b-9b5n499gw1 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOut-b-9b5n499gw1 {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

@media (max-width: 576px) {
    .error-popup[b-9b5n499gw1] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .error-popup-content[b-9b5n499gw1] {
        min-width: auto;
        max-width: none;
    }
}

/* Warning Popup (for important notices like encrypted files deleted) */
.warning-popup[b-9b5n499gw1] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: slideIn-b-9b5n499gw1 0.3s ease forwards;
}

.warning-popup.closing[b-9b5n499gw1] {
    animation: slideOut-b-9b5n499gw1 0.3s ease forwards;
}

.warning-popup-content[b-9b5n499gw1] {
    background-color: #1a1a1a;
    border: 1px solid #f59e0b;
    border-left: 4px solid #f59e0b;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.3);
    min-width: 320px;
    max-width: 500px;
}

.warning-icon[b-9b5n499gw1] {
    color: #f59e0b;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.125rem;
}

.warning-text[b-9b5n499gw1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.warning-title[b-9b5n499gw1] {
    color: #f59e0b;
    font-weight: 600;
    font-size: 0.95rem;
}

.warning-message[b-9b5n499gw1] {
    color: #c0c0c0;
    font-size: 0.85rem;
    line-height: 1.5;
}

.warning-close[b-9b5n499gw1] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.warning-close:hover[b-9b5n499gw1] {
    color: #f59e0b;
}

@media (max-width: 576px) {
    .warning-popup[b-9b5n499gw1] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
    }

    .warning-popup-content[b-9b5n499gw1] {
        min-width: auto;
        max-width: none;
    }
}
/* /Components/Pages/NotFound/NotFound.razor.rz.scp.css */
/* Scoped CSS for NotFound.razor - Dark Monochromatic Programmer Theme */

.container[b-0libeay9am] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-0libeay9am]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-0libeay9am] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.title[b-0libeay9am] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-0libeay9am] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-0libeay9am] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-0libeay9am] {
    max-width: 600px;
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}

.card[b-0libeay9am] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2.5rem;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.card:hover[b-0libeay9am] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.error-icon[b-0libeay9am] {
    margin-bottom: 1.5rem;
    color: #ff3333;
    animation: pulse-b-0libeay9am 2s ease-in-out infinite;
}

@keyframes pulse-b-0libeay9am {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

.card-title[b-0libeay9am] {
    font-size: 1.75rem;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.card-subtitle[b-0libeay9am] {
    color: #808080;
    font-size: 1rem;
    margin: 0 0 2rem 0;
}

.redirect-info[b-0libeay9am] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.redirect-text[b-0libeay9am] {
    color: #b0b0b0;
    font-size: 0.95rem;
    margin: 0 0 1rem 0;
}

.countdown[b-0libeay9am] {
    color: #ff3333;
    font-weight: 700;
    font-size: 1.2rem;
}

.progress-bar[b-0libeay9am] {
    background-color: #2a2a2a;
    border-radius: 4px;
    height: 6px;
    overflow: hidden;
}

.progress-fill[b-0libeay9am] {
    background: linear-gradient(90deg, #ff3333, #ff4444);
    height: 100%;
    transition: width 1s linear;
    border-radius: 4px;
}

.button-group[b-0libeay9am] {
    margin-bottom: 1.5rem;
}

.btn[b-0libeay9am] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.875rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover[b-0libeay9am] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn-accent[b-0libeay9am] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    font-weight: 500;
}

.btn-accent:hover[b-0libeay9am] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.error-footer[b-0libeay9am] {
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
}

.footer-text[b-0libeay9am] {
    color: #505050;
    font-size: 0.85rem;
    margin: 0;
}

.footer[b-0libeay9am] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-0libeay9am] {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .container[b-0libeay9am] {
        padding: 1rem;
    }

    .title[b-0libeay9am] {
        font-size: 1.8rem;
    }

    .card[b-0libeay9am] {
        padding: 1.5rem;
    }

    .card-title[b-0libeay9am] {
        font-size: 1.4rem;
    }

    .content-section[b-0libeay9am] {
        align-items: flex-start;
        padding-top: 1rem;
    }

    .error-icon svg[b-0libeay9am] {
        width: 60px;
        height: 60px;
    }
}
/* /Components/Pages/ProtectedFile/ProtectedFile.razor.rz.scp.css */
/* Protected File Page Styles */

.protected-container[b-lhouum8huu] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0a0a;
    padding: 2rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.protected-card[b-lhouum8huu] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 3rem;
    max-width: 450px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Loading State */
.loading-state[b-lhouum8huu],
.redirect-state[b-lhouum8huu] {
    color: #808080;
}

.loading-spinner[b-lhouum8huu] {
    width: 40px;
    height: 40px;
    border: 3px solid #2a2a2a;
    border-top-color: #ff3333;
    border-radius: 50%;
    animation: spin-b-lhouum8huu 0.8s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-lhouum8huu {
    to { transform: rotate(360deg); }
}

/* Error State */
.error-state[b-lhouum8huu] {
    color: #808080;
}

.error-icon[b-lhouum8huu] {
    color: #ff4444;
    margin-bottom: 1rem;
}

.error-state h2[b-lhouum8huu] {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.error-state p[b-lhouum8huu] {
    margin: 0;
    color: #808080;
}

/* Success State */
.success-state[b-lhouum8huu] {
    color: #808080;
}

.success-icon[b-lhouum8huu] {
    color: #4ade80;
    margin-bottom: 1rem;
}

.success-state h2[b-lhouum8huu] {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 0 0.5rem 0;
}

.success-state .file-size[b-lhouum8huu] {
    color: #606060;
    font-size: 0.9rem;
    margin: 0 0 1.5rem 0;
}

/* PIN Entry State */
.pin-entry-state[b-lhouum8huu] {
    color: #e0e0e0;
}

.lock-icon[b-lhouum8huu] {
    color: #ff3333;
    margin-bottom: 1.5rem;
}

.pin-entry-state h2[b-lhouum8huu] {
    color: #ffffff;
    font-size: 1.75rem;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.pin-entry-state .file-name[b-lhouum8huu] {
    color: #b0b0b0;
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
    word-break: break-all;
}

.pin-entry-state .file-info[b-lhouum8huu] {
    color: #606060;
    font-size: 0.9rem;
    margin: 0 0 2rem 0;
}

.pin-form[b-lhouum8huu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pin-input-large[b-lhouum8huu] {
    background-color: #0f0f0f;
    border: 2px solid #2a2a2a;
    color: #ffffff;
    padding: 1rem 1.25rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 1.5rem;
    border-radius: 8px;
    text-align: center;
    letter-spacing: 0.5rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.pin-input-large:focus[b-lhouum8huu] {
    border-color: #ff3333;
}

.pin-input-large.error[b-lhouum8huu] {
    border-color: #ff4444;
    animation: shake-b-lhouum8huu 0.3s ease-in-out;
}

@keyframes shake-b-lhouum8huu {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-8px); }
    75% { transform: translateX(8px); }
}

.pin-input-large[b-lhouum8huu]::placeholder {
    letter-spacing: normal;
    font-size: 1rem;
    color: #404040;
}

.error-message[b-lhouum8huu] {
    color: #ff4444;
    font-size: 0.9rem;
    margin: 0;
}

/* Button Styles */
.btn[b-lhouum8huu] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.75rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn:hover[b-lhouum8huu] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
}

.btn-accent[b-lhouum8huu] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
}

.btn-accent:hover[b-lhouum8huu] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-large[b-lhouum8huu] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn:disabled[b-lhouum8huu] {
    background-color: #0f0f0f;
    color: #404040;
    border-color: #1a1a1a;
    cursor: not-allowed;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 480px) {
    .protected-card[b-lhouum8huu] {
        padding: 2rem 1.5rem;
    }

    .pin-entry-state h2[b-lhouum8huu] {
        font-size: 1.5rem;
    }

    .pin-input-large[b-lhouum8huu] {
        font-size: 1.25rem;
        letter-spacing: 0.3rem;
    }

    .btn-large[b-lhouum8huu] {
        width: 100%;
    }
}
/* /Components/Pages/Register/Register.razor.rz.scp.css */
/* Scoped CSS for Register.razor - Dark Monochromatic Programmer Theme */

.container[b-n0989vakqu] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header[b-n0989vakqu] {
    text-align: center;
    margin-bottom: 2rem;
}

.title[b-n0989vakqu] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.subtitle[b-n0989vakqu] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-n0989vakqu] {
    color: #9b59b6;
    font-weight: 600;
}

.content-section[b-n0989vakqu] {
    width: 100%;
    max-width: 450px;
}

.card[b-n0989vakqu] {
    background-color: #111111;
    border: 1px solid #9b59b6;
    border-radius: 8px;
    padding: 2rem;
}

.card-title[b-n0989vakqu] {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
}

.card-subtitle[b-n0989vakqu] {
    font-size: 0.9rem;
    color: #808080;
    margin: 0 0 1.5rem 0;
}

.register-form[b-n0989vakqu] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group[b-n0989vakqu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label[b-n0989vakqu] {
    font-size: 0.85rem;
    color: #9b59b6;
}

.form-control[b-n0989vakqu] {
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    color: #e0e0e0;
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus[b-n0989vakqu] {
    outline: none;
    border-color: #9b59b6;
    box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.15);
}

.form-control[b-n0989vakqu]::placeholder {
    color: #606060;
}

.form-control:disabled[b-n0989vakqu] {
    opacity: 0.6;
    cursor: not-allowed;
}

.textarea[b-n0989vakqu] {
    resize: vertical;
    min-height: 80px;
}

.validation-message[b-n0989vakqu] {
    color: #e74c3c;
    font-size: 0.8rem;
}

.button-group[b-n0989vakqu] {
    margin-top: 0.5rem;
}

.btn[b-n0989vakqu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
}

.btn-accent[b-n0989vakqu] {
    background-color: #9b59b6;
    color: #ffffff;
}

.btn-accent:hover:not(:disabled)[b-n0989vakqu] {
    background-color: #8e44ad;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.3);
}

.btn-accent:disabled[b-n0989vakqu] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.spinner[b-n0989vakqu] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-n0989vakqu 0.8s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin-b-n0989vakqu {
    to { transform: rotate(360deg); }
}

.register-footer[b-n0989vakqu] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
}

.footer-text[b-n0989vakqu] {
    font-size: 0.85rem;
    color: #606060;
    margin: 0;
}

.link[b-n0989vakqu] {
    color: #9b59b6;
    text-decoration: none;
    font-weight: 500;
}

.link:hover[b-n0989vakqu] {
    text-decoration: underline;
}

.footer[b-n0989vakqu] {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: #606060;
}

/* Message Popup */
.message-popup[b-n0989vakqu] {
    position: fixed;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    animation: slideDown-b-n0989vakqu 0.3s ease-out;
}

.message-popup.closing[b-n0989vakqu] {
    animation: slideUp-b-n0989vakqu 0.3s ease-out forwards;
}

@keyframes slideDown-b-n0989vakqu {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes slideUp-b-n0989vakqu {
    from {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
}

.message-popup-content[b-n0989vakqu] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    min-width: 320px;
    max-width: 500px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.message-popup.error .message-popup-content[b-n0989vakqu] {
    background-color: #1a0a0a;
    border: 1px solid rgba(231, 76, 60, 0.6);
}

.message-popup.success .message-popup-content[b-n0989vakqu] {
    background-color: #0a1a0f;
    border: 1px solid rgba(46, 204, 113, 0.6);
}

.message-icon[b-n0989vakqu] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.message-popup.error .message-icon[b-n0989vakqu] {
    color: #e74c3c;
}

.message-popup.success .message-icon[b-n0989vakqu] {
    color: #2ecc71;
}

.message-text[b-n0989vakqu] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.message-title[b-n0989vakqu] {
    font-weight: 600;
    font-size: 0.95rem;
}

.message-popup.error .message-title[b-n0989vakqu] {
    color: #e74c3c;
}

.message-popup.success .message-title[b-n0989vakqu] {
    color: #2ecc71;
}

.message-content[b-n0989vakqu] {
    font-size: 0.85rem;
    color: #b0b0b0;
}

.message-close[b-n0989vakqu] {
    background: none;
    border: none;
    color: #808080;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease;
}

.message-close:hover[b-n0989vakqu] {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 480px) {
    .container[b-n0989vakqu] {
        padding: 1rem;
    }
    
    .card[b-n0989vakqu] {
        padding: 1.5rem;
    }
    
    .title[b-n0989vakqu] {
        font-size: 2rem;
    }
    
    .message-popup-content[b-n0989vakqu] {
        min-width: 280px;
        margin: 0 1rem;
    }
}

/* Disabled Registration State */
.disabled-card[b-n0989vakqu] {
    border-color: #666;
}

.disabled-card .card-title[b-n0989vakqu] {
    color: #999;
}

.disabled-message[b-n0989vakqu] {
    color: #808080;
    font-size: 0.9rem;
    margin: 1rem 0;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.loading-state[b-n0989vakqu] {
    text-align: center;
    padding: 2rem;
    color: #808080;
}

.loading-state p[b-n0989vakqu] {
    animation: pulse-b-n0989vakqu 1.5s ease-in-out infinite;
}

@keyframes pulse-b-n0989vakqu {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
/* /Components/Pages/TermsOfService/TermsOfService.razor.rz.scp.css */
/* Scoped CSS for TermsOfService.razor - Dark Monochromatic Programmer Theme */

.container[b-xl4exqcphh] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-xl4exqcphh]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-xl4exqcphh] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.title[b-xl4exqcphh] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-xl4exqcphh] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.accent[b-xl4exqcphh] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-xl4exqcphh] {
    max-width: 800px;
    margin: 0 auto;
    flex: 1;
    width: 100%;
}

.card[b-xl4exqcphh] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 2rem;
    transition: all 0.3s ease;
    width: 100%;
}

.card:hover[b-xl4exqcphh] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

/* Notice bar */
.tos-notice[b-xl4exqcphh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: rgba(255, 51, 51, 0.08);
    border: 1px solid rgba(255, 51, 51, 0.2);
    border-radius: 4px;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
}

.notice-icon[b-xl4exqcphh] {
    color: #ff3333;
    flex-shrink: 0;
    display: flex;
}

.tos-notice p[b-xl4exqcphh] {
    margin: 0;
    color: #b0b0b0;
    font-size: 0.9rem;
}

/* ToS content area */
.tos-content[b-xl4exqcphh] {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 2rem;
}

.tos-content[b-xl4exqcphh]::-webkit-scrollbar {
    width: 6px;
}

.tos-content[b-xl4exqcphh]::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.tos-content[b-xl4exqcphh]::-webkit-scrollbar-thumb {
    background: #3a3a3a;
    border-radius: 3px;
}

.tos-content[b-xl4exqcphh]::-webkit-scrollbar-thumb:hover {
    background: #4a4a4a;
}

.tos-intro[b-xl4exqcphh] {
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #2a2a2a;
}

.section-title[b-xl4exqcphh] {
    color: #ff3333;
    font-size: 1.1rem;
    margin: 2rem 0 0.75rem 0;
    font-weight: 600;
}

.tos-content h4[b-xl4exqcphh] {
    color: #d0d0d0;
    font-size: 0.95rem;
    margin: 1rem 0 0.5rem 0;
    font-weight: 600;
}

.tos-content p[b-xl4exqcphh] {
    color: #b0b0b0;
    font-size: 0.85rem;
    margin: 0.5rem 0;
    line-height: 1.7;
}

.tos-content ul[b-xl4exqcphh] {
    color: #b0b0b0;
    font-size: 0.85rem;
    margin: 0.5rem 0;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.tos-content li[b-xl4exqcphh] {
    margin-bottom: 0.25rem;
}

.tos-content strong[b-xl4exqcphh] {
    color: #e0e0e0;
}

.tos-content a.link[b-xl4exqcphh] {
    color: #ff3333;
    text-decoration: none;
}

.tos-content a.link:hover[b-xl4exqcphh] {
    text-decoration: underline;
}

/* Accept section */
.tos-accept[b-xl4exqcphh] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: flex-start;
}

.accept-checkbox[b-xl4exqcphh] {
    width: 100%;
}

.checkbox-label[b-xl4exqcphh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.checkbox-label input[type="checkbox"][b-xl4exqcphh] {
    display: none;
}

.checkbox-custom[b-xl4exqcphh] {
    width: 20px;
    height: 20px;
    border: 2px solid #3a3a3a;
    border-radius: 3px;
    background-color: #0f0f0f;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom[b-xl4exqcphh] {
    background-color: #ff3333;
    border-color: #ff3333;
}

.checkbox-label input[type="checkbox"]:checked ~ .checkbox-custom[b-xl4exqcphh]::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label:hover .checkbox-custom[b-xl4exqcphh] {
    border-color: #ff3333;
}

.checkbox-text[b-xl4exqcphh] {
    color: #b0b0b0;
    font-size: 0.9rem;
}

/* Buttons */
.btn[b-xl4exqcphh] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.875rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover:not(:disabled)[b-xl4exqcphh] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn:disabled[b-xl4exqcphh] {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.btn-accent[b-xl4exqcphh] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
    width: 100%;
    font-weight: 500;
}

.btn-accent:hover:not(:disabled)[b-xl4exqcphh] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-accent:disabled[b-xl4exqcphh] {
    background-color: #661a1a;
    border-color: #661a1a;
}

/* Spinner */
.spinner[b-xl4exqcphh] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-xl4exqcphh 0.6s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin-b-xl4exqcphh {
    to { transform: rotate(360deg); }
}

/* Footer */
.footer[b-xl4exqcphh] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-xl4exqcphh] {
    margin: 0;
}

/* ================================
   RESPONSIVE STYLES - MOBILE
   ================================ */

@media (max-width: 576px) {
    .container[b-xl4exqcphh] {
        padding: 1rem;
    }

    .header[b-xl4exqcphh] {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .title[b-xl4exqcphh] {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .subtitle[b-xl4exqcphh] {
        font-size: 0.85rem;
    }

    .card[b-xl4exqcphh] {
        padding: 1.25rem;
    }

    .tos-notice[b-xl4exqcphh] {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .tos-content[b-xl4exqcphh] {
        max-height: 50vh;
        padding-right: 0.5rem;
    }

    .section-title[b-xl4exqcphh] {
        font-size: 1rem;
    }

    .tos-content p[b-xl4exqcphh],
    .tos-content ul[b-xl4exqcphh] {
        font-size: 0.8rem;
    }

    .checkbox-text[b-xl4exqcphh] {
        font-size: 0.85rem;
    }

    .btn[b-xl4exqcphh] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .footer[b-xl4exqcphh] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer p[b-xl4exqcphh] {
        font-size: 0.75rem;
    }
}
/* /Components/Pages/Upload.razor.rz.scp.css */
/* Scoped CSS for Test.razor - Dark Monochromatic Programmer Theme */

.container[b-7t19in9q5z] {
    background-color: #0a0a0a;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    min-height: 100vh;
    padding: 2rem;
    line-height: 1.6;
    position: relative;
}

.container[b-7t19in9q5z]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a0a0a;
    z-index: -1;
}

.header[b-7t19in9q5z] {
    border-bottom: 2px solid #ff3333;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.header-row[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.title[b-7t19in9q5z] {
    font-size: 2.5rem;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.subtitle[b-7t19in9q5z] {
    font-size: 1rem;
    color: #808080;
    margin: 0;
}

.header-actions[b-7t19in9q5z] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-admin[b-7t19in9q5z] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #ff3333;
    padding: 0.6rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-admin:hover[b-7t19in9q5z] {
    background-color: #ff3333;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn-settings[b-7t19in9q5z] {
    background-color: #1a1a1a;
    color: #b0b0b0;
    border: 1px solid #2a2a2a;
    padding: 0.6rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-settings:hover[b-7t19in9q5z] {
    background-color: #2a2a2a;
    color: #ff3333;
    border-color: #ff3333;
    transform: translateY(-2px);
}

.btn-logout[b-7t19in9q5z] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #666666;
    padding: 0.6rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-logout:hover[b-7t19in9q5z] {
    background-color: #333333;
    color: #ffffff;
    border-color: #888888;
    transform: translateY(-2px);
}

.accent[b-7t19in9q5z] {
    color: #ff3333;
    font-weight: 600;
}

.content-section[b-7t19in9q5z] {
    max-width: 1200px;
    margin: 0 auto;
}

.card[b-7t19in9q5z] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.card:hover[b-7t19in9q5z] {
    background-color: #1f1f1f;
    border-left-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.1);
}

.card-title[b-7t19in9q5z] {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.card-text[b-7t19in9q5z] {
    color: #b0b0b0;
    margin: 0;
    line-height: 1.8;
}

.info-grid[b-7t19in9q5z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.info-item[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
}

.label[b-7t19in9q5z] {
    color: #808080;
    font-weight: 500;
}

.value[b-7t19in9q5z] {
    color: #e0e0e0;
    font-weight: 600;
}

.code-block[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1.5rem;
    overflow-x: auto;
    margin: 0;
}

.code-block code[b-7t19in9q5z] {
    color: #b0b0b0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.8;
}

.button-group[b-7t19in9q5z] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn[b-7t19in9q5z] {
    background-color: #1a1a1a;
    color: #e0e0e0;
    border: 1px solid #2a2a2a;
    padding: 0.75rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn:hover[b-7t19in9q5z] {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
    transform: translateY(-2px);
}

.btn-accent[b-7t19in9q5z] {
    background-color: #ff3333;
    color: #ffffff;
    border-color: #ff3333;
}

.btn-accent:hover[b-7t19in9q5z] {
    background-color: #ff4444;
    border-color: #ff4444;
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.3);
}

.btn:disabled[b-7t19in9q5z] {
    background-color: #0f0f0f;
    color: #404040;
    border-color: #1a1a1a;
    cursor: not-allowed;
    transform: none;
    opacity: 0.5;
}

.btn:disabled:hover[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border-color: #1a1a1a;
    transform: none;
}

.status-output[b-7t19in9q5z] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-left: 3px solid #ff3333;
    border-radius: 4px;
}

.status-text[b-7t19in9q5z] {
    color: #b0b0b0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

.footer[b-7t19in9q5z] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    color: #808080;
    font-size: 0.9rem;
}

.footer p[b-7t19in9q5z] {
    margin: 0;
}

/* Scrollbar styling for dark theme */
[b-7t19in9q5z]::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

[b-7t19in9q5z]::-webkit-scrollbar-track {
    background: #0a0a0a;
}

[b-7t19in9q5z]::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 6px;
}

[b-7t19in9q5z]::-webkit-scrollbar-thumb:hover {
    background: #ff3333;
}

/* Upload Zone Styles */
.upload-zone[b-7t19in9q5z] {
    display: block;
    position: relative;
    border: 2px dashed #3a3a3a;
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #0f0f0f;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.upload-zone:hover[b-7t19in9q5z] {
    border-color: #ff3333;
    background-color: #151515;
}

.upload-zone.dragging[b-7t19in9q5z] {
    border-color: #ff3333;
    background-color: #1a1a1a;
    border-style: solid;
    box-shadow: 0 0 20px rgba(255, 51, 51, 0.2);
}

/* Hide the file input completely */
.file-input-hidden[b-7t19in9q5z] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
}

[b-7t19in9q5z] .file-input-hidden,
[b-7t19in9q5z] input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
}

.upload-content[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    pointer-events: none;
}

.upload-icon[b-7t19in9q5z] {
    color: #4a4a4a;
    transition: color 0.3s ease;
}

.upload-zone:hover .upload-icon[b-7t19in9q5z],
.upload-zone.dragging .upload-icon[b-7t19in9q5z] {
    color: #ff3333;
}

.upload-text[b-7t19in9q5z] {
    color: #808080;
    font-size: 1.1rem;
    margin: 0;
}

.upload-or[b-7t19in9q5z] {
    color: #505050;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-browse[b-7t19in9q5z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff3333;
    color: #ffffff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 6px;
    pointer-events: auto;
    font-weight: 500;
}

.btn-browse:hover[b-7t19in9q5z] {
    background-color: #ff4444;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 51, 51, 0.4);
}

.upload-hint[b-7t19in9q5z] {
    color: #505050;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

/* Selected Files List */
.selected-files[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.selected-title[b-7t19in9q5z] {
    color: #ffffff;
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
    font-weight: 500;
}

.selected-list[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
}

.selected-item[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
}

.selected-file-info[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow: hidden;
}

.selected-file-name[b-7t19in9q5z] {
    color: #e0e0e0;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selected-file-size[b-7t19in9q5z] {
    color: #606060;
    font-size: 0.8rem;
    white-space: nowrap;
}

.btn-remove[b-7t19in9q5z] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    transition: color 0.2s ease;
}

.btn-remove:hover[b-7t19in9q5z] {
    color: #ff4444;
}

.btn-remove:disabled[b-7t19in9q5z] {
    cursor: not-allowed;
    opacity: 0.3;
}

/* Progress Section */
.progress-section[b-7t19in9q5z] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
}

.progress-info[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.progress-file[b-7t19in9q5z] {
    color: #b0b0b0;
    font-size: 0.85rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}

.progress-percent[b-7t19in9q5z] {
    color: #ff3333;
    font-weight: 600;
    font-size: 0.9rem;
}

.finalizing-hint[b-7t19in9q5z] {
    margin-top: 0.6rem;
    color: #ffb347;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
}

/* Link Items */
.link-item[b-7t19in9q5z] {
    margin-bottom: 0.75rem;
}

.link-item:last-child[b-7t19in9q5z] {
    margin-bottom: 0;
}

.link-filename[b-7t19in9q5z] {
    display: block;
    color: #808080;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

/* Progress Bar */
.progress-bar[b-7t19in9q5z] {
    flex: 1;
    height: 8px;
    background-color: #1a1a1a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}

.progress-fill[b-7t19in9q5z] {
    height: 100%;
    background: linear-gradient(90deg, #ff3333, #ff5555);
    transition: width 0.2s ease;
    border-radius: 4px;
}

.progress-text[b-7t19in9q5z] {
    color: #ff3333;
    font-weight: 600;
    min-width: 45px;
    text-align: right;
}

/* Link Container */
.link-container[b-7t19in9q5z] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
}

.link-title[b-7t19in9q5z] {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
}

.link-box[b-7t19in9q5z] {
    display: flex;
    gap: 0.5rem;
}

.link-input[b-7t19in9q5z] {
    flex: 1;
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    padding: 0.75rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    border-radius: 4px;
}

.link-input:focus[b-7t19in9q5z] {
    outline: none;
    border-color: #ff3333;
}

.btn-copy[b-7t19in9q5z] {
    white-space: nowrap;
}

.copy-feedback[b-7t19in9q5z] {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

/* Error State */
.status-output.error[b-7t19in9q5z] {
    border-left-color: #ff6666;
}

.status-output.error .status-text[b-7t19in9q5z] {
    color: #ff6666;
}

.status-output.warning[b-7t19in9q5z] {
    border-left-color: #ffb347;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.status-output.warning .status-text[b-7t19in9q5z] {
    color: #ffd18a;
}

/* File List */
.file-list[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.file-item[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    flex-wrap: wrap;
    gap: 1rem;
}

.file-item:hover[b-7t19in9q5z] {
    border-color: #3a3a3a;
}

.file-info[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 200px;
}

.file-name[b-7t19in9q5z] {
    color: #e0e0e0;
    font-weight: 500;
    word-break: break-all;
}

.file-meta[b-7t19in9q5z] {
    color: #606060;
    font-size: 0.8rem;
}

.file-actions[b-7t19in9q5z] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.btn-small[b-7t19in9q5z] {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
}

.btn-danger[b-7t19in9q5z] {
    background-color: transparent;
    border-color: #ff4444;
    color: #ff4444;
}

.btn-danger:hover[b-7t19in9q5z] {
    background-color: #ff4444;
    color: #ffffff;
}

.no-files[b-7t19in9q5z] {
    color: #606060;
    text-align: center;
    padding: 2rem;
    margin: 0;
}

/* Storage Info */
.storage-info[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.storage-header[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.storage-label[b-7t19in9q5z] {
    color: #ffffff;
    font-weight: 500;
}

.storage-stats[b-7t19in9q5z] {
    color: #808080;
    font-size: 0.9rem;
}

.storage-bar[b-7t19in9q5z] {
    height: 10px;
    background-color: #1a1a1a;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    margin-bottom: 0.75rem;
}

.storage-fill[b-7t19in9q5z] {
    height: 100%;
    background: linear-gradient(90deg, #ff3333, #ff5555);
    border-radius: 5px;
    transition: width 0.3s ease;
}

.storage-fill.warning[b-7t19in9q5z] {
    background: linear-gradient(90deg, #ff6600, #ff3300);
    animation: pulse-warning-b-7t19in9q5z 1.5s ease-in-out infinite;
}

@keyframes pulse-warning-b-7t19in9q5z {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.storage-details[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
}

.storage-available[b-7t19in9q5z] {
    color: #808080;
}

.storage-percent[b-7t19in9q5z] {
    color: #808080;
}

/* Admin Storage Overview */
.admin-storage-card[b-7t19in9q5z] {
    border-left-color: #ffaa00 !important;
}

.admin-badge[b-7t19in9q5z] {
    font-size: 0.7rem;
    background-color: rgba(255, 170, 0, 0.2);
    color: #ffaa00;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.server-storage-section[b-7t19in9q5z],
.users-storage-section[b-7t19in9q5z] {
    margin-bottom: 1.5rem;
}

.section-title[b-7t19in9q5z] {
    font-size: 1rem;
    color: #ffffff;
    margin: 0 0 1rem 0;
    font-weight: 500;
}

.storage-stats-grid[b-7t19in9q5z] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-box[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
}

.stat-value[b-7t19in9q5z] {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.stat-label[b-7t19in9q5z] {
    font-size: 0.75rem;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.storage-bar.large[b-7t19in9q5z] {
    height: 14px;
    margin-bottom: 0.5rem;
}

.users-storage-list[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.user-storage-item[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1rem;
    align-items: center;
}

.user-info[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.user-name[b-7t19in9q5z] {
    color: #ffffff;
    font-weight: 500;
}

.admin-tag[b-7t19in9q5z] {
    font-size: 0.6rem;
    background-color: rgba(255, 51, 51, 0.2);
    color: #ff5555;
    padding: 0.1rem 0.3rem;
    border-radius: 2px;
    margin-left: 0.4rem;
    vertical-align: middle;
}

.user-files[b-7t19in9q5z] {
    font-size: 0.75rem;
    color: #606060;
}

.user-storage-details[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-storage-bar[b-7t19in9q5z] {
    flex: 1;
    height: 8px;
    background-color: #1a1a1a;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #2a2a2a;
}

.user-storage-bar .storage-fill[b-7t19in9q5z] {
    height: 100%;
    background: linear-gradient(90deg, #ff3333, #ff5555);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.user-storage-text[b-7t19in9q5z] {
    font-size: 0.8rem;
    color: #b0b0b0;
    white-space: nowrap;
    min-width: 150px;
    text-align: right;
}

.user-percent[b-7t19in9q5z] {
    color: #606060;
}

/* ================================
   RESPONSIVE STYLES - MOBILE
   ================================ */

/* Tablet and below */
@media (max-width: 900px) {
    .storage-stats-grid[b-7t19in9q5z] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .user-storage-item[b-7t19in9q5z] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
    
    .user-storage-text[b-7t19in9q5z] {
        text-align: left;
    }
}

/* Mobile devices */
@media (max-width: 768px) {
    .container[b-7t19in9q5z] {
        padding: 1rem;
        padding-bottom: 2rem;
    }

    /* Header */
    .header[b-7t19in9q5z] {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
    }

    .header-row[b-7t19in9q5z] {
        flex-direction: column;
        gap: 1rem;
    }

    .title[b-7t19in9q5z] {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .subtitle[b-7t19in9q5z] {
        font-size: 0.85rem;
    }

    .header-actions[b-7t19in9q5z] {
        width: 100%;
        flex-wrap: wrap;
    }

    .btn-admin[b-7t19in9q5z],
    .btn-logout[b-7t19in9q5z] {
        flex: 1;
        justify-content: center;
        min-width: 120px;
    }

    /* Cards */
    .card[b-7t19in9q5z] {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .card-title[b-7t19in9q5z] {
        font-size: 1.1rem;
    }

    /* Upload Zone */
    .upload-zone[b-7t19in9q5z] {
        padding: 1.5rem 1rem;
        min-height: 150px;
    }

    .upload-icon svg[b-7t19in9q5z] {
        width: 36px;
        height: 36px;
    }

    .upload-text[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .upload-hint[b-7t19in9q5z] {
        font-size: 0.75rem;
    }

    .btn-browse[b-7t19in9q5z] {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }

    /* Selected Files */
    .selected-files[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .selected-title[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .selected-item[b-7t19in9q5z] {
        padding: 0.5rem;
    }

    .selected-file-name[b-7t19in9q5z] {
        font-size: 0.85rem;
    }

    .selected-file-size[b-7t19in9q5z] {
        font-size: 0.7rem;
    }

    /* Buttons */
    .button-group[b-7t19in9q5z] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .button-group .btn[b-7t19in9q5z] {
        width: 100%;
        justify-content: center;
    }

    /* Progress Section */
    .progress-section[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .progress-info[b-7t19in9q5z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    /* Links */
    .link-container[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .link-item[b-7t19in9q5z] {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .link-filename[b-7t19in9q5z] {
        font-size: 0.85rem;
    }

    .link-box[b-7t19in9q5z] {
        flex-direction: column;
        width: 100%;
    }

    .link-input[b-7t19in9q5z] {
        width: 100%;
        font-size: 0.75rem;
        padding: 0.6rem;
    }

    .btn-copy[b-7t19in9q5z] {
        width: 100%;
    }

    /* File List */
    .file-list[b-7t19in9q5z] {
        gap: 0.5rem;
    }

    .file-item[b-7t19in9q5z] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .file-info[b-7t19in9q5z] {
        min-width: unset;
    }

    .file-name[b-7t19in9q5z] {
        font-size: 0.9rem;
        word-break: break-word;
    }

    .file-meta[b-7t19in9q5z] {
        font-size: 0.75rem;
        flex-wrap: wrap;
    }

    .file-actions[b-7t19in9q5z] {
        width: 100%;
        justify-content: stretch;
    }

    .file-actions .btn-small[b-7t19in9q5z] {
        flex: 1;
        text-align: center;
        justify-content: center;
        padding: 0.5rem;
        font-size: 0.75rem;
    }

    /* Storage Info */
    .storage-info[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .storage-header[b-7t19in9q5z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .storage-label[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .storage-stats[b-7t19in9q5z] {
        font-size: 0.8rem;
    }

    .storage-details[b-7t19in9q5z] {
        flex-direction: column;
        gap: 0.25rem;
    }

    /* Admin Storage Overview */
    .admin-storage-card[b-7t19in9q5z] {
        padding: 1rem;
    }

    .storage-stats-grid[b-7t19in9q5z] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .stat-box[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .stat-value[b-7t19in9q5z] {
        font-size: 1rem;
    }

    .stat-label[b-7t19in9q5z] {
        font-size: 0.65rem;
    }

    .section-title[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .user-storage-item[b-7t19in9q5z] {
        grid-template-columns: 1fr;
        padding: 0.75rem;
    }

    .user-name[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .user-storage-text[b-7t19in9q5z] {
        font-size: 0.75rem;
        min-width: unset;
        text-align: left;
    }

    /* Footer */
    .footer[b-7t19in9q5z] {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .footer p[b-7t19in9q5z] {
        font-size: 0.75rem;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .container[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .title[b-7t19in9q5z] {
        font-size: 1.25rem;
    }

    .header-actions[b-7t19in9q5z] {
        flex-direction: column;
    }

    .btn-admin[b-7t19in9q5z],
    .btn-logout[b-7t19in9q5z] {
        width: 100%;
    }

    .storage-stats-grid[b-7t19in9q5z] {
        grid-template-columns: 1fr 1fr;
    }

    .stat-value[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .file-actions[b-7t19in9q5z] {
        flex-direction: column;
    }

    .file-actions .btn-small[b-7t19in9q5z] {
        width: 100%;
    }
}

/* ================================
   MODAL STYLES
   ================================ */

/* Multi-file upload modal */
.modal-overlay[b-7t19in9q5z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    padding: 1rem;
}

.modal-content.zip-modal[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 2rem;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    max-height: 90vh;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .modal-content.zip-modal[b-7t19in9q5z] {
        padding: 1.25rem;
        margin: 0;
        border-radius: 12px;
    }

    .modal-title[b-7t19in9q5z] {
        font-size: 1.1rem;
    }

    .modal-text[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .btn-option[b-7t19in9q5z] {
        padding: 0.875rem 1rem;
    }

    .option-icon svg[b-7t19in9q5z] {
        width: 20px;
        height: 20px;
    }

    .option-title[b-7t19in9q5z] {
        font-size: 0.9rem;
    }

    .option-desc[b-7t19in9q5z] {
        font-size: 0.75rem;
    }

    .modal-actions[b-7t19in9q5z] {
        flex-direction: column-reverse;
    }

    .modal-actions .btn[b-7t19in9q5z] {
        width: 100%;
        justify-content: center;
    }

    .zip-name-input[b-7t19in9q5z] {
        font-size: 0.9rem;
        padding: 0.6rem 0.75rem;
    }

    .zip-extension[b-7t19in9q5z] {
        padding: 0.6rem 0.75rem;
        font-size: 0.9rem;
    }
}

.modal-title[b-7t19in9q5z] {
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0 0 0.75rem 0;
    font-weight: 600;
}

.modal-text[b-7t19in9q5z] {
        color: #b0b0b0;
        margin: 0 0 1.5rem 0;
        line-height: 1.5;
    }

    .upload-options[b-7t19in9q5z] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .btn-option[b-7t19in9q5z] {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.25rem;
        background-color: #1a1a1a;
        border: 2px solid #2a2a2a;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s ease;
        text-align: left;
    }

    .btn-option:hover[b-7t19in9q5z] {
        background-color: #222222;
        border-color: #404040;
    }

    .btn-option.selected[b-7t19in9q5z] {
        border-color: #ff3333;
        background-color: rgba(255, 51, 51, 0.1);
    }

    .option-icon[b-7t19in9q5z] {
        color: #808080;
        flex-shrink: 0;
    }

    .btn-option.selected .option-icon[b-7t19in9q5z] {
        color: #ff3333;
    }

    .option-text[b-7t19in9q5z] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .option-title[b-7t19in9q5z] {
        color: #ffffff;
        font-weight: 500;
        font-size: 1rem;
    }

    .option-desc[b-7t19in9q5z] {
        color: #808080;
        font-size: 0.85rem;
    }

    .zip-name-group[b-7t19in9q5z] {
        margin-bottom: 1.5rem;
    }

    .zip-name-label[b-7t19in9q5z] {
        display: block;
        color: #b0b0b0;
        font-weight: 500;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .zip-name-input-wrapper[b-7t19in9q5z] {
        display: flex;
        align-items: center;
        background-color: #0f0f0f;
        border: 1px solid #2a2a2a;
        border-radius: 4px;
        overflow: hidden;
        transition: border-color 0.2s ease;
    }

    .zip-name-input-wrapper:focus-within[b-7t19in9q5z] {
        border-color: #ff3333;
    }

    .zip-name-input[b-7t19in9q5z] {
        flex: 1;
        background: transparent;
        border: none;
        padding: 0.75rem 1rem;
        font-size: 0.95rem;
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
        color: #e0e0e0;
        outline: none;
    }

    .zip-name-input[b-7t19in9q5z]::placeholder {
        color: #505050;
    }

    .zip-extension[b-7t19in9q5z] {
        padding: 0.75rem 1rem;
        background-color: #1a1a1a;
        color: #808080;
        font-size: 0.95rem;
        border-left: 1px solid #2a2a2a;
    }

    .modal-actions[b-7t19in9q5z] {
        display: flex;
        gap: 0.75rem;
        justify-content: flex-end;
    }

/* ================================
   FILE SEARCH AND FILTER SECTION
   ================================ */

.file-search-section[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.search-row[b-7t19in9q5z] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.search-input-wrapper[b-7t19in9q5z] {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    transition: border-color 0.2s ease;
}

.search-input-wrapper:focus-within[b-7t19in9q5z] {
    border-color: #ff3333;
}

.search-icon[b-7t19in9q5z] {
    position: absolute;
    left: 0.75rem;
    color: #606060;
    pointer-events: none;
}

.search-input[b-7t19in9q5z] {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.65rem 0.75rem 0.65rem 2.5rem;
    color: #e0e0e0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    outline: none;
}

.search-input[b-7t19in9q5z]::placeholder {
    color: #505050;
}

.search-clear[b-7t19in9q5z] {
    background: none;
    border: none;
    color: #606060;
    font-size: 1.25rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.search-clear:hover[b-7t19in9q5z] {
    color: #ff4444;
}

.filter-row[b-7t19in9q5z] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-label[b-7t19in9q5z] {
    color: #808080;
    font-size: 0.85rem;
    white-space: nowrap;
}

.filter-select[b-7t19in9q5z],
.filter-input[b-7t19in9q5z] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    padding: 0.5rem 0.75rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
}

.filter-select:focus[b-7t19in9q5z],
.filter-input:focus[b-7t19in9q5z] {
    border-color: #ff3333;
}

.filter-input[b-7t19in9q5z] {
    min-width: 120px;
}

.filter-input[b-7t19in9q5z]::placeholder {
    color: #505050;
}

.filter-results[b-7t19in9q5z] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #2a2a2a;
    color: #808080;
    font-size: 0.85rem;
}

/* ================================
   FILE LIST CONTAINER (SCROLLABLE)
   ================================ */

.file-list-container[b-7t19in9q5z] {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    background-color: #0a0a0a;
}

.file-list[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.file-item[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    background-color: #0f0f0f;
    border-bottom: 1px solid #1a1a1a;
    gap: 1rem;
    transition: background-color 0.15s ease;
}

.file-item:last-child[b-7t19in9q5z] {
    border-bottom: none;
}

.file-item:hover[b-7t19in9q5z] {
    background-color: #151515;
}

.file-item.previewable[b-7t19in9q5z] {
    cursor: default;
}

.file-type-icon[b-7t19in9q5z] {
    flex-shrink: 0;
    color: #606060;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.file-type-icon .icon-image[b-7t19in9q5z] { color: #4ade80; }
.file-type-icon .icon-video[b-7t19in9q5z] { color: #60a5fa; }
.file-type-icon .icon-audio[b-7t19in9q5z] { color: #c084fc; }
.file-type-icon .icon-text[b-7t19in9q5z] { color: #fbbf24; }
.file-type-icon .icon-pdf[b-7t19in9q5z] { color: #f87171; }
.file-type-icon .icon-archive[b-7t19in9q5z] { color: #fb923c; }
.file-type-icon .icon-file[b-7t19in9q5z] { color: #94a3b8; }

.file-info[b-7t19in9q5z] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.file-name[b-7t19in9q5z] {
    color: #e0e0e0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-meta[b-7t19in9q5z] {
    color: #606060;
    font-size: 0.8rem;
}

.file-actions[b-7t19in9q5z] {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.btn-preview[b-7t19in9q5z] {
    background-color: transparent;
    border-color: #4ade80;
    color: #4ade80;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.btn-preview:hover[b-7t19in9q5z] {
    background-color: #4ade80;
    color: #000000;
}

/* ================================
   PREVIEW MODAL
   ================================ */

.preview-overlay[b-7t19in9q5z] {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.92);
}

.preview-modal[b-7t19in9q5z] {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    width: 95vw;
    max-width: 1400px;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.preview-header[b-7t19in9q5z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #0f0f0f;
    border-bottom: 1px solid #2a2a2a;
    gap: 1rem;
    flex-shrink: 0;
}

.preview-title-section[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1;
}

.preview-file-icon[b-7t19in9q5z] {
    flex-shrink: 0;
    color: #808080;
}

.preview-file-details[b-7t19in9q5z] {
    min-width: 0;
    flex: 1;
}

.preview-title[b-7t19in9q5z] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.2rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview-meta[b-7t19in9q5z] {
    color: #606060;
    font-size: 0.8rem;
}

.preview-actions[b-7t19in9q5z] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

.btn-close[b-7t19in9q5z] {
    background: none;
    border: none;
    color: #606060;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-close:hover[b-7t19in9q5z] {
    color: #ff4444;
    background-color: rgba(255, 68, 68, 0.1);
}

.preview-content[b-7t19in9q5z] {
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 300px;
    background-color: #050505;
}

.preview-loading[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #808080;
}

.loading-spinner[b-7t19in9q5z] {
    width: 40px;
    height: 40px;
    border: 3px solid #2a2a2a;
    border-top-color: #ff3333;
    border-radius: 50%;
    animation: spin-b-7t19in9q5z 0.8s linear infinite;
}

@keyframes spin-b-7t19in9q5z {
    to { transform: rotate(360deg); }
}

.preview-image-container[b-7t19in9q5z] {
    max-width: 100%;
    max-height: calc(95vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-image[b-7t19in9q5z] {
    max-width: 100%;
    max-height: calc(95vh - 120px);
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.preview-video-container[b-7t19in9q5z] {
    width: 100%;
    max-height: calc(95vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-video[b-7t19in9q5z] {
    max-width: 100%;
    max-height: calc(95vh - 120px);
    border-radius: 4px;
    background-color: #000000;
}

.preview-audio-container[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 3rem;
    width: 100%;
    min-height: 300px;
}

.audio-icon[b-7t19in9q5z] {
    color: #c084fc;
    opacity: 0.5;
}

/* Custom Audio Player Styles */
.custom-audio-player[b-7t19in9q5z] {
    width: 100%;
    max-width: 600px;
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
}

.custom-audio-player audio[b-7t19in9q5z] {
    display: none;
}

.audio-controls[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.audio-btn[b-7t19in9q5z] {
    background: none;
    border: none;
    color: #e0e0e0;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.audio-btn:hover[b-7t19in9q5z] {
    background-color: rgba(255, 51, 51, 0.1);
    color: #ff3333;
}

.play-btn[b-7t19in9q5z] {
    background-color: #ff3333;
    color: #ffffff;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.play-btn:hover[b-7t19in9q5z] {
    background-color: #ff4444;
    color: #ffffff;
    transform: scale(1.05);
}

.play-btn svg[b-7t19in9q5z] {
    margin-left: 2px;
}

.volume-btn[b-7t19in9q5z] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.audio-time[b-7t19in9q5z] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    color: #808080;
    min-width: 90px;
    text-align: center;
    flex-shrink: 0;
}

.audio-progress-container[b-7t19in9q5z] {
    flex: 1;
    height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 4px;
}

.audio-progress-bar[b-7t19in9q5z] {
    width: 100%;
    height: 6px;
    background-color: #2a2a2a;
    border-radius: 3px;
    position: relative;
    overflow: visible;
}

.audio-progress-fill[b-7t19in9q5z] {
    height: 100%;
    background: linear-gradient(90deg, #ff3333, #ff6666);
    border-radius: 3px;
    transition: width 0.1s linear;
}

.audio-progress-handle[b-7t19in9q5z] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: #ff3333;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.audio-progress-container:hover .audio-progress-handle[b-7t19in9q5z] {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 0 4px rgba(255, 51, 51, 0.2);
}

.audio-progress-container:hover .audio-progress-bar[b-7t19in9q5z] {
    height: 8px;
}

/* Responsive audio player */
@media (max-width: 600px) {
    .custom-audio-player[b-7t19in9q5z] {
        padding: 1rem;
    }

    .audio-controls[b-7t19in9q5z] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .audio-time[b-7t19in9q5z] {
        order: 3;
        width: 100%;
        min-width: auto;
    }

    .audio-progress-container[b-7t19in9q5z] {
        order: 2;
        width: 100%;
        flex: none;
    }

    .play-btn[b-7t19in9q5z] {
        width: 44px;
        height: 44px;
    }
}

.preview-text-container[b-7t19in9q5z] {
    width: 100%;
    height: calc(95vh - 140px);
    overflow: auto;
    background-color: #0a0a0a;
    border-radius: 6px;
    border: 1px solid #1a1a1a;
}

.preview-text[b-7t19in9q5z] {
    margin: 0;
    padding: 1.25rem;
    color: #b0b0b0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.preview-pdf-container[b-7t19in9q5z] {
    width: 100%;
    height: calc(95vh - 120px);
}

.preview-pdf[b-7t19in9q5z] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
}

.preview-unsupported[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: #606060;
    text-align: center;
    padding: 2rem;
    max-width: 400px;
}

.unsupported-icon[b-7t19in9q5z] {
    color: #404040;
}

.unsupported-title[b-7t19in9q5z] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.unsupported-text[b-7t19in9q5z] {
    color: #808080;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.unsupported-text strong[b-7t19in9q5z] {
    color: #ff3333;
}

.preview-error[b-7t19in9q5z] {
    color: #ff6666;
    text-align: center;
}

/* ================================
   RESPONSIVE STYLES FOR NEW FEATURES
   ================================ */

@media (max-width: 768px) {
    .file-search-section[b-7t19in9q5z] {
        padding: 0.75rem;
    }

    .search-row[b-7t19in9q5z] {
        flex-direction: column;
    }

    .filter-row[b-7t19in9q5z] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .filter-group[b-7t19in9q5z] {
        width: 100%;
    }

    .filter-select[b-7t19in9q5z],
    .filter-input[b-7t19in9q5z] {
        flex: 1;
    }

    .file-list-container[b-7t19in9q5z] {
        max-height: 400px;
    }

    .file-item[b-7t19in9q5z] {
        flex-wrap: wrap;
        padding: 0.75rem;
    }

    .file-type-icon[b-7t19in9q5z] {
        display: none;
    }

    .file-actions[b-7t19in9q5z] {
        width: 100%;
        flex-wrap: wrap;
    }

    .file-actions .btn-small[b-7t19in9q5z] {
        flex: 1;
        justify-content: center;
        font-size: 0.75rem;
        padding: 0.5rem;
    }

    .preview-modal[b-7t19in9q5z] {
        width: 100%;
        height: 100%;
        max-width: none;
        max-height: none;
        border-radius: 0;
    }

    .preview-header[b-7t19in9q5z] {
        flex-wrap: wrap;
        padding: 0.75rem;
    }

    .preview-title-section[b-7t19in9q5z] {
        width: 100%;
    }

    .preview-actions[b-7t19in9q5z] {
        width: 100%;
        justify-content: flex-end;
    }

    .preview-actions .btn-small[b-7t19in9q5z] {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }

    .preview-content[b-7t19in9q5z] {
        padding: 0.5rem;
    }

    .preview-text-container[b-7t19in9q5z] {
        height: calc(100vh - 180px);
    }

    .preview-image-container[b-7t19in9q5z],
    .preview-video-container[b-7t19in9q5z] {
        max-height: calc(100vh - 180px);
    }

    .preview-image[b-7t19in9q5z],
    .preview-video[b-7t19in9q5z] {
        max-height: calc(100vh - 180px);
    }
}

@media (max-width: 480px) {
    .preview-actions .btn-small span:not(:first-child)[b-7t19in9q5z] {
        display: none;
    }
}

/* ================================
   PIN PROTECTION STYLES
   ================================ */

.pin-protection-group[b-7t19in9q5z] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
}

.pin-protection-inline[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #2a2a2a;
    flex-wrap: wrap;
}

.pin-toggle[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.pin-toggle input[type="checkbox"][b-7t19in9q5z] {
    display: none;
}

.pin-toggle-slider[b-7t19in9q5z] {
    position: relative;
    width: 40px;
    height: 22px;
    background-color: #2a2a2a;
    border-radius: 11px;
    transition: background-color 0.2s ease;
}

.pin-toggle-slider[b-7t19in9q5z]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #606060;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.pin-toggle input[type="checkbox"]:checked + .pin-toggle-slider[b-7t19in9q5z] {
    background-color: rgba(255, 51, 51, 0.3);
}

.pin-toggle input[type="checkbox"]:checked + .pin-toggle-slider[b-7t19in9q5z]::after {
    left: 21px;
    background-color: #ff3333;
}

.pin-toggle-label[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #b0b0b0;
    font-size: 0.9rem;
}

.pin-toggle input[type="checkbox"]:checked ~ .pin-toggle-label[b-7t19in9q5z] {
    color: #ff3333;
}

.pin-input-group[b-7t19in9q5z] {
    margin-top: 0.75rem;
}

.pin-input[b-7t19in9q5z] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    padding: 0.6rem 0.75rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 1rem;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    letter-spacing: 0.2rem;
    text-align: center;
    outline: none;
    transition: border-color 0.2s ease;
}

.pin-input:focus[b-7t19in9q5z] {
    border-color: #ff3333;
}

.pin-input[b-7t19in9q5z]::placeholder {
    letter-spacing: normal;
    font-size: 0.85rem;
}

.pin-input-inline[b-7t19in9q5z] {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    padding: 0.5rem 0.75rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.9rem;
    border-radius: 4px;
    width: 120px;
    letter-spacing: 0.15rem;
    text-align: center;
    outline: none;
}

.pin-input-inline:focus[b-7t19in9q5z] {
    border-color: #ff3333;
}

.pin-hint[b-7t19in9q5z] {
    display: block;
    margin-top: 0.5rem;
    color: #606060;
    font-size: 0.8rem;
}

/* Protected file indicators */
.protected-badge[b-7t19in9q5z] {
    background-color: rgba(255, 51, 51, 0.15);
    color: #ff3333;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.protected-icon[b-7t19in9q5z] {
    color: #ff3333;
    display: inline-flex;
    align-items: center;
    margin-left: 0.4rem;
}

.link-filename-row[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.lock-icon[b-7t19in9q5z] {
    color: #ff3333;
    margin-right: 0.4rem;
    flex-shrink: 0;
}

.link-item.protected[b-7t19in9q5z] {
    border-left: 2px solid #ff3333;
    padding-left: calc(0.75rem - 2px);
}

.file-item.protected[b-7t19in9q5z] {
    border-left: 2px solid #ff3333;
}

.file-name-row[b-7t19in9q5z] {
    display: flex;
    align-items: center;
}

/* ================================
   ENCRYPTION STYLES
   ================================ */

.protection-options-inline[b-7t19in9q5z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #2a2a2a;
}

.encryption-inline[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.encryption-group[b-7t19in9q5z] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
}

.encryption-toggle[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
}

.encryption-toggle input[type="checkbox"][b-7t19in9q5z] {
    display: none;
}

.encryption-toggle-slider[b-7t19in9q5z] {
    position: relative;
    width: 40px;
    height: 22px;
    background-color: #2a2a2a;
    border-radius: 11px;
    transition: all 0.3s ease;
}

.encryption-toggle-slider[b-7t19in9q5z]::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 2px;
    bottom: 2px;
    background-color: #606060;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.encryption-toggle input:checked + .encryption-toggle-slider[b-7t19in9q5z] {
    background-color: rgba(0, 200, 83, 0.3);
    border: 1px solid #00c853;
}

.encryption-toggle input:checked + .encryption-toggle-slider[b-7t19in9q5z]::before {
    transform: translateX(18px);
    background-color: #00c853;
}

.encryption-toggle-label[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #b0b0b0;
    font-size: 0.9rem;
}

.encryption-toggle input:checked ~ .encryption-toggle-label[b-7t19in9q5z] {
    color: #00c853;
}

.encryption-warning[b-7t19in9q5z] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #f59e0b;
    font-size: 0.75rem;
    background-color: rgba(245, 158, 11, 0.1);
    padding: 0.35rem 0.6rem;
    border-radius: 4px;
}

.encryption-info[b-7t19in9q5z] {
    margin-top: 0.75rem;
}

.encryption-hint[b-7t19in9q5z] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #f59e0b;
    font-size: 0.8rem;
    line-height: 1.4;
}

.encryption-hint svg[b-7t19in9q5z] {
    flex-shrink: 0;
    margin-top: 2px;
}

/* Encrypted file indicators */
.encrypted-icon[b-7t19in9q5z] {
    color: #00c853;
    display: inline-flex;
    align-items: center;
    margin-left: 0.4rem;
}

.file-item.encrypted[b-7t19in9q5z] {
    border-left: 2px solid #00c853;
}

.encrypted-badge[b-7t19in9q5z] {
    background-color: rgba(0, 200, 83, 0.15);
    color: #00c853;
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* Responsive Encryption styles */
@media (max-width: 768px) {
    .protection-options-inline[b-7t19in9q5z] {
        gap: 0.5rem;
    }

    .encryption-inline[b-7t19in9q5z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .encryption-warning[b-7t19in9q5z] {
        width: 100%;
    }
}

/* Responsive PIN styles */
@media (max-width: 768px) {
    .pin-protection-inline[b-7t19in9q5z] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .pin-input-inline[b-7t19in9q5z] {
        width: 100%;
        max-width: none;
    }

    .pin-input[b-7t19in9q5z] {
        max-width: none;
    }
}

/* ================================
   DELETE FILE CONFIRMATION MODAL
   ================================ */

.modal-content[b-7t19in9q5z] {
    background-color: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 2rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-warning[b-7t19in9q5z] {
    color: #ff6b6b;
    font-size: 0.9rem;
    margin: 0.75rem 0;
    padding: 0.75rem;
    background-color: rgba(255, 51, 51, 0.1);
    border-radius: 4px;
    border-left: 3px solid #ff3333;
}

.modal-actions[b-7t19in9q5z] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.file-delete-info[b-7t19in9q5z] {
    background-color: #1a1a1a;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin: 1rem 0;
    border: 1px solid #2a2a2a;
}

.file-delete-name[b-7t19in9q5z] {
    display: block;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0.25rem;
    word-break: break-all;
}

.file-delete-meta[b-7t19in9q5z] {
    color: #808080;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .modal-content[b-7t19in9q5z] {
        padding: 1.25rem;
        margin: 0 1rem;
    }

    .modal-actions[b-7t19in9q5z] {
        flex-direction: column-reverse;
    }

    .modal-actions .btn[b-7t19in9q5z] {
        width: 100%;
        justify-content: center;
    }
}

/* ================================
   ENCRYPTION PASSWORD MODAL
   ================================ */

.encryption-modal[b-7t19in9q5z] {
    max-width: 420px;
}

.encryption-modal .form-group[b-7t19in9q5z] {
    margin-bottom: 1rem;
}

.encryption-modal .form-label[b-7t19in9q5z] {
    display: block;
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.encryption-modal .form-control[b-7t19in9q5z] {
    width: 100%;
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #e0e0e0;
    padding: 0.75rem 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.95rem;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
}

.encryption-modal .form-control:focus[b-7t19in9q5z] {
    border-color: #00c853;
}

.encryption-security-info[b-7t19in9q5z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: rgba(0, 200, 83, 0.1);
    border: 1px solid rgba(0, 200, 83, 0.3);
    border-radius: 6px;
    margin-top: 1rem;
}

.encryption-security-info svg[b-7t19in9q5z] {
    flex-shrink: 0;
    color: #00c853;
    margin-top: 2px;
}

.encryption-security-info span[b-7t19in9q5z] {
    color: #a0a0a0;
    font-size: 0.8rem;
    line-height: 1.5;
}


