body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.toast{align-items:center;animation:slideIn .3s ease-out;background:#fff;border-left:4px solid;border-radius:12px;box-shadow:0 10px 40px #00000026;display:flex;gap:1rem;max-width:500px;min-width:320px;padding:1rem 1.25rem;position:fixed;right:2rem;top:2rem;z-index:10000}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.toast-success{border-left-color:#10b981}.toast-error{border-left-color:#ef4444}.toast-info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;height:24px;width:24px}.toast-success .toast-icon svg{color:#10b981}.toast-error .toast-icon svg{color:#ef4444}.toast-info .toast-icon svg{color:#3b82f6}.toast-message{color:#1e293b;flex:1 1;font-size:.9375rem;font-weight:500;line-height:1.5}.toast-close{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;transition:color .2s ease;width:24px}.toast-close:hover{color:#1e293b}.toast-close svg{height:16px;width:16px}@media (max-width:768px){.toast{left:1rem;max-width:none;min-width:auto;right:1rem;top:1rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.navbar,.navbar-scrolled{background:linear-gradient(135deg,#2c3e50,#34495e);padding:.8rem 0}.navbar-scrolled{box-shadow:0 4px 20px #0003}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 40px}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:15px;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:translateY(-2px)}.navbar-logo-img{height:70px;object-fit:contain;transition:filter .3s ease;width:auto}.navbar-logo:hover .navbar-logo-img{filter:brightness(1.2)}.navbar-brand{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:2px}.navbar-menu{align-items:center;display:flex;gap:2.5rem;list-style:none;margin:0;padding:0}.navbar-item{margin:0;position:relative}.navbar-link{color:#fff;font-size:1rem;font-weight:500;letter-spacing:.5px;padding:8px 0;position:relative;text-decoration:none;transition:all .3s ease}.navbar-link:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-link.active:after,.navbar-link:hover:after{width:100%}.navbar-link:hover{color:#667eea}.navbar-link.active{color:#667eea;font-weight:600}.mobile-arrow{display:none}.navbar-cta{margin-left:1rem}.btn-join{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;justify-content:center;letter-spacing:.5px;padding:10px 25px;text-decoration:none;transition:all .3s ease}.btn-join:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.navbar-user,.user-menu-container{position:relative}.user-menu-btn{align-items:center;background:#667eea1a;border:2px solid #667eea4d;border-radius:25px;color:#fff;cursor:pointer;display:flex;gap:10px;padding:8px 15px;transition:all .3s ease}.user-menu-btn:hover{background:#667eea33;border-color:#667eea80}.user-avatar{font-size:14px;height:32px;width:32px}.user-menu-btn .user-name{color:#fff!important;font-size:14px;font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{color:#fff;transition:transform .3s ease}.user-menu-container .user-menu-btn:hover .dropdown-arrow{transform:translateY(2px)}.user-dropdown{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0003;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:1000}.user-info{border-bottom:1px solid #eee;padding:15px}.user-info-name{color:#333;font-size:14px;font-weight:600;margin:0 0 5px}.user-info-email{color:#666;font-size:12px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-item{background:none;color:#333;display:block;font-size:14px;padding:12px 15px;transition:background .2s ease}.dropdown-link{text-decoration:none}.dropdown-item:hover{background:#f5f5f5}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px;z-index:1001}.mobile-menu-toggle span{background-color:#fff;border-radius:3px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media screen and (max-width:992px){.navbar-container{padding:0 25px}.navbar-menu{gap:1.5rem}.navbar-brand{font-size:1.3rem}.navbar-logo-img{height:40px}}@media screen and (max-width:768px){.navbar-container{padding:0 20px}.mobile-menu-toggle{display:flex}.navbar-brand{font-size:1.2rem}.navbar-logo-img{height:50px}.navbar-menu{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:-5px 0 20px #0000004d;flex-direction:column;gap:0;height:calc(100vh - 70px);justify-content:flex-start;margin:0;overflow-y:auto;padding:2rem 3rem;position:fixed;right:-100%;top:70px;transition:right .4s ease;width:100vw}.navbar-menu.mobile-menu-open{right:0}.navbar-item{border-bottom:1px solid #ffffff1a;width:100%}.navbar-link{align-items:center;display:flex;font-size:1.5rem;justify-content:space-between;padding:1.25rem 0;width:100%}.navbar-link span{flex:1 1}.mobile-arrow{display:block;opacity:.7;transition:all .3s ease}.navbar-link:hover .mobile-arrow{opacity:1;transform:translateX(5px)}.navbar-cta{border-bottom:none;margin-left:0;width:100%}.btn-join{font-size:1.3rem;margin-top:1rem;padding:1.25rem 1.5rem;width:100%}.navbar-link:after{display:none}.user-menu-container{width:100%}.user-menu-btn{border-radius:8px;justify-content:space-between;margin-top:1rem;padding:1.25rem 1.5rem;width:100%}.user-dropdown{border-radius:8px;left:0;right:auto;top:calc(100% + 5px);width:100%}}@media screen and (max-width:480px){.navbar-brand{font-size:1.1rem}.navbar-logo-img{height:45px}.navbar-menu{padding:2rem}.navbar-link{font-size:1.3rem}}.footer{background:linear-gradient(135deg,#2c3e50,#34495e);border-top:1px solid #ffffff4d;color:#ecf0f1;margin-top:auto;padding:40px 0 15px}.footer-container{margin:0 auto;max-width:1400px;padding:0 40px}.footer-top{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:25px}.footer-column{display:flex;flex-direction:column}.footer-heading{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:15px;padding-bottom:8px;position:relative}.footer-heading:after{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-description{color:#bdc3c7;font-size:.85rem;line-height:1.5;margin-bottom:15px}.footer-social{display:flex;gap:12px;margin-top:8px}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:35px;justify-content:center;text-decoration:none;transition:all .3s ease;width:35px}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.social-link svg{height:18px;width:18px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#bdc3c7;display:inline-block;font-size:.85rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#667eea;padding-left:5px}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{align-items:center;color:#bdc3c7;display:flex;font-size:.85rem;gap:8px;margin-bottom:10px}.contact-icon{font-size:1rem;min-width:20px}.footer-contact a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#667eea}.footer-divider{background:#ffffff1a;height:1px;margin:25px 0 20px}.footer-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;padding-top:15px}.footer-copyright{flex:1 1;min-width:250px}.footer-copyright p{color:#bdc3c7;font-size:.8rem;line-height:1.5;margin:0 0 6px}.footer-disclaimer{color:#95a5a6!important;font-size:.75rem!important;font-style:italic;margin-top:6px!important}.footer-powered{text-align:right}.footer-powered p{color:#bdc3c7;font-size:.8rem;margin:0}.footer-powered strong{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-weight:600}.footer-three-col{grid-template-columns:2fr 1fr 1fr!important}.footer-column-wide{grid-column:span 1}@media screen and (max-width:992px){.footer-container{padding:0 30px}.footer-top{gap:25px;grid-template-columns:repeat(2,1fr)}.footer-three-col{grid-template-columns:1fr 1fr!important}.footer-column-wide{grid-column:span 2}}@media screen and (max-width:768px){.footer{padding:30px 0 15px}.footer-container{padding:0 20px}.footer-three-col,.footer-top{gap:20px;grid-template-columns:1fr!important}.footer-column-wide{grid-column:span 1!important}.footer-bottom{flex-direction:column;gap:10px}.footer-bottom,.footer-powered{text-align:center}.footer-heading:after{left:50%;transform:translateX(-50%)}.footer-social{justify-content:center}.footer-divider{margin:20px 0 15px}}@media screen and (max-width:480px){.footer-heading{font-size:1rem}.footer-contact li,.footer-description,.footer-links a{font-size:.8rem}.footer-copyright p{font-size:.75rem}.footer-disclaimer{font-size:.7rem!important}}.home-page{width:100%}.hero-section{background:linear-gradient(#667eeacc,#764ba2cc),url(/static/media/tech-city.b917db7f964fe5c2ab3d.avif);background-attachment:fixed;background-position:50%;background-size:cover;color:#fff;overflow:hidden;padding:100px 20px;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 53.3c96 5.7 192-16.3 240-26.6l48-10.7v192H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-title{animation:fadeInUp .8s ease-out;font-size:3.5rem;font-weight:700;letter-spacing:2px;margin-bottom:20px}.hero-subtitle{animation:fadeInUp .8s ease-out .2s backwards;font-size:1.5rem;font-weight:300;margin-bottom:20px;opacity:.95}.hero-intro{animation:fadeInUp .8s ease-out .3s backwards;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0 auto 40px;max-width:900px;opacity:.9}.hero-buttons{animation:fadeInUp .8s ease-out .4s backwards;display:flex;gap:20px;justify-content:center}.btn-hero-primary,.btn-hero-secondary{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:15px 40px;text-decoration:none;transition:all .3s ease}.btn-hero-primary{background:#fff;color:#667eea}.btn-hero-primary:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-3px)}.btn-hero-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-hero-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.home-page .section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px;text-align:center}.home-page .section-subtitle{color:#666;font-size:1.2rem;font-style:italic;margin-bottom:40px;text-align:center}.home-page .section-description{color:#666;font-size:1.1rem;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.value-proposition{background-color:#f8f9fa;padding:80px 20px}.value-layout{align-items:flex-start;display:flex;gap:100px;margin:0 auto;max-width:1200px}.value-content{flex:1 1;text-align:left}.value-content p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.value-bullets{list-style:none;margin:25px 0;padding:0}.value-bullets li{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:15px;padding-left:30px;position:relative}.value-bullets li:before{color:#667eea;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.value-bullets li strong{color:#667eea}.value-video{flex:0 0 450px;margin-top:50px;top:100px}.video-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.value-video .video-container{border-radius:15px;box-shadow:0 10px 30px #00000026;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.value-video .video-iframe{border-radius:15px;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:968px){.value-layout{flex-direction:column;gap:0}.value-video{flex:1 1;position:static;width:100%}.value-content{text-align:center}}.video-section{background-color:#fff;display:none;padding:50px 20px}.home-page .video-section .section-title{font-size:1.8rem;margin-bottom:30px}.video-container{border-radius:12px;box-shadow:0 5px 20px #00000026;height:0;margin:0 auto;max-width:600px;overflow:hidden;padding-bottom:33.75%;position:relative}.video-iframe{border-radius:12px;height:100%;left:0;position:absolute;top:0;width:100%}.services-section{background-color:#fff;padding:80px 20px}.home-page .services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:40px}.service-card{background:#fff;background-position:50%;background-repeat:no-repeat;background-size:cover;border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 5px 15px #0000001a;color:#333;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:40px 30px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.service-card:before{background:#ffffffbf;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all .3s ease;z-index:0}.service-card:hover:before{background:#ffffffa6}.service-card>*{position:relative;z-index:1}.service-card:first-child{background-image:url(/static/media/alternative-assets.2ce8f17f0a158a687dc3.avif)}.service-card:nth-child(2){background-image:url(/static/media/smart-township.61b84562912d309b8eb1.avif)}.service-card:nth-child(3){background-image:url(/static/media/urban-agriculture.9ae11139e5984de677d3.avif)}.service-card:nth-child(4){background-image:url(/static/media/news.9090d1457428b6e2a730.jpeg)}.service-card:hover{border-color:#667eea;box-shadow:0 15px 30px #667eea33;transform:translateY(-10px)}.service-icon{filter:drop-shadow(0 2px 4px rgba(255,255,255,1)) drop-shadow(0 0 8px rgba(255,255,255,.9));font-size:3rem;margin-bottom:20px}.service-card h3{color:#4a5fc4;font-size:1.5rem;font-weight:700;margin-bottom:15px;text-shadow:0 2px 4px #fff,0 0 8px #ffffffe6}.service-card p{color:#222;flex-grow:1;font-size:1rem;font-weight:500;line-height:1.6;margin-bottom:20px;text-shadow:0 1px 3px #fff,0 0 6px #fffc}.service-learn-more{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin-top:auto}.learn-more-text{color:#4a5fc4;font-size:1rem;font-weight:700;text-shadow:0 1px 3px #fff,0 0 6px #fffc;transition:all .3s ease}.service-arrow{align-items:center;display:flex;justify-content:center;opacity:0;transform:translateY(-10px);transition:all .3s ease}.service-card:hover .service-arrow{opacity:1;transform:translateY(0)}.service-arrow svg{color:#667eea;height:24px;transform:rotate(90deg);width:24px}.about-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.about-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:40px}.about-card{background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;padding:40px 30px;text-align:center;transition:transform .3s ease}.about-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-8px)}.about-icon{font-size:3rem;margin-bottom:20px}.about-card h3{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:15px}.about-card p{color:#555;font-size:1rem;line-height:1.7}.membership-section{background-color:#fff;padding:80px 20px}.membership-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-left:auto;margin-right:auto;margin-top:40px;max-width:1000px}.membership-card{border:2px solid #f0f0f0;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;padding:50px 40px;transition:transform .3s ease}.membership-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.membership-card.premium{background:linear-gradient(135deg,#fff,#f8f9fa);border:3px solid #667eea}.membership-badge{border-radius:4px;font-size:.85rem;padding:8px 25px}.membership-card h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:15px;margin-top:10px}.membership-card p{color:#666;font-size:1rem;line-height:1.7;margin-bottom:15px}.membership-features{list-style:none;margin:25px 0;padding:0}.membership-features li{border-bottom:1px solid #f0f0f0;color:#555;font-size:1rem;padding:10px 0}.membership-features li:last-child{border-bottom:none}.membership-card .benefits{color:#777;flex-grow:1;font-size:.9rem;margin-top:20px}.price{align-items:baseline;display:flex;flex-grow:1;gap:5px;justify-content:center;margin:50px 0}.price .amount{color:#667eea;font-size:3rem;font-weight:700}.price .period{color:#666;font-size:1.2rem}.home-page .btn-primary,.home-page .btn-secondary{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:auto;padding:15px 40px;text-align:center;text-decoration:none;transition:all .3s ease}.home-page .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-page .btn-primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-3px)}.home-page .btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.home-page .btn-secondary:hover{background:#667eea;color:#fff}.home-page .newsletter-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 20px;text-align:center}.home-page .newsletter-section h2{font-size:2.5rem;margin-bottom:15px}.home-page .newsletter-section p{font-size:1.2rem;margin-bottom:30px;opacity:.95}.home-page .newsletter-form{display:flex;gap:15px;margin:0 auto;max-width:600px}.home-page .newsletter-input{border:none;border-radius:4px;flex:1 1;font-size:1rem;outline:none;padding:15px 25px}.home-page .newsletter-form .btn-primary{background:#fff;color:#667eea;margin-top:0}.contact-section,.home-page .newsletter-form .btn-primary:hover{background:#f8f9fa}.contact-section{color:#333;padding:80px 20px}.contact-section .container{max-width:800px}.contact-section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px;text-align:center}.contact-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:50px;text-align:center}.contact-form{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:50px 40px}.form-row{grid-gap:20px;gap:20px}.form-group label{font-size:.95rem}.form-input,.form-textarea{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;color:#333;font-family:inherit;font-size:1rem;padding:15px 20px;transition:all .3s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#999}.form-input:focus,.form-textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-textarea{min-height:150px;resize:vertical}.btn-submit{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:1.1rem!important;font-weight:600!important;gap:12px;justify-content:center!important;margin-top:10px;padding:16px 30px!important;transition:all .3s ease!important;width:100%!important}.btn-submit:hover{background:linear-gradient(135deg,#7b8fef,#8a5db7)!important;box-shadow:0 10px 25px #667eea66!important;transform:translateY(-3px)!important}.send-icon{height:20px;width:20px}.contact-info{border-top:1px solid #e0e0e0;margin-top:50px;padding-top:40px;text-align:center}.contact-info-text{color:#666;font-size:1rem;margin-bottom:20px}.contact-email-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;display:inline-flex;font-size:1.2rem;gap:12px;padding:15px 30px;text-decoration:none;transition:all .3s ease}.contact-email-link:hover{background:linear-gradient(135deg,#7b8fef,#8a5db7);box-shadow:0 8px 20px #667eea66;transform:translateY(-3px)}.email-icon{height:22px;width:22px}@media screen and (max-width:768px){.hero-section{background-attachment:scroll;background-position:50%;background-size:cover;padding:80px 20px}.home-page .hero-title{font-size:2.2rem}.home-page .hero-subtitle{font-size:1.2rem}.home-page .hero-buttons{align-items:center;flex-direction:column}.home-page .btn-hero-primary,.home-page .btn-hero-secondary{max-width:300px;width:100%}.home-page .section-title{font-size:2rem}.home-page .services-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.service-card{padding:30px 20px}.service-icon{font-size:2.5rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.9rem;margin-bottom:15px}.service-arrow{opacity:1}.service-arrow svg{height:24px;width:24px}.about-grid,.membership-grid{grid-template-columns:1fr}.home-page .newsletter-form{flex-direction:column}.home-page .video-section{padding:40px 20px}.home-page .video-container{max-width:100%;padding-bottom:56.25%}.home-page .contact-section{padding:60px 20px}.contact-form{padding:35px 25px}.form-row{gap:0;grid-template-columns:1fr}.form-input,.form-textarea{font-size:.95rem;padding:12px 16px}.btn-submit{font-size:1rem;padding:14px 25px}.contact-email-link{font-size:1.1rem;padding:12px 25px}}@media screen and (max-width:480px){.home-page .hero-title{font-size:1.8rem}.home-page .hero-subtitle{font-size:1rem}.home-page .section-title{font-size:1.8rem}.home-page .services-grid{gap:15px}.service-card{padding:25px 15px}.service-icon{font-size:2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.85rem}.service-arrow svg{height:20px;width:20px}.contact-form{padding:25px 20px}}.assets-page{width:100%}.assets-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.assets-hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 53.3c96 5.7 192-16.3 240-26.6l48-10.7v192H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.assets-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.assets-hero-title{font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:15px}.assets-hero-subtitle{font-size:1.3rem;font-weight:300;opacity:.95}.assets-intro-section{background-color:#fff;padding:60px 20px}.assets-intro-section .section-description{text-align:justify}.asset-categories-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.asset-categories-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:50px}.asset-category-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:all .3s ease}.asset-category-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-10px)}.asset-category-image{height:250px;overflow:hidden;position:relative}.asset-category-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.asset-category-card:hover .asset-category-image img{transform:scale(1.1)}.asset-category-overlay{align-items:center;background:linear-gradient(135deg,#667eeacc,#764ba2cc);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.asset-category-card:hover .asset-category-overlay{opacity:1}.asset-category-label{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.asset-category-content{padding:30px}.asset-category-content h3{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:15px}.asset-category-content p{color:#555;font-size:1rem;line-height:1.7;margin-bottom:20px}.asset-features{list-style:none;margin:0;padding:0}.asset-features li{border-bottom:1px solid #f0f0f0;color:#666;font-size:.95rem;padding:8px 0}.asset-features li:last-child{border-bottom:none}.assets-page .services-detail-section{background-color:#fff;padding:80px 20px}.assets-page .services-detail-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:50px}.assets-page .service-detail-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 5px 20px #00000014;padding:40px 35px;transition:all .3s ease}.assets-page .service-detail-card:hover{border-color:#667eea;box-shadow:0 15px 35px #667eea26;transform:translateY(-8px)}.assets-page .service-detail-icon{font-size:3.5rem;margin-bottom:20px}.assets-page .service-detail-card h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:15px}.assets-page .service-detail-card>p{color:#666;font-size:1rem;line-height:1.7;margin-bottom:25px}.assets-page .service-detail-features{list-style:none;margin:0;padding:0}.assets-page .service-detail-features li{border-bottom:1px solid #e9ecef;color:#555;font-size:.95rem;padding:12px 0 12px 25px;position:relative}.assets-page .service-detail-features li:before{color:#667eea;content:"▸";font-weight:700;left:0;position:absolute}.assets-page .service-detail-features li:last-child{border-bottom:none}.assets-page .benefits-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.assets-page .benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.assets-page .benefit-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:35px 30px;text-align:center;transition:all .3s ease}.assets-page .benefit-card:hover{border-color:#667eea;box-shadow:0 12px 28px #667eea33;transform:translateY(-8px)}.assets-page .benefit-icon{font-size:3rem;margin-bottom:20px}.assets-page .benefit-card h3{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:15px}.assets-page .benefit-card p{color:#666;font-size:.95rem;line-height:1.7}.assets-cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 20px;text-align:center}.assets-cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.assets-cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.assets-page .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.assets-page .btn-primary,.assets-page .btn-secondary{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.assets-page .btn-primary{background:#fff;color:#667eea}.assets-page .btn-primary:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-3px)}.assets-page .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.assets-page .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media screen and (max-width:768px){.assets-hero-title{font-size:2.2rem}.assets-hero-subtitle{font-size:1.1rem}.asset-categories-grid,.assets-page .services-detail-grid{grid-template-columns:1fr}.assets-page .benefits-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.benefit-icon,.service-detail-icon{font-size:2.5rem}.assets-page .cta-buttons{align-items:center;flex-direction:column}.assets-page .btn-primary,.assets-page .btn-secondary{max-width:300px;width:100%}}@media screen and (max-width:480px){.assets-hero-title{font-size:1.8rem}.assets-page .benefits-grid{grid-template-columns:1fr}.asset-category-image{height:200px}}.smart-city-page{width:100%}.smart-city-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.smart-city-hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 53.3c96 5.7 192-16.3 240-26.6l48-10.7v192H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.smart-city-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.smart-city-hero-title{font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:15px}.smart-city-hero-subtitle{font-size:1.3rem;font-weight:300;opacity:.95}.smart-city-intro-section{background-color:#fff;padding:80px 20px}.smart-city-intro-section .section-description{text-align:justify}.projects-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.projects-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-top:50px}.project-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 5px 20px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.project-card:hover{border-color:#667eea;box-shadow:0 15px 35px #00000026;transform:translateY(-10px)}.project-card.featured{border:3px solid #667eea}.project-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:1px;padding:8px 25px;position:absolute;right:20px;top:20px;z-index:2}.project-image{height:300px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.1)}.project-image-overlay{background:linear-gradient(180deg,#0000 0,#0000004d);bottom:0;left:0;position:absolute;right:0;top:0}.project-content{padding:40px}.project-card h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:10px}.project-location,.project-size{color:#667eea;font-size:1.1rem;font-weight:600;margin-bottom:15px}.project-description{color:#555;font-size:1rem;line-height:1.8;margin-bottom:25px}.project-features{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-top:25px}.smart-city-page .feature-item{align-items:center;background:#f8f9fa;border-radius:10px;color:#555;display:flex;font-size:.95rem;gap:10px;padding:12px}.smart-city-page .feature-icon{font-size:1.5rem}.project-highlights{list-style:none;margin:0;padding:0}.project-highlights li{border-bottom:1px solid #e9ecef;color:#555;font-size:.95rem;padding:12px 0}.project-highlights li:last-child{border-bottom:none}.specialty-section{background-color:#fff;padding:80px 20px}.specialty-content{margin-top:40px}.specialty-main{margin:0 auto 50px;max-width:900px;text-align:center}.specialty-main p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.specialty-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.specialty-card{background:#fff;border:2px solid #f0f0f0;border-radius:15px;box-shadow:0 5px 15px #00000014;overflow:hidden;transition:all .3s ease}.specialty-card:hover{border-color:#667eea;box-shadow:0 15px 30px #667eea26;transform:translateY(-8px)}.specialty-image{height:200px;overflow:hidden;position:relative}.specialty-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.specialty-card:hover .specialty-image img{transform:scale(1.1)}.specialty-image-overlay{background:linear-gradient(180deg,#0000 0,#667eea4d);bottom:0;left:0;position:absolute;right:0;top:0}.specialty-card h3{color:#333;font-size:1.4rem;font-weight:700;margin:25px 30px 15px}.specialty-card p{color:#666;font-size:.95rem;line-height:1.7;margin:0 30px 30px}.smart-city-page .benefits-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.smart-city-page .benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:50px}.smart-city-page .benefit-card{background:#fff;border-left:4px solid #667eea;border-radius:15px;box-shadow:0 5px 15px #00000014;overflow:hidden;padding:35px 30px;position:relative;transition:all .3s ease}.smart-city-page .benefit-card:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:0;left:0;position:absolute;top:0;transition:height .3s ease;width:4px}.smart-city-page .benefit-card:hover:before{height:100%}.smart-city-page .benefit-card:hover{border-left-color:#764ba2;box-shadow:0 12px 28px #667eea33;transform:translateY(-8px)}.smart-city-page .benefit-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 10px #667eea4d;color:#fff;display:inline-block;display:flex;font-size:1.3rem;font-weight:700;height:45px;justify-content:center;margin-bottom:20px;width:45px}.smart-city-page .benefit-card h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px}.smart-city-page .benefit-card p{color:#666;font-size:1rem;line-height:1.8}.features-section{background-color:#fff;padding:80px 20px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:50px}.feature-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 5px 20px #667eea4d;color:#fff;overflow:hidden;padding:40px 35px;position:relative;transition:all .3s ease}.feature-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;transition:all .5s ease;width:200%}.feature-card:hover{box-shadow:0 15px 35px #667eea66;transform:translateY(-8px)}.feature-card:hover:before{transform:translate(-25%,-25%)}.feature-number{font-size:3rem;opacity:.3}.feature-card h3,.feature-number{font-weight:700;margin-bottom:15px;position:relative;z-index:1}.feature-card h3{font-size:1.5rem}.feature-card p{font-size:.95rem;line-height:1.7;opacity:.95;position:relative;z-index:1}.smart-city-cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 20px;text-align:center}.smart-city-cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.smart-city-cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.smart-city-page .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.smart-city-page .btn-primary,.smart-city-page .btn-secondary{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.smart-city-page .btn-primary{background:#fff;color:#2c3e50}.smart-city-page .btn-primary:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-3px)}.smart-city-page .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.smart-city-page .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media screen and (max-width:768px){.smart-city-hero-title{font-size:2.2rem}.smart-city-hero-subtitle{font-size:1.1rem}.projects-grid{grid-template-columns:1fr}.project-image{height:250px}.project-content{padding:30px 25px}.features-grid,.project-features,.smart-city-page .benefits-grid,.specialty-grid{grid-template-columns:1fr}.specialty-image{height:180px}.smart-city-page .benefit-card{padding:30px 25px}.smart-city-page .cta-buttons{align-items:center;flex-direction:column}.smart-city-page .btn-primary,.smart-city-page .btn-secondary{max-width:300px;width:100%}}@media screen and (max-width:480px){.smart-city-hero-title{font-size:1.8rem}.project-image{height:200px}.specialty-image{height:150px}.smart-city-page .benefit-number{font-size:1.1rem;height:40px;width:40px}.smart-city-page .benefit-card h3{font-size:1.3rem}.smart-city-page .benefit-card p{font-size:.95rem}.feature-number{font-size:2.5rem}}.farms-page{width:100%}.farms-hero-section{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.farms-hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 53.3c96 5.7 192-16.3 240-26.6l48-10.7v192H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.farms-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.farms-hero-title{font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:15px}.farms-hero-subtitle{font-size:1.3rem;font-weight:300;opacity:.95}.farms-intro-section{background-color:#fff;padding:80px 20px}.intro-layout{align-items:center;display:flex;gap:60px;margin:0 auto;max-width:1200px}.intro-content{flex:1 1}.farms-intro-section .section-description{text-align:justify}.intro-image{border-radius:15px;box-shadow:0 10px 30px #00000026;flex:0 0 450px;overflow:hidden}.intro-image img{display:block;height:auto;transition:transform .3s ease;width:100%}.intro-image img:hover{transform:scale(1.05)}@media (max-width:968px){.intro-layout{flex-direction:column;gap:40px}.intro-image{flex:1 1;max-width:100%}}.farming-solutions-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.solutions-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:50px}.solution-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:all .3s ease}.solution-card:hover{border-color:#2ecc71;box-shadow:0 15px 35px #2ecc7133;transform:translateY(-10px)}.solution-image{height:280px;overflow:hidden;position:relative}.solution-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.solution-card:hover .solution-image img{transform:scale(1.1)}.solution-image-overlay{background:linear-gradient(180deg,#0000 0,#0006);bottom:0;left:0;position:absolute;right:0;top:0}.solution-content{padding:35px 30px}.solution-content h3{color:#2ecc71;font-size:1.8rem;font-weight:700;margin-bottom:10px}.solution-tagline{color:#27ae60;font-size:1rem;font-style:italic;font-weight:600;margin-bottom:15px}.solution-description{color:#555;font-size:1rem;line-height:1.8;margin-bottom:25px}.solution-features{list-style:none;margin:0;padding:0}.solution-features li{border-bottom:1px solid #e9ecef;color:#555;font-size:.95rem;padding:10px 0}.solution-features li:last-child{border-bottom:none}.farms-services-section{background-color:#fff;padding:80px 20px}.farms-page .services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:50px}.farms-page .service-detail-card{background:linear-gradient(135deg,#fff,#f8f9fa);border-left:5px solid #2ecc71;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:40px 35px;position:relative;transition:all .3s ease}.farms-page .service-detail-card:hover{box-shadow:0 15px 35px #2ecc7133;transform:translateY(-8px)}.farms-page .service-number{align-items:center;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:12px;box-shadow:0 4px 10px #2ecc714d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:55px;justify-content:center;position:absolute;right:30px;top:25px;width:55px}.farms-page .service-detail-card h3{color:#2ecc71;font-size:1.6rem;font-weight:700;margin-bottom:15px;padding-right:70px}.farms-page .service-intro{color:#666;font-size:1.05rem;font-style:italic;line-height:1.7;margin-bottom:25px}.farms-page .service-features{list-style:none;margin:0;padding:0}.farms-page .service-features li{border-bottom:1px solid #e9ecef;color:#555;font-size:.95rem;line-height:1.6;padding:12px 0}.farms-page .service-features li:last-child{border-bottom:none}.farms-page .service-features strong{color:#2ecc71;font-weight:600}.farms-benefits-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.farms-page .benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:50px}.farms-page .benefit-item{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:35px 30px;text-align:center;transition:all .3s ease}.farms-page .benefit-item:hover{box-shadow:0 12px 28px #2ecc7133;transform:translateY(-8px)}.farms-page .benefit-icon-wrapper{margin-bottom:20px}.farms-page .benefit-number{align-items:center;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:50%;box-shadow:0 4px 10px #2ecc714d;color:#fff;display:inline-block;display:flex;font-size:1.4rem;font-weight:700;height:55px;justify-content:center;margin:0 auto;width:55px}.farms-page .benefit-item h3{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:15px}.farms-page .benefit-item p{color:#666;font-size:1rem;line-height:1.7}.farms-stats-section{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;padding:80px 20px}.stats-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1000px}.farm-stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;padding:30px 20px;text-align:center;transition:all .3s ease}.farm-stat-card:hover{background:#fff3;transform:translateY(-5px)}.farm-stat-number{font-size:3.5rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 4px #0003}.farm-stat-label{font-size:1.1rem;font-weight:500;opacity:.95}.farms-cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 20px;text-align:center}.farms-cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.farms-cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.farms-page .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.farms-page .btn-primary,.farms-page .btn-secondary{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.farms-page .btn-primary{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff}.farms-page .btn-primary:hover{box-shadow:0 10px 25px #2ecc7166;transform:translateY(-3px)}.farms-page .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.farms-page .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media screen and (max-width:768px){.farms-hero-title{font-size:2.2rem}.farms-hero-subtitle{font-size:1.1rem}.farms-page .benefits-grid,.farms-page .services-grid,.solutions-grid{grid-template-columns:1fr}.solution-image{height:220px}.farms-page .service-detail-card,.solution-content{padding:30px 25px}.farms-page .service-number{font-size:1.3rem;height:50px;width:50px}.stats-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.farm-stat-number{font-size:2.5rem}.farms-page .cta-buttons{align-items:center;flex-direction:column}.farms-page .btn-primary,.farms-page .btn-secondary{max-width:300px;width:100%}}@media screen and (max-width:480px){.farms-hero-title{font-size:1.8rem}.solution-image{height:200px}.solution-content h3{font-size:1.5rem}.farms-page .service-detail-card h3{font-size:1.4rem}.farms-page .benefit-number{font-size:1.2rem;height:50px;width:50px}.farm-stat-number{font-size:2rem}.farm-stat-label{font-size:1rem}}.blog-page{width:100%}.blog-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.blog-hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='m0 96 48 16c48 16 144 48 240 48s192-32 288-48 192-16 288 0 192 48 288 53.3c96 5.7 192-16.3 240-26.6l48-10.7v192H0Z'/%3E%3C/svg%3E") no-repeat bottom;background-size:cover;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.blog-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.blog-hero-title{font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:15px}.blog-hero-subtitle{font-size:1.3rem;font-weight:300;opacity:.95}.blog-page .newsletter-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 20px}.blog-page .newsletter-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;flex-wrap:wrap;gap:30px;margin:0 auto;max-width:900px;padding:40px}.blog-page .newsletter-content{flex:1 1;min-width:250px}.blog-page .newsletter-content h2{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:10px}.blog-page .newsletter-content p{color:#666;font-size:1rem}.blog-page .newsletter-form{display:flex;flex:1 1;gap:10px;min-width:300px}.blog-page .newsletter-input{border:2px solid #e9ecef;border-radius:4px;flex:1 1;font-size:1rem;outline:none;padding:15px 20px;transition:all .3s ease}.blog-page .newsletter-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.blog-page .newsletter-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 35px;transition:all .3s ease;white-space:nowrap}.blog-page .newsletter-btn:hover{box-shadow:0 8px 20px #667eea4d;transform:translateY(-2px)}.category-filter-section{background:#fff;border-bottom:1px solid #e9ecef;padding:40px 20px}.category-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:0 auto;max-width:1200px}.category-btn{background:#fff;border:2px solid #e9ecef;border-radius:4px;color:#666;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 25px;transition:all .3s ease}.category-btn:hover{border-color:#667eea;color:#667eea}.category-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.featured-post-section{background:#fff;padding:60px 20px}.featured-post-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 10px 30px #667eea4d;color:#fff;margin:40px auto 0;max-width:1200px;padding:50px}.featured-post-content{max-width:900px}.post-category{background:#fff3;border-radius:4px;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:20px;padding:8px 20px}.featured-post-card h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.post-date{font-size:.95rem;margin-bottom:20px;opacity:.9}.post-excerpt{font-size:1.1rem;line-height:1.8;margin-bottom:30px;opacity:.95}.read-more-btn{background:#fff;border:none;border-radius:4px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.read-more-btn:hover{box-shadow:0 8px 20px #ffffff4d;transform:translateY(-2px)}.blog-posts-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 20px}.blog-posts-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:40px}.blog-post-card{background:#fff;border-left:4px solid #667eea;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:35px;transition:all .3s ease}.blog-post-card:hover{box-shadow:0 15px 35px #667eea26;transform:translateY(-8px)}.post-header{margin-bottom:20px}.post-category-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:6px 18px}.post-title{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:15px}.blog-post-card .post-date{color:#999;font-size:.9rem;margin-bottom:15px}.blog-post-card .post-excerpt{color:#666;font-size:1rem;line-height:1.7;margin-bottom:20px}.read-more-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:1rem;font-weight:600;padding:0;transition:all .3s ease}.read-more-link:hover{color:#764ba2;padding-left:5px}.insights-section{background:#fff;padding:80px 20px}.insights-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:50px}.insight-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:35px 30px;position:relative;transition:all .3s ease}.insight-card:hover{border-color:#667eea;box-shadow:0 12px 28px #667eea33;transform:translateY(-8px)}.insight-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 10px #667eea4d;color:#fff;display:inline-block;display:flex;font-size:1.4rem;font-weight:700;height:50px;justify-content:center;margin-bottom:20px;width:50px}.insight-card h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:15px}.insight-card p{color:#666;font-size:1rem;line-height:1.7}.blog-cta-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:80px 20px;text-align:center}.blog-cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:15px}.blog-cta-section p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.blog-page .cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.blog-page .btn-primary,.blog-page .btn-secondary{border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.blog-page .btn-primary{background:#fff;color:#2c3e50}.blog-page .btn-primary:hover{box-shadow:0 10px 25px #ffffff4d;transform:translateY(-3px)}.blog-page .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.blog-page .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}@media screen and (max-width:768px){.blog-hero-title{font-size:2.2rem}.blog-hero-subtitle{font-size:1.1rem}.blog-page .newsletter-card{flex-direction:column;padding:30px 25px}.blog-page .newsletter-form{flex-direction:column;width:100%}.blog-page .newsletter-btn{width:100%}.category-filters{gap:10px}.category-btn{font-size:.9rem;padding:8px 20px}.featured-post-card{padding:30px 25px}.featured-post-card h2{font-size:2rem}.blog-posts-grid,.insights-grid{grid-template-columns:1fr}.blog-page .cta-buttons{align-items:center;flex-direction:column}.blog-page .btn-primary,.blog-page .btn-secondary{max-width:300px;width:100%}}@media screen and (max-width:480px){.blog-hero-title{font-size:1.8rem}.featured-post-card h2{font-size:1.6rem}.blog-post-card{padding:25px 20px}.post-title{font-size:1.3rem}.insight-number{font-size:1.2rem;height:45px;width:45px}.insight-card h3{font-size:1.3rem}}.login-container{align-items:center;background:#f0f2f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 10px 40px #0000001a;max-width:450px;padding:50px;width:100%}.login-card h1{color:#333;font-size:32px;margin-bottom:10px;text-align:center}.login-subtitle{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.login-form{display:flex;flex-direction:column;gap:20px}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.login-btn:hover:not(:disabled){box-shadow:0 10px 25px #667eea66;transform:translateY(-2px)}.login-btn:active:not(:disabled){transform:translateY(0)}.login-btn:disabled{cursor:not-allowed;opacity:.7}.login-footer{margin-top:30px;text-align:center}.login-footer p{color:#666;font-size:14px}.signup-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.signup-link:hover{color:#764ba2;text-decoration:underline}@media (max-width:768px){.login-card{padding:30px 20px}.login-card h1{font-size:26px}}@media (max-width:480px){.login-page{padding:20px 10px}.login-card{padding:25px 15px}.login-card h1{font-size:22px}.form-group label,.login-card p{font-size:.9rem}.form-group input{font-size:.9rem;padding:10px}.login-btn{font-size:.95rem;padding:12px}.signup-link{font-size:.9rem}}.signup-container{align-items:center;background:#f0f2f5;display:flex;justify-content:center;min-height:100vh;padding:20px}.signup-card{background:#fff;border:1px solid #e0e0e0;border-radius:20px;box-shadow:0 10px 40px #0000001a;max-width:450px;padding:50px;width:100%}.signup-card h1{color:#333;font-size:32px;margin-bottom:10px;text-align:center}.signup-subtitle{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px;text-align:center}.signup-form{display:flex;flex-direction:column;gap:20px}.form-group label{color:#333;font-size:14px}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:50px;width:100%}.password-toggle-btn{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;transition:color .2s ease}.password-toggle-btn:hover{color:#667eea}.password-toggle-btn:focus{outline:none}.form-group input{border:2px solid #e1e8ed;border-radius:10px;font-size:16px;padding:14px}.form-group input:focus{box-shadow:0 0 0 3px #667eea26}.signup-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:10px;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.signup-btn:hover:not(:disabled){box-shadow:0 10px 25px #667eea66;transform:translateY(-2px)}.signup-btn:active:not(:disabled){transform:translateY(0)}.signup-btn:disabled{cursor:not-allowed;opacity:.7}.signup-footer{margin-top:30px;text-align:center}.signup-footer p{color:#666;font-size:14px}.login-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s ease}.login-link:hover{color:#764ba2;text-decoration:underline}@media (max-width:768px){.signup-card{padding:30px 20px}.signup-card h1{font-size:26px}}@media (max-width:480px){.signup-page{padding:20px 10px}.signup-card{padding:25px 15px}.signup-card h1{font-size:22px}.form-group label,.signup-card p{font-size:.9rem}.form-group input{font-size:.9rem;padding:10px}.signup-btn{font-size:.95rem;padding:12px}.login-link{font-size:.9rem}}.portfolio-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:2rem 1rem}.portfolio-container{margin:0 auto;max-width:1400px}.portfolio-header{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2.5rem}.portfolio-welcome h1{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.portfolio-subtitle{color:#64748b;font-size:1.125rem;font-weight:400}.portfolio-header-actions{display:flex;gap:1rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:.938rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4f46e5,#6366f1)}.btn-primary:hover{box-shadow:0 10px 25px #4f46e54d}.btn-secondary{background:#fff;border:2px solid #4f46e5;color:#4f46e5}.btn-secondary:hover{background:#4f46e5;color:#fff}.portfolio-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2.5rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;display:flex;gap:1.25rem;padding:1.75rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.stat-card-primary{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.stat-card-primary .stat-change,.stat-card-primary .stat-label{color:#ffffffe6}.stat-icon{background:#4f46e51a;border-radius:10px;height:48px;width:48px}.stat-card-primary .stat-icon{background:#fff3}.stat-icon svg{color:#4f46e5;height:24px;width:24px}.stat-card-primary .stat-icon svg{color:#fff}.stat-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.stat-label{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:1.875rem;margin:.25rem 0}.stat-card-primary .stat-value{color:#fff}.stat-change{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.25rem;justify-content:center}.stat-change.positive{color:#10b981}.stat-card-primary .stat-change.positive{color:#fffffff2}.portfolio-tabs{background:#f8f9fa;border-bottom:2px solid #e9ecef;border-radius:12px;display:flex;margin-bottom:1.5rem;overflow:hidden}.portfolio-tabs .tab-btn{align-items:center;background:#0000;border:none;color:#6c757d;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:8px;justify-content:center;min-width:150px;padding:20px;transition:all .3s ease;white-space:nowrap}.portfolio-tabs .tab-btn:hover{background:#4f46e51a;color:#4f46e5}.portfolio-tabs .tab-btn.active{background:#fff;border-bottom:3px solid #4f46e5;color:#4f46e5}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.75rem}.card,.card-header{margin-bottom:1.5rem}.card-header{align-items:center;display:flex;justify-content:space-between}.card-header h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin:0}.view-all-link{color:#4f46e5;font-size:.938rem;font-weight:600;text-decoration:none;transition:color .3s ease}.view-all-link:hover{color:#6366f1}.content-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 350px}.content-main,.content-sidebar{min-width:0}.chart-container{padding:2rem 0}.chart-wrapper{align-items:flex-end;display:flex;gap:1rem;height:250px;justify-content:space-between;padding:0 1rem}.chart-bar-group{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5rem}.chart-bar-container{align-items:flex-end;display:flex;height:100%;justify-content:center;width:100%}.chart-bar{background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:6px 6px 0 0;min-height:20px;position:relative;transition:all .3s ease;width:80%}.chart-bar:hover{opacity:.8;transform:scaleY(1.05)}.chart-bar-value{color:#64748b;font-size:.75rem;font-weight:600;left:50%;opacity:0;position:absolute;top:-25px;transform:translateX(-50%);transition:opacity .3s ease;white-space:nowrap}.chart-bar:hover .chart-bar-value{opacity:1}.chart-label{color:#64748b;font-size:.813rem;font-weight:500}.period-selector{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#1a202c;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.transactions-list{display:flex;flex-direction:column;gap:1rem}.transaction-item{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .3s ease}.transaction-item:hover{background:#f1f5f9}.transaction-info{align-items:center;display:flex;gap:1rem}.transaction-icon{align-items:center;border-radius:8px;display:flex;height:40px;justify-content:center;width:40px}.transaction-icon.investment{background:#ef44441a}.transaction-icon.investment svg{color:#ef4444;height:20px;width:20px}.transaction-icon.return{background:#10b9811a}.transaction-icon.return svg{color:#10b981;height:20px;width:20px}.transaction-name{color:#1a202c;font-weight:600;margin:0 0 .25rem}.transaction-date{color:#64748b;font-size:.813rem;margin:0}.transaction-amount{text-align:right}.amount{font-size:1rem;font-weight:700;margin:0 0 .25rem}.amount.investment{color:#ef4444}.amount.return{color:#10b981}.status-badge{border-radius:12px;font-weight:600;padding:.25rem .75rem}.status-badge.completed{background:#10b9811a;color:#10b981}.status-badge.active{background:#4f46e51a;color:#4f46e5}.allocation-chart{display:flex;flex-direction:column;gap:1.25rem}.allocation-item{align-items:center;display:flex;justify-content:space-between}.allocation-label{align-items:center;color:#1a202c;display:flex;font-size:.938rem;font-weight:500;gap:.75rem}.allocation-color{border-radius:3px;height:12px;width:12px}.allocation-percentage{color:#1a202c;font-size:1rem;font-weight:700}.quick-actions{display:flex;flex-direction:column;gap:.75rem}.action-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;cursor:pointer;display:flex;font-size:.938rem;font-weight:600;gap:.75rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.action-btn:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.action-btn svg{color:currentColor;height:20px;width:20px}.assets-table{overflow-x:auto}.assets-table table{border-collapse:collapse;width:100%}.assets-table th{border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.813rem;font-weight:700;letter-spacing:.05em;padding:1rem;text-align:left;text-transform:uppercase}.assets-table td{border-bottom:1px solid #e2e8f0;font-size:.938rem;padding:1.25rem 1rem}.asset-name{gap:.75rem}.asset-icon,.asset-name{align-items:center;display:flex}.asset-icon{background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:8px;color:#fff;font-size:1.125rem;font-weight:700;height:40px;justify-content:center;width:40px}.asset-title{color:#1a202c;font-weight:600;margin:0 0 .25rem}.asset-date{color:#64748b;font-size:.813rem;margin:0}.category-badge{background:#f1f5f9;color:#475569;font-size:.813rem;font-weight:600}.value-highlight{color:#1a202c;font-size:1rem;font-weight:700}.positive-value{color:#10b981;font-weight:600}.roi-badge{border-radius:6px;display:inline-block;font-size:.813rem;font-weight:700;padding:.375rem .875rem}.roi-badge.positive{background:#10b9811a;color:#10b981}.action-icon-btn{background:none;border:none;border-radius:6px;cursor:pointer;padding:.5rem;transition:background .3s ease}.action-icon-btn:hover{background:#f1f5f9}.action-icon-btn svg{color:#64748b;height:20px;width:20px}.filter-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.filter-select{background:#fff;cursor:pointer}.filter-select,.search-input{border:1px solid #e2e8f0;border-radius:6px;color:#1a202c;font-size:.875rem;min-width:200px;padding:.625rem 1rem}.transactions-table{display:flex;flex-direction:column;gap:.75rem}.transaction-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .3s ease}.transaction-row:hover{background:#f1f5f9;transform:translateX(4px)}.transaction-details{align-items:center;display:flex;gap:1rem}.transaction-type-icon{align-items:center;border-radius:10px;display:flex;height:48px;justify-content:center;width:48px}.transaction-type-icon.investment{background:#ef44441a}.transaction-type-icon.investment svg{color:#ef4444;height:24px;width:24px}.transaction-type-icon.return{background:#10b9811a}.transaction-type-icon.return svg{color:#10b981;height:24px;width:24px}.transaction-title{color:#1a202c;font-size:1rem;font-weight:600;margin:0 0 .25rem}.transaction-meta{color:#64748b;font-size:.875rem;margin:0}.transaction-value{text-align:right}.transaction-price{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.transaction-price.investment{color:#ef4444}.transaction-price.return{color:#10b981}.transaction-status{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.transaction-status.completed{background:#10b9811a;color:#10b981}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.analytics-card{height:-webkit-fit-content;height:fit-content}.analytics-card.full-width{grid-column:1/-1}.analytics-content{padding:.5rem 0}.analytics-metric{margin-bottom:1.5rem;text-align:center}.metric-label{color:#64748b;font-size:.938rem;margin-bottom:.5rem}.metric-value{font-size:3rem;font-weight:800;margin:0}.metric-value.positive{color:#10b981}.growth-indicators{margin-top:1rem}.indicator{align-items:center;color:#64748b;display:flex;font-size:.938rem;gap:.5rem}.indicator-dot{border-radius:50%;height:8px;width:8px}.indicator-dot.positive{background:#10b981}.risk-score{margin-bottom:1.5rem}.risk-gauge{background:#e2e8f0;border-radius:6px;height:12px;margin-bottom:1rem;overflow:hidden}.gauge-fill{background:linear-gradient(90deg,#10b981,#f59e0b 50%,#ef4444);border-radius:6px;height:100%;transition:width 1s ease}.risk-label{color:#1a202c;font-size:1.125rem;font-weight:700;text-align:center}.risk-description{color:#64748b;font-size:.938rem;line-height:1.6}.sector-performance{gap:1.5rem}.sector-item,.sector-performance{display:flex;flex-direction:column}.sector-item{gap:.5rem}.sector-info{align-items:center;color:#1a202c;display:flex;font-size:.938rem;font-weight:600;justify-content:space-between}.sector-roi{font-weight:700}.sector-roi.positive{color:#10b981}.sector-bar{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.sector-bar-fill{background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:4px;height:100%;transition:width 1s ease}.insights-list{display:flex;flex-direction:column;gap:1.25rem}.insight-item{background:#f8fafc;border-left:4px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:1.25rem}.insight-item:has(.insight-icon.success){border-left-color:#10b981}.insight-item:has(.insight-icon.info){border-left-color:#3b82f6}.insight-item:has(.insight-icon.warning){border-left-color:#f59e0b}.insight-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.insight-icon.success{background:#10b9811a}.insight-icon.success svg{color:#10b981;height:20px;width:20px}.insight-icon.info{background:#3b82f61a}.insight-icon.info svg{color:#3b82f6;height:20px;width:20px}.insight-icon.warning{background:#f59e0b1a}.insight-icon.warning svg{color:#f59e0b;height:20px;width:20px}.insight-content h4{color:#1a202c;font-size:1rem;font-weight:700;margin:0 0 .5rem}.insight-content p{color:#64748b;font-size:.938rem;line-height:1.6;margin:0}@media (max-width:1200px){.content-grid{grid-template-columns:1fr}.content-sidebar{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.portfolio-welcome h1{font-size:1.875rem}.portfolio-header{align-items:flex-start;flex-direction:column}.portfolio-header-actions{width:100%}.btn-primary,.btn-secondary{flex:1 1}.portfolio-tabs{flex-wrap:wrap}.portfolio-tabs .tab-btn{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;font-size:.9rem;max-width:calc(50% - .5rem);min-width:calc(50% - .5rem);padding:15px 12px}.portfolio-stats{grid-template-columns:1fr}.chart-wrapper{height:200px}.assets-table{font-size:.875rem}.assets-table td,.assets-table th{padding:.75rem .5rem}.filter-controls{align-items:stretch;flex-direction:column}.filter-select,.search-input{width:100%}.analytics-grid{grid-template-columns:1fr}}@media (max-width:480px){.portfolio-page{padding:1rem .5rem}.card{padding:1.25rem}.stat-card{flex-direction:column;text-align:center}.stat-icon{margin:0 auto}.transaction-row{align-items:flex-start;flex-direction:column;gap:1rem}.transaction-value{align-items:center;display:flex;justify-content:space-between;text-align:left;width:100%}}.applications-list{display:flex;flex-direction:column;gap:1.5rem}.application-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.application-item:hover{border-color:#4f46e5;box-shadow:0 4px 12px #4f46e51a}.application-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.application-info h4{color:#1a202c;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.application-date{color:#64748b;font-size:.875rem;margin:0}.application-status{border-radius:20px;font-size:.813rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.status-pending{background:#f59e0b1a;color:#f59e0b}.status-pending-final-approval{background:#8b5cf61a;color:#8b5cf6}.status-approved{background:#10b9811a;color:#10b981}.status-rejected{background:#ef44441a;color:#ef4444}.status-waiting-payment{background:#3b82f61a;color:#3b82f6}.status-payment-received{background:#22c55e1a;color:#22c55e}.status-completed{background:#10b9811a;color:#10b981}.application-details{display:flex;flex-direction:column;gap:1rem}.detail-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.notes-section{display:flex;flex-direction:column;gap:.75rem}.admin-notes{background:#fffbeb;border-left:3px solid #f59e0b;border-radius:6px;color:#1a202c;font-size:.938rem;padding:1rem}.admin-notes strong{color:#f59e0b}.superadmin-notes{background:#f3f4f6;border-left:3px solid #7c3aed;border-radius:6px;color:#1a202c;font-size:.938rem;padding:1rem}.superadmin-notes strong{color:#7c3aed}.payment-notice{align-items:center;background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.payment-notice svg{color:#3b82f6;height:48px;width:48px}.payment-notice p{color:#1a202c;font-size:1rem;font-weight:500;margin:0}.btn-payment{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.btn-payment:hover{box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.loading-state{color:#64748b;font-size:1.125rem;padding:3rem;text-align:center}.empty-state{align-items:center;display:flex;flex-direction:column;gap:1rem}.empty-state svg{color:#cbd5e1;height:80px;margin-bottom:1rem;width:80px}.empty-state h3{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0}.empty-state p{color:#64748b;font-size:1rem;margin:0 0 1.5rem;max-width:500px}.premium-locked{min-height:400px;overflow:hidden;position:relative}.premium-locked>:not(.premium-overlay){filter:blur(8px);pointer-events:none;-webkit-user-select:none;user-select:none}.premium-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:12px;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:absolute;right:0;top:0;z-index:10}.premium-message{max-width:90%;padding:1.5rem;text-align:center;width:100%}.premium-message svg{stroke-width:1.5;color:#4f46e5;height:64px;margin-bottom:1.5rem;width:64px}.premium-message h3{color:#1a202c;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.premium-message p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.btn-upgrade{background:linear-gradient(135deg,#4f46e5,#6366f1);font-weight:700;letter-spacing:.5px;padding:.875rem 2rem;text-transform:uppercase}.btn-upgrade:hover{box-shadow:0 10px 25px #4f46e566}.empty-state{color:#ffffffb3;padding:3rem 1.5rem}.empty-state p{font-size:.95rem;margin:0}.empty-state-table{color:#ffffffb3;padding:4rem 2rem;text-align:center}.empty-state-table svg{stroke:currentColor;height:64px;margin:0 auto 1.5rem;opacity:.4;width:64px}.empty-state-table h3{color:#fff;font-size:1.25rem;margin-bottom:.75rem}.empty-state-table p{color:#fff9;font-size:.95rem;margin-bottom:1.5rem}.empty-state-table .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.empty-state-table .btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.investment-form-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:3000}.investment-form-container{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.form-close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10}.form-close-btn:hover{background:#e2e8f0;transform:rotate(90deg)}.form-close-btn svg{color:#64748b;height:20px;width:20px}.form-header{border-bottom:2px solid #e2e8f0;padding:2rem 2rem 1.5rem}.form-header h2{color:#1a202c;font-size:2rem;font-weight:700;margin:0 0 .5rem;padding-right:3rem}.form-investment-name{color:#4f46e5;font-size:1.125rem;font-weight:600;margin:0 0 2rem}.form-progress{justify-content:space-between;margin:0 auto;max-width:600px}.form-progress,.progress-step{align-items:center;display:flex}.progress-step{flex:1 1;flex-direction:column;gap:.5rem;position:relative}.step-number{align-items:center;background:#e2e8f0;border-radius:50%;color:#94a3b8;display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.progress-step.active .step-number{background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 4px 12px #4f46e54d;color:#fff}.progress-step span{color:#64748b;font-size:.813rem;font-weight:500;text-align:center}.progress-step.active span{color:#4f46e5;font-weight:600}.progress-line{background:#e2e8f0;flex:1 1;height:2px;margin:0 .5rem 1.5rem}.investment-form{padding:2rem}.form-step{animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-step h3{font-size:1.5rem;margin:0 0 1.5rem}.form-step h3,.form-step h4{color:#1a202c;font-weight:700}.form-step h4{font-size:1.125rem;margin:0 0 1rem}.form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#1a202c;font-size:.938rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;font-size:.938rem;padding:.875rem 1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.form-group input.error,.form-group select.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.813rem;font-weight:500}.field-hint{color:#64748b;font-size:.813rem;margin:0}.input-with-icon{align-items:center;display:flex;position:relative}.input-icon{color:#64748b;font-size:1rem;font-weight:600;left:1rem;position:absolute}.input-with-icon input{padding-left:2.5rem!important}.investment-summary{grid-gap:1rem;background:#f8fafc;border-radius:12px;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem;padding:1.5rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{color:#64748b;font-size:.813rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.summary-value{color:#1a202c;font-size:1rem;font-weight:700}.summary-value.highlight{color:#10b981;font-size:1.25rem}.investment-projection{background:linear-gradient(135deg,#f8fafc,#e8ecf1);border-radius:12px;margin-top:1.5rem;padding:1.5rem}.investment-projection h4{margin-bottom:1.25rem}.projection-grid{grid-gap:1rem;display:grid;gap:1rem}.projection-item{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.projection-item.highlight-box{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff}.projection-label{color:#64748b;font-size:.938rem;font-weight:600}.projection-item.highlight-box .projection-label{color:#ffffffe6}.projection-value{color:#1a202c;font-size:1.25rem;font-weight:700}.projection-value.positive{color:#10b981}.projection-value.total{color:#fff;font-size:1.5rem}.review-section{background:#f8fafc;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.review-grid{display:flex;flex-direction:column;gap:.75rem}.review-item{border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;padding:.75rem 0}.review-item:last-child{border-bottom:none}.review-label{color:#64748b;font-weight:600;min-width:140px}.review-item span:last-child{color:#1a202c;font-weight:500}.review-item .highlight{color:#4f46e5;font-weight:700}.capitalize{text-transform:capitalize}.agreements-section{background:#fffbeb;border:2px solid #fcd34d;border-radius:12px;margin:2rem 0;padding:1.5rem}.checkbox-group{margin-bottom:1rem}.checkbox-group:last-child{margin-bottom:0}.investment-form .checkbox-label{align-items:flex-start!important;color:#1a202c;cursor:pointer;display:flex!important;font-size:.938rem;gap:1rem!important;line-height:1.6;margin-bottom:0!important}.investment-form .checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;height:18px!important;margin:.25rem 0 0!important;width:18px!important}.checkbox-label a{color:#4f46e5;font-weight:600;text-decoration:underline}.checkbox-label a:hover{color:#6366f1}.important-notice{background:#eff6ff;border-left:4px solid #3b82f6;border-radius:12px;display:flex;gap:1rem;margin-top:1.5rem;padding:1.25rem}.important-notice svg{color:#3b82f6;flex-shrink:0;height:24px;margin-top:.125rem;width:24px}.important-notice p{color:#475569;font-size:.875rem;line-height:1.6;margin:0}.form-actions{border-top:2px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.btn-back,.btn-next,.btn-submit{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.938rem;font-weight:600;height:48px;justify-content:center;line-height:1;margin:0;padding:.875rem 2rem;transition:all .3s ease;vertical-align:top}.btn-back{background:#fff;border-color:#e2e8f0;color:#64748b}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1}.btn-next,.btn-submit{background:linear-gradient(135deg,#4f46e5,#6366f1);border-color:#0000;color:#fff;min-width:140px}.btn-next:hover,.btn-submit:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}.btn-submit{background:linear-gradient(135deg,#10b981,#059669)}.btn-submit:hover{box-shadow:0 10px 25px #10b9814d}@media (max-width:768px){.investment-form-container{max-height:95vh}.form-header{padding:1.5rem}.form-header h2{font-size:1.5rem}.form-investment-name{font-size:1rem}.form-progress{flex-wrap:nowrap;overflow-x:auto}.progress-step span{font-size:.75rem;white-space:nowrap}.step-number{font-size:.875rem;height:36px;width:36px}.investment-form{padding:1.5rem}.form-grid{gap:1rem}.form-grid,.investment-summary{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.btn-back,.btn-next,.btn-submit{width:100%}.review-item{flex-direction:column;gap:.25rem}.review-label{min-width:auto}}@media (max-width:480px){.form-header h2{font-size:1.25rem}.investment-form{padding:1rem}.form-step h3,.projection-value.total{font-size:1.25rem}}.investments-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:2rem 1rem}.investments-container{margin:0 auto;max-width:1400px}.investments-header{margin-bottom:2.5rem}.header-content h1{color:#1a202c;font-size:2.5rem;font-weight:700;margin:1rem 0 .5rem}.header-subtitle{margin:0}.back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;cursor:pointer;display:inline-flex;font-size:.938rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .3s ease}.back-btn:hover{background:#f9fafb;border-color:#cbd5e0;color:#1a202c}.back-btn svg{height:20px;width:20px}.investments-filters{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.filter-group{flex:1 1;min-width:200px}.search-group{flex:2 1}.filter-group label{color:#1a202c;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.filter-select,.search-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;font-size:.938rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.filter-select:focus,.search-input:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b1a;outline:none}.search-input::placeholder{color:#94a3b8}.investments-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));margin-bottom:3rem}.investment-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:grid;grid-template-rows:220px auto 1fr auto;height:100%;overflow:hidden;transition:all .3s ease}.investment-card:hover{border-color:#cbd5e0;box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.card-image{height:220px;overflow:hidden;width:100%}.card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.investment-card:hover .card-image img{transform:scale(1.05)}.card-header-section{display:flex;flex-direction:column;padding:1.75rem}.card-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;min-height:32px}.category-badge{background:#1a202c;color:#fff;text-transform:uppercase}.category-badge,.status-badge{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.375rem .875rem}.status-badge{border:1.5px solid;text-transform:capitalize}.status-badge.pre-development-phase{background:#3b82f626;border-color:#3b82f6;color:#3b82f6}.status-badge.pre-construction-phase{background:#f59e0b26;border-color:#f59e0b;color:#f59e0b}.status-badge.active{background:#10b98126;border-color:#10b981;color:#10b981}.card-title{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:.5rem;min-height:96px}.card-title h3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:#1a202c;display:-webkit-box;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;overflow:hidden}.location{align-items:center;color:#64748b;display:flex;font-size:.938rem;gap:.5rem;margin:0}.location svg{flex-shrink:0;height:16px;width:16px}.card-details{background:#f8fafc;border-radius:10px;display:flex;flex-direction:column;gap:1rem;margin:0 1.75rem 1.5rem;padding:1.25rem}.detail-row{grid-gap:1rem!important;display:grid;gap:1rem!important;grid-template-columns:1fr 1fr}.detail-item{display:flex;flex-direction:column;gap:.25rem;text-align:left}.detail-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.detail-value{color:#1a202c;font-size:1rem;font-weight:700;text-align:left}.detail-value.highlight{color:#4f46e5;font-size:1.125rem}.detail-value.roi{color:#10b981;font-size:1.125rem}.card-actions{align-self:end;display:flex;gap:.75rem;padding:0 1.75rem 1.75rem}.btn-invest,.btn-view-details{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.938rem;font-weight:600;padding:.875rem 1.25rem;transition:all .3s ease;white-space:nowrap}.btn-view-details{background:#fff;border:1px solid #e2e8f0;color:#1a202c}.btn-view-details:hover{background:#f9fafb;border-color:#cbd5e0}.btn-invest{background:#1a202c;border:1px solid #1a202c;color:#fff}.btn-invest:hover{background:#2d3748;border-color:#2d3748;box-shadow:0 8px 16px #1a202c33;transform:translateY(-2px)}.empty-results,.loading-state,.no-results{background:#fff;border:2px dashed #e2e8f0;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-results p,.loading-state p{color:#64748b;font-size:1.125rem;margin:0}.no-results svg{color:#cbd5e1;height:64px;margin:0 auto 1.5rem;width:64px}.no-results h3{color:#1a202c;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.no-results p{color:#64748b;font-size:1rem;margin:0}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#e2e8f0}.modal-close svg{color:#64748b;height:20px;width:20px}.modal-header{border-bottom:1px solid #e2e8f0;padding:2rem 2rem 1.5rem}.modal-header h2{color:#1a202c;font-size:2rem;font-weight:700;margin:0 0 1rem;padding-right:3rem}.modal-badges{display:flex;flex-wrap:wrap;gap:.5rem}.modal-body{padding:2rem}.modal-images{margin-bottom:2rem}.images-gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-image{aspect-ratio:16/10;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;overflow:hidden;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.03)}.gallery-image img{height:100%;object-fit:cover;width:100%}.modal-location{align-items:center;color:#64748b;display:flex;font-size:1rem;gap:.5rem;margin-bottom:2rem}.modal-location svg{flex-shrink:0;height:20px;width:20px}.modal-description h3,.modal-highlights h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.modal-description p{color:#475569;font-size:1rem;line-height:1.7;margin:0 0 2rem}.modal-highlights ul{list-style:none;margin:0 0 2rem;padding:0}.modal-highlights li{align-items:center;color:#475569;display:flex;font-size:.938rem;gap:.75rem;padding:.75rem 0}.modal-highlights li svg{color:#10b981;flex-shrink:0;height:20px;width:20px}.modal-stats{grid-gap:1.25rem;background:#f8fafc;border-radius:12px;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:1.5rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stat-value{color:#1a202c;font-size:1.125rem;font-weight:700}.stat-value.roi{color:#10b981}.modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem}.btn-cancel,.btn-invest-modal{border:none;border-radius:8px;cursor:pointer;font-size:.938rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn-cancel{background:#fff;border:2px solid #e2e8f0;color:#64748b}.btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.btn-invest-modal{background:#1a202c;border:1px solid #1a202c;color:#fff}.btn-invest-modal:hover{background:#2d3748;border-color:#2d3748;box-shadow:0 8px 16px #1a202c4d;transform:translateY(-2px)}@media (max-width:1200px){.investments-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media (max-width:768px){.investments-page{padding:1rem .5rem}.header-content h1{font-size:2rem}.investments-filters{flex-direction:column}.filter-group,.search-group{min-width:100%}.investments-grid{gap:1.5rem}.detail-row,.investments-grid{grid-template-columns:1fr}.card-actions{flex-direction:column}.modal-content{max-height:95vh}.modal-header{padding:1.5rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:1.5rem}.modal-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.modal-footer{flex-direction:column;padding:1.5rem}.btn-cancel,.btn-invest-modal{width:100%}}@media (max-width:480px){.investments-grid{grid-template-columns:1fr}.investment-card{grid-template-rows:auto auto 1fr auto;padding:1.25rem}.card-title{min-height:auto}.card-title h3{font-size:1.25rem}.modal-stats{grid-template-columns:1fr}}.admin-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:2rem 1rem}.admin-container{margin:0 auto;max-width:1400px}.admin-header{margin-bottom:3rem}.admin-header h1{color:#1a202c;font-size:2.75rem;font-weight:700;letter-spacing:-.5px;margin:0 0 .5rem}.admin-subtitle{color:#64748b;font-size:1.125rem;font-weight:400;margin:0}.admin-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.admin-stat-card{align-items:center;background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.admin-stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.admin-stat-card:hover:before{opacity:1}.admin-stat-card:hover{box-shadow:0 16px 48px #0003;transform:translateY(-8px)}.stat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.stat-icon svg{height:28px;width:28px}.stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.stat-icon.total svg{color:#fff}.stat-icon.pending{background:linear-gradient(135deg,#f59e0b26,#d9770626)}.stat-icon.pending svg{color:#f59e0b}.stat-icon.approved{background:linear-gradient(135deg,#10b98126,#05966926)}.stat-icon.approved svg{color:#10b981}.stat-icon.rejected{background:linear-gradient(135deg,#ef444426,#dc262626)}.stat-icon.rejected svg{color:#ef4444}.admin-stat-card .stat-content{flex:1 1}.admin-stat-card .stat-label{color:#64748b;font-size:.813rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.admin-stat-card .stat-value{color:#1a202c;font-size:2.25rem;font-weight:700;line-height:1;margin:0}.admin-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.filter-btn{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.25px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.filter-btn.active{background:#4f46e5;border-color:#0000;box-shadow:0 4px 12px #4f46e54d;color:#fff}.admin-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem}.applications-table{display:flex;flex-direction:column;gap:1rem}.admin-application-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.admin-application-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.application-main{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:2fr 2fr 1.5fr auto}.application-user{gap:1rem}.application-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;flex-shrink:0;font-size:1.25rem;font-weight:700;height:48px;justify-content:center;width:48px}.user-info h4{color:#1a202c;font-size:1rem;font-weight:700;margin:0 0 .25rem}.user-info p{color:#64748b;font-size:.875rem;margin:0}.application-investment h5{color:#1a202c;font-size:1rem;font-weight:700;margin:0 0 .5rem}.investment-details{align-items:center;display:flex;gap:1rem}.investment-amount{color:#4f46e5;font-size:1.125rem;font-weight:700}.investment-method{color:#64748b;font-size:.813rem;text-transform:capitalize}.application-meta{display:flex;flex-direction:column;gap:.5rem}.application-submitted{color:#64748b;font-size:.875rem;margin:0}.application-actions{align-items:center;display:flex;gap:.5rem;justify-content:center}.btn-view{background:#4f46e5;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.25px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.btn-view:hover{background:#6366f1;box-shadow:0 8px 20px #4f46e54d;transform:translateY(-2px)}.btn-approve-payment{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.25px;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.btn-approve-payment:hover{box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.status-badge.pending-super{background:#f59e0b;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;padding:.5rem 1rem}.admin-modal{max-width:800px}.admin-review-actions-section{border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.admin-review-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.admin-review-form .form-group{display:flex;flex-direction:column;gap:.5rem}.admin-review-form label{color:#1a202c;font-size:.938rem;font-weight:600}.admin-review-form select,.admin-review-form textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1a202c;font-size:.938rem;padding:.875rem 1rem;transition:all .3s ease}.admin-review-form select:focus,.admin-review-form textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.admin-btn-submit-review{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.938rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.admin-btn-submit-review:hover{background:#059669;box-shadow:0 10px 25px #10b9814d;transform:translateY(-2px)}.admin-btn-submit-review:disabled{cursor:not-allowed;opacity:.5;transform:none}.admin-existing-notes{background:#fffbeb;border-left:3px solid #f59e0b;border-radius:6px;color:#1a202c;font-size:.938rem;margin-top:1rem;padding:1rem}.admin-existing-notes strong{color:#f59e0b}.admin-permissions-info{background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;margin-top:1.5rem;padding:1.5rem}.admin-permissions-info h3{color:#2d3748;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.permissions-grid{display:flex;flex-wrap:wrap;gap:1rem}.permission-item{background:#fff;border-left:4px solid #667eea;border-radius:8px;color:#4a5568;font-size:.938rem;padding:.75rem 1rem}.permission-item strong{color:#2d3748;margin-right:.5rem}@media (max-width:1024px){.application-main{gap:1rem;grid-template-columns:1fr}.application-meta{align-items:center;flex-direction:row;justify-content:space-between}}@media (max-width:768px){.admin-header h1{font-size:2.25rem}.admin-stats{grid-template-columns:1fr}.admin-stat-card{padding:1.5rem}.admin-filters{flex-direction:column}.filter-btn{width:100%}.admin-content{padding:1rem}.application-main,.review-grid{grid-template-columns:1fr}.review-grid{gap:1rem}.admin-modal{max-height:90vh;overflow-y:auto;width:95%}.modal-header h2{font-size:1.5rem}.review-section h4{font-size:1.1rem}}@media (max-width:480px){.admin-header h1{font-size:1.75rem}.header-subtitle{font-size:.9rem}.admin-stat-card{padding:1.25rem}.admin-stat-card .stat-value{font-size:2rem}.admin-stat-card .stat-label{font-size:.875rem}.filter-btn{font-size:.9rem;padding:.6rem 1rem}.applications-list{gap:.75rem}.application-card{padding:1rem}.application-header h3{font-size:1rem}.application-details{gap:.75rem;grid-template-columns:1fr}.detail-item{align-items:flex-start;flex-direction:column;gap:.25rem}.btn-approve-investment,.btn-review{font-size:.9rem;padding:.6rem 1rem}.admin-modal{padding:1.5rem;width:98%}.modal-header h2{font-size:1.35rem}.review-section h4{font-size:1rem}.admin-review-form select,.admin-review-form textarea,.review-item{font-size:.9rem}.modal-actions{flex-direction:column;gap:.75rem}.btn-approve-final,.btn-cancel,.btn-save{padding:.875rem;width:100%}}.approval-info{background:linear-gradient(135deg,#10b9811a,#0596691a);border-left:4px solid #10b981;border-radius:8px;color:#065f46;font-size:.95rem;line-height:1.6;margin-top:1.5rem;padding:1rem}.superadmin-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:2rem 1rem}.superadmin-container{margin:0 auto;max-width:1400px}.superadmin-header{margin-bottom:3rem}.superadmin-header h1{color:#1a202c;font-size:2.75rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.header-subtitle{color:#64748b;font-size:1.125rem;font-weight:400}.superadmin-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.sa-stat-card{background:#fffffff2;border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.sa-stat-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.sa-stat-card:hover:before{opacity:1}.sa-stat-card:hover{box-shadow:0 16px 48px #0003;transform:translateY(-8px)}.sa-stat-card-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 32px #667eea4d;color:#fff}.sa-stat-card-primary:before{background:linear-gradient(90deg,#f093fb,#f5576c)}.sa-stat-card-primary .sa-stat-label{color:#fffffff2}.sa-stat-icon{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.sa-stat-card-primary .sa-stat-icon{background:#fff3;box-shadow:0 4px 12px #0000001a}.sa-stat-icon svg{color:#667eea;height:28px;width:28px}.sa-stat-card-primary .sa-stat-icon svg{color:#fff}.sa-stat-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;text-align:center}.sa-stat-label{color:#64748b;font-size:.813rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.sa-stat-value{color:#1a202c;font-size:2.25rem;font-weight:700;line-height:1}.sa-stat-card-primary .sa-stat-value{color:#fff}.superadmin-filters{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.superadmin-page .filter-group,.superadmin-page .search-group{flex:1 1;min-width:250px}.superadmin-page .filter-group label,.superadmin-page .search-group label{color:#1a202c;display:block;font-size:.813rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.superadmin-page .filter-select,.superadmin-page .search-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#1a202c;font-size:.938rem;font-weight:500;padding:.875rem 1.125rem;transition:all .3s ease;width:100%}.superadmin-page .filter-select:focus,.superadmin-page .search-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea26;outline:none}.superadmin-page .superadmin-page .search-input::placeholder{color:#94a3b8}.users-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#1a202c}.users-table th{color:#fff;font-size:.813rem;font-weight:700;letter-spacing:.75px;padding:1.25rem 1.5rem;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #e2e8f0;transition:all .2s ease}.users-table tbody tr:hover{background:linear-gradient(90deg,#667eea0d,#764ba20d)}.users-table tbody tr:last-child{border-bottom:none}.users-table td{color:#1a202c;font-size:.938rem;font-weight:500;padding:1.25rem 1.5rem}.user-name{align-items:center;color:#1a202c;display:flex;font-weight:700;gap:.625rem}.badge-you{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff}.badge-premium,.badge-you{display:inline-block;font-size:.688rem;font-weight:700;letter-spacing:.5px;padding:.25rem .625rem;text-transform:uppercase}.badge-premium{background:linear-gradient(135deg,#fbbf2426,#f59e0b26);border:1px solid #fbbf2466;border-radius:6px;color:#d97706}.badge-disabled{background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;color:#dc2626;font-size:.688rem;padding:.25rem .625rem}.badge,.badge-disabled{display:inline-block;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.badge{border-radius:8px;font-size:.75rem;padding:.5rem 1rem}.badge-superadmin{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.badge-admin{background:linear-gradient(135deg,#667eea26,#764ba226);border:1px solid #667eea4d;color:#667eea}.badge-user{background:#64748b1a;border:1px solid #64748b33;color:#64748b}.superadmin-page .action-buttons{display:flex;flex-wrap:wrap;gap:.625rem;position:relative}.superadmin-page .action-dropdown{position:relative}.btn-action-menu{align-items:center;background:#667eea1a;border:1px solid #667eea4d;border-radius:8px;color:#667eea;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .3s ease;white-space:nowrap}.btn-action-menu svg{height:16px;width:16px}.btn-action-menu:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}.action-menu-dropdown{background:#fff;border:1px solid #0000001a;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:220px;overflow:hidden;position:absolute;right:0;z-index:1000}.action-menu-dropdown.dropdown-top{animation:dropdownSlideUp .2s ease-out;bottom:100%;margin-bottom:.5rem}.action-menu-dropdown.dropdown-bottom{animation:dropdownSlideDown .2s ease-out;margin-top:.5rem;top:100%}@keyframes dropdownSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdownSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:#0000;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.875rem 1.25rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item svg{flex-shrink:0;height:18px;width:18px}.dropdown-item:hover{background:#667eea14;color:#667eea}.dropdown-item.danger{color:#dc2626}.dropdown-item.danger:hover{background:#dc262614;color:#dc2626}.dropdown-divider{background:#00000014;height:1px;margin:.25rem 0}.btn-action{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.25px;padding:.625rem 1.25rem;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.btn-promote{background:#10b9811a;border:1px solid #10b9814d;color:#059669}.btn-promote:hover{background:#10b981;box-shadow:0 4px 12px #10b9814d;color:#fff;transform:translateY(-2px)}.btn-demote{background:#f59e0b1a;border:1px solid #f59e0b4d;color:#d97706}.btn-demote:hover{background:#f59e0b;box-shadow:0 4px 12px #f59e0b4d;color:#fff;transform:translateY(-2px)}.btn-edit{background:#3b82f61a;border:1px solid #3b82f64d;color:#2563eb}.btn-edit:hover{background:#3b82f6;box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:translateY(-2px)}.btn-delete{background:#ef44441a;border:1px solid #ef44444d;color:#dc2626}.btn-delete:hover{background:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff;transform:translateY(-2px)}.protected-text{color:#64748b;font-size:.875rem;font-style:italic;font-weight:600}.no-results{color:#64748b;padding:4rem 2rem;text-align:center}.no-results p{font-size:1.125rem;font-weight:500}.loading{align-items:center;color:#1a202c;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;min-height:400px}@media screen and (max-width:968px){.superadmin-header h1{font-size:2.25rem}.superadmin-stats{grid-template-columns:repeat(2,1fr)}.users-table-container{overflow-x:auto}.users-table{min-width:800px}.sa-stat-card{padding:1.5rem}.sa-stat-icon{height:48px;width:48px}.sa-stat-icon svg{height:24px;width:24px}}@media screen and (max-width:640px){.superadmin-page{padding:1rem .5rem}.superadmin-header{padding:1.5rem}.superadmin-header h1{font-size:1.875rem}.superadmin-stats{grid-template-columns:1fr}.action-buttons,.superadmin-filters{flex-direction:column}.btn-action{width:100%}.sa-stat-value{font-size:2rem}}.sa-modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.sa-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.sa-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem 2rem 1rem}.sa-modal-header h2{color:#1a202c;font-size:1.75rem;font-weight:700;margin:0}.sa-modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.sa-modal-close:hover{background:#e2e8f0}.sa-modal-close svg{color:#64748b;height:20px;width:20px}.sa-modal-body{padding:2rem}.permission-section{margin-bottom:2rem}.permission-section label{color:#2d3748;display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem}.permission-section select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;cursor:pointer;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.permission-section select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.selected-items{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.tag,.tag button{align-items:center;color:#fff}.tag button{background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1rem;height:20px;justify-content:center;transition:all .2s ease;width:20px}.tag button:hover{background:#ffffff80}.amount-range{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.amount-input label{color:#4a5568;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.amount-input input{border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.amount-input input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.permission-note{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;color:#4a5568;font-size:.9rem;margin-top:1.5rem;padding:1rem}.permission-note strong{color:#2d3748}.sa-modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 0}.btn-cancel{background:#e2e8f0;border:none;border-radius:8px;color:#2d3748;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-cancel:hover{background:#cbd5e0}.btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-confirm:hover{box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}@media screen and (max-width:640px){.sa-modal-content{border-radius:0;margin:0;max-height:100vh}.amount-range{grid-template-columns:1fr}.sa-modal-footer{flex-direction:column-reverse;padding:24px 32px}.btn-cancel,.btn-confirm{width:100%}}.superadmin-tabs{background:#f8f9fa;border-bottom:2px solid #e9ecef;border-radius:12px;display:flex;margin-bottom:1.5rem;overflow:hidden}.superadmin-tabs .tab-btn{align-items:center;background:#0000;border:none;color:#6c757d;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:8px;justify-content:center;min-width:150px;padding:20px;transition:all .3s ease;white-space:nowrap}.superadmin-tabs .tab-btn.active{background:#fff;border-bottom:3px solid #667eea;color:#667eea}.superadmin-tabs .tab-btn:hover{background:#667eea1a;color:#667eea}.investments-section{margin-top:2rem}.section-title{color:#1a202c;font-size:2rem;margin-bottom:2rem}.pending-investments-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}.investment-approval-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.investment-approval-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014}.investment-approval-card .card-header{background:#1a202c;border-bottom:3px solid #2d3748;color:#fff;padding:1.5rem}.investment-approval-card .card-header h3{color:#f7fafc;font-size:1.25rem;font-weight:600;margin:0 0 .75rem}.investment-approval-card .card-header .amount{color:#48bb78;display:block;font-size:1.875rem;font-weight:700}.investment-approval-card .card-body{background:#fff;padding:1.75rem}.info-row{align-items:flex-start;border-bottom:1px solid #e2e8f0;color:#4a5568;display:flex;font-size:.938rem;padding:.875rem 0}.info-row:last-child{border-bottom:none}.info-row strong{color:#1a202c;font-weight:600;margin-right:.5rem;min-width:140px}.admin-notes{background:#f7fafc;border-left:4px solid #4299e1;border-radius:8px;margin-top:1.25rem;padding:1.25rem}.admin-notes strong{color:#1a202c;display:block;font-weight:600;margin-bottom:.5rem}.investment-approval-card .card-footer{background:#f8f9fa;border-top:2px solid #e2e8f0;padding:1.5rem}.btn-final-approve{background:#48bb78;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:1rem 1.5rem;transition:all .2s ease;width:100%}.btn-final-approve:hover{background:#38a169;box-shadow:0 4px 12px #48bb784d}.empty-state{color:#64748b;padding:4rem 2rem;text-align:center}.empty-state p{font-size:1.125rem}.btn-create-first{background:#1a202c;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s ease}.btn-create-first:hover{background:#2d3748;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.opportunities-section{margin-top:2rem}.section-header-with-action{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.btn-create-opportunity{align-items:center;background:#1a202c;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.btn-create-opportunity svg{height:20px;width:20px}.btn-create-opportunity:hover{background:#2d3748;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.opportunities-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.opportunity-management-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:all .3s ease}.opportunity-management-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.opp-card-header{border-bottom:1px solid #e2e8f0;padding:1.5rem}.opp-card-header h3{color:#1a202c;font-size:1.25rem;font-weight:700;margin:0 0 1rem}.opp-badges{display:flex;flex-wrap:wrap;gap:.5rem}.opp-category-badge{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.opp-category-badge,.opp-status-badge{border-radius:6px;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.opp-status-badge{border:1px solid}.opp-status-badge.status-open{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.opp-status-badge.status-funding{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.opp-status-badge.status-closed{background:#f9fafb;border-color:#e5e7eb;color:#4b5563}.opp-status-badge.status-completed{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.opp-active-badge{border:1px solid;border-radius:6px;font-size:.75rem;font-weight:600;padding:.375rem .75rem}.opp-active-badge.active{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.opp-active-badge.inactive{background:#fef2f2;border-color:#fecaca;color:#991b1b}.opp-card-body{padding:1.5rem}.opp-info-row{border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.625rem 0}.opp-info-row:last-child{border-bottom:none}.opp-label{color:#64748b;font-weight:500}.opp-highlight{color:#1a202c;font-weight:600}.opp-roi{color:#15803d;font-weight:600}.opp-card-actions{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;padding:1rem 1.5rem}.btn-opp-delete,.btn-opp-edit,.btn-opp-toggle{align-items:center;background:#fff;border:1px solid;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:.875rem;font-weight:500;gap:.375rem;justify-content:center;padding:.625rem 1rem;transition:all .2s ease}.btn-opp-edit{border-color:#d1d5db;color:#374151}.btn-opp-edit:hover{background:#f3f4f6;border-color:#9ca3af}.btn-opp-edit svg{height:16px;width:16px}.btn-opp-toggle.activate{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.btn-opp-toggle.activate:hover{background:#dcfce7;border-color:#86efac}.btn-opp-toggle.deactivate{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.btn-opp-toggle.deactivate:hover{background:#ffedd5;border-color:#fdba74}.btn-opp-delete{background:#fef2f2;border-color:#fecaca;color:#991b1b}.btn-opp-delete:hover{background:#fee2e2;border-color:#fca5a5}.btn-opp-delete svg{height:16px;width:16px}.opportunity-modal{max-height:90vh;max-width:800px;overflow-y:auto}.opportunity-form{padding:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-row,.superadmin-page .form-group{margin-bottom:1.5rem}.superadmin-page .form-group label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.superadmin-page .form-group input,.superadmin-page .form-group select,.superadmin-page .form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;padding:.75rem;transition:all .2s ease;width:100%}.superadmin-page .form-group input:focus,.superadmin-page .form-group select:focus,.superadmin-page .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.highlight-input-row{display:flex;gap:.5rem;margin-bottom:.75rem}.highlight-input-row input{flex:1 1}.form-helper-text{color:#6b7280;font-size:.875rem;line-height:1.4;margin-bottom:.75rem}.file-input{display:none}.btn-upload-image{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-upload-image:hover{background:#f3f4f6;border-color:#9ca3af}.image-preview-grid{grid-gap:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-top:1rem;padding:1rem}.image-preview-item{aspect-ratio:1;background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;position:relative}.image-preview-item img{height:100%;object-fit:cover;width:100%}.btn-remove-image-preview{align-items:center;background:#000000b3;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:700;height:24px;justify-content:center;padding:0;position:absolute;right:.25rem;top:.25rem;transition:all .2s ease;width:24px}.btn-remove-image-preview:hover{background:#991b1b;transform:scale(1.1)}.btn-remove-highlight{background:#fff;border:1px solid #fecaca;border-radius:6px;color:#991b1b;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .2s ease}.btn-remove-highlight:hover{background:#fef2f2;border-color:#fca5a5}.btn-add-highlight{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-add-highlight:hover{background:#f3f4f6;border-color:#9ca3af}.btn-save-opportunity{background:#1a202c;border:none;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease}.btn-save-opportunity:hover{background:#2d3748;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.pending-investments-table{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden}.pending-investments-table table{border-collapse:collapse;width:100%}.pending-investments-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.pending-investments-table th{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.pending-investments-table td{border-bottom:1px solid #f1f5f9;padding:1.25rem 1rem;vertical-align:middle}.pending-investments-table tbody tr:hover{background:#f8fafc}.investment-info{display:flex;flex-direction:column;gap:.25rem}.investment-info strong{color:#1e293b;font-weight:600}.investment-location{color:#64748b;font-size:.875rem}.investor-info{display:flex;flex-direction:column;gap:.25rem}.investor-info strong{color:#1e293b;font-weight:600}.investor-info span{color:#64748b;font-size:.875rem}.amount-highlight{color:#10b981;font-size:1.125rem;font-weight:700}.payment-method{background:#f1f5f9;border-radius:6px;color:#475569;display:inline-block;font-size:.875rem;padding:.375rem .75rem;text-transform:capitalize}.admin-approval{display:flex;flex-direction:column;gap:.25rem}.approval-date{color:#64748b;font-size:.875rem}.btn-approve-compact{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.25rem;transition:all .2s ease;white-space:nowrap}.btn-approve-compact:hover{background:#5568d3;box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.filters-sort-container{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.filters-group{align-items:center;display:flex;flex:1 1;flex-wrap:nowrap;gap:.75rem;overflow-x:auto}.filter-input,.filter-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:.875rem;min-width:150px;padding:.625rem 1rem;transition:all .2s ease}.filter-input{min-width:120px}.filter-input-wide{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;flex:1 1;font-size:.875rem;max-width:500px;min-width:350px;padding:.625rem 1rem;transition:all .2s ease;width:100%}.filter-input-wide:hover{border-color:#cbd5e1}.filter-input-wide:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filter-input:hover,.filter-select:hover{border-color:#cbd5e1}.filter-input:focus,.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.btn-clear-filters{background:#f1f5f9;border:2px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1rem;transition:all .2s ease;white-space:nowrap}.btn-clear-filters:hover{background:#e2e8f0;border-color:#cbd5e1;color:#475569}.sort-group{align-items:center;display:flex;gap:.75rem}.sort-group label{color:#475569;font-size:.875rem;font-weight:600;white-space:nowrap}.sort-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;font-size:.875rem;min-width:180px;padding:.625rem 1rem;transition:all .2s ease}.sort-select:hover{border-color:#cbd5e1}.sort-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.approved-investments-table{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden}.approved-investments-table table{border-collapse:collapse;width:100%}.approved-investments-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.approved-investments-table th{color:#475569;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-align:left;text-transform:uppercase}.approved-investments-table td{border-bottom:1px solid #f1f5f9;padding:1.25rem 1rem;vertical-align:middle}.approved-investments-table tbody tr:hover{background:#f8fafc}.status-badge.approved{background:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.375rem .875rem;text-transform:uppercase}.has-notes{color:#475569;cursor:help;font-size:.875rem}.no-notes{color:#cbd5e1;font-size:.875rem}.notes-cell{display:flex;flex-direction:column;gap:.25rem}.admin-note,.superadmin-note{cursor:help;font-size:.75rem}.admin-note{color:#475569}.superadmin-note{color:#7c3aed}.note-label{font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.approval-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;width:90%}.approval-modal-header{align-items:center;background:#fff;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;padding:2rem 2.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.approval-modal-header h2{color:#1e293b;font-size:1.75rem;font-weight:700;margin:0}.approval-modal-body{padding:2.5rem}.approval-summary{grid-gap:2rem;background:#4c51bf;border-radius:12px;color:#fff;display:grid;gap:2rem;grid-template-columns:1fr auto;margin-bottom:2rem;padding:2rem}.approval-summary-item{display:flex;flex-direction:column;gap:.5rem}.approval-summary-label{color:#fffffff2;font-size:.875rem;font-weight:600;letter-spacing:.5px;opacity:1;text-transform:uppercase}.approval-summary-value{color:#fff;font-size:1.25rem;font-weight:700}.approval-summary-value.investment-name{color:#fff;font-size:1.5rem}.approval-summary-value.amount-large{color:#fff;font-size:2rem}.approval-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.superadmin-page .detail-section{background:#f8fafc;border-radius:12px;padding:1.5rem}.superadmin-page .detail-section h4{border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:1rem;padding-bottom:.75rem}.superadmin-page .detail-row{border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:.75rem 0}.superadmin-page .detail-row:last-child{border-bottom:none}.superadmin-page .detail-label{color:#64748b;font-size:.875rem;font-weight:600}.superadmin-page .detail-value{color:#1e293b;font-weight:500;text-align:right}.superadmin-page .detail-value.capitalize{text-transform:capitalize}.existing-notes{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.existing-notes h4{color:#92400e;font-size:.875rem;font-weight:700;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.existing-notes p{color:#78350f;line-height:1.6;margin:0}.approval-notes-section{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem}.approval-notes-section h4{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:.5rem}.notes-help{color:#64748b;font-size:.875rem;margin-bottom:1rem}.approval-notes-section textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.9375rem;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.approval-notes-section textarea:focus{border-color:#667eea;outline:none}.approval-modal-footer{background:#fff;border-top:2px solid #f1f5f9;bottom:0;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2.5rem;position:-webkit-sticky;position:sticky}.btn-approve-final{align-items:center;background:#10b981;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.875rem 2rem;transition:all .2s ease}.btn-approve-final svg{height:20px;width:20px}.btn-approve-final:hover{background:#059669;box-shadow:0 8px 20px #10b98166;transform:translateY(-2px)}.btn-view-details{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease;white-space:nowrap}.btn-view-details:hover{background:#5568d3;box-shadow:0 4px 8px #667eea4d;transform:translateY(-1px)}@media (max-width:768px){.pending-investments-grid{grid-template-columns:1fr}.superadmin-tabs{flex-wrap:wrap}.superadmin-tabs .tab-btn{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;font-size:.9rem;max-width:calc(50% - .5rem);min-width:calc(50% - .5rem);padding:15px 12px}.superadmin-tabs .tab-btn.active{border-bottom:3px solid #667eea}.form-row,.opportunities-grid{grid-template-columns:1fr}.section-header-with-action{align-items:flex-start;flex-direction:column;gap:1rem}.btn-create-opportunity{justify-content:center;width:100%}.opp-card-actions{flex-direction:column}.approval-details-grid,.approval-summary{grid-template-columns:1fr}.approved-investments-table,.pending-investments-table{overflow-x:auto}.filters-sort-container{align-items:stretch;flex-direction:column;gap:1rem}.filters-group{flex-direction:column;width:100%}.filter-input,.filter-select{min-width:auto;width:100%}.sort-group{align-items:stretch;flex-direction:column}.sort-select{min-width:auto;width:100%}}@media (max-width:480px){.superadmin-header h1{font-size:2rem}.header-subtitle{font-size:.95rem}.sa-stat-card{padding:1.25rem}.sa-stat-value{font-size:2rem}.sa-stat-label{font-size:.875rem}.superadmin-tabs .tab-btn{font-size:.85rem;padding:12px 8px}.approval-modal{padding:0;width:98%}.approval-modal-body,.approval-modal-header{padding:1rem}.approval-modal-header h2{font-size:1.35rem}.approval-summary-item{align-items:flex-start;flex-direction:column;gap:.25rem}.detail-section h4{font-size:1rem}.detail-row{align-items:flex-start;flex-direction:column;font-size:.9rem;gap:.25rem}.approval-modal-footer{flex-direction:column;gap:.75rem;padding:1rem}.approval-modal-footer button{padding:.875rem;width:100%}.btn-create-opportunity{font-size:.9rem;padding:.75rem 1rem}.notes-cell{font-size:.75rem}.note-label{font-size:.65rem}table{font-size:.85rem}td,th{padding:.5rem}}.premium-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:80px 20px 40px}.premium-container{margin:0 auto;max-width:1200px}.premium-header{margin-bottom:50px;text-align:center}.premium-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:15px}.premium-subtitle{color:#ffffffe6;font-size:1.2rem;margin:0 auto;max-width:600px}.membership-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto 60px;max-width:500px;padding:50px;position:relative;text-align:center}.membership-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;left:50%;letter-spacing:1px;padding:8px 30px;position:absolute;top:-15px;transform:translateX(-50%)}.membership-name{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:15px;margin-top:10px}.membership-description{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.membership-price{margin-bottom:40px}.price-amount{color:#667eea;display:inline-block;font-size:3.5rem;font-weight:700}.price-period{color:#718096;font-size:1.2rem;margin-left:5px}.membership-features{margin-bottom:40px;text-align:left}.feature-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;padding:15px 0}.feature-item:last-child{border-bottom:none}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;margin-right:15px;width:30px}.feature-text{color:#2d3748;font-size:1.1rem;font-weight:500}.btn-join-now{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:1px;padding:18px;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-join-now:hover{box-shadow:0 10px 30px #667eea66;transform:translateY(-2px)}.btn-join-now:disabled{cursor:not-allowed;opacity:.6;transform:none}.premium-benefits-section{margin-top:60px}.benefits-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:40px;text-align:center}.benefits-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-card{background:#fffffff2;border-radius:15px;padding:35px;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 15px 40px #0003;transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:20px}.benefit-card h4{color:#1a202c;font-size:1.4rem;font-weight:700;margin-bottom:10px}.benefit-card p{color:#4a5568;font-size:1rem;line-height:1.6}@media (max-width:768px){.premium-title{font-size:2rem}.premium-subtitle{font-size:1rem}.membership-card{padding:30px 20px}.membership-name{font-size:1.5rem}.price-amount{font-size:2.5rem}.benefits-title{font-size:2rem}.benefits-grid{grid-template-columns:1fr}}@media (max-width:480px){.premium-page{padding:80px 10px 40px}.premium-title{font-size:1.75rem}.premium-subtitle{font-size:.95rem}.membership-card{padding:25px 15px}.membership-name{font-size:1.3rem}.price-amount{font-size:2rem}.benefit-item,.price-period{font-size:.9rem}.upgrade-btn{font-size:.95rem;padding:12px 24px}.benefits-title{font-size:1.75rem}.benefit-card h3{font-size:1.2rem}.benefit-card p{font-size:.9rem}}.settings-page{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;padding:100px 20px 60px}.settings-container{margin:0 auto;max-width:1000px}.settings-header{margin-bottom:40px;text-align:center}.settings-header h1{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:10px}.settings-header p{color:#64748b;font-size:1.1rem}.settings-content{background:#fff;box-shadow:0 10px 40px #0000001a}.settings-content,.settings-tabs{border-radius:12px;overflow:hidden}.settings-tabs{background:#f8f9fa;border-bottom:2px solid #e9ecef;display:flex;margin-bottom:1.5rem}.settings-tabs .tab-btn{align-items:center;background:#0000;border:none;color:#6c757d;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:500;gap:8px;justify-content:center;min-width:150px;padding:20px;transition:all .3s ease;white-space:nowrap}.settings-tabs .tab-btn:hover{background:#667eea1a;color:#667eea}.settings-tabs .tab-btn.active{background:#fff;border-bottom:3px solid #667eea;color:#667eea}.settings-panel{align-items:center;display:flex;flex-direction:column;padding:40px}.settings-section{max-width:600px;text-align:center;width:100%}.settings-section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:10px;text-align:center}.section-description{color:#6c757d;font-size:1rem;margin-bottom:30px}.settings-form{max-width:600px;width:100%}.form-group{margin-bottom:25px}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group small{color:#6c757d;display:block;font-size:.875rem;margin-top:6px}.user-info-display{background:#f8f9fa;border-radius:8px;margin:25px 0;padding:20px}.info-item{border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:10px 0}.info-item:last-child{border-bottom:none}.info-label{color:#6c757d;font-weight:500}.info-value{color:#2c3e50;font-weight:600}.notification-options{margin-bottom:30px}.notification-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:15px;padding:20px}.notification-info{flex:1 1}.notification-info label{color:#2c3e50;cursor:pointer;display:block;font-weight:600;margin-bottom:4px}.notification-info p{color:#6c757d;font-size:.9rem;margin:0}.switch{display:inline-block;flex-shrink:0;height:34px;position:relative;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#667eea}input:checked+.slider:before{transform:translateX(26px)}.account-actions{grid-gap:25px;display:grid;gap:25px;max-width:700px}.action-card{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:25px}.action-card.danger{border-left-color:#dc3545}.action-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:10px}.action-card p{color:#6c757d;margin-bottom:20px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:all .3s ease}.btn-primary:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.btn-upgrade{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 28px;transition:all .3s ease}.btn-upgrade:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.btn-upgrade:disabled{background:#6c757d;cursor:not-allowed;transform:none}.btn-danger{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 28px;transition:all .3s ease}.btn-danger:hover{background:#c82333;box-shadow:0 8px 20px #dc354566;transform:translateY(-2px)}.btn-danger:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.settings-page{padding:80px 15px 40px}.settings-header h1{font-size:2rem}.settings-panel{padding:25px 20px}.settings-tabs{flex-wrap:wrap}.settings-tabs .tab-btn{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;font-size:.9rem;max-width:calc(50% - .5rem);min-width:calc(50% - .5rem);padding:15px 12px}.notification-item{align-items:flex-start;flex-direction:row;gap:15px}.settings-section h2{font-size:1.5rem}}@media (max-width:480px){.settings-page{padding:70px 10px 30px}.settings-header h1{font-size:1.6rem}.settings-header p{font-size:.95rem}.settings-panel{padding:20px 15px}.settings-tabs .tab-btn{font-size:.85rem;min-width:100px;padding:12px 10px}.settings-section h2{font-size:1.3rem}.form-group label,.settings-section p{font-size:.9rem}.form-group input,.form-group textarea{font-size:.9rem;padding:10px}.btn-danger,.btn-primary,.btn-secondary{font-size:.9rem;padding:10px 20px}.notification-item .notification-info h3{font-size:1rem}.notification-item .notification-info p{font-size:.85rem}}*{box-sizing:border-box;margin:0;padding:0}.container{margin:0 auto;max-width:1200px;padding:0 20px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:0;width:100%}.page-container{margin:0 auto;max-width:1200px;padding:60px 20px}.page-title{color:#333;font-size:2.5rem;margin-bottom:20px;text-align:center}.page-content{color:#666;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.page-content p{margin-bottom:20px}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:15px;text-align:center}.section-subtitle{color:#666;font-size:1.2rem;font-style:italic;margin-bottom:40px;text-align:center}.section-description{color:#666;font-size:1.1rem;margin-bottom:50px;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}
/*# sourceMappingURL=main.420c499c.css.map*/