:root{--color-dark-green:#426a5a;--color-light-green:#7fb685;--color-yellow:#eba433;--color-off-white:#faf7f2;--color-purple:#8da4ba;--color-red:#ef6f6c;--color-primary:var(--color-dark-green);--color-secondary:var(--color-light-green);--color-accent:var(--color-yellow);--color-warm:var(--color-red);--color-bg:var(--color-off-white);--color-bot-bg:#f5f2ed;--color-user-bg:var(--color-dark-green);--color-dark:#2d2d2d;--color-light:#fff;--color-border:#e8e3dc;--color-text:#333;--color-text-light:#666;--color-purple-accent:var(--color-purple);--color-blue:#3498db;--color-green:#27ae60;--color-orange:#e67e22}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf7f2;background:var(--color-bg);color:#333;color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}@keyframes pulse{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.robot-avatar{align-items:center;animation:fadeIn .3s ease;background:linear-gradient(135deg,#426a5a,#7fb685);background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border-radius:50%;box-shadow:0 2px 8px #ff6b6b4d;color:#fff;display:flex;font-size:24px;height:50px;justify-content:center;margin-bottom:1rem;position:relative;width:50px}.robot-avatar:before{animation:pulse 2s infinite;content:"⭐";font-size:14px;right:-5px;top:-5px}.robot-avatar:after,.robot-avatar:before{color:#eba433;color:var(--color-accent);position:absolute}.robot-avatar:after{animation:pulse 2s .5s infinite;bottom:-5px;content:"✨";font-size:12px;left:-5px}.voice-select{border:1px solid #ffffff4d;color:#fff}.message-container{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.message-group{align-items:flex-start;animation:slideIn .3s ease;display:flex;gap:.75rem}.message-bubble{word-wrap:break-word;border-radius:20px;box-shadow:0 2px 8px #0000001a;font-size:15px;line-height:1.5;max-width:80%;padding:1rem 1.25rem;position:relative}.message-bubble.assistant,.message-bubble.bot{background:#f5f2ed;background:var(--color-bot-bg);border:1px solid #e8e3dc;border:1px solid var(--color-border);border-bottom-left-radius:8px;color:#333;color:var(--color-text)}.message-bubble.user{background:linear-gradient(135deg,#426a5a,#ef6f6c);background:linear-gradient(135deg,var(--color-primary),var(--color-warm));border-bottom-right-radius:8px;box-shadow:0 2px 8px #ff6b6b4d;color:#fff;margin-left:auto}.input-container{align-items:center;background:#fff;border:2px solid #e8e3dc;border:2px solid var(--color-border);border-radius:25px;box-shadow:0 4px 15px #ff6b6b1a;display:flex;padding:.5rem 1rem;transition:all .2s ease}.input-container:focus-within{border-color:#426a5a;border-color:var(--color-primary);box-shadow:0 4px 20px #ff6b6b33}.input-field{background:#0000;border:none;color:#333;color:var(--color-text);flex:1 1;font-size:15px;outline:none;padding:.75rem}.input-field::placeholder{color:#666;color:var(--color-text-light)}.send-button{align-items:center;background:linear-gradient(135deg,#426a5a,#7fb685);background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));border:none;border-radius:50%;box-shadow:0 2px 8px #ff6b6b4d;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.send-button:hover:not(:disabled){box-shadow:0 4px 12px #ff6b6b66;transform:translateY(-1px)}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{background:#ddd;box-shadow:none;cursor:not-allowed}.header-modern{background:linear-gradient(135deg,#426a5a,#7fb685 50%,#eba433);background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 50%,var(--color-accent) 100%);box-shadow:0 2px 10px #ff6b6b33;color:#fff;padding:1.5rem 2rem;position:relative;text-align:center}.header-title{font-size:1.75rem;font-weight:700;margin:0;text-shadow:0 1px 2px #0000001a}.subtitle-sue-info{color:#133153;font-size:1.1rem;font-weight:400;margin:0;text-align:center}.header-buttons{color:#133153;display:flex;gap:.5rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.header-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;color:#133153;cursor:pointer;font-size:12px;padding:.5rem 1rem;transition:all .2s ease}.header-button:hover{background:#ffffff4d;transform:translateY(-1px)}.chat-container{background:#fff;border:1px solid #ff6b6b1a;border-radius:20px;box-shadow:0 10px 40px #ff6b6b1a;display:flex;flex-direction:column;overflow:hidden}@media (max-width:768px){.header-buttons{display:none!important}.robot-avatar{font-size:20px;height:40px;margin-bottom:.5rem;width:40px}.robot-avatar:before{font-size:12px}.robot-avatar:after{font-size:10px}.message-group{gap:.5rem}.message-bubble{font-size:14px;max-width:85%;padding:.75rem 1rem}.header-modern{padding:1rem 1.5rem}.header-title{font-size:1.25rem}.input-container{padding:.4rem .8rem}.input-field{font-size:14px;padding:.6rem}.send-button{height:40px;min-height:40px;min-width:40px;width:40px}}@media (max-width:480px){.robot-avatar{font-size:16px;height:35px;width:35px}.robot-avatar:before{font-size:10px;right:-3px;top:-3px}.robot-avatar:after{bottom:-3px;font-size:8px;left:-3px}.message-bubble{font-size:13px;max-width:90%;padding:.6rem .9rem}.header-modern{padding:.75rem 1rem}.header-title{font-size:1.1rem}.input-container{padding:.3rem .6rem}.input-field{font-size:13px;padding:.5rem}.send-button{height:36px;min-height:36px;min-width:36px;width:36px}}@media (hover:none) and (pointer:coarse){.header-button,.send-button{min-height:44px;min-width:44px}.header-button:active{background:#fff6;transform:scale(.95)}.send-button:active:not(:disabled){transform:scale(.95)}}@media (max-width:768px) and (orientation:landscape){.header-modern{padding:1rem 2rem}.header-title{font-size:1.2rem}}@media (prefers-contrast:high){.message-bubble.assistant,.message-bubble.bot{border:2px solid #426a5a;border:2px solid var(--color-primary)}.message-bubble.user{border:2px solid #fff}}.disclaimer-container{align-items:center;background:linear-gradient(135deg,#bada55,#f4ffa9);box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px}.disclaimer-content{animation:slideInUp .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:40px 30px;position:relative;text-align:center;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lock-icon{align-items:center;animation:bounceIn 1s ease-out .2s both;background:#e8eaf6;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 30px;width:80px}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.disclaimer-title{animation:fadeInDown .8s ease-out .4s both;color:#133153;font-size:28px;font-weight:600;margin:0 0 15px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.disclaimer-subtitle{animation:fadeInDown .8s ease-out .6s both;color:#718096;font-size:16px;line-height:1.5;margin:0 0 40px}.privacy-points{margin-bottom:40px;text-align:left}.privacy-item{align-items:center;color:#133153;display:flex;font-size:14px;margin-bottom:15px;opacity:0;transform:translateX(-20px);transition:all .5s ease-out}.privacy-item.animate-in{opacity:1;transform:translateX(0)}.privacy-item:first-child.animate-in{transition-delay:.1s}.privacy-item:nth-child(2).animate-in{transition-delay:.2s}.privacy-item:nth-child(3).animate-in{transition-delay:.3s}.checkmark{color:#5b6bc0;flex-shrink:0;font-size:16px;font-weight:700;margin-right:12px}.accept-button{background:linear-gradient(135deg,#133153,#133153);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:15px 40px;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.accept-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.accept-button:not(:disabled):hover{box-shadow:0 10px 25px #7b4dff66;transform:translateY(-2px)}.accept-button:not(:disabled):active{transform:translateY(0)}.accept-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.accept-button:not(:disabled):hover:before{left:100%}.bot-character{animation:bounceInUp 1s ease-out 1.2s both;bottom:-25px;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounceInUp{0%{opacity:0;transform:translateX(-50%) translateY(50px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.bot-face{align-items:center;background:#133153;border-radius:15px 15px 8px 8px;box-shadow:0 5px 15px #5b6bc04d;display:flex;height:40px;justify-content:center;min-width:60px;width:60px}.bot-eyes{color:#f4ffa9;font-family:monospace;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:480px){.disclaimer-content{margin:10px;padding:30px 20px}.disclaimer-title{font-size:24px}.disclaimer-subtitle{font-size:14px}.privacy-item{font-size:13px}.accept-button{font-size:14px;padding:12px 30px}}.privacy-item:hover .checkmark{transform:scale(1.2);transition:transform .2s ease}.main-interface{background:var(--color-bg);background-attachment:fixed;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:auto;min-height:100vh}.main-interface:before{background:var(--color-bg);bottom:0;content:"";left:0;position:fixed;right:0;top:0;z-index:-1}.main-header{align-items:center;background:linear-gradient(135deg,#bada55,#f4ffa9 50%,#bada55);box-shadow:0 2px 10px #426a5a33;color:#133153;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative}.exit-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;color:#133153;cursor:pointer;font-size:14px;padding:.5rem 1rem;transition:all .2s ease}.exit-button:hover{background:#ffffff4d;transform:translateY(-1px)}.main-title{font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 1px 2px #0000001a}.header-spacer{width:80px}.voice-select{background:#fff3;border:1px solid #1331534d;border-radius:8px;color:#133153;cursor:pointer;font-size:12px;padding:.3rem .5rem;transition:background .2s ease}.voice-select option{background:#fff;color:#133153}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 auto;max-width:800px;padding:2rem;width:100%}.welcome-section{margin-bottom:2rem;text-align:center}.avatar{align-items:center;background:linear-gradient(135deg,var(--color-dark-green) 0,var(--color-light-green) 100%);border-radius:50%;box-shadow:0 4px 20px #426a5a4d;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.avatar-emoji{font-size:2rem}.welcome-title{color:#133153;font-size:1.5rem;font-weight:600;line-height:1.4;margin:0 0 .5rem}.welcome-subtitle{color:#7f8c8d;font-size:1rem;line-height:1.5;margin:0}.welcome-subtitle-below{color:#153133;font-size:1rem;line-height:1.5;margin:0}.privacy-notice{align-items:center;background:#426a5a1a;border:1px solid #426a5a33;border-radius:12px;display:flex;gap:.5rem;margin-bottom:2rem;padding:1rem 1.5rem}.privacy-icon{font-size:1.2rem}.privacy-text{color:#4a5568;font-size:.9rem}.input-container,.input-section{position:relative;width:100%}.main-input{background:#fff;border:2px solid #e2e8f0;border-radius:25px;box-shadow:0 2px 10px #0000000d;font-size:1rem;outline:none;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.main-input.focused,.main-input:focus{border-color:var(--color-dark-green);box-shadow:0 4px 20px #426a5a33;transform:translateY(-1px)}.main-input::placeholder{color:#a0aec0}.featured-questions{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 40px #00000026;left:0;margin-top:.5rem;max-height:70vh;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.featured-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;gap:2rem;padding:1rem 1.5rem}.featured-label{border-bottom:2px solid var(--color-dark-green);color:var(--color-dark-green);padding-bottom:2px}.featured-all,.featured-help,.featured-label{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.featured-all,.featured-help{color:#a0aec0;cursor:pointer;transition:color .2s ease}.featured-all:hover,.featured-help:hover{color:var(--color-dark-green)}.questions-list{padding:.5rem 0}.featured-question{border-left:3px solid #0000;color:#4a5568;cursor:pointer;font-size:.9rem;line-height:1.4;padding:.75rem 1.5rem;transition:background-color .15s ease,border-left-color .15s ease,color .15s ease;will-change:background-color,border-left-color,color}.featured-question:hover{background:#f7fafc;border-left-color:var(--color-dark-green);color:#2d3748}.topics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:1rem}.topic-card{align-items:center;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;will-change:background-color,transform,box-shadow}.topic-card:hover{background:#f7fafc;box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.topic-icon{flex-shrink:0;font-size:2rem}.topic-content{flex:1 1}.topic-title{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.25rem}.topic-description{color:#718096;font-size:.85rem;line-height:1.3}.help-content{max-height:60vh;overflow-y:auto;padding:1.5rem}.help-section{margin-bottom:1.5rem}.help-section h3{color:#2d3748;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.help-section p{color:#4a5568;margin:0 0 .5rem}.contact-info,.help-section p{font-size:.9rem;line-height:1.5}.contact-info{background:#f7fafc;border-left:4px solid var(--color-dark-green);border-radius:8px;color:#2d3748;margin-top:.5rem;padding:1rem}.contact-info strong{color:var(--color-dark-green)}@media (max-width:768px){.main-header{padding:1rem}.main-title{font-size:1.25rem}.main-content{padding:1.5rem}.welcome-title{font-size:1.25rem}.welcome-subtitle{font-size:.9rem}.featured-header{gap:1rem}.featured-header,.featured-question{padding:.75rem 1rem}.featured-questions{max-height:60vh}.topics-grid{gap:.75rem;grid-template-columns:1fr}.topic-card,.topics-grid{padding:.75rem}.topic-icon{font-size:1.5rem}.help-content{padding:1rem}}.exit-confirmation-overlay{align-items:center;animation:fadeIn .5s ease-out;background:linear-gradient(135deg,#bada55,#f4ffa9);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.exit-confirmation-container{animation:slideIn .6s ease-out .2s both;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:500px;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;width:90%}.exit-bg-decoration{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%}.exit-circle{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ffa07a);border-radius:50%;opacity:.1;position:absolute}.exit-circle-1{animation-delay:0s;height:120px;right:-60px;top:-60px;width:120px}.exit-circle-2{animation-delay:2s;bottom:-40px;height:80px;left:-40px;width:80px}.exit-circle-3{animation-delay:4s;height:60px;left:-30px;top:50%;width:60px}.exit-content{position:relative;z-index:2}.exit-icon{margin-bottom:1.5rem}.exit-shield{animation:bounce 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:4rem}.exit-title{color:#133153;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}.exit-description{margin-bottom:2rem}.exit-main-text{color:#133153;font-size:1.1rem;line-height:1.6;margin:0 0 1.5rem}.privacy-guarantees{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.guarantee-item{align-items:center;background:#f7fafc;border-left:4px solid #133153;border-radius:12px;display:flex;gap:.75rem;padding:.75rem 1rem;transition:all .3s ease}.guarantee-item:hover{background:#edf2f7;transform:translateX(4px)}.guarantee-icon{font-size:1.2rem}.exit-footer-text{color:#718096;font-size:.95rem;font-style:italic;line-height:1.5;margin:1.5rem 0 0}.exit-actions{display:flex;flex-direction:column;gap:1rem}.exit-confirm-btn{align-items:center;background:linear-gradient(135deg,#153133,#153133);border:none;border-radius:16px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.exit-confirm-btn:hover{box-shadow:0 8px 25px #133153;transform:translateY(-2px)}.exit-confirm-btn:active{transform:translateY(0)}.btn-arrow,.btn-text{transition:transform .3s ease}.exit-confirm-btn:hover .btn-arrow{transform:translateX(4px)}.exit-cancel-btn{background:#0000;border:2px solid #e2e8f0;border-radius:16px;color:#718096;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.exit-cancel-btn:hover{background:#f7fafc;border-color:#cbd5e0;color:#4a5568}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.exit-confirmation-container{margin:1rem;padding:2rem 1.5rem}.exit-title{font-size:1.5rem}.exit-main-text{font-size:1rem}.guarantee-item{padding:.5rem .75rem}.exit-confirm-btn{font-size:1rem;padding:.875rem 1.5rem}}.crisis-popup-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.crisis-popup{animation:slideIn .3s ease;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.crisis-header{background:linear-gradient(135deg,var(--color-yellow),var(--color-red));border-radius:20px 20px 0 0;color:#fff;padding:2rem;text-align:center}.crisis-heart{display:block;font-size:3rem;margin-bottom:1rem}.crisis-header h2{font-size:1.5rem;font-weight:600;margin:0}.crisis-content{color:var(--color-text);line-height:1.6;padding:2rem}.crisis-content p{margin-bottom:1rem}.crisis-suggestions{background:var(--color-off-white);border-left:4px solid var(--color-yellow);border-radius:10px;margin:1.5rem 0;padding:1rem}.crisis-suggestions h3{color:var(--color-dark-green);font-size:1rem;margin:0 0 .5rem}.crisis-suggestions ol{margin:0;padding-left:1.5rem}.crisis-suggestions li{margin-bottom:.5rem}.crisis-resources{margin:1.5rem 0}.crisis-resources h3{color:var(--color-dark-green);font-size:1rem;margin:0 0 1rem}.crisis-resource-item{background:var(--color-light-green);border-radius:8px;color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.5rem;padding:.75rem 1rem}.crisis-buttons{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2rem 2rem}.crisis-button{border:none;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;transition:all .2s ease}.crisis-button.primary{background:var(--color-dark-green);color:#fff}.crisis-button.primary:hover{background:#365a4a;transform:translateY(-1px)}.crisis-button.secondary{background:var(--color-purple);color:#fff}.crisis-button.secondary:hover{background:#7a94a8;transform:translateY(-1px)}.crisis-button.danger{background:var(--color-red);color:#fff}.crisis-button.danger:hover{background:#d85d5a;transform:translateY(-1px)}@media (max-width:768px){.crisis-popup{margin:1rem;max-height:95vh}.crisis-content,.crisis-header{padding:1.5rem}.crisis-buttons{padding:1rem 1.5rem 1.5rem}.crisis-heart{font-size:2.5rem}}body{background:#f4f4f4;font-family:Segoe UI,Roboto,Arial,sans-serif;margin:0}
/*# sourceMappingURL=main.1653cc35.css.map*/