@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);.subscription-page{background-color:#1e1e1e;color:#e0e0e0;padding:40px 20px;text-align:center}h1{color:#60a5fa;margin-bottom:2rem;text-align:center}.plan-options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.plan{background-color:#2a2a2a;border-radius:16px;cursor:pointer;padding:20px;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:300px}.plan:hover{box-shadow:0 6px 12px #bb86fc1a;transform:translateY(-5px)}.plan.selected{border:2px solid #bb86fc;box-shadow:0 0 15px #bb86fc80}.plan h2{color:#bb86fc;margin-bottom:1rem}.plan .price{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:24px;font-weight:700;margin-bottom:1rem}.plan .original-price{color:#94a3b8;font-size:.9em;text-decoration:line-through}.plan .discounted-price{color:#60a5fa;font-size:1.2em}.plan .offer-ends{color:#ef4444;font-size:.9em;font-weight:700;margin-top:5px}.plan ul{color:#b0bec5;list-style-type:none;margin-bottom:1rem;padding:0}.plan li{color:#94a3b8;margin-bottom:10px}.plan li:before{color:#60a5fa;content:"✓";margin-right:.5rem}.get-started-button{background-color:#4f46e5;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:10px 20px;transition:all .3s ease}.get-started-button:hover{background-color:#4338ca}.popular{border:2px solid #60a5fa;position:relative}.popular-badge{background-color:#60a5fa;border-radius:20px;color:#fff;font-size:.8rem;font-weight:700;padding:5px 10px;position:absolute;right:-10px;top:-10px}@media (max-width:768px){.subscription-page{padding:20px 10px}.plan{margin-bottom:20px;width:100%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;color:#e2e8f0;font-family:Poppins,sans-serif;margin:0}.chat-container{background-color:#1e293b;box-shadow:0 0 20px #0000001a;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:1200px}.chat-header{background-color:#0f172a;border-bottom:1px solid #334155;justify-content:space-between;padding:1rem 2rem}.chat-header,.chat-header-left{align-items:center;display:flex}.profile-image{border:2px solid #60a5fa;border-radius:50%;height:50px;margin-right:1rem;overflow:hidden;width:50px}.profile-image img{height:100%;object-fit:cover;width:100%}.header-text h1{color:#60a5fa;font-size:1.5rem;font-weight:600;margin:0}.header-text p{color:#94a3b8;font-size:.9rem;margin:0}.premium-button{background-color:#4f46e5;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.premium-button:hover{background-color:#4338ca;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.chat-messages{flex-grow:1;gap:1.5rem;overflow-y:auto;padding:2rem}.chat-messages,.message{display:flex;flex-direction:column}.message{animation:fadeIn .3s ease-out;max-width:70%}.message.user{align-self:flex-end}.message.bot{align-self:flex-start}.message-content{align-items:flex-start;display:flex}.avatar{align-items:center;background-color:#334155;border-radius:50%;display:flex;height:40px;justify-content:center;margin-right:1rem;width:40px}.message.bot .avatar{background-color:#60a5fa;margin-left:0;margin-right:1rem;order:-1}.text{background-color:#334155;border-radius:1rem;box-shadow:0 2px 4px #0000001a;padding:1rem}.message.user .text{background-color:#3b82f6;color:#fff}.message.bot .text{background-color:#1e293b;color:#e2e8f0}.message-time{align-self:flex-end;color:#94a3b8;font-size:.8rem;margin-top:.5rem}.chat-input{background-color:#0f172a;border-top:1px solid #334155;display:flex;padding:1.5rem 2rem}.chat-input input{background-color:#1e293b;border:none;border-radius:30px;box-shadow:inset 0 2px 4px #0000001a;color:#e2e8f0;flex-grow:1;font-size:1rem;padding:1rem;transition:all .3s ease}.chat-input input:focus{box-shadow:inset 0 2px 4px #0000001a,0 0 0 2px #6366f180;outline:none}.chat-input button{background-color:#4f46e5;border:none;border-radius:50%;color:#fff;cursor:pointer;margin-left:1rem;padding:1rem;transition:all .3s ease}.chat-input button:hover{background-color:#4338ca;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.typing-indicator{align-items:center;display:flex;gap:.25rem}.typing-indicator span{animation:pulse 1s ease-in-out infinite;background-color:#94a3b8;border-radius:50%;display:inline-block;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#1e293b}.chat-messages::-webkit-scrollbar-thumb{background:#4b5563;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#60a5fa}@media (max-width:768px){.chat-container{height:100vh;width:100vw}.chat-header,.chat-messages{padding:1rem}.message{max-width:85%}.chat-input{padding:1rem}}.notification{animation:fadeIn .5s,fadeOut .5s 4.5s;background-color:#4caf50;border-radius:5px;box-shadow:0 2px 10px #0003;color:#fff;padding:15px;position:fixed;right:20px;top:20px;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.original-price{color:#94a3b8;font-size:.9em;margin-right:10px;text-decoration:line-through}.discounted-price{color:#60a5fa;font-size:1.2em;font-weight:700}.offer-ends{color:#ef4444;font-size:.9em;font-weight:700;margin-top:5px}.pricing-tier .price{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}
/*# sourceMappingURL=main.fb0a8d8d.css.map*/