code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;background:linear-gradient(180deg,#f8eaff,#fdf3ff);display:flex;justify-content:center;min-height:100vh}.auth-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.auth-title{color:#5b2c6f;margin-bottom:24px}.auth-input{border:1px solid #e1bee7;border-radius:8px;box-sizing:border-box;margin-bottom:16px}.auth-button,.auth-input{font-size:1rem;padding:12px;width:100%}.auth-button{background-color:#9c27b0;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .2s}.auth-button:hover{background-color:#7b1fa2}.auth-link{color:#6a1b9a;font-size:.9rem;margin-top:16px}.auth-link a{color:#9c27b0;font-weight:700;text-decoration:none}.auth-error{color:#d32f2f;margin-bottom:16px}.auth-success{color:#388e3c;margin-bottom:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8eaff,#fdf3ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.chatbot-container{color:#5b2c6f;display:flex;flex-direction:column;font-family:Poppins,sans-serif;min-height:100vh}.chatbot-header{align-items:center;background-color:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 10px #0000000d;box-sizing:border-box;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.header-actions-left,.header-actions-right{align-items:center;display:flex;gap:15px}.chatbot-footer{color:#8e24aa;font-size:.8rem;margin-top:auto;padding:10px;text-align:center}.clear-button{background-color:#fff;border:1px solid #d2b7e5;border-radius:20px;color:#6a1b9a;cursor:pointer;font-size:.95rem;font-weight:500;padding:8px 18px;text-decoration:none;transition:all .2s ease}.clear-button:hover{background-color:#f3e5f5;border-color:#b39dba}.header-title{flex-shrink:0}.header-title h1{color:#5b2c6f;font-size:1.7rem;font-weight:1000;margin:0;white-space:nowrap}.chatbot-logo{height:auto;margin-bottom:8px;width:70px}.chatbot-title h1{font-size:2.2rem;margin-bottom:4px}.brand-purple{color:#7b1fa2}.brand-pink{color:#e91e63}.chatbot-title p{color:#8e24aa;font-size:1rem;margin-top:5px}.chat-form{margin-top:auto;padding:1rem 0}.chat-input-container{align-items:center;background-color:#fff;border:1px solid #e1bee7;border-radius:50px;box-shadow:0 4px 12px #964baf1a;display:flex;padding:8px 10px 8px 20px}.chat-input{background:#0000;border:none;color:#5b2c6f;flex:1 1;font-size:1rem;outline:none}.upload-button{background:none;border:none;color:#8e24aa;cursor:pointer;font-size:1.5rem;padding:0 10px;transition:color .2s}.upload-button:hover{color:#6a1b9a}.chat-actions{align-items:center;display:flex}.send-button{background-color:#9c27b0;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s}.send-button:hover{background-color:#7b1fa2}.send-button:disabled{background-color:#e1bee7;cursor:not-allowed}.chat-messages{display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto;padding:15px;text-align:left}.message-row{display:flex;margin-bottom:12px}.user{justify-content:flex-end}.bot{justify-content:flex-start}.message-bubble{border-radius:22px;font-size:.98rem;line-height:1.5;max-width:80%;padding:12px 18px}.user-bubble{background-color:#9c27b0;border-bottom-right-radius:5px;color:#fff}.bot-bubble{background-color:#fff;border:1px solid #e1bee7;border-bottom-left-radius:5px;color:#4a148c}.chat-footer{color:#8e24aa;font-size:.8rem;margin-top:30px;padding:10px;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #e1bee7;border-radius:50%;border-top-color:#7b1fa2;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.typing{align-items:center;display:flex;gap:4px}.dot{animation:bounce 1.2s ease-in-out infinite;background-color:#ba68c8;border-radius:50%;height:6px;width:6px}.delay1{animation-delay:.2s}.delay2{animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.hint-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.hint-card{background:#fffc;border:1px solid #e1bee7;border-radius:16px;box-shadow:0 2px 5px #964baf14;padding:15px;text-align:left}.hint-title{color:#7b1fa2;font-size:.95rem;font-weight:600}.hint-text{color:#6a1b9a;font-size:.85rem;margin-top:5px}@media (max-width:768px){.chatbot-header{padding:.75rem 1rem}.hint-grid{grid-template-columns:1fr}}.initial-view{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.initial-view .hint-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.sidebar-area .hint-grid{gap:12px;grid-template-columns:1fr}.sidebar-area .hint-card{background-color:#fff}.chatbot-title{margin-bottom:25px;text-align:center}.hint-card-link{color:inherit;display:block;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hint-card-link:hover .hint-card{box-shadow:0 8px 20px #964baf26;transform:translateY(-5px)}.chatbot-main{box-sizing:border-box;display:flex;flex:1 1;justify-content:center;padding:20px;width:100%}.chatbot-section{display:flex;flex-direction:column;max-width:1200px;width:100%}.chat-content-wrapper{align-items:flex-start;display:flex;flex:1 1;flex-direction:row;gap:20px;min-height:0}.chat-area{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:800px}.sidebar-area{flex-shrink:0;position:-webkit-sticky;position:sticky;top:90px;width:280px}@media (max-width:1024px){.sidebar-area{display:none}}.profile-container{background:linear-gradient(180deg,#f8eaff,#fdf3ff);font-family:Poppins,sans-serif;min-height:100vh;padding:40px 20px}.profile-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:700px;padding:30px}.profile-title{color:#5b2c6f;margin-bottom:20px;text-align:center}.back-to-chat-link{color:#9c27b0;display:block;font-weight:700;margin-bottom:20px;text-decoration:none}.profile-section{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:20px}.profile-section h2{color:#7b1fa2;margin-bottom:15px}.profile-form label{color:#6a1b9a;display:block;font-weight:500;margin-bottom:15px}.profile-form input,.profile-form textarea{border:1px solid #e1bee7;border-radius:8px;box-sizing:border-box;font-size:1rem;margin-top:5px;padding:10px;width:100%}.profile-form textarea{min-height:100px;resize:vertical}.profile-save-button{background-color:#9c27b0;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:12px;transition:background-color .2s;width:100%}.profile-save-button:hover{background-color:#7b1fa2}.profile-success{color:#388e3c;margin-bottom:16px;text-align:center}.profile-error,.profile-loading{color:#5b2c6f;font-size:1.2rem;padding:50px;text-align:center}.profile-checkbox-label{align-items:center;display:flex;font-weight:500;gap:10px}.profile-checkbox-label input[type=checkbox]{margin-top:0;width:auto}.journal-container{color:#5b2c6f;font-family:Poppins,sans-serif;margin:0 auto;max-width:800px;padding:40px 20px}.journal-header{align-items:center;border-bottom:2px solid #e1bee7;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.journal-header h1{color:#7b1fa2}.journal-actions .journal-button{margin-left:10px}.journal-button{background-color:#fff;border:1px solid #d2b7e5;border-radius:20px;color:#6a1b9a;cursor:pointer;font-size:1rem;padding:8px 16px;text-decoration:none;transition:background-color .2s ease}.journal-button:hover{background-color:#f3e5f5}.journal-form{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;margin-bottom:30px;padding:25px}.journal-form h3{color:#7b1fa2;margin-top:0}.journal-form input,.journal-form textarea{border:1px solid #e1bee7;border-radius:8px;box-sizing:border-box;font-size:1rem;margin-bottom:15px;padding:12px;width:100%}.journal-form textarea{min-height:150px;resize:vertical}.journal-form label{display:block;font-weight:500;margin-bottom:5px}.journal-button.submit{background-color:#9c27b0;color:#fff;width:100%}.journal-button.submit:hover{background-color:#7b1fa2}.journal-entries h2{border-bottom:1px solid #eee;color:#7b1fa2;padding-bottom:10px}.journal-entry{background:#fff;border:1px solid #e1bee7;border-radius:8px;margin-bottom:15px;padding:20px}.journal-entry h3{color:#6a1b9a;margin-top:0}.journal-entry .entry-date{color:#8e24aa;font-size:.9rem;font-style:italic;margin-top:-10px}.journal-entry .entry-meta{color:#aaa;display:block;font-size:.8rem;margin-top:15px;text-align:right}.journal-error{color:#d32f2f;margin-bottom:16px}.form-section{border-top:1px solid #eee;margin-top:25px;padding-top:20px}.form-section h4{color:#8e24aa}.checkbox-group,.form-section h4{margin-bottom:15px}.checkbox-group label{font-weight:400}.checkbox-group>div{margin-bottom:5px}.entry-details{background-color:#f9f9f9;border-radius:6px;font-size:.9rem;margin-top:15px;padding:10px}.entry-details p{margin:5px 0}
/*# sourceMappingURL=main.7e9771ae.css.map*/