.code-tool-description{color: inherit;margin: 0 0 1rem;max-width: none;font-size: 1rem;font-weight: 400;line-height: 1.5}.tool-nth-word-letter .tool-grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 1rem}.tool-nth-word-letter .tool-field{display: flex;flex-direction: column;gap: .4rem}.tool-nth-word-letter .tool-field--full,.tool-nth-word-letter .tool-result,.tool-nth-word-letter .tool-options{grid-column: 1 / -1}.tool-nth-word-letter textarea,.tool-nth-word-letter input,.tool-nth-word-letter select{width: 100%}.tool-nth-word-letter .number-stepper{display: grid;grid-template-columns: 3.25rem minmax(5rem,1fr) 3.25rem;align-items: stretch;gap: .55rem}.tool-nth-word-letter .number-stepper__button,.tool-nth-word-letter .number-stepper input{min-height: 3.25rem;border-radius: .7rem}.tool-nth-word-letter .number-stepper__button{border: .125rem solid var(--theme-color);background: #fff;color: var(--theme-color);font: inherit;font-size: 1.35rem;font-weight: 800;line-height: 1;cursor: pointer;transition: border-color .15s ease,box-shadow .15s ease,transform .15s ease}.tool-nth-word-letter .number-stepper__button:hover,.tool-nth-word-letter .number-stepper__button:focus-visible{border-color: var(--accent-color);box-shadow: 0 .15rem .45rem rgba(224,122,0,.2)}.tool-nth-word-letter .number-stepper__button:active{transform: translateY(.08rem)}.tool-nth-word-letter .number-stepper input{text-align: center;appearance: textfield}.tool-nth-word-letter .tool-options{display: flex;flex-wrap: wrap;gap: .75rem 1rem;margin-top: 1rem}.tool-nth-word-letter .tool-options label{display: inline-flex;align-items: center;gap: .35rem;cursor: pointer}.tool-nth-word-letter .tool-actions{display: flex;flex-wrap: wrap;gap: .75rem;margin: 1rem 0}.tool-nth-word-letter .tool-result{display: flex;flex-direction: column;gap: .4rem;margin-top: .9rem}.tool-nth-word-letter .tool-note{margin: .3rem 0 0;font-size: .92rem;opacity: .8}.tool-nth-word-letter .tool-result--details textarea{font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size: .92rem}@media (max-width: 720px){.tool-nth-word-letter .tool-grid{grid-template-columns: 1fr}}button[id*="copy"],button[class*="copy"],button[data-action="copy"],button[data-braille-action="copy"],button[data-splits-copy],button[data-race-copy],button[data-orm-copy],button[data-ra-copy],button[data-sa-copy],button[data-gc-copy]{transition: transform .12s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease,color .12s ease}button[id*="copy"]:active,button[class*="copy"]:active,button[data-action="copy"]:active,button[data-braille-action="copy"]:active,button[data-splits-copy]:active,button[data-race-copy]:active,button[data-orm-copy]:active,button[data-ra-copy]:active,button[data-sa-copy]:active,button[data-gc-copy]:active{transform: translateY(1px) scale(.985)}