/* =========================================================
   ai-finder-responsive.css — mobile breakpoint. Load last.
   Used by: Intech_AI選型工具.html
   ========================================================= */

@media (max-width:600px){
  .hero{padding:40px 0 32px;}
  .hero h1{font-size:22px;}
  .hero p{font-size:13.5px;}

  .panel{padding:20px;}
  .chat-input-row{flex-direction:column;}
  .btn-clear{align-self:stretch;text-align:center;}

  .analyze-row{flex-direction:column;align-items:stretch;gap:10px;}
  .btn-analyze{width:100%;}

  .download-row{flex-direction:column;align-items:stretch;}
  .btn-download{width:100%;justify-content:center;}
}
