.rex-toast-stack{z-index:200;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.rex-toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-left:3px solid var(--rex-red);min-width:260px;max-width:340px;color:var(--text);box-shadow:var(--shadow-2);background:#110808e6;border-radius:8px;padding:14px 18px;font-size:.84rem;animation:.3s rex-toast-in;position:relative;overflow:hidden}.rex-toast-success{border-left-color:var(--profit)}.rex-toast-error{border-left-color:var(--rex-bright)}.rex-toast-bar{background:var(--rex-red);width:100%;height:2px;animation:4s linear forwards rex-toast-shrink;position:absolute;bottom:0;left:0}.rex-toast-success .rex-toast-bar{background:var(--profit)}.rex-toast-error .rex-toast-bar{background:var(--rex-bright)}@keyframes rex-toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes rex-toast-shrink{0%{width:100%}to{width:0%}}:root{--void:#0a0a0f;--surface:#110808;--surface2:#1a0a0a;--surface3:#220d0d;--border:#2d1010;--border2:#3d1515;--rex-red:#c00;--rex-bright:#ff1a1a;--rex-glow:#cc000026;--rex-glow2:#cc000014;--text:#e8e8f0;--muted:#7a6a6a;--muted2:#9a8a8a;--profit:#00e5a0;--amber:#f5a623;--mono-bg:#080808;--shadow-1:0 1px 2px #0006, 0 0 0 1px #ffffff05 inset;--shadow-2:0 8px 24px #00000073, 0 0 0 1px #ffffff08 inset;--shadow-3:0 24px 60px #0000008c, 0 0 0 1px #ffffff0a inset;--shadow-glow-sm:0 0 20px var(--rex-glow2);--shadow-glow-md:0 0 40px var(--rex-glow);--shadow-glow-lg:0 0 80px var(--rex-glow), 0 0 140px #cc00000f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--void);color:var(--text);font-family:Inter,sans-serif;line-height:1.7;overflow-x:hidden}#root{min-height:100vh;position:relative}a{color:inherit}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}.font-display{font-family:Orbitron,sans-serif}.font-mono{font-family:JetBrains Mono,monospace}.rex-icon{flex-shrink:0;overflow:visible}@media (prefers-reduced-motion:no-preference){.rex-icon-sweep{transform-origin:50%;animation:6s linear infinite rex-icon-spin}}@keyframes rex-icon-spin{to{transform:rotate(360deg)}}@keyframes rex-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}@keyframes rex-pulse-slow{0%,to{opacity:.5}50%{opacity:1}}.rex-gradient-text{background:linear-gradient(135deg, var(--rex-bright) 0%, #ff6b6b 45%, var(--rex-bright) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.rex-grain{pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}#scroll-progress{z-index:9999;background:linear-gradient(90deg,#c00,#ff1a1a,#ff6b6b,#ff1a1a,#c00) 0 0/200% 100%;width:0%;height:3px;transition:width .1s linear;animation:2s linear infinite rex-shimmer;position:fixed;top:0;left:0;box-shadow:0 0 20px #ff1a1acc,0 0 40px #c006}@keyframes rex-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rex-tilt-card{--tilt-x:0deg;--tilt-y:0deg;--glare-x:50%;--glare-y:50%;--hover-lift:0px;--reveal-delay:0s;--scale:1;opacity:0;transform-style:preserve-3d;transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(calc(40px + var(--hover-lift))) scale(var(--scale));transition:opacity .6s ease var(--reveal-delay), transform .15s ease-out, box-shadow .35s ease, border-color .35s ease;will-change:transform;position:relative}.rex-tilt-card.visible{opacity:1;transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(var(--hover-lift)) scale(var(--scale))}.rex-tilt-card:hover{--hover-lift:-8px;border-color:var(--border2);box-shadow:var(--shadow-3), var(--shadow-glow-sm)}.rex-tilt-glare{border-radius:inherit;background:radial-gradient(circle at var(--glare-x) var(--glare-y), #ffffff1a, transparent 55%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.rex-tilt-card:hover .rex-tilt-glare{opacity:1}.rex-btn{border:1px solid var(--border2);color:var(--text);background:0 0;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;transition:border-color .2s,box-shadow .25s,transform .15s,background .25s;position:relative;overflow:hidden}.rex-btn:hover{transform:translateY(-1px)}.rex-btn:active{transform:scale(.98)translateY(0)}.rex-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.rex-btn-primary{background:linear-gradient(135deg, var(--rex-red), #a80000);border-color:var(--rex-red);color:#fff;box-shadow:var(--shadow-1), 0 0 0 #ff1a1a00}.rex-btn-primary:hover{background:linear-gradient(135deg, var(--rex-bright), var(--rex-red));border-color:var(--rex-bright);box-shadow:var(--shadow-2), var(--shadow-glow-md)}.rex-btn-ghost{box-shadow:var(--shadow-1)}.rex-btn-ghost:hover{border-color:var(--rex-red);color:var(--rex-bright);box-shadow:var(--shadow-glow-sm)}.rex-ripple{pointer-events:none;background:#ffffff59;border-radius:50%;animation:.4s ease-out rex-ripple-anim;position:absolute;transform:scale(0)}@keyframes rex-ripple-anim{to{opacity:0;transform:scale(1)}}.rex-ticker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);width:100%;padding:16px 0;overflow:hidden}.rex-ticker-track{width:max-content;animation:40s linear infinite rex-ticker-scroll;display:flex}.rex-ticker-item{color:var(--muted2);border-right:1px solid var(--border);white-space:nowrap;padding:0 24px;font-size:.88rem}.rex-ticker-item strong{color:var(--text);margin-right:6px}.rex-ticker-item .up{color:var(--profit)}.rex-ticker-item .down{color:var(--rex-bright)}@keyframes rex-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.rex-preview-card{background:linear-gradient(160deg, var(--surface2) 0%, var(--surface) 70%);border:1px solid var(--border2);width:100%;max-width:380px;box-shadow:var(--shadow-3), var(--shadow-glow-md);border-radius:14px;padding:20px;animation:6s ease-in-out infinite rex-preview-float}@keyframes rex-preview-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.rex-preview-top{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.rex-preview-dot{background:var(--rex-bright);width:8px;height:8px;box-shadow:0 0 8px var(--rex-bright);border-radius:50%;animation:1.2s ease-in-out infinite rex-pulse}.rex-preview-spark{width:100%;height:44px;margin-bottom:14px}.rex-preview-terminal{background:var(--mono-bg);color:#c88;border-radius:8px;margin-bottom:14px;padding:12px 14px;font-family:JetBrains Mono,monospace;font-size:.68rem;line-height:1.9}.rex-preview-terminal .success{color:var(--profit)}.rex-preview-prompt{color:var(--rex-red);margin-right:6px}.rex-preview-stats{gap:20px;display:flex}.rex-preview-stats>div{flex-direction:column;gap:4px;display:flex}.rex-preview-stat-label{letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-size:.62rem}.rex-preview-stat-value{color:var(--text);font-family:Orbitron,sans-serif;font-size:1.1rem}.rex-preview-stat-value.profit{color:var(--profit)}.rex-landing{max-width:100%;position:relative;overflow-x:hidden}.rex-landing .rex{color:var(--rex-bright);text-shadow:0 0 30px #ff1a1a80}.rex-motto-section{text-align:center;padding-top:24px;padding-bottom:24px}.rex-motto-text{max-width:820px;color:var(--text);margin:0 auto 16px;font-size:clamp(1.3rem,3vw,2rem);font-weight:700;line-height:1.4}.rex-motto-sub{color:var(--muted);letter-spacing:.3px;max-width:640px;margin:0 auto;font-size:.8rem;line-height:1.7}.rex-landing .section-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--rex-red);align-items:center;gap:12px;margin-bottom:28px;font-size:.82rem;display:flex}.rex-landing .section-eyebrow:after{content:"";background:linear-gradient(90deg, var(--border), transparent);flex:1;height:1px}.rex-landing .tag{letter-spacing:1px;border-radius:3px;margin-bottom:14px;padding:3px 10px;font-size:.65rem;display:inline-block}.tag-red{color:var(--rex-bright);border:1px solid var(--rex-red);background:#cc000026}.rex-card-base{background:linear-gradient(160deg, var(--surface2) 0%, var(--surface) 60%);border:1px solid var(--border);box-shadow:var(--shadow-2);border-radius:12px;position:relative;overflow:hidden}.rex-card-base:before{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 40%,#ff1a1a14 50%,#0000 60%);transition:transform .7s;position:absolute;inset:0;transform:translate(-120%)}.rex-card-base:hover:before{transform:translate(120%)}.rex-nav{justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.rex-nav-floating{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(160%);box-shadow:var(--shadow-2);background:#0a0a0f8c;border:1px solid #ffffff14;border-radius:999px;position:fixed;top:20px;left:20px;right:20px}.rex-nav-logo{align-items:center;gap:8px;font-size:1.4rem;font-weight:900;display:flex}.rex-nav-sub{color:var(--muted2);font-family:Inter,sans-serif;font-size:.8rem;font-weight:400}.rex-nav-links{align-items:center;gap:24px;display:flex}.rex-nav-link{color:var(--muted2);font-size:.88rem;text-decoration:none;transition:color .2s}.rex-nav-link:hover{color:var(--text)}.rex-hero{background:#000;justify-content:center;align-items:center;min-height:94vh;display:flex;position:relative;overflow:hidden}.rex-hero-grid-wrap{z-index:0;position:absolute;inset:-30% 0 0}.rex-hero-scrim{z-index:1;background:radial-gradient(ellipse 55% 50% at 50% 42%, #050305b8, transparent 70%), linear-gradient(to bottom, #0503058c 0%, #0503050d 25%, #0503051a 65%, var(--void) 100%), linear-gradient(180deg, #cc000014, transparent 40%);pointer-events:none;position:absolute;inset:0}.rex-hero-content{z-index:2;text-align:center;max-width:800px;padding:40px 24px;position:relative}.rex-hero-title{letter-spacing:-1.5px;text-shadow:0 4px 40px #000c;margin-bottom:26px;font-size:clamp(2.6rem,6vw,4.4rem);font-weight:900;line-height:1.1}.rex-hero-sub{color:#e8e8f0d1;text-shadow:0 2px 16px #0009;max-width:580px;margin:0 auto 40px;font-size:1.15rem}.rex-hero-ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.rex-hero-preview{z-index:3;display:none;position:absolute;bottom:48px;left:40px}@media (width>=1100px){.rex-hero-preview{display:block}}.rex-stats{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:40px auto;padding:28px 24px;display:grid;position:relative}@media (width<=700px){.rex-stats{grid-template-columns:repeat(2,1fr)}}.rex-stat{text-align:center;position:relative}.rex-stat:not(:last-child):after{content:"";background:linear-gradient(to bottom, transparent, var(--border), transparent);width:1px;height:80%;position:absolute;top:10%;right:-12px}@media (width<=700px){.rex-stat:not(:last-child):after{display:none}}.rex-stat-value{color:var(--text);text-shadow:0 0 30px var(--rex-glow2);font-size:2.5rem;font-weight:700}.rex-stat-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-top:8px;font-size:.76rem}.rex-section{max-width:1140px;margin:0 auto;padding:56px 24px;position:relative}.rex-radar-feature{background:linear-gradient(135deg, var(--surface2) 0%, var(--surface) 70%);align-items:center;gap:40px;margin-top:28px;padding:40px 48px;display:flex}@media (width<=800px){.rex-radar-feature{text-align:center;flex-direction:column;padding:32px 24px}}.rex-radar-feature-visual{flex-shrink:0;justify-content:center;align-items:center;display:flex}.rex-radar-feature-text h3{color:var(--text);margin:12px 0 14px;font-family:Orbitron,sans-serif;font-size:1.6rem}.rex-radar-feature-text p{color:var(--muted2);max-width:520px;font-size:1rem;line-height:1.7}.rex-steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=700px){.rex-steps{grid-template-columns:1fr}}.rex-step{padding:32px 28px}.rex-step-num{width:44px;height:44px;color:var(--rex-bright);box-shadow:inset 0 0 0 1px var(--border2);background:radial-gradient(circle,#cc00002e,#0000 70%);border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;font-size:1.1rem;font-weight:700;display:inline-flex}.rex-step-title{color:var(--text);margin-bottom:10px;font-size:1.35rem}.rex-step p{color:var(--muted2);font-size:1rem;line-height:1.6}.rex-modes{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=700px){.rex-modes{grid-template-columns:1fr}}.rex-mode-card{padding:32px 28px}.rex-mode-icon{width:40px;height:40px;color:var(--rex-bright);filter:drop-shadow(0 0 10px var(--rex-glow));margin-bottom:16px}.rex-mode-icon svg{width:100%;height:100%}.rex-mode-card h3{margin-bottom:12px;font-family:Orbitron,sans-serif;font-size:1.5rem}.rex-mode-card p{color:var(--muted2);font-size:1rem;line-height:1.6}.rex-plans{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid}@media (width<=700px){.rex-plans{grid-template-columns:1fr}}.rex-plan{padding:36px 30px;overflow:visible}.rex-plan.featured{border-color:var(--rex-red);background:linear-gradient(160deg, var(--surface3) 0%, var(--surface2) 60%);box-shadow:var(--shadow-3), var(--shadow-glow-md);--scale:1.03}.rex-plan-badge{background:linear-gradient(135deg, var(--rex-bright), var(--rex-red));color:#fff;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;box-shadow:0 4px 16px var(--rex-glow);border-radius:20px;padding:5px 16px;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.rex-plan-name{letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:.78rem}.rex-plan-price{color:var(--text);margin-bottom:24px;font-size:2.4rem;font-weight:700}.rex-plan-price span{color:var(--muted);font-family:Inter,sans-serif;font-size:.95rem}.rex-plan-features{list-style:none}.rex-plan-features li{color:var(--muted2);align-items:center;gap:10px;padding:6px 0;font-size:.94rem;display:flex}.rex-plan-features li:before{content:"";background:var(--rex-red);clip-path:polygon(20% 45%,38% 63%,80% 20%,92% 32%,38% 87%,8% 57%);border-radius:4px;flex-shrink:0;width:16px;height:16px}.rex-plan-features li.no{color:var(--border2)}.rex-plan-features li.no:before{background:var(--border2);clip-path:polygon(10% 0%,0% 10%,40% 50%,0% 90%,10% 100%,50% 60%,90% 100%,100% 90%,60% 50%,100% 10%,90% 0%,50% 40%)}.rex-trust-strip{border-top:1px solid var(--border);color:var(--muted2);flex-wrap:wrap;justify-content:center;gap:28px;margin-top:32px;padding-top:24px;font-size:.78rem;display:flex}.rex-story{background:linear-gradient(160deg, var(--surface2), var(--surface));border:1px solid var(--border);border-left:3px solid var(--rex-red);box-shadow:var(--shadow-2);border-radius:12px;padding:36px;position:relative}.rex-story p{color:var(--muted2);font-size:1.1rem;line-height:1.85}.rex-testimonials{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=700px){.rex-testimonials{grid-template-columns:1fr}}.rex-testimonial{padding:26px}.rex-testimonial-stars{color:var(--amber);letter-spacing:2px;text-shadow:0 0 12px #f5a62366;margin-bottom:12px}.rex-testimonial p{color:var(--muted2);margin-bottom:14px;font-size:.96rem;font-style:italic;line-height:1.6}.rex-testimonial-author{color:var(--muted);font-size:.78rem}.rex-footer{border-top:1px solid var(--border);padding:0 48px}.rex-footer-inner{width:100%;padding:48px 0 32px}.rex-footer-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.rex-footer-logo{align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.rex-footer-jurisdiction{color:var(--muted);letter-spacing:.5px;font-size:.76rem}.rex-footer-disclaimer{color:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap;text-align:center;margin-bottom:16px;padding:12px 0;font-size:.68rem;line-height:1.6;overflow-x:auto}.rex-footer-links{justify-content:center;gap:24px;margin-bottom:16px;display:flex}.rex-footer-links a{color:var(--muted2);font-size:.74rem;text-decoration:none}.rex-footer-links a:hover{color:var(--rex-bright)}.rex-footer-bottom{color:var(--muted);letter-spacing:1px;flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:.72rem;display:flex}.rex-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.rex-field-label{letter-spacing:2px;text-transform:uppercase;color:var(--muted2);font-size:.68rem}.rex-field-input-wrap{position:relative}.rex-field-input{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);z-index:1;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;border-radius:6px;outline:none;padding:12px 14px;font-size:.92rem;transition:border-color .2s;position:relative}.rex-field-input option{background:var(--surface);color:var(--text)}.rex-field-input:focus{border-color:var(--border2)}.rex-field-underline{background:var(--rex-bright);width:0;height:2px;box-shadow:0 0 8px var(--rex-bright);z-index:2;transition:width .25s;position:absolute;bottom:-1px;left:0}.rex-field-input:focus~.rex-field-underline{width:100%}.rex-field-glow{opacity:0;box-shadow:0 0 20px var(--rex-glow);pointer-events:none;z-index:0;border-radius:8px;transition:opacity .25s;position:absolute;inset:-6px}.rex-field-input:focus~.rex-field-glow{opacity:1}.rex-auth-page{background:radial-gradient(ellipse at top, var(--surface2) 0%, var(--void) 60%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.rex-auth-card{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:12px;width:100%;max-width:420px;padding:40px 36px;position:relative;box-shadow:0 0 60px #00000080}.rex-auth-logo{align-items:baseline;gap:8px;margin-bottom:8px;font-size:1.3rem;font-weight:900;display:flex}.rex-auth-logo .rex{color:var(--rex-bright)}.rex-auth-logo span:last-child{color:var(--muted2);font-family:Inter,sans-serif;font-size:.8rem;font-weight:400}.rex-auth-title{color:var(--text);margin-bottom:28px;font-family:Orbitron,sans-serif;font-size:1.3rem}.rex-auth-error{color:var(--rex-bright);margin-bottom:16px;font-size:.82rem}.rex-auth-switch{color:var(--muted2);text-align:center;margin-top:20px;font-size:.84rem}.rex-auth-switch a{color:var(--rex-bright);text-decoration:none}.rex-auth-switch a:hover{text-decoration:underline}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.rex-phone-input-wrap{position:relative}.rex-phone-input-wrap .PhoneInput{background:var(--surface);border:1px solid var(--border);border-radius:6px;align-items:center;padding:0 14px;transition:border-color .2s;display:flex}.rex-phone-input-wrap .PhoneInput:focus-within{border-color:var(--border2);box-shadow:0 0 20px var(--rex-glow)}.rex-phone-input-wrap .PhoneInputCountry{border-right:1px solid var(--border);margin-right:10px;padding-right:10px}.rex-phone-input-wrap .PhoneInputCountrySelect{color:var(--text);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0}.rex-phone-input-wrap .PhoneInputCountrySelect option{background:var(--surface);color:var(--text)}.rex-phone-input-wrap .PhoneInputCountryIcon{width:22px;box-shadow:none}.rex-phone-input-wrap .PhoneInputCountrySelectArrow{opacity:.6;color:var(--muted2)}.rex-phone-input-wrap .PhoneInputInput{color:var(--text);background:0 0;border:none;outline:none;padding:12px 0;font-family:inherit;font-size:.92rem}.rex-phone-input-wrap .PhoneInputInput::placeholder{color:var(--muted)}.rex-pw-meter{align-items:center;gap:10px;margin:-8px 0 16px;display:flex}.rex-pw-meter-bars{flex:1;gap:4px;display:flex}.rex-pw-meter-bar{border-radius:2px;flex:1;height:4px;transition:background .25s}.rex-pw-meter-label{letter-spacing:.5px;white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.68rem}.rex-kyc-card{max-width:520px}.rex-kyc-steps{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.rex-kyc-step-pill{letter-spacing:.5px;border:1px solid var(--border);color:var(--muted);border-radius:20px;padding:6px 12px;font-size:.65rem}.rex-kyc-step-pill.active{border-color:var(--rex-red);color:var(--rex-bright);box-shadow:var(--shadow-glow-sm)}.rex-kyc-step-pill.done{border-color:var(--profit);color:var(--profit)}.rex-kyc-hint{color:var(--muted2);margin-bottom:20px;font-size:.84rem}.rex-kyc-doc-grid{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.rex-kyc-doc-card{text-align:left;background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:14px 16px;transition:border-color .2s,box-shadow .2s}.rex-kyc-doc-card:hover{border-color:var(--border2)}.rex-kyc-doc-card.selected{border-color:var(--rex-red);box-shadow:var(--shadow-glow-sm)}.rex-kyc-doc-label{font-size:.9rem;font-weight:600}.rex-kyc-doc-hint{color:var(--muted);margin-top:2px;font-size:.74rem}.rex-kyc-drop{cursor:pointer;flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.rex-kyc-drop-zone{border:1px dashed var(--border2);text-align:center;color:var(--muted);background:var(--surface2);border-radius:8px;padding:18px;font-size:.82rem;transition:border-color .2s,color .2s}.rex-kyc-drop-zone:hover{border-color:var(--rex-red);color:var(--muted2)}.rex-kyc-drop-zone.filled{border-style:solid;border-color:var(--profit);color:var(--profit)}.rex-kyc-disclaimer{color:var(--muted2);background:var(--mono-bg);border:1px solid var(--border);border-left:3px solid var(--rex-red);white-space:pre-line;border-radius:6px;max-height:220px;margin-bottom:20px;padding:16px 18px;font-size:.76rem;line-height:1.8;overflow-y:auto}.rex-kyc-checkbox{color:var(--muted2);cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:24px;font-size:.82rem;display:flex}.rex-kyc-actions{justify-content:space-between;gap:12px;display:flex}.rex-kyc-actions .rex-btn{flex:1}.rex-connect-card{max-width:560px}.rex-connect-step-body{flex-direction:column;gap:4px;display:flex}.rex-connect-flow{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.rex-connect-flow-step{align-items:flex-start;gap:14px;display:flex}.rex-connect-flow-num{width:28px;height:28px;color:var(--rex-bright);box-shadow:inset 0 0 0 1px var(--border2);background:radial-gradient(circle,#cc00002e,#0000 70%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;display:flex}.rex-connect-flow-title{color:var(--text);margin-bottom:2px;font-size:.92rem;font-weight:600}.rex-connect-flow-step p{color:var(--muted2);font-size:.8rem}.rex-connect-checklist{background:var(--surface2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:10px;margin:4px 0 16px;padding:16px;display:flex}.rex-connect-note{color:var(--muted);margin-bottom:20px;font-size:.76rem;line-height:1.7}.rex-connect-test{align-items:center;gap:20px;padding:20px 0}.rex-connect-spinner{border:3px solid var(--border);border-top-color:var(--rex-bright);border-radius:50%;width:40px;height:40px;margin:0 auto 16px;animation:.8s linear infinite rex-spin}@keyframes rex-spin{to{transform:rotate(360deg)}}.rex-connect-success{text-align:center;color:var(--profit);border:1px solid var(--profit);background:#00e5a00f;border-radius:8px;margin-bottom:20px;padding:20px;font-family:JetBrains Mono,monospace;font-size:.95rem}.rex-connect-error{text-align:center;color:var(--rex-bright);border:1px solid var(--rex-red);background:#cc00000f;border-radius:8px;margin-bottom:20px;padding:18px;font-size:.88rem}.rex-connect-budget{margin:12px 0 28px}.rex-connect-slider{width:100%;accent-color:var(--rex-bright);margin-bottom:16px}.rex-connect-budget-readout{text-align:center;color:var(--text);font-size:2rem}.rex-connect-budget-readout span{color:var(--muted2);margin-left:10px;font-size:1rem}.rex-connect-footnote{color:var(--muted);text-align:center;margin-top:16px;font-size:.74rem;line-height:1.6}.rex-user-menu{margin-left:auto;position:relative}.rex-user-menu-trigger{border:1px solid var(--border);color:var(--muted2);background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.78rem;transition:border-color .2s,color .2s;display:flex}.rex-user-menu-trigger:hover{border-color:var(--border2);color:var(--text)}.rex-user-menu-caret{opacity:.7;font-size:.7rem}.rex-user-menu-panel{background:var(--surface2,#1a0a0a);border:1px solid var(--border2);min-width:220px;box-shadow:var(--shadow-3);z-index:50;border-radius:10px;padding:14px;animation:.15s rex-menu-in;position:absolute;top:calc(100% + 8px);right:0}@keyframes rex-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rex-user-menu-row{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;gap:16px;padding:6px 0;font-size:.8rem;display:flex}.rex-user-menu-row:last-of-type{border-bottom:none}.rex-user-menu-label{color:var(--muted)}.rex-user-menu-logout{border:1px solid var(--rex-red);width:100%;color:var(--rex-bright);background:#cc00001a;border-radius:6px;margin-top:12px;padding:8px;font-size:.8rem;font-weight:600;transition:background .2s}.rex-user-menu-logout:hover{background:#c003}.rex-dash{--surface:#0a0a0a;--surface2:#131313;--surface3:#1c1c1c;--border:#232323;--border2:#333;--mono-bg:#000;background:#000;flex-direction:column;min-height:100vh;display:flex}.rex-dash-topbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:40;background:#000000e6;align-items:center;gap:24px;padding:14px 28px;display:flex;position:sticky;top:0}.rex-dash-logo{align-items:center;gap:8px;font-size:1.2rem;font-weight:900;display:flex}.rex-dash-logo .rex{color:var(--rex-bright)}.rex-dash-user{color:var(--muted2);margin-left:auto;font-size:.78rem}.rex-dash-body{flex:1;display:flex}.rex-dash-sidebar{border-right:1px solid var(--border);background:linear-gradient(#ff1a1a0a,#0000 30%);flex-direction:column;flex-shrink:0;gap:4px;width:200px;padding:24px 12px;display:flex}.rex-dash-nav-link{color:var(--muted2);border-radius:8px;padding:10px 14px;font-size:.86rem;text-decoration:none;transition:background .2s,color .2s}.rex-dash-nav-link:hover{background:var(--surface2);color:var(--text)}.rex-dash-nav-link.active{background:var(--surface2);color:var(--rex-bright);box-shadow:inset 2px 0 0 var(--rex-red)}.rex-dash-main{flex:1;min-width:0;max-width:1200px;padding:28px 32px 60px}.rex-dash-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}@media (width<=900px){.rex-dash-stats{grid-template-columns:repeat(2,1fr)!important}}@media (width<=480px){.rex-dash-stats{grid-template-columns:1fr!important}}@media (width<=768px){.rex-dash-topbar{gap:12px;padding:12px 16px}.rex-dash-body{flex-direction:column}.rex-dash-sidebar{-webkit-overflow-scrolling:touch;border-right:none;border-bottom:1px solid var(--border);scroll-snap-type:x proximity;flex-direction:row;gap:6px;width:100%;padding:10px 12px;scroll-padding-inline:12px;overflow-x:auto}.rex-dash-nav-link{white-space:nowrap;scroll-snap-align:start;flex-shrink:0}.rex-dash-nav-link.active{box-shadow:inset 0 -2px 0 var(--rex-red)}.rex-dash-main{max-width:100%;padding:20px 16px 40px}}.rex-dash-panel{overflow-x:auto}.rex-dash-stat-card{background:linear-gradient(160deg, var(--surface2), var(--surface));border:1px solid var(--border);box-shadow:var(--shadow-1);border-radius:10px;padding:16px 18px;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.rex-dash-stat-card:before{content:"";background:radial-gradient(circle, var(--rex-glow2), transparent 70%);pointer-events:none;width:140px;height:140px;position:absolute;top:-40%;right:-30%}.rex-dash-stat-card:hover{border-color:var(--border2);transform:translateY(-2px)}.rex-dash-stat-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:.65rem}.rex-dash-stat-value{color:var(--text);font-size:1.5rem;font-weight:700}.rex-dash-stat-value.profit{color:var(--profit)}.rex-dash-stat-sub{color:var(--muted);margin-top:4px;font-size:.68rem;line-height:1.5}.rex-dash-panel{background:linear-gradient(180deg, var(--surface2) 0%, var(--surface) 14%);border:1px solid var(--border);box-shadow:var(--shadow-1);border-radius:12px;margin-bottom:20px;padding:20px;position:relative}.rex-dash-panel-title{letter-spacing:2px;text-transform:uppercase;color:var(--rex-red);border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:16px;padding-bottom:10px;font-family:JetBrains Mono,monospace;font-size:.68rem;display:flex}.rex-dash-panel-title:before{content:"";background:var(--rex-bright);width:6px;height:6px;box-shadow:0 0 8px var(--rex-bright);border-radius:50%;flex-shrink:0}.rex-dash-chart-wrap{position:relative}.rex-dash-chart-pnl{color:var(--profit);border:1px solid var(--profit);z-index:5;background:#00e5a014;border-radius:6px;padding:4px 10px;font-family:JetBrains Mono,monospace;font-size:.9rem;position:absolute;top:4px;right:4px}.rex-dash-terminal{background:var(--mono-bg);border-radius:8px;flex-direction:column;gap:2px;height:220px;padding:16px 18px;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:2;display:flex;overflow-y:auto}.rex-dash-terminal-line{color:#c88}.rex-dash-terminal-line .prompt{color:var(--rex-red);margin-right:8px}.rex-dash-terminal-line.success{color:var(--profit)}.rex-dash-terminal-cursor{background:var(--rex-bright);vertical-align:middle;width:7px;height:14px;margin-left:2px;animation:1s step-end infinite rex-blink;display:inline-block}@keyframes rex-blink{50%{opacity:0}}.rex-dash-modes{gap:10px;margin-bottom:20px;display:flex}.rex-dash-mode-btn{border:1px solid var(--border);background:var(--surface2);color:var(--muted2);border-radius:8px;flex:1;padding:12px;font-size:.82rem;font-weight:600;transition:all .2s}.rex-dash-mode-btn.active{border-color:var(--rex-red);color:var(--rex-bright);box-shadow:var(--shadow-glow-sm);background:#cc000014}.rex-dash-mode-btn:not(.active):hover{border-color:var(--border2);color:var(--text)}.rex-dash-budget-row{align-items:center;gap:16px;display:flex}.rex-dash-budget-row input[type=range]{accent-color:var(--rex-bright);flex:1}.rex-dash-budget-value{color:var(--text);text-align:right;min-width:60px;font-family:JetBrains Mono,monospace;font-size:.85rem}.rex-dash-table{border-collapse:collapse;width:100%;font-size:.82rem}.rex-dash-table th{text-align:left;letter-spacing:1.5px;text-transform:uppercase;color:var(--rex-red);border-bottom:1px solid var(--border);padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:.62rem}.rex-dash-table td{border-bottom:1px solid var(--border);color:var(--muted2);padding:10px 12px}.rex-dash-table tr:last-child td{border-bottom:none}.rex-dash-table tr:hover td{background:var(--rex-glow2)}.rex-dash-table .profit{color:var(--profit)}.rex-dash-table .loss{color:var(--rex-bright)}.rex-dash-badge{letter-spacing:.5px;border-radius:10px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:.62rem}.rex-dash-badge.open{color:var(--rex-bright);border:1px solid var(--rex-red);background:#cc00001a}.rex-dash-badge.open:before{content:"● ";animation:1.2s ease-in-out infinite rex-pulse}.rex-dash-badge.closed{color:var(--profit);border:1px solid var(--profit);background:#00e5a014}.rex-dash-killswitch-wrap{align-items:center;gap:16px;display:flex}.rex-dash-killswitch{background:var(--surface2);border:2px solid var(--border2);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:border-color .2s;display:flex;position:relative}.rex-dash-killswitch:hover{border-color:var(--rex-red)}.rex-dash-killswitch svg{position:absolute;inset:-2px;transform:rotate(-90deg)}.rex-dash-killswitch svg circle{fill:none;stroke:var(--rex-bright);stroke-width:3px;stroke-linecap:round}.rex-dash-killswitch-label{color:var(--muted);z-index:1;font-family:JetBrains Mono,monospace;font-size:.68rem}.rex-dash-killswitch.armed{animation:.4s 2 rex-flash-red}@keyframes rex-flash-red{50%{background:var(--rex-bright)}}.rex-admin-badge{letter-spacing:.5px;text-transform:uppercase;border-radius:10px;padding:3px 9px;font-family:JetBrains Mono,monospace;font-size:.62rem}.rex-admin-badge.approved{color:var(--profit);border:1px solid var(--profit);background:#00e5a014}.rex-admin-badge.pending{color:var(--amber);border:1px solid var(--amber);background:#f5a62314}.rex-admin-badge.rejected{color:var(--rex-bright);border:1px solid var(--rex-red);background:#cc000014}.rex-admin-row{cursor:pointer}.rex-admin-row:hover td{background:var(--rex-glow2)}.rex-admin-back{color:var(--muted2);align-items:center;gap:6px;margin-bottom:16px;font-size:.8rem;text-decoration:none;display:inline-flex}.rex-admin-back:hover{color:var(--text)}.rex-admin-profile-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=800px){.rex-admin-profile-grid{grid-template-columns:1fr}}.rex-admin-field-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:8px 0;font-size:.84rem;display:flex}.rex-admin-field-row span:first-child{color:var(--muted)}.rex-admin-field-row span:last-child{color:var(--text)}.rex-admin-docs{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=600px){.rex-admin-docs{grid-template-columns:1fr}}.rex-admin-doc-thumb{border:1px solid var(--border);cursor:pointer;border-radius:8px;transition:border-color .2s,transform .2s;overflow:hidden}.rex-admin-doc-thumb:hover{border-color:var(--rex-red);transform:translateY(-2px)}.rex-admin-doc-thumb img{width:100%;display:block}.rex-admin-doc-label{color:var(--muted);text-align:center;background:var(--surface2);padding:6px 0;font-size:.68rem}.rex-admin-lightbox{z-index:300;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:zoom-out;background:#050303eb;justify-content:center;align-items:center;animation:.2s rex-fade-in;display:flex;position:fixed;inset:0}@keyframes rex-fade-in{0%{opacity:0}to{opacity:1}}.rex-admin-lightbox img{border:1px solid var(--border2);max-width:90vw;max-height:85vh;box-shadow:var(--shadow-3);border-radius:10px}.rex-admin-lightbox-close{color:var(--text);background:0 0;border:none;font-size:1.6rem;position:absolute;top:24px;right:32px}.rex-admin-toggle-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.rex-admin-toggle-row:last-child{border-bottom:none}.rex-admin-switch{background:var(--surface2);border:1px solid var(--border2);cursor:pointer;border-radius:20px;flex-shrink:0;width:42px;height:22px;transition:background .2s;position:relative}.rex-admin-switch.on{background:var(--rex-red);border-color:var(--rex-red)}.rex-admin-switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:1px;left:1px}.rex-admin-switch.on .rex-admin-switch-knob{transform:translate(20px)}.rex-admin-input{background:var(--surface2);border:1px solid var(--border);color:var(--text);border-radius:6px;width:100%;padding:8px 12px;font-size:.84rem}.rex-admin-input:focus{border-color:var(--border2);outline:none}.rex-admin-plan-editor{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (width<=800px){.rex-admin-plan-editor{grid-template-columns:1fr}}.rex-admin-plan-editor-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:10px;padding:18px;display:flex}.rex-admin-plan-feature-row{gap:6px;display:flex}.rex-admin-plan-feature-row .rex-admin-input{flex:1}.rex-legal-page{background:var(--void);min-height:100vh}.rex-legal-nav{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#0a0a0fe6;justify-content:space-between;align-items:center;padding:18px 48px;display:flex;position:sticky;top:0}.rex-legal-nav-logo{font-size:1.2rem;font-weight:900}.rex-legal-nav-logo .rex{color:var(--rex-bright)}.rex-legal-nav-back{color:var(--muted2);font-size:.84rem;text-decoration:none}.rex-legal-nav-back:hover{color:var(--text)}.rex-legal-content{max-width:820px;margin:0 auto;padding:56px 24px 100px}.rex-legal-title{margin-bottom:8px;font-family:Orbitron,sans-serif;font-size:2rem}.rex-legal-meta{color:var(--muted);margin-bottom:40px;font-family:JetBrains Mono,monospace;font-size:.74rem}.rex-legal-content h2{color:var(--rex-bright);margin:40px 0 14px;font-family:Orbitron,sans-serif;font-size:1.2rem}.rex-legal-content h2:first-of-type{margin-top:0}.rex-legal-content p{color:var(--muted2);margin-bottom:14px;font-size:.94rem;line-height:1.8}.rex-legal-content ul{color:var(--muted2);margin:0 0 14px 20px;font-size:.94rem;line-height:1.8}.rex-legal-content li{margin-bottom:6px}.rex-legal-content strong{color:var(--text)}.rex-legal-callout{border:1px solid var(--rex-red);background:#cc00000f;border-radius:8px;margin:20px 0;padding:18px 22px}.rex-legal-callout p{color:var(--muted2);margin-bottom:0}.rex-legal-callout p+p{margin-top:10px}.rex-legal-toc{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:40px;padding:20px 24px}.rex-legal-toc-title{letter-spacing:2px;text-transform:uppercase;color:var(--rex-red);margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:.68rem}.rex-legal-toc a{color:var(--muted2);padding:3px 0;font-size:.86rem;text-decoration:none;display:block}.rex-legal-toc a:hover{color:var(--rex-bright)}.rex-legal-contact-email{background:var(--surface);border:1px solid var(--border2);letter-spacing:.5px;-webkit-user-select:all;user-select:all;border-radius:8px;padding:10px 18px;display:inline-block;color:var(--rex-bright)!important;font-size:1.05rem!important}
