.landing-container{color:#1f2937;box-sizing:border-box;flex-direction:column;max-width:720px;height:100vh;margin:0 auto;padding:1rem;font-family:Arial,sans-serif;display:flex}.landing-title{text-align:center;color:#111827;margin-bottom:.25rem;font-size:2rem;font-weight:700}.landing-subtext{text-align:center;color:#4b5563;margin-bottom:1rem;font-size:.9rem}.landing-form{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.landing-textarea{resize:none;box-sizing:border-box;border:1px solid #d1d5db;border-radius:.25rem;width:100%;padding:.75rem 1rem;font-size:1rem}.landing-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb33}.landing-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.25rem;width:100%;max-width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background-color .2s}.landing-button:disabled{cursor:not-allowed;background-color:#93c5fd}.landing-button:hover:not(:disabled){background-color:#1d4ed8}.responses-container{scroll-behavior:smooth;border-top:1px solid #e5e7eb;flex-direction:column;flex-grow:1;gap:.5rem;margin-top:1rem;padding-top:.5rem;display:flex;overflow-y:auto}.chat-pair{flex-direction:column;gap:.25rem;display:flex}.user-msg,.iris-msg{flex-direction:column;max-width:75%;display:flex}.chat-label{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.chat-text{word-wrap:break-word;border-radius:.25rem;padding:.5rem .75rem;font-size:1rem;line-height:1.4;box-shadow:0 1px 2px #00000014}.user-msg{align-self:flex-end}.user-msg .chat-text{color:#1f2937;background-color:#e5e7eb}.iris-msg{align-self:flex-start}.iris-msg .chat-text{color:#fff;background-color:#2563eb}@media (width<=640px){.landing-container{height:100vh;padding:.75rem}.landing-title{font-size:1.5rem}.landing-subtext{font-size:.85rem}.landing-textarea,.landing-button{font-size:.95rem}.user-msg,.iris-msg{max-width:90%}}
