:root {
    --bg: #f4f8fb;
    --surface: rgba(255, 255, 255, 0.78);
    --border: rgba(41, 54, 71, 0.12);
    --text: #1d2733;
    --muted: #5d6a79;
    --primary: #00aaff;
    --primary-dark: #007fcb;
    --secondary: #e5aa14;
    --shadow: 0 24px 60px rgba(24, 33, 45, 0.12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(0, 170, 255, 0.14), transparent 30%),
        radial-gradient(circle at top right, rgba(229, 170, 20, 0.16), transparent 28%),
        linear-gradient(135deg, #eff8ff 0%, #f8fbff 42%, #fff8e8 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.page-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px;
}

.legal-content {
    white-space: pre-line;
    line-height: 1.8;
}

.legal-panel {
    display: grid;
    gap: 18px;
}

.legal-updated {
    margin: 0;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    margin-bottom: 28px;
    border: 1px solid var(--border);
    border-radius: calc(var(--radius) + 4px);
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.brand strong,
h1,
h2,
h3 {
    font-family: "Space Grotesk", sans-serif;
}

.brand small,
.muted {
    color: var(--muted);
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 172px);
    height: 58px;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.nav {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
}

.lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--muted);
}

.lang-link.active {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
}

.inline-form {
    margin: 0;
}

.nav-button,
.button {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: white;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 127, 203, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button.danger {
    background: linear-gradient(135deg, #cf3f2f, #9f2d22);
    box-shadow: 0 12px 30px rgba(159, 45, 34, 0.2);
}

.button.ghost,
.nav-button {
    background: white;
    color: var(--text);
    box-shadow: none;
    border: 1px solid var(--border);
}

.button.disabled,
.button[aria-disabled="true"] {
    pointer-events: none;
    opacity: 0.72;
    cursor: default;
}

.button:hover,
.nav-button:hover {
    transform: translateY(-1px);
}

.content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
    padding: 20px 24px;
    border: 1px solid var(--border);
    border-radius: calc(var(--radius) - 4px);
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.footer-copy {
    color: var(--muted);
    font-weight: 700;
}

.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.hero,
.job-detail,
.dashboard-grid,
.card-grid,
.search-grid,
.form-grid {
    display: grid;
    gap: 24px;
}

.hero {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    padding: 36px;
    border-radius: 36px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 243, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow);
}

.hero-copy h1,
.section-header h1,
.section-header h2,
.dashboard-header h1 {
    margin: 10px 0 12px;
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    line-height: 1;
}

.hero-copy p,
.section-header p,
.dashboard-header p,
.card p,
.panel p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.actions-row {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-panel {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.workspace-dashboard-header {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.workspace-header-copy {
    min-width: 0;
}

.workspace-hero-panel {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-self: end;
    justify-self: stretch;
    align-items: end;
}

.workspace-hero-panel .stat-card {
    min-width: 0;
}

.hero-panel.single {
    display: block;
}

.stat-card,
.card,
.panel,
.auth-card {
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--surface);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
}

.stat-card {
    padding: 24px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.workspace-hero-panel .stat-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 18px;
}

.stat-card strong {
    font-size: 2.4rem;
}

.workspace-hero-panel .stat-card strong {
    font-size: clamp(1.75rem, 2.1vw, 2.3rem);
    line-height: 1;
}

.workspace-hero-panel .stat-card-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 10px;
    margin-top: auto;
}

.workspace-hero-panel .stat-card .stat-card-subvalue {
    text-align: right;
    white-space: nowrap;
}

.section-header,
.dashboard-header,
.panel-head,
.application-meta,
.table-row,
.card-topline {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.dashboard-header.workspace-dashboard-header {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
    justify-content: initial;
}

.dashboard-header.workspace-dashboard-header > .workspace-header-copy {
    grid-column: 1;
}

.dashboard-header.workspace-dashboard-header > .workspace-hero-panel {
    grid-column: 2;
    width: 100%;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.eyebrow-plain::before {
    display: none;
}

.panel-head-topline {
    align-items: flex-start;
    margin-bottom: 18px;
}

@media (max-width: 1180px) {
    .workspace-header-copy h1 {
        font-size: clamp(1.9rem, 3.3vw, 3rem);
    }

    .workspace-header-copy p {
        font-size: 0.96rem;
        line-height: 1.55;
    }
}

.card-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: stretch;
}

.two-focus {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.focus-card {
    display: grid;
    gap: 14px;
}

.card,
.panel,
.auth-card {
    padding: 24px;
}

.job-card {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
}

.card.job-card {
    padding: 18px;
}

.job-card h3,
.job-card p {
    margin: 0;
}

.job-card h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-card h3 .text-link,
.job-card h3 span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.job-card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    text-overflow: ellipsis;
}

.three-cols {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.admin-stats-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pill-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 18px 0;
}

.pill {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(0, 170, 255, 0.12);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.9rem;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(0, 170, 255, 0.12);
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.92rem;
}

.status-chip-verified {
    background: rgba(31, 157, 85, 0.14);
    color: #157a45;
}

.text-link {
    color: var(--primary-dark);
    font-weight: 700;
}

.button-link {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font: inherit;
}

.flash-stack {
    display: grid;
    gap: 12px;
}

.flash {
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid var(--border);
}

.flash.success {
    background: rgba(0, 170, 255, 0.1);
}

.flash.error {
    background: rgba(229, 170, 20, 0.12);
}

.auth-shell {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px;
}

.auth-card {
    width: min(100%, 720px);
}

.auth-card.large {
    width: min(100%, 840px);
}

.social-auth-block {
    margin-top: 18px;
    display: grid;
    gap: 10px;
    justify-items: start;
}

.social-auth-block.compact {
    margin-top: 0;
}

.auth-social-groups {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.auth-social-card {
    align-content: start;
}

.focus-card .button,
.focus-card .button.ghost {
    text-align: center;
}

.button.employer-choice-button {
    background: #e5aa14;
    background-image: none;
    color: #111;
    box-shadow: 0 12px 30px rgba(229, 170, 20, 0.22);
    border: 0;
    border-color: #e5aa14;
}

.button.employer-choice-button:hover {
    background: #d89d10;
    background-image: none;
    border-color: #d89d10;
    color: #111;
}

.button.premium {
    background: #e5aa14;
    background-image: none;
    color: #111;
    box-shadow: 0 12px 30px rgba(229, 170, 20, 0.22);
    border: 0;
}

.button.premium:hover {
    background: #d89d10;
    color: #111;
}

.google-auth-button {
    min-height: 40px;
}

.social-auth-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-auth-links.stacked {
    display: grid;
    gap: 10px;
    width: min(100%, 320px);
}

.social-auth-link {
    text-align: center;
}

.social-auth-links.stacked .social-auth-link {
    width: 100%;
}

.social-provider-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 320px);
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid #dadce0;
    border-radius: 999px;
    background: #fff;
    color: #3c4043;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.social-provider-label {
    display: block;
    width: 100%;
    text-align: center;
}

.social-provider-link:hover {
    border-color: #c7cbd1;
    background: #f8f9fa;
}

.social-provider-icon {
    position: absolute;
    left: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.social-provider-icon svg {
    width: 18px;
    height: 18px;
}

.social-provider-facebook {
    color: #3c4043;
}

.form-grid,
.search-grid {
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid label,
.search-grid label {
    display: grid;
    gap: 10px;
    font-weight: 700;
}

.job-publish-grid {
    display: grid;
    gap: 18px;
    align-items: start;
}

.job-publish-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.job-publish-row label {
    align-content: start;
}

.job-publish-note-row {
    margin-top: -6px;
}

.listing-tier-switch {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.listing-tier-ai-button {
    margin-left: auto;
}

.listing-tier-button.is-active {
    transform: translateY(-1px);
}

.start-date-field {
    align-content: start;
}

.start-date-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.location-field-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.start-date-toggle {
    margin: 2px 0 2px;
}

.start-date-field input[type="date"]:disabled {
    opacity: 0.55;
}

.description-assist-row {
    display: flex;
    justify-content: flex-end;
    margin-top: -8px;
}

.job-create-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.description-field-wrap {
    position: relative;
}

.description-field-wrap textarea {
    padding-bottom: 64px;
}

.description-assist-button {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
}

.description-assist-unavailable {
    position: absolute;
    right: 14px;
    bottom: 18px;
    max-width: min(320px, calc(100% - 28px));
    text-align: right;
}

.listing-offer-panel {
    display: grid;
    gap: 16px;
    margin-top: 6px;
}

.listing-benefits-panel {
    display: grid;
    gap: 12px;
    padding: 22px 24px;
    border-radius: 18px;
    border: 1px solid rgba(0, 127, 203, 0.26);
    background: rgba(239, 248, 255, 0.78);
}

.listing-benefits-panel-standard {
    border-color: rgba(0, 127, 203, 0.26);
    background: rgba(239, 248, 255, 0.78);
}

.listing-benefits-panel-premium {
    border-color: rgba(229, 170, 20, 0.3);
    background: rgba(255, 249, 235, 0.88);
}

.listing-benefits-eyebrow {
    display: inline-flex;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

.listing-benefits-eyebrow-premium {
    color: #b88510;
}

.listing-benefits-content {
    color: var(--text);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75;
    white-space: pre-line;
}

.job-create-form .premium-eyebrow {
    color: var(--primary-dark);
}

.listing-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.listing-offer-card {
    display: grid;
    gap: 6px;
    padding: 13px 14px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    align-content: start;
}

.listing-offer-card-extension {
    width: 100%;
}

.listing-offer-extension-head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.listing-offer-card input {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
}

.listing-offer-head {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.listing-offer-title {
    font-weight: 800;
}

.listing-offer-price {
    color: var(--muted);
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.4;
}

.listing-offer-card:has(input:checked) {
    border-color: rgba(0, 127, 203, 0.4);
    background: rgba(239, 248, 255, 0.92);
    box-shadow: 0 10px 24px rgba(0, 127, 203, 0.08);
}

.listing-offer-card-toggle:has(input:checked) {
    border-color: rgba(0, 127, 203, 0.4);
    background: rgba(239, 248, 255, 0.92);
    box-shadow: 0 10px 24px rgba(0, 127, 203, 0.08);
}

.job-create-form.is-premium .premium-eyebrow {
    color: #b88510;
}

.job-create-form.is-premium .listing-offer-card:has(input:checked) {
    border-color: rgba(229, 170, 20, 0.42);
    background: rgba(255, 249, 235, 0.96);
    box-shadow: 0 10px 24px rgba(229, 170, 20, 0.12);
}

.job-create-form.is-premium .listing-offer-card-toggle:has(input:checked) {
    border-color: rgba(229, 170, 20, 0.42);
    background: rgba(255, 249, 235, 0.95);
    box-shadow: 0 10px 24px rgba(229, 170, 20, 0.12);
}

.listing-contract-row {
    margin-top: 2px;
    font-size: 0.84rem;
    line-height: 1.4;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
}

.listing-contract-row span {
    min-width: 0;
}

.job-card-topline-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.listing-pricing-inline-label {
    display: grid;
    grid-template-columns: minmax(88px, 120px) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.listing-pricing-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
}

.listing-pricing-panel-standard {
    border-color: rgba(0, 127, 203, 0.26);
    background: rgba(239, 248, 255, 0.78);
}

.listing-pricing-panel-premium {
    border-color: rgba(229, 170, 20, 0.3);
    background: rgba(255, 249, 235, 0.88);
}

.listing-pricing-eyebrow-premium {
    color: #b88510;
}

.listing-pricing-input-wrap {
    position: relative;
    display: block;
}

.listing-pricing-input-wrap input {
    width: 100%;
}

.modal-shell {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 24px;
}

.modal-shell[hidden] {
    display: none;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 36, 46, 0.48);
}

.modal-card {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    display: grid;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(41, 54, 71, 0.12);
    background: #fff;
    box-shadow: 0 30px 80px rgba(17, 24, 39, 0.18);
}

.modal-card h2,
.modal-card p {
    margin: 0;
}

.listing-pricing-input-wrap-eur input {
    padding-right: 40px;
}

.listing-pricing-input-wrap-percent input {
    padding-right: 28px;
}

.listing-pricing-input-wrap::after {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
    pointer-events: none;
}

.listing-pricing-input-wrap-eur::after {
    content: "EUR";
}

.listing-pricing-input-wrap-percent::after {
    content: "%";
}

.listing-pricing-inline-label span {
    margin: 0;
}

.job-premium-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(229, 170, 20, 0.18);
    color: #8a6711;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.job-card-premium,
.job-detail-premium {
    border-color: rgba(229, 170, 20, 0.22);
    box-shadow: 0 16px 36px rgba(229, 170, 20, 0.1);
}

.job-card-premium {
    background:
        linear-gradient(180deg, rgba(255, 249, 235, 0.62), rgba(255, 255, 255, 0.96)),
        rgba(255, 255, 255, 0.96);
}

.job-company-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.job-company-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid rgba(41, 54, 71, 0.12);
    background: rgba(255, 255, 255, 0.92);
}


.filter-form {
    display: grid;
    gap: 20px;
}

.finder-form {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr auto;
    gap: 0;
    padding: 8px;
    border-radius: 28px;
    border: 1px solid rgba(41, 54, 71, 0.12);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.finder-form-wide {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr) auto;
}

.finder-form-inline {
    width: 100%;
}

.wide-search-panel {
    padding: 30px;
}

.finder-field {
    display: grid;
    gap: 8px;
    padding: 11px 18px;
}

.finder-field span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.finder-field input {
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 1.04rem;
    font-weight: 700;
}

.finder-field input:focus {
    outline: none;
}

.finder-location {
    background: transparent;
    border-radius: 0;
}

.finder-submit {
    align-self: stretch;
    margin-left: 12px;
    padding-inline: 22px;
    font-size: 1.02rem;
    white-space: nowrap;
}

.finder-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 0;
    border-left: 1px solid rgba(0, 170, 255, 0.18);
    background: linear-gradient(135deg, rgba(0, 170, 255, 0.08), rgba(229, 170, 20, 0.12));
    border-radius: 20px;
}

.finder-radius {
    position: relative;
    border-left: 1px solid rgba(0, 170, 255, 0.18);
}

.finder-radius::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--primary-dark);
    border-bottom: 2px solid var(--primary-dark);
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.finder-radius select {
    width: 100%;
    min-height: 38px;
    padding: 7px 46px 7px 0;
    border: 0;
    background: transparent;
    background-image: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.finder-radius select:focus {
    outline: none;
}

.results-badge {
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(0, 170, 255, 0.12);
    color: var(--primary-dark);
    font-weight: 800;
}

.filter-grid,
.job-meta-grid {
    display: grid;
    gap: 16px;
}

.filter-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: start;
    position: relative;
    z-index: 20;
}

.filter-popup-wrap {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.filter-popup-label,
.filter-popup-field > span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.filter-popup {
    position: relative;
    min-width: 0;
    margin: 0;
}

.filter-popup::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 18px;
}

.search-panel {
    position: relative;
    z-index: 30;
    overflow: visible;
}

.filter-popup summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    user-select: none;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}

.filter-popup summary::-webkit-details-marker {
    display: none;
}

.filter-popup summary::after {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    background-image: url("../images/icon-job-outline.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    opacity: 0.85;
    transform: rotate(0deg);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.filter-popup.filter-popup-active summary::after {
    background-image: url("../images/icon-job-filled.svg");
    opacity: 1;
}

.filter-popup.filter-popup-active summary {
    border-color: rgba(229, 170, 20, 0.4);
    background: rgba(255, 250, 238, 0.95);
}

.filter-popup[open] summary {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 12px 28px rgba(24, 33, 45, 0.08);
    position: relative;
    z-index: 31;
}

.filter-popup[open] summary::after {
    transform: rotate(90deg);
}

.filter-popup.filter-popup-active[open] summary::after {
    background-image: url("../images/icon-job-filled.svg");
    opacity: 1;
    transform: rotate(90deg);
}

.filter-popup-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 32;
    width: min(320px, 92vw);
    padding: 14px 16px 16px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 40px rgba(24, 33, 45, 0.14);
}

.filter-popup-wide .filter-popup-panel {
    width: min(420px, 92vw);
}

.filter-popup-field {
    display: grid;
    gap: 10px;
    font-weight: 700;
}

.filter-choice-list {
    display: grid;
    gap: 10px;
    max-height: 210px;
    overflow: auto;
    padding-right: 4px;
}

.filter-choice {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--text);
}

.filter-choice input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    accent-color: var(--primary-dark);
}

.filter-choice span {
    flex: 1 1 auto;
}

.filter-actions {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: end;
}

.filter-actions .button,
.filter-actions .button.ghost {
    min-height: 46px;
    padding: 12px 20px;
    font-size: 0.98rem;
}

.job-meta-grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 10px;
    margin: 14px 0;
}

.job-detail .job-meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.meta-chip {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(41, 54, 71, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.meta-chip span {
    color: var(--muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.meta-chip strong {
    font-size: 0.86rem;
    line-height: 1.2;
}

.card-topline-meta {
    text-align: right;
}

.job-preview-meta {
    display: grid;
    gap: 6px;
}

.job-company-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 0 0 6px;
}

.rating-badge,
.rating-panel {
    --rating-percent: 0%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rating-star {
    font-size: 1.1rem;
    line-height: 1;
    background: linear-gradient(90deg, #d64545 0%, #f2b94b 50%, #1f9d55 100%);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.rating-star::after {
    content: "★";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #d64545 0%,
        #f2b94b calc(min(var(--rating-percent), 50%)),
        #1f9d55 var(--rating-percent),
        rgba(41, 54, 71, 0.18) var(--rating-percent),
        rgba(41, 54, 71, 0.18) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rating-badge-empty .rating-star,
.rating-badge-empty .rating-star::after {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    color: rgba(41, 54, 71, 0.28);
}

.rating-star.large {
    font-size: 2rem;
}

.rating-star-xl {
    font-size: 2.2rem;
}

.rating-value {
    color: var(--muted);
    font-weight: 800;
}

.employer-summary {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.rating-panel {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.password-field {
    position: relative;
    display: flex;
    align-items: center;
}

.password-field input {
    flex: 1;
    padding-right: 54px;
}

.employer-workspace-nav {
    gap: 10px;
    flex-wrap: wrap;
}

.company-photo-preview {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid var(--border);
    display: block;
    margin-bottom: 16px;
    background: rgba(41, 54, 71, 0.08);
}

.company-photo-thumb {
    width: 140px;
    height: 105px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--border);
}

.company-photo-placeholder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px dashed rgba(41, 54, 71, 0.24);
    border-radius: 18px;
    color: var(--muted);
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    text-align: center;
}

.company-photo-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/logo onlymini.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(360px, 124%);
    opacity: 0.15;
    pointer-events: none;
}

.company-photo-placeholder > * {
    position: relative;
    z-index: 1;
}

.form-helper-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.checkbox-row,
.checkbox-card {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-dialog-form .checkbox-row {
    font-size: 0.92rem;
    line-height: 1.25;
}

.checkbox-group-stack {
    display: grid;
    gap: 10px;
    font-weight: 700;
}

.checkbox-row input,
.checkbox-card input {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.checkbox-card {
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
}

.employer-profile-form {
    gap: 14px;
}

.employer-profile-stack {
    display: grid;
    gap: 16px;
}

.compact-box-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.compact-box {
    display: grid;
    align-content: start;
    align-items: start;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
}

.compact-box-head {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.compact-box .eyebrow {
    display: block;
    min-height: 1.2em;
    margin: 0;
}

.compact-box h2 {
    margin: 0;
    font-size: 1.12rem;
}

.compact-subsection {
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.compact-subsection h2 {
    margin: 0;
    font-size: 1.15rem;
}

.compact-subsection p {
    margin: 0;
}

.compact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.compact-form-grid label {
    display: grid;
    gap: 10px;
    font-weight: 700;
}

.phone-field-row {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}

.phone-field-row input {
    width: 100%;
}

.phone-country-picker {
    position: relative;
    min-width: 0;
}

.phone-country-trigger {
    width: 100%;
    min-height: 50px;
    padding: 0 28px 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
}

.phone-country-picker::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-right: 1.8px solid var(--primary-dark);
    border-bottom: 1.8px solid var(--primary-dark);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.phone-country-native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.phone-country-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 6px);
    left: 0;
    min-width: 220px;
    padding: 6px;
    display: grid;
    gap: 4px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.14);
    z-index: 40;
}

.phone-country-menu[hidden] {
    display: none;
}

.phone-country-option {
    width: 100%;
    padding: 10px 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.phone-country-option:hover,
.phone-country-option.is-active {
    background: rgba(17, 76, 141, 0.08);
}

.phone-country-flag {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
    overflow: hidden;
    flex: 0 0 auto;
}

.phone-country-flag.flag-de {
    background: linear-gradient(to bottom, #111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.phone-country-flag.flag-at {
    background: linear-gradient(to bottom, #ed2939 0 33.33%, #ffffff 33.33% 66.66%, #ed2939 66.66% 100%);
}

.phone-country-flag.flag-ch {
    background: #d52b1e;
}

.phone-country-flag.flag-ch::before,
.phone-country-flag.flag-ch::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.phone-country-flag.flag-ch::before {
    width: 10px;
    height: 4px;
}

.phone-country-flag.flag-ch::after {
    width: 4px;
    height: 10px;
}

.applicant-profile-form {
    gap: 12px;
}

.applicant-profile-panel {
    display: grid;
    gap: 18px;
}

.applicant-profile-summary-grid {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.applicant-photo-row {
    display: grid;
    grid-template-columns: 164px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    margin-bottom: 4px;
}

.applicant-photo-field {
    display: grid;
    gap: 8px;
    justify-items: start;
}

.applicant-photo-display-box .compact-box-head {
    flex-direction: column;
    align-items: flex-start;
}

.applicant-photo-display-box .applicant-photo-field,
.applicant-photo-display-box .applicant-photo-box {
    width: 100%;
}

.applicant-photo-display-box .applicant-photo-field {
    height: auto;
}

.applicant-photo-display-box .applicant-photo-box {
    height: auto;
    aspect-ratio: 1;
    align-self: start;
}

.applicant-photo-label {
    display: block;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.applicant-photo-box {
    position: relative;
    width: 164px;
    aspect-ratio: 1;
    border-radius: 22px;
    border: 1px solid var(--border);
    background: linear-gradient(145deg, rgba(26, 111, 208, 0.08), rgba(26, 111, 208, 0.02));
    overflow: hidden;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.applicant-photo-box-static {
    cursor: default;
}

.applicant-photo-trigger {
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--border);
    outline: none;
    cursor: pointer;
}

.applicant-photo-trigger:focus-visible {
    box-shadow: 0 0 0 3px rgba(26, 111, 208, 0.18);
}

.applicant-photo-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/static/images/logo%20ico.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 68%;
    opacity: 0.15;
    pointer-events: none;
}

.applicant-photo-box img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.applicant-photo-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.applicant-photo-placeholder {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: var(--primary-dark);
}

.applicant-photo-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 1;
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--muted);
    text-align: center;
    pointer-events: none;
}

.applicant-intro-field {
    display: grid;
    gap: 8px;
    justify-self: stretch;
    align-self: start;
}

.applicant-intro-display-box .profile-display-box {
    min-height: 164px;
}

.applicant-intro-copy {
    margin: 0;
}

.applicant-intro-field textarea {
    min-height: 124px;
    resize: vertical;
}

.applicant-profile-form input,
.applicant-profile-form select,
.applicant-profile-form textarea {
    padding-block: 10px;
}

.applicant-location-button {
    width: 40px;
    min-width: 40px;
    min-height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.applicant-location-button svg {
    width: 18px;
    height: 18px;
}

.applicant-city-row {
    gap: 10px;
}

.applicant-profile-columns {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

.applicant-profile-left-column {
    display: grid;
    gap: 12px;
}

.applicant-profile-right-column {
    display: grid;
    gap: 12px;
}

.applicant-profile-box {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
}

.applicant-profile-box-body {
    display: grid;
    gap: 12px;
}

.applicant-display-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: var(--text);
}

.applicant-display-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--primary-dark);
}

.applicant-display-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.applicant-profile-box .text-link.button-link {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
    align-self: start;
    margin-top: 0;
}

.applicant-inline-row {
    gap: 10px;
}

.applicant-inline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.applicant-city-grid {
    display: grid;
    grid-template-columns: minmax(88px, 108px) minmax(0, 1fr);
    gap: 12px;
}

.compact-toggle-row {
    margin-top: 2px;
}

.billing-subsection[hidden] {
    display: none;
}

.profile-display-box {
    min-height: 100%;
}

.profile-card-photo {
    max-width: 100%;
    margin-bottom: 4px;
}

.profile-icon-list {
    display: grid;
    gap: 12px;
    width: 100%;
}

.profile-icon-row {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: var(--text);
    font-weight: 600;
    line-height: 1.4;
}

.profile-icon-row-multiline {
    align-items: flex-start;
}

.profile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-height: 22px;
    color: var(--primary-dark);
    flex: 0 0 22px;
}

.profile-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.profile-toggle-box {
    gap: 10px;
}

.profile-toggle-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text);
    font-weight: 600;
}

.profile-dialog {
    width: min(760px, calc(100vw - 32px));
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 60px rgba(24, 33, 45, 0.22);
    overflow: visible;
}

.profile-dialog::backdrop {
    background: rgba(24, 33, 45, 0.34);
    backdrop-filter: blur(4px);
}

.profile-dialog-form {
    display: grid;
    gap: 18px;
    padding: 24px;
    overflow: visible;
}

.profile-dialog-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
}

.profile-dialog-head h2 {
    margin: 4px 0 0;
    font-size: 1.35rem;
}

.profile-dialog-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
}

.dialog-flash-stack {
    display: grid;
    gap: 10px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    flex: 0 0 auto;
    padding: 0;
}

.password-toggle:hover {
    color: var(--primary-dark);
}

.password-eye {
    display: inline-flex;
    width: 20px;
    height: 20px;
}

.password-eye svg {
    width: 100%;
    height: 100%;
    display: block;
}

.password-eye-closed {
    display: none;
}

.password-toggle.is-visible .password-eye-open {
    display: none;
}

.password-toggle.is-visible .password-eye-closed {
    display: inline-flex;
}

.skill-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.skill-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(229, 170, 20, 0.16);
    color: #8a6711;
    font-size: 0.84rem;
    font-weight: 700;
}

.job-card .skill-row {
    margin-bottom: 6px;
}

.job-card-cta {
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
    padding-block: 8px;
    text-align: center;
    justify-content: center;
}

.apply-action-block .button {
    display: flex;
    justify-content: center;
    text-align: center;
}

.job-card .job-meta-grid {
    margin: 8px 0;
    gap: 8px;
}

.job-card .meta-chip {
    gap: 3px;
    padding: 8px 10px;
    border-radius: 12px;
}

.job-card .meta-chip span {
    font-size: 0.72rem;
}

.job-card .meta-chip strong {
    font-size: 0.82rem;
}

.quiet-link-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.muted-link {
    color: var(--muted);
    font-weight: 700;
}

.location-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.location-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--secondary);
}

.date-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.date-icon {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--secondary);
}

.date-inline > span:last-child {
    min-width: 0;
}

.location-inline > span:last-child {
    min-width: 0;
}

.full-span {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(41, 54, 71, 0.15);
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    color: var(--text);
}

input::placeholder,
textarea::placeholder {
    color: rgba(93, 106, 121, 0.52);
}

.field-critical input,
.field-critical textarea,
.field-critical select {
    border-color: rgba(191, 54, 44, 0.65);
    color: #b21f1f;
    background: rgba(255, 244, 244, 0.95);
}

.field-critical .hourly-wage-note,
.value-critical {
    color: #b21f1f;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 52px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.25 5.5L7 9.25L10.75 5.5' stroke='%2357697D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px 14px;
}

textarea {
    resize: vertical;
}

.dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.panel.full {
    grid-column: 1 / -1;
}

.mini-card,
.table-row,
.application-card {
    padding: 16px 0;
    border-bottom: 1px solid var(--border);
}

.mini-card:last-child,
.table-row:last-child,
.application-card:last-child {
    border-bottom: 0;
}

.mini-card,
.table-row div {
    display: grid;
    gap: 4px;
}

.job-detail {
    grid-template-columns: 1.3fr 0.7fr;
}

.job-description {
    white-space: pre-line;
}

.status-form {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 16px;
}

.admin-user-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
}

.admin-user-row:last-child {
    border-bottom: 0;
}

.admin-user-main {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.admin-user-headline,
.admin-user-stats,
.user-meta,
.info-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.admin-user-headline {
    align-items: center;
    gap: 12px;
}

.admin-user-headline strong {
    font-size: 1rem;
}

.admin-user-inline-meta {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.admin-user-stats {
    gap: 8px;
}

.admin-user-stats span,
.user-meta span {
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(0, 170, 255, 0.08);
    color: var(--primary-dark);
    font-size: 0.9rem;
    line-height: 1.25;
}

.info-list {
    flex-direction: column;
    gap: 12px;
    margin: 22px 0;
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border);
}

.info-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.job-detail .panel .info-row strong {
    text-align: right;
}

.apply-action-block {
    display: grid;
    gap: 16px;
    margin: 16px 0;
}

.apply-action-block p {
    margin: 0;
}

.info-note {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.applicant-profile-panel-head {
    align-items: center;
}

.applicant-profile-link {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 14px;
    background: var(--primary-dark);
    color: #ffffff;
    text-decoration: none;
}

.applicant-profile-link:hover,
.applicant-profile-link:focus-visible {
    color: #ffffff;
    background: var(--primary);
}

.profile-completion-ring {
    --ring-size: 72px;
    width: var(--ring-size);
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    background:
        radial-gradient(closest-side, #ffffff 70%, transparent 71% 100%),
        conic-gradient(var(--primary-dark) var(--completion), rgba(26, 111, 208, 0.14) 0);
    flex-shrink: 0;
}

.profile-completion-ring span {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--primary-dark);
}

@media (max-width: 900px) {
    .site-header,
    .site-footer,
    .job-company-row,
    .employer-summary,
    .section-header,
    .dashboard-header,
    .panel-head,
    .application-meta,
    .table-row,
    .card-topline,
    .status-form,
    .compact-box-head,
    .profile-dialog-actions,
    .admin-user-row,
    .info-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero,
    .job-detail,
    .dashboard-grid,
    .split-layout,
    .three-cols,
    .admin-stats-grid,
    .job-publish-grid,
    .listing-offer-grid,
    .compact-box-grid,
    .applicant-profile-summary-grid,
    .applicant-profile-columns,
    .finder-form,
    .search-grid,
    .form-grid,
    .compact-form-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel,
    .workspace-hero-panel {
        grid-template-columns: 1fr;
    }

    .workspace-dashboard-header {
        grid-template-columns: 1fr;
    }

    .finder-submit {
        margin-left: 0;
        margin-top: 8px;
    }

    .finder-side {
        border-left: 0;
        grid-template-columns: 1fr;
    }

    .finder-radius {
        border-left: 0;
        border-top: 1px solid rgba(0, 170, 255, 0.18);
    }

    .filter-grid {
        grid-template-columns: 1fr;
    }

    .filter-popup-panel,
    .filter-popup-wide .filter-popup-panel {
        width: 100%;
    }

    .filter-actions {
        align-items: stretch;
    }

    .page-shell {
        padding: 16px;
    }

    .job-detail .job-meta-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy h1,
    .section-header h1,
    .section-header h2,
    .dashboard-header h1 {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }
}
