@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");body,html{margin:0;padding:0;height:100%;overflow:hidden;font-family:Inter,sans-serif}.saathi-wrapper{height:100dvh;width:100%;background:linear-gradient(180deg,#f4d3b5,#fff 41%,#d6dbff);display:flex;justify-content:center;align-items:center;position:relative;padding-top:70px;padding-bottom:10px}.saathi-glass{width:100%;max-width:900px;height:100%;max-height:100dvh;background:hsla(0,0%,100%,.75);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:32px;border:1px solid hsla(0,0%,100%,.6);box-shadow:0 10px 40px rgba(0,0,0,.08);display:flex;flex-direction:column;overflow:hidden}.saathi-header{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.saathi-logo{height:38px}.saathi-title{font-size:20px;font-weight:600;margin:0}.saathi-subtitle{font-size:13px;color:#555;margin:0}.saathi-chat{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:18px;scroll-behavior:smooth}.saathi-chat::-webkit-scrollbar{width:6px}.saathi-chat::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:10px}.saathi-message-row{display:flex;animation:saathiFade .25s ease forwards}.saathi-user-row{justify-content:flex-end}.saathi-ai-row{justify-content:flex-start}.saathi-bubble{max-width:75%;padding:14px 18px;border-radius:22px;font-size:15.5px;line-height:1.6;word-wrap:break-word}.saathi-user-bubble{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.saathi-ai-bubble{background:#fff;color:#333}.saathi-ai-bubble p{margin:8px 0}.saathi-ai-bubble h1,.saathi-ai-bubble h2,.saathi-ai-bubble h3{margin:14px 0 6px}.saathi-ai-bubble ul{padding-left:18px}.saathi-ai-bubble li{margin-bottom:6px}.saathi-typing span{font-size:28px;font-weight:700;animation:saathiBlink 1.4s infinite both}.saathi-typing span:nth-child(2){animation-delay:.2s}.saathi-typing span:nth-child(3){animation-delay:.4s}@keyframes saathiBlink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}@keyframes saathiFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.saathi-examples{flex-shrink:0;padding:10px 16px;display:flex;gap:8px;flex-wrap:wrap;background:hsla(0,0%,100%,.6)}.saathi-example-btn{padding:6px 12px;border-radius:999px;border:1px solid #ddd;background:#fff;font-size:13px;cursor:pointer;transition:.2s}.saathi-example-btn:hover{background:#f3f3f3}.saathi-input-area{flex-shrink:0;padding:12px 16px;border-top:1px solid hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.7);display:flex;gap:10px}.saathi-input{flex:1 1;padding:12px 16px;border-radius:999px;border:1px solid #ddd;font-size:15px;outline:none}.saathi-input:focus{border-color:#6366f1}.saathi-send-btn{padding:12px 20px;border-radius:999px;border:none;background:#000;color:#fff;cursor:pointer;transition:.2s}.saathi-send-btn:hover{opacity:.9}.saathi-welcome{text-align:center;padding:50px 20px;color:#444}.saathi-welcome-avatar{width:100px;height:100px;border-radius:50%;margin:0 auto 18px;background:linear-gradient(to top right,#ff7e5f,#c7d2fe);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,.1)}.saathi-welcome-avatar img{width:75%}.saathi-welcome h2{font-size:22px;margin-bottom:10px;font-weight:600}.saathi-welcome p{max-width:420px;margin:auto;font-size:14px}@media screen and (max-width:768px){.saathi-wrapper{padding-top:60px;padding-bottom:0}.saathi-glass{border-radius:0;max-width:100%}.saathi-header{padding:12px 14px}.saathi-title{font-size:18px}.saathi-chat{padding:14px}.saathi-bubble{max-width:85%;font-size:14px}.saathi-input-area{padding:10px 12px}.saathi-input{font-size:14px}.saathi-ai-bubble h3{font-size:16px}.saathi-send-btn{padding:10px 16px}}