/* ============================================================
   GloboMondo — Landing layout
   ============================================================ */

/* ---------------- HEADER ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  height: var(--header-h);
  display: flex; align-items: center;
  background: color-mix(in srgb, var(--background) 78%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.site-header.scrolled { border-bottom-color: var(--border); }
.site-header .wrap { display: flex; align-items: center; gap: 24px; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: 14px; }
.nav a {
  padding: 8px 13px; border-radius: var(--radius); font-size: 14.5px; font-weight: 500;
  color: var(--subtle-foreground); transition: background 0.15s ease, color 0.15s ease;
}
.nav a:hover { background: var(--muted); color: var(--foreground); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }

.icon-btn {
  width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius); color: var(--subtle-foreground);
  transition: background 0.15s ease, color 0.15s ease;
}
.icon-btn:hover { background: var(--muted); color: var(--foreground); }
.icon-btn svg { width: 19px; height: 19px; }
.theme-toggle .moon { display: none; }
[data-theme="dark"] .theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .moon { display: block; }

.menu-btn { display: none; }
@media (max-width: 940px) {
  .nav, .header-actions .desktop-only { display: none; }
  .menu-btn { display: inline-flex; }
}

/* ---------------- HERO ---------------- */
.hero { position: relative; padding-top: 64px; padding-bottom: 88px; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
}
.hero-bg .blob {
  position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5;
}
.hero-bg .b1 { width: 520px; height: 520px; top: -180px; right: -120px; background: oklch(0.5 0.16 262 / 0.4); }
.hero-bg .b2 { width: 440px; height: 440px; top: 60px; right: 280px; background: oklch(0.71 0.13 185 / 0.32); }
.hero-bg .grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 48px 48px; opacity: 0.35;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 30%, transparent 75%);
}

.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

.hero-copy .h-display { margin-top: 20px; }
.hero-copy .lead { margin-top: 20px; max-width: 540px; }
.hero-cta { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; color: var(--muted-foreground); font-size: 13.5px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span {
  width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--background);
  margin-left: -9px; background: var(--grad-soft);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; color: var(--primary);
}
.hero-trust .avatars span:first-child { margin-left: 0; }

/* search bar */
.searchbar {
  margin-top: 30px; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-xl); box-shadow: var(--shadow-md);
  padding: 8px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px;
}
.searchbar .field { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: var(--radius); transition: background 0.15s ease; position: relative; }
.searchbar .field:hover { background: var(--muted); }
.searchbar .field + .field::before { content: ""; position: absolute; left: -3px; top: 14px; bottom: 14px; width: 1px; background: var(--border); }
.searchbar .field svg { width: 18px; height: 18px; color: var(--muted-foreground); flex: none; }
.searchbar .field .fl { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.searchbar .field label { font-size: 11px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; color: var(--muted-foreground); }
.searchbar .field select, .searchbar .field input {
  border: none; background: none; outline: none; font-size: 15px; font-weight: 500;
  color: var(--foreground); padding: 1px 0; width: 100%; cursor: pointer;
}
.searchbar .field input { cursor: text; }
.searchbar .field select { appearance: none; }
.searchbar .go { align-self: stretch; }
@media (max-width: 560px) {
  .searchbar { grid-template-columns: 1fr; }
  .searchbar .field + .field::before { display: none; }
  .searchbar .field + .field { border-top: 1px solid var(--border); border-radius: 0; }
}

/* hero visual composition */
.hero-visual { position: relative; height: 100%; min-height: 460px; }
.hv-phone {
  position: relative; margin: 0 auto; width: 290px; border-radius: 38px;
  background: var(--card); border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg); padding: 12px;
}
.hv-phone .notch { width: 110px; height: 22px; background: var(--background); border-radius: 0 0 14px 14px; margin: 0 auto 8px; border: 1px solid var(--border); border-top: none; }
.hv-phone-screen { border-radius: 26px; overflow: hidden; background: var(--muted); border: 1px solid var(--border); }
.hv-app-top { padding: 14px; background: var(--grad); color: #fff; }
.hv-app-top .ttl { font-weight: 600; font-size: 15px; }
.hv-app-top .sub { font-size: 11.5px; opacity: 0.85; font-family: var(--ff-mono); }
.hv-app-body { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.hv-mini {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 10px; display: flex; gap: 10px; align-items: center;
}
.hv-mini .thumb { width: 42px; height: 42px; border-radius: var(--radius-sm); flex: none; }
.hv-mini .nm { font-size: 13px; font-weight: 600; }
.hv-mini .mt { font-size: 11px; color: var(--muted-foreground); display: flex; align-items: center; gap: 5px; }
.hv-slots { display: flex; gap: 6px; flex-wrap: wrap; }
.hv-slot { font-family: var(--ff-mono); font-size: 11px; padding: 5px 8px; border-radius: var(--radius-sm); border: 1px solid var(--border); background: var(--card); }
.hv-slot.on { background: oklch(0.5 0.16 262 / 0.1); color: var(--primary); border-color: transparent; }
.hv-slot.full { color: var(--muted-foreground); text-decoration: line-through; opacity: 0.6; }

/* floating cards around phone */
.float-card {
  position: absolute; background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 12px 14px;
  display: flex; align-items: center; gap: 10px; animation: floaty 6s ease-in-out infinite;
}
.float-card .fi { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #fff; flex: none; }
.float-card .fi svg { width: 19px; height: 19px; }
.float-card .ft { font-size: 13px; font-weight: 650; line-height: 1.2; }
.float-card .fs { font-size: 11.5px; color: var(--muted-foreground); }
.fc-1 { top: -6px; left: -26px; animation-delay: 0s; }
.fc-2 { top: 214px; right: -26px; animation-delay: -2s; }
.fc-3 { bottom: 10px; left: -10px; animation-delay: -4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 1080px) { .fc-1 { left: 0; } .fc-2 { right: 0; } }
@media (max-width: 420px) { .float-card { display: none; } }
@media (prefers-reduced-motion: reduce) { .float-card { animation: none; } }

/* logos strip */
.logos-strip { margin-top: 56px; }
.logos-strip .cap { text-align: center; font-size: 12.5px; color: var(--muted-foreground); font-family: var(--ff-mono); letter-spacing: 0.04em; }
.logos-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 40px; margin-top: 20px; opacity: 0.75; }
.logos-row .lg { font-weight: 650; font-size: 17px; letter-spacing: -0.01em; color: var(--subtle-foreground); display: inline-flex; align-items: center; gap: 8px; }
.logos-row .lg svg { width: 18px; height: 18px; color: var(--muted-foreground); }

/* ---------------- CATEGORIES ---------------- */
.cat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 40px; }
@media (max-width: 980px) { .cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
.cat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 18px 16px; display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.cat-ic {
  width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-soft); color: var(--primary);
}
.cat-ic svg { width: 21px; height: 21px; }
.cat-card .cn { font-size: 14.5px; font-weight: 600; }
.cat-card .cc { font-size: 12px; color: var(--muted-foreground); font-family: var(--ff-mono); }
.cat-card.more { background: var(--grad); color: #fff; align-items: flex-start; justify-content: center; }
.cat-card.more .cn, .cat-card.more .cc { color: #fff; }
.cat-card.more .cat-ic { background: rgba(255,255,255,0.2); color: #fff; }

/* ---------------- HOW IT WORKS ---------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 16px; } }
.step { position: relative; padding: 28px; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--border); }
.step .num { font-family: var(--ff-mono); font-size: 13px; font-weight: 600; color: var(--primary); }
.step .si { width: 48px; height: 48px; border-radius: 14px; background: var(--grad-soft); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; margin: 14px 0 16px; }
.step .si svg { width: 23px; height: 23px; }
.step .h3 { margin-bottom: 8px; }
.step p { color: var(--muted-foreground); font-size: 14.5px; }

/* ---------------- FEATURED ---------------- */
.biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
@media (max-width: 940px) { .biz-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .biz-grid { grid-template-columns: 1fr; } }
.biz-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform 0.2s ease, box-shadow 0.22s ease; cursor: pointer;
}
.biz-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.biz-photo { height: 168px; position: relative; }
.biz-photo .biz-cat { position: absolute; top: 12px; left: 12px; }
.biz-photo .biz-fav { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: color-mix(in srgb, var(--card) 88%, transparent); backdrop-filter: blur(6px); display: inline-flex; align-items: center; justify-content: center; color: var(--subtle-foreground); }
.biz-photo .biz-fav svg { width: 16px; height: 16px; }
.biz-body { padding: 16px; }
.biz-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.biz-name { font-size: 15.5px; font-weight: 650; letter-spacing: -0.01em; }
.biz-meta { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted-foreground); margin-top: 3px; }
.biz-meta svg { width: 13px; height: 13px; }
.biz-rate { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 600; }
.biz-rate .stars svg { width: 13px; height: 13px; }
.biz-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.biz-price { font-size: 13px; color: var(--muted-foreground); }
.biz-price b { font-size: 16px; font-weight: 700; color: var(--foreground); }

/* ---------------- B2B ---------------- */
.b2b { background: var(--muted); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
[data-theme="dark"] .b2b { background: #18181a; }
.b2b-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
@media (max-width: 980px) { .b2b-grid { grid-template-columns: 1fr; gap: 40px; } }
.b2b-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin-top: 32px; }
@media (max-width: 480px) { .b2b-feats { grid-template-columns: 1fr; } }
.feat { display: flex; gap: 12px; }
.feat .fi { width: 38px; height: 38px; border-radius: 11px; flex: none; background: var(--card); border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; color: var(--teal-strong); }
.feat .fi svg { width: 19px; height: 19px; }
.feat .ft { font-size: 14.5px; font-weight: 600; }
.feat .fd { font-size: 13px; color: var(--muted-foreground); margin-top: 2px; }
.b2b-cta { display: flex; align-items: center; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.b2b-cta .note { font-size: 13px; color: var(--muted-foreground); }

/* dashboard mockup */
.dash {
  background: var(--card); border: 1px solid var(--border-strong); border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.dash-top { display: flex; align-items: center; gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--border); }
.dash-top .dots { display: flex; gap: 6px; }
.dash-top .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--border-strong); display: block; }
.dash-top .url { margin-left: 8px; font-family: var(--ff-mono); font-size: 11.5px; color: var(--muted-foreground); background: var(--muted); padding: 4px 10px; border-radius: var(--radius-pill); }
.dash-body { display: grid; grid-template-columns: 56px 1fr; }
.dash-rail { border-right: 1px solid var(--border); padding: 14px 0; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.dash-rail .ri { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--muted-foreground); }
.dash-rail .ri.on { background: oklch(0.5 0.16 262 / 0.12); color: var(--primary); }
.dash-rail .ri svg { width: 18px; height: 18px; }
.dash-main { padding: 18px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.kpi { background: var(--muted); border-radius: var(--radius); padding: 12px; }
.kpi .kl { font-size: 11px; color: var(--muted-foreground); font-family: var(--ff-mono); text-transform: uppercase; letter-spacing: 0.04em; }
.kpi .kv { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-top: 4px; }
.kpi .kd { font-size: 11.5px; color: var(--success); display: inline-flex; align-items: center; gap: 3px; margin-top: 2px; }
.kpi .kd svg { width: 12px; height: 12px; }
.dash-chart { margin-top: 14px; background: var(--muted); border-radius: var(--radius); padding: 14px; }
.dash-chart .ch-head { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.dash-chart .ch-head .t { font-weight: 600; }
.bars { display: flex; align-items: flex-end; gap: 7px; height: 84px; margin-top: 12px; }
.bars .bar { flex: 1; border-radius: 5px 5px 2px 2px; background: var(--grad); opacity: 0.85; transition: height 0.6s cubic-bezier(0.2,0.7,0.3,1); }

/* ---------------- METRICS / TRUST ---------------- */
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 760px) { .metrics { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; } }
.metric { text-align: center; }
.metric .mv { font-size: clamp(32px, 4vw, 46px); font-weight: 700; letter-spacing: -0.03em; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.metric .ml { font-size: 14px; color: var(--muted-foreground); margin-top: 4px; }

.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
@media (max-width: 900px) { .tst-grid { grid-template-columns: 1fr; } }
.tst { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px; }
.tst .stars { margin-bottom: 12px; }
.tst p { font-size: 15px; line-height: 1.6; }
.tst .who { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.tst .who .av { width: 38px; height: 38px; border-radius: 50%; background: var(--grad-soft); display: inline-flex; align-items: center; justify-content: center; font-weight: 650; color: var(--primary); font-size: 13px; }
.tst .who .nm { font-size: 13.5px; font-weight: 600; }
.tst .who .rl { font-size: 12px; color: var(--muted-foreground); }

/* ---------------- PRICING ---------------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; align-items: stretch; }
@media (max-width: 860px) { .price-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; } }
.plan { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 26px; display: flex; flex-direction: column; position: relative; }
.plan.featured { border-color: transparent; box-shadow: var(--shadow-lg); outline: 2px solid var(--primary); padding-top: 30px; }
.plan .tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; border: none; padding: 6px 15px; font-weight: 600; white-space: nowrap; box-shadow: 0 6px 16px oklch(0.5 0.16 262 / 0.32); z-index: 2; }
.plan .pn { font-size: 15px; font-weight: 650; }
.plan .pd { font-size: 13px; color: var(--muted-foreground); margin-top: 4px; min-height: 38px; }
.plan .pp { display: flex; align-items: baseline; gap: 4px; margin: 14px 0 4px; }
.plan .pp .amt { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; }
.plan .pp .per { font-size: 14px; color: var(--muted-foreground); }
.plan .pl { display: flex; flex-direction: column; gap: 11px; margin: 22px 0; flex: 1; }
.plan .pl li { display: flex; gap: 9px; font-size: 14px; align-items: flex-start; }
.plan .pl li svg { width: 17px; height: 17px; color: var(--teal-strong); flex: none; margin-top: 1px; }
.plan .pl li.off { color: var(--muted-foreground); }
.plan .pl li.off svg { color: var(--muted-foreground); }

/* ---------------- CTA BAND ---------------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-2xl); background: var(--grad); color: #fff; padding: 64px 48px; text-align: center; box-shadow: var(--shadow-glow); }
.cta-band::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18), transparent 40%), radial-gradient(circle at 80% 80%, rgba(255,255,255,0.12), transparent 40%); }
.cta-band .h1 { color: #fff; position: relative; }
.cta-band p { color: rgba(255,255,255,0.88); font-size: 18px; margin-top: 14px; position: relative; }
.cta-band .cta-row { display: flex; gap: 12px; justify-content: center; margin-top: 28px; position: relative; flex-wrap: wrap; }
.cta-band .btn-white { background: #fff; color: var(--primary); }
.cta-band .btn-white:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.2); }
.cta-band .btn-clear { background: rgba(255,255,255,0.14); color: #fff; border: 1px solid rgba(255,255,255,0.4); }
.cta-band .btn-clear:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }
@media (max-width: 560px) { .cta-band { padding: 48px 24px; } }

/* ---------------- FOOTER ---------------- */
.site-footer { border-top: 1px solid var(--border); padding: 64px 0 120px; }
@media (min-width: 941px) { .site-footer { padding-bottom: 56px; } }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px 16px; } }
.foot-about { max-width: 320px; }
.foot-about p { font-size: 14px; color: var(--muted-foreground); margin-top: 14px; }
.foot-social { display: flex; gap: 8px; margin-top: 18px; }
.foot-col h4 { font-size: 13px; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 14px; }
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; color: var(--muted-foreground); transition: color 0.15s ease; }
.foot-col a:hover { color: var(--primary); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.foot-bottom .lg-row { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-bottom .lg-row a { font-size: 13px; color: var(--muted-foreground); }
.foot-bottom .cr { font-size: 13px; color: var(--muted-foreground); }

/* ---------------- MOBILE BOTTOM NAV ---------------- */
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; display: none;
  background: color-mix(in srgb, var(--background) 88%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--border); padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
}
.bottom-nav .bn-row { display: flex; }
.bottom-nav a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px; min-height: 52px; justify-content: center; color: var(--muted-foreground); font-size: 11px; font-weight: 500; border-radius: var(--radius); }
.bottom-nav a svg { width: 21px; height: 21px; }
.bottom-nav a.on { color: var(--primary); }
@media (max-width: 940px) { .bottom-nav { display: block; } }

/* ---------------- MOBILE MENU SHEET ---------------- */
.sheet { position: fixed; inset: 0; z-index: 80; display: none; }
.sheet.open { display: block; }
.sheet-bg { position: absolute; inset: 0; background: rgba(0,0,0,0.4); backdrop-filter: blur(2px); }
.sheet-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(86%, 340px); background: var(--background); border-left: 1px solid var(--border); padding: 20px; display: flex; flex-direction: column; gap: 6px; transform: translateX(100%); transition: transform 0.28s cubic-bezier(0.2,0.7,0.3,1); }
.sheet.open .sheet-panel { transform: none; }
.sheet-panel .sh-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.sheet-panel a.sh-link { padding: 13px 12px; border-radius: var(--radius); font-size: 16px; font-weight: 550; }
.sheet-panel a.sh-link:hover { background: var(--muted); }
.sheet-panel hr { border: none; border-top: 1px solid var(--border); margin: 10px 0; }
