.navbar{background:linear-gradient(to right,#151520,#151520 50%,#252538,#404057);box-shadow:0 4px 25px #00000080;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;border-bottom:2px solid #6b6b8a}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;text-shadow:0 0 15px rgba(255,255,255,.5);position:relative;white-space:nowrap;flex-shrink:0;letter-spacing:0;word-spacing:0;-webkit-text-size-adjust:100%;text-size-adjust:100%}.navbar-logo:after{content:"";position:absolute;top:-6px;right:-12px;bottom:-6px;left:-12px;border-radius:7px;background:radial-gradient(ellipse at center,rgba(73,249,195,.2) 0%,transparent 70%);opacity:0;transition:opacity 0s;pointer-events:none;z-index:-1}.navbar-logo:hover{color:#49f9c3}.navbar-logo:hover:after{opacity:1;transition:opacity .08s ease}.navbar-logo:active{transform:scale(.95)}.logo-o{height:.9em;width:.9em;vertical-align:-.1em;display:inline-block;object-fit:contain}.navbar-menu{display:flex;gap:1.5rem;align-items:center}.navbar-link{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;position:relative}.navbar-link:hover{color:#49f9c3}.navbar-link:active{color:#7bffdb;transform:scale(.95)}.navbar-divider{color:#6b6b8a;-webkit-user-select:none;user-select:none;opacity:.6}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.25rem}.navbar-hamburger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.navbar-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar-mobile-menu{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;background:linear-gradient(to right,transparent 0%,rgba(15,15,28,.97) calc(100% - 11rem));border:none;box-shadow:none;mask-image:linear-gradient(to right,transparent 0%,black calc(100% - 8rem)),linear-gradient(to bottom,black 80%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black calc(100% - 8rem)),linear-gradient(to bottom,black 80%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in;padding:0 0 3rem;z-index:999}.navbar-mobile-menu .navbar-link{padding:.75rem 2rem;font-size:.95rem;width:100%;text-align:right;color:#c0c0d8;text-decoration:none;display:block;border:none;border-bottom:none;background:none;cursor:pointer;font-family:inherit;transition:none}.navbar-mobile-menu .navbar-link:hover{color:#49f9c3;background:#49f9c30d;text-shadow:none}.navbar-mobile-menu .navbar-divider{display:none}@media (max-width: 768px){.navbar-menu{display:none}.navbar-hamburger{display:flex}}.home{text-align:center;color:#e0e0e0;display:flex;flex-direction:column;align-items:center;height:100vh;position:relative;width:100%;padding:5.3rem 2rem 1rem;z-index:1}.hero-section{flex:1;width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1}.hero-title{font-size:4rem;font-weight:600;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:#fff}.logo-o{cursor:pointer}.title-char{display:inline-block;text-align:center}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9;color:#e0e0e0}.motto-low{color:#f44;font-weight:700;display:inline-block;text-shadow:0 0 6px rgba(255,68,68,.35);animation:low-sink 4s ease-in-out infinite}@keyframes low-sink{0%,to{transform:rotate(0) translateY(0)}50%{transform:rotate(-3deg) translateY(5px)}}.motto-low.low-flash-1{opacity:.5}.motto-low.low-flash-mid{opacity:.85}.motto-low.low-flash-2{opacity:.12}.motto-low.low-recover-1{opacity:.55}.motto-low.low-recover-2{opacity:.3}.motto-low.low-recover-3{opacity:.72}.motto-low.low-recover-4{opacity:.45}.motto-low.low-recover-5{opacity:.88}.motto-high{color:#00e676;font-weight:700;position:relative;display:inline-block;text-shadow:0 0 8px rgba(0,230,118,.35);animation:high-float 4s ease-in-out infinite}.motto-high:before{content:"";position:absolute;top:-8px;right:-12px;bottom:-8px;left:-12px;border-radius:8px;background:radial-gradient(ellipse at center,rgba(0,230,118,.22) 0%,rgba(0,230,118,.08) 50%,transparent 80%);filter:blur(6px);opacity:0;animation:high-glow-pulse 4.5s ease-in-out infinite;pointer-events:none;z-index:-1}@keyframes high-float{0%,to{transform:translateY(-1px)}25%,75%{transform:translateY(-3px)}50%{transform:translateY(-1px)}}@keyframes high-glow-pulse{0%{opacity:0}35%{opacity:.45}55%{opacity:.75}67%{opacity:1}to{opacity:0}}.motto-high:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;border-radius:50%;pointer-events:none;opacity:0}.motto-high.high-flash-1{filter:brightness(2.5);text-shadow:0 0 8px #fff,0 0 22px rgba(0,230,118,1),0 0 40px rgba(0,230,118,.4),0 0 70px rgba(0,230,118,.15)}.motto-high.high-flash-1:before{animation:none;opacity:0}.motto-high.high-bloom-1:after{opacity:1;box-shadow:0 0 15px 8px #ffffff14,0 0 50px 35px #00e6761a,0 0 90px 60px #00e6760d}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,.75vw,.75rem);max-width:clamp(320px,36vw,620px);width:100%;flex-shrink:0;position:relative;z-index:1;padding-bottom:0}.feature-card{background:#2525388c;padding:clamp(.75rem,1.4vw,1.4rem) clamp(.6rem,1.1vw,1.2rem);border-radius:12px;border:1px solid rgba(58,58,85,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.4rem,.6vw,.6rem);aspect-ratio:1;transition:none;cursor:default;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:#25253833;box-shadow:inset 0 0 0 1px #49f9c366;opacity:0;transition:opacity 0s;pointer-events:none;z-index:0;will-change:opacity}.feature-card:hover:before{opacity:1;transition:none}.feature-card>*{position:relative;z-index:1}.feature-icon{display:flex;align-items:center;justify-content:center;width:clamp(28px,3vw,44px);height:clamp(28px,3vw,44px);position:relative}.feature-icon:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;background:radial-gradient(circle,rgba(73,249,195,.45) 0%,transparent 70%);opacity:0;transition:opacity 0s;pointer-events:none;will-change:opacity}.feature-card:hover .feature-icon:after{opacity:1;transition:opacity .08s ease}.feature-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(85%) sepia(100%) saturate(200%) hue-rotate(120deg);opacity:.8;transition:transform 0s,opacity 0s;will-change:transform}.feature-card:hover .feature-icon img{transform:scale(1.15) rotate(5deg);opacity:1;transition:transform .07s ease,opacity .05s ease}.feature-card h3{font-size:clamp(.7rem,.8vw,.9rem);font-weight:600;color:#fff;margin:0;text-align:center;font-family:Roboto,Segoe UI,sans-serif}.feature-card p{font-size:clamp(.65rem,.7vw,.78rem);color:#7878a0;margin:0;line-height:1.4;text-align:center}@media (max-width: 768px){.home{height:auto;padding-top:4.5rem;overflow:visible}.hero-section{min-height:calc(100vh - 4.5rem)}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.home{padding-top:4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:repeat(2,1fr)}.feature-card{padding:.75rem;gap:.4rem}.feature-card h3{font-size:.75rem}.feature-card p{font-size:.68rem}.feature-icon{width:32px;height:32px}}@media (max-height: 500px) and (orientation: landscape){.home{height:auto;padding-top:5.5rem;padding-bottom:2rem}.hero-section{min-height:calc(100vh - 5.5rem);padding:1rem 0;justify-content:center}.hero-title{font-size:2rem;margin-bottom:.5rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.features-grid{grid-template-columns:repeat(3,1fr);max-width:clamp(360px,65vw,540px);margin-top:1rem}}.login-page{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem 2rem 0;color:#e0e0e0;text-align:center}.download-page{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:2rem 2rem 0}.download-hero{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:480px;width:100%}.download-hero h1{font-size:2.5rem;font-weight:600;color:#fff;margin:0}.download-tagline{color:#9090b0;font-size:1rem;margin:0}.download-meta{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.download-platform{display:flex;align-items:center;gap:.4rem;color:#a0a0c0;font-size:.85rem;background:#3a3a5580;border:1px solid rgba(58,58,85,.8);border-radius:6px;padding:.3rem .7rem}.download-version{color:#6060a0;font-size:.8rem;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.download-button{padding:.75rem 3rem;margin-top:.75rem}.download-requirements{color:#5a5a7a;font-size:.78rem;margin:0}.download-error{color:#ff6b6b;font-size:.85rem;margin:0}@media (max-width: 480px){.download-page{padding:1.5rem 1rem;min-height:calc(100vh - 4.3rem)}.download-hero h1{font-size:1.8rem}.download-button{width:100%;padding:.75rem 1rem}}.subscription-page{padding:2rem 2rem 0;min-height:70vh;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.subscription-container{max-width:1200px;margin:0 auto}.subscription-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:600}.subscription-subtitle{text-align:center;color:#e0e0e0;font-size:1.2rem;margin-bottom:3rem;opacity:.9}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:800px;margin:0 auto}.subscription-refreshing{text-align:center;padding:10px;font-size:14px;color:#999;margin-bottom:10px}.plan-card{background:#252538;padding:30px;border-radius:10px;border:2px solid #3a3a55;box-shadow:0 8px 30px #0000004d;position:relative;text-align:center;transition:transform .18s ease,border-color .18s ease}.plan-card--active{border-color:#49f9c3;cursor:default}.plan-card:not(.plan-card--active):hover{transform:translateY(-6px);border-color:#49f9c3}.plan-card.popular{transform:scale(1.05)}.plan-card.popular:not(.plan-card--active):hover{transform:scale(1.05) translateY(-6px);border-color:#49f9c3}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#49f9c3;color:#1e1e2e;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:700}.upgrade-badge{position:absolute;top:-10px;right:20px;background:#49f9c3;color:#1e1e2e;padding:5px 15px;border-radius:20px;font-size:12px;font-weight:700}.plan-card h3{font-size:24px;color:#a0a0c0;margin-bottom:15px;font-weight:600;transition:color .18s ease}.plan-card.popular:hover h3,.plan-card.popular.plan-card--active h3{color:#49f9c3}.plan-price{font-size:36px;font-weight:700;margin:0 0 20px}.plan-card.popular .plan-price{margin-bottom:10px}.plan-price .currency{font-size:1.5rem;color:#a0a0c0;vertical-align:top;transition:color .18s ease}.plan-price .amount{font-size:3rem;font-weight:700;color:#a0a0c0;transition:color .18s ease}.plan-price .period{font-size:18px;font-weight:400;color:#a0a0c0;margin-left:.5rem;transition:color .18s ease}.plan-card.popular:hover .plan-price .currency,.plan-card.popular:hover .plan-price .amount,.plan-card.popular:hover .plan-price .period,.plan-card.popular.plan-card--active .plan-price .currency,.plan-card.popular.plan-card--active .plan-price .amount,.plan-card.popular.plan-card--active .plan-price .period{color:#49f9c3}.plan-features{list-style:none;padding:0;margin:0 0 30px;text-align:left}.plan-features--compact{margin-bottom:10px}.plan-features li{padding:8px 0;color:#e0e0e0;border-bottom:1px solid #3a3a55;opacity:.9}.plan-features li:last-child{border-bottom:none}.plan-feature--limited{color:#666680;opacity:1}.currency-selector{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:20px;flex-wrap:wrap}.currency-selector-group{display:flex;gap:6px;background:#1a1a2e;padding:4px;border-radius:6px;border:1px solid #3a3a55}.currency-btn{padding:6px 12px;border-radius:4px;border:none;background:transparent;color:#e0e0e0;cursor:pointer;font-size:12px;font-weight:400;font-family:inherit;transition:none}.currency-btn:hover{background:#3a3a55}.currency-btn-selected{background:#49f9c3;color:#1e1e2e;font-weight:600}.currency-btn.currency-btn-selected:hover{background:#49f9c3}.plan-button{width:100%;padding:.75rem 1rem;background:transparent;color:#a0a0c0;border:1.5px solid #4a4a6a;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:1rem;position:relative;z-index:0;overflow:hidden;transition:transform .1s;will-change:transform}.plan-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3a3a55;opacity:0;transition:opacity 0s;z-index:-1;pointer-events:none;will-change:opacity}.plan-button:hover{border-color:#6b6b8a;color:#e0e0e0}.plan-button:hover:before{opacity:1;transition:opacity .08s ease}.checkout-form-container{background:#252538;padding:3rem;border-radius:8px;border:2px solid #6b6b8a;box-shadow:0 10px 40px #00000080;max-width:600px;margin:2rem auto}.selected-plan-summary{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(58,58,85,.3)}.selected-plan-summary h3{color:#49f9c3;font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.plan-summary-price{font-size:2rem;font-weight:700;color:#49f9c3}.checkout-form{margin-top:2rem}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;color:#e0e0e0;font-weight:600}.card-element-wrapper{padding:1rem;border:1.5px solid #3a3a55;border-radius:6px;background:#1a1a2e}.error-message{background:#3a3a554d;color:#f99;padding:1rem;border-radius:6px;margin:0 auto 2rem;max-width:800px;border-left:4px solid #6b6b8a}.checkout-buttons{display:flex;gap:1rem;margin-top:2rem}.manage-subscription-button{width:100%}.upgrade-button{width:100%;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem}.cancel-button,.submit-button{flex:1;padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.cancel-button{background:transparent;color:#a0a0c0;border:1.5px solid #4a4a6a;position:relative;z-index:0;overflow:hidden;transition:transform .1s;will-change:transform}.cancel-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3a3a55;opacity:0;transition:opacity 0s;z-index:-1;pointer-events:none;will-change:opacity}.cancel-button:hover:not(:disabled){border-color:#6b6b8a;color:#e0e0e0}.cancel-button:hover:not(:disabled):before{opacity:1;transition:opacity .08s ease}.submit-button{background:#49f9c3;color:#0f0f1a;border:1.5px solid #49F9C3;font-weight:700;transition:background .08s ease,color .08s ease}.submit-button:hover:not(:disabled){background:transparent;color:#49f9c3}.submit-button:disabled{opacity:.4;cursor:not-allowed}.checkout-success{background:#252538;padding:3rem;border-radius:8px;border:2px solid #6b6b8a;box-shadow:0 10px 40px #00000080;text-align:center;max-width:500px;margin:2rem auto}.success-icon{font-size:64px;color:#49f9c3;margin-bottom:20px}.checkout-success h2{color:#49f9c3;margin-bottom:1rem;font-weight:600}.checkout-success p{color:#e0e0e0;margin-bottom:.5rem;opacity:.9}@media (max-width: 768px){.plans-grid{grid-template-columns:1fr}.checkout-form-container{padding:2rem 1.5rem}.checkout-buttons{flex-direction:column}}.plan-note{font-size:11px;color:#888;margin-bottom:30px;text-align:left;font-style:italic}.plan-renewal-note{font-size:12px;color:#9090b0;margin-top:10px}.subscription-error-panel{max-width:600px;margin:0 auto;padding:30px}.subscription-error-panel h2{margin-top:0}.subscription-error-note{font-size:14px;margin-top:15px;color:#e0e0e0}.subscription-error-actions{margin-top:25px;display:flex;gap:10px;justify-content:center}.btn-subscription-primary{padding:10px 20px;background-color:#49f9c3;color:#1e1e2e;border:none;border-radius:5px;cursor:pointer;font-weight:600}.btn-subscription-secondary{padding:10px 20px;background-color:#3a3a55;color:#e0e0e0;border:none;border-radius:5px;cursor:pointer}.subscription-success-note{font-size:12px;color:#999;margin-top:15px;font-style:italic}.btn-start-trading{margin-top:30px;padding:12px 24px;font-size:16px;background-color:#49f9c3;color:#1e1e2e;border:none;border-radius:5px;cursor:pointer;font-weight:700}.sub-success-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:2rem}.sub-success-icon{font-size:3rem;color:#49f9c3;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(73,249,195,.4)}.sub-success-page h1{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.sub-success-page p{font-size:1.1rem;color:#a0a0c0;margin-bottom:.5rem;max-width:440px}.sub-success-note{font-size:.9rem!important;color:#6b6b8a!important;margin-top:.5rem!important}.sub-success-btn{margin-top:2.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;background:transparent;color:#49f9c3;border:1.5px solid #49F9C3;border-radius:8px;cursor:pointer;transition:background .08s ease,color .08s ease}.sub-success-btn:hover{background:#49f9c3;color:#1e1e2e}.sub-error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:2rem}.sub-error-icon{font-size:3rem;color:#ff6b6b;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(255,107,107,.3)}.sub-error-page h1{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.sub-error-page p{font-size:1.1rem;color:#a0a0c0;margin-bottom:.5rem;max-width:440px}.sub-error-note{font-size:.9rem!important;color:#6b6b8a!important;margin-top:.25rem!important}.sub-error-actions{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap;justify-content:center}.sub-error-btn-primary{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:#49f9c3;color:#1e1e2e;border:1.5px solid #49F9C3;border-radius:8px;cursor:pointer;transition:background .08s ease,color .08s ease}.sub-error-btn-primary:hover{background:transparent;color:#49f9c3}.sub-error-btn-secondary{padding:.75rem 2rem;font-size:1rem;font-weight:600;background:transparent;color:#a0a0c0;border:1.5px solid #4a4a6a;border-radius:8px;cursor:pointer;transition:border-color .08s ease,color .08s ease}.sub-error-btn-secondary:hover{border-color:#a0a0c0;color:#e0e0e0}.getting-started-page{padding:2rem 2rem 0;min-height:70vh}.getting-started-container{max-width:1000px;margin:0 auto}.getting-started-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;font-weight:600}.getting-started-subtitle{text-align:center;color:#9090b0;font-size:1rem;margin-bottom:3rem}.docs-layout{display:grid;grid-template-columns:160px 1fr;gap:3.5rem}.docs-toc{position:sticky;top:5.5rem;align-self:start;display:flex;flex-direction:column;height:calc(100vh - 7.5rem)}.toc-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6060a0;margin-bottom:.75rem}.docs-toc nav ul{list-style:none;padding:0;margin:0;border-left:1px solid #3a3a58}.docs-toc nav li{margin:0}.docs-toc nav a{display:block;padding:.35rem 0 .35rem .875rem;font-size:.875rem;color:#7070a0;text-decoration:none;border-left:2px solid transparent;margin-left:-1px;transition:none;line-height:1.4}.docs-toc nav a:hover{color:#c0c0e0}.docs-toc nav a.active{color:#49f9c3;border-left-color:#49f9c3}.back-to-top-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-top:auto;margin-bottom:3rem;align-self:flex-end;font-size:1rem;color:#7070a0;background:#1a1a2ee6;border:1px solid #3a3a58;border-radius:8px;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .2s,transform .2s,color .15s,border-color .15s}.back-to-top-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top-btn:hover{color:#49f9c3;border-color:#49f9c3}.back-to-top-mobile{display:none}.docs-content{min-width:0}.docs-content section{padding-bottom:3rem;margin-bottom:1rem;border-bottom:1px solid #3a3a58;scroll-margin-top:5.5rem}.docs-content section:last-child{border-bottom:none;padding-bottom:1rem}.docs-content h2{color:#fff;font-size:1.6rem;font-weight:600;margin:0 0 1.75rem;padding-bottom:.6rem;border-bottom:1px solid #3a3a58}.docs-content h3{color:#49f9c3;font-size:1rem;font-weight:600;margin:1.75rem 0 .75rem;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.docs-content h3:first-of-type{margin-top:0}.docs-content p{color:#d0d0d0;line-height:1.7;margin-bottom:1rem}.docs-content ul,.docs-content ol{margin:.75rem 0 1rem;padding-left:1.75rem}.docs-content li{color:#d0d0d0;line-height:1.6;margin-bottom:.6rem}.docs-content li strong{color:#49f9c3}.list-item-toggle .list-item-toggle-content strong{color:#d0d0d0}.docs-content code{background:#49f9c314;color:#49f9c3;padding:.15em .45em;border-radius:4px;border:1px solid rgba(73,249,195,.2);font-size:.88em}.docs-content a{color:#49f9c3;text-decoration:none;border-bottom:1px solid transparent;transition:none}.docs-content a:hover{border-bottom-color:#49f9c3}.results-list{list-style:none;padding:0;display:grid;grid-template-columns:max-content 1fr;gap:.2rem 1.5rem;align-items:baseline;margin:.75rem 0 1rem}.results-list li{display:contents}.guide-image-container{margin:1.25rem 0;background:#1a1a2e;padding:1rem;border-radius:8px;border:1px solid #3a3a58;width:100%;box-sizing:border-box}.section-content li .guide-image-container{margin-left:auto;margin-right:auto;max-width:100%}.image-wrapper{position:relative;cursor:pointer;display:inline-block;max-width:100%}.guide-image{max-width:100%;height:auto;border-radius:6px;box-shadow:0 4px 15px #0000004d;display:block;margin:0 auto;transition:opacity .15s,transform .15s}.image-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#49f9c3;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;opacity:0;pointer-events:none;font-size:.9rem;font-weight:500;transition:opacity .15s}.image-caption{margin-top:.75rem;font-size:.85rem;color:#7070a0;font-style:italic;text-align:center}.collapsible-image-container{display:grid;grid-template-rows:0fr;margin-top:0;transition:grid-template-rows .3s ease,margin-top .3s ease;overflow:hidden}.collapsible-image-container.expanded{grid-template-rows:1fr;margin-top:.75rem;cursor:pointer}.collapsible-image-inner{overflow:hidden;min-height:0;padding:0 1rem;position:relative;z-index:1}.collapsible-image-inner>.guide-image-container{margin:.75rem 0 1rem}.collapsible-additional-content{margin-top:.75rem}.clickable-list-item{position:relative;display:block;margin-bottom:.25rem}.toggle-group{position:relative;border-radius:4px;margin:0 -.5rem;padding:0 .5rem}.toggle-group:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background:#49f9c30d;box-shadow:inset 2px 0 #49f9c3;opacity:0;transition:opacity 0s;pointer-events:none;will-change:opacity;z-index:0}.toggle-group:hover:before{opacity:1;transition:opacity .08s ease}.toggle-group:hover .list-item-toggle{color:#49f9c3}.toggle-group:hover .list-item-toggle-content strong{color:#9fffe5;text-decoration-color:#49f9c3}.toggle-group:hover .toggle-chevron{transform:scale(1.2)}.list-item-toggle{display:flex;align-items:baseline;gap:.5rem;cursor:pointer;color:inherit;background:none;border:none;padding:.4rem 0;border-radius:4px;font:inherit;text-align:left;width:100%;position:relative}button.list-item-toggle:active{transform:none}.toggle-group:active{transform:scale(.98);transition:transform .08s ease}.list-item-toggle:focus-visible{outline:2px solid #49F9C3;outline-offset:2px;border-radius:4px}.toggle-chevron{display:inline-block;font-size:.9rem;font-weight:700;color:#49f9c3;flex-shrink:0;transition:transform .2s}.list-item-toggle-content{flex:1;display:block}.list-item-toggle-content strong{display:inline-block;margin-bottom:.5rem;color:#d0d0d0;font-size:.9rem;text-decoration:underline;text-decoration-style:dashed;text-decoration-color:#5a5a7a;text-underline-offset:3px}.nested-list{margin-top:.5rem;margin-left:1.5rem;padding-left:1.5rem;padding-bottom:.75rem}.image-annotation-list{margin:.75rem auto 0;padding:0;list-style-position:inside;text-align:left;max-width:fit-content;font-size:.85rem;color:#7070a0;line-height:1.4}.image-annotation-list li{margin-bottom:.25rem;padding:0;color:#7070a0}.note-box,.tip-box,.warning-box{padding:.75rem 1rem;border-radius:6px;margin:1rem 0;border-left:3px solid;font-size:.9rem;line-height:1.6}.note-box{background:#6b6b9f1a;border-left-color:#6b6b9f;color:#b0b0d0}.tip-box{background:#49f9c312;border-left-color:#49f9c3;color:#b0b0d0}.warning-box{background:#f59e0b14;border-left-color:#f59e0b;color:#b0b0d0}.note-box strong,.tip-box strong,.warning-box strong{display:block;margin-bottom:.25rem;font-size:.85rem}@media (max-width: 768px){.getting-started-page{padding:1rem 1rem 3rem}.getting-started-container h1{font-size:2rem}.docs-layout{grid-template-columns:1fr;gap:0}.docs-toc,.back-to-top-btn{display:none}.back-to-top-mobile{display:flex;align-items:center;justify-content:center;position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;width:38px;height:38px;font-size:1rem;color:#7070a0;background:#1a1a2ef7;border:1px solid #3a3a58;border-radius:8px;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .2s,transform .2s,color .15s,border-color .15s}.back-to-top-mobile.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top-mobile:hover{color:#49f9c3;border-color:#49f9c3}.docs-content h2{font-size:1.3rem}}@media (max-width: 480px){.getting-started-page{padding:.75rem .75rem 3rem}.getting-started-container h1{font-size:1.5rem}.docs-content h2{font-size:1.1rem}.docs-content p,.docs-content li{font-size:.875rem}}.about-page{padding:2rem 2rem 0;min-height:70vh;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.about-container{max-width:900px;margin:0 auto}.about-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:600;font-family:Space Grotesk,sans-serif}.about-subtitle{text-align:center;color:#e0e0e0;font-size:1.2rem;margin-bottom:3rem;opacity:.9}.about-content{color:#e0e0e0;line-height:1.6}.about-content h3{color:#fff;font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #3a3a58;font-family:Space Grotesk,sans-serif}.about-content h3:first-child{margin-top:0}.about-content p{margin-bottom:1.5rem;font-size:1rem}.about-content ul{margin-left:1.5rem;margin-bottom:1.5rem}.about-content li{margin-bottom:.75rem}.guide-image-container{margin:1.5rem 0;text-align:center}.image-wrapper{position:relative;display:inline-block;cursor:pointer;border-radius:6px;overflow:hidden}.guide-image{max-width:100%;height:auto;border-radius:6px;box-shadow:0 4px 15px #0000004d;display:block;margin:0 auto}.image-wrapper:hover .guide-image{transform:scale(1.02);opacity:.9}.image-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#49f9c3;padding:.5rem 1rem;border-radius:6px;display:flex;align-items:center;gap:.5rem;opacity:0;pointer-events:none;font-size:.9rem;font-weight:500}.image-wrapper:hover .image-overlay{opacity:1}.open-image-icon{font-size:1rem}.open-image-text{font-family:Space Grotesk,sans-serif}.image-caption{margin-top:.75rem;font-size:.9rem;color:#a0a0a0;font-style:italic}.math-example{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.95rem;margin:1rem 0 1.5rem;padding:1rem 1.25rem;background:#1a1a2e99;border-radius:6px;border:1px solid #3a3a55}.math-row{display:contents}.math-row span:first-child{color:#a0a0c0;white-space:nowrap}.math-row span:last-child{color:#e0e0e0}.math-divider{grid-column:1 / -1;border-top:1px solid #3a3a55;margin:.4rem 0}.math-profit span:first-child{color:#49f9c3;font-weight:600}.math-profit span:last-child{color:#49f9c3;font-weight:600}.note-box{background:#2a2a48;border-left:4px solid #6b6b9f;padding:1rem;margin:1.5rem 0;border-radius:4px;color:#e0e0e0;font-size:.95rem;line-height:1.6}.note-box strong{color:#49f9c3;font-weight:600}@media (max-width: 768px){.about-page{padding:1rem}.about-container h1{font-size:1.8rem}.about-subtitle{font-size:1rem;margin-bottom:2rem}.about-content h3{font-size:1.1rem}}@media (max-width: 480px){.about-page{padding:.75rem}.about-container h1{font-size:1.5rem}.about-subtitle{font-size:.9rem}.about-content h3{font-size:.95rem}.about-content p,.about-content li{font-size:.875rem;line-height:1.5}.about-content ul{margin-left:1rem}.math-example{grid-template-columns:1fr max-content}.math-row span:first-child{white-space:normal}.math-row span:last-child{white-space:nowrap}}.login-success-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;text-align:center;padding:2rem}.login-success-icon{font-size:3rem;color:#49f9c3;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(73,249,195,.4)}.login-success-page h1{font-size:2.5rem;font-weight:600;color:#fff;margin-bottom:1rem}.login-success-page p{font-size:1.1rem;color:#a0a0c0;margin-bottom:.5rem;max-width:420px}.login-success-btn{margin-top:2.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;background:transparent;color:#49f9c3;border:1.5px solid #49F9C3;border-radius:8px;cursor:pointer;transition:background .08s ease,color .08s ease}.login-success-btn:hover{background:#49f9c3;color:#1e1e2e}.legal-page{padding:2rem 2rem 3rem;min-height:70vh;font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.legal-container{max-width:860px;margin:0 auto}.legal-container h1{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:600;font-family:Space Grotesk,sans-serif}.legal-meta{text-align:center;color:#a0a0a0;font-size:.9rem;margin-bottom:3rem}.legal-content{color:#e0e0e0;line-height:1.7}.legal-content h2{color:#fff;font-size:1.2rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.4rem;border-bottom:1px solid #3a3a58;font-family:Space Grotesk,sans-serif}.legal-content h2:first-child{margin-top:0}.legal-content p{margin-bottom:1.25rem;font-size:.97rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1.25rem}.legal-content li{margin-bottom:.5rem;font-size:.97rem}.legal-content a{color:#49f9c3;text-decoration:none}.legal-content a:hover{text-decoration:underline}@media (max-width: 768px){.legal-page{padding:1rem 1rem 2rem}.legal-container h1{font-size:1.8rem}.legal-content h2{font-size:1.05rem}}@media (max-width: 480px){.legal-container h1{font-size:1.5rem}.legal-content p,.legal-content li{font-size:.875rem}}.footer{position:relative;z-index:1;border-top:1px solid #2e2e48;padding:1.5rem 2rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.6rem}.footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem}.footer-link{color:#9090b0;text-decoration:none;font-size:.82rem;transition:color .15s}.footer-link:hover{color:#49f9c3}.footer-sep{color:#444460;font-size:.82rem;padding:0 .25rem}.footer-copy{color:#707070;font-size:.78rem;margin:0}@media (max-width: 480px){.footer{padding:1.25rem 1rem}}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1e1e2e,#252538,#1e1e2e,#2d2d44,#1e1e2e);position:relative}.app:before{content:"";position:fixed;top:-100%;left:-100%;width:300%;height:300%;background:radial-gradient(circle at 56% 48%,transparent 0%,rgba(73,249,195,.07) 25%,transparent 55%);border-radius:50%;pointer-events:none;z-index:0;animation:rotate 20s linear infinite;will-change:transform}.app:after{content:"";position:fixed;top:50%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(73,249,195,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.main-content:has(.home){overflow:hidden;position:relative;padding:0;max-width:100%}@keyframes rotate{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}.main-content{flex:1;padding:6rem 2rem 0;max-width:1200px;width:100%;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.main-content{padding:5rem 1rem 0}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,Segoe UI,-apple-system,BlinkMacSystemFont,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e1e2e,#252538,#1e1e2e,#2d2d44,#1e1e2e);background-attachment:fixed;min-height:100vh;color:#e0e0e0}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}.btn{padding:.75rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;display:inline-block;cursor:pointer;font-family:Roboto,Segoe UI,sans-serif;transition:transform .1s;transform:translateY(0);will-change:transform;position:relative;z-index:0;overflow:hidden}button{font-family:Roboto,Segoe UI,sans-serif}.btn-primary{background:transparent;color:#a0a0c0;border:1.5px solid #4a4a6a;box-shadow:0 2px #2a2a40,0 3px 6px #00000040}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#3a3a55;opacity:0;transition:opacity 0s;z-index:-1;pointer-events:none;will-change:opacity}.btn-primary:hover{border-color:#6b6b8a;color:#e0e0e0;box-shadow:0 3px #1e1e30,0 4px 10px #0000004d;transform:translateY(-1px)}.btn-primary:hover:before{opacity:1;transition:opacity .08s ease}.btn-primary:active{box-shadow:0 1px #2a2a40,0 1px 3px #0003;transform:translateY(1px)}.btn-primary:active:before{opacity:1;background:#2e2e48}.btn-secondary{background:#49f9c3;color:#0f0f1a;border:1.5px solid #49F9C3;font-weight:700;box-shadow:0 2px #1db87e,0 3px 10px #49f9c340;transition:transform .1s,background .08s ease,color .08s ease}.btn-secondary:hover{background:transparent;color:#49f9c3;box-shadow:0 3px #178c5e,0 4px 14px #49f9c34d;transform:translateY(-1px)}.btn-secondary:active{background:#49f9c31a;box-shadow:0 1px #1db87e,0 1px 4px #49f9c326;transform:translateY(1px)}.btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none;pointer-events:none}button:not(:disabled):active{transform:scale(.97)}.logo-o{height:.85em;width:.85em;object-fit:cover;border-radius:50%;vertical-align:middle;display:inline-block;position:relative;top:-.05em;margin:0 -.1em;transform:rotate(15deg)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
