
:root{--background:#111816;--foreground:#e9eee9;--card:#19211e;--primary:#c9ef83;--border:#2d3832;--muted:#97a49c;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer;background:none;border:1px solid transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;padding:9px 13px;font-size:14px}button:hover{background:#29362c}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--primary);outline-offset:3px}button:disabled{opacity:.5;cursor:wait}a{color:var(--primary);text-decoration:none}p{margin:0 0 12px}h1,h2,h3{margin:0;font-weight:500}h1{font-size:36px;letter-spacing:-1.4px}h2{font-size:25px;letter-spacing:-.7px}h3{font-size:16px;display:flex;align-items:center;gap:8px}.shell{display:flex;min-height:100vh}.sidebar{width:235px;flex-shrink:0;border-right:1px solid var(--border);padding:30px 20px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;background:#151d19}.brand{color:var(--foreground);font-size:17px;letter-spacing:1px;font-weight:700;display:flex;align-items:center;gap:11px;margin-bottom:53px}.mark{width:32px;height:32px;display:grid;place-items:center;background:var(--primary);color:#182615;border-radius:5px;font-weight:900;font-size:24px;font-style:italic}.eyebrow{color:var(--muted);font-size:12px;letter-spacing:1.5px;font-weight:600;margin:0 0 12px}nav{display:grid;gap:7px}nav button{justify-content:flex-start;padding:12px;color:#a6b1aa}nav button.selected{background:#2b3929;color:var(--primary)}.sidebottom{margin-top:auto;padding-top:50px}.sidebottom p{font-size:14px;color:var(--muted);margin-top:14px}.sidebottom button{padding-left:0}main{min-width:0;flex:1}header{height:73px;padding:0 35px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-size:14px}header>span{display:flex;align-items:center;gap:12px}.muted{color:var(--muted)}.content{padding:34px;max-width:1800px;margin:auto}.titlebar{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;gap:20px}.titlebar p:last-child{font-size:14px;margin-top:8px;margin-bottom:0}.lime{color:var(--primary)}.primary{background:var(--primary);color:#1a2916;font-weight:600;white-space:nowrap}.primary:hover{background:#ddffa9}.notice{padding:11px 15px;border:1px solid #404d30;background:#222c1e;border-radius:6px;color:#c4d7a8;font-size:14px;margin-bottom:24px}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:9px;overflow:hidden;margin-bottom:28px;background:#171f1b}.stat{padding:22px 24px;border-right:1px solid var(--border)}.stat:last-child{border:0}.stat strong{display:block;font-size:30px;font-weight:500;letter-spacing:-1px}.stat span{font-size:13px;color:var(--muted);display:block;margin-top:5px}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 325px;gap:22px}.panel{border:1px solid var(--border);border-radius:9px;background:var(--card);overflow:hidden}.panelhead{padding:15px 20px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:10px}.tabs{display:flex;gap:5px;flex-wrap:wrap}.tabs button{color:var(--muted)}.tabs button.active{background:#303e2b;color:var(--primary)}small{font-size:12px}.tabs small{border-radius:3px;background:#3b4933;padding:0 5px}.assettitle{display:flex;align-items:center;justify-content:space-between;padding:24px}.badge{border:1px solid #46533c;background:#283321;color:#c9dca9;border-radius:4px;letter-spacing:.8px;padding:4px 7px;font-size:12px;white-space:nowrap}.chart{width:calc(100% - 48px);height:255px;margin:0 24px}.chartfoot{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;padding:10px 24px 22px;gap:16px}.agent{padding:20px;display:flex;gap:14px;border-bottom:1px solid var(--border)}.number{font-family:monospace;color:var(--primary);font-size:13px;border:1px solid #46503c;border-radius:6px;width:30px;height:30px;display:grid;place-items:center;flex-shrink:0}.agent p{font-size:14px;color:var(--muted);margin:4px 0 8px}.agent small{color:#b3bda5;font-size:12px}.verdict{background:#253021;margin:17px;border:1px solid #415233;border-radius:7px;padding:17px}.verdict h2{display:flex;justify-content:space-between;color:var(--primary)}.verdict p:last-child{font-size:14px;color:#b2c0a7;margin:7px 0 0}footer{display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px;color:#8d9a91;margin-top:32px;padding-top:18px;border-top:1px solid var(--border)}footer span{letter-spacing:0}@media(min-width:1500px){.content{padding:40px 50px}.workspace{grid-template-columns:minmax(0,1fr) 360px}.chart{height:300px}}@media(max-width:1100px){.sidebar{width:200px;padding:26px 14px}.content{padding:24px}.workspace{grid-template-columns:1fr}.intelligence{display:none}.stat{padding:18px 14px}.stat strong{font-size:26px}}@media(max-width:700px){.shell{display:block}.sidebar{width:100%;height:auto;position:static;padding:15px;border-right:0;border-bottom:1px solid var(--border)}.brand{margin-bottom:15px}.sidebar>.eyebrow,.sidebottom{display:none}nav{display:flex;overflow:auto;gap:4px}nav button{white-space:nowrap;font-size:13px;padding:8px}nav button svg{display:none}header{height:48px;padding:0 16px}header>.muted{display:none}.content{padding:22px 16px}.titlebar{align-items:flex-start}.titlebar .primary{padding:9px;font-size:12px}h1{font-size:29px}.stats{grid-template-columns:repeat(2,1fr)}.stat{border-bottom:1px solid var(--border)}.stat:nth-child(2){border-right:0}.chart{height:210px}.chartfoot{flex-wrap:wrap}.intelligence{display:block}footer{gap:20px;font-size:12px}.assettitle{padding:18px}.panelhead{padding:12px}}
.brand{font-size:16px;letter-spacing:-.3px;margin-bottom:30px;gap:7px}.brandtag{font-size:10px;color:#a8b0aa;letter-spacing:1px}.sidebar{width:220px;padding:25px 16px}.sidebar nav{gap:3px}.sidebar nav button{padding:10px 11px;font-size:14px}.sidebottom{padding-top:25px}.mode{display:flex;background:#1c251f;border:1px solid var(--border);border-radius:6px}.mode button{padding:5px 13px}.mode .active{color:var(--primary);background:#2e3b27}.outline{border-color:#46513f;background:#1b251d}.instrumentbar{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-bottom:24px}.instrumentbar>select{max-width:235px}.tickerform{display:flex;border:1px solid var(--border);border-radius:6px}.tickerform input{width:120px;border:0}.statusstrip{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;font-size:12px;color:#9da89f;padding:0 0 22px}.stats{margin-bottom:24px}.stat{padding:18px}.stat strong{font-size:27px}.positive{color:#c9ef83}.negative{color:#e99691}.below{margin-top:24px}.padded{padding:24px}.padded>h2,.padded>h3{margin-bottom:13px}.padded>.panelhead{padding:0 0 18px;margin-bottom:18px}.inset{margin:20px}.panelhead .caption{margin:5px 0 0}.empty{min-height:230px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:32px;color:#91a18f}.empty h3{color:#d3dfce;margin:12px 0 8px}.empty p{max-width:540px;font-size:14px}.caption{color:#9da99e;font-size:12px;line-height:1.7;margin:10px 0}.chartread{font-size:12px;color:#a7b6a0;padding:0 24px 10px;min-height:28px}.agentbutton{width:100%;text-align:left;justify-content:flex-start;border-radius:0;padding:16px 18px}.agentbutton .agent{padding:0}.agentbutton p{font-size:13px}.tablewrap{overflow-x:auto}table{border-collapse:collapse;width:100%;white-space:nowrap;text-align:left;font-size:14px}th{font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#91a18f;font-weight:500;background:#151d17}td,th{padding:14px 20px;border-bottom:1px solid #2b362d}tbody tr:last-child td{border-bottom:0}.currentrow{background:#202d20}.assetbutton{justify-content:flex-start;padding:0;text-align:left}.assetbutton b{display:block;font-weight:500}.assetbutton small{display:block;color:#94a18f;margin-top:2px}.coinmark{width:32px;height:32px;border-radius:8px;background:#2e3b28;border:1px solid #4c5b3f;color:#c7dfa1;display:grid;place-items:center;font-size:12px;margin-right:5px}.pill{padding:4px 8px;border:1px solid #46533e;border-radius:4px;font-size:12px;color:#b3c1a8;white-space:nowrap}.tablefooter{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;color:#a4b19b;font-size:12px;border-top:1px solid var(--border)}.tablecontrols{display:flex;gap:10px;flex-wrap:wrap}input,select,textarea{border:1px solid #3c4939;border-radius:5px;padding:9px 11px;color:#e7eee1;background:#121c14;font-size:14px;max-width:100%}input::placeholder,textarea::placeholder{color:#8e9b89}select{cursor:pointer}textarea{display:block;width:100%;resize:vertical;line-height:1.7;margin:8px 0 16px}input[type=checkbox]{accent-color:#c9ef83;width:16px;height:16px}.formrow{display:flex;gap:16px;flex-wrap:wrap;margin:20px 0}.formrow label,.walletform label,.peerinputs label,.blocklabel{display:flex;flex-direction:column;gap:7px;font-size:14px;color:#adbba4}.formrow input,.formrow select{width:175px}.checkbox{display:flex;align-items:center;gap:10px;font-size:14px}.actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.researchhero{display:flex;justify-content:space-between;gap:24px;align-items:center;margin:24px 0}.researchhero p:last-child{font-size:14px;margin:10px 0}.stepnav{display:flex;border-bottom:1px solid var(--border);gap:16px;margin:22px 0}.stepnav button{border-radius:0;color:#a4b09c;border-bottom:2px solid transparent;padding:15px 10px}.stepnav button.active{border-bottom-color:var(--primary);color:var(--primary)}.researchgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.researchcard{padding:26px}.researchcard h2{margin:20px 0 13px;font-size:22px}.researchcard p{color:#adb9a4;font-size:15px;line-height:1.8;max-width:60ch}.sourcebar{display:flex;gap:17px;align-items:center;flex-wrap:wrap;font-size:13px;color:#9bab92;padding:25px 0}.peerinputs{display:flex;gap:12px}.peerinputs input{max-width:130px}.checkrow{display:flex;gap:17px;padding:20px 0;border-bottom:1px solid var(--border)}.checkrow p{font-size:15px;line-height:1.8;color:#aebba7;margin:8px 0}.biashero{padding:28px;margin-bottom:24px;background:linear-gradient(100deg,#25341e,#18221a)}.biashero h2{font-size:38px;color:var(--primary);margin:12px 0}.biashero p{max-width:700px;color:#bbc7b3}.gaterow{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:14px;padding:16px 0;border-bottom:1px solid var(--border)}.walletform{display:grid;grid-template-columns:90px minmax(150px,1fr) 180px auto;gap:14px;align-items:end;margin:22px 0}.walletchips{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.walletchip{display:flex;border:1px solid var(--border);border-radius:5px}.walletchip .active{color:#c9ef83;background:#2c3b26}.sectiontabs{margin-bottom:22px}.break{overflow-wrap:anywhere}.provider{padding:24px;display:flex;justify-content:space-between;align-items:center;gap:25px;border-bottom:1px solid var(--border)}.provider>div:first-child{max-width:650px}.provider>div:last-child{display:grid;gap:14px;text-align:right;font-size:13px;flex-shrink:0}.provider p{color:#a7b69d;font-size:14px;line-height:1.8;margin:9px 0}summary{cursor:pointer;color:#cfdebc;font-size:13px}details p{padding:12px;background:#111b13;border-radius:5px}code{overflow-wrap:anywhere;font-size:12px}.providerline{font-size:14px;color:#b5c2ab;padding:12px 0;border-bottom:1px solid var(--border)}.suggestions{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.tvembed{height:650px;width:100%;background:#111816;border-radius:6px;overflow:hidden}.tvembed iframe{max-width:100%}.reporttext{font-size:16px;line-height:1.85;overflow-wrap:anywhere}.reporttext h3{margin:24px 0 12px;font-size:21px}.reporttext .tableline{font-family:monospace;font-size:13px;white-space:pre;overflow:auto}.sources{display:flex;flex-wrap:wrap;gap:15px;font-size:13px}.marginbottom{margin-bottom:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1250px){.workspace{grid-template-columns:1fr}.intelligence{display:none}.tablecontrols input{max-width:160px}.walletform{grid-template-columns:90px 1fr}.researchhero{align-items:flex-start;flex-direction:column}}@media(max-width:900px){.sidebar{width:195px}.researchgrid{grid-template-columns:1fr}.panelhead{flex-wrap:wrap}.stat strong{font-size:22px}.tablecontrols{width:100%}.provider{align-items:flex-start}.content{padding:24px 20px}.walletform{grid-template-columns:1fr}.walletform input{width:100%}}@media(max-width:700px){.sidebar{width:100%;padding:16px}.sidebar nav{display:flex;overflow-x:auto}.sidebar nav button{padding:8px;flex-shrink:0}.brand{margin-bottom:12px}.content{padding:20px 14px}.statusstrip{gap:8px}.instrumentbar{gap:10px}.stats{grid-template-columns:1fr 1fr}.stat strong{font-size:22px}.padded{padding:18px}.researchcard{padding:22px}.intelligence{display:block}.stepnav{gap:0;justify-content:space-between}.stepnav button{font-size:12px;padding:12px 7px}.provider{flex-direction:column}.provider>div:last-child{text-align:left}.tablecontrols input{max-width:100%}.peerinputs input{max-width:120px}.tvembed{height:600px}.chart{height:220px}.titlebar .outline{font-size:12px;padding:8px}.formrow label{flex:1}.formrow input,.formrow select{width:100%;min-width:110px}.tickerform{width:100%}.tickerform input{flex:1}footer{flex-wrap:wrap}}
.newsworkspace{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:22px}.newsitem{padding:20px 0;border-bottom:1px solid var(--border)}.wrapcell{white-space:normal;min-width:250px;max-width:450px}.terminalsplit{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.terminalsplit .newsrail h3{margin:0 0 10px}.terminalsplit .newsrail .tvembed{height:610px}.terminalsplit .caption{font-size:12px}.terminalsplit .tvembed{height:650px}.terminalsplit>.newsrail{border-left:1px solid var(--border);padding-left:18px}@media(max-width:1150px){.terminalsplit{grid-template-columns:1fr}.terminalsplit>.newsrail{border:0;padding:0}.terminalsplit .newsrail .tvembed{height:430px}.newsworkspace{grid-template-columns:1fr}} 

.sidebar{overflow-y:auto}.tvembed{width:100%}.tvembed>.tradingview-widget-container__widget{height:100%;width:100%}.researchgrid ol{padding-left:20px}.researchgrid li{margin-bottom:8px}

/* Widgets own their mount styles; the outer frame controls layout. */
.tvshell{width:100%;min-width:0}.tvtoolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;font-size:13px;color:var(--muted)}.tvframe{height:620px;width:100%;min-width:0;background:#111816;border-radius:6px;overflow:hidden}.tvframe>.tvmount{width:100%!important;height:100%!important}.tvmount iframe{width:100%!important;height:100%!important;display:block}.tvframe-news{height:560px}.tvframe-calendar{height:650px}.tvframe-profile{height:450px}.tvframe-financials{height:650px}.tvframe-technical{height:460px}.tvcredit{margin:10px 0 0}.tvexpanded{position:fixed;inset:0;z-index:9999;background:#111816;padding:16px;display:flex;flex-direction:column}.tvexpanded .tvframe{height:auto;flex:1;min-height:0}.tvexpanded .tvtoolbar{flex-shrink:0}.tvexpanded .tvcredit{flex-shrink:0}.terminalsplit{grid-template-columns:minmax(0,1fr)}.terminalsplit>.newsrail{border:0;padding:0}.terminalsplit .newsrail .tvframe-news{height:430px}
.sidebar{width:205px;padding:20px 14px}.sidebar .brand{font-size:14px;margin-bottom:26px;letter-spacing:0}.sidebar nav{gap:3px}.sidebar nav button{padding:9px 11px;font-size:13px}.sidebottom{padding-top:22px}.content{padding:24px}.titlebar{margin-bottom:18px}.titlebar h1{font-size:30px}.autoresearch{margin-top:28px}.bars{display:grid;gap:14px;padding-top:20px}.barrow{display:grid;grid-template-columns:90px minmax(40px,1fr) 70px;gap:12px;align-items:center;font-size:12px}.barrow>div{background:#25332b;height:14px;border-radius:3px;overflow:hidden}.barrow i{display:block;background:var(--primary);height:100%;border-radius:3px}.barrow strong{text-align:right}.signalstats{display:flex;flex-wrap:wrap;gap:25px;margin:20px 0}.signalstats span{display:grid;color:var(--muted);font-size:13px}.signalstats b{color:var(--foreground);font-size:22px}.loadingreport>div{height:18px;background:#29362e;margin:16px 0;border-radius:4px;animation:pulse 1.2s infinite alternate}.loadingreport>div:nth-child(2){width:80%}.loadingreport>div:nth-child(3){width:60%}@keyframes pulse{to{opacity:.4}}@media(min-width:1500px){.terminalsplit{grid-template-columns:minmax(0,1fr) 330px}.terminalsplit .newsrail .tvframe-news{height:620px}}@media(max-width:700px){.sidebar{width:100%;height:auto;position:relative;padding:12px}.sidebar .brand{margin-bottom:10px}.sidebar nav{display:flex}.content{padding:18px 12px}.tvframe-chart{height:520px}.tvframe-profile{height:520px}.barrow{grid-template-columns:80px 1fr 60px}.tvexpanded{padding:8px}.autoresearch .researchhero{gap:12px}}

.policyfeed{max-height:470px;overflow:auto}.policyitem{width:100%;display:grid;text-align:left;justify-content:stretch;gap:7px;padding:14px 10px;border-bottom:1px solid var(--border);border-radius:0}.policyitem small{color:var(--muted)}.policyitem.active{background:#2b3929}.policyitem span{line-height:1.5}.newsworkspace{grid-template-columns:minmax(0,1.2fr) minmax(280px,1fr)}@media(max-width:1100px){.newsworkspace{grid-template-columns:1fr}}
.btcontrols{display:flex;gap:16px;flex-wrap:wrap;margin:20px 0;align-items:end}.btcontrols label{display:grid;gap:8px;min-width:130px;flex:1}.btcontrols input,.btcontrols select{width:100%}.btpresets{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.btpresets button{text-align:left;padding:16px;white-space:normal}.btpresets small{display:block;line-height:1.6;margin-top:8px;color:var(--muted)}.btpresets .active{border-color:#c9ef83;background:#253422}.btcustom{border:1px solid #3a4738;padding:20px;border-radius:12px;margin-top:20px}.btcustom>label{display:block;margin:12px 0}.btmetrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:24px 0}.btmetrics>div{padding:16px;background:#182117;border-radius:10px}.btmetrics strong{display:block;font-size:24px;margin-top:10px}.btmetrics small{color:#a9b3a5}details{line-height:1.7}summary{cursor:pointer}
.tvactions{display:flex;gap:8px;flex-shrink:0}.tvshell{isolation:isolate}.tvexpanded{isolation:auto}.tvframe-chart{height:clamp(480px,72vh,820px)}.tvframe-calendar{height:750px}.tvframe-financials{height:750px}.tvframe-technical{height:520px}.tvmount>div{height:100%;width:100%}.btcontrols input{min-width:0}@media(max-width:700px){.tvframe-chart{height:520px}.tvtoolbar{flex-wrap:wrap}.tvexpanded .tvframe{min-height:0}.btcontrols label{min-width:120px}.btpresets{grid-template-columns:1fr 1fr}}
/* Personal workspace: clear hierarchy, generous controls, and compact evidence. */
:root{color-scheme:dark}.content{max-width:1660px}button,input,select{min-height:38px}button:disabled{cursor:not-allowed}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-group{display:grid;gap:3px}.nav-group>p{font-size:11px;color:#819188;letter-spacing:1.2px;margin:20px 11px 7px}.nav-group:first-child>p{margin-top:0}.sidebar nav button{width:100%;font-size:14px}.sidebar>.eyebrow{display:none}.nav-dot{width:6px;height:6px;border-radius:50%;background:var(--primary);margin-left:auto}.header-actions{display:flex;gap:16px;align-items:center}.search-launch{border:1px solid var(--border);color:var(--muted);font-size:13px}.search-launch kbd{font-family:inherit;font-size:11px;border:1px solid var(--border);border-radius:4px;padding:2px 5px;margin-left:18px}.mode button{min-height:32px}.block-muted{display:block;color:var(--muted);font-size:12px;margin-top:4px;max-width:240px;white-space:normal}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2{font-size:25px}.section-heading p{margin-bottom:6px}.desk-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:8px 0 26px}.desk-intro h2{font-size:34px;letter-spacing:-1px;margin:0 0 10px}.desk-intro p:last-child{color:var(--muted);margin-bottom:0}.desk-metrics,.journal-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0}.desk-metrics>div,.journal-metrics>div{border:1px solid var(--border);border-radius:10px;padding:20px;background:var(--card)}.desk-metrics small,.journal-metrics small{font-size:13px;color:var(--muted)}.desk-metrics strong,.journal-metrics strong{display:block;font-size:33px;letter-spacing:-1px;font-weight:500;margin:9px 0}.desk-metrics span{font-size:12px;color:var(--muted)}.desk-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:20px}.desk-grid>.panel{min-width:0}.daily-prep textarea{margin-top:18px;background:#111a15}.gentle-state{padding:42px 28px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:var(--muted);line-height:1.7}.gentle-state h2,.gentle-state h3{color:var(--foreground);margin:0}.gentle-state p{max-width:620px;margin:0}.compact-state{padding:26px}.watch-instrument{display:grid;justify-content:start;gap:4px;text-align:left;padding:0}.watch-instrument small{color:var(--muted);max-width:180px;white-space:normal}.watch-button{margin-left:auto}.workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.workflow-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;border:1px solid var(--border);background:var(--card);padding:22px;border-radius:10px;min-height:208px}.workflow-card h3{margin-top:18px;font-size:17px}.workflow-card p{color:var(--muted);font-size:14px;line-height:1.65;margin:10px 0 0}.workflow-card>svg{position:absolute;right:18px;top:23px;color:var(--muted)}.workflow-card:hover{border-color:#687e52}.plan-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.saved-plan{padding:22px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0}.saved-plan h3{font-size:18px;overflow-wrap:anywhere}.saved-plan>p{color:var(--muted);font-size:14px;margin:10px 0}.saved-plan .section-heading{margin-bottom:16px}.plan-mini{display:flex;gap:30px;margin:18px 0;color:var(--muted);font-size:12px}.plan-mini b{display:block;font-size:20px;color:var(--foreground);margin-top:6px;font-weight:500}.saved-plan .actions button{padding:7px;font-size:13px}.desk-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}.desk-bottom>.caption{max-width:490px}.planner-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;align-items:start}.planner-main{min-width:0}.plan-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin:25px 0}.plan-top label,.plan-price-inputs label,.plan-capital label,.plan-advanced label,.alert-form label{display:grid;gap:8px;font-size:14px;color:#b6c4b6;min-width:0}.plan-top input,.plan-top select,.plan-price-inputs input,.plan-capital input,.plan-advanced input,.plan-advanced select{width:100%;font-size:16px}.plan-price-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.plan-price-inputs input{font-size:24px;height:57px;font-variant-numeric:tabular-nums}.plan-price-inputs label:nth-child(2){color:#e6a2a7}.plan-price-inputs label:nth-child(3){color:#c9ef83}.level-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0 0}.level-shortcuts button{font-size:12px;min-height:32px;padding:5px 9px}.plan-capital{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:24px 0}.settings-details{border:1px solid var(--border);border-radius:8px;padding:16px;margin:20px 0}.settings-details summary{font-size:14px}.plan-advanced{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.risk-bar{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;background:#222f22;border:1px solid #46543c;border-radius:9px;margin-top:26px}.risk-bar>div{padding:20px;border-right:1px solid #46543c;min-width:0}.risk-bar>div:last-child{border:0}.risk-bar small{font-size:12px;color:#b7c5ad}.risk-bar strong{display:block;color:var(--primary);font-size:25px;font-weight:500;letter-spacing:-.5px;margin:9px 0;overflow-wrap:anywhere}.risk-bar span{display:block;font-size:12px;color:var(--muted)}.risk-diagram{width:100%;height:90px;margin:14px 0}.plan-summary{display:flex;flex-wrap:wrap;gap:15px 28px;font-size:13px;color:var(--muted)}.plan-summary b{display:block;color:var(--foreground);font-size:16px;margin-top:5px}.plan-checklist{display:grid;gap:12px;padding:20px 0;margin-bottom:15px}.plan-checklist label{display:flex;gap:11px;align-items:center;font-size:14px}.plan-list-item{display:grid;text-align:left;justify-content:stretch;width:100%;padding:15px 0;border-radius:0;border-bottom:1px solid var(--border);gap:7px;white-space:normal}.plan-list-item small{color:var(--muted)}.plan-list-item.active{color:var(--primary)}.context-link{display:flex;justify-content:space-between;text-align:left;width:100%;padding:15px 0;border-bottom:1px solid var(--border);font-size:14px}.form-error{color:#f0a0a8;background:#342024;border:1px solid #66333a;border-radius:6px;padding:12px 15px;margin-top:16px;font-size:14px}.form-success{display:flex;gap:9px;align-items:center;color:var(--primary);padding:12px 0;font-size:14px}.journal-controls{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin:25px 0}.journal-controls>.caption{margin-left:auto}.journal-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.journal-metrics strong{font-size:27px}.journal-form{margin:20px 0;border-color:#647850}.journal-preview{padding:15px 0;margin:15px 0 0;font-size:18px}.review-stat{display:flex;justify-content:space-between;gap:24px;padding:17px 0;border-bottom:1px solid var(--border);font-size:14px}.review-stat span{color:var(--muted)}.review-stat b{font-weight:500}.alert-form{display:grid;grid-template-columns:140px 180px minmax(150px,1fr) auto;gap:16px;align-items:end;margin:25px 0}.alert-form input,.alert-form select{height:43px}.monitoring-note{display:flex;align-items:flex-start;gap:12px;color:var(--muted);font-size:13px;line-height:1.7}.monitoring-note p{margin:0;max-width:850px}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--primary);margin-top:7px;flex-shrink:0}.alert-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.alert-card.triggered{border-color:#738b52;background:#243120}.alert-card h2{margin:16px 0;font-size:28px}.alert-card>p{color:var(--muted);line-height:1.65;overflow-wrap:anywhere}.alert-summary{display:flex;align-items:center;gap:16px;border:1px solid #617742;border-radius:8px;background:#27371f;padding:16px 20px;margin:0 0 24px}.alert-summary p{font-size:13px;color:#c0cfb4;margin:5px 0 0}.alert-summary button{margin-left:auto}.workspace-toast{position:fixed;right:24px;bottom:24px;z-index:11000;background:#d9edbf;color:#1a2917;border:1px solid #a9c68a;padding:14px 18px;border-radius:9px;box-shadow:0 12px 40px #0005;display:flex;align-items:center;gap:15px;max-width:calc(100vw - 32px);font-size:14px}.workspace-toast button{color:#20331b;padding:2px 8px;font-size:22px}.workspace-error{margin-top:24px;border:1px solid #743c3c;background:#2c2020;padding:12px 18px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#f0b8b8;font-size:14px}.command-dialog{width:min(620px,calc(100vw - 30px));padding:0;background:#19221c;color:var(--foreground);border:1px solid #536249;border-radius:14px;max-height:80vh;box-shadow:0 25px 100px #0008}.command-dialog::backdrop{background:#07100bc9;backdrop-filter:blur(4px)}.command-input{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid var(--border)}.command-input input{background:none;border:0;outline:none!important;font-size:17px;width:100%}.command-results{padding:10px 18px 18px;max-height:58vh;overflow:auto}.command-results>.eyebrow{margin:20px 8px 8px}.command-results button{width:100%;justify-content:space-between;min-height:48px;text-align:left}.command-results b{font-weight:500}.command-results small{display:block;color:var(--muted);margin-top:4px}.command-footer{padding:12px 22px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}
@media(max-width:1250px){.desk-grid{grid-template-columns:1fr}.workflow-grid{grid-template-columns:1fr 1fr}.planner-layout{grid-template-columns:minmax(0,1fr) 235px}.risk-bar{grid-template-columns:1fr}.risk-bar>div{border-right:0;border-bottom:1px solid #46543c;display:grid;grid-template-columns:1fr 1fr}.risk-bar strong{grid-column:2;grid-row:1/3;margin:0;align-self:center;text-align:right}.plan-advanced{grid-template-columns:1fr 1fr}.alert-grid{grid-template-columns:1fr 1fr}.alert-form{grid-template-columns:1fr 1fr}.journal-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.plan-cards{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.planner-layout{grid-template-columns:1fr}.plan-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plan-sidebar>.below{margin-top:0}.desk-metrics{grid-template-columns:1fr 1fr}.desk-intro{align-items:flex-start}.search-launch span,.search-launch kbd{display:none}.header-actions{gap:8px}.desk-bottom{flex-direction:column;align-items:flex-start}.desk-intro h2{font-size:28px}.plan-top{grid-template-columns:1fr 1fr}.plan-top label:first-child{grid-column:1/-1}}
@media(max-width:700px){button,input,select{min-height:42px}.sidebar nav{display:flex}.nav-group{display:contents}.nav-group>p{display:none}.sidebar nav button{width:auto;font-size:13px}.header-actions{gap:6px}.search-launch{border:0;padding:6px}.desk-intro{flex-direction:column}.desk-intro .primary{width:100%}.desk-metrics{gap:10px}.desk-metrics>div,.journal-metrics>div{padding:15px}.desk-metrics strong{font-size:27px}.desk-metrics span{font-size:12px}.workflow-grid{gap:10px}.workflow-card{padding:16px;min-height:220px}.workflow-card h3{font-size:16px}.workflow-card>svg{right:12px;top:19px}.workflow-card p{font-size:13px}.plan-price-inputs{gap:9px}.plan-price-inputs input{font-size:18px;padding:8px;min-width:0}.plan-price-inputs label{font-size:12px}.plan-cards{grid-template-columns:1fr}.plan-sidebar{grid-template-columns:1fr}.plan-advanced{grid-template-columns:1fr 1fr}.plan-capital{gap:12px}.journal-metrics{grid-template-columns:1fr 1fr}.journal-metrics strong{font-size:24px}.section-heading{flex-wrap:wrap;gap:12px}.alert-grid{grid-template-columns:1fr}.alert-form{grid-template-columns:1fr 1fr}.alert-form label:nth-child(3){grid-column:1/-1}.alert-form>.primary{grid-column:1/-1}.alert-summary{flex-wrap:wrap}.alert-summary button{margin-left:0}.workspace-error{flex-wrap:wrap}.watch-button{margin-left:0}.monitoring-note{font-size:12px}.command-dialog{max-height:90vh}.desk-grid .tablewrap td,.desk-grid .tablewrap th{padding:12px}.journal-controls .tabs{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
@media(max-width:1200px){.planner-layout{grid-template-columns:1fr}.plan-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:16px}.plan-sidebar>.below{margin-top:0}.plan-top{grid-template-columns:2fr 1fr 1fr}.risk-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.risk-bar>div{display:block;border-right:1px solid #46543c;border-bottom:0}.risk-bar strong{font-size:23px;text-align:left;margin:8px 0}}
@media(max-width:700px){.plan-sidebar{grid-template-columns:1fr}.plan-top{grid-template-columns:1fr 1fr}.risk-bar{grid-template-columns:1fr}.risk-bar>div{display:grid;grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid #46543c}.risk-bar strong{grid-column:2;grid-row:1/3;margin:0;text-align:right}.plan-top label:first-child{grid-column:1/-1}}
.month-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px;margin-top:20px}.month-grid>div{padding:14px 10px;border-radius:6px;border:1px solid #3c5434;text-align:center;background:#22331f}.month-grid .month-negative{background:#342327;border-color:#59323b}.month-grid small{display:block;color:var(--muted);font-size:12px}.month-grid b{display:block;margin-top:8px;font-size:14px;font-weight:500}.month-positive b{color:#c9ef83}.month-negative b{color:#efa3ab}.backtest-review .panel{min-width:0}.backtest-review .tablewrap td,.backtest-review .tablewrap th{padding:12px 10px}@media(max-width:1200px){.month-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:700px){.month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.comparison-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.comparison-chips>div{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:#142018;padding:5px 5px 5px 11px;font-size:14px}.comparison-chips>div>span{height:7px;width:7px;border-radius:50%}.comparison-chips small{color:var(--muted);max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comparison-chips button{min-height:27px;padding:3px 6px}.comparison-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.comparison-controls form{display:flex;border:1px solid var(--border);border-radius:6px}.comparison-controls form input{border:0;width:120px}.comparison-legend{display:flex;flex-wrap:wrap;gap:15px;margin:10px 0 20px}.comparison-legend>span{display:flex;align-items:center;gap:7px;font-size:13px}.comparison-legend i{width:7px;height:7px;border-radius:50%}.comparison-legend b{font-weight:500}.comparison-legend>small{margin-left:auto;color:var(--muted)}.comparison-chart{width:100%;height:340px}.correlation-matrix th,.correlation-matrix td{text-align:center;padding:13px 10px;font-size:12px}.comparison-source{padding:16px 0;border-bottom:1px solid var(--border)}.comparison-source p{font-size:13px;color:var(--muted);line-height:1.7;margin:7px 0}.comparison-source a{display:flex;align-items:center;gap:5px;font-size:12px}@media(max-width:700px){.comparison-chips small{display:none}.comparison-chart{height:230px}.comparison-legend>small{width:100%;margin-left:0}.comparison-controls>select{flex:1}.comparison-controls>.primary{width:100%}}
.guide-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0 28px}.guide-intro h2{font-size:30px}.guide-intro p:last-child{color:var(--muted);margin:10px 0 0}.guide-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}.guide-nav{padding:10px}.guide-nav button{display:flex;align-items:flex-start;text-align:left;justify-content:flex-start;gap:13px;width:100%;padding:16px 12px}.guide-nav button>span{font-size:13px;color:var(--primary);min-width:20px}.guide-nav b{font-size:14px;font-weight:500}.guide-nav small{display:block;margin-top:6px;color:var(--muted)}.guide-nav button.active{background:#2c3c29}.guide-lesson{padding:32px}.guide-lesson>h2{font-size:30px}.guide-lesson .lesson-intro{font-size:18px;color:#bacbb5;line-height:1.7;margin:20px 0 30px}.guide-lesson section{margin:25px 0}.guide-lesson section h3{font-size:19px;margin-bottom:10px}.guide-lesson section p{font-size:16px;line-height:1.85;color:#b0c0ac;max-width:72ch}.guide-source{display:inline-flex;align-items:center;gap:7px;font-size:13px}.lesson-task{display:flex;gap:15px;padding:22px;background:#22301f;border:1px solid #42563a;border-radius:9px;margin:30px 0}.lesson-task>svg{flex-shrink:0;color:var(--primary)}.lesson-task p{font-size:15px;color:#bed0b4;line-height:1.7;margin:12px 0}.glossary-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 30px}.glossary-grid>div{border-bottom:1px solid var(--border);padding:14px 0}.glossary-grid h3{font-size:17px}.glossary-grid p{font-size:14px;color:var(--muted);line-height:1.8;margin:10px 0}@media(max-width:1100px){.guide-layout{grid-template-columns:1fr}.guide-nav{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:700px){.guide-intro{flex-direction:column;align-items:flex-start}.guide-nav{grid-template-columns:1fr}.guide-lesson{padding:20px}.glossary-grid{grid-template-columns:1fr}.guide-lesson>h2{font-size:25px}}
.header-zone{font-size:12px;color:var(--muted);border-left:1px solid var(--border);padding-left:15px}.risk-review-controls{display:flex;gap:16px;align-items:end;flex-wrap:wrap;margin:22px 0}.risk-review-controls label{flex:1;min-width:160px;font-size:13px;color:var(--muted)}.risk-review-controls input{display:block;width:100%;margin-top:8px}.risk-plan-list{margin:20px 0}.risk-plan-list>label{display:flex;gap:10px;border-bottom:1px solid var(--border);padding:14px 0}.risk-plan-list>label>span{flex:1;font-size:13px}.risk-plan-list>label>button{font-size:12px}.risk-review-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0}.risk-review-metrics>div{padding:18px;border:1px solid var(--border);border-radius:8px}.risk-review-metrics small,.risk-review-metrics span{display:block;color:var(--muted);font-size:12px}.risk-review-metrics strong{display:block;font-size:25px;font-weight:500;margin:12px 0}.risk-market-bars{margin:25px 0}.risk-market-bars>div{display:grid;grid-template-columns:100px 1fr 50px;align-items:center;gap:15px;margin:12px 0;font-size:13px}.risk-market-bars>div>div{height:7px;background:#1e2a20;border-radius:4px;overflow:hidden}.risk-market-bars i{display:block;background:var(--primary);height:7px}.risk-market-bars b{text-align:right;font-weight:500}@media(max-width:1000px){.risk-review-metrics{grid-template-columns:1fr}.risk-review-metrics>div{display:grid;grid-template-columns:1fr auto;align-items:center}.risk-review-metrics strong{grid-row:1/3;grid-column:2;margin:0}.risk-review-controls>button{width:100%}}
.news-controls{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;align-items:center;margin-top:24px}.reading-workspace{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:24px;align-items:start}.headline-list{max-height:820px;overflow-y:auto}.headline-row{display:block;width:100%;text-align:left;border-radius:0;border-bottom:1px solid var(--border);padding:23px;line-height:1.7}.headline-row.active{background:#283823;border-left:3px solid var(--primary);padding-left:20px}.headline-row>span{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.headline-row strong{display:block;font-size:16px;font-weight:500;margin:10px 0}.headline-row small{font-size:11px;color:var(--muted)}.selected-headline{position:sticky;top:20px}.selected-headline>h2{font-size:28px;line-height:1.45;margin:18px 0}.selected-headline>.actions{margin:24px 0}.selected-headline .verdict{margin:28px 0 20px}.selected-headline .verdict h3{font-size:18px}.button-link{display:inline-flex;gap:10px;align-items:center;padding:11px 16px;border-radius:6px;font-size:14px}.saved-reading{display:flex;gap:20px;padding:18px 0;border-bottom:1px solid var(--border);align-items:center}.saved-reading>div{flex:1}.saved-reading a{font-size:15px;line-height:1.7}.saved-reading small{display:block;margin-top:8px;color:var(--muted);font-size:12px}@media(max-width:1150px){.reading-workspace{grid-template-columns:1fr}.selected-headline{position:static}.headline-list{max-height:450px}}@media(max-width:700px){.news-controls>input{width:100%}.news-controls .tabs{width:100%;overflow:auto}.news-controls .tabs button{white-space:nowrap;font-size:12px}.headline-row{padding:16px}.headline-row.active{padding-left:13px}.selected-headline>h2{font-size:24px}}
.tvexpanded>.sourcechart{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column}.tvexpanded>.sourcechart .chart{flex:1;min-height:240px}.tvactions{flex-wrap:wrap}.sourcechart>h3{margin-bottom:12px}

/* Saved records navigation */
.record-entry-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:22px}.record-toolbar{display:flex;align-items:end;gap:16px;flex-wrap:wrap;margin:22px 0}.record-toolbar .tabs{margin-right:auto}.record-toolbar label{display:grid;gap:6px}.record-search{flex:1;min-width:200px;max-width:360px}.playbook-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.playbook-card{display:flex;flex-direction:column;gap:8px;min-width:0}.playbook-card h3{overflow-wrap:anywhere}.playbook-card .actions{margin-top:auto;padding-top:12px;flex-wrap:wrap}.playbook-thesis{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere}.playbook-open{width:100%;justify-content:space-between;color:var(--lime);font-weight:600;margin-bottom:12px}.archived-plan-details{padding:12px 0}.archived-plan-details dt{color:var(--muted);margin-top:10px}.archived-plan-details dd{margin-left:0;white-space:pre-wrap;overflow-wrap:anywhere}.record-entry-actions .tabs{flex-wrap:wrap}.record-toolbar .tabs{flex-wrap:wrap}@media(max-width:720px){.playbook-grid{grid-template-columns:1fr}.record-toolbar{align-items:stretch}.record-toolbar .tabs{width:100%}.record-search{max-width:none}.record-entry-actions>button{flex:1}.record-entry-actions .tabs button{flex:1}}

.delete-plan-button{color:#e7a1a9}.delete-plan-dialog{width:min(480px,calc(100vw - 32px));max-height:90vh;overflow:auto;border:1px solid #75424a;background:var(--card);color:var(--foreground);border-radius:14px;padding:28px;box-shadow:0 20px 80px #0009}.delete-plan-dialog::backdrop{background:#061009cc;backdrop-filter:blur(3px)}.delete-plan-dialog h2{font-size:24px}.delete-plan-dialog p{line-height:1.7;color:var(--muted);margin:16px 0}.delete-plan-dialog .delete-plan-name{font-weight:600;color:var(--foreground);overflow-wrap:anywhere}.delete-plan-dialog .actions{margin-top:24px;justify-content:flex-end;flex-wrap:wrap}.danger-button{background:#8a343f;color:#fff;border:1px solid #b45260}

.whale-filters{display:flex;flex-wrap:wrap;gap:18px;align-items:end}.whale-filters label{display:grid;gap:7px}.whale-filters .tabs{margin-right:auto}.whale-search{display:flex;align-items:center;gap:8px}.whale-search input{width:270px}.wallet-holding-total{margin:18px 0;color:var(--muted)}.wallet-holding-total strong{color:var(--primary);display:block;font-size:26px;margin-top:6px}@media(max-width:700px){.whale-filters label,.whale-search input{width:100%}.whale-filters .tabs{flex-wrap:wrap}.sectiontabs{flex-wrap:wrap}}

/* TradingQuantHub public website */
.tqh-launch-bar{background:#22321d;border-bottom:1px solid #445d30;color:#dcefc8}.tqh-launch-bar>.tqh-wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding-top:8px;padding-bottom:8px;font-size:13px}.tqh-launch-bar span,.tqh-launch-bar a{display:flex;align-items:center;gap:9px}.tqh-launch-bar a{flex-wrap:wrap;color:#dcefc8}.tqh-launch-bar strong{color:#d3f59a}.tqh-launch-bar s{color:#abbf96}.tqh-login-locked{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#a2afa0;font-size:12px}.tqh-community{padding-top:0!important}.tqh-community-panel{display:grid;grid-template-columns:1.15fr 1fr;gap:60px;border:1px solid #425737;border-radius:12px;padding:44px;background:linear-gradient(115deg,#1e2c1e,#142018)}.tqh-community-panel>div>p:not(.tqh-kicker){font-size:16px;max-width:520px;line-height:1.85;margin:24px 0}.tqh-community-access{border-left:1px solid #3b4d32;padding-left:40px}.tqh-community-icon{display:inline-flex;border:1px solid #617d44;border-radius:14px;background:#2a3c21;padding:15px;color:#c9ef83;margin-bottom:23px}.tqh-community-access h3{font-size:25px}.tqh-community-access ul{list-style:none;padding:0;margin:25px 0}.tqh-community-access li{display:flex;align-items:flex-start;gap:11px;font-size:14px;margin:13px 0;color:#d0debf}.tqh-community-access li svg{flex-shrink:0;margin-top:3px;color:#c9ef83}.tqh-community-access>p{font-size:14px!important;margin-bottom:0!important}.tqh-offer-line{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:18px 0 22px;font-size:14px;color:#afbf9d}.tqh-offer-line strong{padding:5px 9px;border:1px solid #607d3e;border-radius:4px;background:#283d20;color:#d3f39e;font-size:12px;font-weight:500}.tqh-price-card p.tqh-rate-lock{display:flex;align-items:flex-start;gap:10px;color:#c8dfb2;background:#1b2a19;border:1px solid #3e542e;border-radius:6px;padding:13px;font-size:13px;line-height:1.7}.tqh-rate-lock svg{flex-shrink:0;margin-top:4px}.tqh-price-card p.tqh-payment-note{font-size:13px;text-align:center;line-height:1.75;margin-bottom:0}.tqh-launch-gate{padding-top:90px;padding-bottom:110px;min-height:65vh}.tqh-launch-gate>.tqh-icon{display:inline-flex;margin-bottom:24px}.tqh-launch-gate>p:not(.tqh-kicker){max-width:580px;line-height:1.85;font-size:17px;margin:25px 0 32px}.tqh-launch-gate>p.tqh-gate-note{font-size:14px}.tqh-community{scroll-margin-top:110px}
.tqh-site{--tqh-bg:#101812;--tqh-panel:#18221b;--tqh-line:#2c392d;--tqh-text:#f0f2e9;--tqh-muted:#a2afa0;background:var(--tqh-bg);color:var(--tqh-text);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow:clip}.tqh-site a{text-decoration:none}.tqh-site button{font-family:inherit}.tqh-site h1,.tqh-site h2,.tqh-site h3{font-weight:500;letter-spacing:-.04em;line-height:1.12;margin:0}.tqh-site h1{font-size:clamp(42px,4.5vw,68px)}.tqh-site h2{font-size:clamp(31px,3vw,46px)}.tqh-site h3{font-size:25px}.tqh-site em{font-style:normal;color:#c9ef83}.tqh-site p{color:var(--tqh-muted)}.tqh-wrap{max-width:1240px;margin:0 auto;padding-left:34px;padding-right:34px}.tqh-main{margin:0!important;min-width:0;display:block!important}.tqh-brand{display:inline-flex;align-items:center;gap:10px;font-size:21px;font-weight:600;letter-spacing:-.75px;white-space:nowrap;color:#f0f2e9}.tqh-brand svg{width:38px;height:38px;flex-shrink:0}.tqh-brand.compact svg{width:30px;height:30px}.brand-quant{color:#c9ef83}.tqh-header{position:sticky;top:0;z-index:100;display:flex!important;align-items:center;justify-content:space-between;gap:25px;min-height:90px;padding:18px max(34px,calc((100vw - 1172px)/2));border-bottom:1px solid #29342a;background:#101812f2;backdrop-filter:blur(16px);font-size:14px}.tqh-header nav{display:flex;align-items:center;gap:26px}.tqh-header nav a{color:#b3beb0;font-size:14px;transition:color .2s}.tqh-header nav a:hover,.tqh-login:hover{color:#c9ef83}.tqh-header-actions{display:flex;align-items:center;gap:22px}.tqh-login{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:14px}.tqh-button{display:inline-flex;align-items:center;justify-content:center;gap:19px;padding:16px 22px;min-height:54px;background:#c9ef83;color:#17220f!important;border-radius:7px;font-size:15px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s;white-space:normal;text-align:center}.tqh-button:hover{background:#dcffa1;transform:translateY(-2px)}.tqh-button.small{min-height:42px;padding:11px 17px;font-size:14px}.tqh-button.secondary{background:#283528;border:1px solid #3d4d39;color:#e9eedf!important}.tqh-button.secondary:hover{background:#33452d}.tqh-text-link{display:inline-flex;align-items:center;gap:14px;font-size:15px;color:#d6dfcd}.tqh-text-link:hover{color:#c9ef83}.tqh-menu{display:none;padding:6px}.tqh-hero{display:grid;grid-template-columns:1.06fr 1fr;align-items:center;gap:44px;min-height:690px;padding-top:88px;padding-bottom:96px}.tqh-kicker{font-size:11px!important;letter-spacing:1.6px;line-height:1.6;font-weight:600;color:#c9ef83!important;margin:0 0 22px;display:flex;align-items:center;gap:10px}.tqh-kicker>span{width:6px;height:6px;border-radius:50%;background:#c9ef83;display:block}.tqh-hero h1{font-size:clamp(42px,4.25vw,64px);line-height:1.1}.tqh-hero-copy>p{font-size:17px;line-height:1.8;max-width:460px;margin:25px 0 31px}.tqh-hero-actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.tqh-hero-meta{display:flex;gap:22px;margin-top:26px;color:#a7b49e;font-size:12px;flex-wrap:wrap}.tqh-hero-meta>span{display:flex;align-items:center;gap:6px}.tqh-hero-meta svg{color:#c9ef83}.tqh-visual{position:relative;min-width:0;padding:30px 0 42px;isolation:isolate}.tqh-visual:before{content:'';position:absolute;inset:5% -14%;background:radial-gradient(ellipse,#72953c20,transparent 65%);z-index:-1}.tqh-preview-window{border:1px solid #41513a;border-radius:11px;overflow:hidden;background:#141d16;box-shadow:0 35px 90px #0005;transform:perspective(1400px) rotateY(-7deg) rotateX(2deg)}.tqh-preview-top{display:flex;gap:10px;align-items:center;padding:14px 17px;border-bottom:1px solid #2b392d;font-size:13px;color:#d4ddcc;background:#19241c}.tqh-preview-label{margin-left:auto;font-size:8px;letter-spacing:1px;color:#8d9f81}.tqh-preview-body{display:grid;grid-template-columns:43px 1fr}.tqh-preview-rail{border-right:1px solid #29362c;display:flex;align-items:center;flex-direction:column;gap:27px;padding-top:25px;color:#7f9278}.tqh-preview-rail svg{width:15px;height:15px}.tqh-preview-rail svg:first-child{color:#c9ef83}.tqh-preview-content{padding:20px 19px 21px;min-width:0}.tqh-preview-heading{display:flex;justify-content:space-between;gap:10px}.tqh-preview-heading small{font-size:8px;color:#8ba07c;letter-spacing:1.4px}.tqh-preview-heading h3{font-size:23px;letter-spacing:-.7px;margin:8px 0}.tqh-preview-heading p{font-size:10px;margin:0}.tqh-preview-tag{font-size:9px;padding:4px 7px;align-self:start;border:1px solid #3a4d30;color:#b9ce9e;border-radius:3px}.tqh-preview-tabs{display:flex;gap:18px;margin-top:25px;padding-bottom:10px;border-bottom:1px solid #2b3a2b;font-size:9px;color:#829378}.tqh-preview-tabs span:first-child{color:#c9ef83}.tqh-illustrative-chart{display:block;width:100%;height:195px;margin:18px 0 5px;overflow:visible}.tqh-preview-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px}.tqh-preview-bottom>div{padding:12px;background:#1e2b1e;border:1px solid #30432a;border-radius:5px}.tqh-preview-bottom small{font-size:7px;letter-spacing:1px;color:#91a67f;display:block}.tqh-preview-bottom b{font-size:9px;display:block;margin-top:5px;font-weight:500;color:#d9e8ca}.tqh-floating-card{display:flex;align-items:center;gap:13px;position:absolute;bottom:25px;left:-25px;right:80px;background:#23301f;border:1px solid #49613b;padding:17px;border-radius:8px;box-shadow:0 18px 50px #0005;color:#c9ef83}.tqh-floating-card b{font-size:13px;font-weight:500;display:block;color:#ecf5dd}.tqh-floating-card span{font-size:11px;display:block;margin-top:2px;color:#aabf97}.tqh-floating-card>svg:last-child{margin-left:auto}.tqh-visual-caption{position:absolute;bottom:-2px;right:0;font-size:9px!important;color:#7e8d76!important;margin:0}.tqh-market-strip{border-top:1px solid #29352a;border-bottom:1px solid #29352a;background:#141e16}.tqh-market-strip>.tqh-wrap{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:87px;flex-wrap:wrap}.tqh-market-strip span{font-size:10px;letter-spacing:1.4px;color:#8f9f86}.tqh-market-strip b{font-size:15px;font-weight:500;color:#bfcbb6}.tqh-market-strip i{height:19px;border-left:1px solid #354530}.tqh-section{padding-top:100px;padding-bottom:100px;scroll-margin-top:90px}.tqh-section-title{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.tqh-section-title>p{max-width:300px;font-size:15px;line-height:1.8;margin-bottom:0}.tqh-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:21px}.tqh-product{display:flex;flex-direction:column;min-width:0;padding:29px;border:1px solid #334130;border-radius:10px;background:linear-gradient(140deg,#1d291d,#172119);transition:transform .25s,border-color .25s}.tqh-product:hover{transform:translateY(-5px);border-color:#73904d}.tqh-product-top{display:flex;align-items:center;justify-content:space-between;color:#c9ef83;margin-bottom:45px}.tqh-product-top>span{font-size:12px;color:#7b906e}.tqh-product>small{font-size:9px;letter-spacing:1.4px;color:#8fa37f;margin-bottom:12px}.tqh-product>h3{font-size:24px;letter-spacing:-.6px}.tqh-product>p{font-size:14px;line-height:1.8;margin:18px 0 23px}.tqh-product ul{margin:0 0 30px;padding:0;list-style:none}.tqh-product li{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:#b1c0a6;margin:11px 0}.tqh-product li svg{flex-shrink:0;color:#a9ca78;margin-top:2px}.tqh-product-bottom{border-top:1px solid #33412e;padding-top:20px;margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:13px}.tqh-feature-section{background:#172219;border-block:1px solid #2b392b;padding:100px 0}.tqh-feature-grid{display:grid;grid-template-columns:1fr .95fr;gap:100px;align-items:center}.tqh-feature-grid>div>p:not(.tqh-kicker){max-width:440px;font-size:16px;line-height:1.8;margin:24px 0}.tqh-feature-list{margin:32px 0}.tqh-feature-list>div{display:flex;align-items:flex-start;gap:18px;padding:14px 0}.tqh-feature-list svg{color:#c9ef83;flex-shrink:0;margin-top:4px}.tqh-feature-list h3{font-size:17px;letter-spacing:-.3px}.tqh-feature-list p{font-size:14px;line-height:1.7;margin:9px 0 0;max-width:365px}.tqh-process{background:#101a12;border:1px solid #3e5135;border-radius:12px;padding:30px;box-shadow:0 20px 70px #0002}.tqh-process-heading{display:flex;gap:15px;align-items:center}.tqh-icon{background:#293c22;border:1px solid #4c6838;border-radius:9px;padding:12px;color:#c9ef83;display:flex}.tqh-process-heading small{color:#839775;font-size:9px;letter-spacing:1.3px}.tqh-process-heading h3{font-size:19px;margin-top:7px}.tqh-process-instrument{display:flex;justify-content:space-between;margin-top:35px;padding-bottom:17px;border-bottom:1px solid #2c3a27;color:#d9e8ca;font-size:20px}.tqh-process-instrument>span:last-child{font-size:12px;color:#9bad8c}.tqh-plan-boxes{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin:25px 0 35px}.tqh-plan-boxes>div{background:#19251a;border:1px solid #34442c;border-radius:5px;padding:15px 11px}.tqh-plan-boxes span{font-size:10px;color:#b9c9a8}.tqh-demo-line{height:6px;border-radius:3px;background:#687d57;width:70%;margin-top:14px}.tqh-demo-line.line-1{background:#b7757d;width:58%}.tqh-demo-line.line-2{background:#badb7e;width:83%}.tqh-process-checks>p{font-size:13px;display:flex;align-items:center;gap:11px;margin:17px 0;color:#b6c7a4}.tqh-process-checks svg{padding:2px;border:1px solid #6c874f;color:#c9ef83;border-radius:4px;width:20px;height:20px}.tqh-process-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #31442a;padding-top:22px;margin-top:30px;color:#a9c887;font-size:9px;letter-spacing:1.5px}.tqh-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px}.tqh-steps>div{border-top:1px solid #3b4b32;padding-top:22px}.tqh-steps span{font-size:12px;color:#a5c17e;display:block;margin-bottom:23px}.tqh-steps h3{font-size:24px;margin-bottom:16px}.tqh-steps p{font-size:15px;line-height:1.8;max-width:320px;margin:0}.tqh-membership{background:#1a271a;padding:98px 0;border-block:1px solid #37462e}.tqh-pricing-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:100px;align-items:center}.tqh-pricing-grid>div>p:not(.tqh-kicker){font-size:16px;max-width:430px;line-height:1.8;margin:24px 0}.tqh-included{list-style:none;padding:0;margin:31px 0 0}.tqh-included li{display:flex;gap:12px;align-items:flex-start;font-size:14px;margin:15px 0;color:#b8c9ab}.tqh-included svg{color:#c9ef83;flex-shrink:0;margin-top:3px}.tqh-price-card{background:#101a12;border:1px solid #617a41;border-radius:12px;padding:34px;box-shadow:0 15px 50px #0002}.tqh-billing{display:flex;gap:5px;padding:5px;border:1px solid #34452c;border-radius:8px;background:#1c2a1c;margin-bottom:30px}.tqh-billing button{flex:1;border-radius:5px;font-size:14px;padding:10px;color:#a9bc99;gap:9px}.tqh-billing button.active{background:#c9ef83;color:#17250f}.tqh-billing span{font-size:8px;letter-spacing:.4px;text-transform:uppercase;border:1px solid currentColor;padding:2px 5px;border-radius:3px;opacity:.85}.tqh-price-card .tqh-price-label{font-size:9px;letter-spacing:1.6px;color:#99af85;margin:0 0 13px}.tqh-price{font-size:74px;line-height:1;letter-spacing:-3.5px;color:#eff6e6;display:flex;align-items:baseline;gap:3px}.tqh-price>span{font-size:32px;letter-spacing:-1px;align-self:flex-start;margin-top:8px}.tqh-price small{font-size:14px;letter-spacing:0;color:#9eaf8e;margin-left:9px}.tqh-price-card>p:not(.tqh-price-label){font-size:13px;line-height:1.8;margin:18px 0}.tqh-price-divider{border-top:1px solid #32452a;margin:24px 0}.tqh-price-products{display:grid;gap:14px;margin-bottom:27px}.tqh-price-products>span{display:flex;align-items:center;gap:12px;color:#c3d5b0;font-size:13px}.tqh-price-products>span>svg:last-child{margin-left:auto;color:#c9ef83}.tqh-price-card>.tqh-button{width:100%}.tqh-price-card .tqh-price-note{font-size:10px!important;text-align:center;color:#7e9372;margin:14px 0 0!important}.tqh-faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.tqh-faq details{border-bottom:1px solid #35432e}.tqh-faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:15px;color:#d6e0cc;padding:24px 0}.tqh-faq summary::-webkit-details-marker{display:none}.tqh-faq summary svg{flex-shrink:0;color:#8fa27c}.tqh-faq details[open] summary svg{transform:rotate(180deg)}.tqh-faq details p{background:none;font-size:14px;line-height:1.85;padding:0 32px 22px 0;margin:0}.tqh-last{border-top:1px solid #35432e;padding-top:70px;padding-bottom:85px;display:flex;align-items:center;justify-content:space-between;gap:40px}.tqh-last h2{font-size:42px}.tqh-footer{background:#0c140e;border-top:1px solid #2b3927;display:block!important;margin:0!important;padding:55px 0 25px!important;color:#91a180}.tqh-footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;padding-bottom:45px}.tqh-footer-top>div{display:flex;flex-direction:column;align-items:start;gap:12px}.tqh-footer-top p{font-size:13px;margin:6px 0 0}.tqh-footer-top small{font-size:9px;letter-spacing:1.7px;color:#7e946c;margin-bottom:6px}.tqh-footer-top>div>a:not(:first-child),.tqh-footer-top>div:not(:first-child)>a{font-size:13px;color:#a9b89b}.tqh-footer-bottom{display:flex;justify-content:space-between;gap:50px;padding-top:25px;border-top:1px solid #273721;font-size:10px}.tqh-footer-bottom>span{white-space:nowrap}.tqh-footer-bottom>p{max-width:650px;margin:0;line-height:1.8;color:#7a8e6c}.tqh-page-intro{text-align:center;padding-top:85px;padding-bottom:80px}.tqh-page-intro .tqh-kicker{justify-content:center}.tqh-page-intro>p:last-child{font-size:17px;max-width:600px;margin:25px auto 0}.tqh-product-hero{padding-top:35px;padding-bottom:75px}.tqh-breadcrumb{display:flex;align-items:center;gap:10px;color:#819776;font-size:12px;margin:0 0 62px}.tqh-product-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}.tqh-product-hero-grid h1{font-size:52px}.tqh-product-hero-grid>div>p:not(.tqh-kicker){font-size:17px;line-height:1.8;max-width:470px;margin:25px 0 32px}.tqh-product-art{border:1px solid #415536;border-radius:16px;padding:40px;min-height:445px;display:flex;align-items:flex-start;flex-direction:column;background:radial-gradient(ellipse at 85% 5%,#63883435,transparent 65%),#1a271c;box-shadow:0 25px 60px #0003}.tqh-product-art-icon{padding:21px;border-radius:16px;border:1px solid #58763b;background:#2c3f22;color:#c9ef83;margin-bottom:35px;display:flex}.tqh-product-art>small{font-size:9px;letter-spacing:1.6px;color:#9bb780;margin-bottom:12px}.tqh-product-art h2{font-size:37px}.tqh-product-art>p{font-size:15px;margin:15px 0 29px}.tqh-product-art>div{display:grid;gap:13px;margin-bottom:30px}.tqh-product-art>div>span{display:flex;align-items:center;gap:10px;font-size:13px;color:#c1d2b0}.tqh-art-access{padding-top:21px;margin-top:auto;border-top:1px solid #3d5030;width:100%;font-size:9px;letter-spacing:1px;color:#91a87c}.tqh-availability{font-size:12px!important;color:#859b75!important;border-top:1px solid #304229;margin-top:40px!important;padding-top:20px}.tqh-cross-sell{border:1px solid #425734;border-radius:12px;background:#1c2a1b;padding-top:40px;padding-bottom:40px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:85px}.tqh-cross-sell h2{font-size:34px}.tqh-cross-sell p:last-child{margin:15px 0 0}.tqh-member{padding-top:70px;padding-bottom:100px}.tqh-member-heading{display:flex;align-items:center;justify-content:space-between;gap:35px}.tqh-member-heading h1{font-size:50px}.tqh-member-heading p:last-child{font-size:16px;margin:23px 0 0}.tqh-member-pass{display:flex;align-items:center;gap:16px;padding:23px 26px;border:1px solid #506639;border-radius:12px;background:#22301c;font-size:11px;letter-spacing:1.2px;color:#d0e7b0}.tqh-member-pass small{letter-spacing:0;color:#94ac7a;font-size:10px}.tqh-preview-notice{display:flex;align-items:center;gap:10px;padding:14px 18px;border:1px solid #35472d;background:#19261a;border-radius:7px;margin:35px 0!important;font-size:12px;color:#a5b89a!important}.tqh-preview-notice svg{flex-shrink:0}.tqh-member-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tqh-member-card{border:1px solid #3b4e31;background:#1a281b;border-radius:12px;padding:30px;display:flex;flex-direction:column;align-items:flex-start}.tqh-member-card>svg{color:#c9ef83;margin-bottom:34px}.tqh-member-card>small{font-size:8px;letter-spacing:1.5px;color:#8da479;margin-bottom:13px}.tqh-member-card h2{font-size:27px}.tqh-member-card p{font-size:14px;line-height:1.8;margin:22px 0}.tqh-member-card .tqh-button{width:100%;margin-top:23px;font-size:13px}.tqh-member-status{margin-top:auto;padding:6px 9px;background:#24351f;border-radius:4px;color:#a8c286;font-size:10px}.tqh-member-bottom{display:flex;justify-content:space-between;gap:30px;margin-top:30px}.tqh-member-bottom p{display:flex;align-items:center;gap:10px;font-size:12px}.tqh-checkout{padding-top:40px;padding-bottom:100px}.tqh-checkout-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:start}.tqh-checkout-grid h1{font-size:47px}.tqh-checkout-grid>div>p:not(.tqh-kicker){font-size:16px;margin:24px 0}.tqh-checkout-grid .tqh-price-card h2{font-size:26px;margin-bottom:26px}.tqh-checkout-row{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid #35482c;font-size:14px;color:#a7be92}.tqh-checkout-row b{font-weight:500;color:#e3f0d3}.tqh-checkout-message{display:flex;gap:15px;background:#25331f;border:1px solid #40532f;border-radius:7px;padding:18px}.tqh-checkout-message svg{color:#c9ef83;flex-shrink:0}.tqh-checkout-message b{display:block;color:#d9e9c6;margin-bottom:8px}.tqh-checkout .tqh-price-card>.tqh-text-link{margin-top:18px;justify-content:center;display:flex;font-size:12px}.tqh-site :focus-visible{outline:2px solid #c9ef83;outline-offset:5px}.tqh-site a:hover{color:#e3f5ce}.shell .brand .tqh-brand{font-size:17px}.shell .brand .tqh-brand svg{width:29px;height:29px}.workspace-home-link{display:flex;align-items:center;gap:8px;color:#a3b697;font-size:12px;margin:0 0 18px}.shell .brand{line-height:1.2}
@media(min-width:1600px){.tqh-hero{min-height:740px}}
@media(max-width:1150px){.tqh-header{gap:20px;padding:18px 25px}.tqh-header nav{gap:18px}.tqh-header-actions{gap:15px}.tqh-brand{font-size:19px}.tqh-hero{gap:30px}.tqh-hero h1{font-size:49px}.tqh-hero-copy>p{font-size:16px}.tqh-pricing-grid,.tqh-feature-grid{gap:55px}.tqh-product{padding:24px}.tqh-product>h3{font-size:22px}.tqh-product-hero-grid{gap:40px}.tqh-product-hero-grid h1{font-size:43px}.tqh-checkout-grid{gap:40px}}
@media(max-width:900px){.tqh-header{min-height:78px}.tqh-header nav{display:none}.tqh-header nav.open{display:flex;position:absolute;top:100%;left:0;right:0;background:#18231a;border-bottom:1px solid #425736;flex-direction:column;align-items:stretch;padding:22px 30px;gap:0}.tqh-header nav.open a{padding:12px 0}.tqh-menu{display:flex}.tqh-header-actions .tqh-button{display:none}.tqh-hero{grid-template-columns:1fr;gap:25px;padding-top:65px;padding-bottom:60px}.tqh-hero-copy{max-width:650px}.tqh-hero h1{font-size:59px}.tqh-hero-copy>p{max-width:530px;font-size:17px}.tqh-visual{max-width:610px;width:100%;margin:10px auto 0}.tqh-preview-window{transform:none}.tqh-floating-card{left:-10px}.tqh-market-strip>.tqh-wrap{justify-content:center;gap:20px;padding-top:22px;padding-bottom:22px}.tqh-market-strip span{width:100%;text-align:center}.tqh-products{gap:15px}.tqh-product{padding:20px}.tqh-product-top{margin-bottom:30px}.tqh-product h3{font-size:21px}.tqh-feature-grid,.tqh-pricing-grid{grid-template-columns:1fr;gap:45px}.tqh-process{max-width:520px;width:100%;margin:auto}.tqh-pricing-grid .tqh-price-card{max-width:500px;width:100%;margin:auto}.tqh-pricing-grid>div>p:not(.tqh-kicker){max-width:650px}.tqh-faq{grid-template-columns:1fr;gap:25px}.tqh-last h2{font-size:35px}.tqh-last{padding-top:50px;padding-bottom:65px}.tqh-product-hero-grid{grid-template-columns:1fr}.tqh-product-art{min-height:390px;width:100%;max-width:550px;margin:auto}.tqh-product-hero-grid h1{font-size:52px}.tqh-product-hero-grid>div>p:not(.tqh-kicker){max-width:600px}.tqh-member-cards{grid-template-columns:1fr}.tqh-member-card{padding:28px}.tqh-member-card>svg{margin-bottom:20px}.tqh-member-card .tqh-button{max-width:350px}.tqh-member-heading h1{font-size:44px}.tqh-member-pass{display:none}.tqh-checkout-grid{grid-template-columns:1fr;gap:40px}.tqh-checkout .tqh-price-card{max-width:550px;width:100%}.tqh-footer-top{gap:30px;grid-template-columns:1.7fr 1fr 1fr}}
@media(max-width:620px){.tqh-wrap{padding-left:22px;padding-right:22px}.tqh-header{padding:15px 20px;gap:10px;min-height:74px}.tqh-brand{font-size:17px;gap:8px}.tqh-brand svg{width:31px;height:31px}.tqh-header-actions{gap:13px}.tqh-login{font-size:12px;gap:3px}.tqh-login svg{width:12px}.tqh-menu{min-width:24px}.tqh-menu svg{width:21px}.tqh-hero{padding-top:45px;padding-bottom:50px}.tqh-kicker{font-size:9px!important;letter-spacing:1.15px;margin-bottom:20px}.tqh-hero h1{font-size:42px;letter-spacing:-1.8px;line-height:1.15}.tqh-hero-copy>p{font-size:15px;line-height:1.85;margin:22px 0 26px}.tqh-hero-actions{gap:22px}.tqh-hero-actions .tqh-button{padding:14px 17px;font-size:13px}.tqh-text-link{font-size:13px;gap:9px}.tqh-hero-meta{gap:13px;font-size:10px}.tqh-visual{padding-top:15px;padding-bottom:43px}.tqh-preview-label{display:none}.tqh-preview-body{grid-template-columns:30px 1fr}.tqh-preview-rail{gap:25px}.tqh-preview-rail svg{width:12px}.tqh-preview-content{padding:15px 12px}.tqh-preview-heading h3{font-size:19px}.tqh-preview-tag{font-size:7px;padding:3px 4px}.tqh-preview-heading small{font-size:6px}.tqh-preview-heading p{font-size:8px}.tqh-preview-tabs{gap:16px;font-size:8px;margin-top:18px}.tqh-illustrative-chart{height:150px;margin:9px 0}.tqh-preview-bottom>div{padding:9px}.tqh-preview-bottom b{font-size:7px}.tqh-preview-bottom small{font-size:6px}.tqh-floating-card{left:10px;right:25px;padding:13px;bottom:25px}.tqh-floating-card b{font-size:11px}.tqh-floating-card span{font-size:9px}.tqh-visual-caption{font-size:8px!important}.tqh-market-strip>.tqh-wrap{gap:17px;padding-top:20px;padding-bottom:20px}.tqh-market-strip span{font-size:8px}.tqh-market-strip b{font-size:11px}.tqh-market-strip i{height:14px}.tqh-section{padding-top:65px;padding-bottom:65px}.tqh-section-title{flex-direction:column;align-items:start;gap:18px;margin-bottom:28px}.tqh-section-title h2{font-size:32px}.tqh-section-title>p{max-width:100%;font-size:14px;margin:0}.tqh-products{grid-template-columns:1fr;gap:18px}.tqh-product{padding:27px}.tqh-product h3{font-size:26px}.tqh-product p{font-size:15px}.tqh-product li{font-size:13px}.tqh-product-top{margin-bottom:30px}.tqh-product-bottom{font-size:14px}.tqh-feature-section{padding:65px 0}.tqh-feature-grid{gap:38px}.tqh-feature-grid>div>p:not(.tqh-kicker){font-size:15px}.tqh-feature-list h3{font-size:16px}.tqh-feature-list p{font-size:13px}.tqh-process{padding:22px}.tqh-process-heading h3{font-size:16px}.tqh-process-heading small{font-size:8px}.tqh-icon{padding:9px}.tqh-plan-boxes>div{padding:14px 9px}.tqh-process-checks>p{font-size:12px}.tqh-steps{grid-template-columns:1fr;gap:30px}.tqh-steps span{margin-bottom:16px}.tqh-steps h3{font-size:26px}.tqh-steps p{max-width:100%}.tqh-membership{padding:65px 0}.tqh-pricing-grid{gap:35px}.tqh-price-card{padding:25px}.tqh-price{font-size:67px}.tqh-included li{font-size:13px}.tqh-faq summary{font-size:14px;padding:21px 0}.tqh-faq details p{font-size:13px}.tqh-last{flex-direction:column;align-items:start;gap:28px}.tqh-last h2{font-size:34px}.tqh-last .tqh-button{width:100%}.tqh-footer{padding-top:40px!important}.tqh-footer-top{grid-template-columns:1fr 1fr;gap:35px}.tqh-footer-top>div:first-child{grid-column:1/-1}.tqh-footer-bottom{flex-direction:column;gap:14px;font-size:9px}.tqh-page-intro{padding-top:50px;padding-bottom:50px}.tqh-page-intro h1{font-size:43px}.tqh-page-intro>p:last-child{font-size:15px}.tqh-product-hero{padding-top:23px;padding-bottom:35px}.tqh-breadcrumb{margin-bottom:35px;font-size:11px}.tqh-product-hero-grid h1{font-size:39px}.tqh-product-hero-grid>div>p:not(.tqh-kicker){font-size:15px}.tqh-product-art{padding:29px;min-height:390px}.tqh-product-art h2{font-size:31px}.tqh-cross-sell{border-radius:0;border-inline:0;flex-direction:column;align-items:start;margin-bottom:50px;padding-top:35px;padding-bottom:35px}.tqh-member{padding-top:42px;padding-bottom:60px}.tqh-member-heading h1{font-size:39px}.tqh-preview-notice{align-items:flex-start;font-size:11px}.tqh-member-bottom{flex-direction:column;gap:15px}.tqh-checkout{padding-top:25px;padding-bottom:60px}.tqh-checkout-grid h1{font-size:39px}.tqh-checkout-message{padding:15px}.tqh-checkout-row{font-size:13px}}
@media(prefers-reduced-motion:reduce){.tqh-site *{scroll-behavior:auto!important;transition:none!important}}
.tqh-chart-motion{position:relative}.tqh-chart-motion .tqh-illustrative-chart{overflow:visible}.tqh-animation-toggle{position:absolute;top:0;left:0;padding:5px!important;min-width:26px;min-height:26px;border:1px solid #33462d!important;border-radius:5px!important;background:#162018!important;color:#9fb686!important;opacity:.65;transition:opacity .2s}.tqh-animation-toggle:hover,.tqh-animation-toggle:focus-visible{opacity:1;background:#263720!important}
/* LionElevation AI bot identity */
.tqh-bot-logo{display:block;object-fit:contain;max-width:100%;height:auto;border-radius:8px}.tqh-bot-art-logo{width:270px;margin:0 auto 26px;border:1px solid #34472e}.tqh-track-brand-heading{display:flex;align-items:center;gap:24px;min-width:0}.tqh-track-logo{width:140px;flex:0 0 140px;border:1px solid #34472e}.tqh-track-brand-heading .tqh-kicker{font-size:10px!important}.tqh-track-brand-heading h2{font-size:clamp(31px,2.8vw,40px)}.tqh-guide-bot-identity{width:210px;flex-shrink:0;text-align:center}.tqh-guide-bot-identity img{width:100%;border:1px solid #34472e}.tqh-guide-bot-identity>span{display:block;margin-top:12px;font-size:9px;letter-spacing:1.5px;color:#a8c38a}
@media(max-width:1100px){.tqh-track-brand-heading{gap:20px}.tqh-track-logo{width:110px;flex-basis:110px}.tqh-track-brand-heading h2{font-size:33px}.tqh-track-brand-heading .tqh-kicker{font-size:9px!important}.tqh-guide-bot-identity{width:160px}}
@media(max-width:700px){.tqh-guide-intro{align-items:flex-start;flex-direction:column;gap:26px}.tqh-guide-bot-identity{width:150px}.tqh-track-brand-heading{align-items:flex-start;flex-direction:column;gap:24px}.tqh-track-logo{width:145px;flex-basis:auto}.tqh-track-brand-heading h2{font-size:33px}.tqh-bot-art-logo{width:245px}}
/* Public account performance */
.tqh-hero-proof{display:inline-flex;align-items:center;gap:10px;margin-top:23px;font-size:13px;color:#bfd49f!important}.tqh-hero-proof:hover{text-decoration:underline}
.tqh-track-section{padding:90px 0;background:#131e15;border-block:1px solid #30402c;scroll-margin-top:100px}.tqh-track-intro{max-width:370px}.tqh-track-intro>p{font-size:15px;line-height:1.85;margin:0 0 18px}.tqh-track-grid{display:grid;grid-template-columns:minmax(340px,.85fr) minmax(0,1.35fr);border:1px solid #3c5033;border-radius:12px;overflow:hidden;background:#18251a}.tqh-track-accounts{border-right:1px solid #36482e;background:#142017;min-width:0}.tqh-track-table-head,.tqh-track-account{display:grid!important;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:10px;padding:22px!important}.tqh-track-table-head{font-size:9px;letter-spacing:1px;color:#a0b58f;border-bottom:1px solid #33442c}.tqh-track-table-head>span:not(:first-child){text-align:right}.tqh-track-account{width:100%;border:0!important;border-bottom:1px solid #293c29!important;border-radius:0!important;text-align:left;min-height:83px;background:transparent;color:#dbe8d1;cursor:pointer;position:relative}.tqh-track-account:hover{background:#1f301e}.tqh-track-account.active{background:#293c23}.tqh-track-account.active:before{content:'';position:absolute;left:0;top:19px;bottom:19px;width:3px;background:#c9ef83;border-radius:0 3px 3px 0}.tqh-track-account b{font-size:13px;font-weight:500;display:block;line-height:1.5;letter-spacing:-.1px}.tqh-track-account small{font-size:10px;color:#96ab84;display:block;margin-top:5px;line-height:1.5}.tqh-track-account strong{font-size:15px;font-weight:500;color:#c9ef83;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.tqh-track-dd{font-size:13px;color:#c1cbb8;text-align:right;font-variant-numeric:tabular-nums}.tqh-track-date{font-size:11px;line-height:1.85;margin:0;padding:19px 22px;color:#91a980!important}.tqh-track-detail{padding:27px 28px 24px;min-width:0}.tqh-track-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tqh-track-detail-head .tqh-kicker{font-size:9px!important;letter-spacing:1.4px;margin-bottom:12px;color:#9eb987!important}.tqh-track-detail-head h3{font-size:26px;letter-spacing:-.6px}.tqh-track-detail-head p:last-child{font-size:11px;margin:12px 0 0;color:#9eb28f}.tqh-track-detail-head>a{display:flex;padding:9px;border:1px solid #48603b;border-radius:6px;color:#c9ef83;flex-shrink:0}.tqh-track-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 25px;padding-bottom:25px;border-bottom:1px solid #354b2e}.tqh-track-metrics span{font-size:11px;color:#a4b796;display:block}.tqh-track-metrics strong{display:block;font-size:28px;letter-spacing:-1px;font-weight:500;line-height:1.2;margin-top:11px;font-variant-numeric:tabular-nums;white-space:nowrap;color:#dfead4}.tqh-track-metrics>div:first-child strong{color:#c9ef83}.tqh-track-chart{min-width:0}.tqh-track-chart-label{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;color:#aabf9a;padding-bottom:10px}.tqh-track-chart-label b{font-size:13px;color:#d1e8ab;font-weight:500;font-variant-numeric:tabular-nums}.tqh-track-chart svg{display:block;width:100%;height:auto;max-height:300px;cursor:crosshair;overflow:visible}.tqh-track-scrubber{display:flex!important;align-items:center;gap:20px;font-size:11px;color:#a5bc93;margin-top:12px}.tqh-track-scrubber span{white-space:nowrap}.tqh-track-scrubber input{appearance:auto!important;accent-color:#c9ef83;cursor:pointer;flex:1;min-width:0;width:100%;padding:0!important;height:20px;background:transparent;border:0;margin:0}.tqh-track-period{font-size:10px;line-height:1.8;margin:12px 0 0;color:#92a883!important}.tqh-track-verification{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px;padding-top:21px;border-top:1px solid #354b2e}.tqh-track-verification>span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;background:#21301f;border:1px solid #394d30;border-radius:5px;font-size:10px;line-height:1.6;color:#b8c8a9}.tqh-track-verification>span.verified{border-color:#658746;color:#c9ef83;background:#2c4122}.tqh-track-verification svg{flex-shrink:0;color:#c9ef83}.tqh-track-open{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;color:#c5ddb0!important;margin-top:20px}.tqh-track-open:hover{text-decoration:underline}.tqh-track-context{margin-top:23px}.tqh-track-context>p{font-size:12px;line-height:1.8;margin:0;color:#a4b595}.tqh-track-context details{margin-top:18px;border-top:1px solid #30452a;padding-top:16px}.tqh-track-context summary{cursor:pointer;color:#bed0ad;font-size:12px;list-style-position:inside}.tqh-track-context details p{font-size:12px;line-height:1.85;max-width:960px;margin:16px 0}.tqh-track-context details a{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#c9ef83}.tqh-track-section button:focus-visible,.tqh-track-section a:focus-visible,.tqh-track-section input:focus-visible,.tqh-track-section summary:focus-visible{outline:2px solid #c9ef83;outline-offset:3px}
@media(max-width:1050px){.tqh-track-grid{grid-template-columns:minmax(320px,.9fr) minmax(0,1.2fr)}.tqh-track-detail{padding:24px 22px}.tqh-track-metrics{gap:10px}.tqh-track-metrics strong{font-size:24px}.tqh-track-table-head,.tqh-track-account{padding:20px 17px!important}.tqh-track-account strong{font-size:14px}}
@media(max-width:900px){.tqh-track-grid{grid-template-columns:1fr}.tqh-track-accounts{border-right:0;border-bottom:1px solid #3c5033}.tqh-track-account{min-height:74px}.tqh-track-detail{padding:30px}.tqh-track-chart svg{max-height:none}.tqh-track-metrics strong{font-size:32px}.tqh-track-section .tqh-section-title{align-items:flex-start;flex-direction:column;gap:25px}.tqh-track-intro{max-width:580px}}
@media(max-width:520px){.tqh-track-section{padding:60px 0;scroll-margin-top:85px}.tqh-track-section .tqh-section-title{margin-bottom:28px}.tqh-track-intro>p{font-size:14px}.tqh-track-intro .tqh-text-link{font-size:13px}.tqh-track-table-head,.tqh-track-account{grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) minmax(0,.75fr);padding:17px 13px!important;gap:7px}.tqh-track-table-head{font-size:8px;letter-spacing:.5px}.tqh-track-account b{font-size:12px}.tqh-track-account small{font-size:9px}.tqh-track-account strong{font-size:14px}.tqh-track-dd{font-size:12px}.tqh-track-date{padding:16px 13px;font-size:10px}.tqh-track-detail{padding:24px 16px}.tqh-track-detail-head h3{font-size:24px}.tqh-track-detail-head p:last-child{line-height:1.8;max-width:240px}.tqh-track-metrics{gap:10px;margin:23px 0;padding-bottom:23px}.tqh-track-metrics span{font-size:9px}.tqh-track-metrics strong{font-size:23px;letter-spacing:-.8px}.tqh-track-chart-label{font-size:11px}.tqh-track-scrubber{gap:13px;font-size:10px}.tqh-track-period{font-size:10px}.tqh-track-verification{margin-top:19px;padding-top:18px}.tqh-track-verification>span{font-size:10px}.tqh-track-context>p,.tqh-track-context details p{font-size:12px}.tqh-hero-proof{font-size:12px}}
/* MetaTrader account history */
#bot-account-details{scroll-margin-top:110px}.tqh-terminal-record{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:70px;align-items:center;margin-top:55px;padding:40px;border:1px solid #3c5033;border-radius:12px;background:linear-gradient(125deg,#19261b,#142017);scroll-margin-top:110px}.tqh-terminal-figure{margin:0;padding:20px;border:1px solid #35482e;border-radius:10px;background:#101812;min-width:0}.tqh-terminal-label{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;font-size:9px;letter-spacing:1px;color:#a7bd94}.tqh-terminal-label>span:last-child{color:#c9ef83}.tqh-terminal-preview{display:flex!important;flex-direction:column;width:100%;padding:0!important;background:transparent;border:0!important;border-radius:5px!important;cursor:zoom-in;overflow:hidden}.tqh-terminal-preview img{display:block;width:100%;max-width:293px;height:auto;object-fit:contain;margin:auto;background:#000;border-radius:4px}.tqh-terminal-preview>span{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:18px;font-size:12px;color:#c9ef83}.tqh-terminal-figure figcaption{text-align:center;color:#8fa57e;font-size:10px;line-height:1.8;margin-top:12px}.tqh-terminal-copy{min-width:0}.tqh-terminal-copy>.tqh-kicker{font-size:9px!important;line-height:1.8;letter-spacing:1.2px}.tqh-terminal-copy h3{font-size:clamp(34px,3.5vw,46px);line-height:1.1}.tqh-terminal-copy>p:not(.tqh-kicker){font-size:15px;line-height:1.9;margin:23px 0;color:#adbea3}.tqh-terminal-totals{margin:27px 0;border-block:1px solid #3b4d32;padding:5px 0}.tqh-terminal-totals>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:16px 0}.tqh-terminal-totals>div+div{border-top:1px solid #2c4029}.tqh-terminal-totals dt{font-size:12px;color:#a5ba98}.tqh-terminal-totals dd{margin:0;font-size:26px;letter-spacing:-.6px;font-weight:500;color:#e7efdf;font-variant-numeric:tabular-nums;white-space:nowrap}.tqh-terminal-totals>div:nth-child(2) dd{color:#c9ef83}.tqh-terminal-totals>div:last-child dd{font-size:17px;color:#bfcbb6}.tqh-terminal-copy>p.tqh-terminal-context{font-size:11px;color:#94a986;line-height:1.9}.tqh-terminal-actions{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-top:25px}.tqh-terminal-actions .tqh-button{font-size:12px;min-height:46px;padding:12px 15px;gap:10px}.tqh-terminal-actions .tqh-text-link{font-size:12px;gap:9px}.tqh-terminal-preview:focus-visible{outline:2px solid #c9ef83;outline-offset:6px}
body:has(.tqh-terminal-dialog) [data-slot="dialog-overlay"]{position:fixed;inset:0;z-index:1000;background:#07100ceb;backdrop-filter:blur(5px)}.tqh-terminal-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;width:min(620px,calc(100vw - 32px));max-height:calc(100dvh - 32px);display:flex;flex-direction:column;gap:18px;padding:22px;border:1px solid #49623b;border-radius:12px;background:#142017;color:#f0f2e9;box-shadow:0 25px 100px #0008;font-family:Inter,Arial,sans-serif;outline:none;overflow:hidden}.tqh-terminal-dialog-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;flex-shrink:0}.tqh-terminal-dialog-head h2{font-size:19px;letter-spacing:-.3px;line-height:1.4;font-weight:500;margin:0}.tqh-terminal-dialog-head p{font-size:12px;color:#a2b497;margin:7px 0 0;line-height:1.6}.tqh-terminal-dialog-head button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;padding:8px;border:1px solid #425b35;border-radius:6px;color:#d3e7b6;background:#21321d;cursor:pointer}.tqh-terminal-dialog a{display:flex;align-items:center;justify-content:center;gap:9px;color:#c9ef83;font-size:12px;flex-shrink:0;text-decoration:none}.tqh-terminal-image-scroll{min-height:0;overflow:auto;overscroll-behavior:contain;background:#000;border-radius:5px}.tqh-terminal-image-scroll img{display:block;width:100%;max-width:440px;height:auto;margin:auto;object-fit:contain}.tqh-terminal-dialog button:focus-visible,.tqh-terminal-dialog a:focus-visible{outline:2px solid #c9ef83;outline-offset:3px}
@media(max-width:1050px){.tqh-terminal-record{gap:35px;padding:28px}.tqh-terminal-figure{padding:15px}.tqh-terminal-totals dd{font-size:24px}}
@media(max-width:800px){.tqh-terminal-record{grid-template-columns:1fr;gap:35px;padding:28px}.tqh-terminal-figure{width:100%;max-width:370px;justify-self:center}.tqh-terminal-copy h3{font-size:39px}.tqh-terminal-copy>.tqh-kicker{font-size:10px!important}}
@media(max-width:520px){.tqh-terminal-record{padding:20px 16px;margin-top:35px;gap:28px}.tqh-terminal-figure{padding:12px}.tqh-terminal-label{font-size:8px;gap:6px}.tqh-terminal-copy h3{font-size:34px}.tqh-terminal-copy>p:not(.tqh-kicker){font-size:14px}.tqh-terminal-totals dd{font-size:23px}.tqh-terminal-totals dt{font-size:11px;line-height:1.6}.tqh-terminal-totals>div{gap:10px}.tqh-terminal-copy>p.tqh-terminal-context{font-size:11px}.tqh-terminal-actions{align-items:stretch;flex-direction:column;gap:18px}.tqh-terminal-actions .tqh-text-link{justify-content:center}.tqh-terminal-dialog{padding:15px;gap:14px;width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.tqh-terminal-dialog-head h2{font-size:16px}.tqh-terminal-dialog-head p{font-size:11px}}
/* Member bot onboarding */
.tqh-bot-guide{padding-top:34px;padding-bottom:80px}.tqh-bot-guide .tqh-breadcrumb{margin-bottom:35px}.tqh-guide-intro{display:flex;align-items:center;justify-content:space-between;gap:45px;margin-bottom:48px}.tqh-guide-intro h1{font-size:50px}.tqh-guide-intro>div>p:last-child{font-size:16px;max-width:590px;margin:22px 0 0}.tqh-guide-emblem{display:flex;align-items:center;gap:20px;padding:28px;border:1px solid #425737;border-radius:12px;background:#1e2c1c;color:#c9ef83}.tqh-guide-emblem>span{font-size:12px;letter-spacing:1.3px;white-space:nowrap}.tqh-guide-emblem small{display:block;color:#9daf90;font-size:12px;letter-spacing:0;margin-top:6px}.tqh-guide-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:30px;align-items:start}.tqh-guide-sidebar{position:sticky;top:112px}.tqh-guide-sidebar>.tqh-kicker{margin-bottom:19px}.tqh-guide-sidebar nav{display:grid;gap:6px}.tqh-guide-sidebar nav>button{width:100%;justify-content:flex-start;align-items:center;text-align:left;padding:14px 11px;gap:12px;border:1px solid transparent;color:#a6b69b}.tqh-guide-sidebar nav>button.active{background:#25341e;border-color:#4a6137;color:#e1efce}.tqh-guide-sidebar nav>button>span:first-child{width:29px;height:29px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;border:1px solid #3c5130;border-radius:50%;color:#b0c58d}.tqh-guide-sidebar nav>button>span.read{background:#c9ef83;color:#18250f;border-color:#c9ef83}.tqh-guide-sidebar nav b{display:block;font-size:14px;font-weight:500}.tqh-guide-sidebar nav small{display:block;font-size:12px;color:#8fa27f;margin-top:4px}.tqh-guide-progress{display:grid;grid-template-columns:1fr auto;gap:12px;margin:23px 10px 0;padding-top:23px;border-top:1px solid #36472e;font-size:12px;color:#a8bd94}.tqh-guide-progress b{font-weight:500;color:#c9ef83}.tqh-guide-progress progress{grid-column:1/-1;width:100%;height:5px;accent-color:#c9ef83;border:0;background:#2e3c27}.tqh-guide-progress progress::-webkit-progress-bar{background:#2e3c27;border-radius:3px}.tqh-guide-progress progress::-webkit-progress-value{background:#c9ef83;border-radius:3px}.tqh-guide-progress small{grid-column:1/-1;font-size:11px;color:#809873;line-height:1.7}.tqh-guide-content{background:#19251a;border:1px solid #3a4d31;border-radius:12px;padding:35px;min-width:0;scroll-margin-top:110px}.tqh-guide-chapter{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:26px;color:#a4be88;font-size:10px;letter-spacing:1.3px}.tqh-guide-chapter>span:last-child{display:flex;align-items:center;gap:7px;color:#859c75;font-size:9px}.tqh-guide-content h2{font-size:34px;margin-bottom:20px}.tqh-guide-content>p{font-size:16px;line-height:1.85;margin:20px 0;color:#b0bfa6}.tqh-guide-steps{list-style:none;padding:0;margin:30px 0}.tqh-guide-steps>li{display:flex;gap:17px;align-items:flex-start;margin:24px 0;font-size:15px;line-height:1.85;color:#b8c7ac}.tqh-guide-steps>li>span{height:26px;width:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px;color:#c9ef83;border:1px solid #496235;border-radius:6px;background:#26381f;margin-top:2px}.tqh-guide-steps strong{font-weight:500;color:#edf4e4}.tqh-guide-note{display:flex;align-items:flex-start;gap:13px;margin:26px 0;padding:20px;border:1px solid #435834;background:#23321e;border-radius:8px}.tqh-guide-note>svg{flex-shrink:0;color:#b6d68d;margin-top:3px}.tqh-guide-note>p{font-size:13px;line-height:1.85;margin:0;color:#aec39b}.tqh-guide-source{display:flex;align-items:center;gap:9px;width:fit-content;max-width:100%;font-size:12px;line-height:1.7;color:#b0c997!important;margin-top:15px}.tqh-guide-source svg{flex-shrink:0}.tqh-guide-source:hover{text-decoration:underline}.tqh-guide-mode{max-width:350px;margin-top:25px;margin-bottom:10px}.tqh-guide-fields{margin:28px 0;border:1px solid #3a5030;border-radius:8px;overflow:hidden}.tqh-guide-fields>div{display:grid;grid-template-columns:135px 1fr;gap:16px;padding:16px 18px;border-bottom:1px solid #34492a;line-height:1.7;font-size:14px}.tqh-guide-fields>div:last-child{border:0}.tqh-guide-fields dt{color:#d5e2c7}.tqh-guide-fields dd{margin:0;color:#a3b893}.tqh-guide-flow{display:flex;align-items:center;gap:20px;margin:28px 0;color:#bad792}.tqh-guide-flow>span{flex:1;border:1px solid #4a6237;border-radius:7px;background:#22331d;padding:18px;text-align:center;color:#e0edce;font-size:14px}.tqh-guide-flow small{display:block;font-size:12px;margin-top:7px;color:#96b67d}.tqh-guide-flow>svg{flex-shrink:0}.tqh-guide-controls{display:flex;align-items:center;justify-content:space-between;gap:15px;flex-wrap:wrap;border-top:1px solid #3c4d32;margin-top:34px;padding-top:25px}.tqh-guide-controls>div{display:flex;gap:12px}.tqh-guide-controls .tqh-button{font-size:13px;min-height:44px;padding:12px 15px;gap:10px}.tqh-guide-controls .tqh-button:disabled{cursor:default;opacity:.3;transform:none}.tqh-guide-read{font-size:12px!important;color:#a7ba95!important;padding:8px 0!important}.tqh-guide-read.done{color:#c9ef83!important}.tqh-guide-help{max-width:calc(100% - 290px);margin:45px 0 0 auto}.tqh-guide-help h2{font-size:27px;margin-bottom:18px}.tqh-guide-help details{border-bottom:1px solid #34472c;padding:18px 0}.tqh-guide-help summary{font-size:14px;color:#c1d1b2;cursor:pointer}.tqh-guide-help details p{font-size:14px;line-height:1.85;margin:18px 0 0}.tqh-guide-reviewed{font-size:12px;line-height:1.8;margin-top:25px;color:#879b77!important}.tqh-guide-content .tqh-guide-subtle{font-size:13px;color:#97ad88}
@media(max-width:1050px){.tqh-guide-grid{grid-template-columns:230px minmax(0,1fr);gap:22px}.tqh-guide-content{padding:26px}.tqh-guide-help{max-width:calc(100% - 252px)}.tqh-guide-emblem{display:none}.tqh-guide-controls{align-items:flex-start;flex-direction:column}}
@media(max-width:800px){.tqh-guide-intro{margin-bottom:30px}.tqh-guide-intro h1{font-size:43px}.tqh-guide-grid{grid-template-columns:1fr;gap:25px}.tqh-guide-sidebar{position:static}.tqh-guide-sidebar nav{grid-template-columns:1fr 1fr}.tqh-guide-progress{margin-top:12px;padding-top:15px}.tqh-guide-help{max-width:100%}.tqh-guide-content{scroll-margin-top:95px}.tqh-guide-controls{flex-direction:row;align-items:center}.tqh-guide-progress small{font-size:12px}}
@media(max-width:520px){.tqh-bot-guide{padding-top:24px;padding-bottom:55px}.tqh-guide-intro h1{font-size:38px}.tqh-guide-intro>div>p:last-child{font-size:15px}.tqh-guide-sidebar nav>button{padding:12px 8px;gap:8px}.tqh-guide-sidebar nav b{font-size:12px}.tqh-guide-sidebar nav small{display:none}.tqh-guide-sidebar nav>button>span:first-child{width:24px;height:24px;font-size:10px}.tqh-guide-content{padding:24px 20px}.tqh-guide-content h2{font-size:29px}.tqh-guide-chapter>span:last-child{display:none}.tqh-guide-content>p{font-size:15px}.tqh-guide-steps>li{font-size:14px;gap:12px}.tqh-guide-note{padding:16px;gap:11px}.tqh-guide-fields>div{grid-template-columns:1fr;gap:5px;padding:13px 15px}.tqh-guide-flow{gap:10px}.tqh-guide-flow>span{font-size:12px;padding:13px 9px}.tqh-guide-flow small{font-size:11px}.tqh-guide-controls{flex-direction:column;align-items:stretch}.tqh-guide-controls>div{justify-content:space-between}.tqh-guide-controls .tqh-button{font-size:12px;padding:11px 13px}.tqh-guide-read{align-self:start}}
/* Pre-launch responsive navigation and offer */
@media(min-width:901px) and (max-width:1350px){.tqh-login-locked{display:none}.tqh-header nav{gap:17px}.tqh-header-actions{gap:14px}.tqh-header{gap:20px}.tqh-header .tqh-button.small{font-size:12px;padding:11px 13px;gap:9px}}
@media(max-width:900px){.tqh-community-panel{gap:32px;padding:32px;grid-template-columns:1fr}.tqh-community-access{padding-left:0;padding-top:28px;border-left:0;border-top:1px solid #3b4d32}}
@media(max-width:620px){.tqh-launch-bar>.tqh-wrap{flex-direction:column;align-items:flex-start;gap:4px;padding:10px 20px;font-size:12px}.tqh-launch-bar a{gap:6px}.tqh-login-locked{display:none}.tqh-community-panel{padding:27px 23px;gap:27px}.tqh-community-panel h2{font-size:30px}.tqh-community-panel>div>p:not(.tqh-kicker){font-size:15px}.tqh-community-access li{font-size:14px}.tqh-community-access h3{font-size:24px}.tqh-offer-line{font-size:13px;gap:8px}.tqh-offer-line strong{font-size:11px}.tqh-launch-gate{padding-top:55px;padding-bottom:70px}.tqh-launch-gate h1{font-size:40px}.tqh-launch-gate>p:not(.tqh-kicker){font-size:16px}.tqh-billing button{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.tqh-price-card p.tqh-payment-note{font-size:12px}.tqh-price-card p.tqh-price-note{font-size:12px!important}}

/* Responsive public pages: readable charts, accessible navigation and touch controls. */
.tqh-mobile-nav-extra{display:none}
.tqh-visual:before{inset:5% 0}
.tqh-site :is(a,button,input,summary):focus-visible{outline:2px solid #c9ef83;outline-offset:4px}
.tqh-site :is(.tqh-button,.tqh-text-link,.tqh-kicker,.tqh-price-products) svg{flex-shrink:0}
.tqh-site :is(.tqh-hero,.tqh-product-hero-grid,.tqh-pricing-grid,.tqh-feature-grid,.tqh-footer-top)>*{min-width:0}
.tqh-site :is(h1,h2,h3,p,li,a){overflow-wrap:break-word}
.tqh-track-chart svg{touch-action:pan-y}
@media(max-width:900px){
 .tqh-header{height:auto}
 .tqh-menu{min-width:44px;min-height:44px;justify-content:center;align-items:center;padding:10px}
 .tqh-header nav.open{max-height:calc(100dvh - 90px);overflow-y:auto;overscroll-behavior:contain;padding:16px 24px 24px}
 .tqh-header nav.open>a{min-height:48px;display:flex;align-items:center;border-bottom:1px solid #2c3d2d}
 .tqh-mobile-nav-extra{display:grid;gap:16px;padding-top:20px}
 .tqh-header nav.open .tqh-mobile-nav-extra>a{padding:14px 18px;min-height:48px}
 .tqh-mobile-nav-extra>span{display:flex;align-items:center;justify-content:center;gap:8px;color:#a2afa0;font-size:12px}
 .tqh-site :is(.tqh-text-link,.tqh-hero-proof,.tqh-track-open,.tqh-breadcrumb){min-height:44px}
 .tqh-track-detail-head>a{min-width:44px;min-height:44px;align-items:center;justify-content:center}
 .tqh-track-scrubber input{height:44px}
 .tqh-animation-toggle{min-width:44px;min-height:44px}
 .tqh-footer-top>div>a{min-height:44px;display:flex;align-items:center;line-height:1.6}
 .tqh-terminal-dialog-head button{width:44px;height:44px}
 .tqh-terminal-dialog>a{min-height:44px}
}
@media(max-width:620px){
 .tqh-header{padding:12px 16px;min-height:72px}
 .tqh-wrap{padding-left:20px;padding-right:20px}
 .tqh-hero h1{font-size:clamp(34px,10.5vw,44px);letter-spacing:-1.4px}
 .tqh-product-hero-grid h1,.tqh-page-intro h1,.tqh-launch-gate h1{font-size:clamp(34px,10vw,43px)}
 .tqh-kicker{flex-wrap:wrap;row-gap:5px;line-height:1.9}
 .tqh-kicker>span{flex-shrink:0}
 .tqh-hero-meta{font-size:12px;gap:12px 16px}
 .tqh-hero-proof{line-height:1.7}
 .tqh-hero-actions{gap:16px}
 .tqh-hero-actions>.tqh-button{width:100%;font-size:14px;min-height:50px}
 .tqh-hero-actions>.tqh-text-link{justify-content:center;width:100%}
 .tqh-preview-heading small{font-size:8px;letter-spacing:.7px}
 .tqh-preview-heading p,.tqh-preview-tabs{font-size:10px}
 .tqh-preview-tag{display:none}
 .tqh-preview-bottom{grid-template-columns:1fr}
 .tqh-preview-bottom small{font-size:9px}
 .tqh-preview-bottom b{font-size:11px}
 .tqh-visual-caption{position:static;text-align:center;font-size:10px!important;line-height:1.7;margin-top:16px}
 .tqh-floating-card{position:relative;left:auto;right:auto;bottom:auto;margin:12px 0 0;box-shadow:none}
 .tqh-floating-card b{font-size:13px}.tqh-floating-card span{font-size:11px}
 .tqh-visual{padding-bottom:0}
 .tqh-illustrative-chart{height:175px}
 .tqh-market-strip b{font-size:13px}.tqh-market-strip i{display:none}
 .tqh-price-card{padding:22px}
 .tqh-billing button{min-height:48px}
 .tqh-track-metrics{grid-template-columns:1fr;gap:0}
 .tqh-track-metrics>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:12px 0}
 .tqh-track-metrics>div+div{border-top:1px solid #2c4029}
 .tqh-track-metrics span{font-size:12px}.tqh-track-metrics strong{font-size:24px;margin:0}
 .tqh-track-scrubber{display:grid!important;gap:2px;font-size:12px}
 .tqh-track-period,.tqh-track-date{font-size:12px}
 .tqh-track-context summary{min-height:44px;line-height:1.8}
 .tqh-track-detail-head>div{min-width:0}.tqh-track-detail-head h3{font-size:23px}
 .tqh-track-chart-label{flex-wrap:wrap;gap:6px;font-size:12px}
 .tqh-footer-top{gap:22px;grid-template-columns:1fr}
 .tqh-footer-top>div:first-child{grid-column:auto}
 .tqh-footer-top>div>a{font-size:14px;letter-spacing:0}
 .tqh-footer-bottom{font-size:12px;letter-spacing:0}
 .tqh-terminal-dialog{max-height:calc(100dvh - 24px)}
 .tqh-terminal-copy>.tqh-kicker{overflow-wrap:anywhere}
}
@media(max-width:360px){
 .tqh-header .tqh-brand{font-size:16px;letter-spacing:-.6px}
 .tqh-header .tqh-brand svg{width:29px;height:29px}
 .tqh-launch-bar a{font-size:11px;gap:5px}
 .tqh-product-art{padding:24px 20px;min-height:340px}
 .tqh-product-art h2{font-size:28px}
 .tqh-community-panel{padding:24px 18px}
 .tqh-track-account strong{font-size:12px}
 .tqh-track-table-head,.tqh-track-account{padding-left:10px!important;padding-right:10px!important;gap:6px}
 .tqh-track-account b{font-size:11px}.tqh-track-dd{font-size:11px}
 .tqh-track-brand-heading h2{font-size:30px}
 .tqh-price-card{padding:20px}
}
@media(hover:none){.tqh-button:hover,.tqh-product:hover{transform:none}}
