/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */html,body,#root{height:100%;margin:0;padding:0}body{min-width:320px;min-height:100vh;margin:0}.chat_container{background:#fdf9f7;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.dark .chat_container{background:#2b1f1a}.chat{background:#fff;border:1px solid #f6ddcc;border-radius:.75rem;width:100%;max-width:32rem;padding:1.5rem}.dark .chat{background:#3a2e26;border-color:#5d4a3e}.header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.header_buttons{gap:.5rem;display:flex}.title{color:#8b5a2b;font-size:1.25rem;font-weight:700}.dark .title{color:#f6ddcc}.dark_mode_button,.clear_button{cursor:pointer;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem}.dark_mode_button{color:#8b5a2b;background:#f6ddcc}.dark .dark_mode_button{color:#f6ddcc;background:#5d4a3e}.clear_button{color:#dc2626;background:#fef2f2}.dark .clear_button{color:#f87171;background:#7f1d1d33}.sample_questions{margin-bottom:.75rem;padding:.5rem}.sample_title{color:#8b5a2b;margin-bottom:.5rem;font-size:.75rem}.dark .sample_title{color:#f6ddcc}.questions_grid{flex-wrap:wrap;gap:.25rem;display:flex}.sample_question{color:#8b5a2b;cursor:pointer;background:#f6ddcc;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem}.dark .sample_question{color:#f6ddcc;background:#5d4a3e}.messages{background:#fdf9f7;border:1px solid #f6ddcc;border-radius:.375rem;height:24rem;margin-bottom:1rem;padding:.75rem;overflow-y:auto}.dark .messages{background:#3a2e26;border-color:#5d4a3e}.wrapper{margin-bottom:.5rem}.wrapper.user{text-align:right}.wrapper.bot{text-align:left}.bubble{color:#fff;border-radius:.5rem;padding:.75rem;display:inline-block}.bubble.user{background:#c2803a}.bubble.bot{background:#5c3403}.input{background:#fdf9f7;border:1px solid #f6ddcc;border-radius:.5rem;gap:.5rem;padding:.5rem;display:flex}.dark .input{background:#3a2e26;border-color:#5d4a3e}.chat_input{color:#8b5a2b;background:0 0;border:none;outline:none;flex:1}.dark .chat_input{color:#f6ddcc}.send_button{color:#fff;cursor:pointer;background:#d4a574;border-radius:.4rem;padding:.5rem 1rem}.welcome_message{margin-bottom:.5rem}.welcome_text{color:#8b5a2b;background:#f6ddcc;border-radius:.5rem;width:100%;padding:.5rem .75rem;display:block}.dark .welcome_text{color:#f6ddcc;background:#5c3403}
