.pulse-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border-subtle);border-radius:8px;overflow:hidden}.pulse-stat{text-align:center;padding:1.1rem .5rem;background:var(--card-bg)}.pulse-stat__number{font-size:1.5rem;font-weight:800;color:var(--text-primary);letter-spacing:-.5px;line-height:1.1;margin-bottom:.1rem}.pulse-stat__label{font-size:.6rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.spotlight-item{display:flex;align-items:center;gap:.75rem;padding:.55rem 1.25rem;text-decoration:none;color:inherit;transition:background .15s}.spotlight-item:hover{background:var(--page-bg);text-decoration:none}.spotlight-item__rank{font-size:.875rem;font-weight:700;color:var(--text-muted);min-width:1.25rem;text-align:center;flex-shrink:0}.spotlight-item__rank--1{color:var(--accent,#3567cf)}.spotlight-item__rank--2{color:#bf8700}.spotlight-item__rank--3{color:#cf4e4e}.spotlight-item__logo{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#fff;flex-shrink:0;background-size:cover;background-position:50%}.spotlight-item__info{flex:1;min-width:0}.spotlight-item__name{font-size:.875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spotlight-item__meta{font-size:.75rem;color:var(--text-muted)}.dark__theme .spotlight-item:hover{background:hsla(0,0%,100%,.04)}.host-list{display:flex;flex-direction:column;gap:.5rem}.host-card{display:flex;align-items:stretch;background:var(--card-bg);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit;overflow:hidden}.host-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px);text-decoration:none}.host-card__main{flex:1;padding:.85rem 1rem;display:flex;align-items:center;gap:1rem;min-width:0}.host-card__logo{width:3.25rem;height:3.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;flex-shrink:0;background-size:cover;background-position:50%}.host-card__body{flex:1;min-width:0}.host-card__name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.1rem}.host-card__name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-card__badge{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.1rem .5rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.host-card__badge--veteran{color:#bf8700;background:rgba(191,135,0,.08)}.host-card__badge--new{color:#2da44e;background:rgba(45,164,78,.08)}.host-card__stats{margin-top:.1rem;display:flex;align-items:center;gap:.15rem;flex-wrap:wrap;font-size:.75rem;color:var(--text-muted)}.host-card__stats strong{font-weight:500}.host-card__stats .sep{color:var(--border-subtle);margin:0 .15rem;font-size:.6rem}.host-card__right{display:grid;grid-template-columns:11rem 4rem 2.75rem;align-items:center;gap:1.25rem;padding-right:1.25rem;flex-shrink:0}.host-top-game{min-width:0;display:flex;align-items:center;gap:.5rem}.host-top-game__cover{width:2.25rem;height:2.25rem;border-radius:6px;background-size:cover;background-position:50%;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.08);background-color:var(--page-bg)}.host-top-game__info{display:flex;flex-direction:column}.host-top-game__label{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);line-height:1}.host-top-game__name{font-size:.75rem;font-weight:600;color:var(--text-primary);max-width:9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.host-sparkline{display:flex;align-items:flex-end;gap:2px;height:1.75rem;width:4rem;justify-content:flex-end}.host-sparkline__bar{width:4px;border-radius:2px;transition:opacity .2s}.host-card:hover .host-sparkline__bar{opacity:1!important}.host-activity{display:flex;flex-direction:column;align-items:center;min-width:2.75rem}.host-activity__value{font-size:.94rem;font-weight:800;color:var(--text-primary);line-height:1.1}.host-activity__label{font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.host-card--shadow{opacity:.5;border-style:dashed;cursor:default}.host-card--shadow:hover{transform:none;box-shadow:var(--shadow-soft);opacity:.6}.dark__theme .host-card{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.08);box-shadow:none}.dark__theme .host-card:hover{background:hsla(0,0%,100%,.09);box-shadow:0 4px 12px rgba(0,0,0,.3)}.dark__theme .host-card--shadow{border-color:hsla(0,0%,100%,.1)}@media (max-width:768px){.pulse-grid{grid-template-columns:repeat(2,1fr)}.host-card__right{display:none}.host-card__main{padding:.75rem 1rem;gap:.75rem}.host-card__logo{width:2.75rem;height:2.75rem;font-size:1rem}}.pulse-live{display:flex;margin:.25rem 1rem 1rem;padding:.55rem 1rem;border-radius:8px;background:rgba(45,164,78,.08);font-size:.75rem;color:var(--text-secondary);text-align:center;align-items:center;justify-content:center;gap:.35rem}.pulse-live-dot{width:6px;height:6px;border-radius:50%;background:#2da44e;animation:a 2s ease-in-out infinite;flex-shrink:0;margin-top:.1rem}@keyframes a{0%,to{opacity:1}50%{opacity:.5}}.pulse-live strong{font-weight:700;color:var(--text-primary)}.dark__theme .pulse-live{background:rgba(45,164,78,.12)}.pulse-text{color:#2da44e;font-weight:500}.search-result__thumb{border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.7rem}