:root {
  --brand: #1d6fb8;
  --brand-dark: #14507f;
  --brand-light: #e8f2fb;
  --sidebar-w: 220px;
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; }
body { background: #f0f2f5; }

/* ---------- 布局 ---------- */
.layout { display: flex; height: 100vh; }
.sidebar {
  width: var(--sidebar-w);
  background: linear-gradient(180deg, #123a5e 0%, #1d6fb8 100%);
  color: #fff; display: flex; flex-direction: column; flex-shrink: 0;
  box-shadow: 2px 0 8px rgba(0,0,0,.15); z-index: 10;
}
.sidebar .logo { padding: 20px 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.sidebar .logo h1 { font-size: 17px; margin: 0 0 2px; letter-spacing: 1px; }
.sidebar .logo h1 .logo-icon { width: 34px; height: 34px; object-fit: contain; vertical-align: -8px; margin-right: 6px; border-radius: 3px; }
.sidebar .logo p { font-size: 11px; opacity: .7; margin: 0; }
.sidebar .menu { flex: 1; overflow-y: auto; padding: 10px 0; }
.sidebar .menu::-webkit-scrollbar { width: 4px; }
.sidebar .menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,.3); border-radius: 4px; }
.sidebar .menu-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 20px; cursor: pointer; font-size: 14px;
  color: rgba(255,255,255,.85); border-left: 3px solid transparent;
  transition: all .2s;
}
.sidebar .menu-item:hover { background: rgba(255,255,255,.1); }
.sidebar .menu-item.active { background: rgba(255,255,255,.18); border-left-color: #ffd166; color: #fff; font-weight: 600; }
.sidebar .menu-item .el-icon { font-size: 17px; }
.sidebar .menu-group { font-size: 11px; color: rgba(255,255,255,.5); padding: 14px 20px 4px; letter-spacing: 1px; }
.sidebar .user-box { padding: 12px 16px; border-top: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.sidebar .user-box .name { font-weight: 600; }

.main { flex: 1; display: flex; flex-direction: column; overflow: hidden; min-width: 0; }
.topbar {
  height: 52px; background: #fff; display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px; box-shadow: 0 1px 4px rgba(0,0,0,.06); flex-shrink: 0;
}
.topbar .page-title { font-size: 16px; font-weight: 600; color: #333; }
.topbar-right { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  cursor: pointer; display: flex; align-items: center; gap: 4px;
  color: #606266; font-size: 13px; padding: 5px 10px; border-radius: 6px;
  border: 1px solid #d8dee8; background: #fff; transition: all .2s;
}
.lang-switch:hover { border-color: var(--brand); color: var(--brand); }
.lang-switch.active { border-color: var(--brand); color: var(--brand); }
.content { flex: 1; overflow-y: auto; padding: 18px; }

/* ---------- 备案号页脚 ---------- */
.app-footer {
  flex-shrink: 0; text-align: center; padding: 10px 16px 14px;
  font-size: 12px; color: #9aa4b0; background: transparent;
}
.app-footer a { color: #9aa4b0; text-decoration: none; }
.app-footer a:hover { color: var(--brand); }
.app-footer .footer-bar {
  max-width: 1000px; margin: 0 auto; padding-top: 10px;
  border-top: 1px solid #e8ecf0;
}
.login-footer {
  position: fixed; left: 0; right: 0; bottom: 16px;
  text-align: center; font-size: 12px; color: rgba(255,255,255,.75);
  z-index: 5; pointer-events: none;
}
.login-footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.login-footer a:hover { color: #fff; }

/* ---------- 卡片工具 ---------- */
.stat-card {
  background: #fff; border-radius: 10px; padding: 18px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05); position: relative; overflow: hidden;
}
.stat-card .num { font-size: 30px; font-weight: 700; color: var(--brand); }
.stat-card .label { color: #888; font-size: 13px; margin-top: 4px; }
.stat-card .icon-badge {
  position: absolute; right: 14px; top: 14px; width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff;
}
.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
.page-head { margin-bottom: 14px; }
/* ---------- 工作台：环比与快捷卡片 ---------- */
.stat-card .trend { font-size: 12px; color: #999; margin-top: 6px; display: flex; align-items: center; gap: 2px; }
.stat-card .trend.up { color: #f56c6c; }
.stat-card .trend.down { color: #67c23a; }
.stat-card .trend.muted { color: #bbb; }
.stat-card .trend .el-icon { font-size: 12px; }
.stat-go { border: 1px dashed #c0c4cc; background: #f8fbff; box-shadow: none; }
.stat-go:hover { border-color: #409eff; background: #ecf5ff; }
/* ---------- 工作台：收支趋势柱状图 ---------- */
.dash-bars { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; height: 130px; padding: 6px 4px 0; border-bottom: 1px solid #ebeef5; }
.dash-bars .bar-group { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; }
.dash-bars .bar-pair { flex: 1; display: flex; align-items: flex-end; justify-content: center; gap: 4px; width: 100%; }
.dash-bars .bar { width: 12px; border-radius: 3px 3px 0 0; min-height: 2px; transition: height .3s; }
.dash-bars .bar-income { background: linear-gradient(180deg, #409eff, #79bbff); }
.dash-bars .bar-expense { background: linear-gradient(180deg, #e6a23c, #f3d19e); }
.dash-bars .bar-label { font-size: 11px; color: #999; padding: 4px 0 2px; }
.dash-dot { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.dash-stat-card { padding: 12px; }
.dash-stat-card .icon-badge { width: 38px; height: 38px; font-size: 18px; }
.dash-stat-card .num { font-size: 22px; line-height: 28px; }
.dash-stat-card .label { font-size: 12px; }
.dash-stat-card .trend { font-size: 11px; margin-top: 4px; }

/* ---------- 酒店卡片 ---------- */
.hotel-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 5px rgba(0,0,0,.06); cursor: pointer; transition: all .25s; }
.hotel-card:hover { transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,.1); }
.hotel-card .cover { height: 150px; background: linear-gradient(135deg, #1d6fb8, #2ba3d6); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 40px; position: relative; }
.hotel-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.hotel-card .cover .badge { position: absolute; top: 10px; right: 10px; }
.hotel-card .info { padding: 14px 16px; }
.hotel-card .info h3 { margin: 0 0 4px; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 6px; }
.hotel-card .info .sub { color: #999; font-size: 12px; margin-bottom: 8px; }
.hotel-card .tags { display: flex; flex-wrap: wrap; gap: 4px; }
.hotel-card .tags span { font-size: 11px; background: var(--brand-light); color: var(--brand); padding: 2px 8px; border-radius: 10px; }

/* ---------- 区域导航条 ---------- */
.region-label { font-size: 14px; font-weight: 600; color: #303133; display: inline-flex; align-items: center; white-space: nowrap; margin-right: 14px; }
.region-tag { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.15; height: 38px; min-width: 60px; padding: 4px 14px; color: #fff; border-radius: 14px; border: 2px solid transparent; transition: all .2s; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.region-tag:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.2); opacity: .92; }
.region-tag-active { border: 2px solid #303133; box-shadow: 0 4px 14px rgba(0,0,0,.25); transform: translateY(-2px); }
.region-cn { font-size: 14px; font-weight: 600; }
.region-en { font-size: 11px; font-weight: 400; opacity: .9; }

/* ---------- 房型对话框 ---------- */
.room-dialog .el-dialog__title { font-size: 16px; font-weight: 600; }

/* ---------- 房态色板 ---------- */
.st-green { background: #67c23a; }
.st-yellow { background: #e6a23c; }
.st-red { background: #f56c6c; }
.st-cell { text-align: center; font-size: 12px; cursor: pointer; color: #fff; border-radius: 6px; padding: 8px 2px; min-height: 44px; display: flex; flex-direction: column; justify-content: center; line-height: 1.3; }
.st-cell .num { font-weight: 700; font-size: 14px; }

.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 5px; }

/* ---------- 中俄双语 ---------- */
.bi { display: flex; align-items: baseline; gap: 6px; }
.bi .zh { font-weight: 600; }
.bi .ru { color: #999; font-size: 12px; }

/* ---------- 照片 ---------- */
.photo-box { border-radius: 8px; overflow: hidden; position: relative; background: #eee; cursor: pointer; }
.photo-box img { width: 100%; height: 120px; object-fit: cover; display: block; }
.photo-box .cat { position: absolute; left: 6px; bottom: 6px; background: rgba(0,0,0,.55); color: #fff; font-size: 11px; padding: 2px 8px; border-radius: 8px; }
.photo-box .del { position: absolute; right: 6px; top: 6px; opacity: 0; transition: opacity .2s; }
.photo-box:hover .del { opacity: 1; }

/* ---------- 富文本预览 ---------- */
.rich-line { white-space: pre-wrap; line-height: 1.8; color: #555; font-size: 13px; }

/* ---------- 报价单 ---------- */
.quote-sheet { background: #fff; border-radius: 10px; padding: 20px; }
.quote-sheet table { width: 100%; border-collapse: collapse; }
.quote-sheet td, .quote-sheet th { border: 1px solid #e3e8ef; padding: 8px 10px; text-align: left; font-size: 13px; }
.quote-sheet th { background: var(--brand-light); color: var(--brand-dark); }

/* ---------- 通用 ---------- */
.mb8 { margin-bottom: 8px; } .mb16 { margin-bottom: 16px; } .mt8 { margin-top: 8px; }
.text-muted { color: #999; } .text-sm { font-size: 12px; }
.flex { display: flex; } .gap4 { gap: 4px; } .gap6 { gap: 6px; } .gap8 { gap: 8px; } .gap16 { gap: 16px; } .wrap { flex-wrap: wrap; }
/* 折合金额展示框 */
.cny-box {
  width: 100%; height: 32px; line-height: 30px; padding: 0 10px;
  background: #f3f9ff; border: 1px solid #b3d8ff; border-radius: 4px;
  color: #409EFF; font-size: 14px; overflow: hidden; white-space: nowrap;
}
/* 对话框表单标签不允许换行（如"订单编号"），保证单行显示 */
.el-dialog .el-form-item__label { white-space: nowrap; }
/* 游客人数：成人与儿童输入框撑满列宽 */
.el-dialog .el-form-item .el-input-number { width: 100%; }
/* 订单金额货币下拉：缩短60%，仅显示符号 */
.el-dialog .cur-select.el-select { width: 36px !important; }
.el-dialog .cur-select .el-select__wrapper { padding: 0 3px; }
.el-dialog .cur-select .el-select__selected-item span { font-size: 13px; }
/* 新增/修改订单对话框标题缩小1号 */
.ed-dlg .el-dialog__title { font-size: 16px; }
/* ===== 新增订单对话框：各区域容器框及分隔线统一浅蓝色 ===== */
.ed-dlg .sep-basic { background-color: #a6d1ff; }
.ed-dlg .sep-basic .el-divider__text { color: #409eff; font-weight: 600; }
.ed-dlg .sec-basic .el-input__wrapper,
.ed-dlg .sec-basic .el-select__wrapper { box-shadow: 0 0 0 1px #409eff inset; }
.ed-dlg .sec-basic .el-input__wrapper:hover,
.ed-dlg .sec-basic .el-select__wrapper:hover { box-shadow: 0 0 0 1px #79bbff inset; }
.ed-dlg .sec-basic .el-input__wrapper.is-focus,
.ed-dlg .sec-basic .el-select__wrapper.is-focused { box-shadow: 0 0 0 1px #409eff inset; }
/* 备注 - 浅蓝 */
.ed-dlg .sep-memo { background-color: #a6d1ff; }
.ed-dlg .sep-memo .el-divider__text { color: #409eff; font-weight: 600; }
.ed-dlg .sec-memo .el-textarea__inner { box-shadow: 0 0 0 1px #409eff inset; }
.ed-dlg .sec-memo .el-textarea__inner:hover { box-shadow: 0 0 0 1px #79bbff inset; }
.ed-dlg .sec-memo .el-textarea__inner:focus { box-shadow: 0 0 0 1px #409eff inset; }
/* 客户名单 - 浅蓝 */
.ed-dlg .sep-clients { background-color: #a6d1ff; }
.ed-dlg .sep-clients .el-divider__text { color: #409eff; font-weight: 600; }
.ed-dlg .sec-clients .el-input__wrapper,
.ed-dlg .sec-clients .el-select__wrapper { box-shadow: 0 0 0 1px #409eff inset; }
.ed-dlg .sec-clients .el-input__wrapper:hover,
.ed-dlg .sec-clients .el-select__wrapper:hover { box-shadow: 0 0 0 1px #79bbff inset; }
.ed-dlg .sec-clients .el-input__wrapper.is-focus,
.ed-dlg .sec-clients .el-select__wrapper.is-focused { box-shadow: 0 0 0 1px #409eff inset; }
.ed-dlg .sec-clients .el-table { --el-table-border-color: #a6d1ff; --el-table-header-bg-color: #ecf5ff; }
/* 金额/确认 - 浅蓝 */
.ed-dlg .sep-amount { background-color: #a6d1ff; }
.ed-dlg .sep-amount .el-divider__text { color: #409eff; font-weight: 600; }
.ed-dlg .sec-amount .el-input__wrapper,
.ed-dlg .sec-amount .el-select__wrapper { box-shadow: 0 0 0 1px #409eff inset; }
.ed-dlg .sec-amount .el-input__wrapper:hover,
.ed-dlg .sec-amount .el-select__wrapper:hover { box-shadow: 0 0 0 1px #79bbff inset; }
.ed-dlg .sec-amount .el-input__wrapper.is-focus,
.ed-dlg .sec-amount .el-select__wrapper.is-focused { box-shadow: 0 0 0 1px #409eff inset; }
.align-center { align-items: center; } .space-between { justify-content: space-between; }
.num-badge { background: #f56c6c; color: #fff; border-radius: 10px; font-size: 11px; padding: 1px 7px; margin-left: 4px; }
/* ---------- 登录页（分屏式） ---------- */
.login-bg { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #0b2e4f; padding: 16px; }
.login-shell { width: 100%; max-width: 1080px; min-height: 600px; display: flex; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
/* 左侧品牌区 */
.login-brand {
  flex: 1.4; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, #0f3d63 0%, #17608f 45%, #1f8fc0 100%);
  position: relative; overflow: hidden; padding: 48px;
}
.login-brand::before, .login-brand::after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); }
.login-brand::before { width: 420px; height: 420px; top: -140px; right: -120px; }
.login-brand::after { width: 340px; height: 340px; bottom: -120px; left: -100px; }
.brand-inner { position: relative; z-index: 2; color: #fff; max-width: 440px; text-align: center; }
.brand-logo {
  width: 88px; height: 88px; object-fit: contain;
  margin: 0 auto 22px;
}
.brand-title { font-size: 40px; font-weight: 700; margin: 0 0 10px; letter-spacing: 1px; }
.login-captcha { display: flex; align-items: center; gap: 10px; width: 100%; }
.login-captcha .el-input { flex: 1; }
.captcha-img { height: 46px; width: 130px; border-radius: 8px; border: 1px solid #e3e8ef; cursor: pointer; object-fit: cover; flex-shrink: 0; }
.brand-sub { font-size: 15px; opacity: .9; margin: 0; line-height: 1.6; }
.brand-divider { width: 56px; height: 4px; border-radius: 2px; background: #ffd166; margin-bottom: 28px; }
.brand-points { list-style: none; margin: 0; padding: 0; }
.brand-points li { display: flex; align-items: center; gap: 10px; font-size: 15px; margin-bottom: 16px; opacity: .95; }
.brand-points .el-icon { color: #ffd166; flex-shrink: 0; }
/* 右侧表单区 */
.login-panel { flex: 1; background: #fff; display: flex; align-items: center; justify-content: center; padding: 48px 40px; }
.login-card { width: 100%; max-width: 380px; }
.card-head { margin-bottom: 30px; }
.card-head h2 { margin: 0 0 8px; font-size: 26px; color: #1d3c56; }
.card-head p { margin: 0; color: #97a3b4; font-size: 14px; }
.card-head p::after {
  content: ""; display: block; width: 44px; height: 4px; border-radius: 2px;
  background: linear-gradient(90deg, #1d6fb8, #2ba3d6); margin-top: 16px;
}
.login-card .el-form-item__label { color: #5a6b7c; font-weight: 600; }
.login-card .el-input__wrapper { height: 46px; border-radius: 10px; }
.card-foot { margin-top: 26px; text-align: center; color: #b0bac7; font-size: 12px; }
@media (max-width: 860px) {
  .login-brand { display: none; }
  .login-shell { min-height: auto; }
  .login-panel { padding: 40px 24px; }
}

.pwd-eye { cursor: pointer; }

/* 表格中俄双语 */
.duo { display: flex; flex-direction: column; }
.duo .zh { font-weight: 600; color: #333; }
.duo .ru { color: #999; font-size: 12px; }

/* 报表表格 */
.report-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 12px; }
.report-table th, .report-table td { border: 1px solid #e3e8ef; padding: 6px 8px; white-space: nowrap; }
.report-table th { background: var(--brand-light); color: var(--brand-dark); position: sticky; top: 0; }
.report-table .st-head { writing-mode: vertical-lr; font-size: 11px; padding: 4px; }

.el-dialog .el-select, .el-dialog .el-date-editor { width: 100%; }

/* ---------- 报价单导出页 ---------- */
.quote-export-page { display: flex; flex-direction: column; gap: 16px; }
.quote-export-page .head-card { border-radius: 12px; }
.quote-export-page .head-card .el-card__body { padding: 18px 22px; }
.quote-export-page .head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.quote-export-page .head-title h3 { margin: 0 0 4px; font-size: 17px; color: #1d3c56; }
.quote-export-page .head-title p { margin: 0; color: #8a94a6; font-size: 13px; }
.quote-export-page .head-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.quote-export-page .rate-tag {
  background: var(--brand-light); color: var(--brand); border: 1px solid #cfe3f7;
  font-size: 12px; padding: 5px 12px; border-radius: 20px; white-space: nowrap;
}

/* 步骤卡片 */
.quote-export-page .step-card { border-radius: 12px; }
.quote-export-page .step-card .el-card__body { padding: 18px 22px; }
.quote-export-page .step-head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
  padding-bottom: 14px; border-bottom: 1px solid #eef1f6;
}
.quote-export-page .step-no {
  width: 28px; height: 28px; border-radius: 50%; background: var(--brand); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; flex-shrink: 0;
}
.quote-export-page .step-title { font-size: 15px; font-weight: 600; color: #303133; }
.quote-export-page .step-sub { font-size: 12px; color: #909399; margin-top: 2px; }
.quote-export-page .step-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }

/* 页面类型选择 */
.quote-export-page .sheet-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px;
}
.quote-export-page .sheet-item { width: 100%; margin: 0; }
.quote-export-page .sheet-item .el-checkbox__label { width: 100%; }
.quote-export-page .sheet-card {
  width: 100%; border: 1px solid #e3e8ef; border-radius: 10px; padding: 9px 13px;
  background: #fbfcfe; transition: all .2s; cursor: pointer;
}
.quote-export-page .sheet-item.is-checked .sheet-card {
  border-color: var(--brand); background: var(--brand-light); box-shadow: 0 0 0 1px var(--brand) inset;
}
.quote-export-page .sc-name { font-size: 10px; font-weight: 600; }

/* 4 种页面类型各自配色 */
.quote-export-page .sheet-color-index       { border-color: #9bd3f5; background: #f0f9ff; }
.quote-export-page .sheet-color-index .sc-name { color: #1c7ed6; }
.quote-export-page .sheet-item.is-checked .sheet-color-index { border-color: #1c7ed6; background: #e3f2fd; box-shadow: 0 0 0 1px #1c7ed6 inset; }

.quote-export-page .sheet-color-stop_sale   { border-color: #f6b8b8; background: #fff4f4; }
.quote-export-page .sheet-color-stop_sale .sc-name { color: #d64545; }
.quote-export-page .sheet-item.is-checked .sheet-color-stop_sale { border-color: #d64545; background: #ffecec; box-shadow: 0 0 0 1px #d64545 inset; }

.quote-export-page .sheet-color-updated     { border-color: #f7d794; background: #fffaf0; }
.quote-export-page .sheet-color-updated .sc-name { color: #d97b16; }
.quote-export-page .sheet-item.is-checked .sheet-color-updated { border-color: #d97b16; background: #fff3d6; box-shadow: 0 0 0 1px #d97b16 inset; }

.quote-export-page .sheet-color-hotels      { border-color: #b7e0c3; background: #f3fbf5; }
.quote-export-page .sheet-color-hotels .sc-name { color: #2f9e57; }
.quote-export-page .sheet-item.is-checked .sheet-color-hotels { border-color: #2f9e57; background: #e6f6ec; box-shadow: 0 0 0 1px #2f9e57 inset; }

/* 酒店选择：容器加大、单个卡片合理缩小 */
.quote-export-page .hotel-card-step .el-card__body { padding: 22px 24px; }
.quote-export-page .hotel-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(176px, 1fr)); gap: 14px;
}
.quote-export-page .hotel-item { width: 100%; margin: 0; }
.quote-export-page .hotel-item .el-checkbox__label { width: 100%; display: block; white-space: normal; word-break: break-word; }
.quote-export-page .hotel-item .hotel-card {
  width: 100%; border: 1px solid #e3e8ef; border-radius: 9px; padding: 9px 11px;
  background: #fff; transition: all .2s; cursor: pointer;
}
.quote-export-page .hotel-item.is-checked .hotel-card {
  border-color: var(--brand); box-shadow: 0 0 0 1px var(--brand) inset; background: #f4faff;
}
.quote-export-page .hotel-card .hc-top { position: relative; }
.quote-export-page .hotel-card .hc-name {
  font-size: 10.5px; font-weight: 500; color: #303133; line-height: 1.3;
  word-break: break-word; overflow-wrap: anywhere;
  display: block; white-space: normal;
  width: 25ch; max-width: 100%;
  height: 2.6em; overflow: hidden; box-sizing: border-box;
}
.quote-export-page .hotel-card .hc-star {
  font-size: 10px; color: #f59e0b; display: inline-flex; align-items: center; gap: 2px;
  white-space: nowrap; margin-left: 0.8em; /* 与房型间隔约 2 个字符 */
}
.quote-export-page .hotel-card .hc-star .star-icon { font-size: 11px; }
.quote-export-page .hotel-card .hc-meta { display: flex; align-items: center; gap: 6px; margin-top: 7px; flex-wrap: wrap; }
.quote-export-page .hotel-card .hc-room { font-size: 11px; color: #606266; }
.quote-export-page .hotel-card .hc-extra { font-size: 11px; color: #e6a23c; }

/* 底部：导出按钮在上、文件名容器在下 */
.quote-export-page .foot-card { border-radius: 12px; }
.quote-export-page .foot-card .el-card__body { padding: 16px 22px; }
.quote-export-page .export-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.quote-export-page .export-summary { font-size: 13px; color: #606266; }
.quote-export-page .file-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid #eef1f6;
}
.quote-export-page .file-label { font-size: 13px; color: #606266; white-space: nowrap; }
.quote-export-page .file-hint { font-size: 12px; color: #a0a6b3; }
.quote-export-page .tip-row {
  display: flex; gap: 8px; align-items: flex-start; margin-top: 12px; padding-top: 12px;
  border-top: 1px dashed #eef1f6; font-size: 12px; color: #8a94a6; line-height: 1.6;
}
.quote-export-page .tip-row .el-icon { flex-shrink: 0; margin-top: 2px; }

/* 响应式 */
@media (max-width: 900px) {
  .sidebar { width: 64px; }
  .sidebar .logo h1, .sidebar .logo p, .sidebar .menu-item span.ml, .sidebar .menu-group, .sidebar .user-box .txt { display: none; }
  .sidebar .menu-item { justify-content: center; padding: 14px 0; }
  .login-card { width: 92%; }
}

/* ---------- 通用工具类（财务/对账等视图） ---------- */
.color-success { color: #67c23a; }
.color-danger { color: #f56c6c; }
.color-warning { color: #e6a23c; }
.color-primary { color: #1d6fb8; }
.muted { color: #909399; }
.link { color: #409eff; text-decoration: none; }
.link:hover { text-decoration: underline; }
/* ---------- 应收管理：组团社卡片分布 ---------- */
.agency-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
  max-height: 430px;
  overflow-y: auto;
  padding-right: 4px;
}
.agency-card {
  border: 1px solid #e4e9f0; border-radius: 10px; padding: 12px 14px 10px;
  cursor: pointer; background: #fff; transition: all .2s;
}
.agency-card:hover { border-color: var(--brand); box-shadow: 0 4px 14px rgba(29,111,184,.12); }
.agency-card.active { border-color: var(--brand); background: var(--brand-light); box-shadow: 0 0 0 1px var(--brand) inset; }
.agency-card .ac-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.agency-card .ac-name { font-weight: 700; font-size: 13.5px; color: #303133; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.agency-card .ac-orders { font-size: 11px; color: #909399; background: #f0f3f8; border-radius: 10px; padding: 2px 8px; white-space: nowrap; }
.agency-card .ac-main { margin-top: 10px; }
.agency-card .ac-amt { display: flex; align-items: baseline; justify-content: space-between; }
.agency-card .ac-label { font-size: 11px; color: #a0a6b3; }
.agency-card .ac-val { font-size: 18px; font-weight: 700; }
.agency-card .ac-bar { margin-top: 6px; }
.agency-card .ac-row { margin-top: 8px; display: flex; justify-content: space-between; font-size: 11.5px; color: #606266; }
.agency-card .ac-row b { color: #303133; font-weight: 600; }
.row-selected { background: #ecf5ff !important; }
.flex.flex-wrap { flex-wrap: wrap; }
.mr4 { margin-right: 4px; }

/* 合并页宿主-页内 Tab 栏 */
.host-tab-bar { border-radius: 8px; }
.host-tab-bar .el-card__body { padding: 0 14px; }
.host-tab-bar .el-tabs__header { margin: 0; }
.host-tab-bar .el-tabs__nav-wrap::after { height: 1px; }
.host-tab-bar .el-tabs__item { font-size: 13px; }
.host-view-body .page-title { display: none; }

/* 酒店编辑对话框-合同区 */
.contract-file-row { width: 100%; display: flex; flex-direction: column; gap: 6px; }
.contract-current { display: flex; align-items: center; gap: 8px; padding: 6px 10px; background: #f0f7ff; border: 1px solid #d6e4f0; border-radius: 4px; }
.contract-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

/* 酒店编辑对话框-分色区块（紧凑小号） */
.hotel-edit-body .sec-card { border: 1px solid #e5e7eb; border-radius: 8px; padding: 2px 12px 0; margin-bottom: 10px; background: #fff; }
.hotel-edit-body .sec-card .el-form-item { margin-bottom: 10px; }
.hotel-edit-body .sec-card .el-form-item__label { font-size: 12px; color: #5b6472; }
.hotel-edit-body .sec-card .el-input__inner,
.hotel-edit-body .sec-card .el-textarea__inner,
.hotel-edit-body .sec-card .el-select__selected-item,
.hotel-edit-body .sec-card .el-input-number { font-size: 12px; }
.hotel-edit-body .sec-card .el-input__wrapper,
.hotel-edit-body .sec-card .el-textarea__inner { border-radius: 5px; min-height: 28px; padding: 0 8px; }
.hotel-edit-body .sec-card .el-textarea__inner { padding: 6px 8px; }
.hotel-edit-body .sec-card .el-select__wrapper { border-radius: 5px; min-height: 28px; padding: 2px 8px; }
.hotel-edit-body .sec-card .el-date-editor.el-input__wrapper { min-height: 28px; }
.hotel-edit-body .sec-card .el-button { font-size: 12px; }
.hotel-edit-body .sec-head { display: flex; align-items: center; gap: 6px; margin: 8px 0 4px; font-weight: 700; font-size: 12.5px; }
.hotel-edit-body .sec-icon { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 6px; font-size: 13px; }
.hotel-edit-body .sec-note { display: flex; align-items: center; gap: 4px; font-size: 11px; color: #8a94a6; margin: -2px 0 8px 120px; }
.hotel-edit-body .sec-blue { border-left: 4px solid #409eff; box-shadow: 0 1px 3px rgba(64,158,255,.10); }
.hotel-edit-body .sec-blue .sec-head { color: #2f6fb3; }
.hotel-edit-body .sec-blue .sec-icon { background: #ecf5ff; color: #409eff; }
.hotel-edit-body .sec-green { border-left: 4px solid #67c23a; box-shadow: 0 1px 3px rgba(103,194,58,.10); }
.hotel-edit-body .sec-green .sec-head { color: #529b2e; }
.hotel-edit-body .sec-green .sec-icon { background: #f0f9eb; color: #67c23a; }
.hotel-edit-body .sec-orange { border-left: 4px solid #e6a23c; box-shadow: 0 1px 3px rgba(230,162,60,.10); }
.hotel-edit-body .sec-orange .sec-head { color: #b88230; }
.hotel-edit-body .sec-orange .sec-icon { background: #fdf6ec; color: #e6a23c; }
.hotel-edit-body .sec-purple { border-left: 4px solid #9b7bd4; box-shadow: 0 1px 3px rgba(155,123,212,.10); }
.hotel-edit-body .sec-purple .sec-head { color: #7c5fc4; }
.hotel-edit-body .sec-purple .sec-icon { background: #f4f1fb; color: #9b7bd4; }
.hotel-edit-body .sec-card .el-select__wrapper { border-radius: 5px; }
