.tst{padding:56px 0 12px}.tst-head{text-align:center;max-width:640px;margin:0 auto 30px}.tst-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.09em;font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:6px}.tst-head h2{font-family:var(--font-sora);font-size:clamp(1.5rem,4vw,2rem);font-weight:800;margin:0 0 8px;text-wrap:balance}.tst-sub{color:var(--text-muted);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center;font-size:.95rem}.tst-stars{display:inline-flex;gap:1px;vertical-align:middle}.tst-stars svg.on{fill:#f5a623}.tst-stars svg.off{fill:color-mix(in srgb,var(--text-muted) 35%,transparent)}.tst-card{border-radius:16px;padding:20px 20px 16px;display:flex;flex-direction:column;gap:12px;height:100%}.tst-card-head{display:flex;align-items:center;gap:12px}.tst-avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 60%,#1c3a24))}.tst-name{font-weight:700;font-size:.98rem}.tst-text{margin:0;color:var(--text);line-height:1.55;flex:1}.tst-date{color:var(--text-muted);font-size:.82rem;font-variant-numeric:tabular-nums}.tst-desktop{display:none;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.tst-mobile{max-width:460px;margin:0 auto}@media (min-width:860px){.tst-desktop{display:grid}.tst-mobile{display:none}}.tst-progress{height:4px;border-radius:999px;background:color-mix(in srgb,var(--accent) 16%,transparent);overflow:hidden;margin:12px auto 0;max-width:460px}.tst-progress-bar{display:block;height:100%;width:0;background:var(--accent);border-radius:999px}.tst-progress-bar.run{animation:tst-fill 4s linear forwards}@keyframes tst-fill{0%{width:0}to{width:100%}}.tst-controls{text-align:center;margin-top:16px}.tst-pause{font-size:.82rem;color:var(--text-muted);padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:transparent}.tst-pause:hover{color:var(--text)}.tst-activity{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 40px;margin:30px auto 0;padding:18px 24px;max-width:720px;border-radius:16px;background:color-mix(in srgb,var(--accent) 7%,var(--surface));border:1px solid var(--border)}.tst-stat{text-align:center}.tst-stat-n{display:block;font-family:var(--font-sora);font-weight:800;font-size:1.35rem;color:var(--accent);font-variant-numeric:tabular-nums}.tst-stat-l{font-size:.82rem;color:var(--text-muted)}@media (prefers-reduced-motion:reduce){.tst-progress-bar.run{animation:none;width:100%}}