  body.sb { font-size: 16px; color: var(--foreground); }
  .wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
  a { color: inherit; text-decoration: none; }

  .hdr-inner { display: flex; align-items: center; gap: 28px; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
  .hdr-city, .hdr-lang { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--foreground); padding: 8px 10px; border-radius: calc(var(--radius) - 4px); }
  .hdr-city:hover, .hdr-lang:hover { background: var(--muted); }
  .hdr-city > i:first-child { width: 16px; height: 16px; color: var(--primary-hover); }
  .hdr-lang i { width: 16px; height: 16px; }
  .chev { width: 15px; height: 15px; color: var(--muted-foreground); }

  .crumb { display: flex; align-items: center; gap: 8px; font-size: var(--text-xs); color: var(--muted-foreground); padding: 18px 0 14px; flex-wrap: wrap; }
  .crumb a:hover { color: var(--foreground); }
  .crumb i { width: 13px; height: 13px; }
  .crumb .here { color: var(--foreground); }

  .page-h { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 6px 0 22px; flex-wrap: wrap; }
  .page-h h1 { font-size: 28px; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
  .back-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--foreground); padding: 9px 14px; border: 1px solid var(--border); border-radius: calc(var(--radius) - 2px); transition: background-color .12s ease; }
  .back-link:hover { background: var(--muted); }
  .back-link i { width: 16px; height: 16px; }

  /* mini profile strip */
  .who-strip { display: flex; align-items: center; gap: 16px; padding: 18px; background: #111; color: #fff; border-radius: 16px; margin-bottom: 18px; }
  .who-strip .pic { width: 60px; height: 60px; border-radius: 14px; background: #1d1d1d; display: grid; place-items: center; font-weight: 800; font-size: 20px; flex: none; border: 1.5px solid #2a2a2a; }
  .who-strip .wn { font-size: 18px; font-weight: 700; display: flex; align-items: center; gap: 9px; }
  .who-strip .wn i { width: 16px; height: 16px; color: var(--primary); }
  .who-strip .ws { font-size: 14px; color: #cfcfcf; margin-top: 3px; }
  .who-strip .wgo { margin-left: auto; }

  .card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; }

  .rev-sum { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
  .rev-score { text-align: center; }
  .rev-score .big { font-size: 52px; font-weight: 800; line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .rev-score .stars { display: inline-flex; gap: 2px; color: var(--primary); margin-top: 8px; }
  .rev-score .stars i { width: 17px; height: 17px; }
  .rev-score .cnt { font-size: 13px; color: var(--muted-foreground); margin-top: 6px; }
  .rev-bars { flex: 1; min-width: 240px; display: flex; flex-direction: column; gap: 7px; }
  .rev-bar { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted-foreground); }
  .rev-bar .n { width: 12px; text-align: right; font-variant-numeric: tabular-nums; }
  .rev-bar .track { flex: 1; height: 8px; border-radius: 999px; background: var(--muted); overflow: hidden; }
  .rev-bar .track > span { display: block; height: 100%; background: var(--primary); border-radius: 999px; }
  .rev-bar .c { width: 28px; text-align: right; font-variant-numeric: tabular-nums; }

  .controls { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 22px 0 6px; flex-wrap: wrap; }
  .rev-filters { display: flex; gap: 8px; flex-wrap: wrap; }
  .rev-filters button { display: inline-flex; align-items: center; gap: 6px; height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); font-family: inherit; font-size: 14px; font-weight: 600; color: var(--foreground); cursor: pointer; transition: all .12s ease; }
  .rev-filters button span { color: var(--muted-foreground); font-variant-numeric: tabular-nums; }
  .rev-filters button i { width: 14px; height: 14px; color: var(--primary); }
  .rev-filters button[data-active="true"] { background: #111; color: #fff; border-color: #111; }
  .rev-filters button[data-active="true"] span { color: #bbb; }
  .rev-sort { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted-foreground); }
  .rev-sort > i { width: 15px; height: 15px; }
  .rev-sort select { font-family: inherit; font-size: 13px; font-weight: 600; color: var(--foreground); border: 1px solid var(--border); border-radius: calc(var(--radius) - 4px); padding: 9px 11px; background: var(--card); cursor: pointer; }

  .rev-count { font-size: 14px; color: var(--muted-foreground); margin: 18px 0 2px; }
  .review { padding: 20px 0; border-top: 1px solid var(--border); display: flex; gap: 14px; }
  .review:first-of-type { border-top: none; }
  .review .rav { width: 46px; height: 46px; border-radius: 50%; background: var(--secondary); color: var(--secondary-foreground); display: grid; place-items: center; font-weight: 700; flex: none; }
  .review .rav.brig { background: var(--primary); color: #000; }
  .review .rtop { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
  .review .rn { font-size: 16px; font-weight: 600; }
  .review .who-tag { font-size: 11px; font-weight: 700; color: var(--muted-foreground); background: var(--muted); padding: 2px 8px; border-radius: 999px; }
  .review .stars { display: inline-flex; gap: 2px; color: var(--primary); }
  .review .stars i { width: 15px; height: 15px; }
  .review .rd { font-size: 13px; color: var(--muted-foreground); margin-left: auto; }
  .review .rp { font-size: 13px; color: var(--muted-foreground); margin: 5px 0 7px; display: inline-flex; align-items: center; gap: 6px; }
  .review .rp i { width: 13px; height: 13px; }
  .review .rtext { font-size: 16px; line-height: 1.55; margin: 0; text-wrap: pretty; }
  .empty { padding: 40px 0; text-align: center; color: var(--muted-foreground); font-size: 15px; }

  /* footer */
  .site-footer { background: #111; color: #cfcfcf; margin-top: 56px; padding: 76px 0 44px; }
  .site-footer .wrap { max-width: 1200px; padding: 0 24px; }
  .ft-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 56px; }
  @media (max-width: 760px){ .ft-cols { grid-template-columns: 1fr 1fr; row-gap: 44px; } }
  .ft-col { display: flex; flex-direction: column; gap: 16px; }
  .ft-h { font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
  .ft-col a { font-size: 14px; color: #b2b2b2; width: fit-content; transition: color .12s ease; }
  .ft-col a:hover { color: #fff; }
  .ft-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
  .ft-social { display: flex; align-items: center; gap: 14px; }
  .ft-logo { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: #fff; font-size: 17px; margin-right: 8px; }
  .ft-social a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #cfcfcf; transition: background-color .12s ease, color .12s ease; }
  .ft-social a:hover { background: rgba(255,255,255,.16); color: #fff; }
  .ft-social a i { width: 18px; height: 18px; }
  .ft-legal { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #8a8a8a; }
  .ft-legal a { color: #8a8a8a; transition: color .12s ease; }
  .ft-legal a:hover { color: #fff; }

  .toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: #111; color: #fff; font-size: 15px; padding: 13px 20px; border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; display: flex; align-items: center; gap: 10px; z-index: 95; }
  .toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
  .toast i { width: 18px; height: 18px; color: var(--primary); }