/* _content/FileHosting/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root[b-fes09hvoa5] {
    --bg: #ffffff;
    --muted: #6c757d;
    --accent: #1b6ec2;
    --accent-contrast: #ffffff;
    --border: #e9ecef;
    --card-bg: #fbfcfd;
    --radius: 8px;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    color-scheme: light;
}

body[b-fes09hvoa5] {
    margin: 0;
    background: var(--bg);
    color: #111827;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.page-card[b-fes09hvoa5] {
    max-width: 680px;
    margin: 48px auto;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: 0 6px 18px rgba(20,20,20,0.04);
}

h1[b-fes09hvoa5] {
    margin: 0 0 12px 0;
    font-size: 20px;
    font-weight: 600;
    color: #0f1724;
}

.form-compact .field[b-fes09hvoa5],
.form-compact label[b-fes09hvoa5] {
    display: block;
    margin-bottom: 8px;
}

.form-control[b-fes09hvoa5] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: white;
    font-size: 14px;
    color: inherit;
    box-sizing: border-box;
}

.form-actions[b-fes09hvoa5] {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn[b-fes09hvoa5] {
    padding: 9px 14px;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.btn-primary[b-fes09hvoa5] {
    background: var(--accent);
    color: var(--accent-contrast);
    border-color: rgba(0,0,0,0.04);
}

.btn-ghost[b-fes09hvoa5] {
    background: transparent;
    color: var(--muted);
    border-color: transparent;
}

.validation-msg[b-fes09hvoa5] {
    color: #b91c1c;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}

.status[b-fes09hvoa5] {
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

    .status.success[b-fes09hvoa5] {
        background: #ecfdf5;
        color: #065f46;
        border: 1px solid #bbf7d0;
    }

    .status.error[b-fes09hvoa5] {
        background: #fff1f2;
        color: #9f1239;
        border: 1px solid #fecaca;
    }

/* small helpers used across the site */
a[b-fes09hvoa5] {
    color: var(--accent);
    text-decoration: none;
}

    a:hover[b-fes09hvoa5] {
        text-decoration: underline;
    }
