:root{--bg: #0d0d0d;--bg-card: #141414;--bg-card2: #1a1a1a;--border: rgba(255,255,255,.08);--gold: #c9a84c;--gold-light: #e4c04a;--gold-glow: rgba(201,168,76,.25);--orange: #e87a2e;--orange-glow: rgba(232,122,46,.3);--text: #f0ece0;--text-muted: #888;--text-dim: #555;--radius: 12px;--radius-sm: 8px;--nav-h: 64px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Outfit,Inter,system-ui,sans-serif;font-size:1rem;line-height:1.6;min-height:100vh}.navbar{position:sticky;top:0;z-index:100;height:var(--nav-h);background:#0d0d0deb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navbar-inner{max-width:1200px;margin:0 auto;height:100%;padding:0 1.5rem;display:flex;align-items:center;gap:2rem}.navbar-brand{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;white-space:nowrap}.navbar-logo{flex-shrink:0}.navbar-links{display:flex;gap:1.5rem;flex:1}.navbar-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .15s}.navbar-links a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:.6rem;margin-left:auto}.btn-nav-ghost{display:inline-flex;align-items:center;padding:.5rem 1.2rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;font-family:inherit;color:var(--text);background:transparent;border:1px solid var(--border);cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s}.btn-nav-ghost:hover{border-color:var(--gold);background:#c9a84c0f}.btn-nav-login{display:inline-flex;align-items:center;padding:.5rem 1.2rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;font-family:inherit;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;border:none;cursor:pointer;text-decoration:none;box-shadow:0 2px 16px var(--gold-glow);transition:box-shadow .15s,transform .12s}.btn-nav-login:hover{box-shadow:0 4px 24px var(--gold-glow);transform:translateY(-1px)}.btn-nav-buy{display:inline-flex;align-items:center;padding:.5rem 1.2rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;font-family:inherit;background:linear-gradient(135deg,var(--orange),#d46a1a);color:#fff;border:none;cursor:pointer;text-decoration:none;box-shadow:0 2px 16px var(--orange-glow);transition:box-shadow .15s,transform .12s}.btn-nav-buy:hover{box-shadow:0 4px 24px var(--orange-glow);transform:translateY(-1px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;border:none;transition:all .15s}.btn-primary{background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;box-shadow:0 2px 16px var(--gold-glow)}.btn-primary:hover{box-shadow:0 4px 28px var(--gold-glow);transform:translateY(-1px)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--gold);background:#c9a84c0f}.btn-cta{background:linear-gradient(135deg,var(--orange),#d46a1a);color:#fff;font-size:1.15rem;font-weight:700;padding:1rem 2.5rem;border-radius:var(--radius);box-shadow:0 4px 24px var(--orange-glow);border:none;cursor:pointer;transition:all .15s}.btn-cta:hover{box-shadow:0 6px 36px var(--orange-glow);transform:translateY(-2px)}.btn-cta:disabled{opacity:.45;cursor:not-allowed;transform:none}.hero{display:flex;flex-direction:column;align-items:center;padding:4rem 1.5rem 2rem;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(201,168,76,.12),transparent)}.hero-inner{max-width:800px;width:100%;text-align:center}.hero-title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,#fff 40%,var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-leverage{font-size:1.1rem;color:var(--gold-light);margin-bottom:.5rem}.hero-subtitle{font-size:1.3rem;color:var(--gold-light);font-weight:600;margin-bottom:1.5rem}.hero-lead{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-risk{font-size:.82rem;color:var(--text-dim);max-width:600px;margin:0 auto;line-height:1.6}.hero-media{margin:2rem auto;max-width:700px}.hero-video{width:100%;border-radius:var(--radius);border:1px solid var(--border);background:#000}.hero-photos{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0 2rem;max-width:1100px;width:90vw}.hero-photo{width:100%;border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;transition:transform .2s,box-shadow .2s}.hero-photo:hover{transform:scale(1.02);box-shadow:0 4px 24px #00000080}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out;padding:2rem}.lightbox-img{max-width:95vw;max-height:95vh;object-fit:contain;border-radius:var(--radius)}.lightbox-close{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;line-height:1;opacity:.7;transition:opacity .15s}.lightbox-close:hover{opacity:1}.metrics-section{width:90vw;max-width:1100px;margin:2rem 0 1.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.metric-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.25rem;text-align:center;transition:border-color .2s}.metric-card:hover{border-color:var(--gold)}.metric-title{font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.5rem;letter-spacing:.01em}.metric-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.35rem;line-height:1.2}.metric-desc{font-size:.8rem;color:var(--text-dim);line-height:1.4}.edge-section{width:90vw;max-width:1100px;margin:3rem 0 1.5rem}.edge-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.edge-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.75rem;transition:border-color .2s,transform .2s}.edge-card:hover{border-color:var(--gold);transform:translateY(-2px)}.edge-card.edge-highlight{border-color:#c9a84c59;background:linear-gradient(160deg,var(--bg-card2),var(--bg-card))}.edge-card.edge-wide{grid-column:1 / -1;background:linear-gradient(160deg,var(--bg-card2),var(--bg-card));border-color:#c9a84c40}.edge-icon{font-size:1rem;color:var(--gold);margin-bottom:.75rem}.edge-card h3{font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.3}.edge-metric{display:inline-block;background:#c9a84c1a;border:1px solid rgba(201,168,76,.25);color:var(--gold-light);font-size:.9rem;font-weight:600;padding:.25rem .75rem;border-radius:99px;margin-bottom:.75rem}.edge-card p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.edge-card p strong{color:var(--text)}.edge-conclusion{margin-top:1.5rem;padding:1.5rem 2rem;background:var(--bg-card);border:1px solid var(--gold);border-radius:var(--radius);box-shadow:0 0 30px var(--gold-glow)}.edge-conclusion p{font-size:1rem;color:var(--text-muted);line-height:1.7;text-align:center}.edge-conclusion p strong{color:var(--text)}.edge-conclusion p em{color:var(--gold-light);font-style:normal;font-weight:600}.register-cta-section{padding:3rem 1.5rem;display:flex;justify-content:center}.pricing{padding:5rem 1.5rem;max-width:1100px;margin:0 auto}.section-head{text-align:center;margin-bottom:3rem}.section-head h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.section-head p{color:var(--text-muted)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;position:relative;transition:border-color .2s,transform .2s;display:flex;flex-direction:column}.pricing-card:hover{border-color:var(--gold);transform:translateY(-3px)}.pricing-card.featured{border-color:var(--gold);background:var(--bg-card2);box-shadow:0 0 40px var(--gold-glow)}.pricing-card-test{border-color:#6495ed80;background:#1e2d4659}.pricing-card-test:hover{border-color:#6495ed}.plan-test-badge{position:absolute;top:.75rem;right:.75rem;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8ab4ff;border:1px solid rgba(100,149,237,.45);padding:.2rem .5rem;border-radius:4px}.featured-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;font-size:.75rem;font-weight:700;padding:.25rem 1rem;border-radius:99px;white-space:nowrap}.plan-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.plan-price{font-size:2.5rem;font-weight:700;margin-bottom:.25rem}.plan-period{font-size:1rem;font-weight:400;color:var(--text-muted)}.plan-save{display:inline-block;background:#4ade801f;border:1px solid rgba(74,222,128,.3);color:#4ade80;font-size:.8rem;font-weight:700;padding:.2rem .8rem;border-radius:99px;margin-bottom:.5rem}.plan-savings{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.5rem}.plan-discount-pct{font-size:.9rem;font-weight:600;color:#4ade80}.plan-per-month{font-size:.875rem;color:var(--text-muted)}.plan-hint{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.plan-features{list-style:none;margin-bottom:2rem;flex:1}.plan-features li{font-size:.9rem;color:var(--text-muted);padding:.35rem 0;border-bottom:1px solid var(--border)}.plan-features li:last-child{border-bottom:none}.plan-btn{width:100%;margin-top:auto}.auth-page{min-height:calc(100vh - var(--nav-h) - 100px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 3rem;width:100%;max-width:560px}.auth-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.auth-lead{color:var(--text-muted);margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-muted)}.form-group input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .15s;outline:none}.form-group input:focus{border-color:var(--gold)}.auth-btn{margin-top:.5rem}.auth-footer{font-size:.875rem;color:var(--text-muted);text-align:center}.auth-footer a{color:var(--gold);text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-error{background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:var(--radius-sm);color:#f88;padding:.6rem 1rem;font-size:.875rem}.auth-success{background:#28a7451a;border:1px solid rgba(40,167,69,.3);border-radius:var(--radius-sm);color:#6f6;padding:.6rem 1rem;font-size:.875rem;margin-bottom:1rem}.recover-tabs{display:flex;gap:0;margin:1.5rem 0 1rem;border-radius:var(--radius-sm);overflow:hidden;border:1px solid #444}.recover-tab{flex:1;padding:.7rem 1rem;background:transparent;border:none;color:#aaa;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.recover-tab:first-child{border-right:1px solid #444}.recover-tab.active{background:#c9a84c26;color:var(--gold)}.recover-tab:hover:not(.active){background:#ffffff0a}.auth-info{background:#c9a84c14;border:1px solid rgba(201,168,76,.2);border-radius:var(--radius-sm);color:var(--gold-light);padding:.6rem 1rem;font-size:.875rem}.dashboard-page{min-height:calc(100vh - var(--nav-h) - 100px);display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem}.dashboard-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem 3rem;width:100%;max-width:560px}.dashboard-grid{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.dash-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border)}.dash-item:last-child{border-bottom:none}.dash-label{font-size:.875rem;color:var(--text-muted)}.dash-value{font-weight:600}.status-active{color:#4ade80}.status-expired{color:#f87171}.status-suspended{color:#fbbf24}.status-none{color:var(--text-muted)}.status-ok{color:#4ade80}.status-warn{color:#fbbf24}.btn-link{background:none;border:none;color:var(--gold);cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.btn-link:hover{opacity:.8}.mt5-change-box{margin-top:1rem;padding:1rem;background:#e4c04a0f;border-radius:8px;border:1px solid rgba(228,192,74,.2)}.mt5-change-box input{background:var(--surface);border:1px solid var(--border);color:var(--text);padding:.6rem .75rem;border-radius:6px;font-size:.95rem}.dashboard-actions{display:flex;gap:.75rem;flex-wrap:wrap}.dashboard-actions .btn{flex:1;min-width:120px}.dashboard-plans{display:flex;gap:.75rem;flex-wrap:wrap}.dashboard-plans .btn{flex:1;min-width:140px;padding:.85rem 1rem}.standalone-page{max-width:760px;margin:0 auto;padding:4rem 1.5rem}.standalone-inner h1{font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;margin-top:1rem}.back-link{color:var(--gold);text-decoration:none;font-size:.9rem}.back-link:hover{text-decoration:underline}.step-list{display:flex;flex-direction:column;gap:2rem}.step{display:flex;gap:1.5rem}.step-num{width:2.5rem;height:2.5rem;min-width:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:#000;font-weight:700;display:flex;align-items:center;justify-content:center}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:.4rem}.step p{color:var(--text-muted)}.webrequest-guide{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border)}.webrequest-guide h2{font-size:1.5rem;margin-bottom:.75rem}.guide-intro{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem}.guide-steps{display:flex;flex-direction:column;gap:1.75rem}.guide-step{display:flex;gap:1.25rem}.guide-step-num{width:2.2rem;height:2.2rem;min-width:2.2rem;border-radius:50%;background:var(--gold);color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.95rem}.guide-step h3{font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.guide-step p{color:var(--text-muted);line-height:1.6}.guide-step kbd{background:#333;border:1px solid #555;border-radius:4px;padding:2px 6px;font-size:.85em;color:var(--gold)}.guide-checklist{list-style:none;padding:0;margin:.5rem 0 0}.guide-checklist li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-muted);line-height:1.6}.guide-checklist li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.url-box{margin:.75rem 0;display:inline-flex;align-items:center;gap:.75rem;background:#1a1a1a;border:1px solid var(--border);border-radius:8px;padding:.6rem 1rem}.url-box code{color:var(--gold);font-size:.95rem;font-weight:600;letter-spacing:.3px}.btn-copy{background:var(--gold);color:#111;border:none;border-radius:4px;padding:4px 12px;font-size:.8rem;font-weight:600;cursor:pointer}.btn-copy:hover{opacity:.85}.guide-done{margin-top:2rem;padding:1rem 1.25rem;background:#4caf501a;border:1px solid rgba(76,175,80,.3);border-radius:8px;color:#66bb6a;font-weight:600;font-size:1.05rem}.guide-notes{margin-top:2rem;padding:1.25rem;background:#e4c04a0f;border:1px solid rgba(228,192,74,.2);border-radius:8px}.guide-img{margin-top:1rem;max-width:100%;border-radius:8px;border:1px solid var(--border);cursor:pointer;transition:opacity .2s}.guide-img:hover{opacity:.85}.guide-notes h3{color:var(--gold);font-size:1rem;margin-bottom:.75rem}.guide-notes ul{padding-left:1.25rem;color:var(--text-muted)}.guide-notes li{margin-bottom:.5rem;line-height:1.6}.guide-notes ol{padding-left:1.25rem;margin-top:.3rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;color:var(--text);font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;text-align:left;gap:1rem}.faq-q:hover{color:var(--gold-light)}.faq-chev{color:var(--gold);font-size:1.2rem;min-width:1rem;text-align:center}.faq-a{color:var(--text-muted);padding-bottom:1.25rem;font-size:.95rem;line-height:1.7}.footer{border-top:1px solid var(--border);padding:3rem 1.5rem 1.5rem;color:var(--text-dim);font-size:.85rem}.footer-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;text-align:left}.footer-brand .footer-logo{color:var(--gold);font-weight:800;font-size:1.1rem;letter-spacing:1px;display:inline-flex;align-items:center;gap:.5rem}.footer-disclaimer{margin-top:.75rem;font-size:.78rem;color:var(--text-dim);line-height:1.5}.footer-links h4,.footer-contact h4{color:var(--gold);font-size:.9rem;margin-bottom:.75rem}.footer-links a,.footer-contact a{display:block;color:var(--text-dim);text-decoration:none;margin-bottom:.4rem;transition:color .2s}.footer-links a:hover,.footer-contact a:hover{color:var(--gold)}.footer-contact p{font-size:.78rem;margin-top:.4rem;color:#666}.footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);text-align:center;font-size:.78rem}@media(max-width:640px){.footer-inner{grid-template-columns:1fr;text-align:center}}@media(max-width:640px){.navbar-links{display:none}.auth-card,.dashboard-card{padding:2rem 1.25rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.stats-grid{grid-template-columns:1fr 1fr}.perf-details{padding:1.5rem}.btn-cta{font-size:1rem;padding:.85rem 1.5rem}.hero-photos{grid-template-columns:1fr}.metrics-grid{grid-template-columns:1fr 1fr}.edge-grid{grid-template-columns:1fr}.edge-card.edge-wide{grid-column:auto}.edge-section{width:95vw}.edge-conclusion{padding:1.25rem}.btn-nav-buy{display:none}}
