/* Public, server-rendered review archive. No simulated reviewers or live counts. */
.tm-page { padding-top: 46px; padding-bottom: 90px; }
.tm-summary { position: relative; background: #131516; border: 1px solid #343731; border-radius: 12px; padding: 32px 34px 27px; overflow: hidden; }
.tm-summary::before { content: ""; position: absolute; width: 44px; height: 2px; top: -1px; left: 34px; background: var(--lime); }
.tm-summary-top { display: flex; justify-content: space-between; gap: 40px; align-items: center; padding-bottom: 29px; }
.tm-eyebrow { color: #9da591; font: 600 9px/1.5 var(--font-body); letter-spacing: .15em; margin: 0 0 11px; }
.tm-eyebrow > span { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); vertical-align: 1px; margin-right: 5px; }
.tm-summary h1 { font: 600 clamp(26px, 2.6vw, 34px)/1.15 var(--font-display); letter-spacing: -.035em; margin: 0 0 13px; }
.tm-summary-copy > p:last-child { color: #acaeb0; font-size: 13px; line-height: 1.9; margin: 0; max-width: 70ch; }
.tm-summary-copy > p:last-child a { color: var(--lime); text-decoration: none; }
.tm-summary-copy > p:last-child a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tm-write { flex-shrink: 0; text-align: center; }
.tm-write-button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 15px 21px; min-height: 48px; border-radius: 6px; color: #182003; background: var(--lime); font-size: 12px; font-weight: 650; text-decoration: none; transition: background .18s, transform .18s; }
.tm-write-button:hover { background: #e4ff57; transform: translateY(-2px); }
.tm-write-button:active { transform: translateY(0); }
.tm-write > p { color: #858c7e; font-size: 10px; margin: 10px 0 0; }
.tm-write > p span { margin-inline: 6px; }
.tm-summary-bottom { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding-top: 23px; border-top: 1px solid #30332e; }
.tm-rating-summary { display: flex; align-items: center; gap: 20px; }
.tm-score { display: flex; align-items: baseline; gap: 5px; color: #f2f4eb; font: 600 42px/1 var(--font-display); letter-spacing: -.065em; }
.tm-score > span { color: #6e756b; font: 400 13px var(--font-body); letter-spacing: 0; }
.tm-rating-summary p { color: #8f958a; font-size: 10px; margin: 7px 0 0; }
.tm-stars { display: inline-block; position: relative; width: 91px; height: 15px; vertical-align: middle; color: var(--lime); }
.tm-stars-base, .tm-stars-fill > span { display: flex; gap: 4px; width: 91px; height: 15px; }
.tm-stars svg { display: block; width: 15px; height: 15px; flex: 0 0 15px; fill: currentColor; }
.tm-stars-base { color: #383d34; }.tm-stars-fill { position: absolute; top: 0; left: 0; height: 15px; overflow: hidden; }
.tm-community { display: flex; align-items: center; gap: 15px; }
.tm-community strong { display: block; font-size: 11px; font-weight: 500; color: #d3d8cd; }
.tm-community > div:last-child > span { display: block; color: #81887c; font-size: 10px; margin-top: 4px; }
.tm-avatar-stack { display: flex; padding-left: 8px; }
.tm-avatar { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; overflow: hidden; background: #252b1d; color: var(--lime); }
.tm-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tm-avatar-stack .tm-avatar { width: 32px; height: 32px; flex-basis: 32px; margin-left: -8px; border: 2px solid #131516; }
.tm-feed { margin-top: 38px; }
.tm-feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; }
.tm-feed-heading h2 { display: flex; align-items: center; gap: 11px; margin: 0; font: 500 19px/1.2 var(--font-display); letter-spacing: -.015em; }
.tm-feed-heading h2 span { border: 1px solid #35382f; border-radius: 4px; color: #939b87; font: 500 10px var(--font-body); padding: 4px 6px; }
.tm-feed-heading > a { display: inline-flex; align-items: center; gap: 8px; color: #8d9586; font-size: 11px; text-decoration: none; }
.tm-feed-heading > a:hover { color: var(--lime); }
.tm-review { display: grid; grid-template-columns: minmax(190px, 27%) minmax(0, 1fr); gap: 32px; padding: 27px 0; border-top: 1px solid #292c27; }
.tm-review-person { display: flex; align-items: flex-start; gap: 13px; min-width: 0; padding-top: 3px; }
.tm-review-person > div { min-width: 0; padding-top: 4px; }
.tm-review h3 { color: #d8dcd2; font: 500 12px/1.6 var(--font-body); overflow-wrap: anywhere; margin: 0 0 4px; }
.tm-source-label { display: inline-flex; align-items: center; gap: 5px; color: #7f8972; font-size: 10px; }
.tm-source-label::before { content: ""; width: 4px; height: 4px; background: #7f8972; border-radius: 50%; }
.tm-review blockquote { margin: 12px 0 0; max-width: 78ch; }
.tm-review blockquote p { margin: 0; color: #c5c8c0; font-size: 14px; line-height: 1.85; overflow-wrap: anywhere; }
.tm-review .tm-stars { width: 81px; height: 13px; }.tm-review .tm-stars-base, .tm-review .tm-stars-fill > span { width: 81px; height: 13px; }.tm-review .tm-stars svg { width: 13px; height: 13px; flex-basis: 13px; }.tm-review .tm-stars-fill { height: 13px; }
.tm-unrated, .tm-empty { font-size: 12px; color: #8e9585; }
.tm-archive-note { border-top: 1px solid #292c27; padding-top: 20px; margin: 0; font-size: 10px; line-height: 1.8; color: #7c8474; max-width: 86ch; }
.tm-last-word { margin-top: 54px; display: flex; justify-content: space-between; gap: 30px; align-items: center; border: 1px solid #353c28; border-radius: 9px; background: #14180d; padding: 29px 32px; }
.tm-last-word h2 { font: 500 25px/1.3 var(--font-display); letter-spacing: -.025em; margin: 0; }
.tm-last-word > div > p:last-child { margin: 12px 0 0; font-size: 11px; line-height: 1.8; color: #8d977f; max-width: 65ch; }
.tm-bottom-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 23px; white-space: nowrap; color: var(--lime); padding: 14px 0; font-size: 12px; text-decoration: none; border-bottom: 1px solid #677a24; }
.tm-page a:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
@media(max-width:1000px) { .tm-summary-top { gap: 24px; }.tm-summary { padding: 27px; }.tm-write-button { font-size: 11px; padding-inline: 16px; }.tm-desktop-break { display: none; }.tm-review { grid-template-columns: minmax(180px, 29%) minmax(0, 1fr); gap: 24px; } }
@media(max-width:760px) {
  .tm-page { padding-top: 26px; padding-bottom: 60px; }.tm-summary { padding: 24px; }.tm-summary-top { flex-direction: column; align-items: stretch; gap: 23px; padding-bottom: 23px; }.tm-summary h1 { font-size: 29px; }.tm-summary-copy > p:last-child { font-size: 13px; }.tm-write { text-align: left; }.tm-write-button { font-size: 12px; }.tm-write > p { margin-left: 1px; }.tm-summary-bottom { align-items: flex-start; flex-direction: column; gap: 22px; }.tm-score { font-size: 39px; }.tm-community { padding-top: 19px; border-top: 1px solid #ffffff0c; width: 100%; }.tm-feed { margin-top: 31px; }.tm-feed-heading { align-items: baseline; gap: 12px; }.tm-feed-heading > a { font-size: 10px; }.tm-review { display: block; padding-block: 25px; }.tm-review-person { align-items: center; padding: 0; margin-bottom: 17px; }.tm-review-person > div { padding: 0; }.tm-review-person .tm-avatar { width: 38px; height: 38px; flex-basis: 38px; }.tm-review h3 { font-size: 12px; }.tm-review blockquote { margin-top: 10px; }.tm-review blockquote p { font-size: 13px; }.tm-last-word { flex-direction: column; align-items: stretch; margin-top: 35px; gap: 12px; padding: 25px; }.tm-last-word h2 { font-size: 24px; }.tm-bottom-link { align-self: flex-start; }
}
@media(max-width:420px) { .tm-summary { padding: 22px 20px; }.tm-summary h1 { font-size: 27px; }.tm-write-button { width: 100%; padding: 14px 9px; font-size: 11px; gap: 8px; }.tm-write > p { text-align: center; }.tm-feed-heading > a { max-width: 120px; line-height: 1.6; }.tm-last-word { padding: 23px 21px; }.tm-rating-summary { gap: 15px; } }
@media(prefers-reduced-motion:reduce) { .tm-write-button { transition: none; }.tm-write-button:hover { transform: none; } }
/* Ulasan yang dikirim lewat /ulasan (GET /v1/ulasan) — ditandai supaya beda dari arsip Trakteer. */
.tm-review-loka { border-color: color-mix(in srgb, var(--lime) 45%, transparent); }
.tm-review-loka .tm-source-label { color: var(--lime); }
