
    .step-card { transition: 0.3s; }
    .step-card:hover { transform: translateY(-10px); }
    dialog { border: none; padding: 10px; background: rgba(0,0,0,0.9); cursor: zoom-out; }
