
.tgr{font-family:inherit}
.tgr *{box-sizing:border-box}
.tgr .tgr-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.tgr .tgr-title{display:flex;align-items:center;gap:10px}
.tgr .tgr-meta{font-size:.9em;opacity:.75}
.tgr .tgr-rating{display:flex;align-items:center;gap:8px}
.tgr .tgr-stars{display:inline-flex;gap:2px;vertical-align:middle;color:currentColor}
.tgr .tgr-star{display:block}
.tgr .tgr-star-full path{fill:currentColor}
.tgr .tgr-star-empty path{fill:transparent;stroke:currentColor;stroke-width:1.6}
.tgr .tgr-star-half path{fill:transparent}
.tgr .tgr-star-half .tgr-half-fill{fill:currentColor}

.tgr .tgr-grid{display:grid;gap:16px;grid-template-columns:repeat(var(--tgr-cols,3),minmax(0,1fr))}
@media(max-width:720px){.tgr .tgr-grid{grid-template-columns:1fr}}

.tgr .tgr-card{background:#fff;padding:16px;border-radius:var(--tgr-radius,14px)}
.tgr.tgr-style-shadow .tgr-card{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.tgr.tgr-style-border .tgr-card{border:1px solid rgba(0,0,0,.10)}
.tgr.tgr-style-flat .tgr-card{border:0;box-shadow:none}

.tgr .tgr-cardhead{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.tgr .tgr-avatar{width:34px;height:34px;border-radius:999px;background:rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;font-weight:600}
.tgr .tgr-name{font-weight:600;line-height:1.2}
.tgr .tgr-sub{display:flex;gap:10px;align-items:center;margin-top:4px}
.tgr .tgr-date{font-size:.85em;opacity:.7}

.tgr .tgr-comment{margin:10px 0 0 0;line-height:1.5}
.tgr .tgr-owner-reply{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.15);opacity:.95}
.tgr .tgr-owner-label{font-weight:600;font-size:.9em}

.tgr .tgr-carousel{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
.tgr .tgr-carousel .tgr-card{min-width:280px;max-width:360px;scroll-snap-align:start;flex:0 0 auto}

.tgr-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:999px;background:#fff}
.tgr-badge.tgr-style-shadow{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.tgr-badge.tgr-style-border{border:1px solid rgba(0,0,0,.12)}
.tgr-badge .tgr-badge-title{font-weight:700}
.tgr-badge .tgr-badge-meta{font-size:.9em;opacity:.75}

.tgr-floating-badge{position:fixed;z-index:99999}
.tgr-pos-bottom-right{right:18px;bottom:18px}
.tgr-pos-bottom-left{left:18px;bottom:18px}
.tgr-pos-top-right{right:18px;top:18px}
.tgr-pos-top-left{left:18px;top:18px}

.tgr-empty{padding:12px;border:1px dashed rgba(0,0,0,.2);border-radius:12px;opacity:.85}
