.gtabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.gtab { background: transparent; border: 1px solid var(--line-strong); color: var(--muted); padding: 10px 16px; border-radius: 999px; font-family: inherit; font-weight: 600; cursor: pointer; }
.gtab.active { background: rgba(201,162,75,.14); color: var(--gold-light); border-color: var(--line-strong); }
.stay-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; }
.stay-card b { color: var(--gold-light); }
.svc-grid, .rest-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.svc-card, .rest-card, .menu-item { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; }
.svc-card .thumb, .rest-card .thumb { aspect-ratio: 16/9; background: var(--bg-2); }
.svc-card .thumb img, .rest-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.svc-body, .rest-body { padding: 16px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.svc-body h4, .rest-body h4 { font-family: var(--serif); color: var(--ink); font-size: 1.3rem; }
.svc-body .desc { color: var(--muted); font-size: .9rem; }
.svc-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--line); }
.price-g { color: var(--gold); font-weight: 800; font-family: var(--serif); font-size: 1.1rem; }
.cat-pill { display: inline-block; font-size: .72rem; color: var(--gold-light); background: rgba(201,162,75,.1); border: 1px solid var(--line); border-radius: 999px; padding: 2px 10px; align-self: flex-start; }
.menu-cat { margin: 22px 0 10px; color: var(--gold-light); font-family: var(--serif); font-size: 1.3rem; }
.menu-list { display: grid; gap: 10px; }
.menu-item { flex-direction: row; align-items: center; justify-content: space-between; padding: 14px 16px; gap: 12px; }
.menu-item .mi-name { color: var(--ink); font-weight: 600; }
.menu-item .mi-desc { color: var(--muted); font-size: .82rem; }
.cart-bar { position: sticky; bottom: 12px; margin-top: 20px; background: #0e0e11; border: 1px solid var(--line-strong); border-radius: 14px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; box-shadow: var(--shadow); }
.cart-bar .total { color: var(--gold-light); font-weight: 800; font-family: var(--serif); font-size: 1.2rem; }
.order-row { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px; margin-bottom: 12px; }
.order-row .oh { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.qty { display: inline-flex; align-items: center; gap: 6px; }
.qty button { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line-strong); background: rgba(255,255,255,.03); color: var(--gold-light); cursor: pointer; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #6fe0a0; margin-inline-start: 6px; }
@media (max-width:520px){ .menu-item{flex-wrap:wrap} }
