html{font-size:16px}body{margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{height:auto;max-width:100%}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-top:0}.container{padding:0 1rem;width:100%}.text-left{text-align:left}.text-right{text-align:right}@media (min-width:576px){.container{padding:0 1.5rem}html{font-size:17px}}@media (min-width:768px){.container{padding:0 2rem}html{font-size:18px}}@media (min-width:1024px){html{font-size:16px}}@media (max-width:768px){.btn,a[role=button],button{min-height:44px;min-width:44px}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}main{flex:1 1;width:100%}html{scroll-behavior:smooth}a:focus,button:focus{outline:none;position:relative;transform:scale(1.05);transition:all .3s ease}a:focus:after,button:focus:after{border-radius:12px;filter:blur(8px);inset:-4px;opacity:.6}a:focus:after,a:focus:before,button:focus:after,button:focus:before{animation:gradientShift 2s ease-in-out infinite;background:linear-gradient(45deg,#8b5cf6,#a855f7,#ec4899,#f59e0b);background-size:300% 300%;content:"";position:absolute;z-index:-1}a:focus:before,button:focus:before{border-radius:8px;inset:-2px;opacity:.8}.nav-link:focus{background:#8b5cf61a;border-radius:25px;box-shadow:0 0 20px #8b5cf64d;padding:.5rem 1rem;transform:scale(1.02)}.btn:focus,.start-chat-btn:focus{box-shadow:0 0 25px #8b5cf680;filter:brightness(1.1);transform:scale(1.05)}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.text-center{text-align:center}.text-primary{color:#8b5cf6}.bg-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 4px 12px #8b5cf64d;color:#fff}.btn-primary:hover{box-shadow:0 6px 16px #8b5cf666;transform:translateY(-2px)}.btn-secondary{background:#8b5cf61a;border:2px solid #8b5cf633;color:#8b5cf6}.btn-secondary:hover{background:#8b5cf633;transform:translateY(-1px)}.fade-in{animation:fadeIn .6s ease-out}@media (max-width:768px){.container{padding:0 1rem}.btn{font-size:.9rem;padding:.6rem 1.2rem}}.header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 0;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{gap:.5rem}.logo,.logo-link{align-items:center;color:inherit;display:flex;text-decoration:none}.logo-link{gap:.75rem;position:relative}.logo-text{font-size:1.8rem}.logo-container:hover .logo-letter{transform:translateY(-2px)}.logo-underline{height:2px;margin-top:.25rem}.logo-accent{gap:.25rem}.flag-emoji{filter:drop-shadow(0 0 8px rgba(139,92,246,.3));font-size:1.2rem}.logo-sparkles{gap:.15rem}.sparkle{font-size:.7rem}.logo-container:hover .logo-text{filter:drop-shadow(0 0 15px rgba(139,92,246,.4))}.logo-container:before{bottom:-8px;left:-8px;right:-8px;top:-8px}.nav{display:flex;gap:2rem}.nav-link{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#1f2937}.nav-link.admin-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;font-weight:600;padding:8px 12px}.nav-link.admin-link:hover{box-shadow:0 4px 15px #667eea4d;color:#fff;transform:translateY(-2px)}.start-chat-btn{align-items:center;background:#8b5cf6;border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.start-chat-btn:hover{background:#7c3aed}.user-menu{align-items:center;display:flex;gap:15px}.welcome-user{color:#2c3e50;font-size:.9em;font-weight:600}.auth-buttons{align-items:center;display:flex;gap:10px}.auth-btn{border:none;border-radius:20px;cursor:pointer;font-size:.9em;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s ease}.signin-btn{background:#0000;border:2px solid #667eea;color:#667eea}.signin-btn:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.signup-btn{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.signup-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.logout-btn{background:linear-gradient(45deg,#e74c3c,#c0392b);border:none;border-radius:15px;box-shadow:0 2px 8px #e74c3c4d;color:#fff;cursor:pointer;font-size:.85em;font-weight:600;padding:8px 16px;transition:all .3s ease}.logout-btn:hover{box-shadow:0 4px 12px #e74c3c66;transform:translateY(-1px)}.auth-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:450px;overflow-y:auto;padding:40px;position:relative;width:90%}.auth-modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.auth-modal-header h2{color:#2c3e50;font-size:1.8em;font-weight:700;margin:0}.close-modal-btn{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2em;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.close-modal-btn:hover{background:#f0f0f0;color:#666}.auth-tabs{background:#667eea1a;border-radius:25px;display:flex;margin-bottom:30px;padding:4px}.auth-tab{background:#0000;border:none;border-radius:20px;color:#667eea;cursor:pointer;flex:1 1;font-size:1em;font-weight:600;padding:12px 20px;transition:all .3s ease}.auth-tab.active{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.auth-form{width:100%}.form-group{margin-bottom:20px}.form-group label{color:#2c3e50;font-size:.95em}.form-group input{background:#fff;border:2px solid #667eea33;border-radius:25px;box-sizing:border-box;font-size:1em;padding:15px 20px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.auth-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:15px;color:#721c24;font-size:.9em;padding:12px 20px;text-align:center}.auth-error,.google-auth-section{margin-bottom:20px}.google-signin-btn{align-items:center;background:#fff;border:2px solid #dadce0;border-radius:25px;box-shadow:0 2px 8px #0000001a;color:#3c4043;cursor:pointer;display:flex;font-size:1em;font-weight:600;gap:12px;justify-content:center;padding:16px 20px;transition:all .3s ease;width:100%}.google-signin-btn:hover:not(:disabled){background:#f8f9fa;border-color:#c1c7cd;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.google-signin-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.google-icon{flex-shrink:0}.auth-divider{margin:25px 0;position:relative;text-align:center}.auth-divider:before{background:#e0e0e0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#fff;color:#666;font-size:.9em;font-weight:500;padding:0 20px;position:relative;z-index:1}.auth-submit-btn{background:linear-gradient(45deg,#667eea,#764ba2);border:none;border-radius:25px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1em;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.auth-submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.header-container{padding:0 1rem}.nav{display:none}.start-chat-btn{font-size:.875rem;padding:.5rem 1rem}.logo-text{font-size:1.4rem}.flag-emoji{font-size:1rem}.sparkle{font-size:.6rem}.logo-accent{gap:.2rem}.logo-sparkles{gap:.1rem}.logo-container:hover .logo-letter{transform:translateY(-1px)}.logo-container:before{display:none}.auth-modal{margin:20px;padding:30px 20px}.auth-modal-header h2{font-size:1.5em}.auth-buttons{flex-direction:column;gap:8px}.auth-btn{font-size:.85em;padding:8px 16px}.welcome-user{font-size:.8em}.google-signin-btn{font-size:.9em;padding:14px 16px}.google-icon{height:18px;width:18px}.auth-divider{margin:20px 0}}.firebase-error-banner{background:linear-gradient(45deg,#ff6b6b,#ee5a24);box-shadow:0 2px 8px #ff6b6b4d;color:#fff;font-size:.9em;padding:12px 20px;text-align:center}.firebase-error-banner strong{font-weight:700}.auth-btn.disabled,.auth-btn:disabled{cursor:not-allowed;opacity:.5}.auth-btn.disabled,.auth-btn.disabled:hover,.auth-btn:disabled,.auth-btn:disabled:hover{box-shadow:none!important;transform:none!important}.password-reset-success{padding:2rem 1rem;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.password-reset-success h3{color:#4caf50;font-size:1.3rem;margin:1rem 0}.password-reset-success p{color:#666;line-height:1.6;margin:1rem 0}.reset-note{color:#888;font-size:.9rem}.link-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;margin:0 .25rem;padding:0;text-decoration:underline}.link-button:hover{color:#0056b3}.forgot-password-link{margin:1rem 0;text-align:center}.forgot-password-link .link-button{color:#6c757d;font-size:.9rem}.forgot-password-link .link-button:hover{color:#007bff}@media (max-width:1024px){.header-container{padding:0 1rem}.nav{gap:1rem}.nav-link{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:768px){.header{padding:.75rem 0}.header-container{flex-wrap:wrap;gap:1rem}.nav{border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem;order:3;padding-top:1rem;width:100%}.nav-link{background:#f8f9fa;border-radius:20px;color:#374151;font-size:.85rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link.admin-link,.nav-link:hover{background:#667eea;color:#fff}.logo-text{font-size:1.5rem}.welcome-user{font-size:.85rem;text-align:center}.user-menu{flex-direction:column;gap:.5rem;text-align:center}.logout-btn{font-size:.85rem;padding:.5rem 1rem}.auth-modal{margin:1rem}.auth-modal-content{margin:1rem;max-height:90vh;overflow-y:auto}.auth-tabs{flex-wrap:wrap;gap:.25rem}.auth-tab{flex:1 1;font-size:.9rem;min-width:100px}.password-reset-success{padding:1.5rem 1rem}.success-icon{font-size:2.5rem}}@media (max-width:480px){.logo-text{font-size:1.3rem}.nav-link{font-size:.8rem;padding:.4rem .8rem}.auth-tab{padding:.5rem}.auth-tab,.logout-btn,.welcome-user{font-size:.8rem}.logout-btn{padding:.4rem .8rem}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;margin-top:auto;overflow:hidden;position:relative}.footer:before{background:radial-gradient(circle at 20% 20%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#a855f71a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;padding:4rem 2rem 2rem}.brand-section{max-width:350px}.footer-logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem;position:relative}.logo-container{cursor:pointer;position:relative}.logo-text{font-size:2.2rem;font-weight:700;margin:0;overflow:hidden;position:relative}.logo-letter{-webkit-text-fill-color:#0000;animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(45deg,#8b5cf6,#a855f7,#ec4899,#f59e0b);-webkit-background-clip:text;background-clip:text;background-size:300% 300%;display:inline-block;position:relative;transition:all .3s ease}.logo-letter:first-child{animation-delay:0s}.logo-letter:nth-child(2){animation-delay:.1s}.logo-letter:nth-child(3){animation-delay:.2s}.logo-letter:nth-child(4){animation-delay:.3s}.logo-letter:nth-child(5){animation-delay:.4s}.logo-letter:nth-child(6){animation-delay:.5s}.logo-letter:nth-child(7){animation-delay:.6s}.logo-container:hover .logo-letter{animation:letterBounce .6s ease-in-out;transform:translateY(-3px)}.logo-container:hover .logo-letter:first-child{animation-delay:0s}.logo-container:hover .logo-letter:nth-child(2){animation-delay:.1s}.logo-container:hover .logo-letter:nth-child(3){animation-delay:.2s}.logo-container:hover .logo-letter:nth-child(4){animation-delay:.3s}.logo-container:hover .logo-letter:nth-child(5){animation-delay:.4s}.logo-container:hover .logo-letter:nth-child(6){animation-delay:.5s}.logo-container:hover .logo-letter:nth-child(7){animation-delay:.6s}.logo-underline{animation:gradientShift 3s ease-in-out infinite;background:linear-gradient(90deg,#8b5cf6,#a855f7,#ec4899,#f59e0b);background-size:300% 300%;border-radius:2px;height:3px;margin-top:.5rem;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.logo-container:hover .logo-underline{transform:scaleX(1)}.logo-accent{align-items:center;display:flex;gap:.5rem;position:relative}.flag-emoji{animation:flagWave 2s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(139,92,246,.3));font-size:1.8rem}.logo-sparkles{display:flex;gap:.25rem;position:relative}.sparkle{animation:sparkleAnimation 2s ease-in-out infinite;font-size:1rem;opacity:.8}.sparkle:first-child{animation-delay:0s}.sparkle:nth-child(2){animation-delay:.7s}.sparkle:nth-child(3){animation-delay:1.4s}@keyframes gradientShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes letterBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes flagWave{0%,to{transform:rotate(0deg)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}@keyframes sparkleAnimation{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.logo-container:hover .logo-text{filter:drop-shadow(0 0 20px rgba(139,92,246,.5))}.logo-container:before{background:radial-gradient(circle,#8b5cf61a 0,#0000 70%);border-radius:50%;bottom:-10px;content:"";left:-10px;opacity:0;pointer-events:none;position:absolute;right:-10px;top:-10px;transition:opacity .3s ease}.logo-container:hover:before{animation:glowPulse 2s ease-in-out infinite;opacity:1}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.footer-description{color:#d1d5db;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.footer-section h4,.footer-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;position:relative}.footer-title:after{background:linear-gradient(90deg,#8b5cf6,#a855f7);border-radius:1px;bottom:-.5rem;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-link{color:#d1d5db;font-size:.9rem;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#8b5cf6;padding-left:.5rem}.footer-link:focus{background:#8b5cf61a;border-radius:15px;box-shadow:0 0 15px #8b5cf633;color:#8b5cf6;padding:.25rem .75rem;transform:scale(1.02)}.footer-link:before{background:#8b5cf6;content:"";height:2px;left:-.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:width .3s ease;width:0}.footer-link:focus:before,.footer-link:hover:before{width:.25rem}.social-section{max-width:250px}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{align-items:center;display:flex;height:40px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;width:40px}.social-link,.social-link:before{border-radius:50%;transition:all .3s ease}.social-link:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.social-link svg{position:relative;transition:transform .3s ease;z-index:2}.social-link:focus,.social-link:focus svg,.social-link:hover svg{transform:scale(1.1)}.social-link:focus{box-shadow:0 0 20px #8b5cf666}.social-link.facebook{background:#1877f21a;color:#1877f2}.social-link.facebook:hover:before{background:#1877f2}.social-link.facebook:hover{color:#fff}.social-link.twitter{background:#1da1f21a;color:#1da1f2}.social-link.twitter:hover:before{background:#1da1f2}.social-link.twitter:hover{color:#fff}.social-link.linkedin{background:#0077b51a;color:#0077b5}.social-link.linkedin:hover:before{background:#0077b5}.social-link.linkedin:hover{color:#fff}.social-link.instagram{background:#e1306c1a;color:#e1306c}.social-link.instagram:hover:before{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-link.instagram:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding:2rem}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.copyright p{color:#9ca3af;font-size:.85rem;margin:.25rem 0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-link{color:#9ca3af;font-size:.85rem;text-decoration:none;transition:color .3s ease}.footer-bottom-link:hover{color:#8b5cf6}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr}.social-section{grid-column:span 1}.logo-text{font-size:2rem}.flag-emoji{font-size:1.6rem}.footer-content{gap:3rem;grid-template-columns:repeat(2,1fr)}.brand-section{border-bottom:1px solid #ffffff1a;grid-column:1/-1;margin-bottom:1rem;padding-bottom:2rem;text-align:center}.footer-title{font-size:1rem}.footer-link{font-size:.9rem}}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr;padding:3rem 1rem 2rem}.brand-section{border-bottom:1px solid #ffffff1a;grid-column:span 2;margin-bottom:1rem;max-width:100%;padding-bottom:2rem;text-align:center}.footer-description{font-size:.9rem;margin-bottom:1.5rem}.footer-title{font-size:.95rem;margin-bottom:1rem}.footer-links li{margin-bottom:.5rem}.footer-link{font-size:.85rem}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;gap:1rem;justify-content:center}.copyright p{font-size:.85rem;margin-bottom:.5rem}}@media (max-width:480px){.footer-content{gap:2rem;grid-template-columns:1fr;padding:2rem 1rem}.brand-section{grid-column:span 1;padding-bottom:1.5rem;text-align:center}.footer-logo{flex-direction:column;gap:1rem;justify-content:center}.logo-text{font-size:1.6rem}.flag-emoji{font-size:1.3rem}.sparkle{font-size:.7rem}.footer-description{font-size:.85rem;margin-bottom:1rem}.footer-title{font-size:.9rem;margin-bottom:.75rem}.footer-link{font-size:.8rem}.footer-bottom-links{gap:.75rem}.footer-bottom-link{font-size:.75rem}.copyright p{font-size:.8rem}.logo-container:hover .logo-letter{transform:translateY(-2px)}.logo-container:before{display:none}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:8rem 0;position:relative}.hero:before{background:#0000001a;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.hero-content{text-align:left}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:3rem;max-width:500px;opacity:.9}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.cta-button{align-items:center;border-radius:50px;display:inline-flex;font-size:1.1rem;gap:.5rem;justify-content:center;min-width:180px;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(45deg,#8b5cf6,#a855f7);box-shadow:0 4px 15px #8b5cf64d;color:#fff}.cta-button.primary:hover{background:linear-gradient(45deg,#7c3aed,#9333ea);box-shadow:0 6px 20px #8b5cf666;transform:translateY(-2px)}.cta-button.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;color:#fff}.cta-button.secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.cta-button svg{height:20px;width:20px}.hero-visual{align-items:center}.chatbot-illustration,.hero-visual{display:flex;justify-content:center;position:relative}.chatbot-illustration{flex-direction:column;gap:2rem;height:400px;max-width:500px;padding:2rem;width:100%}.chat-bubble{animation:fadeInUp .8s ease;border-radius:20px;max-width:80%;padding:1rem 1.5rem;position:relative}.chat-bubble.user{align-self:flex-end;background:#ffffffe6;border-bottom-right-radius:5px;box-shadow:0 4px 15px #0000001a;color:#333}.chat-bubble.bot{align-self:flex-start;animation-delay:.4s;background:linear-gradient(45deg,#8b5cf6,#a855f7);border-bottom-left-radius:5px;box-shadow:0 4px 15px #8b5cf64d;color:#fff}.chat-bubble p{font-size:1rem;line-height:1.4;margin:0}.chat-bubble.user:after{border-left:10px solid #ffffffe6;right:-10px}.chat-bubble.bot:after,.chat-bubble.user:after{border-bottom:10px solid #0000;border-top:10px solid #0000;bottom:0;content:"";height:0;position:absolute;width:0}.chat-bubble.bot:after{border-right:10px solid #8b5cf6;left:-10px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero:after{animation:float 20s linear infinite;background-image:radial-gradient(circle at 20% 20%,#ffffff1a 1px,#0000 0),radial-gradient(circle at 80% 80%,#ffffff1a 1px,#0000 0),radial-gradient(circle at 40% 40%,#ffffff1a 1px,#0000 0);background-size:50px 50px,80px 80px,60px 60px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes float{0%{transform:translate(0)}50%{transform:translate(-20px,-20px)}to{transform:translate(0)}}@media (max-width:768px){.hero{padding:4rem 0}.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-actions{justify-content:center}.cta-button{font-size:1rem;min-width:150px;padding:.8rem 1.5rem}.chatbot-illustration{height:300px}.chat-bubble{max-width:90%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;gap:1rem}.cta-button{min-width:auto;width:100%}.chatbot-illustration{height:250px;padding:1rem}.chat-bubble{padding:.8rem 1rem}.chat-bubble p{font-size:.9rem}}.dynamic-showcase{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:6rem 0;position:relative}.dynamic-showcase:before{background:radial-gradient(circle at 20% 80%,#8b5cf61a 0,#0000 50%),radial-gradient(circle at 80% 20%,#a855f71a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.showcase-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:1}.showcase-header{margin-bottom:4rem;text-align:center}.showcase-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#8b5cf6,#a855f7);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:1rem}.showcase-header p{color:#6b7280;font-size:1.3rem;margin:0 auto;max-width:600px}.showcase-content{grid-gap:4rem;display:grid;gap:4rem;margin-bottom:4rem}.stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 20px 40px #00000026}.stat-card:before{background:linear-gradient(90deg,#8b5cf6,#a855f7);content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-number{animation:countUp 2s ease-out;color:#8b5cf6;font-weight:800;margin-bottom:.5rem}.stat-label{color:#6b7280;font-size:1rem;margin-bottom:1rem}.stat-icon{font-size:2rem;opacity:.7}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vocabulary-section{background:#fff;border-radius:25px;box-shadow:0 15px 35px #0000001a;overflow:hidden;padding:3rem;position:relative;text-align:center}.vocabulary-section:before{background:linear-gradient(45deg,#8b5cf60d,#a855f70d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.vocabulary-section h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:2rem}.vocab-card{animation:slideIn .5s ease-out;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:20px;color:#fff;margin-bottom:2rem;padding:2rem;transform:scale(1);transition:transform .3s ease}.vocab-card:hover{transform:scale(1.02)}.vocab-kinyarwanda{font-size:2.5rem;font-weight:700;gap:1rem;margin-bottom:1rem}.vocab-kinyarwanda,.vocab-speak-btn{align-items:center;display:flex;justify-content:center}.vocab-speak-btn{background:#fff3;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;height:40px;transition:all .3s ease;width:40px}.vocab-speak-btn:hover{background:#ffffff4d;transform:scale(1.1)}.vocab-english{font-size:1.3rem;margin-bottom:.5rem;opacity:.9}.vocab-pronunciation{font-size:1rem;font-style:italic;opacity:.8}.vocab-indicators{display:flex;gap:.5rem;justify-content:center}.vocab-indicator{background:#e2e8f0;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.vocab-indicator.active{background:#8b5cf6;transform:scale(1.2)}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.chat-demo-section{background:#fff;border-radius:25px;box-shadow:0 15px 35px #0000001a;overflow:hidden;padding:3rem;position:relative}.chat-demo-section:before{background:linear-gradient(45deg,#8b5cf608,#a855f708);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.chat-demo-section h3{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.demo-chat{background:#f8fafc;border-radius:20px;margin:0 auto 2rem;max-width:600px;padding:2rem}.demo-message{animation:messageSlide .5s ease-out;margin-bottom:1.5rem}.demo-message.user{display:flex;justify-content:flex-end}.demo-message.bot{align-items:flex-start;display:flex;flex-direction:column}.message-bubble{align-items:center;border-radius:20px;display:flex;gap:.5rem;max-width:80%;padding:1rem 1.5rem}.demo-message.user .message-bubble{background:linear-gradient(135deg,#8b5cf6,#a855f7);border-bottom-right-radius:8px;color:#fff}.demo-message.bot .message-bubble{background:#fff;border:2px solid #e2e8f0;border-bottom-left-radius:8px;box-shadow:0 2px 8px #0000001a;color:#333}.demo-speak-btn{align-items:center;background:#8b5cf61a;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:.9rem;height:30px;justify-content:center;transition:all .3s ease;width:30px}.demo-speak-btn:hover{background:#8b5cf633;transform:scale(1.1)}.pronunciation-guide{color:#6b46c1;font-size:.9rem;font-style:italic;margin-left:1rem;margin-top:.5rem}.demo-indicators{display:flex;gap:.5rem;justify-content:center}.demo-indicator{background:#e2e8f0;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.demo-indicator.active{background:#8b5cf6;transform:scale(1.2)}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.interactive-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-highlight{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-highlight:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.feature-highlight:before{background:linear-gradient(45deg,#8b5cf60d,#a855f70d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.feature-highlight:hover:before{opacity:1}.feature-icon{animation:bounce 2s infinite;font-size:3rem}.feature-highlight h4{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-highlight p{color:#6b7280;line-height:1.6}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.dynamic-showcase{padding:4rem 0}.showcase-container{padding:0 1rem}.showcase-header h2{font-size:2.5rem}.showcase-header p{font-size:1.1rem}.stats-section{gap:1.5rem;grid-template-columns:1fr}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.chat-demo-section,.vocabulary-section{padding:2rem}.vocab-kinyarwanda{font-size:2rem}.interactive-features{grid-template-columns:1fr}.demo-chat{padding:1rem}.message-bubble{max-width:90%}}@media (max-width:480px){.showcase-header h2{font-size:2rem}.vocab-kinyarwanda{flex-direction:column;font-size:1.8rem;gap:.5rem}.vocab-speak-btn{height:35px;width:35px}.feature-highlight{padding:1.5rem}}.features{background:#f9fafb;padding:5rem 0}.features-container{margin:0 auto;max-width:1200px;padding:0 2rem;text-align:center}.section-title{color:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-description{color:#6b7280;font-size:1.25rem;line-height:1.6;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px}.features-grid{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000001a;padding:2rem;transition:transform .2s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{align-items:center;border-radius:50%;box-shadow:0 4px 6px #0000001a;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.chat-icon{background:linear-gradient(135deg,#10b981,#059669)}.translation-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.quiz-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.text-to-speech-icon{background:linear-gradient(135deg,#06b6d4,#0891b2)}.dashboard-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.text-generation-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.icon-letter{color:#fff;font-size:2.5rem;font-weight:800}.icon-emoji{font-size:2.2rem}.speaker-icon{height:40px;position:relative;width:40px}.speaker-body{background:#fff;border-radius:3px 0 0 3px;height:15px;left:0;width:20px}.speaker-body,.speaker-cone{position:absolute;top:50%;transform:translateY(-50%)}.speaker-cone{border-bottom:12px solid #0000;border-left:15px solid #fff;border-top:12px solid #0000;height:0;left:18px;width:0}.sound-waves{position:absolute;right:0;top:50%;transform:translateY(-50%)}.wave{border:2px solid #fff;border-bottom:#0000;border-left:#0000;border-radius:50%;position:absolute}.wave1{height:8px;right:0;top:-4px;width:8px}.wave2{height:12px;right:-2px;top:-6px;width:12px}.wave3{height:16px;right:-4px;top:-8px;width:16px}.feature-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#6b7280;font-size:1rem;line-height:1.6}@media (max-width:1024px){.features-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}.feature-card{padding:1.75rem}.feature-icon{height:70px;width:70px}.icon-emoji{font-size:2rem}.feature-title{font-size:1.3rem}.feature-description{font-size:.95rem}}@media (max-width:768px){.features{padding:4rem 0}.features-container{padding:0 1rem}.features-grid{gap:2rem;grid-template-columns:1fr}.section-title{font-size:2rem;margin-bottom:.75rem}.section-description{font-size:1.125rem;margin-bottom:3rem}.feature-card{border-radius:16px;padding:1.5rem}.feature-icon{height:70px;margin-bottom:1rem;width:70px}.icon-emoji{font-size:2rem}.feature-title{font-size:1.25rem;margin-bottom:.75rem}.feature-description{font-size:.95rem;line-height:1.6}}@media (max-width:480px){.features{padding:3rem 0}.features-container{padding:0 .75rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem;margin-bottom:2.5rem}.feature-card{border-radius:12px;padding:1.25rem}.feature-icon{height:60px;width:60px}.icon-emoji{font-size:1.75rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}}.modern-chat-container{background:#f0f2f5;display:flex;flex-direction:column;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh;overflow:hidden}.modern-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 1px 3px #0000001a;color:#fff;flex-shrink:0;justify-content:space-between;min-height:60px;padding:12px 20px}.header-left,.modern-header{align-items:center;display:flex}.header-left{gap:16px}.brand{align-items:center;display:flex;font-size:1.2em;font-weight:600;gap:8px}.brand-icon{font-size:1.4em}.brand-name{font-weight:700;letter-spacing:.5px}.status-indicator{align-items:center;display:flex;font-size:.85em;gap:6px;opacity:.9}.status-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}.status-dot.offline{animation:none;background:#ef4444}.header-right{display:flex;gap:8px}.sidebar-toggle,.toolbar-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9em;padding:8px 12px;transition:all .2s ease}.sidebar-toggle:hover,.toolbar-toggle:hover{background:#ffffff4d;transform:translateY(-1px)}.chat-body{background:#e5ddd5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");display:flex;flex:1 1;min-height:0}.messages-container{display:flex;flex:1 1;flex-direction:column;position:relative}.messages-area{flex:1 1;overflow-y:auto;padding:20px 60px;scroll-behavior:smooth}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:#0000}.messages-area::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.message{animation:messageSlideIn .3s ease-out;display:flex;margin-bottom:8px}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.message-bubble{word-wrap:break-word;border-radius:18px;box-shadow:0 1px 2px #0000001a;max-width:70%;padding:12px 16px;position:relative}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.user .message-bubble:after{border:8px solid;border-color:#0000 #0000 #764ba2;border-right:0;bottom:0;content:"";height:0;position:absolute;right:-8px;transform:rotate(45deg);width:0}.message.bot .message-bubble{background:#fff;border-bottom-left-radius:4px;color:#303030}.message.bot .message-bubble:after{border:8px solid;border-color:#0000 #0000 #fff;border-left:0;bottom:0;content:"";height:0;left:-8px;position:absolute;transform:rotate(-45deg);width:0}.message.bot .message-bubble.welcome{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 12px #22c55e4d;color:#fff}.message.bot .message-bubble.welcome:after{border-bottom-color:#16a34a}.message-text{font-size:.95em;line-height:1.4;margin-bottom:4px;white-space:pre-line}.message-time{font-size:.7em;margin-top:4px;opacity:.7;text-align:right}.message.user .message-time{color:#fffc}.message.bot .message-time{color:#0009}.message-bubble.loading{padding:16px 20px}.typing-indicator{align-items:center;display:flex;gap:4px;justify-content:center}.typing-indicator span{animation:typing 1.4s ease-in-out infinite both;background:#667eea;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:-.32s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.audio-controls{background:#0000000d;border-radius:8px;margin-top:8px;padding:8px 12px}.audio-play-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:.8em;font-weight:500;padding:6px 12px;transition:all .2s ease}.audio-play-btn:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.pronunciation-info{color:#666;font-size:.7em;font-style:italic;margin-top:4px}.message-meta{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.category,.confidence,.difficulty{border-radius:8px;font-size:.6em;font-weight:500;padding:2px 6px;text-transform:uppercase}.category{background:#dbeafe;color:#1d4ed8}.difficulty{background:#fce7f3;color:#be185d}.confidence{background:#dcfce7;color:#166534}.learning-tools-panel{background:#fff;border-radius:12px;box-shadow:0 8px 25px #00000026;padding:16px;position:absolute;right:20px;top:20px;width:280px;z-index:100}.tools-header{align-items:center;color:#374151;display:flex;font-weight:600;justify-content:space-between;margin-bottom:12px}.tools-header button{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:1em}.tools-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.tool-btn{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-size:.8em;gap:4px;padding:12px 8px;transition:all .2s ease}.tool-btn:hover{background:#f3f4f6;border-color:#667eea;transform:translateY(-1px)}.tool-icon{font-size:1.2em}.suggestions-sidebar{background:#fff;border-left:1px solid #e5e7eb;box-shadow:-2px 0 8px #0000000d;display:flex;flex-direction:column;flex-shrink:0;width:300px}.sidebar-header{border-bottom:1px solid #f3f4f6;padding:20px}.sidebar-header h3{color:#374151;font-size:1.1em;font-weight:600;margin:0 0 4px}.sidebar-header p{color:#6b7280;font-size:.85em;margin:0}.suggestions-list{flex:1 1;overflow-y:auto;padding:16px}.suggestion-btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:block;font-size:.85em;line-height:1.3;margin-bottom:8px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.suggestion-btn:hover:not(:disabled){background:#f9fafb;border-color:#667eea;transform:translateY(-1px)}.suggestion-btn:disabled{cursor:not-allowed;opacity:.5}.input-bar{background:#f0f2f5;border-top:1px solid #e5e7eb;flex-shrink:0;padding:16px 20px}.connection-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.85em;margin-bottom:12px;padding:8px 16px;text-align:center}.input-container{align-items:flex-end;display:flex;gap:12px;margin:0 auto;max-width:1000px}.message-input{background:#fff;border:1px solid #d1d5db;border-radius:24px;flex:1 1;font-family:inherit;font-size:.95em;line-height:1.4;max-height:120px;min-height:20px;outline:none;padding:12px 16px;resize:none;transition:all .2s ease}.message-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.message-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.message-input::placeholder{color:#9ca3af}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:24px;box-shadow:0 2px 4px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1.1em;height:48px;justify-content:center;min-width:48px;padding:12px 18px;transition:all .2s ease}.send-button:hover:not(:disabled){box-shadow:0 4px 8px #667eea66;transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.auth-required{align-items:center;display:flex;height:100vh;justify-content:center;padding:40px}.auth-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:500px;padding:60px 40px;text-align:center;width:100%}.auth-icon{font-size:4em;margin-bottom:20px}.auth-content h2{color:#374151;font-size:2.2em;font-weight:700;margin:0 0 16px}.auth-content p{color:#6b7280;font-size:1.1em;line-height:1.5;margin:0 0 32px}.auth-features{display:flex;flex-direction:column;gap:16px;text-align:left}.feature{align-items:center;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;display:flex;gap:12px;padding:16px}.feature-icon{font-size:1.5em}@media (max-width:1024px){.suggestions-sidebar{width:250px}.messages-area{padding:20px 40px}.learning-tools-panel{right:12px;top:12px;width:280px}.message-bubble{max-width:85%}.sidebar{width:300px}}@media (max-width:768px){.modern-chat-container{height:100vh;height:100dvh}.chat-body{flex-direction:column;min-height:calc(100vh - 60px);min-height:calc(100dvh - 60px)}.suggestions-sidebar{border-left:none;border-top:1px solid #e5e7eb;box-shadow:0 -2px 8px #0000000d;height:120px;width:100%}.sidebar-header{padding:12px 16px}.suggestions-list{display:flex;flex-direction:row;gap:8px;overflow-x:auto;padding:8px 16px}.suggestion-btn{flex-shrink:0;font-size:.8em;margin-bottom:0;min-height:36px;min-width:120px;padding:10px 12px}.messages-area{flex:1 1;overflow-y:auto;padding:16px 20px}.message-bubble{font-size:.9em;margin-bottom:8px;max-width:90%}.message-timestamp{font-size:.7em}.learning-tools-panel{left:10px;max-height:60vh;overflow-y:auto;position:fixed;right:10px;top:60px;width:auto;z-index:900}.tools-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.input-container{gap:8px}.chat-input,.message-input{font-size:.9em;min-height:40px;padding:10px 14px}.send-button{min-height:44px;min-width:44px;padding:10px 14px}.chat-input-area,.input-bar{background:#fff;border-top:1px solid #e5ddd5;padding:12px 16px}.audio-controls{flex-wrap:wrap;gap:8px;justify-content:center}.audio-btn{font-size:.8em;min-height:36px;padding:8px 12px}}@media (max-width:480px){.modern-header{min-height:52px;padding:8px 12px}.brand{font-size:.9em}.brand-name{font-size:.85em}.status-indicator{display:none}.sidebar-toggle,.toolbar-toggle{font-size:.75em;min-height:32px;min-width:32px;padding:6px 8px}.messages-area{padding:12px 16px}.message-bubble{font-size:.85em;margin-bottom:6px;max-width:95%;padding:8px 12px}.message-timestamp{font-size:.65em}.learning-tools-panel{left:8px;right:8px;top:52px;width:auto}.tools-grid{gap:6px;grid-template-columns:1fr}.suggestion-btn{font-size:.75em;min-height:32px;min-width:100px;padding:8px 10px}.input-container{flex-direction:column;gap:8px}.chat-input,.message-input{font-size:.85em;min-height:36px;padding:8px 12px}.send-button{border-radius:12px;font-size:.8em;min-height:40px;padding:10px;width:100%}.chat-input-area,.input-bar{padding:10px 12px}.audio-btn{font-size:.75em;min-height:32px;padding:6px 10px}.auth-content{border-radius:12px;margin:16px;padding:30px 20px}.auth-content h2{font-size:1.5em}.auth-content p{font-size:.9em;line-height:1.6}}.native-words-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #00000026;left:20px;max-height:70vh;overflow-y:auto;position:absolute;right:20px;top:70px;z-index:1000}.dropdown-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.dropdown-header h3{font-size:1.1em;font-weight:600;margin:0}.close-dropdown{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.2em;font-weight:700;padding:4px 8px;transition:background .2s ease}.close-dropdown:hover{background:#ffffff4d}.dropdown-content{max-height:50vh;overflow-y:auto;padding:20px}.word-category{margin-bottom:20px}.word-category:last-child{margin-bottom:0}.category-header{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;color:#4a5568;font-size:.9em;font-weight:600;margin:0 0 12px;padding:8px 12px;text-transform:capitalize}.words-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.word-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.85em;font-weight:500;gap:6px;padding:10px 14px;text-align:left;transition:all .2s ease}.word-button:hover{background:linear-gradient(135deg,#5a67d8,#6b5b95);box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.word-button:active{transform:translateY(0)}.native-words-toggle{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2em;margin-right:8px;padding:8px 12px;transition:all .2s ease}.native-words-toggle:hover{box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}.native-words-toggle:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.native-words-dropdown{left:10px;max-height:60vh;right:10px;top:60px}.dropdown-header{padding:12px 16px}.dropdown-header h3{font-size:1em}.dropdown-content{padding:16px}.words-grid{gap:6px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.word-button{font-size:.8em;padding:8px 10px}.category-header{font-size:.85em;padding:6px 10px}}.chat-page{background:#f0f2f5;height:100vh;margin:0;overflow:hidden;padding:0;width:100vw}.chat-page>*{height:100%;width:100%}.modern-translate-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.translate-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #00000014;box-shadow:0 2px 20px #00000014;padding:1rem 0;position:sticky;top:0;z-index:100}.navbar-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.navbar-content,.navbar-title{align-items:center;display:flex}.navbar-title{color:#1a202c;font-size:1.5rem;font-weight:600;gap:.5rem;margin:0}.translate-icon{font-size:1.8rem}.navbar-actions{align-items:center;display:flex;gap:.75rem}.language-swap-btn{align-items:center;background:#4285f4;border:none;border-radius:50%;box-shadow:0 2px 8px #4285f44d;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;padding:.75rem;transition:all .2s ease;width:44px}.language-swap-btn:hover{background:#3367d6;box-shadow:0 4px 12px #4285f466;transform:translateY(-1px)}.swap-icon{font-size:1.2rem;font-weight:700}.clear-all-btn{background:#f8f9fa;border:1px solid #dadce0;border-radius:8px;color:#5f6368;cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.clear-all-btn:hover:not(:disabled){background:#f1f3f4;border-color:#c4c7c5}.clear-all-btn:disabled{cursor:not-allowed;opacity:.5}.translate-main{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.language-headers{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin-bottom:1.5rem}.language-header{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;gap:.5rem;padding:.75rem 1rem}.flag-icon{font-size:1.4rem}.language-name{color:#1a202c;font-size:1rem;font-weight:600}.language-divider{background:linear-gradient(180deg,#0000,#dadce0,#0000);border-radius:1px;height:40px;width:2px}.translation-columns{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.input-column,.output-column{position:relative}.text-area-container{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .2s ease}.text-area-container:hover{box-shadow:0 6px 25px #0000001f}.modern-textarea{background:#0000;border:none;font-family:inherit;font-size:1rem;line-height:1.6;max-height:400px;min-height:200px;outline:none;padding:1.5rem;resize:vertical;width:100%}.input-textarea{color:#1a202c}.input-textarea::placeholder{color:#9ca3af;font-style:italic}.output-textarea{align-items:flex-start;background:#f8f9fa;color:#1a202c;display:flex;justify-content:flex-start;min-height:200px;padding:1.5rem}.textarea-footer{align-items:center;background:#f8f9fa;border-top:1px solid #0000000f;display:flex;justify-content:space-between;padding:.75rem 1.5rem}.char-count{color:#5f6368;font-size:.8rem}.clear-input-btn,.copy-btn-modern{background:none;border:none;border-radius:4px;color:#5f6368;cursor:pointer;font-size:.9rem;padding:.25rem;transition:all .2s ease}.clear-input-btn:hover,.copy-btn-modern:hover{background:#e8eaed;color:#1a202c}.loading-container{align-items:center;color:#5f6368;display:flex;flex-direction:column;height:100%;justify-content:center}.loading-dots{display:flex;gap:4px;margin-bottom:1rem}.loading-dots span{animation:loading-bounce 1.4s ease-in-out infinite both;background:#4285f4;border-radius:50%;height:8px;width:8px}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loading-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.placeholder-content{align-items:center;color:#9ca3af;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}.placeholder-icon{font-size:2.5rem;margin-bottom:.5rem;opacity:.6}.translated-content{color:#1a202c;font-size:1rem;line-height:1.6;white-space:pre-wrap}.translate-button-container{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.translate-fab{align-items:center;background:linear-gradient(135deg,#4285f4,#1a73e8);border:none;border-radius:50%;box-shadow:0 6px 20px #4285f466;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:64px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:64px}.translate-fab:hover:not(:disabled){box-shadow:0 8px 25px #4285f480;transform:translateY(-3px) scale(1.05)}.translate-fab:active{transform:translateY(-1px) scale(1.02)}.translate-fab:disabled{background:#dadce0;box-shadow:0 2px 8px #0000001a;color:#9aa0a6;cursor:not-allowed;transform:none}.fab-icon{transition:transform .2s ease}.translate-fab:not(:disabled):hover .fab-icon{transform:translateX(2px)}.fab-loading{animation:fab-rotate 1s linear infinite}@keyframes fab-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.translate-hint{color:#5f6368;font-size:.8rem;text-align:center}.error-banner{align-items:center;animation:error-slide-in .3s ease-out;background:#fef7f0;border:1px solid #f9c5b0;border-radius:12px;color:#d93025;display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem 1.5rem}@keyframes error-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-close{background:none;border:none;border-radius:4px;color:#d93025;cursor:pointer;margin-left:auto;padding:.25rem}.error-close:hover{background:#d930251a}.quick-samples-section{margin:0 auto 3rem;max-width:1200px;padding:0 1.5rem}.samples-title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-align:center}.samples-scroll{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth}.samples-scroll::-webkit-scrollbar{height:6px}.samples-scroll::-webkit-scrollbar-track{background:#f1f3f4;border-radius:3px}.samples-scroll::-webkit-scrollbar-thumb{background:#dadce0;border-radius:3px}.sample-card{align-items:center;background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 2px 8px #0000000f;cursor:pointer;display:flex;flex-shrink:0;gap:.75rem;min-width:240px;padding:1rem;transition:all .2s ease}.sample-card:hover:not(:disabled){border-color:#4285f4;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.sample-card:disabled{cursor:not-allowed;opacity:.5}.sample-icon{flex-shrink:0;font-size:1.5rem}.sample-content{flex:1 1;text-align:left}.sample-text{color:#1a202c;font-size:.9rem;line-height:1.4;margin-bottom:.25rem}.sample-category{color:#5f6368;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.history-section{margin:0 auto;max-width:1200px;padding:0 1.5rem 3rem}.history-title{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.history-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.history-card{background:#fff;border:1px solid #0000000f;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:1rem;transition:all .2s ease}.history-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.history-direction{color:#5f6368;font-size:.8rem;font-weight:500;margin-bottom:.5rem}.history-text{margin-bottom:.75rem}.history-original{color:#1a202c;font-size:.9rem;line-height:1.4;margin-bottom:.25rem}.history-translated{color:#4285f4;font-size:.9rem;font-weight:500;line-height:1.4}.history-time{color:#9aa0a6;font-size:.75rem;text-align:right}.auth-required-modern{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;display:flex;flex-direction:column;justify-content:center;margin:3rem auto;max-width:400px;min-height:70vh;padding:3rem 2rem;text-align:center}.auth-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.auth-required-modern h2{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.auth-required-modern p{color:#5f6368;font-size:1rem;line-height:1.5}@media (max-width:768px){.navbar-content{padding:0 1rem}.navbar-title{font-size:1.2rem}.translate-main{padding:1.5rem 1rem}.language-headers{gap:.75rem;grid-template-columns:1fr}.language-divider{display:none}.translation-columns{gap:1rem;grid-template-columns:1fr}.modern-textarea{min-height:150px;padding:1rem}.textarea-footer{padding:.5rem 1rem}.translate-fab{font-size:1.3rem;height:56px;width:56px}.samples-scroll{padding:.5rem 0}.sample-card{min-width:200px;padding:.75rem}.history-grid{grid-template-columns:1fr}.history-section,.quick-samples-section{padding:0 1rem 2rem}}@media (max-width:480px){.navbar-title{font-size:1rem}.navbar-actions{gap:.5rem}.language-swap-btn{height:40px;padding:.5rem;width:40px}.clear-all-btn{font-size:.8rem;padding:.5rem .75rem}.modern-textarea{font-size:.9rem;padding:.75rem}.sample-card{min-width:180px;padding:.5rem}.sample-text{font-size:.8rem}.sample-category{font-size:.7rem}.auth-required-modern{margin:2rem 1rem;padding:2rem 1.5rem}.auth-icon{font-size:3rem}}.modern-translate-page *{transition:all .2s ease}.clear-all-btn:focus,.clear-input-btn:focus,.copy-btn-modern:focus,.language-swap-btn:focus,.sample-card:focus,.translate-fab:focus{box-shadow:0 0 0 3px #4285f44d;outline:none}.modern-textarea:focus{outline:none}.text-area-container:focus-within{border-color:#4285f4;box-shadow:0 6px 25px #4285f426}.quiz-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.quiz-container{margin:0 auto;max-width:900px;padding:0 1rem;position:relative}.auth-required{border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:3rem}.auth-required h2{color:#667eea}.quiz-setup{animation:fadeIn .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem}.quiz-header{margin-bottom:2rem;text-align:center}.quiz-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.quiz-header p{color:#666;font-size:1.1rem}.quiz-config{margin:0 auto;max-width:600px}.config-section{margin-bottom:2rem}.config-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.category-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;text-align:center;transition:all .3s ease}.category-btn:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-2px)}.category-btn.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.difficulty-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.difficulty-btn{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;transition:all .3s ease}.difficulty-btn:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-2px)}.difficulty-btn.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.questions-selector{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.questions-slider{-webkit-appearance:none;background:#e9ecef;border-radius:3px;flex:1 1;height:6px;outline:none}.questions-slider::-webkit-slider-thumb{-webkit-appearance:none;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;width:20px}.questions-slider::-moz-range-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;width:20px}.questions-count{color:#667eea;font-weight:600;min-width:120px;text-align:right}.time-estimate{color:#666;font-size:.9rem;margin:0}.start-quiz-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.start-quiz-btn:hover:not(:disabled){box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.start-quiz-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.quiz-taking{animation:fadeIn .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem}.quiz-progress{margin-bottom:2rem}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.question-counter{font-size:1.1rem}.question-counter,.timer{color:#333;font-weight:600}.timer{background:#f8f9fa;border:2px solid #e9ecef;border-radius:20px;padding:.5rem 1rem}.timer.warning{animation:pulse 1s infinite;background:#fff5f5;border-color:#fecaca;color:#dc3545}.progress-bar{border-radius:4px;height:8px}.progress-fill{background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.question-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:2rem}.question-content,.question-text{margin-bottom:2rem}.question-text{color:#333;font-size:1.4rem;font-weight:600;line-height:1.5}.answer-options{display:flex;flex-direction:column;gap:1rem}.answer-option{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;gap:1rem;padding:1rem 1.5rem;text-align:left;transition:all .3s ease}.answer-option:hover{background:#667eea0d;border-color:#667eea;transform:translateX(4px)}.answer-option.selected{background:#667eea1a;border-color:#667eea;box-shadow:0 2px 8px #667eea33}.option-letter{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:32px;justify-content:center;width:32px}.answer-option.selected .option-letter{background:#5a67d8}.option-text{flex:1 1;line-height:1.4}.question-navigation{align-items:center;display:flex;justify-content:space-between;margin-top:2rem}.nav-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.nav-btn:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.nav-btn:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.question-dots{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.question-dot{background:#d1d5db;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.question-dot.current{background:#667eea;transform:scale(1.2)}.question-dot.answered{background:#10b981}.question-dot.unanswered{background:#d1d5db}.quiz-results{animation:fadeIn .6s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem}.results-header{margin-bottom:2rem;text-align:center}.results-header h1{color:#333;font-size:2rem;margin-bottom:1rem}.score-circle{align-items:center;background:#fff;border:6px solid #10b981;border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:120px;justify-content:center;margin:0 auto;width:120px}.score-percentage{color:#333;font-size:1.5rem;font-weight:700}.score-fraction{color:#666;font-size:.9rem}.results-summary{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.summary-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.summary-card h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.performance-text{color:#666;line-height:1.5;margin-bottom:1rem}.performance-badge{background:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase}.quiz-stats{display:flex;flex-direction:column;gap:.5rem}.stat{align-items:center;display:flex;justify-content:space-between}.stat-label{color:#666;font-weight:500}.stat-value{color:#333;font-weight:600;text-transform:capitalize}.results-details{margin-bottom:2rem}.results-details h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.results-list{background:#f8f9fa;display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.result-item,.results-list{border-radius:8px;padding:1rem}.result-item{background:#fff;border-left:4px solid #10b981;box-shadow:0 2px 4px #0000001a}.result-item.incorrect{border-left-color:#ef4444}.result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.question-number{background:#667eea;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.result-icon.correct{color:#10b981;font-size:1.2rem}.result-icon.incorrect{color:#ef4444;font-size:1.2rem}.result-question{color:#333;font-weight:600}.result-answers,.result-question{margin-bottom:.5rem}.answer-line{font-size:.9rem;margin-bottom:.25rem}.answer-line .correct{color:#10b981;font-weight:600}.answer-line .incorrect{color:#ef4444;font-weight:600}.explanation{background:#667eea1a;border-left:3px solid #667eea;border-radius:4px;color:#333;font-size:.9rem;padding:.75rem}.results-actions{display:flex;gap:1rem;justify-content:center}.action-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.retake-btn{background:linear-gradient(135deg,#667eea,#764ba2)}.new-quiz-btn{background:#10b981}.action-btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.error-message{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:.5rem;margin-top:1rem;padding:1rem}.error-icon{font-size:1.2rem}.loading-overlay{align-items:center;background:#ffffffe6;border-radius:12px;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.loading-spinner{border:4px solid #e9ecef;border-left-color:#667eea;height:40px;margin-bottom:1rem;width:40px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:768px){.quiz-page{padding:1rem 0}.quiz-container{padding:0 .5rem}.quiz-results,.quiz-setup,.quiz-taking{padding:1.5rem}.quiz-header h1{font-size:2rem}.category-grid{grid-template-columns:1fr}.difficulty-grid{grid-template-columns:1fr 1fr}.results-summary{grid-template-columns:1fr}.question-navigation{flex-direction:column;gap:1rem}.question-dots{order:-1}.nav-btn{width:100%}.results-actions{flex-direction:column}.action-btn{width:100%}}@media (max-width:480px){.quiz-header h1{font-size:1.7rem}.question-text{font-size:1.2rem}.answer-option{padding:.75rem 1rem}.score-circle{height:100px;width:100px}.score-percentage{font-size:1.2rem}.difficulty-grid{grid-template-columns:1fr}}.admin-dashboard{background-color:#f8f9fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:20px}.dashboard-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.dashboard-header h1{font-size:2.5rem;font-weight:700;margin:0}.dashboard-header p{font-size:1.1rem;margin:5px 0 0;opacity:.9}.refresh-button{background:#fff3;border:2px solid #ffffff4d;border-radius:8px;padding:10px 20px}.refresh-button:hover{background:#ffffff4d}.dashboard-tabs{border-bottom:2px solid #e9ecef;display:flex;gap:5px;margin-bottom:30px;overflow-x:auto}.tab-button{border-bottom:3px solid #0000;color:#6c757d;font-size:1rem;font-weight:600;padding:15px 25px;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background-color:#f8f9fa;color:#495057}.tab-button.active{background-color:#fff;border-bottom-color:#667eea;color:#667eea}.dashboard-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:30px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stat-card{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#fff;padding:25px;text-align:center;transition:transform .3s ease}.stat-card h3{font-size:1.1rem;margin:0 0 15px;opacity:.9}.stat-number{font-size:2.5rem;margin-bottom:5px}.stat-label{opacity:.8}.feature-usage-section{margin-bottom:40px}.feature-usage-section h3{color:#495057;font-size:1.5rem;margin-bottom:20px}.feature-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:20px;text-align:center}.feature-card h4{color:#495057;font-size:1rem;margin:0 0 15px}.feature-number{color:#667eea;font-size:1.8rem;font-weight:700}.engagement-section h3{color:#495057;font-size:1.5rem;margin-bottom:20px}.engagement-stats{grid-gap:15px;display:grid;gap:15px}.engagement-item{align-items:center;background:#f8f9fa;border-left:4px solid #28a745;border-radius:8px;display:flex;justify-content:space-between;padding:15px}.engagement-item .label{color:#495057;font-weight:600}.engagement-item .value{color:#28a745;font-size:1.2rem;font-weight:700}.users-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.users-header h3{color:#495057;font-size:1.5rem;margin:0}.users-count{background:#667eea;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:8px 16px}.users-table-container{border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.users-table{background:#fff;border-collapse:collapse;width:100%}.users-table th{background:#667eea;color:#fff;font-size:.9rem;font-weight:600;padding:15px 12px;position:sticky;text-align:left;top:0}.users-table td{border-bottom:1px solid #e9ecef;font-size:.9rem;padding:12px}.users-table tr:hover{background-color:#f8f9fa}.user-email{color:#495057;font-weight:600}.last-active{color:#6c757d;font-size:.85rem}.system-health-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.health-card{border:2px solid #e9ecef;border-radius:12px;padding:25px;text-align:center;transition:all .3s ease}.health-card.healthy{background:linear-gradient(135deg,#4facfe,#00f2fe);border-color:#00f2fe;color:#fff}.health-card.warning{background:linear-gradient(135deg,#fa709a,#fee140);border-color:#fee140;color:#fff}.health-card h4{font-size:1.2rem;margin:0 0 15px}.health-status{font-size:1.1rem;font-weight:600}.activities-list{max-height:600px;overflow-y:auto}.activity-item{align-items:flex-start;border-bottom:1px solid #e9ecef;transition:background-color .3s ease}.activity-item:hover{background-color:#f8f9fa}.activity-icon{background:#f8f9fa;height:40px;width:40px}.activity-details{flex:1 1}.activity-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:5px}.activity-user{color:#495057;font-weight:600}.activity-type{background:#667eea;border-radius:12px;color:#fff;font-size:.8rem;padding:2px 8px}.activity-time{color:#6c757d}.activity-metadata{display:flex;flex-wrap:wrap;gap:10px}.metadata-item{background:#f8f9fa;border-radius:4px;color:#6c757d;font-size:.8rem;padding:2px 6px}.no-activities{color:#6c757d;padding:40px;text-align:center}.access-denied,.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{border:4px solid #f3f3f3}.retry-button{background:#667eea;border-radius:8px;transition:background-color .3s ease}.retry-button:hover{background:#5a67d8}.access-denied h2{color:#dc3545;margin-bottom:15px}.access-denied p{color:#6c757d;font-size:1.1rem}@media (max-width:768px){.admin-dashboard{padding:15px}.dashboard-header{flex-direction:column;gap:15px;padding:20px;text-align:center}.dashboard-header h1{font-size:2rem}.stats-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.users-table{font-size:.8rem}.users-table td,.users-table th{padding:8px 6px}.activity-header{align-items:flex-start;flex-direction:column;gap:5px}.dashboard-content{padding:20px}}@media (max-width:480px){.dashboard-tabs{flex-direction:column}.tab-button{border-bottom:none;border-left:3px solid #0000;text-align:left}.tab-button.active{border-bottom-color:#0000;border-left-color:#667eea}}.learner-dashboard{background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.dashboard-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;color:#333;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;padding:30px}.welcome-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:2.2rem;font-weight:700;margin:0}.welcome-section p{color:#666;font-size:1.1rem;margin:8px 0 0}.refresh-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.refresh-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.dashboard-content{display:flex;flex-direction:column;gap:30px}.overview-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.overview-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{align-items:center;border-radius:16px;cursor:pointer;display:flex;gap:15px;padding:20px;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card.total-interactions{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.stat-card.quiz-attempts{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.stat-card.avg-score{background:linear-gradient(135deg,#43e97b,#38f9d7);color:#fff}.stat-card.learning-streak{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff}.stat-icon{font-size:2.5rem;opacity:.9}.stat-number{font-size:2.2rem;font-weight:700;margin-bottom:4px}.stat-label{font-size:.9rem;opacity:.9}.progress-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.progress-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.progress-grid{grid-gap:20px;display:grid;gap:20px}.progress-card{background:#f8f9fa;border-left:5px solid #667eea;border-radius:16px;padding:25px}.progress-card h3{color:#333;font-size:1.2rem;margin:0 0 15px}.progress-bar{background:#e9ecef;border-radius:6px;height:12px;margin-bottom:10px;overflow:hidden}.progress-fill{border-radius:6px;height:100%;transition:width .8s ease}.progress-fill.chat{background:linear-gradient(90deg,#667eea,#764ba2)}.progress-fill.translation{background:linear-gradient(90deg,#4facfe,#00f2fe)}.progress-fill.pronunciation{background:linear-gradient(90deg,#43e97b,#38f9d7)}.progress-text{color:#666;font-size:.9rem;font-weight:500}.quiz-scores-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.quiz-scores-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.quiz-chart{align-items:end;background:#f8f9fa;border-radius:12px;display:flex;gap:15px;height:200px;justify-content:center;padding:20px}.quiz-score-bar{align-items:center;display:flex;flex-direction:column;gap:10px;min-width:40px}.score-fill{border-radius:4px 4px 0 0;min-height:10px;transition:height .8s ease;width:30px}.score-label{color:#666;font-size:.8rem;font-weight:600}.achievements-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.achievements-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.achievements-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.achievement-card{align-items:center;border-radius:16px;display:flex;gap:15px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.achievement-card.unlocked{background:linear-gradient(135deg,#43e97b,#38f9d7);box-shadow:0 8px 25px #43e97b4d;color:#fff;transform:scale(1.02)}.achievement-card.locked{background:#f1f3f4;color:#666;opacity:.7}.achievement-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:2.5rem}.achievement-info h4{font-size:1.1rem;font-weight:600;margin:0 0 5px}.achievement-info p{font-size:.9rem;margin:0;opacity:.9}.achievement-badge{align-items:center;background:#ffffff4d;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.recommendations-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.recommendations-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.recommendations-list{grid-gap:15px;display:grid;gap:15px}.recommendation-card{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;display:flex;gap:15px;padding:20px}.recommendation-icon{font-size:1.8rem}.recommendation-card p{font-size:1rem;font-weight:500;margin:0}.activities-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.activities-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.activities-timeline{display:flex;flex-direction:column;gap:12px}.activity-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:12px;gap:15px;padding:15px}.activity-icon,.activity-item{align-items:center;display:flex}.activity-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:1.5rem;height:45px;justify-content:center;width:45px}.activity-type{color:#333;font-weight:600;margin-bottom:2px;text-transform:capitalize}.activity-time{color:#666;font-size:.85rem}.quick-actions-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:30px}.quick-actions-section h2{color:#333;font-size:1.8rem;margin:0 0 25px;text-align:center}.quick-actions-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-card{align-items:center;border-radius:16px;color:#fff;display:flex;flex-direction:column;font-weight:500;padding:30px 20px;text-align:center;text-decoration:none;transition:all .3s ease}.action-card:hover{color:#fff;text-decoration:none;transform:translateY(-5px)}.chat-action{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 25px #667eea4d}.quiz-action{background:linear-gradient(135deg,#4facfe,#00f2fe);box-shadow:0 8px 25px #4facfe4d}.translate-action{background:linear-gradient(135deg,#43e97b,#38f9d7);box-shadow:0 8px 25px #43e97b4d}.action-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:3rem;margin-bottom:15px}.action-card h3{font-size:1.3rem;font-weight:600;margin:0 0 10px}.action-card p{font-size:.95rem;margin:0;opacity:.9}.auth-required,.error-container,.loading-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0000001a;color:#333;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #667eea4d;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:20px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;margin-top:15px;padding:12px 24px;transition:all .3s ease}.retry-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}@media (max-width:768px){.learner-dashboard{padding:15px}.dashboard-header{flex-direction:column;gap:15px;padding:20px;text-align:center}.welcome-section h1{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.stat-card{justify-content:center;text-align:center}.achievements-grid,.quick-actions-grid{grid-template-columns:1fr}.quiz-chart{gap:10px}.quiz-score-bar{min-width:30px}.score-fill{width:25px}}@media (max-width:480px){.achievements-section,.activities-section,.overview-section,.progress-card,.progress-section,.quick-actions-section,.quiz-scores-section,.recommendations-section{padding:20px}.action-card{padding:25px 15px}.action-icon{font-size:2.5rem}}.about-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.about-container{margin:0 auto;max-width:1200px;padding:2rem}.about-hero{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:20px;color:#fff;margin-bottom:3rem;padding:4rem 0;text-align:center}.about-hero h1{font-size:3rem;font-weight:800;letter-spacing:-.025em;margin-bottom:1rem}.about-subtitle{font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000000d;padding:2.5rem}.about-section h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.about-section p{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.feature-item{background:#f8fafc;border-radius:12px;padding:1.5rem;text-align:center;transition:transform .2s ease}.feature-item:hover{transform:translateY(-5px)}.feature-icon{display:block;font-size:2.5rem;margin-bottom:1rem}.feature-item h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-item p{color:#6b7280;font-size:.95rem;margin:0}.steps-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.step{position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;box-shadow:0 4px 15px #8b5cf64d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.step h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.step p{color:#6b7280;font-size:.95rem;margin:0}.tech-list{list-style:none;margin-top:1.5rem;padding:0}.tech-list li{color:#4b5563;font-size:1.125rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.tech-list li:before{color:#10b981;content:"✓";font-weight:600;left:0;position:absolute}.cta-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:20px;text-align:center}.cta-section h2{color:#0c4a6e;margin-bottom:1rem}.cta-section p{color:#0369a1;margin-bottom:2rem}.cta-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:12px;box-shadow:0 4px 15px #8b5cf64d;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.cta-button:hover{box-shadow:0 8px 25px #8b5cf666;transform:translateY(-2px)}@media (max-width:768px){.about-container{padding:1rem}.about-hero{padding:2rem 1rem}.about-hero h1{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.about-section{padding:1.5rem}.about-section h2{font-size:1.5rem}.features-grid,.steps-container{grid-template-columns:1fr}.contact-content{flex-direction:column}.contact-form-container,.contact-info{margin-bottom:2rem}.contact-methods{grid-template-columns:1fr}.founder-contact{padding:1rem}.founder-contact p{font-size:1rem}}.contact-section{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.contact-content{display:flex;gap:3rem;margin-top:2rem}.contact-info{flex:1 1}.contact-methods{grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.contact-method{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a;gap:1rem;padding:1.5rem;transition:transform .2s ease}.contact-method:hover{transform:translateY(-2px)}.contact-icon{flex-shrink:0;font-size:2rem}.contact-details h3{color:#1f2937;font-size:1.1rem;margin:0 0 .25rem}.contact-details p{color:#6b7280;font-size:.95rem;margin:0}.faq-section{margin-top:2rem}.faq-section h3{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.faq-item{background:#fff;border-left:4px solid #8b5cf6;border-radius:8px;margin-bottom:1rem;padding:1rem}.faq-item strong{color:#1f2937;display:block;margin-bottom:.5rem}.faq-item p{color:#6b7280;line-height:1.5}.contact-form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2rem}.contact-form-container h3{color:#1f2937;font-size:1.3rem;margin:0 0 1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;font-family:inherit;padding:.75rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.submit-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:8px;font-size:1rem;padding:.875rem 2rem;transition:all .2s ease}.submit-button:hover{box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.founder-contact{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-left:4px solid #8b5cf6;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.founder-contact p{color:#374151;font-size:1.1rem;margin:0}.founder-contact a{color:#8b5cf6;font-weight:600;text-decoration:none;transition:color .3s ease}.founder-contact a:hover{color:#7c3aed;text-decoration:underline}.settings-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding:2rem 0}.settings-container{margin:0 auto;max-width:1200px;padding:0 2rem}.settings-header{margin-bottom:3rem;text-align:center}.settings-header h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.settings-header p{color:#6b7280;font-size:1.1rem}.settings-content{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:flex;gap:2rem;overflow:hidden}.settings-sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;padding:2rem 0;width:280px}.settings-tabs{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.tab-button{align-items:center;background:none;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:.75rem;padding:1rem 1.5rem;text-align:left;transition:all .2s ease}.tab-button:hover{background:#e5e7eb;color:#374151}.tab-button.active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 4px #8b5cf633;color:#fff}.tab-icon{font-size:1.2rem}.settings-main{flex:1 1;padding:2rem}.settings-section{max-width:800px}.settings-section h2{color:#1f2937;font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.settings-section>p{color:#6b7280;line-height:1.6;margin-bottom:2rem}.account-info{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.info-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.info-item:last-child{border-bottom:none}.info-item label{color:#374151;font-weight:500}.info-value{color:#6b7280;font-weight:500}.account-actions{display:flex;flex-wrap:wrap;gap:1rem}.settings-group{display:flex;flex-direction:column;gap:1.5rem}.setting-item{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem}.setting-info{flex:1 1}.setting-info h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.setting-info p{color:#6b7280;font-size:.9rem;line-height:1.4;margin:0}.toggle{display:inline-block;flex-shrink:0;height:24px;position:relative;width:50px}.toggle input{height:0;opacity:0;width:0}.slider{background-color:#cbd5e1;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#8b5cf6}input:checked+.slider:before{transform:translateX(26px)}.setting-select{background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:.9rem;padding:.5rem .75rem;transition:border-color .2s ease}.setting-select:focus{border-color:#8b5cf6;outline:none}.action-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.action-button:hover{box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.action-button.secondary{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.action-button.secondary:hover{background:#e5e7eb;box-shadow:0 2px 4px #0000001a}.action-button.danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-button.danger:hover{box-shadow:0 4px 12px #ef44444d}.action-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.data-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.data-section h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.data-section p{color:#6b7280;line-height:1.5;margin-bottom:1rem}.danger-zone{background:#fef2f2;border:2px solid #fecaca}.danger-zone h3{color:#dc2626}.danger-actions{display:flex;flex-direction:column;gap:1rem}.danger-item{align-items:center;display:flex;gap:2rem;justify-content:space-between}.danger-info h4{color:#dc2626;font-size:1rem;font-weight:600;margin-bottom:.25rem}.danger-info p{color:#7f1d1d;font-size:.9rem;margin:0}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:500px;padding:2rem;width:100%}.modal-content h3{color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.modal-content p{color:#374151;line-height:1.6;margin-bottom:1rem}.modal-content ul{color:#6b7280;margin:1rem 0;padding-left:1.5rem}.modal-content li{margin-bottom:.5rem}.confirm-section{margin:1.5rem 0}.confirm-section label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.confirm-section input{border:2px solid #e5e7eb;border-radius:6px;font-size:1rem;padding:.75rem;width:100%}.confirm-section input:focus{border-color:#dc2626;outline:none}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.auth-required{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.auth-required h2{color:#1f2937;margin-bottom:1rem}.auth-required p{color:#6b7280}@media (max-width:1024px){.settings-content{flex-direction:column}.settings-sidebar{padding:1rem 0;width:100%}.settings-tabs{flex-direction:row;gap:.5rem;overflow-x:auto;padding:0 1rem}.tab-button{min-width:fit-content;white-space:nowrap}}@media (max-width:768px){.settings-container{padding:0 1rem}.settings-main{padding:1.5rem}.danger-item,.setting-item{align-items:flex-start;flex-direction:column;gap:1rem}.account-actions{flex-direction:column}.action-button{text-align:center;width:100%}.modal-overlay{padding:1rem}.modal-content{padding:1.5rem}.modal-actions{flex-direction:column}}@media (max-width:480px){.settings-header h1{font-size:2rem}.settings-tabs{flex-direction:column}.tab-button{justify-content:center}}.help-center-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.help-container{margin:0 auto;max-width:1200px}.help-header{color:#fff;margin-bottom:50px;text-align:center}.help-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.help-header p{font-size:1.2rem;opacity:.9}.help-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.help-section{margin-bottom:50px}.help-section:last-child{margin-bottom:0}.help-section h2{color:#333;font-size:2rem;margin-bottom:30px;text-align:center}.help-cards{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.help-card{background:#f8f9ff;border-left:4px solid #667eea;border-radius:15px;padding:25px;transition:transform .3s ease,box-shadow .3s ease}.help-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.help-card h3{color:#333;font-size:1.3rem;margin-bottom:15px}.help-card p{color:#666;line-height:1.6}.help-faq{space-y:20px}.faq-item{background:#f8f9ff;border-left:3px solid #667eea;padding:20px}.faq-item h4{color:#333;font-size:1.1rem;margin-bottom:10px}.faq-item p{color:#666;line-height:1.6;margin:0}.contact-info{text-align:center}.contact-info p{color:#666;font-size:1.1rem;margin-bottom:30px}.contact-methods{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-method{border:2px solid #e0e6ff;border-radius:15px;padding:25px}.contact-method h4{color:#333;font-size:1.2rem;margin-bottom:10px}.contact-method p{color:#666;line-height:1.6;margin:0}@media (max-width:768px){.help-header h1{font-size:2.5rem}.help-content{padding:25px}.contact-methods,.help-cards{grid-template-columns:1fr}}.faq-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.faq-container{margin:0 auto;max-width:800px}.faq-header{color:#fff;margin-bottom:50px;text-align:center}.faq-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.faq-header p{font-size:1.2rem;opacity:.9}.faq-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.faq-list{margin-bottom:40px}.faq-item{border:1px solid #e0e6ff;border-radius:10px;margin-bottom:15px;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 5px 15px #0000001a}.faq-item.active{border-color:#667eea;box-shadow:0 5px 15px #667eea33}.faq-question{align-items:center;background:#f8f9ff;border:none;color:#333;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:20px;text-align:left;transition:background-color .3s ease;width:100%}.faq-question:hover{background:#eef2ff}.faq-item.active .faq-question{background:#667eea;color:#fff}.faq-icon{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{background:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{border-top:1px solid #e0e6ff;max-height:200px;padding:20px}.faq-answer p{color:#666;line-height:1.6;margin:0}.faq-footer{border-top:1px solid #e0e6ff;padding-top:30px;text-align:center}.still-questions h3{color:#333;font-size:1.5rem;margin-bottom:10px}.still-questions p{color:#666;margin-bottom:25px}.contact-options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.contact-btn{background:#667eea;border-radius:25px;color:#fff;display:inline-block;font-weight:600;padding:12px 25px;text-decoration:none;transition:all .3s ease}.contact-btn:hover{background:#5a6fd8;box-shadow:0 5px 15px #667eea4d;color:#fff;text-decoration:none;transform:translateY(-2px)}@media (max-width:768px){.faq-header h1{font-size:2.5rem}.faq-content{padding:25px}.faq-question{font-size:1rem;padding:15px}.faq-item.active .faq-answer{padding:15px}.contact-options{align-items:center;flex-direction:column}.contact-btn{width:200px}}.privacy-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.privacy-container{margin:0 auto;max-width:1000px}.privacy-header{color:#fff;margin-bottom:50px;text-align:center}.privacy-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.privacy-header p{font-size:1.2rem;margin-bottom:20px;opacity:.9}.privacy-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.privacy-section{border-bottom:1px solid #e0e6ff;margin-bottom:50px;padding-bottom:30px}.privacy-section:last-child{border-bottom:none;margin-bottom:0}.privacy-section h2{color:#333;font-size:1.8rem;margin-bottom:25px}.rights-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.right-item{background:#f8f9ff;border-left:4px solid #667eea}.info-types{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-type{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.info-type h3{color:#333;font-size:1.3rem;margin-bottom:15px}.info-type ul{margin:0;padding-left:20px}.info-type li{color:#666;line-height:1.6;margin-bottom:8px}.usage-list{space-y:20px}.usage-item{background:#f8f9ff;border-left:4px solid #667eea;border-radius:12px;margin-bottom:20px;padding:20px}.usage-item h3{color:#333;font-size:1.2rem;margin-bottom:10px}.usage-item p{color:#666;line-height:1.6;margin:0}.protection-measures{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.measure{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:20px;text-align:center}.measure h3{color:#333;font-size:1.1rem;margin-bottom:10px}.measure p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.sharing-policy{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.sharing-item{border-radius:12px;padding:25px}.no-sharing{background:#fff5f5;border:2px solid #fed7d7}.limited-sharing{background:#fffaf0;border:2px solid #fbd38d}.sharing-item h3{color:#333;font-size:1.2rem;margin-bottom:15px}.sharing-item ul{margin:0;padding-left:20px}.sharing-item li{color:#666;line-height:1.6;margin-bottom:8px}.cookies-info{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.cookies-info p{color:#666;line-height:1.6;margin-bottom:15px}.cookies-info ul{margin:15px 0;padding-left:20px}.cookies-info li{color:#666;line-height:1.6;margin-bottom:8px}.children-policy{background:#f0f8ff;border:2px solid #bee3f8;border-radius:12px;padding:25px}.children-policy p{color:#666;font-size:1.05rem;line-height:1.6;margin:0}.contact-privacy{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.contact-privacy p{color:#666;line-height:1.6;margin-bottom:20px}.updates-policy{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.updates-policy p{color:#666;font-size:1.05rem;line-height:1.6;margin:0}@media (max-width:768px){.privacy-header h1{font-size:2.5rem}.privacy-content{padding:25px}.info-types,.protection-measures,.rights-grid,.sharing-policy{grid-template-columns:1fr}.privacy-section h2{font-size:1.5rem}}.terms-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.terms-container{margin:0 auto;max-width:1000px}.terms-header{color:#fff;margin-bottom:50px;text-align:center}.terms-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.terms-header p{font-size:1.2rem;margin-bottom:20px;opacity:.9}.last-updated{background:#fff3;border-radius:20px;display:inline-block;padding:10px 20px}.last-updated span{font-size:.9rem;font-weight:500}.terms-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.terms-section{border-bottom:1px solid #e0e6ff;margin-bottom:50px;padding-bottom:30px}.terms-section:last-child{border-bottom:none;margin-bottom:0}.terms-section h2{color:#333;font-size:1.8rem;margin-bottom:25px}.overview-content p{background:#f8f9ff;border-left:4px solid #667eea;border-radius:12px;color:#666;font-size:1.1rem;line-height:1.6;padding:20px}.rights-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.right-item{background:#f0f8ff;border:2px solid #bee3f8;border-radius:12px;padding:20px}.right-item h3{color:#333;font-size:1.2rem;margin-bottom:10px}.right-item p{color:#666;line-height:1.6;margin:0}.responsibilities-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.responsibility-item{background:#fff8f0;border:2px solid #fbd38d;border-radius:12px;padding:20px}.responsibility-item h3{color:#333;font-size:1.2rem;margin-bottom:10px}.responsibility-item p{color:#666;line-height:1.6;margin:0}.service-commitments{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.commitment-item{background:#f0fff4;border:2px solid #9ae6b4;border-radius:12px;padding:20px}.commitment-item h3{color:#333;font-size:1.2rem;margin-bottom:10px}.commitment-item p{color:#666;line-height:1.6;margin:0}.limitations-content{space-y:20px}.limitation-item{background:#fffaf0;border-left:4px solid #fbd38d;border-radius:12px;margin-bottom:20px;padding:20px}.limitation-item h3{color:#333;font-size:1.2rem;margin-bottom:10px}.limitation-item p{color:#666;line-height:1.6;margin:0}.liability-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.liability-item{background:#fef5e7;border:2px solid #f6e05e;border-radius:12px;padding:25px}.liability-item h3{color:#333;font-size:1.2rem;margin-bottom:15px}.liability-item p{color:#666;line-height:1.6;margin:0}.prohibited-list{display:block}.prohibited-item{background:#fff5f5;border:2px solid #fed7d7;border-radius:12px;padding:25px}.prohibited-item h3{color:#333;font-size:1.2rem;margin-bottom:15px}.prohibited-item ul{margin:0;padding-left:20px}.prohibited-item li{color:#666;line-height:1.6;margin-bottom:8px}.changes-policy{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.changes-policy p{color:#666;font-size:1.05rem;line-height:1.6;margin:0}.law-content{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.law-content p{color:#666;font-size:1.05rem;line-height:1.6;margin:0}.contact-terms{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:25px}.contact-terms p{color:#666;line-height:1.6;margin-bottom:20px}.contact-details p{color:#333;font-size:1.05rem;margin-bottom:10px}.final-note{background:#f0fff4;border:2px solid #9ae6b4;border-radius:12px;padding:25px;text-align:center}.final-note p{color:#666;font-size:1.1rem;font-style:italic;line-height:1.6;margin:0}@media (max-width:768px){.terms-header h1{font-size:2.5rem}.terms-content{padding:25px}.liability-grid,.responsibilities-list,.rights-list,.service-commitments{grid-template-columns:1fr}.terms-section h2{font-size:1.5rem}}.feedback-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.feedback-container{margin:0 auto;max-width:900px}.feedback-header{color:#fff;margin-bottom:50px;text-align:center}.feedback-header h1{font-size:3rem;font-weight:700;margin-bottom:15px}.feedback-header p{font-size:1.2rem;opacity:.9}.feedback-content{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:40px}.feedback-intro{margin-bottom:40px}.intro-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.intro-card{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.intro-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.card-icon{font-size:2rem;margin-bottom:10px}.intro-card h3{color:#333;font-size:1.2rem;margin-bottom:10px}.intro-card p{color:#666;font-size:.95rem;line-height:1.6;margin:0}.feedback-form{margin-bottom:40px}.form-group{margin-bottom:25px}.form-group label{color:#333;display:block;font-size:1.1rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e6ff;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 15px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-group small{color:#666;display:block;font-size:.9rem;margin-top:5px}.rating-options{display:flex;flex-direction:column;gap:10px}.rating-option{align-items:center;border:2px solid #e0e6ff;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:all .3s ease}.rating-option:hover{background:#f8f9ff;border-color:#667eea}.rating-option input[type=radio]{margin:0;width:auto}.rating-option input[type=radio]:checked+.rating-star{color:#fbbf24}.rating-star{color:#d1d5db;font-size:1.2rem;transition:color .3s ease}.rating-text{color:#666;font-weight:500}.submit-button{background:#667eea;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px;transition:all .3s ease;width:100%}.submit-button:hover{background:#5a6fd8;box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.feedback-footer{border-top:1px solid #e0e6ff;padding-top:30px}.alternative-contact h3{color:#333;margin-bottom:20px;text-align:center}.contact-methods{grid-gap:15px;display:grid;gap:15px}.contact-method{align-items:center;background:#f8f9ff;border:1px solid #e0e6ff;border-radius:8px;display:flex;justify-content:space-between;padding:15px}.contact-method strong{color:#333}.contact-method span{color:#666}.contact-method a{color:#667eea;font-weight:500;text-decoration:none}.contact-method a:hover{text-decoration:underline}.success-message{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;padding:60px 40px;text-align:center}.success-icon{font-size:4rem;margin-bottom:20px}.success-message h2{color:#333;font-size:2rem;margin-bottom:15px}.success-message p{color:#666;font-size:1.1rem;line-height:1.6}@media (max-width:768px){.feedback-header h1{font-size:2.5rem}.feedback-content{padding:25px}.intro-cards{grid-template-columns:1fr}.rating-options{gap:8px}.rating-option{padding:8px}.contact-method{align-items:flex-start;flex-direction:column;gap:5px}}
/*# sourceMappingURL=main.2b45484f.css.map*/