:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--header-height: 80px;--header-height-mobile: 60px}html,body{margin:0;width:100%;overflow-x:hidden;box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}.main-content{font-family:Orbitron,Segoe UI,sans-serif;color:#dce3ea;background-color:#0b0d10;line-height:1.6;font-weight:400;margin:0 auto;padding:5rem 2rem 3rem;box-sizing:border-box;text-align:center;min-height:100vh}.header{font-family:Orbitron,Segoe UI,sans-serif;color:#dce3ea;background-color:#0b0d10;line-height:1.6;font-weight:400;margin:0 auto;box-sizing:border-box}.main-content a,.header a{position:relative;color:#c0f0ff;text-decoration:none;text-shadow:0 0 4px #80dfff;transition:color .3s ease,text-shadow .3s ease}.main-content a:after,.header a:after{display:none}.main-content a:hover,.header a:hover{color:#fff;text-shadow:0 0 6px #d0f0ff}.main-content h1,.header h1{font-size:3.5em;color:#f0f4f8;letter-spacing:.05em;text-transform:uppercase}.main-content button,.header button{background:linear-gradient(145deg,#1a1f24,#2a2f35);border:1px solid #3a4a55;color:#d0f0ff;border-radius:6px;padding:.4em 1em;font-family:Orbitron,sans-serif;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 0 6px #b4dcff14;transition:all .25s ease}.main-content button:hover,.header button:hover{background:linear-gradient(145deg,#2a2f35,#1a1f24);border-color:#b0e0f0;box-shadow:0 0 8px #b4dcff33;transform:translateY(-1px)}.main-content button:focus,.header button:focus{outline:none;box-shadow:0 0 0 2px #b0e0f066}@media (max-width: 480px){.main-content{padding:3.5rem .5rem 1rem}.main-content h1,.header h1{font-size:2em}}@media (max-width: 350px){.main-content{padding:2.5rem .1rem .5rem}.main-content h1,.header h1{font-size:1.2em}}.header{position:fixed;top:0;left:0;right:0;background-color:#0b0d10;border-bottom:1px solid #2a2f3a;z-index:1000;height:var(--header-height, 80px)}.nav{display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.logo{font-size:2rem;font-weight:700;color:#fff;text-decoration:none;text-shadow:0 0 8px #a0dfff44;transition:all .3s ease;letter-spacing:.05em;z-index:1002}.logo:hover{color:#a0dfff;text-shadow:0 0 12px #a0dfff66;transform:scale(1.05)}.hamburger{display:none;background:none;border:none;font-size:1.5rem;color:#cef;cursor:pointer;padding:.5rem;z-index:1002}.hamburger:hover{color:#a0dfff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:#d0f0ff;text-decoration:none;font-size:1rem;transition:color .3s ease;position:relative}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:linear-gradient(45deg,#a0dfff,#80dfff);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1rem}.sign-in-btn{padding:.5rem 1rem;border:1px solid #3a4a55;border-radius:5px;background-color:#1a1f24;color:#dce3ea;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.9rem;transition:all .25s ease}.sign-in-btn:hover{border-color:#a0dfff;background-color:#2a2f35;box-shadow:0 0 6px #a0dcff26}.lang-slider{position:relative;display:flex;align-items:center;width:70px;height:32px;background-color:#1a1f24;border:1px solid #3a4a55;border-radius:16px;cursor:pointer;padding:0 6px;box-sizing:border-box;z-index:0;transition:all .25s ease}.lang-slider:hover{border-color:#a0dfff;box-shadow:0 0 6px #a0dcff26}.lang-label{flex:1;text-align:center;font-size:14px;font-weight:600;color:#cef;opacity:.5;z-index:1;transition:opacity .3s ease,color .3s ease;font-family:Orbitron,sans-serif}.lang-label.active{opacity:1;color:#fff}.slider-thumb{position:absolute;top:2px;width:28px;height:28px;background-color:#a0dfff;border-radius:50%;transition:left .3s ease;z-index:0;box-shadow:0 0 4px #a0dfff44}.slider-thumb.en{left:2px}.slider-thumb.fr{left:40px}@media (max-width: 768px){.header{height:var(--header-height-mobile, 60px)}.nav{padding:0 1rem}.logo{font-size:1.5rem}.hamburger{display:block}.nav-links{position:fixed;top:var(--header-height-mobile, 60px);left:0;right:0;background-color:#0b0d10;flex-direction:column;gap:0;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid #2a2f3a;box-shadow:0 4px 12px #0000004d}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:1rem 2rem;font-size:1.1rem;border-bottom:1px solid #2a2f3a;width:100%;text-align:center}.nav-link:last-child{border-bottom:none}.nav-right{position:fixed;top:calc(var(--header-height-mobile, 60px) + 200px);left:0;right:0;background-color:#0b0d10;justify-content:center;padding:1rem 0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid #2a2f3a}.nav-right.open{transform:translateY(0);opacity:1;visibility:visible}}@media (max-width: 480px){.nav{padding:0 .5rem}.logo,.hamburger{font-size:1.25rem}.nav-link{font-size:1rem;padding:.8rem 1rem}}@media (max-width: 350px){.header{height:44px}.logo,.hamburger{font-size:1rem}.nav-link{font-size:.9rem;padding:.6rem .8rem}}.footer{background-color:#0b0d10;color:#dce3ea;padding:3rem 0 1rem;margin-top:auto;border-top:1px solid #2a2f3a;font-family:Orbitron,Segoe UI,sans-serif;box-shadow:0 0 12px #a0dcff0d;z-index:1;position:relative}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#f0f4f8;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 0 8px #a0dfff44}.footer-tagline{color:#7ca6c7;line-height:1.6;margin-bottom:1rem;font-size:.95rem;font-weight:400;letter-spacing:.02em}.footer-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#a0dfff;text-shadow:0 0 4px #a0dfff44;font-family:Orbitron,monospace,sans-serif}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#c0f0ff;text-decoration:none;transition:all .3s ease;font-size:.95rem;display:inline-block;position:relative;text-shadow:0 0 4px #80dfff;font-family:Orbitron,sans-serif}.footer-link:hover{color:#fff;text-shadow:0 0 6px #d0f0ff;transform:translate(5px)}.footer-link:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:linear-gradient(45deg,#a0dfff,#80dfff);transition:width .3s ease;box-shadow:0 0 4px #a0dfff44}.footer-link:hover:after{width:100%}.footer-bottom{padding-top:1.5rem}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#7ca6c7;font-size:.9rem;margin:0;font-family:Orbitron,sans-serif}.footer-legal{display:flex;gap:2rem;flex-wrap:wrap}.legal-link{color:#c0f0ff;text-decoration:none;font-size:.9rem;transition:all .3s ease;text-shadow:0 0 4px #80dfff;font-family:Orbitron,sans-serif}.legal-link:hover{color:#fff;text-shadow:0 0 6px #d0f0ff}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.footer-bottom-content{flex-direction:column;text-align:center;padding:0 1rem}.footer-legal{justify-content:center;gap:1rem}}@media (max-width: 480px){.footer-content,.footer-bottom-content{padding:0 .5rem}.footer-legal{flex-direction:column;gap:.5rem}}@media (max-width: 350px){.footer{padding:1rem 0 .5rem}.footer-content{padding:0 .1rem;gap:.5rem}.footer-bottom-content{padding:0 .1rem;gap:.2rem}.footer-title{font-size:1rem}.footer-tagline,.footer-link,.legal-link{font-size:.7rem}}.main-content{justify-content:center;text-align:center}.hero-section{max-width:800px;margin:0 auto 4rem;width:100%;box-sizing:border-box}.tagline{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:#f0f4f8;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 0 8px #a0dfff44;line-height:1.1;word-break:break-word}.subtitle{font-size:1.2rem;font-style:italic;color:#7ca6c7;margin-bottom:3rem;font-weight:400;letter-spacing:.02em}.gif-placeholder{width:100%;max-width:600px;height:300px;margin:0 auto 3rem;background:#1a1f24;border:1px solid #2a2f3a;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 12px #a0dcff0d;transition:all .3s ease}.gif-placeholder:hover{background:#2a2f35;border-color:#3a4a55;box-shadow:0 0 16px #a0dcff1a}.placeholder-content{color:#7ca6c7;font-size:1.1rem}.placeholder-content p{margin:.5rem 0}.placeholder-content p:first-child{font-weight:600;font-size:1.3rem;color:#a0dfff}.auth-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.sign-up-btn,.sign-in-btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:1px solid #3a4a55;border-radius:6px;cursor:pointer;transition:all .25s ease;text-transform:uppercase;letter-spacing:.03em;min-width:140px;font-family:Orbitron,sans-serif;background:linear-gradient(145deg,#1a1f24,#2a2f35);color:#d0f0ff;box-shadow:0 0 6px #b4dcff14}.sign-up-btn:hover,.sign-in-btn:hover{background:linear-gradient(145deg,#2a2f35,#1a1f24);border-color:#a0dfff;box-shadow:0 0 8px #b4dcff33;transform:translateY(-1px)}.sign-up-btn:focus,.sign-in-btn:focus{outline:none;box-shadow:0 0 0 2px #b0e0f066}.description-section{max-width:800px;margin:2rem auto 0}.description-text{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#dce3ea;text-align:center}.description-text:last-child{margin-bottom:0;font-weight:500;color:#a0dfff;text-shadow:0 0 4px #a0dfff44}.discover-btn{font-size:clamp(.7rem,4vw,1.2rem);padding:clamp(.3rem,2vw,1rem) clamp(.7rem,6vw,2.5rem);width:min(90%,340px);max-width:95%;min-width:0;white-space:normal;box-sizing:border-box}@media (max-width: 768px){.tagline{font-size:2.5rem;margin-bottom:2rem}.gif-placeholder{height:200px;margin-bottom:2rem}.auth-buttons{flex-direction:column;align-items:center}.sign-up-btn,.sign-in-btn{width:100%;max-width:280px}.description-text{font-size:1rem}}@media (max-width: 480px){.tagline{font-size:1.3rem;line-height:1.15;padding:0 .2em}.gif-placeholder{height:120px}.sign-up-btn,.sign-in-btn{padding:.7rem 1.2rem;font-size:.95rem}.hero-section{margin:0 auto 1.5rem;padding:0 .1em}.discover-btn{font-size:clamp(.6rem,4vw,1rem);padding:clamp(.2rem,2vw,.6rem) clamp(.5rem,6vw,1.2rem);width:98%}}@media (max-width: 350px){.tagline{font-size:1rem;line-height:1.1;padding:0 .1em}.gif-placeholder{height:80px}.sign-up-btn,.sign-in-btn{padding:.5rem;font-size:.8rem}.hero-section{margin:0 auto 1rem;padding:0}.discover-btn{font-size:clamp(.5rem,5vw,.8rem);padding:clamp(.1rem,2vw,.4rem) clamp(.3rem,6vw,.7rem);width:99%}}.broker-panel{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:1rem}.broker-chat{display:flex;flex-direction:column;gap:.5rem}.chat-messages{background:#0b0d10;border:1px solid #1c1f2a;border-radius:4px;padding:.5rem;min-height:80px;max-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:.3rem}.no-messages{color:#555;font-size:.8rem;text-align:center;font-style:italic;padding:1rem}.chat-message{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.3rem;border-radius:3px;font-size:.75rem}.chat-message.bot{border-left:2px solid #a0dfff}.chat-message.user{background:#4dffb31a;border-left:2px solid #4dffb3}.message-time{color:#7ca6c7;font-size:.7rem;font-family:Orbitron,monospace;opacity:.7;flex-shrink:0}.message-text{color:#d0f0ff;font-family:Orbitron,monospace}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:#1a1d26;border-radius:2px}.chat-messages::-webkit-scrollbar-thumb{background:#3a4a55;border-radius:2px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#4a5a65}.past-sessions-container{max-width:1000px;margin:0 auto;padding:1.5rem 1rem 0;width:100%;box-sizing:border-box}.loading,.error,.no-sessions{text-align:center;padding:3rem 1rem;color:#7ca6c7;font-size:1.1rem}.error{color:#ff6b6b}.retry-btn{margin-top:1rem;padding:.5rem 1rem;background:#1a2332;color:#a0dfff;border:1px solid #a0dfff;border-radius:4px;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.9rem;transition:all .2s ease}.retry-btn:hover{background:#a0dfff;color:#1a2332}.sessions-header{display:flex;justify-content:center;margin-bottom:1rem}.refresh-btn{padding:.5rem;background:#1a2332;color:#a0dfff;border:1px solid #a0dfff;border-radius:4px;cursor:pointer;font-family:Orbitron,sans-serif;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.refresh-icon{width:18px;height:18px;transition:transform .3s ease}.refresh-btn:hover:not(:disabled) .refresh-icon{transform:rotate(180deg)}.refresh-btn:hover:not(:disabled){background:#a0dfff;color:#1a2332}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.sessions-table{background:#1a2332;border:1px solid #2a3a4a;border-radius:8px;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;font-family:Orbitron,sans-serif;table-layout:fixed}thead{background:#2a3a4a}th,td{padding:.75rem .5rem;font-size:.8rem;border-bottom:1px solid #3a4a5a;white-space:nowrap;width:auto}th{color:#a0dfff;font-weight:500}th:nth-child(1),td:nth-child(1){width:11%;text-align:center}th:nth-child(2),td:nth-child(2){width:11%;text-align:center}th:nth-child(3),td:nth-child(3){width:9%;text-align:center}th:nth-child(4),td:nth-child(4){width:7%;text-align:center}th:nth-child(5),td:nth-child(5){width:10%;text-align:center}th:nth-child(6),td:nth-child(6){width:9%;text-align:center}th:nth-child(7),td:nth-child(7){width:9%;text-align:center}th:nth-child(8),td:nth-child(8){width:15%;text-align:center}th:nth-child(9),td:nth-child(9){width:9%;text-align:center}th:nth-child(10),td:nth-child(10){width:10%;text-align:center}td{color:#fff;overflow:hidden;text-overflow:ellipsis}tr:last-child td{border-bottom:none}tr:hover{background:#2a3a4a}.pnl-cell.positive{color:#4ade80;font-weight:500}.pnl-cell.negative{color:#f87171;font-weight:500}.pnl-cell.neutral{color:#fff;font-weight:500}.broker-messages-cell{word-wrap:break-word;line-height:1.2}.mirage-score-cell{font-weight:600;color:#fff;text-align:center}.delete-cell{text-align:center}.delete-btn{padding:.4rem;background:#1a2332;color:#f87171;border:1px solid #f87171;border-radius:4px;cursor:pointer;font-family:Orbitron,sans-serif;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 auto}.delete-btn:hover{background:#dc2626;color:#fff}.delete-icon{width:18px;height:18px}@media (max-width: 768px){.past-sessions-container{padding:1rem .5rem}.sessions-header{margin-bottom:.75rem}.refresh-btn{width:48px;height:48px;padding:.5rem}.refresh-icon{width:24px;height:24px}.sessions-table{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:800px;width:auto}th,td{padding:.5rem .25rem;font-size:.7rem}th:nth-child(1),td:nth-child(1){width:90px;min-width:90px}th:nth-child(2),td:nth-child(2){width:90px;min-width:90px}th:nth-child(3),td:nth-child(3){width:70px;min-width:70px}th:nth-child(4),td:nth-child(4){width:60px;min-width:60px}th:nth-child(5),td:nth-child(5){width:80px;min-width:80px}th:nth-child(6),td:nth-child(6){width:70px;min-width:70px}th:nth-child(7),td:nth-child(7){width:70px;min-width:70px}th:nth-child(8),td:nth-child(8){width:120px;min-width:120px}th:nth-child(9),td:nth-child(9){width:80px;min-width:80px}th:nth-child(10),td:nth-child(10){width:70px;min-width:70px}.delete-cell{width:70px}.delete-btn{width:44px;height:44px;padding:.4rem}.delete-icon{width:20px;height:20px}}@media (max-width: 480px){.past-sessions-container{padding:.75rem .25rem}.sessions-header{margin-bottom:.5rem}.refresh-btn{width:44px;height:44px;padding:.45rem}.refresh-icon{width:22px;height:22px}.sessions-table{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:700px;width:auto}th,td{padding:.4rem .15rem;font-size:.65rem}th:nth-child(1),td:nth-child(1){width:80px;min-width:80px}th:nth-child(2),td:nth-child(2){width:80px;min-width:80px}th:nth-child(3),td:nth-child(3){width:60px;min-width:60px}th:nth-child(4),td:nth-child(4){width:50px;min-width:50px}th:nth-child(5),td:nth-child(5){width:70px;min-width:70px}th:nth-child(6),td:nth-child(6){width:60px;min-width:60px}th:nth-child(7),td:nth-child(7){width:60px;min-width:60px}th:nth-child(8),td:nth-child(8){width:100px;min-width:100px}th:nth-child(9),td:nth-child(9){width:70px;min-width:70px}th:nth-child(10),td:nth-child(10){width:60px;min-width:60px}.delete-cell{width:60px}.delete-btn{width:40px;height:40px;padding:.35rem}.delete-icon{width:18px;height:18px}}.preferences-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.preferences-dialog{background:linear-gradient(145deg,#1a1f24,#2a2f35);border-radius:12px;box-shadow:0 8px 32px #0006;max-width:500px;width:90%;max-height:80vh;overflow:hidden;border:1px solid rgba(160,223,255,.1)}.preferences-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(160,223,255,.1)}.preferences-header h2{margin:0;color:#a0dfff;font-size:1.5rem;font-weight:600}.preferences-close{background:none;border:none;color:#a0dfff;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s}.preferences-close:hover{background-color:#a0dfff1a}.preferences-content{padding:1.5rem}.preference-item{margin-bottom:1.5rem}.preference-control{display:flex;align-items:flex-start;gap:1rem}.preference-text{flex:1}.preference-label{color:#a0dfff;font-weight:500;margin-bottom:.5rem;font-size:1rem}.preference-description{color:#8ba0b2;font-size:.9rem;line-height:1.4}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0;margin-top:.125rem}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2a2f35;transition:.3s;border-radius:24px;border:1px solid rgba(160,223,255,.2)}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#8ba0b2;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#a0dfff;border-color:#a0dfff}input:checked+.toggle-slider:before{transform:translate(26px);background-color:#1a1f24}.preferences-footer{padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(160,223,255,.1);display:flex;justify-content:flex-end}.preferences-close-btn{background:linear-gradient(145deg,#1a1f24,#2a2f35);border:1px solid rgba(160,223,255,.2);color:#a0dfff;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.preferences-close-btn:hover{background:linear-gradient(145deg,#2a2f35,#1a1f24);border-color:#a0dfff66;transform:translateY(-1px)}.preferences-close-btn:active{transform:translateY(0)}.debug-panel{background:#0e1116;border:1px solid #2a2f3a;border-radius:8px;padding:1rem;box-shadow:0 0 12px #a0dcff0d;width:100%;margin-top:1rem;font-family:Orbitron,monospace,sans-serif}.debug-header{margin-bottom:1rem;border-bottom:1px solid #2a2f3a;padding-bottom:.5rem}.debug-title{color:#a0dfff;font-size:.9rem;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.5px}.debug-content{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.debug-section{display:flex;flex-direction:column;gap:.5rem;flex:1}.debug-section:first-child{flex:0 0 auto;min-width:200px}.debug-section:last-child{flex:2}.debug-section-title{color:#d0f0ff;font-size:.8rem;font-weight:500;margin:0;text-transform:uppercase;letter-spacing:.3px}.debug-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0}.debug-label{color:#7ca6c7;font-size:.8rem;font-weight:400}.debug-value{color:#fff;font-size:.8rem;font-weight:600}.debug-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.debug-stat{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.4rem .8rem;background:#1a1f24;border:1px solid #3a4a55;border-radius:4px}.debug-stat-label{color:#7ca6c7;font-size:.7rem;font-weight:400}.debug-stat-value{color:#a0dfff;font-size:.8rem;font-weight:600}.debug-requests{max-height:150px;overflow-y:auto;border:1px solid #2a2f3a;border-radius:4px;background:#0b0d10}.debug-no-requests{color:#7ca6c7;font-size:.8rem;text-align:center;padding:1rem;font-style:italic}.debug-requests-list{padding:.5rem}.debug-request-item{display:grid;grid-template-columns:auto auto 1fr auto;gap:.5rem;padding:.3rem .5rem;border-bottom:1px solid #1c1f2a;font-size:.7rem;align-items:center}.debug-request-item:last-child{border-bottom:none}.debug-request-time{color:#7ca6c7;font-weight:400;min-width:60px}.debug-request-action{font-weight:600;padding:.1rem .3rem;border-radius:3px;text-align:center;min-width:50px}.debug-request-action.send{background:#4dffb3;color:#0e1116}.debug-request-action.receive{background:#a0dfff;color:#0e1116}.debug-request-description{color:#d0f0ff;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.debug-request-size{color:#a0dfff;font-weight:500;text-align:right;min-width:50px}.debug-requests::-webkit-scrollbar{width:6px}.debug-requests::-webkit-scrollbar-track{background:#1a1f24;border-radius:3px}.debug-requests::-webkit-scrollbar-thumb{background:#3a4a55;border-radius:3px}.debug-requests::-webkit-scrollbar-thumb:hover{background:#4a5a65}@media (max-width: 768px){.debug-content{flex-direction:column;gap:1rem}.debug-section:first-child,.debug-section:last-child{flex:1;min-width:auto}.debug-stats{flex-direction:row;flex-wrap:wrap}.debug-stat{flex:1;min-width:120px}.debug-stat-label{font-size:.6rem}.debug-stat-value{font-size:.7rem}.debug-request-item{font-size:.6rem;gap:.3rem}}.control-panel{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:stretch;background:#0e1116;border:1px solid #2a2f3a;border-radius:8px;padding:1rem;box-shadow:0 0 12px #a0dcff0d;width:100%}.control-row{display:flex;flex-direction:row;gap:.6rem;justify-content:center;align-items:center;width:100%;flex-wrap:wrap}.control-panel button{font-size:.8rem;padding:.25em .5em;min-width:auto;line-height:1.1}.control-panel .bot-toggle,.control-panel .restart-session{font-size:.8rem;padding:.5em 1em;white-space:nowrap}.control-panel .cancel-all{font-size:.8rem;padding:.2em .3em;white-space:normal;line-height:1.1;text-align:center;min-width:60px}.control-panel span{font-size:.8rem}.bot-slider,.order-qty-controls{display:flex;align-items:center;gap:.5rem;color:#d0f0ff;font-size:.85rem}.bot-slider input[type=range]{accent-color:#a0dfff}.order-qty-controls button{padding:.3em .8em;font-size:.8rem;background:#1a1f24;color:#d0f0ff;border:1px solid #3a4a55;border-radius:4px;font-family:Orbitron,sans-serif;transition:all .25s ease}.order-qty-controls button:hover{background:#2a2f35;border-color:#b0e0f0;box-shadow:0 0 6px #b4dcff26}.stats-display{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.centered-bars{display:flex;flex-direction:column;align-items:stretch;gap:1.2rem;width:100%;max-width:600px;margin:0 auto 2rem}.bar-row{display:flex;flex-direction:row;align-items:center;gap:1.2em;width:100%}.bar-label{font-family:Orbitron,monospace,sans-serif;color:#a0dfff;font-size:.95em;min-width:70px;text-align:right;flex-shrink:0}.centered-bar{width:100%;position:relative;height:28px;background:#1a1d26;border-radius:6px;overflow:hidden;box-shadow:0 0 4px #a0dfff22;display:flex;align-items:center;justify-content:center}.bar-fill{position:absolute;top:0;height:100%;z-index:1;transition:left .3s,width .3s,background .3s}.pnl-bar .bar-fill.positive{background:#007fa9;left:50%;border-radius:0 6px 6px 0}.pnl-bar .bar-fill.negative{background:#b00;right:50%;border-radius:6px 0 0 6px}.pnl-bar .bar-fill.neutral{background:#1a1d26;left:50%}.position-bar .bar-fill.positive{background:#007fa9;left:50%;border-radius:0 6px 6px 0}.position-bar .bar-fill.negative{background:#b00;right:50%;border-radius:6px 0 0 6px}.position-bar .bar-fill.neutral{background:#1a1d26;left:50%}.bar-value{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;color:#fff!important;font-family:Orbitron,monospace,sans-serif;font-size:1.1em;font-weight:700;pointer-events:none}.bar-value.discrete{font-size:.95em;font-weight:400;color:#7ca6c7;opacity:.7}.avg-prices-bar{width:100%;display:flex;background:#1a1d26;border-radius:6px;overflow:hidden;box-shadow:0 0 4px #a0dfff22;height:28px}.avg-price-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.2rem;border-right:1px solid #2a2f3a;position:relative}.avg-price-cell:last-child{border-right:none}.avg-price-label{font-family:Orbitron,monospace,sans-serif;font-size:.7rem;font-weight:700;color:#a0dfff;text-transform:uppercase;letter-spacing:.3px;line-height:1}.avg-price-value{font-family:Orbitron,monospace,sans-serif;font-size:.8rem;font-weight:700;color:#fff;line-height:1;margin-top:.1rem}.user-stats{font-size:1rem;color:#cef}.position-wrapper{display:flex;justify-content:center}.position-bars{display:flex;gap:.5rem;align-items:center}.position-square{height:20px;font-size:12px;line-height:20px;border-radius:4px;padding:0 4px;min-width:10px;transition:all .3s ease;font-family:Orbitron,monospace}.position-square.short{background-color:#ff4d4d1a;color:#ff4d4d}.position-square.long{background-color:#4dff4d1a;color:#4dff4d}.position-square.inactive{opacity:.2}.mirage-main{flex:1;display:flex;flex-direction:column;width:100%}.main-layout{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box}.left-panel{flex:0 0 auto;min-width:200px;max-width:280px;width:100%}.right-panel{flex:0 0 auto;min-width:200px;max-width:300px;width:100%}.ladder-wrapper{display:flex;justify-content:center;flex:1;min-width:0;box-sizing:border-box;overflow-x:hidden;width:100%}.ladder-scroll{width:100%;max-width:600px;max-height:600px;border:1px solid #2a2f3a;border-radius:8px;background:#0b0d10;box-shadow:0 0 30px #a0dcff0d;display:flex;flex-direction:column}.ladder-grid{display:grid;grid-template-rows:repeat(21,auto);width:100%;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;flex:1}.ladder-row{display:grid;grid-template-columns:repeat(5,1fr);min-width:0;overflow:hidden;border-bottom:1px solid #1c1f2a;transition:background .3s ease}.ladder-cell{padding:.6rem;font-size:.85rem;-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .2s ease,background .2s ease;border-right:1px solid #1c1f2a;font-family:Orbitron,monospace}.ladder-cell:last-child{border-right:none}.ladder-cell:hover{transform:scale(1.05);background-color:#1a1d26}.ladder-cell.bid:not(:empty){background-color:#034;color:#a0dfff}.ladder-cell.ask:not(:empty){background-color:#400;color:#ffb3b3}.ladder-cell.price{font-weight:700;color:#f0f4f8cc;background-color:#1a1d26}.ladder-headers{display:grid;grid-template-columns:repeat(5,1fr);width:100%;box-sizing:border-box;border-bottom:2px solid #2a2f3a;background-color:#1a1d26;flex-shrink:0}.ladder-header{padding:.8rem .6rem;font-size:.9rem;font-weight:700;text-align:center;color:#f0f4f8cc;border-right:1px solid #1c1f2a;font-family:Orbitron,monospace;text-transform:uppercase;letter-spacing:.5px;background-color:#1a1d26}.ladder-header:last-child{border-right:none}.minimal-stats{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.2rem}.minimal-pnl{font-family:Orbitron,monospace;font-size:1.1rem;padding:.1em .5em;border-radius:4px;background:none;box-shadow:none;color:#a0dfff;text-shadow:0 0 4px #a0dfff44;transition:color .3s,text-shadow .3s;min-width:3.2em}.minimal-pnl.positive{color:#4dffb3;text-shadow:0 0 6px #4dffb344}.minimal-pnl.negative{color:#ff4d6d;text-shadow:0 0 6px #ff4d6d44}.minimal-pnl.neutral{color:#a0dfff;text-shadow:0 0 4px #a0dfff44}.minimal-position-bar{position:relative;width:120px;height:7px;background:#1a1d26;border-radius:4px;box-shadow:0 0 4px #a0dfff22;overflow:hidden;margin-top:.1em}.minimal-position-fill{position:absolute;top:0;height:100%;border-radius:4px;transition:left .3s,width .3s,background .3s;z-index:1}.minimal-position-fill.long{background:linear-gradient(90deg,#0fffc0,#4dffb3);box-shadow:0 0 6px #4dffb344}.minimal-position-fill.short{background:linear-gradient(270deg,#ff4d6d,#ffb3b3);box-shadow:0 0 6px #ff4d6d44}.minimal-position-fill.neutral{background:#a0dfff33;box-shadow:0 0 2px #a0dfff33}.minimal-position-center{position:absolute;left:50%;top:0;width:2px;height:100%;background:#a0dfff44;z-index:2;transform:translate(-1px);border-radius:1px}.bot-toggle:disabled{background:#22262c!important;color:#888!important;border:1px solid #444!important;cursor:not-allowed!important;box-shadow:none!important}.bot-toggle:disabled:hover{background:#22262c!important;color:#888!important;border:1px solid #444!important;box-shadow:none!important}.mirage-btn{background:linear-gradient(145deg,#1a1f24,#2a2f35);border:1px solid #3a4a55;color:#d0f0ff;border-radius:6px;padding:.4em 1em;font-family:Orbitron,sans-serif;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 0 6px #b4dcff14;transition:all .25s ease;cursor:pointer}.mirage-btn:hover{background:linear-gradient(145deg,#2a2f35,#1a1f24);border-color:#b0e0f0;box-shadow:0 0 8px #b4dcff33;transform:translateY(-1px)}.mirage-btn:focus{outline:none;box-shadow:0 0 0 2px #b0e0f066}.react-joyride__tooltip{background:#1a1f24!important;color:#dce3ea!important;border-radius:10px!important;box-shadow:0 0 16px #0b0d10!important;font-family:Orbitron,Segoe UI,sans-serif!important;border:1.5px solid #2a2f3a!important}.react-joyride__button,.react-joyride__button--primary{background:linear-gradient(145deg,#1a1f24,#2a2f35)!important;color:#a0dfff!important;border:1px solid #3a4a55!important;border-radius:6px!important;font-family:Orbitron,Segoe UI,sans-serif!important;font-size:1em!important}.react-joyride__button--skip,.react-joyride__tooltip button[data-action=skip]{color:#a0dfff!important;background:none!important;border:none!important;box-shadow:none!important;opacity:1!important}.react-joyride__close,.react-joyride__tooltip button[aria-label=Close]{color:#a0dfff!important;background:none!important;border:none!important;box-shadow:none!important;opacity:1!important;font-size:1.4em!important;font-weight:600!important;cursor:pointer!important;border-radius:0!important;width:auto!important;height:auto!important;line-height:1!important;display:inline!important;align-items:unset!important;justify-content:unset!important;font-family:Orbitron,monospace,sans-serif!important;transition:color .2s!important}.react-joyride__close:hover,.react-joyride__tooltip button[aria-label=Close]:hover{color:#4dffb3!important}.react-joyride__beacon,.react-joyride__beacon-inner{background:#a0dfff!important;border:2px solid #a0dfff!important;box-shadow:0 0 0 4px #a0dfff44!important}.react-joyride__beacon svg circle{fill:#a0dfff!important;stroke:#a0dfff!important}@keyframes pageFlash{0%{opacity:0;background-color:#ff6b6b00}50%{opacity:1;background-color:#ff6b6b4d}to{opacity:0;background-color:#ff6b6b00}}.page-flash{animation:pageFlash 1s ease-in-out}@keyframes countdownFlash{0%,to{opacity:1;color:#ff6b6b;text-shadow:0 0 8px rgba(255,107,107,.6)}50%{opacity:.7;color:#f44;text-shadow:0 0 12px rgba(255,68,68,.8)}}.main-content{padding-top:calc(var(--header-height) + 2rem);width:100%;box-sizing:border-box;overflow-x:hidden}.tab-navigation{display:flex;justify-content:center;margin-bottom:0;background:#1a1f24;border-bottom:1px solid #3a4a55;padding:0;width:100%}.tab-button{flex:0 0 auto;padding:.8rem 1.5rem;background:transparent;color:#7ca6c7;border:none;border-bottom:2px solid transparent;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:400;cursor:pointer;transition:color .2s ease;text-align:center;min-width:120px}.tab-button:hover{color:#a0dfff}.tab-button.active{color:#fff;border-bottom-color:#a0dfff}.main-layout{padding-top:1.5rem}.no-sessions{text-align:center;padding:3rem 1rem;color:#7ca6c7;font-size:1.1rem}@media (max-width: 768px){.main-layout{flex-direction:column;align-items:center;gap:1.5rem;padding:0 .5rem}.left-panel,.right-panel{max-width:100%;width:100%}.ladder-wrapper{order:2;width:100%;max-width:100%}.ladder-scroll{max-width:100%;width:100%}.main-content{padding-top:calc(var(--header-height-mobile) + 2.5rem)}}@media (max-width: 480px){.ladder-scroll{max-width:100%;min-width:0;overflow-x:auto;padding:0}.ladder-grid{min-width:320px;width:100%;box-sizing:border-box}.ladder-row{min-width:320px;grid-template-columns:repeat(5,minmax(50px,1fr))}.ladder-cell{font-size:.7rem;padding:.3rem}.tab-button{padding:.6rem 1rem;font-size:.8rem;min-width:100px}.main-layout,.past-sessions-container{padding-top:1rem}.left-panel{order:1}.right-panel{order:3}.ladder-wrapper{order:2}.main-content{padding-top:calc(var(--header-height-mobile) + 2rem)}}@media (max-width: 350px){.ladder-grid,.ladder-row{min-width:280px}.ladder-row{grid-template-columns:repeat(5,minmax(40px,1fr))}.ladder-cell{font-size:.6rem;padding:.15rem}.main-content{padding-top:calc(var(--header-height-mobile) + 1.5rem)}}.pricing-cards{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.card{background:#0e1116;border:1px solid #2a2f3a;border-radius:8px;padding:1rem;width:220px;color:#dce3ea;box-shadow:0 0 12px #a0dcff0d}.card h2{margin-top:0;color:#f0f4f8;letter-spacing:.03em}.card .price{font-size:1.5rem;color:#a0dfff;margin:.5rem 0}.card ul{list-style:none;padding:0}.card li{margin:.5rem 0}.card.featured{border:2px solid #a0dfff;background:#11141a}.pricing-container{width:100%;max-width:800px;margin:2rem auto 0;text-align:left;background:#0e1116;padding:2rem 0;border-radius:8px;border:1px solid #2a2f3a;box-shadow:0 0 20px #a0dcff0d;color:#dce3ea;overflow-x:auto;box-sizing:border-box}.pricing-table{max-width:100%;width:100%;min-width:600px;border-collapse:collapse}.pricing-price{font-size:2rem;color:#a0dfff;font-weight:700;display:inline-block;margin-top:.2rem}.pricing-table td:not(:first-child){color:#a0dfff}@media (max-width: 900px){.pricing-container{padding:.5rem 0}.pricing-table{min-width:480px}}.about-container{max-width:600px;margin:2rem auto 0;text-align:left;background:#0e1116;padding:2rem;border-radius:8px;border:1px solid #2a2f3a;box-shadow:0 0 20px #a0dcff0d;color:#dce3ea}.about-container p{margin-bottom:1.2rem;line-height:1.6}.about-meta{margin-top:2rem;font-size:.85rem;color:#a0b0c0}.terms-container{margin-top:2rem;text-align:left}.terms-toggle{background:#1a1f24;color:#c0f0ff;border:1px solid #3a4a55;border-radius:6px;padding:.4rem 1rem;font-family:Orbitron,sans-serif;font-size:.8rem;letter-spacing:.03em;text-transform:uppercase;transition:all .25s ease}.terms-toggle:hover{background:#2a2f35;border-color:#b0e0f0;box-shadow:0 0 6px #b4dcff26}.terms-content{margin-top:1rem;padding:1rem;background:#0b0d10;border:1px solid #2a2f3a;border-radius:6px;color:#dce3ea}.terms-container{max-width:700px;margin:2rem auto 0;text-align:left;background:#0e1116;padding:2rem;border-radius:8px;border:1px solid #2a2f3a;box-shadow:0 0 20px #a0dcff0d;color:#dce3ea}.terms-container p,.terms-container ul,.terms-container h3{text-align:left}.terms-container ul{margin-left:1.5rem;margin-bottom:1.5rem}.privacy-container{max-width:700px;margin:2rem auto 0;text-align:left;background:#0e1116;padding:2rem;border-radius:8px;border:1px solid #2a2f3a;box-shadow:0 0 20px #a0dcff0d;color:#dce3ea}.privacy-container p,.privacy-container ul,.privacy-container h3{text-align:left}.animation-container{display:flex;flex-direction:column;align-items:center;gap:60px;padding:0;position:relative;width:100%}.bars{display:flex;justify-content:center;gap:40px;margin-top:40px}.bar-horizontal{height:15px;transform-origin:left}.bar-blue{background:#121b28}.bar-red{background:#a0343a}.ring-wrapper{position:relative;width:70px;height:70px;display:flex;align-items:center;margin:0 40px 0 0}.ring{width:100%;height:100%;border:4px solid;border-radius:50%;border-color:#496489 #496489 #496489 transparent;animation:spin 3s linear infinite;position:absolute;top:0;left:0}.dot{width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pnl-bar{display:flex;gap:2px;position:relative}.pnl-stick{width:4px;height:20px;background:transparent;transition:transform .2s ease;background:#a0343a}
