#home-spotlight-card{position:relative;min-height:140px;overflow:hidden;transition:opacity .3s ease}.spotlight-slide{display:flex;align-items:stretch;min-height:140px}.spotlight-slide.hidden{display:none}.spotlight-image{flex:0 0 35%;min-height:140px;position:relative;overflow:hidden;background-color:#ffffff1f}.spotlight-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.spotlight-content{flex:1;padding:.75rem 1rem;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.spotlight-badge{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fffc;background:#ffffff26;padding:2px 8px;border-radius:10px;width:fit-content}.spotlight-title{font-size:.95rem;font-weight:700;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight-subtitle{font-size:.75rem;color:#ffffffd9;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.spotlight-cta{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:#fff;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:4px 10px;cursor:pointer;transition:background .2s;width:fit-content;margin-top:.25rem}.spotlight-cta:hover{background:#ffffff4d}.spotlight-dots{display:flex;justify-content:center;gap:6px;padding:0;margin-top:-14px;position:relative;z-index:2}.spotlight-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:all .3s ease}.spotlight-dot.active{background:#ffffffe6;width:16px;border-radius:3px}.spotlight-loading{display:flex;align-items:center;justify-content:center;min-height:140px;color:#fff9;font-size:.8rem}
