:root{--accent:#0ea5a4;--muted:#6b7280;--card-bg:#fff}
#simtourist-scores-root{font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;color:#111;margin:18px}
.st-container{max-width:1100px;margin:0 auto}
.st-header{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.st-header .logo{width:44px;height:44px;border-radius:8px;background:#111;color:#fff;display:grid;place-items:center;font-weight:700}
.st-controls{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.st-search, .st-select{padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;background:white}
.st-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}
.st-card{background:var(--card-bg);border-radius:10px;padding:12px;border:1px solid #e6e9ee;box-shadow:0 4px 10px rgba(2,6,23,0.04);position:relative}
.st-card .title{display:flex;align-items:center;gap:10px}
.st-brand{font-weight:700}
.st-model{color:var(--muted);font-size:13px}
.st-badge{position:absolute;top:12px;right:12px}
.simtourist-recommended{display:inline-block;background:linear-gradient(135deg,#059669,#10b981);color:white;padding:6px 10px;border-radius:18px;font-size:12px;font-weight:700;box-shadow:0 6px 18px rgba(16,185,129,0.12)}
.st-score-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.st-kv{display:flex;align-items:center;gap:10px;width:100%;justify-content:space-between}
.st-kv small{color:var(--muted)}
.st-progress{height:10px;background:#e6e9ee;border-radius:999px;overflow:hidden;flex:1;margin-left:12px}
.st-progress > i{display:block;height:100%;background:linear-gradient(90deg,var(--accent),#7c3aed)}
.st-avg{display:flex;align-items:center;gap:12px;margin-top:10px}
.st-avg .num{font-size:20px;font-weight:800}
.st-icon{width:36px;height:36px;border-radius:8px;background:#111;color:white;display:inline-grid;place-items:center;font-weight:700}
.st-meta{font-size:13px;color:var(--muted);margin-top:8px}
.st-footer{text-align:center;color:var(--muted);font-size:13px;margin-top:18px}
@media(max-width:520px){.st-header{flex-direction:column;align-items:flex-start}}
