.styles_container__Qs_o_{display:flex;gap:.5rem;justify-content:center;align-items:center}.styles_input__d55PS{width:3rem;height:3rem;border:2px solid var(--muted-border);border-radius:var(--radius);text-align:center;font-size:1.25rem;font-weight:600;color:var(--foreground);background:var(--background);transition:all .2s ease-in-out}.styles_input__d55PS:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-foreground)}.styles_input__d55PS:hover{border-color:var(--muted-foreground)}.styles_input__d55PS:disabled{background-color:var(--muted);cursor:not-allowed}