.step-number{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-size:1.125rem;font-weight:700;border-radius:.375rem}.item-card{transition:all 0.2s ease-in-out;border:1px solid #4b5563;background-color:#1f2937;position:relative;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .2)}.item-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgb(0 0 0 / .4);border-color:#2563eb;background-color:#374151}.item-card:active{transform:translateY(0);box-shadow:0 2px 5px rgb(0 0 0 / .3);border-color:#1d4ed8}.item-card.active{border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .5),0 5px 15px rgb(0 0 0 / .4);background-color:#374151}.item-card.active p{color:#60a5fa!important}.item-card.hidden{display:none}#diamond-options::-webkit-scrollbar{width:8px}#diamond-options::-webkit-scrollbar-track{background:#374151;border-radius:10px}#diamond-options::-webkit-scrollbar-thumb{background:#6b7280;border-radius:10px}#diamond-options::-webkit-scrollbar-thumb:hover{background:#4b5563}@media (max-width:480px){.description{font-size:.8rem;line-height:1.4}}.item-card:hover .rank-logo{transform:translate(-50%,-50%) rotate(15deg)}