body{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1e3a5f;--secondary-blue: #3498db;--accent-cyan: #00bcd4;--text-dark: #333;--text-light: #fff;--bg-light: #f8fafc;--border-light: #e2e8f0;--dark-card-bg: rgba(30, 58, 95, .9);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15);--gradient-hero-bg: linear-gradient(135deg, #1e3a5f 0%, #2c5282 35%, #3498db 65%, #00bcd4 100%);--gradient-login-btn: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);--gradient-login-btn-hover: linear-gradient(135deg, var(--secondary-blue) 0%, var(--accent-cyan) 100%);--gradient-footer-bg: linear-gradient(180deg, #1a2332 0%, #0f172a 50%, #0a0f1a 100%)}*{margin:0;padding:0;box-sizing:border-box}.climatix-container{font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6;width:100%;min-height:100vh;overflow-x:hidden}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.climatix-header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0000000f;border-bottom:1px solid #e5e7eb}.header-container{max-width:1400px;margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.header-logo img{height:50px;width:auto;transition:opacity .3s ease}.header-logo img:hover{opacity:.8}.header-nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#4b5563;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 1rem;position:relative;border-radius:4px}.nav-link:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:0;height:3px;background:var(--secondary-blue);transition:width .3s ease}.nav-link:hover{color:var(--secondary-blue);background:#3498db0d}.nav-link.active{color:var(--secondary-blue)}.nav-link.active:after{width:100%}@media(min-width:1200px)and (max-width:1440px){.header-container{padding:0 2rem;height:60px}.header-logo img{height:44px}.header-nav{gap:1.5rem}.nav-link{font-size:.85rem;padding:.4rem .7rem}}@media(max-width:1024px){.header-container{padding:0 1.5rem;height:70px}.header-logo img{height:42px}.header-nav{gap:1.2rem}.nav-link{font-size:.85rem;padding:.4rem .6rem}}@media(max-width:768px){.header-container{flex-direction:column;height:auto;padding:1rem 1.5rem;gap:1rem}.header-logo img{height:40px}.header-nav{gap:.8rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.8rem;padding:.4rem .6rem}}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:visible;padding:4rem 8rem 4rem 3rem;background:var(--gradient-hero-bg)}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(52,152,219,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,188,212,.3) 0%,transparent 50%);z-index:1}.hero-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./hero-background-D0CYzshN.png);background-size:cover;background-position:75% center;background-repeat:no-repeat;opacity:.85;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;max-width:1300px;display:flex;justify-content:flex-start;padding:0 2rem;margin-bottom:1rem}.hero-text-block{color:#fff;animation:fadeInLeft 1s ease-out;max-width:55%}.hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.4);letter-spacing:.8px}.hero-subtitle-large{font-size:2.75rem;font-weight:700;margin-bottom:2rem;line-height:1.2;text-shadow:0 4px 15px rgba(0,0,0,.3);background:linear-gradient(to right,#fff,#00bcd4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-container{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;width:100%;max-width:420px}.login-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1.5rem;width:100%;box-shadow:0 16px 36px #00000040;border:1px solid rgba(255,255,255,.5);animation:fadeInUp 1s ease-out .3s backwards}.login-title{font-size:1.25rem;color:var(--primary-blue);margin-bottom:1.25rem;font-weight:700;text-align:center;letter-spacing:.5px;text-transform:uppercase}.login-form{display:flex;flex-direction:column;gap:1rem}.input-wrapper{position:relative}.login-input{width:100%;padding:.9rem 1.1rem;border:1.5px solid var(--border-light);border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f9f9f9;font-family:inherit}.login-input::placeholder{color:#a0aec0;text-transform:uppercase;font-size:.85rem;font-weight:500}.login-input:focus{outline:none;border-color:var(--secondary-blue);box-shadow:0 0 0 4px #3498db26;background:#fff}.login-button{padding:.95rem;background:var(--gradient-login-btn);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:.75rem;box-shadow:0 4px 15px #1e3a5f33}.login-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1e3a5f4d;background:var(--gradient-login-btn-hover)}.login-footer{text-align:center;margin-top:1.25rem;color:var(--text-dark);font-size:.85rem;line-height:1.5}.register-link{color:var(--secondary-blue);text-decoration:none;font-weight:700;transition:color .3s;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:0}.register-link:hover{color:var(--accent-cyan);text-decoration:underline}.login-subtitle{color:#ffffffe6;text-align:center;font-size:.95rem;font-weight:500;line-height:1.5;text-shadow:0 1px 3px rgba(0,0,0,.3);animation:fadeInUp 1s ease-out .6s backwards;width:100%}@media(min-width:1200px)and (max-width:1440px){.hero-section{padding:1.5rem 6rem 1.5rem 2.5rem}.hero-content{max-width:1200px;padding:0 1.5rem;margin-bottom:.5rem}.hero-text-block{max-width:55%}.hero-title{font-size:2.2rem;margin-bottom:.5rem}.hero-subtitle-large{font-size:2.4rem;margin-bottom:1.25rem}.login-container{max-width:380px;gap:.75rem}.login-card{padding:1.25rem}.login-title{margin-bottom:1rem;font-size:1.15rem}.login-form{gap:.85rem}.hero-section:after{background-position:70% center;opacity:.85}}@media(max-width:1200px){.hero-section{padding:5rem 4rem 2rem 2rem}.hero-text-block{max-width:65%}.hero-subtitle-large{font-size:2.6rem}}@media(max-width:1024px){.hero-section{padding:4rem 2rem;background-position:center center}.hero-section:after{background-size:cover;opacity:.3}.hero-content{flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}.hero-text-block{max-width:100%;margin-bottom:3rem}.login-container{align-items:center}}@media(max-width:992px){.hero-section:after{opacity:.7;background-position:right center}.hero-content{padding:0 1.5rem}.hero-text-block{max-width:100%}.login-container{max-width:520px}}@media(max-width:768px){.hero-section{padding:3rem 1rem 8rem;min-height:auto}.hero-title{font-size:2rem}.hero-subtitle-large{font-size:2rem;margin-bottom:2rem}}@media(max-width:640px){.hero-section{padding:4rem 1rem 6rem}.hero-title,.hero-subtitle-large{font-size:2rem}.login-container{max-width:100%}}.hero-cards-container{position:relative;z-index:10;display:flex;gap:2rem;justify-content:center;width:100%;max-width:1000px;margin:-18rem auto 2rem;padding:0 2rem}.activity-card{background:linear-gradient(180deg,#1a2a42d9,#1e3a5feb 60%,#1e3a5ffa),radial-gradient(120% 120% at 0% 0%,rgba(0,188,212,.12) 0%,transparent 60%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 40px #0d182959;color:#f5f9ff;padding:1.75rem 1.5rem;position:relative;overflow:hidden;flex:1;max-width:450px;display:flex;flex-direction:column;align-items:center;text-align:center}.activity-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00bcd400,#00bcd48c,#00bcd400)}.activity-card:after{content:"";position:absolute;bottom:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(0,188,212,.12) 0%,transparent 65%);pointer-events:none}.card-icon{margin-bottom:.75rem;display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:14px;background:#00bcd41f;border:1px solid rgba(0,188,212,.35);color:var(--accent-cyan);box-shadow:inset 0 0 12px #00bcd41f}.card-icon svg{width:38px;height:38px}.card-title{font-size:1.1rem;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin-bottom:.75rem;color:#eaf2ff;line-height:1.3}.card-title+.card-features:before{content:"";display:block;width:56px;height:2px;margin:.85rem auto 1rem;background:linear-gradient(90deg,#0000,#00bcd4b3,#0000)}.card-features{display:flex;flex-direction:column;align-items:center;gap:.6rem;list-style:none;padding:0;margin:0;width:100%}.card-features li{font-size:.95rem;line-height:1.5;color:#ebf5ffeb}.activity-card:hover{transform:translateY(-6px);box-shadow:0 28px 52px #0d182973}.activity-card:focus-within{outline:2px solid rgba(0,188,212,.45);outline-offset:3px}.simple-footer{background:var(--gradient-footer-bg);color:#cbd5e1;padding:2rem 0;position:relative;box-shadow:0 -5px 20px #0003;z-index:20}.simple-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(52,152,219,.3) 50%,transparent 100%)}.simple-footer .footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.simple-footer .footer-links{display:flex;gap:2rem}.simple-footer .footer-links a{color:#cbd5e1;text-decoration:none;font-size:.875rem;transition:color .3s}.simple-footer .footer-links a:hover{color:var(--accent-cyan)}.simple-footer .footer-socials{display:flex;gap:1rem}.simple-footer .social-icon{width:36px;height:36px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#cbd5e1;text-decoration:none;border:1px solid rgba(255,255,255,.1)}.simple-footer .social-icon:hover{background:var(--accent-cyan);border-color:var(--accent-cyan);color:#fff;transform:translateY(-2px)}@media(min-width:1200px)and (max-width:1440px){.hero-cards-container{max-width:950px;gap:1.5rem;margin:-16rem auto 2rem}.activity-card{padding:1.25rem}.card-title{font-size:1.05rem;margin-bottom:.5rem}.card-icon{width:60px;height:60px;margin-bottom:.5rem}.card-icon svg{width:36px;height:36px}.card-features li{font-size:.9rem}}@media(min-width:1441px)and (max-width:1920px){.hero-cards-container{max-width:1100px;margin:-16rem auto 2rem}}@media(min-width:1921px){.hero-cards-container{max-width:1200px;margin:-22rem auto 2rem}}@media(max-width:1024px){.hero-cards-container{margin:-4rem auto 2rem;flex-wrap:wrap}.activity-card{max-width:100%;border-radius:14px}}@media(max-width:768px){.hero-cards-container{flex-direction:column;gap:1.5rem;margin:-2rem auto 2rem}.activity-card{padding:1.75rem 1.5rem}.card-icon{width:64px;height:64px;border-radius:12px}.card-icon svg{width:36px;height:36px}.simple-footer .footer-content{flex-direction:column;gap:1.5rem;text-align:center}.simple-footer .footer-links{flex-direction:column;gap:.75rem}}.register-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d1829d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.register-modal{background:linear-gradient(180deg,#fffffffa,#f5f9fffa);border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;position:relative;animation:slideIn .3s ease-out;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.register-close{position:absolute;top:1.5rem;right:1.5rem;background:#1e3a5f1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary-blue);transition:all .3s ease;z-index:10}.register-close:hover{background:var(--primary-blue);color:#fff;transform:rotate(90deg)}.register-header{padding:2.5rem 2.5rem 1.5rem;text-align:center;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);border-radius:20px 20px 0 0;color:#fff;flex-shrink:0}.register-title{font-size:1.75rem;font-weight:800;letter-spacing:1px;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.register-subtitle{font-size:1rem;opacity:.95;font-weight:500}.register-form{padding:2rem 2.5rem 2.5rem;overflow-y:auto;flex:1;min-height:0}.register-form::-webkit-scrollbar{width:8px}.register-form::-webkit-scrollbar-track{background:#1e3a5f0d;border-radius:10px}.register-form::-webkit-scrollbar-thumb{background:#3498db4d;border-radius:10px}.register-form::-webkit-scrollbar-thumb:hover{background:#3498db80}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(30,58,95,.1)}.form-section:last-of-type{border-bottom:none}.section-title{font-size:1.1rem;font-weight:700;color:var(--primary-blue);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.section-title:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,var(--secondary-blue),var(--accent-cyan));border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.form-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{margin-bottom:1.25rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-dark);text-transform:uppercase;letter-spacing:.3px}.form-group input{padding:.875rem 1rem;border:1.5px solid var(--border-light);border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#f9f9f9;font-family:inherit}.form-group input::placeholder{color:#a0aec0;font-size:.9rem}.form-group input:focus{outline:none;border-color:var(--secondary-blue);box-shadow:0 0 0 4px #3498db1a;background:#fff}.form-group input.error{border-color:#eb5757;background:#fff8f8}.error-message{color:#d64541;font-size:.8rem;font-weight:600;margin-top:.4rem;display:flex;align-items:center;gap:.35rem;animation:fadeIn .3s ease-out}.error-message:before{content:"•";font-size:1rem;color:#eb5757}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.error-banner{background:linear-gradient(135deg,#eb5757eb,#d64541eb);color:#fff;padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1.75rem;font-weight:600;font-size:.95rem;line-height:1.5;box-shadow:0 6px 16px #eb575733,0 2px 6px #00000014;border:1px solid rgba(255,255,255,.2);animation:slideInDown .4s ease-out;position:relative;display:flex;align-items:center;gap:.75rem}.error-banner:before{content:"⚠";font-size:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff40;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.form-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(30,58,95,.1)}.form-note{text-align:center;font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem;padding:1rem;background:#3498db0d;border-radius:8px;border-left:3px solid var(--secondary-blue)}.register-submit{width:100%;padding:1rem;background:var(--gradient-login-btn);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #1e3a5f4d}.register-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1e3a5f66;background:var(--gradient-login-btn-hover)}.register-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.register-overlay{padding:1rem}.register-modal{max-height:95vh}.register-header{padding:2rem 1.5rem 1rem}.register-title{font-size:1.5rem}.register-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.register-close{top:1rem;right:1rem;width:36px;height:36px}}.success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d1829bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-modal{background:linear-gradient(180deg,#fffffffa,#f5f9fffa);border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:3rem 2.5rem 2.5rem;max-width:480px;width:90%;text-align:center;animation:slideInScale .4s ease-out;position:relative}@keyframes slideInScale{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--secondary-blue),var(--accent-cyan));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #3498db4d;animation:iconPop .6s ease-out .2s backwards}@keyframes iconPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-icon svg{width:48px;height:48px;stroke-width:3;animation:checkDraw .5s ease-out .4s backwards}@keyframes checkDraw{0%{stroke-dasharray:100;stroke-dashoffset:100}to{stroke-dasharray:100;stroke-dashoffset:0}}.success-title{font-size:1.75rem;font-weight:800;color:var(--primary-blue);margin-bottom:1rem;letter-spacing:.5px;animation:fadeInUp .5s ease-out .3s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.success-message{font-size:1rem;color:var(--text-dark);line-height:1.6;margin-bottom:2rem;animation:fadeInUp .5s ease-out .4s backwards}.success-button{background:linear-gradient(135deg,var(--secondary-blue) 0%,var(--accent-cyan) 100%);color:#fff;border:none;border-radius:12px;padding:1rem 3rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3498db4d;animation:fadeInUp .5s ease-out .5s backwards;min-width:150px}.success-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3498db66}.success-button:active{transform:translateY(0)}@media(max-width:640px){.success-modal{padding:2.5rem 2rem 2rem;max-width:95%}.success-icon{width:70px;height:70px}.success-icon svg{width:42px;height:42px}.success-title{font-size:1.5rem}.success-message{font-size:.95rem}.success-button{padding:.875rem 2.5rem;font-size:.95rem}}
