@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:#f4f4f4}.container{max-width:800px;margin:0 auto}.header{background-color:#000;color:#fff;padding:10px 20px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.header-left{display:flex;flex-direction:column}.header-left h1{margin:0;font-size:24px}.subtitle{font-family:Inter,sans-serif;font-style:italic;font-size:16px;color:#ccc}.header-right{display:flex;align-items:center}.header-right select{margin-right:15px;padding:5px}.header-right a{color:#fff;text-decoration:none;margin-left:10px;cursor:pointer}.no-decor{color:#fff;text-decoration:none}@media (max-width: 600px){.header{flex-direction:column;align-items:flex-start}.header-right{margin-top:10px;width:100%;justify-content:space-between}.header-right select,.header-right a{margin:0}}.section{background-color:#fff;padding:1em;margin-top:1em}table{width:100%;border-collapse:collapse;margin-bottom:20px}th,td{padding:10px;text-align:left;border-bottom:1px solid #ddd}th{background-color:#f4f4f4}#astro-chart h2,h3,h4{text-align:center}#astro-chart .chart{text-align:center;margin-bottom:1em}#astro-chart .chart img{max-width:100%;height:auto}#astro-chart .planet-positions{text-align:center}#astro-chart .planet-positions ul{list-style-type:none}#astro-chart .planet-positions li{margin-bottom:.5em}.horoscope-list{list-style:none;padding:0}.horoscope-item{margin-bottom:20px}.horoscope-text{margin:0;line-height:1.6;overflow:hidden}.zodiac-symbol{float:left;font-size:40px;color:#444;margin-right:15px;line-height:1.2;margin-bottom:-4px;min-width:40px;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant:normal;font-weight:400;font-family:Segoe UI Symbol,"Apple Color Emoji","Noto Color Emoji",Symbola,Arial Unicode MS,DejaVu Sans,Lucida Sans Unicode,GNU Unifont,sans-serif}.sign-name{font-weight:700;color:#333}#register{max-width:600px;margin:1em auto 0;background-color:#fff;padding:1em 1em 12em}#register h2{text-align:center;margin-bottom:1em}form{display:flex;flex-direction:column;align-items:center}.form-group{width:100%;max-width:500px;margin-bottom:1em}label{display:block;margin-bottom:.5em;font-weight:700}input[type=text],input[type=email],input[type=date],input[type=time],select{width:100%;padding:.5em;border:1px solid #ccc;border-radius:4px;font-size:1em}.autocomplete-container{position:relative;width:100%}.suggestions{position:absolute;top:100%;left:0;right:0;border:1px solid #ccc;border-top:none;background-color:#fff;max-height:200px;overflow-y:auto;z-index:1000;display:none}.suggestions div{padding:.5em;cursor:pointer}.suggestions div:hover{background-color:#f0f0f0}button{background-color:#333;color:#fff;padding:.75em 1.5em;border:none;border-radius:4px;font-size:16px;cursor:pointer;margin-top:10px;width:100%;max-width:500px}button:hover{background-color:#555}.error{color:#ff4500;margin-bottom:.5em;font-weight:700}.success{color:green;font-weight:700}.center-txt{text-align:center}#button-link{display:inline-block;background-color:#333;color:#fff;padding:.75em 1.5em;text-decoration:none;border-radius:4px;text-align:center;width:100%;max-width:500px}#button-link:hover{background-color:#555}#site-footer{padding-top:4em;padding-bottom:2em;background:linear-gradient(to bottom,#fff,#fafafa);color:#888;font-size:.8em;text-align:center;border-top:1px solid #f0f0f0;margin-top:20px}#site-footer p{margin:.5em 0;line-height:1.6}#site-footer p:first-of-type{font-weight:700;color:#666}#site-footer a{color:#888;text-decoration:none}#site-footer a:hover{color:#444;text-decoration:underline}#register-link{padding:1em;margin-top:1em}@media (max-width: 600px){.container{padding:0 .5em}#register button{width:100%}}@media (max-width: 480px){.zodiac-symbol{font-size:36px;margin-right:10px;min-width:36px;line-height:1.25;margin-bottom:0}.horoscope-text{font-size:.95em}}.landing-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e8eaf6,#f3e5f5);overflow-x:hidden}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.stars-background{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(2px 2px at 20% 30%,rgba(107,91,149,.3),transparent),radial-gradient(2px 2px at 60% 70%,rgba(107,91,149,.3),transparent),radial-gradient(1px 1px at 50% 50%,rgba(107,91,149,.3),transparent),radial-gradient(1px 1px at 80% 10%,rgba(107,91,149,.3),transparent),radial-gradient(2px 2px at 90% 60%,rgba(107,91,149,.3),transparent),radial-gradient(1px 1px at 33% 80%,rgba(107,91,149,.3),transparent);background-size:200% 200%;animation:twinkle 8s ease-in-out infinite;pointer-events:none}@keyframes twinkle{0%,to{opacity:.5}50%{opacity:1}}.hero-text{text-align:left}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#2d2d2d}.gradient-text{background:linear-gradient(135deg,#6b5b95,#8e7cc3,#b8a4d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:1.25rem;line-height:1.8;color:#5a5a5a;margin-bottom:2.5rem;max-width:500px}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6b5b95,#8e7cc3);border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #6b5b954d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b5b9566;background:linear-gradient(135deg,#7c6ca5,#9f8dd3)}.cta-button:active{transform:translateY(0)}.cta-icon{font-size:1.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero-visual{display:flex;justify-content:center;align-items:center}.astro-illustration{width:100%;max-width:400px;height:auto;filter:drop-shadow(0 10px 30px rgba(107,91,149,.2));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features-section{padding:5rem 1rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#2d2d2d;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fafafa;padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #6b5b9526;border-color:#e8d5ff;background:#fff}.feature-icon{font-size:3rem;margin-bottom:1.25rem;display:inline-block;animation:bounce 2s ease-in-out infinite}.feature-card:nth-child(1) .feature-icon{animation-delay:0s}.feature-card:nth-child(2) .feature-icon{animation-delay:.3s}.feature-card:nth-child(3) .feature-icon{animation-delay:.6s}.feature-card:nth-child(4) .feature-icon{animation-delay:.9s}.feature-card:nth-child(5) .feature-icon{animation-delay:1.2s}.feature-card:nth-child(6) .feature-icon{animation-delay:1.5s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-title{font-size:1.5rem;font-weight:600;color:#2d2d2d;margin-bottom:1rem}.feature-description{font-size:1rem;line-height:1.7;color:#666}.cta-section{padding:5rem 1rem;background:linear-gradient(135deg,#6b5b95,#8e7cc3);text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-text{font-size:1.25rem;line-height:1.7;color:#ffffffe6;margin-bottom:2.5rem}.cta-button-large{padding:1.25rem 3rem;font-size:1.25rem;background:#fff;color:#6b5b95;box-shadow:0 4px 20px #0003}.cta-button-large:hover{background:#f8f9fa;color:#6b5b95;box-shadow:0 6px 30px #0000004d}.landing-footer{padding:2rem 1rem;text-align:center;background:#f8f9fa;color:#5a5a5a;font-size:.95rem}.landing-footer a{color:inherit;text-decoration:none}.card-page,.register-page,.login-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e8eaf6,#f3e5f5);padding:2rem 1rem;display:flex;justify-content:center}.login-container{max-width:900px;width:100%;background:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 10px 40px #6b5b9526;display:flex;flex-direction:column;min-height:80vh}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#2d2d2d}.login-subtitle{font-size:1rem;color:#666;line-height:1.6}.login-content{margin-bottom:2rem}.login-visual{display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.login-illustration{width:200px;height:200px;animation:rotateGlow 20s linear infinite}@keyframes rotateGlow{0%{transform:rotate(0);filter:drop-shadow(0 0 10px rgba(107,91,149,.3))}50%{filter:drop-shadow(0 0 20px rgba(107,91,149,.5))}to{transform:rotate(360deg);filter:drop-shadow(0 0 10px rgba(107,91,149,.3))}}.login-form{width:100%}.login-form .form-group{margin-bottom:1.5rem}.login-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d2d2d;font-size:.95rem}.login-form input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fafafa}.login-form input:focus{outline:none;border-color:#6b5b95;background:#fff;box-shadow:0 0 0 3px #6b5b951a}.btn-login{width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;box-shadow:0 4px 15px #6b5b954d;margin-top:.5rem}.btn-login:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b5b9566;background:linear-gradient(135deg,#7c6ca5,#9f8dd3)}.btn-login:active{transform:translateY(0)}.btn-login .btn-icon{font-size:1.25rem}.card-page-footer,.register-prompt{text-align:center;padding-top:2rem;padding-bottom:2rem;margin-top:auto;border-top:1px solid #e0e0e0}.card-page-footer p,.register-prompt p{font-size:.95rem;color:#666}.card-page-footer-link,.register-link{color:#6b5b95;font-weight:600;text-decoration:none;transition:all .3s ease}.card-page-footer-link:hover,.register-link:hover{color:#8e7cc3;text-decoration:underline}.register-container{max-width:900px;width:100%;background:#fff;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 10px 40px #6b5b9526;display:flex;flex-direction:column;min-height:80vh}.register-header{text-align:center;margin-bottom:2.5rem}.register-header h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#2d2d2d}.register-subtitle{font-size:1.125rem;color:#666;line-height:1.6}.step-indicator{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;padding:0 1rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto;position:relative}.step-number{width:48px;height:48px;border-radius:50%;background:#e0e0e0;color:#999;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;transition:all .3s ease}.step.active .step-number{background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;box-shadow:0 4px 15px #6b5b954d}.step.completed .step-number{background:#4caf50;color:#fff}.step-label{font-size:.875rem;font-weight:500;color:#999;transition:all .3s ease}.step.active .step-label{color:#6b5b95;font-weight:600}.step.completed .step-label{color:#4caf50}.step-line{flex:1;height:2px;background:#e0e0e0;margin:0 .5rem 2rem}.step-content{margin-bottom:2rem;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:1.75rem;font-weight:600;color:#2d2d2d;margin-bottom:.75rem;text-align:center}.step-description{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem;line-height:1.6}.language-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.language-card{position:relative;padding:1.25rem 1rem;background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:70px}.language-card:hover{border-color:#b8a4d9;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6b5b951a}.language-card.selected{border-color:#6b5b95;background:linear-gradient(135deg,#6b5b950d,#b8a4d90d);box-shadow:0 4px 15px #6b5b9533}.language-name{font-size:1.125rem;font-weight:500;color:#2d2d2d;text-align:center}.check-icon{position:relative;top:auto;right:auto;width:24px;height:24px;background:#6b5b95;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}@media (min-width: 769px){.language-card .check-icon{position:absolute;top:8px;right:8px}}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.full-width-field{margin-bottom:1.5rem;width:100%}.full-width-field .form-group{margin-bottom:0;width:100%;max-width:none}.full-width-field .autocomplete-container,.full-width-field input{width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d2d2d;font-size:.95rem}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fafafa}.form-group input:focus{outline:none;border-color:#6b5b95;background:#fff;box-shadow:0 0 0 3px #6b5b951a}.form-group small{display:block;margin-top:.5rem;font-size:.875rem;color:#666}.email-input{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0;margin:0}to{opacity:1;max-height:200px;margin-bottom:1.5rem}}.communication-grid{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.communication-card{position:relative;padding:1rem 1.5rem;background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;min-height:60px;width:100%}.communication-card:hover{border-color:#b8a4d9;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #6b5b951a}.communication-card.selected{border-color:#6b5b95;background:linear-gradient(135deg,#6b5b950d,#b8a4d90d);box-shadow:0 4px 15px #6b5b9533}.comm-icon{width:40px;height:40px;object-fit:contain}.comm-name{font-size:1.125rem;font-weight:500;color:#2d2d2d;text-align:left;flex:1}.comm-card-icon{font-size:2.5rem;margin-bottom:.75rem}.communication-card h3{font-size:1.25rem;font-weight:600;color:#2d2d2d;margin-bottom:.5rem}.communication-card p{font-size:.9rem;color:#666;margin-bottom:1rem;line-height:1.4}.btn-comm-select{width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;box-shadow:0 4px 15px #6b5b954d}.btn-comm-select:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b5b9566}.telegram-link-section{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.btn-telegram-link{width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#08c,#0ae);color:#fff;box-shadow:0 4px 15px #0088cc4d;text-decoration:none;text-align:center;display:inline-block}.btn-telegram-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #08c6;color:#fff}.whatsapp-link-section{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.btn-whatsapp-link{width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 15px #25d3664d;text-decoration:none;text-align:center;display:inline-block}.btn-whatsapp-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666;color:#fff}.whatsapp-instruction{font-size:.85rem;color:#666;font-style:italic;margin:0}.comm-provider-icon-img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.comm-detail-icon-img{width:48px;height:48px;object-fit:contain}.current-provider-icon-img{width:20px;height:20px;object-fit:contain}.waiting-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem}.waiting-text{font-size:.85rem;color:#666}.button-group{display:flex;gap:1rem;justify-content:flex-end;align-items:center;margin-top:2rem}.button-group:has(.btn-submit):not(:has(.btn-back)){justify-content:center}.btn-back,.btn-next,.btn-submit{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-height:44px}.btn-back{background:#f5f5f5;color:#666;border:2px solid #e0e0e0}.btn-back:hover{background:#e0e0e0;color:#2d2d2d}.btn-next,.btn-submit{background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;box-shadow:0 4px 15px #6b5b954d;justify-content:center;min-width:180px}.btn-next:hover,.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b5b9566;background:linear-gradient(135deg,#7c6ca5,#9f8dd3)}.btn-next:active,.btn-submit:active{transform:translateY(0)}.btn-icon{font-size:1.25rem;animation:pulse 2s ease-in-out infinite}.error-message{background:#ffebee;color:#c62828;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;border-left:4px solid #c62828;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-icon{font-size:1.25rem}.success-card{text-align:center;padding:2rem;animation:fadeIn .6s ease}.success-icon{font-size:4rem;margin-bottom:1.5rem;display:inline-block;animation:bounce 1s ease infinite}.success-card h2{font-size:2rem;color:#2d2d2d;margin-bottom:1rem}.success-card p{font-size:1.125rem;color:#666;margin-bottom:2rem;line-height:1.6}.card-page-footer,.login-prompt{text-align:center;padding-top:2rem;padding-bottom:2rem;margin-top:auto;border-top:1px solid #e0e0e0}.card-page-footer p,.login-prompt p{font-size:.95rem;color:#666}.card-page-footer-link,.login-link{color:#6b5b95;font-weight:600;text-decoration:none;transition:all .3s ease}.card-page-footer-link:hover,.login-link:hover{color:#8e7cc3;text-decoration:underline}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;max-width:100%}.astro-illustration{max-width:300px}.section-title,.cta-title{font-size:2rem}.cta-text{font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card,.register-container{padding:2rem 1.5rem}.register-header h1{font-size:2rem}.register-subtitle{font-size:1rem}.login-container{padding:2rem 1.5rem}.login-header h1{font-size:1.75rem}.login-subtitle{font-size:.95rem}.login-illustration{width:150px;height:150px}.step-indicator{padding:0}.step-number{width:40px;height:40px;font-size:1rem}.step-label{font-size:.75rem}.step-line{margin:0 .25rem}.step-title{font-size:1.5rem}.language-grid,.communication-grid{grid-template-columns:repeat(2,1fr)}.register-container .form-grid{grid-template-columns:1fr;gap:1.5rem}.button-group{flex-direction:column}.btn-back{order:2}.btn-next,.btn-submit{order:1}}@media (max-width: 480px){.hero-section{min-height:auto;padding:3rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.cta-button{padding:.875rem 2rem;font-size:1rem}.astro-illustration{max-width:250px}.section-title{font-size:1.75rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.25rem}.feature-description{font-size:.95rem}.cta-section{padding:3rem 1rem}.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}.cta-button-large{padding:1rem 2rem;font-size:1rem}.register-page{padding:1rem .5rem}.register-container{padding:1.5rem 1rem;border-radius:15px}.register-header h1{font-size:1.75rem}.register-subtitle{font-size:.95rem}.login-page{padding:1rem .5rem}.login-container{padding:1.5rem 1rem;border-radius:15px}.login-header h1{font-size:1.5rem}.login-subtitle{font-size:.875rem}.login-illustration{width:120px;height:120px}.step-indicator{margin-bottom:2rem}.step-title{font-size:1.25rem}.step-description{font-size:.95rem}.language-grid,.communication-grid{gap:.75rem}.language-card,.communication-card{padding:1.25rem .75rem;min-height:100px}.language-flag,.comm-icon{font-size:2rem}.btn-back,.btn-next,.btn-submit{padding:.75rem 1.5rem;font-size:.95rem}}@media (min-width: 1440px){.hero-title{font-size:4rem}.hero-subtitle{font-size:1.375rem}.section-title,.cta-title{font-size:3rem}}@media (prefers-reduced-motion: reduce){.astro-illustration,.stars-background,.cta-icon,.feature-icon,.login-illustration{animation:none}.cta-button:hover,.feature-card:hover{transform:none}.step-content,.error-message,.success-card,.email-input{animation:none}.btn-next:hover,.btn-submit:hover,.btn-login:hover,.language-card:hover,.communication-card:hover{transform:none}}.comm-setup-container{max-width:500px}.comm-provider-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;animation:fadeIn .4s ease}.comm-provider-option{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:16px;cursor:pointer;transition:all .3s ease}.comm-provider-option:hover{border-color:#b8a4d9;background:linear-gradient(135deg,#6b5b9508,#b8a4d908);transform:translateY(-2px);box-shadow:0 6px 20px #6b5b951f}.comm-provider-option:active{transform:translateY(0)}.comm-provider-icon{font-size:2rem;flex-shrink:0}.comm-provider-name{font-size:1.125rem;font-weight:600;color:#2d2d2d}.comm-provider-details{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:#fff;border:2px solid #6b5b95;border-radius:20px;margin-bottom:2rem;animation:fadeIn .4s ease;box-shadow:0 8px 30px #6b5b9526}.comm-detail-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.comm-detail-icon{font-size:3rem}.comm-detail-header h3{font-size:1.5rem;font-weight:700;color:#2d2d2d;margin:0}.comm-detail-description{font-size:1rem;color:#666;line-height:1.6;margin:0 0 1.5rem}.btn-comm-confirm{width:100%;max-width:280px;padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;box-shadow:0 4px 15px #6b5b954d;margin-bottom:1rem}.btn-comm-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b5b9566;background:linear-gradient(135deg,#7c6ca5,#9f8dd3)}.btn-comm-back{background:transparent;border:none;color:#6b5b95;font-size:.95rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.btn-comm-back:hover{color:#8e7cc3;text-decoration:underline}.comm-provider-details .telegram-link-section{width:100%;max-width:280px;margin-bottom:1rem}.comm-provider-details .btn-telegram-link{width:100%}@media (max-width: 480px){.comm-setup-container{padding:1.5rem 1rem}.comm-provider-option{padding:1rem 1.25rem}.comm-provider-icon{font-size:1.75rem}.comm-provider-name{font-size:1rem}.comm-provider-details{padding:1.5rem 1rem}.comm-detail-icon{font-size:2.5rem}.comm-detail-header h3{font-size:1.25rem}}.comm-selector-embedded{width:100%}.comm-selector-embedded .comm-provider-options{margin-bottom:0}.comm-selector-embedded .comm-provider-option{padding:.875rem 1rem;border-radius:10px}.comm-selector-embedded .comm-provider-option.current{border-color:#d5c2f0;background:linear-gradient(135deg,#6b5b950d,#b8a4d90d);cursor:default}.comm-selector-embedded .comm-provider-icon{font-size:1.5rem}.comm-selector-embedded .comm-provider-name{font-size:1rem}.comm-selector-embedded .comm-provider-details{padding:1.25rem;border-radius:12px}.comm-selector-embedded .comm-detail-icon{font-size:2rem}.comm-selector-embedded .comm-detail-header h3{font-size:1.125rem}.comm-selector-embedded .comm-detail-description{font-size:.9rem;margin-bottom:1rem}.comm-selector-embedded .btn-comm-confirm{max-width:100%;padding:.75rem 1.5rem;font-size:.9rem}.comm-selector-embedded .btn-telegram-link{font-size:.9rem;padding:.75rem 1.5rem}.provider-current-tag{margin-left:auto;color:#6b5b95;font-weight:600}.current-provider-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#6b5b9514,#b8a4d914);border-radius:10px;margin-bottom:.75rem}.current-provider-icon{font-size:1.25rem}.current-provider-name{font-size:.9rem;color:#5a5a5a}.home-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e8eaf6,#f3e5f5);padding:0}.home-container{max-width:1000px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.home-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;flex-wrap:wrap;gap:1rem}.home-header-left h1{margin:0;font-size:1.75rem;font-weight:700}.home-title-link{color:#fff;text-decoration:none;transition:opacity .3s ease}.home-title-link:hover{opacity:.9}.home-subtitle{font-family:Inter,sans-serif;font-style:italic;font-size:1rem;color:#ffffffd9;margin:.25rem 0 0}.home-header-right{display:flex;align-items:center;gap:1rem}.language-select{padding:.5rem .75rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff26;color:#fff;font-size:.9rem;cursor:pointer}.language-select option{color:#333;background:#fff}.header-link{color:#fff;text-decoration:none;font-size:.95rem;padding:.5rem 1rem;border-radius:8px;transition:background .3s ease}.header-link:hover{background:#ffffff26}.logout-btn{background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background .3s ease}.logout-btn:hover{background:#ffffff4d}.chat-interface{flex:1;padding:2rem;display:flex;flex-direction:column;gap:2rem}.chat-greeting{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #6b5b951a}.ai-avatar{width:80px;height:80px;flex-shrink:0;animation:float 6s ease-in-out infinite}.ai-avatar svg{width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(107,91,149,.3))}.greeting-text h2{font-size:1.75rem;margin-bottom:.5rem}.greeting-text p{color:#666;font-size:1rem;margin:0}.chat-message{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 15px #6b5b9514;animation:slideIn .5s ease}.chat-message.featured{background:linear-gradient(135deg,#faf8ff,#f3e5f5);border:2px solid #e8d5ff}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-icon{font-size:2rem;flex-shrink:0}.message-content{flex:1}.message-header{font-weight:600;color:#6b5b95;margin-bottom:.5rem;font-size:1.1rem}.message-content p{color:#444;line-height:1.7;margin:0}.chat-section{display:flex;flex-direction:column;gap:1rem}.chat-bubble{padding:1rem 1.25rem;border-radius:12px;animation:slideIn .3s ease}.chat-bubble.user-bubble{background:linear-gradient(135deg,#6b5b95,#8e7cc3);margin-left:20%}.chat-bubble.user-bubble .bubble-content p{color:#fff}.chat-bubble.ai-bubble{background:linear-gradient(135deg,#faf8ff,#f3e5f5);border:1px solid #e8d5ff;margin-right:20%}.chat-bubble.ai-bubble .bubble-content p{color:#444}.bubble-icon{font-size:1.1rem;margin-right:.5rem}.bubble-content p{margin:0;line-height:1.5;white-space:pre-wrap}.typing-indicator{display:inline-block;animation:typingPulse 1s ease-in-out infinite}@keyframes typingPulse{0%,to{opacity:.4}50%{opacity:1}}.chat-send-btn:disabled{background:#888;cursor:not-allowed;opacity:.7}.waiting-dots{display:flex;justify-content:center;align-items:center;gap:6px;padding:8px 0}.waiting-dots .dot{width:8px;height:8px;background:linear-gradient(135deg,#6b5b95,#8e7cc3);border-radius:50%;animation:dotWave 1.4s ease-in-out infinite}.waiting-dots .dot:nth-child(1){animation-delay:0s}.waiting-dots .dot:nth-child(2){animation-delay:.2s}.waiting-dots .dot:nth-child(3){animation-delay:.4s}@keyframes dotWave{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}.chat-bubble.error-bubble{background:linear-gradient(135deg,#fff5f5,#ffe6e6);border:1px solid #ffcccc;margin-right:20%}.chat-bubble.error-bubble .bubble-content p{color:#c44}.chat-bubble.chart-bubble{background:#fff;border:2px solid #e8d5ff}.chat-chart-image{max-width:100%;height:auto;border-radius:12px;margin-top:.5rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.category-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #6b5b9514;transition:all .3s ease;border:2px solid transparent}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #6b5b9526;border-color:#e8d5ff}.category-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.category-icon{font-size:1.5rem}.category-title{font-weight:600;color:#6b5b95;font-size:1.1rem}.category-text{color:#555;line-height:1.6;font-size:.95rem;margin:0 0 1rem}.category-score{margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0}.score-container{display:flex;align-items:center;gap:1rem}.score-bar-bg{flex:1;height:8px;background:#e8eaf6;border-radius:4px;overflow:hidden}.score-bar-fill{height:100%;background:linear-gradient(90deg,#6b5b95,#8e7cc3);border-radius:4px;transition:width 1s ease}.score-value{font-size:.85rem;font-weight:600;color:#6b5b95;min-width:40px;text-align:right}.chart-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #6b5b951a}.commands-section{background:#fff;border-radius:20px;padding:1.5rem 2rem;box-shadow:0 4px 20px #6b5b951a}.commands-message{color:#444;line-height:1.6;margin:0 0 .75rem}.chart-title{text-align:center;color:#2d2d2d;margin-bottom:1.5rem;font-size:1.5rem}.chart-container{display:flex;justify-content:center;overflow:hidden;border-radius:12px}.chart-image{max-width:100%;height:auto;border-radius:12px}.home-footer{text-align:center;padding:2rem;color:#666;font-size:.9rem;border-top:1px solid #e0e0e0;background:#fff}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:1rem}.loading-spinner{font-size:4rem;animation:pulse 1.5s ease-in-out infinite}.error-icon{font-size:4rem}.loading-state p,.error-state p{color:#666;font-size:1.1rem}.home-page.chat-layout{display:flex;flex-direction:column;min-height:100vh}.home-page.chat-layout .home-container{flex:1;display:flex;flex-direction:column}.chat-content-wrapper{max-width:900px;width:100%;margin:0 auto}.chat-header{display:flex;justify-content:center;align-items:center;padding:.6rem 1.5rem;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;flex-shrink:0}.chat-header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:900px}.chat-header-logo{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700;transition:opacity .3s ease}.chat-header-logo:hover{opacity:.9}.chat-header-actions{display:flex;flex-direction:row;align-items:center;gap:0}.chat-header-link{color:#fff;text-decoration:none;font-size:.8rem;line-height:1;padding:.5rem 1rem;transition:all .3s ease;background:#ffffff1f;cursor:pointer}.chat-header-link:first-child{border-radius:16px 0 0 16px}.chat-header-link:last-child{border-radius:0 16px 16px 0;border-left:1px solid rgba(255,255,255,.15)}.chat-header-link:hover{background:#ffffff40}.chat-response-area{flex:1;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.chat-response-area>*{max-width:900px;width:100%}@media (min-width: 769px){.chat-response-area{max-width:940px;margin:0 auto;box-shadow:4px 0 8px -4px #6b5b951a,-4px 0 8px -4px #6b5b951a}}.chat-starter{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #6b5b951a}.chat-starter-avatar{width:60px;height:60px;flex-shrink:0;animation:float 6s ease-in-out infinite}.chat-starter-avatar svg{width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(107,91,149,.3))}.chat-starter-content h2{font-size:1.5rem;margin:0 0 .25rem}.chat-starter-date{color:#666;font-size:.95rem;margin:0}.chat-input-container{margin-top:1rem;padding:1rem;display:flex;flex-direction:column;align-items:center;background:#6b5b9508;border-radius:16px}.input-commands{display:flex;justify-content:space-between;max-width:900px;width:100%;margin-bottom:.5rem}.input-command-btn{flex:1;font-size:1.3rem;line-height:1;background:#ffffffb3;border:1px solid rgba(107,91,149,.12);border-radius:10px;padding:.4rem 0;margin:0 .2rem;cursor:pointer;transition:all .2s ease;text-align:center}.input-command-btn:first-child{margin-left:0}.input-command-btn:last-child{margin-right:0}.input-command-btn:hover{background:#6b5b951a;border-color:#6b5b954d}.input-command-btn:active{transform:scale(.96)}.input-command-btn:disabled{opacity:.5;cursor:not-allowed}.chat-input-form{display:flex;flex-direction:row;align-items:stretch;background:#fff;border-radius:26px;border:2px solid #d5c2f0;transition:all .3s ease;max-width:900px;width:100%;box-sizing:border-box;overflow:hidden}.chat-input-form:focus-within{border-color:#8e7cc3;box-shadow:0 0 0 3px #6b5b951f}.chat-input{flex:1 1 auto;order:1;border:none;background:transparent;padding:.7rem 1rem;font-size:.95rem;color:#2d2d2d;outline:none;min-width:0}.chat-input::placeholder{color:#aaa}.char-count{display:flex;align-items:center;padding:0 .5rem;font-size:.75rem;color:#999;order:2}.chat-send-btn{order:3;width:50px;height:auto;border-radius:0;border:none;margin:-2px -2px -2px 0;background:linear-gradient(135deg,#6b5b95,#8e7cc3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.chat-send-btn:hover{background:linear-gradient(135deg,#7c6ba5,#9f8dd3)}.chat-send-btn:active{background:linear-gradient(135deg,#5c4b85,#7e6cb3)}.send-icon{font-size:1.2rem;font-weight:700}.chat-footer{text-align:center;padding:.4rem 0 .2rem;color:#ccc;font-size:.65rem;letter-spacing:.02em;max-width:900px;width:100%}.command-link{color:#6b5b95;cursor:pointer;text-decoration:none;font-family:SF Mono,Monaco,Consolas,monospace;background:#6b5b951a;padding:2px 6px;border-radius:4px;transition:all .2s ease;white-space:nowrap}.command-link:hover{background:#6b5b9533;text-decoration:underline}.command-menu{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(107,91,149,.15)}.command-button{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.5rem .85rem;background:#6b5b9514;border:1px solid rgba(107,91,149,.2);border-radius:12px;font-size:.85rem;cursor:pointer;transition:all .2s ease;min-width:140px;max-width:200px;text-align:left}.command-button:hover{background:#6b5b9526;border-color:#6b5b95;transform:translateY(-1px);box-shadow:0 2px 8px #6b5b9526}.command-button:active{transform:translateY(0);box-shadow:none}.command-name{font-family:SF Mono,Monaco,Consolas,monospace;font-weight:600;color:#6b5b95;font-size:.85rem}.command-label{font-size:.75rem;color:#666;line-height:1.3}.start-bubble .bubble-content{max-width:100%}@media (max-width: 768px){.home-header{padding:1rem;flex-direction:column;text-align:center}.home-header-left{order:1}.home-header-right{order:2;flex-wrap:wrap;justify-content:center}.chat-interface{padding:1rem;gap:1.5rem}.chat-greeting{flex-direction:column;text-align:center;padding:1.5rem}.ai-avatar{width:60px;height:60px}.greeting-text h2{font-size:1.4rem}.category-grid{grid-template-columns:1fr}.chat-message{padding:1.25rem}.message-icon{font-size:1.5rem}.chat-response-area{padding:1rem;gap:1rem}.chat-starter{flex-direction:column;text-align:center;padding:1.25rem}.chat-starter-avatar{width:50px;height:50px}.chat-starter-content h2{font-size:1.35rem}}@media (max-width: 480px){.home-header-left h1{font-size:1.4rem}.home-header-right{gap:.5rem}.header-link,.logout-btn{padding:.4rem .75rem;font-size:.85rem}.language-select{padding:.4rem .5rem;font-size:.85rem}.greeting-text h2{font-size:1.25rem}.category-card{padding:1rem}.chat-header{padding:.5rem 1rem}.chat-header-logo{font-size:1rem}.chat-header-link,.chat-header-logout{font-size:.7rem;padding:.4rem .75rem}.chat-response-area{padding:.75rem;gap:.75rem}.chat-starter{padding:1rem}.chat-starter-avatar{width:45px;height:45px}.chat-starter-content h2{font-size:1.2rem}.chat-starter-date{font-size:.85rem}.chat-input{font-size:.9rem;padding:.6rem .75rem}.chat-send-btn{width:44px}.send-icon{font-size:1.1rem}.chat-bubble.user-bubble{margin-left:0}.chat-bubble.ai-bubble,.chat-bubble.error-bubble{margin-right:0}.input-command-btn{font-size:1.1rem;padding:.3rem 0;margin:0 .15rem}.command-menu{flex-direction:column;align-items:center}.command-button{width:100%;max-width:none;align-items:center;text-align:center}}.chat-message,.category-card,.chart-section,.commands-section{animation:fadeSlideIn .3s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-page{min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e8eaf6,#f3e5f5);display:flex;flex-direction:column}.settings-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;overflow-y:auto}.settings-title{text-align:center;margin-bottom:2rem;max-width:600px}.settings-title h1{font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:.5rem;color:#2d2d2d}.settings-subtitle{font-size:1rem;color:#666;line-height:1.6}.settings-form{width:100%;max-width:900px;display:flex;flex-direction:column;gap:1rem}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.settings-section{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e8e8e8;transition:all .3s ease;box-shadow:0 2px 8px #6b5b950f;display:flex;flex-direction:column}.settings-section:hover{border-color:#d5c2f0;box-shadow:0 4px 16px #6b5b951f}.section-label{font-size:1rem;font-weight:600;color:#6b5b95;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.section-icon{font-size:1.25rem}.settings-form .form-group{margin-bottom:1rem}.settings-form .form-group:last-child{margin-bottom:0}.settings-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d2d2d;font-size:.9rem}.settings-form input,.settings-form select{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#fafafa}.settings-form input:focus,.settings-form select:focus{outline:none;border-color:#6b5b95;background:#fff;box-shadow:0 0 0 3px #6b5b951a}.settings-status{min-height:48px;margin-bottom:.5rem}.saving-indicator{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;border-radius:10px;border-left:4px solid #2196f3;animation:fadeIn .2s ease}.saving-spinner{width:18px;height:18px;border:2px solid #90caf9;border-top-color:#1565c0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.form-group.has-error input,.form-group.has-error select,.has-error .autocomplete-container input{border-color:#d32f2f;background:#ffebee}.form-group.has-error input:focus,.has-error .autocomplete-container input:focus{box-shadow:0 0 0 3px #d32f2f1a;border-color:#d32f2f}.field-error{display:block;color:#d32f2f;font-size:.8rem;margin-top:.35rem;padding-left:.25rem}.settings-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b5b95' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;background-color:#fafafa}.success-message{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;padding:1rem 1.25rem;border-radius:10px;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem;border-left:4px solid #4caf50;animation:slideIn .4s ease}.success-icon{width:24px;height:24px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.settings-actions{display:flex;justify-content:center;margin-top:.5rem}.settings-actions .btn-submit{min-width:200px}.settings-content .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem}.settings-content .loading-spinner{font-size:3rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings-content .loading-state p{color:#666;font-size:1rem}@media (max-width: 768px){.settings-content{padding:1.5rem 1rem}.settings-title h1{font-size:1.6rem}.settings-grid{grid-template-columns:1fr}.settings-section{padding:1.25rem}}@media (max-width: 480px){.settings-content{padding:1rem .75rem}.settings-title h1{font-size:1.4rem}.section-label{font-size:.95rem}.settings-actions .btn-submit{width:100%}}@supports (-webkit-touch-callout: none){@media (max-width: 768px){.settings-form input[type=date],.settings-form input[type=time]{max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;box-sizing:border-box}.settings-form .form-group:not(:has(.autocomplete-container)){overflow:hidden}.settings-form .autocomplete-container{overflow:visible}.settings-form .suggestions{position:absolute;z-index:9999}.register-container .form-grid{overflow:hidden}.register-container .form-grid input[type=date],.register-container .form-grid input[type=time]{width:100%;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:0;box-sizing:border-box}.register-container .form-group:not(:has(.autocomplete-container)){overflow:hidden;max-width:100%;width:100%}.register-container .autocomplete-container{overflow:visible}.register-container .suggestions{position:absolute;z-index:9999}}}.settings-section-danger{border-color:#ffcdd2;background:linear-gradient(135deg,#fff5f5,#ffebee)}.settings-section-danger:hover{border-color:#ef9a9a;box-shadow:0 4px 16px #f443361f}.settings-section-full{grid-column:1 / -1}.section-label-danger{color:#c62828}.account-email{font-size:1rem;font-weight:500;color:#2d2d2d;padding:.5rem 0;margin-bottom:.5rem;border-bottom:1px solid #ffcdd2}.danger-text{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:1rem}.btn-danger{width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#e53935;color:#fff;box-shadow:0 2px 8px #e5393540}.btn-danger:hover{background:#c62828;box-shadow:0 4px 12px #e5393559;transform:translateY(-1px)}.delete-confirm{display:flex;flex-direction:column;gap:1rem}.confirm-text{font-size:.95rem;font-weight:500;color:#c62828;text-align:center;padding:.75rem;background:#c6282814;border-radius:8px}.confirm-buttons{display:flex;gap:.75rem}.btn-cancel{flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:500;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#f5f5f5;color:#666}.btn-cancel:hover{background:#e0e0e0;color:#2d2d2d}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-danger-confirm{flex:1;padding:.75rem 1rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#c62828;color:#fff}.btn-danger-confirm:hover{background:#b71c1c}.btn-danger-confirm:disabled{opacity:.6;cursor:not-allowed}.billing-page{min-height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff}.billing-content{max-width:1000px;margin:0 auto;padding:2rem}.billing-message{margin-bottom:1.5rem;padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:.75rem}.billing-message .success-icon,.billing-message .info-icon,.billing-message .error-icon{font-size:1.25rem;font-weight:700}.info-message{background:#2196f326;border:1px solid rgba(33,150,243,.3);color:#90caf9}.info-message .info-icon{background:#2196f3;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.billing-status-banner{background:#ffffff0d;border-radius:16px;padding:2rem;text-align:center;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1)}.billing-status-banner h2{font-size:1.5rem;margin-bottom:.5rem}.billing-status-banner.trial{border-color:#673ab780;background:linear-gradient(135deg,#673ab733,#9c27b01a)}.billing-status-banner.subscribed{border-color:#4caf5080;background:linear-gradient(135deg,#4caf5033,#81c7841a)}.billing-status-banner.expired{border-color:#f4433680;background:linear-gradient(135deg,#f4433633,#ef53501a)}.billing-title{text-align:center;margin-bottom:2rem}.billing-title h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.billing-subtitle{color:#ffffffb3;font-size:1.1rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pricing-card.featured{border-color:#673ab780;background:linear-gradient(135deg,#673ab726,#9c27b01a)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.pricing-header h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#ffffffe6}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-amount{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.price-period{color:#fff9;font-size:1rem}.pricing-savings{margin-top:.5rem;color:#81c784;font-size:.875rem;font-weight:500}.pricing-features{list-style:none;margin-bottom:2rem;flex:1}.pricing-features li{padding:.625rem 0;color:#fffc;display:flex;align-items:center;gap:.75rem}.pricing-features li:before{content:"✓";color:#81c784;font-weight:700}.btn-subscribe{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-subscribe:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.btn-subscribe-featured{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.btn-subscribe-featured:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd6,#6a4190);box-shadow:0 4px 20px #667eea66}.btn-subscribe:disabled{opacity:.6;cursor:not-allowed}.subscription-management{text-align:center;margin-top:2rem}.btn-manage{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-manage:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190);box-shadow:0 4px 20px #667eea66}.manage-note{margin-top:1rem;color:#fff9;font-size:.875rem}@media (max-width: 640px){.billing-content{padding:1rem}.billing-title h1{font-size:1.5rem}.pricing-cards{grid-template-columns:1fr}.price-amount{font-size:2rem}}.subscription-status-badge{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;background:#ffffff0d}.subscription-status-badge p{margin:0;color:#ffffffe6;font-size:.9rem}.subscription-status-badge.trial{border-left:3px solid #ffd700}.subscription-status-badge.subscribed{border-left:3px solid #4ade80}.subscription-status-badge.expired{border-left:3px solid #f87171}.btn-manage-subscription{display:inline-block;width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-manage-subscription:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190);box-shadow:0 4px 15px #667eea4d}.admin-page{max-width:960px;margin:0 auto;padding:24px;min-height:100vh;background:#f0f0f7}.admin-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;color:#6b6b8d}.admin-loader-spinner{width:36px;height:36px;border:3px solid #e0dff0;border-top-color:#6b5b95;border-radius:50%;animation:admin-spin .7s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-topbar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#4a3f6b,#6b5b95,#8471a8);color:#fff;padding:16px 24px;border-radius:14px;margin-bottom:24px;box-shadow:0 4px 20px #6b5b954d}.admin-topbar-left{display:flex;flex-direction:column;gap:2px}.admin-topbar-left h1{font-size:20px;font-weight:700;margin:0;letter-spacing:-.3px}.admin-topbar-subtitle{font-size:12px;opacity:.7;font-weight:400}.admin-topbar-right{display:flex;flex-direction:column;align-items:stretch;gap:6px}.admin-topbar-right--row{flex-direction:row;gap:8px}.admin-topbar-actions{display:flex;align-items:center;gap:8px}.admin-topbar-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:6px 16px;border-radius:8px;transition:background .15s;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.admin-topbar-btn--current{background:#ffffff14;border-color:#ffffff26}.admin-topbar-btn:hover{background:#ffffff40}.admin-topbar-btn--action{background:#fff;color:#4a3f6b;border-color:#fff}.admin-topbar-btn--action:hover{background:#f0f0f7}.admin-header{background:#fff;border-radius:14px;padding:24px;margin-bottom:24px;border:1px solid #e5e3f0;display:flex;justify-content:space-between;align-items:center}.admin-header-info h2{font-size:22px;margin:0 0 4px;color:#2d2a4a}.admin-vanity-url{color:#6b5b95;font-size:14px}.admin-stats{display:flex;gap:16px}.admin-stat{background:#f7f6fb;border-radius:10px;padding:12px 20px;text-align:center}.admin-stat-value{font-size:28px;font-weight:700;color:#6b5b95}.admin-stat-label{font-size:11px;color:#8b8b9e;text-transform:uppercase;letter-spacing:.5px}.admin-table{width:100%;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #e5e3f0;margin-bottom:20px}.admin-table table{width:100%;border-collapse:collapse}.admin-table th{background:#f7f6fb;color:#6b6b8d;padding:11px 16px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #e5e3f0}.admin-table td{padding:12px 16px;border-bottom:1px solid #f2f1f7;font-size:14px;color:#3d3a5c}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr{transition:background .12s}.admin-table tbody tr:hover td{background:#faf9fe}.admin-table-empty{text-align:center;padding:40px 24px!important;color:#a0a0b5!important}.admin-user-cell{display:flex;align-items:center;gap:10px}.admin-avatar{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,#e8e4f3,#d5cfe8);color:#6b5b95;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.admin-lang{background:#f0f0f7;padding:2px 8px;border-radius:6px;font-size:12px;color:#6b6b8d;font-weight:500}.admin-channel{font-size:13px;color:#6b6b8d}.admin-date{color:#8b8b9e;font-size:13px}.admin-slug-prompt{display:flex;gap:6px;align-items:center}.admin-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px}.admin-badge--trial{background:#eef7f3;color:#2a8a62}.admin-badge--subscribed{background:#eaf2fe;color:#2b6cb8}.admin-badge--expired{background:#fef0ef;color:#c44040}.admin-badge--admin{background:#f3eef9;color:#7c5cb8}.admin-form{background:#fff;border-radius:14px;padding:24px;margin-bottom:24px;border:1px solid #e5e3f0}.admin-form h2{font-size:18px;margin:0 0 16px;color:#2d2a4a}.admin-form-row{display:flex;gap:12px;align-items:center}.admin-form-row input{flex:1;padding:10px 14px;border:1px solid #e0dff0;border-radius:8px;font-size:14px;transition:border-color .15s}.admin-form-row input:focus{outline:none;border-color:#6b5b95;box-shadow:0 0 0 3px #6b5b951a}.admin-form-row button{padding:10px 20px;background:#6b5b95;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;white-space:nowrap;transition:background .15s}.admin-form-row button:hover{background:#5a4a84}.admin-link{color:#6b5b95;text-decoration:none;cursor:pointer}.admin-link:hover{text-decoration:underline}.admin-message{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px;font-weight:500}.admin-message--error{background:#fef0ef;color:#c44040;border:1px solid #fcd8d5}.admin-message--success{background:#eef7f3;color:#2a8a62;border:1px solid #c6e9d8}.admin-error{color:#c44040}.admin-detail-card{background:#fff;border-radius:14px;padding:24px;border:1px solid #e5e3f0}.admin-detail-row{display:flex;padding:12px 0;border-bottom:1px solid #f2f1f7}.admin-detail-row:last-child{border-bottom:none}.admin-detail-label{flex:0 0 160px;font-weight:600;color:#6b6b8d;font-size:14px}.admin-detail-value{flex:1;font-size:14px;color:#3d3a5c}.admin-back-btn{background:none;border:1px solid #e0dff0;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:14px;color:#3d3a5c;transition:all .15s}.admin-back-btn:hover{background:#f7f6fb;border-color:#d0cee0}.admin-inline-edit{display:flex;gap:6px;align-items:center}.admin-inline-input{padding:5px 10px;border:1px solid #e0dff0;border-radius:6px;font-size:13px;width:120px;transition:border-color .15s}.admin-inline-input:focus{outline:none;border-color:#6b5b95;box-shadow:0 0 0 3px #6b5b951a}.admin-inline-btn{padding:5px 12px;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;background:#6b5b95;color:#fff;transition:background .15s}.admin-inline-btn:hover{background:#5a4a84}.admin-inline-btn--cancel{background:#a8a8bc}.admin-inline-btn--cancel:hover{background:#9090a5}.admin-slug-link{cursor:pointer;border-bottom:1px dashed #a8a8bc}.admin-slug-link:hover{color:#6b5b95}.admin-revoke-btn{padding:4px 12px;background:#fef0ef;color:#c44040;border:1px solid #fcd8d5;border-radius:6px;cursor:pointer;font-size:12px;transition:background .15s}.admin-revoke-btn:hover{background:#fcd8d5}.admin-stats-bar{display:flex;gap:12px;margin-bottom:24px}.admin-stats-bar .stat-card{flex:1;background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #e5e3f0;text-align:center;transition:border-color .15s,box-shadow .15s}.admin-stats-bar .stat-card:hover{border-color:#d0cee0;box-shadow:0 2px 12px #6b5b9514}.stat-card-value{font-size:26px;font-weight:700;color:#3d3a5c;line-height:1.2}.stat-card-label{font-size:11px;color:#8b8b9e;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-weight:500}.stat-card--total .stat-card-value{color:#6b5b95}.stat-card--trial .stat-card-value{color:#2a8a62}.stat-card--subscribed .stat-card-value{color:#2b6cb8}.stat-card--expired .stat-card-value{color:#c44040}.stat-card--admin .stat-card-value{color:#7c5cb8}.admin-action-row{display:flex;align-items:stretch;gap:16px;margin-bottom:24px}.admin-action-row>form,.admin-action-row>button{flex:1 1 0}.admin-action-row>form{display:flex}.admin-toolbar{display:flex;gap:12px;margin-bottom:24px;align-items:flex-start}.admin-search-bar{display:flex;margin-bottom:12px}.admin-search-input-wrap{position:relative;display:flex;align-items:center;flex:1;width:100%;height:40px}.admin-search-icon{position:absolute;left:12px;color:#a0a0b5;display:flex;align-items:center;pointer-events:none}.admin-search-input-wrap input{width:100%;min-width:0;padding:10px 14px 10px 36px;border:1px solid #e0dff0;border-radius:10px;font-size:14px;outline:none;background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;height:40px}.admin-search-input-wrap input:focus{border-color:#6b5b95;box-shadow:0 0 0 3px #6b5b951a}.admin-btn-search{position:absolute;right:4px;top:50%;transform:translateY(-50%);padding:6px 16px;border-radius:8px!important;font-size:13px}.admin-btn-primary{background:#6b5b95;color:#fff;border:none;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s,box-shadow .15s}.admin-btn-primary:hover{background:#5a4a84;box-shadow:0 2px 8px #6b5b9540}.admin-btn-create{display:flex;align-items:center;gap:6px}.admin-create-row{display:flex;justify-content:flex-end;margin-bottom:12px}.admin-btn-create-user{background:#6b5b9514;color:#6b5b95;border:1px solid rgba(107,91,149,.2);padding:6px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;transition:background .15s;width:auto}.admin-btn-create-user:hover{background:#6b5b9526}.admin-btn-secondary{background:#fff;color:#3d3a5c;border:1px solid #e0dff0;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:14px;white-space:nowrap;transition:all .15s}.admin-btn-secondary:hover{background:#f7f6fb;border-color:#d0cee0}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;font-size:13px;color:#6b6b8d}.admin-pagination button{background:#fff;border:1px solid #e0dff0;padding:8px 16px;border-radius:10px;cursor:pointer;font-size:13px;font-weight:500;color:#3d3a5c;display:flex;align-items:center;gap:6px;transition:all .15s}.admin-pagination button:hover:not(:disabled){background:#6b5b95;color:#fff;border-color:#6b5b95;box-shadow:0 2px 8px #6b5b9540}.admin-pagination button:disabled{opacity:.35;cursor:default}.admin-status-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:opacity .15s}.admin-status-pill:hover{opacity:.8}.admin-status-pill--active{background:#f3eef9;color:#7c5cb8}.admin-status-pill--inactive{background:#f0f0f7;color:#8b8b9e}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#2d2a4a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal{background:#fff;border-radius:16px;padding:28px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 16px 48px #2d2a4a33}.admin-modal h2{margin:0 0 20px;font-size:20px;color:#2d2a4a;font-weight:700}.admin-modal form{display:block}.admin-modal-field{margin-bottom:16px;display:block}.admin-modal-field label{display:block;margin-bottom:5px;font-size:13px;font-weight:600;color:#6b6b8d}.admin-modal-field input,.admin-modal-field select{display:block;width:100%;padding:10px 12px;border:1px solid #e0dff0;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.admin-modal-field input:focus,.admin-modal-field select:focus{border-color:#6b5b95;box-shadow:0 0 0 3px #6b5b951a}.admin-modal-row{display:block}.admin-modal-row .admin-modal-field{width:100%}.admin-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.birth-datetime-input{display:grid;grid-template-columns:1fr 1fr;gap:16px}.birth-datetime-field label{display:block;margin-bottom:5px;font-size:13px;font-weight:600;color:#6b6b8d}.birth-datetime-field input{display:block;width:100%;padding:10px 12px;border:1px solid #e0dff0;border-radius:8px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.birth-datetime-field input:focus{border-color:#6b5b95;box-shadow:0 0 0 3px #6b5b951a}.admin-modal-datetime{margin-bottom:16px}.birth-datetime-input.form-grid .birth-datetime-field{margin-bottom:0}.birth-datetime-input.form-grid .birth-datetime-field label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d2d2d;font-size:.95rem}.birth-datetime-input.form-grid .birth-datetime-field input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fafafa;box-sizing:border-box}.birth-datetime-input.form-grid .birth-datetime-field input:focus{outline:none;border-color:#6b5b95;background:#fff;box-shadow:0 0 0 3px #6b5b951a}.wheel-pickers-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.wheel-picker-group>label{display:block;margin-bottom:.5rem;font-weight:500;color:#2d2d2d;font-size:.95rem}.wheel-picker-container{background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem 0;position:relative;overflow:hidden}.wheel-picker-container [data-testid=picker]{background:transparent!important}.wheel-picker-container [data-testid=picker-highlight]{background:#6b5b9514!important;border-top:1px solid rgba(107,91,149,.2)!important;border-bottom:1px solid rgba(107,91,149,.2)!important}.wheel-picker-container [data-testid=picker-column-item]{cursor:grab}.wheel-picker-item{font-size:1rem;color:#999;transition:color .15s,font-weight .15s;-webkit-user-select:none;user-select:none}.wheel-picker-item--selected{color:#6b5b95;font-weight:600}.wheel-picker-labels{display:grid;grid-template-columns:1fr 1fr 1fr;text-align:center;padding:.25rem .5rem 0;border-top:1px solid #e0e0e0}.wheel-picker-labels--time{grid-template-columns:1fr 1fr}.wheel-picker-labels span{font-size:.75rem;color:#999;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.wheel-pickers-row{grid-template-columns:1fr;gap:1rem}}@media (max-width: 768px){.admin-page{padding:12px}.admin-topbar{padding:14px 16px}.admin-header{flex-direction:column;gap:16px}.admin-form-row{flex-direction:column}.admin-form-row input,.admin-form-row button{width:100%}.admin-table{overflow-x:auto}.admin-detail-row{flex-direction:column;gap:4px}.admin-detail-label{flex:none}.admin-toolbar{flex-direction:column}.admin-stats-bar{flex-wrap:wrap}.admin-stats-bar .stat-card{min-width:calc(50% - 8px);flex:unset}.admin-modal-row{flex-direction:column;gap:0}}.auth-method-picker{width:100%;max-width:400px;margin:0 auto}.auth-methods-container{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:2rem 1.5rem;border:1px solid rgba(107,91,149,.12);border-radius:16px;background:linear-gradient(180deg,#6b5b9505,#fff0)}.auth-method-option{width:100%;display:flex;justify-content:center}.google-btn-container{display:flex;justify-content:center;width:100%}.auth-divider{display:flex;align-items:center;width:100%;margin:1.25rem 0;gap:1rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#8b6dc233}.auth-divider span{color:#999;font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.auth-email-btn{width:100%;max-width:280px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border:1px solid rgba(107,91,149,.25);border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.625rem;min-height:44px;background:#fff;color:#2d2d2d}.auth-email-btn:hover{border-color:#6b5b95;background:#6b5b950a;box-shadow:0 2px 8px #6b5b951a}.auth-email-btn:active{transform:scale(.98)}.auth-email-btn-icon{font-size:1.125rem;line-height:1}.auth-email-btn-label{line-height:1}.auth-email-form{width:100%;animation:fadeIn .3s ease}.auth-email-form .register-form{display:flex;flex-direction:column;gap:1rem}.auth-email-form .form-group{margin-bottom:0}.auth-email-form .form-group input{text-align:center}.auth-email-form .button-group-step3{display:flex;justify-content:center;margin-top:.25rem}@media (min-width: 769px){.auth-methods-container{padding:2.5rem 2rem}.auth-method-picker{margin-top:.5rem}}@media (max-width: 768px){.auth-method-picker{max-width:100%}.auth-methods-container{padding:1.5rem 1.25rem;border-radius:12px}.auth-email-btn{max-width:100%}}@media (max-width: 480px){.auth-methods-container{padding:1.25rem 1rem}}.legal-container{max-width:720px;width:100%;margin:0 auto;padding:2.5rem 2rem;color:var(--text-primary, #2d2a3e);line-height:1.7}.legal-container h1{font-size:2rem;font-weight:700;color:var(--primary, #6b5b95);margin-bottom:.25rem}.legal-effective{font-size:.9rem;color:var(--text-secondary, #7a7589);margin-bottom:2rem}.legal-container h2{font-size:1.2rem;font-weight:600;color:var(--text-primary, #2d2a3e);margin-top:2rem;margin-bottom:.75rem}.legal-container p{margin-bottom:.75rem;font-size:.95rem}.legal-container ul{margin:.5rem 0 1rem 1.5rem;padding:0}.legal-container li{margin-bottom:.4rem;font-size:.95rem}.legal-container a{color:var(--primary, #6b5b95);text-decoration:underline}.legal-container a:hover{color:var(--primary-dark, #5a4a84)}.legal-container code{background:var(--surface, #f5f0ff);padding:.15rem .4rem;border-radius:4px;font-size:.85rem}.legal-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border, #e8e0f0);text-align:center}.legal-back-link{display:inline-block;padding:.6rem 1.5rem;background:var(--primary, #6b5b95);color:#fff!important;text-decoration:none!important;border-radius:8px;font-weight:500;transition:background .2s}.legal-back-link:hover{background:var(--primary-dark, #5a4a84)}@media (max-width: 768px){.legal-container{padding:1.5rem 1.25rem}.legal-container h1{font-size:1.6rem}.legal-container h2{font-size:1.1rem}}.ai-bubble .block-heading{font-size:1rem;font-weight:600;color:#5a4a84;margin:.75rem 0 .25rem}.ai-bubble .block-heading:first-child{margin-top:0}.ai-bubble .block-list{margin:.25rem 0 .5rem;padding-left:1.25rem}.ai-bubble .block-list li{margin-bottom:.25rem;line-height:1.5;color:#444}.ai-bubble .block-table{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:.9rem}.ai-bubble .block-table th,.ai-bubble .block-table td{padding:.35rem .5rem;border:1px solid #e0d4f0;text-align:left;color:#444}.ai-bubble .block-table th{background:#f0e6ff;font-weight:600;color:#5a4a84}.ai-bubble .block-divider{border:none;border-top:1px solid #e0d4f0;margin:.5rem 0}
