*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--background);
    color: var(--text-primary);
    font-family: "Open Sans", sans-serif;
}

body {
    margin: 0;
    min-width: 320px;
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 3px;
}

.shell {
    margin: 0 auto;
    max-width: 1600px;
    padding-inline: var(--space-6);
}

.skip-link {
    background: var(--primary-action);
    color: var(--primary-action-text);
    left: var(--space-4);
    padding: var(--space-3) var(--space-4);
    position: fixed;
    top: -100px;
    z-index: 10;
}

.skip-link:focus {
    top: var(--space-4);
}

.site-header {
    background: var(--surface);
    border-bottom: 1px solid var(--input-border);
}

.header-content,
.header-controls,
.desktop-navigation,
.brand-wordmark {
    align-items: center;
    display: flex;
}

.header-content {
    gap: var(--space-6);
    justify-content: space-between;
    min-height: 72px;
}

.brand-link {
    text-decoration: none;
}

.brand-wordmark {
    gap: var(--space-1);
    min-width: 176px;
}

.brand-mark {
    background-color: var(--text-primary);
    position: absolute;
    inset: 0;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.brand-symbol { position: relative; display: inline-block; width: 32px; height: 32px; margin-right: 4px; }

.brand-mark-base {
    mask-image: url("/brand/brand_mark_base.svg");
}

.brand-mark-accent {
    background-color: var(--accent);
    mask-image: url("/brand/brand_mark_accent.svg");
}

.brand-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.brand-accent {
    background: #0f172a;
    border-radius: 3px;
    color: var(--accent);
    padding-inline: 2px;
}

:root[data-theme="dark"] .brand-accent { background: transparent; }

.desktop-navigation {
    gap: var(--space-6);
    margin-right: auto;
}

.desktop-navigation a,
.mobile-navigation a {
    min-height: 44px;
    padding: var(--space-3) 0;
    text-decoration: none;
}

.header-controls {
    gap: var(--space-3);
}

.market-slot {
    color: var(--text-secondary);
    margin: 0;
}

.theme-control select {
    background: var(--surface);
    border: 1px solid var(--input-border);
    border-radius: 8px;
    color: var(--text-primary);
    min-height: 44px;
    padding-inline: var(--space-2);
}

.site-main {
    padding-block: var(--space-12);
}

.landing {
    max-width: 760px;
}

.eyebrow {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 var(--space-2);
}

h1 {
    font-size: clamp(24px, 5vw, 36px);
    line-height: 1.22;
    margin: 0;
}

.landing-copy {
    color: var(--text-secondary);
    font-size: 16px;
    line-height: 24px;
    margin-block: var(--space-4) var(--space-6);
}

.primary-link {
    background: var(--primary-action);
    border-radius: 8px;
    color: var(--primary-action-text);
    display: inline-flex;
    min-height: 44px;
    padding: var(--space-3) var(--space-4);
    text-decoration: none;
}

.mobile-navigation {
    background: var(--surface);
    border-top: 1px solid var(--input-border);
    bottom: 0;
    display: none;
    gap: var(--space-8);
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
}

.visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

@media (max-width: 767px) {
    .shell {
        padding-inline: var(--space-4);
    }

    .desktop-navigation,
    .market-slot {
        display: none;
    }

    .header-content {
        min-height: 64px;
    }

    .brand-wordmark {
        min-width: 0;
    }

    .site-main {
        padding-bottom: calc(var(--space-12) + 64px);
    }

    .mobile-navigation {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Candidate workspace: shared tokens and component-specific Syncfusion overrides. */
h1:focus { outline: none; }
h2, h3, p { overflow-wrap: anywhere; }
h2 { font-size: 20px; line-height: 28px; }
h3 { font-size: 16px; line-height: 24px; }
.ui-icon { flex-shrink: 0; vertical-align: middle; }
.site-main { padding-top: 24px; padding-bottom: 24px; }
.header-content { min-height: 72px; gap: 32px; }
.desktop-navigation { gap: 24px; font-size: 14px; }
.desktop-navigation a { display: flex; align-items: center; min-height: 72px; border-bottom: 3px solid transparent; padding-top: 15px; }
.desktop-navigation a.active { border-color: var(--accent); font-weight: 600; }
.header-controls { gap: 20px; font-size: 14px; }
.login-link { text-decoration: none; white-space: nowrap; }
.theme-control select { border-color: var(--control-border); font: inherit; max-width: 116px; }
.header-post-link { white-space: nowrap; }
.secondary-action, .primary-button, .primary-action, .brand-button, .text-button, .icon-button, .technology-filter {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; font: inherit; cursor: pointer; text-decoration: none;
}
.secondary-action, .primary-button, .primary-action, .brand-button { border-radius: 8px; min-height: 44px; padding: 10px 16px; font-weight: 600; line-height: 24px; }
.secondary-action { color: var(--text-primary); background: transparent; border: 1px solid var(--control-border); }
.primary-button, .primary-action { color: var(--primary-action-text); background: var(--primary-action); border: 1px solid transparent; }
.text-button { color: var(--text-secondary); background: transparent; border: 0; min-height: 44px; padding: 6px 0; font-size: 14px; }
.text-button:hover, .company-link:hover { text-decoration: underline; color: var(--text-primary); }
.icon-button { color: var(--text-secondary); background: transparent; border: 0; border-radius: 8px; width: 44px; height: 44px; }
.icon-button:hover { background: var(--surface-muted); color: var(--text-primary); }
.search-hero { margin-bottom: 16px; }
.hero-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 16px; }
.mobile-hero-title { display: none; }
.hero-heading .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; }
.hero-heading h1 { letter-spacing: -.035em; }
.hero-copy { color: var(--text-secondary); line-height: 24px; margin: 8px 0 0; font-size: 16px; }
.text-accent { color: var(--text-primary); background: var(--accent); border-radius: 4px; padding-inline: 5px; }
:root[data-theme="dark"] .text-accent { color: var(--accent); background: transparent; padding: 0; }
.hero-caption { display: flex; gap: 8px; align-items: center; flex-shrink: 0; color: var(--text-secondary); font-size: 12px; padding-bottom: 4px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary-action); }
.search-bar { display: grid; grid-template-columns: minmax(200px, 1.5fr) minmax(140px, .75fr) minmax(150px, .65fr) 160px; align-items: end; gap: 12px; }
.search-field { min-width: 0; }
.search-field label { display: block; font-size: 12px; line-height: 20px; margin-bottom: 6px; color: var(--text-secondary); }
.icon-input { position: relative; }
.icon-input > .ui-icon { position: absolute; left: 14px; top: 15px; z-index: 1; color: var(--text-secondary); pointer-events: none; }
.search-bar .e-input-group { min-height: 52px; border-radius: 8px; }
.search-bar .icon-input .e-input-group input.e-input { padding-left: 44px; }
.e-btn.brand-button, .brand-button { background: var(--accent); border: 1px solid transparent; color: var(--accent-text); box-shadow: none; }
.e-btn.brand-button:hover { background: #d6ff54; color: var(--accent-text); }
.search-submit.e-btn { min-height: 52px; font-size: 16px; }
.technology-quick-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.technology-filter { font-size: 13px; border: 1px solid var(--input-border); background: var(--surface); color: var(--text-secondary); padding: 10px 18px; min-height: 44px; border-radius: 8px; }
.technology-filter:hover { border-color: var(--control-border); color: var(--text-primary); }
.technology-filter.active { color: var(--accent-text); background: var(--accent); border-color: var(--accent); font-weight: 600; }
.offers-workspace { display: grid; grid-template-columns: 224px minmax(0, 1fr); gap: 24px; align-items: start; }
.desktop-filters { min-width: 0; }
.filter-panel { padding: 20px; background: var(--surface); border: 1px solid var(--input-border); border-radius: 12px; }
.panel-heading, .preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-heading { margin-bottom: 16px; }
.panel-heading h2, .preview-heading h2 { margin: 0; font-size: 18px; line-height: 28px; }
.panel-heading .text-button { min-height: 36px; }
.filter-field { min-width: 0; margin-bottom: 20px; }
.filter-field label { display: block; font-size: 13px; margin-bottom: 8px; font-weight: 600; }
.filter-divider { border-top: 1px solid var(--input-border); margin: 24px 0; }
.filter-panel h3 { margin: 0 0 16px; font-size: 14px; }
.salary-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.salary-inputs .filter-field { margin-bottom: 16px; }
.salary-inputs .filter-field label { font-size: 12px; color: var(--text-secondary); font-weight: 400; }
.filter-checkbox { min-height: 44px; display: flex; align-items: center; }
.field-hint { color: var(--text-secondary); font-size: 12px; line-height: 19px; margin: 12px 0 20px; }
.filter-apply.e-btn { width: 100%; white-space: normal; }
.filter-footnote { color: var(--text-secondary); display: flex; gap: 8px; font-size: 12px; line-height: 20px; padding: 0 12px; margin-top: 20px; }
.filter-footnote .ui-icon { margin-top: 2px; width: 16px; height: 16px; }
.offer-results { min-width: 0; }
.results-toolbar { min-height: 44px; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 12px; }
.results-heading h2 { margin: 0; font-size: 20px; }
.results-heading > span { font-size: 12px; color: var(--text-secondary); }
.sort-control { width: 170px; flex-shrink: 0; }
.filter-dialog-trigger { display: none; }
.job-list { display: grid; gap: 12px; }
.job-card { position: relative; display: grid; grid-template-columns: 60px minmax(0, 1fr) 40px; gap: 12px 16px; background: var(--surface); border: 1px solid var(--input-border); border-radius: 12px; padding: 20px; transition: border-color 160ms ease; }
.job-card:hover { border-color: var(--control-border); }
.job-card.is-selected { border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.company-avatar { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; background: var(--surface-muted); border: 1px solid var(--input-border); border-radius: 10px; color: var(--text-primary); font-size: 22px; font-weight: 700; flex-shrink: 0; overflow: hidden; }
.company-avatar img { width: 100%; height: 100%; object-fit: contain; background: white; padding: 4px; }
.job-card-heading { min-width: 0; align-self: center; }
.job-card h2 { font-size: 16px; line-height: 24px; margin: 0 0 4px; font-weight: 700; overflow-wrap: anywhere; }
.job-card h2 a { text-decoration: none; }
.job-card h2 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.company-link { display: inline-block; font-size: 14px; line-height: 22px; color: var(--text-secondary); text-decoration: none; }
.save-button { grid-column: 3; justify-self: end; align-self: start; margin: -8px -8px 0 0; }
.card-facts { display: flex; flex-wrap: wrap; gap: 8px 16px; grid-column: 2 / -1; color: var(--text-secondary); font-size: 12px; line-height: 20px; }
.card-facts > span { display: inline-flex; align-items: center; gap: 6px; }
.card-facts .ui-icon { width: 16px; height: 16px; }
.job-card > .salary-summary { grid-column: 2 / -1; }
.salary-summary { display: grid; gap: 10px; min-width: 0; }
.salary-range { display: grid; gap: 3px; }
.salary-range strong { font-size: 17px; line-height: 25px; font-weight: 700; overflow-wrap: anywhere; }
.salary-range > span { font-size: 12px; line-height: 20px; color: var(--text-secondary); }
.technology-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.job-card > .technology-tags { grid-column: 2 / -1; }
.technology-tag { background: var(--surface-muted); border: 1px solid var(--input-border); border-radius: 6px; font-size: 12px; line-height: 18px; padding: 4px 10px; overflow-wrap: anywhere; }
.card-bottom { grid-column: 2 / -1; display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: -4px; }
.card-date { color: var(--text-secondary); font-size: 11px; }
.status-chip { color: var(--text-primary); background: var(--surface-muted); border: 1px solid var(--input-border); border-radius: 4px; padding: 3px 6px; font-size: 11px; }
.preview-card-button { display: none; }
.mobile-detail-link { font-size: 12px; }
.offer-preview { display: none; min-width: 0; background: var(--surface); border: 1px solid var(--input-border); border-radius: 12px; padding: 20px; }
.preview-heading { padding-bottom: 20px; }
.preview-heading a { display: inline-flex; align-items: center; justify-content: center; color: var(--text-secondary); width: 44px; height: 44px; margin-right: -8px; }
.preview-placeholder { display: grid; place-content: center; text-align: center; padding: 60px 16px; min-height: 360px; color: var(--text-secondary); font-size: 14px; line-height: 24px; }
.preview-placeholder > .ui-icon { width: 40px; height: 40px; margin: 0 auto 16px; }
.offer-presentation { min-width: 0; }
.detail-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.detail-heading > div { min-width: 0; }
.detail-heading h1 { font-size: 32px; line-height: 42px; overflow-wrap: anywhere; letter-spacing: -.02em; }
.detail-heading h3 { font-size: 19px; line-height: 28px; margin: 0 0 5px; overflow-wrap: anywhere; }
.offer-presentation > .salary-summary { margin-bottom: 24px; }
.offer-presentation .salary-range strong { font-size: 24px; line-height: 32px; }
.offer-presentation .salary-range > span { font-size: 14px; }
.offer-actions { display: flex; gap: 12px; margin: 20px 0 28px; }
.action-link { flex: 1; }
.offer-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; padding: 24px 0; margin: 0; border-top: 1px solid var(--input-border); border-bottom: 1px solid var(--input-border); }
.offer-fact { position: relative; padding-left: 30px; min-width: 0; }
.offer-fact .ui-icon { position: absolute; left: 0; top: 3px; color: var(--text-secondary); }
.offer-fact dt { font-size: 11px; line-height: 18px; color: var(--text-secondary); }
.offer-fact dd { margin: 3px 0 0; font-size: 13px; line-height: 20px; overflow-wrap: anywhere; }
.detail-section { padding: 24px 0; }
.detail-section h3, .detail-section h2 { margin: 0 0 12px; font-size: 16px; line-height: 24px; }
.offer-content { color: var(--text-primary); font-size: 14px; line-height: 24px; overflow-wrap: anywhere; }
.offer-content p:first-child { margin-top: 0; }
.offer-content p:last-child { margin-bottom: 0; }
.offer-content p { margin-block: 12px; }
.offer-content ul, .offer-content ol, .benefit-list { padding-left: 22px; margin-block: 8px; }
.offer-content li, .benefit-list li { margin-block: 6px; }
.offer-content a { color: var(--text-primary); text-decoration: underline; text-underline-offset: 3px; }
.benefit-list, .recruitment-process { font-size: 14px; line-height: 24px; }
.full-offer-link { display: flex; justify-content: flex-end; align-items: center; gap: 10px; min-height: 44px; margin-top: 16px; font-size: 13px; color: var(--text-secondary); text-decoration: none; }
.full-offer-link:hover { text-decoration: underline; }
.is-compact .offer-actions { flex-direction: column; gap: 8px; }
.is-compact .salary-range strong { font-size: 20px; line-height: 28px; }
.is-compact .salary-range > span { font-size: 12px; }
.is-compact .detail-heading .company-avatar { width: 56px; height: 56px; }
.is-compact .detail-heading h3 { font-size: 17px; line-height: 25px; }
.is-compact .detail-section { padding-block: 20px; }
.is-compact .offer-content { font-size: 13px; line-height: 22px; }
.is-compact .offer-facts { gap: 16px 12px; }
.location-section p { font-size: 14px; line-height: 24px; }
.loading-message, .limit-notice { color: var(--text-secondary); font-size: 13px; line-height: 22px; }
.offer-skeleton { display: flex; gap: 16px; padding: 24px; min-height: 220px; background: var(--surface); border: 1px solid var(--input-border); border-radius: 12px; margin-bottom: 12px; }
.skeleton-avatar { width: 60px; height: 60px; border-radius: 10px; background: var(--surface-muted); flex-shrink: 0; }
.offer-skeleton > div { flex: 1; }
.skeleton-line { display: block; height: 18px; background: var(--surface-muted); border-radius: 4px; margin-bottom: 18px; }
.skeleton-line.short { width: 65%; }
.result-state { text-align: center; padding: 52px 24px; background: var(--surface); border: 1px solid var(--input-border); border-radius: 12px; }
.result-state h1, .result-state h3 { font-size: 24px; line-height: 34px; margin: 16px 0; }
.result-state p { color: var(--text-secondary); line-height: 24px; margin: 0 auto 24px; max-width: 440px; }
.empty-icon { width: 64px; height: 64px; background: var(--surface-muted); border-radius: 50%; display: inline-grid; place-items: center; }
.empty-icon .ui-icon { width: 28px; height: 28px; }
.notice, .inline-error { color: var(--warning-text); background: var(--warning-surface); border-radius: 8px; padding: 16px; font-size: 14px; line-height: 24px; }
.notice p { margin: 0; }
.notice .text-button { color: inherit; font-weight: 600; }
.page-footer { display: flex; justify-content: space-between; gap: 16px; color: var(--text-secondary); font-size: 11px; line-height: 18px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--input-border); }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--text-secondary); font-size: 14px; text-decoration: none; min-height: 44px; margin-bottom: 20px; }
.back-link:hover { text-decoration: underline; }
.detail-page, .company-page { max-width: 940px; margin-inline: auto; }
.detail-page > .offer-presentation, .company-profile { padding: 40px; border: 1px solid var(--input-border); border-radius: 12px; background: var(--surface); }
.company-profile-heading { display: flex; gap: 24px; align-items: center; margin-bottom: 32px; }
.company-profile-heading .company-avatar { width: 88px; height: 88px; font-size: 28px; }
.company-profile-heading h1 { font-size: 32px; }
.company-social-links { display: flex; gap: 20px; flex-wrap: wrap; font-size: 14px; }
.company-social-links a { min-height: 44px; display: inline-flex; gap: 8px; align-items: center; }
.company-offers-notice { display: flex; gap: 16px; background: var(--surface-muted); padding: 24px; border-radius: 8px; margin-top: 24px; }
.company-offers-notice p { font-size: 14px; line-height: 24px; color: var(--text-secondary); margin: 8px 0; }

/* The enabled control boundary intentionally has stronger contrast than card dividers. */
.search-bar .e-input-group, .filter-panel .e-input-group, .sort-control .e-input-group { background: var(--surface); border: 1px solid var(--control-border); color: var(--text-primary); border-radius: 8px; box-shadow: none; font-family: inherit; min-height: 44px; }
.search-bar .e-input-group { min-height: 52px; }
.search-bar .e-input-group input.e-input, .filter-panel .e-input-group input.e-input, .sort-control .e-input-group input.e-input { color: var(--text-primary); background: transparent; font-family: inherit; font-size: 14px; padding: 10px 12px; }
.search-bar .e-input-group input.e-input::placeholder, .filter-panel .e-input-group input.e-input::placeholder { color: var(--text-secondary); opacity: 1; }
.search-bar .e-input-group .e-input-group-icon, .filter-panel .e-input-group .e-input-group-icon, .sort-control .e-input-group .e-input-group-icon { color: var(--text-secondary); background: transparent; }
.search-bar .e-input-focus, .filter-panel .e-input-focus, .sort-control .e-input-focus { outline: 3px solid var(--focus); outline-offset: 2px; }
.filter-panel .e-checkbox-wrapper .e-label { color: var(--text-primary); font: 13px/22px 'Open Sans', sans-serif; }
.filter-panel .e-checkbox-wrapper { min-height: 44px; display: inline-flex; align-items: center; }
.filter-panel .e-checkbox-wrapper .e-frame { border-color: var(--control-border); }
.filter-panel .e-checkbox-wrapper .e-frame.e-check { background: var(--accent); border-color: var(--accent-text); color: var(--accent-text); }
.filter-panel .e-btn.primary-button { color: var(--primary-action-text); background: var(--primary-action); border-color: transparent; box-shadow: none; font-family: inherit; }
.offer-presentation .offer-accordion .e-accordion { background: transparent; border: 0; font-family: inherit; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item { border: 0; border-top: 1px solid var(--input-border); background: transparent; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item:last-child { border-bottom: 1px solid var(--input-border); }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item .e-acrdn-header { background: transparent; min-height: 52px; padding-inline: 0; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { color: var(--text-primary) !important; font-size: 14px; font-weight: 600; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { color: var(--text-secondary) !important; right: 0; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-header .e-toggle-icon .e-icons { color: var(--text-secondary) !important; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { color: var(--text-primary); padding: 0 0 20px; }
.offer-presentation .offer-accordion .e-accordion .e-acrdn-header:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.filters-dialog.e-dialog { background: var(--surface); color: var(--text-primary); border: 1px solid var(--input-border); border-radius: 12px; font-family: inherit; max-height: 94dvh !important; }
.filters-dialog.e-dialog .e-dlg-header-content, .filters-dialog.e-dialog .e-dlg-content { background: var(--surface); color: var(--text-primary); }
.filters-dialog.e-dialog .e-dlg-header { color: var(--text-primary); font-size: 18px; }
.filters-dialog .filter-panel { border: 0; padding: 0; }
.filters-dialog.e-dialog .e-dlg-header-content { padding: 20px 24px; border-bottom: 1px solid var(--input-border); }
.filters-dialog.e-dialog .e-dlg-content { padding: 20px 24px; }
.filters-dialog .e-dlg-closeicon-btn { min-width: 44px; min-height: 44px; color: var(--text-primary); }

@media (min-width: 1440px) {
    .offers-workspace { grid-template-columns: 240px minmax(0, 1fr) 400px; }
    .offer-preview { display: block; }
    .preview-card-button { display: inline-flex; }
    .mobile-detail-link { display: none; }
}
@media (min-width: 1024px) {
    .job-card { grid-template-columns: 56px minmax(0, 1fr) minmax(160px, 190px) 24px; padding: 16px; gap: 8px 12px; }
    .job-card > .company-avatar { grid-column: 1; grid-row: 1 / 3; width: 56px; height: 56px; }
    .job-card-heading { grid-column: 2; grid-row: 1; }
    .job-card .save-button { grid-column: 4; grid-row: 1; }
    .job-card > .salary-summary { grid-column: 3; grid-row: 1; align-self: center; text-align: right; }
    .job-card .salary-range strong { font-size: 16px; line-height: 24px; }
    .job-card .salary-range > span { font-size: 11px; line-height: 18px; }
    .job-card .card-facts { grid-column: 2 / -1; grid-row: 2; }
    .job-card > .technology-tags { grid-column: 2; grid-row: 3; align-self: center; }
    .job-card .card-bottom { grid-column: 3 / -1; grid-row: 3; margin: 0; align-self: center; }
}
@media (min-width: 1560px) { .offers-workspace { grid-template-columns: 240px minmax(0, 1fr) 440px; } }
@media (max-width: 1279px) {
    .header-content { gap: 24px; }
    .desktop-navigation { gap: 20px; }
    .header-controls { gap: 12px; }
    .header-post-link { display: none; }
    .hero-caption { display: none; }
    .search-bar { grid-template-columns: minmax(200px, 1.4fr) minmax(140px, 1fr) 150px 120px; }
}
@media (max-width: 1023px) {
    .desktop-filters { display: none; }
    .offers-workspace { grid-template-columns: minmax(0, 1fr); }
    .filter-dialog-trigger { display: inline-flex; }
    .results-heading { margin-right: auto; }
    .desktop-navigation a:last-child { display: none; }

    .search-bar { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); }
    .search-submit.e-btn { margin-top: 26px; }
}
@media (max-width: 767px) {
    .header-controls .login-link { display: none; }
    .site-main { padding-top: 20px; padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
    .header-content { min-height: 72px; gap: 12px; }
    .brand-text { font-size: 24px; }
    .brand-symbol { width: 26px; height: 26px; margin-right: 2px; }
    .brand-wordmark { gap: 3px; }
    .theme-control select { font-size: 12px; max-width: 95px; padding-inline: 5px; }
    .hero-heading { margin-bottom: 12px; }
    .desktop-hero-title { display: none; }
    .mobile-hero-title { display: inline; }
    .hero-heading .eyebrow, .hero-copy, .hero-caption { display: none; }
    .hero-heading h1 { font-size: 28px; line-height: 36px; }
    .search-bar { gap: 12px 8px; }
    .search-text { grid-column: 1 / -1; }
    .search-bar > .search-field:nth-child(2) { grid-column: 1; }
    .search-submit.e-btn { margin-top: 0; grid-column: 1 / -1; min-height: 44px; }
    .search-bar .e-input-group { min-height: 44px; }
    .search-bar .icon-input > .ui-icon { top: 12px; }
    .search-field label { font-size: 12px; }
    .technology-quick-filters { gap: 6px; margin-top: 12px; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
    .technology-filter { padding: 8px 12px; font-size: 12px; flex-shrink: 0; }
    .search-hero { margin-bottom: 12px; }
    .results-toolbar { flex-wrap: wrap; gap: 12px; margin-bottom: 16px; }
    .results-heading { order: 3; flex-basis: 100%; display: flex; align-items: center; gap: 10px; }
    .results-heading h2 { font-size: 18px; line-height: 26px; }
    .sort-control { width: 160px; margin-left: auto; }
    .filter-dialog-trigger { font-size: 14px; }
    .filter-count { background: var(--surface-muted); color: var(--text-primary); border-radius: 4px; min-width: 20px; padding-inline: 4px; }
    .job-card { padding: 16px; grid-template-columns: 48px minmax(0, 1fr) 32px; gap: 12px; }
    .company-avatar { width: 48px; height: 48px; font-size: 19px; border-radius: 8px; }
    .job-card-heading { grid-column: 1 / -1; grid-row: 2; }
    .job-card > .company-avatar { grid-row: 1; }
    .save-button { grid-row: 1; }
    .job-card h2 { font-size: 18px; line-height: 26px; }
    .card-facts, .job-card > .salary-summary, .job-card > .technology-tags, .card-bottom { grid-column: 1 / -1; }
    .salary-range strong { font-size: 19px; line-height: 27px; }
    .salary-range > span { font-size: 13px; }
    .job-list { gap: 12px; }
    .card-bottom { margin-top: 0; }
    .mobile-navigation { z-index: 20; gap: 0; padding: 6px 12px calc(6px + env(safe-area-inset-bottom)); justify-content: space-around; }
    .mobile-navigation a { display: flex; flex-direction: column; gap: 4px; align-items: center; min-width: 76px; min-height: 56px; padding: 4px 12px; color: var(--text-secondary); font-size: 11px; }
    .mobile-navigation .ui-icon { width: 24px; height: 24px; }
    .mobile-navigation a.active { color: var(--text-primary); font-weight: 700; }
    .page-footer { margin-top: 24px; }
    .page-footer span:last-child { display: none; }
    .detail-page > .offer-presentation, .company-profile { padding: 20px; }
    .detail-heading { flex-direction: column; gap: 16px; }
    .detail-heading h1 { font-size: 26px; line-height: 36px; }
    .detail-heading .company-avatar { width: 64px; height: 64px; font-size: 24px; }
    .offer-presentation .salary-range strong { font-size: 22px; line-height: 30px; }
    .offer-actions { flex-direction: column; }
    .offer-facts { grid-template-columns: minmax(0, 1fr); }
    .offer-fact dt { font-size: 12px; }
    .offer-fact dd { font-size: 14px; }
    .company-profile-heading { flex-direction: column; align-items: flex-start; gap: 20px; }
    .company-profile-heading h1 { font-size: 26px; }
    .company-offers-notice { padding: 16px; }
    .filters-dialog.e-dialog { width: 100% !important; max-width: 100% !important; height: 100dvh !important; max-height: 100dvh !important; border-radius: 0; }
    .filters-dialog.e-dialog .e-dlg-content { padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
}
@media (max-width: 359px) {
    .brand-symbol { display: none; }
    .brand-text { font-size: 22px; }
    .shell { padding-inline: 12px; }
    .sort-control { width: 145px; }
}
.dialog-title { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.dialog-title > span { font-size: 18px; line-height: 26px; }
.dialog-title .icon-button { flex-shrink: 0; margin-right: -10px; }
.offer-map { position: relative; height: 280px; background: var(--surface-muted); border: 1px solid var(--input-border); border-radius: 8px; overflow: hidden; isolation: isolate; }
.map-tiles { position: absolute; inset: 0; overflow: hidden; }
.map-tiles img { position: absolute; width: 256px; height: 256px; max-width: none; }
.map-marker { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -100%); color: #0f172a; background: #c8f431; border: 2px solid #0f172a; border-radius: 50% 50% 50% 0; width: 32px; height: 32px; display: grid; place-items: center; box-shadow: 0 2px 5px #0004; }
.map-marker .ui-icon { width: 21px; height: 21px; }
.map-zoom { position: absolute; top: 12px; right: 12px; display: grid; gap: 2px; }
.map-zoom button { width: 44px; height: 44px; color: #0f172a; background: #fff; border: 1px solid #7c899b; font: 24px/32px 'Open Sans', sans-serif; border-radius: 5px; cursor: pointer; }
.map-zoom button:disabled { color: #64748b; cursor: default; }
.map-attribution { position: absolute; bottom: 0; left: 0; right: 0; background: #fffffff2; color: #0f172a; font-size: 11px; line-height: 16px; padding: 4px 8px; }
.map-attribution a { display: inline-flex; align-items: center; min-height: 24px; }
.map-loading { display: grid; align-content: center; min-height: 180px; text-align: center; background: var(--surface-muted); border: 1px solid var(--input-border); border-radius: 8px; padding: 20px; font-size: 14px; color: var(--text-secondary); }
.map-warning { position: absolute; left: 8px; top: 8px; right: 68px; background: var(--warning-surface); color: var(--warning-text); padding: 8px; border-radius: 4px; font-size: 11px; line-height: 16px; }
.is-compact .offer-map { height: 230px; }
/* Syncfusion state selectors outrank the theme-neutral control rules above. */
.search-bar .e-input-group:not(.e-disabled):not(.e-error),
.filter-panel .e-input-group:not(.e-disabled):not(.e-error),
.sort-control .e-input-group:not(.e-disabled):not(.e-error) { border-color: var(--control-border) !important; }
.accessible-dropdown { min-width: 0; }
.account-page { max-width: 720px; margin: 44px auto; padding: 32px; border: 1px solid var(--input-border); border-radius: 16px; background: var(--surface); }
.account-page h1, .saved-page h1 { font-size: clamp(26px, 4vw, 36px); margin: 24px 0 16px; }
.account-intro { font-size: 18px; color: var(--text-secondary); }
.account-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.account-status { padding: 32px 0; color: var(--text-secondary); }
.account-status > .ui-icon { width: 36px; height: 36px; color: var(--text-primary); }
.account-status h2 { font-size: 22px; color: var(--text-primary); }
.account-help { font-size: 14px; color: var(--text-secondary); margin-top: 20px; }
.account-signout { margin-top: 20px; }
.saved-page { margin: 36px auto; max-width: 900px; }
.saved-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.saved-heading h1 { margin-top: 8px; }
.saved-list { display: grid; gap: 16px; }
.action-feedback { color: var(--warning-text); font-size: 13px; grid-column: 1 / -1; }
.application-feedback p { margin-top: 0; }
.offer-actions .e-btn { text-transform: none; font: inherit; }
.save-button.e-btn { padding: 0; min-width: 44px; color: var(--text-secondary); background: transparent; border: 0; box-shadow: none; }
.save-button[aria-pressed="true"] { color: var(--text-primary); background: var(--surface-muted); }
@media (max-width: 599px) { .account-page { margin: 20px auto; padding: 20px; } .account-actions { flex-direction: column; } .saved-page { margin-block: 24px; } }
.offer-paging { padding-block: var(--space-4); }
.offer-paging .limit-notice { margin-block: var(--space-2); }
.offer-pager.e-pager { background: var(--surface); color: var(--text-primary); border: 1px solid var(--input-border); border-radius: 12px; padding: 8px; }
.offer-pager.e-pager .e-pagercontainer { background: transparent; border: 0; }
.offer-pager.e-pager .e-numericitem, .offer-pager.e-pager .e-icons { background: var(--surface); color: var(--text-primary); min-width: 44px; min-height: 44px; }
.offer-pager.e-pager .e-currentitem { background: var(--accent); color: var(--accent-text); border-radius: 8px; }
.offer-pager.e-pager .e-parentmsgbar { display: none; }
.offer-pager.e-pager .e-disable { opacity: .45; }
.offer-pager.e-pager a:focus-visible, .offer-pager.e-pager .e-focused { outline: 2px solid var(--focus); outline-offset: 2px; }
