.home-button{margin-top:20px;padding:10px 20px;background-color:#1e293b;color:#fff;border:none;border-radius:5px;cursor:pointer}.home-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.home-hero{display:flex;flex-direction:column;gap:4rem;align-items:center}.home-content{text-align:center;max-width:800px;animation:fadeInUp .6s ease-out}.home-title{font-size:3.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem;line-height:1.6;font-weight:400}.home-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.home-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:.75rem;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;width:100%;justify-content:center;max-width:400px}.home-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.home-cta-button:active{transform:translateY(0)}.home-cta-button.secondary{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 15px #f5576c66}.home-cta-button.secondary:hover{box-shadow:0 8px 25px #f5576c80}.home-cta-button.logout-button{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 15px #ef444466;border:none;cursor:pointer}.home-cta-button.logout-button:hover{box-shadow:0 8px 25px #ef444480}.chatbot-selection-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.chatbot-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .6s ease-out}.chatbot-title{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.02em}.chatbot-subtitle{font-size:1.2rem;color:#64748b;font-weight:400}.chatbot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.chatbot-card{background:#fff;border-radius:1.25rem;padding:2.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 6px #00000012;border:2px solid #e2e8f0;position:relative;overflow:hidden;animation:fadeInUp .6s ease-out}.chatbot-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.chatbot-card:hover:before{transform:scaleX(1)}.chatbot-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#cbd5e1}.alexbot-card{animation-delay:.1s}.pompabot-card{animation-delay:.2s}.chatbot-card-icon{font-size:4rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chatbot-card-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.chatbot-card-description{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem;flex-grow:1}.chatbot-card-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid #e2e8f0}.chatbot-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;font-weight:600;font-size:1rem;transition:all .2s ease}.chatbot-card:hover .chatbot-card-link{color:#764ba2;gap:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.home-title{font-size:2.5rem}.home-subtitle{font-size:1.1rem}.chatbot-title{font-size:2.25rem}.chatbot-subtitle{font-size:1.1rem}.chatbot-grid{grid-template-columns:1fr}.home-cta-button{padding:.875rem 2rem;font-size:1rem}.home-buttons{gap:.875rem}}.wellbeing-tracker-page{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.wellbeing-tracker-container{background:#fff;border-radius:1.5rem;box-shadow:0 10px 40px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.wellbeing-tracker-header{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:3rem 2rem;text-align:center}.wellbeing-tracker-icon{font-size:4rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.wellbeing-tracker-title{font-size:2.5rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.wellbeing-tracker-subtitle{font-size:1.1rem;opacity:.95;font-weight:400;max-width:600px;margin:0 auto}.wellbeing-tracker-content{padding:3rem 2rem}.placeholder-card{background:linear-gradient(to bottom,#f8fafc,#fff);border:2px dashed #cbd5e1;border-radius:1.25rem;padding:3rem 2rem;text-align:center;max-width:700px;margin:0 auto}.placeholder-icon{font-size:4rem;margin-bottom:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.placeholder-card h2{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.placeholder-card>p{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.feature-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left;display:inline-block}.feature-list li{font-size:1rem;color:#475569;padding:.75rem 0;border-bottom:1px solid #e2e8f0;line-height:1.6}.feature-list li:last-child{border-bottom:none}.placeholder-note{font-size:.95rem;color:#94a3b8;font-style:italic;margin:0}@media(max-width:768px){.wellbeing-tracker-header{padding:2rem 1.5rem}.wellbeing-tracker-icon{font-size:3rem}.wellbeing-tracker-title{font-size:2rem}.wellbeing-tracker-subtitle{font-size:1rem}.wellbeing-tracker-content,.placeholder-card{padding:2rem 1.5rem}.placeholder-card h2{font-size:1.5rem}.home-buttons{width:100%}}.sleep-graph-container{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e2e8f0;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.sleep-graph-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.sleep-metric-label{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.sleep-metric-checkboxes{display:flex;flex-wrap:wrap;gap:1rem}.sleep-metric-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem .75rem;border-radius:.5rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}.sleep-metric-checkbox-label:hover{background-color:#f8fafc}.sleep-metric-checkbox{width:18px;height:18px;cursor:pointer;margin:0;accent-color:#667eea}.sleep-metric-checkbox-indicator{width:12px;height:12px;border-radius:2px;display:inline-block;flex-shrink:0}.sleep-metric-checkbox-text{font-size:.95rem;color:#1e293b;font-weight:500}@media(max-width:768px){.sleep-graph-container{padding:1.5rem;margin-top:1rem}.sleep-graph-controls{gap:.75rem}.sleep-metric-label{font-size:1rem}.sleep-metric-checkboxes{flex-direction:column;gap:.75rem}.sleep-metric-checkbox-label{padding:.625rem .875rem}}.chat-container{display:flex;flex-direction:column;height:50vh;background:#f4f5f7;font-family:system-ui,sans-serif}.chat-header{background:#4f46e5;color:#fff;font-size:1.25rem;font-weight:600;padding:1rem;text-align:center;box-shadow:0 2px 6px #00000026}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.chat-bubble{max-width:70%;padding:.6rem 1rem;border-radius:16px;line-height:1.4;word-wrap:break-word;animation:fadeIn .2s ease-in}.chat-bubble.user{align-self:flex-end;background:#4f46e5;color:#fff;border-bottom-right-radius:4px}.chat-bubble.bot{align-self:flex-start;background:#e5e7eb;color:#111827;border-bottom-left-radius:4px}.chat-input{display:flex;padding:.75rem;border-top:1px solid #d1d5db;background:#fff}.chat-input input{flex:1;padding:.6rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .2s}.chat-input input:focus{border-color:#4f46e5}.send-btn{background:#4f46e5;border:none;color:#fff;padding:.6rem .8rem;margin-left:.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.send-btn:hover{background:#4338ca}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-page-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;height:calc(100vh - 200px);display:flex;flex-direction:column}.chat-wrapper{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:1.5rem;box-shadow:0 10px 40px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.chat-header-modern{padding:1.5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #0000001a;position:relative;z-index:10}.alexbot-header{background:linear-gradient(135deg,#667eea,#764ba2)}.pompabot-header{background:linear-gradient(135deg,#f093fb,#f5576c)}.chat-header-content{display:flex;align-items:center;gap:1rem}.chat-header-icon{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.chat-header-text{flex:1}.chat-header-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;letter-spacing:-.02em}.chat-header-subtitle{font-size:.95rem;margin:0;opacity:.9;font-weight:400}.chat-messages-modern{flex:1;overflow-y:auto;padding:2rem;background:linear-gradient(to bottom,#f8fafc,#fff);display:flex;flex-direction:column;gap:1.25rem;scroll-behavior:smooth}.chat-messages-modern::-webkit-scrollbar{width:8px}.chat-messages-modern::-webkit-scrollbar-track{background:#f1f5f9}.chat-messages-modern::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.chat-messages-modern::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-message-wrapper{display:flex;align-items:flex-end;gap:.75rem;animation:slideInMessage .3s ease-out;max-width:85%}.user-message{align-self:flex-end;flex-direction:row-reverse;margin-left:auto}.bot-message{align-self:flex-start;margin-right:auto}.message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:0 2px 8px #00000026}.bot-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.pompabot-wrapper .bot-avatar{background:linear-gradient(135deg,#f093fb,#f5576c)}.user-avatar{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.chat-bubble-modern{padding:.875rem 1.25rem;border-radius:1.25rem;line-height:1.5;word-wrap:break-word;font-size:.95rem;box-shadow:0 2px 8px #0000001a;position:relative}.user-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:.25rem}.bot-bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:.25rem;box-shadow:0 2px 8px #00000014}.chat-input-modern{padding:1.5rem 2rem;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 10px #0000000d}.chat-input-wrapper{display:flex;gap:.75rem;align-items:center}.chat-input-field{flex:1;padding:.875rem 1.25rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:1.5rem;outline:none;transition:all .2s ease;background:#f8fafc;color:#1e293b;font-family:inherit}.chat-input-field:focus{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.chat-input-field::placeholder{color:#94a3b8}.send-btn-modern{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:.875rem 1.25rem;border-radius:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d;min-width:48px;height:48px}.send-btn-modern:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.send-btn-modern:active:not(:disabled){transform:translateY(0)}.send-btn-modern:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 6px #667eea33}.pompabot-wrapper .send-btn-modern{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 4px 12px #f5576c4d}.pompabot-wrapper .send-btn-modern:hover:not(:disabled){box-shadow:0 6px 16px #f5576c66}.pompabot-wrapper .chat-input-field:focus{border-color:#f5576c;box-shadow:0 0 0 3px #f5576c1a}@keyframes slideInMessage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.chat-page-container{padding:1rem;height:calc(100vh - 150px)}.chat-header-modern{padding:1.25rem 1.5rem}.chat-header-title{font-size:1.5rem}.chat-header-icon{font-size:2rem}.chat-messages-modern{padding:1.5rem;gap:1rem}.chat-message-wrapper{max-width:90%}.chat-input-modern{padding:1.25rem 1.5rem}.message-avatar{width:32px;height:32px;font-size:1.1rem}}.account-page{max-width:1200px;width:100%;margin:0 auto;padding:2rem}.account-header{text-align:center;margin-bottom:3rem}.account-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.account-header p{color:#64748b;font-size:1.1rem}.account-section{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 8px #0000001a;margin-bottom:2rem}.section-title{font-size:1.5rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600}.user-list{display:flex;flex-direction:column;gap:.5rem}.user-list-header{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:#f1f5f9;border-radius:.5rem;font-weight:600;color:#475569;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.user-list-item{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0;transition:all .2s ease}.user-list-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(4px)}.user-list-username{font-weight:500;color:#1e293b;display:flex;align-items:center}.user-list-permission{display:flex;align-items:center;justify-content:flex-end}.permission-badge{padding:.4rem .8rem;border-radius:.5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.permission-badge.admin{background:#dbeafe;color:#1e40af}.permission-badge.user{background:#f3f4f6;color:#4b5563}.loading-text,.empty-state{text-align:center;padding:2rem;color:#64748b;font-style:italic}.account-forms{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.account-form-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 8px #0000001a}.form-title{font-size:1.5rem;color:#1e293b;margin-bottom:.5rem;font-weight:600}.form-description{color:#64748b;font-size:.9rem;margin-bottom:1.5rem}.account-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#334155;font-size:.9rem}.form-group .required{color:#ef4444}.form-group input,.form-group select{padding:.75rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:#fff;color:#1e293b}.form-group input:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input:disabled,.form-group select:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.checkbox-group{flex-direction:row;align-items:center;gap:.75rem}.checkbox-group input[type=checkbox]{width:auto;margin:0;cursor:pointer}.checkbox-group label{margin:0;cursor:pointer}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.btn:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.message{margin-top:2rem;padding:1rem 1.5rem;border-radius:.5rem;font-weight:500;text-align:center;animation:fadeIn .3s ease}.message.success{background:#d1fae5;color:#065f46;border:2px solid #10b981}.message.error{background:#fee2e2;color:#991b1b;border:2px solid #ef4444}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-card{background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;animation:fadeIn .4s ease}.login-header{text-align:center;margin-bottom:2rem}.login-header h2{font-size:2rem;color:#1e293b;margin-bottom:.5rem;font-weight:700}.login-header p{color:#64748b;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column;gap:.5rem}.login-form label{font-weight:500;color:#334155;font-size:.9rem}.login-form input{padding:.875rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:#fff;color:#1e293b}.login-form input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.login-form .btn{width:100%;padding:.875rem;background:#4f46e5;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;margin-top:.5rem}.login-form .btn:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.login-form .btn:active{transform:translateY(0)}@media(max-width:768px){.account-forms{grid-template-columns:1fr}.user-list-header,.user-list-item{grid-template-columns:1fr;gap:.5rem}.user-list-permission{justify-content:flex-start}.account-page{padding:1rem}}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8fafc;color:#333}.header{background-color:#1e293b;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.nav{display:flex;justify-content:center;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#38bdf8}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex-grow:1;display:flex;justify-content:center;align-items:center;padding:2rem}.page{text-align:center;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 8px #0000001a}
