:root {
  --font:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", sans-serif;
  --serif: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --ink: #202124;
  --muted: #6b7280;
  --line: #e4e7eb;
  --page: #f3f5f7;
  --shadow: 0 18px 48px rgba(19, 28, 38, 0.1);
}
* {
  box-sizing: border-box;
}
html {
  background: #dfe3e8;
}
body {
  margin: 0;
  font: 15px/1.62 var(--font);
  color: var(--ink);
  background: #dfe3e8;
}
a {
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
}
:focus-visible {
  outline: 2px solid #2367d1;
  outline-offset: 2px;
}
.site-window {
  min-height: calc(100vh - 78px);
  background: #fff;
}
.site-main {
  min-height: 650px;
}
.browser-chrome {
  height: 78px;
  background: #e8ebef;
  border-bottom: 1px solid #c8cdd3;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 30;
}
.browser-tabs {
  height: 30px;
  display: flex;
  align-items: end;
  padding: 0 12px;
  gap: 4px;
}
.browser-tab {
  height: 28px;
  min-width: 230px;
  padding: 6px 15px;
  background: #fff;
  border-radius: 9px 9px 0 0;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browser-plus {
  padding: 3px 12px;
  color: #58606a;
}
.browser-toolbar {
  height: 48px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
}
.browser-control {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 23px;
  color: #48515c;
}
.browser-control.muted {
  opacity: 0.4;
}
.address-bar {
  height: 34px;
  flex: 1;
  min-width: 180px;
  border-radius: 18px;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  font-size: 12px;
  color: #535b64;
  overflow: hidden;
  white-space: nowrap;
}
.lockmark {
  font-size: 9px;
  color: #64806c;
}
.chrome-search {
  display: flex;
  width: 250px;
  gap: 6px;
}
.chrome-search input {
  min-width: 0;
  flex: 1;
  border: 1px solid #d5d9de;
  border-radius: 6px;
  padding: 6px 9px;
}
.chrome-search button {
  border: 0;
  background: #4b5563;
  color: #fff;
  border-radius: 6px;
  padding: 0 11px;
}
.photo-frame {
  margin: 0;
}
.photo-frame img {
  width: 100%;
  display: block;
}
.photo-frame figcaption {
  font-size: 11px;
  color: #818994;
  margin-top: 7px;
}
.site-photo {
  width: 100%;
  display: block;
  object-fit: cover;
}
.avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #d8dee8;
  color: #344054;
  font-weight: 700;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 26px 0;
}
.pagination a {
  padding: 8px 14px;
  border: 1px solid #dfe3e7;
  text-decoration: none;
  background: #fff;
}
.generic-footer,
.simple-header {
  padding: 20px 5vw;
}
.simple-header {
  border-bottom: 1px solid #ddd;
}
.generic-footer {
  border-top: 1px solid #ddd;
  color: #777;
  font-size: 13px;
}
.generic-footer a {
  margin-left: 14px;
}
/* WEBMAIL */
.site-index {
  background: #f7f5f2;
}
.site-index .site-window {
  background: #f7f5f2;
}
.mail-appbar {
  height: 66px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid #e8e4df;
  gap: 24px;
}
.mail-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
}
.logo-square {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #b96f4f;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.mail-app-search {
  height: 40px;
  max-width: 610px;
  flex: 1;
  background: #f3f0ed;
  border-radius: 9px;
  color: #877c73;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.mail-user {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.webmail-layout {
  display: grid;
  grid-template-columns: 215px 460px minmax(390px, 1fr);
  min-height: 720px;
  background: #f7f5f2;
}
.webmail-layout.inbox-only {
  grid-template-columns: 215px minmax(620px, 1fr) 320px;
}
.mail-nav {
  padding: 18px 10px;
  background: #f4f0ec;
  border-right: 1px solid #e3ddd7;
}
.compose {
  border: 0;
  background: #fff;
  box-shadow: 0 3px 12px rgba(58, 45, 35, 0.12);
  border-radius: 14px;
  padding: 13px 23px;
  margin: 2px 8px 16px;
  font-weight: 700;
}
.mail-folders,
.mail-labels {
  display: grid;
  gap: 2px;
}
.mail-folders a,
.mail-labels a {
  display: flex;
  justify-content: space-between;
  padding: 9px 14px;
  text-decoration: none;
  border-radius: 0 18px 18px 0;
}
.mail-folders a.active {
  background: #ead7cc;
  color: #8e4f36;
  font-weight: 700;
}
.mail-folders em {
  font-style: normal;
}
.mail-labels {
  margin-top: 25px;
}
.mail-labels h4 {
  margin: 0 14px 7px;
  font-size: 12px;
  color: #82766f;
}
.mail-quota {
  margin: 30px 14px 0;
  font-size: 12px;
  color: #837970;
}
.mail-quota div {
  height: 5px;
  background: #ded7d1;
  border-radius: 4px;
  margin: 8px 0;
}
.mail-quota i {
  display: block;
  height: 100%;
  background: #af7055;
  border-radius: 4px;
}
.inbox-panel {
  background: #fff;
  border-right: 1px solid #e7e3df;
  min-width: 0;
}
.inbox-toolbar {
  height: 48px;
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #ece8e4;
  color: #777;
  font-size: 12px;
}
.inbox-toolbar b {
  margin-left: auto;
}
.inbox-list {
  overflow: hidden;
}
.inbox-item {
  display: grid;
  grid-template-columns: 30px 105px minmax(0, 1fr) 80px;
  gap: 8px;
  align-items: center;
  padding: 13px 11px;
  border-bottom: 1px solid #ece9e5;
  text-decoration: none;
  background: #fafafa;
}
.inbox-item.unread {
  background: #fff;
}
.inbox-item.selected {
  box-shadow: inset 4px 0 #b96f4f;
  background: #f7eee9;
}
.inbox-item b {
  white-space: nowrap;
}
.mail-star {
  color: #c6bdb7;
}
.mail-subject {
  display: flex;
  min-width: 0;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.mail-subject strong {
  font-weight: 600;
}
.mail-subject em {
  font-style: normal;
  color: #8a817a;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox-item time {
  font-size: 12px;
  color: #7b746e;
  text-align: right;
}
.mail-reader {
  background: #fff;
  padding: 0 28px 40px;
}
.reader-tools {
  height: 48px;
  border-bottom: 1px solid #ebe8e5;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #777;
  font-size: 13px;
}
.reader-tools a {
  text-decoration: none;
  margin-right: 6px;
}
.mail-reader h1 {
  font-weight: 500;
  font-size: 25px;
  margin: 26px 0 18px;
}
.sender-line {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sender-line div {
  display: flex;
  flex-direction: column;
}
.sender-line small {
  color: #888;
}
.sender-line time {
  margin-left: auto;
  color: #777;
  font-size: 12px;
}
.mail-copy {
  padding: 24px 48px 10px;
  font-size: 16px;
}
.mail-copy > p {
  white-space: pre-line;
}
.mail-action-card {
  border: 1px solid #ead6cc;
  background: #fcf8f5;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 26px 0;
}
.mail-action-card p {
  margin: 5px 0;
  color: #75675e;
}
.mail-action-card a {
  color: #9b5c42;
}
.attachment-preview {
  border: 1px solid #e1dedb;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 25px 0;
  background: #faf9f7;
}
.pdf-page {
  width: 145px;
  height: 185px;
  background: #fff;
  border: 1px solid #dcd8d3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 18px;
  color: #46403a;
  flex: none;
}
.pdf-page span {
  font-size: 8px;
  letter-spacing: 0.18em;
}
.pdf-page b {
  display: block;
  margin: 14px 0;
  font-family: var(--serif);
}
.pdf-page p,
.pdf-page small {
  font-size: 9px;
}
.row-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.row-actions a {
  color: #9b5b42;
}
.reply-box {
  margin: 28px 48px 0;
  border: 1px solid #ddd8d4;
  border-radius: 12px;
  padding: 18px;
  color: #9b938d;
}
.mail-preview {
  padding: 28px 22px;
  border-left: 1px solid #e2ddd8;
  background: #f7f3ef;
}
.mail-preview h2 {
  margin: 0 0 15px;
}
.preview-thread {
  border-left: 3px solid #c7957c;
  padding-left: 15px;
  margin: 22px 0;
}
.preview-thread p {
  margin: 3px 0 15px;
  color: #5f5852;
}
.preview-thread span {
  font-size: 12px;
  color: #aa5a43;
}
.preview-link {
  display: block;
  background: #fff;
  border: 1px solid #ded8d2;
  padding: 11px 12px;
  text-decoration: none;
  margin: 8px 0;
}
.drive-shell {
  display: grid;
  grid-template-columns: 215px 1fr;
  min-height: 720px;
}
.drive-main,
.album-main {
  background: #fff;
  padding: 28px 34px;
}
.drive-top,
.album-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 25px;
}
.drive-top h1,
.album-head h1 {
  font-size: 27px;
  margin: 4px 0;
}
.crumb {
  font-size: 12px;
  color: #8b817a;
}
.drive-actions {
  display: flex;
  gap: 8px;
}
.drive-actions button,
.album-head button {
  background: #fff;
  border: 1px solid #dedbd7;
  padding: 9px 12px;
  border-radius: 8px;
}
.drive-filter {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #ece8e4;
  margin-bottom: 6px;
}
.drive-filter span {
  padding: 10px 2px;
}
.drive-filter .active {
  border-bottom: 2px solid #b96f4f;
  color: #8e4f36;
}
.drive-table {
  border: 1px solid #e6e2de;
  border-radius: 10px;
  overflow: hidden;
}
.drive-row {
  display: grid;
  grid-template-columns: minmax(300px, 1.5fr) 150px 150px 100px;
  align-items: center;
  min-height: 64px;
  padding: 0 18px;
  border-bottom: 1px solid #ece9e6;
  text-decoration: none;
  color: #5d5752;
}
.drive-row:last-child {
  border-bottom: 0;
}
.drive-row.head {
  min-height: 42px;
  background: #faf9f7;
  color: #8d8680;
  font-size: 12px;
}
.drive-name {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #302b28;
}
.file-icon {
  width: 40px;
  height: 42px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
}
.file-icon.pdf {
  background: #c65347;
}
.file-icon.album {
  background: #617ba2;
}
.file-icon.policy {
  background: #4a887b;
}
.file-icon.photo {
  background: #b48754;
}
.drive-info {
  margin-top: 18px;
  background: #faf8f5;
  border: 1px solid #ebe5df;
  padding: 16px;
}
.drive-info p {
  margin: 4px 0;
  color: #756d67;
}
.album-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 20px;
  background: #171717;
  padding: 18px;
}
.album-photo {
  height: 540px;
  object-fit: contain;
  background: #111;
}
.album-stage figcaption {
  display: none;
}
.photo-meta {
  color: #ddd;
  padding: 16px;
}
.photo-meta span {
  display: block;
  color: #aaa;
  font-size: 12px;
}
.album-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0;
}
.album-timeline div {
  border: 1px solid #e6e1dc;
  padding: 14px;
}
.album-timeline b,
.album-timeline span {
  display: block;
}
.album-timeline span {
  font-size: 12px;
  color: #7c746d;
}
.album-timeline .missing {
  border-style: dashed;
  background: #faf7f4;
}
.album-comment {
  display: flex;
  gap: 12px;
  background: #f7f4f0;
  padding: 16px;
}
.album-comment p {
  margin: 0;
}
.single-photo {
  background: #1e1e1e;
  padding: 22px;
  text-align: center;
}
.luggage-photo {
  max-height: 600px;
  object-fit: contain;
}
.single-photo figcaption {
  color: #aaa;
}
.photo-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e4dfda;
  margin-top: 18px;
}
.photo-details div {
  padding: 17px;
  border-right: 1px solid #e4dfda;
}
.photo-details div:last-child {
  border: 0;
}
.photo-details p {
  color: #6d655f;
}
/* QIAN TRAVEL */
.site-qian,
.site-qian-archive {
  background: #f8f5ef;
  color: #27241f;
}
.qian-header {
  background: #fff;
  border-bottom: 1px solid #e6dfd4;
}
.qian-top {
  height: 32px;
  background: #27352f;
  color: #e9eee8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.qian-nav {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 5vw;
}
.qian-wordmark {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-width: 180px;
}
.qian-wordmark b {
  font: 700 28px var(--serif);
}
.qian-wordmark small {
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #736e63;
}
.qian-nav nav {
  display: flex;
  gap: 26px;
}
.qian-nav nav a {
  text-decoration: none;
  font-size: 14px;
}
.qian-account {
  margin-left: auto;
  border: 1px solid #aaa08e;
  padding: 9px 15px;
  text-decoration: none;
}
.qian-footer {
  background: #27352f;
  color: #e7ece7;
  padding: 40px 5vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
}
.qian-footer p {
  margin: 4px 0;
  color: #aebbb4;
}
.qian-footer div:nth-child(2) {
  display: grid;
  gap: 6px;
}
.qian-footer a {
  color: #d7dfdb;
  text-decoration: none;
}
.qian-footer small {
  color: #98aaa0;
}
.travel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  min-height: 560px;
}
.travel-photo {
  position: relative;
  overflow: hidden;
}
.travel-hero-img {
  height: 560px;
  object-fit: cover;
}
.travel-photo figcaption {
  display: none;
}
.travel-overlay {
  position: absolute;
  inset: 0;
  padding: 70px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(0deg, rgba(18, 27, 22, 0.68), transparent 60%);
}
.travel-overlay span {
  font-size: 11px;
  letter-spacing: 0.16em;
}
.travel-overlay h1 {
  font: 700 clamp(40px, 5vw, 67px) / 1.1 var(--serif);
  margin: 10px 0;
}
.travel-overlay p {
  font-size: 18px;
}
.travel-overlay a {
  align-self: flex-start;
  background: #fff;
  color: #25332d;
  padding: 11px 20px;
  text-decoration: none;
  margin-top: 10px;
}
.travel-bookbox {
  padding: 52px 35px;
  background: #efe7d8;
}
.travel-bookbox h2 {
  font: 700 30px var(--serif);
  margin-top: 0;
}
.price b {
  font-size: 38px;
}
.price span {
  color: #766e62;
}
.travel-bookbox dl {
  margin: 30px 0;
  border-top: 1px solid #d7cbbb;
}
.travel-bookbox dl div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #d7cbbb;
}
.travel-bookbox a {
  display: block;
  background: #27352f;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
}
.travel-intro {
  padding: 75px 7vw;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  background: #fff;
}
.section-kicker,
.travel-title > span,
.travel-title span {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #887657;
}
.travel-intro h2,
.travel-title h1 {
  font: 700 39px/1.25 var(--serif);
  margin: 9px 0;
}
.travel-intro p {
  font-size: 17px;
  color: #6f675d;
  max-width: 680px;
}
.travel-numbers {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.travel-numbers div {
  text-align: center;
}
.travel-numbers b {
  display: block;
  font: 600 46px var(--serif);
}
.travel-numbers span {
  font-size: 12px;
  color: #81786d;
}
.travel-cards {
  padding: 0 7vw 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e4ddd2;
}
.travel-cards a {
  background: #f8f5ef;
  padding: 28px;
  text-decoration: none;
  min-height: 195px;
}
.travel-cards span {
  font: 700 22px var(--serif);
}
.travel-cards p {
  color: #726a61;
}
.travel-cards em {
  font-style: normal;
  color: #6b806f;
}
.travel-route-tease {
  padding: 45px 7vw;
  background: #27352f;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.travel-route-tease h2 {
  font: 700 31px var(--serif);
  margin: 5px 0;
}
.travel-route-tease p {
  color: #bcc7c0;
}
.travel-route-tease a {
  border: 1px solid #84958b;
  padding: 11px 18px;
  text-decoration: none;
}
.travel-page {
  display: grid;
  grid-template-columns: 260px 1fr;
  max-width: 1180px;
  margin: auto;
  padding: 50px 30px 80px;
  gap: 55px;
}
.travel-side {
  border-top: 3px solid #27352f;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.travel-side b {
  font: 700 23px var(--serif);
}
.travel-side span {
  color: #7f776d;
}
.travel-side a {
  padding: 10px 0;
  border-top: 1px solid #ded7cd;
  text-decoration: none;
}
.itinerary .travel-title {
  padding-bottom: 24px;
}
.day-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 25px;
  padding: 25px 0;
  border-top: 1px solid #ddd5ca;
}
.day-no {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #756c5d;
}
.day-row h2 {
  font: 700 25px var(--serif);
  margin: 0;
}
.day-row p {
  margin: 5px 0;
  color: #746d63;
}
.day-change {
  background: #f1e7d8;
  padding-left: 18px;
  padding-right: 18px;
}
.revision-badge {
  background: #b17950;
  color: #fff;
  padding: 4px 8px;
  font-size: 11px;
  align-self: start;
}
.partners-page {
  max-width: 1180px;
  margin: auto;
  padding: 60px 30px 90px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}
.partner-grid a {
  background: #fff;
  padding: 28px;
  border: 1px solid #ddd5ca;
  text-decoration: none;
  min-height: 280px;
}
.partner-grid > a > b {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #817868;
}
.partner-grid h2 {
  font: 700 27px var(--serif);
}
.partner-grid p {
  color: #6f685e;
}
.partner-grid span {
  display: block;
  margin-top: 50px;
  color: #597264;
}
.partner-note {
  margin-top: 30px;
  border-left: 4px solid #758777;
  padding: 15px 22px;
  background: #eef1ec;
}
.support-console {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 260px;
  min-height: 720px;
  background: #f5f6f5;
}
.ticket-list {
  background: #fff;
  border-right: 1px solid #dfe2df;
  padding: 22px 12px;
}
.support-title {
  padding: 5px 10px 18px;
}
.support-title b,
.support-title span {
  display: block;
}
.support-title span {
  font-size: 12px;
  color: #747b76;
}
.new-ticket {
  width: 100%;
  border: 0;
  background: #27352f;
  color: #fff;
  padding: 10px;
  margin-bottom: 14px;
}
.ticket {
  display: block;
  padding: 14px 10px;
  border-top: 1px solid #eceeec;
  text-decoration: none;
}
.ticket.active {
  background: #eef2ef;
  border-left: 3px solid #6f856f;
}
.ticket span,
.ticket small {
  display: block;
  color: #858b87;
  font-size: 11px;
}
.service-hours {
  margin: 30px 10px 0;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.service-hours p {
  margin: 3px 0;
}
.online-dot {
  color: #4d855b;
}
.ticket-room {
  padding: 28px 35px;
  background: #fff;
}
.ticket-room header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4e2;
  padding-bottom: 18px;
}
.ticket-room header span {
  font-size: 11px;
  color: #7b827e;
}
.ticket-room h1 {
  font-size: 24px;
  margin: 5px 0;
}
.ticket-state {
  border: 1px solid #d6b984;
  background: #fff8e6;
  padding: 7px 12px;
  align-self: flex-start;
}
.ticket-context {
  display: flex;
  gap: 25px;
  padding: 13px 0;
  background: #f8f9f8;
  border-bottom: 1px solid #eceeec;
}
.ticket-context span {
  font-size: 12px;
}
.chat-log {
  padding: 30px 0;
  min-height: 360px;
}
.bubble {
  max-width: 72%;
  padding: 13px 16px;
  margin-bottom: 18px;
  border-radius: 4px 14px 14px 14px;
  background: #f0f2f1;
}
.bubble.me {
  margin-left: auto;
  background: #e9f0ea;
  border-radius: 14px 4px 14px 14px;
}
.bubble small {
  color: #7b827d;
}
.bubble p {
  margin: 5px 0;
}
.bubble span {
  font-size: 10px;
  color: #919791;
}
.alert-bubble {
  border-left: 3px solid #aa7353;
}
.support-compose {
  border: 1px solid #dce0dd;
  background: #fff;
}
.support-compose textarea {
  border: 0;
  width: 100%;
  min-height: 100px;
  padding: 14px;
  resize: vertical;
}
.support-compose > div {
  border-top: 1px solid #eceeec;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #838985;
  font-size: 12px;
}
.support-compose button {
  background: #27352f;
  color: #fff;
  border: 0;
  padding: 8px 18px;
}
.ticket-detail {
  border-left: 1px solid #dfe2df;
  background: #fafbfa;
  padding: 25px 20px;
}
.ticket-detail h3 {
  font-size: 14px;
}
.ticket-detail dl div {
  padding: 9px 0;
  border-bottom: 1px solid #e5e7e5;
}
.ticket-detail dt {
  font-size: 11px;
  color: #888;
}
.ticket-detail dd {
  margin: 2px 0;
}
.ticket-detail a {
  display: block;
  padding: 8px 0;
  color: #4d6c5c;
}
.travel-content {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-width: 1120px;
  margin: auto;
  padding: 55px 30px 90px;
  gap: 45px;
}
.travel-menu {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #27352f;
}
.travel-menu a {
  padding: 11px 7px;
  border-bottom: 1px solid #ddd6cc;
  text-decoration: none;
}
.travel-article {
  max-width: 750px;
}
.travel-article > .travel-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd6cc;
}
.travel-article > .travel-title p {
  font-size: 17px;
  color: #686158;
}
.info-specs > div {
  display: grid;
  grid-template-columns: 170px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #e2dcd2;
}
.info-specs h3 {
  font: 700 19px var(--serif);
  margin: 0;
}
.info-specs p {
  margin: 0;
  color: #6f675e;
}
.testimonial {
  background: #eceee9;
  padding: 24px;
  margin-top: 30px;
}
.testimonial blockquote {
  font: 20px var(--serif);
}
.route-box {
  margin-top: 30px;
  background: #29372f;
  color: #fff;
  padding: 28px;
}
.route-box span,
.route-box b {
  display: block;
}
.route-box b {
  font-size: 24px;
}
.route-box p {
  color: #d5ded8;
}
.account-shell {
  display: grid;
  grid-template-columns: 235px 1fr;
  max-width: 1150px;
  margin: 35px auto 70px;
  border: 1px solid #ded7cd;
  background: #fff;
  min-height: 620px;
}
.account-shell aside {
  padding: 25px 15px;
  background: #f1ede6;
  display: flex;
  flex-direction: column;
}
.account-shell aside b {
  font-size: 20px;
  margin: 0 8px 20px;
}
.account-shell aside a {
  padding: 9px 10px;
  text-decoration: none;
}
.account-shell aside .active {
  background: #fff;
}
.account-shell aside hr {
  border: 0;
  border-top: 1px solid #dad3c9;
  width: 100%;
}
.account-main {
  padding: 38px;
}
.account-title h1 {
  font: 700 34px var(--serif);
  margin: 6px 0;
}
.lookup-bar {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 20px;
  background: #f7f5f1;
  margin: 25px 0;
}
.lookup-bar label {
  display: grid;
  gap: 5px;
  flex: 1;
}
.lookup-bar input {
  padding: 11px;
  border: 1px solid #cbc4b9;
}
.lookup-bar button {
  padding: 11px 25px;
  background: #27352f;
  color: #fff;
  border: 0;
}
.form-error,
.portal-error,
.food-error,
.np-error {
  padding: 12px;
  background: #fff0ed;
  color: #9a473c;
  margin: 12px 0;
}
.order-card {
  border: 1px solid #dcd5ca;
}
.order-card header {
  display: flex;
  justify-content: space-between;
  padding: 17px;
  background: #f7f5f1;
}
.order-card header span {
  display: block;
  color: #777;
}
.order-card header em {
  font-style: normal;
  color: #9d6647;
}
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.compare section {
  padding: 26px;
}
.current-version {
  background: #fbf0e8;
}
.compare h3 {
  font: 700 26px var(--serif);
}
.revision-log {
  padding: 18px;
  border-top: 1px solid #ddd5ca;
}
.account-help {
  margin-top: 25px;
  color: #6f675d;
}
/* FORUM */
.site-forum {
  background: #f2f5f7;
}
.forum-header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #dde2e6;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  gap: 28px;
}
.forum-logo {
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
  color: #243846;
}
.forum-logo small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #82909a;
}
.forum-search {
  height: 38px;
  width: 310px;
  background: #f1f4f6;
  border-radius: 20px;
  color: #8a969e;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.forum-header nav {
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.forum-header nav a {
  text-decoration: none;
}
.forum-footer {
  padding: 28px 6vw;
  background: #243846;
  color: #dce5ea;
  display: flex;
  gap: 30px;
}
.forum-home,
.forum-layout {
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
}
.feed-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.feed-head h1 {
  font-size: 27px;
  margin: 0;
}
.feed-head p {
  color: #71808a;
}
.feed-sort {
  font-size: 12px;
  color: #7c8992;
}
.forum-filter {
  display: flex;
  gap: 4px;
  background: #fff;
  border: 1px solid #dde3e7;
  padding: 8px;
  margin: 18px 0;
}
.forum-filter a {
  padding: 8px 12px;
  text-decoration: none;
  color: #697984;
}
.forum-filter a.active {
  background: #3f657c;
  color: #fff;
}
.feed-list {
  background: #fff;
  border: 1px solid #dfe4e7;
}
.feed-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  padding: 20px;
  border-bottom: 1px solid #e8ecef;
}
.feed-item:last-child {
  border: 0;
}
.forum-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #dae6ec;
  color: #3f6073;
  font-weight: 700;
  flex: none;
}
.feed-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #829099;
}
.feed-meta a {
  font-weight: 700;
  text-decoration: none;
  color: #435d6d;
}
.feed-title {
  display: block;
  font-size: 18px;
  font-weight: 750;
  text-decoration: none;
  margin: 5px 0;
}
.feed-copy p {
  margin: 4px 0;
  color: #5f6e77;
}
.feed-foot {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #84929b;
}
.feed-foot a {
  color: #496b7d;
}
.forum-sidebar section,
.forum-aside section {
  background: #fff;
  border: 1px solid #dfe4e7;
  padding: 18px;
  margin-bottom: 15px;
}
.forum-sidebar h3,
.forum-aside h3 {
  margin-top: 0;
}
.forum-sidebar section > a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 7px;
  padding: 9px 0;
  border-top: 1px solid #edf0f2;
  text-decoration: none;
}
.forum-sidebar section > a em {
  font-style: normal;
  color: #8c9aa2;
}
.tag-cloud {
  line-height: 2;
  color: #5f7280;
}
.community-rule p {
  color: #73828b;
}
.thread-breadcrumb {
  font-size: 12px;
  color: #71818b;
  margin-bottom: 12px;
}
.thread {
  background: #fff;
  border: 1px solid #dfe4e7;
}
.thread header {
  display: flex;
  gap: 15px;
  padding: 22px;
  border-bottom: 1px solid #e7ecef;
}
.thread h1 {
  margin: 0;
  font-size: 26px;
}
.thread header p {
  margin: 5px 0;
  color: #829099;
}
.thread header p span {
  background: #eef3f6;
  padding: 2px 6px;
}
.thread-copy {
  padding: 28px 35px;
  font-size: 17px;
  min-height: 170px;
}
.thread footer {
  border-top: 1px solid #e7ecef;
  padding: 12px 20px;
  display: flex;
  gap: 20px;
  color: #74848e;
}
.replies {
  background: #fff;
  border: 1px solid #dfe4e7;
  margin-top: 15px;
}
.replies h2 {
  font-size: 17px;
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid #e7ecef;
}
.reply {
  display: flex;
  gap: 13px;
  padding: 17px;
  border-bottom: 1px solid #edf0f2;
}
.reply p {
  margin: 3px 0;
}
.reply small {
  color: #89979f;
}
.forum-aside section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.forum-aside section > a {
  padding: 8px 0;
  border-top: 1px solid #edf0f2;
  text-decoration: none;
}
.forum-link-card,
.forum-notice {
  background: #fff;
  border: 1px solid #dfe4e7;
  padding: 18px;
  margin-top: 15px;
}
.forum-link-card a {
  color: #3d6c84;
}
/* HOTEL */
.site-hotel {
  background: #f7f7f5;
  color: #25282c;
}
.hotel-header {
  height: 88px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid #dfe1df;
}
.hotel-brand a {
  text-decoration: none;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hotel-brand a span {
  font:
    600 22px Georgia,
    serif;
  letter-spacing: 0.11em;
}
.hotel-brand a b {
  font-size: 16px;
}
.hotel-brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #818789;
}
.hotel-header nav {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
.hotel-header nav a {
  text-decoration: none;
  font-size: 13px;
}
.hotel-book {
  border: 1px solid #27343b;
  padding: 9px 15px;
  margin-left: 28px;
  text-decoration: none;
}
.hotel-footer {
  background: #20292e;
  color: #dbe0e3;
  padding: 32px 5vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hotel-hero {
  position: relative;
  height: 620px;
}
.hotel-hero .photo-frame,
.hotel-hero-img {
  height: 100%;
}
.hotel-hero-img {
  object-fit: cover;
}
.hotel-hero figcaption {
  display: none;
}
.hotel-hero-copy {
  position: absolute;
  left: 6vw;
  bottom: 120px;
  color: #fff;
  text-shadow: 0 2px 12px #000;
}
.hotel-hero-copy span {
  font-size: 11px;
  letter-spacing: 0.18em;
}
.hotel-hero-copy h1 {
  font:
    500 49px Georgia,
    var(--serif);
  max-width: 650px;
  margin: 8px 0;
}
.hotel-hero-copy a {
  display: inline-block;
  background: #fff;
  color: #243138;
  padding: 11px 18px;
  text-decoration: none;
  text-shadow: none;
}
.hotel-search {
  position: absolute;
  left: 6vw;
  right: 6vw;
  bottom: -35px;
  background: #fff;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  padding: 20px;
  gap: 1px;
}
.hotel-search label {
  display: grid;
  font-size: 10px;
  color: #7b8083;
  border-right: 1px solid #e5e6e5;
  padding: 0 18px;
}
.hotel-search input,
.hotel-search select {
  border: 0;
  padding: 8px 0;
  font-size: 15px;
  background: #fff;
}
.hotel-search button {
  border: 0;
  background: #27343b;
  color: #fff;
  padding: 0 30px;
}
.hotel-intro {
  padding: 95px 7vw 55px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
}
.hotel-intro span {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #778085;
}
.hotel-intro h2 {
  font:
    500 38px Georgia,
    var(--serif);
  margin: 5px 0;
}
.hotel-intro p {
  color: #6a7073;
}
.hotel-intro dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hotel-intro dl div {
  border-left: 1px solid #dcdedd;
  padding: 8px 18px;
}
.hotel-intro dt {
  font-size: 11px;
  color: #80878b;
}
.hotel-intro dd {
  margin: 5px 0;
  font-size: 18px;
}
.hotel-services {
  padding: 0 7vw 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.hotel-services a {
  border: 1px solid #dfe1df;
  padding: 25px;
  text-decoration: none;
  background: #fff;
}
.hotel-services b {
  font:
    500 21px Georgia,
    var(--serif);
}
.hotel-services p {
  color: #71777a;
}
.hotel-page {
  max-width: 1160px;
  margin: auto;
  padding: 55px 30px 90px;
}
.hotel-page-title span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #777;
}
.hotel-page-title h1 {
  font:
    500 40px Georgia,
    var(--serif);
  margin: 5px 0 30px;
}
.hotel-room-feature {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.hotel-room-feature .photo-frame {
  height: 420px;
}
.hotel-pool-img {
  height: 420px;
  object-fit: cover;
}
.hotel-room-feature figcaption {
  display: none;
}
.hotel-room-feature h2 {
  font:
    500 30px Georgia,
    var(--serif);
}
.hotel-room-feature p,
.hotel-room-feature li {
  color: #687075;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  border-top: 1px solid #dfe1df;
  border-left: 1px solid #dfe1df;
}
.amenity-grid div {
  padding: 22px;
  border-right: 1px solid #dfe1df;
  border-bottom: 1px solid #dfe1df;
}
.amenity-grid p {
  color: #6e7579;
}
.review-summary {
  display: grid;
  grid-template-columns: 260px 1fr;
  background: #252f34;
  color: #fff;
  padding: 30px;
}
.review-summary > div:first-child b {
  font:
    500 55px Georgia,
    serif;
}
.review-summary > div:first-child span {
  color: #aeb8bd;
}
.review-summary > div:nth-child(2) {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 9px;
  align-items: center;
}
.review-summary i {
  height: 5px;
  background: #9dadae;
  position: relative;
}
.review-summary i:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 80%;
  background: #fff;
}
.hotel-review-list {
  background: #fff;
  padding: 35px;
  max-width: 850px;
}
.hotel-review-list h1 {
  font:
    500 34px Georgia,
    serif;
}
.hotel-review-list article {
  padding: 20px 0;
  border-top: 1px solid #e3e5e4;
}
.hotel-review-list article > div {
  display: flex;
  justify-content: space-between;
}
.hotel-review-list article span {
  color: #888;
}
.hotel-review-list strong {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.hotel-review-list p {
  color: #5f666a;
}
.hotel-portal {
  display: grid;
  grid-template-columns: 250px 1fr;
  max-width: 1100px;
  margin: 40px auto 80px;
  background: #fff;
  border: 1px solid #dfe1df;
  min-height: 600px;
}
.hotel-portal aside {
  background: #263238;
  color: #d8dfe2;
  padding: 26px 17px;
  display: flex;
  flex-direction: column;
}
.hotel-portal aside b {
  font-size: 19px;
  margin: 0 10px 20px;
}
.hotel-portal aside a {
  padding: 10px;
  text-decoration: none;
}
.hotel-portal aside .active {
  background: #35444b;
}
.hotel-portal aside small {
  margin-top: auto;
  color: #93a1a7;
}
.hotel-portal > section {
  padding: 38px;
}
.portal-title span {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #7d8589;
}
.portal-title h1 {
  font:
    500 34px Georgia,
    serif;
}
.portal-search {
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 18px;
  background: #f3f5f5;
}
.portal-search label {
  display: grid;
  gap: 5px;
  flex: 1;
}
.portal-search input {
  padding: 11px;
  border: 1px solid #cfd4d4;
}
.portal-search button {
  padding: 11px 25px;
  background: #263238;
  color: #fff;
  border: 0;
}
.stay-card {
  border: 1px solid #d8dddd;
  margin-top: 25px;
}
.stay-card header {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  background: #fafafa;
}
.stay-card header span {
  display: block;
  color: #7a8184;
}
.stay-card header em {
  font-style: normal;
}
.stay-open {
  color: #3b7d5d;
}
.stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stay-grid div {
  padding: 20px;
  border-right: 1px solid #e0e3e3;
}
.stay-grid small,
.stay-grid b {
  display: block;
}
.stay-grid b {
  font-size: 19px;
  margin-top: 5px;
}
.stay-note {
  padding: 18px;
  border-top: 1px solid #e0e3e3;
}
.portal-help {
  margin-top: 25px;
  color: #697174;
}
.hotel-legal {
  display: grid;
  grid-template-columns: 230px 1fr;
  max-width: 1050px;
  margin: 50px auto 90px;
  gap: 45px;
}
.hotel-legal aside {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #2a363c;
}
.hotel-legal aside b,
.hotel-legal aside a {
  padding: 12px 7px;
  border-bottom: 1px solid #e0e2e1;
}
.hotel-legal aside a {
  text-decoration: none;
}
.hotel-legal aside .active {
  background: #f1f3f3;
}
.hotel-legal article {
  max-width: 720px;
}
.hotel-legal h1 {
  font:
    500 39px Georgia,
    var(--serif);
}
.hotel-legal h2 {
  font:
    500 25px Georgia,
    var(--serif);
  margin-top: 35px;
}
.hotel-legal p {
  color: #5f686c;
}
.hotel-text-link {
  color: #385a69;
}
.vendor-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dfe1df;
  padding: 20px;
  margin: 25px 0;
}
.vendor-card span {
  display: block;
  color: #777;
}
.document-center {
  display: grid;
  grid-template-columns: 230px 1fr;
  max-width: 1000px;
  margin: 45px auto 90px;
  gap: 35px;
}
.document-center aside {
  background: #f1f2f2;
  padding: 22px;
  height: max-content;
}
.document-center aside span,
.document-center aside a {
  display: block;
  margin-top: 15px;
}
.document-paper {
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  padding: 50px;
  min-height: 650px;
}
.document-paper header {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #303b40;
  padding-bottom: 18px;
}
.document-paper h1 {
  font:
    500 33px Georgia,
    serif;
  margin: 50px 0 30px;
}
.document-paper table {
  width: 100%;
  border-collapse: collapse;
}
.document-paper th,
.document-paper td {
  padding: 14px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.document-paper th {
  width: 160px;
  color: #777;
  font-weight: 500;
}
.document-paper footer {
  margin-top: 80px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  color: #888;
}
.ops-page {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 690px;
  background: #e7e9e8;
}
.ops-copy {
  padding: 80px 7vw;
}
.ops-copy > span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #778084;
}
.ops-copy h1 {
  font:
    500 42px Georgia,
    serif;
}
.ops-copy p {
  color: #60686c;
}
.ops-copy dl {
  margin: 35px 0;
}
.ops-copy dl div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cdd2d0;
  padding: 12px;
}
.ops-copy dd {
  margin: 0;
}
.ops-note {
  background: #d8ddda;
  padding: 18px;
}
.ops-page > .photo-frame {
  height: 690px;
}
.ops-photo {
  height: 690px;
  object-fit: cover;
  filter: saturate(0.7) contrast(0.94);
}
.ops-page figcaption {
  display: none;
}
/* RESTAURANT */
.site-restaurant {
  background: #151414;
  color: #eee7df;
}
.food-header {
  height: 82px;
  background: #161414;
  color: #f0e8df;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid #3a3330;
}
.food-mark {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.food-mark span {
  font: 500 28px var(--serif);
}
.food-mark small {
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #a99688;
}
.food-header nav {
  display: flex;
  gap: 25px;
  margin-left: auto;
}
.food-header nav a {
  text-decoration: none;
  color: #cfc3ba;
  font-size: 13px;
}
.food-book {
  margin-left: 35px;
  border: 1px solid #9a7d68;
  padding: 9px 16px;
  text-decoration: none;
}
.food-footer {
  background: #0d0c0c;
  color: #aa9d93;
  padding: 35px 5vw;
  display: flex;
  justify-content: space-between;
}
.food-hero {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  min-height: 600px;
}
.food-hero > div:first-child {
  position: relative;
}
.food-hero .photo-frame,
.food-hero-img {
  height: 600px;
}
.food-hero-img {
  object-fit: cover;
}
.food-hero figcaption {
  display: none;
}
.food-caption {
  position: absolute;
  bottom: 18px;
  left: 20px;
  background: #111c;
  padding: 6px 10px;
  font-size: 10px;
}
.food-hero-copy {
  padding: 80px 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #211d1b;
}
.food-hero-copy small {
  letter-spacing: 0.17em;
  color: #b49b87;
}
.food-hero-copy h1 {
  font: 500 46px/1.15 var(--serif);
  margin: 13px 0;
}
.food-hero-copy p {
  color: #bcafa5;
}
.food-hero-copy a {
  align-self: flex-start;
  border-bottom: 1px solid #c8aa91;
  padding-bottom: 4px;
  text-decoration: none;
}
.food-intro {
  padding: 45px 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3b3430;
  border-bottom: 1px solid #3b3430;
}
.food-intro span {
  font-size: 11px;
  color: #a89587;
}
.food-intro h2 {
  font: 500 26px var(--serif);
}
.food-intro p {
  color: #aa9c91;
}
.food-intro a {
  border: 1px solid #8f7562;
  padding: 11px 18px;
  text-decoration: none;
}
.food-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 45px 7vw 70px;
  gap: 1px;
  background: #3b3430;
}
.food-links a {
  background: #191616;
  padding: 30px;
  text-decoration: none;
}
.food-links b {
  font: 500 22px var(--serif);
}
.food-links span {
  display: block;
  margin-top: 10px;
  color: #a99a8f;
}
.menu-page {
  max-width: 950px;
  margin: auto;
  padding: 60px 30px 90px;
}
.menu-cover {
  text-align: center;
  border-bottom: 1px solid #4a403a;
  padding-bottom: 35px;
}
.menu-cover span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #a99584;
}
.menu-cover h1 {
  font: 500 48px var(--serif);
  margin: 8px 0;
}
.menu-cover p {
  color: #ad9f95;
}
.menu-sheet {
  max-width: 720px;
  margin: 45px auto;
}
.menu-sheet h2 {
  font: 500 30px var(--serif);
  text-align: center;
}
.menu-line {
  display: grid;
  grid-template-columns: 40px 1fr 230px;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid #39322e;
}
.menu-line span {
  color: #826f61;
}
.menu-line b {
  font: 500 20px var(--serif);
}
.menu-line em {
  font-style: normal;
  color: #9e9188;
  font-size: 12px;
}
.menu-note {
  text-align: center;
  color: #9f9288;
  margin-top: 25px;
}
.menu-recent {
  max-width: 720px;
  margin: auto;
  border-top: 1px solid #4a403a;
  padding-top: 25px;
}
.menu-recent a {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 12px 0;
  border-bottom: 1px solid #332d29;
  text-decoration: none;
}
.menu-recent span {
  color: #8f8075;
}
.menu-history {
  max-width: 900px;
  margin: auto;
  padding: 60px 30px 90px;
}
.menu-history header {
  text-align: center;
}
.menu-history header span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #a79384;
}
.menu-history header h1 {
  font: 500 45px var(--serif);
}
.history-list {
  margin-top: 40px;
  border-top: 1px solid #3d3631;
}
.history-list article {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid #3d3631;
}
.history-list time {
  color: #917e70;
}
.history-list b {
  font: 500 20px var(--serif);
}
.history-list p,
.history-list small {
  color: #9f9289;
}
.site-restaurant .pagination a {
  background: #211d1b;
  border-color: #4c4039;
  color: #ddd;
}
.night-supper {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 680px;
}
.night-copy {
  padding: 85px 6vw;
  background: #1c1816;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.night-copy small {
  letter-spacing: 0.18em;
  color: #a58c7a;
}
.night-copy h1 {
  font: 500 49px var(--serif);
}
.night-copy p {
  color: #b6a89d;
}
.night-quote {
  border-left: 2px solid #a3836b;
  padding-left: 20px;
  margin: 28px 0;
}
.night-quote b {
  font: 500 26px var(--serif);
}
.night-copy > a {
  align-self: flex-start;
  border: 1px solid #8b725f;
  padding: 10px 17px;
  text-decoration: none;
}
.night-supper > .photo-frame,
.supper-photo {
  height: 680px;
}
.supper-photo {
  object-fit: cover;
}
.night-supper figcaption {
  display: none;
}
.booking-page {
  max-width: 1050px;
  margin: 60px auto 90px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  padding: 0 30px;
}
.booking-page h1 {
  font: 500 46px var(--serif);
}
.booking-form {
  border-top: 1px solid #4b4039;
  padding-top: 25px;
}
.booking-form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.booking-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: #b5a79d;
}
.booking-form input,
.booking-form select {
  background: #211d1b;
  border: 1px solid #4e433c;
  color: #eee;
  padding: 11px;
}
.booking-form button {
  width: 100%;
  background: #9c775c;
  color: #fff;
  border: 0;
  padding: 13px;
}
.booking-page aside {
  border: 1px solid #4b4039;
  padding: 25px;
  height: max-content;
}
.booking-page aside p,
.booking-page aside small {
  color: #a99c92;
}
.food-group {
  max-width: 760px;
  margin: 70px auto 100px;
  padding: 0 30px;
}
.food-group header span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #9c887a;
}
.food-group h1 {
  font: 500 43px var(--serif);
}
.food-group > form {
  display: flex;
  gap: 10px;
  background: #211d1b;
  padding: 18px;
}
.food-group label {
  display: grid;
  flex: 1;
}
.food-group input {
  padding: 11px;
  background: #171414;
  border: 1px solid #4e423b;
  color: #fff;
}
.food-group button {
  background: #967259;
  color: #fff;
  border: 0;
  padding: 0 22px;
}
.diet-card {
  border: 1px solid #4c403a;
  margin-top: 25px;
  padding: 25px;
}
.diet-card span,
.diet-card b,
.diet-card p,
.diet-card small {
  display: block;
}
.diet-card span {
  color: #988577;
}
.diet-card p {
  font: 500 26px var(--serif);
}
.diet-card small {
  color: #9b8f86;
}
.food-comments {
  max-width: 820px;
  margin: auto;
  padding: 60px 30px 90px;
}
.food-comments header {
  text-align: center;
}
.food-comments header span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #9b8879;
}
.food-comments h1 {
  font: 500 45px var(--serif);
}
.food-comments > div > article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #3c3530;
}
.food-comments article > span {
  color: #77685f;
}
.food-comments p {
  color: #aa9d94;
}
.kitchen-archive {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 700px;
  background: #e8e9e6;
  color: #202524;
}
.kitchen-archive aside {
  padding: 55px 35px;
  background: #252b29;
  color: #d7dcda;
}
.kitchen-archive aside span {
  font-size: 10px;
  letter-spacing: 0.17em;
  color: #93a29b;
}
.kitchen-archive aside h1 {
  font: 400 36px var(--serif);
}
.kitchen-archive aside p {
  color: #aeb8b4;
}
.kitchen-archive aside a {
  color: #d6ded9;
}
.kitchen-archive section {
  padding: 45px;
}
.kitchen-archive h2 {
  font-size: 20px;
}
.kitchen-archive article {
  padding: 14px 0;
  border-top: 1px solid #c9cecb;
}
.kitchen-archive article time {
  display: block;
  color: #737c77;
}
.kitchen-archive table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.kitchen-archive th,
.kitchen-archive td {
  border: 1px solid #ccd1ce;
  padding: 11px;
  text-align: left;
}
.kitchen-archive th {
  background: #edf0ee;
  font-size: 12px;
}
.archive-foot {
  color: #737d78;
}
/* NEWS */
.site-news {
  background: #f5f2ea;
  color: #1d1d1b;
}
.news-head {
  background: #f7f4ed;
  padding: 0 5vw;
  border-bottom: 1px solid #bbb5aa;
}
.news-meta {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #726e66;
  border-bottom: 1px solid #d7d2c8;
}
.news-mast {
  display: block;
  text-align: center;
  text-decoration: none;
  font: 700 46px/1.2 var(--serif);
  padding: 18px 0 12px;
}
.news-mast small {
  display: block;
  font: 10px var(--font);
  letter-spacing: 0.35em;
  color: #777;
}
.news-head nav {
  display: flex;
  justify-content: center;
  border-top: 3px double #444;
  border-bottom: 1px solid #aaa;
  padding: 7px 0;
  gap: 30px;
}
.news-head nav a {
  text-decoration: none;
  font-size: 13px;
}
.news-footer {
  border-top: 3px double #514d46;
  background: #ece8df;
  padding: 30px 6vw;
  display: flex;
  justify-content: space-between;
}
.news-home {
  max-width: 1100px;
  margin: auto;
  padding: 35px 30px 80px;
}
.news-lead {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #8d887e;
}
.news-lead > article {
  border-right: 1px solid #b8b2a8;
  padding-right: 30px;
}
.news-lead article > span,
.news-lead div > a > span {
  font-size: 10px;
  letter-spacing: 0.12em;
}
.news-lead h1 {
  font: 700 43px/1.15 var(--serif);
  margin: 9px 0;
}
.news-lead a {
  text-decoration: none;
}
.news-lead p {
  font-family: var(--serif);
  color: #57534d;
  font-size: 16px;
}
.news-lead > div > a {
  display: block;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #c9c3b9;
}
.news-lead h2 {
  font: 700 23px/1.25 var(--serif);
  margin: 6px 0;
}
.news-divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #242424;
  border-bottom: 1px solid #aaa;
  padding: 8px 0;
  margin-top: 30px;
}
.news-divider span {
  font-size: 9px;
  letter-spacing: 0.15em;
}
.news-index > a {
  display: grid;
  grid-template-columns: 100px 80px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #c9c4bb;
  text-decoration: none;
}
.news-index time,
.news-index > a > span {
  font-size: 11px;
  color: #716d66;
}
.news-index h2 {
  font: 700 24px var(--serif);
  margin: 0;
}
.news-index p {
  font-family: var(--serif);
  color: #5d5952;
  margin: 5px 0;
}
.news-article-layout {
  max-width: 1100px;
  margin: 45px auto 90px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 55px;
}
.news-path {
  font-size: 11px;
  color: #777;
  border-bottom: 1px solid #bbb;
  padding-bottom: 7px;
}
.news-section {
  display: inline-block;
  margin-top: 25px;
  font-size: 11px;
  border-top: 3px solid #222;
  padding-top: 5px;
}
.news-article h1 {
  font: 700 48px/1.16 var(--serif);
  margin: 12px 0;
}
.news-by {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
  padding-bottom: 12px;
  color: #777;
}
.article-share {
  text-align: right;
  font-size: 11px;
  color: #777;
  padding: 12px 0;
}
.lead-copy {
  font: 18px/1.95 var(--serif);
  min-height: 250px;
}
.news-article footer {
  border-top: 1px solid #bbb;
  padding-top: 15px;
  color: #777;
  font-size: 11px;
}
.retraction-box,
.source-box {
  border: 1px solid #aaa;
  padding: 18px;
  margin: 25px 0;
}
.retraction-box {
  background: #efe8df;
}
.source-box a {
  color: #4a5e68;
}
.news-related {
  border-top: 4px solid #222;
}
.news-related h3 {
  font: 700 19px var(--serif);
}
.news-related a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #c8c2b8;
  text-decoration: none;
}
.news-related span {
  display: block;
  font-size: 10px;
  color: #777;
}
.news-related b {
  font: 700 17px var(--serif);
}
.news-submit,
.news-archive {
  max-width: 960px;
  margin: 50px auto 90px;
  padding: 0 30px;
}
.news-submit header,
.news-archive > span {
  border-top: 4px solid #222;
  padding-top: 12px;
}
.news-submit header > span,
.news-archive > span {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.news-submit h1,
.news-archive h1 {
  font: 700 39px var(--serif);
}
.news-submit-grid {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 40px;
  margin-top: 30px;
}
.news-submit form {
  display: grid;
  gap: 15px;
}
.news-submit label {
  display: grid;
  gap: 5px;
}
.news-submit input,
.news-submit textarea {
  padding: 11px;
  border: 1px solid #aaa;
  background: #fbfaf6;
}
.news-submit textarea {
  min-height: 180px;
}
.news-submit button {
  background: #222;
  color: #fff;
  border: 0;
  padding: 12px;
}
.news-submit aside {
  border-top: 1px solid #999;
  padding-top: 15px;
}
.attachment-file {
  background: #fff;
  border: 1px solid #aaa;
  padding: 30px;
  margin: 30px 0;
}
.attachment-file > b {
  font-family: monospace;
}
.attachment-file dl div {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 11px;
}
.attachment-file dt {
  width: 160px;
  color: #777;
}
.attachment-file dd {
  margin: 0;
}
/* INSURANCE */
.site-insurance {
  background: #eef4f5;
  color: #1e2b30;
}
.ins-header {
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid #d7e0e1;
}
.ins-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.ins-symbol {
  width: 38px;
  height: 38px;
  background: #267468;
  color: #fff;
  border-radius: 5px;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.ins-logo b {
  font-size: 20px;
}
.ins-header nav {
  display: flex;
  gap: 26px;
  margin-left: 55px;
}
.ins-header nav a {
  text-decoration: none;
  font-size: 13px;
}
.ins-account {
  margin-left: auto;
  font-size: 12px;
  color: #64757a;
}
.ins-footer {
  padding: 28px 5vw;
  background: #173d3a;
  color: #cfe0dc;
  display: flex;
  justify-content: space-between;
}
.ins-dashboard {
  max-width: 1120px;
  margin: auto;
  padding: 38px 30px 80px;
}
.policy-hero {
  display: grid;
  grid-template-columns: 1fr 380px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(26, 64, 67, 0.08);
}
.policy-hero > div:first-child {
  padding: 38px;
}
.policy-hero span {
  font-size: 11px;
  color: #638079;
}
.policy-hero h1 {
  font-size: 30px;
  margin: 8px 0;
}
.policy-hero p {
  color: #66777a;
}
.policy-tags {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.policy-tags b,
.policy-tags span {
  padding: 7px 10px;
  background: #edf6f3;
  color: #37675e;
}
.policy-hero .photo-frame,
.policy-photo {
  height: 280px;
}
.policy-photo {
  object-fit: cover;
}
.policy-hero figcaption {
  display: none;
}
.ins-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 20px 0;
}
.ins-actions a {
  background: #fff;
  padding: 22px;
  text-decoration: none;
  border: 1px solid #dbe4e4;
}
.ins-actions span,
.ins-actions b,
.ins-actions em {
  display: block;
}
.ins-actions span {
  font-size: 11px;
  color: #6f8581;
}
.ins-actions b {
  font-size: 18px;
  margin: 8px 0;
}
.ins-actions em {
  font-style: normal;
  color: #277166;
}
.policy-info {
  background: #fff;
  padding: 28px;
}
.policy-info h2 {
  font-size: 20px;
}
.policy-info dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.policy-info dl div {
  border-left: 1px solid #dfe7e7;
  padding-left: 17px;
}
.policy-info dt {
  font-size: 11px;
  color: #758587;
}
.policy-info dd {
  margin: 6px 0;
}
.safety-page {
  max-width: 920px;
  margin: 50px auto 90px;
  padding: 0 30px;
}
.safety-page header span,
.case-center header > span {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #65827d;
}
.safety-page h1 {
  font-size: 34px;
}
.safety-status {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  background: #fff4e8;
  border: 1px solid #e4c69f;
  padding: 20px;
}
.status-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #c7773d;
  color: #fff;
  font-weight: 800;
}
.safety-status p {
  margin: 3px 0;
}
.safety-status > span {
  font-size: 12px;
  color: #9a5c2e;
}
.safety-timeline {
  background: #fff;
  padding: 28px;
  margin-top: 20px;
}
.safety-timeline article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #dfe6e6;
}
.safety-timeline time {
  color: #6f8283;
}
.safety-timeline p {
  color: #607174;
}
.safety-timeline .latest {
  border-left: 3px solid #418378;
  padding-left: 15px;
}
.safety-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #173d3a;
  color: #d8e7e4;
  padding: 18px 22px;
}
.safety-actions p {
  margin: 0;
}
.safety-actions a {
  background: #fff;
  color: #1e5f56;
  padding: 9px 14px;
  text-decoration: none;
}
.help-center {
  display: grid;
  grid-template-columns: 230px 1fr;
  max-width: 1020px;
  margin: 45px auto 90px;
  background: #fff;
}
.help-center aside {
  background: #f3f7f7;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.help-center aside b {
  margin-bottom: 20px;
}
.help-center aside a {
  padding: 10px 0;
  border-top: 1px solid #dde7e6;
}
.help-center aside .active {
  color: #237368;
  font-weight: 700;
}
.help-center article {
  padding: 40px 50px;
}
.help-center h1 {
  font-size: 34px;
}
.help-center h2 {
  font-size: 21px;
  margin-top: 32px;
}
.help-center p,
.help-center li {
  color: #5d6f72;
}
.case-center {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-width: 1080px;
  margin: 45px auto 90px;
  background: #fff;
  border: 1px solid #d8e2e2;
  min-height: 620px;
}
.case-center aside {
  background: #183d3a;
  color: #d9e7e4;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
}
.case-center aside b {
  font-size: 19px;
  margin-bottom: 25px;
}
.case-center aside span,
.case-center aside a {
  padding: 10px;
  text-decoration: none;
}
.case-center aside .active {
  background: #28524d;
}
.case-center aside small {
  margin-top: auto;
  color: #94b2ad;
}
.case-center > section {
  padding: 38px;
}
.case-center h1 {
  font-size: 31px;
}
.case-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 25px;
}
.case-form label {
  display: grid;
  gap: 5px;
}
.case-form input,
.case-form textarea {
  padding: 11px;
  border: 1px solid #cdd9d8;
}
.case-form textarea {
  min-height: 145px;
}
.case-form .wide {
  grid-column: 1/-1;
}
.case-form button {
  background: #267468;
  color: #fff;
  border: 0;
  padding: 12px;
}
.case-consent {
  font-size: 12px;
  color: #64777a;
}
.case-head {
  display: flex;
  justify-content: space-between;
}
.case-head em {
  font-style: normal;
  background: #e9f4f1;
  color: #397166;
  padding: 7px 11px;
  height: max-content;
}
.case-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 25px 0;
}
.case-progress span {
  border-top: 4px solid #cfdad9;
  padding-top: 8px;
  font-size: 11px;
  color: #77898a;
}
.case-progress .done,
.case-progress .active {
  border-color: #328276;
  color: #316d65;
}
.case-note {
  background: #f1f6f5;
  padding: 16px;
}
/* NIGHTPOST */
.site-nightpost,
.site-nightpost-query {
  background: #e6eaed;
  color: #202b31;
  font-family: Arial, Helvetica, sans-serif;
}
.np-header {
  height: 70px;
  background: #202a31;
  color: #e9eff2;
  display: flex;
  align-items: center;
  padding: 0 4vw;
}
.np-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.np-logo span {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.np-logo small {
  font-size: 8px;
  color: #91a3ad;
  letter-spacing: 0.14em;
}
.np-header nav {
  margin-left: auto;
  display: flex;
  gap: 25px;
  align-items: center;
}
.np-header nav a {
  text-decoration: none;
  font-size: 12px;
}
.np-header nav span {
  color: #8598a2;
  font-size: 11px;
}
.np-footer {
  background: #202a31;
  color: #8599a3;
  padding: 25px 4vw;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.np-hero {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  min-height: 600px;
  background: #d7dde1;
}
.np-hero-copy {
  padding: 80px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.np-hero-copy > span {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #627681;
}
.np-hero-copy h1 {
  font-size: 48px;
  line-height: 1.08;
  margin: 15px 0;
  max-width: 520px;
}
.np-hero-copy p {
  color: #607078;
}
.np-hero-copy > div {
  display: flex;
  gap: 10px;
  margin: 25px 0;
}
.np-hero-copy a {
  background: #26343c;
  color: #fff;
  padding: 11px 15px;
  text-decoration: none;
}
.np-hero-copy a + a {
  background: #fff;
  color: #26343c;
  border: 1px solid #aeb8bd;
}
.np-hero-copy dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #bcc6cb;
  margin-top: 25px;
}
.np-hero-copy dl div {
  padding: 15px 0;
}
.np-hero-copy dt {
  font-size: 9px;
  text-transform: uppercase;
  color: #788993;
}
.np-hero-copy dd {
  margin: 5px 0;
  font-size: 13px;
}
.np-hero > .photo-frame,
.np-photo {
  height: 600px;
}
.np-photo {
  object-fit: cover;
  filter: saturate(0.5) contrast(0.92);
}
.np-hero figcaption {
  display: none;
}
.np-status {
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6vw;
  border-bottom: 1px solid #cfd6da;
}
.np-status > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.green-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2b9b67;
}
.np-status small {
  color: #82939b;
}
.np-status a {
  text-decoration: none;
}
.np-service {
  max-width: 1120px;
  margin: auto;
  padding: 60px 30px 90px;
}
.np-service header span {
  font-size: 10px;
  letter-spacing: 0.17em;
  color: #667b86;
}
.np-service header h1 {
  font-size: 38px;
}
.np-service header p {
  color: #61727a;
}
.np-service section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #b9c3c8;
  margin-top: 35px;
}
.np-service section div {
  background: #f2f5f6;
  padding: 32px;
  min-height: 220px;
}
.np-service section div > b {
  font-size: 10px;
  text-transform: uppercase;
  color: #748791;
}
.np-service section h2 {
  font-size: 23px;
}
.np-service section p {
  color: #65757d;
}
.np-service section a {
  display: inline-block;
  margin-top: 20px;
}
.legacy-login {
  display: grid;
  grid-template-columns: 340px 1fr;
  max-width: 920px;
  margin: 70px auto 100px;
  background: #f8fafb;
  border: 1px solid #bfc8cc;
  min-height: 520px;
}
.legacy-login aside {
  background: #252f35;
  color: #dce3e7;
  padding: 45px 34px;
}
.legacy-login aside span {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.09em;
}
.legacy-login aside b {
  display: block;
  font-size: 16px;
  margin: 5px 0 30px;
  color: #aebcc3;
}
.legacy-login aside p {
  color: #91a1a9;
}
.legacy-login aside dl {
  margin-top: 50px;
}
.legacy-login aside dl div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #43515a;
  padding: 10px 0;
}
.legacy-login aside dt {
  color: #8fa0a8;
}
.legacy-login aside dd {
  margin: 0;
}
.legacy-login section {
  padding: 45px;
}
.legacy-login h1 {
  font-size: 28px;
}
.legacy-login section > p {
  color: #66767e;
}
.legacy-login form {
  display: grid;
  gap: 16px;
  margin: 30px 0;
}
.legacy-login label {
  display: grid;
  gap: 5px;
  font-size: 11px;
  color: #6d7e86;
}
.legacy-login input {
  padding: 11px;
  border: 1px solid #bec9ce;
  font-family: monospace;
}
.legacy-login button {
  background: #293740;
  color: #fff;
  border: 0;
  padding: 12px;
}
.legacy-login section > small {
  color: #829199;
}
.manifest-page,
.manifest-detail {
  max-width: 1050px;
  margin: 50px auto 90px;
  background: #f8fafb;
  border: 1px solid #bdc7cc;
}
.manifest-page header,
.manifest-detail header {
  background: #27343c;
  color: #e4ebee;
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.manifest-page header span,
.manifest-detail header span {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #91a4ae;
}
.manifest-page h1,
.manifest-detail h1 {
  margin: 3px 0;
  font-size: 25px;
}
.manifest-page header button {
  background: #e9eef0;
  border: 0;
  padding: 9px 13px;
}
.manifest-meta {
  padding: 12px 24px;
  display: flex;
  gap: 25px;
  background: #e8edef;
  border-bottom: 1px solid #cbd3d7;
  font-size: 11px;
}
.manifest-page table,
.manifest-detail table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.manifest-page th,
.manifest-page td,
.manifest-detail th,
.manifest-detail td {
  padding: 13px 16px;
  border-bottom: 1px solid #d7dde0;
  text-align: left;
}
.manifest-page th,
.manifest-detail th {
  background: #eef2f4;
  color: #6c7c84;
  font-size: 10px;
  text-transform: uppercase;
}
.manifest-page td a {
  font-family: monospace;
}
.manifest-foot {
  padding: 18px;
  color: #708088;
  font-size: 11px;
}
.np-breadcrumb {
  padding: 12px 24px;
  background: #e8edef;
  font-size: 11px;
}
.manifest-detail header em {
  font-style: normal;
  background: #465761;
  padding: 7px 10px;
}
.manifest-detail header .live-state {
  background: #8a5745;
}
.privacy-preview {
  padding: 22px;
  background: #d6dde0;
  border-bottom: 1px solid #bac4c8;
}
.privacy-preview > span {
  font-size: 9px;
  letter-spacing: 0.16em;
}
.pixel-mask {
  height: 150px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  margin: 12px 0;
  background: #a9b3b8;
  padding: 3px;
  filter: blur(1px);
}
.pixel-mask i:nth-child(odd) {
  background: #849198;
}
.pixel-mask i:nth-child(even) {
  background: #c1c8cb;
}
.privacy-preview p,
.privacy-preview small {
  color: #66777e;
}
.live-manifest {
  display: grid;
  grid-template-columns: 1fr 180px 180px;
  gap: 15px;
  padding: 20px;
  background: #f1e4de;
  border-top: 1px solid #d5bcb0;
}
.live-manifest b,
.live-manifest p {
  grid-column: 1;
}
.live-manifest p {
  font-family: monospace;
}
.leader-draft {
  padding: 25px;
  border-top: 1px solid #cbd3d7;
  background: #fff;
}
.leader-draft small,
.leader-draft b {
  display: block;
}
.leader-draft p {
  font-family: monospace;
  color: #48565d;
}
.np-record-actions {
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
}
.np-record-actions a {
  font-family: monospace;
}
/* SEARCH */
.site-search {
  background: #fff;
}
.search-head {
  height: 82px;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid #eceff1;
  gap: 25px;
}
.search-logo {
  font-size: 28px;
  font-weight: 800;
  color: #2b6b86;
  text-decoration: none;
}
.search-box {
  display: flex;
  max-width: 680px;
  flex: 1;
  box-shadow: 0 1px 6px rgba(32, 48, 58, 0.15);
  border-radius: 24px;
  overflow: hidden;
}
.search-box input {
  flex: 1;
  border: 0;
  padding: 12px 18px;
}
.search-box button {
  border: 0;
  background: #fff;
  padding: 0 20px;
  color: #2c6f8a;
}
.search-safe {
  margin-left: auto;
  color: #89949a;
  font-size: 11px;
}
.search-results-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px 80px;
}
.search-tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e7eaec;
}
.search-tabs span {
  padding: 15px 0;
  color: #728087;
}
.search-tabs .active {
  color: #2d6e89;
  border-bottom: 3px solid #2d6e89;
}
.result-count {
  font-size: 12px;
  color: #89949a;
  margin: 22px 0;
}
.serp article {
  margin: 0 0 28px;
}
.serp-url {
  font-size: 11px;
  color: #5b7168;
}
.serp h2 {
  font-size: 20px;
  font-weight: 500;
  color: #245d9a;
  margin: 4px 0;
}
.serp a {
  text-decoration: none;
}
.serp p {
  margin: 4px 0;
  color: #4f5b61;
}
.search-welcome {
  text-align: center;
  padding: 120px 0;
}
.search-welcome h1 {
  font-size: 45px;
  color: #2b6b86;
}
.search-welcome a {
  color: #2b6b86;
}
.no-results {
  padding: 80px 0;
}
/* ENDING */
.site-ending {
  background: #ece8e1;
}
.ending-screen {
  max-width: 730px;
  margin: 70px auto 100px;
  padding: 50px;
  background: #fff;
}
.ending-screen > span {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #777;
}
.ending-screen h1 {
  font: 700 46px var(--serif);
}
.ending-screen p {
  font: 17px/1.8 var(--serif);
}
.ending-screen blockquote {
  font: 22px/1.7 var(--serif);
  border-left: 3px solid #8f7968;
  margin: 30px 0;
  padding-left: 22px;
}
.ending-message {
  background: #f3f1ed;
  padding: 25px;
  margin: 28px 0;
}
.ending-message small,
.ending-message b {
  display: block;
}
.ending-message p {
  margin: 7px 0;
}
.ending-followup {
  margin-top: -18px;
  border-left: 3px solid #8f7968;
  background: #ebe7df;
}
.ending-artifact {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(210px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  margin: 30px 0;
  padding: 18px;
  border: 1px solid #d1cbc1;
  background: #f8f6f1;
}
.ending-artifact > div {
  min-width: 0;
}
.ending-artifact .photo-frame {
  height: 230px;
  margin: 0;
  overflow: hidden;
  background: #d7d4cd;
}
.ending-artifact .ending-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ending-artifact figcaption {
  display: none;
}
.ending-artifact > div > small,
.ending-artifact section > small {
  display: block;
  margin-top: 8px;
  color: #736f68;
  font: 10px/1.4 monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ending-artifact section {
  align-self: center;
}
.ending-artifact section b {
  display: block;
  margin-top: 8px;
  font: 700 21px/1.4 var(--serif);
}
.ending-artifact section p {
  margin-bottom: 0;
  font-size: 15px;
}
.expose-artifact .ending-photo {
  filter: grayscale(0.75) blur(1.4px) contrast(1.05);
}
.status-paper {
  display: flex;
  min-height: 190px;
  padding: 22px;
  flex-direction: column;
  justify-content: center;
  color: #d8f0e2;
  background: #18231e;
  border: 1px solid #33483e;
  font-family: monospace;
}
.status-paper span,
.status-paper em {
  color: #8ba99a;
  font-size: 11px;
  font-style: normal;
}
.status-paper b {
  margin: 18px 0;
  color: #b9f4d2;
  font-size: 17px;
}
.ending-voices {
  margin-top: 24px;
  border-top: 1px solid #d7d2ca;
}
.ending-voices > small {
  display: block;
  padding: 20px 0 8px;
  color: #716b63;
}
.ending-voices article {
  padding: 12px 0;
  border-bottom: 1px solid #e4dfd6;
}
.ending-voices article b {
  font: 700 16px var(--serif);
}
.ending-voices article p {
  margin: 4px 0 0;
  font-size: 15px;
}
.ending-screen > a {
  display: inline-block;
  margin-top: 20px;
}
.marketing-mail {
  border: 1px solid #d8d1c7;
  padding: 20px;
  margin-top: 30px;
}
.error404 {
  text-align: center;
  padding: 120px 20px;
}
.error404 > b {
  font-size: 70px;
}
.error404 a {
  margin: 0 10px;
}
/* Responsive */
@media (max-width: 1100px) {
  .chrome-search {
    display: none;
  }
  .webmail-layout {
    grid-template-columns: 190px 1fr;
  }
  .webmail-layout .mail-reader,
  .mail-preview {
    grid-column: 2;
  }
  .support-console {
    grid-template-columns: 220px 1fr;
  }
  .ticket-detail {
    display: none;
  }
  .travel-hero {
    grid-template-columns: 1fr;
  }
  .travel-bookbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: center;
  }
  .travel-bookbox h2,
  .travel-bookbox p,
  .travel-bookbox dl,
  .travel-bookbox a {
    grid-column: auto;
  }
  .hotel-header nav,
  .qian-nav nav {
    gap: 13px;
  }
  .food-header nav {
    gap: 14px;
  }
  .news-lead {
    grid-template-columns: 1fr;
  }
  .news-lead > article {
    border-right: 0;
  }
  .policy-hero {
    grid-template-columns: 1fr;
  }
  .policy-hero .photo-frame,
  .policy-photo {
    height: 240px;
  }
  .forum-home,
  .forum-layout {
    grid-template-columns: 1fr;
  }
  .forum-sidebar,
  .forum-aside {
    display: none;
  }
}
@media (max-width: 850px) {
  .browser-chrome {
    height: 54px;
  }
  .browser-tabs {
    display: none;
  }
  .browser-toolbar {
    height: 54px;
  }
  .address-bar {
    font-size: 10px;
  }
  .site-window {
    min-height: calc(100vh - 54px);
  }
  .mail-appbar,
  .qian-header,
  .forum-header,
  .hotel-header,
  .food-header,
  .ins-header,
  .np-header,
  .search-head {
    position: relative;
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    padding: 12px 16px;
  }
  .mail-app-search {
    display: none;
  }
  .mail-user {
    margin-left: auto;
  }
  .qian-top {
    display: none;
  }
  .qian-nav {
    height: auto;
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .qian-nav nav {
    order: 3;
    width: 100%;
    overflow: auto;
  }
  .qian-account {
    margin-left: auto;
  }
  .forum-search {
    display: none;
  }
  .forum-header nav {
    width: 100%;
    overflow: auto;
  }
  .hotel-header nav,
  .food-header nav,
  .ins-header nav {
    order: 3;
    width: 100%;
    overflow: auto;
    margin: 0;
  }
  .hotel-book,
  .food-book {
    margin-left: auto;
  }
  .news-meta {
    padding: 0 10px;
  }
  .news-mast {
    font-size: 34px;
  }
  .news-head nav {
    overflow: auto;
    justify-content: flex-start;
    padding-left: 14px;
  }
  .webmail-layout,
  .webmail-layout.inbox-only,
  .drive-shell {
    grid-template-columns: 1fr;
  }
  .mail-nav {
    display: none;
  }
  .inbox-item {
    grid-template-columns: 25px 85px 1fr 65px;
  }
  .mail-preview {
    display: none;
  }
  .mail-reader {
    grid-column: auto;
  }
  .mail-copy {
    padding: 18px 0;
  }
  .attachment-preview {
    align-items: flex-start;
  }
  .drive-main,
  .album-main {
    padding: 20px 14px;
  }
  .drive-row {
    grid-template-columns: 1fr 100px;
  }
  .drive-row > span:nth-child(2),
  .drive-row > span:nth-child(4) {
    display: none;
  }
  .album-stage {
    grid-template-columns: 1fr;
  }
  .album-photo {
    height: auto;
    max-height: 500px;
  }
  .album-timeline,
  .photo-details {
    grid-template-columns: 1fr;
  }
  .photo-details div {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .travel-hero-img {
    height: 470px;
  }
  .travel-hero {
    min-height: auto;
  }
  .travel-bookbox {
    display: block;
  }
  .travel-intro,
  .travel-page,
  .travel-content,
  .account-shell,
  .hotel-intro,
  .hotel-room-feature,
  .hotel-portal,
  .hotel-legal,
  .document-center,
  .ops-page,
  .booking-page,
  .kitchen-archive,
  .news-article-layout,
  .news-submit-grid,
  .help-center,
  .case-center,
  .legacy-login,
  .np-hero {
    grid-template-columns: 1fr;
  }
  .travel-cards,
  .partner-grid,
  .hotel-services,
  .amenity-grid,
  .food-links,
  .ins-actions,
  .policy-info dl {
    grid-template-columns: 1fr 1fr;
  }
  .travel-side,
  .travel-menu,
  .hotel-portal aside,
  .hotel-legal aside,
  .document-center aside,
  .help-center aside,
  .case-center aside {
    position: static;
  }
  .support-console {
    grid-template-columns: 1fr;
  }
  .ticket-list {
    display: none;
  }
  .ticket-room {
    padding: 20px;
  }
  .bubble {
    max-width: 90%;
  }
  .qian-footer,
  .hotel-footer,
  .food-footer,
  .news-footer,
  .ins-footer,
  .np-footer {
    display: grid;
    gap: 10px;
  }
  .hotel-hero {
    height: 520px;
  }
  .hotel-search {
    left: 12px;
    right: 12px;
    grid-template-columns: 1fr 1fr;
    bottom: -80px;
  }
  .hotel-search button {
    min-height: 45px;
  }
  .hotel-intro {
    padding-top: 125px;
  }
  .ops-page > .photo-frame,
  .ops-photo {
    height: 450px;
  }
  .food-hero,
  .night-supper {
    grid-template-columns: 1fr;
  }
  .food-hero .photo-frame,
  .food-hero-img,
  .night-supper > .photo-frame,
  .supper-photo {
    height: 450px;
  }
  .menu-line {
    grid-template-columns: 30px 1fr;
  }
  .menu-line em {
    grid-column: 2;
  }
  .news-index > a {
    grid-template-columns: 80px 1fr;
  }
  .news-index > a > span {
    display: none;
  }
  .policy-hero .photo-frame,
  .policy-photo {
    height: 280px;
  }
  .case-form {
    grid-template-columns: 1fr;
  }
  .case-form .wide {
    grid-column: auto;
  }
  .case-progress {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .np-hero > .photo-frame,
  .np-photo {
    height: 430px;
  }
  .live-manifest {
    grid-template-columns: 1fr;
  }
  .live-manifest b,
  .live-manifest p {
    grid-column: auto;
  }
  .manifest-page,
  .manifest-detail {
    margin: 20px 10px;
  }
  .manifest-page {
    overflow-x: auto;
  }
}
@media (max-width: 560px) {
  body {
    font-size: 14px;
  }
  .browser-control.muted {
    display: none;
  }
  .address-bar {
    min-width: 0;
  }
  .mail-appbar {
    padding: 10px;
  }
  .inbox-item {
    grid-template-columns: 22px 75px minmax(0, 1fr);
  }
  .inbox-item time {
    display: none;
  }
  .inbox-item em {
    display: none;
  }
  .mail-reader {
    padding: 0 16px 30px;
  }
  .mail-reader h1 {
    font-size: 22px;
  }
  .attachment-preview {
    display: block;
  }
  .pdf-page {
    margin-bottom: 15px;
  }
  .travel-overlay {
    padding: 30px 20px;
  }
  .travel-overlay h1 {
    font-size: 37px;
  }
  .travel-intro {
    padding: 45px 20px;
    grid-template-columns: 1fr;
  }
  .travel-numbers {
    margin-top: 15px;
  }
  .travel-cards,
  .partner-grid,
  .hotel-services,
  .amenity-grid,
  .food-links,
  .ins-actions,
  .policy-info dl {
    grid-template-columns: 1fr;
  }
  .travel-route-tease {
    padding: 35px 20px;
    display: block;
  }
  .travel-route-tease a {
    display: inline-block;
    margin-top: 10px;
  }
  .travel-page,
  .travel-content {
    padding: 35px 18px;
  }
  .day-row {
    grid-template-columns: 65px 1fr;
  }
  .revision-badge {
    grid-column: 2;
  }
  .support-compose > div {
    display: block;
  }
  .support-compose button {
    margin-top: 8px;
    width: 100%;
  }
  .hotel-hero-copy {
    left: 20px;
    right: 20px;
    bottom: 130px;
  }
  .hotel-hero-copy h1 {
    font-size: 34px;
  }
  .hotel-search {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }
  .hotel-search label {
    padding: 0 8px;
  }
  .hotel-intro,
  .hotel-page,
  .hotel-portal > section,
  .hotel-legal,
  .document-center,
  .ops-copy {
    padding-left: 18px;
    padding-right: 18px;
  }
  .stay-grid {
    grid-template-columns: 1fr;
  }
  .stay-grid div {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .review-summary {
    grid-template-columns: 1fr;
  }
  .food-hero-copy,
  .night-copy {
    padding: 50px 22px;
  }
  .food-hero-copy h1,
  .night-copy h1 {
    font-size: 36px;
  }
  .food-intro {
    display: block;
    padding: 30px 20px;
  }
  .food-intro a {
    display: inline-block;
    margin-top: 12px;
  }
  .menu-page,
  .menu-history,
  .booking-page,
  .food-group,
  .food-comments {
    padding-left: 18px;
    padding-right: 18px;
  }
  .history-list article {
    grid-template-columns: 1fr;
  }
  .booking-form > div {
    grid-template-columns: 1fr;
  }
  .news-home,
  .news-article-layout,
  .news-submit,
  .news-archive {
    padding-left: 17px;
    padding-right: 17px;
  }
  .news-lead h1,
  .news-article h1 {
    font-size: 34px;
  }
  .news-index > a {
    grid-template-columns: 1fr;
  }
  .news-index time {
    margin-bottom: -12px;
  }
  .ins-dashboard,
  .safety-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .policy-hero > div:first-child {
    padding: 24px;
  }
  .case-center {
    margin: 15px 8px 50px;
  }
  .case-center > section {
    padding: 24px 16px;
  }
  .np-hero-copy {
    padding: 55px 20px;
  }
  .np-hero-copy h1 {
    font-size: 37px;
  }
  .np-service {
    padding: 40px 16px;
  }
  .np-service section {
    grid-template-columns: 1fr;
  }
  .legacy-login {
    margin: 20px 8px 60px;
  }
  .legacy-login section,
  .legacy-login aside {
    padding: 30px 22px;
  }
  .search-head {
    gap: 10px;
  }
  .search-box {
    order: 3;
    width: 100%;
    max-width: none;
  }
  .search-safe {
    display: none;
  }
  .search-results-page {
    padding-left: 17px;
    padding-right: 17px;
  }
}

/* 2026-09 narrative QA: clearer eras, authentic controls and incident records. */
.lexeme,
.site-nightpost .lexeme,
.site-nightpost-query .lexeme {
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  background: none;
  border: 0;
}
.browser-search-link {
  display: none;
  width: 34px;
  height: 30px;
  place-items: center;
  border: 1px solid #cbd0d8;
  border-radius: 6px;
  background: #fff;
  color: #354052;
  text-decoration: none;
  font-size: 20px;
}
button:disabled,
.compose:disabled,
.new-ticket:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  filter: saturate(0.35);
}
.drive-actions span,
.album-sort,
.download-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d6d9df;
  border-radius: 5px;
  background: #fff;
  color: #5c6675;
  font-size: 12px;
}
.download-link {
  color: #2759a5;
  font-weight: 600;
  text-decoration: none;
}
.form-feedback:empty {
  display: none;
}
.form-feedback {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-left: 3px solid currentColor;
  background: #f4f6f8;
}

/* Qian's public site stays late-2010s; its leaked operations view is older. */
.legacy-ops,
.hotel-pms {
  min-height: 640px;
  background: #d8dadb;
  color: #1e2428;
  font:
    12px/1.5 Arial,
    "Microsoft YaHei",
    sans-serif;
}
.legacy-ops > header,
.hotel-pms > header {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  border-bottom: 1px solid #4d555b;
  background: linear-gradient(#59646c, #3f494f);
  color: #fff;
}
.legacy-ops > header b,
.hotel-pms > header b {
  font: 700 18px/1 monospace;
  letter-spacing: 0.04em;
}
.legacy-ops > header em,
.hotel-pms > header em {
  margin-left: auto;
  color: #d8e0e3;
  font-style: normal;
}
.legacy-ops > nav,
.hotel-pms > nav {
  display: flex;
  gap: 1px;
  padding: 6px 14px 0;
  border-bottom: 1px solid #a3a7aa;
  background: #c4c7c9;
}
.legacy-ops > nav span,
.hotel-pms > nav span {
  padding: 8px 18px;
  border: 1px solid #a1a5a8;
  border-bottom: 0;
  background: #eceeef;
}
.legacy-ops > main,
.hotel-pms > main {
  width: min(1120px, calc(100% - 28px));
  margin: 14px auto 40px;
  padding: 14px;
  border: 1px solid #9b9fa2;
  background: #f4f4f2;
  box-shadow: 0 1px 3px #0002;
}
.ops-member h1,
.pms-summary h1 {
  margin: 0 0 12px;
  font:
    700 18px Arial,
    sans-serif;
}
.ops-member table,
.pms-summary table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.ops-member th,
.ops-member td,
.pms-summary th,
.pms-summary td {
  padding: 9px;
  border: 1px solid #aeb2b4;
  text-align: left;
}
.ops-member th,
.pms-summary th {
  width: 120px;
  background: #e3e5e6;
  font-weight: 400;
}
.ops-warning,
.pms-alert {
  color: #a4251d;
  font-weight: 700;
}
.ops-log,
.pms-events,
.pms-attachments {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid #b7babc;
  background: #fff;
}
.ops-log h2,
.pms-events h2,
.pms-attachments h2 {
  margin: 0 0 12px;
  font:
    700 15px Arial,
    sans-serif;
}
.ops-log ol,
.pms-events ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ops-log li,
.pms-events li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px dotted #adb1b4;
}
.ops-log p,
.pms-events p {
  margin: 3px 0 0;
}
.ops-disclaimer,
.pms-foot {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #c8aa65;
  background: #fff8d9;
}
.ops-disclaimer p,
.pms-foot p {
  margin: 3px 0;
}
.ops-back,
.pms-foot a {
  display: inline-block;
  margin: 12px 14px 0 0;
  color: #0b4b8a;
  font-weight: 700;
}
.pms-attachments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pms-attachments h2 {
  grid-column: 1 / -1;
}
.pms-attachments article {
  overflow: hidden;
  border: 1px solid #a9adaf;
  background: #eceeed;
}
.pms-attachments .photo-frame {
  margin: 0;
}
.incident-photo {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.pms-attachments figcaption {
  display: none;
}
.pms-attachments article > div {
  padding: 11px;
}
.pms-attachments article p {
  margin: 6px 0;
  line-height: 1.65;
}
.pms-attachments article small {
  color: #60676b;
}

/* The final portal keeps its 2008–2012 audit-system character. */
.handover-photo {
  margin: 18px 0;
  padding: 10px;
  border: 2px solid #70777a;
  background: #d8dad9;
  color: #111;
}
.handover-photo > span {
  display: block;
  padding: 5px 8px;
  background: #303638;
  color: #f2f5f5;
  font: 700 11px monospace;
}
.handover-photo .photo-frame {
  margin: 10px 0 0;
}
.handover-image {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
}
.handover-photo figcaption {
  display: none;
}
.handover-photo > div {
  padding: 10px 4px 2px;
}
.handover-photo p {
  margin: 5px 0;
}

.ending-consequence,
.ending-epilogue {
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px solid #d7d2ca;
  background: #f6f3ed;
}
.ending-consequence p,
.ending-epilogue p {
  margin-bottom: 0;
}
.ending-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.ending-actions a {
  padding: 10px 15px;
  border: 1px solid #89837b;
  color: inherit;
  text-decoration: none;
}

.legacy-entry,
.cache-link,
.prefill-notice {
  margin: 22px 0;
  padding: 16px 18px;
  border: 1px solid #b8b5ae;
  background: #f0efe9;
}
.legacy-entry p,
.cache-link p {
  margin: 7px 0 12px;
}
.legacy-entry a,
.cache-link a,
.attachment-open {
  display: inline-block;
  color: #174e78;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.photo-frame > .attachment-open {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.photo-frame > .attachment-open > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prefill-notice {
  color: #414c45;
  border-color: #a5b0a7;
  background: #edf2ed;
  font: 12px/1.55 monospace;
}

@media (max-width: 1100px) {
  .browser-search-link {
    display: grid;
  }
}
@media (max-width: 720px) {
  .ending-screen {
    margin: 0;
    padding: 34px 20px 60px;
  }
  .ending-screen h1 {
    font-size: 37px;
  }
  .ending-artifact {
    grid-template-columns: 1fr;
  }
  .ending-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .ending-actions a {
    text-align: center;
  }
  .legacy-ops > header,
  .hotel-pms > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .legacy-ops > header em,
  .hotel-pms > header em {
    margin-left: 0;
  }
  .legacy-ops > nav,
  .hotel-pms > nav {
    overflow-x: auto;
  }
  .ops-member table,
  .ops-member tbody,
  .ops-member tr,
  .ops-member th,
  .ops-member td,
  .pms-summary table,
  .pms-summary tbody,
  .pms-summary tr,
  .pms-summary th,
  .pms-summary td {
    display: block;
    width: 100%;
  }
  .ops-member th,
  .pms-summary th {
    border-bottom: 0;
  }
  .pms-attachments {
    grid-template-columns: 1fr;
  }
  .pms-attachments h2 {
    grid-column: auto;
  }
  .ending-actions {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =====================================================================
   V3 LEGACY WEB RING + FIXED HORROR / 2026 content on long-lived systems
   Every site is old, but each site belongs to a different industry and era.
   ===================================================================== */
:root {
  --legacy-blue: #315f8e;
  --legacy-link: #0645ad;
  --legacy-line: #9aa9b8;
  --legacy-panel: #eef2f5;
}
body:not(.site-ending) {
  background: #85898c;
}
.site-window {
  width: min(1080px, 100%);
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  border-right: 1px solid #464b4f;
  border-left: 1px solid #464b4f;
  box-shadow: none !important;
}
.site-window :where(button, input, select, textarea, article, section) {
  border-radius: 0;
}
.site-window a:not(.attachment-open):not(.browser-tab) {
  text-underline-offset: 2px;
}
.site-main {
  min-height: 620px;
}
.photo-frame {
  padding: 3px;
  background: #f8f8f5;
  border: 1px solid #8a8a84;
  box-shadow: none !important;
}
.photo-frame img {
  image-rendering: auto;
}
.photo-frame figcaption {
  padding: 4px 5px 2px;
  color: #4f4f4b;
  background: #ecece7;
  border-top: 1px solid #b7b7b0;
  font: 11px/1.45 Arial, "Microsoft YaHei", sans-serif;
}

/* 2009 webmail */
.site-index .site-window,
.site-index .site-main {
  color: #202b35;
  background: #e8edf1;
}
.site-index .mail-appbar {
  height: 58px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(#527aa1, #2e5b86);
  border-bottom: 1px solid #183d60;
}
.site-index .mail-logo,
.site-index .mail-user {
  color: #fff;
}
.site-index .mail-app-search {
  height: 29px;
  color: #66737f;
  background: #fff;
  border: 1px solid #1d4163;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.16);
}
.site-index .mail-nav,
.site-index .inbox-panel,
.site-index .mail-reader,
.site-index .mail-preview,
.site-index .drive-main,
.site-index .album-main {
  background: #f8fafb;
  border-color: #aebbc6;
  box-shadow: none;
}
.site-index .inbox-toolbar,
.site-index .drive-top,
.site-index .album-head {
  background: linear-gradient(#f7f9fa, #dce4ea);
  border-color: #aebbc6;
}
.site-index .inbox-item:hover,
.site-index .drive-row:hover {
  background: #e6f0f8;
}
.site-index .album-thumb,
.site-index .luggage-photo {
  filter: saturate(.72) contrast(.96) sepia(.06);
}
.site-index .album-uneasy {
  background: #e9eef2;
  border: 1px solid #8295a5;
}

/* 2012 local lifestyle portal */
.site-life,
.site-life .site-window,
.site-life .site-main {
  color: #242424;
  background: #edf2f5;
}
.site-life .life-header {
  background: #fff;
  border: 1px solid #a9bbc6;
  border-top: 5px solid #e57622;
}
.site-life .life-topline {
  height: 25px;
  padding: 0 16px;
  color: #45545e;
  background: #e5ebef;
  border-bottom: 1px solid #bdc9d0;
}
.site-life .life-nav {
  height: 66px;
  padding: 0 18px;
  gap: 25px;
}
.site-life .life-logo {
  color: #de681c;
  font: 700 29px/1 SimSun, serif;
}
.site-life .life-logo small {
  color: #607885;
  font: 10px Arial, sans-serif;
}
.site-life .life-nav nav a {
  color: #315c75;
  font-weight: 700;
}
.site-life .life-home,
.site-life .life-article-layout {
  padding-top: 16px;
}
.site-life .life-cover,
.site-life .life-stream,
.site-life .life-article,
.site-life .life-related {
  background: #fff;
  border: 1px solid #b8c4cb;
  box-shadow: none;
}
.site-life .life-cover-photo,
.site-life .life-incident-photo,
.site-life .site-photo {
  filter: saturate(.68) contrast(.96) sepia(.08);
}
.life-incident {
  margin: 28px 0;
  padding: 12px;
  background: #f2f3ee;
  border: 1px solid #929992;
}
.life-incident > span,
.life-incident > small {
  display: block;
  color: #5c625d;
  font: 11px/1.5 Arial, sans-serif;
}
.life-incident h2 {
  margin: 9px 0 4px;
  font: 700 18px/1.4 SimSun, serif;
}
.life-incident p {
  margin: 0 0 7px;
  line-height: 1.7;
}

/* 2010 travel agency */
.site-qian,
.site-qian-archive,
.site-qian .site-window,
.site-qian-archive .site-window,
.site-qian .site-main,
.site-qian-archive .site-main {
  color: #17313a;
  background: #e7f0f0;
}
.qian-header {
  background: #f4fbfb;
  border: 1px solid #6f9697;
}
.qian-top {
  height: 25px;
  color: #dcecec;
  background: #376f72;
  border-bottom: 1px solid #1f4d50;
}
.qian-nav {
  height: 70px;
  padding: 0 18px;
}
.qian-wordmark b {
  color: #246a6c;
  font: 700 30px/1 SimSun, serif;
}
.qian-nav nav a,
.qian-account {
  color: #164f59;
  text-decoration: underline;
}
.travel-hero,
.travel-bookbox,
.travel-cards a,
.travel-content,
.travel-page,
.support-console,
.final-channel {
  border-color: #73989a !important;
  box-shadow: none !important;
}
.site-qian img,
.site-qian-archive img {
  filter: saturate(.72) contrast(.95) sepia(.11);
}

/* 2008 travel forum */
.site-forum,
.site-forum .site-window,
.site-forum .site-main {
  color: #222;
  background: #e9edf2;
}
.forum-header {
  min-height: 58px;
  padding: 0 16px;
  background: linear-gradient(#f8fbfd, #d8e3ec);
  border: 1px solid #8aa0b2;
  border-top: 4px solid #406f98;
}
.forum-logo {
  color: #244e76;
  font-family: SimSun, serif;
}
.forum-search {
  background: #fff;
  border: 1px solid #738da2;
}
.feed-item,
.forum-sidebar section,
.forum-thread {
  background: #fff;
  border: 1px solid #aab8c4;
  box-shadow: none !important;
}
.site-forum img {
  filter: saturate(.7) contrast(.96) sepia(.07);
}

/* 2011 boutique-hotel brochure site */
.site-hotel,
.site-hotel .site-window,
.site-hotel .site-main {
  color: #30281f;
  background: #e8e0d4;
}
.hotel-header {
  min-height: 76px;
  padding: 0 18px;
  background: linear-gradient(#fffdf7, #e9dfce);
  border: 1px solid #9f8a70;
  border-top: 5px solid #6e4b2f;
}
.hotel-brand a,
.hotel-header nav a {
  color: #593c28;
}
.hotel-book,
.hotel-search button {
  color: #fff !important;
  background: #79553a !important;
  border: 1px solid #4c321f !important;
}
.hotel-hero,
.hotel-page,
.hotel-portal,
.hotel-legal,
.document-center,
.ops-page,
.hotel-pms {
  background: #f9f6ef;
  border: 1px solid #9e8d79;
  box-shadow: none !important;
}
.site-hotel .hotel-hero-img,
.site-hotel .room-photo,
.site-hotel .ops-photo {
  filter: saturate(.64) contrast(.96) sepia(.16);
}
.site-hotel .incident-photo {
  filter: saturate(.72) contrast(1.06) sepia(.06);
}
.pms-horror-note {
  margin: 16px 0;
  padding: 12px 14px;
  color: #200;
  background: #ddd4ca;
  border: 2px solid #6b2b25;
  font-family: "Courier New", monospace;
}
.pms-horror-note b {
  display: block;
  margin-bottom: 5px;
  color: #610b08;
}

/* 2007 restaurant micro-site */
.site-restaurant,
.site-restaurant .site-window,
.site-restaurant .site-main {
  color: #f0e4d8;
  background: #241512;
}
.food-header {
  min-height: 68px;
  padding: 0 18px;
  background: linear-gradient(#5a2d25, #321713);
  border: 1px solid #7d5547;
  border-top: 4px solid #a68355;
}
.food-header a,
.food-mark span {
  color: #f3dfc8;
}
.site-restaurant img {
  filter: saturate(.62) contrast(.95) sepia(.2);
}

/* 2006 local newspaper portal */
.site-news,
.site-news .site-window,
.site-news .site-main {
  color: #1f1f1f;
  background: #f2f2ee;
}
.news-head {
  background: #fff;
  border: 1px solid #909ca6;
  border-top: 6px solid #1d4f82;
}
.news-meta {
  background: #e8edf1;
  border-bottom: 1px solid #a4afb8;
}
.news-mast {
  color: #1b436d;
  font-family: SimSun, serif;
}
.news-head nav {
  background: #285d91;
}
.news-head nav a {
  color: #fff;
  border-right: 1px solid #6e91b2;
}
.news-home,
.news-article-layout,
.news-submit,
.news-archive {
  background: #fff;
  border: 1px solid #a5adb3;
  box-shadow: none !important;
}
.site-news img {
  filter: saturate(.58) contrast(1.02) sepia(.05);
}

/* 2012 insurance service portal */
.site-insurance,
.site-insurance .site-window,
.site-insurance .site-main {
  color: #173238;
  background: #e5edee;
}
.ins-header {
  min-height: 64px;
  padding: 0 18px;
  background: linear-gradient(#f7fbfb, #d6e4e5);
  border: 1px solid #769296;
  border-top: 5px solid #26747a;
}
.ins-logo,
.ins-header nav a {
  color: #175a61;
}
.ins-dashboard,
.safety-page,
.help-center,
.case-center,
.site-insurance .final-channel {
  background: #f8fbfa;
  border: 1px solid #8ca2a4;
  box-shadow: none !important;
}
.site-insurance img {
  filter: saturate(.68) contrast(.95) sepia(.05);
}

/* 2009 public search index */
.site-search,
.site-search .site-window,
.site-search .site-main {
  color: #222;
  background: #f1f3f5;
}
.site-search .search-head {
  height: 68px;
  padding: 0 18px;
  gap: 16px;
  background: linear-gradient(#fff, #e3e8ec);
  border: 1px solid #9daab4;
  border-top: 5px solid #39749b;
}
.site-search .search-logo {
  color: #245d83;
  font: 700 25px/1 SimSun, serif;
}
.site-search .search-box {
  max-width: 610px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.site-search .search-box input {
  height: 31px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #6f8595;
  box-shadow: inset 1px 1px 2px rgba(0,0,0,.14);
}
.site-search .search-box button {
  height: 31px;
  margin-left: 5px;
  padding: 0 15px;
  color: #102f44;
  background: linear-gradient(#fff, #cedae2);
  border: 1px solid #6e8799;
  font-weight: 700;
}
.site-search .search-safe {
  color: #596c79;
}
.site-search .search-results-page {
  width: min(900px, calc(100% - 28px));
  margin: 14px auto 60px;
  padding: 0 16px 40px;
  background: #fff;
  border: 1px solid #a8b2b9;
}
.site-search .search-tabs {
  gap: 0;
  background: #e9eef2;
  border-bottom: 1px solid #9caab4;
}
.site-search .search-tabs span {
  padding: 8px 18px;
  color: #405768;
  border-right: 1px solid #b8c2c8;
}
.site-search .search-tabs .active {
  color: #fff;
  background: #356f96;
  border-bottom: 0;
}
.site-search .serp article {
  margin: 0;
  padding: 13px 4px;
  border-bottom: 1px dotted #aeb5ba;
}
.site-search .serp h2 {
  margin: 3px 0;
  color: #174f85;
  font: 700 17px/1.45 SimSun, serif;
  text-decoration: underline;
}
.site-search .serp-url {
  color: #347044;
  font: 11px/1.4 Arial, sans-serif;
}

/* 2008 logistics public site and internal partner portal */
.site-nightpost,
.site-nightpost-query,
.site-nightpost .site-window,
.site-nightpost-query .site-window,
.site-nightpost .site-main,
.site-nightpost-query .site-main {
  color: #161b1e;
  background: #c8ccca;
}
.np-header {
  min-height: 62px;
  padding: 0 18px;
  background: linear-gradient(#39444c, #1f272c);
  border: 1px solid #111619;
  border-top: 4px solid #94a7ad;
}
.np-header a,
.np-header span,
.np-logo span,
.np-logo small {
  color: #edf2f2;
}
.np-hero,
.np-service,
.legacy-login,
.manifest-page,
.manifest-detail {
  background: #e4e6e3;
  border: 1px solid #667076;
  box-shadow: none !important;
}
.site-nightpost img,
.site-nightpost-query img {
  filter: saturate(.55) contrast(1.08) sepia(.04);
}
.np-critical {
  margin: 12px 0;
  padding: 12px 14px;
  color: #fff;
  background: #5f0908;
  border: 2px solid #270000;
  font-family: "Courier New", monospace;
}
.np-critical b {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
}
.handover-spec .human-row {
  color: #350000;
  background: #d7c5c1;
  font-weight: 700;
}
.current-operation {
  margin: 18px 0;
  border: 1px solid #535d62;
  font-family: "Courier New", monospace;
}
.current-operation header {
  display: flex;
  padding: 8px 10px;
  justify-content: space-between;
  color: #fff;
  background: #303b41;
}
.current-operation article {
  display: grid;
  grid-template-columns: 80px 1fr;
  border-top: 1px solid #9ca3a5;
}
.current-operation time,
.current-operation p {
  margin: 0;
  padding: 9px 10px;
}
.current-operation time {
  border-right: 1px solid #9ca3a5;
  font-weight: 700;
}
.current-operation .deadline {
  color: #fff;
  background: #5f0908;
}
.victim-draft {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr);
  margin: 20px 0;
  background: #e8e5dc;
  border: 2px solid #3b3530;
}
.victim-draft > div:first-child {
  padding: 20px;
  font-family: SimSun, serif;
}
.victim-draft b,
.victim-draft small {
  display: block;
}
.victim-draft b {
  margin: 6px 0 14px;
  font-size: 20px;
}
.victim-draft p {
  font-size: 16px;
  line-height: 2;
  white-space: pre-line;
}
.victim-draft .photo-frame {
  margin: 0;
  border-width: 0 0 0 1px;
}
.victim-window {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

/* Final choice is a website-native handoff, not a puzzle-answer form. */
.final-decision {
  margin: 24px 0 8px;
  padding: 16px;
  background: #dddeda;
  border: 2px solid #333b3f;
}
.final-decision header > span {
  color: #750b08;
  font: 700 18px "Courier New", monospace;
}
.final-decision h2 {
  margin: 4px 0;
  font-family: SimSun, serif;
}
.final-decision > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.final-decision a {
  display: block;
  padding: 13px;
  color: #111;
  background: #f3f3ef;
  border: 1px solid #5b6468;
  text-decoration: none;
}
.final-decision a:hover {
  background: #fff;
  outline: 2px solid #283941;
}
.final-decision a b,
.final-decision a span {
  display: block;
}
.final-decision a p {
  min-height: 74px;
  color: #3e4649;
}
.final-decision .to-qian {
  border-color: #772b24;
}
.final-channel {
  width: min(860px, calc(100% - 28px));
  margin: 18px auto 50px;
  padding: 18px;
  background: #f4f5f1;
  border: 1px solid #68757a;
}
.final-channel > header {
  padding-bottom: 12px;
  border-bottom: 3px double #68757a;
}
.final-channel > header > span {
  font: 11px "Courier New", monospace;
  letter-spacing: .06em;
}
.final-channel > header h1 {
  margin: 5px 0;
  font-family: SimSun, serif;
}
.recipient-safe,
.recipient-public,
.recipient-warning,
.final-packet {
  margin: 14px 0;
  padding: 12px;
  border: 1px solid #718083;
}
.recipient-safe { background: #e3f0ec; }
.recipient-public { background: #e9edf2; }
.recipient-warning { color: #3f0b08; background: #ecdcd7; border-color: #833b34; }
.recipient-safe b,
.recipient-public b,
.recipient-warning b,
.recipient-safe small,
.recipient-public small,
.recipient-warning small {
  display: block;
}
.final-packet header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px solid #899497;
}
.final-packet dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 8px 0;
}
.final-packet dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  padding: 7px;
  border-bottom: 1px dotted #a4abad;
}
.final-packet dt { color: #526064; }
.final-packet dd { margin: 0; font-weight: 700; }
.final-confirm {
  margin: 16px 0;
  padding: 12px;
  background: #dedfdc;
  border: 1px solid #727b7d;
}
.final-confirm label {
  display: block;
  margin-bottom: 10px;
  line-height: 1.6;
}
.final-confirm button {
  padding: 9px 18px;
  color: #fff;
  background: #3f5b65;
  border: 1px solid #1f333a;
  font-weight: 700;
}
.qian-channel .final-confirm button {
  background: #6f211c;
  border-color: #3c0906;
}
.locked-channel {
  min-height: 260px;
}
.native-action-callout,
.case-known,
.case-wait,
.support-compose-static,
.tip-guide {
  padding: 14px;
  background: #f0f1ed;
  border: 1px solid #8c979a;
}
.native-action-callout.urgent { border: 2px solid #286b70; }
.native-action-callout.danger { border: 2px solid #7b2721; background: #eddfdc; }
.native-action-callout a {
  display: inline-block;
  padding: 7px 11px;
  font-weight: 700;
}
.case-known dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.case-known dl div { padding: 8px; border-bottom: 1px dotted #a5aeaf; }
.case-known dd { margin: 2px 0 0; font-weight: 700; }

/* Full ending: fixed image + four-stage aftermath. */
.site-ending,
.site-ending .site-window,
.site-ending .site-main {
  color: #181818;
  background: #d5d2ca;
}
.ending-screen {
  width: min(900px, calc(100% - 28px));
  margin: 20px auto 60px;
  padding: 20px;
  background: #f1efe8;
  border: 1px solid #55534e;
  box-shadow: 0 2px 0 #8b8880;
}
.ending-lead {
  padding: 12px 8px 18px;
  border-bottom: 4px double #45433f;
}
.ending-lead h1 {
  margin: 5px 0 8px;
  font: 700 42px/1.2 SimSun, serif;
}
.ending-lead blockquote {
  margin: 18px 0 0;
  padding: 12px 16px;
  background: #e1ded4;
  border-left: 5px solid #46433e;
  font: 17px/1.9 SimSun, serif;
}
.ending-scene {
  margin: 18px 0;
  padding: 4px;
  background: #222;
  border: 1px solid #050505;
}
.ending-scene > .photo-frame {
  margin: 0;
  padding: 0;
  border: 0;
}
.ending-scene .ending-photo {
  display: block;
  width: 100%;
  max-height: 650px;
  object-fit: contain;
}
.ending-scene > figcaption {
  padding: 6px 8px 3px;
  color: #ddd;
  font: 11px "Courier New", monospace;
}
.ending-timeline {
  margin: 20px 0;
  border: 1px solid #77736c;
}
.ending-timeline h2 {
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #3e3d39;
  font: 700 18px SimSun, serif;
}
.ending-timeline article {
  display: grid;
  grid-template-columns: 120px 1fr;
  border-top: 1px solid #aaa69c;
}
.ending-timeline time,
.ending-timeline article div {
  padding: 12px;
}
.ending-timeline time {
  color: #55140f;
  border-right: 1px solid #aaa69c;
  font: 700 14px "Courier New", monospace;
}
.ending-timeline p { margin: 5px 0 0; line-height: 1.75; }
.ending-screen.support .ending-scene {
  background: #080808;
}
.ending-screen.support .ending-consequence {
  color: #f1e7e2;
  background: #4e100c;
  border-color: #240000;
}

/* Images keep their source-era identity. */
.life-incident .photo-frame,
.handover-photo .photo-frame,
.pms-attachments .photo-frame,
.ending-scene .photo-frame {
  position: relative;
}
.life-incident .photo-frame::after,
.pms-attachments .photo-frame::after,
.handover-photo .photo-frame::after {
  content: "";
  position: absolute;
  inset: 3px 3px 25px;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.015) 0 1px, rgba(0,0,0,.015) 1px 2px);
  mix-blend-mode: multiply;
}

@media (max-width: 850px) {
  .site-window { width: 100%; border-right: 0; border-left: 0; }
  .final-decision > div { grid-template-columns: 1fr; }
  .final-decision a p { min-height: 0; }
  .victim-draft { grid-template-columns: 1fr; }
  .victim-draft .photo-frame { border-width: 1px 0 0; }
  .victim-window { min-height: 480px; }
  .final-packet dl,
  .case-known dl { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .site-main { min-height: 520px; }
  .life-nav,
  .qian-nav,
  .hotel-header,
  .food-header,
  .forum-header,
  .ins-header,
  .np-header { min-height: auto; }
  .current-operation article { grid-template-columns: 64px 1fr; }
  .victim-window { min-height: 390px; }
  .final-channel,
  .ending-screen { width: calc(100% - 14px); padding: 12px; }
  .final-packet dl div { grid-template-columns: 90px 1fr; }
  .ending-lead h1 { font-size: 32px; }
  .ending-timeline article { grid-template-columns: 86px 1fr; }
  .ending-timeline time,
  .ending-timeline article div { padding: 9px; }
}
@media (max-width: 560px) {
  .account-shell {
    width: auto;
    margin: 18px 8px 55px;
    min-width: 0;
  }
  .account-shell > * {
    min-width: 0;
  }
  .account-main {
    padding: 24px 16px;
  }
  .lookup-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .lookup-bar input {
    width: 100%;
    min-width: 0;
  }
  .compare {
    grid-template-columns: 1fr;
  }
  .hotel-search {
    grid-template-columns: 1fr;
    bottom: -190px;
  }
  .hotel-search label {
    border-right: 0;
    border-bottom: 1px solid #e5e6e5;
    padding: 6px 8px;
  }
  .hotel-search input,
  .hotel-search select {
    width: 100%;
    min-width: 0;
  }
  .hotel-intro {
    padding-top: 230px;
  }
}
/* STRICT POLISH: recovery, content depth, terminal validation */
.browser-history {
  position: relative;
  flex: none;
  font-size: 12px;
}
.browser-history summary {
  list-style: none;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid #d5d9de;
  border-radius: 7px;
  color: #56606a;
  background: #fff;
}
.browser-history summary::-webkit-details-marker {
  display: none;
}
.browser-history > div {
  position: absolute;
  right: 0;
  top: 38px;
  width: 280px;
  background: #fff;
  border: 1px solid #d7dce1;
  border-radius: 9px;
  box-shadow: 0 16px 34px rgba(18, 28, 38, 0.18);
  padding: 8px;
  z-index: 80;
}
.browser-history > div > a {
  display: grid;
  gap: 2px;
  padding: 9px 10px;
  text-decoration: none;
  border-radius: 6px;
}
.browser-history > div > a:hover {
  background: #f4f6f8;
}
.browser-history > div > a b {
  font-size: 12px;
  font-weight: 600;
}
.browser-history > div > a span {
  font-size: 10px;
  color: #87919a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browser-history > div > span {
  display: block;
  padding: 10px;
  color: #929aa1;
}
.travel-menu > b {
  display: block;
  padding: 0 12px 10px;
  font-size: 12px;
  color: #81796c;
  letter-spacing: 0.08em;
}
.travel-menu > small {
  display: block;
  border-top: 1px solid #e5ded3;
  margin-top: 16px;
  padding: 16px 12px;
  color: #8b8378;
  font-size: 11px;
}
.travel-factline,
.price-breakdown,
.order-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #e4ded2;
  border: 1px solid #e4ded2;
  margin-top: 26px;
}
.travel-factline > div,
.order-services > div,
.price-breakdown > * {
  background: #fff;
  padding: 16px;
}
.travel-factline b,
.travel-factline span,
.order-services span,
.order-services b,
.price-breakdown b,
.price-breakdown span,
.price-breakdown small {
  display: block;
}
.travel-factline span,
.order-services span,
.price-breakdown span,
.price-breakdown small {
  font-size: 12px;
  color: #766e63;
}
.price-breakdown > b {
  font-size: 18px;
  color: #6a4a32;
}
.price-breakdown small {
  grid-column: 1/-1;
}
.faq-note {
  margin-top: 26px;
  padding: 18px;
  background: #f7f3eb;
  border: 1px solid #e8dece;
}
.faq-note p {
  margin: 4px 0;
  color: #6f665d;
}
.news-body-copy {
  font: 16px/1.9 var(--serif);
  color: #34312d;
  margin: 28px 0;
}
.news-body-copy p {
  margin: 0 0 22px;
}
.news-body-copy .first:first-letter {
  float: left;
  font-size: 42px;
  line-height: 0.82;
  margin: 9px 7px 0 0;
  font-family: var(--serif);
}
.news-fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-top: 1px solid #d8d4ce;
  border-bottom: 1px solid #d8d4ce;
  padding: 12px 0;
  margin: 30px 0;
  color: #7e7770;
  font-size: 11px;
}
.news-article .lead-copy {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  color: #393532;
}
.form-feedback {
  margin-top: 10px;
  color: #8d3e32;
  font-size: 12px;
  line-height: 1.6;
}
.case-helper {
  margin: 0;
  padding: 13px 15px;
  background: #f1f7f5;
  border: 1px solid #d3e4df;
  color: #58706a;
  font-size: 12px;
}
.recent-browse {
  margin: 22px auto 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 620px;
}
.recent-browse b {
  color: #77838a;
}
.recent-browse a {
  border: 1px solid #e0e5e8;
  padding: 6px 10px;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
}
.order-services {
  margin: 0;
  border-top: 0;
}
.order-services > div {
  min-height: 70px;
}
/* Restaurant contrast raised after accessibility review */
.site-restaurant .food-hero-copy p,
.site-restaurant .food-intro p,
.site-restaurant .night-copy p,
.site-restaurant .menu-cover p,
.site-restaurant .menu-line em,
.site-restaurant .menu-note,
.site-restaurant .history-list p,
.site-restaurant .history-list small,
.site-restaurant .food-comments p,
.site-restaurant .booking-page aside p,
.site-restaurant .booking-page aside small {
  color: #c9beb5;
}
.site-restaurant .food-header nav a,
.site-restaurant .food-links span {
  color: #d4c7bd;
}
.site-restaurant .food-intro span,
.site-restaurant .menu-cover span,
.site-restaurant .menu-history header span,
.site-restaurant .night-copy small {
  color: #bea998;
}
@media (max-width: 850px) {
  .browser-history {
    display: none;
  }
  .travel-factline,
  .price-breakdown,
  .order-services {
    grid-template-columns: 1fr 1fr;
  }
  .news-body-copy {
    font-size: 15px;
  }
  .news-fact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .travel-factline,
  .price-breakdown,
  .order-services {
    grid-template-columns: 1fr;
  }
  .news-body-copy {
    font-size: 15px;
    line-height: 1.82;
  }
  .news-fact-row {
    grid-template-columns: 1fr;
  }
  .recent-browse {
    justify-content: flex-start;
  }
}
.feed-item.read {
  background: #f8fafb;
}
.feed-item.read .feed-title {
  color: #647485;
}
.feed-item.read .feed-meta:after {
  content: "已浏览";
  margin-left: 8px;
  color: #9aa5ad;
  font-size: 11px;
}
/* PHOTO ECOLOGY: independent user photos, visual absence and fallbacks */
.album-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.album-gallery > article {
  border: 1px solid #e4dfda;
  background: #fff;
  min-width: 0;
}
.album-gallery .photo-frame {
  margin: 0;
}
.album-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.album-gallery article > div:last-child {
  padding: 13px;
}
.album-gallery article > div:last-child > b,
.album-gallery article > div:last-child > span {
  display: block;
}
.album-gallery article > div:last-child > span {
  font-size: 11px;
  color: #81786f;
  margin: 4px 0;
}
.album-gallery article > div:last-child > p {
  font-size: 13px;
  color: #675f59;
  margin: 8px 0 0;
}
.album-missing-card {
  display: grid;
  grid-template-rows: auto 1fr;
}
.missing-frame {
  aspect-ratio: 4/3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px dashed #cabeb5;
  margin: 10px;
  background: #faf7f4;
  color: #9b8e85;
}
.missing-frame span {
  font-size: 11px;
  letter-spacing: 0.15em;
}
.missing-frame b {
  font-size: 15px;
}
.feed-photo-link {
  display: block;
  margin: 12px 0 10px;
  text-decoration: none;
}
.feed-photo-link .photo-frame {
  margin: 0;
}
.feed-photo {
  width: min(100%, 560px);
  max-height: 340px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.feed-photo-link figcaption {
  font-size: 10px;
  color: #96a0a7;
  margin-top: 5px;
}
.thread-photo {
  margin: 18px 0 6px;
}
.thread-photo-img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
}
.photo-error img {
  display: none;
}
.photo-error {
  min-height: 120px;
  display: grid;
  place-items: center;
  background: #f4f4f2;
  border: 1px solid #e2e3df;
}
.photo-error figcaption {
  display: block !important;
  padding: 18px;
  color: #777;
}
.site-forum .photo-error {
  background: #f5f8fa;
}
.site-index .photo-error {
  background: #f6f1ec;
}
@media (max-width: 850px) {
  .album-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .album-missing-card {
    grid-column: 1/-1;
  }
  .feed-photo {
    max-height: 300px;
  }
}
@media (max-width: 560px) {
  .album-gallery {
    grid-template-columns: 1fr;
  }
  .album-missing-card {
    grid-column: auto;
  }
  .feed-photo {
    max-height: 260px;
  }
}

/* =====================================================================
   V2 PLAYER-EXPERIENCE REBUILD
   Real-browser context, clear interaction language, richer mail/rooms,
   non-spoilery lexemes, restaurant accessibility and deep-portal polish.
   ===================================================================== */

/* Browser tabs behave like browser tabs, not navigation chips. */
.browser-tabs {
  overflow: hidden;
  align-items: flex-end;
}
.browser-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 260px;
  min-width: 150px;
  color: #4c5560;
  text-decoration: none;
  border: 1px solid #cbd0d6;
  border-bottom: 0;
  background: #dfe3e8;
  box-shadow: inset 0 -1px #c6cbd1;
  transition:
    background 0.14s ease,
    color 0.14s ease;
}
.browser-tab:hover {
  background: #f2f4f6;
  color: #222b33;
}
.browser-tab.active {
  background: #fff;
  color: #1f252b;
  z-index: 2;
  box-shadow: none;
  font-weight: 600;
}
.browser-tab span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.browser-tab i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a6651;
  flex: none;
}
.browser-plus {
  height: 28px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px 8px 0 0;
  color: #59616b;
  cursor: default;
}
.address-bar span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.chrome-search input {
  transition:
    border-color 0.14s ease,
    box-shadow 0.14s ease;
}
.chrome-search input:focus {
  border-color: #7a8e9e;
  box-shadow: 0 0 0 3px rgba(92, 119, 141, 0.12);
  outline: 0;
}

/* Cross-site links should read as links without screaming “clue”. */
.site-main
  a:not(.browser-tab):not(.inbox-item):not(.drive-row):not(.feed-item):not(
    .stay-card
  ):not(.food-links a):not(.ins-actions a):not(.news-index > a):not(
    .hotel-text-link
  ):not(.qian-account):not(.hotel-book):not(.food-book):not(.preview-link):not(
    .result-link
  ) {
  text-underline-offset: 2px;
}
.external-link:not(.browser-tab)::after {
  content: " ↗";
  font-size: 0.72em;
  opacity: 0.56;
  white-space: nowrap;
}
.mail-folders a,
.mail-labels a,
.qian-nav a,
.forum-header a,
.hotel-header a,
.food-header a,
.news-head a,
.ins-header a,
.np-header a,
.generic-footer a,
.qian-footer a,
.hotel-footer a,
.food-footer a,
.news-footer a,
.ins-footer a,
.np-footer a {
  text-decoration: none;
}

/* Black-language terms: consistently italic, never highlighted as game keywords. */
.lexeme {
  font-style: italic;
  font-weight: inherit;
  color: inherit;
  letter-spacing: 0.01em;
}
.site-nightpost .lexeme,
.site-nightpost-query .lexeme {
  font-family: Georgia, "Times New Roman", serif;
}

/* Mail: readable interaction hierarchy and complete real-email bodies. */
.inbox-item {
  cursor: pointer;
  transition:
    background 0.12s ease,
    box-shadow 0.12s ease;
}
.inbox-item:hover {
  background: #f5ece7;
  box-shadow: inset 3px 0 #c69176;
}
.inbox-item.unread .mail-subject strong,
.inbox-item.unread > b {
  font-weight: 760;
  color: #1f2328;
}
.inbox-item:not(.unread) .mail-subject strong {
  font-weight: 520;
  color: #41474d;
}
.inbox-item .mail-subject strong {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inbox-item .mail-subject em {
  color: #80766f;
}
.mail-reader a,
.mail-copy a {
  color: #8d4d35;
  text-decoration: underline;
}
.mail-signature {
  margin: 28px 0 6px;
  padding-top: 18px;
  border-top: 1px solid #ece6e1;
  color: #71685f;
  font-size: 13px;
}
.mail-footer {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #ece8e4;
  color: #8d857f;
  font-size: 11px;
}
.mail-muted {
  color: #8b837c;
  font-size: 12px;
}
.marketing-mail {
  border: 1px solid #e5e0dc;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 24px 0;
}
.marketing-mail > .head {
  padding: 20px 22px;
  background: #f2eee9;
  border-bottom: 1px solid #e3ddd7;
}
.marketing-mail > .head b {
  display: block;
  font-size: 18px;
}
.marketing-mail > .head span {
  font-size: 12px;
  color: #7f756d;
}
.job-list {
  display: grid;
}
.job-list article {
  padding: 17px 22px;
  border-bottom: 1px solid #ebe6e2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 18px;
}
.job-list article:last-child {
  border-bottom: 0;
}
.job-list h3 {
  margin: 0;
  font-size: 16px;
}
.job-list p {
  grid-column: 1/-1;
  margin: 0;
  color: #756c65;
  font-size: 13px;
}
.job-list b {
  color: #9a543c;
  white-space: nowrap;
}
.mail-cta {
  display: inline-flex;
  margin: 8px 0 0;
  padding: 9px 14px;
  border-radius: 7px;
  background: #9c5d44;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 650;
}
.version-card {
  border: 1px solid #dedbd7;
  border-radius: 9px;
  background: #faf9f7;
  padding: 16px 18px;
  margin: 20px 0;
}
.version-card strong {
  display: block;
  margin-bottom: 8px;
}
.version-card ul {
  margin: 8px 0 0;
  padding-left: 20px;
  color: #665e58;
}
.version-card li {
  margin: 5px 0;
}
.bill-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #e3dfdb;
  background: #faf9f7;
  margin: 24px 0;
}
.bill-summary div {
  padding: 16px;
  border-right: 1px solid #e3dfdb;
}
.bill-summary div:last-child {
  border-right: 0;
}
.bill-summary span,
.bill-summary b {
  display: block;
}
.bill-summary span {
  font-size: 11px;
  color: #827970;
}
.bill-summary b {
  margin-top: 4px;
  font-size: 19px;
}
.mail-table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
}
.mail-table th,
.mail-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #ece8e4;
  text-align: left;
}
.mail-table th {
  font-size: 11px;
  color: #7d746c;
  font-weight: 600;
  background: #faf8f6;
}
.cinema-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.cinema-grid article {
  border: 1px solid #e4dfda;
  padding: 14px;
  background: #faf9f7;
}
.cinema-grid h3 {
  font-size: 15px;
  margin: 0 0 5px;
}
.cinema-grid p {
  margin: 0;
  color: #777069;
  font-size: 12px;
}
.cloud-share-card {
  border: 1px solid #dfe3e8;
  background: #f8fafc;
  border-radius: 10px;
  padding: 17px 18px;
  margin: 20px 0;
}
.cloud-share-card b,
.cloud-share-card span {
  display: block;
}
.cloud-share-card span {
  color: #7c8792;
  font-size: 12px;
  margin-top: 5px;
}
.cloud-usage {
  height: 8px;
  border-radius: 5px;
  background: #e6e9ed;
  overflow: hidden;
  margin: 16px 0 7px;
}
.cloud-usage i {
  display: block;
  height: 100%;
  background: #647c95;
  border-radius: 5px;
}
.cloud-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e1e5e9;
  border: 1px solid #e1e5e9;
  margin-top: 18px;
}
.cloud-stats div {
  background: #fff;
  padding: 13px;
}
.cloud-stats b,
.cloud-stats span {
  display: block;
}
.cloud-stats span {
  font-size: 11px;
  color: #7c8791;
}
.personal-thread {
  border-left: 2px solid #d7b6a5;
  margin: 22px 0;
  padding-left: 18px;
}
.personal-thread article {
  padding: 8px 0 14px;
}
.personal-thread b {
  display: block;
}
.personal-thread time {
  font-size: 11px;
  color: #8e857e;
}
.personal-thread p {
  margin: 5px 0;
  white-space: pre-line;
}
.forwarded-mail {
  border: 1px solid #e2ded9;
  background: #fbfaf8;
  margin: 22px 0;
  padding: 17px;
}
.forward-brand {
  font-size: 11px;
  color: #827970;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.quoted-thread {
  border-left: 3px solid #ded7d1;
  margin: 18px 0;
  padding: 4px 0 4px 16px;
  color: #655e58;
}

/* Drive: file rows and related files visibly actionable. */
.drive-row {
  cursor: pointer;
  transition: background 0.12s ease;
}
.drive-row:hover {
  background: #eef5fb;
}
.drive-name b {
  color: #263b50;
}
.drive-name span {
  color: #87919c;
}
.related-files a,
.order-links a,
.stay-service-links a {
  color: #245f92;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Qian: service-level links and useful recovery are visible without becoming a task panel. */
.order-links,
.stay-service-links {
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 13px;
}
.order-links a,
.stay-service-links a {
  padding: 4px 0;
}
.service-hours {
  color: #81786e;
  font-size: 12px;
}

/* Hotel: seven real room types, not one story-only room. */
.room-teaser {
  max-width: 1180px;
  margin: 30px auto 70px;
  padding: 0 5vw;
}
.room-teaser header,
.room-catalog > header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 20px;
}
.room-teaser header h2,
.room-catalog > header h1 {
  margin: 0;
  font: 500 34px/1.15 var(--serif);
  color: #26313b;
}
.room-teaser header p,
.room-catalog > header p {
  margin: 5px 0 0;
  color: #6d7479;
}
.room-catalog {
  max-width: 1180px;
  margin: 0 auto;
  padding: 55px 5vw 90px;
  background: #fff;
}
.room-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.stay-card {
  display: grid;
  grid-template-columns: 48% 52%;
  border: 1px solid #dfe2e3;
  background: #fff;
  text-decoration: none;
  color: #252b2f;
  overflow: hidden;
  min-height: 250px;
  box-shadow: 0 8px 25px rgba(25, 35, 42, 0.05);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.stay-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(25, 35, 42, 0.1);
}
.stay-card .photo-frame {
  height: 100%;
  margin: 0;
}
.room-photo {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}
.stay-card figcaption {
  display: none;
}
.stay-card > div {
  padding: 24px;
}
.stay-card small {
  font-family: Georgia, serif;
  font-style: italic;
  color: #71808c;
}
.stay-card h2 {
  font: 500 24px/1.2 var(--serif);
  margin: 6px 0 10px;
}
.stay-card p {
  color: #687177;
  margin: 8px 0 15px;
}
.stay-card dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
}
.stay-card dt {
  font-size: 10px;
  color: #92999e;
  text-transform: uppercase;
}
.stay-card dd {
  margin: 2px 0 0;
  font-weight: 650;
}
.stay-card .price {
  margin-top: 16px;
  color: #344e64;
  font-weight: 750;
}
.missing-checkout {
  padding: 13px 15px;
  background: #fff7ec;
  border: 1px solid #ead3ad;
  color: #725839;
  margin: 14px 0;
}
.hotel-text-link {
  color: #315f80;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Restaurant reservation page: deliberate dark design with accessible contrast. */
.site-restaurant .booking-page {
  color: #f0e9e3;
}
.site-restaurant .booking-page > section {
  background: #1b1817;
  padding: 30px;
  border: 1px solid #443a34;
}
.site-restaurant .booking-page h1 {
  color: #f2e9e2;
  margin-top: 6px;
}
.site-restaurant .booking-page .section-kicker {
  color: #d4b8a4;
  font-size: 11px;
  letter-spacing: 0.16em;
}
.site-restaurant .booking-page > section > p {
  color: #d2c6bd;
}
.site-restaurant .booking-form {
  border-color: #625148;
}
.site-restaurant .booking-form label {
  color: #eee3db;
  font-weight: 600;
}
.site-restaurant .booking-form input,
.site-restaurant .booking-form select {
  background: #0f0e0e;
  border-color: #746157;
  color: #f7f1ec;
  min-height: 44px;
  border-radius: 3px;
}
.site-restaurant .booking-form input::placeholder {
  color: #9c8e84;
}
.site-restaurant .booking-form input:focus,
.site-restaurant .booking-form select:focus {
  outline: 2px solid #b98d6e;
  outline-offset: 1px;
}
.site-restaurant .booking-form button {
  background: #ae8060;
  color: #fff;
  font-weight: 700;
  min-height: 46px;
  border-radius: 3px;
}
.site-restaurant .booking-page aside {
  background: #211d1b;
  border-color: #67554b;
  color: #f0e8e2;
}
.site-restaurant .booking-page aside h2,
.site-restaurant .booking-page aside h3 {
  color: #f1e7df;
}
.site-restaurant .booking-page aside p,
.site-restaurant .booking-page aside small {
  color: #cdbfb5 !important;
}
.site-restaurant .booking-page aside hr {
  border: 0;
  border-top: 1px solid #5b4c44;
}

/* News article links are recognisably editorial links, not buttons. */
.news-article a,
.news-related a,
.news-archive a {
  color: #294f73;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-index > a:hover {
  background: #f6f2eb;
}

/* Insurance input/action clarity. */
.case-form label {
  font-weight: 650;
  color: #344f49;
}
.case-form input,
.case-form textarea,
.case-form select {
  border: 1px solid #b8cbc5;
  background: #fff;
  color: #1f302c;
  min-height: 43px;
}
.case-form textarea {
  min-height: 110px;
}
.case-form input:focus,
.case-form textarea:focus,
.case-form select:focus {
  outline: 2px solid #4d8979;
  outline-offset: 1px;
}
.case-consent {
  font-weight: 500 !important;
}
.case-note {
  background: #f4f8f7;
  border-left: 3px solid #6a9488;
  padding: 12px 14px;
  color: #5c6f6a;
}

/* Legacy logistics portal: cold utility-first visual hierarchy. */
.manifest-period {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0;
  padding: 12px 14px;
  background: #eef2f4;
  border: 1px solid #ccd5da;
}
.manifest-period label {
  font-size: 12px;
  color: #5a6870;
  font-weight: 700;
}
.manifest-period select {
  border: 1px solid #b9c5cb;
  background: #fff;
  color: #26343b;
  padding: 8px 10px;
  min-width: 150px;
}
.np-empty {
  padding: 25px;
  border: 1px dashed #adb9c0;
  background: #f5f7f8;
  color: #66767e;
  text-align: center;
}
.manifest-page a,
.manifest-detail a {
  color: #365f73;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.live-manifest {
  cursor: pointer;
}
.live-manifest:hover {
  background: #edf3f5;
}
.manifest-meta {
  color: #71818a;
  font-size: 11px;
}
.np-record-actions {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Search should feel like search; recently visited items only help resume thought. */
.serp a,
.recent-browse a {
  cursor: pointer;
}
.serp a:hover h3 {
  text-decoration: underline;
}
.recent-browse a {
  color: #526873;
}
.recent-browse a:hover {
  background: #f4f7f8;
  border-color: #cad3d8;
}

/* Responsive V2 additions */
@media (max-width: 1050px) {
  .room-catalog-grid {
    grid-template-columns: 1fr;
  }
  .stay-card {
    grid-template-columns: 42% 58%;
  }
  .bill-summary,
  .cloud-stats {
    grid-template-columns: 1fr;
  }
  .bill-summary div {
    border-right: 0;
    border-bottom: 1px solid #e3dfdb;
  }
  .bill-summary div:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 850px) {
  .browser-tabs {
    display: flex;
    height: 30px;
    overflow-x: auto;
  }
  .browser-chrome {
    height: 84px;
  }
  .browser-toolbar {
    height: 54px;
  }
  .site-window {
    min-height: calc(100vh - 84px);
  }
  .browser-tab {
    min-width: 130px;
    max-width: 190px;
    flex: none;
  }
  .cinema-grid {
    grid-template-columns: 1fr;
  }
  .stay-card {
    grid-template-columns: 1fr;
  }
  .room-photo {
    height: 260px;
    min-height: 260px;
  }
  .stay-card .photo-frame {
    height: 260px;
  }
  .booking-page {
    gap: 20px;
  }
  .site-restaurant .booking-page > section {
    padding: 24px;
  }
}
@media (max-width: 560px) {
  .browser-tabs {
    height: 27px;
    padding-left: 6px;
  }
  .browser-tab {
    height: 25px;
    padding: 5px 9px;
    min-width: 112px;
    max-width: 145px;
    font-size: 10px;
  }
  .browser-plus {
    height: 25px;
  }
  .browser-chrome {
    height: 81px;
  }
  .job-list article {
    grid-template-columns: 1fr;
  }
  .job-list article b {
    grid-row: auto;
  }
  .cinema-grid {
    grid-template-columns: 1fr;
  }
  .room-teaser,
  .room-catalog {
    padding-left: 16px;
    padding-right: 16px;
  }
  .room-teaser header,
  .room-catalog > header {
    display: block;
  }
  .room-catalog-grid {
    gap: 18px;
  }
  .stay-card > div {
    padding: 18px;
  }
  .stay-card dl {
    grid-template-columns: 1fr 1fr;
  }
  .room-photo,
  .stay-card .photo-frame {
    height: 225px;
    min-height: 225px;
  }
  .site-restaurant .booking-page {
    margin-top: 24px;
    padding: 0 14px;
  }
  .site-restaurant .booking-page > section {
    padding: 20px 16px;
  }
  .site-restaurant .booking-page aside {
    padding: 20px;
  }
  .manifest-period {
    display: grid;
  }
  .manifest-period select {
    width: 100%;
  }
  .order-links,
  .stay-service-links {
    display: grid;
    gap: 6px;
  }
}

/* V2 corrective overrides: room catalogue uses its own cards; group stay keeps portal-card layout. */
.cloud-usage-card {
  border: 1px solid #e1e5e9;
  background: #fafbfc;
  padding: 16px 18px;
  margin: 20px 0;
}
.cloud-usage-card > b,
.cloud-usage-card > small {
  display: block;
}
.cloud-usage-card > small {
  color: #7a858f;
  margin-top: 7px;
  font-size: 11px;
}
.cloud-usage {
  height: 8px !important;
  background: #e6e9ed;
  border-radius: 5px;
  overflow: hidden;
  margin: 12px 0 0 !important;
}
.cloud-usage i {
  display: block;
  height: 100%;
  background: #647c95;
  border-radius: 5px;
}
.room-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.room-catalog article {
  display: grid;
  grid-template-columns: 46% 54%;
  border: 1px solid #dfe2e3;
  background: #fff;
  overflow: hidden;
  min-height: 250px;
  box-shadow: 0 8px 25px rgba(25, 35, 42, 0.05);
}
.room-catalog article .photo-frame {
  height: 100%;
  margin: 0;
}
.room-catalog article figcaption {
  display: none;
}
.room-catalog article > div {
  padding: 24px;
}
.room-catalog article > div > span {
  font-size: 12px;
  color: #71808c;
}
.room-catalog article > div > span em {
  font-family: Georgia, "Times New Roman", serif;
}
.room-catalog article h2 {
  font: 500 24px/1.2 var(--serif);
  margin: 7px 0 10px;
}
.room-catalog article p {
  color: #687177;
}
.room-catalog article dl {
  display: flex;
  gap: 25px;
  margin: 18px 0 0;
}
.room-catalog article dt {
  font-size: 10px;
  color: #92999e;
}
.room-catalog article dd {
  margin: 2px 0 0;
  font-weight: 650;
}
.hotel-portal .stay-card {
  display: block !important;
  grid-template-columns: none !important;
  min-height: 0 !important;
  margin-top: 25px !important;
  border: 1px solid #d8dddd !important;
  overflow: visible !important;
  box-shadow: none !important;
  transform: none !important;
}
.hotel-portal .stay-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.hotel-portal .stay-card > div {
  padding: 0;
}
.hotel-portal .stay-card header {
  display: flex;
}
.hotel-portal .stay-card .stay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hotel-portal .stay-card .stay-grid > div {
  padding: 20px;
}
.hotel-portal .stay-card .stay-note {
  padding: 18px;
}
.hotel-portal .stay-card .stay-service-links {
  padding: 0 18px 18px;
}
.hotel-portal .stay-card small {
  font-family: inherit;
  font-style: normal;
}
.hotel-portal .stay-card b {
  font-size: inherit;
}
.hotel-portal .stay-card p {
  color: inherit;
  margin: initial;
}
.hotel-portal .stay-card .missing-checkout {
  font-size: 19px;
}
@media (max-width: 1050px) {
  .room-catalog {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 850px) {
  .room-catalog article {
    grid-template-columns: 40% 60%;
  }
  .room-catalog article .room-photo {
    height: 100%;
    min-height: 245px;
  }
  .hotel-portal .stay-card {
    display: block !important;
  }
  .hotel-portal .stay-card .stay-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .room-catalog {
    padding: 30px 16px 65px;
  }
  .room-catalog article {
    grid-template-columns: 1fr;
  }
  .room-catalog article .room-photo {
    height: 220px;
    min-height: 220px;
  }
  .room-catalog article > div {
    padding: 18px;
  }
  .hotel-portal .stay-card .stay-grid {
    grid-template-columns: 1fr;
  }
  .hotel-portal .stay-card .stay-grid > div {
    border-right: 0;
    border-bottom: 1px solid #e0e3e3;
  }
}
/* Non-interactive dashboard labels must not masquerade as links. */
.mail-muted-cta {
  display: inline-flex !important;
  background: #f0ece8 !important;
  color: #746a63 !important;
  box-shadow: none !important;
  cursor: default !important;
}
.account-shell aside > span {
  padding: 9px 10px;
  color: #81786e;
}
.account-shell aside > span.active {
  background: #fff;
  color: #27241f;
  font-weight: 700;
}
.hotel-portal aside > span {
  padding: 10px;
  color: #9facb1;
}
.hotel-portal aside > span.active {
  background: #35444b;
  color: #fff;
}
.hotel-legal aside > span {
  padding: 12px 7px;
  border-bottom: 1px solid #e0e2e1;
  color: #7c8386;
}
.hotel-legal aside > span.active {
  background: #f1f3f3;
  color: #28343a;
  font-weight: 700;
}
.help-center aside > span {
  padding: 10px 0;
  border-top: 1px solid #dde7e6;
  color: #859493;
}
.help-center aside > span.active {
  color: #237368;
  font-weight: 700;
}
.ticket-list .ticket {
  cursor: default;
}

/* =====================================================================
   V2.1 REALISM / ACCESSIBILITY / INTERNAL-TAB REBUILD
   ===================================================================== */
/* A virtual tab never asks the real browser to open another window. */
.external-link {
  cursor: pointer;
}
.external-link:not(.browser-tab)::after {
  content: " ↗";
  font-size: 0.72em;
  opacity: 0.52;
  white-space: nowrap;
}
.real-external-link::after {
  content: " ↗";
  font-size: 0.72em;
  opacity: 0.72;
}

/* The restaurant is genuinely dark. The old generic .site-window white
   background caused pale restaurant typography to become unreadable. */
.site-restaurant .site-window,
.site-restaurant .site-main {
  background: #151414;
  color: #f1ebe5;
}
.site-restaurant .menu-page,
.site-restaurant .menu-history,
.site-restaurant .food-comments,
.site-restaurant .food-group {
  color: #f1ebe5;
}
.site-restaurant .menu-cover h1,
.site-restaurant .menu-sheet h2,
.site-restaurant .menu-line b,
.site-restaurant .menu-recent b,
.site-restaurant .menu-history h1,
.site-restaurant .history-list b,
.site-restaurant .food-comments h1,
.site-restaurant .food-comments b,
.site-restaurant .food-group h1 {
  color: #f3ece6;
}
.site-restaurant .menu-cover p,
.site-restaurant .menu-note,
.site-restaurant .history-list p,
.site-restaurant .history-list small,
.site-restaurant .food-comments p,
.site-restaurant .food-group header p,
.site-restaurant .diet-card small {
  color: #d3c7be !important;
}
.site-restaurant .menu-cover span,
.site-restaurant .menu-history header span,
.site-restaurant .food-comments header span,
.site-restaurant .food-group header span,
.site-restaurant .menu-line span,
.site-restaurant .menu-recent span,
.site-restaurant .history-list time {
  color: #c2ad9d !important;
}
.site-restaurant .menu-line em {
  color: #d0c3ba !important;
  font-style: normal;
}
.site-restaurant .menu-recent a,
.site-restaurant .history-list article,
.site-restaurant .food-comments > div > article {
  border-color: #51453e;
}
.site-restaurant .menu-recent a:hover,
.site-restaurant .food-links a:hover {
  background: #241f1d;
}
.site-restaurant .booking-page {
  color: #f3ece7;
}
.site-restaurant .booking-page > section {
  background: #1d1918;
}
.site-restaurant .booking-page > section > small,
.site-restaurant .booking-page .section-kicker {
  color: #d7bda9 !important;
}
.site-restaurant .booking-page > section > p,
.site-restaurant .booking-page aside p,
.site-restaurant .booking-page aside small {
  color: #d8cbc2 !important;
}
.site-restaurant .booking-page h1,
.site-restaurant .booking-page label,
.site-restaurant .booking-page aside b {
  color: #f5eee9 !important;
}
.site-restaurant .booking-form input::placeholder {
  color: #b5a69b;
}
.site-restaurant .food-footer {
  color: #c2b6ad;
}

/* Global readability tightening: muted information remains muted, never faint. */
.site-index .mail-muted,
.site-index .mail-footer,
.site-index .sender-line small,
.site-index .reader-tools,
.site-index .reply-box {
  color: #6f675f;
}
.site-index .mail-subject em,
.site-index .inbox-item time,
.site-index .drive-row.head,
.site-index .crumb {
  color: #70675f;
}
.site-hotel .stay-card dt,
.site-hotel .room-catalog article dt,
.site-hotel .room-catalog article > div > span {
  color: #65727b;
}
.site-hotel .stay-card p,
.site-hotel .room-catalog article p {
  color: #59656d;
}
.site-news .news-by,
.site-news .news-fact-row,
.site-news .result-count {
  color: #68635d;
}
.site-insurance .case-helper,
.site-insurance .case-note {
  color: #4d625d;
}

/* Searchable / semantically unstable language: italic only, not brighter. */
.lexeme {
  font-style: italic;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
}

/* HAIYU LIFE — a lifestyle publication, distinct from the hard-news site. */
.site-life {
  background: #f5f1ea;
  color: #26211d;
}
.site-life .site-window,
.site-life .site-main {
  background: #fbf8f2;
  color: #26211d;
}
.life-header {
  background: #fffdf9;
  border-bottom: 1px solid #ddd5ca;
}
.life-topline {
  height: 30px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #292623;
  color: #e9e2da;
  font-size: 10px;
  letter-spacing: 0.09em;
}
.life-nav {
  height: 82px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  gap: 38px;
}
.life-logo {
  font: 700 31px/1 var(--serif);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.02em;
}
.life-logo small {
  font: 9px/1.4 var(--font);
  letter-spacing: 0.2em;
  color: #8c7868;
  margin-top: 5px;
}
.life-nav nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.life-nav nav a {
  text-decoration: none;
  font-size: 13px;
  color: #3f3832;
}
.life-nav nav a:hover {
  color: #a0573d;
}
.life-member {
  font-size: 11px;
  color: #766d65;
  padding-left: 22px;
  border-left: 1px solid #ded6cc;
}
.life-footer {
  background: #292623;
  color: #d9d0c7;
  padding: 38px 5vw;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 35px;
}
.life-footer p {
  margin: 5px 0;
  color: #aaa097;
}
.life-footer div:nth-child(2) {
  display: grid;
  gap: 5px;
  font-size: 12px;
}
.life-footer small {
  color: #948a82;
}
.life-home {
  max-width: 1180px;
  margin: auto;
  padding: 50px 32px 90px;
}
.life-cover {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  background: #fff;
  border-top: 3px solid #24211e;
  border-bottom: 1px solid #d8d0c6;
  min-height: 500px;
}
.life-cover > div,
.life-cover .photo-frame,
.life-cover-photo {
  height: 500px;
}
.life-cover-photo {
  object-fit: cover;
}
.life-cover figcaption {
  display: none;
}
.life-cover > article {
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.life-cover > article > span {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #a75d43;
}
.sponsored-badge {
  display: inline-block;
  width: max-content;
  background: #efe6dd;
  color: #745545;
  border: 1px solid #d8c8ba;
  padding: 4px 8px;
  font: 10px/1.2 var(--font);
  letter-spacing: 0.06em;
  border-radius: 2px;
}
.life-cover h1 {
  font: 700 39px/1.26 var(--serif);
  margin: 14px 0 17px;
}
.life-cover h1:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.life-cover a {
  text-decoration: none;
}
.life-cover p {
  font-size: 16px;
  line-height: 1.8;
  color: #5a514a;
}
.life-cover > article > div {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  color: #756b63;
  font-size: 11px;
}
.life-stream {
  margin-top: 46px;
  background: #fff;
  border-top: 1px solid #302b27;
}
.life-stream > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 22px 0 15px;
  border-bottom: 1px solid #ddd5cb;
}
.life-stream h2 {
  font: 700 28px var(--serif);
  margin: 0;
}
.life-stream nav {
  display: flex;
  gap: 18px;
}
.life-stream nav a {
  font-size: 12px;
  color: #655c55;
  text-decoration: none;
}
.life-stream nav a:hover {
  text-decoration: underline;
}
.life-stream > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.life-stream article {
  padding: 26px 24px;
  border-bottom: 1px solid #e2dbd2;
}
.life-stream article:nth-child(odd) {
  border-right: 1px solid #e2dbd2;
}
.life-stream article > span {
  font-size: 10px;
  color: #a15e46;
  letter-spacing: 0.12em;
}
.life-stream article h3 {
  font: 700 22px/1.35 var(--serif);
  margin: 7px 0;
}
.life-stream article a {
  text-decoration: none;
}
.life-stream article a:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.life-stream article p {
  color: #5c544e;
  margin: 6px 0 13px;
}
.life-stream article small {
  color: #746b64;
}
.life-side-note {
  margin-top: 30px;
  padding: 20px 24px;
  border: 1px solid #ddd3c8;
  background: #f6efe7;
  max-width: 740px;
}
.life-side-note p {
  margin: 6px 0;
  color: #5d554e;
}
.life-article-layout {
  max-width: 1120px;
  margin: 0 auto;
  padding: 45px 30px 90px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  gap: 60px;
}
.life-article {
  background: #fff;
  padding: 42px 50px;
  border-top: 3px solid #25211e;
}
.life-path {
  font-size: 11px;
  color: #746a62;
  margin-bottom: 18px;
}
.life-article > h1 {
  font: 700 42px/1.27 var(--serif);
  margin: 12px 0 15px;
}
.life-dek {
  font-size: 18px;
  line-height: 1.75;
  color: #514943;
}
.life-by {
  display: flex;
  gap: 18px;
  border-top: 1px solid #ddd5cc;
  border-bottom: 1px solid #ddd5cc;
  padding: 12px 0;
  margin: 22px 0;
  color: #6c625a;
  font-size: 11px;
}
.life-article .photo-frame {
  margin: 28px 0;
}
.life-article-photo {
  width: 100%;
  max-height: 470px;
  object-fit: cover;
}
.life-article .photo-frame figcaption {
  color: #726961;
}
.life-copy {
  font: 16px/1.95 var(--serif);
  color: #35302c;
}
.life-copy p {
  margin: 0 0 23px;
}
.travel-comparison {
  margin: 40px -10px 20px;
  border-top: 2px solid #2c2824;
}
.travel-comparison header {
  padding: 24px 10px 16px;
}
.travel-comparison header > span {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #9f5a43;
}
.travel-comparison h2 {
  font: 700 28px var(--serif);
  margin: 5px 0;
}
.travel-comparison header p {
  color: #625950;
  margin: 5px 0;
}
.travel-comparison > article {
  display: grid;
  grid-template-columns: 45px 1fr 155px;
  gap: 18px;
  padding: 19px 10px;
  border-top: 1px solid #ddd6cd;
  align-items: start;
}
.travel-comparison .plan-no {
  font: 700 11px var(--font);
  color: #9c8b7e;
}
.travel-comparison h3 {
  margin: 0;
  font: 700 20px var(--serif);
}
.travel-comparison p {
  margin: 5px 0;
  color: #514a44;
}
.travel-comparison small {
  color: #746b63;
}
.travel-comparison > article > div:last-child {
  display: grid;
  text-align: right;
}
.travel-comparison > article > div:last-child b {
  font-size: 12px;
}
.travel-comparison > article > div:last-child span {
  font-size: 11px;
  color: #715f52;
  margin-top: 4px;
}
.travel-comparison > article a {
  margin-top: 9px;
  color: #8e4d37;
  text-decoration: underline;
}
.picked-plan {
  background: #faf3ec;
}
.life-disclosure {
  margin-top: 30px;
  padding: 18px 20px;
  background: #f4efe9;
  border-left: 3px solid #a56850;
}
.life-disclosure p {
  color: #554d47;
  margin: 5px 0;
}
.life-disclosure span {
  font-size: 10px;
  color: #7a6f66;
}
.life-actions {
  display: flex;
  gap: 20px;
  margin-top: 26px;
  padding-top: 15px;
  border-top: 1px solid #ddd6cf;
  color: #756b63;
  font-size: 11px;
}
.life-related {
  padding-top: 25px;
}
.life-related h3 {
  font: 700 20px var(--serif);
  border-bottom: 2px solid #2e2925;
  padding-bottom: 10px;
}
.life-related > a {
  display: grid;
  gap: 5px;
  padding: 15px 0;
  border-bottom: 1px solid #ded7cf;
  text-decoration: none;
}
.life-related > a span {
  font-size: 10px;
  color: #88796d;
}
.life-related > a b {
  font: 700 16px/1.4 var(--serif);
}
.life-related > a:hover b {
  text-decoration: underline;
}
.life-newsletter {
  margin-top: 28px;
  padding: 20px;
  background: #f1e9df;
}
.life-newsletter p {
  color: #5d554d;
}
.life-newsletter span {
  font-size: 11px;
  color: #786e65;
}
.lifestyle-forward h3 {
  font: 700 20px/1.45 var(--serif);
  margin: 8px 0;
}
.lifestyle-forward > a {
  display: inline-block;
  margin-top: 7px;
}

/* Clickability language: actionable text is consistently distinguishable. */
.site-main
  a[href]:not(.browser-tab):not(.inbox-item):not(.drive-row):not(
    .feed-item
  ):not(.stay-card):not(.food-book):not(.hotel-book):not(.qian-account):not(
    .mail-logo
  ):not(.qian-wordmark):not(.forum-logo):not(.hotel-brand a):not(
    .food-mark
  ):not(.life-logo):not(.news-mast):not(.ins-logo):not(.np-logo):not(
    .search-logo
  ) {
  cursor: pointer;
}
.mail-reader a,
.drive-info a,
.related-files a,
.ticket-detail a,
.travel-article a,
.hotel-legal article a,
.document-paper a,
.food-group a,
.kitchen-archive a,
.news-article a,
.life-article a,
.life-related a,
.help-center article a,
.np-service a,
.manifest-page a,
.manifest-detail a {
  font-weight: 600;
}

@media (max-width: 900px) {
  .life-nav {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding: 13px 18px;
  }
  .life-nav nav {
    order: 3;
    width: 100%;
    overflow: auto;
    margin: 0;
  }
  .life-member {
    margin-left: auto;
  }
  .life-cover {
    grid-template-columns: 1fr;
  }
  .life-cover > div,
  .life-cover .photo-frame,
  .life-cover-photo {
    height: 390px;
  }
  .life-cover > article {
    padding: 32px;
  }
  .life-article-layout {
    grid-template-columns: 1fr;
  }
  .life-related {
    border-top: 1px solid #ddd5cc;
  }
  .travel-comparison > article {
    grid-template-columns: 40px 1fr 130px;
  }
  .life-footer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .life-topline {
    padding: 0 14px;
  }
  .life-member {
    display: none;
  }
  .life-home {
    padding: 24px 14px 60px;
  }
  .life-cover > div,
  .life-cover .photo-frame,
  .life-cover-photo {
    height: 280px;
  }
  .life-cover > article {
    padding: 24px 20px;
  }
  .life-cover h1 {
    font-size: 30px;
  }
  .life-stream > div {
    grid-template-columns: 1fr;
  }
  .life-stream article:nth-child(odd) {
    border-right: 0;
  }
  .life-stream > header {
    display: block;
  }
  .life-stream nav {
    overflow: auto;
    margin-top: 12px;
  }
  .life-article-layout {
    padding: 24px 12px 60px;
  }
  .life-article {
    padding: 25px 18px;
  }
  .life-article > h1 {
    font-size: 32px;
  }
  .life-dek {
    font-size: 16px;
  }
  .life-by {
    flex-wrap: wrap;
  }
  .travel-comparison > article {
    grid-template-columns: 32px 1fr;
  }
  .travel-comparison > article > div:last-child {
    grid-column: 2;
    text-align: left;
  }
}

/* Story vocabulary: deliberately typographic, never a collectible marker. */
.lexeme,
.lexeme em,
.site-nightpost .lexeme,
.site-nightpost-query .lexeme {
  color: #090909 !important;
  font-style: italic !important;
  font-weight: 800 !important;
  text-decoration: none;
}
.lexeme {
  padding: 0 0.06em;
}
.site-index .lexeme {
  border-bottom: 1px dotted #222;
}
.site-life .lexeme {
  font-family: var(--serif);
  box-shadow: inset 0 -0.22em rgba(58, 48, 36, 0.14);
}
.site-qian .lexeme {
  border-bottom: 3px double #24201c;
}
.site-qian-archive .lexeme,
.site-hotel .lexeme {
  padding: 0 0.16em;
  background: #d9d9d5;
  font-family: monospace;
  letter-spacing: 0.025em;
}
.site-forum .lexeme {
  border-bottom: 2px solid #272727;
}
.site-restaurant .lexeme {
  font-family: var(--serif);
  letter-spacing: 0.05em;
}
.site-news .lexeme {
  border-bottom: 1px solid #111;
  font-family: var(--serif);
}
.site-insurance .lexeme {
  border-bottom: 1px dashed #202a26;
}
.site-nightpost .lexeme,
.site-nightpost-query .lexeme {
  padding: 0.05em 0.22em;
  background: #bfc3c0;
  font-family: monospace;
  letter-spacing: 0.035em;
}

/* Closable in-game browser tabs. */
.browser-tab-item {
  position: relative;
  display: flex;
  width: min(260px, 22vw);
  min-width: 150px;
  height: 28px;
  flex: none;
}
.browser-tab-item .browser-tab {
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-right: 32px;
}
.browser-tab-close {
  position: absolute;
  z-index: 4;
  top: 4px;
  right: 6px;
  display: grid;
  width: 20px;
  height: 20px;
  padding: 0;
  place-items: center;
  color: #606870;
  background: transparent;
  border: 0;
  border-radius: 50%;
  font: 16px/1 var(--font);
}
.browser-tab-close:hover {
  color: #20252a;
  background: #cbd0d5;
}
.browser-tab-item.active .browser-tab-close:hover {
  background: #e4e6e8;
}
.browser-support {
  display: inline-flex;
  height: 32px;
  padding: 0 10px;
  align-items: center;
  gap: 4px;
  flex: none;
  color: #4c5358;
  background: #f8f8f7;
  border: 1px solid #d2d6d8;
  border-radius: 16px;
  font-size: 11px;
}
.browser-support span {
  font: 700 15px/1 var(--serif);
}
.browser-support:hover {
  color: #18201c;
  background: #edf1ee;
  border-color: #aab5ae;
}

/* One-yuan voluntary support layer, adapted from the referenced project. */
html.support-open {
  overflow: hidden;
}
.support-overlay {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  opacity: 0;
  background: rgba(22, 27, 28, 0.72);
  backdrop-filter: blur(5px);
  transition: opacity 0.35s ease;
}
.support-overlay.show {
  opacity: 1;
}
.support-overlay.closing {
  opacity: 0;
}
.support-card {
  position: relative;
  width: min(500px, 92vw);
  max-height: min(720px, 92vh);
  overflow-y: auto;
  color: #282923;
  background:
    linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
    #e7deca;
  border: 1px solid #c1b59f;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.38s cubic-bezier(0.22, 0.82, 0.25, 1);
}
.support-overlay.show .support-card {
  transform: translateY(0) scale(1);
}
.support-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: #817a6d;
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
}
.support-close:hover {
  color: #252820;
  background: rgba(40, 44, 38, 0.08);
}
.support-card-inner {
  padding: 30px 30px 22px;
}
.support-header {
  margin-bottom: 18px;
  text-align: center;
}
.support-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.support-header > div > span {
  color: #718064;
  font-size: 20px;
}
.support-header h2 {
  margin: 0;
  font: 700 23px/1.4 var(--serif);
  letter-spacing: 0.05em;
}
.support-header p {
  margin: 5px 0 0;
  color: #777163;
  font-size: 12px;
}
.support-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-qr {
  position: relative;
  width: 138px;
  height: 160px;
  padding: 7px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c9c1b4;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(56, 50, 38, 0.13);
}
.support-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-qr i {
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 1px solid rgba(105, 121, 93, 0.18);
  border-radius: 6px;
}
.support-scan {
  margin: 8px 0 15px;
  color: #847b6d;
  font-size: 11px;
}
.support-scan strong {
  color: #1677ff;
}
.support-copy {
  font: 14px/1.82 var(--serif);
  text-align: center;
}
.support-copy p {
  margin: 8px 0;
}
.support-cute {
  padding: 9px 13px;
  color: #555d49;
  background: rgba(101, 121, 88, 0.11);
  border-radius: 8px;
}
.support-footer {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px dashed #c9bfad;
}
.support-footer > p {
  margin: 0 0 12px;
  color: #8a8376;
  font-size: 11px;
  text-align: center;
}
.support-footer > div {
  display: flex;
  gap: 10px;
}
.support-footer button {
  flex: 1;
  padding: 11px 15px;
  border-radius: 9px;
  border: 0;
  font-weight: 700;
}
.support-done {
  color: #fff;
  background: linear-gradient(135deg, #627a58, #9b8952);
  box-shadow: 0 4px 14px rgba(69, 87, 59, 0.22);
}
.support-later {
  color: #81786c;
  background: #eee9df;
  border: 1px solid #d5ccbd !important;
}
.support-footer small {
  display: block;
  margin-top: 12px;
  color: #a59b8b;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
.support-toast {
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 28px;
  max-width: min(520px, 88vw);
  padding: 11px 20px;
  color: #fff;
  background: rgba(70, 91, 77, 0.96);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: 0.35s ease;
  text-align: center;
}
.support-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 850px) {
  .browser-tab-item {
    width: 170px;
    min-width: 130px;
  }
}
@media (max-width: 560px) {
  .browser-tab-item {
    width: 135px;
    min-width: 112px;
    height: 25px;
  }
  .browser-tab-item .browser-tab {
    padding-right: 27px;
  }
  .browser-tab-close {
    top: 3px;
    right: 4px;
    width: 18px;
    height: 18px;
    font-size: 14px;
  }
  .browser-support {
    width: 32px;
    padding: 0;
    justify-content: center;
  }
  .browser-support b {
    display: none;
  }
  .support-overlay {
    padding: 10px;
    align-items: flex-start;
  }
  .support-card {
    width: 100%;
    max-height: calc(100vh - 20px);
  }
  .support-card-inner {
    padding: 26px 17px 18px;
  }
  .support-header h2 {
    font-size: 20px;
  }
  .support-copy {
    font-size: 13px;
  }
  .support-footer > div {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .support-overlay,
  .support-card,
  .support-toast {
    transition: none;
  }
}
