.ts-input-group { text-align: left; }
.ts-result-box {
    min-height: 70px; background: rgba(16, 185, 129, 0.05); border: 2px dashed rgba(16, 185, 129, 0.3);
    padding: 20px; border-radius: 14px; font-family: 'Courier New', Courier, monospace;
    font-size: 1.15rem; color: #10b981; word-break: break-all; display: flex; align-items: center;
    justify-content: center; text-align: center; font-weight: 700; transition: all 0.3s ease;
}
.ts-result-box:hover { background: rgba(16, 185, 129, 0.1); border-color: rgba(16, 185, 129, 0.5); }
