body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--gold:gold;--gold-dark:#b8860b;--gold-light:#ffed4a;--bg-dark:#0a0a0a;--bg-card:#1a1a1a;--bg-card-hover:#222;--text-primary:#fff;--text-secondary:#d4af37;--text-muted:#6b7280;--green:#22c55e;--red:#ef4444;--blue:#3b82f6;--purple:#8b5cf6;--border:#333;--gradient-start:#8d0071;--gradient-end:#2c003e;--radius:12px;--radius-lg:20px;--radius-sm:8px;--shadow:0 4px 20px #0000004d;--transition:all 0.3s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{min-height:100%}body,html{background:url(../../static/media/whiteBackground.826f0577727a4c3989ba.jpg) no-repeat 50% fixed;background-size:cover}body{color:#fff;color:var(--text-primary);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}a{color:gold;color:var(--gold);text-decoration:none;transition:all .3s ease;transition:var(--transition)}a:hover{color:#ffed4a;color:var(--gold-light)}img{height:auto;max-width:100%}.app{display:flex;flex-direction:column;min-height:100vh;text-align:center}.main{flex:1 1}.app-header{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;padding:30px 20px;text-align:center}.logo-container{display:block;margin-bottom:20px}.app-logo{border-radius:0;box-shadow:none;height:45vmin;max-height:320px;max-width:90vw;min-height:200px;object-fit:contain;pointer-events:none;width:auto}.app-logo:hover{transform:scale(1.05)}.app-nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:10px}.app-nav-link{-webkit-text-stroke:0;text-stroke:0;-webkit-text-fill-color:#000;background:linear-gradient(180deg,gold,#b8860b 50%,#d4af37);border:2px solid gold;border-radius:30px;box-shadow:0 0 10px #ffd7004d,0 4px 8px #0003;color:#000;font-size:.95rem;font-weight:700;letter-spacing:.5px;padding:10px 20px;text-decoration:none;text-shadow:none;transition:all .3s ease}.app-nav-link.active{box-shadow:0 0 25px #ffd700cc,0 0 40px #ffa50080,0 4px 15px #0006;transform:scale(1.1);z-index:10}.app-nav-link:hover:not(.active){transform:scale(1.05)}.mobile-toggle{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;background:#0000;border:2px solid #d4af37;border-radius:8px;color:gold;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem 1rem;paint-order:stroke fill;position:absolute;right:20px;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,0 0 5px #ffd7004d;top:20px;transition:all .3s ease}.mobile-toggle:hover{background-color:#d4af3726;border-color:gold;box-shadow:0 0 15px #ffd7004d}.nav-mobile{background:#0000004d;border-radius:12px;border-radius:var(--radius);display:none;flex-direction:column;gap:10px;margin-top:20px;padding:20px;width:100%}.nav-mobile .app-nav-link{text-align:center;width:100%}@media (max-width:768px){.app-logo{height:28vmin;max-width:85vw;min-height:120px}.app-nav{display:none}.mobile-toggle{display:block}.nav-mobile{display:flex}.app-header{position:relative}}.page{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.section{padding:4rem 0}.electric-gold{color:gold;letter-spacing:2px;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange,0 0 60px #ff8c00}.section-title{color:gold;font-size:2rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange}.section-title-large{font-size:2.5rem}.section-subtitle{color:#d4af37;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.text-center{text-align:center}.text-gold{color:gold;color:var(--gold)}.text-green{color:#22c55e;color:var(--green)}.text-red{color:#ef4444;color:var(--red)}.text-secondary{color:#d4af37;color:var(--text-secondary)}.text-muted{color:#6b7280;color:var(--text-muted)}.hero{align-items:center;display:flex;justify-content:center;min-height:50vh;padding:2rem 1.5rem;text-align:center}.hero-content{max-width:800px}.hero h1{color:gold;font-size:clamp(2rem,5vw,3rem);font-weight:800;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange}.hero p{color:#d4af37;color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.card{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1.5rem;transition:all .3s ease;transition:var(--transition)}.card:hover{background:#222;background:var(--bg-card-hover);border-color:gold;border-color:var(--gold)}.card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-centered{margin:0 auto;max-width:600px}.card-wide{margin:0 auto;max-width:800px}.card-extra-wide{margin:0 auto;max-width:900px}.card-highlight{background:#ffd7001a;border-left:4px solid gold;border-left:4px solid var(--gold)}.card-danger{background:#ef44441a;border-color:#ef4444;border-color:var(--red)}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:3rem 0}.stat-card{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:1.5rem;text-align:center;transition:all .3s ease;transition:var(--transition)}.stat-card:hover{border-color:gold;border-color:var(--gold);transform:translateY(-4px)}.stat-value{color:gold;color:var(--gold);display:block;font-size:2.5rem;font-weight:800}.stat-label{color:#d4af37;color:var(--text-secondary);font-size:.9rem;margin-top:.5rem}.stats-grid-centered{justify-content:center;margin-left:auto;margin-right:auto;max-width:800px}.section-centered{align-items:center;display:flex;flex-direction:column}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease;transition:var(--transition)}.btn-primary{background:gold;background:var(--gold);color:#000}.btn-primary:hover{background:#ffed4a;background:var(--gold-light);box-shadow:0 4px 15px #ffd70066;color:#000;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid gold;border:2px solid var(--gold);color:gold;color:var(--gold)}.btn-secondary:hover{background:gold;background:var(--gold);color:#000}.btn-large{font-size:1.1rem;padding:1rem 2.5rem}.btn-full{width:100%}.btn-disabled{cursor:not-allowed;opacity:.6}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.form-group{margin-bottom:1.5rem}.form-label{color:#d4af37;color:var(--text-secondary);display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#fff;color:var(--text-primary);font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;transition:var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:gold;border-color:var(--gold);box-shadow:0 0 0 3px #ffd7001a;outline:none}.form-textarea{min-height:150px;resize:vertical}.form-inline{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.form-inline .form-input{flex:1 1;min-width:250px}.pricing-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-card{background:#1a1a1a;background:var(--bg-card);border:2px solid #333;border:2px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:2rem;transition:all .3s ease;transition:var(--transition)}.pricing-card:hover{border-color:gold;border-color:var(--gold);transform:translateY(-8px)}.pricing-card.featured{border-color:gold;border-color:var(--gold);position:relative}.pricing-card.featured:before{background:gold;background:var(--gold);border-radius:20px;color:#000;content:"Premium Access";font-size:.75rem;font-weight:700;left:50%;padding:.25rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-tier{font-size:1.25rem;font-weight:600;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange}.pricing-price,.pricing-tier{color:gold;letter-spacing:2px;margin-bottom:.5rem}.pricing-price{font-size:3rem;font-weight:800;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange}.pricing-price span{font-size:1rem;font-weight:400;text-shadow:none}.pricing-description,.pricing-price span{color:#d4af37;color:var(--text-secondary)}.pricing-description{margin-bottom:1rem}.pricing-features{flex:1 1;list-style:none;margin:1.5rem 0}.pricing-features li{align-items:center;color:#d4af37;color:var(--text-secondary);display:flex;gap:.5rem;padding:.5rem 0}.pricing-features li:before{color:#22c55e;color:var(--green);content:"✓";font-weight:700}.pricing-features li.not-included{opacity:.5;text-decoration:line-through}.billing-toggle{background:#1a1a1a;background:var(--bg-card);border-radius:30px;display:inline-flex;margin-bottom:2rem;padding:4px}.billing-toggle-btn{background:#0000;border:none;border-radius:25px;color:#d4af37;color:var(--text-secondary);cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease;transition:var(--transition)}.billing-toggle-btn.active{background:gold;background:var(--gold);color:#000}.trust-badges{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:2rem 0}.trust-badge{text-align:center}.trust-badge-icon{font-size:2rem}.trust-badge-text{color:#d4af37;color:var(--text-secondary)}.faq-container{margin:2rem auto}.faq-answer{color:#d4af37;color:var(--text-secondary);margin-top:1rem}.contact-methods{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:900px}.contact-card{border-width:2px;text-align:center}.contact-card-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card-title{margin-bottom:.25rem}.contact-card-desc{color:#6b7280;color:var(--text-muted);font-size:.9rem}.contact-card-value{color:#d4af37;color:var(--text-secondary);font-weight:500;margin-top:.5rem}.contact-card-whatsapp{border-color:#25d366}.contact-card-email{border-color:gold;border-color:var(--gold)}.contact-card-telegram{border-color:#08c}.contact-card-youtube{border-color:red}.text-whatsapp{color:#25d366}.text-email{color:gold;color:var(--gold)}.text-telegram{color:#08c}.text-youtube{color:red}.ta-iframe{border:none;height:400px;width:100%}.form-success{padding:2rem;text-align:center}.form-success-icon{font-size:3rem;margin-bottom:1rem}.form-success-title{color:#22c55e;color:var(--green);margin-bottom:.5rem}.form-success-text{color:#d4af37;color:var(--text-secondary)}.location-card{text-align:center}.location-title{color:gold;color:var(--gold);margin-bottom:1rem}.location-country{color:#d4af37;color:var(--text-secondary)}.location-note{color:#6b7280;color:var(--text-muted);font-size:.9rem;margin-top:.5rem}.location-hours{margin-top:1rem}.location-hours-label{color:#d4af37;color:var(--text-secondary)}.location-hours-value{color:gold;color:var(--gold)}.youtube-hero{background:linear-gradient(135deg,#ff00001a,#0000);border-radius:20px;border-radius:var(--radius-lg);margin-bottom:3rem;padding:3rem;text-align:center}.youtube-hero-title{font-size:2.5rem;margin-bottom:.5rem}.youtube-hero-subtitle{color:#d4af37;color:var(--text-secondary);margin-bottom:2rem}.youtube-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:2rem 0}.youtube-stat{text-align:center}.youtube-stat-value{color:gold;color:var(--gold);font-size:2rem;font-weight:700}.youtube-stat-label{color:#d4af37;color:var(--text-secondary);font-size:.9rem}.video-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.video-card{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;overflow:hidden;transition:all .3s ease;transition:var(--transition)}.video-card:hover{border-color:gold;border-color:var(--gold);transform:translateY(-4px)}.video-thumbnail{background:#222;padding-top:56.25%;position:relative}.video-thumbnail img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.play-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:all .3s ease;transition:var(--transition)}.video-card:hover .play-overlay{opacity:1}.play-icon{align-items:center;background:gold;background:var(--gold);border-radius:50%;display:flex;font-size:1.5rem;height:60px;justify-content:center;width:60px}.video-info{padding:1rem}.video-info h3{font-size:1rem;margin-bottom:.5rem}.video-info p{color:#d4af37;color:var(--text-secondary);font-size:.875rem}.video-modal-overlay{align-items:center;background:#000000e6;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:2000}.video-modal{max-width:900px;position:relative;width:100%}.video-modal iframe{aspect-ratio:16/9;border:none;border-radius:12px;border-radius:var(--radius);width:100%}.close-modal{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;position:absolute;right:0;top:-40px}.featured-video-container{border-radius:12px;border-radius:var(--radius);margin:2rem auto;max-width:800px;overflow:hidden}.featured-video-wrapper{padding-top:56.25%;position:relative}.featured-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.subscribe-btn{align-items:center;background:red;border-radius:8px;border-radius:var(--radius-sm);color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .3s ease;transition:var(--transition)}.subscribe-btn:hover{background:#c00;color:#fff;transform:scale(1.05)}.subscribe-container{flex-direction:column}.playlist-card,.subscribe-container{align-items:center;display:flex;gap:1rem}.playlist-icon{font-size:2rem}.playlist-info h3{color:gold;color:var(--gold)}.playlist-info span{color:#d4af37;color:var(--text-secondary)}.subscribe-cta-card{background:linear-gradient(135deg,#ff00001a,#0000);border:1px solid #ff00004d;margin:0 auto;max-width:700px;text-align:center}.subscribe-cta-card:hover{background:#0006;border-color:gold;border-color:var(--gold)}.subscribe-cta-title{color:gold;letter-spacing:2px;margin-bottom:1rem;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange}.subscribe-cta-text{color:#d4af37;color:var(--text-secondary);margin-bottom:1.5rem}.subscribe-benefits{list-style:none;margin:0 auto 1.5rem;max-width:300px;text-align:left}.subscribe-benefits li{color:#d4af37;color:var(--text-secondary);padding:.5rem 0}.strategy-page{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.strategy-section{padding:3rem 0}.pricing-main-title--shimmer,.strategy-main-title--shimmer,.strategy-main-title-main--shimmer{display:inline-block;position:relative}.pricing-main-title--shimmer>span,.strategy-main-title--shimmer>span,.strategy-main-title-main--shimmer>span{-webkit-text-stroke:1.5px #000;text-stroke:1.5px #000;animation:shimmerMove 2.5s linear infinite;background:linear-gradient(110deg,gold,#ffed4a 40%,gold 60%,gold);-webkit-background-clip:text;background-clip:text;background-size:200% auto;color:#0000;filter:drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(-1px 1px 0 #000);paint-order:stroke fill;position:relative}@keyframes shimmerMove{to{background-position:-200%}}.strategy-main-title{-webkit-text-stroke:1.5px #000;text-stroke:1.5px #000;color:gold;font-size:3rem;font-weight:800;letter-spacing:2px;margin-bottom:1.5rem;paint-order:stroke fill;text-shadow:2px 2px 0 #000,-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange}.strategy-section-title{-webkit-text-stroke:1px #000;text-stroke:1px #000;font-size:clamp(1.6rem,4vw,2.2rem);letter-spacing:1.5px;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ffd7004d}.strategy-card-title,.strategy-section-title{color:gold;font-weight:700;margin-bottom:1rem;paint-order:stroke fill}.strategy-card-title{-webkit-text-stroke:.8px #000;text-stroke:.8px #000;font-size:1.5rem;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,0 0 8px #ffd7004d}.strategy-rule-title{-webkit-text-stroke:.6px #000;text-stroke:.6px #000;color:gold;font-size:1.2rem;font-weight:700;margin-bottom:.5rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000}.strategy-subtitle{margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.strategy-flow-content p,.strategy-principle-text,.strategy-rule-desc,.strategy-subtitle{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;color:gold;font-size:1.2rem;font-weight:600;line-height:1.7;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ffd70066}.strategy-principle-text strong,.strategy-rule-desc strong,.strategy-rule-highlight strong{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;color:#ffed4a;font-weight:700;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 15px #ffed4a99}.strategy-main-title.get-in-touch-title.get-in-touch-title--shimmer,.strategy-section-title.text-center.get-in-touch-title.get-in-touch-title--shimmer{-webkit-text-stroke:0 #0000;color:#0000;text-shadow:none}.strategy-principle-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:2px solid gold;border-radius:16px;margin:0 auto;max-width:900px;padding:2rem}.strategy-rule-highlight{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;background:#ffd7001a;border:2px solid gold;border-radius:10px;color:gold;font-size:1.2rem;font-weight:600;line-height:1.7;margin-top:1.5rem;padding:1rem 1.5rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ffd70066}.strategy-card-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.strategy-card-grid-2col{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:700px}.strategy-rule-card{background:#ffffff0f;border:2px solid gold;border-radius:14px;padding:1.5rem;text-align:center;transition:all .3s ease}.strategy-rule-card:hover{background:#ffd70014;box-shadow:0 10px 30px #ffd70026;transform:translateY(-5px)}.strategy-rule-icon{filter:drop-shadow(0 0 8px rgba(255,215,0,.5));font-size:2.5rem;margin-bottom:1rem}.strategy-flow{display:flex;flex-direction:column;gap:1rem;margin:2rem auto 0;max-width:800px}.strategy-flow-item{align-items:flex-start;background:#ffffff0f;border:2px solid gold;border-radius:12px;display:flex;gap:1.5rem;padding:1.25rem;transition:all .3s ease}.strategy-flow-item:hover{background:#ffd70014;transform:translateX(8px)}.strategy-flow-step{align-items:center;background:linear-gradient(135deg,gold,#b8860b);border-radius:50%;box-shadow:0 4px 15px #ffd70066;color:#000;display:flex;font-size:1.3rem;font-weight:800;height:45px;justify-content:center;min-width:45px;width:45px}.strategy-flow-content h3{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;color:gold;font-size:1.3rem;font-weight:700;margin-bottom:.4rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ffd70066}.strategy-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:2rem auto;max-width:800px}.strategy-stat-card{background:#ffffff0f;border:2px solid gold;border-radius:14px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease}.strategy-stat-card:hover{background:#ffd7001a;box-shadow:0 10px 25px #ffd70033;transform:translateY(-5px)}.perf-stat-value,.strategy-stat-value{-webkit-text-stroke:1px #000;text-stroke:1px #000;color:gold;display:block;font-size:2.2rem;font-weight:800;margin-bottom:.5rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 15px #ffd70066}.strategy-stat-value{animation:statValuePulse 2s ease-out}@keyframes statValuePulse{0%{filter:blur(4px);opacity:0;transform:scale(.5)}50%{filter:blur(0);opacity:1;transform:scale(1.1)}to{filter:blur(0);opacity:1;transform:scale(1)}}.strategy-stat-label{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;color:gold;display:block;font-size:1rem;font-weight:600;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ffd70066}.strategy-stat-value-inline{-webkit-text-stroke:1px #000;text-stroke:1px #000;color:gold;display:inline;font-size:inherit;font-weight:800;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 15px #ffd70066}.strategy-stats-grid.strategy-stats-grid-performance{margin-top:1.5rem}.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized{border-color:gold}.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized,.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized-loss,.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized-wins{border:2px solid gold;box-shadow:0 0 8px #ffd70099,0 0 16px #ffa50073}.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized .strategy-stat-value,.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized-loss .strategy-stat-value,.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized-wins .strategy-performance-value{text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000}.strategy-stats-grid-performance
.strategy-stat-card.stat-card-emphasized:nth-child(3){border:2px solid gold;box-shadow:0 0 8px #ffd70099,0 0 16px #ffa50073}.strategy-stat-card.stat-card-wins .strategy-stat-value{color:#22c55e;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 20px #22c55e66}.strategy-stat-card.stat-card-losses .strategy-stat-value{color:#ef4444;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 20px #ef444466}.strategy-stat-card.stat-card-wins .strategy-performance-value,.strategy-stat-card.stat-card-wins .strategy-stat-value{-webkit-text-stroke:1px #000;color:#22c55e;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #22c55e,0 0 20px #22c55e,0 0 30px #ef444480}.strategy-stat-card.stat-card-losses .strategy-performance-value,.strategy-stat-card.stat-card-losses .strategy-stat-value{-webkit-text-stroke:1px #000;color:#ef4444;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ef4444,0 0 20px #ef4444,0 0 30px #ef444480}.strategy-stat-card.stat-card-emphasized{animation:glowPulse 2s ease-in-out infinite;border:2px solid gold}.strategy-stat-card.stat-card-emphasized:hover{transform:scale(1.05) translateY(-5px)}.strategy-stat-card.stat-card-emphasized .strategy-stat-value{-webkit-text-stroke:1px #000;text-stroke:1px #000;color:gold;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px gold,0 0 20px gold,0 0 30px orange}@keyframes glowPulse{0%,to{box-shadow:0 0 5px gold,0 0 10px gold,0 0 15px gold}50%{box-shadow:0 0 10px gold,0 0 20px gold,0 0 30px gold,0 0 40px orange}}.strategy-btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.strategy-btn{align-items:center;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:700;justify-content:center;padding:.9rem 2rem;text-decoration:none;transition:all .3s ease}.strategy-btn-primary{background:linear-gradient(135deg,gold,#b8860b);border:2px solid gold;box-shadow:0 4px 20px #ffd70066;color:#000}.strategy-btn-primary:hover{background:linear-gradient(135deg,#ffed4a,gold);box-shadow:0 8px 30px #ffd70080;color:#000;transform:translateY(-3px)}.strategy-btn-secondary{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;background:#0000;border:2px solid gold;color:gold;paint-order:stroke fill;text-shadow:1px 1px 0 #000}.strategy-btn-secondary:hover{background:#ffd70026;color:gold;transform:translateY(-3px)}@media (max-width:768px){.strategy-page{padding:1.5rem 1rem}.strategy-section{padding:2rem 0}.strategy-main-title{-webkit-text-stroke:1px #000;text-stroke:1px #000}.strategy-section-title{-webkit-text-stroke:.8px #000;text-stroke:.8px #000}.strategy-principle-card{padding:1.5rem}.strategy-flow-item{flex-direction:column;gap:1rem;text-align:center}.strategy-flow-step{margin:0 auto}.strategy-stat-value{font-size:1.8rem}.strategy-btn-group{align-items:center;flex-direction:column}.strategy-btn{max-width:280px;width:100%}}@media (max-width:480px){.strategy-stats-grid{grid-template-columns:repeat(2,1fr)}.strategy-card-grid{grid-template-columns:1fr}}.story-text{color:#d4af37;color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.story-text strong{color:gold;color:var(--gold)}.timeline{margin:2rem auto;max-width:600px}.timeline-item{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:1.5rem}.timeline-year{background:gold;background:var(--gold);border-radius:8px;border-radius:var(--radius-sm);color:#000;flex-shrink:0;font-weight:700;padding:.5rem 1rem}.timeline-content{flex:1 1;padding:1rem}.timeline-content p{color:#d4af37;color:var(--text-secondary)}.team-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem auto;max-width:700px}.team-avatar{background:gold;background:var(--gold);font-size:3rem;height:100px;width:100px}.team-name{color:gold;color:var(--gold);margin-bottom:.25rem}.team-role{color:#6b7280;color:var(--text-muted);font-size:.9rem}.team-bio{color:#d4af37;color:var(--text-secondary);font-size:.9rem}.value-icon{font-size:2rem;margin-bottom:1rem}.value-title{color:gold;color:var(--gold);margin-bottom:.5rem}.value-desc{color:#d4af37;color:var(--text-secondary)}.risk-disclaimer{background:#ef44441a;border-color:#ef4444;border-color:var(--red)}.risk-disclaimer-title{color:#ef4444;color:var(--red);margin-bottom:1rem}.risk-disclaimer-text{color:#d4af37;color:var(--text-secondary);font-size:.9rem;line-height:1.8}.about-hero-container{animation:fadeIn .8s ease-out;background:#0006;border:1px solid #333;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #0000004d;box-shadow:var(--shadow);margin:0 auto 3rem;max-width:900px;min-height:450px;overflow:hidden;padding:3rem 2rem;position:relative}.gold-coin-icon{animation:coinFloat 3s ease-in-out infinite;border-radius:50%;box-shadow:0 4px 25px #ffd70066;cursor:pointer;height:6rem;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:all .5s cubic-bezier(.4,0,.2,1);width:6rem;z-index:20}.gold-coin-icon:hover{box-shadow:0 8px 35px #ffd70099;transform:translateY(-50%) scale(1.1) rotate(-10deg)}.gold-coin-icon.coin-active{right:calc(100% - 7rem);transform:translateY(-50%) rotate(1turn)}@keyframes coinFloat{0%,to{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-8px)}}.about-main-panel{opacity:1;padding-right:8rem;transform:translateX(0);transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.about-main-panel.panel-hidden{opacity:0;pointer-events:none;transform:translateX(-100%);visibility:hidden}.about-hero-content{text-align:center}.highlight-title{font-size:clamp(2rem,4.5vw,2.7rem);font-size:clamp(1.6rem,3.2vw,2.4rem);letter-spacing:1px;margin-left:auto;margin-right:auto;margin:0 auto 1.5rem;max-width:95%;max-width:100%;transform:translateX(6px)}.highlight-title,.highlight-title .get-in-touch-shimmer{display:inline-block;white-space:nowrap}.about-detail-panel{height:100%;left:0;opacity:0;overflow-y:auto;padding:5rem 2rem 2rem 8rem;pointer-events:none;position:absolute;top:0;transform:translateX(100%);transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.about-detail-panel.panel-visible{opacity:1;pointer-events:all;transform:translateX(0)}.cta-section{background:#0000004d;border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);margin:0 auto;max-width:500px;padding:1.5rem;text-align:center}.cta-section h2{color:gold;color:var(--gold);font-size:1.5rem;margin-bottom:.75rem}.cta-section p{color:#d4af37;color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.about-me-block,.contact-me-block{margin-bottom:1rem}.section-divider{border:none;border-top:1px solid #333;border-top:1px solid var(--border);margin:1.5rem 0}.cta-section .button-group{align-items:center;display:flex;flex-direction:column;gap:.6rem}.cta-section .btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;max-width:280px;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s ease;transition:var(--transition);width:100%}.cta-section .btn:hover{box-shadow:0 4px 15px #0000004d;transform:translateY(-2px)}.btn-view{background:linear-gradient(135deg,#2196f3,#1565c0)}.btn-view:hover{background:linear-gradient(135deg,#42a5f5,#1976d2)}.btn-download{background:linear-gradient(135deg,#4caf50,#388e3c)}.btn-download:hover{background:linear-gradient(135deg,#66bb6a,#43a047)}.btn-email{background:linear-gradient(135deg,gold,#b8860b);background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:#000}.btn-email:hover{background:linear-gradient(135deg,#ffed4a,gold);background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000}.btn-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.btn-whatsapp:hover{background:linear-gradient(135deg,#2ecc71,#1abc9c)}.directCTA-container{background:#0006;border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);max-height:100%;overflow-y:hidden;padding:1.5rem;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:left}.directCTA-container:hover{overflow-y:auto;scrollbar-width:thin}.directCTA-container h1{color:gold;color:var(--gold);font-size:1.6rem;margin-bottom:.6rem;text-align:center}.directCTA-container h2{color:#ffed4a;color:var(--gold-light);font-size:1.15rem;margin-bottom:.4rem;margin-top:.8rem}.directCTA-container p{color:#d4af37;color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin-bottom:.4rem}.directCTA-container ul{list-style-type:none;margin-bottom:.4rem;padding-left:0}.directCTA-container li{color:#d4af37;color:var(--text-secondary);font-size:.85rem;line-height:1.4;margin-bottom:.25rem;padding-left:1.5rem;position:relative}.directCTA-container li:before{color:#22c55e;color:var(--green);content:"✓";font-weight:700;left:0;position:absolute}.directCTA-container li strong{color:#fff;color:var(--text-primary)}.signal-panel{align-items:center;border-radius:12px;border-radius:var(--radius);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.signal-panel.long{background:#22c55e26;border:1px solid #22c55e;border:1px solid var(--green)}.signal-panel.short{background:#ef444426;border:1px solid #ef4444;border:1px solid var(--red)}.signal-panel.wait{background:#9ca3af26;border:1px solid #6b7280;border:1px solid var(--text-muted)}.signal-main{gap:1.5rem}.signal-badge{border-radius:8px;border-radius:var(--radius-sm);font-size:1.5rem;font-weight:700;padding:.5rem 1.5rem}.signal-panel.long .signal-badge{background:#22c55e;background:var(--green);color:#000}.signal-panel.short .signal-badge{background:#ef4444;background:var(--red);color:#fff}.signal-confidence{color:gold;color:var(--gold);font-size:2.5rem;font-weight:800}.reason-tag{color:#d4af37;color:var(--text-secondary);padding:.25rem .75rem}.chart-container,.reason-tag{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border)}.chart-container{border-radius:12px;border-radius:var(--radius);height:500px;overflow:hidden}.chart-type-toggle{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.chart-title{color:gold;color:var(--gold);margin-bottom:1rem}.chart-legend{display:flex;gap:2rem;justify-content:center;margin-top:1rem}.chart-legend-sma20{color:#fbbf24}.chart-legend-sma50{color:#3b82f6}.testimonial-header{display:flex;justify-content:space-between;margin-bottom:1rem}.testimonial-profit{color:#22c55e;color:var(--green);font-weight:700}.testimonial-text{color:#d4af37;color:var(--text-secondary);font-style:italic}.testimonial-name{font-weight:600}.testimonial-location{color:#6b7280;color:var(--text-muted);margin-left:.5rem}.how-it-works-card{padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.how-it-works-card:hover{box-shadow:0 10px 30px #f7931a26;transform:translateY(-5px)}.how-it-works-number{align-items:center;background:linear-gradient(135deg,gold,#ffed4a);background:linear-gradient(135deg,var(--gold),var(--gold-light));border-radius:50%;color:var(--bg-primary);display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1.25rem;width:50px}.how-it-works-title{color:gold;color:var(--gold);font-size:1.25rem;margin-bottom:.75rem}.how-it-works-desc{color:#d4af37;color:var(--text-secondary);line-height:1.6}.testimonial-card{transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-3px)}.chart-wrapper{min-height:500px;position:relative}.chart-loading{inset:0;position:absolute}.chart-error,.chart-loading{align-items:center;background:#1e222d;color:#fff;display:flex;justify-content:center}.chart-error{min-height:500px}.chart-error-content{text-align:center}.chart-link{color:gold;color:var(--gold);text-decoration:underline}.chart-iframe{border:none;display:none;height:500px;width:100%}.chart-iframe.loaded{display:block}.hero-title{color:gold;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:2px;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px orange,0 0 40px orange}.hero-title .highlight{color:gold;text-shadow:0 0 10px gold,0 0 20px gold,0 0 30px orange,0 0 50px orange}.hero-subtitle{color:#d4af37;color:var(--text-secondary);font-size:1.15rem;line-height:1.7;margin:0 auto 2rem;max-width:600px}.section-cta{background:linear-gradient(135deg,#f7931a0d,#0000);border-radius:12px;border-radius:var(--radius);margin-top:2rem;padding:3rem 2rem}.email-signup-note{color:#6b7280;color:var(--text-muted);font-size:.8rem;margin-top:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.flex-wrap{flex-wrap:wrap}.animate-in{animation:fadeIn .5s ease forwards}@media (max-width:768px){.section-title{font-size:1.75rem}.hero h1,.section-title-large{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr}.trust-badges,.youtube-stats{gap:1.5rem}.contact-methods,.team-grid{grid-template-columns:1fr}.about-hero-container{margin:0 .5rem 2rem;min-height:500px;padding:2rem 1rem}.gold-coin-icon{height:4.5rem;right:.5rem;top:2rem;transform:translateY(0);width:4.5rem}.gold-coin-icon.coin-active{right:calc(100% - 5.5rem);top:2rem;transform:rotate(1turn)}.about-main-panel{background:#0006;padding-right:5.5rem;padding-top:4rem}.about-detail-panel{padding:4rem 1.5rem 1.5rem 6rem}.highlight-title{font-size:1.6rem}.highlight-subtitle{font-size:.95rem}.cta-section,.directCTA-container{background:#00000073;border:1px solid #333;border:1px solid var(--border)}.cta-section h2{font-size:1.25rem}.cta-section .btn{font-size:.85rem;padding:.65rem 1rem}.directCTA-container{padding:1rem}.directCTA-container h1{font-size:1.3rem}.directCTA-container h2{font-size:1rem}.directCTA-container li,.directCTA-container p{font-size:.8rem}}.footer{background:#0006;border-top:1px solid #333;border-top:1px solid var(--border);margin-top:auto;padding:3rem 1.5rem 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;text-align:left}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section-heading{-webkit-text-stroke:.8px #000;text-stroke:.8px #000;color:gold;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 8px #ffd7004d}.footer-link{-webkit-text-stroke:.5px #000;text-stroke:.5px #000;color:gold;font-size:.95rem;font-weight:600;letter-spacing:.3px;padding:.25rem 0;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 6px #ffd7004d;transition:all .3s ease}.footer-link:hover{text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 12px #ffd70099,0 0 20px #ffd70066;transform:translateX(4px)}.footer-brand-title{-webkit-text-stroke:.7px #000;text-stroke:.7px #000;color:gold;font-size:1.25rem;font-weight:700;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,0 0 8px #ffd7004d}.footer-tagline{font-size:.95rem}.footer-since,.footer-tagline{-webkit-text-stroke:.4px #000;text-stroke:.4px #000;color:gold;font-weight:600;line-height:1.5;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 8px #ffd7004d}.footer-since{font-size:.9rem}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.footer-logo-image{border-radius:50%;height:50px;object-fit:cover;width:50px}.footer-logo h3{color:gold;color:var(--gold);font-size:1.25rem}.footer-disclaimer{color:#6b7280!important;color:var(--text-muted)!important;font-size:.8rem!important;line-height:1.5}.legal-notice{color:gold;font-size:.9rem;font-weight:500;letter-spacing:.4px;text-shadow:0 0 5px gold,0 0 10px orange}.footer-bottom{border-top:1px solid #ffd70040;margin:2rem auto 0;max-width:1200px;padding-top:1.5rem;text-align:center}.footer-bottom p{color:gold;font-size:.9rem;font-weight:500;letter-spacing:.4px;text-shadow:0 0 5px gold,0 0 10px orange}.floating-buttons{bottom:30px;display:flex;flex-direction:column;gap:12px;position:fixed;right:30px;z-index:1000}.floating-btn{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0000004d;display:flex;font-size:1.5rem;height:55px;justify-content:center;text-decoration:none;transition:all .3s ease;transition:var(--transition);width:55px}.floating-btn:hover{box-shadow:0 6px 20px #0006;transform:scale(1.1)}.floating-btn.whatsapp{background:#25d366;color:#fff}.floating-btn.youtube{background:red;color:#fff}@media (max-width:768px){.floating-buttons{bottom:20px;right:20px}.floating-btn{font-size:1.3rem;height:50px;width:50px}.footer-container{grid-template-columns:1fr;text-align:center}.footer-section{align-items:center}.footer-logo{justify-content:center}}.contact-hero-image-wrapper{align-items:center;display:flex;flex-direction:column;margin:2rem 0;position:relative}.contact-hero-image-container{border-radius:20px;box-shadow:0 20px 60px #0006,0 0 0 3px gold,0 0 40px #ffd70033;box-shadow:0 20px 60px #0006,0 0 0 3px var(--gold),0 0 40px #ffd70033;height:350px;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease;width:280px}.contact-hero-image-container:hover{box-shadow:0 30px 80px #00000080,0 0 0 4px #ffed4a,0 0 60px #ffd70059;box-shadow:0 30px 80px #00000080,0 0 0 4px var(--gold-light),0 0 60px #ffd70059;transform:translateY(-8px) scale(1.02)}.contact-hero-image{height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease;width:100%}.contact-hero-image-container:hover .contact-hero-image{transform:scale(1.05)}.contact-hero-image-glow{background:linear-gradient(180deg,#0000 50%,#8d00714d);inset:0;pointer-events:none;position:absolute}.contact-hero-badge{align-items:center;animation:pulse-badge 2s ease-in-out infinite;background:linear-gradient(135deg,gold,#b8860b);background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:30px;box-shadow:0 4px 20px #ffd70066;color:#000;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-top:-1.5rem;padding:.6rem 1.2rem;position:relative;z-index:10}@keyframes pulse-badge{0%,to{box-shadow:0 4px 20px #ffd70066}50%{box-shadow:0 4px 30px #ffd70099}}.contact-hero-badge-icon{animation:ring 1.5s ease-in-out infinite;font-size:1.1rem}@keyframes ring{0%,to{transform:rotate(0deg)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(10deg)}40%{transform:rotate(-10deg)}50%,to{transform:rotate(0deg)}}.contact-hero-subtitle{font-size:1.15rem;line-height:1.8;margin:1.5rem auto 0;max-width:500px}@media (max-width:768px){.contact-hero-image-container{height:280px;width:220px}.contact-hero-badge{font-size:.85rem;padding:.5rem 1rem}.contact-hero-subtitle{font-size:1rem}}@media (max-width:480px){.contact-hero-image-container{height:230px;width:180px}}.hero-title-image{height:auto;margin-bottom:1.5rem;max-width:400px}.team-avatar{align-items:center;background:linear-gradient(135deg,#f7931a,#fc0);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 1rem;overflow:hidden;width:120px}.team-avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.get-in-touch-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.get-in-touch-static{color:gold;text-shadow:0 0 5px gold,0 0 10px orange}.get-in-touch-title--shimmer .get-in-touch-shimmer{-webkit-text-fill-color:#0000;animation:shimmer 2.5s linear infinite;background:linear-gradient(90deg,#b8860b,gold 20%,#fff8dc 40%,gold 60%,#b8860b 80%,gold);-webkit-background-clip:text;background-clip:text;background-size:200% auto;display:inline-block;filter:drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(0 0 8px rgba(255,215,0,.6));font-weight:800;position:relative}.get-in-touch-title--shimmer .sparkle{animation:sparkleFloat 1.5s ease-in-out infinite;color:gold;filter:drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000);font-size:.4em;pointer-events:none;position:absolute}.get-in-touch-title--shimmer .sparkle-1{left:-15px;top:-8px}.get-in-touch-title--shimmer .sparkle-2{animation-delay:.75s;bottom:-5px;right:-15px}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes sparkleFloat{0%,to{opacity:.3;transform:scale(.8) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.faq-title{align-items:center;display:inline-flex;gap:.5rem;justify-content:center}.faq-coin{animation:faqFloat 2.8s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,215,0,.6));height:1.6em;margin-left:.2rem;vertical-align:middle;width:1.6em}@keyframes faqFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.strategy-chart-showcase{background:#0a0a0a;border-radius:12px;box-shadow:0 8px 32px #0006,0 0 0 1px #fbbf2433;overflow:hidden;position:relative;width:100%}.strategy-chart-image{display:block;height:auto;opacity:0;transition:opacity .5s ease;width:100%}.strategy-chart-image.loaded{opacity:1}.chart-overlay-info{background:linear-gradient(#0000,#000c);bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:absolute;right:0}.chart-tradingview-link{align-items:center;background:#fbbf2426;border:1px solid gold;border:1px solid var(--gold);border-radius:8px;color:gold;color:var(--gold);display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.chart-tradingview-link:hover{background:gold;background:var(--gold);box-shadow:0 4px 20px #fbbf2466;color:#000;transform:translateY(-2px)}.chart-performance-stats{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1.5rem;padding:1.5rem}.perf-stat{align-items:center;display:flex;flex-direction:column;gap:.5rem;min-width:120px}.perf-stat-value{font-size:2rem;font-weight:700}.perf-stat-value.win{color:#22c55e;text-shadow:0 0 20px #22c55e66}.perf-stat-value.loss{color:#ef4444;text-shadow:0 0 20px #ef444466}.perf-stat-value.streak{color:gold;color:var(--gold);text-shadow:0 0 20px #fbbf2466}.perf-stat-label{color:#d4af37;color:var(--text-secondary);font-size:.85rem;text-align:center}@media (max-width:768px){.chart-performance-stats{gap:1rem;padding:1rem}.perf-stat{min-width:90px}.perf-stat-value{font-size:1.5rem}.perf-stat-label{font-size:.75rem}.chart-tradingview-link{font-size:.8rem;padding:.5rem 1rem}}.pricing-card-container{display:flex;justify-content:center;padding:0 1rem}.strategy-pricing-card{background:#0006;border:2px solid gold;border:2px solid var(--gold);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 0 30px #ffd70026,0 10px 40px #0000004d;max-width:420px;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease;transition:var(--transition);width:100%}.strategy-pricing-card:hover{border-color:#ffed4a;border-color:var(--gold-light);box-shadow:0 0 50px #ffd70040,0 20px 60px #0006;transform:translateY(-8px)}.pricing-tier-badge{background:linear-gradient(135deg,gold,#b8860b);background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:30px;color:#000;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1.5rem;text-transform:uppercase}.pricing-price-display{align-items:baseline;display:flex;gap:.25rem;justify-content:center;margin-bottom:1rem}.pricing-currency{color:gold;color:var(--gold);font-size:1.5rem;font-weight:600}.pricing-amount{color:gold;color:var(--gold);font-size:4rem;font-weight:800;line-height:1;text-shadow:0 0 20px #ffd70066}.pricing-period{color:#d4af37;color:var(--text-secondary);font-size:1.2rem;font-weight:500}.pricing-features-list{list-style:none;margin:1.5rem 0;padding:0;text-align:left}.pricing-features-list li{align-items:flex-start;border-bottom:1px solid #ffffff14;color:#fff;color:var(--text-primary);display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 0}.pricing-features-list li:last-child{border-bottom:none}.feature-check{color:#22c55e;color:var(--green);flex-shrink:0;font-size:1.1rem;font-weight:700}.faq-container{margin:0 auto;max-width:700px}.faq-item{background:#0000004d;border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;overflow:hidden;transition:all .3s ease;transition:var(--transition)}.faq-item:hover{background:#0006}.faq-item.faq-open,.faq-item:hover{border-color:gold;border-color:var(--gold)}.faq-item.faq-open{box-shadow:0 0 20px #ffd7001a}.faq-question{align-items:center;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.faq-question h3{color:gold;color:var(--gold);flex:1 1;font-size:1rem;font-weight:600;margin:0;padding-right:1rem;text-align:left}.faq-toggle{align-items:center;background:#ffd7001a;border-radius:50%;color:gold;color:var(--gold);display:flex;font-size:1.5rem;font-weight:300;height:30px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:30px}.faq-item:hover .faq-toggle{background:#ffd70033}.faq-answer{animation:fadeIn .3s ease;padding:0 1.5rem 1.25rem}.faq-answer p{-webkit-text-stroke:.4px #000;text-stroke:.4px #000;color:gold;font-size:1.1rem;font-weight:500;line-height:1.8;margin:0;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 8px #ffd7004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pricing-faq-layout{display:flex;gap:2rem;margin:0 auto;max-width:1200px}.pricing-faq-column{display:flex;flex:1 1;flex-direction:column;min-width:0}.pricing-faq-column .faq-container{flex:1 1;margin:1.5rem 0 0;max-width:none}.pricing-card-column .strategy-pricing-card{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:320px;padding:1.5rem;position:relative;top:auto}.pricing-card-column .pricing-tier-badge{font-size:.9rem;margin-bottom:1.2rem;padding:.42rem 1.25rem}.pricing-card-column .pricing-price-display{margin-bottom:.75rem}.pricing-card-column .pricing-currency{font-size:1.25rem}.pricing-card-column .pricing-amount{font-size:2.8rem}.pricing-card-column .pricing-period{font-size:1rem}.pricing-card-column .strategy-subtitle{font-size:.9rem!important;margin-bottom:1.1rem!important}.pricing-card-column .pricing-features-list{margin:1.1rem 0}.pricing-card-column .pricing-features-list li{font-size:.86rem;gap:.6rem;padding:.55rem 0}.pricing-card-column .feature-check{font-size:.95rem}.pricing-card-column .strategy-btn{font-size:1rem;margin-top:1.1rem!important;padding:.8rem 1.4rem}@media (max-width:968px){.pricing-faq-layout{flex-direction:column-reverse;gap:2.5rem}.pricing-card-column{flex:none;width:100%}.pricing-card-column .strategy-pricing-card{height:auto;margin:0 auto;max-width:380px;position:static}.pricing-card-column .pricing-amount{font-size:3.2rem}.pricing-faq-column .faq-container{margin:1.5rem auto 0;max-width:700px}}@media (max-width:768px){.strategy-pricing-card{padding:1.5rem}.pricing-card-column .pricing-amount{font-size:2.5rem}.pricing-features-list li{font-size:.9rem;padding:.6rem 0}.faq-question{padding:1rem 1.25rem}.faq-question h3{font-size:.95rem}.faq-answer{padding:0 1.25rem 1rem}}.contact-method-card{align-items:center;cursor:pointer;display:flex;flex-direction:column}.contact-method-card:hover{transform:translateY(-8px)}.contact-method-value{-webkit-text-stroke:.3px #000;text-stroke:.3px #000;background:#ffd7001a;border-radius:20px;color:gold;font-size:.9rem;font-weight:600;margin-top:.75rem;padding:.5rem 1rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000}.contact-method-email:hover{border-color:gold;box-shadow:0 10px 30px #ffd70033}.contact-method-whatsapp:hover{border-color:#25d366;box-shadow:0 10px 30px #25d36633}.contact-method-youtube:hover{border-color:red;box-shadow:0 10px 30px #f003}.team-grid{display:flex;justify-content:center;margin:1.5rem 0}.team-card{max-width:300px;text-align:center}.team-role{-webkit-text-stroke:.3px #000;text-stroke:.3px #000;color:gold;font-size:.95rem;font-weight:600;margin-bottom:.5rem;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000}.pricing-faq-layout{grid-column-gap:2.5rem;align-items:stretch;column-gap:2.5rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr}.pricing-faq-column{display:contents}.pricing-faq-column .strategy-section-title{grid-column:1;grid-row:1}.pricing-faq-column .strategy-subtitle{grid-column:1;grid-row:1;margin-top:3.2rem}.pricing-faq-column .faq-container{grid-column:1;grid-row:2}.pricing-card-column{align-items:flex-end;display:flex;grid-column:2;grid-row:2}.pricing-card-column .strategy-pricing-card{margin-top:auto;max-width:360px;padding:1.6rem}.pricing-card-column .pricing-tier-badge{font-size:.85rem;margin-bottom:1rem;padding:.38rem 1.1rem}.pricing-card-column .pricing-price-display{margin-bottom:.6rem}.pricing-card-column .pricing-currency{font-size:1.1rem}.pricing-card-column .pricing-amount{font-size:2.9rem}.pricing-card-column .pricing-period{font-size:.95rem}.pricing-card-column .strategy-subtitle{font-size:.85rem!important;margin-bottom:.9rem!important}.pricing-card-column .pricing-features-list{margin:.9rem 0}.pricing-card-column .pricing-features-list li{font-size:.82rem;gap:.55rem;padding:.45rem 0}.pricing-card-column .strategy-btn{font-size:.95rem;padding:.72rem 1.2rem}.pricing-card-column .strategy-btn.strategy-btn-primary{margin-top:1rem!important}:root{--pricing-align-offset:140px}.pricing-faq-layout{grid-template-rows:auto auto}.pricing-card-column{align-items:flex-start;align-self:start;grid-row:1/span 2;justify-self:end}.pricing-card-column .strategy-pricing-card{margin-top:140px!important;margin-top:var(--pricing-align-offset)!important}.trading-dashboard{background:linear-gradient(180deg,#0a0a0a,#111);background:linear-gradient(180deg,var(--bg-dark) 0,#111 100%);color:#fff;color:var(--text-primary);min-height:100vh;padding:1.5rem}.dashboard-header{margin-bottom:2rem;text-align:center}.dashboard-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.signal-panel{border:2px solid;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.signal-long{background:linear-gradient(135deg,#22c55e26,#22c55e0d);border-color:#22c55e;border-color:var(--green)}.signal-short{background:linear-gradient(135deg,#ef444426,#ef44440d);border-color:#ef4444;border-color:var(--red)}.signal-content{flex-wrap:wrap;justify-content:space-between}.signal-content,.signal-main{align-items:center;display:flex;gap:1rem}.signal-direction{font-size:2.5rem;font-weight:800}.confidence-badge{background:#333;background:var(--border);border-radius:8px;font-size:1.5rem;font-weight:700;padding:.5rem 1rem}.confidence-high-long{background:#22c55e;background:var(--green)}.confidence-high-short{background:#ef4444;background:var(--red)}.signal-price{text-align:right}.price-value{color:gold;color:var(--gold);font-size:2rem;font-weight:700}.score-display{color:#6b7280;color:var(--text-muted);font-size:.8rem}.signal-reasons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.reason-tag{background:#ffffff1a;border-radius:20px;color:#d1d5db;font-size:.8rem;padding:.35rem .75rem}.indicators-section{margin-bottom:1.5rem}.section-label{color:#6b7280;color:var(--text-muted);font-size:.9rem;margin-bottom:.75rem}.indicator-panel{grid-gap:.75rem;background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));padding:1rem}.indicator-item{align-items:center;background:#ffffff08;border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-direction:column;padding:.5rem}.indicator-label{color:#6b7280;color:var(--text-muted);font-size:.7rem;margin-bottom:.25rem}.indicator-value{font-size:.95rem;font-weight:600}.chart-section{background:#0d0d0d;border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem}.coming-soon-chart{align-items:center;background:linear-gradient(135deg,#ffd70008,#b8860b08);border:2px dashed #b8860b;border:2px dashed var(--gold-dark);border-radius:12px;border-radius:var(--radius);display:flex;justify-content:center;min-height:400px;overflow:hidden;position:relative}.coming-soon-chart:before{background:linear-gradient(90deg,#0000,#0000 50%,#ffd70005 0,#ffd70005),linear-gradient(0deg,#0000,#0000 50%,#ffd70005 0,#ffd70005);background-size:40px 40px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.coming-soon-content{padding:2rem;text-align:center;z-index:1}.coming-soon-icon{animation:pulse 2s ease-in-out infinite;font-size:4rem;margin-bottom:1rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.coming-soon-title{color:gold;color:var(--gold);font-size:2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 0 5px gold,0 0 10px gold,0 0 20px #ffa50080;text-shadow:0 0 5px var(--gold),0 0 10px var(--gold),0 0 20px #ffa50080}.coming-soon-text{color:#d4af37;color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem}.coming-soon-features{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.feature-tag{background:#ffd7001a;border:1px solid #b8860b;border:1px solid var(--gold-dark);border-radius:20px;color:gold;color:var(--gold);font-size:.85rem;font-weight:500;padding:.5rem 1rem}.patterns-section{background:#111;border:1px solid #333;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);margin-bottom:1.5rem;padding:1rem}.patterns-grid{display:flex;flex-wrap:wrap;gap:.75rem}.pattern-item{background:#1a1a1a;background:var(--bg-card);border:1px solid #333;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#6b7280;color:var(--text-muted);font-size:.85rem;padding:.5rem 1rem;transition:all .3s ease;transition:var(--transition)}.pattern-active{color:#fff;color:var(--text-primary)}.pattern-bull{background:#22c55e33;border-color:#22c55e;border-color:var(--green)}.pattern-bear{background:#ef444433;border-color:#ef4444;border-color:var(--red)}.pattern-neutral{background:#fbbf2433;border-color:gold;border-color:var(--gold)}.dashboard-footer{border-top:1px solid #222;color:#6b7280;color:var(--text-muted);font-size:.8rem;padding:1rem;text-align:center}@media (max-width:768px){.trading-dashboard{padding:1rem}.dashboard-title{font-size:1.5rem}.signal-direction{font-size:1.8rem}.confidence-badge{font-size:1.2rem}.price-value{font-size:1.5rem}.coming-soon-chart{min-height:300px}.coming-soon-icon{font-size:3rem}.coming-soon-title{font-size:1.5rem}}.stat-card-emphasized-totalWins .strategy-performance-value,.stat-card-emphasized-wins .strategy-performance-value{-webkit-text-stroke:1px #000;color:#22c55e;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #22c55e,0 0 20px #22c55e,0 0 30px #ef444480}.stat-card-emphasized-loss .strategy-performance-value,.stat-card-emphasized-maxLossPoints .strategy-performance-value{-webkit-text-stroke:1px #000;color:#ef4444;paint-order:stroke fill;text-shadow:1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px #ef4444,0 0 20px #ef4444,0 0 30px #ef444480}.strategy-performance-value{display:block;font-size:2.2rem;font-weight:800;margin-bottom:.5rem}.strategy-performance-summary{background:#ffd7000d;border:1px solid #ffd70033;border-radius:12px;color:#d4af37;color:var(--text-secondary);font-size:1.1rem;line-height:1.8;margin-top:2rem;padding:1.5rem;text-align:center}.strategy-performance-summary strong{color:gold;color:var(--gold);font-weight:700;text-shadow:0 0 8px #ffd70066}.coming-soon-chart.tradingview-style{background:linear-gradient(135deg,#131722f2,#2962ff0d 50%,#131722f2);border:2px solid #2962ff66;min-height:450px;position:relative}.coming-soon-chart.tradingview-style:before{background:linear-gradient(90deg,#0000,#0000 50%,#2962ff08 0,#2962ff08),linear-gradient(0deg,#0000,#0000 50%,#2962ff08 0,#2962ff08);background-size:30px 30px}.coming-soon-logos{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.tradingview-logo-container,.zoom-logo-container{align-items:center;background:#ffffff0d;border-radius:16px;box-shadow:0 4px 20px #0000004d;display:flex;height:70px;justify-content:center;padding:8px;transition:transform .3s ease,box-shadow .3s ease;width:70px}.tradingview-logo-container:hover,.zoom-logo-container:hover{box-shadow:0 6px 30px #2962ff4d;transform:scale(1.1)}.tradingview-logo,.zoom-logo{height:100%;width:100%}.connection-indicator{animation:pulseGlow 2s ease-in-out infinite;color:gold;color:var(--gold);font-size:2rem}@keyframes pulseGlow{0%,to{opacity:.5;text-shadow:0 0 5px gold;text-shadow:0 0 5px var(--gold)}50%{opacity:1;text-shadow:0 0 20px gold,0 0 30px gold;text-shadow:0 0 20px var(--gold),0 0 30px var(--gold)}}.coming-soon-title-emphasized{-webkit-text-fill-color:#0000;animation:shimmer 2.5s linear infinite;background:linear-gradient(90deg,#ef4444,gold 25%,#fff8dc 50%,gold 75%,#ef4444);-webkit-background-clip:text;background-clip:text;background-size:200% auto;filter:drop-shadow(1px 0 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(0 0 15px rgba(239,68,68,.6));font-size:2.5rem!important}.coming-soon-text-emphasized{color:#fff!important;color:var(--text-primary)!important;font-size:1.2rem!important;font-weight:500}.feature-tag-primary{background:#2962ff33!important;border:1px solid #2962ff80!important;color:#5b9fff!important;font-weight:600;padding:.6rem 1.2rem!important;transition:all .3s ease}.feature-tag-primary:hover{background:#2962ff4d!important;box-shadow:0 0 15px #2962ff66;transform:translateY(-2px)}.coming-soon-subtext{border-top:1px solid #ffd70033;margin-top:1.5rem;padding-top:1.5rem}.coming-soon-subtext p{color:#6b7280;color:var(--text-muted);font-size:.95rem;font-style:italic}.dashboard-title.get-in-touch-title{font-size:2.2rem;margin-bottom:1rem}@media (max-width:768px){.coming-soon-logos{gap:1rem}.tradingview-logo-container,.zoom-logo-container{height:55px;width:55px}.coming-soon-title-emphasized{font-size:1.8rem!important}.feature-tag-primary{font-size:.8rem;padding:.4rem .8rem!important}.strategy-performance-summary{font-size:1rem;padding:1rem}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;height:var(--rt-arrow-size);width:8px;width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}
/*# sourceMappingURL=main.22e48e0b.css.map*/