:root {
  --blue-deep: #24233f;
  --blue-dark: #36305f;
  --blue-mid: #5d4aa5;
  --blue-soft: #7b63d2;
  --blue-pale: #f3f0ff;
  --blue-accent: #765fe0;
  --gold: #ff9a3c;
  --gold-pale: #fff4e8;
  --green: #1a7a4a;
  --green-pale: #e6f5ed;
  --amber: #b5730e;
  --amber-pale: #fdf3e0;
  --red: #b8433a;
  --red-pale: #fdecea;
  --bg-page: #f7f5fb;
  --bg-card: #ffffff;
  --border: #eee8f5;
  --border-mid: #ded3ed;
  --text-main: #252238;
  --text-soft: #655c78;
  --text-muted: #9f96ad;
  --shadow-sm: 0 4px 12px rgba(49, 24, 89, .045);
  --shadow-md: 0 8px 22px rgba(49, 24, 89, .065);
  --shadow-lg: 0 16px 42px rgba(28, 21, 81, .14);
  --font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Segoe UI", sans-serif;
  --font-serif: "Songti SC", "STSong", "SimSun", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  overflow-x: hidden;
  color: var(--text-main);
  background: #e4deec;
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.app-shell {
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 14px 98px;
  background:
    radial-gradient(circle at 88% 0%, rgba(255, 154, 60, .14), transparent 160px),
    linear-gradient(180deg, #ede8f4 0, var(--bg-page) 230px),
    var(--bg-page);
}

.app-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 2px 14px;
}

.brand {
  min-width: 0;
}

.brand-title {
  font-family: var(--font-serif);
  font-size: 31px;
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.brand-subtitle {
  margin-top: 5px;
  color: var(--blue-accent);
  font-size: 12px;
  font-weight: 900;
}

.back-top,
.drawer-close,
.clear-btn {
  display: grid;
  place-items: center;
  border: 0;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.summary-tile {
  min-width: 0;
  padding: 12px 12px;
  color: var(--blue-mid);
  background: var(--blue-pale);
  border: 1px solid #dfd3f2;
  border-radius: 8px;
}

.summary-tile.green {
  color: var(--green);
  background: var(--green-pale);
  border-color: #d2eadc;
}

.summary-tile.gold {
  color: var(--amber);
  background: var(--gold-pale);
  border-color: #f3ddbe;
}

.summary-tile.amber {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-soft));
  border-color: rgba(118, 95, 224, .28);
}

.summary-tile span {
  display: block;
  color: currentColor;
  opacity: .72;
  font-size: 12px;
  font-weight: 900;
}

.summary-tile strong {
  display: block;
  margin-top: 7px;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.search-card {
  padding: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(36, 48, 78, .05);
}

.search-box,
.drawer-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.search-box:focus-within,
.drawer-search:focus-within {
  border-color: rgba(109, 69, 216, .32);
  box-shadow: 0 0 0 3px rgba(109, 69, 216, .07);
}

.search-box svg,
.drawer-search svg {
  flex: 0 0 auto;
  color: var(--blue-accent);
}

.search-box input,
.drawer-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text-main);
  background: transparent;
  font-size: 15px;
  font-weight: 850;
}

.search-box input::placeholder,
.drawer-search input::placeholder {
  color: var(--text-muted);
}

.clear-btn {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--text-muted);
  background: transparent;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
}

.clear-btn.show {
  opacity: 1;
  pointer-events: auto;
}

.filter-card {
  position: sticky;
  top: 0;
  z-index: 5;
  margin: 10px -14px 0;
  padding: 12px 14px;
  background: rgba(247, 245, 251, .96);
  border-top: 1px solid rgba(235, 228, 243, .92);
  border-bottom: 1px solid rgba(235, 228, 243, .92);
  backdrop-filter: blur(10px);
}

.filter-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.filter-title span:first-child {
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 950;
}

.filter-title span:last-child {
  min-width: 0;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: right;
}

.chip-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.chip {
  min-height: 38px;
  padding: 7px 10px;
  color: var(--text-soft);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.chip.active {
  color: var(--blue-accent);
  background: var(--blue-pale);
  border-color: rgba(118, 95, 224, .22);
}

.select-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.select-row-wide {
  margin-top: 8px;
}

.select-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.select-row span {
  flex: 0 0 auto;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 900;
}

.select-row select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--text-main);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
}

.insight-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 12px -14px 0;
  padding: 0 14px 2px;
  scrollbar-width: none;
}

.insight-strip::-webkit-scrollbar {
  display: none;
}

.insight-pill {
  flex: 0 0 auto;
  max-width: 220px;
  padding: 8px 10px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.insight-pill strong {
  color: var(--blue-accent);
}

.insight-pill.active {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-soft));
  border-color: rgba(118, 95, 224, .24);
}

.insight-pill.active strong {
  color: #fff;
}

.school-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.school-card {
  padding: 14px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.school-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.school-title {
  min-width: 0;
}

.school-title h2 {
  margin: 0;
  color: var(--blue-deep);
  font-size: 17px;
  line-height: 1.28;
  letter-spacing: 0;
}

.school-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin-top: 7px;
  padding: 0 8px;
  color: var(--green);
  background: var(--green-pale);
  border: 1px solid #d2eadc;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}

.school-badge.private {
  color: var(--amber);
  background: var(--amber-pale);
  border-color: #f3ddbe;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  height: 34px;
  padding: 0 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-mid), var(--blue-soft));
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 8px 16px rgba(93, 74, 165, .18);
}

.detail-btn svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.8;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.metric {
  min-width: 0;
  padding: 9px 8px;
  background: #faf8fd;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.metric span {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 850;
}

.metric strong {
  display: block;
  margin-top: 5px;
  color: var(--text-main);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.tag {
  max-width: 100%;
  padding: 5px 8px;
  color: var(--text-soft);
  background: #f4f1f8;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.school-note {
  margin-top: 9px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.empty-state {
  margin-top: 18px;
  padding: 28px 18px;
  color: var(--text-muted);
  text-align: center;
  background: rgba(255, 255, 255, .72);
  border: 1px dashed var(--border-mid);
  border-radius: 8px;
}

.empty-state strong,
.empty-state span {
  display: block;
}

.empty-state strong {
  color: var(--text-main);
  font-size: 16px;
}

.empty-state span {
  margin-top: 6px;
  font-size: 13px;
}

.loading-card {
  display: grid;
  justify-items: center;
  gap: 9px;
  margin-top: 14px;
  padding: 28px 18px;
  color: var(--text-muted);
  text-align: center;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(222, 211, 237, .9);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.loading-card strong {
  color: var(--blue-deep);
  font-size: 17px;
  font-weight: 950;
}

.loading-card span {
  font-size: 13px;
  font-weight: 800;
}

.loading-spinner {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(118, 95, 224, .16);
  border-top-color: var(--blue-accent);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  visibility: hidden;
  pointer-events: none;
}

.drawer.show {
  visibility: visible;
  pointer-events: auto;
}

.drawer-mask {
  position: absolute;
  inset: 0;
  background: rgba(20, 18, 34, .42);
  opacity: 0;
  transition: opacity .2s ease;
}

.drawer.show .drawer-mask {
  opacity: 1;
}

.drawer-sheet {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(520px, 100%);
  max-height: 90vh;
  transform: translate(-50%, 100%);
  margin: 0;
  padding: 10px 14px 18px;
  overflow: auto;
  background:
    linear-gradient(180deg, #fff 0, #fbf9fe 100%);
  border: 1px solid rgba(222, 211, 237, .96);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: var(--shadow-lg);
  transition: transform .24s ease;
}

.drawer.show .drawer-sheet {
  transform: translate(-50%, 0);
}

.sheet-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 12px;
  background: #d8cfe6;
  border-radius: 99px;
}

.drawer-sticky {
  position: sticky;
  top: -10px;
  z-index: 4;
  margin: 0 -14px 12px;
  padding: 10px 14px 12px;
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, .97) 100%);
  border-bottom: 1px solid rgba(238, 232, 245, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0 0 10px;
}

.drawer-kicker {
  color: var(--blue-accent);
  font-size: 12px;
  font-weight: 950;
}

.drawer-head h1 {
  margin: 4px 0 0;
  color: var(--blue-deep);
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: 0;
}

.drawer-meta {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 850;
}

.drawer-close {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--text-soft);
  background: #f4f1f8;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.drawer-search {
  min-height: 42px;
  margin: 0;
  background: #faf8fd;
  box-shadow: 0 6px 12px rgba(49, 24, 89, .045);
}

.company-list {
  display: grid;
  gap: 10px;
}

.drawer-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px;
  color: var(--text-soft);
  background: var(--blue-pale);
  border: 1px solid rgba(118, 95, 224, .16);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.drawer-summary strong {
  color: var(--blue-accent);
  font-size: 18px;
}

.drawer-summary span {
  min-width: 0;
  text-align: right;
}

.company-item {
  padding: 13px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(222, 211, 237, .86);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(49, 24, 89, .035);
}

.company-toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 2px 0;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.company-toggle:active {
  opacity: .72;
}

.company-name {
  min-width: 0;
  color: var(--text-main);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.company-count {
  flex: 0 0 auto;
  color: var(--blue-accent);
  background: var(--blue-pale);
  border-radius: 8px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 950;
}

.company-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.company-arrow {
  width: 18px;
  height: 18px;
  color: var(--blue-accent);
  transition: transform .18s ease;
}

.company-item.open {
  border-color: rgba(118, 95, 224, .28);
  box-shadow: 0 8px 20px rgba(49, 24, 89, .07);
}

.company-item.open .company-arrow {
  transform: rotate(180deg);
}

.company-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}

.company-meta span {
  max-width: 100%;
  padding: 4px 7px;
  color: var(--text-soft);
  background: #f4f1f8;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}

.company-open-panel {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0eaf7;
}

.company-extra {
  margin-top: 9px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

.company-extra:first-child {
  margin-top: 0;
}

.company-extra summary,
.job-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 30px;
  color: var(--blue-accent);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
}

.company-extra summary::-webkit-details-marker,
.job-detail summary::-webkit-details-marker {
  display: none;
}

.company-extra summary::after,
.job-detail summary::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

.company-extra[open] summary::after,
.job-detail[open] summary::after {
  transform: rotate(225deg);
}

.company-extra p {
  margin: 5px 0 0;
  color: var(--text-muted);
  white-space: pre-wrap;
}

.job-list {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.more-jobs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  min-height: 36px;
  color: var(--blue-accent);
  background: var(--blue-pale);
  border: 1px solid rgba(118, 95, 224, .18);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 950;
}

.more-jobs-btn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.8;
}

.job-row {
  display: block;
  padding: 8px 9px;
  background: #faf8fd;
  border: 1px solid #f0eaf7;
  border-radius: 8px;
}

.job-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.job-name {
  min-width: 0;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.job-salary {
  color: var(--amber);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.job-tags span {
  padding: 3px 6px;
  color: var(--text-muted);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
}

.job-detail {
  margin-top: 7px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.62;
}

.job-detail p {
  margin: 7px 0 0;
  white-space: pre-wrap;
}

.more-note {
  margin-top: 8px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

.back-top {
  position: fixed;
  right: max(14px, calc((100vw - 520px) / 2 + 14px));
  bottom: 18px;
  z-index: 20;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--blue-accent);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 950;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.back-top.show {
  opacity: 1;
  pointer-events: auto;
}

.result-consult-dock {
  position: fixed;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 58;
  display: none;
  align-items: center;
  width: min(288px, calc(100vw - 40px));
  height: 56px;
  padding: 6px 10px;
  border: 1px solid rgba(216, 203, 232, .78);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(49, 24, 89, .09);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(-50%) translateY(0);
  transition: transform .22s ease, opacity .22s ease;
}

.result-consult-dock.show {
  display: flex;
}

body.dock-hidden .result-consult-dock,
body.dock-scrolling .result-consult-dock {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(74px);
}

.dock-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.dock-action:hover,
.dock-action:focus,
.dock-action:visited {
  color: inherit;
  text-decoration: none;
}

.dock-action svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}

.dock-home {
  flex: 0 0 72px;
}

.dock-consult {
  flex: 1;
  color: var(--text-main);
}

.dock-consult span {
  display: inline-block;
  transform-origin: center;
  animation: dockTextBreath 2.4s ease-in-out infinite;
}

.dock-divider {
  width: 1px;
  height: 22px;
  margin: 0 10px 0 4px;
  background: var(--border);
}

.dock-dot {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, .10);
}

@keyframes dockTextBreath {
  0%, 100% {
    color: var(--text-main);
    transform: scale(1);
  }
  50% {
    color: var(--blue-accent);
    transform: scale(1.025);
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(16, 21, 54, .42);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: relative;
  width: min(90vw, 340px);
  padding: 32px 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(16, 21, 54, .18);
  text-align: center;
  transform: translateY(18px) scale(.96);
  transition: transform .26s cubic-bezier(.2, .8, .2, 1);
}

.modal-overlay.show .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: var(--text-muted);
  background: #f4f1f8;
}

.modal-close-btn svg {
  width: 18px;
  height: 18px;
}

.modal-qr-title {
  margin-bottom: 20px;
  color: var(--blue-deep);
  font-size: 18px;
  font-weight: 900;
}

.modal-qr-img {
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(49, 24, 89, .08);
}

.modal-qr-tip {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 760px) {
  .drawer-sheet {
    top: 0;
    right: calc((100vw - 520px) / 2);
    left: auto;
    bottom: 0;
    width: 520px;
    max-height: 100vh;
    transform: translateX(100%);
    border-bottom: 1px solid rgba(222, 211, 237, .96);
    border-radius: 18px 0 0 18px;
  }

  .drawer.show .drawer-sheet {
    transform: translateX(0);
  }
}
