:root {
  --navy: #09245a;
  --navy-2: #061a41;
  --blue: #1564e8;
  --coral: #ff5b55;
  --teal: #079d98;
  --green: #178257;
  --ink: #12203d;
  --muted: #64718b;
  --line: #e5e9f1;
  --soft: #f6f8fc;
  --white: #fff;
  --shadow: 0 12px 36px rgba(26, 48, 92, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: Inter, system-ui, sans-serif; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 275px 1fr; grid-template-rows: 300px 1fr; }
.hero { position: relative; grid-column: 1 / -1; min-height: 300px; overflow: visible; color: white; background: #0b3469; }
.hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: cover; transition: opacity 1.2s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,22,53,.52), rgba(4,22,53,.2) 45%, rgba(4,22,53,.58)), linear-gradient(0deg, rgba(4,18,43,.38), transparent 65%); }

.brand { position: absolute; z-index: 5; top: 78px; left: 50%; display: flex; align-items: center; flex-direction: column; color: white; text-decoration: none; transform: translateX(-50%); text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.brand strong { font-family: Nunito, sans-serif; font-size: clamp(2.2rem, 4vw, 3.65rem); font-weight: 800; line-height: .95; letter-spacing: -.045em; }
.brand .brand-latinos { align-self: flex-end; margin: -2px 2px 0 0; color: #fff; font-family: Caveat, cursive; font-size: clamp(1.05rem, 1.8vw, 1.4rem); font-style: normal; font-weight: 700; letter-spacing: .02em; line-height: 1; transform: rotate(-7deg) translateY(-1px); transform-origin: right center; }
.search-install-button{display:none}
.country-switcher { position: absolute; z-index: 8; top: 85px; left: 40px; }
.country-button { position: relative; width: 136px; height: 76px; border: 1px solid rgba(255,255,255,.45); border-radius: 40px; background: rgba(255,255,255,.2); box-shadow: 0 7px 20px rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.flag { position: absolute; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; background: white; box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.flag img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.flag-main { top: 4px; left: 8px; z-index: 2; width: 66px; height: 66px; font-size: 2.25rem; }
.flag-back { top: 16px; left: 62px; width: 45px; height: 45px; font-size: 1.55rem; }
.chevron { position: absolute; right: 11px; top: 24px; color: white; font-size: 1.25rem; font-weight: 700; }
.country-menu { position: absolute; top: 86px; left: 0; width: 205px; max-height: 320px; overflow-y: auto; padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.country-menu button { display:flex;align-items:center;gap:10px;width:100%;padding:11px;color:var(--ink);border:0;border-radius:9px;text-align:left;background:transparent;font-size:1rem;font-weight:600; }
.country-menu button span { display:block;min-width:0;white-space:normal;line-height:1.2; }
.country-menu img { width:28px;height:28px;flex:0 0 28px;border:1px solid var(--line);border-radius:50%;object-fit:cover; }
.country-menu button:hover { background: #eef4ff; }
.header-actions { position: absolute; z-index: 7; top: 95px; right: 40px; display: flex; align-items: center; gap: 12px; }
.language-select select { padding: 9px 27px 9px 10px; color: white; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; outline: 0; background: rgba(4,22,53,.42); }
.language-select option { color: var(--ink); background: white; }
.icon-button { position: relative; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(4,22,53,.38); }
.icon-button b { position: absolute; top: -4px; right: -3px; display: grid; place-items: center; width: 18px; height: 18px; color: white; border-radius: 50%; background: var(--coral); font-size: .68rem; }
.user-menu { display: flex; align-items: center; gap: 10px; padding: 4px 10px 4px 4px; color: white; border: 1px solid rgba(255,255,255,.38); border-radius: 30px; background: rgba(4,22,53,.38); }
.avatar { display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: #ffe0c3; font-weight: 800; }
.avatar-small { width: 43px; height: 43px; background-position:center; background-size:cover; }
.user-copy { display: flex; align-items: flex-start; flex-direction: column; }
.user-copy small { opacity: .82; }
.hero-arrow { position: absolute; z-index: 6; top: 125px; width: 36px; height: 36px; color: white; border: 0; border-radius: 50%; opacity: .76; background: rgba(4,22,53,.36); font-size: 1.8rem; line-height: 1; }
.hero-prev { left: 190px; }.hero-next { right: 275px; }
.hero-dots { position: absolute; z-index: 6; bottom: 25px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); }
.hero-dots button.is-active { width: 21px; border-radius: 5px; background: white; }

.sidebar { grid-row: 2; padding: 24px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); background: rgba(255,255,255,.94); }
.main-nav { display: grid; gap: 7px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.nav-item { position: relative; display: flex; align-items: center; gap: 13px; width: 100%; padding: 13px 15px; border: 0; border-radius: 12px; background: transparent; font-weight: 600; text-align: left; }
.nav-item > span:first-child { width: 24px; color: var(--navy); font-size: 1.35rem; text-align: center; }
.nav-item:hover, .nav-item.is-active { color: var(--navy); background: #eaf2ff; }
.nav-logout{margin-top:8px;color:#a84440;border-top:1px solid var(--line)}.nav-logout[hidden]{display:none}.nav-logout:hover{color:#a52f2a;background:#fff1f0}
.nav-badge { margin-left: auto; padding: 3px 7px; color: white; border-radius: 20px; background: var(--coral); font-size: .7rem; }
#header-unread-count[hidden],#nav-unread-count[hidden]{display:none}
.category-area h2 { margin: 27px 8px 14px; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.category-list { display: grid; gap: 8px; }
.category-chip { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 30px; background: white; font-weight: 600; text-align: left; }
.category-chip:hover, .category-chip.is-active { border-color: #b8d1ff; background: #edf4ff; }
.category-chip span { font-size: 1.2rem; }

.main-content { grid-column: 2; grid-row: 2; min-width: 0; padding: 22px 30px 60px; border-top: 1px solid var(--line); }
.view { display: none; }.view.is-active { display: block; }
.search-row { display: grid; grid-template-columns: minmax(260px, 1.6fr) 1fr 1fr auto; gap: 12px; margin-bottom: 20px; }
.search-field { position:relative; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.search-field span { color: var(--navy); font-size: 1.5rem; }
.search-field input { width: 100%; height: 52px; border: 0; outline: 0; background: transparent; }
.search-suggestions{position:absolute;z-index:45;top:calc(100% + 7px);right:0;left:0;max-height:310px;padding:7px;overflow-y:auto;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 18px 45px rgba(20,43,78,.18)}.search-suggestions[hidden]{display:none}.search-suggestion{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:10px;border:0;border-radius:9px;background:transparent;text-align:left}.search-suggestion:hover,.search-suggestion.is-active{background:#edf4ff}.search-suggestion>span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#f1f4f8}.search-suggestion>div{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.search-suggestion small{color:var(--muted);font-size:.68rem}
.search-row select, .filter-button { min-width: 0; height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; background: white; }
.filter-button { display: flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 600; }
.feeds { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.worker-account .feeds { grid-template-columns: minmax(0,1fr) 170px; }
.worker-account .feed-workers { padding: 12px 9px; }
.worker-account .feed-workers .section-title { justify-content: center; }
.worker-account .feed-workers .section-title .title-icon,
.worker-account .feed-workers .section-title button { display: none; }
.worker-account .feed-workers .section-title h1 { font-size: .8rem; text-align: center; }
.worker-account .feed-workers .listing-card { display: flex; padding: 12px 7px; flex-direction: column; gap: 7px; text-align: center; }
.worker-account .feed-workers .listing-copy h3,
.worker-account .feed-workers .listing-meta,
.worker-account .feed-workers .listing-action { display: none; }
.worker-account .feed-workers .listing-copy p { margin: 0; font-size: .72rem; line-height: 1.25; }
.employer-account .feeds { grid-template-columns: minmax(0,1fr) 170px; }
.employer-account .feed-workers { order: 1; }
.employer-account .feed-jobs { order: 2; padding: 12px 9px; }
.employer-account .feed-jobs .section-title { justify-content: center; }
.employer-account .feed-jobs .section-title .title-icon,
.employer-account .feed-jobs .section-title button { display: none; }
.employer-account .feed-jobs .section-title h1 { font-size: .8rem; text-align: center; }
.employer-account .feed-jobs .listing-card { display: flex; padding: 12px 7px; flex-direction: column; gap: 7px; text-align: center; }
.employer-account .feed-jobs .listing-copy p,
.employer-account .feed-jobs .listing-meta,
.employer-account .feed-jobs .listing-action { display: none; }
.employer-account .feed-jobs .listing-copy h3 { margin: 0; font-size: .72rem; line-height: 1.25; }
.feed { padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.75); }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.section-title > div { display: flex; align-items: center; min-width: 0; gap: 10px; }
.section-title h1, .section-title h2 { margin: 0; font-size: 1.22rem; letter-spacing: -.025em; }
.section-title button { flex: none; color: var(--blue); border: 0; background: transparent; font-size: .82rem; }
.title-icon { display: grid; place-items: center; flex: none; width: 38px; height: 38px; color: var(--blue); border-radius: 50%; background: #e9f1ff; }.title-icon.teal { color: var(--teal); background: #e6f7f5; }
.card-list { display: grid; gap: 11px; }
.listing-card { position: relative; display: grid; grid-template-columns: 64px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 5px 15px rgba(30,57,105,.04); }
.listing-card:hover { border-color: #bfd2f5; box-shadow: var(--shadow); transform: translateY(-1px); }
.listing-logo, .worker-photo { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 14px; background: #eef4ff; font-size: 1.8rem; }
.worker-photo { color: white; border-radius: 50%; background: linear-gradient(135deg, #0a5276, #23a5a0); font-family: Nunito; font-size: 1.1rem; font-weight: 800; }
.listing-copy { min-width: 0; }.listing-copy h3 { margin: 0 0 4px; overflow: hidden; font-size: 1rem; text-overflow: ellipsis; white-space: nowrap; }.listing-copy > p { margin: 0 0 7px; color: var(--muted); font-size: .82rem; }
.listing-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; color: var(--muted); font-size: .72rem; }.listing-meta strong { color: var(--green); font-size: .8rem; }
.listing-action { display: flex; align-items: flex-end; flex-direction: column; gap: 14px; }.listing-action small { color: var(--muted); }.action-button { min-width: 105px; padding: 10px 13px; color: white; border: 0; border-radius: 9px; background: var(--coral); font-weight: 700; }.action-button.contact { background: var(--teal); }
.new-label { position: absolute; top: 8px; left: 90px; padding: 2px 6px; color: #e7403b; border-radius: 10px; background: #ffe6e4; font-size: .61rem; font-weight: 700; }
.empty-state { padding: 50px 15px; color: var(--muted); text-align: center; }
.mobile-feed-tabs, .mobile-nav { display: none; }

.card { border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 7px 24px rgba(30,57,105,.05); }
.profile-grid { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(300px,.85fr); gap: 20px; }
.profile-main { display: grid; gap: 15px; }
.profile-header { display: grid; grid-template-columns: 115px minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 25px; }
.profile-avatar { display: grid; place-items: center; width: 115px; height: 115px; color: white; border-radius: 50%; background: linear-gradient(145deg,#f0a663,#9d4f32); background-position:center; background-size:cover; font: 800 2rem Nunito; }
.profile-intro h1 { margin: 9px 0 2px; font: 800 2rem Nunito; }.profile-intro p { margin: 0; color: var(--muted); }.status-dot { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: var(--green); border-radius: 8px; background: #e9f8f2; font-size: .73rem; }.status-dot i { width: 7px; height: 7px; border-radius: 50%; background: #13a76b; }
.completion { display: flex; align-items: center; flex-direction: column; gap: 4px; }.completion strong { display: grid; place-items: center; width: 76px; height: 76px; border: 9px solid #22b8a6; border-radius: 50%; font-size: 1.25rem; }.completion span { color: var(--muted); font-size: .72rem; }
.primary-button, .outline-button { padding: 11px 17px; border-radius: 10px; font-weight: 700; }.primary-button { color: white; border: 0; background: var(--blue); }.outline-button { color: var(--blue); border: 1px solid var(--blue); background: white; }.profile-header .primary-button { grid-column: 3; }
.plan-card { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 23px; }.plan-card > div { display: flex; align-items: center; gap: 14px; }.plan-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue); border-radius: 50%; background: #eaf2ff; font-size: 1.5rem; }.plan-card h2 { margin: 0 0 3px; font-size: 1rem; }.plan-card p { margin: 0; }.plan-card p strong { color: var(--teal); }.plan-card small { color: var(--muted); }
.referral-card { padding: 20px 23px; }.referral-heading,.referral-heading>div,.referral-code-row { display:flex; align-items:center; justify-content:space-between; gap:14px; }.referral-heading>div { justify-content:flex-start; }.referral-heading h2 { margin:0 0 3px; font-size:1rem; }.referral-heading p { margin:0; color:var(--muted); font-size:.8rem; }.referral-icon { display:grid; place-items:center; width:48px; height:48px; color:var(--coral); border-radius:50%; background:#fff0ef; font-size:1.5rem; }.referral-progress { display:grid; place-items:center; width:58px; height:58px; color:var(--muted); border:6px solid #dbe7fb; border-radius:50%; }.referral-progress strong { color:var(--blue); font-size:1.15rem; }.referral-code-row { margin-top:17px; padding:13px 15px; border:1px dashed #abc4ee; border-radius:12px; background:#f7faff; }.referral-code-row>div { display:flex; flex-direction:column; gap:3px; }.referral-code-row small,.referral-card>small { color:var(--muted); }.referral-code-row strong { font-size:1.1rem; letter-spacing:.08em; }.progress-track { height:7px; margin:15px 0 9px; overflow:hidden; border-radius:10px; background:#e7edf7; }.progress-track span { display:block; width:0; height:100%; border-radius:10px; background:linear-gradient(90deg,var(--blue),var(--teal)); transition:width .3s ease; }
.profile-sections { overflow: hidden; }.profile-section { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 15px 20px; border-bottom: 1px solid var(--line); }.profile-section:last-child { border: 0; }.profile-section > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--navy); border-radius: 50%; background: #f0f3f8; }.profile-section h3 { margin: 0 0 3px; font-size: .9rem; }.profile-section p { margin: 0; color: var(--muted); font-size: .76rem; }.edit-icon { color: var(--blue); border: 0; background: transparent; font-size: 1.1rem; }
.inbox-column { display: grid; align-content: start; gap: 15px; }.inbox-card, .applications-card { padding: 18px; }.section-title.compact h2 { font-size: 1.2rem; }.message-preview { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; gap: 10px; margin-top: 9px; padding: 13px; border: 1px solid #cbe8df; border-radius: 13px; background: #f3fbf8; }.message-preview.unread { border-color: #c9dcff; background: #f1f6ff; }.message-preview p { margin: 3px 0; font-size: .8rem; }.message-preview small { color: var(--muted); }.company-mark { display: grid; place-items: center; width: 39px; height: 39px; color: white; border-radius: 50%; font-weight: 800; }.company-mark.green { background: #176238; }.company-mark.blue { background: #124f76; }.application-line { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); }.application-line div { display: flex; flex-direction: column; }.application-line small { color: var(--muted); }.status-chip { padding: 5px 8px; color: var(--green); border-radius: 8px; background: #e9f8f2; font-size: .66rem; }.status-chip.blue { color: var(--blue); background: #eaf2ff; }
.simple-view { padding: 8px; }.page-heading h1 { margin: 0 0 20px; font: 800 2.4rem Nunito; }.eyebrow { margin: 0 0 5px; color: var(--coral); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.messages-layout { min-height: 570px; display: grid; grid-template-columns: 340px 1fr; overflow: hidden; }.conversation-list { border-right: 1px solid var(--line); }.conversation { position:relative;display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 10px; width: 100%; padding: 16px; border: 0; border-bottom: 1px solid var(--line); background: white; text-align: left; }.conversation>span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; }.conversation small { overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }.conversation.is-active { background: #eef4ff; }.conversation .unread-dot{position:absolute;top:17px;right:12px;width:8px;height:8px;border-radius:50%;background:var(--blue)}.conversation-panel { display: flex;min-width:0;flex-direction:column;background:#f8faff; }.empty-conversation { max-width: 360px; margin:auto;color: var(--muted); text-align: center; }.empty-conversation > span { font-size: 3rem; }.empty-conversation h2 { color: var(--ink); }.thread-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 18px;border-bottom:1px solid var(--line);background:white}.thread-person{display:flex;align-items:center;gap:11px}.thread-person>div:last-child{display:flex;flex-direction:column}.thread-person small{color:var(--muted)}.thread-actions{display:flex;gap:7px}.thread-actions button{width:38px;height:38px;border:1px solid var(--line);border-radius:9px;background:white}.thread-context{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 18px;color:#35547f;border-bottom:1px solid #cfddf5;background:#edf4ff;font-size:.72rem}.thread-context button{color:var(--blue);border:0;background:transparent;font-weight:700}.message-thread{display:flex;flex:1;flex-direction:column;gap:10px;min-height:330px;padding:20px;overflow-y:auto}.message-bubble{max-width:72%;padding:11px 13px;border:1px solid var(--line);border-radius:14px 14px 14px 4px;background:white;box-shadow:0 3px 10px rgba(30,57,105,.04)}.message-bubble.mine{align-self:flex-end;color:white;border-color:var(--blue);border-radius:14px 14px 4px 14px;background:var(--blue)}.message-bubble p{margin:0;font-size:.8rem;line-height:1.45}.message-bubble small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem}.message-bubble.mine small{color:#dce8ff;text-align:right}.thread-date{align-self:center;padding:4px 8px;color:var(--muted);border-radius:10px;background:#e9edf4;font-size:.62rem}.message-compose{display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:8px;padding:12px;border-top:1px solid var(--line);background:white}.message-compose textarea{min-height:43px;max-height:110px;padding:11px;border:1px solid var(--line);border-radius:11px;resize:none}.message-compose button{height:43px;border:0;border-radius:10px}.attach-message{width:43px;color:var(--blue);background:#edf4ff}.send-message{padding:0 17px;color:white;background:var(--blue);font-weight:700}
.employer-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr); gap:20px; }.employer-main,.employer-summary { display:grid; align-content:start; gap:15px; }.employer-header { display:grid; grid-template-columns:90px 1fr auto; align-items:center; gap:18px; padding:22px; }.company-logo-large { display:grid; place-items:center; width:90px; height:90px; color:white; border-radius:18px; background:linear-gradient(135deg,var(--navy),var(--blue)); font:800 1.5rem Nunito; }.employer-header h1 { margin:7px 0 3px; font:800 1.7rem Nunito; }.employer-header p { margin:0; color:var(--muted); }.verification-badge { padding:5px 8px; color:#a96600; border-radius:8px; background:#fff4d9; font-size:.7rem; font-weight:700; }.employer-plan { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 23px; }.employer-plan h2 { margin:0 0 5px; font-size:1.1rem; }.employer-plan p { margin:0; color:var(--muted); }.employer-plan p strong { color:var(--teal); }.employer-plan-actions { display:flex; align-items:flex-end; flex-direction:column; gap:8px; }.employer-plan-actions>span { color:var(--navy); font-weight:800; }.employer-plan-actions small { color:var(--muted); font-weight:400; }.company-details,.employer-jobs,.summary-card { padding:20px; }.details-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }.details-grid div { display:flex; flex-direction:column; gap:4px; }.details-grid small { color:var(--muted); }.employer-jobs .section-title .primary-button { color:white; }.employer-job-line { display:grid; grid-template-columns:52px 1fr auto; align-items:center; gap:13px; padding:14px 0; border-top:1px solid var(--line); }.employer-job-line>span:first-child { display:grid; place-items:center; width:48px; height:48px; border-radius:12px; background:#eef4ff; font-size:1.4rem; }.employer-job-line div { display:flex; flex-direction:column; gap:3px; }.employer-job-line small { color:var(--muted); }.employer-job-line>span:last-child { padding:5px 8px; color:var(--green); border-radius:8px; background:#e9f8f2; font-size:.7rem; }.summary-card h2 { margin:0 0 15px; font-size:1.1rem; }.summary-card>div { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }.summary-card span { display:flex; align-items:center; flex-direction:column; padding:12px 5px; border-radius:11px; background:var(--soft); text-align:center; }.summary-card strong { color:var(--blue); font-size:1.25rem; }.summary-card small { color:var(--muted); font-size:.65rem; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,18,43,.7); backdrop-filter: blur(5px); }.modal-backdrop[hidden] { display: none; }.modal { position: relative; width: min(520px,100%); max-height:calc(100dvh - 40px); overflow-y:auto; overscroll-behavior:contain; padding: 32px; border-radius: 23px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.25); }.modal h2 { margin: 0 0 8px; font: 800 2rem Nunito; }.modal > p:not(.eyebrow) { color: var(--muted); }.modal-close { position: sticky; z-index:2; top: -18px; float:right; margin-top:-18px; border: 0; background: white; border-radius:50%; font-size: 1.6rem; }.role-choice { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 23px 0; }.role-choice button { display: flex; align-items: flex-start; flex-direction: column; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; text-align: left; }.role-choice button:hover, .role-choice button.is-selected { border-color: var(--blue); background: #eef4ff; }.role-choice button > span { color: var(--blue); font-size: 1.6rem; }.role-choice small { color: var(--muted); }.full { width: 100%; }.prototype-note { display: block; margin-top: 12px; color: var(--muted); text-align: center; }
.auth-tabs { display:grid; grid-template-columns:1fr 1fr; gap:5px; margin:18px 0 4px; padding:5px; border-radius:12px; background:#eef2f8; }.auth-tabs button { padding:10px; border:0; border-radius:9px; color:var(--muted); background:transparent; font-weight:800; }.auth-tabs button.is-active { color:var(--blue); background:white; box-shadow:0 2px 8px rgba(18,48,91,.1); }
.forgot-password-link { display:block; margin:13px auto 0; padding:3px; color:var(--blue); border:0; background:transparent; font-weight:800; }.forgot-password-link:hover { text-decoration:underline; }.forgot-password-link[hidden] { display:none; }
.password-reset-fields { grid-template-columns:1fr; margin-top:20px; }
.profile-edit-modal { width:min(720px,100%); }.profile-edit-modal .job-form { margin-top:20px; }.profile-edit-modal input[type="file"] { padding:9px; }.profile-edit-modal label small { color:var(--muted); font-weight:500; }
.referral-input-group { margin:0 0 20px; }.referral-input-group>label { display:block; margin-bottom:7px; font-weight:700; font-size:.86rem; }.referral-input-group>div { display:grid; grid-template-columns:1fr auto; }.referral-input-group input { min-width:0; padding:12px; text-transform:uppercase; border:1px solid var(--line); border-radius:10px 0 0 10px; outline:0; }.referral-input-group button { padding:0 14px; color:white; border:0; border-radius:0 10px 10px 0; background:var(--navy); font-weight:700; }.referral-input-group small { display:block; margin-top:6px; color:var(--muted); }.referral-input-group small.is-valid { color:var(--green); }.referral-input-group small.is-invalid { color:#cf3c37; }
.registration-fields { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:18px; }.registration-fields label,.job-form label { display:flex; flex-direction:column; gap:6px; font-size:.78rem; font-weight:700; }.registration-fields input,.registration-fields select,.job-form input,.job-form select,.job-form textarea { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:10px; outline:0; background:white; }.registration-fields input:focus,.registration-fields select:focus,.job-form input:focus,.job-form select:focus,.job-form textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px #e8f0ff; }
.registration-fields [hidden], #registration-role-choice[hidden], .notification-consent[hidden], .referral-input-group[hidden] { display:none !important; }
.notification-consent{display:flex;align-items:flex-start;gap:10px;margin:-4px 0 18px;padding:13px;border:1px solid #cbdaf5;border-radius:11px;background:#f3f7ff;cursor:pointer}.notification-consent>input{margin-top:4px;accent-color:var(--blue)}.notification-consent>span{display:flex;flex-direction:column;gap:4px}.notification-consent strong{font-size:.8rem}.notification-consent small{color:var(--muted);font-size:.7rem;line-height:1.4}
.limit-modal { width:min(590px,100%); }.limit-icon { display:grid; place-items:center; width:58px; height:58px; margin-bottom:14px; color:white; border-radius:50%; background:var(--coral); font:800 1.4rem Nunito; }.limit-options { display:grid; gap:10px; margin-top:22px; }.limit-options button { display:grid; grid-template-columns:48px 1fr auto; align-items:center; gap:13px; padding:14px; border:1px solid var(--line); border-radius:13px; background:white; text-align:left; }.limit-options button:hover { border-color:var(--blue); background:#f4f8ff; }.limit-options button>span { display:grid; place-items:center; width:45px; height:45px; color:var(--blue); border-radius:50%; background:#eaf2ff; font-weight:800; }.limit-options button>div { display:flex; flex-direction:column; gap:3px; }.limit-options button small { color:var(--muted); }.limit-options button>b { color:var(--teal); }
.payment-provider-picker{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:14px;padding:11px 13px;border:1px solid var(--line);border-radius:11px;background:var(--soft);font-size:.76rem}.payment-provider-picker>span{margin-right:auto;font-weight:800}.payment-provider-picker label{display:flex;align-items:center;gap:5px;padding:6px 9px;border-radius:8px;background:white;cursor:pointer}.payment-provider-picker input{accent-color:var(--blue)}
.job-modal { width:min(760px,100%); max-height:92vh; overflow-y:auto; }.job-form { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; margin-top:20px; }.job-form .full-field { grid-column:1/-1; }.job-form textarea { resize:vertical; }.form-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:5px; }.job-preview { margin-top:18px; padding:18px; border:1px solid #bcd1f6; border-radius:14px; background:#f5f9ff; }.job-preview h3 { margin:0 0 5px; }.job-preview p { color:var(--muted); }.job-preview-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:16px; }
.application-modal { width:min(720px,100%); max-height:92vh; overflow-y:auto; }.application-job-summary { display:flex; align-items:center; gap:12px; margin:17px 0; padding:13px; border-radius:12px; background:#f1f6ff; }.application-job-summary>span { display:grid; place-items:center; width:45px; height:45px; border-radius:11px; background:white; font-size:1.3rem; }.application-job-summary>div { display:flex; flex-direction:column; gap:3px; }.application-job-summary small { color:var(--muted); }.form-note { display:flex; align-items:center; gap:10px; margin-bottom:15px; padding:11px 13px; color:#275b4a; border:1px solid #bfe4d5; border-radius:10px; background:#effaf6; }.form-note>span { display:grid; place-items:center; flex:none; width:25px; height:25px; color:white; border-radius:50%; background:var(--green); }.form-note p { margin:0; font-size:.75rem; }.application-fields { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }.application-fields label { display:flex; flex-direction:column; gap:6px; font-size:.78rem; font-weight:700; }.application-fields .full-field { grid-column:1/-1; }.application-fields input,.application-fields select,.application-fields textarea { width:100%; padding:11px 12px; border:1px solid var(--line); border-radius:10px; outline:0; background:white; }.application-fields input:focus,.application-fields select:focus,.application-fields textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px #e8f0ff; }.file-field { padding:13px; border:1px dashed #a9bee1; border-radius:11px; background:#fafcff; }.file-field input { padding:7px; background:white; }.file-field small { color:var(--muted); font-weight:400; }.application-confirmation { margin:16px 0; padding:13px; border-radius:11px; background:var(--soft); }.application-confirmation label { display:flex; align-items:flex-start; gap:9px; font-size:.77rem; }.application-confirmation input { margin-top:2px; }.application-confirmation p { margin:10px 0 0;color:var(--muted);font-size:.75rem; }.application-confirmation p strong { color:var(--blue); }.application-success { padding:25px 10px;text-align:center; }.application-success>span { display:grid; place-items:center; width:65px;height:65px;margin:0 auto 14px;color:white;border-radius:50%;background:var(--green);font-size:2rem; }.application-success h2 { margin-bottom:8px; }.application-success p { max-width:480px;margin:0 auto 20px;color:var(--muted); }
.contact-modal{width:min(680px,100%);max-height:92vh;overflow-y:auto}.contact-worker-card{display:flex;align-items:center;gap:14px;margin:16px 0;padding:15px;border-radius:13px;background:#f2f7ff}.contact-worker-card>div:last-child{display:flex;flex-direction:column;gap:4px}.contact-worker-card p{margin:0;color:var(--muted)}.contact-worker-card span{color:var(--green);font-size:.75rem}.public-cv{display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px}.public-cv>div{display:flex;flex-direction:column;gap:4px}.public-cv small{color:var(--muted)}.public-cv strong{font-size:.78rem}.contact-message-label{display:flex;flex-direction:column;gap:7px;margin-top:16px;font-size:.8rem;font-weight:700}.contact-message-label textarea{padding:12px;border:1px solid var(--line);border-radius:10px;resize:vertical}.contact-success{padding:22px 5px;text-align:center}.contact-success>span{display:grid;place-items:center;width:65px;height:65px;margin:0 auto 13px;color:white;border-radius:50%;background:var(--teal);font-size:2rem}.contact-success p{color:var(--muted)}.unlocked-details{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0;padding:15px;border-radius:12px;background:#effaf8;text-align:left}.unlocked-details>div{display:flex;flex-direction:column;gap:4px}.unlocked-details small{color:var(--muted)}
.settings-view .page-heading>div>p:last-child{color:var(--muted)}.settings-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:18px}.settings-tabs{display:grid;align-content:start;gap:6px}.settings-tabs button{display:flex;align-items:center;gap:11px;padding:13px 15px;border:0;border-radius:11px;background:transparent;text-align:left}.settings-tabs button>span:first-child{width:23px;color:var(--navy);font-size:1.2rem;text-align:center}.settings-tabs button:hover,.settings-tabs button.is-active{color:var(--blue);background:#eaf2ff}.settings-panel{display:none;padding:23px}.settings-panel.is-active{display:block}.settings-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line)}.settings-panel-heading h2{margin:0 0 5px;font-size:1.15rem}.settings-panel-heading p{margin:0;color:var(--muted);font-size:.78rem}.permission-state{padding:5px 8px;color:#966600;border-radius:8px;background:#fff4d9;font-size:.68rem}.channel-head,.preference-row{display:grid;grid-template-columns:1fr 70px 70px;align-items:center;gap:8px}.channel-head{padding:0 12px 8px;color:var(--muted);font-size:.68rem;text-transform:uppercase}.channel-head span:not(:first-child){text-align:center}.preference-row{padding:15px 12px;border-top:1px solid var(--line)}.preference-row>div,.privacy-option>div,.security-item>div,.data-action>div{display:flex;flex-direction:column;gap:4px}.preference-row small,.privacy-option small,.security-item small,.data-action small{color:var(--muted);font-size:.7rem}.switch{position:relative;display:block;width:42px;height:24px;margin:auto}.switch input{position:absolute;opacity:0}.switch i{position:absolute;inset:0;border-radius:20px;background:#cfd6e2;transition:.2s}.switch i::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:white;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:.2s}.switch input:checked+i{background:var(--blue)}.switch input:checked+i::after{transform:translateX(18px)}.save-settings{margin-top:17px}.privacy-option,.security-item,.data-action{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 7px;border-bottom:1px solid var(--line)}.privacy-option.locked>span{font-size:1.2rem}.security-item>span{display:grid;place-items:center;flex:none;width:48px;height:48px;color:var(--navy);border-radius:12px;background:#edf3fc;font-weight:800}.security-item>div{flex:1}.data-action.danger{margin-top:18px;padding:16px;border:1px solid #ffc9c6;border-radius:12px;background:#fff5f4}.data-action.danger strong{color:#bd302b}.data-action.danger button{padding:10px 14px;color:white;border:0;border-radius:9px;background:#d94641;font-weight:700}.profile-settings-link{width:100%;border:0;background:white;text-align:left;cursor:pointer}
.direct-contact-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.direct-contact-actions a{padding:10px 13px;color:var(--blue);border:1px solid #b9cef3;border-radius:9px;background:#f5f9ff;font-size:.78rem;font-weight:700;text-decoration:none}.direct-contact-actions a:hover{background:#eaf2ff}
.delivery-status{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:14px 0}.delivery-status>span{padding:6px 9px;color:var(--green);border-radius:9px;background:#eaf8f2;font-size:.7rem;font-weight:700}
.toast { position: fixed; z-index: 70; right: 24px; bottom: 24px; max-width: 340px; padding: 13px 18px; color: white; border-radius: 12px; opacity: 0; background: var(--navy); box-shadow: var(--shadow); transform: translateY(15px); transition: .25s ease; pointer-events: none; }.toast.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .app-shell { grid-template-columns: 220px 1fr; }.sidebar { padding: 18px 14px; }.search-row { grid-template-columns: 1fr 1fr; }.feeds { grid-template-columns: 1fr; }.worker-account .feed-workers,.employer-account .feed-jobs { display:none; }.hero-next { right: 250px; }.profile-grid,.employer-grid { grid-template-columns: 1fr; }.inbox-column { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }.app-shell { display: block; }.hero { height: 300px; min-height: 300px; }.brand { top: 82px; }.brand strong { font-size: 2.35rem; }.brand span { margin-top: 2px; font-size: 1rem; }.country-switcher { top: 70px; left: 12px; }.country-button { width: 92px; height: 56px; }.flag-main { width: 49px; height: 49px; font-size: 1.7rem; }.flag-back { left: 44px; width: 35px; height: 35px; font-size: 1.15rem; }.chevron { right: 7px; top: 16px; }.header-actions { top: 12px; right: 12px; display:flex!important; }.language-select { display:block; }.language-select select{padding:8px 25px 8px 9px;background:rgba(4,22,53,.58)}.icon-button, .user-copy { display: none; }.user-menu { display:flex!important;padding: 2px; border: 2px solid white; }.avatar-small { width: 42px; height: 42px; }.hero-arrow { display: none; }.hero-dots { bottom: 17px; }.sidebar { display: none; }.main-content { padding: 22px 13px 30px; }.search-row { display: grid; grid-template-columns: 1fr 48px; margin-bottom: 15px; }.search-field { grid-column: 1; }.search-row select { display: none; }.filter-button{display:none}.search-install-button{grid-column:2;display:flex;width:48px;align-items:center;justify-content:center;flex-direction:column;gap:0;padding:2px 0 3px;color:#fff;border:0;border-radius:13px;background:#df703d;box-shadow:0 6px 16px rgba(174,74,29,.25);font-weight:900;line-height:1}.search-install-button span:first-child{font-size:1.18rem;line-height:1}.search-install-button span:last-child{display:block;margin-top:2px;font-size:.58rem;letter-spacing:.08em}.search-install-button[hidden]{display:none}.mobile-feed-tabs { display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 14px; padding: 4px; border: 1px solid var(--line); border-radius: 14px; background: white; }.mobile-feed-tabs button { min-width:0;padding: 12px 6px;overflow:hidden;text-overflow:ellipsis;border: 0; border-radius: 11px; background: transparent; font-weight: 700; }.mobile-feed-tabs button.is-active { color: white; background: var(--blue); }.feeds { display: block; }.feed { padding: 0; border: 0; background: transparent; }.feed-workers { display: none; }.feeds.show-workers .feed-jobs { display: none; }.feeds.show-workers .feed-workers { display: block; }.section-title { margin: 14px 4px; }.section-title > button { display: none; }.listing-card { grid-template-columns: 54px 1fr; padding: 15px; }.listing-logo, .worker-photo { width: 54px; height: 54px; }.listing-action { grid-column: 1/-1; align-items: stretch; gap: 6px; }.listing-action small { position: absolute; top: 17px; right: 15px; }.action-button { width: 100%; }.new-label { display: none; }.mobile-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5,1fr); padding: 7px 5px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }.mobile-nav button { display: flex; min-width:0; align-items: center; flex-direction: column; gap: 2px; color: var(--muted); border: 0; background: transparent; }.mobile-nav button > span { font-size: 1.35rem; }.mobile-nav button small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav button.is-active { color: var(--blue); }.mobile-nav .mobile-logout{color:#a84440}.profile-grid { display: block; }.profile-header { grid-template-columns: 84px 1fr; padding: 18px; }.profile-avatar { width: 84px; height: 84px; }.profile-intro h1 { font-size: 1.6rem; }.completion { grid-column: 1; }.completion strong { width: 64px; height: 64px; border-width: 7px; }.profile-header .primary-button { grid-column: 2; width: 100%; }.plan-card { padding: 16px; }.plan-card > div { align-items: flex-start; }.plan-icon { display: none; }.profile-sections { margin-top: 15px; }.inbox-column { display: grid; grid-template-columns: 1fr; margin-top: 15px; }.messages-layout { grid-template-columns: 1fr; }.conversation-panel { display: none; }.role-choice { grid-template-columns: 1fr; }.modal { padding: 26px 20px; }
}

@media (max-width: 760px) {
  .worker-account .mobile-feed-tabs { grid-template-columns: 1fr; }
  .worker-account .mobile-feed-tabs [data-feed="workers"] { display: none; }
  .employer-account .mobile-feed-tabs { grid-template-columns: 1fr; }
  .employer-account .mobile-feed-tabs [data-feed="jobs"] { display: none; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
.thread-back{display:none;width:34px;height:38px;border:0;background:transparent;font-size:1.7rem}
@media (max-width:760px){.messages-layout.thread-open .conversation-list{display:none}.messages-layout.thread-open .conversation-panel{display:flex}.thread-back{display:block}.thread-actions{margin-left:auto}.message-bubble{max-width:86%}.thread-context{align-items:flex-start;flex-direction:column}.message-compose{grid-template-columns:auto 1fr}.send-message{grid-column:2}.attach-message{grid-row:1/3}}
@media (max-width:760px){.settings-grid{grid-template-columns:1fr}.settings-tabs{display:flex;overflow-x:auto;padding-bottom:5px}.settings-tabs button{flex:none}.settings-panel{padding:17px}.channel-head,.preference-row{grid-template-columns:1fr 52px 52px}.settings-panel-heading{align-items:flex-start;flex-direction:column}.security-item,.data-action{align-items:flex-start;flex-wrap:wrap}.data-action button{margin-left:auto}}
.received-application{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:14px 0;border-bottom:1px solid var(--border,#e5e9ef)}.received-application:last-child{border-bottom:0}.received-application.unread{background:#f6faff;border-radius:12px;padding:14px}.received-copy p{margin:4px 0;font-size:13px;color:#5e6878}.received-copy small{color:#7d8794}.received-copy details{margin-top:9px}.received-copy summary{cursor:pointer;color:#1769c2;font-size:13px;font-weight:700}.application-private{display:grid;gap:7px;margin-top:9px;padding:11px;border-radius:10px;background:#f7f9fc;font-size:13px}.application-private p{white-space:pre-wrap}.application-status{display:grid;gap:5px;font-size:11px;color:#6d7785}.application-status select{max-width:125px;border:1px solid #dce3ec;border-radius:8px;padding:7px;background:white}.compact-button{padding:7px 10px;font-size:12px;width:max-content}.summary-card strong i{font-style:normal}@media(max-width:700px){.received-application{grid-template-columns:auto 1fr}.application-status{grid-column:2}.application-status select{max-width:none;width:100%}}
@media(max-width:760px){.header-actions{width:112px;justify-content:flex-start}.user-menu{position:absolute;top:0;right:0}}
.job-status-control{max-width:120px;padding:7px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;font-size:.72rem}.text-action{display:block;margin-top:5px;padding:0;color:var(--blue);border:0;background:transparent;font-size:.7rem;font-weight:700;text-align:left}.text-action:hover{text-decoration:underline}@media(max-width:760px){.employer-job-line{grid-template-columns:auto 1fr}.job-status-control{grid-column:2;width:100%;max-width:none}}
.job-form[hidden]{display:none}
.sessions-modal{width:min(560px,100%)}.current-session-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin:22px 0;padding:16px;border:1px solid #bfe4d5;border-radius:13px;background:#f1faf7}.current-session-card>span{display:grid;place-items:center;width:42px;height:42px;color:white;border-radius:50%;background:var(--green);font-weight:800}.current-session-card>div{display:flex;flex-direction:column;gap:3px}.current-session-card small{color:var(--muted)}.current-session-card>b{padding:5px 8px;color:var(--green);border-radius:8px;background:white;font-size:.7rem}.session-actions{display:grid;gap:10px}.session-actions button{width:100%}.danger-outline-button{padding:11px 17px;color:#bd302b;border:1px solid #e88783;border-radius:10px;background:white;font-weight:700}.danger-outline-button:hover{background:#fff1f0}.session-security-note{display:block;margin-top:14px;color:var(--muted);font-size:.7rem;line-height:1.45}
.offline-banner{position:sticky;z-index:90;top:0;padding:10px 18px;color:#fff;background:#a96600;text-align:center;font-size:.78rem;font-weight:700}.offline-banner[hidden]{display:none}
/* Información legal y pie público */
.site-footer{margin:28px 22px 88px;padding:22px;border-radius:22px;background:#10263f;color:#fff;display:grid;grid-template-columns:1fr auto;gap:12px 24px;align-items:center}.site-footer div{display:flex;flex-direction:column;gap:3px}.site-footer div span,.site-footer small{color:#b8c7d8}.site-footer nav{display:flex;gap:16px;flex-wrap:wrap}.site-footer a{color:#fff;font-weight:700;text-decoration:none}.site-footer small{grid-column:1/-1;border-top:1px solid #ffffff21;padding-top:12px}.legal-page{margin:0;background:#eef4f8;color:#17293c;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.legal-header{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;padding:18px max(22px,calc((100vw - 960px)/2));background:#10263ff2;color:#fff;backdrop-filter:blur(14px)}.legal-header a,.legal-bottom a{color:inherit;font-weight:800;text-decoration:none}.legal-main{width:min(960px,calc(100% - 36px));margin:36px auto 70px}.legal-hero{background:linear-gradient(135deg,#10263f,#205579);padding:clamp(28px,6vw,58px);border-radius:32px;color:#fff;box-shadow:0 24px 70px #1a3b5c25}.legal-hero h1{font-size:clamp(34px,6vw,62px);line-height:1.02;max-width:760px;margin:12px 0}.legal-hero>p:not(.eyebrow){max-width:680px;color:#d8e5ef;line-height:1.65}.legal-hero small{display:block;margin-top:22px;color:#a9c6d8}.legal-index{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.legal-index a{background:#fff;color:#173650;text-decoration:none;font-weight:800;padding:12px 16px;border-radius:999px;box-shadow:0 8px 24px #203c5510}.legal-card{scroll-margin-top:90px;background:#fff;padding:clamp(24px,5vw,46px);border-radius:28px;margin:18px 0;box-shadow:0 14px 44px #19375310}.legal-number{color:#df703d;font-weight:900;letter-spacing:.14em;margin:0}.legal-card h2{font-size:clamp(28px,4vw,40px);margin:6px 0 24px}.legal-card h3{font-size:17px;margin:24px 0 7px}.legal-card p,.legal-card li{color:#516576;line-height:1.7}.legal-card li+li{margin-top:9px}.legal-bottom{display:flex;justify-content:space-between;padding:24px max(22px,calc((100vw - 960px)/2));background:#10263f;color:#fff}@media(max-width:700px){.site-footer{grid-template-columns:1fr;margin-inline:14px}.site-footer small{grid-column:1}.site-footer nav{gap:10px 14px}.legal-header span{display:none}.legal-main{width:min(100% - 24px,960px);margin-top:18px}.legal-hero{border-radius:24px}.legal-card{border-radius:22px}.legal-bottom{flex-direction:column;gap:8px}}
