:root {
  /* 豆沙色 / red bean theme */
  --bg: #f7eff1;
  --panel: #fff8f8;
  --panel-strong: #ffffff;
  --ink: #2a1f22;
  --muted: #7b6268;
  --line: #ead3d8;
  --brand: #8f4f5f;
  --brand-2: #c08a96;
  --ok: #157347;
  --warn: #b36b00;
  --danger: #b42318;
  --shadow: 0 18px 50px rgba(78, 37, 48, .13);
}
* { box-sizing: border-box; }
html, body, #app { max-width: 100%; overflow-x: hidden; }
img, video, canvas, table { max-width: 100%; }
body, .card, .task-card, .cs-card, .modal-card, .calendar-day-item { overflow-wrap: anywhere; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(192,138,150,.23), transparent 34%), var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: 0; }
.open-helper { display: grid; place-items: center; min-height: 100vh; text-align: center; padding: 24px; }
.primary-link, .btn.primary { background: var(--brand); color: #fff; text-decoration: none; border-radius: 999px; padding: 12px 18px; display: inline-flex; align-items: center; gap: 8px; }
.btn { background: #efe3d5; color: var(--ink); border-radius: 12px; padding: 10px 13px; font-weight: 700; }
.btn.ghost { background: transparent; border: 1px solid var(--line); }
.btn.danger { background: #ffe4df; color: var(--danger); }
.btn.small { padding: 7px 10px; font-size: 12px; }
.login-shell { min-height: 100vh; display: grid; place-items: center; padding: 18px; }
.login-card { width: min(520px, 100%); background: rgba(255,250,244,.94); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); }
.login-card-wide { width: min(1080px, 100%); }
.login-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr); gap: 18px; align-items: start; }
.login-form-panel { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.section-heading p { max-width: 520px; margin: 4px 0 0; }
.experience-section { margin-bottom: 14px; }
.login-experiences { margin-top: 20px; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.experience-card { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) 150px; gap: 14px; min-height: 250px; background: linear-gradient(145deg, #fffdf8, #f7eadb); border: 1px solid var(--line); border-radius: 26px; padding: 18px; box-shadow: 0 16px 38px rgba(54,39,25,.09); overflow: hidden; }
.experience-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 10%, rgba(124,79,44,.14), transparent 34%); pointer-events: none; }
.experience-copy, .experience-visual, .experience-card .btn { position: relative; z-index: 1; }
.experience-copy h3 { font-size: clamp(22px, 2.4vw, 34px); line-height: 1.05; margin: 6px 0 8px; }
.experience-copy p { margin: 0 0 10px; color: #5f5148; font-weight: 650; }
.experience-copy ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.experience-copy li { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; color: #4d4037; }
.experience-copy li::before { content: '✓'; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; background: #e8f4ed; color: var(--ok); font-size: 12px; }
.experience-card .btn { grid-column: 1 / -1; justify-content: center; width: 100%; }
.step-strip { grid-column: 1 / -1; display: grid; grid-template-columns: auto repeat(3, minmax(0, 1fr)); gap: 8px; align-items: stretch; margin-top: 4px; }
.step-strip b { align-self: center; color: var(--brand); font-size: 12px; white-space: nowrap; }
.step-strip span { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 8px 10px; border: 1px solid rgba(124,79,44,.16); border-radius: 14px; background: rgba(255,255,255,.7); color: #4d4037; font-size: 12px; font-weight: 800; }
.step-strip em { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 999px; display: grid; place-items: center; background: var(--brand); color: #fff; font-style: normal; font-size: 12px; }
.experience-visual { display: grid; place-items: center; }
.mock-phone { width: 138px; min-height: 188px; border-radius: 26px; padding: 14px; background: #211a16; color: #fff; box-shadow: 0 20px 35px rgba(36,31,27,.28); display: grid; align-content: center; justify-items: center; text-align: center; gap: 8px; transform: rotate(2deg); }
.mock-bar { width: 44px; height: 5px; border-radius: 999px; background: rgba(255,255,255,.34); position: absolute; top: 12px; }
.mock-phone b { font-size: 42px; letter-spacing: -.04em; color: #ffd68a; }
.mock-phone span { font-size: 13px; font-weight: 900; }
.mock-phone em { color: #f1d8b8; font-size: 12px; font-style: normal; }
.logo { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.logo-mark { width: 46px; height: 46px; border-radius: 16px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; display: grid; place-items: center; font-weight: 900; }
.kicker { text-transform: uppercase; color: var(--brand); letter-spacing: .08em; font-size: 12px; font-weight: 900; }
h1, h2, h3 { margin: 0; }
p { color: var(--muted); line-height: 1.55; }
.field { display: grid; gap: 7px; margin: 12px 0; }
.field span, .label { color: var(--muted); font-size: 13px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 12px; color: var(--ink); }
textarea { min-height: 88px; resize: vertical; }
.field-hint { font-size: 11px; color: var(--brand); font-style: normal; }
.readonly-field, input:disabled, select:disabled, textarea:disabled { background: #f3f0f1; color: #6d5960; border-color: #d7c3c9; }
.locked-field { border: 1px dashed #d7c3c9; border-radius: 16px; padding: 8px; background: repeating-linear-gradient(135deg, #f8f1f3, #f8f1f3 8px, #f1e7ea 8px, #f1e7ea 16px); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 280px minmax(0, 1fr); }
.sidebar { background: rgba(255,250,244,.88); border-right: 1px solid var(--line); padding: 18px; position: sticky; top: 0; height: 100vh; overflow: auto; }
.side-nav { display: grid; gap: 4px; margin-top: 10px; }
.nav-btn { text-align: left; border-radius: 12px; padding: 9px 10px; background: transparent; color: var(--muted); font-weight: 800; font-size: 13px; }
.nav-btn.active, .nav-btn:hover { background: #efe3d5; color: var(--ink); }
.main { padding: 18px; min-width: 0; }
.topbar { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 18px; }
.topbar-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.lang-icon { width: 44px; height: 42px; padding: 0; display: inline-grid; grid-template-rows: 22px 12px; place-items: center; line-height: 1; }
.lang-icon span { font-size: 17px; }
.lang-icon b { font-size: 10px; letter-spacing: .04em; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 10px; background: #f2e7d8; color: var(--brand); font-weight: 900; font-size: 12px; }
.card { background: rgba(255,250,244,.92); border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 8px 28px rgba(54,39,25,.06); }
.card + .card { margin-top: 14px; }
.split-records { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.page-note { margin: 0 0 10px; font-size: 12px; font-weight: 800; color: var(--muted); }
.full-record { min-width: 260px; line-height: 1.55; }
.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.stat { background: var(--panel-strong); border: 1px solid var(--line); border-radius: 18px; padding: 14px; }
.stat b { display: block; font-size: 26px; margin-top: 4px; }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 11px; border-bottom: 1px solid #f0e6dc; vertical-align: top; }
th { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; background: #fff8ef; }
.empty { padding: 22px; text-align: center; color: var(--muted); }
.confirm-box { border: 1px dashed var(--brand-2); background: #fff8ef; border-radius: 18px; padding: 14px; margin: 14px 0; }
.calendar { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; }
.day { min-height: 96px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 8px; }
.day.out { opacity: .45; }
.day-number { font-weight: 900; margin-bottom: 5px; }
.event { font-size: 12px; border-radius: 9px; padding: 4px 6px; margin: 4px 0; background: #efe3d5; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event.company { background: #e8f3ff; }
.event.personal { background: #edf7ed; }
.event.record { background: #fff1d8; }
.role-matrix { display: grid; gap: 12px; }
.permission-row { display: grid; grid-template-columns: 190px repeat(6, minmax(78px, 1fr)); gap: 8px; align-items: center; padding: 8px; border-radius: 13px; background: #fff; border: 1px solid var(--line); }
.toggle { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); }
.toast { position: fixed; right: 18px; bottom: 18px; background: #1f1a16; color: #fff; border-radius: 16px; padding: 13px 16px; box-shadow: var(--shadow); z-index: 20; }
.photo-list { color: var(--muted); font-size: 12px; margin-top: 6px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 18px; background: rgba(42,31,34,.48); backdrop-filter: blur(8px); }
.modal-card { width: min(760px, 100%); max-height: min(88vh, 820px); overflow: auto; background: var(--panel); border: 1px solid var(--line); border-radius: 26px; padding: 18px; box-shadow: 0 30px 80px rgba(42,31,34,.28); }
.modal-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 12px; }
.modal-head p { margin: 6px 0 0; }
.modal-actions { justify-content: flex-end; }
@media (max-width: 900px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: relative; height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .side-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar { align-items: flex-start; flex-direction: column; }
  .stats, .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .login-intro, .experience-grid, .split-records { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .experience-card { grid-template-columns: minmax(0, 1fr) 140px; }
  .step-strip { grid-template-columns: 1fr; }
  .permission-row { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 560px) {
  .main, .sidebar { padding: 12px; }
  .login-card, .card { border-radius: 20px; padding: 15px; }
  .grid-2, .grid-3, .stats, .side-nav { grid-template-columns: 1fr; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-visual { display: none; }
  .calendar { gap: 4px; }
  .day { min-height: 78px; padding: 5px; border-radius: 10px; }
  .event { font-size: 10px; }
}


/* Linear-inspired workbench polish: calmer panels, compact expandable rows */
.is-hidden, .hidden { display: none !important; }
.dashboard-workspaces { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }
.workspace-card { position: relative; overflow: hidden; display: grid; gap: 12px; align-content: start; min-height: 260px; padding: 18px; border: 1px solid rgba(143,79,95,.18); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,248,248,.88)); box-shadow: 0 18px 45px rgba(42,31,34,.08); }
.workspace-card::after { content: ''; position: absolute; inset: auto -30px -46px auto; width: 150px; height: 150px; border-radius: 999px; background: rgba(143,79,95,.10); }
.workspace-card h2 { font-size: 30px; letter-spacing: -.04em; }
.workspace-card > b { font-size: 42px; line-height: .95; color: var(--brand); }
.workspace-card small { color: var(--muted); font-weight: 800; }
.workspace-actions { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.system-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.system-metrics span { display: grid; gap: 3px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 12px; font-weight: 800; }
.system-metrics b { color: var(--ink); font-size: 20px; }
.ops-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); margin: 14px 0; }
.ops-toolbar p { margin: 0; }
.cs-filter-bar { display: grid; grid-template-columns: minmax(220px, 1fr) 150px 200px minmax(310px, 1fr); }
.compact-table table { min-width: 980px; }
.summary-row td, .audit-summary-row td { vertical-align: middle; }
.details-row td, .audit-detail-row td { background: #fffafb; padding: 0; }
.detail-panel { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(260px, 1.2fr); gap: 14px; padding: 14px; }
.record-detail-text, .full-record { line-height: 1.7; color: var(--ink); }
.photo-badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 10px; background: #f1e7ea; color: var(--brand); font-size: 12px; font-weight: 900; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: 10px; align-content: start; }
.photo-thumb { margin: 0; min-height: 112px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(42,31,34,.06); }
.photo-thumb img { width: 100%; height: 92px; object-fit: cover; display: block; background: #f3f0f1; }
.photo-thumb.placeholder { display: grid; place-items: center; text-align: center; padding-top: 14px; }
.photo-thumb.placeholder span { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: white; font-weight: 900; font-size: 12px; }
.photo-thumb figcaption { padding: 7px 8px; color: var(--muted); font-size: 11px; font-weight: 800; word-break: break-word; }
.empty-photo { padding: 14px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); }
.audit-detail-row pre { margin: 0; padding: 14px; white-space: pre-wrap; color: var(--ink); font-size: 12px; }
@media (max-width: 1100px) { .dashboard-workspaces { grid-template-columns: 1fr; } .cs-filter-bar { grid-template-columns: 1fr; } .detail-panel { grid-template-columns: 1fr; } .task-board { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.nav-section { display: grid; gap: 4px; padding: 6px 0; border-top: 1px solid var(--line); }
.nav-section-title { color: var(--brand); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; padding: 3px 10px; }
.secure-login-card { max-width: 860px; }
.secure-login-note { display: grid; gap: 12px; align-content: center; min-height: 260px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); }
.secure-login-note h2 { font-size: clamp(28px, 4vw, 46px); letter-spacing: -.04em; }

.task-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.task-card { display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); padding: 14px; box-shadow: 0 10px 28px rgba(42,31,34,.06); }
.task-card h3 { margin: 0; }
.task-card p { margin: 0; }
.task-card-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.task-summary-list { display: grid; gap: 7px; margin: 10px 0 0; }
.task-summary-list div { display: grid; grid-template-columns: 95px minmax(0, 1fr); gap: 8px; padding: 7px 0; border-top: 1px solid #f1e7ea; }
.task-summary-list dt { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.task-summary-list dd { margin: 0; font-weight: 800; overflow-wrap: anywhere; }

.task-filters { display: grid; grid-template-columns: minmax(220px, 1fr) 220px minmax(240px, .8fr); gap: 10px; margin: 14px 0; }
.task-section { display: grid; gap: 10px; margin-top: 14px; }
.task-section > h3 { font-size: 16px; color: var(--brand); }
.completed-task-section { border-top: 1px dashed var(--line); padding-top: 14px; }
.task-card.is-completed { opacity: .88; background: rgba(248,241,243,.86); }
.complete-proof-field { padding: 10px; border: 1px dashed var(--brand-2); border-radius: 14px; background: rgba(255,248,248,.7); }
.completion-proof { display: grid; gap: 8px; margin-top: 10px; }
@media (max-width: 760px) { .task-filters { grid-template-columns: 1fr; } .task-board, .date-range-control { grid-template-columns: 1fr; } .range-arrow { padding-bottom: 0; text-align: center; } }


.date-range-control { display: grid; grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr); align-items: end; gap: 7px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.hotel-date-range label { display: grid; gap: 4px; }
.date-range-control input { padding: 8px; min-width: 0; }
.range-start, .range-end { width: max-content; border-radius: 999px; padding: 5px 8px; font-size: 11px; font-weight: 950; color: #fff; }
.range-start { background: #4f7a8f; }
.range-end { background: var(--brand); }
.range-arrow { color: var(--brand); font-weight: 950; padding-bottom: 9px; }
.calendar .day { text-align: left; border: 1px solid var(--line); }
.calendar-day-panel { margin-top: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); padding: 14px; }
.calendar-day-list { display: grid; gap: 8px; }
.calendar-day-item { display: flex; align-items: center; gap: 10px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.calendar-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 12px; }
.calendar-plus-btn { width: 42px; height: 42px; border-radius: 999px; justify-content: center; font-size: 22px; line-height: 1; padding: 0; }
.calendar-event-form { margin: 12px 0 14px; padding: 12px; border: 1px dashed var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.more-events { color: var(--brand); font-weight: 900; }
.card-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.form-collapse-icon { min-width: 88px; }
.photo-uploader { display: grid; gap: 8px; }
.photo-upload-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.photo-choice { min-width: 0; display: grid; gap: 6px; padding: 10px; border: 1px dashed var(--line); border-radius: 14px; background: #fff; }
.photo-choice span { color: var(--brand); font-size: 12px; font-weight: 900; }
.photo-choice input { padding: 8px; }
.completion-remark { margin: 0; font-size: 13px; }

/* Hotel-style date range picker + CS Database cards */
.date-range-control { position: relative; display: block; padding: 0; background: transparent; border: 0; }
.range-summary { width: 100%; display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); text-align: left; }
.range-summary b { font-size: 13px; }
.range-calendar-panel { position: absolute; z-index: 30; right: 0; top: calc(100% + 8px); width: min(390px, 92vw); padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 24px 70px rgba(42,31,34,.2); }
.range-calendar-head { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 8px; margin-bottom: 10px; text-align: center; }
.range-weekdays, .range-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.range-weekdays span { text-align: center; color: var(--muted); font-size: 12px; font-weight: 800; padding: 5px 0; }
.range-day { position: relative; min-height: 42px; border-radius: 0; background: #fff; color: var(--ink); font-weight: 850; display: grid; place-items: center; gap: 1px; }
.range-day.is-blank { min-height: 42px; }
.range-day.range-in-between { background: #f9dde3; }
.range-day.range-selected { background: #e91b34; color: #fff; border-radius: 999px; }
.range-day.range-start-cell { border-top-left-radius: 999px; border-bottom-left-radius: 999px; }
.range-day.range-end-cell { border-top-right-radius: 999px; border-bottom-right-radius: 999px; }
.range-event-dot { width: 5px; height: 5px; border-radius: 999px; background: #f2a000; display: block; }
.range-selected .range-event-dot { background: #fff; }
.range-day:hover { background: #f5cbd4; }
.range-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.cs-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.cs-card { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 10px 28px rgba(42,31,34,.06); }
.cs-card-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 850; }
.cs-card h3 { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin: 0; }
.doc-badge { display: inline-flex; border-radius: 999px; padding: 7px 10px; background: #f1e7ea; color: var(--brand); font-size: 12px; font-weight: 950; }
.gr-badge { background: #fff1d8; color: #8a5a00; }
.cs-card-details { border-top: 1px dashed var(--line); padding-top: 10px; }
@media (max-width: 1100px) { .cs-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .range-summary { grid-template-columns: 1fr; } .range-calendar-panel { position: fixed; left: 10px; right: 10px; top: 70px; width: auto; } .range-footer, .cs-card-grid { grid-template-columns: 1fr; } }
