:root {
  --bg: #f5f7f5;
  --surface: #ffffff;
  --text: #19231f;
  --muted: #68746e;
  --line: #dfe6e1;
  --primary: #275f4a;
  --primary-dark: #1f4d3c;
  --primary-soft: #e8f1ed;
  --success: #277353;
  --warning: #9a651b;
  --blue: #3c6d8e;
  --violet: #68568e;
  --shadow: 0 1px 2px rgba(16, 40, 29, .04), 0 7px 24px rgba(16, 40, 29, .04);
  --radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 14px; line-height: 1.5; }
button, input, select { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 20; display: flex; width: 242px; flex-direction: column; border-right: 1px solid var(--line); background: #fbfcfb; padding: 26px 16px 18px; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0 8px; color: var(--text); text-decoration: none; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: #fff; background: var(--primary); font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; letter-spacing: -.2px; }
.brand small { color: var(--muted); font-size: 11px; }
.main-nav { display: grid; gap: 5px; margin-top: 43px; }
.nav-item { display: flex; width: 100%; align-items: center; gap: 11px; border: 0; border-radius: 9px; background: transparent; padding: 10px 12px; color: #52605a; cursor: pointer; text-align: left; transition: .18s ease; }
.nav-item:hover { background: #f0f4f1; color: var(--text); }
.nav-item.active { color: var(--primary-dark); background: var(--primary-soft); font-weight: 650; }
.nav-icon { display: grid; width: 21px; height: 21px; place-items: center; font-size: 19px; }
.sidebar-bottom { margin-top: auto; }
.site-switcher { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border-top: 1px solid var(--line); padding: 17px 4px 7px; }
.site-switcher strong, .site-switcher small { display: block; }
.site-switcher strong { font-size: 12px; }
.site-switcher small { color: var(--muted); font-size: 10px; }
.avatar { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--primary); font-size: 10px; font-weight: 750; }
.demo-note { margin: 13px 4px 0; color: #89928e; font-size: 10px; }
.mobile-header, .mobile-nav { display: none; }
.main-content { min-height: 100vh; margin-left: 242px; padding: 43px clamp(26px, 4vw, 64px) 60px; }
.screen { display: none; max-width: 1440px; margin: 0 auto; animation: reveal .22s ease; }
.screen.active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(3px); } to { opacity: 1; transform: none; } }

.page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.page-header h1 { margin: 2px 0 4px; font-size: clamp(25px, 2.5vw, 34px); line-height: 1.15; letter-spacing: -.8px; }
.eyebrow { margin: 0; color: var(--primary); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.subtitle { margin: 0; color: var(--muted); font-size: 14px; }
.primary-button, .secondary-button { display: inline-flex; min-height: 41px; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; padding: 9px 15px; font-weight: 650; cursor: pointer; transition: .18s ease; }
.primary-button { border: 1px solid var(--primary); color: #fff; background: var(--primary); box-shadow: 0 2px 6px rgba(39,95,74,.18); }
.primary-button:hover { background: var(--primary-dark); }
.secondary-button { border: 1px solid #cfd9d3; color: #35433d; background: #fff; }
.secondary-button:hover { background: #f7f9f8; }
.text-button { border: 0; color: var(--primary); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.icon-button { border: 0; background: transparent; cursor: pointer; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.stat-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 19px 20px 17px; box-shadow: var(--shadow); }
.stat-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 600; }
.metric-icon { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; font-weight: 800; }
.metric-icon.green { color: var(--success); background: #e6f3ed; }.metric-icon.blue { color: var(--blue); background: #eaf1f5; }.metric-icon.violet { color: var(--violet); background: #f0edf6; }.metric-icon.amber { color: var(--warning); background: #fbf1df; }
.stat-value { margin: 14px 0 11px; font-size: clamp(25px, 2.1vw, 31px); font-weight: 750; line-height: 1; letter-spacing: -.8px; white-space: nowrap; }
.stat-value span { font-size: 17px; }
.stat-card p { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.positive { color: var(--success); }
.progress, .mini-progress { display: block; overflow: hidden; border-radius: 99px; background: #e9eeeb; }
.progress { height: 5px; }
.progress span, .mini-progress i { display: block; height: 100%; border-radius: inherit; background: var(--primary); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .8fr); gap: 20px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px 22px 17px; }
.panel-header h2, .panel h2 { margin: 0; font-size: 15px; letter-spacing: -.2px; }
.panel-header p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.stay-list { padding: 0 11px 11px; }
.stay-row { display: grid; width: 100%; grid-template-columns: 45px minmax(180px, 1fr) minmax(115px, .45fr); align-items: center; gap: 14px; border: 0; border-top: 1px solid #edf1ee; background: transparent; padding: 14px 11px; text-align: left; }
button.stay-row { cursor: pointer; }
button.stay-row:hover { border-radius: 10px; background: #f8faf9; }
.date-block { display: grid; width: 42px; height: 48px; place-items: center; align-content: center; border: 1px solid #d9e3dd; border-radius: 9px; color: var(--primary); background: #f8faf9; line-height: 1.05; }
.date-block strong { font-size: 17px; }
.date-block small { margin-top: 3px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.stay-info strong, .stay-info small, .occupancy strong, .occupancy small { display: block; }
.stay-info strong { font-size: 13px; }.stay-info small, .occupancy small { color: var(--muted); font-size: 10px; }
.occupancy { display: grid; grid-template-columns: 1fr auto; gap: 4px 8px; text-align: right; }
.occupancy strong { font-size: 12px; }.occupancy small { grid-column: 2; }.mini-progress { grid-column: 1; align-self: center; height: 4px; }
.count-pill { border-radius: 99px; color: var(--primary); background: var(--primary-soft); padding: 5px 9px; font-size: 10px; font-weight: 700; }
.arrival-list { padding: 0 21px 10px; }
.arrival { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; border-top: 1px solid #edf1ee; padding: 15px 0; }
.arrival strong, .arrival small { display: block; }.arrival strong { font-size: 12px; }.arrival small { color: var(--muted); font-size: 10px; }
.peach { color: #80523e; background: #f4ddd2; }.lavender { color: #65547d; background: #e8e0f2; }.sky { color: #3e687c; background: #dcecf3; }.green-bg { color: #376953; background: #deeee6; }
.badge { display: inline-flex; width: fit-content; align-items: center; border-radius: 99px; padding: 4px 8px; font-size: 9px; font-weight: 750; white-space: nowrap; }
.badge.success { color: #236848; background: #e3f2ea; }.badge.warning { color: #8d5c18; background: #fbefd9; }.badge.info { color: #3d6481; background: #e7f0f6; }.badge.neutral { color: #59645f; background: #edf1ef; }

.breadcrumb { display: flex; gap: 7px; margin-bottom: 20px; color: var(--muted); font-size: 11px; }
.breadcrumb button { border: 0; color: var(--primary); background: transparent; padding: 0; cursor: pointer; }
.title-line { display: flex; align-items: center; gap: 12px; }
.header-actions { display: flex; gap: 8px; }
.summary-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; margin-bottom: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.summary-strip > div { padding: 18px 21px; border-right: 1px solid var(--line); }
.summary-strip > div:last-child { border: 0; }
.summary-strip span, .summary-strip strong, .summary-strip small { display: block; }
.summary-strip span { margin-bottom: 7px; color: #89938e; font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.summary-strip strong { font-size: 12px; }.summary-strip small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.stay-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 20px; }
.stay-main { display: grid; gap: 20px; }
.stay-aside { display: grid; align-content: start; gap: 20px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #78837d; background: #fafbfa; padding: 10px 16px; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
td { border-bottom: 1px solid #edf1ee; padding: 13px 16px; font-size: 11px; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }
td strong, td small { display: block; }td small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.rooms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 20px 20px; }
.room-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 10px; padding: 13px; }
.room-card > span:last-child { text-align: right; }.room-card strong, .room-card small { display: block; }.room-card strong { font-size: 11px; }.room-card small { color: var(--muted); font-size: 9px; }
.room-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; color: var(--primary); background: var(--primary-soft); }
.capacity-card, .contact-card { padding: 20px; }
.donut { display: grid; width: 142px; height: 142px; margin: 23px auto; place-items: center; border-radius: 50%; background: conic-gradient(var(--primary) calc(var(--percent) * 1%), #edf1ef 0); }
.donut::before { content: ""; grid-area: 1/1; width: 106px; height: 106px; border-radius: 50%; background: #fff; }
.donut > div { z-index: 1; grid-area: 1/1; text-align: center; }.donut strong, .donut small { display: block; }.donut strong { font-size: 23px; }.donut small { color: var(--muted); font-size: 10px; }
.legend { display: grid; gap: 8px; }.legend span { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; color: var(--muted); font-size: 10px; }.legend strong { color: var(--text); }
.dot { width: 7px; height: 7px; border-radius: 50%; }.green-dot { background: var(--primary); }.amber-dot { background: #d6a24f; }.gray-dot { background: #d8dfdb; }
.person { display: flex; align-items: center; gap: 11px; margin: 17px 0; }.person strong, .person small { display: block; }.person strong { font-size: 12px; }.person small { color: var(--muted); font-size: 10px; }.avatar.large { width: 39px; height: 39px; }
.contact-card p { display: flex; justify-content: space-between; margin: 0; border-top: 1px solid var(--line); padding: 11px 0 0; color: var(--muted); font-size: 10px; }.contact-card p + p { margin-top: 11px; }.contact-card p strong { color: var(--text); }

.compact-header { align-items: center; margin-bottom: 22px; }
.compact-header h1 { font-size: 27px; }
.stepper { display: flex; max-width: 650px; align-items: center; margin-bottom: 22px; }
.stepper i { width: 70px; height: 1px; margin: 0 9px; background: #d7dfda; }
.step { display: flex; align-items: center; gap: 7px; border: 0; color: #89938e; background: transparent; padding: 0; font-size: 11px; cursor: pointer; }
.step span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #cfd8d2; border-radius: 50%; background: #fff; font-size: 10px; }
.step.active, .step.done { color: var(--primary); }.step.active span, .step.done span { border-color: var(--primary); color: #fff; background: var(--primary); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 20px; }
.booking-step { display: none; }.booking-step.active { display: block; animation: reveal .2s ease; }
.form-panel { min-height: 410px; }
.choice-list { display: grid; gap: 10px; padding: 0 22px 20px; }
.choice-card { position: relative; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 11px; padding: 15px; cursor: pointer; transition: .16s ease; }
.choice-card:hover { border-color: #9eb9ad; }.choice-card.selected { border-color: var(--primary); background: #f8fbf9; box-shadow: 0 0 0 1px var(--primary); }
.choice-card input { position: absolute; opacity: 0; }
.radio-mark { display: grid; width: 17px; height: 17px; flex: 0 0 auto; place-items: center; border: 1px solid #aebbb4; border-radius: 50%; background: #fff; }
.choice-card.selected .radio-mark { border: 5px solid var(--primary); }
.choice-content { flex: 1; }.choice-content strong, .choice-content small, .choice-price strong, .choice-price small { display: block; }.choice-content strong, .choice-price strong { font-size: 12px; }.choice-content small, .choice-price small { color: var(--muted); font-size: 9px; }.choice-price { text-align: right; }
.room-choice-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 7px; color: var(--primary); background: var(--primary-soft); }
.participant-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin: 0 22px; padding: 18px 0; font-size: 12px; font-weight: 600; }
.counter { display: grid; grid-template-columns: 31px 35px 31px; align-items: center; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.counter button { height: 31px; border: 0; background: #f8faf9; cursor: pointer; }.counter output { text-align: center; font-size: 11px; }
.booking-actions { display: grid; grid-template-columns: auto 1fr auto; margin-top: 14px; }
.booking-summary { position: sticky; top: 25px; padding: 20px; }
.booking-summary h2 { margin-bottom: 17px; }
.summary-stay { display: flex; align-items: center; gap: 12px; border-radius: 10px; background: #f6f8f7; padding: 12px; }.summary-stay strong, .summary-stay small { display: block; }.summary-stay strong { font-size: 11px; }.summary-stay small { color: var(--muted); font-size: 9px; }
.booking-summary dl { margin: 17px 0; }.booking-summary dl div { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #edf1ee; padding: 9px 0; font-size: 10px; }.booking-summary dt { color: var(--muted); }.booking-summary dd { margin: 0; font-weight: 650; text-align: right; }
.summary-total { display: flex; align-items: center; justify-content: space-between; padding-top: 5px; }.summary-total span { font-size: 12px; font-weight: 650; }.summary-total strong { font-size: 20px; }
.fineprint { color: #89938e; font-size: 9px; line-height: 1.5; }
.distribution-table { margin: 0 22px 20px; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.distribution-table > div { display: grid; grid-template-columns: 1.25fr 1fr 70px; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); padding: 12px 14px; font-size: 10px; }.distribution-table > div:last-child { border: 0; }.distribution-table > div > span:nth-child(2) { display: flex; align-items: center; gap: 6px; }
.distribution-table .distribution-head { color: var(--muted); background: #fafbfa; padding-block: 8px; font-size: 8px; font-weight: 750; text-transform: uppercase; }.distribution-table strong, .distribution-table small { display: block; }.distribution-table small { color: var(--muted); font-size: 8px; }.distribution-table > div > strong { text-align: right; }
.avatar.mini { display: inline-grid; width: 22px; height: 22px; font-size: 7px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 22px 17px; }.form-grid label span { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 650; }.form-grid input { width: 100%; border: 1px solid #cfd9d3; border-radius: 8px; outline: none; padding: 9px 10px; font-size: 11px; }.form-grid input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px var(--primary-soft); }
.demo-banner { display: flex; align-items: center; gap: 9px; margin: 0 22px 20px; border-radius: 9px; color: #3f6479; background: #edf5f8; padding: 10px 12px; }.demo-banner > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: #5b8297; font-size: 10px; font-weight: 750; }.demo-banner p { margin: 0; font-size: 9px; }

.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.admin-stats article { padding: 18px 20px; border-right: 1px solid var(--line); }.admin-stats article:last-child { border: 0; }.admin-stats span, .admin-stats strong, .admin-stats small { display: block; }.admin-stats span { color: #89938e; font-size: 8px; font-weight: 750; letter-spacing: .06em; }.admin-stats strong { margin: 6px 0 3px; font-size: 20px; }.admin-stats small { color: var(--muted); font-size: 9px; }
.admin-tools { align-items: center; }.filters { display: flex; gap: 8px; }.search-box { display: flex; align-items: center; gap: 5px; border: 1px solid #d4ddd7; border-radius: 8px; background: #fff; padding: 0 9px; }.search-box input { width: 135px; border: 0; outline: 0; padding: 7px 0; font-size: 10px; }.filters select { border: 1px solid #d4ddd7; border-radius: 8px; color: #4b5852; background: #fff; padding: 7px 9px; font-size: 10px; }
.reservation-table th, .reservation-table td { padding-inline: 18px; }.reservation-table tbody tr:hover { background: #fafcfa; }
.no-results { padding: 35px; color: var(--muted); text-align: center; }
.hidden { display: none !important; }
.toast { position: fixed; right: 28px; bottom: 28px; z-index: 50; display: flex; align-items: center; gap: 11px; border: 1px solid #bcd8ca; border-radius: 12px; opacity: 0; color: var(--text); background: #f8fffb; padding: 13px 17px; box-shadow: 0 12px 40px rgba(20,55,39,.16); pointer-events: none; transform: translateY(15px); transition: .25s ease; }.toast.show { opacity: 1; transform: none; }.toast > span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; color: #fff; background: var(--success); }.toast strong, .toast small { display: block; }.toast strong { font-size: 11px; }.toast small { color: var(--muted); font-size: 9px; }

@media (max-width: 1100px) {
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .dashboard-grid, .stay-layout { grid-template-columns: 1fr; }
  .stay-aside { grid-template-columns: 1fr 1fr; }
  .summary-strip { grid-template-columns: 1fr 1fr; }.summary-strip > div:nth-child(2) { border-right: 0; }.summary-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .booking-layout { grid-template-columns: minmax(0, 1fr) 270px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }.admin-stats article:nth-child(2) { border-right: 0; }.admin-stats article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 800px) {
  .sidebar { display: none; }
  .mobile-header { position: sticky; top: 0; z-index: 30; display: flex; height: 58px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); padding: 0 18px; }
  .mobile-brand { display: flex; align-items: center; gap: 9px; color: var(--text); text-decoration: none; }.mobile-brand .brand-mark { width: 29px; height: 29px; font-size: 15px; }
  .mobile-nav { position: fixed; inset: 58px 0 auto 0; z-index: 29; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); opacity: 0; background: #fff; padding: 7px; pointer-events: none; transform: translateY(-10px); transition: .18s ease; }.mobile-nav.open { opacity: 1; pointer-events: auto; transform: none; }.mobile-nav button { border: 0; border-radius: 7px; color: var(--muted); background: transparent; padding: 9px 3px; font-size: 9px; }.mobile-nav button.active { color: var(--primary); background: var(--primary-soft); font-weight: 700; }
  .main-content { margin-left: 0; padding: 27px 18px 45px; }
  .booking-layout { grid-template-columns: 1fr; }.booking-summary { position: static; grid-row: 1; }.form-panel { min-height: 0; }
  .page-header { align-items: flex-start; }.stay-header { display: block; }.stay-header .header-actions { margin-top: 18px; }
}

@media (max-width: 580px) {
  .page-header { display: block; }.page-header > button, .page-header .header-actions { width: 100%; margin-top: 18px; }.page-header .header-actions button { flex: 1; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.stat-card { padding: 15px; }.stat-value { font-size: 24px; }.stat-heading { font-size: 10px; }
  .dashboard-grid { gap: 12px; }.panel-header { padding: 17px 16px 14px; }.stay-row { grid-template-columns: 40px 1fr; padding-inline: 5px; }.stay-row .occupancy { grid-column: 2; grid-template-columns: auto 1fr auto; text-align: left; }.stay-row .occupancy .mini-progress { grid-column: 2; }.stay-row .occupancy small { grid-column: 3; }
  .arrival-list { padding-inline: 15px; }.arrival { grid-template-columns: auto 1fr; }.arrival .badge { grid-column: 2; }
  .title-line { display: block; }.title-line .badge { margin-top: 9px; }
  .summary-strip { grid-template-columns: 1fr; }.summary-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }.summary-strip > div:nth-child(2) { border-bottom: 1px solid var(--line); }
  .stay-aside, .rooms-grid { grid-template-columns: 1fr; }.rooms-grid { padding-inline: 14px; }
  .stepper { justify-content: center; }.stepper i { width: 20px; }.step strong { display: none; }
  .choice-list { padding-inline: 14px; }.choice-card { align-items: flex-start; padding: 13px; }.choice-price { min-width: 62px; }
  .participant-row { margin-inline: 14px; }.distribution-table { margin-inline: 14px; }.distribution-table > div { grid-template-columns: 1fr auto; }.distribution-table > div > span:nth-child(2) { grid-column: 1; }.distribution-table .distribution-head span:nth-child(2) { display: none; }.distribution-table > div > strong { grid-column: 2; grid-row: 1 / span 2; }.form-grid { grid-template-columns: 1fr; margin-inline: 14px; }.demo-banner { margin-inline: 14px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }.admin-stats article { padding: 15px; }.admin-stats strong { font-size: 17px; }
  .admin-tools { display: block; }.filters { margin-top: 13px; }.search-box { flex: 1; }.search-box input { width: 100%; }.filters select { max-width: 145px; }
  .mobile-nav { grid-template-columns: repeat(2, 1fr); }
  .toast { right: 15px; bottom: 15px; left: 15px; }
}

@media (max-width: 390px) {
  .stats-grid { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: 1fr; }.admin-stats article { border-right: 0; border-bottom: 1px solid var(--line); }
}
