.tt-code-breaker {touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;}
.tt-code-breaker text {font-family:Arial,Helvetica,sans-serif;font-weight:800;text-anchor:middle;dominant-baseline:central;pointer-events:none;}
.tt-code-breaker .cb-button {cursor:pointer;outline:none;}
.tt-code-breaker .cb-palette {cursor:grab;}
.tt-code-breaker [aria-disabled="true"] {cursor:default;}
.tt-code-breaker [role="button"]:focus-visible>circle,.tt-code-breaker [role="button"]:focus-visible>rect {stroke:#149fa8;stroke-width:6;}
.tt-code-breaker .cb-pop circle {animation:cb-pop .3s ease-out;}
@keyframes cb-pop {0%{transform:scale(.65)}58%{transform:scale(1.14)}100%{transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.tt-code-breaker .cb-pop circle {animation:none;}}
