*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}.logo-brand{display:flex;align-items:center;gap:12px}.nav-logo{width:40px;height:40px;object-fit:contain}.nav h3{font-weight:700}.bg-gradient{background:linear-gradient(180deg,#f8f9fa,#fff)}.hero{background:linear-gradient(135deg,#1e3c72,#2a5298);padding:80px 20px 100px}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.subtitle{font-size:1.5rem;margin-bottom:.5rem;opacity:.95}.sub-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:3rem}.stats-row{display:flex;justify-content:center;gap:60px;margin:3rem 0;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:700}.stat-label{font-size:1rem;opacity:.8;margin-top:.5rem}.cta-box{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:2.5rem;max-width:500px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-box h3{font-size:1.5rem;margin-bottom:1rem}.price{font-size:4rem;margin-bottom:.5rem}.price span{font-weight:400;opacity:.8}.price-note{opacity:.8;margin-bottom:2rem}.email-input{padding:1rem;font-size:1.1rem;margin-bottom:1rem;color:#333}.cta-button,.email-input{width:100%;border:none;border-radius:8px}.cta-button{padding:1rem 2rem;font-size:1.25rem;background:#27ae60;color:#fff;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#229954;box-shadow:0 5px 15px rgba(0,0,0,.3)}.section{padding:80px 20px}.section.bg-gray{background:#f8f9fa}h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#1e3c72}.trades-table{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.trade-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.2fr;padding:1rem 2rem;border-bottom:1px solid #eee;align-items:center}.trade-row.header{background:#f8f9fa;font-weight:600;color:#666}.trade-row.win{background:rgba(39,174,96,.05)}.trade-row.loss{background:rgba(231,76,60,.05)}.trade-row.active{background:rgba(241,196,15,.05)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.feature{text-align:center}.feature h3{font-size:1.5rem;margin-bottom:1rem;color:#1e3c72}.feature p{color:#666;line-height:1.6}footer{background:#333;color:#fff;text-align:center;padding:40px 20px}footer p{margin-bottom:.5rem;opacity:.8}.footer-links{display:flex;justify-content:center;gap:1rem}.disclaimer-section{background:#fff3cd;padding:80px 20px}.disclaimer-section h2{color:#856404;margin-bottom:2rem}.disclaimer-section p{color:#856404;line-height:1.8;max-width:800px;margin:0 auto 1.5rem;text-align:left}.disclaimer-section strong{display:block;margin-bottom:.5rem;font-size:1.1rem}.account-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.account-info{margin:1.5rem 0}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.info-row .label{font-weight:600;color:#666}.status-active{color:#27ae60;font-weight:600}.button-group{display:flex;gap:1rem;margin-top:1.5rem}.btn-secondary{background:#6c757d}.btn-danger,.btn-secondary{padding:.75rem 1.5rem;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s}.btn-danger{background:#e74c3c}.usage-bar{width:100%;height:10px;background:#e9ecef;border-radius:5px;overflow:hidden;margin:1rem 0}.usage-fill{height:100%;background:#27ae60;transition:width .3s}.usage-note{font-size:.875rem;color:#666}.api-key-section{display:flex;gap:1rem;align-items:center;margin-top:1rem}.api-key{flex:1 1;padding:.75rem;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;font-family:monospace}.checkbox-label{gap:.75rem;padding:.5rem 0;cursor:pointer}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.preferences{margin:1rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1)}.stat-card h3{font-size:.875rem;color:#666;margin-bottom:.5rem;font-weight:600}.stat-card p{font-size:2rem;font-weight:700;margin:0}.value-positive{color:#27ae60}.value-negative{color:#e74c3c}.value-neutral{color:#1e3c72}.trades-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);margin-bottom:3rem}table.trades-table{width:100%;border-collapse:collapse}.trades-table th{background:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#666;border-bottom:2px solid #dee2e6}.trades-table td{padding:1rem;border-bottom:1px solid #eee}.win-row{background:rgba(39,174,96,.05)}.loss-row{background:rgba(231,76,60,.05)}.pl-positive{color:#27ae60;font-weight:600}.pl-negative{color:#e74c3c;font-weight:600}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-badge.open{background:#fff3cd;color:#856404}.status-badge.closed{background:#d4edda;color:#155724}.performance-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.metric{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #eee}.metric .label{color:#666}.metric .value{font-weight:600}.membership-page{padding:80px 20px}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:800px;margin:3rem auto}.plan-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;transition:all .3s;position:relative;border:2px solid transparent}.plan-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,.15)}.plan-card.selected{border-color:#27ae60}.plan-card.popular{border-color:#3498db}.popular-badge{position:absolute;top:-12px;right:20px;background:#3498db;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.plan-header{text-align:center;margin-bottom:2rem}.plan-header h3{font-size:1.5rem;margin-bottom:1rem;color:#1e3c72}.price-section{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.price-section .price{font-size:3rem;font-weight:700;color:#1e3c72}.price-period{font-size:1.25rem;color:#666}.regular-price{font-size:.875rem;color:#666;margin-top:.5rem}.plan-features{list-style:none;padding:0}.plan-features li{padding:.75rem 0;border-bottom:1px solid #eee;font-size:.95rem}.checkout-section{text-align:center;max-width:500px;margin:4rem auto}.checkout-section h2{font-size:2rem;margin-bottom:1rem}.checkout-form{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.guarantee-section{background:#d4edda;padding:2rem;border-radius:12px;text-align:center;max-width:600px;margin:3rem auto}.guarantee-section h3{color:#155724;margin-bottom:.5rem}.guarantee-section p{color:#155724}.faq-section{margin-top:4rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.faq-item h4{color:#1e3c72;margin-bottom:.5rem}.faq-item p{color:#666;line-height:1.6}@media (max-width:768px){h1{font-size:2rem}.stats-row{gap:30px}.stat-number{font-size:2rem}.price{font-size:3rem}.trade-row{font-size:.9rem;padding:.75rem 1rem}.trades-table{font-size:.875rem}.trades-table td,.trades-table th{padding:.5rem}}.nav{background:#1e3c72;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-content{display:flex;justify-content:space-between;align-items:center}.nav h3{font-size:1.5rem;margin:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#fff;text-decoration:none;opacity:.8;transition:all .3s;padding-bottom:.25rem}.nav-links a:hover{opacity:1}.nav-links a.active{opacity:1;border-bottom:2px solid #fff}.nav-links a.cta-nav{background:#27ae60;padding:.5rem 1rem;border-radius:6px;margin-left:.5rem;opacity:1;border:none}.nav-links a.cta-nav:hover{background:#229954;transform:translateY(-2px)}.dashboard-content{min-height:calc(100vh - 80px);background:#f8f9fa;padding:40px 20px}.dashboard-content h1{color:#1e3c72;margin-bottom:.5rem}.last-update{color:#666;font-size:.875rem;margin-bottom:2rem}.search-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:3rem;box-shadow:0 2px 10px rgba(0,0,0,.05)}.search-section h3{color:#1e3c72;margin-bottom:.5rem}.search-section p{color:#666;margin-bottom:1rem}.opportunities-section h2{color:#1e3c72;margin-bottom:1.5rem;font-size:2rem}.disclaimer{color:#856404;background:#fff3cd;padding:1rem;border-radius:6px;margin:1rem 0;font-size:.875rem}.landing-page{min-height:100vh}.landing-nav{background:linear-gradient(135deg,#667eea,#764ba2);position:fixed;top:0;width:100%;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-btn{margin-right:1rem}.cta-button{background:#fff;color:#667eea;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;transition:transform .2s}.cta-button:hover{transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8rem 0 4rem;text-align:center;margin-top:60px}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.9;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-bottom:3rem}.hero-stat h3{font-size:2.5rem;margin-bottom:.5rem}.hero-stat p{opacity:.8}.hero-cta{background:#fff;color:#667eea;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:30px;display:inline-block;transition:transform .2s;text-decoration:none}.hero-cta:hover{transform:translateY(-3px)}.hero-note{margin-top:1rem;opacity:.8;font-size:.875rem}.features{padding:5rem 0;background:#f8f9fa}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05);text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:#333}.proof{padding:5rem 0}.proof h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.trades-showcase{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trade-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);text-align:center;min-width:250px}.trade-card.win{border-top:4px solid #4caf50}.trade-card h4{font-size:1.5rem;margin-bottom:1rem;color:#333}.surprise{color:#667eea;font-weight:600;margin-bottom:.5rem}.result{color:#4caf50;font-weight:700;font-size:1.125rem}.pricing{padding:5rem 0;background:#f8f9fa;text-align:center}.pricing h2{font-size:2.5rem;margin-bottom:3rem}.pricing-card{background:#fff;max-width:400px;margin:0 auto;padding:3rem;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.1)}.price{font-size:3rem;font-weight:700;color:#667eea;margin:1rem 0}.price span{font-size:1.5rem;color:#666}.pricing-card ul{list-style:none;padding:0;margin:2rem 0;text-align:left}.pricing-card li{padding:.75rem 0;border-bottom:1px solid #eee}.pricing-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 3rem;border-radius:30px;display:inline-block;font-weight:600;transition:transform .2s;text-decoration:none}.pricing-cta:hover{transform:translateY(-2px)}.pricing-note{margin-top:1rem;font-size:.875rem;color:#666}.faq{padding:5rem 0}.faq h2{text-align:center;font-size:2.5rem;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.faq-item{padding:2rem}.faq-item h4{font-size:1.25rem;margin-bottom:1rem;color:#667eea}.footer{background:#333;color:#fff;padding:3rem 0;text-align:center}.footer-links{margin-top:1rem}.footer-links a{color:#fff;margin:0 1rem;opacity:.8;text-decoration:none}.footer-links a:hover{opacity:1}.auth-page{min-height:100vh;background:#f8f9fa}.auth-container{display:flex;min-height:calc(100vh - 60px);margin-top:60px}.auth-card{flex:1 1;display:flex;flex-direction:column;justify-content:center;padding:3rem;max-width:500px;margin:0 auto}.auth-card h2{font-size:2rem;margin-bottom:.5rem;color:#333}.auth-subtitle{color:#666;margin-bottom:2rem}.auth-form{width:100%}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea}.form-options{display:flex;justify-content:space-between;margin-bottom:2rem;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem}.forgot-link{color:#667eea;text-decoration:none}.auth-submit{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.auth-submit:hover{opacity:.9}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.auth-footer{text-align:center;margin-top:2rem;font-size:.875rem;color:#666}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-features{flex:1 1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem}.auth-features h3{font-size:1.5rem;margin-bottom:2rem}.auth-features ul{list-style:none;padding:0}.auth-features li{padding:1rem 0;font-size:1.125rem}@media (max-width:768px){.auth-features{display:none}.hero h1{font-size:2rem}.hero-stats{flex-direction:column;gap:2rem}.faq-grid,.features-grid{grid-template-columns:1fr}}