.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 #cbd5e1;background-color:#fff;position:relative;overflow:hidden;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.dark .item-card{border-color:#4b5563;background-color:#1f2937;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 / .15);border-color:#2563eb;background-color:#e0e7ff}.dark .item-card:hover{box-shadow:0 5px 15px rgb(0 0 0 / .4);background-color:#1e3a8a}.item-card:active{transform:translateY(0);box-shadow:0 2px 5px rgb(0 0 0 / .1);border-color:#1d4ed8}.dark .item-card:active{box-shadow:0 2px 5px rgb(0 0 0 / .3)}.item-card.active{border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .5),0 5px 15px rgb(0 0 0 / .15);background-color:#e0e7ff}.dark .item-card.active{border-color:#1d4ed8;box-shadow:0 0 0 3px rgb(29 78 216 / .5),0 5px 15px rgb(0 0 0 / .4);background-color:#374151}.item-card.active p{color:#2563eb!important}.dark .item-card.active p{color:#60a5fa!important}.item-card.hidden{display:none}#diamond-options::-webkit-scrollbar{width:8px}#diamond-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.dark #diamond-options::-webkit-scrollbar-track{background:#374151}#diamond-options::-webkit-scrollbar-thumb{background:#888;border-radius:10px}#diamond-options::-webkit-scrollbar-thumb:hover{background:#555}.dark #diamond-options::-webkit-scrollbar-thumb{background:#6b7280}.dark #diamond-options::-webkit-scrollbar-thumb:hover{background:#4b5563}