@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}.chat-container{max-width:800px;margin:0 auto;height:100vh;display:flex;flex-direction:column;background-image:linear-gradient(to left top,#dbe9f0,#d2eef3,#cbf2f1,#c8f6ea,#cdf9de);box-shadow:#26394d 0 20px 30px -10px;overflow:hidden;border-radius:3%}.chat-history{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px;scroll-behavior:smooth}.chat-history::-webkit-scrollbar{width:8px}.chat-history::-webkit-scrollbar-thumb{background-color:#78a585;border-radius:10px}.chat-history::-webkit-scrollbar-track{background-color:#f1f1f1}.chat-history:last-child{scroll-margin-bottom:0}.message-bubble{max-width:80%;padding:12px 16px;border-radius:18px;line-height:1.5;word-break:break-word;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble.user{align-self:flex-end;background-color:#66a3e5;color:#fff;border-bottom-right-radius:5px}.message-bubble.assistant{align-self:flex-start;background-color:#d2e0fc;color:#333;border-bottom-left-radius:5px;box-shadow:0 1px 3px #0000001a}.chat-input-form{display:flex;padding:15px;background-image:linear-gradient(to right,#d6fce4,#d0f9ed,#d0f4f3,#d5eef4,#dbe9f0);border-top:1px solid green}.chat-input{flex:1;padding:12px 15px;border:1px solid #ddd;border-radius:24px;outline:none;font-size:1rem;transition:border-color .2s}.chat-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.chat-submit{margin-left:10px;padding:0 20px;background-color:#95beeb;color:#fff;border:none;border-radius:24px;cursor:pointer;font-weight:500;transition:background-color .2s}.chat-submit:hover{background-color:#0069d9}.chat-submit:active{transform:scale(.98)}.message-bubble strong{font-weight:600}@media (max-width: 768px){.chat-container{height:calc(100vh - 20px);margin:10px;border-radius:8px}.message-bubble{max-width:85%}.chat-input{font-size:.95rem}}@media (max-width: 480px){.chat-history{padding:15px 10px}.message-bubble{max-width:90%;padding:10px 14px}.chat-input-form{padding:10px}.chat-submit{padding:0 15px}}body{margin:0;font-family:Arial,sans-serif;background-color:#f0f0f0}.hero-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;background-color:#e0f7fa;padding:3rem;justify-content:space-evenly}.hero-image{display:flex;justify-content:center;align-items:center}.chat-section{background-image:url(/assets/sethoscope-BzzgkULw.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;padding:2rem;align-items:start}.chat-section h1{font-size:3rem;color:#00796b}.hero-content{padding:1.5rem}.hero-content h1{font-size:4rem;color:#00796b}.hero-content p{font-size:1.2rem;color:#004d40}.healing-container{position:relative;display:inline-block;width:90%;max-width:25rem;height:90%;max-height:25rem;overflow:hidden}.healing-image{width:80%;height:80%;filter:drop-shadow(0 0 .8rem rgba(0,255,0,.7))}.plus-symbol{position:absolute;font-size:2.5rem;font-weight:900;animation:floatUp 3s infinite ease-in-out;opacity:0}.plus-symbol img{width:2.5rem;height:2.5rem}.plus-symbol:nth-child(2){top:10%;left:15%;animation-delay:.5s}.plus-symbol:nth-child(3){top:30%;left:25%;animation-delay:1s}.plus-symbol:nth-child(4){top:50%;left:55%;animation-delay:1.5s}.plus-symbol:nth-child(5){top:55%;left:35%;animation-delay:2s}.plus-symbol:nth-child(6){top:20%;left:70%;animation-delay:2.5s}.plus-symbol:nth-child(7){top:40%;left:85%;animation-delay:3s}.plus-symbol:nth-child(8){top:15%;left:60%;animation-delay:3.5s}@keyframes floatUp{0%{transform:scale(.5) translateY(0);opacity:1}to{transform:scale(1.5) translateY(-200%);opacity:0}}.about-container{text-align:center;padding:40px 20px}.about-image{width:100%;max-width:600px;height:auto;border-radius:10px;box-shadow:0 4px 20px #0000001a;margin-bottom:20px}ul{list-style-type:none;padding:0}ul li{background:#ecf0f1;margin:10px 0;padding:10px;border-radius:5px}
