*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;font-family:Arial,sans-serif;background-color:#f9fafb}body{display:flex;flex-direction:column;min-height:100vh}main{padding:10px 20px 20px}.public-main,main{flex:1 1;width:100%;display:flex;flex-direction:column;text-align:center}.public-main,footer{padding:20px}footer{width:100%;background-color:#f1f1f1;text-align:center;flex-shrink:0;margin-top:auto}nav{justify-content:center;height:70px;padding:0;background-color:#333;color:#fff;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:visible}.navbar-inner,nav{display:flex;align-items:center;width:100%}.navbar-inner{max-width:1200px;margin:0 auto;justify-content:space-between;height:100%;padding:0 2rem;position:relative}.logo-img{height:85px;width:auto;max-width:85px;object-fit:contain;display:block;transition:height .2s,max-width .2s}@media (max-width:900px){nav{height:50px}.logo-img{height:60px;max-width:65px}}@media (max-width:640px){nav{height:65px}.logo-img{height:50px;max-width:55px}}@media (max-width:900px){.sidebar-ad-aside{display:none!important}}nav .btn,nav .button-link,nav a,nav button{text-decoration:none;color:#fff;background-color:#333;border:none;border-radius:5px;font-size:15px;text-align:center;transition:background-color .2s,color .2s;cursor:pointer;display:inline-block;font-weight:500;padding:8px 16px}.desktop-nav .button-link{font-size:16px;padding:11px 26px;font-weight:200;letter-spacing:.01em;transition:font-size .2s,padding .2s}@media (max-width:900px){.desktop-nav .button-link{font-size:16px;padding:9px 14px}}@media (max-width:640px){.desktop-nav .button-link{font-size:14px;padding:8px 10px}}.desktop-nav .btn{font-size:15px;padding:8px 16px;font-weight:500}nav .btn:hover,nav .button-link:hover,nav button:hover{background-color:#444;color:#38bdf8}.mobile-menu-button{background:transparent;border:none;color:#fff;padding:6px;margin-left:8px;border-radius:4px;transition:background .18s;display:inline-flex;align-items:center;justify-content:center}.mobile-menu-button:hover{background:#444}@media (min-width:768px){.mobile-menu-button,.mobile-nav-dropdown{display:none!important}}@media (max-width:767px){.mobile-nav-dropdown{display:block;background:#222;border-top:1px solid #444;position:absolute;top:100%;left:0;width:100vw;z-index:1200;padding-bottom:10px}.mobile-nav-dropdown .btn,.mobile-nav-dropdown .button-link{display:block;width:100%;text-align:left;margin:0;padding:12px 20px;border-radius:0;background:transparent;color:#fff;border-bottom:1px solid #333;font-size:16px;font-weight:600}.mobile-nav-dropdown .btn:last-child,.mobile-nav-dropdown .button-link:last-child{border-bottom:none}.mobile-nav-dropdown .btn:hover,.mobile-nav-dropdown .button-link:hover{background:#333;color:#38bdf8}.desktop-nav{display:none!important}}@media (min-width:768px){.desktop-nav{display:flex!important}}.auth-page .status-icon-container{text-align:center;margin-bottom:1.5rem}.auth-page .status-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.auth-page .status-icon.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 25px rgba(16,185,129,.3)}.auth-page .status-icon.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 25px rgba(239,68,68,.3)}.auth-page .status-icon svg{width:48px;height:48px;color:#fff}.auth-page .info-box{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1.5px solid #93c5fd;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-page .info-box.center{text-align:center}.auth-page .info-box-label{color:#374151;margin-bottom:.5rem;font-size:.9rem}.auth-page .info-box-value{font-size:1.1rem;font-weight:600;color:#2563eb;word-break:break-word}.auth-page .info-box-message{color:#2563eb;font-weight:600;font-size:.95rem}.auth-page .error-box{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1.5px solid #fca5a5;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;animation:shake .4s ease-out}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.auth-page .error-box-message{color:#991b1b;font-weight:500;font-size:.95rem}.auth-page .password-requirements{display:flex;flex-direction:column;gap:.625rem;margin-top:.875rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.auth-page .verifying-container{text-align:center;padding:3rem 2rem}.auth-page .verifying-spinner{display:inline-block;width:64px;height:64px;border:5px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem;box-shadow:0 4px 12px rgba(37,99,235,.2)}.auth-page .verifying-text{color:#6b7280;font-size:1.1rem;font-weight:500;margin-top:1rem}.auth-page .verifying-subtext{color:#9ca3af;font-size:.9rem;margin-top:.5rem}.auth-page .action-links{display:flex;flex-direction:column;gap:1rem;align-items:center;animation:fadeInUp .4s ease-out .2s backwards}.auth-page .action-link-primary{color:#2563eb;font-weight:600;text-decoration:none;font-size:1rem;transition:all .2s ease;padding:.5rem 1rem;border-radius:.375rem}.auth-page .action-link-primary:hover{color:#1e40af;background:#eff6ff;text-decoration:none}.auth-page .action-link-secondary{color:#6b7280;font-weight:500;text-decoration:none;font-size:.9rem;transition:all .2s ease;padding:.5rem 1rem;border-radius:.375rem}.auth-page .action-link-secondary:hover{color:#374151;background:#f3f4f6;text-decoration:none}.auth-page .text-center{text-align:center}.auth-page .text-small{font-size:.875rem;color:#6b7280}.auth-page .form-wrapper{animation:fadeIn .3s ease-out}@media (max-width:640px){.auth-page .status-icon{width:64px;height:64px}.auth-page .status-icon svg{width:36px;height:36px}.auth-page .verifying-spinner{width:48px;height:48px;border-width:4px}.auth-page .verifying-container{padding:2rem 1rem}}.auth-page .public-main{background:#fff;min-height:calc(100vh - 180px);display:flex;align-items:center;justify-content:center;padding:4rem 2rem}.auth-page .firstmove-container{max-width:560px;width:100%;padding:0;background-color:transparent}.auth-page .form-heading{font-size:2.5rem;font-weight:700;color:#1e40af;text-align:center;margin-bottom:1rem;letter-spacing:-.025em}.auth-page .form-subtitle{font-size:1rem;color:#64748b;text-align:center;line-height:1.6;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.auth-page .form-wrapper{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb}.auth-page label{font-size:.95rem;font-weight:600;color:#374151;display:block;margin-bottom:.5rem}.auth-page .form-input{width:100%;padding:.875rem 1rem;border:1.5px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:#fff}.auth-page .form-subtitle{background:transparent!important;padding:0!important;color:#64748b!important}.auth-page .form-subtitle,.auth-page .form-subtitle:hover{border:none!important;box-shadow:none!important}.auth-page .form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.auth-page .form-input::placeholder{color:#9ca3af}.auth-page .form-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(37,99,235,.3);margin-top:.5rem}.auth-page .form-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 6px 16px rgba(37,99,235,.4);transform:translateY(-2px)}.auth-page .form-button:active{transform:translateY(0)}.auth-page .form-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-page .form-error{background:#fef2f2;border-left:4px solid #ef4444;color:#dc2626}.auth-page .auth-success,.auth-page .form-error{padding:1rem 1.25rem;border-radius:.5rem;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;line-height:1.5}.auth-page .auth-success{background:#f0fdf4;border-left:4px solid #22c55e;color:#16a34a;text-align:center}.auth-page .password-rules{display:flex;flex-direction:column;gap:.625rem;margin-top:.875rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb}.auth-page .password-rule{display:flex;align-items:center;gap:.625rem;color:#64748b;font-size:.9rem;transition:color .2s ease}.auth-page .password-rule.met{color:#16a34a;font-weight:600}.auth-page .password-rule-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem}.auth-page .agreement-section{display:flex;align-items:start;gap:.875rem;padding:1.25rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e5e7eb;font-size:.9rem;color:#475569;line-height:1.7;margin-top:.5rem}.auth-page .agreement-section input[type=checkbox]{margin-top:.25rem;cursor:pointer;width:18px;height:18px}.auth-page .agreement-section label{margin:0;font-weight:400;cursor:pointer}.auth-page .agreement-section a{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-page .agreement-section a:hover{color:#1e40af;text-decoration:underline}.auth-page .link-button{background:none;border:none;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:0}.auth-page .link-button:hover:not(:disabled){color:#1e40af;text-decoration:underline}.auth-page .link-button:disabled{opacity:.5;cursor:not-allowed}.auth-page .auth-divider{margin:2rem 0;height:1px;background:#e5e7eb}.auth-page .text-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-page .text-link:hover{color:#1e40af;text-decoration:underline}@media (max-width:768px){.auth-page .public-main{padding:3rem 1.5rem}.auth-page .form-heading{font-size:2rem}.auth-page .form-wrapper{padding:2rem 1.75rem}}@media (max-width:640px){.auth-page .public-main{padding:2rem 1rem}.auth-page .form-heading{font-size:1.75rem}.auth-page .form-subtitle{font-size:.95rem}.auth-page .form-wrapper{padding:1.75rem 1.5rem}.auth-page .form-button{padding:.875rem 1.25rem;font-size:1rem}.auth-page .agreement-section{padding:1rem;font-size:.85rem}}@media (max-width:480px){.auth-page .public-main{padding:1.5rem .75rem}.auth-page .form-heading{font-size:1.5rem}.auth-page .form-wrapper{padding:1.5rem 1.25rem}}header{display:flex;justify-content:space-between;align-items:center;height:65px;padding:10px 20px;background-color:#333;color:#fff}header a{text-decoration:none;color:#fff;font-size:24px;font-weight:700}button.btn{padding:10px 20px;background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease;cursor:pointer}button.btn:hover{background-color:#1d4ed8}.outer-container{display:flex;justify-content:center;align-items:flex-start;gap:1rem;width:100%;margin-top:20px;padding:0;max-width:1200px;flex-wrap:wrap}.container,.container2,.container3{flex:1 1;padding:1.5rem .5rem;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:1.5rem;text-align:center}.container{background-color:#fff}.container2{background-color:#d4f8d4}.container3{background-color:#f8d4d4}.container h2,.container2 h2,.container3 h2{font-size:1.5rem;margin-bottom:1rem;text-align:center}.container ul,.container2 ul,.container3 ul{list-style-type:none}.container li,.container2 li,.container3 li{padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.outer-container .winning-losing-group{display:flex;justify-content:space-between;gap:2rem;width:100%}.container2,.container3{max-width:48%}.outer-container .winning-moves{display:flex;justify-content:center;gap:2rem;width:100%;flex-direction:column;align-items:center}.winning-container{background-color:#d4f8d4}.losing-container{background-color:#f8d4d4}@media (max-width:768px){main{padding:80px 10px 10px}footer{padding:10px}.outer-container{flex-direction:column;gap:1.5rem}.container,.container2,.container3{max-width:100%;padding:1rem}.outer-container .winning-losing-group{flex-direction:column;gap:2rem}}@media (max-width:480px){header a{font-size:20px}button,nav .button-link,nav button{padding:8px 16px;font-size:14px}}.durations-block{display:inline-block;margin:12px 0;background:#f1f5f9;border-radius:.65rem;padding:13px 20px;font-weight:500;font-size:1.07rem;box-shadow:0 2px 8px rgba(30,64,175,.04)}.section.no-top{padding-top:.5rem}.section{padding:1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb}.section h1{font-size:2.5rem;font-weight:850;text-align:center;color:#000}.section.alt{background-color:#fff}.section h2{font-size:1.625rem;font-weight:700;text-align:center;margin-bottom:1.75rem;color:#18202b}.section p{font-size:1rem;line-height:1.65;margin-bottom:.85rem;color:#000;max-width:880px;margin-left:auto;margin-right:auto;text-align:center}.landing-heading{font-size:2.25rem;font-weight:800;text-align:center;margin-bottom:1rem;color:#0f172a}.landing-summary{font-size:1.125rem;line-height:1.75;text-align:center;max-width:800px;margin:0 auto 2rem;color:#475569}.landing-bullet-list{padding-left:1.5rem;margin-top:2rem;margin-bottom:2rem;list-style-type:disc}.landing-bullet-list li{margin-bottom:2em;line-height:1.7}.featured-on-title{font-size:1.5rem;font-weight:700;color:#1e40af;text-align:center;margin-top:2.5rem;margin-bottom:1.5rem;letter-spacing:-.025em}@media (max-width:768px){.featured-on-title{font-size:1.25rem;margin-top:2rem;margin-bottom:1.25rem}}.steps-text{gap:2rem;max-width:1140px;margin:0 auto;padding:0 1rem}.step,.steps-text{display:flex;flex-direction:column}.step{background-color:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.04);transition:transform .2s ease}.step:hover{transform:translateY(-3px)}@media (min-width:1024px){.step{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}}.step-content{flex:1.25 1;text-align:left;max-width:600px}.step-media{flex:1 1;display:flex;justify-content:center;align-items:center;margin-top:1.5rem}@media (min-width:1024px){.step-media{margin-top:0}}.step-media img,.step-media video{width:100%;max-width:500px;border-radius:.5rem;box-shadow:0 6px 24px rgba(0,0,0,.06);object-fit:contain;background:#fff}.step-number{font-size:1.25rem;font-weight:700;color:#2563eb;margin-bottom:.25rem}.step h3{font-size:1.45rem;font-weight:700;margin-bottom:.75rem;color:#1e293b}.step p{font-size:1.05rem;line-height:1.6;color:#000;margin-bottom:0}.cta-section{background:linear-gradient(90deg,#1e3a8a,#3b82f6);color:#fff;text-align:center;padding:3rem 1.5rem;border-radius:.75rem;margin:3rem auto 2rem;max-width:1024px;box-shadow:0 6px 28px rgba(30,64,175,.2)}.cta-section h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:700;line-height:1.4}.cta-section button{background-color:#fff;color:#1e3a8a;font-size:1rem;font-weight:600;padding:.65rem 1.75rem;border-radius:.5rem;transition:all .3s ease}.cta-section button:hover{background-color:#f1f5f9;color:#1d4ed8}.cta-title-tight{margin-bottom:0;padding-bottom:0}.cta-logo-tight{margin-top:0;padding-top:0;line-height:0}.motus-feature-list{list-style-position:inside;padding-left:0;margin-left:0}.motus-feature-list li{margin-bottom:.5em}.step-media-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.85);border:none;border-radius:50%;width:34px;height:34px;cursor:pointer;z-index:2;font-size:2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.step-media-arrow.left{left:12px}.step-media-arrow.right{right:12px}.step-media-dots{display:flex;justify-content:center;gap:6px;position:absolute;left:0;right:0;bottom:12px;z-index:2}.step-media-dot{width:12px;height:12px;border-radius:50%;background:#dbeafe;border:none;cursor:pointer;transition:background .2s;padding:0;min-width:6px;flex-shrink:0}.step-media-dot.active{background:#2563eb}.step-media-img{width:100%;border-radius:.5rem;display:block;object-fit:contain;background:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:zoom-out;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-img{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);cursor:default}.modal-close{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1e293b;font-weight:300;padding:0;z-index:10001}.modal-close:hover{background:#fff;transform:scale(1.1)}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);color:#1e293b;border:none;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10001;font-weight:300;padding:0}.modal-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.modal-arrow-left{left:1rem}.modal-arrow-right{right:1rem}@media (max-width:768px){.modal-overlay{padding:1rem}.modal-img{max-width:95%;max-height:85vh}.modal-close{top:.5rem;right:.5rem;width:35px;height:35px;font-size:1.75rem}.modal-arrow{width:40px;height:40px;font-size:1.5rem}.modal-arrow-left{left:.5rem}.modal-arrow-right{right:.5rem}}.hero-cta-professional{background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);padding:5rem 2rem 4rem;position:relative;overflow:hidden}.hero-cta-professional:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,hsla(0,0%,100%,.05) 0,transparent 50%),radial-gradient(circle at 80% 80%,hsla(0,0%,100%,.05) 0,transparent 50%);pointer-events:none}.hero-content-wrapper{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-logo-container{margin-bottom:2rem;display:inline-block;transition:transform .3s ease}.hero-logo-container:hover{transform:scale(1.05)}.hero-logo{cursor:pointer;filter:drop-shadow(0 8px 16px rgba(0,0,0,.2));transition:filter .3s ease}.hero-logo:hover{filter:drop-shadow(0 12px 24px rgba(0,0,0,.3))}.hero-title{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-tagline{font-size:1.3rem;color:#dbeafe;line-height:1.6;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta-container,.hero-tagline{margin-bottom:2.5rem}.hero-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:#1e40af;font-size:1.25rem;font-weight:700;padding:1.25rem 3rem;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px rgba(0,0,0,.15),0 0 0 0 hsla(0,0%,100%,.5);position:relative;overflow:hidden}.hero-cta-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(59,130,246,.1);transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-cta-button:hover:before{width:300px;height:300px}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.2),0 0 0 4px hsla(0,0%,100%,.3)}.hero-cta-button:active{transform:translateY(-1px)}.hero-cta-icon{font-size:1.5rem}.hero-cta-icon,.hero-cta-text{position:relative;z-index:1}.hero-cta-subtext{color:#e0f2fe;font-size:.95rem;margin-top:1rem;font-weight:500}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.hero-feature-badge{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:8px;color:#fff;font-weight:600;font-size:.95rem;border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.hero-feature-badge:hover{background:hsla(0,0%,100%,.25);transform:translateY(-2px)}.hero-feature-icon{font-size:1.2rem;color:#86efac}@media (max-width:768px){.hero-cta-professional{padding:4rem 1.5rem 3rem}.hero-title{font-size:2.2rem}.hero-tagline{font-size:1.1rem;margin-bottom:2rem}.hero-cta-button{font-size:1.1rem;padding:1.1rem 2.5rem}.hero-features{gap:1rem}.hero-feature-badge{padding:.6rem 1.2rem;font-size:.875rem}}@media (max-width:480px){.hero-cta-professional{padding:3rem 1rem 2.5rem}.hero-logo-container{margin-bottom:1.5rem}.hero-title{font-size:1.8rem;margin-bottom:1.25rem}.hero-tagline{font-size:1rem;margin-bottom:1.75rem}.hero-cta-button{font-size:1rem;padding:1rem 2rem;gap:.5rem}.hero-cta-icon{font-size:1.3rem}.hero-features{flex-direction:column;gap:.75rem;align-items:stretch}.hero-feature-badge{justify-content:center;padding:.7rem 1rem}}.signup-form-container{padding:2rem 1rem;max-width:500px;margin:0 auto}.signup-form-container h1{margin-bottom:.5rem}.signup-form-container p{margin-bottom:1.5rem}.signup-form-container form>div{margin-bottom:1.75rem}.signup-form-container label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem;text-align:left}.signup-form-container input{border:1px solid #d1d5db;border-radius:.375rem}.signup-form-container button,.signup-form-container input{width:100%;padding:.75rem;font-size:1rem}.signup-form-container .password-rules{font-size:.8rem;color:#6b7280;margin-top:.5rem;line-height:1.4}.signup-form-container .password-message{margin-top:.25rem;font-size:.875rem}.yourmoves-main{padding-top:80px;padding-left:0;padding-right:0;min-height:100vh;flex:1 1;width:100%;display:flex;flex-direction:column;align-items:center}.yourmoves-page-shell{max-width:100%;margin:0 auto;padding-left:32px;padding-right:32px;width:100%;box-sizing:border-box}@media (max-width:1450px){.yourmoves-page-shell{max-width:100%}}@media (max-width:900px){.yourmoves-page-shell{padding-left:8px;padding-right:8px;max-width:100vw}}@media (max-width:640px){.yourmoves-page-shell{padding-left:0;padding-right:0;max-width:100vw}}.yourmoves-columns{width:100%;display:flex;flex-direction:column;gap:1.5rem}.yourmoves-header{text-align:center;margin-bottom:3rem}.yourmoves-header h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.yourmoves-header p.subtitle{font-size:1.05rem;color:#64748b;font-weight:500;max-width:700px;margin:0 auto;line-height:1.6}.yourmoves-stats{margin-top:1.75rem;font-size:1rem;color:#374151;display:flex;flex-direction:column;gap:.5rem;font-weight:500;padding:1.25rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e5e7eb;max-width:600px;margin-left:auto;margin-right:auto}.yourmoves-controls{margin-top:2.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.yourmoves-controls button.btn{min-width:160px;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(37,99,235,.25)}.yourmoves-controls button.btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 4px 12px rgba(37,99,235,.35);transform:translateY(-2px)}.yourmoves-controls label{font-size:.95rem;color:#374151;font-weight:600;display:flex;align-items:center;gap:.625rem}.yourmoves-controls select{padding:.625rem 1rem;font-size:.95rem;font-weight:500;border:2px solid #e5e7eb;border-radius:.5rem;background-color:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.yourmoves-controls select:hover{border-color:#3b82f6}.yourmoves-controls select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.yourmoves-section{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);margin-bottom:2.5rem;width:100%}.yourmoves-section h3{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}@media (min-width:768px){.yourmoves-section{min-height:700px}}@media (max-width:900px){.yourmoves-section{padding:1rem .3rem;min-height:unset}.yourmoves-columns{gap:1rem}}@media (max-width:640px){.yourmoves-section{padding:.7rem .1rem;border-radius:.5rem}}.table-responsive{width:100%;overflow-x:visible;-webkit-overflow-scrolling:touch;background:transparent;border-radius:.75rem;box-shadow:0 2px 4px rgba(0,0,0,.03);padding-bottom:6px;padding-left:0;padding-right:0;box-sizing:border-box}.table-responsive table{width:100%}@media (max-width:1400px){.table-responsive{overflow-x:auto}.table-responsive table{min-width:1200px}}@media (max-width:900px){.table-responsive table{min-width:650px}}@media (max-width:640px){.table-responsive table{min-width:520px}}@media (max-width:400px){.table-responsive table{min-width:400px}}.move-table-scroll{max-height:600px;overflow-y:auto;overflow-x:auto;padding-right:6px}.move-table-scroll::-webkit-scrollbar{width:8px;height:8px}.move-table-scroll::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.move-table-scroll::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.move-table-scroll::-webkit-scrollbar-track{background-color:#f1f5f9;border-radius:4px}@media (max-width:900px){.move-table-scroll{max-height:500px}}@media (max-width:640px){.move-table-scroll{max-height:450px;padding-right:0}}table{border-collapse:separate;border-spacing:0 10px;width:100%;table-layout:auto}table thead{background:linear-gradient(135deg,#1e40af,#2563eb);position:-webkit-sticky;position:sticky;top:0;z-index:10}table thead th{color:#fff;font-weight:600;font-size:.875rem;padding:.875rem .75rem;text-align:center;white-space:nowrap}.pipe{text-align:center;color:hsla(0,0%,100%,.5);font-weight:400;width:12px;padding:0}tr.move-wrapper{border:2px solid #e5e7eb;border-radius:.75rem;background-color:#fff;overflow:hidden;transition:all .2s ease}tr.move-wrapper:hover{transform:translateX(4px);box-shadow:0 2px 8px rgba(0,0,0,.1)}tr.move-wrapper td{padding:1rem .75rem;font-size:.9rem;color:#374151;border:none!important;white-space:nowrap;text-align:center}tr.move-win{background-color:#d1fae5;border-color:#34d399}tr.move-win:hover{background-color:#a7f3d0;border-color:#10b981}tr.move-loss{background-color:#fee2e2;border-color:#f87171}tr.move-loss:hover{background-color:#fecaca;border-color:#ef4444}tr.move-pending{background-color:#f3f4f6;border-color:#d1d5db}tr.move-pending:hover{background-color:#e5e7eb;border-color:#9ca3af}tr.highlight-today{border:3px solid #fbbf24!important;box-shadow:0 0 0 3px rgba(251,191,36,.3)!important}tr.dropdown-note-row{display:table-row;animation:dropdownExpand .3s ease-in-out}tr.dropdown-note-row td{padding:0;border:none}@keyframes dropdownExpand{0%{opacity:0;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}.note-box{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:.5rem auto;max-width:500px;padding:1.25rem;border-radius:.75rem;background:linear-gradient(135deg,#f8fafc,#e0f2fe);border:2px solid #3b82f6;font-size:.95rem;font-weight:500;color:#1e40af;text-align:center;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;line-height:1.6}@media (max-width:640px){.note-box{width:98vw;max-width:99vw;font-size:.93rem;padding:.5rem .1rem;margin-left:-5vw;margin-right:-5vw}}@media (max-width:400px){.note-box{font-size:.82rem;padding:.35rem .05rem}}.note-label{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#1e40af}@media (max-width:640px){.note-label{font-size:.87rem}}.note-content{color:#475569;font-weight:400}.note-toggle-btn{width:2.25rem;height:2.25rem;padding:0;display:flex;align-items:center;justify-content:center;background:#eff6ff;border:2px solid #3b82f6;border-radius:50%;cursor:pointer;transition:all .2s ease}.note-toggle-btn:hover{background:#dbeafe;border-color:#2563eb;transform:scale(1.1)}.note-toggle-icon{width:1.25rem;height:1.25rem;color:#2563eb;transition:transform .3s ease}.rotate-180{transform:rotate(180deg)}@media (max-width:640px){.note-toggle-btn{width:1.3rem;height:1.3rem}.note-toggle-icon{width:1rem;height:1rem}}table,td,th,tr{white-space:nowrap}@media (max-width:768px){.yourmoves-header h1{font-size:2rem}.yourmoves-header p.subtitle{font-size:.95rem}.yourmoves-stats{font-size:.95rem;padding:1rem}table thead th{font-size:.8rem;padding:.75rem .5rem}tr.move-wrapper td{padding:.875rem .5rem;font-size:.85rem}}@media (max-width:640px){.yourmoves-header h1{font-size:1.7rem}.yourmoves-header p.subtitle{font-size:1rem}.yourmoves-stats{font-size:.96rem;gap:.18rem}.yourmoves-controls{flex-direction:column;gap:.4rem;margin-top:.9rem}.yourmoves-controls button.btn{width:100%;min-width:unset}.yourmoves-controls label{font-size:.81rem}}@media (max-width:400px){.yourmoves-header h1{font-size:2.2rem}}.fm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1.2rem;gap:1.2rem;margin:1.6rem 0 2rem}.fm-stat-card{border-radius:14px;background:#f7fafc;padding:1.3rem 1rem 1.1rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px 0 rgba(0,0,0,.06);font-size:1.03rem;min-width:110px;min-height:66px}.fm-stat-label{font-size:.93rem;color:#67768a;margin-bottom:.2rem;font-weight:500;text-align:center}.fm-stat-value{font-size:1.27rem;font-weight:700;margin-bottom:.1rem;text-align:center}.fm-green{color:#129d47!important}.fm-red{color:#e04b4a!important}.fm-blue{color:#2773e0!important}.fm-neutral{color:#667!important}.fm-pill{display:inline-block;padding:.13em .65em;border-radius:.8em;font-size:.92em;margin-left:.15em;margin-right:.15em;font-weight:600}.policy-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;color:#1f2937;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;line-height:1.8;letter-spacing:.2px;overflow-x:hidden}.policy-page .content{flex-grow:1;padding:5rem 2rem;max-width:720px;width:100%;margin:0 auto;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.04);border-radius:.5rem;position:relative;z-index:1}.policy-page .content h1{text-align:center;font-size:2.75rem;font-weight:800;margin-bottom:2.5rem;color:#0f172a;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.policy-page .content h2{font-size:1.5rem;font-weight:700;margin-top:2.75rem;margin-bottom:1.25rem;color:#1e293b;padding-left:.75rem;border-left:4px solid #3b82f6}.policy-page .content p{margin-bottom:1.5rem;font-size:1.075rem;color:#374151;line-height:1.75}.policy-page .content a{color:#2563eb;text-decoration:underline}.policy-page footer{width:100%;text-align:center;font-size:.875rem;color:#334155;border-top:1px solid #cbd5e1;background-color:#f1f5f9;padding:2rem 1rem;margin-top:auto}.about-main{padding-top:80px;padding-left:0;padding-right:0;min-height:100vh;flex:1 1;width:100%;display:flex;flex-direction:column}.about-section-professional{padding:4rem 2rem;background:#fff;max-width:1200px;margin:0 auto}.about-hero-professional{text-align:center;margin-bottom:4rem}.about-hero-professional h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1.5rem}.about-intro-text{max-width:800px;margin:0 auto}.about-intro-text p{font-size:1.1rem;color:#475569;line-height:1.8;margin-bottom:1rem}.about-content-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;margin-bottom:2.5rem;transition:all .3s ease}.about-content-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.about-content-card h2{font-size:1.75rem;font-weight:700;color:#1e40af;margin-bottom:1.5rem}.about-card-text{font-size:1.05rem;color:#475569;line-height:1.8}.about-card-text p{margin-bottom:1.25rem}.about-card-text p:last-child{margin-bottom:0}.about-ordered-list,.about-unordered-list{margin-left:1.5rem;margin-bottom:1.25rem;color:#475569}.about-ordered-list{list-style-type:decimal}.about-unordered-list{list-style-type:disc}.about-ordered-list li,.about-unordered-list li{margin-bottom:1rem;padding-left:.5rem;line-height:1.7}.about-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.about-feature-item{padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb;text-align:center;transition:all .3s ease}.about-feature-item:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px)}.about-feature-icon{font-size:2.5rem;margin-bottom:1rem}.about-feature-item p{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.about-disclaimer-card{background:#f8fafc;padding:2rem;border-radius:12px;border-left:4px solid #3b82f6;margin-top:3rem}.disclaimer-text{font-size:.9rem;color:#64748b;line-height:1.7;font-style:italic;margin:0}.about-card-text .text-link{color:#2563eb;font-weight:600;text-decoration:none;transition:color .2s ease}.about-card-text .text-link:hover{color:#1e40af;text-decoration:underline}@media (max-width:768px){.about-section-professional{padding:3rem 1.5rem}.about-hero-professional h1{font-size:2rem}.about-intro-text p{font-size:1rem}.about-content-card{padding:2rem 1.5rem}.about-content-card h2{font-size:1.5rem}.about-card-text{font-size:1rem}.about-features-grid{grid-template-columns:1fr;gap:1.25rem}.about-feature-item{padding:1.25rem}.about-feature-icon{font-size:2rem}}@media (max-width:480px){.about-section-professional{padding:2.5rem 1rem}.about-hero-professional h1{font-size:1.75rem}.about-hero-professional{margin-bottom:3rem}.about-content-card{padding:1.75rem 1.25rem;margin-bottom:2rem}.about-disclaimer-card{padding:1.5rem}}.firstmove-main{padding-top:80px;padding-left:0;padding-right:0;min-height:100vh;flex:1 1;width:100%;display:flex;flex-direction:column}.firstmove-container{max-width:640px;margin:0 auto;padding:3rem 1.5rem;text-align:center;background-color:#f9fafb}.form-heading{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;color:#1e40af;letter-spacing:-.5px}.form-subtitle{font-size:1rem;color:#000;margin-bottom:2.25rem;line-height:1.75;max-width:500px;margin-left:auto;margin-right:auto}.firstmove-container .form-subtitle{color:#475569;max-width:600px;padding:1.25rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;box-shadow:0 2px 8px rgba(0,0,0,.06)}.firstmove-container .form-subtitle b,.firstmove-container .form-subtitle strong{color:#1e40af;font-weight:600}.form-error{color:#dc2626;margin-bottom:1rem;font-weight:500}.form-countdown{font-size:.95rem;color:#6b7280;margin-bottom:1.75rem}.countdown-time{font-family:monospace;font-size:1.25rem;color:#111827;margin-left:.5rem}.form-wrapper{display:flex;flex-direction:column;gap:1.25rem;background:#fff;padding:2rem;border-radius:.75rem;border:2px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.08)}.form-input,.form-textarea{width:100%;padding:.65rem .9rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}.form-textarea{height:100px;resize:vertical}.form-charcount{font-size:.8rem;color:#9ca3af;text-align:right;margin-top:-.25rem;margin-bottom:.5rem}.form-button{background-color:#2563eb;color:#fff;padding:.75rem 1rem;border:none;border-radius:.5rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.form-button:hover{background-color:#1e40af;transform:scale(1.02)}.form-button:active{transform:scale(.98)}.form-toggle{display:flex;gap:1rem;justify-content:center;margin:1rem 0}.form-toggle-button{padding:.5rem 1.25rem;border:1px solid #ccc;background-color:#f9f9f9;font-weight:600;cursor:pointer;border-radius:6px;transition:all .2s ease}.form-toggle-button.active{background-color:#1f2937;color:#fff;border-color:#1f2937}@media (max-width:640px){.form-heading{font-size:2rem}.form-subtitle{font-size:.95rem}.firstmove-container .form-subtitle{padding:1rem 1.25rem}}.username-main{padding-top:80px;padding-left:0;padding-right:0;flex:1 1;width:100%;flex-direction:column}.center-page,.username-main{min-height:100vh;display:flex}.center-page{align-items:center;justify-content:center;background:#f8fafc}.motus-card{background:#fff;padding:2.5rem 2rem;border-radius:1.25rem;box-shadow:0 2px 16px rgba(0,0,0,.08),0 .5px 1.5px rgba(0,0,0,.04);max-width:360px;width:100%;display:flex;flex-direction:column;align-items:stretch}.motus-username-form>*+*{margin-top:1rem}.motus-card-title{font-size:1.6rem;font-weight:700;text-align:center;margin-bottom:.25rem}.motus-card-desc{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:.5rem}.motus-input{padding:.75rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:1.1rem;outline:none;transition:border .15s}.motus-input:focus{border-color:#2563eb}.motus-btn{background:#2563eb;color:#fff;font-weight:600;padding:.75rem;border:none;border-radius:.5rem;font-size:1.05rem;cursor:pointer;margin-top:.5rem;transition:background .18s}.motus-btn:disabled{background:#d1d5db;cursor:not-allowed}.motus-error{color:#dc2626;background:#fef2f2}.motus-error,.motus-success{border-radius:.35rem;padding:.6rem;margin-top:.5rem;text-align:center;font-size:.98rem}.motus-success{color:#15803d;background:#f0fdf4}.usermoves-shell{width:100%;max-width:1300px;margin-left:auto;margin-right:auto;padding:2.5rem 32px;box-sizing:border-box}@media (max-width:900px){.usermoves-shell{padding-left:10px;padding-right:10px;max-width:99vw}}@media (max-width:640px){.usermoves-shell{padding-left:2px;padding-right:2px;max-width:100vw}}.feed-section-professional{padding:4rem 2rem;background:#fff;max-width:900px;margin:0 auto}.feed-hero-professional{text-align:center;margin-bottom:3rem}.feed-hero-professional h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.feed-note-professional{font-size:.95rem;color:#64748b;font-style:italic;max-width:600px;margin:0 auto;padding:1rem 1.5rem;background:#f8fafc;border-left:3px solid #3b82f6;border-radius:.5rem}.feed-controls-professional{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.feed-sort-label{font-size:1rem;font-weight:600;color:#374151}.feed-dropdown-professional{position:relative;display:inline-flex;align-items:center}.feed-select-professional{padding:.625rem 2.5rem .625rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:.95rem;font-weight:500;color:#374151;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer}.feed-select-professional:hover{border-color:#3b82f6}.feed-select-professional:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.feed-chevron-professional{pointer-events:none;position:absolute;right:.75rem;color:#2563eb;width:1.25rem;height:1.25rem}.feed-loading-professional{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem}.feed-loading-text{font-size:1.125rem;color:#64748b;font-weight:500}.feed-error-professional{text-align:center;color:#dc2626;font-weight:500;padding:1rem;background:#fef2f2;border-radius:.5rem;margin-bottom:1.5rem}.feed-empty-professional{text-align:center;color:#64748b;font-size:1rem;padding:3rem 1rem}.feed-leaderboard-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;margin-bottom:3rem;transition:all .3s ease}.feed-leaderboard-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12)}.feed-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.feed-card-header h2{font-size:1.75rem;font-weight:700;margin:0}.feed-card-header-stock{color:#2563eb}.feed-card-header-options{color:#7c3aed}.feed-card-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#f8fafc;border-radius:12px;border:2px solid #e5e7eb}.feed-list-professional{list-style:none;padding:0;margin:0}.feed-trader-link-professional{display:block;text-decoration:none;color:inherit}.feed-trader-item-professional{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f8fafc;border:1.5px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;transition:all .2s ease;cursor:pointer}.feed-trader-item-professional:hover{transform:translateX(4px);border-color:#3b82f6}.feed-trader-item-stock:hover{background:#eff6ff;border-color:#2563eb}.feed-trader-item-options:hover{background:#f5f3ff;border-color:#7c3aed}.feed-trader-rank{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;box-shadow:0 2px 8px rgba(37,99,235,.25)}.feed-trader-item-options .feed-trader-rank{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 8px rgba(124,58,237,.25)}.feed-trader-info{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.feed-trader-username{font-size:1.125rem;font-weight:600;color:#1e40af}.feed-trader-item-options .feed-trader-username{color:#6d28d9}.feed-trader-moves{font-size:.875rem;color:#64748b;font-weight:500}.feed-trader-stat{font-size:1rem;font-weight:600;color:#059669;background:#d1fae5;padding:.5rem 1rem;border-radius:8px;white-space:nowrap}@media (max-width:768px){.feed-section-professional{padding:3rem 1.5rem}.feed-hero-professional h1{font-size:2rem}.feed-note-professional{font-size:.875rem;padding:.875rem 1.25rem}.feed-controls-professional{flex-direction:column;gap:.75rem;margin-bottom:2rem}.feed-leaderboard-card{padding:2rem 1.5rem;margin-bottom:2rem}.feed-card-header{flex-direction:column;align-items:flex-start}.feed-card-header h2{font-size:1.5rem}.feed-card-icon{width:45px;height:45px;font-size:1.75rem}.feed-trader-item-professional{padding:1rem}.feed-trader-rank{min-width:35px;height:35px;font-size:1rem}.feed-trader-username{font-size:1rem}.feed-trader-stat{font-size:.875rem;padding:.4rem .75rem}}@media (max-width:640px){.feed-section-professional{padding:2.5rem 1rem}.feed-hero-professional h1{font-size:1.75rem}.feed-leaderboard-card{padding:1.5rem 1rem}.feed-trader-item-professional{flex-wrap:wrap;gap:.75rem}.feed-trader-info{flex:1 1;min-width:0}.feed-trader-stat{width:100%;text-align:center}}.fm-spinner{border:4px solid #60a5fa;border-top-color:transparent;border-radius:9999px;animation:fm-spin 1s linear infinite}@keyframes fm-spin{to{transform:rotate(1turn)}}.fm-spinner,.spinner{border:4px solid #60a5fa;border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite}.spinner-sm{width:2rem;height:2rem}.spinner-md{width:3rem;height:3rem}.fm-spinner,.spinner-lg{width:3.5rem;height:3.5rem}.fm-spinner{margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.checkmark-circle{width:4rem;height:4rem;background-color:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center}.explore-more-section{background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:4rem 2rem;margin-top:3rem}.explore-more-container{max-width:1200px;margin:0 auto;text-align:center}.explore-more-title{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem}.explore-more-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:3rem}.explore-more-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto}.explore-card{background:#fff;border-radius:1rem;padding:2rem 1.5rem;text-decoration:none;color:inherit;box-shadow:0 4px 6px rgba(0,0,0,.07);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px solid transparent;min-height:280px}.explore-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(37,99,235,.15);border-color:#3b82f6}.explore-card-icon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;height:48px}.explore-card-icon img,.explore-card-icon svg{width:48px;height:48px}.explore-card:hover .explore-card-icon{transform:scale(1.15)}.explore-card-title{font-size:1.4rem;font-weight:700;color:#1e40af;margin-bottom:.75rem;text-align:center}.explore-card-description{font-size:1rem;color:#64748b;line-height:1.6;text-align:center}@media (max-width:1024px){.explore-more-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.explore-more-section{padding:3rem 1.5rem}.explore-more-title{font-size:2rem}.explore-more-subtitle{font-size:1rem;margin-bottom:2rem}.explore-more-grid{grid-template-columns:1fr;gap:1.5rem}.explore-card{padding:1.75rem 1.25rem}.explore-card-icon{font-size:2.5rem}.explore-card-title{font-size:1.25rem}.explore-card-description{font-size:.95rem}}@media (max-width:480px){.explore-more-section{padding:2.5rem 1rem}.explore-more-title{font-size:1.75rem}.explore-card{padding:1.5rem 1rem}}.community-section-professional{background:#fff;padding:4rem 2rem;position:relative}.community-content-wrapper{max-width:1200px;margin:0 auto;text-align:center}.community-heading{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem;letter-spacing:-.02em}.community-description{font-size:1.1rem;color:#64748b;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.community-badges-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}.badge-card{background:#fff;border-radius:12px;padding:1.25rem 1rem;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:2px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,.06);min-height:90px}.badge-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.badge-card-content{display:flex;align-items:center;justify-content:center;width:100%}.badge-image{max-width:100%;height:auto;transition:transform .3s ease}.badge-card:hover .badge-image{transform:scale(1.05)}@media (max-width:768px){.community-section-professional{padding:3rem 1.5rem}.community-heading{font-size:2rem}.community-description{font-size:1rem;margin-bottom:2.5rem}.community-badges-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.badge-card{padding:1rem .75rem;min-height:80px}}@media (max-width:480px){.community-section-professional{padding:2.5rem 1rem}.community-heading{font-size:1.75rem}.community-description{font-size:.95rem;margin-bottom:2rem}.community-badges-grid{grid-template-columns:1fr;gap:1rem}.badge-card{padding:1rem .75rem;min-height:75px}}.how-it-works-section{padding:4rem 2rem;background:#fff}.how-it-works-hero{text-align:center;margin-bottom:3rem}.how-it-works-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.how-it-works-hero p{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto;line-height:1.6}.how-it-works-steps{display:grid;grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.how-it-works-step{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.how-it-works-step:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12)}.how-it-works-step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.how-it-works-step-number{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800;color:#fff;box-shadow:0 4px 12px rgba(37,99,235,.3);flex-shrink:0}.how-it-works-step-title{font-size:1.75rem;font-weight:700;color:#1e40af;margin:0}.how-it-works-step-description{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:1.5rem}.how-it-works-step-visual{background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;text-align:center}.how-it-works-step-icon{font-size:2.5rem;margin-bottom:.5rem}.how-it-works-step-caption{color:#475569;font-size:.95rem;margin:0}.how-it-works-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}.how-it-works-stat-card{padding:1rem;border-radius:8px;text-align:center}.how-it-works-stat-card.green{background:#dcfce7}.how-it-works-stat-card.blue{background:#dbeafe}.how-it-works-stat-card.yellow{background:#fef3c7}.how-it-works-stat-value{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.how-it-works-stat-card.green .how-it-works-stat-value{color:#16a34a}.how-it-works-stat-card.blue .how-it-works-stat-value{color:#2563eb}.how-it-works-stat-card.yellow .how-it-works-stat-value{color:#ca8a04}.how-it-works-stat-label{font-size:.85rem}.how-it-works-stat-card.green .how-it-works-stat-label{color:#15803d}.how-it-works-stat-card.blue .how-it-works-stat-label{color:#1e40af}.how-it-works-stat-card.yellow .how-it-works-stat-label{color:#a16207}.how-it-works-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1.5rem}.how-it-works-feature-card{background:#f0f9ff;padding:1.25rem;border-radius:8px;border:1px solid #bfdbfe}.how-it-works-feature-icon{font-size:1.5rem;margin-bottom:.5rem}.how-it-works-feature-label{font-size:.9rem;color:#1e40af;font-weight:600}.how-it-works-cta{text-align:center;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem;border-radius:16px;max-width:800px;margin:4rem auto 0}.how-it-works-cta h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.how-it-works-cta p{font-size:1.1rem;color:#dbeafe;margin-bottom:2rem;line-height:1.6}.how-it-works-cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:#1e40af;background-color:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.how-it-works-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media (max-width:768px){.how-it-works-section{padding:3rem 1.5rem}.how-it-works-hero h1{font-size:2rem}.how-it-works-hero p{font-size:1rem}.how-it-works-steps{gap:2rem}.how-it-works-step{padding:2rem 1.5rem}.how-it-works-step-header{flex-direction:column;align-items:flex-start}.how-it-works-step-number{width:50px;height:50px;font-size:1.5rem}.how-it-works-step-title{font-size:1.5rem}.how-it-works-step-description{font-size:1rem}.how-it-works-features-grid,.how-it-works-stats-grid{grid-template-columns:1fr}.how-it-works-cta{padding:2rem 1.5rem}.how-it-works-cta h2{font-size:1.5rem}.how-it-works-cta p{font-size:1rem}.how-it-works-cta-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width:480px){.how-it-works-section{padding:2.5rem 1rem}.how-it-works-hero h1{font-size:1.75rem}.how-it-works-step{padding:1.5rem 1rem}.how-it-works-step-number{width:45px;height:45px;font-size:1.25rem}.how-it-works-step-title{font-size:1.25rem}}@media (max-width:768px){.step-media-dot{width:10px;height:10px}.step-media-dots{gap:4px;bottom:6px}}@media (max-width:480px){.step-media-dot{width:8px;height:8px}.step-media-dots{gap:3px;bottom:4px}}.motus-method-section{padding:4rem 2rem;background:#fff}.motus-method-hero{text-align:center;margin-bottom:4rem}.motus-method-logo{margin-bottom:2rem}.motus-method-logo img{width:120px;height:120px;margin:0 auto;display:block}.motus-method-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.motus-method-hero p{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.motus-method-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto 4rem}.motus-method-feature{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.motus-method-feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.motus-method-feature-icon{font-size:3rem;margin-bottom:1rem}.motus-method-feature-content{font-size:1.05rem;color:#475569;line-height:1.7}.motus-method-feature-content strong{display:block;font-size:1.3rem;color:#1e40af;margin-bottom:.5rem;font-weight:700}.motus-method-cta{text-align:center;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem;border-radius:16px;max-width:800px;margin:0 auto}.motus-method-cta h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.motus-method-cta p{font-size:1.1rem;color:#dbeafe;margin-bottom:2rem;line-height:1.6}.motus-method-cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:#1e40af;background-color:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.motus-method-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media (max-width:768px){.motus-method-section{padding:3rem 1.5rem}.motus-method-hero h1{font-size:2rem}.motus-method-hero p{font-size:1rem}.motus-method-logo img{width:90px;height:90px}.motus-method-features{grid-template-columns:1fr;gap:1.5rem}.motus-method-feature{padding:1.5rem}.motus-method-feature-icon{font-size:2.5rem}.motus-method-cta{padding:2rem 1.5rem}.motus-method-cta h2{font-size:1.5rem}.motus-method-cta p{font-size:1rem}.motus-method-cta-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width:480px){.motus-method-section{padding:2.5rem 1rem}.motus-method-hero h1{font-size:1.75rem}.motus-method-logo img{width:80px;height:80px}.motus-method-feature{padding:1.25rem}}.philosophy-section{padding:4rem 2rem;background:#fff}.philosophy-hero{text-align:center;margin-bottom:3rem}.philosophy-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.philosophy-content{max-width:900px;margin:0 auto 4rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb}.philosophy-text{font-size:1.1rem;color:#475569;line-height:1.8}.philosophy-text p{margin-bottom:1.5rem}.philosophy-text strong{color:#1e40af;font-weight:600}.philosophy-values{max-width:1200px;margin:0 auto 4rem}.philosophy-values h2{font-size:2rem;font-weight:700;color:#1e40af;text-align:center;margin-bottom:3rem}.philosophy-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.philosophy-value-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;text-align:center;transition:all .3s ease}.philosophy-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.philosophy-value-icon{font-size:3rem;margin-bottom:1rem}.philosophy-value-card h3{font-size:1.4rem;font-weight:700;color:#1e40af;margin-bottom:.75rem}.philosophy-value-card p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.philosophy-cta{text-align:center;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem;border-radius:16px;max-width:800px;margin:0 auto}.philosophy-cta h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.philosophy-cta p{font-size:1.1rem;color:#dbeafe;margin-bottom:2rem;line-height:1.6}.philosophy-cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:#1e40af;background-color:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.philosophy-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media (max-width:768px){.philosophy-section{padding:3rem 1.5rem}.philosophy-hero h1{font-size:2rem}.philosophy-content{padding:2rem 1.5rem}.philosophy-text{font-size:1rem}.philosophy-values h2{font-size:1.75rem;margin-bottom:2rem}.philosophy-values-grid{grid-template-columns:1fr;gap:1.5rem}.philosophy-value-card{padding:1.5rem}.philosophy-value-icon{font-size:2.5rem}.philosophy-value-card h3{font-size:1.25rem}.philosophy-cta{padding:2rem 1.5rem}.philosophy-cta h2{font-size:1.5rem}.philosophy-cta p{font-size:1rem}.philosophy-cta-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width:480px){.philosophy-section{padding:2.5rem 1rem}.philosophy-hero h1{font-size:1.75rem}.philosophy-content{padding:1.5rem 1rem}.philosophy-value-card{padding:1.25rem}}.founding-traders-section{padding:4rem 2rem;background:#fff}.founding-traders-hero{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.founding-traders-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.founding-traders-subtitle{font-size:1.15rem;color:#475569;line-height:1.8}.founding-traders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto 4rem}.founding-trader-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;transition:all .3s ease}.founding-trader-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#3b82f6}.founding-trader-profile{text-align:center;margin-bottom:2rem}.founding-trader-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;display:block;border:4px solid #3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.2)}.founding-trader-name{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.founding-trader-title{font-size:1rem;color:#64748b;font-weight:500}.founding-trader-performance{margin-top:2rem}.founding-trader-performance-label{font-size:.9rem;color:#64748b;font-weight:600;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.founding-trader-screenshot{width:80%;max-width:400px;margin:0 auto;display:block;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:2px solid #e5e7eb}.founding-traders-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:20px;max-width:800px;margin:0 auto;box-shadow:0 8px 24px rgba(59,130,246,.3)}.founding-traders-cta h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.founding-traders-cta p{font-size:1.15rem;color:#e0e7ff;margin-bottom:2rem}.founding-traders-cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#1e40af;font-size:1.1rem;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.founding-traders-cta-button:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}@media (max-width:768px){.founding-traders-section{padding:3rem 1.5rem}.founding-traders-hero h1{font-size:2rem}.founding-traders-subtitle{font-size:1rem}.founding-traders-grid{grid-template-columns:1fr;gap:2rem}.founding-trader-card{padding:2rem}.founding-trader-avatar{width:120px;height:120px}.founding-trader-name{font-size:1.5rem}.founding-trader-screenshot{width:90%}.founding-traders-cta h2{font-size:1.75rem}.founding-traders-cta p{font-size:1rem}}.founding-traders-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:zoom-out}.founding-traders-modal-image{max-width:90%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5);cursor:default}.founding-traders-modal-close{position:absolute;top:1rem;right:1rem;background:hsla(0,0%,100%,.9);border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#1e293b;font-weight:300;padding:0}.founding-traders-modal-close:hover{background:#fff;transform:scale(1.1)}.founding-trader-screenshot{transition:all .3s ease}.founding-trader-screenshot:hover{opacity:.9;transform:scale(1.02)}@media (max-width:768px){.founding-traders-modal{padding:1rem}.founding-traders-modal-image{max-width:95%;max-height:85vh}.founding-traders-modal-close{top:.5rem;right:.5rem;width:35px;height:35px;font-size:1.75rem}}.who-we-are-section{padding:4rem 2rem;background:#fff}.who-we-are-hero{text-align:center;margin-bottom:3rem}.who-we-are-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.who-we-are-content{max-width:1200px;margin:0 auto 4rem;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb}.who-we-are-text{font-size:1.1rem;color:#475569;line-height:1.8}.who-we-are-text p{margin-bottom:1.5rem}.who-we-are-text strong{color:#1e40af;font-weight:600}.who-we-are-mission{max-width:1200px;margin:0 auto 4rem}.who-we-are-mission h2{font-size:2rem;font-weight:700;color:#1e40af;text-align:center;margin-bottom:3rem}.who-we-are-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.who-we-are-mission-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;text-align:center;transition:all .3s ease}.who-we-are-mission-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.who-we-are-mission-icon{font-size:3rem;margin-bottom:1rem}.who-we-are-mission-card h3{font-size:1.4rem;font-weight:700;color:#1e40af;margin-bottom:.75rem}.who-we-are-mission-card p{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.who-we-are-cta{text-align:center;background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem;border-radius:16px;max-width:800px;margin:0 auto}.who-we-are-cta h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.who-we-are-cta p{font-size:1.1rem;color:#dbeafe;margin-bottom:2rem;line-height:1.6}.who-we-are-cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;color:#1e40af;background-color:#fff;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15)}.who-we-are-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media (max-width:768px){.who-we-are-section{padding:3rem 1.5rem}.who-we-are-hero h1{font-size:2rem}.who-we-are-content{padding:2rem 1.5rem;max-width:100%;width:100%}.who-we-are-text{font-size:1rem}.who-we-are-mission{max-width:100%;width:100%}.who-we-are-mission h2{font-size:1.75rem;margin-bottom:2rem}.who-we-are-mission-grid{grid-template-columns:1fr;gap:1.5rem}.who-we-are-mission-card{padding:1.5rem}.who-we-are-mission-icon{font-size:2.5rem}.who-we-are-mission-card h3{font-size:1.25rem}.who-we-are-cta{padding:2rem 1.5rem}.who-we-are-cta h2{font-size:1.5rem}.who-we-are-cta p{font-size:1rem}.who-we-are-cta-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width:480px){.who-we-are-section{padding:2.5rem 1rem}.who-we-are-hero h1{font-size:1.75rem}.who-we-are-content{padding:1.5rem 1rem}.who-we-are-content,.who-we-are-mission{max-width:100%;width:100%}.who-we-are-mission-card{padding:1.25rem}}.who-we-are-founder{max-width:1000px;margin:4rem auto;padding:0 2rem}.who-we-are-founder h2{font-size:2rem;font-weight:700;color:#1e40af;text-align:center;margin-bottom:3rem}.who-we-are-founder-content{display:flex;gap:3rem;align-items:flex-start;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb}.who-we-are-founder-image{flex-shrink:0}.who-we-are-founder-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.2)}.who-we-are-founder-text{flex:1 1}.who-we-are-founder-text p{font-size:1.1rem;line-height:1.8;color:#475569;margin:0}@media (max-width:768px){.who-we-are-founder{margin:3rem auto;padding:0 1.5rem}.who-we-are-founder h2{font-size:1.75rem;margin-bottom:2rem}.who-we-are-founder-content{flex-direction:column;align-items:center;padding:2rem;gap:2rem;text-align:center}.who-we-are-founder-photo{width:150px;height:150px}.who-we-are-founder-text p{font-size:1rem}}.who-we-are-founder-name{margin-top:1rem;font-size:1.25rem;font-weight:700;color:#1e40af;text-align:center}@media (max-width:768px){.who-we-are-founder-name{font-size:1.15rem}}.discord-section{padding:4rem 2rem;background:#fff}.discord-hero{text-align:center;margin-bottom:3rem}.discord-hero h1{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:1rem}.discord-description{max-width:700px;margin:0 auto 3rem;text-align:center}.discord-description p{font-size:1.1rem;color:#64748b;line-height:1.8;margin-bottom:2rem}.discord-cta{text-align:center;margin-bottom:3rem}.discord-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.3rem;font-weight:700;color:#fff;background-color:#5865f2;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px rgba(88,101,242,.3);border:none}.discord-cta-button:hover{background-color:#4752c4;transform:translateY(-3px);box-shadow:0 12px 32px rgba(88,101,242,.4)}.discord-cta-button-icon{font-size:1.5rem}.discord-features{max-width:900px;margin:0 auto}.discord-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.discord-feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.08);border:2px solid #e5e7eb;text-align:center;transition:all .3s ease}.discord-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(37,99,235,.12);border-color:#3b82f6}.discord-feature-icon{font-size:3rem;margin-bottom:1rem}.discord-feature-card h3{font-size:1.3rem;font-weight:700;color:#1e40af;margin-bottom:.75rem}.discord-feature-card p{color:#64748b;line-height:1.6;margin:0}@media (max-width:768px){.discord-section{padding:3rem 1.5rem}.discord-hero h1{font-size:2rem}.discord-description p{font-size:1rem}.discord-cta-button{padding:1rem 2.5rem;font-size:1.2rem}.discord-features-grid{grid-template-columns:1fr;gap:1.5rem}.discord-feature-card{padding:1.5rem}.discord-feature-icon{font-size:2.5rem}.discord-feature-card h3{font-size:1.2rem}}@media (max-width:480px){.discord-section{padding:2.5rem 1rem}.discord-hero h1{font-size:1.75rem}.discord-cta-button{padding:.875rem 2rem;font-size:1.1rem}.discord-feature-card{padding:1.25rem}}