/* AI HTML Generator - custom styles */
* { scrollbar-width: thin; scrollbar-color: #475569 #1e293b; }
*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: #1e293b; }
*::-webkit-scrollbar-thumb { background: #475569; border-radius: 4px; }
*::-webkit-scrollbar-thumb:hover { background: #64748b; }

textarea { line-height: 1.5; }
#preview { transition: max-width 0.25s ease; }

button { -webkit-tap-highlight-color: transparent; }
