:root {
  --navy: #152b4d;
  --navy-2: #0f203b;
  --blue: #1768d5;
  --blue-dark: #0f53b1;
  --blue-soft: #edf5ff;
  --red: #f03224;
  --gold: #9a6a18;
  --gold-soft: #fff7e6;
  --text: #17243a;
  --muted: #637087;
  --line: #dfe6ef;
  --bg: #f5f8fc;
  --white: #fff;
  --success: #16845b;
  --danger: #c23a39;
  --shadow: 0 16px 40px rgba(23, 52, 95, .09);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow-shell { max-width: 920px; }
.site-header { height: 72px; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(223,230,239,.9); position: relative; z-index: 20; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 156px; height: auto; }
.brand-context { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.brand-context strong { color: var(--navy); padding-left: 12px; border-left: 1px solid var(--line); font-size: 14px; }
.site-footer { color: #7b8799; background: white; border-top: 1px solid var(--line); font-size: 12px; }
.footer-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.content-section { padding: 54px 0 72px; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.button { min-height: 42px; padding: 10px 18px; border-radius: 9px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 700; transition: background .18s ease, border-color .18s ease, transform .18s ease; white-space: nowrap; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .62; cursor: wait; transform: none; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 7px 18px rgba(23,104,213,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--blue); background: white; border-color: #b8ccea; }
.button-secondary:hover { background: var(--blue-soft); }
.button-quiet { color: var(--navy); background: #f2f5f9; border-color: var(--line); }
.button-danger { color: #ad2f2a; background: #fff; border-color: #e8b8b5; }
.button-danger:hover { background: #fff3f2; border-color: #d98581; }
.button-large { min-height: 50px; width: 100%; }
.text-link, .table-link, .back-link { color: var(--blue); font-weight: 650; }
.back-link { display: inline-flex; margin-bottom: 18px; }
.muted { color: var(--muted); }
.entry-section { min-height: calc(100vh - 140px); display: flex; align-items: center; padding: 54px 0 68px; background: radial-gradient(circle at 12% 16%, rgba(23,104,213,.09), transparent 31%), linear-gradient(145deg, #f9fbfe 0%, #eef4fb 100%); }
.entry-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); align-items: center; gap: 72px; }
.entry-copy h1 { max-width: 670px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.14; letter-spacing: -.035em; margin-bottom: 24px; color: var(--navy-2); }
.lead { max-width: 650px; font-size: 17px; color: var(--muted); line-height: 1.8; margin: 22px 0 28px; }
.reward-hero { display: inline-flex; align-items: baseline; gap: 12px; padding: 10px 16px; background: var(--gold-soft); border: 1px solid #f0d99c; border-radius: 11px; color: #6e4d15; }
.reward-hero span { font-weight: 700; }
.reward-hero strong { font-size: 28px; color: #8c5c0b; }
.simple-steps { display: grid; gap: 11px; }
.simple-steps > div { display: flex; align-items: center; gap: 12px; }
.simple-steps > div > span { width: 28px; height: 28px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: var(--blue); background: white; border: 1px solid #c9d9ee; font-size: 12px; font-weight: 800; }
.simple-steps p { margin: 0; display: flex; align-items: baseline; gap: 10px; }
.simple-steps small { color: var(--muted); }
.policy-note { color: #7f735f; font-size: 12px; margin: 24px 0 0; }
.form-card { padding: 30px; background: white; border: 1px solid rgba(215,225,238,.9); border-radius: 19px; box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 12px; margin-bottom: 24px; }
.form-heading h2 { font-size: 21px; margin: 0 0 5px; color: var(--navy); }
.form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.secure-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--success); font-weight: 800; flex: 0 0 auto; }
.stack-form { display: grid; gap: 18px; }
.stack-form label > span, fieldset legend { display: block; font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.stack-form em, fieldset em { color: var(--red); font-style: normal; }
.stack-form input[type="text"], .stack-form input[type="tel"], .stack-form input[type="password"], .copy-field input { width: 100%; height: 48px; border: 1px solid #cdd7e5; border-radius: 9px; padding: 0 13px; color: var(--text); background: white; outline: none; transition: border-color .15s, box-shadow .15s; }
.stack-form input:focus, .copy-field input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,104,213,.12); }
.field-error { display: block; margin-top: 6px; color: var(--danger); font-size: 12px; }
.trust-line { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; color: var(--muted); font-size: 12px; }
.alert { padding: 11px 13px; border-radius: 8px; margin-bottom: 16px; font-size: 13px; }
.alert-error { color: #8f2828; background: #fff0f0; border: 1px solid #f2c4c4; }
.success-heading { text-align: center; margin-bottom: 30px; }
.success-heading h1 { color: var(--navy); font-size: 32px; margin-bottom: 9px; }
.success-heading p { color: var(--muted); }
.success-icon { width: 54px; height: 54px; border-radius: 50%; color: white; background: var(--success); display: grid; place-items: center; margin: 0 auto 16px; font-size: 27px; font-weight: 800; box-shadow: 0 9px 24px rgba(22,132,91,.2); }
.share-card { display: grid; grid-template-columns: 380px 1fr; overflow: hidden; background: white; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.poster-panel { padding: 24px; background: #eaf0f7; display: grid; place-items: center; border-right: 1px solid var(--line); }
.poster-preview { width: 100%; max-width: 326px; aspect-ratio: 9 / 16; padding: 25px; position: relative; overflow: hidden; display: flex; flex-direction: column; color: white; background: radial-gradient(circle at 90% 8%, rgba(45,119,201,.52), transparent 32%), linear-gradient(148deg, #0b1c34 0%, #183c6a 70%, #112a4c 100%); border-radius: 18px; box-shadow: 0 22px 44px rgba(13,31,56,.22); }
.poster-preview::before, .poster-preview::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; }
.poster-preview::before { width: 230px; height: 230px; right: -130px; top: 70px; }
.poster-preview::after { width: 150px; height: 150px; right: -82px; top: 110px; }
.poster-brand { width: 122px; height: 34px; padding: 8px 10px; display: grid; place-items: center; background: white; border-radius: 7px; }
.poster-brand img { width: 100%; height: auto; }
.poster-kicker { margin-top: 28px; color: #a9c9f4; font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.poster-preview h2 { margin: 9px 0 11px; color: white; font-size: 32px; line-height: 1.16; letter-spacing: -.02em; }
.poster-preview > p { width: 85%; margin: 0; color: #d6e3f4; font-size: 12px; line-height: 1.65; }
.poster-cities { display: flex; flex-wrap: wrap; gap: 6px; margin: 15px 0 19px; }
.poster-cities span { padding: 4px 9px; color: #e5eefb; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 10px; font-weight: 650; }
.poster-qr-block { min-height: 139px; width: 100%; margin-top: auto; padding: 14px; position: relative; z-index: 1; display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 15px; color: var(--navy); background: white; border-radius: 13px; box-shadow: 0 12px 30px rgba(3,17,36,.22); }
.poster-qr-block > img { width: 112px; height: 112px; background: white; }
.poster-qr-block strong, .poster-qr-block span, .poster-qr-block small { display: block; }
.poster-qr-block strong { font-size: 14px; }
.poster-qr-block span { margin-top: 3px; color: var(--blue); font-size: 12px; font-weight: 700; }
.poster-qr-block small { margin-top: 13px; color: #7c8798; font-size: 9px; letter-spacing: .03em; }
.share-actions { padding: 34px; align-self: center; }
.share-actions > label { display: block; font-weight: 700; margin-bottom: 8px; }
.primary-copy-block { margin-bottom: 24px; padding: 18px; background: var(--blue-soft); border: 1px solid #cfe0f7; border-radius: 12px; }
.primary-copy-block strong, .primary-copy-block small { display: block; }
.primary-copy-block strong { margin-bottom: 11px; color: var(--navy); font-size: 16px; }
.primary-copy-block small { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.copy-field { display: flex; gap: 8px; }
.copy-field input { min-width: 0; color: var(--muted); }
.share-actions > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 16px 0; }
.action-stack { display: grid; grid-template-columns: 1fr; gap: 10px; }
.action-stack .text-link { grid-column: 1 / -1; text-align: center; padding-top: 6px; font-size: 13px; }
.copy-preview { margin-top: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.copy-preview strong { font-size: 13px; color: var(--navy); }
.copy-preview p { white-space: pre-line; margin: 8px 0 0; font-size: 13px; color: var(--muted); }
.jobs-hero { padding: 54px 0 46px; color: white; background: linear-gradient(125deg, #10223f 0%, #1b3e70 100%); }
.jobs-hero h1 { margin: 13px 0 7px; font-size: clamp(30px, 4vw, 43px); letter-spacing: -.02em; }
.jobs-hero > .shell > p { margin-bottom: 22px; color: #cbd8ea; }
.trust-badge { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; padding: 7px 10px; border-radius: 999px; color: #dceaff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); }
.trust-badge span { color: #75e0b4; }
.referrer-note { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; padding: 9px 12px; border-radius: 8px; color: #dae5f4; background: rgba(5,14,29,.25); }
.referrer-note span { color: #7ce2ba; padding-left: 8px; border-left: 1px solid rgba(255,255,255,.2); }
.jobs-section { padding-top: 42px; }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.section-heading-row h2 { margin: 0; font-size: 25px; color: var(--navy); }
.section-heading-row p, .section-heading-row > small { margin: 0; color: var(--muted); font-size: 13px; }
.job-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.job-card { min-height: 330px; padding: 24px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 7px 24px rgba(23,52,95,.05); transition: transform .18s, box-shadow .18s; }
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.job-card-top { min-height: 56px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 7px; }
.category-tag { color: var(--blue); background: var(--blue-soft); border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 700; }
.reward-tag { color: #76500f; background: var(--gold-soft); border: 1px solid #f3dfad; border-radius: 6px; padding: 5px 7px; font-size: 10px; font-weight: 700; }
.job-card h3 { font-size: 21px; margin: 6px 0 10px; color: var(--navy); line-height: 1.35; }
.city-line { color: #43536c; font-size: 13px; font-weight: 650; }
.job-card > p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 16px 0 22px; }
.job-card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding-top: 16px; }
.job-card-footer small { max-width: 120px; color: #8a7b61; font-size: 10px; }
.detail-hero { padding: 30px 0; background: linear-gradient(145deg, #eef4fb, #f8fbfe); border-bottom: 1px solid var(--line); }
.detail-shell { max-width: 1030px; }
.detail-card { padding: 30px 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 28px rgba(23,52,95,.06); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.detail-card h1 { font-size: clamp(28px, 4vw, 38px); margin: 0 0 12px; color: var(--navy); }
.job-meta { display: flex; flex-wrap: wrap; gap: 9px; color: #4c5c73; font-size: 13px; }
.job-meta span { padding: 6px 10px; border-radius: 7px; background: #f3f6fa; }
.reward-box { flex: 0 0 auto; padding: 12px 14px; border-radius: 10px; background: var(--gold-soft); border: 1px solid #f0d99c; }
.reward-box small { display: block; color: #8a795c; font-size: 10px; margin-bottom: 3px; }
.reward-box strong { color: #77500c; font-size: 14px; }
.detail-content { padding-top: 32px; }
.detail-layout { max-width: 1030px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: start; gap: 22px; }
.detail-main { background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-main > section { padding: 27px 30px; border-bottom: 1px solid var(--line); }
.detail-main > section:last-child { border-bottom: 0; }
.detail-main h2 { font-size: 19px; color: var(--navy); margin-bottom: 16px; position: relative; padding-left: 12px; }
.detail-main h2::before { content: ""; position: absolute; left: 0; top: 4px; width: 3px; height: 20px; border-radius: 3px; background: var(--blue); }
.description { color: #4f5e73; line-height: 1.9; margin: 0; }
.clean-list, .check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.clean-list li, .check-list li { display: flex; align-items: flex-start; gap: 11px; }
.clean-list li > span { flex: 0 0 25px; width: 25px; height: 25px; border-radius: 7px; display: grid; place-items: center; color: var(--blue); background: var(--blue-soft); font-weight: 800; font-size: 11px; }
.check-list li > span { color: var(--success); font-weight: 900; margin-top: 1px; }
.clean-list p, .check-list p { margin: 0; color: #44536a; line-height: 1.7; }
.city-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.city-pills span { padding: 8px 15px; border-radius: 8px; color: var(--navy); background: #f2f6fb; border: 1px solid var(--line); font-weight: 700; }
.privacy-panel { background: #f9fbfd; }
.privacy-panel p { color: var(--muted); margin-bottom: 15px; }
.privacy-panel div { color: var(--success); font-size: 13px; font-weight: 700; }
.apply-aside { position: sticky; top: 22px; display: grid; gap: 12px; padding: 23px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 26px rgba(23,52,95,.07); }
.apply-aside > strong { color: var(--navy); font-size: 18px; }
.apply-aside p { color: var(--muted); font-size: 13px; margin: 0; }
.apply-aside small { text-align: center; color: var(--muted); }
.sticky-action { display: none; }
.apply-shell { max-width: 990px; }
.apply-layout { display: grid; grid-template-columns: .8fr 1fr; align-items: start; gap: 24px; }
.application-summary { padding: 28px; color: white; background: linear-gradient(145deg, #142a4b, #1d467b); border-radius: var(--radius); box-shadow: var(--shadow); }
.application-summary h1 { font-size: 28px; line-height: 1.3; margin-bottom: 22px; }
.application-summary .eyebrow { color: #9fc8ff; }
.summary-row { display: grid; gap: 4px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.summary-row span { color: #b8cae2; font-size: 12px; }
.bound-referral { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding: 13px; border-radius: 10px; background: rgba(255,255,255,.09); }
.success-dot { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #2a9b73; font-weight: 800; }
.bound-referral strong { display: block; font-size: 13px; line-height: 1.55; }
.application-form-card { box-shadow: 0 10px 30px rgba(23,52,95,.06); }
fieldset { border: 0; padding: 0; margin: 0; }
.radio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.referrer-type-grid { grid-template-columns: repeat(2, 1fr); }
[hidden] { display: none !important; }
.radio-grid label { position: relative; cursor: pointer; }
.radio-grid input { position: absolute; opacity: 0; pointer-events: none; }
.stack-form .radio-grid label > span { min-height: 44px; display: flex; align-items: center; justify-content: center; margin: 0 !important; padding: 0 8px; text-align: center; line-height: 1.2; border: 1px solid #cdd7e5; border-radius: 8px; color: #536279; background: white; }
.radio-grid input:checked + span { color: var(--blue); border-color: var(--blue); background: var(--blue-soft); box-shadow: inset 0 0 0 1px var(--blue); }
.upload-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.upload-field > span small { color: var(--muted); font-weight: 500; }
.upload-box { border: 1px dashed #b8c7dc; background: #f8fafc; border-radius: 10px; padding: 17px; text-align: center; cursor: pointer; }
.upload-box b, .upload-box small { display: block; }
.upload-box b { color: var(--blue); font-size: 13px; }
.upload-box small { margin-top: 4px; color: var(--muted); }
.consent-note { margin: -4px 0 0; text-align: center; font-size: 11px; color: var(--muted); }
.result-section { min-height: calc(100vh - 140px); display: grid; place-items: center; }
.result-card { max-width: 590px; text-align: center; padding: 48px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.success-icon.large { width: 64px; height: 64px; font-size: 31px; }
.result-card h1 { font-size: 34px; color: var(--navy); margin-bottom: 10px; }
.result-lead { color: #435269; font-size: 17px; }
.result-note { display: flex; text-align: left; gap: 10px; padding: 14px; color: #27684f; background: #eef9f5; border: 1px solid #cfeadd; border-radius: 10px; }
.result-note > span { font-weight: 900; }
.result-note p { margin: 0; }
.result-job { display: grid; gap: 3px; padding: 17px; margin: 18px 0 12px; background: #f5f8fc; border-radius: 10px; }
.result-job small { color: var(--muted); }
.error-symbol { width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: white; background: var(--danger); font-size: 29px; font-weight: 800; }
.error-card .button { margin-top: 12px; }
.admin-body { background: #f2f5f9; }
.login-section { min-height: calc(100vh - 140px); display: grid; place-items: center; }
.login-card { max-width: 430px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.login-card h1 { color: var(--navy); margin-bottom: 6px; }
.login-card > p { color: var(--muted); margin-bottom: 24px; }
.admin-section { padding: 36px 0 64px; }
.admin-shell { max-width: 1280px; }
.admin-title-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.admin-title-row h1 { color: var(--navy); margin: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }
.stats-grid article { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.stats-grid small { display: block; color: var(--muted); margin-bottom: 7px; }
.stats-grid strong { font-size: 30px; color: var(--navy); }
.funnel-card, .admin-list-card, .entry-qr-info { padding: 24px; margin-bottom: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.funnel-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.funnel-grid div { padding: 16px; border-right: 1px solid var(--line); }
.funnel-grid div:last-child { border-right: 0; }
.funnel-grid strong, .funnel-grid span { display: block; }
.funnel-grid strong { color: var(--blue); font-size: 24px; }
.funnel-grid span { color: var(--muted); font-size: 12px; }
.admin-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.admin-actions h2 { color: var(--navy); margin: 0; }
.admin-actions p { color: var(--muted); margin: 2px 0 0; font-size: 12px; }
.admin-actions > div:last-child { display: flex; gap: 9px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; }
table { width: 100%; min-width: 1320px; border-collapse: collapse; background: white; font-size: 12px; }
th { color: #4d5b70; background: #f3f6fa; text-align: left; white-space: nowrap; }
th, td { padding: 12px 11px; border-bottom: 1px solid var(--line); vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; }
code { color: var(--navy); background: #eef2f7; border-radius: 5px; padding: 3px 5px; }
.phone-value { white-space: nowrap; }
.referrer-type-tag { display: inline-flex; padding: 2px 6px; border-radius: 999px; color: #245c47; background: #edf8f3; font-size: 10px; font-weight: 700; white-space: nowrap; }
.referrer-type-tag.external { color: #6a4c18; background: #fff6df; }
.inline-form { margin: 0; }
.table-delete-button { min-height: 32px; padding: 5px 10px; font-size: 11px; }
.duplicate-tag { display: block; width: max-content; margin-top: 4px; padding: 2px 5px; border-radius: 4px; color: #a3332f; background: #fff0ef; font-size: 9px; }
.empty-state { padding: 52px 20px; text-align: center; background: #f8fafc; border-radius: 10px; color: var(--muted); }
.empty-state strong { color: var(--navy); }
.empty-state p { margin: 5px 0 0; }
.entry-qr-info { display: flex; align-items: center; justify-content: space-between; }
.entry-qr-info h2 { color: var(--navy); }
.entry-qr-info p { color: var(--muted); margin-bottom: 0; }
.entry-qr-info img { border: 7px solid white; border-radius: 8px; box-shadow: 0 4px 15px rgba(23,52,95,.1); }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; max-width: calc(100% - 32px); padding: 11px 16px; color: white; background: rgba(15,32,59,.95); border-radius: 9px; font-size: 13px; opacity: 0; transform: translate(-50%, 16px); pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .entry-grid { grid-template-columns: 1fr; gap: 34px; max-width: 680px; }
  .entry-section { align-items: flex-start; }
  .job-grid { grid-template-columns: 1fr 1fr; }
  .detail-layout { grid-template-columns: 1fr; }
  .apply-aside { display: none; }
  .sticky-action { display: block; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; padding: 10px max(16px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -7px 20px rgba(20,43,77,.1); }
  .sticky-action-inner { max-width: 680px; margin: auto; display: grid; grid-template-columns: .75fr 1.5fr; gap: 9px; }
  .has-sticky-action { padding-bottom: 76px; }
  .apply-layout { grid-template-columns: 1fr; }
  .application-summary { padding: 24px; }
  .funnel-grid { grid-template-columns: repeat(3, 1fr); }
  .funnel-grid div:nth-child(3) { border-right: 0; }
  .funnel-grid div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { height: 64px; }
  .brand img { width: 126px; }
  .brand-context span { display: none; }
  .brand-context strong { max-width: 150px; border-left: 0; padding-left: 0; text-align: right; font-size: 10px; line-height: 1.25; }
  .site-footer { display: none; }
  .content-section { padding: 32px 0 48px; }
  .entry-section { min-height: calc(100vh - 64px); padding: 32px 0 44px; }
  .entry-grid { gap: 27px; }
  .entry-copy h1 { font-size: 32px; line-height: 1.16; margin-bottom: 18px; }
  .reward-hero { width: 100%; justify-content: space-between; }
  .reward-hero strong { font-size: 25px; }
  .lead { font-size: 15px; margin: 17px 0 21px; }
  .simple-steps small { font-size: 11px; }
  .form-card { padding: 22px 18px; border-radius: 14px; }
  .form-heading h2 { font-size: 19px; }
  .share-card { grid-template-columns: 1fr; }
  .poster-panel { padding: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .poster-preview { max-width: 306px; }
  .share-actions { padding: 22px 18px; }
  .copy-field { display: grid; grid-template-columns: 1fr; }
  .action-stack { grid-template-columns: 1fr; }
  .action-stack .text-link { grid-column: auto; }
  .success-heading h1 { font-size: 26px; }
  .jobs-hero { padding: 37px 0 33px; }
  .jobs-hero h1 { font-size: 29px; line-height: 1.25; }
  .referrer-note { flex-wrap: wrap; }
  .job-grid { grid-template-columns: 1fr; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .job-card { min-height: 0; padding: 20px; }
  .job-card-top { min-height: 44px; }
  .detail-hero { padding: 22px 0; }
  .detail-card { padding: 22px 18px; display: block; }
  .detail-card h1 { font-size: 28px; }
  .reward-box { margin-top: 18px; display: inline-block; }
  .detail-content { padding-top: 18px; }
  .detail-main > section { padding: 23px 19px; }
  .detail-main h2 { font-size: 18px; }
  .clean-list p, .check-list p { font-size: 14px; }
  .apply-section { padding-top: 22px; }
  .application-summary h1 { font-size: 25px; }
  .radio-grid { grid-template-columns: repeat(2, 1fr); }
  .result-section { min-height: calc(100vh - 64px); }
  .result-card { padding: 34px 21px; }
  .result-card h1 { font-size: 29px; }
  .admin-section { padding-top: 24px; }
  .admin-title-row, .admin-actions { align-items: flex-start; }
  .admin-title-row h1 { font-size: 23px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid article { padding: 17px; }
  .funnel-card, .admin-list-card, .entry-qr-info { padding: 17px; }
  .funnel-grid { grid-template-columns: 1fr 1fr; }
  .funnel-grid div { border-bottom: 1px solid var(--line); }
  .funnel-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
  .funnel-grid div:nth-child(even) { border-right: 0; }
  .funnel-grid div:last-child { border-bottom: 0; }
  .admin-actions { flex-direction: column; }
  .admin-actions > div:last-child { width: 100%; display: grid; grid-template-columns: 1fr; }
  .entry-qr-info { align-items: flex-start; flex-direction: column; gap: 20px; }
  .entry-qr-info img { width: 160px; align-self: center; }
}

@media (max-width: 390px) {
  .shell { width: min(100% - 24px, 1160px); }
  .brand img { width: 112px; }
  .brand-context strong { max-width: 132px; font-size: 9px; }
  .entry-copy h1 { font-size: 29px; }
  .simple-steps p { display: grid; gap: 0; }
  .job-card-footer { align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
