/* web_prompts — same visual system as the original Flask app; only static-export helpers added. */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
input:focus, select:focus, textarea:focus { outline: none; }
article.group:hover { border-color: rgb(99 102 241 / 0.5); }
.tab-btn[aria-selected="true"] { background: rgb(245 245 245); }
.dark .tab-btn[aria-selected="true"] { background: rgb(38 38 38); }

/* responsive-mobile-2026-06-13 */
@media (max-width:560px){
  html,body{overflow-x:hidden;max-width:100%}
  header > div{flex-wrap:wrap;row-gap:8px}
  header nav.ml-auto{margin-left:0}
}
