:root {
  --cw-bg: #0b0f14;
  --cw-card: rgba(255, 255, 255, 0.06);
  --cw-border: rgba(255, 255, 255, 0.12);
  --cw-text: #e8eef7;
  --cw-muted: rgba(232, 238, 247, 0.7);
  --cw-accent: #ff3b30; /* brake red */
  --cw-accent2: #ffb020; /* signal amber */
  --cw-ok: #30d158;
}

.cw-page {
  background: radial-gradient(1200px 600px at 20% -10%, rgba(255, 176, 32, 0.16), transparent 60%),
    radial-gradient(900px 480px at 90% 10%, rgba(255, 59, 48, 0.18), transparent 55%),
    linear-gradient(180deg, #070a0d, var(--cw-bg));
  color: var(--cw-text);
}

.hidden {
  display: none !important;
}

.qr-state {
  margin-top: 1rem;
}

.qr-error {
  border: 1px solid rgba(255, 59, 48, 0.24);
  background: rgba(255, 59, 48, 0.12);
  border-radius: 18px;
  padding: 1rem 1.1rem;
}
.qr-error__title {
  margin: 0;
  font-weight: 950;
  letter-spacing: 0.2px;
}
.qr-error__text {
  margin: 0.35rem 0 0;
  color: rgba(255, 236, 208, 0.9);
  font-weight: 750;
}

.qr-btn {
  margin-top: 0.65rem;
  border: 1px solid var(--cw-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cw-text);
  border-radius: 14px;
  padding: 0.55rem 0.85rem;
  font-weight: 900;
}

.qr-menu-section {
  margin-top: 1.2rem;
}

.qr-cat-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.2px;
}

.qr-card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.85rem;
}

.qr-card {
  grid-column: span 12;
  border: 1px solid var(--cw-border);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 0.95rem 1rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 720px) {
  .qr-card {
    grid-column: span 6;
  }
}
@media (min-width: 1040px) {
  .qr-card {
    grid-column: span 4;
  }
}

.qr-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}
.qr-card__name {
  font-weight: 950;
  letter-spacing: 0.2px;
}
.qr-card__price {
  font-weight: 950;
  color: rgba(255, 236, 208, 0.9);
}

.qr-card__price.menu-price--discount {
  width: 100%;
}

.menu-price--discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.34rem;
  width: 100%;
  line-height: 1.28;
  text-align: center;
}

.menu-price__badge {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 176, 32, 0.22);
  color: #ffe4a8;
}

.menu-price__old {
  font-size: 0.82em;
  font-weight: 700;
  text-decoration: line-through;
  opacity: 0.55;
  color: rgba(255, 236, 208, 0.65);
  line-height: 1.2;
}

.menu-price__new {
  font-size: 1.1em;
  font-weight: 950;
  color: #ffb020;
  line-height: 1.2;
}
.qr-card__desc {
  margin-top: 0.45rem;
  color: var(--cw-muted);
  font-weight: 700;
  line-height: 1.45;
}
.qr-card__btn {
  margin-top: 0.8rem;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 176, 32, 0.28);
  background: linear-gradient(135deg, rgba(255, 176, 32, 0.92), rgba(255, 59, 48, 0.92));
  color: #111;
  font-weight: 950;
  padding: 0.65rem 0.9rem;
  cursor: pointer;
}
.qr-card__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.qr-card--disabled {
  opacity: 0.7;
}

.cw-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(11, 15, 20, 0.75);
  border-bottom: 1px solid var(--cw-border);
}

.cw-header__bar {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  max-width: 1150px;
  margin: 0 auto;
}

.cw-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.cw-badge {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 59, 48, 0.95), rgba(255, 176, 32, 0.95));
  box-shadow: 0 12px 30px rgba(255, 59, 48, 0.18);
  flex: 0 0 auto;
}

.cw-badge svg {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.35));
}

.cw-logo__text {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.cw-logo__title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cw-logo__tag {
  font-size: 0.74rem;
  color: var(--cw-muted);
  font-weight: 700;
}

.cw-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cw-pill {
  border-radius: 999px;
  border: 1px solid var(--cw-border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--cw-text);
  padding: 0.52rem 0.9rem;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.6px;
  text-decoration: none;
  cursor: pointer;
}

.cw-pill--accent {
  background: linear-gradient(135deg, rgba(255, 59, 48, 0.95), rgba(255, 176, 32, 0.95));
  border-color: rgba(255, 176, 32, 0.35);
  color: #111;
}

.cw-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid var(--cw-border);
  background: rgba(255, 255, 255, 0.05);
  color: var(--cw-text);
}

.cw-masa {
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 176, 32, 0.55);
  color: rgba(255, 236, 208, 0.96);
  font-weight: 900;
  font-size: 0.78rem;
  white-space: nowrap;
}

.cw-main {
  max-width: 1150px;
  margin: 0 auto;
  padding: 1.1rem 1rem 3.2rem;
}

.cw-hero {
  border: 1px solid var(--cw-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-radius: 22px;
  padding: 1.2rem 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.cw-hero h1 {
  margin: 0;
  font-size: 1.22rem;
  letter-spacing: 0.2px;
}

.cw-hero p {
  margin: 0.55rem 0 0;
  color: var(--cw-muted);
  font-weight: 650;
  line-height: 1.55;
}

.cw-footer {
  text-align: center;
  padding: 1.35rem 1rem 2.2rem;
  color: rgba(232, 238, 247, 0.65);
  font-weight: 650;
}

/* community quotes card blend */
.qr-cq {
  margin-top: 1.1rem;
}
.qr-cq__inner {
  border: 1px solid var(--cw-border);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 22px;
}

#communityQuotesSection {
  margin-top: 1.2rem;
}

#communityQuotesSection .testimonials-container__title {
  color: rgba(255, 236, 208, 0.95);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#communityQuotesSection .testimonials-empty,
#communityQuotesSection .qr-cq-hint,
#communityQuotesSection .qr-cq-label {
  color: rgba(232, 238, 247, 0.78);
  font-weight: 750;
}

#communityQuotesSection .qr-cq-input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--cw-border);
  color: var(--cw-text);
}

#communityQuotesSection .qr-cq-submit {
  border-radius: 16px;
  border: 1px solid rgba(255, 176, 32, 0.28);
  background: linear-gradient(135deg, rgba(255, 176, 32, 0.92), rgba(255, 59, 48, 0.92));
  color: #111;
  font-weight: 950;
}
