:root{
  --bg:#f6f6f4;
  --text:#1f2933;
  --muted:#6b7280;
  --line:#e5e5e5;
  --card:#ffffff;
  --active:#2f2f31;
  --accent:#d7264d;
  --tab:#ececec;
  --avatar:#d8d8d8;
  --shadow-1:0 1px 1px rgba(0,0,0,0.02);
  --shadow-2:0 4px 12px rgba(0,0,0,0.03);
}

*{
  box-sizing:border-box;
}

html{
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  background:var(--bg);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
}

img{
  display:block;
  max-width:100%;
}

button,
input,
select,
textarea{
  font:inherit;
}

a{
  color:inherit;
  text-decoration:none;
}

details summary{
  cursor:pointer;
  list-style:none;
}

details summary::-webkit-details-marker{
  display:none;
}

#app-shell{
  width:100%;
  max-width:480px;
  margin:0 auto;
  min-height:100vh;
  padding-bottom:96px;
  position:relative;
}

.is-hidden{
  display:none !important;
}

/* ---------- TYPE ---------- */

h1{
  font-size:44px;
  line-height:1.06;
  letter-spacing:-0.03em;
  font-weight:700;
  margin:24px 0 18px 0;
}

h2{
  font-size:28px;
  line-height:1.1;
  font-weight:600;
  letter-spacing:-0.02em;
  margin:0 0 16px 0;
}

h3{
  font-size:20px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:-0.01em;
  margin:0 0 10px 0;
}

p{
  margin:0 0 12px 0;
  color:var(--muted);
  line-height:1.45;
}

.eyebrow{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  line-height:1;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
}

.lead{
  font-size:18px;
  line-height:1.5;
  max-width:760px;
}

.muted-strong{
  color:#111827;
  font-weight:600;
}

.timestamp{
  font-size:14px;
  color:var(--muted);
}

.text-link{
  color:#111827;
  font-weight:600;
  font-size:14px;
}

/* ---------- GENERIC CONTENT ---------- */

.page-content{
  padding:28px 24px;
}

.page-section{
  margin-bottom:40px;
}

.card-stack{
  display:flex;
  flex-direction:column;
  gap:22px;
}

.two-col-grid,
.three-col-grid,
.stats-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.card{
  background:var(--card);
  border-radius:22px;
  padding:22px;
  border:1px solid #e6e6e6;
  box-shadow:var(--shadow-1), var(--shadow-2);
}

.card-head-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.action-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}

.action-row.right{
  justify-content:flex-end;
}

.sidebar-actions{
  padding-top:18px;
  border-top:1px solid #eceff3;
  margin-top:8px;
}

.pill-button{
  appearance:none;
  border:none;
  background:#ececec;
  color:#111827;
  border-radius:999px;
  padding:12px 18px;
  font-weight:600;
  cursor:pointer;
}

.pill-button.dark{
  background:#2f2f31;
  color:#fff;
}

.pill-button.ghost{
  background:#fff;
  border:1px solid var(--line);
}

.meta-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.meta-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#f1f3f5;
  color:#374151;
  font-size:13px;
  font-weight:600;
}

.status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}

.status-pill.success{ background:#dcfce7; color:#166534; }
.status-pill.warning{ background:#fef3c7; color:#92400e; }
.status-pill.danger{ background:#fee2e2; color:#991b1b; }
.status-pill.info{ background:#dbeafe; color:#1d4ed8; }
.status-pill.neutral{ background:#f3f4f6; color:#374151; }

.counter-badge{
  display:inline-flex;
  min-width:28px;
  height:28px;
  padding:0 10px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:12px;
  font-weight:700;
}

/* ---------- SHELL ---------- */

#shell-above-menu,
#shell-top-menu,
#shell-top-content-1,
#shell-top-content-2,
#shell-main-content,
#shell-below-content-1,
#shell-below-content-2,
#shell-footer-menu,
#shell-below-menu-footer{
  width:100%;
}

/* ---------- TOP MENU ---------- */

.top-menu{
  padding:18px 24px 10px 24px;
}

.menu-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
}

.logo-link{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
}

.logo{
  height:100px;
  width:auto;
  object-fit:contain;
}

.top-tabs{
  display:flex;
  justify-content:center;
  gap:12px;
  min-width:0;
  flex-wrap:wrap;
}

.tab{
  appearance:none;
  border:none;
  background:var(--tab);
  border-radius:28px;
  padding:12px 24px;
  font-size:17px;
  line-height:1;
  font-weight:500;
  color:#111;
  cursor:pointer;
  white-space:nowrap;
}

.tab.active,
.tab.is-active{
  background:var(--active);
  color:#fff;
}

.avatar-button{
  appearance:none;
  border:none;
  background:transparent;
  padding:0;
  margin:0;
  cursor:pointer;
  position:relative;
  width:52px;
  height:52px;
  border-radius:999px;
  overflow:hidden;
  flex-shrink:0;
}

.avatar-photo{
  position:absolute;
  inset:0;
  border-radius:999px;
  background:
    radial-gradient(circle at 50% 35%, #f2f2f2 0 18%, transparent 19%),
    radial-gradient(circle at 50% 78%, #d6d6d6 0 34%, transparent 35%),
    linear-gradient(135deg, #e8e8e8, #cfcfcf);
}

.avatar-fallback{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:16px;
  color:#2f2f31;
  background:rgba(255,255,255,0.28);
  border-radius:999px;
}

/* ---------- WORKSPACE ---------- */

.workspace{
  display:block;
  width:100%;
}

.main-column{
  min-width:0;
}

.content-column{
  width:100%;
  max-width:none;
  margin:0 auto;
}

.side-panel{
  display:none;
}

.side-panel-stack{
  display:flex;
  flex-direction:column;
  gap:20px;
}

/* ---------- HERO / SUMMARY ---------- */

.hero-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:20px;
}

.hero-title{
  font-size:32px;
  line-height:1.05;
  letter-spacing:-0.03em;
  margin:0 0 10px 0;
}

.hero-stat-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:64px;
  height:64px;
  padding:0 16px;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-size:22px;
  font-weight:700;
}

.stat-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  background:#fff;
}

.stat-card.soft-red{
  background:#fff1f3;
}

.stat-label{
  color:var(--muted);
  font-size:13px;
  font-weight:600;
  margin-bottom:8px;
}

.stat-value{
  font-size:28px;
  line-height:1;
  font-weight:700;
  color:#111827;
  margin-bottom:8px;
}

.stat-sub{
  color:var(--muted);
  font-size:13px;
}

.notice-card.warm{
  background:#efe4c9;
  border-color:#e4c98b;
}

.notice-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:start;
  margin-bottom:16px;
}

.notice-icon{
  font-size:26px;
  line-height:1;
  padding-top:2px;
}

.notice-copy h3{
  margin-bottom:8px;
}

.notice-count{
  font-size:22px;
  font-weight:700;
  color:#111827;
}

.banner-card{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.banner-left{
  display:flex;
  gap:14px;
  align-items:flex-start;
}

.banner-icon{
  width:36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff7ed;
  color:#c2410c;
  font-weight:700;
  flex-shrink:0;
}

/* ---------- BOOKINGS ---------- */

.booking-card-large{
  padding:24px;
}

.booking-card-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.guest-stack{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

.guest-avatar{
  width:72px;
  height:72px;
  border-radius:50%;
  background:#d8d8d8;
  flex-shrink:0;
}

.photo-a{ background:linear-gradient(135deg,#d7b28c,#8f4b2d); }
.photo-b{ background:linear-gradient(135deg,#8fb0d8,#324f85); }
.photo-c{ background:linear-gradient(135deg,#d8c78f,#7b6b34); }

.booking-date{
  font-size:22px;
  line-height:1.05;
  font-weight:700;
  letter-spacing:-0.02em;
  color:#111827;
}

.booking-date-sub{
  margin-top:6px;
  font-size:14px;
  color:var(--muted);
}

.guest-count-circle{
  width:92px;
  height:92px;
  border-radius:999px;
  background:#efefef;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  flex-shrink:0;
}

.booking-main-name{
  font-size:36px;
  line-height:1.04;
  letter-spacing:-0.04em;
  font-weight:700;
  margin-bottom:18px;
}

.booking-divider{
  height:1px;
  background:#eceff3;
  margin:18px 0;
}

.booking-footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.booking-detail-card .detail-grid{
  margin-bottom:18px;
}

.mini-booking-card{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.mini-booking-top{
  display:flex;
  gap:14px;
  align-items:center;
}

.mini-avatar{
  width:56px;
  height:56px;
  border-radius:50%;
  flex-shrink:0;
}

.mini-booking-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.mini-value{
  font-weight:700;
  color:#111827;
}

/* ---------- DETAIL GRID ---------- */

.detail-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.detail-grid.single-column{
  grid-template-columns:1fr;
}

.detail-item{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 16px;
  border-radius:16px;
  background:#f8f9fa;
  border:1px solid #edf0f2;
}

.detail-label{
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--muted);
  font-weight:700;
}

.detail-value{
  font-size:16px;
  color:#111827;
  font-weight:600;
}

/* ---------- MESSAGES ---------- */

.message-card,
.thread-card,
.email-log-card{
  overflow:hidden;
}

.thread-stack{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-bottom:18px;
}

.chat-bubble{
  max-width:86%;
  border-radius:18px;
  padding:14px 16px;
  border:1px solid var(--line);
}

.chat-bubble.wide{
  max-width:100%;
}

.chat-bubble.incoming{
  background:#fff;
}

.chat-bubble.outgoing{
  background:#f3f4f6;
  margin-left:auto;
}

.chat-meta{
  font-size:12px;
  color:var(--muted);
  font-weight:700;
  margin-bottom:6px;
}

.chat-text{
  color:#111827;
  line-height:1.45;
}

.list-table,
.list-stack{
  display:flex;
  flex-direction:column;
}

.list-stack.compact{
  gap:14px;
}

.list-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
  border-top:1px solid #edf0f2;
}

.list-row:first-child{
  border-top:none;
  padding-top:0;
}

.list-main{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
}

.list-main strong{
  color:#111827;
}

.list-main span{
  color:var(--muted);
  font-size:14px;
}

.list-item-icon{
  display:grid;
  grid-template-columns:32px 1fr;
  gap:12px;
  align-items:start;
}

.item-icon{
  width:32px;
  height:32px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f4f6;
  font-size:16px;
}

/* ---------- TASKS / TIMELINE ---------- */

.task-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.task-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#111827;
  font-weight:500;
}

.activity-timeline{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.timeline-item{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:12px;
  align-items:start;
}

.timeline-dot{
  width:10px;
  height:10px;
  margin-top:6px;
  border-radius:999px;
  background:#111827;
}

/* ---------- PROFILE / LISTING ---------- */

.profile-head{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:16px;
}

.profile-avatar{
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#ececec;
  color:#111827;
  font-weight:700;
}

.profile-avatar.large{
  width:64px;
  height:64px;
  font-size:22px;
}

.listing-card{
  overflow:hidden;
  padding:0;
}

.listing-image{
  height:220px;
  background:linear-gradient(135deg,#8fc5d8,#3c6e84);
}

.listing-copy{
  padding:22px;
}

/* ---------- AI / FAQ / HELP ---------- */

.ai-input-row{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ai-input{
  min-height:56px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:18px;
  padding:16px;
  color:var(--muted);
}

.faq-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.faq-list details{
  border:1px solid #eceff3;
  border-radius:16px;
  padding:16px;
  background:#fafafa;
}

.faq-list summary{
  font-weight:700;
  color:#111827;
}

.faq-list details p{
  margin-top:12px;
  margin-bottom:0;
}

/* ---------- FORM / BILLING ---------- */

.form-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-bottom:20px;
}

.form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.form-field span{
  font-size:13px;
  color:#374151;
  font-weight:600;
}

.form-field input,
.form-field select{
  width:100%;
  min-height:48px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 14px;
  background:#fff;
  color:#111827;
}

.billing-card,
.usage-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.billing-card.featured{
  border-color:#111827;
}

.price-line{
  font-size:34px;
  line-height:1;
  font-weight:700;
  letter-spacing:-0.03em;
  color:#111827;
}

.price-line span{
  font-size:16px;
  color:var(--muted);
  font-weight:500;
  margin-left:4px;
}

.progress-block{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.progress-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:14px;
  color:#374151;
  font-weight:600;
}

.progress-bar{
  height:12px;
  border-radius:999px;
  background:#eceff3;
  overflow:hidden;
}

.progress-fill{
  width:78%;
  height:100%;
  background:#111827;
  border-radius:999px;
}

/* ---------- REPORTS / TABLE ---------- */

.report-bars{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.report-bar-row{
  display:grid;
  grid-template-columns:70px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
}

.report-bar-track{
  height:12px;
  border-radius:999px;
  background:#eceff3;
  overflow:hidden;
}

.report-bar-fill{
  height:100%;
  border-radius:999px;
  background:#111827;
}

.report-bar-fill.w-80{ width:80%; }
.report-bar-fill.w-45{ width:45%; }
.report-bar-fill.w-20{ width:20%; }

.table-wrap-demo{
  overflow:auto;
}

.demo-table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
}

.demo-table th,
.demo-table td{
  text-align:left;
  padding:14px 12px;
  border-bottom:1px solid #edf0f2;
  font-size:14px;
}

.demo-table th{
  color:#374151;
  font-size:12px;
  letter-spacing:0.06em;
  text-transform:uppercase;
}

/* ---------- SIDEBAR / ACCESS ---------- */

.side-menu{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:28px 34px;
  box-shadow:var(--shadow-1), var(--shadow-2);
}

.side-menu h2{
  margin:0 0 18px 0;
  font-size:34px;
  line-height:1.05;
  letter-spacing:-0.03em;
}

.side-menu-item{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 20px;
  gap:14px;
  align-items:start;
  padding:22px 0;
  border-top:1px solid #eceff3;
}

.side-menu-item:first-of-type{
  border-top:none;
  padding-top:8px;
}

.side-menu-item.static{
  grid-template-columns:28px minmax(0,1fr);
}

.side-menu-icon{
  font-size:18px;
  line-height:1.2;
  color:#111827;
  padding-top:4px;
}

.side-menu-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.side-menu-copy strong{
  font-size:24px;
  line-height:1.1;
  letter-spacing:-0.02em;
  color:#0f172a;
  font-weight:700;
}

.side-menu-copy span{
  margin-top:6px;
  font-size:18px;
  line-height:1.3;
  color:#6b7280;
}

.side-menu-arrow{
  font-size:30px;
  line-height:1;
  color:#111827;
  text-align:right;
  padding-top:2px;
}

/* Panel header layout */
.panel-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* Ensure title sits left and button right */
.panel-head-row h2,
.panel-head-row h3 {
  margin: 0;
  flex: 1;
}

/* Close button alignment */
.panel-head-row .pill-button {
  margin-left: auto;
  line-height: 1;
  padding: 4px 10px;
  min-width: 32px;
  text-align: center;
}

/* ---------- FOOTER NAV ---------- */

.footer-menu{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:40;
  display:flex;
  justify-content:center;
  background:#fff;
  border-top:1px solid var(--line);
  height:78px;
}

.footer-menu-inner{
  width:100%;
  max-width:480px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  padding:10px 8px 12px;
}

.footer-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  font-size:13px;
  color:#555;
  cursor:pointer;
  min-height:54px;
}

.footer-item span{
  display:block;
}

.footer-item .icon{
  font-size:22px;
  line-height:1;
  margin-bottom:2px;
}

.footer-item.active,
.footer-item.is-active{
  color:var(--accent);
  font-weight:600;
}

/* ---------- MOBILE MENU DRAWER ---------- */

.mobile-menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.28);
  opacity:0;
  pointer-events:none;
  transition:opacity 0.22s ease;
  z-index:49;
}

.mobile-menu-overlay.open{
  opacity:1;
  pointer-events:auto;
}

.mobile-menu{
  position:fixed;
  top:0;
  right:-100%;
  width:min(360px, 90vw);
  height:100vh;
  background:#fff;
  transition:right 0.25s ease;
  box-shadow:-4px 0 20px rgba(0,0,0,0.15);
  padding:22px 20px 120px;
  z-index:50;
  overflow-y:auto;
}

.mobile-menu.open{
  right:0;
}

.mobile-panel-stack{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.mobile-panel-card{
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  background:#fff;
  box-shadow:var(--shadow-1), var(--shadow-2);
}

.mobile-panel-card h3{
  margin-bottom:16px;
}

.mobile-list-row{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px 0;
  border-top:1px solid #f0f0f0;
}

.mobile-list-row:first-of-type{
  border-top:none;
  padding-top:0;
}

.mobile-list-row strong{
  color:#111827;
  font-size:16px;
}

.mobile-list-row span{
  color:var(--muted);
  font-size:14px;
}

.mobile-panel-card a{
  display:block;
  padding:14px 0;
  border-top:1px solid #f0f0f0;
  color:#222;
}

.mobile-panel-card a:first-of-type{
  border-top:none;
  padding-top:0;
}

/* ---------- BELOW MENU FOOTER ---------- */

#shell-below-menu-footer{
  padding:0 24px 18px;
  text-align:center;
  color:var(--muted);
  font-size:12px;
}

/* ---------- DESKTOP ---------- */

@media (min-width:900px){

  #app-shell{
    max-width:90%;
    padding-bottom:98px;
  }

  .workspace{
    width:100%;
    max-width:1500px;
    margin:0 auto;
    transition:grid-template-columns 0.22s ease, gap 0.22s ease;
  }

  .workspace.menu-closed{
    display:block;
  }

  .workspace.menu-closed .content-column{
    max-width:1040px;
  }

  .workspace.menu-open{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 560px;
    gap:32px;
    align-items:start;
  }

  .workspace.menu-open .content-column{
    max-width:920px;
  }

  .workspace.menu-open .side-panel{
    display:block;
    min-width:0;
  }

  .main-column{
    display:flex;
    justify-content:center;
    min-width:0;
  }

  .side-panel{
    width:100%;
  }

  .side-panel-stack{
    position:sticky;
    top:24px;
  }

  .top-menu{
    padding:24px 30px 14px 30px;
  }

  .page-content{
    padding:32px 30px;
  }

  .logo{
    height:76px;
  }

  .avatar-button{
    width:60px;
    height:60px;
  }

  .avatar-fallback{
    font-size:18px;
  }

  .tab{
    padding:14px 28px;
    font-size:18px;
    border-radius:30px;
  }

  .stats-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .two-col-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .three-col-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .detail-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .listing-card{
    display:grid;
    grid-template-columns:340px 1fr;
  }

  .listing-image{
    height:100%;
    min-height:240px;
  }

  .ai-input-row{
    flex-direction:row;
    align-items:center;
  }

  .ai-input{
    flex:1;
  }

  .footer-menu{
    height:84px;
  }

  .footer-menu-inner{
    max-width:90%;
    padding:12px 12px 14px;
  }

  .footer-item{
    font-size:14px;
    gap:5px;
  }

  .footer-item .icon{
    font-size:24px;
  }

  .mobile-menu,
  .mobile-menu-overlay{
    display:none;
  }
}

/* ---------- SMALL MOBILE ---------- */

@media (max-width:420px){

  .top-menu{
    padding:16px 18px 10px 18px;
  }

  .page-content{
    padding:24px 18px;
  }

  .logo{
    height:54px;
  }

  .top-tabs{
    gap:8px;
  }

  .tab{
    padding:11px 18px;
    font-size:16px;
  }

  .avatar-button{
    width:46px;
    height:46px;
  }

  .avatar-fallback{
    font-size:15px;
  }

  h1{
    font-size:34px;
    margin:20px 0 18px 0;
  }

  .hero-title{
    font-size:28px;
  }

  .booking-main-name{
    font-size:30px;
  }

  .hero-card-top,
  .booking-card-header,
  .booking-footer-row,
  .card-head-row{
    flex-direction:column;
    align-items:flex-start;
  }

  .guest-count-circle,
  .hero-stat-badge{
    width:auto;
    height:auto;
    min-width:0;
    padding:10px 16px;
  }

  .report-bar-row{
    grid-template-columns:1fr;
    gap:8px;
  }

  .demo-table{
    min-width:560px;
  }
}