.lock-card{background:var(--light);border:1px solid var(--border);border-radius:18px;padding:1.3rem 1.4rem;display:flex;align-items:flex-start;gap:1rem;transition:transform .2s,box-shadow .2s}.lock-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08);background:var(--white)}.lock-card.closed{opacity:.5}.lock-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.3rem}.lock-dot.green{background:var(--green);box-shadow:0 0 6px rgba(52,199,89,.5)}.lock-dot.yellow{background:var(--yellow);box-shadow:0 0 6px rgba(255,159,10,.4)}.lock-dot.red{background:var(--red)}.lock-info{flex:1;min-width:0}.lock-name{font-size:.95rem;font-weight:700;color:var(--text);margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lock-km{font-size:.72rem;color:var(--grey);margin-bottom:.5rem}.lock-hours{font-size:.8rem;color:var(--text);line-height:1.45;margin-bottom:.4rem}.lock-phone{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:var(--blue);text-decoration:none;font-weight:500}.lock-phone:hover{text-decoration:underline}.lock-phone2{display:block;font-size:.78rem;color:var(--blue);text-decoration:none;font-weight:500}.lock-phone2:hover{text-decoration:underline}