@charset "UTF-8";

:root {
  --paper: #f4f0e6;
  --paper-deep: #e9e2d3;
  --ink: #17313e;
  --muted: #63747a;
  --blue: #0d4f78;
  --blue-deep: #073651;
  --blue-light: #d9e9ef;
  --red: #df3d32;
  --red-deep: #a92325;
  --green: #17705b;
  --yellow: #f1c75b;
  --white: #fffdf8;
  --line: rgba(13, 79, 120, .25);
  --shadow: 0 18px 45px rgba(26, 46, 55, .12);
  --radius: 14px;
  --display: "FZNew ShuSong-Z10", "Source Han Serif SC", "Noto Serif SC", "Songti SC", serif;
  --sans: "FZLanTingHeiS", "Source Han Sans SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .32;
  background-image: radial-gradient(rgba(23, 49, 62, .15) .55px, transparent .7px);
  background-size: 5px 5px;
}
.blueprint-grid {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(13,79,120,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(13,79,120,.14) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a, summary, label { -webkit-tap-highlight-color: rgba(13,79,120,.12); touch-action: manipulation; }
button { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.12; text-wrap: balance; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--blue-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.eyebrow, .kicker { margin-bottom: 7px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kicker { font-size: 10px; }
.muted { color: var(--muted); }
.microcopy, .help-text { color: var(--muted); font-size: 12px; }
.paper-card { position: relative; background: rgba(255,253,248,.94); border: 1px solid rgba(23,49,62,.14); border-radius: var(--radius); box-shadow: var(--shadow); }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 11px 22px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-weight: 800; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 8px 18px rgba(13,79,120,.22); }
.btn-primary:hover { background: var(--blue-deep); }
.btn-accent { color: #fff; background: var(--red); box-shadow: 0 8px 18px rgba(169,35,37,.2); }
.btn-accent:hover { background: var(--red-deep); }
.btn-outline { border-color: var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { color: #fff; background: var(--blue); }
.btn-block { width: 100%; }
.text-button { padding: 3px; border: 0; color: var(--muted); background: none; cursor: pointer; font-size: 12px; text-decoration: underline; }
.alert { display: flex; gap: 6px 12px; flex-wrap: wrap; padding: 13px 15px; border-left: 4px solid; border-radius: 6px; font-size: 13px; }
.alert strong { display: block; }
.alert-error { border-color: var(--red); color: #7c2222; background: #fae5df; }
.alert-success { border-color: var(--green); color: #155845; background: #e0efe8; }
.alert-cancelled { border-color: var(--red); color: #762323; background: #f8dfda; }
.alert-draft { border-color: #b48b21; color: #654d0e; background: #fff3c9; }
.field { display: grid; gap: 7px; font-weight: 700; }
.field > span { font-size: 13px; }
.field input, .field textarea, .field select { width: 100%; min-height: 48px; border: 1px solid #a9b4b5; border-radius: 7px; padding: 11px 13px; color: var(--ink); background: rgba(255,255,255,.82); transition: border .15s, box-shadow .15s; }
.field textarea { resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(13,79,120,.1); outline: none; }
.field small { color: var(--muted); font-size: 11px; font-weight: 400; }
.form-error { margin: 10px 0 0; color: var(--red-deep); font-size: 13px; font-weight: 800; }
.site-footer { display: flex; max-width: 1180px; justify-content: space-between; gap: 15px; margin: 45px auto 0; padding: 22px 24px 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.footer-mark { letter-spacing: .16em; }

/* Login and password */
.page-login { min-height: 100vh; background-color: #e6e9e2; }
.page-login::after { content: ""; position: fixed; inset: 0 0 0 52%; z-index: -2; background: var(--blue-deep); clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.login-shell { display: grid; min-height: calc(100vh - 82px); max-width: 1050px; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; margin: auto; padding: 54px 28px; }
.login-intro h1 { max-width: 530px; margin-bottom: 26px; color: var(--blue-deep); font-size: clamp(52px, 7vw, 88px); font-weight: 900; letter-spacing: -.055em; }
.login-intro h1 em { color: var(--red); font-style: normal; }
.login-intro .lead { max-width: 390px; color: #38535e; font-size: 18px; }
.route-line { display: flex; width: 280px; align-items: center; margin: 37px 0 27px; }
.route-line::before, .route-line::after { content: ""; height: 2px; flex: 1; background: repeating-linear-gradient(90deg,var(--red) 0 9px,transparent 9px 15px); }
.route-line i { width: 10px; height: 10px; margin: 0 13px; border: 2px solid var(--red); border-radius: 50%; background: var(--paper); }
.login-card { padding: 46px 38px 34px; transform: rotate(.35deg); }
.clip { position: absolute; top: -23px; left: 50%; width: 90px; height: 39px; border: 6px solid #778589; border-bottom: 0; border-radius: 28px 28px 0 0; transform: translateX(-50%); }
.card-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 28px; }
.card-heading h2 { margin: 0; font-size: 28px; }
.sequence { display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-family: var(--display); font-size: 20px; font-weight: 900; }
.identity-strip { display: flex; align-items: center; gap: 10px; margin: -12px 0 24px; padding-bottom: 16px; border-bottom: 1px dashed var(--line); font-size: 13px; }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #9ba5a5; }
.status-active { background: #26a273; box-shadow: 0 0 0 4px rgba(38,162,115,.14); }
.stack-form { display: grid; gap: 18px; margin-top: 20px; }
.login-card .help-text { margin: 18px 0 0; text-align: center; }
.login-card-wide { padding-inline: 28px; }
.login-portals { display: grid; gap: 16px; }
.login-portal { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.48); }
.login-portal.is-current { border-color: var(--blue); box-shadow: inset 4px 0 var(--blue); }
.login-portal h3 { margin-bottom: 0; font-size: 21px; }
.portal-number { margin-bottom: 4px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.coordinator-portal { background: rgba(241,199,91,.13); }
.page-login .site-footer { position: relative; z-index: 2; color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.18); }

/* Common top bars */
.topbar { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; padding: 10px max(20px,calc((100vw - 1120px)/2)); color: #fff; background: var(--blue-deep); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand > span { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-family: var(--display); font-weight: 900; }
.event-tag { font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.back-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: none; }
.page-wrap { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }

/* Company public form */
.company-wrap { padding-top: 34px; }
.company-ticket { display: grid; grid-template-columns: 104px 1fr; overflow: hidden; color: #fff; background: var(--blue); border-radius: var(--radius); box-shadow: var(--shadow); }
.ticket-stub { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px 10px; border-right: 1px dashed rgba(255,255,255,.5); background: var(--blue-deep); }
.ticket-stub span { font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; }
.ticket-stub b { margin-top: 15px; color: var(--yellow); font-family: var(--display); font-size: 36px; }
.ticket-body { padding: 28px 34px; }
.ticket-body .eyebrow { color: #bcd4e0; }
.ticket-body h1 { margin-bottom: 26px; font-size: clamp(31px, 5vw, 52px); }
.ticket-meta { display: flex; gap: 40px; }
.ticket-meta span { display: grid; gap: 2px; }
.ticket-meta small { color: #bcd4e0; }
.ticket-meta strong { font-size: 17px; }
.ticket-meta .eta { color: var(--yellow); }
.lock-notice { margin: 18px 0; }
.sync-note { margin: 12px 0; color: var(--muted); font-size: 12px; text-align: right; }
.guest-card, .question-card, .followup-card, .decision-card { margin-top: 20px; padding: 28px 32px; }
.company-summary-card { padding: 24px 28px; }
.section-index { display: grid; width: 32px; height: 32px; place-items: center; float: left; margin-right: 13px; color: #fff; background: var(--red); border-radius: 50%; font-family: var(--display); font-weight: 900; }
.section-title h2 { margin-bottom: 0; font-size: 26px; }
.section-title .kicker { margin-bottom: 3px; }
.guest-name { display: flex; align-items: baseline; gap: 15px; margin: 30px 0 13px 45px; }
.guest-name strong { font-family: var(--display); font-size: 27px; }
.guest-name span { color: var(--blue); font-weight: 700; }
.guest-bio { margin: 0 0 0 45px; padding-top: 15px; border-top: 1px dashed var(--line); color: #435b64; }
.guest-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0 0 45px; }
.guest-bio-field { grid-column: 1 / -1; }
fieldset { min-width: 0; border: 0; }
fieldset:disabled { opacity: .68; }
.form-section-heading { display: flex; align-items: center; gap: 13px; }
.form-section-heading .section-index { flex: 0 0 auto; float: none; margin: 0; }
.form-section-heading small { display: block; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.form-section-heading h2 { margin: 2px 0 0; font-size: 25px; }
.field-intro { margin: 18px 0 12px 45px; color: var(--muted); font-size: 13px; }
.question-counter { display: flex; width: max-content; align-items: baseline; gap: 4px; margin: 0 0 14px auto; color: var(--blue); }
.question-counter b { font-family: var(--display); font-size: 30px; }
.question-counter span { font-size: 12px; }
.question-list { display: grid; gap: 9px; }
.question-option { display: grid; min-height: 65px; grid-template-columns: 44px 1fr 28px; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid #c8cfcb; border-radius: 8px; cursor: pointer; background: #fffefa; transition: border .15s, background .15s, transform .15s; }
.question-option:hover { border-color: var(--blue); transform: translateX(3px); }
.question-option:has(input:checked) { border-color: var(--blue); background: var(--blue-light); box-shadow: inset 4px 0 var(--blue); }
.question-option:has(input:disabled:not(:checked)) { cursor: not-allowed; opacity: .45; }
.question-option input { position: absolute; opacity: 0; pointer-events: none; }
.question-number { color: var(--red); font-family: var(--display); font-size: 20px; font-weight: 900; }
.question-text { font-weight: 700; }
.check-mark { display: grid; width: 24px; height: 24px; place-items: center; color: transparent; border: 1px solid #9ca8a8; border-radius: 50%; }
.question-option input:checked ~ .check-mark { color: #fff; border-color: var(--blue); background: var(--blue); }
.question-option:has(input:focus-visible), .segmented-control label:has(input:focus-visible) span { outline: 3px solid var(--yellow); outline-offset: 3px; }
.segmented-control { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 0 45px; }
.segmented-control label { cursor: pointer; }
.segmented-control input { position: absolute; opacity: 0; }
.segmented-control span { display: grid; min-height: 52px; place-items: center; border: 1px solid #aeb9b8; border-radius: 7px; font-weight: 800; background: #fffefa; }
.segmented-control input:checked + span { color: #fff; border-color: var(--blue); background: var(--blue); }
.custom-question-block { display: grid; gap: 12px; margin-top: 24px; padding-top: 21px; border-top: 1px dashed var(--line); }
.custom-question-block h3, .final-question-panel h3 { margin-bottom: 0; font-size: 19px; }
.custom-question-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.custom-question-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.add-custom-question { min-height: 48px; padding: 8px 14px; white-space: nowrap; }
[data-custom-question-list] { display: grid; gap: 12px; }
.custom-question-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; }
.custom-question-row[hidden] { display: none; }
.remove-custom-question { min-width: 48px; min-height: 48px; margin-bottom: 1px; border: 1px solid #d7aaa4; border-radius: 7px; color: var(--red-deep); cursor: pointer; background: #fff8f5; font-weight: 800; }
.custom-question-field textarea { min-height: 70px; }
.final-question-panel { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: #eef4f4; }
.final-question-panel ol { display: grid; gap: 8px; margin: 13px 0 0; padding: 0; list-style: none; }
.final-question-panel li { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; min-height: 58px; padding: 8px 10px; background: var(--white); border-radius: 7px; }
.final-question-panel p { margin: 0; font-weight: 700; }
.final-question-number { color: var(--red); font-family: var(--display); font-size: 19px; font-weight: 900; }
.question-order-controls { display: flex; gap: 5px; }
.question-order-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; background: #fff; }
.question-order-controls button:disabled { cursor: not-allowed; opacity: .35; }
.submit-dock { position: sticky; bottom: 12px; z-index: 5; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 13px 14px 13px 22px; color: #fff; background: rgba(7,54,81,.96); border-radius: 10px; box-shadow: 0 16px 35px rgba(7,54,81,.27); backdrop-filter: blur(8px); }
.submit-dock p { display: grid; margin: 0; }
.submit-dock span { color: #c0d0d6; font-size: 11px; }
.submit-actions { display: flex; gap: 8px; }
.submit-actions .btn { min-height: 48px; }
.btn-draft { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.08); }
.btn-draft:hover { border-color: #fff; background: rgba(255,255,255,.16); }
.history-block { margin-top: 35px; padding: 25px 0; }
.timeline { position: relative; margin: 24px 0 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 133px; border-left: 1px dashed var(--red); }
.timeline li { display: grid; grid-template-columns: 116px 1fr; gap: 34px; min-height: 62px; }
.timeline time { color: var(--muted); font-size: 11px; }
.timeline li > div { position: relative; }
.timeline li > div::before { content: ""; position: absolute; top: 3px; left: -21px; width: 9px; height: 9px; border: 2px solid var(--red); border-radius: 50%; background: var(--paper); }
.timeline p { margin: 4px 0 15px; color: var(--muted); font-size: 12px; }

/* Dashboard */
.control-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px max(24px,calc((100vw - 1180px)/2)); color: #fff; background: var(--blue-deep); }
.control-header .eyebrow { color: #8eb3c5; }
.control-header h1 { margin: 0; font-size: 28px; }
.user-chip { display: flex; align-items: center; gap: 11px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; }
.user-chip > span:nth-child(2) { display: grid; line-height: 1.2; }
.user-chip small { color: #9ebbc8; }
.user-chip .text-button { color: #bed1d9; }
.dashboard-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding-top: 28px; }
.dashboard-sync-bar { display: flex; align-items: center; justify-content: flex-end; gap: 16px; margin-bottom: 10px; color: var(--muted); font-size: 11px; }

/* Coordinator dashboard */
.coordinator-header { background: #173d3d; }
.coordinator-shell { width: min(1120px, calc(100% - 32px)); }
.coordinator-header > *, .coordinator-shell > *, .coordination-brief > *, .coordinator-now-next > *, .coordination-task > *, .coordination-task-main { min-width: 0; }
.coordination-brief { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; padding: 30px 32px; color: #fff; border-radius: var(--radius); background: linear-gradient(125deg,#124e51 0%,#173d3d 72%); box-shadow: 0 18px 38px rgba(18,63,64,.2); }
.coordination-brief h2 { margin: 2px 0 8px; color: #fff; font-size: clamp(27px,4vw,42px); }
.coordination-brief > div > p:last-child { max-width: 650px; margin: 0; color: #c2d9d5; }
.coordination-brief .kicker { color: #8fc7bd; }
.coordination-brief dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; width: min(100%,320px); margin: 0; }
.coordination-brief dl div { min-width: 0; padding: 13px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(255,255,255,.08); }
.coordination-brief dt { color: #b9d3ce; font-size: 11px; }
.coordination-brief dd { margin: 2px 0 0; color: var(--yellow); font-family: var(--display); font-size: 30px; font-weight: 900; }
.coordinator-now-next { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.coordinator-now-next article { position: relative; display: grid; min-height: 120px; padding: 22px 24px 20px 86px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.92); }
.coordinator-now-next article::before { content: "→"; position: absolute; top: 20px; left: 24px; color: var(--red); font-family: var(--display); font-size: 38px; font-weight: 900; }
.coordinator-now-next span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.coordinator-now-next strong { margin-top: 5px; overflow-wrap: anywhere; font-family: var(--display); font-size: 22px; }
.coordinator-now-next small { margin-top: 6px; color: var(--blue); }
.coordination-queue { margin-top: 34px; }
.coordination-card-list { display: grid; gap: 12px; margin: 18px 0 0; padding: 0; list-style: none; }
.coordination-task { display: grid; grid-template-columns: 76px 1fr 180px; gap: 20px; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-left: 6px solid #c7a541; border-radius: 10px; background: rgba(255,253,248,.95); box-shadow: 0 8px 20px rgba(20,48,54,.08); }
.coordination-task.task-ready { border-left-color: var(--green); }
.coordination-task.task-declined { border-left-color: var(--red); background: rgba(255,247,243,.95); }
.coordination-task-order { display: grid; align-content: start; justify-items: center; padding-right: 18px; border-right: 1px dashed var(--line); }
.coordination-task-order span { color: var(--blue); font-family: var(--display); font-size: 34px; font-weight: 900; }
.coordination-task-order small { color: var(--red-deep); font-weight: 900; }
.coordination-task-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.coordination-task-heading h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 20px; }
.coordination-task-main > p { margin: 9px 0 12px; color: #415b5b; }
.coordination-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 12px; }
.coordination-facts strong { color: var(--blue); }
.coordination-task blockquote { margin: 12px 0 0; padding: 9px 12px; border-left: 3px solid var(--yellow); background: #f5f0df; font-size: 12px; }
.coordination-task-actions { display: grid; align-content: center; gap: 7px; }
.coordination-task-actions > button, .coordination-task-actions > a { display: grid; min-height: 44px; place-items: center; padding: 8px 12px; border-radius: 6px; text-align: center; }
.coordination-task-actions > a:not(.btn) { color: var(--blue); border: 1px solid var(--line); background: #fff; font-size: 12px; font-weight: 800; }
.coordinator-filters { align-self: end; }
.progress-board { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 20px 24px; border: 1px solid var(--line); background: rgba(255,253,248,.76); }
.progress-copy h2 { margin: 0; font-size: 20px; white-space: nowrap; }
.progress-copy em { color: var(--red); font-size: 28px; font-style: normal; }
.progress-track { height: 8px; overflow: hidden; background: #d4d7cf; border-radius: 99px; }
.progress-track i { display: block; height: 100%; background: repeating-linear-gradient(-45deg,var(--red) 0 8px,#f16455 8px 16px); border-radius: inherit; transition: width .7s ease; }
.progress-percent { color: var(--blue); font-family: var(--display); font-size: 24px; }
.now-next-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; margin-top: 18px; }
.now-card, .next-card { position: relative; min-height: 275px; padding: 26px; border-radius: var(--radius); }
.now-card { color: #fff; background: var(--blue); box-shadow: 0 18px 35px rgba(13,79,120,.22); }
.now-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent 49.7%,rgba(255,255,255,.05) 50%), linear-gradient(transparent 49.7%,rgba(255,255,255,.05) 50%); background-size: 28px 28px; }
.next-card { color: var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.card-label { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; margin-bottom: 20px; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.live-pulse { width: 9px; height: 9px; border-radius: 50%; background: #ff6c5d; box-shadow: 0 0 0 0 rgba(255,108,93,.5); animation: pulse 1.5s infinite; }
@keyframes pulse { 60% { box-shadow: 0 0 0 8px rgba(255,108,93,0); } }
.stop-heading { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; }
.stop-order { color: #a9c6d4; font-family: var(--display); font-size: 50px; font-weight: 900; }
.stop-heading h2 { margin: 0 0 7px; font-size: 34px; }
.stop-heading p { color: #b8d0db; }
.stop-heading p strong { color: var(--yellow); }
.now-details { position: relative; z-index: 1; display: flex; gap: 45px; margin: 22px 0; padding-top: 17px; border-top: 1px dashed rgba(255,255,255,.3); }
.now-details span { display: grid; }
.now-details small { color: #b8d0db; }
.now-card .btn { position: relative; z-index: 1; color: var(--blue-deep); background: #fff; }
.route-arrow { position: absolute; top: 15px; right: 24px; color: rgba(23,49,62,.25); font-family: var(--display); font-size: 54px; }
.next-card h2 { max-width: 80%; margin: 35px 0 13px; font-size: 29px; }
.booth-badge { display: inline-flex; padding: 5px 10px; border: 1px solid rgba(23,49,62,.25); border-radius: 4px; }
.next-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 24px 0 0; }
.next-card dl div { display: grid; }
.next-card dt, .route-list small { color: rgba(23,49,62,.65); font-size: 10px; }
.next-card dd { margin: 2px 0; font-weight: 800; }
.status-pill { display: inline-flex; width: max-content; align-items: center; padding: 3px 8px; border: 1px solid rgba(23,49,62,.23); border-radius: 99px; font-size: 11px; font-weight: 800; background: rgba(255,255,255,.42); }
.status-ready, .status-confirmed { color: var(--green); border-color: var(--green); background: #e2f0e9; }
.status-delayed { color: var(--red-deep); border-color: var(--red); background: #fbe5dc; }
.route-section { margin-top: 40px; }
.section-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.section-toolbar h2 { margin: 0; font-size: 28px; }
.route-toolbar { display: flex; align-items: center; gap: 10px; }
.filter-tabs { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.55); }
.filter-tabs button { min-height: 34px; padding: 5px 14px; border: 0; border-radius: 5px; cursor: pointer; background: transparent; font-size: 12px; }
.filter-tabs button.active { color: #fff; background: var(--blue); }
.route-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.route-stop { border-left: 5px solid #adb7b6; background: rgba(255,253,248,.9); box-shadow: 0 2px 10px rgba(23,49,62,.05); transition: transform .15s, box-shadow .15s; }
.route-stop:hover { transform: translateX(3px); box-shadow: 0 5px 17px rgba(23,49,62,.1); }
.status-border-interviewing { border-color: var(--red); }
.status-border-ready { border-color: var(--green); }
.status-border-completed { border-color: var(--blue); opacity: .66; }
.status-border-delayed, .status-border-skipped { border-color: var(--yellow); }
.status-border-deferred { border-color: var(--yellow); }
.status-border-declined { border-color: var(--red); background: #f7e6df; opacity: .8; }
.route-row-main { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; }
.route-primary-link { display: grid; min-height: 70px; grid-template-columns: 56px minmax(200px,1fr) 145px 125px 75px 20px; align-items: center; gap: 13px; padding: 10px; text-decoration: none; }
.route-row-actions { display: flex; gap: 6px; padding-right: 10px; }
.route-row-actions a, .copy-link-button { min-height: 38px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--blue); background: #fff; cursor: pointer; font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.route-edit-button { min-height: 42px; }
.route-edit-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; padding: 12px 15px; color: #fff; background: var(--blue-deep); border-radius: 8px; }
.route-edit-bar p { margin: 0; font-size: 12px; }
.route-edit-bar > div { display: flex; gap: 8px; }
.route-move-controls { align-items: center; gap: 5px; padding-right: 10px; }
.route-move-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 6px; cursor: pointer; background: #fff; }
.drag-handle { color: var(--muted); font-size: 24px; cursor: grab; }
.route-list.is-reordering .route-stop[data-movable="true"] { border-style: dashed; cursor: grab; }
.route-stop.is-dragging { opacity: .45; }
.copy-toast { position: fixed; right: 18px; bottom: max(18px,env(safe-area-inset-bottom)); z-index: 50; min-width: 180px; color: #fff; background: var(--blue-deep); border-radius: 8px; box-shadow: var(--shadow); font-size: 13px; text-align: center; }
.copy-toast:not(:empty) { padding: 12px 16px; }
.route-sequence { color: var(--blue); font-family: var(--display); font-size: 21px; font-weight: 900; text-align: center; }
.route-main, .route-contact, .route-coordination { display: grid; }
.route-main small { margin-top: 3px; color: var(--muted); }
.route-main small b { color: var(--blue); }
.route-contact b { font-size: 13px; }
.route-state { color: var(--muted); font-size: 11px; font-weight: 800; }
.chevron { color: var(--red); font-size: 26px; }
.empty-state { display: grid; place-content: center; min-height: 130px; text-align: center; }
.empty-state span { color: var(--muted); font-size: 12px; }
.list-empty { border: 1px dashed var(--line); }

/* Admin detail */
.admin-detail-wrap { padding-top: 34px; }
.admin-company-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 23px; }
.admin-company-head h1 { margin-bottom: 7px; font-size: clamp(34px,5vw,56px); }
.admin-company-head p { margin-bottom: 0; color: var(--muted); }
.admin-company-head a { color: var(--blue); font-weight: 800; }
.admin-link-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.admin-link-actions .btn { min-height: 42px; padding: 8px 13px; font-family: var(--sans); font-size: 12px; }
.state-stamp { display: grid; min-width: 110px; min-height: 86px; place-content: center; border: 3px double; border-radius: 50%; text-align: center; transform: rotate(-5deg); }
.state-stamp small { display: block; }
.stamp-locked { color: var(--red); }
.stamp-open { color: var(--green); }
.admin-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 18px; align-items: start; }
.detail-panel, .coordination-panel { padding: 28px; }
.detail-list { margin: 25px 0 0; }
.detail-list > div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.detail-list dt, .compact-details dt { color: var(--muted); font-size: 12px; }
.detail-list dd, .compact-details dd { margin: 0; }
.detail-list dd span { margin-left: 9px; color: var(--blue); }
.subheading { margin: 26px 0 14px; font-size: 18px; }
.selected-questions { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.selected-questions li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 10px; background: var(--blue-light); }
.selected-questions span { color: var(--red); font-family: var(--display); font-weight: 900; }
.compact-details { margin: 25px 0; }
.compact-details div { display: flex; justify-content: space-between; gap: 15px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.compact-details dd { font-weight: 800; text-align: right; }
.unlock-form { display: grid; gap: 14px; padding-top: 18px; border-top: 2px solid var(--red); }
.coordination-form { display: grid; gap: 12px; margin-bottom: 22px; padding-top: 18px; border-top: 1px dashed var(--line); }
.unlock-form .help-text { margin: 0; }
.admin-history { padding-left: 15px; }
.submission-history-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,360px),1fr)); gap: 16px; margin-top: 20px; }
.submission-version { padding: 22px; }
.submission-version > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.submission-version > header > div { display: flex; align-items: center; gap: 9px; }
.submission-version > header strong { color: var(--blue); font-family: var(--display); font-size: 22px; }
.submission-version > header time { color: var(--muted); font-size: 11px; text-align: right; }
.submission-version .compact-details { margin: 14px 0; }
.submission-version .compact-details div { align-items: flex-start; }
.submission-version .compact-details dd { max-width: 72%; font-weight: 600; }

/* Host card */
.page-host-card { color: #fff; background: #082e44; }
.page-host-card::before { opacity: .12; }
.page-host-card .blueprint-grid { opacity: .16; }
.host-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 11px max(18px,calc((100vw - 1220px)/2)); color: #fff; background: rgba(5,37,55,.95); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(9px); }
.host-header > div { display: grid; text-align: center; line-height: 1.1; }
.host-header > div span { color: #91b4c5; font-size: 10px; }
.host-header > div strong { font-family: var(--display); font-size: 19px; }
.inverse { color: #fff; }
.live-badge { justify-self: end; display: flex; align-items: center; gap: 8px; color: #f4c5bd; font-size: 12px; font-weight: 800; }
.live-badge i { width: 8px; height: 8px; border-radius: 50%; background: #ff584a; animation: pulse 1.5s infinite; }
.host-shell { width: min(1220px, calc(100% - 32px)); margin: auto; padding: 28px 0 120px; }
.host-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; padding: 0 5px 26px; border-bottom: 2px solid var(--red); }
.host-hero .eyebrow { color: #82aec1; }
.host-company h1 { margin-bottom: 22px; color: #fff; font-size: clamp(44px,7vw,82px); letter-spacing: -.04em; }
.host-guest { display: flex; align-items: baseline; gap: 13px; }
.host-guest span { color: #8cb0c0; font-size: 12px; }
.host-guest strong { color: var(--yellow); font-family: var(--display); font-size: 26px; }
.host-guest em { color: #b8cbd3; font-style: normal; }
.eta-board { min-width: 190px; padding: 18px; color: var(--ink); background: var(--yellow); transform: rotate(1deg); }
.eta-board small, .eta-board span { display: block; }
.eta-board strong { display: block; font-family: var(--display); font-size: 30px; }
.eta-board span { margin-top: 9px; padding-top: 7px; border-top: 1px solid rgba(23,49,62,.3); font-size: 11px; }
.host-content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 18px; }
.prompt-sheet, .map-panel { color: var(--ink); background: var(--white); }
.company-summary-card { margin-bottom: 24px; }
.company-summary-card > summary { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.company-summary-card > summary::-webkit-details-marker { display: none; }
.company-summary-card .section-index, .company-summary-card .section-title { margin: 0; }
.company-summary-card .summary-toggle { color: var(--blue); font-size: 12px; font-weight: 800; }
.company-summary-card[open] .summary-toggle { font-size: 0; }
.company-summary-card[open] .summary-toggle::after { content: "收起"; font-size: 12px; }
.company-summary-card > p { margin: 4px 0 10px; white-space: pre-line; }
.company-summary-card > small { color: var(--muted); }
.host-script-block { margin-bottom: 20px; padding: 16px; border-left: 5px solid var(--red); background: var(--paper); }
.host-script-block span { color: var(--red-deep); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.host-script-block p { margin: 7px 0 0; font-family: var(--display); font-size: clamp(18px,2vw,24px); font-weight: 700; line-height: 1.65; }
.host-script-block.closing { margin-top: 20px; margin-bottom: 0; border-left-color: var(--blue); }
.company-background { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 14px; }
.company-background summary { cursor: pointer; color: var(--blue); font-weight: 800; }
.company-background p { white-space: pre-line; color: var(--muted); }
.prompt-sheet { padding: 26px 30px; }
.prompt-title { display: flex; align-items: baseline; gap: 14px; border-bottom: 1px solid var(--line); }
.prompt-title > span { color: var(--red); font-family: var(--display); font-size: 13px; font-weight: 900; }
.prompt-title h2 { margin-bottom: 14px; font-size: 28px; }
.prompt-title small { margin-left: auto; color: var(--muted); }
.host-questions { display: grid; gap: 0; margin: 5px 0 0; padding: 0; list-style: none; counter-reset: none; }
.host-questions li { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 20px 0; border-bottom: 1px dashed var(--line); }
.host-questions li > span { color: var(--red); font-family: var(--display); font-size: 26px; font-weight: 900; }
.host-questions p { margin: 0; font-family: var(--display); font-size: clamp(20px,2.2vw,28px); font-weight: 800; line-height: 1.45; }
.followup-note { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 14px; border-left: 4px solid var(--yellow); background: #f3eee0; }
.followup-note span { color: var(--muted); font-size: 11px; }
.followup-note strong { color: var(--blue); }
.followup-note p { margin: 0; font-size: 12px; }
.map-panel { padding: 22px; }
.map-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.map-heading h2 { margin: 0; font-size: 24px; }
.booth-target { display: grid; text-align: right; }
.booth-target small { color: var(--muted); font-size: 10px; }
.booth-target strong { color: var(--red); font-size: 24px; }
.map-zoom { position: relative; width: 100%; margin-top: 18px; padding: 0; overflow: hidden; border: 2px solid var(--blue); cursor: zoom-in; background: #fff; }
.map-image-wrap { position: relative; display: block; }
.map-zoom img { width: 100%; aspect-ratio: 1125/686; object-fit: contain; }
.map-zoom > span { position: absolute; right: 8px; bottom: 8px; padding: 4px 8px; color: #fff; border-radius: 4px; background: rgba(7,54,81,.86); font-size: 11px; }
.map-zoom > .map-image-wrap { position: relative; right: auto; bottom: auto; padding: 0; color: inherit; border-radius: 0; background: transparent; font-size: inherit; }
.target-marker { position: absolute; z-index: 2; min-width: 34px; padding: 4px 6px; transform: translate(-50%,-100%); border: 2px solid #fff; border-radius: 999px; color: #fff; background: var(--red); box-shadow: 0 4px 12px rgba(111,18,18,.34); font-style: normal; font-weight: 900; font-size: 11px; }
.map-note { display: flex; gap: 8px; margin: 13px 0 0; color: var(--muted); font-size: 10px; }
.map-note i { width: 18px; height: 2px; margin-top: 7px; background: var(--red); }
.host-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; gap: 12px; padding: 14px max(16px,calc((100vw - 1220px)/2)) max(14px,env(safe-area-inset-bottom)); background: rgba(5,37,55,.96); border-top: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.host-actions form:first-child { flex: 1; max-width: 650px; }
.host-actions .btn { width: 100%; min-height: 60px; font-size: 18px; }
.btn-start { color: #15343d; background: var(--yellow); }
.btn-complete { color: #fff; background: var(--green); }
.btn-skip { width: auto !important; color: #fff; border-color: rgba(255,255,255,.4); background: transparent; font-size: 14px !important; }
.host-action-status { margin: 0; color: #fff; font-family: var(--display); font-size: 20px; font-weight: 800; }
.page-host-card .site-footer { display: none; }
.map-dialog { width: min(95vw,1200px); max-width: none; padding: 45px 12px 12px; border: 0; background: #fff; overscroll-behavior: contain; }
.map-dialog::backdrop { background: rgba(0,20,30,.85); }
.map-dialog button { position: absolute; top: 5px; right: 10px; width: 36px; height: 36px; border: 0; cursor: pointer; color: var(--ink); background: none; font-size: 30px; }

/* Error */
.page-error { min-height: 100vh; background: var(--blue-deep); }
.page-error .site-footer { color: #9db7c2; border-color: rgba(255,255,255,.16); }
.error-shell { display: grid; min-height: calc(100vh - 80px); place-items: center; padding: 35px 20px; }
.error-sign { width: min(620px,100%); padding: 48px; color: var(--ink); border: 8px solid var(--white); outline: 2px solid var(--red); outline-offset: -17px; background: var(--paper); box-shadow: 0 30px 70px rgba(0,0,0,.3); text-align: center; transform: rotate(-.35deg); }
.error-route { display: flex; align-items: center; margin-bottom: 22px; color: var(--red); }
.error-route i { height: 2px; flex: 1; background: repeating-linear-gradient(90deg,var(--red) 0 9px,transparent 9px 15px); }
.error-route span { display: grid; width: 33px; height: 33px; place-items: center; margin: 0 11px; border: 2px solid var(--red); border-radius: 50%; font-weight: 900; }
.error-code { display: block; color: var(--blue); font-family: var(--display); font-size: clamp(70px,15vw,130px); line-height: .85; }
.error-sign h1 { margin: 24px 0 14px; font-size: 32px; }
.error-sign > p { color: var(--muted); }
.error-actions { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }

@media (max-width: 900px) {
  .page-login::after { display: none; }
  .login-shell { grid-template-columns: 1fr; gap: 30px; max-width: 620px; }
  .login-intro h1 { font-size: 58px; }
  .page-login .site-footer { color: var(--muted); border-color: var(--line); }
  .route-primary-link { grid-template-columns: 45px minmax(150px,1fr) 125px 20px; }
  .route-contact { display: none; }
  .route-coordination { display: grid; }
  .route-state { display: none; }
  .admin-grid, .host-content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-footer { margin-top: 28px; padding-inline: 16px; }
  .footer-mark { display: none; }
  .page-wrap, .dashboard-shell, .host-shell { width: min(100% - 22px,1080px); }
  .topbar { min-height: 56px; padding-inline: 14px; }
  .brand b { font-size: 14px; }
  .login-shell { min-height: auto; padding: 36px 16px 20px; }
  .login-intro h1 { margin-bottom: 16px; font-size: 45px; }
  .login-intro .lead { font-size: 15px; }
  .route-line { width: 210px; margin: 22px 0; }
  .login-card { padding: 40px 20px 25px; }
  .company-wrap { padding-top: 14px; }
  .company-ticket { grid-template-columns: 64px 1fr; }
  .ticket-stub b { font-size: 27px; }
  .ticket-body { padding: 21px 18px; }
  .ticket-body h1 { margin-bottom: 19px; font-size: 29px; }
  .ticket-meta { gap: 20px; }
  .ticket-meta strong { font-size: 14px; }
  .guest-card, .question-card, .followup-card, .decision-card { padding: 22px 17px; }
  .guest-name { display: grid; gap: 2px; margin-left: 0; }
  .guest-bio, .field-intro, .guest-form-grid { margin-left: 0; }
  .guest-form-grid { grid-template-columns: 1fr; }
  .guest-bio-field { grid-column: auto; }
  .form-section-heading h2 { font-size: 21px; }
  .question-option { grid-template-columns: 35px 1fr 25px; padding-inline: 9px; }
  .question-text { font-size: 14px; }
  .segmented-control { margin-left: 0; }
  .submit-dock { bottom: 6px; display: grid; padding: 12px; }
  .submit-dock p { display: none; }
  .submit-dock .btn { min-height: 55px; }
  .submit-actions { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
  .timeline::before { left: 9px; }
  .timeline li { grid-template-columns: 1fr; gap: 4px; padding-left: 28px; }
  .timeline li > div::before { left: -25px; }
  .control-header { align-items: flex-start; padding: 17px 14px; }
  .control-header h1 { font-size: 21px; }
  .user-chip { border: 0; padding: 2px; }
  .user-chip > span:nth-child(2), .user-chip .status-dot { display: none; }
  .progress-board { grid-template-columns: 1fr auto; gap: 9px 15px; padding: 15px; }
  .progress-track { grid-column: 1 / -1; grid-row: 2; }
  .now-next-grid { grid-template-columns: 1fr; }
  .now-card, .next-card { min-height: auto; padding: 21px; }
  .stop-heading h2 { font-size: 27px; }
  .stop-order { font-size: 40px; }
  .next-card h2 { margin-top: 20px; }
  .section-toolbar { display: grid; }
  .route-toolbar { display: grid; }
  .filter-tabs { width: 100%; }
  .filter-tabs button { flex: 1; }
  .route-row-main { grid-template-columns: 1fr; }
  .route-primary-link { min-height: 76px; grid-template-columns: 38px 1fr 19px; gap: 7px; padding-right: 10px; }
  .route-row-actions { justify-content: flex-end; padding: 0 10px 10px; }
  .route-move-controls { justify-content: flex-end; padding: 0 10px 10px; }
  .route-edit-bar { align-items: stretch; flex-direction: column; }
  .route-edit-bar > div { display: grid; grid-template-columns: 1fr 1fr; }
  .dashboard-sync-bar { align-items: flex-end; flex-direction: column; gap: 3px; }
  .dashboard-sync-bar span { max-width: 100%; overflow-wrap: anywhere; text-align: right; }
  .route-contact, .route-coordination, .route-state { display: none; }
  .route-main strong { font-size: 14px; }
  .coordinator-header { flex-wrap: wrap; gap: 9px 12px; }
  .coordinator-header > div:first-child { flex: 1 1 220px; }
  .coordinator-header .user-chip { flex: 0 0 auto; margin-left: auto; }
  .coordinator-shell { width: min(1120px,calc(100% - 22px)); }
  .coordination-brief { grid-template-columns: 1fr; align-items: start; padding: 24px 20px; }
  .coordination-brief dl { width: 100%; }
  .coordinator-now-next { grid-template-columns: 1fr; }
  .coordination-task { grid-template-columns: 48px minmax(0,1fr); gap: 13px; padding: 16px 13px; }
  .coordination-task-order { padding-right: 11px; }
  .coordination-task-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .coordination-task-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .coordination-task-actions .btn { grid-column: 1 / -1; min-height: 48px; }
  .coordinator-filters { width: 100%; }
  .final-question-panel li { grid-template-columns: 30px 1fr; }
  .question-order-controls { grid-column: 1 / -1; justify-content: flex-end; }
  .admin-company-head { align-items: flex-start; }
  .admin-company-head h1 { font-size: 33px; }
  .state-stamp { min-width: 75px; min-height: 67px; font-size: 12px; }
  .detail-panel, .coordination-panel { padding: 21px 17px; }
  .detail-list > div { grid-template-columns: 1fr; gap: 5px; }
  .host-header { padding-inline: 13px; }
  .host-hero { grid-template-columns: 1fr; gap: 10px; }
  .host-company h1 { font-size: 43px; }
  .host-guest { display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; }
  .host-guest em { grid-column: 2; }
  .eta-board { min-width: 0; }
  .prompt-sheet, .map-panel { padding: 20px 16px; }
  .host-questions li { grid-template-columns: 38px 1fr; gap: 7px; padding: 16px 0; }
  .host-questions p { font-size: 20px; }
  .followup-note { grid-template-columns: auto 1fr; }
  .followup-note p { grid-column: 1 / -1; }
  .host-actions { gap: 8px; }
  .host-actions .btn { min-height: 56px; font-size: 16px; }
  .btn-skip { padding-inline: 13px; }
  .error-sign { padding: 40px 24px; }
  .error-actions { display: grid; }
}

@media (max-width: 420px) {
  .coordination-brief { padding: 21px 14px; }
  .coordination-brief dl { gap: 6px; }
  .coordination-brief dl div { padding: 11px 8px; }
  .coordination-brief dt { font-size: 10px; }
  .coordination-brief dd { font-size: 27px; }
  .coordinator-now-next article { padding: 19px 15px 18px 61px; }
  .coordinator-now-next article::before { left: 17px; }
  .coordination-task-actions { grid-template-columns: 1fr; }
  .coordination-task-actions .btn { grid-column: auto; }
  .submit-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .blueprint-grid, .topbar, .control-header, .host-actions, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
  .paper-card, .now-card, .next-card { box-shadow: none; }
}
