:root {
	--postthanks-accent: #c93b5e;
	--postthanks-accent-hover: #b02f50;
	--postthanks-accent-soft: #fff5f7;
	--postthanks-accent-border: #f3c9d4;
	--postthanks-text: #105289;
	--postthanks-muted: #536482;
	--postthanks-border: #c7d0dc;
	--postthanks-line: #e4e8ee;
	--postthanks-surface: #ffffff;
	--postthanks-surface-2: #eef2f7;
	--postthanks-av-0: #6b7fd7;
	--postthanks-av-1: #2f9e78;
	--postthanks-av-2: #d98a2b;
	--postthanks-av-3: #8a5cd6;
	--postthanks-av-4: #c93b5e;
	--postthanks-av-5: #1f8fa8;
}

.postthanks-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 14px 0 4px; padding-top: 10px; border-top: 1px solid var(--postthanks-line); clear: both; }

.postthanks-btn { display: inline-flex; align-items: center; gap: 7px; height: 32px; padding: 0 14px 0 11px; margin: 0; border-radius: 999px; border: 1px solid var(--postthanks-border); background: var(--postthanks-surface); color: var(--postthanks-text); font: 600 12px/1 "Open Sans", "Droid Sans", Verdana, Arial, sans-serif; cursor: pointer; transition: all 0.15s; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05); }
.postthanks-btn .icon, .postthanks-btn .o-icon { font-size: 14px; color: var(--postthanks-accent); }
.postthanks-btn:not([disabled]):hover { border-color: var(--postthanks-accent); background: var(--postthanks-accent-soft); color: var(--postthanks-accent); transform: translateY(-1px); box-shadow: 0 4px 10px -4px rgba(201, 59, 94, 0.4); }
.postthanks-btn[disabled] { cursor: default; opacity: 0.85; }
.postthanks-btn .postthanks-count { min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: var(--postthanks-surface-2); color: #334155; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.postthanks-btn.is-on { background: var(--postthanks-accent); border-color: var(--postthanks-accent); color: #fff; }
.postthanks-btn.is-on .icon, .postthanks-btn.is-on .o-icon { color: #fff; }
.postthanks-btn.is-on .postthanks-count { background: rgba(255, 255, 255, 0.22); color: #fff; }
.postthanks-btn.is-on:not([disabled]):hover { background: var(--postthanks-accent-hover); color: #fff; }
.postthanks-btn.is-busy { pointer-events: none; opacity: 0.7; }
.postthanks-btn.is-pop .icon, .postthanks-btn.is-pop .o-icon { animation: postthanks-pop 0.35s ease; }
@keyframes postthanks-pop { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }

.postthanks-thankers { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: var(--postthanks-muted); }
.postthanks-thankers[hidden] { display: none; }
.postthanks-avatars { display: inline-flex; cursor: pointer; }
.postthanks-av { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px; display: inline-flex; align-items: center; justify-content: center; font: 700 10px/1 Verdana, sans-serif; color: #fff; background: var(--postthanks-av-0); box-shadow: 0 0 0 1px #d9dee7; text-decoration: none; flex: none; }
.postthanks-av:hover { text-decoration: none; color: #fff; z-index: 1; position: relative; }
.postthanks-av:first-child { margin-left: 0; }
.postthanks-av--img { object-fit: cover; padding: 0; background: #fff; }
.postthanks-avlink { display: inline-flex; text-decoration: none; margin-left: -8px; }
.postthanks-avlink:first-child { margin-left: 0; }
.postthanks-avlink .postthanks-av { margin-left: 0; }
.postthanks-avlink:hover { text-decoration: none; }
.postthanks-avlink--lg { display: flex; justify-content: center; margin: 0; }
.postthanks-av--1 { background: var(--postthanks-av-1); }
.postthanks-av--2 { background: var(--postthanks-av-2); }
.postthanks-av--3 { background: var(--postthanks-av-3); }
.postthanks-av--4 { background: var(--postthanks-av-4); }
.postthanks-av--5 { background: var(--postthanks-av-5); }
.postthanks-av--lg { width: 56px; height: 56px; font-size: 18px; margin: 4px auto 8px; display: flex; }
.postthanks-names a { font-weight: 600; text-decoration: none; }
.postthanks-more { color: var(--postthanks-text); }

.postthanks-profile { display: flex; align-items: center; gap: 6px; margin-top: 2px; }
.postthanks-pill { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 999px; background: var(--postthanks-accent-soft); color: var(--postthanks-accent); font-size: 10.5px; font-weight: 700; border: 1px solid var(--postthanks-accent-border); text-decoration: none; }
.postthanks-pill:hover { text-decoration: none; background: #ffe9ee; }
.postthanks-pill .icon, .postthanks-pill .o-icon { font-size: 11px; }
.postthanks-pill--muted { background: #f3f5f9; color: var(--postthanks-muted); border-color: #dfe4ec; }

.postthanks-toast { position: fixed; right: 20px; bottom: 72px; z-index: 2000; background: #1a1d26; color: #fff; padding: 10px 14px; border-radius: 12px; font-size: 12px; box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5); display: flex; gap: 8px; align-items: center; opacity: 0; transform: translateY(8px); transition: opacity 0.2s, transform 0.2s; }
.postthanks-toast.is-visible { opacity: 1; transform: none; }
.postthanks-toast .icon, .postthanks-toast .o-icon { color: #ff7d9d; }
.postthanks-toast--error { background: #7f1d1d; }

.postthanks-modal { position: fixed; inset: 0; z-index: 2001; display: flex; align-items: center; justify-content: center; background: rgba(16, 24, 40, 0.45); padding: 16px; }
.postthanks-modal__box { width: min(420px, 100%); max-height: 80vh; overflow: auto; background: var(--postthanks-surface); border-radius: 16px; box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.5); padding: 16px 18px; }
.postthanks-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.postthanks-modal__title { margin: 0; font-size: 1.05em; font-weight: 700; color: #1a1d26; }
.postthanks-modal__close { border: 0; background: var(--postthanks-surface-2); width: 30px; height: 30px; border-radius: 8px; cursor: pointer; font-size: 18px; line-height: 1; color: var(--postthanks-muted); }
.postthanks-modal__list { display: flex; flex-direction: column; gap: 4px; }
.postthanks-modal__row { display: flex; align-items: center; gap: 10px; padding: 6px 8px; border-radius: 10px; }
.postthanks-modal__row:hover { background: var(--postthanks-surface-2); }
.postthanks-modal__row .postthanks-av { margin: 0; }
.postthanks-modal__row a { font-weight: 600; text-decoration: none; }
.postthanks-modal__row small { margin-left: auto; color: var(--postthanks-muted); font-size: 11px; }
.postthanks-modal__remove { border: 0; background: transparent; color: var(--postthanks-muted); font-size: 16px; line-height: 1; width: 26px; height: 26px; border-radius: 8px; cursor: pointer; }
.postthanks-modal__remove:hover { background: #fee2e2; color: var(--postthanks-missing, #dc2626); }

.postthanks-title { display: flex; align-items: center; gap: 8px; }
.postthanks-title .icon, .postthanks-title .o-icon { color: var(--postthanks-accent); }
.postthanks-panel .inner { padding: 12px; }
.postthanks-toolbar { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 12px; }
.postthanks-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.postthanks-tab { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--postthanks-border); background: var(--postthanks-surface); color: var(--postthanks-text); font-weight: 600; font-size: 12px; text-decoration: none; }
.postthanks-tab .postthanks-count { min-width: 18px; height: 18px; padding: 0 6px; border-radius: 999px; background: var(--postthanks-surface-2); color: #334155; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; }
.postthanks-tab.is-on { background: var(--postthanks-text); border-color: var(--postthanks-text); color: #fff; }
.postthanks-tab.is-on .postthanks-count { background: rgba(255, 255, 255, 0.22); color: #fff; }
.postthanks-tab:hover { text-decoration: none; }
.postthanks-periods { margin-left: auto; display: flex; gap: 4px; }
.postthanks-period { padding: 6px 10px; border-radius: 8px; font-size: 11.5px; color: var(--postthanks-muted); text-decoration: none; border: 1px solid transparent; }
.postthanks-period.is-on { background: var(--postthanks-surface-2); color: #1a1d26; border-color: #dfe4ec; font-weight: 600; }
.postthanks-period:hover { text-decoration: none; background: var(--postthanks-surface-2); }

.postthanks-podium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.postthanks-pod { background: var(--postthanks-surface); border: 1px solid #dfe4ec; border-radius: 16px; padding: 16px; text-align: center; position: relative; box-shadow: 0 1px 3px rgba(16, 24, 40, 0.06); }
.postthanks-rank { position: absolute; top: 10px; left: 12px; font: 800 13px/1 Verdana, sans-serif; color: #fff; background: #c9a227; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.postthanks-pod--2 .postthanks-rank { background: #9aa5b1; }
.postthanks-pod--3 .postthanks-rank { background: #b87333; }
.postthanks-pod__name { font-weight: 700; font-size: 14px; }
.postthanks-pod__num { font: 800 26px/1.1 "Open Sans", Verdana, sans-serif; color: var(--postthanks-accent); margin-top: 6px; }
.postthanks-pod__sub { font-size: 11px; color: var(--postthanks-muted); }

.postthanks-rows { display: flex; flex-direction: column; gap: 6px; }
.postthanks-row { display: grid; grid-template-columns: 34px 32px 1fr 140px 70px; align-items: center; gap: 10px; background: var(--postthanks-surface); border: 1px solid var(--postthanks-line); border-radius: 12px; padding: 8px 12px; }
.postthanks-row--list { grid-template-columns: 32px 1fr; }
.postthanks-row__rank { font-weight: 700; color: var(--postthanks-muted); font-size: 12px; }
.postthanks-row .postthanks-av { margin: 0; }
.postthanks-row__name { font-weight: 600; font-size: 13px; min-width: 0; }
.postthanks-row__name a { text-decoration: none; }
.postthanks-row__name small { display: block; color: #8a94a6; font-weight: 400; font-size: 11px; }
.postthanks-row__bar { height: 8px; background: var(--postthanks-surface-2); border-radius: 999px; overflow: hidden; }
.postthanks-row__bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--postthanks-accent), #ff7d9d); border-radius: 999px; }
.postthanks-row__val { text-align: right; font: 800 14px Verdana, sans-serif; color: #1a1d26; }
.postthanks-empty { padding: 32px 12px; text-align: center; color: var(--postthanks-muted); }
.postthanks-profile__link { font-size: 11px; color: var(--postthanks-muted); margin-left: 4px; }
dd.postthanks-profile { display: flex; align-items: center; gap: 6px; }

@media (max-width: 700px) {
	.postthanks-bar { gap: 8px; }
	.postthanks-thankers { width: 100%; }
	.postthanks-podium { grid-template-columns: 1fr; }
	.postthanks-row { grid-template-columns: 28px 28px 1fr 60px; }
	.postthanks-row__bar { display: none; }
	.postthanks-periods { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.postthanks-btn, .postthanks-toast { transition: none; }
	.postthanks-btn.is-pop .icon, .postthanks-btn.is-pop .o-icon { animation: none; }
}

.postthanks-pill--topic { margin-left: 6px; vertical-align: middle; font-size: 10px; padding: 1px 7px; }

.postthanks-recent__icon { color: var(--postthanks-accent); margin-right: 6px; width: auto; }
.postthanks-recent__more { float: right; font-weight: 400; font-size: 0.95em; text-transform: none; letter-spacing: 0; }
.postthanks-recent__list { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; margin: 4px 0 0; }
.postthanks-recent__item { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; white-space: nowrap; }
.postthanks-recent__item:hover { text-decoration: none; }
.postthanks-recent__item:hover .postthanks-recent__name { text-decoration: underline; }
.postthanks-recent__item .postthanks-av { margin: 0; width: 22px; height: 22px; font-size: 9px; }
.postthanks-recent__name { font-weight: 700; }
.postthanks-recent__heart { color: var(--postthanks-accent); font-size: 11px; }
.postthanks-recent__count { color: var(--postthanks-muted); font-size: 11px; font-weight: 600; }

.postthanks-live { position: fixed; right: 20px; bottom: 72px; z-index: 2000; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; pointer-events: none; }
.postthanks-toast--live { position: static; pointer-events: auto; text-decoration: none; max-width: 360px; background: #1a1d26; }
.postthanks-toast--live:hover { text-decoration: none; background: #262a36; color: #fff; }
.postthanks-toast--live .icon, .postthanks-toast--live .o-icon { color: #ff7d9d; animation: postthanks-beat 1.2s ease-in-out 2; }
.postthanks-toast__text { display: inline; line-height: 1.4; }
.postthanks-toast__text strong { color: #ffd6e0; }
.postthanks-toast__text em { font-style: normal; color: #cbd5e1; }
@keyframes postthanks-beat { 0%, 100% { transform: scale(1); } 30% { transform: scale(1.35); } 60% { transform: scale(1.1); } }
@media (max-width: 700px) { .postthanks-live { left: 12px; right: 12px; bottom: 12px; align-items: stretch; } .postthanks-toast--live { max-width: none; } }
@media (prefers-reduced-motion: reduce) { .postthanks-toast--live .icon, .postthanks-toast--live .o-icon { animation: none; } }

/* Hardening against theme rules: every component sets its own box, font, colours and image sizing */
.postthanks-bar, .postthanks-bar *, .postthanks-profile, .postthanks-profile *, .postthanks-pill, .postthanks-pill *, .postthanks-recent, .postthanks-recent *, .postthanks-panel, .postthanks-panel *, .postthanks-modal, .postthanks-modal *, .postthanks-toast, .postthanks-toast *, .postthanks-live, .postthanks-live * { box-sizing: border-box; }
.postthanks-bar, .postthanks-recent__list, .postthanks-panel .inner, .postthanks-modal__box, .postthanks-toast { font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica, sans-serif; line-height: 1.4; text-align: left; }
.postthanks-av, .postthanks-av--img, img.postthanks-av--img { display: inline-flex; width: 26px; height: 26px; min-width: 26px; max-width: none; padding: 0; margin: 0 0 0 -8px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d9dee7; vertical-align: middle; line-height: 1; text-decoration: none; float: none; }
img.postthanks-av--img { object-fit: cover; background: #fff; }
.postthanks-av:first-child, .postthanks-avlink:first-child .postthanks-av, .postthanks-modal__row .postthanks-av, .postthanks-recent__item .postthanks-av, .postthanks-row .postthanks-av, .postthanks-tile .postthanks-av { margin-left: 0; }
.postthanks-av--lg, img.postthanks-av--lg { width: 56px; height: 56px; min-width: 56px; font-size: 18px; }
.postthanks-recent__item .postthanks-av, .postthanks-recent__item img.postthanks-av--img { width: 22px; height: 22px; min-width: 22px; font-size: 9px; }
.postthanks-toast .postthanks-av, .postthanks-toast img.postthanks-av--img { width: 24px; height: 24px; min-width: 24px; border-width: 1px; box-shadow: none; margin: 0; }
a.postthanks-pill, .postthanks-pill { display: inline-flex; align-items: center; gap: 4px; height: 20px; padding: 0 8px; margin: 0; border-radius: 999px; font-size: 10.5px; font-weight: 700; line-height: 1; text-decoration: none; vertical-align: middle; white-space: nowrap; background: var(--postthanks-accent-soft); color: var(--postthanks-accent); border: 1px solid var(--postthanks-accent-border); }
a.postthanks-pill:hover, .postthanks-pill:hover { text-decoration: none; color: var(--postthanks-accent); }
.postthanks-pill--muted, a.postthanks-pill--muted { background: #f3f5f9; color: #536482; border-color: #dfe4ec; }
.postthanks-pill--topic, a.postthanks-pill--topic { height: 18px; font-size: 10px; padding: 0 7px; margin-left: 6px; }
.postthanks-pill .icon, .postthanks-pill .o-icon { font-size: 10px; line-height: 1; width: auto; margin: 0; }
dd.postthanks-profile { display: flex; align-items: center; gap: 6px; margin: 2px 0 0; padding: 0; line-height: 1.2; }
.postthanks-profile__link, a.postthanks-profile__link { font-size: 11px; font-weight: 400; color: var(--postthanks-muted); text-decoration: none; }
.postthanks-btn, button.postthanks-btn { font-family: "Open Sans", "Droid Sans", Verdana, Arial, sans-serif; line-height: 1; text-transform: none; letter-spacing: 0; box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05); }
.postthanks-btn .icon, .postthanks-btn .o-icon { width: auto; margin: 0; line-height: 1; }
.postthanks-recent__item, a.postthanks-recent__item { font-size: 12px; line-height: 1.2; }
.postthanks-recent__name { font-weight: 700; }
.postthanks-modal__box, .postthanks-modal__box * { font-size: 13px; }
.postthanks-modal__title { font-size: 15px; }
.postthanks-toast, a.postthanks-toast { font-size: 12px; line-height: 1.4; color: #fff; }

/* Own surfaces are always light: never inherit the theme's text/link colours inside them */
.postthanks-pod, .postthanks-row, .postthanks-modal__box, .postthanks-tab, .postthanks-period, .postthanks-toolbar { color: #1a1d26; }
.postthanks-pod a, .postthanks-row a, .postthanks-row__name a, .postthanks-modal__row a, .postthanks-pod__name a { color: var(--postthanks-text); text-decoration: none; }
.postthanks-pod a:hover, .postthanks-row a:hover, .postthanks-modal__row a:hover { color: var(--postthanks-accent); text-decoration: none; }
.postthanks-row__name small, .postthanks-row__name small a, .postthanks-pod__sub, .postthanks-modal__row small { color: #8a94a6; }
.postthanks-row__rank, .postthanks-row__val, .postthanks-pod__num { color: #1a1d26; }
.postthanks-pod__num { color: var(--postthanks-accent); }
.postthanks-tab:not(.is-on) { color: var(--postthanks-text); background: var(--postthanks-surface); }
.postthanks-period:not(.is-on) { color: #8a94a6; }
.postthanks-period.is-on { color: #1a1d26; }
.postthanks-empty { color: #8a94a6; }
.postthanks-thankers, .postthanks-thankers a { color: var(--postthanks-muted); }
.postthanks-names a, .postthanks-more { color: var(--postthanks-text); }

.postthanks-table-wrap { overflow-x: auto; }
.postthanks-table { width: 100%; border-collapse: separate; border-spacing: 0 6px; font-size: 13px; color: #1a1d26; }
.postthanks-table th { text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #8a94a6; padding: 0 12px 2px; }
.postthanks-table td { background: var(--postthanks-surface); border-top: 1px solid var(--postthanks-line); border-bottom: 1px solid var(--postthanks-line); padding: 8px 12px; vertical-align: middle; color: #1a1d26; }
.postthanks-table td:first-child { border-left: 1px solid var(--postthanks-line); border-radius: 12px 0 0 12px; }
.postthanks-table td:last-child { border-right: 1px solid var(--postthanks-line); border-radius: 0 12px 12px 0; }
.postthanks-table__rank { width: 44px; color: #8a94a6; font-weight: 700; font-size: 12px; }
.postthanks-table__member { display: flex; align-items: center; gap: 10px; }
.postthanks-table__member .postthanks-av { margin: 0; }
.postthanks-table__name { font-weight: 600; }
.postthanks-table__num { text-align: right; width: 90px; white-space: nowrap; }
.postthanks-table__num a { color: var(--postthanks-text); text-decoration: none; font-weight: 600; }
.postthanks-table__num a.postthanks-table__strong { color: var(--postthanks-accent); font-weight: 800; }
.postthanks-table__joined { width: 120px; color: #8a94a6; font-size: 12px; white-space: nowrap; }
.postthanks-period--label { color: #8a94a6; cursor: default; }
.postthanks-period--label:hover { background: transparent; }
.postthanks-pagination { margin-top: 12px; }
@media (max-width: 700px) { .postthanks-table__joined, .postthanks-table th.postthanks-table__joined { display: none; } }

/* Index dashboard (System Info look): self-contained dark panel with its own variables */
.postthanks-dash { --pd-bg: #0b0e14; --pd-panel: rgba(255, 255, 255, 0.04); --pd-border: rgba(255, 255, 255, 0.08); --pd-text: #e8eaf0; --pd-dim: #8b93a7; --pd-accent: #6ea8fe; --pd-ok: #34d399; --pd-heart: #fb7185; background: var(--pd-bg); color: var(--pd-text); border: 1px solid var(--pd-border); border-radius: 14px; padding: 16px 18px 18px; margin: 12px 0 18px; font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; box-sizing: border-box; }
.postthanks-dash *, .postthanks-dash *::before, .postthanks-dash *::after { box-sizing: border-box; }
.postthanks-dash a { text-decoration: none; }
.postthanks-dash__header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.postthanks-dash__icon { color: var(--pd-heart); font-size: 16px; width: auto; }
.postthanks-dash__title { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: 0.2px; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; color: var(--pd-text); }
.postthanks-dash__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pd-ok); box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.18); margin-left: auto; }
.postthanks-dash__collapse { background: transparent; border: 1px solid var(--pd-border); border-radius: 6px; color: var(--pd-dim); width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; margin: 0; padding: 0; }
.postthanks-dash__collapse:only-child, .postthanks-dash__title + .postthanks-dash__collapse { margin-left: auto; }
.postthanks-dash__collapse:hover { color: var(--pd-text); border-color: rgba(255, 255, 255, 0.2); }
.postthanks-dash__chevron { display: block; width: 7px; height: 7px; border-left: 2px solid currentColor; border-top: 2px solid currentColor; transform: translateY(2px) rotate(45deg); transition: transform 0.2s; }
.postthanks-dash__collapse.is-collapsed .postthanks-dash__chevron { transform: translateY(-2px) rotate(225deg); }
.postthanks-dash__body[hidden] { display: none; }
.postthanks-dash__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.postthanks-dash__card { background: var(--pd-panel); border: 1px solid var(--pd-border); border-radius: 10px; padding: 14px; min-width: 0; }
.postthanks-dash__card--wide { grid-column: span 2; }
.postthanks-dash__label { display: flex; align-items: center; gap: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.6px; color: var(--pd-dim); margin-bottom: 8px; }
.postthanks-dash__n { margin-left: auto; color: var(--pd-text); font-family: "SF Mono", Menlo, Consolas, monospace; font-weight: 700; text-transform: none; letter-spacing: 0; }
.postthanks-dash__feed { display: flex; flex-direction: column; gap: 8px; }
.postthanks-dash__row { display: flex; align-items: center; gap: 8px; font-size: 13px; min-width: 0; color: var(--pd-text); }
.postthanks-dash__row:hover .postthanks-dash__who { text-decoration: underline; }
.postthanks-dash__who { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 700; }
.postthanks-dash__heart { color: var(--pd-heart); font-size: 11px; width: auto; }
.postthanks-dash__count { color: var(--pd-dim); font-weight: 600; font-size: 11px; }
.postthanks-dash__ago { margin-left: auto; color: var(--pd-dim); font-size: 11px; white-space: nowrap; }
.postthanks-dash .postthanks-av, .postthanks-dash img.postthanks-av--img { width: 24px; height: 24px; min-width: 24px; margin: 0; font-size: 9px; border: 2px solid rgba(255, 255, 255, 0.08); box-shadow: none; }
.postthanks-dash__rank { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 6px 0; border-bottom: 1px solid var(--pd-border); color: var(--pd-text); }
.postthanks-dash__rank:last-child { border-bottom: 0; }
.postthanks-dash__pos { width: 16px; color: var(--pd-dim); font-family: monospace; font-size: 11px; }
.postthanks-dash__name { font-weight: 700; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.postthanks-dash__cnt { margin-left: auto; font-family: monospace; font-weight: 700; color: var(--pd-heart); }
.postthanks-dash__value { font-size: 22px; font-weight: 700; font-family: "SF Mono", Menlo, Consolas, monospace; color: var(--pd-text); }
.postthanks-dash__sub { font-size: 12px; color: var(--pd-dim); margin-top: 3px; }
.postthanks-dash__bar { height: 6px; border-radius: 99px; background: rgba(255, 255, 255, 0.06); overflow: hidden; margin-top: 8px; }
.postthanks-dash__bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #fb7185, #f472b6); }
.postthanks-dash__foot { display: flex; justify-content: flex-end; margin-top: 10px; font-size: 12px; }
.postthanks-dash__foot a { color: var(--pd-accent); font-weight: 600; }
@media (max-width: 900px) { .postthanks-dash__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .postthanks-dash__grid { grid-template-columns: 1fr; } .postthanks-dash__card--wide { grid-column: span 1; } }
