/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ar6tf3tuyb] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-bar[b-ar6tf3tuyb] {
    background: #003865;
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-bar-content[b-ar6tf3tuyb] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-title[b-ar6tf3tuyb] {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
}

.user-info[b-ar6tf3tuyb] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.user-name[b-ar6tf3tuyb] {
    color: white;
    font-size: 0.875rem;
}

.logout-link[b-ar6tf3tuyb],
.login-link[b-ar6tf3tuyb] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    background: #0066CC;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

    .logout-link:hover[b-ar6tf3tuyb],
    .login-link:hover[b-ar6tf3tuyb] {
        background: #0052a3;
    }

main[b-ar6tf3tuyb] {
    flex: 1;
}
/* /Pages/PdfSplitter.razor.rz.scp.css */
.pdf-splitter-container[b-sz6nmpcoq0] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    padding: 2rem;
}

.header[b-sz6nmpcoq0] {
    max-width: 48rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.icon-wrapper[b-sz6nmpcoq0] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.icon[b-sz6nmpcoq0] {
    width: 3rem;
    height: 3rem;
    color: #003865;
}

h1[b-sz6nmpcoq0] {
    font-size: 2.25rem;
    font-weight: bold;
    color: #003865;
    margin: 0 0 0.5rem 0;
    outline: none;
}

.subtitle[b-sz6nmpcoq0] {
    color: #666666;
    margin: 0;
}

.main-card[b-sz6nmpcoq0] {
    max-width: 48rem;
    margin: 0 auto;
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-top: 4px solid #003865;
}

.drop-zone[b-sz6nmpcoq0] {
    border: 3px dashed #cccccc;
    border-radius: 0.5rem;
    padding: 3rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    background: #fafafa;
}

    .drop-zone:hover[b-sz6nmpcoq0] {
        border-color: #0066CC;
        background-color: #f0f7ff;
    }

    .drop-zone.dragging[b-sz6nmpcoq0] {
        border-color: #0066CC;
        background-color: #e6f2ff;
    }

    .drop-zone.has-file[b-sz6nmpcoq0] {
        cursor: pointer;
        background: white;
        border-color: #003865;
    }

.upload-icon[b-sz6nmpcoq0] {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    color: #999999;
}

.drop-zone.dragging .upload-icon[b-sz6nmpcoq0] {
    color: #0066CC;
}

.drop-text[b-sz6nmpcoq0] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #003865;
    margin: 0 0 0.5rem 0;
}

.drop-subtext[b-sz6nmpcoq0] {
    font-size: 0.875rem;
    color: #666666;
    margin: 0;
}

.file-info[b-sz6nmpcoq0] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.file-icon[b-sz6nmpcoq0] {
    width: 2rem;
    height: 2rem;
    color: #0066CC;
    flex-shrink: 0;
}

.file-details[b-sz6nmpcoq0] {
    text-align: left;
}

.file-name[b-sz6nmpcoq0] {
    font-weight: 600;
    color: #003865;
    margin: 0;
}

.file-size[b-sz6nmpcoq0] {
    font-size: 0.875rem;
    color: #666666;
    margin: 0;
}

.alert[b-sz6nmpcoq0] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid;
}

.alert-error[b-sz6nmpcoq0] {
    background-color: #fff5f5;
    border-color: #ef4444;
    color: #dc2626;
}

.alert-info[b-sz6nmpcoq0] {
    background-color: #f0f5ff;
    border-color: #003865;
    color: #002a4d;
}

.alert-success[b-sz6nmpcoq0] {
    background-color: #f0fdf4;
    border-color: #22c55e;
    color: #166534;
}

.alert-icon[b-sz6nmpcoq0] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.alert p[b-sz6nmpcoq0] {
    margin: 0;
}

.spinner[b-sz6nmpcoq0] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-sz6nmpcoq0 0.6s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-sz6nmpcoq0 {
    to {
        transform: rotate(360deg);
    }
}

.button-group[b-sz6nmpcoq0] {
    margin-top: 1.5rem;
    display: flex;
    gap: 1rem;
}

.btn[b-sz6nmpcoq0] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.875rem;
}

    .btn:disabled[b-sz6nmpcoq0] {
        background-color: #cccccc;
        cursor: not-allowed;
        color: #666666;
    }

.btn-primary[b-sz6nmpcoq0] {
    background-color: #003865;
    color: white;
}

    .btn-primary:hover:not(:disabled)[b-sz6nmpcoq0] {
        background-color: #002a4d;
        box-shadow: 0 2px 4px rgba(0, 56, 101, 0.3);
    }

.btn-success[b-sz6nmpcoq0] {
    background-color: #0066CC;
    color: white;
}

    .btn-success:hover[b-sz6nmpcoq0] {
        background-color: #0052a3;
        box-shadow: 0 2px 4px rgba(0, 102, 204, 0.3);
    }

.btn-icon[b-sz6nmpcoq0] {
    width: 1.25rem;
    height: 1.25rem;
}

.btn-text[b-sz6nmpcoq0] {
    width: 100%;
    margin-top: 1rem;
    padding: 0.5rem;
    background: none;
    border: none;
    color: #666666;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
}

    .btn-text:hover[b-sz6nmpcoq0] {
        color: #0066CC;
    }

.info-section[b-sz6nmpcoq0] {
    max-width: 48rem;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 0.875rem;
    color: #666666;
    background: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #003865;
}

    .info-section p[b-sz6nmpcoq0] {
        margin: 0.25rem 0;
        color: #333333;
    }

        .info-section p:first-child[b-sz6nmpcoq0] {
            font-weight: 600;
            color: #003865;
        }
