.home-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.header{background:transparent;position:relative;z-index:1000;border:none}.nav{width:100%;overflow-x:hidden}.nav-container{max-width:1400px;margin:0 auto;padding:3.5rem 2rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{text-decoration:none;display:block}.logo h1{font-size:1.5rem;font-weight:400;color:#fff;margin:0;letter-spacing:.05em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-links-wrapper{position:relative;flex:1;display:flex;justify-content:center;align-items:flex-start}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center;margin:0;padding:0;flex:1;justify-content:center}.nav-item{position:relative}.nav-link-button{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;display:flex;align-items:center;gap:.3rem;cursor:pointer;background:none;border:none;padding:0;margin:0}.nav-link-button:hover{color:#fff;background:none}.nav-link-button:after{content:"›";font-size:1.1rem;opacity:.7;margin-left:.4rem;transition:transform .3s ease,opacity .3s ease;font-weight:300}.nav-link-button:hover:after{opacity:1}.nav-item:has(.nav-dropdown) .nav-link-button:after,.nav-item[data-active=true] .nav-link-button:after{transform:rotate(-90deg)}.nav-dropdown{position:fixed;top:35%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:.75rem;box-shadow:0 10px 25px #00000026;padding:0;width:800px;height:400px;z-index:1000;display:grid;grid-template-columns:1.5fr 1fr;gap:0;animation:fadeInDown .3s ease;overflow:hidden;opacity:1;transition:opacity .3s ease,transform .3s ease}.nav-dropdown.fading-out{opacity:0;transform:translate(-50%,-50%) translateY(-10px)}.nav-dropdown-content{padding:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;overflow-y:auto;height:100%}.nav-dropdown-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-radius:.5rem;transition:background-color .2s ease;margin:-.5rem -.75rem}.nav-dropdown-subtext{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4;padding-left:0;transition:color .2s ease}.nav-dropdown-image{width:100%;height:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;border-left:1px solid #e5e7eb}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%,-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%,-50%) translateY(0)}}.nav-dropdown-content a{color:#1f2937;text-decoration:none;font-size:.875rem;font-weight:500;padding:0;border-radius:0;transition:color .2s ease;display:block;white-space:normal;word-wrap:break-word}.nav-dropdown-item:hover{background-color:#f3f4f6}.nav-dropdown-item:hover a{color:#3b82f6}.nav-dropdown-item:hover .nav-dropdown-subtext{color:#4b5563}.nav-item-new{position:relative}.nav-link-button-new{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;display:flex;align-items:center;gap:.3rem;cursor:pointer;background:transparent;border:none;padding:.5rem 1rem;margin:0;font-family:inherit;border-radius:4px;transition:all .2s ease}.nav-link-button-new:hover{color:#fff}.nav-icon{width:1rem;height:1rem;transition:transform .3s ease}.nav-item-new.open .nav-icon{transform:rotate(180deg)}.nav-dropdown-widget{position:fixed;background:#fff;border-radius:.75rem;box-shadow:0 10px 25px #00000026;z-index:10001;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:auto;animation:fadeInDown .3s ease forwards}.nav-dropdown-widget.fading-out{opacity:0;transform:translateY(-10px);pointer-events:none}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-widget-content{display:grid;grid-template-columns:1.5fr 1fr;gap:0}.nav-dropdown-widget-left{padding:1.5rem}.nav-dropdown-widget-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.nav-dropdown-widget-list li{margin:0;display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;border-radius:.5rem;transition:background-color .2s ease;cursor:pointer}.nav-dropdown-widget-list li:hover{background-color:#f3f4f6}.nav-dropdown-widget-list a{display:block;color:#1f2937;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.nav-dropdown-widget-list li:hover a{color:#3b82f6}.nav-dropdown-widget-subtext{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4;transition:color .2s ease}.nav-dropdown-widget-list li:hover .nav-dropdown-widget-subtext{color:#4b5563}.nav-dropdown-widget-image{width:100%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.875rem;border-left:1px solid #e5e7eb;border-radius:0 .75rem .75rem 0;min-height:200px}.nav-dropdown-widget-image img{width:100%;height:100%;object-fit:cover;border-radius:0 .75rem .75rem 0}.header-actions{display:flex;align-items:center;gap:1.5rem}.contact-link{color:#ffffffe6;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;display:flex;align-items:center;gap:.3rem}.contact-link:after{content:"›";font-size:1.1rem;opacity:.7;margin-left:.4rem;transition:transform .3s ease,opacity .3s ease;font-weight:300}.contact-link:hover:after{transform:translate(4px);opacity:1}.contact-link:hover{color:#fff}.btn-login{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-login:hover{background:#fff3;border-color:#ffffff4d}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.menu-toggle span{width:25px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease;display:block}.menu-toggle span.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle span.open:nth-child(2){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);padding:2rem 0;transform:translateY(-100%);opacity:0;transition:all .3s ease;z-index:1000;max-height:0;overflow:hidden;box-sizing:border-box}.mobile-menu.open{display:block;transform:translateY(0);opacity:1;max-height:100vh;overflow-y:auto}.mobile-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem;width:100%;box-sizing:border-box}.mobile-nav-links li{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.mobile-nav-links li:last-child{border-bottom:none}.mobile-nav-item{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.mobile-nav-button{background:none;border:none;color:#ffffffe6;text-decoration:none;font-size:1.1rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;transition:color .3s ease;font-family:inherit;padding:0}.mobile-nav-button:hover{color:#fff}.mobile-chevron{font-size:1.1rem;opacity:.7;transition:transform .3s ease,opacity .3s ease;transform:rotate(90deg);display:inline-block}.mobile-nav-button[aria-expanded=true] .mobile-chevron{transform:rotate(180deg)}.mobile-submenu{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}.mobile-submenu li{border-bottom:none;padding-bottom:0}.mobile-submenu a{color:#ffffffb3;text-decoration:none;font-size:.85rem;font-weight:400;display:block;transition:color .3s ease;padding:.5rem 0}.mobile-submenu a:hover{color:#fff}.mobile-nav-links a{color:#ffffffe6;text-decoration:none;font-size:1.1rem;font-weight:500;display:block;transition:color .3s ease}.mobile-nav-links a:hover{color:#fff}.btn-login-mobile{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:block;text-align:center}.btn-login-mobile:hover{background:#fff3;border-color:#ffffff4d}.hero{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);position:relative;padding:1rem 2rem 12rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:hidden}.hero:before{content:"";position:absolute;bottom:0;right:0;width:60%;height:60%;background:radial-gradient(circle,rgba(64,224,208,.15) 0%,transparent 70%);border-radius:50%;transform:translate(20%,20%)}.hero-content{max-width:1000px;margin:7rem auto 0;position:relative;z-index:1;text-align:center}.hero-title{font-size:4rem;font-weight:500;margin-bottom:1.5rem;line-height:1.1;color:#fff}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;color:#fffc;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#ffffff26;border-color:#ffffff4d}.partners-section{padding:2rem 0;margin-top:10rem;background:transparent;overflow:hidden;position:relative;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.partners-container{width:100%;overflow:hidden;position:relative}.partners-track{display:flex;gap:2rem;animation:scroll-left 40s linear infinite;width:fit-content}.partner-item{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;position:relative;animation:fade-in-out 4s ease-in-out infinite;height:80px;width:200px;flex-shrink:0}.partner-item:nth-child(odd){animation-delay:0s}.partner-item:nth-child(2n){animation-delay:2s}.partner-logo{object-fit:contain;filter:brightness(0) invert(1);opacity:.6;transition:opacity .3s ease}.partner-logo-smaller{height:50px;width:140px}.partner-logo-large{height:80px;width:240px}.partner-logo-bigger{height:90px;width:260px}.partner-item:hover .partner-logo{opacity:1}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fade-in-out{0%,to{opacity:.3;color:#ffffff4d}50%{opacity:.8;color:#fffc}}.light-blue-section{background:#e6f2ff;width:100%;padding:6rem 0}.light-blue-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.light-blue-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.light-blue-image{width:100%}.image-placeholder{width:100%;aspect-ratio:4 / 3;background:#d1e7ff;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1rem}.light-blue-text{display:flex;flex-direction:column;gap:1.5rem}.light-blue-title{font-size:2.5rem;font-weight:600;color:#1e40af;margin:0;line-height:1.2}.light-blue-subtitle{font-size:1.1rem;color:#1e40af;line-height:1.6;margin:0}.light-blue-learn-more{font-size:1rem;color:#3b82f6;text-decoration:none;font-weight:500;display:inline-block;margin-top:.5rem;transition:text-decoration .3s ease;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.learn-more-arrow{font-size:1.1rem;opacity:.7;margin-left:.4rem;transition:transform .3s ease,opacity .3s ease;display:inline-block}.light-blue-learn-more:hover{text-decoration:underline}.light-blue-learn-more:hover .learn-more-arrow{transform:translate(4px);opacity:1}.featured-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.featured-section-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0}.btn-view-all{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;text-decoration:none;align-items:center;gap:.5rem}.btn-view-all:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.view-all-arrow{font-size:1rem;transition:transform .3s ease}.btn-view-all:hover .view-all-arrow{transform:translate(4px)}.featured-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.featured-card{background:#f3f4f6;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.featured-card-image{width:100%;aspect-ratio:16 / 9;background:#d1d5db;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.875rem}.featured-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.featured-card-tags{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.featured-card-title{font-size:1.1rem;font-weight:600;color:#1e40af;margin:0;line-height:1.4}.cta-widget{width:100%;aspect-ratio:16 / 9;background:#1e3a8a;border-radius:1rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.cta-widget-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;z-index:1}.cta-widget-content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem}.cta-title{font-size:3rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.cta-button{font-size:1.1rem;padding:1rem 2.5rem}.disclaimer-text{font-size:.75rem;color:#6b7280;line-height:1.6;text-align:center;max-width:900px;margin:0 auto}.footer{background:linear-gradient(135deg,#0a0e27,#1a1f3a);width:100%;padding:4rem 2rem 3rem}.footer .container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 4fr;gap:4rem;align-items:start}.footer-brand{display:flex;flex-direction:column}.footer-logo{font-size:2rem;font-weight:600;color:#fff;margin:0}.footer-links{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-size:1rem;font-weight:600;color:#fff;margin:0 0 1.5rem}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-column>div{display:flex;gap:4.5rem;width:100%}@media (max-width: 768px){.footer-column>div{flex-direction:column;gap:0}}.footer-link-list li{margin:0}.footer-link-list a{color:#fffc;text-decoration:none;font-size:1rem;transition:color .3s ease;line-height:1.6}.footer-link-list a:hover{color:#fff}.footer-link-list span{color:#fffc;font-size:1rem;line-height:1.6}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{color:#fff;opacity:.8;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.social-icon:hover{opacity:1}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;gap:1.5rem;flex-wrap:wrap}.footer-bottom-links a{color:#fffc;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}.footer-copyright{color:#fffc;font-size:1rem}.mobile-toggle,.footer-chevron{display:none}.white-section{background:#fff;width:100%;padding:6rem 2rem}.white-section .container{max-width:1200px;margin:0 auto}.white-hero{text-align:center;margin-bottom:4rem}.white-hero-title{font-size:3.5rem;font-weight:500;color:#1f2937;margin-bottom:1.5rem;line-height:1.1}.white-hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.btn-primary-white,a.btn-primary-white{background:#3b82f6;color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary-white:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.video-widget{margin:4rem 0;width:100%}.video-container{width:100%;aspect-ratio:16 / 9;background:#f3f4f6;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:400px}.video-container:before{content:"▶";font-size:4rem;color:#9ca3af;opacity:.5;z-index:1}.video-container:has(video):before{display:none}.video-container:has(.homepage-video):before{display:none}.homepage-video{width:100%;height:100%;object-fit:cover;border-radius:1rem;position:absolute;top:0;left:0;z-index:2}.video-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000004d;border-radius:1rem;cursor:pointer;transition:background .3s ease;z-index:3}.video-play-overlay:hover{background:#00000080}.video-play-button{font-size:4rem;color:#fff;opacity:.9;transition:transform .3s ease,opacity .3s ease;pointer-events:none;z-index:4}.video-play-overlay:hover .video-play-button{transform:scale(1.1);opacity:1}.stats-section{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;margin-left:-4rem}.stat-card{padding:2.5rem 2rem;position:relative;border-right:1px solid #e5e7eb;text-align:center;display:flex;flex-direction:column;align-items:center}.stat-card:last-child{border-right:none}.stat-icon{font-size:2.5rem;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;line-height:1;color:#3b82f6;font-weight:300}.stat-icon svg{width:2.5rem;height:2.5rem}.stat-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.75rem;white-space:nowrap;text-align:center}.stat-description{font-size:.95rem;color:#6b7280;line-height:1.6;text-align:center}.second-hero{margin-top:6rem}.tabbed-widget-section{margin-top:4rem;width:100%}.tab-buttons{display:flex;gap:.5rem;margin-bottom:2rem;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:.5rem}.tab-buttons::-webkit-scrollbar{height:4px}.tab-buttons::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.tab-buttons::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:2px}.tab-buttons::-webkit-scrollbar-thumb:hover{background:#6b7280}.tab-button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;background:#f3f4f6;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background:#e5e7eb;color:#1f2937}.tab-button.active{background:#1e40af;color:#fff}.tabbed-widget-container{position:relative;width:100%;margin:0 auto}.tabbed-widget-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.blue-fade-left{position:absolute;left:-10%;top:0;width:20%;height:100%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);border-radius:50%}.blue-fade-right{position:absolute;right:-10%;top:0;width:20%;height:100%;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%);border-radius:50%}.tabbed-widget{position:relative;z-index:1;width:100%;aspect-ratio:16 / 9;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center;padding:3rem}.tabbed-widget-content{width:100%;max-width:1000px}.widget-content{display:flex;flex-direction:column;gap:1.5rem}.widget-subtitle{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.1em;margin:0}.widget-title{font-size:2.5rem;font-weight:600;color:#1e40af;margin:0;line-height:1.2}.widget-description{font-size:1.1rem;color:#4b5563;line-height:1.6;margin:0}.widget-buttons{display:flex;gap:1rem;margin-top:.5rem}.btn-secondary-white,a.btn-secondary-white{background:#f3f4f6;color:#1f2937;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary-white:hover{background:#e5e7eb}.third-hero{margin-top:6rem}.third-widget-section{margin-top:4rem;width:100%}.third-widget{width:100%;aspect-ratio:16 / 9;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:2rem}.calendar-container{width:100%;height:100%}.calendar-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;height:100%;align-items:start}.advisor-section{display:flex;flex-direction:column;gap:2rem}.advisor-profile{display:flex;flex-direction:column;align-items:center;gap:1rem}.advisor-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;position:relative;color:#fff;font-size:3rem;font-weight:600}.live-indicator{position:absolute;bottom:5px;right:5px;width:20px;height:20px;background:#10b981;border:3px solid #ffffff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.advisor-name{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.response-time-mobile{display:none}.consultation-steps{display:flex;flex-direction:column;gap:1.5rem}.steps-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.step-item{display:flex;align-items:flex-start;gap:1rem}.step-number{width:28px;height:28px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;flex-shrink:0}.step-text{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.calendar-section{width:100%}.mobile-description{display:none}.calendar-title{font-size:1.75rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:2rem}.calendar-widget{width:100%}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.calendar-nav{background:#f3f4f6;border:none;border-radius:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#1f2937;transition:all .3s ease}.calendar-nav:hover{background:#e5e7eb}.calendar-month{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.calendar-grid{width:100%}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.calendar-weekday{text-align:center;font-size:.875rem;font-weight:600;color:#6b7280;padding:.5rem}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-day{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2937;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.calendar-day.available:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.calendar-day.unavailable{background:#f9fafb;color:#d1d5db;cursor:not-allowed;border-color:#f3f4f6}.consultation-form{width:100%;height:100%;display:flex;flex-direction:column}.form-header{margin-bottom:2rem}.back-button{background:none;border:none;color:#3b82f6;font-size:.95rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .3s ease}.form-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.selected-date{font-size:.95rem;color:#6b7280;margin:0}.form-content-layout{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto 1fr;gap:2rem;flex:1;overflow-y:auto;align-items:start}.form-left{display:grid;grid-template-rows:auto auto auto;gap:2rem}.form-left .form-fields{display:flex;flex-direction:column;gap:1.5rem}.form-right{display:grid;grid-template-rows:auto auto auto;gap:1.5rem;align-items:start}.form-field-full{grid-row:1}.form-field-full .form-textarea{min-height:145px;max-height:145px;resize:vertical}.form-left .time-selection{grid-row:1}.form-left .form-fields{grid-row:2}.form-right .form-field:nth-child(2){grid-row:2;margin-top:0;padding-top:0;align-self:start}.form-right .submit-button{grid-row:3;align-self:start;margin-top:1.5rem;padding-top:.875rem;padding-bottom:.875rem;width:auto;min-width:200px}.time-selection{margin-bottom:2rem}.time-slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;margin-top:1rem}.time-slot{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2937;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.time-slot:hover{border-color:#3b82f6;background:#eff6ff}.time-slot.selected{background:#3b82f6;color:#fff;border-color:#3b82f6}.form-fields{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:500;color:#1f2937}.form-input,.form-textarea{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:border-color .3s ease;font-family:inherit}.submit-button{width:100%;margin-top:1rem}@media (max-width: 1024px){.hero-title{font-size:3rem}.nav-links{gap:1.5rem}.nav-dropdown{position:fixed;left:1rem;right:1rem;transform:none;top:auto;max-width:calc(100vw - 2rem)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-container{padding:2.5rem 2rem 1.5rem}.white-hero-title{font-size:2.75rem}.stats-section{grid-template-columns:repeat(2,1fr)}.stat-card:nth-child(2){border-right:none}.stat-card:nth-child(3){border-top:1px solid #e5e7eb;border-right:1px solid #e5e7eb}.stat-card:nth-child(4){border-top:1px solid #e5e7eb}}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem;flex-wrap:nowrap}.logo h1{font-size:1.3rem}.nav-links,.nav-links-wrapper,.nav-dropdown-widget,.header-actions{display:none}.menu-toggle{display:flex;margin-left:auto}.mobile-menu{display:block}.hero{padding:1rem 1.5rem 4rem;min-height:auto}.hero-content{margin:5rem auto 0}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;line-height:1.5;margin-bottom:2rem;padding:0 1rem}.hero-buttons{flex-direction:row;gap:.75rem;width:100%;padding:0 1rem;justify-content:center}.btn{width:auto;flex:0 1 auto;padding:.65rem 1.2rem;font-size:.85rem}.partners-section{margin-top:12rem;padding:1.5rem 0}.partner-item{width:150px;padding:.75rem 1rem}.partner-logo-smaller{height:70px;width:200px}.partner-logo-large{height:90px;width:260px}.partner-logo-bigger{height:110px;width:310px}.partners-track{gap:1.5rem}.white-section{padding:3rem 1.5rem}.white-hero-title{font-size:2rem}.white-hero-subtitle{font-size:1rem}.white-section{padding:4rem 1.5rem}.white-hero{margin-top:2rem;margin-bottom:3rem}.white-hero-subtitle{margin-bottom:1.5rem}.stats-section{grid-template-columns:1fr}.stat-card{border-right:none;border-bottom:1px solid #e5e7eb;padding:1.5rem 1rem}.stat-card:last-child{border-bottom:none}.stat-icon{font-size:2rem;margin-bottom:.75rem}.stat-icon svg{width:2rem;height:2rem}.stat-title{font-size:1.25rem;white-space:normal;margin-bottom:.5rem}.stat-description{font-size:.85rem}.light-blue-section{padding:3rem 1.5rem}.light-blue-content{grid-template-columns:1fr;gap:2rem}.light-blue-image{order:1}.light-blue-text{order:2}.light-blue-title{font-size:1.75rem}.light-blue-subtitle{font-size:1rem}.light-blue-learn-more{font-size:.95rem}.light-blue-learn-more:hover{text-decoration:none}.featured-section-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.featured-section-title{font-size:1.75rem}.btn-view-all{align-self:flex-start}.featured-cards-grid{grid-template-columns:1fr;gap:1.5rem}.featured-card-content{padding:1.25rem}.featured-card-title{font-size:1rem}.cta-widget{aspect-ratio:4 / 3;margin-bottom:2rem}.cta-title{font-size:2rem}.cta-button{font-size:1rem;padding:.875rem 2rem}.disclaimer-text{font-size:.7rem;padding:0 1rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{text-align:left;margin-bottom:1rem}.footer-logo{font-size:1.5rem;margin-bottom:1rem}.footer-social{margin-top:1rem}.footer-links{grid-template-columns:1fr;gap:0}.footer-column{text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.footer-column:last-child{border-bottom:none}.footer-column-title{margin-bottom:0;padding:1rem 0;width:100%;text-align:left;background:none;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.mobile-toggle{display:flex!important}.footer-chevron{display:inline-block!important;font-size:1.1rem;opacity:.7;margin-left:.4rem;transition:transform .3s ease,opacity .3s ease;transform:rotate(90deg)}.footer-column-title.mobile-toggle[aria-expanded=true] .footer-chevron{transform:rotate(180deg)}.footer-link-list{max-height:0;overflow:hidden;transition:max-height .3s ease;gap:.75rem;padding:0;margin:0}.footer-link-list.expanded{max-height:1000px;padding-bottom:1rem}.footer-link-list a{font-size:.875rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:2rem;padding-top:1.5rem}.footer-bottom-links{flex-direction:column;gap:.75rem}.second-hero,.third-hero{margin-top:4rem}.third-widget{padding:1.5rem;min-height:600px;align-items:flex-start;justify-content:flex-start;overflow-y:auto}.calendar-container{width:100%;height:auto;min-height:auto}.consultation-form{width:100%;height:auto;min-height:auto;align-items:flex-start}.form-header{width:100%;margin-bottom:1.5rem;padding-top:0}.calendar-layout{grid-template-columns:1fr;gap:2rem;height:auto}.advisor-section{order:1;padding-bottom:.5rem;margin-bottom:.5rem;gap:.75rem}.advisor-profile{gap:.5rem;margin-bottom:0}.calendar-section{order:2;margin-top:0}.advisor-avatar{width:80px;height:80px;font-size:2rem}.advisor-name{font-size:1.25rem;margin-bottom:.25rem}.response-time-mobile{display:block;font-size:1rem;color:#3b82f6;font-weight:600;margin:0;text-align:center}.consultation-steps{display:none}.mobile-description{display:block;font-size:.95rem;color:#6b7280;text-align:center;margin:.5rem 0 1.5rem;line-height:1.5;padding:0 1rem}.calendar-title{font-size:1.5rem;margin-bottom:1.5rem}.form-content-layout{grid-template-columns:1fr;gap:1.5rem}.form-left{order:1;gap:1.5rem}.form-right{order:2;gap:1.5rem}.form-left .form-fields{gap:1.5rem}.submit-button{width:100%;margin-top:0}.calendar-day{font-size:.85rem}.form-title{font-size:1.5rem}.time-slots{grid-template-columns:repeat(3,1fr)}.tab-buttons{gap:.5rem;justify-content:flex-start;flex-wrap:nowrap}.tab-button{padding:.6rem 1.2rem;font-size:.85rem;flex-shrink:0;white-space:nowrap}.tabbed-widget{padding:2rem 1.5rem}.widget-title{font-size:1.75rem}.widget-description{font-size:1rem}.widget-buttons{flex-direction:column}.btn-secondary-white{width:100%}}@media (max-width: 480px){.nav-container{padding:1.5rem 1rem .75rem}.logo h1{font-size:1.1rem}.hero{padding:.5rem 1rem 4rem}.hero-content{margin:7rem auto 0}.hero-title{font-size:2.25rem;margin-bottom:.875rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem;padding:0}.hero-buttons{padding:0;gap:.5rem}.btn{padding:.6rem 1rem;font-size:.8rem}.partners-section{margin-top:10rem;padding:1rem 0}.partner-logo-smaller{height:60px;width:170px}.partner-logo-large{height:80px;width:230px}.partner-logo-bigger{height:95px;width:270px}.partner-item{width:150px;padding:.75rem 1rem}.partners-track{gap:1rem}.white-section{padding:2rem 1rem}.white-hero-title{font-size:1.75rem}.white-hero-subtitle{font-size:.9rem}.video-widget{margin:3rem 0}.stat-card{padding:1.5rem 1rem}.stat-title{font-size:1.5rem}.stat-description{font-size:.875rem}.second-hero,.third-hero{margin-top:3rem}.third-widget{padding:1rem;min-height:700px;align-items:flex-start;justify-content:flex-start;overflow-y:auto}.calendar-container{width:100%;height:auto;min-height:auto}.consultation-form{width:100%;height:auto;min-height:auto;align-items:flex-start}.form-header{width:100%;margin-bottom:1.5rem;padding-top:0;position:relative;top:0}.calendar-layout{gap:1.5rem;height:auto}.advisor-avatar{width:60px;height:60px;font-size:1.5rem}.live-indicator{width:16px;height:16px;bottom:3px;right:3px}.advisor-name{font-size:1.1rem;margin-bottom:.5rem}.calendar-section{margin-top:.75rem}.calendar-title{font-size:1.25rem;margin-bottom:1.5rem}.calendar-month{font-size:1rem}.calendar-nav{width:2rem;height:2rem;font-size:1rem}.calendar-weekday{font-size:.75rem;padding:.25rem}.calendar-day{font-size:.8rem}.form-content-layout{gap:1.25rem}.form-title{font-size:1.1rem}.selected-date{font-size:.85rem}.time-selection{margin-bottom:1.5rem}.time-slots{grid-template-columns:repeat(2,1fr);gap:.5rem}.time-slot{padding:.6rem .75rem;font-size:.85rem}.form-fields{gap:1rem}.form-label{font-size:.9rem}.form-input,.form-textarea{padding:.6rem .75rem;font-size:.9rem}.form-textarea{min-height:80px}.submit-button{padding:.75rem 1.5rem;font-size:.9rem}.tab-button{padding:.5rem 1rem;font-size:.8rem}.tabbed-widget{padding:1.5rem 1rem}.widget-title{font-size:1.5rem}.widget-description{font-size:.9rem}}.login-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;position:relative}.login-container{width:100%;height:100vh;display:grid;grid-template-columns:1fr 1fr;margin:0}.login-left{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.login-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.login-left-content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:600px}.login-brand{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:2rem}.login-title{font-size:2.25rem;font-weight:600;color:#fff;margin:0 0 1.5rem;line-height:1.2}.login-subtitle{font-size:1.1rem;color:#fffc;margin:0;line-height:1.6;font-weight:300}.login-right{background:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:2rem}.login-form-container{width:100%;max-width:450px;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a}.login-form-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.login-form-subtitle{font-size:.95rem;color:#6b7280;margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-label-row{display:flex;justify-content:space-between;align-items:center}.forgot-password{font-size:.85rem;color:#6b7280;text-decoration:underline;transition:color .2s ease}.forgot-password:hover{color:#3b82f6}.login-button{width:100%;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.login-button:hover:not(:disabled){background:#0d9488}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-divider{display:flex;align-items:center;gap:1rem;margin:2rem 0}.login-footer{text-align:center;font-size:.9rem;color:#6b7280}@media (max-width: 768px){.back-to-home{top:1rem;right:1rem;font-size:.85rem}.back-to-home span{display:none}.back-to-home svg{width:16px;height:16px}.login-container{grid-template-columns:1fr;height:auto;min-height:100vh}.login-left{min-height:300px;padding:2rem 1.5rem}.login-brand{margin-bottom:1.5rem}.brand-main{font-size:1.5rem}.brand-sub{font-size:.85rem}.login-title{font-size:2rem;margin-bottom:1rem}.login-subtitle{font-size:.95rem}.login-right,.login-form-container{padding:2rem 1.5rem}.social-login{flex-direction:column}}.forgot-password-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.forgot-password-modal{background:#fff;border-radius:1rem;padding:2.5rem;max-width:450px;width:90%;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}.forgot-password-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:.5rem;width:2rem;height:2rem}.forgot-password-close:hover{color:#1f2937;background:#f3f4f6}.forgot-password-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.forgot-password-subtitle{font-size:.95rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.reset-error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem}.reset-success-message{text-align:center;padding:1rem 0}.reset-success-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.reset-success-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.reset-success-text{font-size:.95rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.reset-success-button{width:100%;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.reset-success-button:hover{background:#0d9488}.reset-button{width:100%;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.reset-button:hover:not(:disabled){background:#0d9488}.reset-button:disabled{opacity:.6;cursor:not-allowed}.reset-cancel-button{width:100%;padding:.875rem 1.5rem;background:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.reset-cancel-button:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}html.dark-mode .login-form-container .form-input{background:#fff!important;border-color:#e5e7eb!important;color:#1f2937!important}html.dark-mode .login-form-container .form-input::placeholder{color:#9ca3af!important}html.dark-mode .login-form-container .form-label,html.dark-mode .login-form-container .form-label-row .form-label,html.dark-mode .login-form-container label.form-label,html.dark-mode .login-form-container label[for=email],html.dark-mode .login-form-container label[for=password],html.dark-mode .login-form-container .form-group label{color:#1f2937!important}html.dark-mode .login-form-container .forgot-password{color:#6b7280!important}html.dark-mode .login-form-container{background:#fff!important}html.dark-mode .login-form-title{color:#1f2937!important}html.dark-mode .login-form-subtitle{color:#6b7280!important}html.dark-mode .forgot-password-modal .form-input{background:#fff!important;border-color:#e5e7eb!important;color:#1f2937!important}html.dark-mode .forgot-password-modal .form-label{color:#1f2937!important}@media (max-width: 768px){.forgot-password-modal{padding:2rem 1.5rem;max-width:90%}.forgot-password-title{font-size:1.25rem}.forgot-password-subtitle{font-size:.9rem}}.signup-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;position:relative}.signup-container{width:100%;height:100vh;display:grid;grid-template-columns:1fr 1fr;margin:0}.signup-left{background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.signup-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.shape{position:absolute;border-radius:50%}.shape-1{width:600px;height:600px;top:-200px;left:-200px;background:radial-gradient(circle,rgba(64,224,208,.15) 0%,transparent 70%)}.shape-2{width:500px;height:500px;bottom:-150px;right:-150px;background:radial-gradient(circle,rgba(59,130,246,.15) 0%,transparent 70%)}.shape-3{width:400px;height:400px;top:50%;right:10%;transform:translateY(-50%);background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%)}.signup-left-content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:600px}.signup-brand{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:2rem}.brand-main{font-size:2rem;font-weight:400;color:#fff;letter-spacing:.05em}.brand-sub{font-size:1rem;font-weight:300;color:#ffffffb3;letter-spacing:.05em}.signup-title{font-size:2.25rem;font-weight:600;color:#fff;margin:0 0 1.5rem;line-height:1.2;white-space:nowrap}.signup-subtitle{font-size:1.1rem;color:#fffc;margin:0;line-height:1.6;font-weight:300}.signup-right{background:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:2rem}.signup-form-container{width:100%;max-width:450px;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a}.signup-form-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.signup-form-subtitle{font-size:.95rem;color:#6b7280;margin:0 0 2rem}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.signup-button{width:100%;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.signup-button:hover:not(:disabled){background:#0d9488}.signup-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1.5rem}.signup-divider{display:flex;align-items:center;gap:1rem;margin:2rem 0}.divider-line{flex:1;height:1px;background:#e5e7eb}.divider-text{font-size:.875rem;color:#6b7280}.social-login{display:flex;gap:1rem;margin-bottom:2rem}.social-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease}.social-button:hover:not(:disabled){border-color:#d1d5db;background:#f9fafb}.social-button:disabled{opacity:.6;cursor:not-allowed}.social-button svg{flex-shrink:0}.google-button svg{width:20px;height:20px}.signup-footer{text-align:center;font-size:.9rem;color:#6b7280}.footer-text{margin-right:.5rem}.footer-link{color:#6b7280;text-decoration:underline;transition:color .2s ease}.footer-link:hover{color:#3b82f6}@media (max-width: 768px){.back-to-home{top:1rem;right:1rem;font-size:.85rem}.back-to-home span{display:none}.back-to-home svg{width:16px;height:16px}.signup-container{grid-template-columns:1fr;height:auto;min-height:100vh}.signup-left{min-height:300px;padding:2rem 1.5rem}.signup-brand{margin-bottom:1.5rem}.brand-main{font-size:1.5rem}.brand-sub{font-size:.85rem}.signup-title{font-size:2rem;margin-bottom:1rem;white-space:normal}.signup-subtitle{font-size:.95rem}.signup-right,.signup-form-container{padding:2rem 1.5rem}.social-login{flex-direction:column}}.success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.success-popup{background:#fff;border-radius:1rem;padding:2.5rem;max-width:450px;width:90%;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease;text-align:center}.success-popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:.5rem}.success-popup-close:hover{color:#1f2937;background:#f3f4f6}.success-popup-icon{color:#10b981;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.success-popup-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.success-popup-message{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}@media (max-width: 768px){.success-popup{padding:2rem 1.5rem;max-width:90%}.success-popup-title{font-size:1.25rem}.success-popup-message{font-size:.95rem}}html.dark-mode .signup-form-container .form-input{background:#fff!important;border-color:#e5e7eb!important;color:#1f2937!important}html.dark-mode .signup-form-container .form-input::placeholder{color:#9ca3af!important}html.dark-mode .signup-form-container .form-label,html.dark-mode .signup-form-container label.form-label,html.dark-mode .signup-form-container .form-group .form-label,html.dark-mode .signup-form-container label[for=fullName],html.dark-mode .signup-form-container label[for=email],html.dark-mode .signup-form-container label[for=password],html.dark-mode .signup-form-container label[for=confirmPassword],html.dark-mode .signup-form-container .form-group label{color:#1f2937!important}html.dark-mode .signup-form-container{background:#fff!important}html.dark-mode .signup-form-title{color:#1f2937!important}html.dark-mode .signup-form-subtitle{color:#6b7280!important}.settings-container{max-width:1200px;margin:0 auto}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.settings-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.settings-section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.profile-image-section{display:flex;align-items:flex-start;gap:2rem}.profile-image-preview{flex-shrink:0}.profile-image-preview img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb}.profile-placeholder-large{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:3rem;font-weight:600;border:3px solid #e5e7eb}.profile-image-actions{display:flex;flex-direction:column;gap:1rem;flex:1}.file-input{display:none}.file-input-label{display:inline-block;padding:.75rem 1.5rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.5rem;color:#1f2937;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.file-input-label:hover{background:#e5e7eb;border-color:#9ca3af}.btn-upload{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-upload:hover:not(:disabled){background:#2563eb}.btn-upload:disabled{opacity:.6;cursor:not-allowed}.settings-form{display:flex;flex-direction:column;gap:1.5rem}.password-toggle{position:absolute;right:1rem;background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.password-toggle:hover{color:#1f2937}.password-toggle svg{width:20px;height:20px}.form-help{font-size:.85rem;color:#6b7280;margin:0}.alert{padding:1rem 1.5rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.9rem}.settings-section-content{display:flex;flex-direction:column;gap:1rem}.notification-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;gap:1.5rem}.notification-info{flex:1}.notification-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.notification-description{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.ios-toggle-switch{position:relative;display:inline-block;width:51px;height:31px;flex-shrink:0;margin-top:.25rem}.ios-toggle-switch input{opacity:0;width:0;height:0}.ios-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:34px}.ios-toggle-slider:before{position:absolute;content:"";height:27px;width:27px;left:2px;bottom:2px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0003}.ios-toggle-switch input:checked+.ios-toggle-slider{background-color:#34c759}.ios-toggle-switch input:checked+.ios-toggle-slider:before{transform:translate(20px)}.ios-toggle-switch input:disabled+.ios-toggle-slider{opacity:.5;cursor:not-allowed}.ios-toggle-switch input:focus+.ios-toggle-slider{box-shadow:0 0 0 3px #34c75933}@media (max-width: 768px){.settings-grid{grid-template-columns:1fr;gap:1.5rem}.settings-section{padding:1.5rem}.profile-image-section{flex-direction:column;align-items:center;text-align:center}.profile-image-actions{width:100%}.notification-item{flex-direction:column;align-items:flex-start;gap:1rem}.ios-toggle-switch{align-self:flex-end}.file-input-label,.btn-upload{width:100%}}html.dark-mode .settings-section{background:#1f2937;border-color:#374151}html.dark-mode .settings-section-title{color:#f9fafb;border-bottom-color:#374151}html.dark-mode .notification-item{background:#111827;border-color:#374151}html.dark-mode .notification-title{color:#f9fafb}html.dark-mode .notification-description{color:#d1d5db}html.dark-mode .settings-form,html.dark-mode .form-group{background:transparent}html.dark-mode .form-label{color:#f9fafb;background:transparent}html.dark-mode .form-input,html.dark-mode .form-textarea{background:#111827;border-color:#374151;color:#f9fafb}html.dark-mode .form-input:focus,html.dark-mode .form-textarea:focus{border-color:#3b82f6}html.dark-mode .form-help{color:#d1d5db;background:transparent}html.dark-mode .profile-image-preview img,html.dark-mode .profile-placeholder-large{border-color:#374151}html.dark-mode .file-input-label{background:#111827;border-color:#374151;color:#f9fafb}html.dark-mode .file-input-label:hover{background:#374151;border-color:#4b5563}html.dark-mode .alert-error{background:#7f1d1d;border-color:#991b1b;color:#fecaca}html.dark-mode .alert-success{background:#14532d;border-color:#166534;color:#bbf7d0}.portfolio-container{width:100%;max-width:1200px;margin:0 auto}.portfolio-loading{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.investor-initiation-widget,.investment-pending-widget{background:#fff;border:2px dashed #d1d5db;border-radius:1rem;padding:3rem;text-align:center;max-width:600px;margin:2rem auto;transition:all .3s ease}.investment-pending-widget{border-color:#f59e0b;background:#fffbeb}.investor-initiation-widget:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.widget-icon{color:#6b7280;margin-bottom:1.5rem;display:flex;justify-content:center}.widget-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.widget-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2rem}.widget-button{padding:.875rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.widget-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.investment-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2.5rem;max-width:800px;margin:2rem auto;overflow:visible}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.form-header p{font-size:1rem;color:#6b7280;margin:0}.investment-form{display:flex;flex-direction:column;gap:1.5rem;overflow:visible}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;overflow:visible;position:relative}.form-group{display:flex;flex-direction:column;gap:.5rem;position:static;width:100%;overflow:visible}.form-label{font-size:.9rem;font-weight:500;color:#374151}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;width:100%;box-sizing:border-box;max-width:100%}.form-input[type=date]{width:100%;max-width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:textfield}.custom-select-wrapper{position:relative;width:100%}.custom-select-button{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;background:#fff;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;min-height:2.75rem;box-sizing:border-box;transition:all .2s ease;position:relative;z-index:2}.custom-select-button.placeholder{color:#9ca3af}.custom-select-button:hover{border-color:#9ca3af}.custom-select-button:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-select-button.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.select-arrow{transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.custom-select-button.open .select-arrow{transform:rotate(180deg)}.dropdown-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:998;background:transparent}.custom-select-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:999;overflow:hidden;margin-top:.25rem}.dropdown-option{width:100%;padding:.75rem 1rem;border:none;background:#fff;color:#1f2937;font-size:.95rem;text-align:left;cursor:pointer;transition:background-color .15s ease;display:block;min-height:2.5rem;line-height:1.5;box-sizing:border-box}.dropdown-option:hover{background:#f3f4f6}.dropdown-option.selected{background:#eff6ff;color:#3b82f6;font-weight:500}.dropdown-option:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.dropdown-option:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}select.form-input{width:100%;max-width:100%;min-height:2.75rem;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer;position:static;z-index:auto;line-height:1.5}select.form-input option{padding:.75rem 1rem;font-size:.95rem;background:#fff;color:#1f2937;min-height:2.5rem;line-height:1.5}.form-input::placeholder{color:#9ca3af}.form-help{font-size:.85rem;color:#6b7280;margin-top:.25rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-submit{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.portfolio-content{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2.5rem}.portfolio-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 2.5rem}@media (max-width: 768px){.portfolio-graph-section{display:none}.portfolio-content{padding:.75rem}.portfolio-title{font-size:1.1rem;margin-bottom:.75rem}.section-subtitle{font-size:.9rem;margin-bottom:.5rem}.portfolio-metrics-grid{grid-template-columns:1fr;gap:.5rem;margin-top:.75rem}.metric-card{padding:.625rem;gap:.625rem;border-radius:.5rem}.metric-icon{width:32px;height:32px;flex-shrink:0;border-radius:.4rem}.metric-icon svg{width:16px;height:16px}.metric-label{font-size:.7rem;margin-bottom:.2rem;line-height:1.2}.metric-value{font-size:.875rem;font-weight:600;line-height:1.2}}.desktop-view-message{display:none}@media (max-width: 768px){.portfolio-history-section{display:none!important}.desktop-view-message{display:block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem;margin-top:1rem;text-align:center}.desktop-view-message p{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4}}@media (max-width: 768px){.investor-initiation-widget{padding:2rem 1.5rem;margin:1rem}.investment-form-container{padding:1.5rem;margin:1rem;max-width:calc(100% - 2rem);box-sizing:border-box;overflow:visible;position:relative}.form-row{grid-template-columns:1fr;gap:1rem;overflow:visible;position:relative}.form-group{width:100%;max-width:100%;overflow:visible;position:static}.form-input{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem;font-size:16px}.form-input[type=date]{width:100%;max-width:100%;box-sizing:border-box;padding:.75rem;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select-button{padding:.75rem;font-size:16px;min-height:2.75rem}.custom-select-dropdown{position:absolute;left:0;right:0;width:100%;top:calc(100% + .25rem);bottom:auto;border-radius:.5rem;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dropdown-option{padding:1rem;font-size:16px;min-height:3rem}select.form-input{width:100%!important;max-width:100%!important;box-sizing:border-box;padding:.75rem 1rem;font-size:16px;appearance:menulist-button;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;background-image:none!important;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;position:static!important;z-index:auto;min-height:2.75rem;display:block}select.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}select.form-input option{padding:.75rem 1rem;font-size:16px;background:#fff;color:#1f2937;min-height:2.5rem;display:block;width:100%}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}html.dark-mode .portfolio-content,html.dark-mode .investor-initiation-widget,html.dark-mode .investment-pending-widget,html.dark-mode .investment-form-container,html.dark-mode .metric-card,html.dark-mode .history-container{background:#1f2937;border-color:#374151}html.dark-mode .investment-pending-widget{background:#451a03;border-color:#f59e0b}html.dark-mode .portfolio-title,html.dark-mode .section-subtitle,html.dark-mode .widget-title,html.dark-mode .form-header h2,html.dark-mode .metric-value,html.dark-mode .metric-label{color:#f9fafb}html.dark-mode .widget-description,html.dark-mode .form-header p,html.dark-mode .form-label,html.dark-mode .form-help,html.dark-mode .history-header{color:#f9fafb;background:#374151;border-bottom-color:#4b5563}html.dark-mode .history-row{color:#d1d5db}html.dark-mode .form-input,html.dark-mode .custom-select-button,html.dark-mode .custom-select-dropdown,html.dark-mode .dropdown-option{background:#374151;border-color:#4b5563;color:#f9fafb}html.dark-mode .form-input::placeholder{color:#9ca3af}html.dark-mode .custom-select-button.placeholder{color:#9ca3af}html.dark-mode .dropdown-option:hover{background:#4b5563}html.dark-mode .dropdown-option.selected{background:#1e3a8a;color:#60a5fa}html.dark-mode .graph-container{background:#374151;border-color:#4b5563}html.dark-mode .graph-container svg text{fill:#f9fafb!important}html.dark-mode .graph-legend{border-bottom-color:#4b5563}html.dark-mode .legend-item{color:#d1d5db}html.dark-mode .metric-icon{background:#374151;color:#60a5fa}html.dark-mode .metric-value.positive{color:#34d399}html.dark-mode .metric-value.negative{color:#f87171}html.dark-mode .history-row:hover{background:#374151}html.dark-mode .btn-cancel{background:#374151;color:#f9fafb;border-color:#4b5563}html.dark-mode .btn-cancel:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.news-container{width:100%;max-width:1200px;margin:0 auto}.news-content{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem}.news-loading,.news-error{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.news-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.news-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.news-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.news-card-summary{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0 0 1rem;flex:1}.news-card-date{font-size:.85rem;color:#9ca3af;margin:auto 0 0}@media (max-width: 768px){.news-content{padding:1rem}.news-title{font-size:1.5rem;margin-bottom:1.5rem}.news-grid{grid-template-columns:1fr;gap:1rem}.news-card-image{height:180px}.news-card-content{padding:1rem}.news-card-title{font-size:1.1rem;margin-bottom:.5rem}.news-card-summary{font-size:.85rem;margin-bottom:.75rem}.news-card-date{font-size:.8rem}}html.dark-mode .news-content,html.dark-mode .news-card{background:#1f2937;border-color:#374151}html.dark-mode .news-title,html.dark-mode .news-card-title{color:#f9fafb}html.dark-mode .news-card-summary,html.dark-mode .no-news{color:#d1d5db}html.dark-mode .news-card-date{color:#9ca3af}html.dark-mode .news-card:hover{border-color:#60a5fa;box-shadow:0 4px 12px #60a5fa26}html.dark-mode .news-card-image{background:#374151}.learning-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem;position:relative}.learning-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{font-size:1.125rem;color:#6b7280}.learning-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.learning-content{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.learning-widget{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.learning-intro{display:flex;flex-direction:column;gap:2rem}.learning-intro h2{font-size:1.875rem;font-weight:600;color:#1f2937;margin:0}.learning-description{font-size:1.125rem;color:#4b5563;line-height:1.7;margin:0}.learning-features{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.learning-features h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.features-list li{font-size:1rem;color:#374151;padding-left:1.5rem;position:relative}.features-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.learning-pricing{margin:2rem 0}.pricing-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pricing-option{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px}.pricing-option:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.pricing-option.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 4px 6px -1px #3b82f633}.pricing-option-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.pricing-option-label{font-size:.875rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.pricing-option-amount{font-size:2rem;font-weight:700;color:#1e40af}.pricing-option-period{font-size:.875rem;color:#3b82f6;font-weight:500}.learning-actions{display:flex;justify-content:center;margin-top:1rem}.learning-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.form-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.btn-payment{padding:1rem 2rem;font-size:1.125rem}.payment-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.payment-info{text-align:center;display:flex;flex-direction:column;gap:1rem}.payment-info h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.payment-info p{color:#4b5563;margin:0}.progress-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.progress-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.progress-percentage{font-size:1.5rem;font-weight:700;color:#3b82f6}.progress-bar-container{display:flex;flex-direction:column;gap:.5rem}.progress-bar{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:6px;transition:width .3s ease}.progress-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.progress-label{font-weight:500}.modules-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.modules-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.modules-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.module-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;display:flex;flex-direction:row;align-items:center;cursor:pointer;transition:all .2s ease;width:100%;gap:1.5rem;position:relative}.module-card:hover{background:#f3f4f6;border-color:#3b82f6;box-shadow:0 2px 4px #0000001a}.module-card.completed{background:#f0fdf4;border-color:#10b981}.module-card.completed .module-number{background:#10b981}.module-content{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.module-text-content{display:flex;flex-direction:column;align-items:center;width:100%;gap:.25rem}.module-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;text-align:center}.module-subtext{font-size:.875rem;color:#6b7280;margin:0;text-align:center}.module-completed-badge{display:flex;align-items:center;gap:.5rem;color:#10b981;font-size:.875rem;font-weight:500}.module-completed-badge svg{width:16px;height:16px}.module-arrow{font-size:1.5rem;color:#6b7280;font-weight:300;position:absolute;top:1.25rem;right:1.5rem}.module-card:hover .module-arrow{color:#3b82f6;transform:translate(4px)}.module-progress-bar-container{display:flex;align-items:center;gap:.75rem;width:300px;flex-shrink:0}.module-progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.module-progress-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s ease}.module-card.completed .module-progress-fill{background:#10b981}.module-progress-text{font-size:.75rem;font-weight:600;color:#6b7280;min-width:40px;text-align:right}.back-button-top{position:fixed;top:2rem;right:2rem;background:transparent;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:100}.back-button-top:hover{opacity:.7}.back-button-top svg{width:24px;height:24px;color:#374151}.back-button-top:hover svg{color:#1f2937}.content-section{width:100%;margin-top:2rem}.content-widget{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.content-widget h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.content-widget p{color:#4b5563;line-height:1.6}.content-image{margin:1.5rem 0}.content-image img{width:100%;max-width:800px;border-radius:.5rem;border:1px solid #e5e7eb}.content-text{color:#374151;line-height:1.8;font-size:1rem;margin-top:1.5rem}.pdf-viewer-container{width:100%;height:80vh;min-height:600px;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#f9fafb;margin-top:1.5rem;position:relative}.pdf-viewer{width:100%;height:100%;border:none;pointer-events:auto}.under-construction-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.under-construction-modal{background:#fff;border-radius:1rem;padding:2.5rem;max-width:450px;width:90%;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease;text-align:center}.under-construction-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:.5rem;width:2rem;height:2rem}.under-construction-close:hover{color:#1f2937;background:#f3f4f6}.under-construction-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;width:64px;height:64px}.under-construction-icon svg{width:100%;height:100%}.under-construction-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.under-construction-message{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.learning-container{padding:1rem}.learning-widget{padding:1.5rem}.learning-intro h2{font-size:1.5rem}.learning-description{font-size:1rem}.pricing-options{grid-template-columns:1fr}.pricing-option-amount{font-size:1.75rem}.form-actions{flex-direction:column}.btn{width:100%}.progress-section,.modules-section{padding:1.5rem}.module-card{padding:1rem;gap:1rem}.module-number{width:36px;height:36px;font-size:1rem}.module-title{font-size:1rem}.under-construction-modal{padding:2rem 1.5rem;max-width:90%}.under-construction-title{font-size:1.25rem}.under-construction-message{font-size:.95rem}.under-construction-icon{width:48px;height:48px}}html.dark-mode .learning-content,html.dark-mode .learning-widget,html.dark-mode .progress-section,html.dark-mode .modules-section,html.dark-mode .content-widget{background:#1f2937;border-color:#374151}html.dark-mode .learning-title,html.dark-mode .learning-intro h2,html.dark-mode .learning-features h3,html.dark-mode .progress-header h2,html.dark-mode .modules-title,html.dark-mode .content-widget h2,html.dark-mode .payment-info h3,html.dark-mode .under-construction-title{color:#f9fafb}html.dark-mode .learning-description,html.dark-mode .features-list li,html.dark-mode .payment-info p,html.dark-mode .content-widget p,html.dark-mode .content-text,html.dark-mode .under-construction-message{color:#d1d5db}html.dark-mode .learning-features{background:#374151}html.dark-mode .pricing-option{background:#1f2937;border-color:#374151}html.dark-mode .pricing-option:hover{border-color:#60a5fa}html.dark-mode .pricing-option.selected{background:#1e3a8a;border-color:#3b82f6}html.dark-mode .pricing-option-label{color:#9ca3af}html.dark-mode .pricing-option-amount{color:#60a5fa}html.dark-mode .pricing-option-period{color:#93c5fd}html.dark-mode .form-group label{color:#d1d5db}html.dark-mode .form-input{background:#374151;border-color:#4b5563;color:#f9fafb}html.dark-mode .form-input:disabled{background:#374151;color:#6b7280}html.dark-mode .btn-secondary{background:#374151;color:#f9fafb}html.dark-mode .btn-secondary:hover:not(:disabled){background:#4b5563}html.dark-mode .progress-percentage{color:#60a5fa}html.dark-mode .progress-bar{background:#374151}html.dark-mode .progress-labels{color:#9ca3af}html.dark-mode .module-card{background:#374151;border-color:#4b5563}html.dark-mode .module-card:hover{background:#4b5563;border-color:#60a5fa}html.dark-mode .module-card.completed{background:#064e3b;border-color:#10b981}html.dark-mode .module-title{color:#f9fafb}html.dark-mode .module-subtext{color:#d1d5db}html.dark-mode .module-arrow{color:#9ca3af}html.dark-mode .module-card:hover .module-arrow{color:#60a5fa}html.dark-mode .module-progress-bar{background:#4b5563}html.dark-mode .module-progress-text{color:#9ca3af}html.dark-mode .back-button-top svg{color:#9ca3af}html.dark-mode .back-button-top:hover svg{color:#f9fafb}html.dark-mode .pdf-viewer-container{background:#374151;border-color:#4b5563}html.dark-mode .under-construction-overlay{background:#000000b3}html.dark-mode .under-construction-modal{background:#1f2937}html.dark-mode .under-construction-close{color:#9ca3af}html.dark-mode .under-construction-close:hover{color:#f9fafb;background:#374151}html.dark-mode .under-construction-icon{color:#9ca3af}html.dark-mode .loading-spinner{color:#9ca3af}.community-content-container{width:100%;max-width:1400px;margin:0 auto;padding:2rem}.community-content-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.community-main-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.trade-alerts-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;max-height:600px;overflow-y:auto}.trade-alerts-list{display:flex;flex-direction:column;gap:1rem}.trade-alert-tag{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.trade-alert-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:1rem}.trade-alert-main{display:flex;flex-direction:column;gap:.5rem;flex:1}.trade-alert-top{display:flex;align-items:center;gap:.75rem}.trade-alert-bottom{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.trade-symbol{color:#1f2937;font-weight:600;font-size:.875rem;text-transform:uppercase}.trade-action{padding:.25rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem;text-transform:uppercase}.trade-action.buy{background:#10b981;color:#fff}.trade-action.sell{background:#ef4444;color:#fff}.trade-entry{color:#1f2937;font-weight:500;font-size:.875rem}.trade-take-profit,.trade-stop-loss{color:#1f2937;font-weight:500;font-size:.875rem;background:none;padding:0;border:none;border-radius:0}.trade-alert-time{font-size:.75rem;color:#6b7280;margin-top:.25rem}.view-chart-button{display:inline-block;margin-top:.75rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:background .2s ease}.view-chart-button:hover{background:#2563eb}.view-chart-button-inline{display:inline-flex;align-items:flex-start;padding:.375rem .75rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:.375rem;font-size:.75rem;font-weight:500;transition:background .2s ease;white-space:nowrap;flex-shrink:0;height:fit-content;margin-top:0}.view-chart-button-inline:hover{background:#2563eb}.weekly-reports-section-top{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;max-height:600px;overflow-y:auto}.reports-list{display:flex;flex-direction:column;gap:1rem}.community-chat-section-full{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:0;display:flex;flex-direction:column;margin-top:2rem;min-height:600px;overflow:hidden}.chat-container{display:flex;flex-direction:column;height:600px;max-height:600px;flex:1;min-height:0;padding:1.5rem}.message-item.own-message,.message-item.admin-message{align-self:flex-end;align-items:flex-end;margin-left:auto;margin-right:0}.message-item:not(.own-message):not(.admin-message){align-self:flex-start;align-items:flex-start;margin-left:0;margin-right:auto;width:fit-content}.message-item.own-message .message-content,.message-item.admin-message .message-content{background:#3b82f6;color:#fff;border-color:#3b82f6}.weekly-reports-section{margin-top:2rem}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.report-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.report-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.6}.report-link{padding:.5rem 1rem;background:#3b82f6;color:#fff;text-decoration:none;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease;font-family:inherit}.pdf-viewer-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.pdf-viewer-content{background:#fff;border-radius:.75rem;width:100%;max-width:1200px;height:90vh;max-height:900px;display:flex;flex-direction:column;overflow:hidden}.pdf-viewer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.pdf-viewer-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.pdf-viewer-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background .2s ease}.pdf-viewer-close:hover{background:#f3f4f6}.pdf-viewer-container{flex:1;overflow:hidden;padding:1.5rem}.pdf-viewer{width:100%;height:100%;border:1px solid #e5e7eb;border-radius:.5rem}.report-date{font-size:.75rem;color:#9ca3af;margin-top:auto}@media (max-width: 768px){.community-content-container{padding:1rem}.community-main-layout{grid-template-columns:1fr;gap:1.5rem}.trade-alerts-section,.weekly-reports-section-top{max-height:400px;height:auto}.community-chat-section-full{min-height:400px}.reports-grid{grid-template-columns:1fr}.message-item{max-width:90%}.trade-alert-content{flex-direction:column;align-items:flex-start}.view-chart-button-inline{align-self:flex-start;margin-top:.5rem}.chat-input-wrapper{flex-direction:column;align-items:stretch}.chat-input{width:100%;order:1;margin-bottom:.5rem}.chat-attachments{display:none}.send-button{order:2;width:100%;margin-top:0;margin-left:0}}.support-container{width:100%;max-width:1200px;margin:0 auto}.support-content{background:transparent;border:1px solid #ffffff;border-radius:0;padding:0}.support-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.support-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;align-content:start}.consultation-section,.chat-section{display:flex;flex-direction:column;align-self:start;width:100%}.section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.support-container .calendar-container,.support-container .calendar-section{width:100%}.support-container .calendar-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.consultation-section .section-title,.chat-section .section-title{margin-bottom:1.5rem}.support-container .calendar-widget{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;min-height:600px;display:flex;flex-direction:column}.support-container .consultation-form{width:100%;max-width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;min-height:600px;display:flex;flex-direction:column;box-sizing:border-box;overflow-x:hidden}.support-container .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.support-container .calendar-nav{background:#f3f4f6;border:none;border-radius:.5rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#1f2937;transition:all .2s ease}.support-container .calendar-nav:hover{background:#e5e7eb}.support-container .calendar-month{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.support-container .calendar-grid{width:100%}.support-container .calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.support-container .calendar-weekday{text-align:center;font-size:.875rem;font-weight:600;color:#6b7280;padding:.5rem}.support-container .calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.support-container .calendar-day{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2937;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.support-container .calendar-day.empty{border:none;background:transparent;cursor:default}.support-container .calendar-day.available:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.support-container .calendar-day.unavailable{background:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.5}.support-container .consultation-form{width:100%;min-height:600px;display:flex;flex-direction:column}.support-container .form-header{margin-bottom:2rem}.support-container .back-button{background:none;border:none;color:#3b82f6;font-size:.9rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s ease}.support-container .back-button:hover{color:#2563eb}.support-container .form-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.support-container .selected-date{font-size:.9rem;color:#6b7280;margin:0}.support-container .form-content-vertical{display:flex;flex-direction:column;gap:1.5rem;flex:1;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.support-container .time-selection{display:flex;flex-direction:column;gap:.75rem}.support-container .time-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.support-container .time-slot{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2937;font-size:.9rem;cursor:pointer;transition:all .2s ease}.support-container .time-slot:hover{border-color:#3b82f6;background:#eff6ff}.support-container .time-slot.selected{background:#3b82f6;color:#fff;border-color:#3b82f6}.support-container .form-field{display:flex;flex-direction:column;gap:.5rem}.support-container .form-label{font-size:.9rem;font-weight:500;color:#374151}.support-container .form-input,.support-container .form-textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit;width:100%}.support-container .form-input:focus,.support-container .form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.support-container .form-textarea{resize:vertical;min-height:100px}.support-container .submit-button{padding:.875rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;margin-top:0}.support-container .submit-button:hover:not(:disabled){background:#2563eb}.support-container .submit-button:disabled{opacity:.6;cursor:not-allowed}.chat-widget{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:0;height:600px;max-height:600px;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1rem;min-height:0;padding:1.5rem;flex-shrink:1}.no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:.9rem;text-align:center}.message-thread{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-bottom:1rem}.user-message{align-items:flex-end}.user-message .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;max-width:70%;width:fit-content;margin-left:auto;margin-right:0}.user-message .message-content{padding:.75rem 1rem;background:#f3f4f6;border-radius:.5rem;font-size:.9rem;color:#1f2937;line-height:1.5;max-width:70%;width:fit-content;margin-left:auto;margin-right:0;word-wrap:break-word;box-sizing:border-box}.admin-message{align-items:flex-start}.admin-message .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;max-width:70%;width:fit-content;margin-left:0;margin-right:auto}.admin-message .message-content{padding:.75rem 1rem;background:#eff6ff;border-radius:.5rem;font-size:.9rem;color:#1f2937;line-height:1.5;max-width:70%;width:fit-content;margin-left:0;margin-right:auto;word-wrap:break-word;box-sizing:border-box}.message-date{font-size:.75rem;color:#9ca3af;margin-left:.5rem}.chat-input-container{border-top:1px solid #e5e7eb;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;background:#f9fafb;width:100%;box-sizing:border-box;min-height:fit-content}.chat-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;color:#1f2937;transition:all .2s ease;font-family:inherit;resize:none;min-height:60px;max-height:120px;overflow-y:auto}.chat-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;width:100%;flex-shrink:0}.send-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.support-container{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.support-content{padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.support-title{font-size:1.25rem;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word}.support-layout{grid-template-columns:1fr;gap:1.25rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.section-title{font-size:1.1rem;margin-bottom:1rem}.chat-section{order:1}.consultation-section{order:2;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.support-container .calendar-widget,.support-container .consultation-form{padding:1rem;min-height:auto;border:1px solid #e5e7eb;border-radius:.75rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.support-container .calendar-header{margin-bottom:1rem}.support-container .calendar-weekday{font-size:.75rem;padding:.375rem}.support-container .calendar-day{font-size:.8rem;padding:.5rem}.support-container .form-header{margin-bottom:1.25rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .form-title{font-size:1.25rem;word-wrap:break-word;overflow-wrap:break-word}.support-container .selected-date{font-size:.85rem;word-wrap:break-word;overflow-wrap:break-word}.support-container .form-content-vertical{gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .time-selection{gap:.5rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .time-slots{grid-template-columns:repeat(2,1fr);gap:.375rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .time-slot{padding:.625rem .75rem;font-size:.85rem;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.support-container .form-field{gap:.375rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .form-label{font-size:.85rem;width:100%;word-wrap:break-word;overflow-wrap:break-word}.support-container .form-input,.support-container .form-textarea{padding:.625rem .75rem;font-size:.9rem;width:100%;max-width:100%;box-sizing:border-box}.support-container .form-textarea{min-height:80px;rows:3}.support-container .submit-button{padding:.75rem 1rem;font-size:.9rem;width:100%;max-width:100%;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.support-container .back-button{width:100%;max-width:100%;box-sizing:border-box;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.chat-container{height:450px;min-height:450px}.chat-messages{padding:.75rem}.chat-input-container{padding:.75rem;gap:.5rem;flex-direction:column}.chat-input{order:1;min-height:50px;font-size:.85rem;padding:.625rem .75rem;width:100%;margin-bottom:.5rem}.chat-actions{order:2;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%}.chat-attachment-button{width:36px;height:36px;padding:.5rem;flex-shrink:0}.chat-attachment-button svg{width:18px;height:18px}.send-button{padding:.5rem .625rem;font-size:.75rem;white-space:nowrap;flex-shrink:0;min-width:auto;width:auto;max-width:fit-content}}html.dark-mode .support-content{border-color:transparent}html.dark-mode .support-title,html.dark-mode .section-title,html.dark-mode .support-container .calendar-title,html.dark-mode .support-container .form-title{color:#f9fafb}html.dark-mode .support-container .calendar-widget,html.dark-mode .support-container .consultation-form,html.dark-mode .chat-widget{background:#1f2937;border-color:#374151}html.dark-mode .support-container .calendar-header,html.dark-mode .support-container .calendar-month{color:#f9fafb}html.dark-mode .support-container .calendar-nav{background:#374151;color:#f9fafb}html.dark-mode .support-container .calendar-nav:hover{background:#4b5563}html.dark-mode .support-container .calendar-weekday{color:#9ca3af}html.dark-mode .support-container .calendar-day{background:#374151;border-color:#4b5563;color:#f9fafb}html.dark-mode .support-container .calendar-day.empty{background:transparent}html.dark-mode .support-container .calendar-day.available:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}html.dark-mode .support-container .calendar-day.unavailable{background:#374151;color:#6b7280}html.dark-mode .support-container .selected-date,html.dark-mode .support-container .form-label{color:#d1d5db}html.dark-mode .support-container .time-slot{background:#374151;border-color:#4b5563;color:#f9fafb}html.dark-mode .support-container .time-slot:hover{border-color:#60a5fa;background:#1e3a8a}html.dark-mode .support-container .time-slot.selected{background:#3b82f6;color:#fff;border-color:#3b82f6}html.dark-mode .support-container .form-input,html.dark-mode .support-container .form-textarea{background:#374151;border-color:#4b5563;color:#f9fafb}html.dark-mode .chat-messages{background:#1f2937}html.dark-mode .no-messages{color:#9ca3af}html.dark-mode .user-message .message-content{background:#374151;color:#f9fafb}html.dark-mode .admin-message .message-content{background:#1e3a8a;color:#f9fafb}html.dark-mode .message-author{color:#f9fafb}html.dark-mode .message-author.admin{color:#60a5fa}html.dark-mode .message-date{color:#9ca3af}html.dark-mode .message-file{background:#374151;border-color:#60a5fa;color:#60a5fa}html.dark-mode .message-file:hover{background:#1e3a8a}html.dark-mode .chat-input-container{background:#374151;border-top-color:#4b5563}html.dark-mode .chat-input{background:#1f2937;border-color:#4b5563;color:#f9fafb}html.dark-mode .chat-attachment-button{background:#1f2937;border-color:#4b5563}html.dark-mode .chat-attachment-button:hover{background:#374151;border-color:#60a5fa}html.dark-mode .chat-attachment-button svg{color:#9ca3af}html.dark-mode .chat-attachment-button:hover svg{color:#60a5fa}html.dark-mode .support-container .back-button{color:#60a5fa}html.dark-mode .support-container .back-button:hover{color:#93c5fd}html.dark-mode .alert-error{background:#7f1d1d;color:#fca5a5;border-color:#991b1b}html.dark-mode .alert-success{background:#14532d;color:#86efac;border-color:#166534}.dashboard-page{width:100%;min-height:100vh;display:flex;background:#fff;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.profile-email{font-size:.85rem;color:#6b7280;margin:0;word-break:break-word}@media (max-width: 768px){.dashboard-page{width:100%;max-width:100vw;overflow-x:hidden}.sidebar-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998}.sidebar-toggle{display:block}.dashboard-sidebar{width:280px;position:fixed;left:-280px;top:0;transition:left .3s ease;z-index:999;box-shadow:2px 0 8px #0000001a}.dashboard-sidebar.open{left:0}.dashboard-content{margin-left:0;width:100%;max-width:100vw;overflow-x:hidden}.content-wrapper{padding:4rem 1.5rem 2rem;width:100%;max-width:100%;box-sizing:border-box}.content-title{font-size:2rem}.profile-name{font-size:.95rem}.profile-email{font-size:.75rem}.sidebar-button{padding:.625rem .875rem;font-size:.85rem}.sidebar-footer{padding:1.25rem;gap:.625rem}}html.dark-mode .dashboard-page,html.dark-mode .dashboard-loading{background:#1f2937}html.dark-mode .loading-spinner{color:#d1d5db}html.dark-mode .dashboard-sidebar{background:#111827;border-right-color:#374151}html.dark-mode .sidebar-profile{border-bottom-color:#374151}html.dark-mode .profile-name{color:#f9fafb}html.dark-mode .profile-email,html.dark-mode .nav-item{color:#d1d5db}html.dark-mode .nav-item:hover{background:#374151;color:#f9fafb}html.dark-mode .nav-item.active{background:#1f2937;color:#3b82f6;border-left-color:#3b82f6}html.dark-mode .sidebar-footer{border-top-color:#374151}html.dark-mode .return-home{background:#1f2937;color:#f9fafb;border-color:#374151}html.dark-mode .return-home:hover{background:#374151;border-color:#4b5563}html.dark-mode .dashboard-content{background:#1f2937}html.dark-mode .content-title{color:#f9fafb}html.dark-mode .content-body{color:#d1d5db}.admin-users-management{width:100%}.admin-users-loading{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.users-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;min-height:600px}.users-list-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;max-height:800px;overflow-y:auto}.user-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.user-card:hover{background:#f9fafb;border-color:#3b82f6}.user-card.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.user-card-image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e5e7eb}.user-card-image img{width:100%;height:100%;object-fit:cover}.user-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:1.25rem;font-weight:600}.user-card-info{flex:1;min-width:0}.user-card-name{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card-email{font-size:.85rem;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-status-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.user-status-badge{display:inline-block;padding:.25rem .625rem;border-radius:.375rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-status-badge.status-admin{background:#3b82f6;color:#fff}.user-status-badge.status-relations,.user-status-badge.status-admin-2{background:#10b981;color:#fff}.user-status-badge.status-investor{background:#f59e0b;color:#fff}.user-status-badge.status-learner{background:#8b5cf6;color:#fff}.user-status-badge.status-community,.user-status-badge.status-pending{background:#f59e0b;color:#fff}.no-users{text-align:center;color:#6b7280;padding:2rem}.user-details-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;min-height:600px}.user-details{display:flex;flex-direction:column;gap:2rem}.user-detail-section{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.user-info-display{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#6b7280;font-size:.9rem}.info-value{color:#1f2937;font-size:.95rem}.section-description{color:#6b7280;font-size:.9rem;margin:0 0 1.5rem}.statuses-list{display:flex;flex-direction:column;gap:1rem}.status-checkbox-label{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:#fff}.status-checkbox-label:hover{border-color:#3b82f6;background:#f0f9ff}.status-checkbox-label:has(input:checked){border-color:#3b82f6;background:#eff6ff}.status-checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#3b82f6}.status-checkbox-text{font-size:1rem;font-weight:500;color:#1f2937;cursor:pointer}.status-checkbox-label.disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.status-checkbox-label.disabled:hover{border-color:#e5e7eb;background:#f9fafb}.status-checkbox-label.disabled .status-checkbox-input{cursor:not-allowed}.status-checkbox-label.disabled .status-checkbox-text{cursor:not-allowed;color:#6b7280}.investment-section{border:2px solid #f59e0b;border-radius:.75rem;padding:1.5rem;background:#fffbeb;margin-bottom:2rem}.investment-display{display:flex;flex-direction:column;gap:1.5rem}.investment-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item .info-label{font-size:.85rem;font-weight:600;color:#6b7280}.info-item .info-value{font-size:1rem;color:#1f2937;font-weight:500}.investment-actions{display:flex;gap:1rem;margin-top:1rem}.investment-actions-disabled{margin-top:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;text-align:center}.disabled-message{font-size:.9rem;color:#6b7280;margin:0 0 1rem}.btn-edit{padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-approve{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-approve:hover:not(:disabled){background:#059669}.btn-approve:disabled{opacity:.6;cursor:not-allowed}.investment-edit-form{display:flex;flex-direction:column;gap:1.5rem}.investment-edit-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;width:100%}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:#1f2937}.checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer}.btn-save{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}.btn-save:hover:not(:disabled){background:#2563eb}.btn-save:disabled{opacity:.6;cursor:not-allowed}.portfolio-management-section{background:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-top:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.btn-toggle{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-toggle:hover{background:#2563eb}.portfolio-management-content{display:flex;flex-direction:column;gap:2rem}.portfolio-summary{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.portfolio-summary h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#1f2937}.monthly-update-form{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.monthly-update-form h4{margin:0 0 1.5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.update-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1.5rem;margin:1.5rem 0}.preview-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #bae6fd}.monthly-history{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.monthly-history h4{margin:0 0 1.5rem;font-size:1.1rem;font-weight:600;color:#1f2937}.history-table{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}@media (max-width: 768px){.users-layout{grid-template-columns:1fr}.users-list-panel{max-height:300px}.user-details-panel{padding:1.5rem}.profile-image-section{flex-direction:column;align-items:center;text-align:center}.profile-image-actions,.file-input-label,.btn-upload{width:100%}}.admin-investors-management{width:100%}.admin-investors-loading{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.investors-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;min-height:600px}.investors-list-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;max-height:800px;overflow-y:auto}.panel-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.investors-list{display:flex;flex-direction:column;gap:.75rem}.investor-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.investor-card:hover{border-color:#3b82f6;background:#f0f9ff;transform:translate(4px)}.investor-card.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 8px #3b82f626}.investor-card-image{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.investor-card-image img{width:100%;height:100%;object-fit:cover}.investor-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:600}.investor-card-info{flex:1;min-width:0}.investor-card-name{font-size:.95rem;font-weight:600;color:#1f2937;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.investor-card-email{font-size:.85rem;color:#6b7280;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.investor-balance{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.balance-label{color:#6b7280;font-weight:500}.balance-value{color:#10b981;font-weight:600}.no-investors{text-align:center;color:#6b7280;padding:2rem}.investor-details-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;min-height:600px}.no-selection{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;text-align:center}.investor-details{display:flex;flex-direction:column;gap:2rem}.section-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.portfolio-summary-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.portfolio-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-label{font-size:.85rem;color:#6b7280;font-weight:500}.summary-value{font-size:1.1rem;color:#1f2937;font-weight:600}.action-buttons{display:flex;gap:1rem}.btn-action{flex:1;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-view{background:#3b82f6;color:#fff}.btn-view:hover{background:#2563eb}.btn-add{background:#10b981;color:#fff}.btn-add:hover{background:#059669}.performance-view-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-top:1.5rem}.history-table{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;margin-top:1rem}.history-row{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.9rem;color:#6b7280}.history-row.clickable{cursor:pointer;transition:background-color .2s ease}.history-row.clickable:hover{background:#eff6ff;border-left:3px solid #3b82f6}.no-history{text-align:center;color:#6b7280;padding:2rem;margin:0}.add-performance-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-top:1.5rem}.monthly-update-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;transition:all .2s ease}.form-help{display:block;margin-top:.25rem;font-size:.85rem;color:#6b7280}.update-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1.5rem}.btn-submit{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}.alert{padding:1rem 1.5rem;border-radius:.5rem;font-size:.9rem}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.edit-record-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{position:relative;background:#fff;border-radius:.75rem;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1001}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.edit-record-form{display:flex;flex-direction:column;gap:1.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.investors-layout{grid-template-columns:1fr}.investors-list-panel{max-height:300px}.form-row{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn-view{display:none}.history-header,.history-row{font-size:.8rem;gap:.5rem;padding:.75rem}}.admin-news-management{width:100%;max-width:1400px;margin:0 auto}.admin-news-loading{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.admin-news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.panel-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0}.btn-add-news{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add-news:hover:not(:disabled){background:#059669}.btn-add-news:disabled{opacity:.6;cursor:not-allowed}.news-form-container{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:2rem}.form-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.form-label{display:block;font-size:.9rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit}.form-textarea{resize:vertical;min-height:100px}.form-file-input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem}.image-preview{margin-top:1rem;width:100%;max-width:400px;border-radius:.5rem;overflow:hidden;border:1px solid #e5e7eb}.image-preview img{width:100%;height:auto;display:block}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-cancel{padding:.75rem 1.5rem;background:#f3f4f6;color:#1f2937;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.news-list{margin-top:2rem}.no-news{text-align:center;padding:3rem 2rem;color:#6b7280;font-size:1rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.news-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.news-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.news-card-image{width:100%;height:200px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.news-card-image img{width:100%;height:100%;object-fit:cover}.news-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.news-card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4}.news-card-summary{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0 0 .75rem;flex:1}.news-card-link{font-size:.85rem;color:#3b82f6;text-decoration:none;word-break:break-all;margin-bottom:.75rem}.news-card-link:hover{text-decoration:underline}.news-card-date{font-size:.85rem;color:#9ca3af;margin:0 0 1rem}.news-card-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-edit,.btn-delete{flex:1;padding:.625rem 1rem;border:none;border-radius:.5rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit{background:#3b82f6;color:#fff}.btn-edit:hover:not(:disabled){background:#2563eb}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover:not(:disabled){background:#dc2626}.btn-edit:disabled,.btn-delete:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.admin-news-header{flex-direction:column;align-items:flex-start;gap:1rem}.panel-title{font-size:1.5rem}.btn-add-news{width:100%}.news-form-container{padding:1.5rem}.form-title{font-size:1.25rem}.news-grid{grid-template-columns:1fr;gap:1rem}.news-card-image{height:180px}.news-card-content{padding:1rem}.news-card-title{font-size:1.1rem}.news-card-summary{font-size:.85rem}}.admin-learning-container{width:100%;padding:2rem}.admin-learning-loading{text-align:center;padding:3rem;color:#6b7280}.admin-learning-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-learning-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.back-button{background:transparent;border:none;color:#3b82f6;cursor:pointer;font-size:.875rem;padding:.5rem 0;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.back-button:hover{color:#2563eb}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1.5rem}.admin-learning-actions{margin-bottom:2rem}.admin-learning-form-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.admin-learning-form-section h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;font-family:inherit}.form-textarea{resize:vertical;min-height:200px}.image-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.image-preview img{max-width:100%;max-height:400px;border-radius:.5rem;border:1px solid #e5e7eb}.image-preview p{font-size:.875rem;color:#6b7280}.pdf-preview{margin-top:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}.pdf-preview p{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.pdf-preview a{color:#3b82f6;text-decoration:underline}.pdf-viewer-container{width:100%;height:80vh;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#f9fafb}.pdf-viewer{width:100%;height:100%;border:none}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.admin-learning-list{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.admin-learning-list h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.no-items{color:#6b7280;text-align:center;padding:2rem}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.module-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s ease;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a}.module-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a}.module-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;width:100%}.module-number{width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0}.module-header h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;flex:1;word-wrap:break-word;line-height:1.4}.module-info{margin-bottom:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.module-info p{font-size:.875rem;color:#4b5563;margin:0;font-weight:500}.module-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;width:100%;padding-top:1rem;border-top:1px solid #e5e7eb}.module-actions .btn{width:100%;text-align:center}.sub-modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.sub-module-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.sub-module-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sub-module-number{width:28px;height:28px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.sub-module-header h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0;flex:1}.sub-module-actions{display:flex;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.admin-learning-container{padding:1rem}.admin-learning-header{flex-direction:column;align-items:flex-start}.modules-grid,.sub-modules-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{width:100%}}.admin-support-container{width:100%;height:100%;display:flex;flex-direction:column}.admin-support-layout{display:grid;grid-template-columns:250px 1fr 350px;gap:1.5rem;height:calc(100vh - 200px);min-height:600px}.users-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;overflow-y:auto}.sidebar-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.users-list{display:flex;flex-direction:column;gap:.75rem}.user-item{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;display:flex;align-items:center;gap:.5rem}.user-item:hover{background:#e5e7eb;border-color:#3b82f6}.user-item.active{background:#eff6ff;border-color:#3b82f6}.user-avatar{position:relative;width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-placeholder{width:100%;height:100%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.unread-notification{margin-left:auto;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0}.unread-notification svg{width:20px;height:20px}.user-name{font-size:.8rem;font-weight:500;color:#1f2937;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.chat-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden;height:100%}.chat-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.chat-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.user-status{font-size:.875rem;color:#6b7280;margin:0}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.no-messages,.no-selection{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:.9rem}.message-thread{display:flex;flex-direction:column;gap:.75rem}.message-item{display:flex;flex-direction:column;gap:.5rem}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.message-author{font-size:.875rem;font-weight:600;color:#1f2937}.message-author.admin{color:#3b82f6}.message-date{font-size:.75rem;color:#9ca3af}.message-content{padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;color:#1f2937;line-height:1.5;max-width:70%}.message-content p{margin:0 0 .5rem}.message-content p:last-child{margin-bottom:0}.message-attachment{margin-top:.5rem}.message-image{max-width:100%;max-height:300px;border-radius:.5rem;object-fit:contain}.message-file{display:inline-flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;padding:.5rem 1rem;background:#fff;border:1px solid #3b82f6;border-radius:.5rem;transition:all .2s ease}.message-file:hover{background:#eff6ff}.user-message{align-items:flex-start}.user-message .message-content{background:#f3f4f6;margin-left:0;margin-right:auto}.admin-message{align-items:flex-end}.admin-message .message-content{background:#eff6ff;margin-left:auto;margin-right:0}.chat-input-container{border-top:1px solid #e5e7eb;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#f9fafb}.chat-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;color:#1f2937;transition:all .2s ease;font-family:inherit;resize:vertical;min-height:60px}.chat-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.chat-attachment-button{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.625rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px}.chat-attachment-button:hover{background:#f3f4f6;border-color:#3b82f6}.chat-attachment-button svg{width:20px;height:20px;color:#6b7280}.chat-attachment-button:hover svg{color:#3b82f6}.send-button{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.send-button:disabled{opacity:.6;cursor:not-allowed}.consultations-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column}.filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.875rem;font-weight:500;color:#374151}.filter-group select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease}.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.consultations-list{display:flex;flex-direction:column;gap:.75rem;flex:1}.consultation-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;cursor:pointer;transition:all .2s ease}.consultation-item:hover{background:#f9fafb;border-color:#3b82f6}.consultation-item.pending{border-left:3px solid #f59e0b}.consultation-item.completed{border-left:3px solid #10b981}.consultation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.consultation-header h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.status-badge{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;text-transform:capitalize}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.completed{background:#d1fae5;color:#065f46}.consultation-email{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.consultation-date{font-size:.875rem;color:#1f2937;margin:0 0 .5rem}.consultation-user-type{font-size:.75rem;color:#6b7280;margin:0}.no-consultations{display:flex;align-items:center;justify-content:center;height:100%;color:#6b7280;font-size:.9rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:.75rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:1.5rem}.modal-body p{margin:0 0 1rem;font-size:.9rem;color:#374151}.modal-body p:last-of-type{margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-field label{font-size:.875rem;font-weight:500;color:#374151}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit;width:100%}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-secondary{background:#f3f4f6;color:#374151}.btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 1024px){.admin-support-layout{grid-template-columns:200px 1fr 300px}}@media (max-width: 768px){.admin-support-layout{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;height:auto;min-height:auto}.users-sidebar{max-height:200px}.chat-section{min-height:400px}.consultations-section{min-height:300px}}.admin-community-management{width:100%}.admin-community-tabs{display:flex;gap:.5rem;margin-bottom:2rem}.tab-button{padding:.5rem 1rem;background:transparent;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.tab-button:hover{color:#3b82f6;background:#3b82f61a}.tab-button.active{color:#fff;background:#3b82f6}.admin-community-chat{width:100%}.chat-container{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;height:600px;max-height:600px;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;padding:1rem;background:#f9fafb;border-radius:.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}.message-item{display:flex;flex-direction:column;gap:.25rem;max-width:70%}.message-item.admin-message{align-self:flex-end;align-items:flex-end;margin-left:auto;margin-right:0}.message-item:not(.admin-message){align-self:flex-start;align-items:flex-start;margin-left:0;margin-right:auto;width:fit-content}.message-header{display:flex;gap:.5rem;align-items:center;font-size:.75rem;color:#6b7280}.admin-badge-icon{color:#10b981;flex-shrink:0}.message-author{font-weight:600;color:#3b82f6}.message-time{color:#9ca3af;white-space:nowrap}.message-content{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;word-wrap:break-word}.message-item.admin-message .message-content{background:#3b82f6;color:#fff;border-color:#3b82f6}.message-image{margin-top:.5rem}.message-image img{max-width:200px;border-radius:.5rem;border:1px solid #e5e7eb}.message-file{margin-top:.5rem}.message-file a{color:#3b82f6;text-decoration:none;font-size:.875rem}.message-file a:hover{text-decoration:underline}.chat-input-container{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.chat-input-wrapper{display:flex;gap:.5rem;align-items:stretch;width:100%}.chat-input{flex:1;padding:.875rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;resize:none;font-family:inherit;min-width:0;min-height:44px;height:44px}.chat-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-attachments{display:flex;gap:.5rem;flex-shrink:0}.chat-attachment-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;cursor:pointer;color:#6b7280;transition:all .2s ease}.chat-attachment-button:hover{background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.attachment-preview{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;padding:.5rem;background:#f9fafb;border-radius:.5rem}.remove-attachment{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.send-button{padding:0 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s ease;flex-shrink:0;height:44px;display:flex;align-items:center;justify-content:center}.send-button:hover:not(:disabled){background:#2563eb}.send-button:disabled{background:#9ca3af;cursor:not-allowed}.admin-trade-alerts{width:100%}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.btn-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:#2563eb}.form-widget{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.form-widget h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.file-selected{margin-top:.5rem;font-size:.875rem;color:#10b981;font-weight:500}.current-file{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-secondary{padding:.75rem 1.5rem;background:#f3f4f6;color:#1f2937;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s ease}.btn-secondary:hover{background:#e5e7eb}.alerts-list{display:flex;flex-direction:column;gap:1rem}.alert-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.alert-content{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.trade-symbol{background:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem}.trade-action{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem;text-transform:uppercase}.trade-price{color:#1f2937;font-weight:600;font-size:.875rem}.trade-take-profit{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.trade-stop-loss{background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.trade-chart-link{background:#8b5cf6;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500}.alert-actions{display:flex;gap:.5rem}.btn-edit{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer}.btn-edit:hover{background:#2563eb}.btn-delete{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer}.btn-delete:hover{background:#dc2626}.admin-weekly-reports{width:100%}.reports-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.report-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.report-card h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.report-card p{font-size:.875rem;color:#6b7280;margin:0;line-height:1.6}.report-actions{display:flex;gap:1rem;flex-wrap:wrap}.report-link{padding:.5rem 1rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background .2s ease}.report-link:hover{background:#2563eb}.report-admin-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e5e7eb}.no-items{color:#6b7280;text-align:center;padding:2rem;font-style:italic}@media (max-width: 768px){.admin-community-tabs{flex-wrap:wrap}.tab-button{padding:.5rem 1rem;font-size:.875rem}.chat-container{height:400px}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.reports-list{grid-template-columns:1fr}}.admin-portfolio-container{width:100%;max-width:1200px;margin:0 auto}.admin-portfolio-loading{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.admin-portfolio-no-data{background:#fff;border:2px dashed #d1d5db;border-radius:1rem;padding:3rem;text-align:center;max-width:600px;margin:2rem auto}.admin-portfolio-no-data h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.admin-portfolio-no-data p{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.admin-portfolio-content{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2.5rem}.admin-portfolio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.admin-portfolio-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0}.btn-add-performance{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add-performance:hover:not(:disabled){background:#2563eb}.btn-add-performance:disabled{opacity:.6;cursor:not-allowed}.add-performance-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.performance-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.form-group label{font-size:.9rem;font-weight:500;color:#374151}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;width:100%;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-submit{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start}.btn-submit:hover:not(:disabled){background:#2563eb}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.section-subtitle{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.portfolio-graph-section{margin-bottom:3rem}.graph-container{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem;display:flex;flex-direction:column}.graph-legend{display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.investment-graph{width:100%;height:400px;max-width:100%}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280}.legend-line{width:30px;height:3px;border-radius:2px}.legend-line.current{background:#10b981}.legend-line.projection{background:transparent;border-top:3px dashed #3b82f6;height:0}.portfolio-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease;cursor:pointer}.metric-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.metric-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:.5rem;flex-shrink:0;color:#3b82f6}.metric-icon svg{width:24px;height:24px}.metric-content{flex:1}.metric-label{font-size:.9rem;font-weight:500;color:#6b7280;margin:0 0 .5rem}.metric-value{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.metric-value.positive{color:#10b981}.metric-value.negative{color:#ef4444}.portfolio-history-section{margin-top:3rem}.history-container{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;overflow-x:auto}.history-table{display:flex;flex-direction:column;gap:0;min-width:800px}.history-header{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;background:#f9fafb;font-weight:600;font-size:.9rem;color:#1f2937;border-bottom:2px solid #e5e7eb}.history-table.with-actions .history-header{grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr 1.5fr 1fr}.history-row{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr 1.5fr;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;font-size:.9rem;color:#6b7280;align-items:center}.history-table.with-actions .history-row{grid-template-columns:1.5fr 1fr 1.5fr 1fr 1fr 1.5fr 1fr}.history-row.editing{background:#eff6ff;border-color:#3b82f6}.btn-edit-record{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit-record:hover:not(:disabled){background:#2563eb}.btn-edit-record:disabled{opacity:.5;cursor:not-allowed}.edit-performance-section{background:#eff6ff;border-color:#3b82f6}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.btn-cancel{padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.history-row:last-child{border-bottom:none}.history-row:hover{background:#f9fafb}@media (max-width: 768px){.admin-portfolio-content{padding:1rem}.admin-portfolio-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-portfolio-title{font-size:1.5rem}.btn-add-performance{width:100%}.add-performance-section{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.portfolio-graph-section{display:none}.portfolio-metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-card{padding:1rem}.metric-icon{width:48px;height:48px}.metric-icon svg{width:20px;height:20px}.metric-value{font-size:1.25rem}.portfolio-history-section{display:none}}.update-preview{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.update-preview h5{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#1f2937}.preview-grid{display:flex;flex-direction:column;gap:.75rem}.preview-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #bae6fd;color:#1f2937}.preview-item span{color:#1f2937}.preview-item:last-child{border-bottom:none}.preview-total{font-weight:600;font-size:1.1rem;color:#1f2937;padding-top:.75rem;border-top:2px solid #3b82f6;border-bottom:none;margin-top:.5rem}.admin-emails-container{width:100%;max-width:900px;margin:0 auto;padding:2rem}.admin-emails-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:2rem}.alert{padding:1rem 1.5rem;border-radius:.5rem;font-size:.9rem;margin-bottom:1.5rem}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.admin-email-form{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-label{font-size:.95rem;font-weight:500;color:#374151;display:flex;flex-direction:column;gap:.25rem}.required{color:#ef4444}.form-help{font-size:.8rem;color:#6b7280;font-weight:400;font-style:italic}.form-input,.form-textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:all .2s ease;width:100%;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-textarea{resize:vertical;min-height:200px;line-height:1.6}.file-upload-section{display:flex;flex-direction:column;gap:1rem}.file-upload-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:#fff;border:2px dashed #d1d5db;border-radius:.5rem;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}.file-upload-button:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.file-upload-button:disabled{opacity:.6;cursor:not-allowed}.attached-files-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.attached-file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;gap:1rem}.file-name{flex:1;font-size:.9rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file-button{background:none;border:none;color:#ef4444;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s ease;flex-shrink:0}.remove-file-button:hover{background:#fee2e2}.form-actions{display:flex;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-submit{padding:.875rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){.admin-emails-container{padding:1rem}.admin-emails-title{font-size:1.5rem;margin-bottom:1.5rem}.admin-email-form{padding:1.5rem;gap:1.25rem}.form-actions{padding-top:1rem}.btn-submit{width:100%}.file-upload-button{width:100%;justify-content:center}}.dashboard-page{width:100%;min-height:100vh;display:flex;background:#fff}.dashboard-loading{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff}.loading-spinner{font-size:1.2rem;color:#6b7280}.dashboard-sidebar{width:260px;min-height:100vh;background:#f3f4f6;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;position:fixed;left:0;top:0;z-index:100}.sidebar-profile{padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}.profile-image{width:60px;height:60px;border-radius:50%;margin:0 auto 1rem;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.profile-image img{width:100%;height:100%;object-fit:cover}.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-size:1.5rem;font-weight:600}.profile-info{text-align:center}.profile-name{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.profile-email{font-size:.85rem;color:#6b7280;margin:0 0 .5rem;word-break:break-word}.admin-badge{display:inline-block;padding:.25rem .75rem;background:#3b82f6;color:#fff;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-list{list-style:none;margin:0;padding:0}.nav-list li{margin:0}.nav-item{width:100%;padding:.875rem 1.5rem;background:transparent;border:none;text-align:left;font-size:.95rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.nav-item:hover{background:#e5e7eb;color:#1f2937}.nav-item.active{background:#fff;color:#3b82f6;border-left-color:#3b82f6;font-weight:600}.sidebar-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem}.sidebar-button{width:100%;padding:.75rem 1rem;border:none;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.return-home{background:#fff;color:#1f2937;border:1px solid #e5e7eb}.return-home:hover{background:#f9fafb;border-color:#d1d5db}.logout{background:#4b5563;color:#fff}.logout:hover{background:#374151}.dashboard-content{flex:1;margin-left:260px;min-height:100vh;background:#fff}.content-wrapper{padding:3rem;max-width:1400px;margin:0 auto}.content-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 2rem}.content-body{font-size:1rem;color:#4b5563;line-height:1.6}.sidebar-backdrop{display:none}.sidebar-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1000;background:transparent;border:none;padding:.5rem;cursor:pointer;transition:all .2s ease;width:auto;height:auto}.sidebar-toggle:hover{opacity:.7}.sidebar-toggle svg{color:#6b7280;transition:transform .3s ease}.sidebar-toggle.open svg{transform:rotate(180deg)}@media (max-width: 768px){.sidebar-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998}.sidebar-toggle{display:block}.dashboard-sidebar{width:280px;position:fixed;left:-280px;top:0;transition:left .3s ease;z-index:999;box-shadow:2px 0 8px #0000001a}.dashboard-sidebar.open{left:0}.dashboard-content{margin-left:0}.content-wrapper{padding:4rem 1.5rem 2rem}.content-title{font-size:2rem}.profile-name{font-size:.95rem}.profile-email{font-size:.75rem}.sidebar-button{padding:.625rem .875rem;font-size:.85rem}.sidebar-footer{padding:1.25rem;gap:.625rem}}.first-admin-setup-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:2rem}.setup-container{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 10px 25px #0003;max-width:500px;width:100%;text-align:center}.setup-container h1{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.setup-description{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.user-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin:0 0 2rem;text-align:left}.user-info p{margin:.5rem 0;font-size:.95rem;color:#1f2937}.user-info strong{color:#6b7280;font-weight:600}.setup-form{margin-top:2rem}.setup-button{padding:.875rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%}.setup-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.setup-button:disabled{opacity:.6;cursor:not-allowed}.setup-message{margin-top:1.5rem;padding:1rem 1.5rem;border-radius:.5rem;font-size:.9rem;line-height:1.5}.setup-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.setup-message.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.error-text{color:#991b1b;font-weight:500}.setup-loading{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.loading-spinner{font-size:1.2rem;color:#fff}.reset-password-page{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;position:relative;padding:2rem}.back-to-home{position:absolute;top:2rem;right:2rem;display:flex;align-items:center;gap:.5rem;padding:0;background:transparent;border:none;color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s ease;z-index:100}.back-to-home:hover{color:#3b82f6}.back-to-home svg{width:18px;height:18px;flex-shrink:0}.reset-password-container{width:100%;max-width:500px;display:flex;align-items:center;justify-content:center}.reset-password-content{width:100%;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a}.reset-password-title{font-size:2rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;text-align:center}.reset-password-subtitle{font-size:.95rem;color:#6b7280;margin:0 0 2rem;text-align:center;line-height:1.6}.reset-password-subtitle strong{color:#1f2937;font-weight:600}.reset-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9rem;font-weight:500;color:#1f2937}.input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .form-input{padding-right:3rem}.form-input{width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;color:#1f2937;transition:border-color .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:#9ca3af;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:10;width:auto;height:auto;min-width:2rem;min-height:2rem}.password-toggle:hover{color:#6b7280}.password-toggle:focus{outline:none;color:#3b82f6}.password-toggle svg{width:20px;height:20px;pointer-events:none}.reset-password-button{width:100%;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.reset-password-button:hover:not(:disabled){background:#0d9488}.reset-password-button:disabled{opacity:.6;cursor:not-allowed}.reset-error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.back-to-login-link{text-align:center;font-size:.9rem;color:#6b7280;text-decoration:underline;transition:color .2s ease;margin-top:.5rem}.back-to-login-link:hover{color:#3b82f6}.reset-password-loading{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#14b8a6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.reset-password-loading p{color:#6b7280;font-size:.95rem;margin:0}.reset-password-error{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.error-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.error-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.error-message{font-size:.95rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.error-link{display:inline-block;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s ease}.error-link:hover{background:#0d9488}.reset-password-success{background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 6px -1px #0000001a;text-align:center}.success-icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.success-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.success-message{font-size:.95rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.success-link{display:inline-block;padding:.875rem 1.5rem;background:#14b8a6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s ease}.success-link:hover{background:#0d9488}@media (max-width: 768px){.reset-password-page{padding:1rem}.back-to-home{top:1rem;right:1rem;font-size:.85rem}.back-to-home span{display:none}.back-to-home svg{width:16px;height:16px}.reset-password-content,.reset-password-loading,.reset-password-error,.reset-password-success{padding:2rem 1.5rem}.reset-password-title{font-size:1.75rem}.reset-password-subtitle{font-size:.9rem}}.careers-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.careers-page .video-container:before{display:none}.jobs-section{background:#f5f5f0;padding:4rem 2rem;min-height:80vh}.jobs-section .container{max-width:1200px;margin:0 auto}.jobs-search-bar{margin-bottom:2rem}.jobs-search-inputs{display:flex;gap:1rem;align-items:flex-end;max-width:1200px;margin:0 auto}.jobs-search-field{flex:1;display:flex;flex-direction:column}.jobs-search-label{font-size:.75rem;font-weight:600;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center}.jobs-search-input{width:100%;padding:.875rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#fff;color:#333;transition:border-color .2s ease}.jobs-search-input:focus{outline:none;border-color:#4a90e2}.jobs-search-input::placeholder{color:#999}.jobs-search-button{width:48px;height:48px;background:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;flex-shrink:0}.jobs-search-button:hover{background:#357abd}.jobs-filters{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto 2rem;padding:1rem 0;border-bottom:1px solid #ddd}.jobs-count{font-size:.875rem;font-weight:600;color:#333}.jobs-filter-buttons{display:flex;gap:1rem;position:relative}.jobs-filter-dropdown-wrapper{position:relative}.jobs-filter-btn{background:none;border:1px solid #ddd;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;display:flex;align-items:center;transition:all .2s ease}.jobs-filter-btn:hover{background:#f0f0f0;border-color:#bbb}.jobs-filter-dropdown{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:100;overflow:hidden}.jobs-filter-dropdown-item{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:.875rem;color:#333;cursor:pointer;transition:background-color .2s ease}.jobs-filter-dropdown-item:hover{background:#f8f9fa}.jobs-filter-dropdown-item.active{background:#4a90e2;color:#fff;font-weight:600}.jobs-filter-dropdown-item.active:hover{background:#357abd}.jobs-sort{display:flex;align-items:center;font-size:.875rem;color:#333;cursor:pointer}.jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.job-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.job-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.job-card-title{font-size:1.125rem;font-weight:600;color:#333;margin:0;flex:1;line-height:1.4}.job-card-actions{display:flex;gap:.5rem;margin-left:1rem}.job-card-icon-btn{background:none;border:none;color:#666;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.job-card-icon-btn:hover{color:#4a90e2}.job-card-location{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:.5rem}.job-card-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;font-size:.8125rem;color:#666}.job-card-categories{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666;margin-bottom:1rem}.job-card-description{font-size:.875rem;color:#555;line-height:1.6;margin:0 0 1.5rem;flex:1}.job-card{cursor:pointer}.talent-network-card{background:linear-gradient(135deg,#1a1f3a,#0a0e27);color:#fff}.talent-network-card .job-card-title{color:#fff}.talent-network-card .job-card-description{color:#ffffffe6}.job-card-network-btn{background:#4a90e2;color:#fff;border:none;padding:.875rem 2rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.job-card-network-btn:hover{background:#357abd}.job-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;overflow-y:auto}.job-modal{background:#fff;border-radius:8px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.job-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#666;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:10}.job-modal-close:hover{color:#333}.job-modal-content{padding:2.5rem}.job-modal-title{font-size:1.75rem;font-weight:600;color:#333;margin:0 0 1.5rem;line-height:1.3}.job-modal-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.job-modal-info-item{font-size:.9375rem;color:#555;line-height:1.6}.job-modal-info-item strong{color:#333;font-weight:600;margin-right:.5rem}.job-modal-section{margin-bottom:2rem}.job-modal-section-title{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 1rem}.job-modal-text{font-size:.9375rem;color:#555;line-height:1.7;margin:0}.job-modal-list{list-style:none;padding:0;margin:0}.job-modal-list li{font-size:.9375rem;color:#555;line-height:1.7;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.job-modal-list li:before{content:"•";position:absolute;left:0;color:#4a90e2;font-weight:700;font-size:1.2rem}.job-modal-actions{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e0e0e0;display:flex;justify-content:center}.job-modal-apply-btn{background:#4a90e2;color:#fff;border:none;padding:1rem 2.5rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.job-modal-apply-btn:hover{background:#357abd}.job-modal-apply-btn:disabled{background:#ccc;cursor:not-allowed}.job-modal-apply-btn:disabled:hover{background:#ccc}.job-application-modal{max-width:600px}.application-form{display:flex;flex-direction:column;gap:1.5rem}.application-form-field{display:flex;flex-direction:column;gap:.5rem}.application-form-label{font-size:.875rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px}.application-form-input,.application-form-textarea{width:100%;padding:.875rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;background:#fff;color:#333;transition:border-color .2s ease}.application-form-input:focus,.application-form-textarea:focus{outline:none;border-color:#4a90e2}.application-form-textarea{resize:vertical;min-height:120px}.application-form-file-upload{position:relative}.application-form-file-input{position:absolute;opacity:0;width:0;height:0}.application-form-file-label{display:inline-block;padding:.875rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;color:#333;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.application-form-file-label:hover{border-color:#4a90e2;background:#f8f9fa}.application-form-file-uploaded{color:#4a90e2;font-weight:500}.application-form-actions{margin-top:1rem;display:flex;justify-content:center}.application-success{text-align:center;padding:2rem 0}.application-success-icon{width:64px;height:64px;border-radius:50%;background:#4a90e2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem}.application-success-text{font-size:1rem;color:#555;line-height:1.6;margin:1rem 0 2rem}.talent-network-modal{max-width:500px}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem}.logo h1{font-size:1.3rem}.header-actions{display:none}.page-banner{height:300px;margin-bottom:3rem}.page-banner-title{font-size:2.5rem}.page-banner-subtitle{font-size:1.25rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.jobs-section{padding:3rem 1.5rem}.jobs-search-bar{margin-bottom:1.5rem}.jobs-search-inputs{flex-direction:column;gap:1rem;align-items:stretch}.jobs-search-field{width:100%}.jobs-search-label{font-size:.7rem;margin-bottom:.375rem}.jobs-search-input{width:100%;padding:.75rem .875rem;font-size:.9375rem}.jobs-search-button{width:100%;height:48px;margin-top:.5rem}.jobs-filters{flex-direction:column;align-items:flex-start;gap:1rem}.jobs-filter-buttons{flex-direction:column;width:100%}.jobs-filter-btn{width:100%;justify-content:space-between}.jobs-grid{grid-template-columns:1fr;gap:1.5rem}.job-modal{max-width:95%;margin:1rem}.job-modal-content{padding:1.5rem}.job-modal-title{font-size:1.25rem;padding-right:2.5rem;margin-bottom:1rem}.job-modal-info{gap:.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.job-modal-info-item{font-size:.8125rem;line-height:1.5}.job-modal-section{margin-bottom:1.5rem}.job-modal-section-title{font-size:1rem;margin-bottom:.75rem}.job-modal-text{font-size:.8125rem;line-height:1.6}.job-modal-list li{font-size:.8125rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.25rem}.job-modal-actions{margin-top:1.5rem;padding-top:1.5rem}.job-modal-apply-btn{padding:.875rem 2rem;font-size:.9375rem}.jobs-filter-dropdown-wrapper{width:100%}.jobs-filter-dropdown{width:100%;left:0;right:0}}.contact-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.contact-info-section{padding:1rem 2rem 4rem;background:#fff}.contact-info-content{max-width:1200px;margin:0 auto;text-align:center}.contact-info-title{font-size:2.5rem;font-weight:600;color:#1e40af;margin:0 0 1rem}.contact-info-subtitle{font-size:1.125rem;color:#4b5563;margin:0 0 3rem;line-height:1.6}.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.contact-info-item{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#f9fafb;border-radius:1rem;transition:transform .3s ease,box-shadow .3s ease}.contact-info-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.contact-info-icon{width:64px;height:64px;background:#1e40af;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-info-details{text-align:center}.contact-info-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem}.contact-info-value{font-size:1.125rem;font-weight:500;color:#1f2937;margin:0}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem}.logo h1{font-size:1.3rem}.header-actions{display:none}.page-banner{height:300px;margin-bottom:3rem}.page-banner-title{font-size:2.5rem}.page-banner-subtitle{font-size:1.25rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem}.contact-info-title,.schedule-title{font-size:2rem}.contact-info-subtitle,.schedule-subtitle{font-size:1rem}}.our-team-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.team-section{padding:2rem 2rem 4rem;background:#fff}.offices-section{padding:4rem 2rem 6rem;background:#fff}.team-section-title{font-size:2.5rem;font-weight:600;color:#1e40af;text-align:center;margin:0 0 3rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.team-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.team-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.team-card-image{width:100%;aspect-ratio:1;background:#f3f4f6;background-size:cover;background-position:center;background-repeat:no-repeat}.team-card-content{padding:1.5rem;text-align:center}.team-card-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.team-card-title{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem}.logo h1{font-size:1.3rem}.header-actions{display:none}.page-banner{height:300px;margin-bottom:3rem}.page-banner-title{font-size:2.5rem}.page-banner-subtitle{font-size:1.25rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.team-section,.offices-section{padding:3rem 1.5rem}.team-section-title{font-size:2rem;margin-bottom:2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 480px){.team-grid{grid-template-columns:1fr}}}.partners-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.partners-page .white-section .white-hero{margin-bottom:1rem}.partners-grid-section{padding:0 2rem 4rem;margin-top:-1rem;background:#fff}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.partner-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.partner-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.partner-card-image{width:100%;aspect-ratio:16 / 9;background:#f3f4f6;background-size:cover;background-position:center;background-repeat:no-repeat;flex-shrink:0}.partner-card-content{padding:1.5rem;flex:1;display:flex;align-items:center;justify-content:center}.partner-card-description{font-size:.9375rem;color:#4b5563;margin:0;line-height:1.6;text-align:center}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem}.logo h1{font-size:1.3rem}.header-actions{display:none}.page-banner{height:300px;margin-bottom:3rem}.page-banner-title{font-size:2.5rem}.page-banner-subtitle{font-size:1.25rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}.partners-grid-section{padding:3rem 1.5rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 480px){.partners-grid{grid-template-columns:1fr}}}.crude-oil-strategies-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.chart-section{padding:3rem 2rem;background:#fff}.tradingview-widget-container{width:100%;height:750px;min-height:750px;margin:0 auto;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.tradingview-widget-container__widget{width:100%!important;height:100%!important;min-height:750px!important;display:block!important}.strategy-text-section{padding:4rem 2rem;background:#fff}.strategy-text-section{padding:1.5rem 2rem 3rem}.strategy-text-content{max-width:900px;margin:0 auto;text-align:center}.strategy-text-small{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 768px){.positioning-section{padding:3rem 1.5rem}.positioning-content{grid-template-columns:1fr;gap:2rem}.positioning-title{font-size:2rem}.positioning-body p{font-size:.9375rem}}@media (max-width: 768px){.sentiment-section,.geopolitical-section{padding:3rem 1.5rem}.sentiment-content,.geopolitical-content{grid-template-columns:1fr;gap:2rem}.sentiment-title,.geopolitical-title{font-size:2rem}.sentiment-body p,.geopolitical-body p{font-size:.9375rem}}.cta-section{padding:4rem 2rem;background:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.cta-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.cta-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.7;margin:0}.cta-section .btn{margin-top:.5rem}@media (max-width: 768px){.cta-section{padding:3rem 1.5rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}}@media (max-width: 768px){.chart-section{padding:2rem 1rem}.tradingview-widget-container{height:300px!important;min-height:300px!important;max-height:300px!important}.tradingview-widget-container__widget{min-height:300px!important;max-height:300px!important;width:100%!important;height:300px!important}.tradingview-widget-container iframe{height:300px!important;min-height:300px!important;max-height:300px!important}.strategy-text-section{padding:3rem 1.5rem}}.portfolio-models-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.portfolio-models-section{padding:.5rem 2rem 4rem;background:#fff;margin-top:-2rem}.portfolio-models-title{font-size:3rem;font-weight:600;color:#1f2937;text-align:center;margin-bottom:.5rem;line-height:1.1}.portfolio-models-subtitle{font-size:1.25rem;color:#6b7280;text-align:center;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.portfolio-models-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.portfolio-model-card{background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.portfolio-model-card:hover{border-color:#3b82f6;box-shadow:0 10px 25px #3b82f626;transform:translateY(-2px)}.portfolio-model-card.expanded{border-color:#3b82f6;box-shadow:0 10px 25px #3b82f633}.portfolio-model-card.high-risk{border-color:#f59e0b}.portfolio-model-card.high-risk:hover{border-color:#f59e0b;box-shadow:0 10px 25px #f59e0b26}.portfolio-model-card.high-risk.expanded{border-color:#f59e0b;box-shadow:0 10px 25px #f59e0b33}.portfolio-model-header{display:flex;align-items:center;gap:1.5rem}.portfolio-model-icon{width:64px;height:64px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portfolio-model-icon.low-risk{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.portfolio-model-icon.high-risk{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.portfolio-model-icon svg{width:32px;height:32px}.portfolio-model-info{flex:1}.portfolio-model-name{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.portfolio-model-growth{display:flex;align-items:baseline;gap:.5rem}.growth-rate{font-size:2rem;font-weight:700;color:#3b82f6}.portfolio-model-card.high-risk .growth-rate{color:#f59e0b}.growth-period{font-size:.875rem;color:#6b7280;font-weight:500}.portfolio-model-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:transform .3s ease;flex-shrink:0}.portfolio-model-card.expanded .portfolio-model-arrow{transform:rotate(180deg)}.portfolio-model-arrow svg{width:24px;height:24px}.portfolio-model-details{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding-top:0}.portfolio-model-card.expanded .portfolio-model-details{max-height:1000px;padding-top:2rem;margin-top:2rem;border-top:1px solid #e5e7eb}.portfolio-model-description{margin-bottom:1.5rem}.portfolio-model-description p{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.portfolio-model-features{margin-bottom:2rem}.portfolio-model-features h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.portfolio-model-features ul{list-style:none;padding:0;margin:0}.portfolio-model-features li{font-size:.9375rem;color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative;line-height:1.5}.portfolio-model-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600}.portfolio-model-cta{display:flex;justify-content:center}.portfolio-model-cta .btn{padding:.75rem 2rem;font-size:1rem;font-weight:600}.pie-center{pointer-events:none}.pie-center-text,.pie-center-label{font-family:system-ui,-apple-system,sans-serif}.chart-legend{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.legend-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#4b5563}.legend-color{width:20px;height:20px;border-radius:4px;flex-shrink:0}.legend-color.low-risk{background:#10b981}.legend-color.high-risk{background:#f59e0b}.portfolio-info-section{padding:4rem 2rem;background:#fff}.portfolio-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto}.portfolio-info-card{background:#f3f4f6;border-radius:1rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.portfolio-info-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.portfolio-info-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;line-height:1.3}.portfolio-info-text{display:flex;flex-direction:column;gap:1rem}.portfolio-info-text p{font-size:.9375rem;color:#4b5563;line-height:1.7;margin:0}@media (max-width: 768px){.portfolio-models-section{padding:3rem 1.5rem}.portfolio-models-title{font-size:2rem}.portfolio-models-subtitle{font-size:1rem;margin-bottom:2rem}.portfolio-models-grid{grid-template-columns:1fr;gap:1.5rem}.portfolio-model-card{padding:1.5rem}.portfolio-model-header{gap:1rem}.portfolio-model-icon{width:56px;height:56px}.portfolio-model-icon svg{width:28px;height:28px}.portfolio-model-name{font-size:1.25rem}.growth-rate{font-size:1.75rem}.investor-choice-section{padding:3rem 1.5rem}.investor-choice-content{grid-template-columns:1fr;gap:3rem}.investor-choice-title{font-size:2rem}.investor-choice-description{font-size:1rem}.investor-choice-stats{gap:2rem}.stat-value{font-size:2.5rem}.pie-chart{width:250px;height:250px}.portfolio-info-section{padding:3rem 1.5rem}.portfolio-info-grid{grid-template-columns:1fr;gap:1.5rem}.portfolio-info-card{padding:1.5rem}.portfolio-info-title{font-size:1.25rem;margin-bottom:1rem}.portfolio-info-text p{font-size:.875rem}}.risk-management-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.risk-nav-section{padding:2rem;background:#fff;border-bottom:1px solid #e5e7eb}.risk-nav-grid{display:flex;flex-wrap:nowrap;gap:.5rem;max-width:100%;margin:0 auto;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.risk-nav-item{padding:.5rem .875rem;background:transparent;border:1px solid #d1d5db;border-radius:.375rem;font-size:.75rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;flex-shrink:0}.risk-nav-item:hover{background:transparent;color:#3b82f6;border-color:#3b82f6;border-width:2px;transform:translateY(-1px)}.risk-content-section{padding:4rem 2rem;background:#fff}.risk-section{max-width:900px;margin:0 auto 4rem}.risk-section:last-child{margin-bottom:0}.risk-section-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 2rem;padding-bottom:1rem;border-bottom:3px solid #3b82f6;line-height:1.2}.risk-section-content{display:flex;flex-direction:column;gap:1.5rem}.risk-section-content p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0;text-align:justify}@media (max-width: 768px){.risk-nav-section{padding:1.5rem 1rem}.risk-nav-grid{justify-content:flex-start;gap:.5rem}.risk-nav-item{padding:.625rem 1rem;font-size:.9375rem}.risk-content-section{padding:3rem 1.5rem}.risk-section{margin-bottom:3rem}.risk-section-title{font-size:2rem;margin-bottom:1.5rem}.risk-section-content p{font-size:.9375rem;line-height:1.7;text-align:left}}.execution-technology-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.process-timeline-section{padding:1rem 2rem 4rem;background:#fff;margin-top:-2rem}.timeline-number{width:3.5rem;height:3.5rem;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:4px solid #ffffff;position:relative}@media (max-width: 768px){.process-timeline-section{padding:3rem 1.5rem}.process-timeline-title{font-size:2rem}.process-timeline-subtitle{font-size:1rem;margin-bottom:2rem}.process-timeline{flex-direction:column;gap:2rem;padding:1rem 0;margin-top:2rem}.timeline-line{display:none}.timeline-step{width:100%}.timeline-widget{max-width:100%}}@media (max-width: 768px){.positioning-section,.sentiment-section,.geopolitical-section{padding:3rem 1.5rem}.positioning-content,.sentiment-content,.geopolitical-content{grid-template-columns:1fr;gap:2rem}.positioning-title,.sentiment-title,.geopolitical-title{font-size:2rem}.positioning-body p,.sentiment-body p,.geopolitical-body p{font-size:.9375rem}.schedule-section{padding:3rem 1.5rem}.schedule-title{font-size:2rem}}.investment-calculator-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.calculator-hero-section{padding:4rem 2rem;background:#fff}.calculator-widget-section{padding:1rem 2rem 4rem;background:#fff;margin-top:-2rem}.calculator-widget{max-width:1200px;margin:0 auto;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;padding:3rem;box-shadow:0 10px 25px #0000001a}.calculator-inputs{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.calculator-input-group{display:flex;flex-direction:column;gap:1rem}.calculator-label{font-size:1.125rem;font-weight:600;color:#1f2937}.risk-profile-selector{display:flex;gap:1rem}.risk-profile-btn{flex:1;padding:1rem 1.5rem;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .3s ease}.risk-profile-btn:hover{border-color:#3b82f6;background:#eff6ff}.risk-profile-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.calculator-slider{width:100%;height:8px;border-radius:4px;background:#e5e7eb;outline:none;-webkit-appearance:none}.calculator-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003}.calculator-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.slider-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.calculator-results{display:flex;flex-direction:column;gap:2rem}.results-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2rem;background:#f9fafb;border-radius:.5rem}.result-item{display:flex;flex-direction:column;gap:.5rem}.result-label{font-size:.875rem;color:#6b7280;font-weight:500}.result-value{font-size:1.75rem;font-weight:700;color:#1f2937}.result-value.profit{color:#10b981}.result-value.growth{color:#3b82f6}.projection-chart{padding:2rem;background:#f9fafb;border-radius:.5rem;overflow:visible;position:relative}.chart-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem}.chart-container{width:100%;overflow:visible;position:relative}.chart-svg{width:100%;min-width:900px;height:400px;background:#fff;border-radius:.5rem;overflow:visible}.chart-svg g{overflow:visible}@media (max-width: 768px){.calculator-hero-section{padding:3rem 1.5rem}.calculator-widget-section{padding:3rem 1rem}.calculator-widget{padding:2rem 1.5rem}.risk-profile-selector{flex-direction:column}.results-summary{grid-template-columns:1fr;gap:1.5rem}.result-value{font-size:1.5rem}.projection-chart{display:none}}.calculator-text-section{padding:1.5rem 2rem 3rem;background:#fff}.calculator-text-content{max-width:900px;margin:0 auto;text-align:center}.calculator-text-small{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.managed-portfolios-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.big-widget-section{padding-top:1rem;padding-bottom:4rem}.big-widget{width:100%;max-width:1200px;margin:0 auto;background:#f9fafb;border-radius:.75rem;padding:3rem}.big-widget-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;align-items:center;text-align:center;margin-bottom:3rem}.big-widget-stat{display:flex;flex-direction:column;align-items:center;justify-content:center}.big-widget-value{font-size:3.5rem;font-weight:700;color:#1e40af;margin-bottom:.75rem;line-height:1}.big-widget-label{font-size:1.125rem;color:#4b5563;font-weight:500;line-height:1.4}.big-widget-text{max-width:100%;margin-top:2rem}.big-widget-text p{font-size:1rem;color:#4b5563;line-height:1.7;margin:0 0 1.5rem}.big-widget-text p:last-child{margin-bottom:0}.investor-choice-section{padding:4rem 2rem;background:#f9fafb}.investor-choice-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.investor-choice-text{display:flex;flex-direction:column;gap:1.5rem}.investor-choice-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.investor-choice-description{font-size:1.125rem;color:#4b5563;line-height:1.7;margin:0}.investor-choice-stats{display:flex;gap:3rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:3rem;font-weight:700;color:#3b82f6;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.investor-choice-chart{display:flex;flex-direction:column;align-items:center;gap:2rem}.pie-chart{width:300px;height:300px;max-width:100%}.pie-segment{transition:opacity .3s ease}.pie-chart-legend{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.legend-item{display:flex;align-items:center;gap:.75rem}.legend-color{width:1rem;height:1rem;border-radius:.25rem;flex-shrink:0}.legend-label{font-size:.875rem;color:#4b5563;font-weight:500}@media (max-width: 768px){.big-widget{padding:2rem 1.5rem;min-height:250px}.big-widget-content{grid-template-columns:1fr;gap:2rem}.big-widget-value{font-size:2.5rem}.big-widget-label{font-size:1rem}.investor-choice-content{grid-template-columns:1fr;gap:3rem}.investor-choice-title{font-size:2rem}.investor-choice-description{font-size:1rem}.investor-choice-stats{gap:2rem}.stat-value{font-size:2.5rem}.pie-chart{width:250px;height:250px}}.performance-tracking-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.performance-widgets-section{padding:1rem 2rem 4rem;background:#fff;margin-top:-2rem}.performance-widgets-content{max-width:1200px;margin:0 auto}.performance-widgets-header{text-align:center;margin-bottom:3rem}.performance-widgets-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem;line-height:1.2}.performance-widgets-subtitle{font-size:1.125rem;color:#4b5563;margin:0;line-height:1.6}.performance-widgets-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.performance-widget-card{position:relative;background:#f9fafb;border:2px solid #e5e7eb;border-radius:1rem;padding:2.5rem;min-height:350px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;transition:all .3s ease;cursor:pointer}.performance-widget-card:hover{border-color:#1e40af;box-shadow:0 10px 25px #0000001a}.performance-widget-text{position:relative;z-index:2;transition:opacity .3s ease}.performance-widget-card.hovered .performance-widget-text{opacity:0}.performance-widget-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1.25rem;line-height:1.3}.performance-widget-description{font-size:.9375rem;color:#4b5563;margin:0;line-height:1.7;max-width:100%}.performance-widget-image{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease;z-index:1}.performance-widget-card.hovered .performance-widget-image{opacity:1}.performance-text-section{padding:1rem 2rem 3rem;background:#fff;margin-top:-1rem}.performance-text-content{max-width:900px;margin:0 auto;text-align:center}.performance-text{font-size:1rem;color:#4b5563;line-height:1.8;margin:0}@media (max-width: 768px){.performance-widgets-section{padding:1rem 1.5rem 3rem}.performance-widgets-title{font-size:2rem}.performance-widgets-subtitle{font-size:1rem}.performance-widgets-grid{grid-template-columns:1fr;gap:1.5rem}.performance-widget-card{min-height:250px;padding:2rem}.performance-widget-title{font-size:1.25rem}.performance-text-section{padding:3rem 1.5rem}}.onboarding-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.process-timeline-section{padding:3rem 2rem 1rem;background:#fff;margin-top:2rem}.onboarding-page .white-section .white-hero{padding:1rem 0}.onboarding-page .white-section .white-hero-title{margin-bottom:1rem}.onboarding-page .white-section .white-hero-subtitle{margin-bottom:0}.onboarding-page .process-timeline-section{padding-bottom:2rem}.onboarding-page .white-section:has(.white-hero){padding-top:3rem;padding-bottom:3rem}.onboarding-page .onboarding-cta-section{padding-top:2rem;padding-bottom:4rem}.process-timeline-content{max-width:1200px;margin:0 auto}.process-timeline-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem;text-align:center;line-height:1.2}.process-timeline-subtitle{font-size:1.125rem;color:#4b5563;margin:0 0 3rem;text-align:center;line-height:1.6}.process-timeline{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:2rem 0;margin-top:3rem}.timeline-line{position:absolute;top:3.625rem;left:10%;right:10%;height:3px;background:#e5e7eb;z-index:1}.timeline-step{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;z-index:2}.timeline-number{width:3.5rem;height:3.5rem;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:4px solid #ffffff}.timeline-widget{background:#f3f4f6;border-radius:.75rem;padding:1.5rem;width:100%;max-width:260px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.timeline-widget:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.timeline-widget-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.3}.timeline-widget-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:0}.onboarding-cta-section{padding:4rem 2rem;background:#fff}.onboarding-cta-widget{max-width:1000px;margin:0 auto;background:#f9fafb;border:2px solid #e5e7eb;border-radius:1rem;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;box-shadow:0 10px 25px #0000001a}.onboarding-cta-left,.onboarding-cta-right{display:flex;flex-direction:column;align-items:center;text-align:center}.onboarding-cta-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem;line-height:1.3}.onboarding-cta-text{font-size:1rem;color:#4b5563;margin:0 0 1.5rem;line-height:1.6}.btn-cta-primary{background:#1e40af;color:#fff;border:none;padding:.875rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.btn-cta-primary:hover{background:#1e3a8a}.btn-cta-secondary{background:#fff;color:#1e40af;border:2px solid #1e40af;padding:.875rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-cta-secondary:hover{background:#1e40af;color:#fff}@media (max-width: 768px){.process-timeline-section{padding:3rem 1.5rem}.process-timeline-title{font-size:2rem}.process-timeline-subtitle{font-size:1rem;margin-bottom:2rem}.process-timeline{flex-direction:column;gap:2rem;padding:1rem 0;margin-top:2rem}.timeline-line{display:none}.timeline-step{width:100%}.timeline-widget{max-width:100%}.onboarding-cta-section{padding:3rem 1.5rem}.onboarding-cta-widget{grid-template-columns:1fr;gap:2rem;padding:2rem}}.learning-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.schedule-section{padding:4rem 2rem;background:#f9fafb}.schedule-content{max-width:800px;margin:0 auto;text-align:center}.schedule-title{font-size:2.5rem;font-weight:600;color:#1e40af;margin:0 0 1rem}.schedule-subtitle{font-size:1.125rem;color:#4b5563;margin:0 0 2rem;line-height:1.6}.schedule-button{display:inline-block;text-decoration:none}@media (max-width: 768px){.positioning-section,.sentiment-section,.geopolitical-section{padding:3rem 1.5rem}.positioning-content,.sentiment-content,.geopolitical-content{grid-template-columns:1fr;gap:2rem}.positioning-title,.sentiment-title,.geopolitical-title{font-size:2rem}.positioning-body p,.sentiment-body p,.geopolitical-body p{font-size:.9375rem}.schedule-section{padding:3rem 1.5rem}.schedule-title{font-size:2rem}.schedule-subtitle{font-size:1rem}}.macro-insights-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.positioning-section{padding:4rem 2rem;background:#fff}.positioning-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.positioning-text{display:flex;flex-direction:column;gap:1.5rem}.positioning-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.positioning-body{display:flex;flex-direction:column;gap:1rem}.positioning-body p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0}.positioning-image{width:100%}.positioning-image-widget{width:100%;aspect-ratio:4 / 3;background:#f3f4f6;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sentiment-section{padding:4rem 2rem;background:#fff}.sentiment-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.sentiment-image{width:100%}.sentiment-image-widget{width:100%;aspect-ratio:4 / 3;background:#f3f4f6;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sentiment-text{display:flex;flex-direction:column;gap:1.5rem}.sentiment-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.sentiment-body{display:flex;flex-direction:column;gap:1rem}.sentiment-body p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0}.geopolitical-section{padding:4rem 2rem;background:#fff}.geopolitical-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.geopolitical-text{display:flex;flex-direction:column;gap:1.5rem}.geopolitical-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.geopolitical-body{display:flex;flex-direction:column;gap:1rem}.geopolitical-body p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0}.geopolitical-image{width:100%}.geopolitical-image-widget{width:100%;aspect-ratio:4 / 3;background:#f3f4f6;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 768px){.positioning-content,.sentiment-content,.geopolitical-content{grid-template-columns:1fr;gap:2rem}.positioning-title,.sentiment-title,.geopolitical-title{font-size:2rem}.positioning-body p,.sentiment-body p,.geopolitical-body p{font-size:.9375rem}}.risk-guidance-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.risk-guidance-nav-section{padding:2rem;background:#fff;border-bottom:1px solid #e5e7eb}.risk-guidance-nav-grid{display:flex;flex-wrap:nowrap;gap:.5rem;max-width:100%;margin:0 auto;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.risk-guidance-nav-item{padding:.5rem .875rem;background:transparent;border:1px solid #d1d5db;border-radius:.375rem;font-size:.75rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;flex-shrink:0}.risk-guidance-nav-item:hover{background:transparent;color:#3b82f6;border-color:#3b82f6;border-width:2px;transform:translateY(-1px)}.risk-guidance-content-section{padding:4rem 2rem;background:#fff}.risk-guidance-section{max-width:900px;margin:0 auto 4rem}.risk-guidance-section:last-child{margin-bottom:0}.risk-guidance-section-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 2rem;padding-bottom:1rem;border-bottom:3px solid #3b82f6;line-height:1.2}.risk-guidance-section-content{display:flex;flex-direction:column;gap:1.5rem}.risk-guidance-section-content p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0;text-align:justify}@media (max-width: 768px){.risk-guidance-nav-section{padding:1.5rem 1rem}.risk-guidance-nav-grid{gap:.375rem;justify-content:flex-start}.risk-guidance-nav-item{padding:.5rem .75rem;font-size:.75rem}.risk-guidance-content-section{padding:3rem 1.5rem}.risk-guidance-section{margin-bottom:3rem}.risk-guidance-section-title{font-size:2rem;margin-bottom:1.5rem}.risk-guidance-section-content{gap:1.25rem}.risk-guidance-section-content p{font-size:.9375rem}}.page-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.main-content{flex:1}.page-banner{position:relative;width:100%;height:400px;overflow:hidden;margin-bottom:4rem}.page-banner-image{width:100%;height:100%;background:#1a1f3a;background-size:cover;background-position:center;background-repeat:no-repeat}.page-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0a0e27b3,#1a1f3a80);display:flex;align-items:center;justify-content:center}.page-banner-content{text-align:center;max-width:1200px;padding:0 2rem}.page-banner-title{font-size:4rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.1}.page-banner-subtitle{font-size:1.5rem;color:#ffffffe6;margin:0;line-height:1.6;font-weight:400}.logo,.logo:hover,.logo:visited{text-decoration:none!important}.logo:focus{text-decoration:none!important}@media (max-width: 768px){.nav-container{padding:2rem 1.5rem 1rem}.logo h1{font-size:1.3rem}.header-actions{display:none}.page-banner{height:300px;margin-bottom:3rem}.page-banner-title{font-size:2.5rem}.page-banner-subtitle{font-size:1.25rem}.footer{padding:3rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}}.compliance-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff;overflow-x:hidden;position:relative;max-width:100vw}.compliance-nav-section{padding:2rem;background:#fff;border-bottom:1px solid #e5e7eb}.compliance-nav-grid{display:flex;flex-wrap:nowrap;gap:.5rem;max-width:100%;margin:0 auto;justify-content:center;overflow-x:auto;-webkit-overflow-scrolling:touch}.compliance-nav-item{padding:.5rem .875rem;background:transparent;border:1px solid #d1d5db;border-radius:.375rem;font-size:.75rem;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap;flex-shrink:0}.compliance-nav-item:hover{background:transparent;color:#3b82f6;border-color:#3b82f6;border-width:2px;transform:translateY(-1px)}.compliance-content-section{padding:4rem 2rem;background:#fff}.compliance-section{max-width:900px;margin:0 auto 4rem}.compliance-section:last-child{margin-bottom:0}.compliance-section-title{font-size:2.5rem;font-weight:600;color:#1f2937;margin:0 0 2rem;padding-bottom:1rem;border-bottom:3px solid #3b82f6;line-height:1.2}.compliance-section-content{display:flex;flex-direction:column;gap:1.5rem}.compliance-section-content p{font-size:1rem;color:#4b5563;line-height:1.8;margin:0;text-align:justify}@media (max-width: 768px){.compliance-nav-section{padding:1.5rem 1rem}.compliance-nav-grid{gap:.375rem;justify-content:flex-start}.compliance-nav-item{padding:.5rem .75rem;font-size:.75rem}.compliance-content-section{padding:3rem 1.5rem}.compliance-section{margin-bottom:3rem}.compliance-section-title{font-size:2rem;margin-bottom:1.5rem}.compliance-section-content{gap:1.25rem}.compliance-section-content p{font-size:.9375rem}}.policy-page{width:100%;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1429);color:#fff}.App{width:100%;min-height:100vh;overflow-x:hidden;max-width:100vw}*{margin:0;padding:0;box-sizing:border-box}html{overscroll-behavior:none;-webkit-overflow-scrolling:touch;height:100%;position:fixed;width:100%;overflow:hidden}:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--secondary-color: #8b5cf6;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-dark: #111827;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}html.dark-mode{--text-primary: #f9fafb;--text-secondary: #d1d5db;--bg-primary: #1f2937;--bg-secondary: #111827;--border-color: #374151}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;line-height:1.6;background:#0a0e27;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;position:fixed;overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:pan-y}#root{min-height:100vh;width:100%;overflow-x:hidden;max-width:100vw}
