#scot-hub-v4 .sh-card{background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:16px;padding:20px;display:flex;flex-direction:column;transition:transform .2s,border-color .2s;height:100%;position:relative}#scot-hub-v4 .sh-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.2);box-shadow:0 20px 40px rgba(0,0,0,.3);z-index:2}#scot-hub-v4 .sh-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}#scot-hub-v4 .sh-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--sh-primary);background:rgba(59,130,246,.1);padding:4px 8px;border-radius:6px}#scot-hub-v4 .sh-live-indicator{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;color:var(--sh-success)}#scot-hub-v4 .sh-dot{width:6px;height:6px;background:var(--sh-success);border-radius:50%;box-shadow:0 0 0 var(--sh-success);animation:pulse-green 2s infinite}#scot-hub-v4 .sh-card h3{font-size:1.1rem!important;margin-bottom:5px!important;color:#fff!important}#scot-hub-v4 .sh-card-meta{font-size:.8rem;color:#64748b!important;margin-bottom:15px;display:flex;gap:5px;align-items:center}#scot-hub-v4 .sh-desc{font-size:.9rem!important;color:#94a3b8!important;margin-bottom:20px!important;line-height:1.5!important;flex-grow:1}#scot-hub-v4 .sh-btn-link{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;background:linear-gradient(180deg,#2c323c,#252a33);border:1px solid var(--sh-border);border-radius:10px;color:#fff!important;font-weight:600;font-size:.9rem;text-decoration:none!important;transition:all .2s;gap:8px}#scot-hub-v4 .sh-btn-link:hover{background:#3f4552;border-color:#52525b;transform:translateY(-1px)}