body {
    background-color: #f5f7fb;
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size:14px;
}

.navbar-brand {
    letter-spacing: 0.04em;
}

.application-preview {
    font-size: 0.9rem;
}

.application-preview hr {
    margin: 0.9rem 0;
}

.application-preview h6 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-header {
    font-weight: 600;
}

.entry-list .entry-card {
    background-color: #fff;
}

.entry-list .entry-card:last-child {
    margin-bottom: 0;
}

.entry-list {
    min-height: 1rem;
}

.terms-scroll {
    max-height: 480px;
    overflow-y: auto;
    font-size: 0.85rem;
    background-color: #fdfdfd;
}

.stepper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
}

.stepper .step {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    background-color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.stepper .step.active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.stepper .step.completed {
    border-color: #0d6efd;
    background-color: #e8f1ff;
}

.stepper .step-index {
    font-weight: 700;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background-color: #0d6efd;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stepper .step:not(.active) .step-index {
    background-color: #adb5bd;
}

.stepper .step-title {
    font-weight: 600;
}

.stepper .step-desc {
    font-size: 0.8rem;
    color: #6c757d;
}

.employer-card {
    box-shadow: 0 0.25rem 0.75rem rgba(15, 20, 40, 0.08);
}

.form-label {
    font-weight: 700;
    color: #6c757d;
    margin-top: 0.85rem;
}

label.required::after {
    content: ' *';
    color: #dc3545;
    margin-left: 0.15rem;
    font-weight: 700;
}

.form-text {
    font-size: 0.8rem;
}

.form-control,
.form-select {
    border: none;
    border-radius: 0;
    background-color: #fff8d6;
    font-family: "Courier New", Courier, monospace;
    color: #354052;
    box-shadow: none;
    padding: 0.65rem 0.75rem;
}

.form-control:focus,
.form-select:focus {
    box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.65);
    color: #212529;
    outline: none;
    background-color: #fffdf4;
}

.form-control:required,
.form-select:required {
    background-color: #ffecec;
}

.form-control.is-filled,
.form-select.is-filled {
    background-color: #ffffff;
}

.form-control:required.is-filled,
.form-select:required.is-filled {
    background-color: #ffffff;
}

.bot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.stepper .step {
    cursor: pointer;
}

.paper-card {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 8px 24px rgba(15, 20, 40, 0.08);
    border-radius: 12px;
}

.paper-section {
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.paper-section:last-child {
    border-bottom: none;
}

.paper-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.paper-row {
    display: flex;
    gap: 1rem;
    border-bottom: 1px dashed #d8dbe1;
    padding-bottom: 0.5rem;
    align-items: flex-start;
}

.paper-row:last-child {
    border-bottom: none;
}

.paper-label {
    width: 30%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #4e5765;
}

.paper-input {
    flex: 1;
}

.paper-input .form-control,
.paper-input .form-select {
    width: 100%;
}
