:root{--linear-ease: linear( 0, .068, .19 2.7%, .804 8.1%, 1.037, 1.199 13.2%, 1.245, 1.27 15.8%, 1.274, 1.272 17.4%, 1.249 19.1%, .996 28%, .949, .928 33.3%, .926, .933 36.8%, 1.001 45.6%, 1.013, 1.019 50.8%, 1.018 54.4%, 1 63.1%, .995 68%, 1.001 85%, 1 )}.gooey-nav-container{position:relative}.gooey-nav-container nav{display:flex;position:relative;transform:translateZ(.01px)}.gooey-nav-container nav ul{display:flex;gap:2em;list-style:none;padding:0 1em;margin:0;position:relative;z-index:3;color:#fff;text-shadow:0 1px 1px hsl(205deg 30% 10% / .2)}.gooey-nav-container nav ul li{border-radius:100vw;position:relative;cursor:pointer;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease;box-shadow:0 0 .5px 1.5px transparent;color:#fff}.gooey-nav-container nav ul li a{display:inline-block;padding:.6em 1em}.gooey-nav-container nav ul li:focus-within:has(:focus-visible){box-shadow:0 0 .5px 1.5px #fff}.gooey-nav-container nav ul li:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;background:#fff;opacity:0;transform:scale(0);transition:all .3s ease;z-index:-1}.gooey-nav-container nav ul li.active{color:#000;text-shadow:none}.gooey-nav-container nav ul li.active:after{opacity:1;transform:scale(1)}.gooey-nav-container .effect{position:absolute;left:0;top:0;width:0;height:0;opacity:1;pointer-events:none;display:grid;place-items:center;z-index:1}.gooey-nav-container .effect.text{color:#fff;transition:color .3s ease}.gooey-nav-container .effect.text.active{color:#000}.gooey-nav-container .effect.filter{filter:blur(7px) contrast(100) blur(0);mix-blend-mode:lighten}.gooey-nav-container .effect.filter:before{content:"";position:absolute;top:-75px;right:-75px;bottom:-75px;left:-75px;z-index:-2;background:#000}.gooey-nav-container .effect.filter:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;transform:scale(0);opacity:0;z-index:-1;border-radius:100vw}.gooey-nav-container .effect.active:after{animation:pill .3s ease both}@keyframes pill{to{transform:scale(1);opacity:1}}.particle,.point{display:block;opacity:0;width:20px;height:20px;border-radius:100%;transform-origin:center}.particle{--time: 5s;position:absolute;top:calc(50% - 8px);left:calc(50% - 8px);animation:particle calc(var(--time)) ease 1 -.35s}.point{background:var(--color);opacity:1;animation:point calc(var(--time)) ease 1 -.35s}@keyframes particle{0%{transform:rotate(0) translate(calc(var(--start-x)),calc(var(--start-y)));opacity:1;animation-timing-function:cubic-bezier(.55,0,1,.45)}70%{transform:rotate(calc(var(--rotate) * .5)) translate(calc(var(--end-x) * 1.2),calc(var(--end-y) * 1.2));opacity:1;animation-timing-function:ease}85%{transform:rotate(calc(var(--rotate) * .66)) translate(calc(var(--end-x)),calc(var(--end-y)));opacity:1}to{transform:rotate(calc(var(--rotate) * 1.2)) translate(calc(var(--end-x) * .5),calc(var(--end-y) * .5));opacity:1}}@keyframes point{0%{transform:scale(0);opacity:0;animation-timing-function:cubic-bezier(.55,0,1,.45)}25%{transform:scale(calc(var(--scale) * .25))}38%{opacity:1}65%{transform:scale(var(--scale));opacity:1;animation-timing-function:ease}85%{transform:scale(var(--scale));opacity:1}to{transform:scale(0);opacity:0}}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;--mouse-x: 50%;--mouse-y: 50%;--spotlight-color: rgba(255, 255, 255, .05)}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.star-border-container{display:inline-block;position:relative;border-radius:20px;overflow:hidden}.border-gradient-bottom{position:absolute;width:300%;height:50%;opacity:.7;bottom:-12px;right:-250%;border-radius:50%;animation:star-movement-bottom linear infinite alternate;z-index:0}.border-gradient-top{position:absolute;opacity:.7;width:300%;height:50%;top:-12px;left:-250%;border-radius:50%;animation:star-movement-top linear infinite alternate;z-index:0}.inner-content{position:relative;border:1px solid #222;background:#000;color:#fff;font-size:16px;text-align:center;padding:16px 26px;border-radius:20px;z-index:1}@keyframes star-movement-bottom{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes star-movement-top{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}:root{font-family:PingFang SC,Microsoft YaHei,Source Han Sans SC,Inter,system-ui,sans-serif;color:#f8f6ff;background:#0a0614;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root,.app,.login-page,.layout-choice-page{-webkit-user-select:none;user-select:none}::selection{color:inherit;background:transparent}input,textarea,select,[contenteditable=true],.allow-select{-webkit-user-select:text;user-select:text}input::selection,textarea::selection,[contenteditable=true]::selection,.allow-select::selection{color:#fff;background:#8d58d78c}img,svg,canvas{-webkit-user-drag:none;user-drag:none}html,body,#root{width:100%;min-width:1180px;min-height:100%;margin:0}.global-error-page{min-height:100vh;display:grid;place-items:center;padding:24px;color:#f7f0ff;background:radial-gradient(circle at 18% 18%,rgba(183,146,245,.22),transparent 32%),radial-gradient(circle at 82% 78%,rgba(216,179,95,.14),transparent 30%),linear-gradient(135deg,#0f0a1c,#171024 58%,#0b0712)}.global-error-card{width:min(560px,100%);display:grid;gap:14px;padding:26px;border:1px solid rgba(183,146,245,.26);border-radius:14px;background:#120d1fd1;box-shadow:0 28px 90px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);-webkit-user-select:text;user-select:text}.global-error-card span{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:#f4d98a;font-size:13px;font-weight:900}.global-error-card h1{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:0}.global-error-card p{margin:0;color:#f7f0ffb8;line-height:1.8}.global-error-card small{color:#f87171eb;word-break:break-word}.global-error-card button{width:fit-content;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;color:#fff;border:1px solid rgba(183,146,245,.32);border-radius:999px;background:linear-gradient(135deg,#6c3baa,#9b6dd7);font-weight:900}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(183,148,232,.78);outline-offset:2px}.app,.login-page,.layout-choice-page{--bg: #0a0614;--panel: #110d1f;--panel-2: #171128;--field: #1a1430;--line: #2a1f4a;--line-soft: rgba(108, 59, 170, .22);--text: #ffffff;--muted: #c0b8d6;--faint: #8a7fa8;--accent: #8d58d7;--accent-2: #b794e8;--blue: #4a90d9;--red: #ff4757;--green: #2ed573;--gold: #d8b35f;--shadow: 0 24px 80px rgba(0, 0, 0, .45)}.app.light,.login-page.light{--bg: #f7f4ff;--panel: rgba(255, 255, 255, .9);--panel-2: #f1ecfb;--field: #f8f6ff;--line: #d9ceef;--line-soft: rgba(113, 71, 170, .18);--text: #1b142a;--muted: #4d4562;--faint: #716783;--shadow: 0 20px 60px rgba(45, 27, 105, .14)}.app{min-height:100dvh;display:grid;grid-template-columns:auto 1fr;position:relative;overflow:hidden;color:var(--text);background:radial-gradient(circle at 18% 8%,rgba(108,59,170,.24),transparent 28%),radial-gradient(circle at 92% 12%,rgba(74,144,217,.14),transparent 24%),linear-gradient(135deg,var(--bg),#110d1f 58%,var(--bg))}.app-motion-bg{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;z-index:0;opacity:.28;filter:blur(.2px) saturate(1.05)}.app-motion-bg .line-waves-container{width:100%;height:100%}.mobile-bottom-nav{display:none}.layout-choice-page{min-height:100dvh;display:grid;place-items:center;position:relative;overflow:hidden;color:var(--text);background:radial-gradient(circle at 18% 8%,rgba(108,59,170,.24),transparent 28%),radial-gradient(circle at 92% 12%,rgba(74,144,217,.14),transparent 24%),linear-gradient(135deg,var(--bg),#110d1f 58%,var(--bg))}.layout-choice-page.light{background:radial-gradient(circle at 18% 8%,rgba(244,199,126,.18),transparent 30%),radial-gradient(circle at 86% 18%,rgba(155,114,216,.12),transparent 28%),linear-gradient(135deg,#fff8ec,#fff4e4 58%,#fffaf3)}.layout-choice-card{width:min(680px,calc(100vw - 32px));display:grid;justify-items:center;gap:12px;position:relative;z-index:2;padding:28px;text-align:center;background:linear-gradient(180deg,rgba(255,255,255,.05),transparent),#110d1fd1;border:1px solid rgba(183,148,232,.24);border-radius:18px;box-shadow:0 28px 90px #0000005c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.layout-choice-card>img{width:76px;height:76px;object-fit:cover;border-radius:18px}.layout-choice-card>span{color:var(--gold);font-size:13px;font-weight:900}.layout-choice-card h1{margin:0;font-size:38px;line-height:1.15}.layout-choice-card p{max-width:520px;margin:0;color:var(--muted);line-height:1.75}.layout-choice-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px}.layout-choice-actions button{min-height:156px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(183,146,245,.22),transparent 40%),#ffffff0d;border:1px solid rgba(183,148,232,.22);border-radius:16px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.layout-choice-actions button:hover{transform:translateY(-2px);border-color:#d8b35f5c}.layout-choice-actions button span{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#7c3aed29;border:1px solid rgba(183,148,232,.22)}.layout-choice-actions img{width:100%;height:100%;object-fit:cover}.layout-choice-actions b{font-size:20px}.layout-switcher{width:fit-content;display:grid;grid-template-rows:1fr 1fr;gap:2px;align-self:center;justify-self:start;padding:2px;background:#ffffff0a;border:1px solid rgba(183,148,232,.14);border-radius:7px}.layout-switcher button{min-width:54px;height:18px;display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:0 4px;color:var(--faint);background:transparent;border:1px solid transparent;border-radius:5px;font-size:7px;font-weight:850}.layout-switcher button svg{width:9px;height:9px}.layout-switcher button.active{color:#fff;background:linear-gradient(135deg,#7c3aedbf,#b792f56b);border-color:#d8b35f38}.app.light{background:radial-gradient(circle at 18% 8%,rgba(142,88,213,.18),transparent 30%),radial-gradient(circle at 86% 18%,rgba(92,168,255,.12),transparent 28%),linear-gradient(135deg,#fbf9ff,#f0eaff 58%,#f8f5ff)}.login-page{min-height:100dvh;display:grid;place-items:center;position:relative;overflow:hidden;color:var(--text);background:radial-gradient(circle at 50% 24%,rgba(183,148,232,.18),transparent 24%),radial-gradient(circle at 12% 82%,rgba(74,144,217,.13),transparent 28%),linear-gradient(135deg,var(--bg),#110d1f)}.login-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(rgba(183,148,232,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(183,148,232,.05) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 16%,black 78%,transparent);mask-image:linear-gradient(to bottom,transparent,black 16%,black 78%,transparent)}.login-liquid-bg,.login-orb-bg{position:absolute}.login-liquid-bg{top:-18%;right:-18%;bottom:-18%;left:-18%;width:auto;height:auto;z-index:0;opacity:.76;filter:blur(.4px) saturate(1.08)}.login-orb-bg{left:50%;top:50%;width:min(1080px,112vw);height:min(1080px,112vw);transform:translate(-50%,-50%);z-index:1;opacity:.64;mix-blend-mode:screen;pointer-events:none}.login-card-motion{position:relative;z-index:3}.floating-theme-wrap{position:absolute;top:22px;right:28px;z-index:4}.floating-theme{height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;color:var(--muted);background:#ffffff0d;border:1px solid var(--line);border-radius:8px}.login-card{width:420px;position:relative;padding:30px;background:#110d1fd1;border:1px solid rgba(183,148,232,.3);border-radius:12px;box-shadow:var(--shadow),inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.login-card.is-register{width:468px;padding:28px 30px 30px}.login-card-glow,.login-card-glow .border-glow-inner{width:420px}.login-card-glow:has(.login-card.is-register),.login-card-glow:has(.login-card.is-register) .border-glow-inner{width:468px}.ly-glow{min-width:0;border:0;background:transparent;box-shadow:none}.ly-glow>.edge-light{z-index:0}.ly-glow .border-glow-inner{min-width:0;display:block;overflow:visible;background:transparent}.ly-glow:before{opacity:calc(.22 + (var(--edge-proximity) / 260))}.ly-glow:after{mix-blend-mode:screen}.panel-glow,.panel-glow .border-glow-inner,.market-card-glow,.market-card-glow .border-glow-inner,.panel-glow .panel,.market-card-glow .market-card{height:100%}.report-card,.sentiment-card,.history-panel,.history-detail,.gua-card,.today-pick-panel,.coin-module,.grail-module,.locked-panel,.review-card,.model-card,.contact-panel,.profile-panel,.metric{position:relative;overflow:hidden}.report-card:before,.sentiment-card:before,.history-panel:before,.history-detail:before,.gua-card:before,.today-pick-panel:before,.coin-module:before,.grail-module:before,.locked-panel:before,.review-card:before,.model-card:before,.contact-panel:before,.profile-panel:before,.metric:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;padding:1px;border-radius:inherit;opacity:0;pointer-events:none;background:linear-gradient(135deg,#b792f5e6,#7c3aed4d,#d8b35f42);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:opacity .22s ease}.report-card:hover:before,.sentiment-card:hover:before,.history-panel:hover:before,.history-detail:hover:before,.gua-card:hover:before,.today-pick-panel:hover:before,.coin-module:hover:before,.grail-module:hover:before,.locked-panel:hover:before,.review-card:hover:before,.model-card:hover:before,.contact-panel:hover:before,.profile-panel:hover:before,.metric:hover:before{opacity:.48}.login-enter-border{width:100%;display:block;margin-top:18px;border-radius:8px}.login-enter-border .inner-content{padding:0;border:0;border-radius:8px;background:transparent}.login-enter-border .login-enter{margin-top:0}.login-page.light .login-card{background:#ffffffd6}.login-brand{display:grid;justify-items:center;margin-bottom:24px}.login-brand img{width:86px;height:86px;object-fit:cover;border-radius:18px;box-shadow:0 0 40px #9b6dd759}.login-brand h1{margin:16px 0 4px;font-size:30px;letter-spacing:0;line-height:1.1;background:linear-gradient(135deg,#8d58d7,#d7bdff);-webkit-background-clip:text;color:transparent}.login-brand p,.page-header p,.panel-copy,.risk-line{color:var(--faint)}.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;margin:0 0 16px;border:1px solid var(--line);border-radius:10px;background:#ffffff0a}.login-tabs button{height:36px;border:0;border-radius:8px;color:var(--muted);background:transparent;transition:color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.login-tabs button.active{color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f594);box-shadow:0 10px 28px #7c3aed47}.login-tabs button:hover{transform:translateY(-1px)}.login-field{height:48px;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:12px;background:var(--field);border:1px solid var(--line);border-radius:8px;color:var(--faint);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.login-field:focus-within,.strategy-input:focus-within,.mystic-form input:focus,.api-form input:focus,.api-form select:focus{border-color:#b794e894;box-shadow:0 0 0 3px #b794e81a}.login-field input,.strategy-input input,.mystic-form input,.api-form input,.api-form select{width:100%;border:0;outline:0;color:var(--text);background:transparent}.login-password-field input{min-width:0}.password-visibility-button{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;padding:0;color:var(--faint);background:#ffffff0a;border:1px solid rgba(183,146,245,.12);border-radius:8px;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.password-visibility-button:hover{color:var(--text);background:#b792f51f;border-color:#b792f547;transform:translateY(-1px)}.register-channel-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 12px}.register-channel-tabs button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;color:var(--muted);background:#ffffff09;border:1px solid rgba(183,146,245,.16);border-radius:8px;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.register-channel-tabs button.active{color:#fff;background:linear-gradient(135deg,#7c3aeddb,#b792f58f),#ffffff14;border-color:#b792f552;box-shadow:0 10px 26px #7c3aed38}.register-channel-tabs button:hover{transform:translateY(-1px)}.register-guide{margin:-3px 0 12px;padding:9px 11px;color:var(--faint);background:linear-gradient(135deg,#b792f51a,#4a90d90d),#ffffff09;border:1px solid rgba(183,146,245,.14);border-radius:8px;font-size:12px;line-height:1.55}.login-code-row{display:grid;grid-template-columns:1fr 128px;gap:12px;margin-bottom:12px}.login-code-row .login-field{margin-bottom:0}.login-code-row-fields{grid-template-columns:1fr 1fr}.register-code-row{grid-template-columns:minmax(0,1fr) 136px}.register-password-grid{display:grid;grid-template-columns:1fr;gap:0}.register-password-grid .login-field{margin-bottom:10px}.login-code-button{height:48px;white-space:nowrap;background:#b792f51f;border-color:#b792f55c}.login-code-button:disabled{color:#d6cdee94;background:#4a3f6885;border-color:#b792f524}.password-meter{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin:0 0 12px;color:var(--faint);font-size:11px}.password-meter span{height:6px;overflow:hidden;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.password-meter i{display:block;height:100%;min-width:8px;border-radius:inherit;background:linear-gradient(90deg,#ff6b7a,#d8b35f);transition:width .22s ease,background .22s ease}.password-meter.strength-1 i{background:linear-gradient(90deg,#d8b35f,#4a90d9)}.password-meter.strength-2 i,.password-meter.strength-3 i{background:linear-gradient(90deg,#4a90d9,#2ed573)}.password-meter.ready em{color:#9df2c8e6}.password-meter em{min-width:92px;font-style:normal;text-align:right}.login-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.primary-action,.secondary-action,.ghost-button,.icon-button,.panel-header button,.table-row button,.article-list button,.periods button,.section-tabs button,.segmented button,.radio-row button{min-height:36px;border:1px solid transparent;border-radius:8px;color:var(--text);transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.primary-action:hover:not(:disabled),.secondary-action:hover:not(:disabled),.ghost-button:hover:not(:disabled),.icon-button:hover:not(:disabled),.panel-header button:hover:not(:disabled),.table-row button:hover:not(:disabled),.article-list button:hover:not(:disabled),.periods button:hover:not(:disabled),.section-tabs button:hover:not(:disabled),.segmented button:hover:not(:disabled),.radio-row button:hover:not(:disabled){transform:translateY(-1px);border-color:#b794e859;box-shadow:0 12px 26px #6c3baa29}.primary-action:active,.secondary-action:active,.ghost-button:active,.icon-button:active{transform:translateY(1px)}.primary-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;background:linear-gradient(135deg,#6c3baa,#9b6dd7);box-shadow:0 12px 34px #6c3baa47}.primary-action:disabled,.secondary-action:disabled{cursor:not-allowed;color:#75688f;background:#2a1f4a;box-shadow:none}.secondary-action{padding:0 12px;background:#6c3baa}.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;color:var(--muted);background:transparent;border-color:var(--line)}.ghost-button.full{width:100%}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;padding:0;color:var(--muted);background:var(--field);border-color:var(--line)}.login-enter{width:100%;height:48px;margin-top:18px}.agreement-line{display:grid;grid-template-columns:18px 1fr;gap:10px;margin-top:16px;color:var(--faint);font-size:12px;line-height:1.7}.agreement-line button:not(.check-box){padding:0 2px;color:var(--blue);background:transparent;border:0}.check-box{width:18px;height:18px;display:grid;place-items:center;margin-top:2px;padding:0;color:#fff;background:transparent;border:1px solid var(--accent);border-radius:4px}.check-box.checked{background:var(--blue);border-color:var(--blue)}.status-rail{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 8px;background:#05030c94;border-right:1px solid rgba(183,148,232,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.rail-spacer{flex:1}.rail-button{width:36px;min-height:36px;display:grid;place-items:center;position:relative;padding:0;color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:8px}.rail-button span{position:absolute;left:42px;width:max-content;padding:4px 7px;opacity:0;pointer-events:none;color:var(--text);background:var(--panel);border:1px solid var(--line);border-radius:6px;transform:translate(-4px);transition:.16s ease}.rail-button:hover span{opacity:1;transform:translate(0)}.rail-button.ok{color:var(--green)}.status-popover{position:absolute;left:50px;bottom:62px;width:190px;display:grid;gap:7px;padding:14px;color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow)}.status-popover b{color:var(--green)}.sidebar{width:236px;max-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;position:relative;z-index:2;gap:14px;padding:16px 12px;overflow:hidden auto;background:#0c0818e0;border-right:1px solid rgba(183,148,232,.14);transition:width .22s ease;scrollbar-width:none}.sidebar::-webkit-scrollbar,.menu-tree::-webkit-scrollbar{width:0;height:0;display:none}.app.light .sidebar{background:#ffffffb8}.sidebar.collapsed{width:70px}.sidebar-brand{height:58px;display:flex;align-items:center;gap:10px;padding:0 8px 14px;border-bottom:1px solid var(--line)}.sidebar-brand img,.topbar-title img{width:36px;height:36px;object-fit:cover;border-radius:9px}.sidebar-brand div{display:grid}.sidebar-brand b{width:fit-content;color:transparent;background:linear-gradient(180deg,#e0c8ff,#a66df0 42%,#6e3bc0);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 18px rgba(172,105,244,.42);transform:skew(-5deg)}.sidebar-brand span,.topbar-title span,.time-block span,.weekday{color:var(--faint);font-size:12px}.menu-tree{display:grid;align-content:start;gap:5px;padding-top:14px;overflow:auto;scrollbar-width:none}.sidebar-gooey-nav{--color-1: #8d58d7;--color-2: #b794e8;--color-3: #d8b35f;--color-4: #7c3aed;width:100%}.sidebar-gooey-nav.gooey-nav-container nav,.sidebar-gooey-nav.gooey-nav-container nav ul{width:100%;display:grid}.sidebar-gooey-nav.gooey-nav-container nav ul{gap:5px;padding:0;color:var(--muted);text-shadow:none}.sidebar-gooey-nav.gooey-nav-container nav ul li{width:100%;height:42px;border-radius:8px;color:var(--muted)}.sidebar-gooey-nav.gooey-nav-container nav ul li a{width:100%;height:42px;display:flex;align-items:center;padding:0 10px;color:inherit;text-decoration:none}.gooey-menu-label{width:100%;display:grid;grid-template-columns:22px 1fr auto auto;align-items:center;gap:8px}.sidebar-gooey-nav.gooey-nav-container nav ul li:after{border-radius:8px;background:linear-gradient(135deg,#6c3baaf0,#9b6dd7b8);box-shadow:inset 0 0 0 1px #b794e838}.sidebar-gooey-nav.gooey-nav-container nav ul li.active{color:#fff}.sidebar-gooey-nav.gooey-nav-container .effect.text{display:none}.sidebar-gooey-nav.gooey-nav-container .effect.filter{filter:blur(5px) contrast(60);mix-blend-mode:screen}.sidebar-gooey-nav.gooey-nav-container .effect.filter:before{background:transparent}.sidebar-gooey-nav.gooey-nav-container .effect.filter:after{background:#8b5cf6c7;border-radius:8px}.sidebar-gooey-nav .particle,.sidebar-gooey-nav .point{width:8px;height:8px}.collapsed-gooey.gooey-nav-container nav ul li a{justify-content:center;padding:0}.collapsed-gooey .gooey-menu-label{grid-template-columns:1fr;justify-items:center}.menu-item{width:100%;height:42px;display:grid;grid-template-columns:22px 1fr auto auto;align-items:center;gap:8px;padding:0 10px;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:8px;text-align:left;transition:transform .18s ease,color .18s ease,background .18s ease,border-color .18s ease}.collapsed .menu-item{grid-template-columns:1fr;justify-items:center;padding:0}.menu-item.active,.menu-item:hover{color:#fff;background:linear-gradient(135deg,#6c3baaeb,#9b6dd7b8);border-color:#b794e838}.menu-item:hover{transform:translate(2px)}.menu-item em,.submenu-row em,.section-tabs em,.recommend{padding:2px 5px;color:#241700;background:linear-gradient(135deg,#ecd892,#d8b35f);border-radius:5px;font-style:normal;font-size:11px;font-weight:700}.chevron{transition:transform .16s ease}.chevron.open{transform:rotate(180deg)}.submenu{display:grid;gap:2px;padding:2px 0 8px 42px}.submenu-row{width:100%;min-height:28px;display:flex;align-items:center;gap:7px;padding:0 8px;color:var(--faint);background:transparent;border:0;border-radius:6px;font-size:12px;text-align:left;transition:transform .16s ease,color .16s ease,background .16s ease}.submenu-row:hover{color:var(--text);background:#b794e814;transform:translate(2px)}.notice-dot{width:8px;height:8px;background:var(--red);border-radius:50%;opacity:0}.notice-dot.has-unread{opacity:1;animation:noticePulse 1.8s ease-in-out infinite}@keyframes noticePulse{0%,to{box-shadow:0 0 #ff475773}50%{box-shadow:0 0 0 8px #ff475700}}.sidebar-system{display:grid;gap:10px;padding-top:14px;border-top:1px solid var(--line)}.side-balance,.side-status{display:grid;gap:8px;padding:12px;background:var(--panel);border:1px solid var(--line);border-radius:8px}.side-balance span,.side-status span{color:var(--faint);font-size:12px}.side-balance b{font-family:Cascadia Mono,Consolas,monospace;font-size:21px}.side-status span{display:flex;justify-content:space-between;gap:10px}.ok-text{color:var(--green)}.collapse-row{margin-top:2px}.collapsed-toggle{width:44px;height:38px;display:grid;place-items:center;justify-self:center;color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:8px}.workspace{min-width:0;display:grid;grid-template-rows:78px 1fr;position:relative;z-index:1}.topbar{display:grid;grid-template-columns:minmax(330px,1fr) 320px max-content;align-items:center;gap:12px;padding:0 24px;border-bottom:1px solid rgba(183,148,232,.14);background:#0a0614a8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.app.light .topbar{background:#ffffffad}.top-dev{display:grid;gap:4px;min-width:0}.top-dev-line{display:flex;align-items:center;gap:12px;min-width:0}.top-dev-title{display:grid;gap:4px;min-width:0}.top-dev b{font-size:17px}.top-dev span{color:var(--faint);font-size:12px;white-space:nowrap}.contact-link{padding:0 0 0 12px;color:var(--blue);background:transparent;border:0;border-left:1px solid var(--line);font-size:12px;white-space:nowrap}.time-stack{display:grid;gap:4px;justify-self:center;width:320px}.time-row{display:grid;grid-template-columns:16px 76px 126px 28px;gap:4px;align-items:center;padding:0;border:0;background:transparent}.time-row svg{color:var(--accent-2)}.time-row b{min-width:0;overflow:hidden;color:var(--text);font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace;font-size:11px;white-space:nowrap}.time-row span{white-space:nowrap;font-size:11px}.time-row em{color:var(--faint);font-style:normal;font-size:11px;white-space:nowrap}.top-user{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-self:end;gap:10px;min-width:0;transform:none}@media(max-width:1240px){.topbar{grid-template-columns:minmax(280px,1fr) 292px max-content}.time-stack{width:292px}.user-mini{width:142px;grid-template-columns:30px minmax(76px,1fr)}.top-user .ghost-button{gap:4px;padding:0 8px}.top-user .ghost-button svg{display:none}}.user-mini{width:176px;min-height:46px;display:grid;grid-template-columns:36px minmax(100px,1fr);align-items:center;gap:8px;padding:4px;color:var(--text);background:transparent;border:0;border-radius:9px;text-align:left}.user-mini:hover{background:#b794e814}.top-avatar{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7b45c6,#c6a1ff);border-radius:9px;font-size:15px;font-weight:900;overflow:hidden;flex:0 0 auto}.top-avatar img{width:100%;height:100%;display:block;object-fit:cover}.user-identity{display:grid;gap:1px;min-width:0}.user-identity b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.user-identity span{color:var(--faint);font-size:10.5px;line-height:1.12}.top-user .ghost-button,.top-user .icon-button{min-height:38px;white-space:nowrap}.top-user .icon-only{width:38px;padding:0}.time-block{min-width:214px;display:flex;align-items:center;gap:9px;padding:8px 10px;background:#ffffff09;border:1px solid var(--line);border-radius:8px}.time-block b{font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace;font-size:13px}.page-shell{min-width:0;height:calc(100dvh - 78px);overflow:auto;padding:24px}.page-header{display:grid;gap:8px;max-width:900px;margin-bottom:22px}.eyebrow{margin:0;color:var(--accent-2);font-size:12px}.page-header h1{margin:0;color:var(--text);font-size:30px;line-height:1.18;letter-spacing:0}.page-header p:last-child{max-width:720px;margin:0;line-height:1.7}.market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-row,.analysis-grid,.pricing-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-top:16px}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel,.price-card,.user-banner,.locked-panel,.disclaimer-card,.modal-card{background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel);border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 18px 60px #0000002e}.panel{position:relative;overflow:hidden;padding:16px}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-header div{display:flex;align-items:center;gap:8px}.panel-header h2{margin:0;font-size:15px;line-height:1.3}.panel-header button{padding:0 10px;color:var(--blue);background:transparent;border-color:var(--line)}.quote-list,.heat-list,.section-stack,.stat-stack{display:grid;gap:12px}.quote-row{display:grid;grid-template-columns:1fr 74px 116px;align-items:center;gap:12px;min-height:54px;padding:10px;background:var(--panel-2);border:1px solid rgba(183,148,232,.08);border-radius:8px}.quote-row div{display:grid;gap:4px}.quote-row span,.metric span,.article-list span,.data-table .table-head,.risk-line{color:var(--faint);font-size:12px}.quote-row b{font-family:Cascadia Mono,Consolas,monospace}.quote-row p{display:flex;justify-content:flex-end;align-items:center;gap:4px;margin:0;font-size:13px;font-weight:700}.sparkline{width:72px;height:40px}.sparkline polyline{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.sparkline.up polyline{stroke:var(--red)}.sparkline.down polyline{stroke:var(--green)}.market-card{width:100%;min-height:286px;display:grid;align-content:start;gap:12px;color:var(--text);text-align:left}.market-card-motion,.market-card-motion>div,.market-card-spotlight{min-width:0;height:100%}.card-reveal{min-width:0;height:100%}.card-reveal>div{min-width:0;height:100%}.workspace .panel,.workspace .price-card,.workspace .user-banner,.workspace .disclaimer-card,.workspace .credit-hero,.workspace .credit-pack,.workspace .recharge-choice-card,.workspace .membership-card,.workspace .report-card,.workspace .sentiment-card,.workspace .history-panel,.workspace .history-detail,.workspace .gua-card,.workspace .today-pick-panel,.workspace .coin-module,.workspace .grail-module,.workspace .locked-panel,.workspace .review-card,.workspace .model-card,.workspace .contact-panel,.workspace .profile-panel,.workspace .metric,.workspace .data-table,.workspace .cost-table,.workspace .api-form,.workspace .strategy-input,.workspace .article-list,.workspace .news-card,.workspace .mystic-result,.workspace .diagnostic-list,.workspace .equity-curve,.workspace .trade-bars,.workspace .mystic-log,.workspace .settings-note,.workspace .platform-models,.workspace .cost-row,.workspace .credit-balance,.workspace .usage-line,.workspace .empty-state,.workspace .capability-hero,.workspace .pulse-strip{animation:cardRiseIn .72s cubic-bezier(.18,.82,.24,1) both;transform-origin:center bottom;will-change:transform,opacity}.dashboard-row .card-reveal:nth-child(2),.report-card:nth-child(2),.coin-module:nth-child(2),.grail-module:nth-child(2),.metric:nth-child(2){animation-delay:.06s}.market-page .card-reveal:nth-child(3),.metric:nth-child(3),.report-card:nth-child(3){animation-delay:.1s}@keyframes cardRiseIn{0%{opacity:0;transform:translate3d(0,24px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}.workspace .panel,.workspace .price-card,.workspace .user-banner,.workspace .disclaimer-card,.workspace .credit-hero,.workspace .credit-pack,.workspace .recharge-choice-card,.workspace .membership-card,.workspace .report-card,.workspace .history-panel,.workspace .history-detail,.workspace .locked-panel,.workspace .review-card,.workspace .model-card,.workspace .contact-panel,.workspace .profile-panel,.workspace .data-table,.workspace .cost-table,.workspace .news-card,.workspace .mystic-result,.workspace .diagnostic-list,.workspace .equity-curve,.workspace .trade-bars,.workspace .mystic-log,.workspace .settings-note,.workspace .empty-state,.workspace .capability-hero,.workspace .pulse-strip{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.workspace .panel:hover,.workspace .price-card:hover,.workspace .user-banner:hover,.workspace .disclaimer-card:hover,.workspace .credit-hero:hover,.workspace .credit-pack:hover,.workspace .recharge-choice-card:hover,.workspace .membership-card:hover,.workspace .report-card:hover,.workspace .history-panel:hover,.workspace .history-detail:hover,.workspace .locked-panel:hover,.workspace .review-card:hover,.workspace .model-card:hover,.workspace .contact-panel:hover,.workspace .profile-panel:hover,.workspace .data-table:hover,.workspace .cost-table:hover,.workspace .news-card:hover,.workspace .mystic-result:hover,.workspace .diagnostic-list:hover,.workspace .equity-curve:hover,.workspace .trade-bars:hover,.workspace .mystic-log:hover,.workspace .settings-note:hover,.workspace .empty-state:hover,.workspace .capability-hero:hover,.workspace .pulse-strip:hover{transform:translateY(-4px);border-color:#b794e847;box-shadow:0 20px 64px #09051247}.market-card-spotlight.card-spotlight{padding:0;border:0;border-radius:10px;background:transparent;overflow:hidden}.market-card-spotlight.card-spotlight:before{z-index:4;opacity:0}.market-card-spotlight.card-spotlight:hover:before,.market-card-spotlight.card-spotlight:focus-within:before{opacity:.72}.market-card-spotlight .market-card{position:relative;z-index:2;height:100%}.market-card:hover{border-color:#b794e861;transform:translateY(-1px)}.market-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.market-title{display:flex;align-items:center;gap:10px;min-width:0}.market-title h2{margin:0;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.market-symbol{width:38px;height:38px;flex:0 0 auto;display:grid;grid-auto-flow:column;align-items:end;justify-content:center;gap:3px;padding:7px 6px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#8e58d538,#5ca8ff14)}.market-symbol i{width:4px;border-radius:3px;background:var(--accent-2)}.market-symbol i:nth-child(1){height:10px}.market-symbol i:nth-child(2){height:17px;background:var(--red)}.market-symbol i:nth-child(3){height:13px;background:var(--green)}.ths-symbol{position:relative}.ths-symbol b{position:absolute;left:8px;right:8px;top:14px;height:2px;background:#ffffff73}.futures-symbol{grid-auto-flow:row;align-content:center;gap:4px}.futures-symbol i,.futures-symbol b{width:22px;height:4px;display:block;border-radius:99px}.futures-symbol i{background:var(--gold)}.futures-symbol b{background:var(--blue)}.okx-symbol{grid-template-columns:repeat(2,8px);grid-auto-flow:row;align-content:center;gap:4px}.okx-symbol i{width:8px;height:8px!important;background:#fff!important;border-radius:2px}.market-card-ths{background:linear-gradient(135deg,rgba(255,71,87,.08),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel)}.market-card-eastmoney{background:linear-gradient(135deg,rgba(216,179,95,.1),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel)}.market-card-okx{background:linear-gradient(135deg,rgba(46,213,115,.08),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel)}.market-tag{flex:0 0 auto;padding:5px 8px;color:var(--accent-2);background:#8e58d51f;border:1px solid var(--line);border-radius:7px;font-size:11px;white-space:nowrap}.market-quotes{display:grid;padding:2px 10px;background:#ffffff06;border:1px solid rgba(183,148,232,.08);border-radius:8px}.market-quote{display:grid;grid-template-columns:minmax(86px,.82fr) minmax(104px,1fr) 88px;align-items:center;gap:9px;min-height:44px;padding:9px 0;border-bottom:1px solid rgba(183,148,232,.1)}.market-quote:last-child{border-bottom:0}.quote-name{display:grid;gap:2px;min-width:0}.quote-name b,.quote-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-name b{font-size:12px}.quote-name span{color:var(--faint);font-size:11px}.quote-spark{min-width:0;height:30px;display:grid;place-items:center;position:relative;overflow:hidden;background:linear-gradient(180deg,transparent 48%,rgba(183,148,232,.16) 49%,transparent 52%),radial-gradient(circle at 18% 50%,rgba(183,148,232,.12),transparent 42%);border:1px solid rgba(183,148,232,.08);border-radius:7px}.quote-value-card{min-width:0;display:grid;justify-items:end;gap:2px;padding:6px 8px;background:#ffffff09;border:1px solid rgba(183,148,232,.08);border-radius:8px}.quote-value-card.up{background:linear-gradient(135deg,#ff475724,#ff475709);border-color:#ff47572e}.quote-value-card.down{background:linear-gradient(135deg,#2ed57324,#2ed57309);border-color:#2ed5732e}.quote-price,.change{overflow:hidden;font-family:Cascadia Mono,Consolas,monospace;font-size:12px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.market-quote .sparkline{width:88px;height:28px}.sparkline .sparkline-area{opacity:.18;stroke:none}.sparkline.up .sparkline-area{fill:var(--red)}.sparkline.down .sparkline-area{fill:var(--green)}.sparkline .sparkline-last{fill:currentColor;filter:drop-shadow(0 0 6px currentColor)}.sparkline.up .sparkline-last{fill:var(--red)}.sparkline.down .sparkline-last{fill:var(--green)}.sparkline.live polyline{stroke-width:2.1}.change{text-align:right}.market-meta{margin:0;padding:10px;color:var(--faint);background:#b794e80f;border:1px solid rgba(183,148,232,.1);border-radius:8px;font-size:12px;line-height:1.55}.market-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.market-stat-strip span{min-width:0;display:grid;gap:4px;padding:9px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.market-stat-strip small{overflow:hidden;color:var(--faint);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.market-stat-strip b{overflow:hidden;font-family:Cascadia Mono,Consolas,monospace;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.up-text{color:var(--red)!important}.down-text{color:var(--green)!important}.heat-row{display:grid;grid-template-columns:96px 1fr 70px;align-items:center;gap:12px;min-height:32px}.heat-list.compact .heat-row{grid-template-columns:88px 1fr 62px}.heat-bar{height:7px;overflow:hidden;background:#b794e81f;border-radius:999px}.heat-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--accent));border-radius:inherit}.switcher{position:relative;flex:0 0 auto}.switch-btn{height:34px;display:flex;align-items:center;gap:7px;padding:0 10px;color:var(--muted);background:var(--panel-2);border:1px solid var(--line);border-radius:8px}.switch-menu{position:absolute;top:40px;right:0;z-index:3;width:max-content;display:flex;gap:4px;padding:8px;background:var(--panel);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.switch-menu button{min-height:30px;padding:0 8px;color:var(--muted);background:transparent;border:0;border-radius:6px;text-align:left;white-space:nowrap}.switch-menu button:hover,.switch-menu button.active{color:#fff;background:#8e58d547}.board-table{display:grid;overflow:hidden;border:1px solid rgba(183,148,232,.12);border-radius:8px}.board-row{display:grid;grid-template-columns:34px minmax(72px,1fr) 58px 70px minmax(70px,.9fr) 70px;align-items:center;gap:8px;min-height:42px;padding:0 10px;border-bottom:1px solid rgba(183,148,232,.1)}.board-row:last-child{border-bottom:0}.board-row.head{min-height:34px;color:var(--faint);background:#8e58d514;font-size:12px}.board-row span,.board-row b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-row b{font-size:13px}.heat-mini{height:8px;overflow:hidden;background:#b794e824;border-radius:999px}.heat-mini i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--accent-2));border-radius:inherit}.sentiment-card{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:22px}.sentiment-card.dense{grid-template-columns:136px 1fr}.sentiment-ring{width:146px;aspect-ratio:1;display:grid;place-items:center;align-content:center;gap:4px;border-radius:50%;background:radial-gradient(circle,var(--panel) 58%,transparent 60%),conic-gradient(var(--accent) 0 42%,rgba(183,148,232,.16) 42% 100%);box-shadow:inset 0 0 28px #b794e82e}.sentiment-ring.large{width:124px}.sentiment-ring span{font-size:26px;font-weight:800}.sentiment-ring small{color:var(--faint)}.sentiment-metrics{display:grid;gap:10px}.sentiment-layout{display:grid;grid-template-columns:148px minmax(0,1fr);align-items:center;gap:16px}.ring{width:146px;aspect-ratio:1;display:grid;place-items:center;align-content:center;gap:4px;border-radius:50%;background:radial-gradient(circle,var(--panel) 57%,transparent 59%),conic-gradient(var(--accent-2) 0 44%,var(--red) 44% 61%,rgba(183,148,232,.15) 61% 100%)}.advice-ring{background:radial-gradient(circle,var(--panel) 57%,transparent 59%),conic-gradient(var(--accent-2) 0 var(--score),rgba(183,148,232,.15) var(--score) 100%)}.ring b{font-size:25px}.panel-sub{color:var(--faint);font-size:12px}.factor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.factor{min-width:0;padding:11px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.factor b{display:block;margin-top:4px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.sentiment-ring-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.mini-ring{min-width:0;display:grid;justify-items:center;gap:6px;padding:10px 6px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.mini-ring i{width:58px;aspect-ratio:1;display:grid;place-items:center;font-style:normal;border-radius:50%;background:radial-gradient(circle,var(--panel-2) 56%,transparent 58%),conic-gradient(var(--blue) 0 var(--score),rgba(183,148,232,.14) var(--score) 100%)}.mini-ring b{font-family:Cascadia Mono,Consolas,monospace;font-size:13px}.mini-ring span{max-width:100%;overflow:hidden;color:var(--faint);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sentiment-copy{display:grid;gap:8px;padding:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.sentiment-copy b{font-size:14px}.sentiment-copy span{color:var(--faint);font-size:12px;line-height:1.6}.sentiment-strips{display:grid;gap:7px;margin-bottom:12px}.sentiment-strip{display:grid;grid-template-columns:70px minmax(0,1fr) 30px;align-items:center;gap:8px;color:var(--faint);font-size:12px}.sentiment-strip i{height:7px;overflow:hidden;background:#b794e824;border-radius:999px}.sentiment-strip em{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--accent-2));border-radius:inherit}.sentiment-strip b{color:var(--text);font-family:Cascadia Mono,Consolas,monospace;font-size:12px;text-align:right}.metric{min-height:62px;display:grid;align-content:center;gap:4px;padding:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.metric b{font-family:Cascadia Mono,Consolas,monospace;font-size:20px}.metric.up b{color:var(--red)}.metric.down b{color:var(--green)}.metric.neutral b{color:var(--accent-2)}.news-strip{display:grid;grid-auto-flow:column;grid-auto-columns:260px;gap:12px;overflow-x:auto;padding-bottom:8px}.news-card{min-height:150px;display:grid;align-content:start;gap:9px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.news-card:hover{border-color:#b794e861}.news-card h3,.timeline h3,.article-list h3,.review-card h3{margin:0;color:var(--text);font-size:14px;line-height:1.45}.news-card p,.timeline p,.article-list p,.signal-copy p,.gua-card p,.locked-panel p,.empty-state p,.review-card p{margin:0;color:var(--muted);line-height:1.65;font-size:13px}.news-card b,.timeline b,.badge{width:fit-content;padding:4px 7px;color:var(--accent-2);background:#6c3baa29;border-radius:6px;font-size:12px}.pulse-strip{position:relative;min-width:0;margin-top:18px;height:clamp(128px,10.6vw,146px);display:grid;grid-template-columns:154px minmax(0,1fr);grid-template-rows:minmax(50px,1fr) auto auto;align-items:center;gap:10px 18px;padding:16px 18px;overflow:hidden;background:linear-gradient(90deg,rgba(142,88,213,.14),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),#110d1fb8;border:1px solid rgba(183,148,232,.16);border-radius:10px;box-shadow:0 14px 42px #0905123d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pulse-strip-title{align-self:stretch;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding-right:14px;border-right:1px solid rgba(183,148,232,.1)}.pulse-strip-title b{font-size:14px}.pulse-strip .risk-line{grid-column:2;max-width:none;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.pulse-strip .data-feed-line{grid-column:1 / -1;margin:-4px 0 0;color:var(--faint);font-size:11px;letter-spacing:.04em;text-align:right}.usage-guide-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:-8px 0 18px}.usage-guide-strip button{position:relative;overflow:visible;min-width:0;text-align:left;padding:12px 13px;color:var(--text);background:#ffffff09;border:1px solid rgba(183,146,245,.14);border-radius:10px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.usage-guide-strip button:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(216,179,95,.18) 35%,rgba(183,146,245,.14) 50%,transparent 68%);transform:translate(-120%);animation:guideSweep 5.2s ease-in-out infinite}.usage-guide-strip button:first-child{border-color:#d8b35f52;background:linear-gradient(135deg,#d8b35f1f,#7c3aed14),#ffffff09}.usage-guide-strip button:first-child span:before{content:"";display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:999px;background:var(--gold);box-shadow:0 0 14px #d8b35fb8}@keyframes guideSweep{0%,58%{transform:translate(-120%);opacity:0}70%{opacity:1}to{transform:translate(120%);opacity:0}}.usage-guide-strip button:hover{transform:translateY(-1px);border-color:#d8b35f52;background:#7c3aed14}.usage-guide-strip span,.panel-mini-note,.unlock-hint{color:var(--faint);font-size:12px;line-height:1.55}.usage-guide-strip b{display:block;margin-top:5px;font-size:13px;line-height:1.45}.panel-mini-note{margin:0 0 10px;text-align:right}.unlock-hint{margin:7px 0 0;max-width:680px}.unlock-hint.compact{margin:8px 0 4px}.unlock-hint mark{padding:0 3px;color:#f4d875;background:#d8b35f1f;border-radius:4px}.marquee{position:relative;z-index:1;min-width:0;width:100%;height:70px;display:flex;align-items:center;overflow:hidden;padding:5px;background:#ffffff05;border:1px solid rgba(183,148,232,.08);border-radius:8px;clip-path:inset(0 round 8px);contain:paint}.marquee-track{width:max-content;display:flex;gap:12px;animation:flow 24s linear infinite}.marquee.is-paused .marquee-track{animation-play-state:paused}@keyframes flow{0%{transform:translate(0)}to{transform:translate(-50%)}}.flow-item{width:382px;min-height:58px;display:grid;grid-template-columns:48px minmax(0,1fr) 68px;align-items:start;gap:10px;padding:8px 12px;color:inherit;text-align:left;background:#ffffff08;border:1px solid rgba(183,148,232,.12);border-radius:7px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.flow-item:hover{transform:translateY(-2px);background:#b794e814;border-color:#b794e847}.flow-item span{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace;font-size:12px;line-height:1.35}.flow-item b{color:var(--text);font-size:12px;line-height:1.42;display:-webkit-box;min-height:34px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pulse-popover{position:absolute;right:18px;bottom:38px;z-index:18;width:min(680px,calc(100% - 36px));min-height:178px;padding:20px 22px 18px;background:#140e22f5;border:1px solid rgba(183,148,232,.28);border-radius:8px;box-shadow:0 18px 52px #04020a57;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:pulsePopoverIn .16s ease both}.pulse-popover span,.pulse-popover em{display:block;color:var(--accent-2);font-size:11px;font-style:normal}.pulse-popover b{display:block;margin-top:9px;color:var(--text);font-size:16px;line-height:1.45}.pulse-popover p{margin:10px 0;color:var(--muted);font-size:13px;line-height:1.85}.pulse-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.pulse-meta-grid span{min-height:54px;padding:9px 10px;color:var(--faint);background:#ffffff0b;border:1px solid rgba(183,148,232,.14);border-radius:8px;line-height:1.45}.pulse-meta-grid strong{display:block;margin-top:4px;color:var(--text);font-size:12px}@keyframes pulsePopoverIn{0%{opacity:0;transform:translate3d(0,8px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}.pulse-popover-close{position:absolute;top:8px;right:8px;width:24px;height:24px;padding:0;display:inline-grid;place-items:center;color:var(--muted);background:#ffffff0d;border:1px solid rgba(183,148,232,.15);border-radius:50%}.market-session-chip{flex:0 0 auto;padding:6px 9px;border:1px solid rgba(183,148,232,.16);border-radius:999px;color:var(--muted);background:#ffffff0b;font-size:11px;font-weight:850;white-space:nowrap}.market-session-chip.live{color:#9df2c8;background:#34d3991a;border-color:#34d39938}.market-session-chip.closed{color:var(--faint);background:#94a3b814}.market-session-chip.delayed{color:#f7e6a4;background:#d8b35f1a;border-color:#d8b35f3d}.pulse-dot{width:8px;height:8px;background:var(--accent-2);border-radius:50%;box-shadow:0 0 #b794e8a6;animation:pulse 1.5s infinite}@keyframes pulse{70%{box-shadow:0 0 0 10px #b794e800}}@keyframes soft-spin{to{transform:rotate(360deg)}}.section-tabs{display:flex;gap:8px;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid var(--line)}.section-tabs button,.segmented button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:var(--muted);background:transparent;border-color:var(--line)}.section-tabs button.featured-section-tab,.segmented button.featured-mystic-tab{position:relative;color:#ffd6dd;border-color:#ff47575c;background:linear-gradient(135deg,#ff475724,#6c3baa1f),#ff47570a;box-shadow:inset 0 0 0 1px #ff47570f}.section-tabs button.featured-section-tab.active,.segmented button.featured-mystic-tab.active{color:#fff;border-color:#ff475794;background:linear-gradient(135deg,#ff475757,#6c3baa47),#ff475724;box-shadow:inset 0 -2px 0 var(--red),0 12px 26px #ff475721}.feature-hot-badge{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:18px;padding:0 7px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#ff4757,#d83246);box-shadow:0 0 14px #ff475738;font-size:10px;font-weight:800;line-height:1}.section-tabs button.active,.segmented button.active,.radio-row button.active{color:#fff;background:#6c3baa47;border-color:#b794e873;box-shadow:inset 0 -2px 0 var(--accent)}.analysis-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:16px}.analysis-main{min-width:0}.analysis-side-tools{position:sticky;top:16px;height:fit-content;display:grid;gap:12px}.disclaimer-card{height:fit-content;display:grid;gap:8px;padding:14px;color:var(--faint);border-color:#ff475738;box-shadow:0 0 26px #ff47570f}.disclaimer-card svg,.disclaimer-card b{color:var(--red)}.disclaimer-card p{margin:0;font-size:12px;line-height:1.7}.side-scroll-top-button{width:44px;height:44px;justify-self:end;display:grid;place-items:center;border:1px solid rgba(183,146,245,.28);border-radius:999px;color:var(--text);background:radial-gradient(circle at 30% 15%,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,#7c3aede0,#b792f5ad);box-shadow:0 14px 32px #00000042,0 0 22px #b792f52e;cursor:pointer}.side-scroll-top-button:hover{transform:translateY(-2px);border-color:#d8b35f6b}.timeline{display:grid;gap:12px}.timeline article{display:grid;grid-template-columns:58px 1fr;gap:14px;padding:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.08);border-radius:8px}.report-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.report-card{min-height:154px;display:grid;align-content:start;gap:9px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.report-card.paid{border-color:#d8b35f5c;background:linear-gradient(135deg,rgba(216,179,95,.08),transparent 58%),var(--panel-2)}.report-card span,.report-card em{width:fit-content;padding:4px 7px;color:var(--accent-2);background:#6c3baa29;border-radius:6px;font-size:12px;font-style:normal}.report-card.paid em{color:#241700;background:linear-gradient(135deg,#ecd892,#d8b35f);font-weight:800}.report-card h3{margin:0;font-size:15px}.report-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.report-card small{display:block;margin-top:8px;color:var(--faint);font-size:11px;line-height:1.55}.timeline article>span{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.timeline article div{display:grid;gap:8px}.segmented{display:inline-flex;width:fit-content;padding:4px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.segmented.compact-tabs{margin-bottom:12px}.strategy-input{display:grid;grid-template-columns:1fr 120px;gap:12px;margin-bottom:14px}.strategy-input.single{grid-template-columns:1fr}.today-strategy-access,.source-report-card{display:grid;gap:12px;padding:14px;background:#6c3baa1a;border:1px solid rgba(183,148,232,.16);border-radius:10px}.today-strategy-access{grid-template-columns:minmax(0,1fr) auto;align-items:center}.exclusive-strategy-access>div{display:grid;gap:7px}.exclusive-strategy-access span{color:var(--faint);font-size:12px}.exclusive-strategy-access b{color:var(--text);font-size:18px}.exclusive-strategy-status{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px}.exclusive-strategy-status em{font-style:normal;font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid rgba(183,148,232,.22);background:#b794e81a}.exclusive-strategy-status.ready em{color:var(--accent-2);border-color:#d8b35f4d;background:#d8b35f1a}.exclusive-strategy-status.no_pick em{color:var(--muted)}.exclusive-strategy-status.unavailable em{color:var(--red);border-color:#ff657547;background:#ff657514}.exclusive-strategy-status small{color:var(--faint);font-size:12px}.source-report-card span,.source-report-card em{color:var(--faint);font-size:12px;font-style:normal}.source-report-card p,.today-strategy-access p{margin:0;color:var(--muted);line-height:1.65;font-size:13px}.report-card .primary-action,.report-card .ghost-button{width:fit-content;min-height:34px;padding:8px 12px;margin-top:2px}.technical-report-empty{min-height:222px;display:grid;grid-template-columns:minmax(260px,.92fr) minmax(300px,1.08fr);gap:18px;align-items:center;padding:20px;border:1px solid rgba(183,148,232,.18);border-radius:18px;background:radial-gradient(circle at 16% 22%,rgba(216,179,95,.12),transparent 31%),radial-gradient(circle at 84% 18%,rgba(183,146,245,.14),transparent 34%),linear-gradient(135deg,#150d26d1,#090612a8);box-shadow:inset 0 1px #ffffff0a,0 18px 54px #0704123d;overflow:hidden;position:relative}.technical-report-empty:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(135deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.72),transparent 76%);mask-image:linear-gradient(90deg,rgba(0,0,0,.72),transparent 76%)}.technical-empty-visual,.technical-empty-copy{position:relative;z-index:1}.technical-empty-visual{min-height:160px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#ffffff0b,#7c3aed0d);border:1px solid rgba(183,146,245,.12);overflow:hidden}.technical-empty-visual>svg{position:relative;z-index:1;width:min(100%,440px);height:136px;filter:drop-shadow(0 0 18px rgba(183,146,245,.2))}.technical-empty-visual>svg path:first-of-type{fill:none;stroke:url(#technical-empty-line);stroke-width:4;stroke-linecap:round}.technical-empty-visual>svg path:nth-of-type(2){fill:url(#technical-empty-area);stroke:none}.technical-empty-visual>svg circle{fill:#d8b35f;filter:drop-shadow(0 0 9px rgba(216,179,95,.78))}.technical-empty-orbit{position:absolute;z-index:2;top:18px;left:18px;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;color:#f4d98a;background:#d8b35f1a;border:1px solid rgba(216,179,95,.24);box-shadow:0 0 28px #d8b35f1f}.technical-empty-copy{display:grid;gap:10px;max-width:620px}.technical-empty-copy>span{width:fit-content;color:#d8b35f;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}.technical-empty-copy h3{margin:0;color:var(--text);font-size:22px;line-height:1.28}.technical-empty-copy p{max-width:62ch;margin:0;color:var(--muted);font-size:13px;line-height:1.75}.technical-empty-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.technical-empty-copy em{padding:6px 9px;border:1px solid rgba(183,146,245,.18);border-radius:9px;color:var(--accent-2);background:#7c3aed1f;font-style:normal;font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}@media(max-width:920px){.technical-report-empty{grid-template-columns:1fr}}.tech-report-preview{display:grid;gap:12px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.tech-preview-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tech-preview-head em{font-style:normal;font-size:11px;color:var(--accent-2);padding:4px 8px;border:1px solid rgba(216,179,95,.22);border-radius:999px;background:#d8b35f14}.tech-report-preview span{color:var(--faint);font-size:12px}.tech-report-preview b{font-family:Cascadia Mono,Consolas,monospace;color:var(--accent-2);font-size:20px}.tech-report-preview p{margin:0;color:var(--muted);line-height:1.65;font-size:13px}.technical-price-chart{width:100%;min-height:142px;border-radius:10px;background:radial-gradient(circle at 80% 15%,rgba(183,148,232,.15),transparent 28%),linear-gradient(180deg,#ffffff0b,#ffffff03);border:1px solid rgba(183,148,232,.12);overflow:hidden}.technical-price-chart.empty{display:grid;place-items:center;color:var(--faint);font-size:12px}.technical-price-chart.lw-chart{position:relative;min-height:156px;padding:0}.technical-price-chart.lw-chart>div{width:100%;height:154px}.technical-price-chart.lw-chart>span{position:absolute;top:9px;right:10px;padding:4px 7px;color:var(--faint);background:#0a081485;border:1px solid rgba(183,146,245,.12);border-radius:999px;font-size:11px}.technical-price-chart line{stroke:#b794e821;stroke-width:1}.technical-price-chart polyline{fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.technical-price-chart.up polyline{stroke:var(--red)}.technical-price-chart.down polyline{stroke:var(--green)}.technical-price-area{opacity:.16}.technical-price-chart.up .technical-price-area{fill:var(--red)}.technical-price-chart.down .technical-price-area{fill:var(--green)}.technical-price-last{fill:var(--accent-2);filter:drop-shadow(0 0 7px rgba(216,179,95,.72))}.technical-price-chart text{fill:var(--faint);font-size:10px;font-family:Cascadia Mono,Consolas,monospace}.tech-score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.tech-score-grid span{display:grid;gap:3px;padding:9px 10px;border-radius:9px;border:1px solid rgba(183,148,232,.12);background:#6c3baa1c}.tech-score-grid small{color:var(--faint);font-size:11px}.tech-score-grid strong{color:var(--accent-2);font-size:18px;font-family:Cascadia Mono,Consolas,monospace}.tech-recommendation-copy{border-left:2px solid rgba(216,179,95,.5);padding-left:10px}.technical-signal-workbench{display:grid;gap:14px;padding:16px;border:1px solid rgba(183,146,245,.18);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(216,179,95,.14),transparent 34%),linear-gradient(135deg,#7c3aed24,#ffffff09);box-shadow:0 18px 44px #00000029}.technical-signal-hero{display:grid;gap:7px}.technical-signal-hero>span,.technical-signal-quality{color:var(--faint);font-size:12px}.technical-signal-hero>b{color:var(--accent-2);font-size:24px;letter-spacing:0}.technical-signal-hero>p,.technical-signal-quality{margin:0;line-height:1.7}.technical-signal-hero>div{display:flex;flex-wrap:wrap;gap:8px}.technical-signal-hero em,.technical-signal-tables em,.technical-signal-scenarios em{color:var(--faint);font-style:normal}.technical-signal-hero em{padding:5px 8px;border-radius:999px;background:#6c3baa26;color:var(--accent-2);font-size:12px}.technical-signal-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.technical-signal-grid span{position:relative;overflow:hidden;display:grid;gap:5px;padding:10px;border:1px solid rgba(183,146,245,.14);border-radius:13px;background:#ffffff09}.technical-signal-grid small{color:var(--faint);font-size:11px}.technical-signal-grid strong{color:var(--text);font-size:18px;font-family:Cascadia Mono,Consolas,monospace}.technical-signal-grid i{display:block;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent),#d8b35f)}.technical-signal-tables{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.technical-signal-tables>div{display:grid;gap:8px;padding:13px;border:1px solid rgba(183,146,245,.14);border-radius:14px;background:#ffffff08}.technical-signal-tables span{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}.technical-signal-tables strong{color:var(--text);font-family:Cascadia Mono,Consolas,monospace}.technical-signal-scenarios{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.technical-signal-scenarios article{display:grid;gap:6px;padding:13px;border:1px solid rgba(216,179,95,.16);border-radius:14px;background:#d8b35f0f}.technical-signal-scenarios p{margin:0;color:var(--muted);line-height:1.65;font-size:12px}.app.light .technical-signal-workbench{background:radial-gradient(circle at 100% 0%,rgba(216,179,95,.16),transparent 34%),linear-gradient(135deg,#7c3aed14,#fffcf6db);box-shadow:0 16px 38px #7e5c301c}.app.light .technical-signal-grid span,.app.light .technical-signal-tables>div,.app.light .technical-signal-scenarios article{background:#ffffff94}.tech-report-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-report-tags span{padding:5px 8px;color:var(--accent-2);background:#6c3baa24;border:1px solid rgba(183,148,232,.12);border-radius:7px}.history-panel{display:grid;gap:12px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.history-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-panel header div{display:flex;align-items:center;gap:8px;min-width:0}.history-panel header svg{color:var(--accent-2)}.history-panel header b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-panel header small{color:var(--faint);font-size:12px;white-space:nowrap}.history-browser{display:grid;grid-template-columns:310px minmax(0,1fr);gap:12px}.history-list{max-height:310px;overflow:auto;display:grid;gap:7px}.history-list button{display:grid;gap:4px;padding:10px;color:var(--muted);text-align:left;background:var(--field);border:1px solid var(--line);border-radius:8px}.history-list button.active,.history-list button:hover{color:var(--text);border-color:#b794e86b;background:#6c3baa38}.history-list span,.history-detail span{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.history-list b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.history-list em{color:var(--gold);font-style:normal;font-size:12px}.history-detail{min-height:220px;display:grid;align-content:start;gap:10px;padding:14px;background:var(--field);border:1px solid var(--line);border-radius:8px}.history-detail h3{margin:0;font-size:16px}.history-detail p{margin:0;color:var(--muted);line-height:1.7;font-size:13px}.strategy-input input,.mystic-form input,.api-form input,.api-form select{height:42px;padding:0 12px;background:var(--field);border:1px solid var(--line);border-radius:8px}.data-table{display:grid;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:8px}.table-head,.table-row{display:grid;grid-template-columns:.8fr .8fr .8fr .8fr 2.2fr 72px;align-items:center;gap:10px;min-height:46px;padding:0 12px;border-bottom:1px solid rgba(183,148,232,.1)}.bills .table-head,.bills .table-row{grid-template-columns:1fr 1fr 1fr 1fr 72px}.table-head{background:#b794e814}.table-row:last-child{border-bottom:0}.table-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:13px}.table-row button,.article-list button{height:30px;color:var(--accent-2);background:transparent;border:1px solid var(--line);border-radius:6px}.locked-panel{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;padding:34px;text-align:center;background:linear-gradient(#0a0614bd,#0a0614c7),repeating-linear-gradient(135deg,rgba(183,148,232,.12) 0 1px,transparent 1px 14px)}.locked-panel.inline{min-height:210px}.locked-panel svg{color:var(--gold)}.locked-panel h3{margin:0;font-size:20px}.mystic-grid{display:grid;grid-template-columns:minmax(360px,430px) minmax(0,1fr);gap:16px}.mystic-workbench{align-items:stretch}.capability-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:52px minmax(0,1fr) minmax(220px,auto);align-items:center;gap:16px;padding:16px 18px;overflow:hidden;background:radial-gradient(circle at 14% 0%,rgba(183,146,245,.16),transparent 32%),linear-gradient(135deg,#b792f51a,#d8b35f0f),var(--panel-2);border:1px solid rgba(183,148,232,.18);border-radius:8px;box-shadow:inset 0 1px #ffffff0d}.capability-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.06) 44%,transparent 62%);transform:translate(-120%);animation:capabilityGlint 6.5s ease-in-out infinite}.featured-capability-hero{border-color:#ff475752;background:radial-gradient(circle at 12% 0%,rgba(255,71,87,.2),transparent 30%),radial-gradient(circle at 88% 10%,rgba(183,146,245,.18),transparent 34%),linear-gradient(135deg,#ff47571a,#b792f51a),var(--panel-2);box-shadow:inset 0 1px #ffffff0f,0 18px 40px #ff475714}.capability-hero-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--accent-2);background:#b792f51a;border:1px solid rgba(183,146,245,.18);border-radius:8px}.featured-capability-hero .capability-hero-icon{color:#ffd7de;background:#ff47571f;border-color:#ff47573d;box-shadow:0 0 24px #ff47571f}.capability-hero-main{min-width:0}.capability-hero-main span{display:block;margin-bottom:5px;color:var(--gold);font-size:12px;font-weight:800}.capability-hero-main h3{margin:0;color:var(--text);font-size:22px}.featured-capability-hero .capability-hero-main h3{color:#ffd7de;text-shadow:0 0 18px rgba(255,71,87,.18)}.capability-hero-main p{margin:7px 0 0;color:var(--muted);line-height:1.65}.capability-hero-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.capability-hero-tags em{padding:7px 10px;color:var(--accent-2);font-style:normal;font-size:12px;font-weight:700;background:#b792f51a;border:1px solid rgba(183,146,245,.16);border-radius:999px}.featured-capability-hero .capability-hero-tags em{color:#ffd7de;background:#ff47571c;border-color:#ff47572e}@keyframes capabilityGlint{0%,58%{opacity:0;transform:translate(-120%)}70%{opacity:1}to{opacity:0;transform:translate(120%)}}.mystic-context-strip,.branch-context-strip{display:flex;align-items:center;gap:10px;padding:10px 12px;color:var(--muted);background:linear-gradient(135deg,#ffffff0b,#ffffff05),#1c123085;border:1px solid rgba(183,146,245,.14);border-radius:8px;box-shadow:inset 0 1px #ffffff09}.mystic-context-strip b,.branch-context-strip b{flex:0 0 auto;color:#ff9bad;font-size:13px;line-height:1.2;white-space:nowrap}.mystic-context-strip span,.branch-context-strip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.45}.branch-context-strip.feature{color:#ffdce1;background:linear-gradient(135deg,#ff47571a,#b792f509),#20123294;border-color:#ff475738}.mystic-capability-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;background:radial-gradient(circle at 18% 0%,rgba(192,132,252,.16),transparent 34%),linear-gradient(135deg,#b794e81f,#d8b35f14),var(--panel-2);border:1px solid rgba(183,148,232,.18);border-radius:8px}.mystic-capability-hero.featured-mystic-hero{border-color:#ff47574d;background:radial-gradient(circle at 12% 0%,rgba(255,71,87,.18),transparent 32%),radial-gradient(circle at 88% 20%,rgba(192,132,252,.16),transparent 34%),linear-gradient(135deg,#ff47571a,#b794e81a),var(--panel-2);box-shadow:inset 0 1px #ffffff0f,0 18px 38px #ff475714}.mystic-capability-hero.featured-mystic-hero h3{color:#ffd7de;text-shadow:0 0 18px rgba(255,71,87,.18)}.featured-panel-title .panel-header h2,.featured-panel-title .panel-header svg{color:#ff7a8d}.featured-panel-title{border-color:#ff47573d}.mystic-capability-hero span{display:block;color:var(--gold);font-size:12px;font-weight:700;margin-bottom:6px}.mystic-capability-hero h3{margin:0;font-size:22px}.mystic-capability-hero p{margin:8px 0 0;color:var(--muted);line-height:1.65}.mystic-capability-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:220px}.mystic-capability-tags em{padding:7px 10px;color:var(--accent-2);font-style:normal;font-size:12px;background:#b794e81a;border:1px solid rgba(183,148,232,.16);border-radius:999px}.mystic-form,.gua-card{display:grid;gap:12px}.mystic-input-shell{align-content:start;padding:14px;background:radial-gradient(circle at 16% 0%,rgba(216,179,95,.1),transparent 34%),linear-gradient(135deg,#b794e817,#0d0918ad),#100c1cb8;border:1px solid rgba(183,148,232,.18);border-radius:8px;box-shadow:inset 0 1px #ffffff0a}.mystic-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mystic-field{display:grid;gap:7px;min-width:0}.mystic-field.wide{grid-column:1 / -1}.mystic-form label{display:grid;gap:7px}.mystic-form label span{color:var(--muted);font-size:12px;font-weight:700}.mystic-form textarea{min-height:92px;resize:vertical}.mystic-form textarea,.mystic-form input{width:100%}.mystic-form textarea{padding:11px 12px;color:var(--text);background:#0806106b;border:1px solid rgba(183,148,232,.18);border-radius:8px;outline:0;line-height:1.6;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.mystic-form textarea:focus{border-color:#b794e894;box-shadow:0 0 0 3px #b794e81a}.mystic-compact-textarea{max-height:132px}.mystic-submit-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding-top:2px}.mystic-submit-row span{color:var(--muted);font-size:12px;line-height:1.55}.mystic-submit-row .primary-action{min-width:166px}.gua-card{justify-items:center;padding:18px;background:var(--panel-2);border:1px solid var(--line);border-radius:8px}.gua-card span{font-size:46px;font-weight:800;color:var(--accent-2)}.gua-card i{width:92px;height:7px;background:var(--accent-2);border-radius:99px}.gua-card i.broken{background:linear-gradient(90deg,var(--accent-2) 0 42%,transparent 42% 58%,var(--accent-2) 58% 100%)}.premium-gua-card{position:relative;min-height:260px;align-content:center;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(216,179,95,.18),transparent 34%),radial-gradient(circle at 88% 18%,rgba(183,146,245,.14),transparent 30%),linear-gradient(180deg,#b794e81a,#0a08122e),var(--panel-2);border-color:#d8b35f2e;box-shadow:inset 0 1px #ffffff0d,0 20px 54px #0a061433}.premium-gua-card:before{content:"";position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;pointer-events:none;background:conic-gradient(from 0deg,transparent,rgba(216,179,95,.12),transparent 30%,rgba(183,146,245,.12),transparent 62%);animation:guaAuraSpin 12s linear infinite;opacity:.58}.premium-gua-card>*{position:relative;z-index:1}.gua-compass{position:relative;width:142px;height:142px;display:grid;place-items:center;margin-bottom:2px}.gua-compass .gua-ring{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;background:none;border-radius:999px}.gua-compass .gua-ring.outer{border:1px solid rgba(216,179,95,.32);background:repeating-conic-gradient(from 0deg,rgba(216,179,95,.18) 0 2deg,transparent 2deg 15deg),radial-gradient(circle,transparent 56%,rgba(216,179,95,.08) 57% 61%,transparent 62%);animation:guaCompassSpin 18s linear infinite}.gua-compass .gua-ring.middle{top:18px;right:18px;bottom:18px;left:18px;border:1px dashed rgba(183,146,245,.32);animation:guaCompassSpin 13s linear infinite reverse}.gua-compass .gua-ring.inner{top:38px;right:38px;bottom:38px;left:38px;border:1px solid rgba(216,179,95,.25);box-shadow:inset 0 0 22px #d8b35f1f,0 0 28px #b792f524;animation:guaInnerPulse 2.6s ease-in-out infinite}.gua-compass span{width:54px;height:54px;display:grid;place-items:center;color:var(--gold);font-size:34px;border:1px solid rgba(216,179,95,.28);border-radius:999px;background:#d8b35f17;text-shadow:0 0 20px rgba(216,179,95,.2)}.premium-gua-card .gua-lines{display:grid;gap:7px;margin:2px 0 4px}.premium-gua-card .gua-lines i{width:104px;height:6px;box-shadow:0 0 12px #b792f533}.five-elements{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:2px}.five-elements em{width:28px;height:28px;display:grid;place-items:center;color:#ffeec2f0;font-style:normal;font-size:12px;font-weight:800;background:#d8b35f1a;border:1px solid rgba(216,179,95,.18);border-radius:999px;animation:guaElementFloat 2.8s ease-in-out infinite}.five-elements em:nth-child(2){animation-delay:.12s}.five-elements em:nth-child(3){animation-delay:.24s}.five-elements em:nth-child(4){animation-delay:.36s}.five-elements em:nth-child(5){animation-delay:.48s}.premium-gua-card b,.mystic-method-card b{font-size:16px}.premium-gua-card p{max-width:420px;text-align:center}@keyframes guaAuraSpin{to{transform:rotate(360deg)}}@keyframes guaCompassSpin{to{transform:rotate(360deg)}}@keyframes guaInnerPulse{0%,to{transform:scale(1);opacity:.82}50%{transform:scale(1.06);opacity:1}}@keyframes guaElementFloat{0%,to{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-3px);filter:brightness(1.18)}}.mystic-method-card{display:grid;align-content:center;gap:12px;padding:18px;background:linear-gradient(135deg,#b794e81a,#60a5fa0d),var(--panel-2);border:1px solid rgba(183,148,232,.16);border-radius:8px}.mystic-method-card svg{color:var(--gold)}.mystic-method-card p,.mystic-method-card li{color:var(--muted);line-height:1.65}.mystic-method-card ul{margin:0;padding-left:18px}.mystic-forecast-workbench{display:grid;gap:16px}.mystic-forecast-tabs{justify-content:flex-start;max-width:520px}.mystic-forecast-grid{display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:16px;align-items:stretch}.mystic-forecast-form textarea{min-height:94px}.mystic-v17-board{position:relative;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:18px;min-height:332px;padding:20px;overflow:hidden;background:radial-gradient(circle at 20% 22%,rgba(216,179,95,.18),transparent 30%),radial-gradient(circle at 78% 12%,rgba(124,58,237,.26),transparent 34%),linear-gradient(135deg,#100c1eeb,#211438c7);border:1px solid rgba(183,146,245,.22);border-radius:10px;animation:mysticBoardBreath 3.4s ease-in-out infinite;transition:min-height .45s ease,grid-template-columns .45s ease,background .45s ease,border-color .45s ease,box-shadow .45s ease}.mystic-v17-board:before{content:"";position:absolute;top:-36%;right:-36%;bottom:-36%;left:-36%;pointer-events:none;opacity:0;background:conic-gradient(from 0deg,transparent 0deg,rgba(183,146,245,.02) 54deg,rgba(185,131,255,.22) 78deg,transparent 104deg,transparent 360deg),radial-gradient(circle at center,rgba(124,58,237,.18),transparent 34%);transform:scale(.82);transition:opacity .35s ease,transform .45s ease}.mystic-v17-board:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;pointer-events:none;border:1px solid rgba(216,179,95,.12);border-radius:8px;animation:mysticGridPulse 2.8s ease-in-out infinite}.mystic-v17-board.is-scanning{grid-template-columns:1fr;justify-items:center;min-height:390px;padding:26px 24px 22px;background:radial-gradient(circle at 50% 42%,rgba(124,58,237,.3),transparent 34%),radial-gradient(circle at 18% 18%,rgba(216,179,95,.16),transparent 28%),linear-gradient(135deg,#0e0a1cf5,#21143cdb);border-color:#b792f557;box-shadow:inset 0 0 42px #7c3aed1f,0 22px 70px #7c3aed2e}.mystic-v17-board.is-scanning:before{opacity:1;transform:scale(1);animation:mysticRadarFieldSpin 4.8s linear infinite}.mystic-v17-board strong{display:block;margin-bottom:10px;font-size:20px}.mystic-v17-board p{margin:0;max-width:620px;color:var(--muted);line-height:1.78}.mystic-v17-orbit{position:relative;width:168px;height:168px;border:1px solid rgba(183,146,245,.28);border-radius:999px;background:radial-gradient(circle,rgba(183,146,245,.18),transparent 58%),#0a081257;box-shadow:0 0 48px #7c3aed2e;animation:mysticOrbitFloat 4.2s ease-in-out infinite;transition:width .5s ease,height .5s ease,box-shadow .45s ease,border-color .45s ease,background .45s ease}.mystic-v17-orbit:before,.mystic-v17-orbit:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;pointer-events:none;border-radius:inherit;opacity:0}.mystic-v17-orbit:before{background:linear-gradient(90deg,rgba(183,146,245,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(183,146,245,.12) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(circle,#000 60%,transparent 72%);mask-image:radial-gradient(circle,#000 60%,transparent 72%)}.mystic-v17-orbit:after{top:0;right:0;bottom:0;left:0;background:conic-gradient(from -26deg,rgba(183,146,245,.6),rgba(183,146,245,.08) 36deg,transparent 74deg,transparent 360deg),repeating-radial-gradient(circle,transparent 0 28px,rgba(216,179,95,.14) 29px 31px);mix-blend-mode:screen}.mystic-v17-board.is-scanning .mystic-v17-orbit{grid-column:1 / -1;justify-self:center;width:min(260px,64vw);height:min(260px,64vw);border-color:#d8b35f57;background:radial-gradient(circle at 50% 50%,rgba(216,179,95,.18),transparent 20%),radial-gradient(circle at 50% 50%,rgba(183,146,245,.22),transparent 60%),#0a08126b;box-shadow:0 0 36px #d8b35f2e,0 0 76px #7c3aed52;animation:mysticScannerLift .58s ease both,mysticScannerPulse 2.2s ease-in-out .58s infinite}.mystic-v17-board.is-scanning .mystic-v17-orbit:before{opacity:.46}.mystic-v17-board.is-scanning .mystic-v17-orbit:after{opacity:.78;animation:mysticRadarSweep 1.65s linear infinite}.mystic-v17-orbit b,.mystic-v17-orbit span{position:absolute;display:grid;place-items:center;border-radius:999px}.mystic-v17-orbit b{top:54px;right:54px;bottom:54px;left:54px;color:var(--gold);font-size:24px;background:#d8b35f1a;border:1px solid rgba(216,179,95,.24);z-index:2;transition:inset .45s ease,font-size .45s ease,box-shadow .45s ease}.mystic-v17-orbit span{width:42px;height:42px;color:#fff;font-weight:800;background:linear-gradient(135deg,#b792f5fa,#7c3aedc2);box-shadow:0 10px 28px #7c3aed42;z-index:3;transition:width .45s ease,height .45s ease,top .45s ease,left .45s ease,right .45s ease,bottom .45s ease}.mystic-v17-orbit span:nth-child(1){top:-8px;left:63px;animation:mysticNodePulse 2.2s ease-in-out infinite}.mystic-v17-orbit span:nth-child(2){right:2px;bottom:20px;animation:mysticNodePulse 2.2s ease-in-out .25s infinite}.mystic-v17-orbit span:nth-child(3){left:2px;bottom:20px;animation:mysticNodePulse 2.2s ease-in-out .5s infinite}.mystic-v17-board.is-scanning .mystic-v17-orbit b{top:86px;right:86px;bottom:86px;left:86px;font-size:28px;box-shadow:inset 0 0 28px #d8b35f24,0 0 24px #d8b35f1f}.mystic-v17-board.is-scanning .mystic-v17-orbit span{width:48px;height:48px}.mystic-v17-board.is-scanning .mystic-v17-orbit span:nth-child(1){top:-10px;left:calc(50% - 24px)}.mystic-v17-board.is-scanning .mystic-v17-orbit span:nth-child(2){right:10px;bottom:36px}.mystic-v17-board.is-scanning .mystic-v17-orbit span:nth-child(3){left:10px;bottom:36px}.mystic-v17-copy{transition:opacity .35s ease,transform .45s ease}.mystic-v17-board.is-scanning .mystic-v17-copy{max-width:660px;text-align:center;transform:translateY(-2px)}.mystic-scan-status{grid-column:1 / -1;display:none;grid-template-columns:repeat(3,minmax(0,1fr));width:min(660px,100%);gap:10px;z-index:1}.mystic-v17-board.is-scanning .mystic-scan-status{display:grid}.mystic-scan-status span{display:grid;place-items:center;min-height:36px;color:#f5edffe0;background:linear-gradient(135deg,#b792f51f,#d8b35f14);border:1px solid rgba(183,146,245,.2);border-radius:999px;font-size:12px;font-weight:700;animation:mysticScanStep 1.8s ease-in-out infinite}.mystic-scan-status span:nth-child(2){animation-delay:.18s}.mystic-scan-status span:nth-child(3){animation-delay:.36s}@keyframes mysticBoardBreath{0%,to{transform:translateY(0);box-shadow:0 0 #7c3aed00}50%{transform:translateY(-2px);box-shadow:0 20px 54px #7c3aed24}}@keyframes mysticGridPulse{0%,to{opacity:.48;transform:scale(1)}50%{opacity:.82;transform:scale(.985)}}@keyframes mysticOrbitFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-4px) rotate(2deg)}}@keyframes mysticNodePulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.09);filter:brightness(1.18)}}@keyframes mysticRadarFieldSpin{to{rotate:360deg}}@keyframes mysticRadarSweep{to{transform:rotate(360deg)}}@keyframes mysticScannerLift{0%{transform:translate(-96px) scale(.72);opacity:.72}to{transform:translate(0) scale(1);opacity:1}}@keyframes mysticScannerPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.18)}}@keyframes mysticScanStep{0%,to{opacity:.62;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.mystic-tier-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:4px}.mystic-tier-list span{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;color:var(--muted);background:#ffffff09;border:1px solid rgba(183,146,245,.16);border-radius:8px}.mystic-tier-list b{color:var(--accent-2)}@media(max-width:1100px){.mystic-grid,.mystic-forecast-grid,.mystic-v17-board{grid-template-columns:1fr}.mystic-v17-board{min-height:auto}.mystic-v17-board.is-scanning{min-height:430px}}@media(max-width:680px){.mystic-field-grid,.mystic-submit-row,.mystic-tier-list,.mystic-scan-status{grid-template-columns:1fr}.mystic-submit-row .primary-action{width:100%}.mystic-v17-board.is-scanning{min-height:500px}.mystic-v17-board.is-scanning .mystic-v17-orbit b{top:33%;right:33%;bottom:33%;left:33%}}.today-pick-panel{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.today-pick-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--gold);background:linear-gradient(135deg,#d8b35f2e,#8e58d524);border:1px solid rgba(216,179,95,.28);border-radius:8px}.today-pick-panel b,.mystic-result b,.profile-panel b{display:block;margin-bottom:5px}.today-pick-panel p,.mystic-result p,.profile-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.today-pick-panel>span{padding:6px 9px;color:var(--faint);background:#b794e814;border:1px solid rgba(183,148,232,.12);border-radius:7px;white-space:nowrap}.mystic-hub-grid,.backtest-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;margin-bottom:16px}.mystic-entry-strip{display:grid;gap:14px}.mystic-entry-strip>p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.mystic-entry-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mystic-entry-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px 10px;align-items:center;min-height:112px;padding:13px;text-align:left;color:var(--text);background:linear-gradient(135deg,#d946461f,#b794e814),var(--panel-2);border:1px solid rgba(217,70,70,.24);border-radius:8px;box-shadow:0 12px 24px #0a031224;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mystic-entry-card:hover{transform:translateY(-2px);border-color:#ff5c5c75;box-shadow:0 18px 34px #d9464629}.mystic-entry-icon{width:34px;height:34px;display:grid;place-items:center;color:#ffd6d6;background:#d946462e;border:1px solid rgba(255,120,120,.24);border-radius:8px}.mystic-entry-card b,.mystic-entry-card em,.mystic-entry-card small{display:block}.mystic-entry-card b{font-size:14px}.mystic-entry-card em{margin-top:2px;color:#ff8a8a;font-size:11px;font-style:normal;font-weight:800}.mystic-entry-card small{grid-column:1 / -1;color:var(--muted);font-size:12px;line-height:1.55}.mystic-market-jump{display:flex;gap:8px;flex-wrap:wrap}.mystic-market-jump button{min-height:34px;padding:0 12px;color:var(--accent-2);background:#b794e814;border:1px solid rgba(183,148,232,.16);border-radius:8px;font-size:12px;font-weight:800}.mystic-market-jump button:hover{border-color:#b794e861}.coin-module,.grail-module{display:grid;justify-items:center;gap:16px;min-height:300px;align-content:center}.oracle-stage-button{width:230px;height:176px;display:grid;place-items:center;padding:0;background:radial-gradient(circle at 50% 78%,rgba(0,0,0,.24),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--field);border:1px solid rgba(183,148,232,.14);border-radius:8px;overflow:hidden}.oracle-stage-button:hover{border-color:#d8b35f61}.three-oracle-stage{width:100%;height:100%}.three-oracle-stage canvas{display:block;width:100%!important;height:100%!important}.jiaobei-button{width:250px}.oracle-series{display:flex;justify-content:center;gap:8px}.oracle-series span{min-width:44px;height:30px;display:grid;place-items:center;padding:0 8px;color:var(--accent-2);background:#6c3baa24;border:1px solid rgba(183,148,232,.16);border-radius:8px;font-size:12px;font-weight:800}.jiaobei-series span{min-width:52px;color:var(--gold)}.jiaobei-stage{width:206px;height:168px;position:relative;display:grid;place-items:center;background:radial-gradient(ellipse at center,rgba(216,179,95,.2),rgba(183,148,232,.05) 58%,transparent 59%),var(--field);border:1px solid rgba(216,179,95,.22);border-radius:8px;box-shadow:inset 0 0 40px #d8b35f0f;perspective:1000px;transform-style:preserve-3d}.jiao-block{position:absolute;width:106px;height:48px;background:linear-gradient(90deg,rgba(255,219,163,.18),transparent 18% 82%,rgba(56,16,11,.2)),repeating-linear-gradient(9deg,rgba(255,208,148,.18) 0 2px,transparent 2px 8px),linear-gradient(135deg,#b35a2d,#7a2d1b 46%,#3f130f);border:1px solid rgba(255,215,156,.42);border-radius:999px 999px 44px 44px;clip-path:ellipse(54% 74% at 50% 50%);box-shadow:inset 0 8px 11px #ffeec638,inset -14px -18px 20px #26080657,0 18px 28px #0000004d;transform-style:preserve-3d}.jiao-block:before{content:"";position:absolute;width:86px;height:54px;left:22px;top:-6px;display:block;background:var(--field);border-radius:50%;box-shadow:inset 8px -8px 12px #ffd69614,-5px 7px 8px #22080759}.jiao-block:after{content:"";position:absolute;top:7px;right:14px;bottom:12px;left:14px;border-radius:inherit;background:radial-gradient(circle at 32% 36%,rgba(255,230,180,.45),transparent 18%),linear-gradient(135deg,#ffdea84d,#5f1e130d);opacity:.62}.jiao-block i{position:absolute;top:10px;right:24px;bottom:16px;left:12px;z-index:1;display:block;border-radius:999px;background:linear-gradient(90deg,#ffebbf57,#ffffff0a);transform:translateZ(6px)}.jiao-block.left{transform:translate(-44px) rotate(-18deg) rotateX(16deg) translateZ(10px)}.jiao-block.right{transform:translate(44px) rotate(18deg) rotateX(16deg) scaleX(-1) translateZ(10px)}.jiaobei-stage.result-圣杯 .jiao-block.left{transform:translate(-44px) rotate(-18deg) rotateX(18deg) rotateY(0) translateZ(12px)}.jiaobei-stage.result-圣杯 .jiao-block.right{transform:translate(44px) rotate(18deg) rotateX(64deg) rotateY(180deg) scaleX(-1) translateZ(4px)}.jiaobei-stage.result-笑杯 .jiao-block.left{transform:translate(-44px) rotate(-18deg) rotateX(18deg) rotateY(0) translateZ(12px)}.jiaobei-stage.result-笑杯 .jiao-block.right{transform:translate(44px) rotate(18deg) rotateX(18deg) rotateY(0) scaleX(-1) translateZ(12px)}.jiaobei-stage.result-阴杯 .jiao-block.left{transform:translate(-44px) rotate(-18deg) rotateX(68deg) rotateY(180deg) translateZ(4px)}.jiaobei-stage.result-阴杯 .jiao-block.right{transform:translate(44px) rotate(18deg) rotateX(68deg) rotateY(180deg) scaleX(-1) translateZ(4px)}.jiaobei-stage.result-阴杯 .jiao-block:after,.jiaobei-stage.result-圣杯 .jiao-block.right:after{opacity:.12}.jiaobei-stage.drawing .jiao-block.left{animation:jiaoLeft .95s ease}.jiaobei-stage.drawing .jiao-block.right{animation:jiaoRight .95s ease}@keyframes jiaoLeft{0%{transform:translate(-44px) rotate(-18deg) rotateX(16deg) translateZ(10px)}45%{transform:translate(-72px,-44px) rotate(-168deg) rotateX(260deg) rotateY(220deg) translateZ(62px)}76%{transform:translate(-44px,6px) rotate(-22deg) rotateX(78deg) rotateY(180deg) translateZ(0)}}@keyframes jiaoRight{0%{transform:translate(44px) rotate(18deg) rotateX(16deg) scaleX(-1) translateZ(10px)}45%{transform:translate(72px,-44px) rotate(168deg) rotateX(260deg) rotateY(220deg) scaleX(-1) translateZ(62px)}76%{transform:translate(44px,6px) rotate(22deg) rotateX(78deg) rotateY(180deg) scaleX(-1) translateZ(0)}}.oracle-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.grail-stage{width:150px;height:150px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,rgba(183,148,232,.18),rgba(183,148,232,.04) 58%,transparent 59%);border:1px solid rgba(183,148,232,.18);border-radius:50%}.grail-stage span{position:absolute;display:block}.grail-bowl{top:34px;width:82px;height:52px;background:linear-gradient(135deg,#f7e5a2,#b98525);border-radius:14px 14px 44px 44px;box-shadow:inset 0 9px #ffffff40}.grail-stem{top:82px;width:18px;height:34px;background:linear-gradient(180deg,#efd88a,#9d6615);border-radius:8px}.grail-base{top:112px;width:70px;height:14px;background:linear-gradient(135deg,#f1d988,#9d6615);border-radius:50%}.grail-stage.drawing{animation:grailGlow .95s ease}@keyframes grailGlow{0%,to{transform:scale(1);box-shadow:none}50%{transform:scale(1.05);box-shadow:0 0 42px #d8b35f59}}.mystic-result{max-width:420px;padding:14px;text-align:center;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.mystic-log{display:grid;grid-template-columns:64px minmax(0,1fr);gap:6px 14px;padding:12px;color:var(--muted);background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.mystic-log span{grid-row:span 2;color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace}.mystic-log p{margin:0;color:var(--faint);font-size:13px}.backtest-form{display:grid;gap:12px}.backtest-template-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.backtest-template-row button{display:grid;gap:4px;padding:10px;text-align:left;color:var(--muted);background:#b794e812;border:1px solid rgba(183,148,232,.12);border-radius:8px}.backtest-template-row button.active,.backtest-template-row button:hover{color:var(--text);border-color:#d8b35f6b;box-shadow:0 12px 28px #6c3baa24;transform:translateY(-1px)}.backtest-template-row b{font-size:12px}.backtest-template-row em{color:var(--faint);font-style:normal;font-size:11px}.backtest-form label{display:grid;gap:7px;color:var(--faint);font-size:12px}.backtest-form input,.backtest-form select,.backtest-form textarea{height:42px;padding:0 12px;color:var(--text);background:var(--field);border:1px solid var(--line);border-radius:8px}.backtest-form textarea{height:auto;min-height:76px;padding:11px 12px;resize:vertical;line-height:1.65}.date-range-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.date-range-row span{color:var(--faint);font-size:12px}.backtest-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.backtest-metrics.compact{grid-template-columns:repeat(6,minmax(0,1fr))}.backtest-param-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.backtest-diagnostics{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:16px;margin-bottom:16px}.diagnostic-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.diagnostic-list span{display:grid;gap:5px;padding:11px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.diagnostic-list b{font-size:13px}.diagnostic-list em{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace;font-style:normal;font-size:13px}.equity-curve{height:230px;padding:12px;background:linear-gradient(rgba(183,148,232,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(183,148,232,.08) 1px,transparent 1px),var(--field);background-size:100% 45px,64px 100%;border:1px solid var(--line);border-radius:8px}.equity-curve.live{height:260px}.equity-curve svg{width:100%;height:100%}.equity-curve text{fill:var(--faint);font-size:11px}.equity-curve polyline{fill:none;stroke:var(--red);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.equity-curve .baseline{stroke:#b794e83d;stroke-width:2}.equity-curve .benchmark-line{stroke:#b794e861;stroke-width:2.2;stroke-dasharray:7 7}.equity-curve .equity-area{fill:#f871711f}.chart-empty{height:100%;display:grid;place-items:center;color:var(--faint);font-size:13px}.trade-bars{height:230px;display:grid;grid-auto-flow:column;align-items:end;gap:12px;padding:18px;background:var(--field);border:1px solid var(--line);border-radius:8px}.trade-bars i{min-width:24px;background:linear-gradient(180deg,var(--accent-2),var(--blue));border-radius:7px 7px 3px 3px}.trade-bars.drawdown i{min-width:7px;background:linear-gradient(180deg,#f87171d1,#7c3aed3d)}.backtest-engine-stack{min-height:230px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:center}.backtest-engine-stack span{padding:15px 12px;color:var(--accent-2);background:var(--field);border:1px solid rgba(183,148,232,.14);border-radius:8px;font-weight:800;text-align:center}.backtest-result-view{display:grid;gap:14px}.backtest-result-view.embedded{margin-top:14px}.backtest-result-hero{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:14px;align-items:center;padding:14px;background:linear-gradient(135deg,#b794e81a,#d8b35f0f);border:1px solid rgba(183,148,232,.16);border-radius:8px}.backtest-result-hero span{color:var(--gold);font-size:12px;font-weight:800}.backtest-result-hero h3{margin:5px 0;font-size:20px}.backtest-result-hero p{margin:0;color:var(--muted);line-height:1.65}.backtest-quality{display:grid;place-items:center;gap:5px;min-height:86px;background:#0000002e;border:1px solid rgba(216,179,95,.18);border-radius:8px}.backtest-quality b{color:var(--accent-2);text-transform:uppercase}.backtest-quality em{color:var(--faint);font-style:normal;font-size:12px}.backtest-result-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.7fr);gap:14px}.backtest-run-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.backtest-run-meta span{min-height:58px;display:grid;align-content:center;gap:4px;padding:10px 12px;color:var(--muted);background:var(--field);border:1px solid rgba(183,148,232,.12);border-radius:8px;font-size:12px;line-height:1.45}.backtest-run-meta b{color:var(--accent-2);font-size:11px}.backtest-run-meta .warn{color:var(--gold);border-color:#d8b35f3d;background:#d8b35f14}.backtest-empty-state{display:grid;gap:6px;padding:13px 14px;color:var(--muted);background:linear-gradient(135deg,#b794e817,#60a5fa0d);border:1px solid rgba(183,148,232,.16);border-radius:8px}.backtest-empty-state b{color:var(--text)}.backtest-empty-state p{margin:0;line-height:1.65}.backtest-result-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.mini-ledger{display:grid;gap:8px;padding:12px;background:var(--field);border:1px solid var(--line);border-radius:8px}.mini-ledger b{color:var(--text)}.mini-ledger span{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid rgba(183,148,232,.08)}.mini-ledger em{min-width:0;color:var(--faint);font-style:normal;font-size:12px}.mini-ledger strong{color:var(--accent-2);white-space:nowrap}.month-map div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.month-map i{min-height:30px;display:grid;place-items:center;border-radius:7px;font-style:normal;font-size:11px;font-weight:800}.month-map i.up{color:var(--red);background:#f8717121}.month-map i.down{color:var(--blue);background:#60a5fa21}.backtest-warnings{display:grid;gap:6px}.backtest-warnings span{padding:8px 10px;color:var(--gold);background:#d8b35f14;border:1px solid rgba(216,179,95,.16);border-radius:8px;font-size:12px}.backtest-table .table-head,.backtest-table .table-row{grid-template-columns:1.3fr .65fr 1.1fr .7fr .7fr .55fr}.article-list{display:grid;gap:12px}.article-list article{display:grid;grid-template-columns:74px 1fr 112px;align-items:center;gap:14px;padding:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.08);border-radius:8px}.article-empty{min-height:148px;display:grid;place-items:center;gap:8px;padding:22px;text-align:center;color:var(--muted);background:linear-gradient(135deg,#b792f514,#d8b35f0d);border:1px dashed rgba(183,146,245,.22);border-radius:10px}.article-empty svg{color:var(--accent-2)}.article-empty b{color:var(--text)}.article-empty p{max-width:420px;margin:0}.article-pay{display:grid;justify-items:end;gap:7px}.article-pay em{color:var(--gold);font-family:Cascadia Mono,Consolas,monospace;font-style:normal;font-weight:800}.article-thumb{width:74px;height:54px;display:grid;place-items:center;color:var(--accent-2);background:linear-gradient(135deg,#6c3baa42,#4a90d91f);border-radius:8px}.kline-shell{display:grid;gap:12px}.kline-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.kline-header div:first-child{display:flex;align-items:baseline;gap:10px}.kline-header strong{font-size:24px;font-family:Cascadia Mono,Consolas,monospace}.periods{display:flex;gap:6px}.periods button{min-width:42px;height:30px;color:var(--faint);background:transparent;border-color:var(--line)}.periods button.active{color:#fff;border-color:var(--accent);box-shadow:inset 0 -2px 0 var(--accent)}.chart-row{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px}.candles{position:relative;height:260px;overflow:hidden;background:linear-gradient(rgba(183,148,232,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(183,148,232,.08) 1px,transparent 1px),var(--field);background-size:100% 52px,60px 100%;border:1px solid var(--line);border-radius:8px}.candles i{position:absolute;bottom:32px;width:14px;border-radius:3px}.candles i:before{content:"";position:absolute;left:6px;top:-22px;width:2px;height:calc(100% + 44px);opacity:.72;background:currentColor}.candles i.up{color:var(--red);background:var(--red)}.candles i.down{color:var(--green);background:var(--green)}.candles svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.candles polyline{fill:none;stroke:#b794e8c7;stroke-width:2}.candles polyline:last-child{stroke:#4a90d9bd}.order-book{display:grid;gap:5px;padding:12px;background:var(--field);border:1px solid var(--line);border-radius:8px}.order-book b,.order-book strong{text-align:center}.order-book span{display:flex;justify-content:space-between;font-family:Cascadia Mono,Consolas,monospace;font-size:12px}.order-book .ask{color:var(--red)}.order-book .bid{color:var(--green)}.order-book strong{padding:8px 0;color:var(--accent-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.user-banner{display:grid;grid-template-columns:68px 1fr 230px 150px 150px;align-items:center;gap:16px;padding:18px}.profile-banner{grid-template-columns:82px minmax(0,1fr) 220px 190px 170px}.avatar{width:58px;height:58px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#6c3baa,#9b6dd7);border-radius:50%;font-size:24px;font-weight:800}.avatar-upload{width:68px;height:68px;position:relative;overflow:hidden;cursor:pointer;border-radius:18px}.avatar-upload img{width:100%;height:100%;object-fit:cover}.daily-report-copy{display:grid;gap:8px}.daily-report-copy p{margin:0;color:var(--muted);line-height:1.72}.daily-full-preview pre{max-height:420px;overflow:auto;white-space:pre-wrap;word-break:break-word}.avatar-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.avatar-upload em{position:absolute;left:6px;right:6px;bottom:6px;height:20px;display:inline-flex;align-items:center;justify-content:center;gap:3px;color:#fff;background:#110d1fb8;border-radius:7px;font-size:10px;font-style:normal;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.user-profile-main{min-width:0}.user-profile-main p{margin:0;overflow:hidden;color:var(--faint);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.user-banner h2{margin:0 0 6px}.balance{display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:center}.balance span{color:var(--faint);font-size:12px}.balance b{font-size:24px;font-family:Cascadia Mono,Consolas,monospace}.balance button{grid-row:span 2}.user-layout{grid-template-columns:minmax(0,1fr) 300px}.records-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.profile-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.profile-edit-grid label{display:grid;gap:7px;color:var(--faint);font-size:12px}.profile-edit-grid input{height:42px;padding:0 12px;color:var(--text);background:var(--field);border:1px solid var(--line);border-radius:8px;outline:0}.token-quota-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;align-items:center;padding:14px;margin-top:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:9px}.token-quota-card b,.token-quota-card strong{display:block;font-family:Cascadia Mono,Consolas,monospace}.token-quota-card span{display:block;margin-top:5px;color:var(--faint);font-size:12px;line-height:1.6}.token-quota-card i{grid-column:1 / -1;height:8px;overflow:hidden;background:#b794e81f;border-radius:999px}.token-quota-card em{display:block;height:100%;background:linear-gradient(90deg,var(--accent),var(--accent-2),var(--gold));border-radius:inherit}.user-record-table .table-head,.user-record-table .table-row{grid-template-columns:.85fr .8fr .78fr .78fr minmax(0,1.5fr)}.report-record-table .table-head,.report-record-table .table-row{grid-template-columns:.85fr .82fr minmax(0,1.45fr) .6fr .65fr}.user-record-table b{overflow:hidden;font-family:Cascadia Mono,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.session-restoring-card{position:relative;z-index:1;width:min(430px,calc(100vw - 36px));display:grid;justify-items:center;gap:12px;padding:34px 28px;color:var(--text);background:#110d1fad;border:1px solid rgba(183,148,232,.28);border-radius:12px;box-shadow:0 24px 80px #00000057,0 0 36px #b792f529;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.session-restoring-card img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(183,146,245,.44))}.session-restoring-card span{display:inline-flex;align-items:center;gap:7px;color:var(--accent-2);font-size:12px}.session-restoring-card span svg{animation:soft-spin 1.1s linear infinite}.session-restoring-card h1{margin:0;font-size:24px}.session-restoring-card p{max-width:320px;margin:0;color:var(--muted);line-height:1.7;text-align:center}.danger-action{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border:1px solid rgba(248,113,113,.42);border-radius:9px;box-shadow:0 12px 30px #b91c1c2e;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.danger-action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 38px #b91c1c47;filter:brightness(1.04)}.danger-action:disabled{cursor:not-allowed;opacity:.68}.user-logout-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 4px 4px}.user-logout-footer span{max-width:520px;color:var(--faint);font-size:12px;line-height:1.55}.logout-action{flex:0 0 auto}.upload-box{min-height:142px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted);border:1px dashed rgba(183,148,232,.45);border-radius:8px;background:#b794e80f}.upload-box svg{color:var(--accent-2)}.upload-box span{color:var(--faint);font-size:12px}.review-card,.usage-line{margin-top:12px;padding:12px;background:var(--panel-2);border:1px solid rgba(183,148,232,.1);border-radius:8px}.usage-line{display:flex;align-items:center;gap:12px;color:var(--faint);font-size:12px}.price-card{min-height:360px;position:relative;display:grid;align-content:start;gap:18px;padding:24px}.price-card.featured{border-color:#d8b35f73;box-shadow:0 24px 80px #d8b35f1f}.price-card h3{margin:0;font-size:20px}.price-card strong{font-size:32px}.price-card ul{display:grid;gap:12px;padding:0;margin:0;list-style:none}.price-card li{display:flex;gap:8px;color:var(--muted)}.pricing-subnav{display:inline-flex;gap:6px;padding:6px;margin:0 0 16px;border:1px solid var(--line-soft);border-radius:8px;background:#ffffff09}.pricing-subnav button{min-width:92px;border:0;border-radius:6px;padding:9px 14px;color:var(--muted);background:transparent;cursor:pointer;font-weight:800;transition:transform .18s ease,background .18s ease,color .18s ease}.pricing-subnav button:hover{color:var(--text);background:#b792f514}.pricing-subnav button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#c084fc);box-shadow:0 10px 24px #7c3aed2e}.credit-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:16px;padding:20px;margin-bottom:16px;background:linear-gradient(135deg,rgba(216,179,95,.13),transparent 48%),var(--panel);border:1px solid rgba(216,179,95,.28);border-radius:8px;box-shadow:0 18px 60px #0000002e}.recharge-level-card{width:min(760px,100%);margin:0 auto 16px;grid-template-columns:minmax(0,1fr) 220px}.recharge-account-main p strong{color:var(--gold);font-family:Cascadia Mono,Consolas,monospace}.recharge-level-status{display:grid;gap:6px;justify-items:end;text-align:right}.recharge-level-status strong{display:block;font-size:28px}.recharge-level-status em{color:var(--green);font-style:normal;font-weight:900}.recharge-level-progress{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:12px;border-top:1px solid rgba(216,179,95,.16)}.recharge-level-progress div{display:grid;gap:4px}.recharge-level-progress b{margin:0;font-size:16px}.recharge-level-progress>i{grid-column:1 / -1;height:7px;overflow:hidden;border-radius:999px;background:#d8b35f29}.recharge-level-progress>i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7c3aed,#d8b35f,#ff8a3d);box-shadow:0 0 18px #d8b35f47}.credit-hero span,.credit-pack p,.cost-row span{color:var(--faint);font-size:12px}.credit-hero b{display:block;margin:6px 0;font-size:30px}.credit-hero p,.credit-pack p{margin:0;color:var(--muted);line-height:1.65}.credit-balance{display:grid;gap:8px;padding:14px;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.credit-balance strong{font-family:Cascadia Mono,Consolas,monospace;font-size:28px}.credit-pack-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:16px}.recharge-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:12px;max-width:760px;margin:0 auto 18px}.recharge-choice-card{position:relative;min-height:102px;display:grid;align-content:center;justify-items:center;gap:5px;padding:15px 18px;border:1px solid rgba(183,146,245,.22);border-radius:12px;color:var(--text);background:linear-gradient(180deg,#ffffff0d,#ffffff05),var(--panel);box-shadow:0 14px 38px #0806122e;cursor:pointer;text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.recharge-choice-card:hover{transform:translateY(-2px);border-color:#d8b35f73;box-shadow:0 18px 46px #0806123d}.recharge-choice-card.selected{color:#ffe96d;background:linear-gradient(135deg,#15140f,#050505);border-color:#d8b35f94}.recharge-choice-card>span{position:absolute;top:0;right:10px;padding:4px 8px;border-radius:0 0 8px 8px;color:#fff;background:#ff8a1f;font-size:11px;font-weight:900}.recharge-choice-card strong{font-size:24px;line-height:1}.recharge-choice-card b{color:var(--gold);font-size:13px}.recharge-choice-card em{color:var(--faint);font-size:11px;font-style:normal}.recharge-choice-card.custom{cursor:default;justify-items:stretch;text-align:left}.recharge-choice-card.custom strong,.recharge-choice-card.custom b,.recharge-choice-card.custom em{text-align:center}.recharge-choice-card.custom label{display:grid;gap:5px}.recharge-choice-card.custom small{color:var(--faint);font-size:11px}.recharge-choice-card.custom input{width:100%;border:1px solid rgba(183,146,245,.22);border-radius:8px;padding:9px 10px;color:var(--text);background:#ffffff0b;outline:none}.recharge-custom-bar{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);gap:14px;align-items:center;max-width:760px;margin:12px auto 18px;padding:14px 16px;border:1px solid rgba(183,146,245,.22);border-radius:12px;background:linear-gradient(180deg,#ffffff0d,#ffffff05),var(--panel);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.recharge-custom-bar:hover{transform:translateY(-1px);border-color:#d8b35f73;box-shadow:0 18px 46px #08061238}.recharge-custom-bar.selected{border-color:#d8b35f94;background:linear-gradient(135deg,#15140ff5,#050505f0)}.recharge-custom-main{display:grid;gap:8px}.recharge-custom-main>span{color:var(--faint);font-size:12px;font-weight:800}.recharge-custom-main label{display:grid;gap:6px}.recharge-custom-main small{color:var(--faint);font-size:11px}.recharge-custom-main input{width:100%;min-height:42px;padding:10px 12px;border:1px solid rgba(183,146,245,.22);border-radius:10px;color:var(--text);background:#ffffff0b;outline:none}.recharge-custom-meta{display:grid;justify-items:end;gap:4px;text-align:right}.recharge-custom-meta>span{align-self:end;padding:3px 8px;border-radius:999px;color:#fff;background:#ff8a1f;font-size:11px;font-weight:900}.recharge-custom-meta strong{color:var(--gold);font-size:18px;line-height:1.1}.recharge-custom-meta em{color:var(--muted);font-size:12px;font-style:normal}.recharge-pay-section{display:grid;grid-template-columns:1fr;gap:14px;max-width:760px;margin:4px auto 22px}.payment-method-area,.recharge-confirm-card,.payment-placeholder-card{border:1px solid rgba(183,146,245,.18);border-radius:12px;background:linear-gradient(180deg,#ffffff0b,#ffffff05),var(--panel);box-shadow:0 18px 52px #08061233}.payment-method-area{display:grid;gap:10px;padding:14px}.payment-method-area>span,.recharge-confirm-card span{color:var(--faint);font-size:12px;font-weight:800}.payment-method-card{display:grid;grid-template-columns:32px auto;align-items:center;gap:8px 10px;min-height:66px;padding:12px;border:1px solid rgba(78,166,255,.24);border-radius:10px;color:var(--text);background:#4ea6ff12;cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.payment-method-card:hover{transform:translateY(-1px);border-color:#4ea6ff85}.payment-method-card.selected{border-color:#21a7ff;background:linear-gradient(135deg,#21a7ff2e,#b792f514)}.payment-method-card b{display:grid;place-items:center;width:32px;height:32px;grid-row:span 2;border-radius:8px;color:#fff;background:#1296db;font-size:18px;font-weight:950}.payment-method-card strong{font-size:15px}.payment-method-card em{color:var(--faint);font-size:12px;font-style:normal}.recharge-confirm-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px}.recharge-confirm-card>div{display:grid;gap:5px}.recharge-confirm-card strong{color:var(--gold);font-size:30px;line-height:1}.recharge-confirm-card em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.5}.recharge-confirm-button{min-width:178px;min-height:42px}.payment-placeholder-card{display:grid;gap:16px;max-width:920px;padding:18px;margin:18px auto 22px}.payment-placeholder-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.payment-placeholder-head span{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-weight:900}.payment-amount-display{display:grid;place-items:center;gap:6px;min-height:132px;border:1px solid rgba(216,179,95,.2);border-radius:12px;background:radial-gradient(circle at center,rgba(216,179,95,.14),transparent 58%)}.payment-amount-display small,.payment-amount-display em{color:var(--faint);font-style:normal}.payment-amount-display strong{color:var(--gold);font-size:42px;line-height:1}.payment-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-summary-grid span{display:grid;gap:6px;min-width:0;padding:12px;border:1px solid rgba(183,146,245,.12);border-radius:10px;background:#ffffff09}.payment-summary-grid b{color:var(--faint);font-size:12px}.payment-summary-grid em{overflow:hidden;color:var(--text);font-size:13px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.payment-gateway-note{padding:12px 14px;border:1px dashed rgba(216,179,95,.28);border-radius:10px;color:var(--muted);background:#d8b35f0e;font-size:12px;line-height:1.65}.alipay-manual-fallback{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:14px;padding:12px;border:1px solid rgba(0,132,255,.18);border-radius:12px;background:linear-gradient(135deg,#0084ff14,#b792f50b)}.alipay-manual-fallback .zoomable-image-button{width:112px;height:112px}.alipay-manual-fallback .zoomable-image-button img{object-fit:cover;object-position:50% 42%;border-radius:8px;box-shadow:0 12px 26px #0003}.alipay-manual-fallback div{display:grid;gap:6px}.alipay-manual-fallback b{color:var(--text);font-size:14px}.alipay-manual-fallback span{color:var(--muted);font-size:12px;line-height:1.65}.payment-action-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.payment-action-row button{min-width:148px}.pricing-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:18px 0 12px}.pricing-section-title span{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-weight:800}.pricing-section-title em{max-width:620px;color:var(--faint);font-size:12px;font-style:normal;line-height:1.6;text-align:right}.credit-pack{min-height:232px;position:relative;display:grid;align-content:start;gap:10px;padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel);border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 18px 60px #0000002e}.credit-pack.featured{border-color:#d8b35f73;box-shadow:0 24px 80px #d8b35f1f}.credit-pack h3{margin:0;padding-right:48px;font-size:15px}.credit-pack strong{font-size:28px;line-height:1}.credit-pack>b{color:var(--gold);font-family:Cascadia Mono,Consolas,monospace}.credit-pack small{color:var(--faint);font-size:11px;line-height:1.5}.custom-pack{border-color:#b792f547;background:radial-gradient(circle at 22% 0%,rgba(183,146,245,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--panel)}.custom-recharge-field{display:grid;gap:5px;min-width:0}.custom-recharge-field span{color:var(--faint);font-size:11px}.custom-recharge-field input{width:100%;min-width:0;border:1px solid rgba(183,146,245,.2);border-radius:8px;padding:9px 10px;color:var(--text);background:#ffffff0b;outline:none}.custom-recharge-field input:focus{border-color:#b792f57a;box-shadow:0 0 0 3px #b792f514}.membership-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.membership-card{position:relative;display:grid;align-content:start;gap:10px;min-height:430px;padding:20px;overflow:hidden;background:radial-gradient(circle at 20% 0%,rgba(216,179,95,.12),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.035),transparent),var(--panel);border:1px solid var(--line-soft);border-radius:8px;box-shadow:0 18px 60px #0000002e}.membership-card.active{border-color:#ef53508c;box-shadow:0 24px 70px #ef53501f}.membership-card>span{color:var(--faint);font-size:12px}.membership-card h3{margin:0;font-size:20px}.membership-card strong{color:var(--gold);font-size:28px}.membership-card>b{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace}.membership-card ul{display:grid;gap:9px;padding:0;margin:4px 0 0;list-style:none}.membership-card li{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:12px;line-height:1.55}.membership-card li svg{flex:0 0 auto;margin-top:2px;color:var(--gold)}.membership-policy{margin:2px 0 0;padding:10px;border:1px solid rgba(183,146,245,.12);border-radius:8px;color:var(--muted);background:#b792f50e;font-size:12px;line-height:1.62}.membership-policy.dim{color:var(--faint);background:#ffffff06}.membership-card>button,.membership-card>em{align-self:end;margin-top:auto}.membership-card>em{color:var(--faint);font-size:12px;font-style:normal}@media(max-width:1100px){.credit-pack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recharge-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.recharge-custom-bar{grid-template-columns:1fr;max-width:none}.recharge-custom-meta{justify-items:start;text-align:left}.recharge-pay-section,.recharge-confirm-card,.payment-summary-grid{grid-template-columns:1fr}.recharge-confirm-button{width:100%}.membership-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cost-table{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px}.cost-row{display:grid;grid-template-columns:minmax(150px,1fr) 90px minmax(0,2fr);align-items:center;gap:12px;min-height:44px;padding:0 12px;border-bottom:1px solid rgba(183,148,232,.1)}.cost-row:last-child{border-bottom:0}.cost-row.head{color:var(--faint);background:#b794e814;font-size:12px}.cost-row b{font-size:13px}.cost-row strong{color:var(--gold);font-family:Cascadia Mono,Consolas,monospace;font-size:13px}.recommend{position:absolute;top:18px;right:18px}.empty-state{min-height:300px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.empty-state svg{color:var(--accent-2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;background:#05030cb8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modal-card{width:min(520px,calc(100vw - 48px));padding:20px}.modal-card header,.modal-card footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-card h2{margin:0;font-size:20px}.modal-scroll{max-height:360px;overflow:auto;display:grid;gap:12px;margin:16px 0;padding-right:8px;color:var(--muted);line-height:1.75}.modal-scroll p{margin:0}.radio-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.radio-row button{color:var(--muted);background:var(--field);border-color:var(--line)}.api-form{display:grid;gap:12px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.settings-tabs{margin-top:0}.settings-note,.contact-panel{display:grid;gap:10px;padding:16px;color:var(--muted);background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.settings-note{grid-template-columns:34px 1fr;align-items:start}.settings-note svg,.contact-panel b{color:var(--accent-2)}.settings-note p,.contact-panel p{margin:6px 0 0;line-height:1.7;font-size:13px}.about-emphasis{display:inline-flex;align-items:center;gap:9px;width:fit-content;max-width:860px;margin:-4px 0 20px;padding:9px 12px;color:#fff1b8;background:linear-gradient(135deg,#d8b35f2e,#ef444414),#171128c7;border:1px solid rgba(216,179,95,.28);border-radius:8px;box-shadow:0 14px 38px #7c3aed1a;font-size:13px;font-weight:760;line-height:1.6}.about-emphasis svg{flex:0 0 auto;color:#f4d98a}.about-grid{align-items:stretch}.support-card-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:12px}.support-card{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr);gap:12px;align-items:center;min-height:152px;padding:13px;background:radial-gradient(circle at 18% 12%,rgba(183,146,245,.16),transparent 34%),linear-gradient(145deg,#ffffff0e,#ffffff05),var(--panel-2);border:1px solid rgba(183,148,232,.16);border-radius:8px;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.support-card:hover{transform:translateY(-2px);border-color:#d8b35f4d;box-shadow:0 18px 48px #7c3aed29}.zoomable-image-button{position:relative;min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:zoom-in;overflow:hidden}.zoomable-image-button img{display:block;width:100%;height:100%;object-fit:cover}.zoomable-image-button span{position:absolute;right:8px;bottom:8px;padding:3px 7px;border-radius:999px;color:#fff;background:#00000073;font-size:11px;pointer-events:none}.image-zoom-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;width:100vw;height:100dvh;padding:24px;background:#05060cb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-zoom-card{position:relative;width:min(92vw,560px);max-height:min(90dvh,760px);padding:16px;border:1px solid rgba(183,146,245,.24);border-radius:14px;background:#120f1df5;box-shadow:0 28px 72px #00000059;transform:translateY(0) scale(1);animation:imageZoomPop .18s ease}.image-zoom-card img{display:block;width:100%;max-height:min(74dvh,640px);object-fit:contain;border-radius:10px}.image-zoom-card p{margin:10px 44px 0 0;color:var(--muted);font-size:12px}.image-zoom-close{position:absolute;top:12px;right:12px}@keyframes imageZoomPop{0%{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.support-card .zoomable-image-button{width:104px;height:124px}.support-card .zoomable-image-button img{border-radius:7px;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 34px #07040e42}.support-card .zoomable-image-button span{right:6px;bottom:6px}.support-card div{min-width:0;display:grid;gap:8px}.support-card span{width:fit-content;padding:4px 7px;color:#f9e8a8;background:#d8b35f21;border:1px solid rgba(216,179,95,.22);border-radius:7px;font-size:12px;font-weight:850}.support-card .zoomable-image-button span{position:absolute;right:6px;bottom:6px;width:auto;padding:3px 7px;border:0;border-radius:999px;color:#fff;background:#0000007a;font-size:11px;font-weight:700}.support-card b{color:var(--text);font-family:Cascadia Mono,Consolas,monospace;font-size:19px;letter-spacing:0;overflow-wrap:anywhere}.support-card p{max-width:26em;margin:0;color:var(--muted);font-size:13px;line-height:1.72}.production-alert-strip,.billing-priority-strip,.mystic-record-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.mystic-record-tools{align-items:center}.mystic-record-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.mystic-record-item{padding:12px;border:1px solid rgba(183,146,245,.13);border-radius:8px;background:#ffffff08}.mystic-record-item header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mystic-record-item header span{color:var(--faint);font-size:12px}.mystic-record-item p,.mystic-record-item small{display:block;margin:8px 0 0;color:var(--muted);line-height:1.6}.mystic-record-item small{color:var(--text)}.app.light .about-emphasis{color:#6f3b04;background:linear-gradient(135deg,#f59e0b29,#a855f70f),#fffaf1d1;border-color:#b453092e}.app.light .support-card{background:radial-gradient(circle at 16% 12%,rgba(168,85,247,.1),transparent 34%),#ffffffc2;border-color:#7654b41f}.app.light .support-card span{color:#6f3b04;background:#f59e0b1f;border-color:#b4530924}.app.light .support-card b{color:#20172f}.platform-models{display:grid;gap:12px}.model-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.model-card{min-height:132px;position:relative;display:grid;align-content:start;gap:9px;padding:14px;color:var(--muted);background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.model-card.active{border-color:#2ed57359;box-shadow:inset 0 0 0 1px #2ed5731f}.model-card.locked{opacity:.72}.model-card span{width:fit-content;padding:3px 7px;color:#052013;background:var(--green);border-radius:6px;font-size:11px;font-weight:800}.model-card svg{color:var(--gold)}.model-card b{color:var(--text);font-size:15px}.model-card p{margin:0;font-size:13px;line-height:1.65}.profile-panel{display:grid;gap:12px;padding:16px;background:var(--panel-2);border:1px solid rgba(183,148,232,.12);border-radius:8px}.profile-timeline{display:flex;flex-wrap:wrap;gap:8px}.profile-timeline span{padding:6px 9px;color:var(--accent-2);background:#6c3baa24;border:1px solid rgba(183,148,232,.12);border-radius:7px;font-size:12px}.api-form label{display:grid;gap:7px;color:var(--faint);font-size:12px}.api-modal footer{justify-content:flex-end;margin-top:18px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.app-motion-bg,.login-liquid-bg{display:none}}@media(max-width:760px){.mystic-entry-grid,.mystic-hub-grid,.backtest-layout{grid-template-columns:1fr}.mystic-entry-card{min-height:96px}.credit-hero,.credit-pack-grid,.membership-grid{grid-template-columns:1fr}.pricing-section-title{align-items:flex-start;flex-direction:column}.pricing-section-title em{text-align:left}.pulse-strip{height:auto;min-height:128px;grid-template-columns:1fr;grid-template-rows:auto auto auto}.pulse-strip-title{border-right:0;padding-right:0}.pulse-strip .risk-line{grid-column:1}.capability-hero{grid-template-columns:44px minmax(0,1fr)}.capability-hero-tags{grid-column:1 / -1;justify-content:flex-start}.mystic-context-strip,.branch-context-strip{align-items:flex-start;flex-direction:column}.mystic-context-strip span,.branch-context-strip span{white-space:normal}}.app.light,.login-page.light{--bg: #fff8ec;--panel: rgba(255, 252, 246, .86);--panel-2: rgba(255, 246, 232, .92);--field: rgba(255, 250, 242, .96);--line: #eadfce;--line-soft: rgba(171, 132, 88, .22);--text: #2f261b;--muted: #655847;--faint: #8a7a66;--accent: #8e63c7;--accent-2: #9b72d8;--blue: #4f7fbd;--red: #d84b55;--green: #159b62;--gold: #b8862e;--shadow: 0 22px 70px rgba(150, 112, 68, .16)}.app.light{background:radial-gradient(circle at 20% 8%,rgba(255,211,145,.28),transparent 30%),radial-gradient(circle at 86% 16%,rgba(171,134,224,.16),transparent 28%),linear-gradient(135deg,#fffaf1,#fff4df 48%,#f8efe4)}.app.light .app-motion-bg{opacity:.16;filter:blur(.2px) saturate(.8) sepia(.1);mix-blend-mode:multiply}.app.light .sidebar,.app.light .topbar{background:#fffaf1c7;border-color:#ab845833;box-shadow:0 18px 50px #805b3114}.app.light .sidebar-brand b,.app.light .top-dev b,.app.light .login-brand h1{background:linear-gradient(180deg,#7b4db6,#9b72d8 42%,#b8862e 115%);-webkit-background-clip:text;background-clip:text;text-shadow:0 12px 34px rgba(157,113,74,.16)}.app.light .panel,.app.light .market-card,.app.light .price-card,.app.light .user-banner,.app.light .locked-panel,.app.light .disclaimer-card,.app.light .modal-card,.app.light .credit-pack,.app.light .credit-hero{background:linear-gradient(180deg,#ffffffb8,#fff8ec80),var(--panel);border-color:#ab84582e;box-shadow:0 20px 70px #96704421,inset 0 1px #ffffffc7}.app.light .panel:hover,.app.light .market-card:hover,.app.light .price-card:hover,.app.light .user-banner:hover,.app.light .credit-pack:hover,.app.light .pulse-strip:hover{border-color:#8e63c742;box-shadow:0 24px 80px #9670442e,inset 0 1px #ffffffe6}.app.light .side-scroll-top-button{color:#3c2a16;background:radial-gradient(circle at 30% 15%,rgba(255,255,255,.7),transparent 32%),linear-gradient(135deg,#f6dca9f5,#be9152b8);border-color:#ab845847}.app.light .side-balance,.app.light .side-status,.app.light .quote-row,.app.light .market-stat-strip,.app.light .sentiment-copy,.app.light .metric,.app.light .news-card,.app.light .report-card,.app.light .history-panel,.app.light .history-detail,.app.light .model-card,.app.light .contact-panel,.app.light .profile-panel,.app.light .settings-note,.app.light .api-form,.app.light .cost-table,.app.light .data-table,.app.light .mystic-log,.app.light .credit-balance,.app.light .usage-line,.app.light .flow-item{background:#fff8ecb3;border-color:#ab845829}.app.light .primary-action,.app.light .login-enter,.app.light .switch-menu button.active,.app.light .menu-item.active,.app.light .menu-item:hover{color:#fff;background:linear-gradient(135deg,#8e63c7,#b184df 58%,#c49348);box-shadow:0 14px 34px #8e63c738}.app.light .ghost-button,.app.light .icon-button,.app.light .switch-btn,.app.light .secondary-action,.app.light .panel-header button,.app.light .segmented button,.app.light .radio-row button,.app.light .section-tabs button,.app.light .login-field{background:#fffaf2c7;border-color:#ab845833;color:var(--muted)}.app.light .segmented button.active,.app.light .radio-row button.active,.app.light .section-tabs button.active{color:#fff;background:linear-gradient(135deg,#8e63c7eb,#b48948c7);border-color:#8e63c73d}.app.light .section-tabs button.featured-section-tab,.app.light .segmented button.featured-mystic-tab{color:#9d2637;background:linear-gradient(135deg,#ffeceff5,#fffaf2e0),#ffecefe6;border-color:#cd495b47}.app.light .section-tabs button.featured-section-tab.active,.app.light .segmented button.featured-mystic-tab.active{color:#fff;background:linear-gradient(135deg,#d84b55f0,#8e63c7d1);border-color:#d84b5557;box-shadow:inset 0 -2px #ffbac3,0 12px 24px #d84b5526}.app.light .mystic-capability-hero.featured-mystic-hero{border-color:#d84b553d;background:radial-gradient(circle at 12% 0%,rgba(216,75,85,.13),transparent 32%),linear-gradient(135deg,#ffecefd1,#fffcf5e6)}.app.light .mystic-capability-hero.featured-mystic-hero h3{color:#9d2637;text-shadow:none}.app.light .capability-hero{background:radial-gradient(circle at 14% 0%,rgba(142,99,199,.12),transparent 32%),linear-gradient(135deg,#fffaf2e6,#f6ebd9b8);border-color:#ab845833;box-shadow:0 16px 42px #96704414,inset 0 1px #ffffffb8}.app.light .featured-capability-hero{border-color:#d84b553d;background:radial-gradient(circle at 12% 0%,rgba(216,75,85,.13),transparent 32%),radial-gradient(circle at 88% 10%,rgba(142,99,199,.12),transparent 34%),linear-gradient(135deg,#ffecefdb,#fffcf5e6)}.app.light .capability-hero-icon{background:#8e63c714;border-color:#8e63c72e}.app.light .featured-capability-hero .capability-hero-icon{color:#9d2637;background:#d84b551a;border-color:#d84b5533}.app.light .featured-capability-hero .capability-hero-main h3{color:#9d2637;text-shadow:none}.app.light .featured-capability-hero .capability-hero-tags em{color:#9d2637;background:#d84b5514;border-color:#d84b5529}.app.light .mystic-context-strip,.app.light .branch-context-strip{background:#fff8ec9e;border-color:#ab845829}.app.light .mystic-context-strip b,.app.light .branch-context-strip b{color:#9d2637}.app.light .mystic-input-shell{background:radial-gradient(circle at 10% 0%,rgba(180,137,72,.13),transparent 34%),linear-gradient(135deg,#fffaf2e0,#f6ebd9b8);border-color:#ab845833;box-shadow:0 16px 42px #96704414,inset 0 1px #ffffffb8}.app.light .mystic-form textarea{color:#382815;background:#fffcf6b8;border-color:#ab845833}.app.light .mystic-form textarea:focus{border-color:#8e63c76b;box-shadow:0 0 0 3px #8e63c717}.app.light .premium-gua-card{background:radial-gradient(circle at 50% 18%,rgba(180,137,72,.16),transparent 34%),radial-gradient(circle at 88% 18%,rgba(142,99,199,.1),transparent 30%),linear-gradient(180deg,#fffaf2e6,#f6ebd9b8);border-color:#ab845833}.app.light .gua-compass span{color:#8b5f22;background:#b489481a;border-color:#b489483d}.app.light .five-elements em{color:#7b5520;background:#b4894814;border-color:#b489482e}.app.light .mystic-method-card,.app.light .gua-card{background:radial-gradient(circle at 18% 0%,rgba(142,99,199,.11),transparent 34%),linear-gradient(135deg,#fffaf2db,#f6ebd994);border-color:#ab84582e}.app.light .mystic-v17-board{background:radial-gradient(circle at 18% 20%,rgba(180,137,72,.16),transparent 32%),radial-gradient(circle at 82% 10%,rgba(142,99,199,.15),transparent 34%),linear-gradient(135deg,#fffaf2e6,#f6ebd9c2);border-color:#ab84582e}.app.light .mystic-v17-board.is-scanning{background:radial-gradient(circle at 50% 42%,rgba(142,99,199,.22),transparent 34%),radial-gradient(circle at 18% 18%,rgba(180,137,72,.2),transparent 28%),linear-gradient(135deg,#fffbf4f0,#f5e8d3db);border-color:#8e63c73d;box-shadow:inset 0 0 42px #8e63c71a,0 20px 64px #96704429}.app.light .mystic-v17-board p,.app.light .mystic-submit-row span,.app.light .mystic-method-card p,.app.light .mystic-method-card li,.app.light .mystic-tier-list span{color:#413224bd}.app.light .mystic-v17-orbit{background:radial-gradient(circle,rgba(142,99,199,.16),transparent 58%),#fffaf2a3;border-color:#8e63c733}.app.light .mystic-v17-board.is-scanning .mystic-v17-orbit{background:radial-gradient(circle at 50% 50%,rgba(180,137,72,.18),transparent 20%),radial-gradient(circle at 50% 50%,rgba(142,99,199,.2),transparent 60%),#fffaf29e;box-shadow:0 0 34px #b4894833,0 0 72px #8e63c72e}.app.light .mystic-tier-list span{background:#fffaf2a8;border-color:#ab845829}.app.light .mystic-scan-status span{color:#413224d1;background:linear-gradient(135deg,#8e63c71a,#b489481f);border-color:#8e63c729}.app.light .pulse-strip{background:linear-gradient(90deg,rgba(255,215,153,.32),transparent 34%),linear-gradient(180deg,#ffffff9e,#fff8ec94),#fffaf2c2;border-color:#ab84582e;box-shadow:0 14px 42px #9670441f}.app.light .sidebar-gooey-nav.gooey-nav-container nav ul li:after{background:linear-gradient(135deg,#8e63c7f0,#bc914dbd);box-shadow:inset 0 0 0 1px #fff8ec61}.app.light .market-card-ths,.app.light .market-card-eastmoney,.app.light .market-card-okx{background:linear-gradient(135deg,rgba(255,215,153,.18),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.74),transparent),var(--panel)}.login-page.light{background:radial-gradient(circle at 50% 40%,rgba(181,139,224,.22),transparent 28%),radial-gradient(circle at 12% 82%,rgba(255,210,145,.24),transparent 30%),linear-gradient(135deg,#fff9ef,#f9efe5)}.login-page.light .login-card{background:#fffaf2d1;border-color:#ab845833;box-shadow:0 26px 90px #9670442e}.form-message{display:flex;align-items:center;min-height:28px;margin:2px 0 10px;padding:8px 10px;color:var(--faint);background:#b794e814;border:1px solid rgba(183,148,232,.16);border-radius:8px;font-size:12px;line-height:1.55}.form-message.error{color:#ffb7c0;background:#ff47571c;border-color:#ff475747}.form-message.success{color:#9df2c8;background:#3cd3891c;border-color:#3cd38940}.login-card .form-message{margin-top:-2px;margin-bottom:12px}.strategy-input+.form-message,.backtest-form .form-message,.api-form .form-message,.mystic-form .form-message{margin-top:0}.app.light .form-message{color:#745f39;background:#fffaf2d1;border-color:#ab84583d}.app.light .form-message.error{color:#9d2637;background:#ffecefe6;border-color:#cd495b47}.app.light .form-message.success{color:#226d46;background:#e8f9efeb;border-color:#36975f3d}.report-busy-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;margin:14px 0;padding:14px 16px;border:1px solid rgba(183,146,245,.32);border-radius:8px;background:linear-gradient(135deg,#7c3aed29,#110d1fb3),#100c1cb8;box-shadow:0 16px 36px #00000038,inset 0 1px #ffffff14;color:var(--text)}.report-busy-orbit{position:relative;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#7c3aed29;color:#d8b4fe}.report-busy-orbit svg{animation:report-gear-spin 1.2s linear infinite}.report-busy-orbit span{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;border:1px solid rgba(216,180,254,.25);border-top-color:#d8b4fef2;animation:report-orbit-spin .9s linear infinite}.report-busy-card b{display:block;font-size:.95rem;margin-bottom:4px}.report-busy-card.report-busy-radar{border-color:#d8b35f4d;background:radial-gradient(circle at 23px 23px,rgba(216,179,95,.18),transparent 46px),linear-gradient(135deg,#7c3aed2e,#0a0814c7)}.report-busy-radar .report-busy-orbit{overflow:hidden;background:repeating-radial-gradient(circle,rgba(216,179,95,.16) 0 1px,transparent 1px 11px),#7c3aed1f}.report-busy-radar .report-busy-orbit:after{content:"";position:absolute;top:50%;right:50%;bottom:0;left:50%;width:22px;height:1px;transform-origin:0 0;background:linear-gradient(90deg,rgba(216,179,95,.95),transparent);animation:radarSweep 1.05s linear infinite}.report-busy-radar .report-busy-orbit svg{opacity:.24}@keyframes radarSweep{to{transform:rotate(360deg)}}.report-busy-card p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.55}.report-busy-bar{position:relative;display:block;height:4px;margin-top:10px;overflow:hidden;border-radius:999px;background:#ffffff1a}.report-busy-bar em{position:absolute;inset:0 auto 0 0;width:38%;border-radius:inherit;background:linear-gradient(90deg,#b792f526,#b792f5,#d8b35f);animation:report-progress-slide 1.35s ease-in-out infinite}.app.light .report-busy-card{background:linear-gradient(135deg,#b792f533,#fffcf5eb),#fffcf5e6;border-color:#8762b83d;box-shadow:0 16px 36px #825f9624,inset 0 1px #fffc}.app.light .report-busy-orbit{background:#7c3aed1f;color:#7c3aed}@keyframes report-gear-spin{to{transform:rotate(360deg)}}@keyframes report-orbit-spin{to{transform:rotate(-360deg)}}@keyframes report-progress-slide{0%{transform:translate(-105%);opacity:.55}45%{opacity:1}to{transform:translate(265%);opacity:.55}}.generated-report-preview pre{max-height:360px;overflow:auto;margin:0;padding:12px;white-space:pre-wrap;color:var(--text);background:#0c091852;border:1px solid rgba(183,148,232,.12);border-radius:8px;font:12px/1.7 JetBrains Mono,SFMono-Regular,Consolas,monospace}.app.light .generated-report-preview pre{background:#fffaf2b8;border-color:#ab84582e}.announcement-list{display:grid;gap:14px}.announcement-list.full{grid-template-columns:1fr}.announcement-reader-layout,.insight-reader-layout{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:14px;align-items:start}.insight-reader-layout.list-only{grid-template-columns:1fr}.insight-reader-layout.has-detail{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)}.announcement-item{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;width:100%;text-align:left;padding:18px;color:var(--text);border:1px solid rgba(183,146,245,.18);border-radius:18px;background:linear-gradient(135deg,#7c3aed1f,#ffffff0a);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.announcement-item.active,.announcement-item:hover,.article-list article.active{transform:translateY(-1px);border-color:#d8b35f57;background:linear-gradient(135deg,#d8b35f1f,#7c3aed14)}.announcement-item span{display:block;margin-bottom:8px;color:var(--muted);font-size:12px}.announcement-item>div{flex:1 1 auto;min-width:0;text-align:left}.announcement-item h3{margin:0 0 8px;font-size:17px;text-align:left}.announcement-item p{margin:0;color:var(--muted);line-height:1.7;text-align:left}.announcement-item em{flex:0 0 auto;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#50dca51f;color:#53d6a3;font-style:normal;font-size:12px}.generated-report-preview{display:grid;gap:12px;padding:18px;border:1px solid rgba(183,146,245,.22);border-radius:18px;background:linear-gradient(135deg,#7c3aed24,#0a0a122e)}.generated-report-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:12px}.generated-report-head em{font-style:normal;color:var(--gold)}.report-provider-notice{margin:6px 0 0;padding:7px 9px;color:#e1c1ff;background:#7c3aed1f;border-left:2px solid rgba(183,146,245,.78);border-radius:0 7px 7px 0;font-size:11px;line-height:1.55}.generated-report-preview h3{margin:0;font-size:18px}.generated-report-preview p{margin:0;color:var(--muted);line-height:1.7;white-space:pre-wrap}.generated-report-preview pre{margin:0;max-height:420px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif;line-height:1.78;color:var(--text)}.insight-article-view{display:grid;gap:14px;margin-top:14px;padding:18px;border:1px solid rgba(183,146,245,.18);border-radius:16px;background:radial-gradient(circle at 8% 0%,rgba(216,179,95,.12),transparent 32%),linear-gradient(135deg,#7c3aed1a,#0e0a1c57)}.insight-article-kicker{display:flex;align-items:center;gap:7px;color:var(--gold);font-size:12px;font-weight:900}.insight-article-view h3{margin:0;color:var(--text);font-size:22px;line-height:1.35}.insight-article-summary,.insight-article-body{display:grid;gap:8px}.insight-article-summary>b,.insight-article-body>b{color:#ff9bad;font-size:13px}.insight-article-summary p,.insight-article-locked{margin:0;color:var(--muted);line-height:1.78;white-space:pre-wrap}.insight-article-view .report-content-rendered{padding-top:4px}.insight-article-view .report-md-heading:first-child{margin-top:0}.insight-article-view.compact{gap:9px;margin-top:9px;padding:9px;border-radius:10px}.insight-article-view.compact h3{font-size:13px}.insight-article-view.compact .insight-article-kicker,.insight-article-view.compact .insight-article-summary>b,.insight-article-view.compact .insight-article-body>b{font-size:9px}.insight-article-view.compact .insight-article-summary p,.insight-article-view.compact .insight-article-locked{font-size:10px;line-height:1.62}.daily-full-inside-card{display:grid;gap:12px;margin-top:4px;padding:16px;border:1px solid rgba(183,146,245,.18);border-radius:16px;background:linear-gradient(135deg,#7c3aed1f,#0e0c1c4d);box-shadow:inset 0 0 22px #b792f50f}.daily-full-inside-card h4{margin:0;font-size:15px;letter-spacing:.04em}.report-content-rendered{display:grid;gap:14px}.report-content-rendered>pre{max-height:520px;padding:14px;border:1px solid rgba(183,146,245,.14);border-radius:12px;background:#0a081447;color:var(--text);white-space:pre-wrap;word-break:break-word;font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif;font-size:13px;line-height:1.82}.report-visual-block{display:grid;gap:12px;padding:14px;border:1px solid rgba(183,146,245,.2);border-radius:16px;background:radial-gradient(circle at 18% 18%,rgba(183,146,245,.16),transparent 34%),linear-gradient(135deg,#7c3aed24,#0a0a1252);box-shadow:0 16px 36px #22133e29}.report-visual-block header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-visual-block header span{flex:0 0 auto;padding:4px 8px;border-radius:999px;color:var(--accent-2);background:#b792f51f;border:1px solid rgba(183,146,245,.16);font-size:12px}.announcement-row{align-items:flex-start;border-radius:12px}.announcement-row-icon{display:grid!important;place-items:center;flex:0 0 38px;width:38px;height:38px;margin:0!important;color:var(--gold)!important;background:#d8b35f1a;border:1px solid rgba(216,179,95,.16);border-radius:10px}.announcement-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#07050ead;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.announcement-modal-card{position:relative;width:min(680px,100%);padding:28px;overflow:hidden;text-align:left;color:var(--text);background:radial-gradient(circle at 20% 12%,rgba(216,179,95,.18),transparent 32%),linear-gradient(135deg,#19122dfa,#0c0a18f5);border:1px solid rgba(216,179,95,.28);border-radius:16px;box-shadow:0 28px 90px #0000005c;animation:modalRise .22s ease-out,noticeGlow 2.8s ease-in-out infinite}.announcement-modal-close{position:absolute;top:14px;right:14px}.announcement-modal-icon{display:grid;place-items:center;width:54px;height:54px;margin-left:0;margin-right:auto;margin-bottom:14px;color:var(--gold);background:#d8b35f1f;border:1px solid rgba(216,179,95,.18);border-radius:14px}.announcement-modal-card>span{display:block;margin-bottom:8px;text-align:left;color:var(--faint);font-size:12px}.announcement-modal-card h3{margin:0 0 14px;font-size:clamp(22px,3vw,32px);line-height:1.25;text-align:left}.announcement-modal-card p{margin:0;text-align:left;color:var(--muted);line-height:1.9;white-space:pre-wrap}@keyframes modalRise{0%{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes noticeGlow{0%,to{box-shadow:0 28px 90px #0000005c,0 0 #d8b35f00}50%{box-shadow:0 28px 90px #0000005c,0 0 26px #d8b35f29}}.announcement-detail-panel,.insight-detail-panel{position:relative;min-height:260px;padding:22px;border:1px solid rgba(183,146,245,.18);border-radius:18px;background:linear-gradient(135deg,#7c3aed1a,#d8b35f0f),#0e0a1c75}.insight-detail-close{position:absolute;top:12px;right:12px}.announcement-detail-head,.insight-detail-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.announcement-detail-head svg,.insight-detail-head svg{color:var(--gold)}.announcement-detail-head span,.insight-detail-head span{display:block;margin-bottom:6px;color:var(--faint);font-size:12px}.announcement-detail-head h3,.insight-detail-head h3{margin:0;font-size:22px;line-height:1.3}.announcement-detail-panel p,.insight-detail-panel p{margin:0;color:var(--muted);line-height:1.85;white-space:pre-wrap}.insight-detail-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:18px 0;padding:12px;border:1px solid rgba(183,146,245,.14);border-radius:12px;background:#ffffff09}.insight-detail-actions span{color:var(--muted);font-size:13px}.billing-dashboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.billing-dashboard span,.strategy-trace-strip span{min-width:0;padding:12px;border:1px solid rgba(183,146,245,.14);border-radius:12px;background:#ffffff09}.billing-dashboard small{display:block;margin-bottom:6px;color:var(--faint);font-size:12px}.billing-dashboard b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-quick-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.user-quick-guide span{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;color:var(--muted);background:#ffffff09;border:1px solid rgba(183,146,245,.12);border-radius:10px;font-size:12px;line-height:1.55}.user-quick-guide svg{flex:0 0 auto;margin-top:2px;color:var(--gold)}.history-manage-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}.history-manage-row button{padding:7px 10px;color:var(--muted);background:#ffffff09;border:1px solid rgba(183,146,245,.14);border-radius:8px;cursor:pointer}.strategy-trace-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.strategy-trace-strip span{padding:7px 9px;color:var(--faint);font-size:12px}.backtest-help-strip,.model-route-table{display:grid;gap:8px;padding:12px;border:1px solid rgba(183,146,245,.14);border-radius:12px;background:#ffffff09}.backtest-help-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.backtest-help-strip span{color:var(--muted);font-size:12px;line-height:1.5}.settings-suggestion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.settings-suggestion-grid span{display:grid;gap:6px;padding:12px;background:#ffffff09;border:1px solid rgba(183,146,245,.14);border-radius:10px}.settings-suggestion-grid b{color:var(--text);font-size:13px}.settings-suggestion-grid em{color:var(--muted);font-style:normal;font-size:12px;line-height:1.55}.model-route-table div{display:grid;grid-template-columns:.8fr .8fr 1.4fr;gap:10px;padding:8px 0;border-bottom:1px solid rgba(183,146,245,.1)}.model-route-table div:last-child{border-bottom:0}.model-route-table span{color:var(--muted);font-size:12px;line-height:1.5}.agent-side-note{margin:8px 0 0;color:var(--faint);font-size:12px;line-height:1.55}@media(max-width:1100px){.usage-guide-strip,.billing-dashboard,.backtest-help-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.announcement-reader-layout,.insight-reader-layout{grid-template-columns:1fr}}.report-visual-block header b{min-width:0;color:var(--text);text-align:right;font-size:14px}.report-chart-bars{display:grid;gap:10px}.report-chart-row{display:grid;grid-template-columns:minmax(82px,.9fr) minmax(120px,2fr) minmax(52px,auto);align-items:center;gap:10px;color:var(--muted);font-size:12px}.report-chart-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-chart-row>div{position:relative;height:9px;overflow:hidden;border-radius:999px;background:#b792f51a}.report-chart-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#c084fc,#f0abfc);box-shadow:0 0 16px #c084fc6b}.report-chart-row em{color:var(--accent-2);font-style:normal;text-align:right;font-family:Cascadia Mono,Consolas,monospace}.report-mermaid-lines{display:grid;gap:8px;padding:12px;border-radius:12px;background:#0a08143d;border:1px solid rgba(183,146,245,.12)}.report-mermaid-lines p{margin:0;color:var(--muted);font:12px/1.55 Cascadia Mono,Consolas,monospace}.report-visual-block details{color:var(--faint);font-size:12px}.report-visual-block summary{cursor:pointer;width:fit-content}.report-visual-block details pre{margin-top:10px;max-height:220px}.app.light .daily-full-inside-card,.app.light .report-visual-block{background:radial-gradient(circle at 18% 18%,rgba(166,124,82,.12),transparent 34%),linear-gradient(135deg,#fffcf6e6,#f6e9d68a);border-color:#ab845833;box-shadow:0 16px 34px #9a70471a}.app.light .report-content-rendered>pre,.app.light .report-mermaid-lines{background:#fffaf2c2;border-color:#ab84582e}.app.light .report-chart-row>div{background:#ab84581f}.app.light .report-chart-row i{background:linear-gradient(90deg,#b9854d,#d6a45f,#f0c987);box-shadow:0 0 16px #d6a45f52}.daily-news-report-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.daily-news-branch-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 14px}.daily-news-branch-tabs button{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:var(--muted);background:linear-gradient(135deg,#b792f514,#ffffff06),#140f23b8;border:1px solid rgba(183,146,245,.14);border-radius:14px;box-shadow:inset 0 1px #ffffff0a;cursor:pointer}.daily-news-branch-tabs button:hover{transform:translateY(-1px);border-color:#b792f547}.daily-news-branch-tabs button.active{color:var(--text);background:radial-gradient(circle at 18% 0%,rgba(183,146,245,.2),transparent 44%),linear-gradient(135deg,#7c3aed3d,#d8b35f14),#16102ae6;border-color:#b792f56b;box-shadow:0 16px 42px #4b2e822e}.daily-news-branch-tabs span{font-size:15px;font-weight:900}.daily-news-branch-tabs em{flex:0 0 auto;padding:5px 8px;color:var(--accent-2);background:#b792f51a;border-radius:999px;font-size:12px;font-style:normal;font-weight:800}.daily-news-brief-card,.daily-news-full-card{width:100%;min-height:unset;padding:18px;border-radius:18px}.daily-news-brief-card{background:radial-gradient(circle at 8% 0%,rgba(183,146,245,.13),transparent 34%),linear-gradient(135deg,#7c3aed17,#0a0a122e),var(--panel-2)}.daily-news-full-card{background:radial-gradient(circle at 90% 0%,rgba(216,179,95,.16),transparent 38%),linear-gradient(135deg,#d8b35f12,#7c3aed14),var(--panel-2)}.report-card-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.report-card-headline>div{display:grid;gap:8px;min-width:0}.report-card-headline h3{font-size:clamp(18px,2vw,24px);line-height:1.25;letter-spacing:-.02em}.report-card-headline em{flex:0 0 auto;margin-left:auto}.report-loading-copy,.daily-full-locked-body p{max-width:860px;color:var(--muted);font-size:14px;line-height:1.8}.daily-full-locked-body{display:grid;gap:14px}.daily-report-meta-strip{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.daily-report-meta-strip small{margin:0;padding:6px 9px;border:1px solid rgba(183,146,245,.12);border-radius:999px;background:#b792f514}.daily-full-inside-card{padding:18px;gap:18px;border-radius:18px;overflow:hidden}.full-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:6px;border-bottom:1px solid rgba(183,146,245,.12)}.full-report-toolbar h4{margin:0;font-size:18px}.full-report-toolbar span{color:var(--faint);font-size:12px}.full-report-mode-switch{display:inline-flex;gap:6px;padding:4px;border:1px solid rgba(183,146,245,.14);border-radius:999px;background:#ffffff0a}.full-report-mode-switch button{height:30px;padding:0 12px;border:0;border-radius:999px;color:var(--muted);background:transparent;font-size:12px;font-weight:800;cursor:pointer}.full-report-mode-switch button.active{color:#fff7d1;background:linear-gradient(135deg,#7c3aedd1,#ef44446b);box-shadow:0 0 18px #b792f529}.report-content-rendered{gap:18px;font-size:14px}.report-content-rendered.compact{gap:12px}.report-md-block{display:grid;gap:12px;min-width:0}.report-md-heading{margin:4px 0 0;color:var(--text);font-weight:850;letter-spacing:-.015em;line-height:1.35}h1.report-md-heading{font-size:25px}h2.report-md-heading{font-size:21px}h3.report-md-heading{font-size:17px;color:var(--accent-2)}h4.report-md-heading{font-size:15px;color:var(--muted)}.report-content-rendered.compact h1.report-md-heading,.report-content-rendered.compact h2.report-md-heading,.report-content-rendered.compact h3.report-md-heading{font-size:15px}.report-md-paragraph{margin:0;color:#f4efffd6;line-height:1.92;word-break:break-word}.report-content-rendered.compact .report-md-paragraph{line-height:1.78}.report-md-paragraph strong,.report-md-list strong,.report-md-note strong{color:#f7e6a4;font-weight:850}.report-md-paragraph code,.report-md-list code,.report-md-note code{padding:1px 5px;border-radius:6px;color:var(--accent-2);background:#b792f51f;font-family:Cascadia Mono,Consolas,monospace;font-size:.92em}.report-md-list{display:grid;gap:8px;margin:0;padding-left:22px;color:#f4efffd6;line-height:1.75}.report-md-list li::marker{color:var(--accent-2)}.report-md-note{display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(251,191,36,.2);border-radius:12px;background:linear-gradient(135deg,#fbbf2414,#7c3aed0f);color:#faf1d6eb}.report-md-note p{margin:0;line-height:1.75}.report-md-block hr{width:100%;height:1px;border:0;background:linear-gradient(90deg,transparent,rgba(183,146,245,.26),transparent)}.report-table-wrap{width:100%;overflow:auto;border:1px solid rgba(183,146,245,.14);border-radius:14px;background:#08061233}.report-table-wrap table{width:100%;min-width:680px;border-collapse:collapse;font-size:13px}.report-table-wrap th,.report-table-wrap td{padding:10px 12px;border-bottom:1px solid rgba(183,146,245,.1);text-align:left;vertical-align:top;line-height:1.65}.report-table-wrap th{position:sticky;top:0;color:var(--accent-2);background:#29184aeb;font-weight:800}.report-table-wrap tr:last-child td{border-bottom:0}.report-visual-block{gap:16px;padding:16px;overflow:hidden}.report-visual-block header b{text-align:left;font-size:15px}.report-visual-block details{margin-top:2px}.report-visual-block details pre,.report-code-block{padding:12px;border:1px solid rgba(183,146,245,.12);border-radius:12px;background:#07050f57;color:var(--muted);white-space:pre-wrap;word-break:break-word;font:12px/1.65 Cascadia Mono,Consolas,monospace}.report-line-chart,.report-kline-chart,.report-pie-chart,.report-radar-chart,.report-gauge-chart{display:grid;gap:14px}.report-line-chart svg,.report-kline-chart svg{width:100%;height:220px;padding:8px;border-radius:14px;background:linear-gradient(180deg,#b792f514,#0a08142e)}.report-line-chart line,.report-kline-chart>svg>line{stroke:#b792f529;stroke-width:.5}.report-line-chart polyline{fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 4px rgba(192,132,252,.45))}.report-kline-chart g line{stroke:currentColor;stroke-width:1.4;vector-effect:non-scaling-stroke}.report-kline-chart rect{fill:currentColor;opacity:.88}.report-kline-chart g.up{color:#fb7185;filter:drop-shadow(0 0 7px rgba(251,113,133,.28))}.report-kline-chart g.down{color:#34d399;filter:drop-shadow(0 0 7px rgba(52,211,153,.24))}.report-kline-empty{display:grid;place-items:center;min-height:156px;padding:18px;color:var(--faint);text-align:center;line-height:1.7;border:1px dashed rgba(183,146,245,.18);border-radius:8px;background:#ffffff06}.report-chart-legend{display:flex;flex-wrap:wrap;gap:8px}.report-chart-legend span{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid rgba(183,146,245,.14);border-radius:999px;background:#b792f514;color:var(--muted);font-size:12px}.report-chart-legend i{width:8px;height:8px;border-radius:999px}.report-chart-legend span em{color:var(--accent-2);font-style:normal;font-variant-numeric:tabular-nums}.report-line-axis{display:flex;justify-content:space-between;margin-top:-10px;color:var(--faint);font-size:10px;font-variant-numeric:tabular-nums}.report-chart-legend.vertical{display:grid;align-content:center}.report-chart-legend.vertical span{justify-content:space-between;border-radius:10px}.report-chart-legend.vertical em{color:var(--accent-2);font-style:normal}.report-chart-legend.compact span{padding:4px 7px}.report-chart-bars.premium{gap:12px}.report-chart-bars.premium .report-chart-row{grid-template-columns:minmax(110px,1fr) minmax(160px,3fr) minmax(72px,auto)}.report-chart-bars.premium .report-chart-row>div{height:12px;background:#b792f51c}.report-pie-chart{grid-template-columns:minmax(180px,240px) minmax(0,1fr);align-items:center}.report-pie-donut{position:relative;width:190px;aspect-ratio:1;display:grid;place-items:center;justify-self:center;border-radius:50%;box-shadow:inset 0 0 24px #0003,0 18px 38px #170a2d33}.report-pie-donut:after{content:"";position:absolute;top:32px;right:32px;bottom:32px;left:32px;border-radius:50%;background:var(--panel-2)}.report-pie-donut b,.report-pie-donut span{position:relative;z-index:1}.report-pie-donut b{font-size:28px;color:var(--text)}.report-pie-donut span{margin-top:34px;color:var(--faint);font-size:12px}.report-radar-chart{grid-template-columns:minmax(220px,320px) minmax(0,1fr);align-items:center}.report-radar-chart svg{width:min(320px,100%);aspect-ratio:1;justify-self:center}.report-radar-chart circle,.report-radar-chart line{fill:none;stroke:#b792f52e;stroke-width:.8}.report-radar-chart polygon{fill:#c084fc47;stroke:#c084fc;stroke-width:2;filter:drop-shadow(0 0 8px rgba(192,132,252,.32))}.report-heatmap{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.report-heatmap div{min-height:78px;display:grid;align-content:space-between;padding:12px;border:1px solid rgba(183,146,245,.12);border-radius:14px;background:linear-gradient(135deg,rgba(192,132,252,calc(var(--heat) * .36)),rgba(96,165,250,calc(var(--heat) * .18))),#0a081438}.report-heatmap b{color:var(--text);font-size:13px}.report-heatmap span{color:var(--accent-2);font-family:Cascadia Mono,Consolas,monospace}.report-gauge-chart{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:center}.report-gauge-meter{position:relative;width:min(280px,100%);aspect-ratio:2 / 1;overflow:hidden;display:grid;place-items:end center;padding-bottom:18px;justify-self:center}.report-gauge-meter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px 999px 0 0;background:conic-gradient(from 270deg at 50% 100%,#22c55e 0deg,#fbbf24 90deg,#ef4444 var(--value),rgba(183,146,245,.12) var(--value) 180deg,transparent 180deg)}.report-gauge-meter:after{content:"";position:absolute;left:13%;right:13%;bottom:0;height:74%;border-radius:999px 999px 0 0;background:var(--panel-2)}.report-gauge-meter b,.report-gauge-meter span{position:relative;z-index:1}.report-gauge-meter b{color:var(--text);font-size:32px}.report-gauge-meter span{color:var(--faint);font-size:12px}.report-gauge-chart p{color:var(--muted);line-height:1.7}.report-quadrant-chart{position:relative;min-height:330px;overflow:hidden;border:1px solid rgba(183,146,245,.14);border-radius:16px;background:linear-gradient(90deg,transparent 49.7%,rgba(183,146,245,.28) 49.8%,rgba(183,146,245,.28) 50.2%,transparent 50.3%),linear-gradient(0deg,transparent 49.7%,rgba(183,146,245,.28) 49.8%,rgba(183,146,245,.28) 50.2%,transparent 50.3%),radial-gradient(circle at 80% 20%,rgba(52,211,153,.13),transparent 28%),radial-gradient(circle at 20% 80%,rgba(248,113,113,.11),transparent 28%),#0a081438}.report-quadrant-chart .axis{position:absolute;color:var(--faint);font-size:12px}.report-quadrant-chart .axis.x{right:16px;bottom:10px}.report-quadrant-chart .axis.y{left:10px;top:12px;writing-mode:vertical-rl}.report-quadrant-chart .q{position:absolute;color:#f4efff85;font-size:12px;font-weight:700}.report-quadrant-chart .q1{right:18px;top:16px}.report-quadrant-chart .q2{left:38px;top:16px}.report-quadrant-chart .q3{right:18px;bottom:34px}.report-quadrant-chart .q4{left:38px;bottom:34px}.report-quadrant-chart>i{position:absolute;width:12px;height:12px;border-radius:50%;background:#c084fc;box-shadow:0 0 18px #c084fc99}.report-quadrant-chart>i em{position:absolute;left:13px;top:-7px;min-width:68px;color:var(--text);font-style:normal;font-size:12px;white-space:nowrap}.report-flow-chart{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:4px}.report-flow-node-wrap{display:inline-flex;align-items:center;gap:10px}.report-flow-node-wrap>i{color:var(--accent-2);font-style:normal;font-weight:900}.report-flow-node{min-width:150px;max-width:240px;display:grid;gap:6px;padding:12px 14px;border:1px solid rgba(183,146,245,.18);border-radius:14px;background:linear-gradient(135deg,#7c3aed2e,#0a081429)}.report-flow-node span{width:fit-content;padding:2px 7px;color:var(--accent-2);border-radius:999px;background:#b792f51c;font-size:11px}.report-flow-node b{color:var(--text);font-size:13px;line-height:1.45}.report-reader{display:grid;gap:16px}.page-translation-badge{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border:1px solid rgba(183,146,245,.18);border-radius:999px;color:var(--faint);background:#b792f512;font-size:11px;line-height:1.2}.page-translation-badge:before{content:"";width:5px;height:5px;border-radius:999px;background:var(--accent-2);box-shadow:0 0 10px #b792f56b}.report-reader-intro{padding:12px 14px;border:1px solid rgba(183,146,245,.12);border-radius:16px;background:#b792f50b}.report-mindmap{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:center;padding:14px;border:1px solid rgba(183,146,245,.14);border-radius:16px;background:radial-gradient(circle at 0 0,rgba(216,179,95,.12),transparent 34%),#b792f50b}.report-mindmap-root{min-height:76px;display:grid;place-items:center;border-radius:14px;color:#1b1028;background:linear-gradient(135deg,#d8b35f,#c084fc);font-weight:900}.report-mindmap-branches{display:flex;flex-wrap:wrap;gap:8px}.report-mindmap-branches a{display:inline-flex;align-items:center;gap:7px;max-width:260px;padding:8px 10px;border:1px solid rgba(183,146,245,.12);border-radius:999px;color:var(--muted);background:#ffffff0a;font-size:12px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-mindmap-branches a.key{color:#fff7d1;border-color:#f871715c;background:linear-gradient(135deg,#ef444429,#c084fc21);box-shadow:0 0 18px #ef444414}.report-mindmap-branches a.optional{opacity:.52}.report-mindmap-branches i{color:var(--accent-2);font-style:normal;font-weight:900}.report-mindmap-branches a.key i{color:#fb7185}.whole-report-toggle{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(183,146,245,.18);border-radius:999px;color:var(--text);background:linear-gradient(135deg,#7c3aed1f,#d8b35f14);cursor:pointer}.whole-report-toggle span{font-size:13px;font-weight:800}.report-key-highlights{display:grid;gap:8px;padding:13px 14px;border:1px solid rgba(216,179,95,.24);border-radius:16px;background:radial-gradient(circle at 0 0,rgba(216,179,95,.18),transparent 34%),linear-gradient(135deg,#d8b35f1a,#b792f50e)}.report-key-highlights b{color:#f7e6a4;font-size:13px;letter-spacing:.08em}.report-key-highlights span{display:block;color:var(--text);line-height:1.68;font-size:13px}.report-key-highlights span:first-of-type{color:#fecaca;font-weight:850}.free-brief-body{display:grid;gap:14px}.report-section-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.report-section-nav button,.report-section-toggle{border:1px solid rgba(183,146,245,.16);color:var(--text);background:linear-gradient(135deg,#7c3aed1f,#ffffff09);cursor:pointer}.report-section-nav button{min-height:76px;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;text-align:left}.report-section-nav span,.report-section-toggle span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:10px;color:#1b1028;background:linear-gradient(135deg,#d8b35f,#c084fc);font-size:12px;font-weight:900}.report-section-nav b,.report-section-toggle b{min-width:0;overflow-wrap:anywhere;font-size:13px;line-height:1.45}.report-section-stack{display:grid;gap:12px}.report-section-list{display:grid;gap:14px}.report-section-block{scroll-margin-top:96px;overflow:hidden;border:1px solid rgba(183,146,245,.14);border-radius:16px;background:#0a081433}.report-section-block.key{border-color:#f871713d;background:radial-gradient(circle at 0 0,rgba(239,68,68,.08),transparent 34%),#0a08143d}.report-section-block.key .report-section-toggle h2,.report-section-block.key .report-section-toggle h3,.report-section-block.key .report-section-toggle h4{color:#fecaca;text-shadow:0 0 18px rgba(248,113,113,.18)}.report-section-block.key .report-section-toggle h2:before,.report-section-block.key .report-section-toggle h3:before,.report-section-block.key .report-section-toggle h4:before{content:"重点";display:inline-flex;margin-right:8px;padding:2px 6px;border-radius:999px;background:#f8717129;color:#fca5a5;font-size:11px;font-weight:900;vertical-align:1px}.report-section-block.optional{opacity:.76}.report-section-block>.report-content-rendered{padding:4px 16px 18px}.report-section-card{scroll-margin-top:96px;border:1px solid rgba(183,146,245,.14);border-radius:18px;background:#0a081433;overflow:hidden}.report-section-toggle{width:100%;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;text-align:left}.report-section-toggle h2,.report-section-toggle h3,.report-section-toggle h4{margin:0;min-width:0;color:var(--text);font-size:15px;line-height:1.45}.report-section-block.optional .report-section-toggle h2,.report-section-block.optional .report-section-toggle h3,.report-section-block.optional .report-section-toggle h4{color:var(--muted)}.report-section-toggle svg{flex:0 0 auto;color:var(--accent-2);transition:transform .2s ease}.report-section-block.open .report-section-toggle svg{transform:rotate(180deg)}.report-section-toggle em{color:var(--accent-2);font-style:normal;font-size:12px}.report-section-card>.report-content-rendered{padding:4px 16px 16px}.report-md-highlight{padding:10px 12px;border-left:3px solid #fb7185;border-radius:12px;background:linear-gradient(90deg,#ef44442e,#b792f50f);color:#fff1f2}.report-md-list li.report-md-highlight-item{margin:6px 0;padding:8px 10px;border-left:3px solid #fb7185;border-radius:10px;background:linear-gradient(90deg,#ef444429,#b792f50d)}.report-table-highlight td{background:#d8b35f1c;color:var(--text);font-weight:650}.selection-news-reader,.selection-report-body{display:grid;gap:16px}.selection-pick-grid,.selection-pick-list{display:grid;gap:12px}.selection-pick-list{grid-template-columns:1fr}.selection-pick-card{display:grid;grid-template-columns:minmax(160px,.5fr) minmax(180px,.45fr) minmax(120px,auto);gap:12px;align-items:center;padding:14px;border:1px solid rgba(183,146,245,.15);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(216,179,95,.16),transparent 38%),linear-gradient(135deg,#7c3aed1f,#ffffff09);cursor:pointer}.selection-pick-card.inline{margin:2px 0 4px}.selection-pick-card.open{grid-template-columns:minmax(160px,.5fr) minmax(180px,.45fr) minmax(120px,auto)}.selection-pick-card:hover{transform:translateY(-3px)}.selection-pick-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.selection-pick-card b{color:var(--text)}.selection-pick-card span,.selection-pick-card em{color:var(--faint);font-style:normal;font-size:12px}.selection-pick-card em{color:var(--accent-2)}.mini-pick-chart{width:100%;height:58px;border-radius:12px;background:#ffffff09}.mini-pick-chart polyline{fill:none;stroke:#d8b35f;stroke-width:2.4;vector-effect:non-scaling-stroke}.selection-pick-analysis{grid-column:1 / -1;padding-top:10px;border-top:1px solid rgba(183,146,245,.12)}.symbol-autocomplete{position:relative;min-width:min(420px,100%);flex:1}.symbol-autocomplete>input{width:100%}.symbol-suggestions{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 8px);display:grid;gap:6px;padding:8px;border:1px solid rgba(183,146,245,.2);border-radius:16px;background:#110d1ef5;box-shadow:0 18px 44px #0000003d}.symbol-suggestions>span{padding:8px 10px;color:var(--faint);font-size:12px}.symbol-suggestions button{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 11px;border:0;border-radius:12px;color:var(--text);background:#ffffff0b;cursor:pointer;text-align:left}.symbol-suggestions button:hover{background:#b792f521}.symbol-suggestions b,.symbol-suggestions em,.symbol-suggestions small{white-space:nowrap}.symbol-suggestions em{color:var(--faint);font-style:normal}.history-browser.modern{grid-template-columns:minmax(280px,.9fr) minmax(0,1.6fr)}.history-detail.report-mode{max-height:min(72vh,760px);overflow:auto}.history-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--faint);font-size:12px}.scroll-top-button{position:fixed;right:28px;bottom:28px;z-index:60;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(183,146,245,.22);border-radius:999px;color:var(--text);background:linear-gradient(135deg,#7c3aede0,#d8b35fd1);box-shadow:0 16px 34px #00000047;cursor:pointer}.report-table-wrap th,.report-table-wrap td,.report-chart-legend span,.report-heatmap b,.report-quadrant-chart .q,.report-quadrant-chart>i em{word-break:keep-all;overflow-wrap:normal}.app.light .report-reader-intro,.app.light .report-mindmap,.app.light .report-section-card,.app.light .selection-pick-card,.app.light .symbol-suggestions{background:#ffffffdb;border-color:#ab845833}.app.light .report-section-nav button,.app.light .report-section-toggle{background:linear-gradient(135deg,#f5e6ccc7,#ffffffd6);border-color:#ab845833}.app.light .daily-news-brief-card,.app.light .daily-news-full-card,.app.light .daily-full-inside-card{background:radial-gradient(circle at 10% 0%,rgba(184,134,46,.1),transparent 34%),linear-gradient(135deg,#fffcf6eb,#f6e9d69e)}.app.light .report-md-paragraph,.app.light .report-md-list,.app.light .report-gauge-chart p{color:#413224d1}.app.light .report-md-paragraph strong,.app.light .report-md-list strong,.app.light .report-md-note strong{color:#8b5d12}.app.light .report-table-wrap,.app.light .report-line-chart svg,.app.light .report-quadrant-chart,.app.light .report-code-block,.app.light .report-visual-block details pre{background:#fffaf2bd;border-color:#ab84582e}.app.light .report-table-wrap th{background:#f5e6ccf5;color:#8b5d12}.app.light .report-flow-node,.app.light .report-heatmap div{background:linear-gradient(135deg,#d6a45f29,#fffcf69e);border-color:#ab84582e}.app.light .technical-report-empty{background:radial-gradient(circle at 16% 22%,rgba(214,164,95,.18),transparent 30%),radial-gradient(circle at 86% 16%,rgba(124,58,237,.1),transparent 34%),linear-gradient(135deg,#fffcf6f0,#f6eee2db);border-color:#ab845833;box-shadow:0 18px 52px #926f481f}.app.light .technical-empty-visual{background:linear-gradient(145deg,#ffffffd6,#f5e6cc73);border-color:#ab845829}.app.light .technical-empty-copy h3{color:#382815}.app.light .technical-empty-copy p{color:#413224bd}@media(max-width:860px){.report-card-headline,.full-report-toolbar,.report-pie-chart,.report-radar-chart,.report-gauge-chart{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.report-pie-chart,.report-radar-chart,.report-gauge-chart{display:grid}.report-chart-bars.premium .report-chart-row{grid-template-columns:minmax(82px,1fr) minmax(110px,2fr) minmax(52px,auto)}}.daily-news-report-layout.professional{gap:20px}.news-capability-strip{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:14px;align-items:center;padding:14px 16px;border:1px solid rgba(183,146,245,.18);border-radius:18px;background:radial-gradient(circle at 0% 0%,rgba(183,146,245,.18),transparent 36%),linear-gradient(135deg,#0e0a1ac7,#2c1c4e61)}.news-capability-strip>div:first-child{display:grid;gap:5px}.news-capability-strip span{color:var(--faint);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.news-capability-strip b{color:var(--text);font-size:16px}.news-capability-strip.excellent b,.news-capability-strip.ready b{color:#d8b35f}.news-capability-chips{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.news-capability-chips small{display:grid;gap:4px;padding:9px 10px;border:1px solid rgba(183,146,245,.12);border-radius:12px;background:#ffffff09}.news-capability-chips em{color:var(--faint);font-style:normal;font-size:11px}.news-capability-chips strong{color:var(--accent-2);font-size:13px}.structured-news-charts-panel{display:grid;gap:14px;padding:16px;border:1px solid rgba(183,146,245,.16);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(124,58,237,.18),transparent 32%),#0d0a195c}.structured-news-title{display:flex;align-items:end;justify-content:space-between;gap:14px}.structured-news-title span{color:var(--accent-2);font-size:12px;letter-spacing:.08em}.structured-news-title b{color:var(--text);font-size:15px}.structured-news-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.structured-news-chart{display:grid;gap:12px;min-height:260px;padding:14px;border:1px solid rgba(183,146,245,.13);border-radius:16px;background:linear-gradient(180deg,#ffffff0b,#ffffff03);overflow:hidden}.structured-news-chart header{display:flex;gap:10px;align-items:flex-start;justify-content:flex-start}.structured-news-chart header>span{flex:0 0 auto;padding:5px 7px;border-radius:999px;color:#1a1028;background:linear-gradient(135deg,#d8b35f,#c084fc);font-size:10px;font-weight:900}.structured-news-chart header div{display:grid;gap:3px;min-width:0}.structured-news-chart header b{font-size:14px;line-height:1.35}.structured-news-chart header em{color:var(--faint);font-style:normal;font-size:11px}.structured-news-chart>p{margin:0;color:var(--muted);line-height:1.72;font-size:12px}.structured-news-chart .report-line-chart svg{height:160px}.structured-news-chart .report-chart-legend{font-size:11px}.structured-news-chart .report-pie-donut{width:140px;height:140px}.structured-news-chart .report-radar-chart svg{max-height:170px}.structured-news-chart .report-gauge-meter{transform:scale(.9);transform-origin:center}.report-flow-chart.structured{min-height:150px}.news-materials-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.news-materials-preview>div{display:grid;gap:8px;padding:14px;border:1px solid rgba(183,146,245,.13);border-radius:16px;background:#ffffff07}.news-materials-preview b{color:var(--accent-2);font-size:13px}.news-materials-preview span{display:grid;gap:3px;padding:9px 10px;border-radius:12px;background:#b792f512}.news-materials-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:12px}.news-materials-preview em{color:var(--faint);font-style:normal;font-size:11px}.app.light .news-capability-strip,.app.light .structured-news-charts-panel,.app.light .news-materials-preview>div,.app.light .structured-news-chart{background:#ffffffb8;border-color:#7c3aed24}.app.light .structured-news-chart>p,.app.light .news-materials-preview em{color:#6f647e}@media(max-width:980px){.news-capability-strip,.news-materials-preview,.structured-news-chart-grid{grid-template-columns:1fr}.news-capability-chips{grid-template-columns:repeat(2,minmax(0,1fr))}}.agent-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;min-height:calc(100vh - 128px)}.agent-side,.agent-main,.agent-estimate,.agent-message,.agent-chat-window,.agent-input-row{border:1px solid rgba(183,146,245,.16);background:linear-gradient(180deg,#161027c2,#0c0a1894);box-shadow:0 18px 48px #0a05182e}.agent-side{border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:14px;align-self:start;position:sticky;top:92px}.agent-new{width:100%;justify-content:center}.agent-side-block{display:grid;gap:8px}.agent-side-block>span{color:var(--faint);font-size:12px}.agent-side-block button{border:1px solid transparent;border-radius:12px;padding:10px 11px;color:var(--muted);background:#ffffff09;text-align:left;cursor:pointer}.agent-side-block button.active,.agent-side-block button:hover{border-color:#b792f547;color:var(--text);background:#b792f51f}.agent-side-block button b,.agent-side-block button em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-side-block button b{font-size:13px}.agent-side-block button em{margin-top:4px;color:var(--faint);font-style:normal;font-size:11px}.agent-side-block p{margin:0;color:var(--faint);font-size:12px}.agent-history-item{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:6px;align-items:stretch}.agent-history-item>button:first-child{min-width:0}.agent-history-item.active>button:first-child{border-color:#b792f547;color:var(--text);background:#b792f51f}.agent-history-delete{display:grid;place-items:center;padding:0!important;text-align:center!important}.agent-history-delete:hover{color:#ff9ca8!important;border-color:#ff708059!important}.agent-main{border-radius:22px;padding:18px;display:grid;gap:16px;min-width:0}.agent-hero{text-align:center;display:grid;justify-items:center;gap:10px;padding:16px 10px 4px}.agent-hero h1{margin:0;font-size:34px}.agent-hero p{max-width:720px;margin:0;color:var(--muted);line-height:1.7}.agent-logo-orbit{width:86px;height:86px;border-radius:24px;display:grid;place-items:center;border:1px solid rgba(183,146,245,.36);background:#b792f514;box-shadow:0 0 #b792f561,0 0 34px #7c3aed47;animation:agentLogoPulse 2.8s ease-in-out infinite}.agent-logo-orbit img{width:60px;height:60px;object-fit:contain}@keyframes agentLogoPulse{0%,to{box-shadow:0 0 #b792f52e,0 0 24px #7c3aed38}50%{box-shadow:0 0 0 10px #b792f508,0 0 46px #b792f56b}}.agent-skill-strip,.agent-prompt-cards,.agent-confirm-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.agent-skill-strip span,.agent-prompt-cards button{border:1px solid rgba(183,146,245,.16);border-radius:999px;padding:8px 11px;color:var(--muted);background:#ffffff0a;font-size:12px}.agent-skill-strip b{color:var(--accent-2)}.agent-prompt-cards button{cursor:pointer}.agent-prompt-cards button:hover{color:var(--text);background:#b792f521}.agent-chat-window{min-height:280px;max-height:620px;overflow:auto;border-radius:18px;padding:14px;display:grid;gap:12px;align-content:start}.agent-empty{min-height:240px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted)}.agent-empty b{color:var(--text);font-size:18px}.agent-message{border-radius:16px;padding:13px}.agent-message.user{margin-left:auto;max-width:78%;background:#b792f51f}.agent-message.assistant{background:#ffffff0a}.agent-message header{display:flex;gap:8px;align-items:center;margin-bottom:8px}.agent-message header span{color:var(--text);font-weight:800}.agent-message header em{color:var(--accent-2);font-style:normal;font-size:11px}.agent-message p{margin:0;color:var(--muted);line-height:1.75}.agent-estimate{border-radius:18px;padding:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.agent-estimate div:not(.agent-confirm-actions){display:grid;gap:5px}.agent-estimate span{color:var(--faint);font-size:12px}.agent-estimate b{color:var(--text)}.agent-estimate p{grid-column:1 / -1;margin:0;color:var(--muted)}.agent-confirm-actions{grid-column:1 / -1;justify-content:flex-end}.agent-confirm-actions button:not(.primary-action){border:1px solid rgba(183,146,245,.18);border-radius:999px;padding:9px 14px;color:var(--muted);background:transparent}.agent-input-row{border-radius:18px;padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;position:relative}.agent-input-row textarea{min-height:82px;resize:vertical;border:1px solid rgba(183,146,245,.16);border-radius:14px;padding:12px 13px;color:var(--text);background:#ffffff0b;outline:none}.agent-input-row textarea:focus{border-color:#b792f570;box-shadow:0 0 0 3px #b792f514}.agent-input-tools{display:flex;gap:8px;align-items:center;padding-bottom:2px}.agent-tool-button,.agent-send-button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(183,146,245,.24);display:grid;place-items:center;color:var(--text);background:#b792f51a;cursor:pointer}.agent-send-button{color:#fff;border-color:#a855f78c;background:linear-gradient(135deg,#7c3aed,#c084fc);box-shadow:0 12px 26px #7c3aed40}.agent-tool-button:hover,.agent-send-button:hover{transform:translateY(-1px)}.agent-tool-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.agent-send-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.agent-model-popover{position:absolute;right:12px;bottom:64px;width:270px;padding:12px;border-radius:16px;border:1px solid rgba(183,146,245,.22);background:#120d20f5;box-shadow:0 22px 54px #00000047;display:grid;gap:8px;z-index:8}.agent-model-popover>span{color:var(--faint);font-size:12px}.agent-model-popover button{border:1px solid rgba(183,146,245,.16);border-radius:12px;padding:9px 10px;color:var(--muted);background:#ffffff0b;text-align:left;cursor:pointer}.agent-model-popover button.active,.agent-model-popover button:hover{color:var(--text);border-color:#b792f557;background:#b792f521}.agent-model-popover button:disabled{opacity:.46;cursor:not-allowed}.agent-model-popover b,.agent-model-popover em{display:block}.agent-model-popover em{margin-top:3px;color:var(--faint);font-size:11px;font-style:normal}.agent-reasoning-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.agent-reasoning-row button{text-align:center;padding:8px 6px}.app.light .agent-side,.app.light .agent-main,.app.light .agent-estimate,.app.light .agent-message,.app.light .agent-chat-window,.app.light .agent-input-row{background:#ffffffb8;border-color:#7c3aed21;box-shadow:0 18px 42px #5d3f9214}.app.light .agent-input-row textarea,.app.light .agent-side-block button,.app.light .agent-skill-strip span,.app.light .agent-prompt-cards button{background:#7c3aed0e}.app.light .agent-model-popover{background:#fffffff5;box-shadow:0 22px 54px #5d3f9224}@media(max-width:1100px){.agent-layout{grid-template-columns:1fr}.agent-side{position:static}.agent-estimate{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.strategy-paper-trading>header,.strategy-head-tools,.alipay-manual-fallback{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.strategy-range-summary,.payment-billing-grid,.production-alert-strip,.billing-priority-strip,.mystic-record-tools,.mystic-record-list{grid-template-columns:1fr}.strategy-range-menu{position:static;min-width:0;margin-top:8px}.support-card-grid{grid-template-columns:1fr}}.strategy-head-tools{position:relative;display:flex;align-items:center;gap:10px}.strategy-range-trigger{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 10px;border:1px solid rgba(183,146,245,.18);border-radius:8px;color:var(--text);background:#ffffff0a;font-size:12px}.strategy-range-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:10;display:grid;gap:8px;min-width:248px;padding:12px;border:1px solid rgba(183,146,245,.18);border-radius:10px;background:#100d1cfa;box-shadow:0 20px 52px #00000047}.strategy-range-menu button{min-height:32px;padding:0 10px;text-align:left;border:1px solid transparent;border-radius:8px;background:#ffffff0a;color:var(--text)}.strategy-range-menu button.active{border-color:#b792f53d;background:#b792f526}.strategy-range-menu label{display:grid;gap:6px;color:var(--muted);font-size:12px}.strategy-range-menu input{min-height:34px;padding:0 10px;border-radius:8px;border:1px solid rgba(183,146,245,.14);background:#ffffff08;color:var(--text)}.strategy-range-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.payment-billing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 12px}.strategy-range-summary span,.payment-billing-grid span,.production-alert-strip span,.billing-priority-strip span{padding:10px 12px;border:1px solid rgba(183,146,245,.13);border-radius:8px;background:#ffffff08}.strategy-range-summary b,.strategy-range-summary em,.payment-billing-grid b,.payment-billing-grid em,.production-alert-strip b,.production-alert-strip em,.billing-priority-strip b,.billing-priority-strip em{display:block}.strategy-range-summary em,.payment-billing-grid em,.production-alert-strip em,.billing-priority-strip em{margin-top:4px;color:var(--faint);font-size:12px;font-style:normal}.payment-billing-grid em{color:var(--text);font-weight:800}.strategy-paper-trading{margin-top:18px;padding:18px;border:1px solid rgba(183,146,245,.2);border-radius:8px;background:linear-gradient(145deg,#1e1730e0,#0f0d1beb);box-shadow:0 18px 44px #0806123d}.strategy-paper-trading>header,.strategy-subhead,.strategy-position-row,.strategy-fill-head,.strategy-fill-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.strategy-paper-trading>header span,.strategy-account-grid span,.strategy-subhead span,.strategy-position-row span,.strategy-fill-row small{color:var(--faint);font-size:12px}.strategy-paper-trading>header h3{margin:5px 0 0;font-size:18px;letter-spacing:0}.strategy-paper-trading>header em{padding:7px 10px;border-radius:6px;background:#b792f51f;color:#c7a8ff;font-size:12px;font-style:normal}.strategy-paper-trading>header em.bought{color:#ff7d91;background:#ff536f1a}.strategy-paper-trading>header em.sold{color:#55d5a0;background:#35cd8f1a}.strategy-paper-trading>header em.non_trading_day{color:#d8b35f;background:#d8b35f1f}.strategy-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px}.strategy-account-grid>div{min-width:0;padding:12px;border:1px solid rgba(183,146,245,.13);border-radius:6px;background:#ffffff09}.strategy-account-grid b{display:block;margin-top:6px;font-size:16px;overflow-wrap:anywhere}.strategy-trading-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:12px;margin-top:12px}.strategy-equity-chart,.strategy-open-positions,.strategy-fill-ledger{padding:14px;border:1px solid rgba(183,146,245,.13);border-radius:6px;background:#ffffff06}.strategy-equity-chart svg{width:100%;height:170px;margin-top:8px;overflow:visible}.strategy-equity-chart line{stroke:#ffffff14;stroke-width:1}.strategy-equity-chart polyline{fill:none;stroke:#b792f5;stroke-width:2.4;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 7px rgba(183,146,245,.38))}.strategy-position-row{padding:10px 0;border-bottom:1px solid rgba(183,146,245,.09)}.strategy-position-row>div{min-width:0}.strategy-position-row b,.strategy-position-row span{display:block}.strategy-position-row em{min-width:64px;text-align:right;font-style:normal;font-weight:700}.strategy-fill-ledger{margin-top:12px}.strategy-fill-table{margin-top:10px;overflow-x:auto}.strategy-fill-head,.strategy-fill-row{min-width:760px;display:grid;grid-template-columns:1.6fr 1.2fr .65fr .8fr .7fr .7fr;padding:9px 8px}.strategy-fill-head{color:var(--faint);font-size:12px;border-bottom:1px solid rgba(183,146,245,.14)}.strategy-fill-row{border-bottom:1px solid rgba(183,146,245,.07);font-size:13px}.strategy-fill-head span:nth-child(n+3){text-align:right}.strategy-fill-row span:nth-child(n+3){text-align:right}.strategy-fill-row span:nth-child(n+4){font-variant-numeric:tabular-nums}.strategy-fill-row b,.strategy-fill-row small{display:block}.strategy-rules{margin-top:12px;padding-top:10px;border-top:1px solid rgba(183,146,245,.1)}.strategy-rules summary{color:var(--muted);cursor:pointer}.strategy-rules li,.strategy-rules p{color:var(--muted);font-size:13px;line-height:1.7}.strategy-rules p b{display:block;color:var(--text)}.strategy-empty{margin:16px 0 0;color:var(--faint);font-size:13px;line-height:1.7}.strategy-paper-trading .up{color:#ff6f88}.strategy-paper-trading .down{color:#4dd09a}.app.light .strategy-paper-trading{background:linear-gradient(145deg,#fffffff2,#f8f3ffe6);border-color:#7c3aed29;box-shadow:0 18px 42px #5d3f9217}.app.light .strategy-account-grid>div,.app.light .strategy-equity-chart,.app.light .strategy-open-positions,.app.light .strategy-fill-ledger{background:#7c3aed09;border-color:#7c3aed1f}.app.light .strategy-range-menu,.app.light .image-zoom-card{background:#fffcf6fa;border-color:#7c3aed24}.app.light .strategy-range-summary span,.app.light .payment-billing-grid span,.app.light .production-alert-strip span,.app.light .billing-priority-strip span,.app.light .mystic-record-item{background:#fffaf1bd;border-color:#9a744829}.app.light .strategy-range-trigger,.app.light .strategy-range-menu button,.app.light .strategy-range-menu input{background:#fff9efdb;border-color:#9a74482e}.app.light,.login-page.light,.layout-choice-page.light{--bg: #fbf4e8;--panel: rgba(255, 252, 246, .88);--panel-2: rgba(250, 241, 226, .92);--field: rgba(255, 249, 239, .96);--line: #e4d3bd;--line-soft: rgba(154, 116, 72, .2);--text: #2c241c;--muted: #655848;--faint: #8b7b67;--accent: #b66f3f;--accent-2: #c28a4a;--blue: #537d7a;--red: #cf4f55;--green: #2f8a63;--gold: #b88738;--shadow: 0 24px 70px rgba(131, 92, 49, .14);color:var(--text)}.app.light{background:linear-gradient(115deg,rgba(255,255,255,.58),transparent 38%),linear-gradient(155deg,#fffaf2,#f8ecd9 46%,#eef3e6)}.app.light:before,.login-page.light:before{border-color:#9a74481c}.app.light .app-motion-bg{opacity:.2;filter:saturate(1.08) brightness(1.02);mix-blend-mode:multiply}.login-page.light{background:linear-gradient(135deg,#ffffffc2,#fff4e1bd),linear-gradient(155deg,#fffaf2,#f4e5cf 56%,#eef3e6)}.login-page.light .login-orb-bg{opacity:.68;mix-blend-mode:normal;filter:saturate(1.08) brightness(1.04)}.login-page.light .login-card{background:linear-gradient(180deg,#ffffff9e,#fff8ed8f),#fffaf2d1;border-color:#9a744838;box-shadow:0 28px 88px #835c312b,inset 0 1px #ffffffdb}.app.light .sidebar,.app.light .topbar,.app.light .status-rail{background:#fff9efc7;border-color:#9a74482e;box-shadow:0 18px 52px #835c3114}.app.light .sidebar-brand b,.app.light .top-dev b,.app.light .login-brand h1{background:linear-gradient(180deg,#764b2b,#b66f3f 46%,#b88738);-webkit-background-clip:text;background-clip:text;text-shadow:0 12px 28px rgba(154,100,47,.14)}.app.light .panel,.app.light .market-card,.app.light .price-card,.app.light .user-banner,.app.light .locked-panel,.app.light .disclaimer-card,.app.light .modal-card,.app.light .credit-pack,.app.light .credit-hero,.app.light .pricing-subnav,.app.light .recharge-choice-card,.app.light .recharge-custom-bar,.app.light .daily-full-inside-card,.app.light .report-visual-block,.app.light .agent-side,.app.light .agent-main,.app.light .agent-estimate,.app.light .agent-message,.app.light .agent-chat-window,.app.light .agent-input-row,.app.light .strategy-paper-trading,.app.light .payment-method-area,.app.light .recharge-confirm-card,.app.light .payment-placeholder-card{background:linear-gradient(180deg,#ffffffad,#fff7ea75),var(--panel);border-color:#9a74482e;box-shadow:0 20px 66px #835c311f,inset 0 1px #ffffffd1}.app.light .panel:hover,.app.light .market-card:hover,.app.light .price-card:hover,.app.light .user-banner:hover,.app.light .credit-pack:hover,.app.light .recharge-choice-card:hover,.app.light .pulse-strip:hover,.app.light .report-card:hover,.app.light .history-panel:hover,.app.light .agent-message:hover,.app.light .payment-method-card:hover{border-color:#b66f3f47;box-shadow:0 24px 76px #835c3129,inset 0 1px #ffffffeb}.app.light .side-balance,.app.light .side-status,.app.light .quote-row,.app.light .market-stat-strip span,.app.light .sentiment-copy,.app.light .metric,.app.light .news-card,.app.light .report-card,.app.light .history-panel,.app.light .history-detail,.app.light .model-card,.app.light .contact-panel,.app.light .profile-panel,.app.light .settings-note,.app.light .api-form,.app.light .cost-table,.app.light .data-table,.app.light .mystic-log,.app.light .credit-balance,.app.light .membership-policy,.app.light .custom-recharge-field input,.app.light .recharge-choice-card.custom input,.app.light .recharge-custom-main input,.app.light .payment-method-card,.app.light .payment-summary-grid span,.app.light .payment-gateway-note,.app.light .usage-line,.app.light .flow-item,.app.light .agent-input-row textarea,.app.light .agent-side-block button,.app.light .agent-skill-strip span,.app.light .agent-prompt-cards button{background:#fff8edb8;border-color:#9a744826}.app.light .primary-action,.app.light .login-enter,.app.light .switch-menu button.active,.app.light .menu-item.active,.app.light .menu-item:hover,.app.light .sidebar-gooey-nav.gooey-nav-container nav ul li:after{color:#fffaf2;background:linear-gradient(135deg,#a95f34db,#c88c4abd 58%,#829b67a3);box-shadow:0 12px 28px #a6623129}.app.light .sidebar-gooey-nav{--color-1: #a95f34;--color-2: #c88c4a;--color-3: #829b67;--color-4: #b66f3f}.app.light .payment-method-card.selected{background:linear-gradient(135deg,#21a7ff24,#d8b35f1a)}.app.light .payment-amount-display{border-color:#b66f3f2e}.app.light .sidebar-gooey-nav.gooey-nav-container .effect.filter{filter:blur(5px) contrast(28);mix-blend-mode:normal}.app.light .sidebar-gooey-nav.gooey-nav-container .effect.filter:after{background:#c88c4a47}.app.light .segmented button.active,.app.light .radio-row button.active,.app.light .section-tabs button.active{color:#fffaf2;background:linear-gradient(135deg,#a95f34f0,#829b67c7);border-color:#a95f3447}.app.light .secondary-action{background:#b66f3f}.app.light .ghost-button,.app.light .icon-button,.app.light .switch-btn,.app.light .secondary-action,.app.light .panel-header button,.app.light .segmented button,.app.light .radio-row button,.app.light .section-tabs button,.login-page.light .floating-theme,.login-page.light .login-field{color:var(--muted);background:#fffaf2c7;border-color:#9a744833}.app.light .primary-action:hover:not(:disabled),.app.light .secondary-action:hover:not(:disabled),.app.light .ghost-button:hover:not(:disabled),.app.light .icon-button:hover:not(:disabled),.app.light .panel-header button:hover:not(:disabled),.app.light .table-row button:hover:not(:disabled),.app.light .article-list button:hover:not(:disabled),.app.light .periods button:hover:not(:disabled),.app.light .section-tabs button:hover:not(:disabled),.app.light .segmented button:hover:not(:disabled),.app.light .radio-row button:hover:not(:disabled){border-color:#b66f3f4d;box-shadow:0 12px 26px #a6623124}.app.light .market-symbol,.app.light .market-quotes,.app.light .quote-spark,.app.light .quote-value-card,.app.light .market-meta,.app.light .board-table,.app.light .switch-menu,.app.light .status-popover{background:#fffaf2b8;border-color:#9a744824}.app.light .market-card-ths,.app.light .market-card-eastmoney,.app.light .market-card-okx{background:linear-gradient(135deg,rgba(210,143,83,.14),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.68),transparent),var(--panel)}.app.light .heat-bar,.app.light .heat-mini{background:#9a744824}.app.light .heat-bar i,.app.light .heat-mini i{background:linear-gradient(90deg,#829b67,#c88c4a)}.app.light .contact-link,.app.light .panel-header button,.app.light .eyebrow,.app.light .market-tag,.app.light .news-materials-preview b,.app.light .structured-news-title span{color:#9a6331}.app.light .report-busy-card{background:linear-gradient(135deg,#d28f5329,#fffcf6eb),#fffcf5e6;border-color:#9a744838;box-shadow:0 16px 36px #835c311f,inset 0 1px #ffffffd6}.app.light .report-busy-orbit{background:#c88c4a24;color:#9a6331}.app.light .report-busy-orbit span{border-color:#c88c4a3d;border-top-color:#9a6331eb}.app.light .report-busy-bar{background:#9a74481f}.app.light .report-busy-bar em{background:linear-gradient(90deg,#829b6733,#c88c4a,#829b67)}.app.light .section-tabs button.featured-section-tab,.app.light .segmented button.featured-mystic-tab{color:#9d2637;background:linear-gradient(135deg,#ffefe8f5,#fffaf2e0);border-color:#cd495b3d}.app.light .section-tabs button.featured-section-tab.active,.app.light .segmented button.featured-mystic-tab.active{color:#fff8ec;background:linear-gradient(135deg,#cf4f55f0,#b66f3fdb);border-color:#cf4f5552;box-shadow:inset 0 -2px #ffd5c2c7,0 12px 24px #cf4f5524}.app.light .mystic-input-shell,.app.light .mystic-method-card,.app.light .gua-card,.app.light .mystic-v17-board,.app.light .report-reader-intro,.app.light .report-mindmap,.app.light .report-section-card,.app.light .selection-pick-card,.app.light .symbol-suggestions,.app.light .daily-news-brief-card,.app.light .daily-news-full-card,.app.light .daily-full-inside-card,.app.light .insight-article-view,.app.light .news-capability-strip,.app.light .structured-news-charts-panel,.app.light .news-materials-preview>div,.app.light .structured-news-chart,.app.light .technical-report-empty{background:linear-gradient(135deg,#fffcf6eb,#f5ebda9e);border-color:#9a74482e}.app.light .insight-article-summary>b,.app.light .insight-article-body>b{color:#9d2637}.app.light .report-section-nav button,.app.light .report-section-toggle,.app.light .report-table-wrap,.app.light .report-line-chart svg,.app.light .report-quadrant-chart,.app.light .report-code-block,.app.light .report-visual-block details pre,.app.light .generated-report-preview pre,.app.light .strategy-account-grid>div,.app.light .strategy-equity-chart,.app.light .strategy-open-positions,.app.light .strategy-fill-ledger{background:#fffaf2bd;border-color:#9a744829}.app.light .report-table-wrap th{background:#f0dec3f5;color:#8f5a25}.app.light .report-md-paragraph,.app.light .report-md-list,.app.light .report-gauge-chart p,.app.light .structured-news-chart>p,.app.light .news-materials-preview em,.app.light .mystic-v17-board p,.app.light .mystic-submit-row span,.app.light .mystic-method-card p,.app.light .mystic-method-card li,.app.light .mystic-tier-list span{color:#382b1fc2}.app.light .report-md-paragraph strong,.app.light .report-md-list strong,.app.light .report-md-note strong{color:#8f5a25}.app.light .usage-guide-strip button,.app.light .announcement-detail-panel,.app.light .insight-detail-panel,.app.light .settings-suggestion-grid span,.app.light .billing-dashboard span,.app.light .strategy-trace-strip span,.app.light .backtest-help-strip,.app.light .model-route-table,.app.light .history-manage-row button,.app.light .insight-detail-actions{background:linear-gradient(135deg,#fffcf6db,#eee8d985);border-color:#9a74482e}.app.light .announcement-modal-backdrop{background:#4a321c47}.app.light .announcement-modal-card{background:radial-gradient(circle at 20% 12%,rgba(200,140,74,.18),transparent 32%),linear-gradient(135deg,#fffcf6fa,#f6ead8f5);border-color:#9a74483d;box-shadow:0 28px 90px #835c3133}.app.light .usage-guide-strip button:nth-child(2),.app.light .billing-dashboard span:nth-child(2n),.app.light .model-card:nth-child(2){background:linear-gradient(135deg,#f6efe2eb,#e8efdf85)}.app.light .usage-guide-strip button:nth-child(3),.app.light .billing-dashboard span:nth-child(3){background:linear-gradient(135deg,#fff5e8e0,#f5e7d39e)}.app.light .unlock-hint mark{color:#8f5a25;background:#d8b35f38}.app.light .app-motion-bg{opacity:.18;filter:saturate(.95) sepia(.08)}.app.light .agent-logo-orbit,.app.light .agent-send-button{box-shadow:0 0 26px #b66f3f38}.app.light .page-translation-badge{color:#382b1f9e;background:#fff8edbd;border-color:#9a74482e}.app.light .page-translation-badge:before{background:#c88c4a;box-shadow:0 0 10px #c88c4a57}.app.light .top-avatar,.app.light .structured-news-chart header>span{color:#fffaf2;background:linear-gradient(135deg,#a95f34,#c88c4a)}.login-page.light .login-brand h1{background:linear-gradient(180deg,#7a4c28,#b66f3f 48%,#c59648);-webkit-background-clip:text;background-clip:text}.login-page.light .login-enter-border{box-shadow:0 16px 42px #a662312e}.login-page.light .login-enter-border .border-gradient-bottom,.login-page.light .login-enter-border .border-gradient-top{background:radial-gradient(circle,rgba(200,140,74,.62),transparent 58%)}.login-page.light .primary-action,.login-page.light .login-enter{color:#fffaf2;background:linear-gradient(135deg,#a95f34,#c88c4a 60%,#829b67);box-shadow:0 16px 34px #a662312e}.login-page.light .primary-action:hover:not(:disabled),.login-page.light .login-enter:hover:not(:disabled){box-shadow:0 18px 42px #a662313d;transform:translateY(-1px)}.login-page.light .register-guide{color:#7d6745;background:linear-gradient(135deg,#fff7ebe6,#e8efdf80),#fffaf2d1;border-color:#9a74482e}.login-page.light .password-meter span{background:#9a74481f;border-color:#9a74481f}.login-page.light .password-meter.ready em{color:#567541}.login-page.light .login-code-button:disabled{color:#604e388f;background:#f1e5d7b3;border-color:#9a744829}.login-page.light .register-channel-tabs button,.login-page.light .password-visibility-button{color:#7d6745;background:#fffaf2c7;border-color:#9a74482e}.login-page.light .register-channel-tabs button.active{color:#fffaf2;background:linear-gradient(135deg,#a95f34,#c88c4a 60%,#829b67),#fffaf2d1;border-color:#b66f3f3d;box-shadow:0 12px 28px #a6623129}.login-page.light .password-visibility-button:hover{color:#4a321d;background:#fff4e5e6;border-color:#b66f3f3d}.app.light .market-stat-strip span{min-width:0}.side-status span em{display:block;margin-top:3px;color:var(--faint);font-style:normal;font-size:10px}.sentiment-usage-note{margin:10px 0 0;padding:9px 11px;color:var(--faint);background:#d8b35f12;border:1px solid rgba(216,179,95,.16);border-radius:8px;font-size:12px;line-height:1.6}.report-failure-actions{display:grid;grid-template-columns:minmax(160px,1fr) auto auto auto;gap:8px;align-items:center;margin-top:10px;padding:10px;color:#f7ecff;background:radial-gradient(circle at 10% 0%,rgba(255,79,124,.18),transparent 34%),linear-gradient(135deg,#33174eeb,#160c26e6);border:1px solid rgba(194,137,255,.26);border-radius:10px;box-shadow:0 18px 48px #0e081842,inset 0 1px #ffffff0f}.report-failure-head{display:inline-flex;align-items:center;gap:8px;min-width:0}.report-failure-head span{display:inline-grid;place-items:center;width:25px;height:25px;flex:0 0 auto;color:#ffd9e1;background:linear-gradient(135deg,#ff4d6d3d,#b792f51f);border:1px solid rgba(255,160,190,.24);border-radius:8px}.report-failure-actions b{min-width:0;color:#ffe9ff;font-size:13px;line-height:1.35}.report-failure-actions button,.report-failure-actions summary{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:31px;padding:0 11px;color:#fff7ff;background:linear-gradient(135deg,#7c3aed6b,#b792f529);border:1px solid rgba(203,166,255,.26);border-radius:8px;box-shadow:inset 0 1px #ffffff12;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.report-failure-actions button:hover,.report-failure-actions summary:hover{transform:translateY(-1px);border-color:#ffaacc75;background:linear-gradient(135deg,#9d66ff85,#ff5b842e)}.report-failure-actions details{position:relative;justify-self:end}.report-failure-actions details summary{list-style:none}.report-failure-actions details summary::-webkit-details-marker{display:none}.report-failure-actions details[open]{grid-column:1 / -1;justify-self:stretch}.report-failure-actions details[open] summary{width:fit-content;margin-bottom:8px}.report-failure-actions details p{margin:0;padding:9px 10px;color:#f6ecffdb;background:#08051247;border:1px solid rgba(183,146,245,.18);border-radius:8px;font-size:12px;line-height:1.65;word-break:break-word}.agent-outline-preview{grid-column:1 / -1;display:grid;gap:10px;margin-top:8px;padding:12px;background:#b792f512;border:1px solid rgba(183,146,245,.16);border-radius:10px}.agent-outline-preview>div{display:flex;justify-content:space-between;gap:12px}.agent-outline-preview span,.agent-outline-preview p{color:var(--faint);font-size:12px}.agent-outline-preview b{color:var(--text)}.agent-outline-preview ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none}.agent-outline-preview li{min-height:46px;padding:9px 10px;color:var(--muted);background:#ffffff0a;border:1px solid rgba(183,146,245,.12);border-radius:8px;font-size:12px;line-height:1.45}.technical-next-session-box{display:grid;gap:10px;padding:12px;background:linear-gradient(135deg,#d8b35f14,#b792f50f);border:1px solid rgba(216,179,95,.18);border-radius:10px}.technical-next-session-box>b{color:var(--gold)}.technical-next-session-box>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.technical-next-session-box span{display:grid;gap:4px;min-height:76px;padding:10px;background:#ffffff09;border:1px solid rgba(183,146,245,.12);border-radius:8px}.technical-next-session-box small,.technical-next-session-box em{color:var(--faint);font-style:normal;font-size:11px;line-height:1.4}.technical-next-session-box strong{color:var(--text);font-family:Cascadia Mono,Consolas,monospace}.backtest-human-verdict{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 14px;border:1px solid rgba(183,146,245,.16);border-radius:10px;background:#b792f512}.backtest-human-verdict b{color:var(--text)}.backtest-human-verdict p{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.backtest-human-verdict>span{padding:5px 8px;border-radius:999px;color:var(--faint);background:#ffffff0d;font-size:11px;font-weight:850}.backtest-human-verdict.good{border-color:#34d39938;background:#34d39914}.backtest-human-verdict.watch{border-color:#d8b35f3d;background:#d8b35f14}.backtest-human-verdict.danger{border-color:#f8717138;background:#f8717114}.billing-dashboard-card{display:grid;gap:5px;min-height:84px;padding:12px;color:var(--text);text-align:left;background:#ffffff0a;border:1px solid rgba(183,146,245,.14);border-radius:8px;cursor:pointer}.billing-dashboard-card small,.billing-dashboard-card em{color:var(--faint);font-style:normal;font-size:11px}.billing-dashboard-card b{font-family:Cascadia Mono,Consolas,monospace}.billing-detail-drawer{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}.billing-detail-drawer span{display:flex;justify-content:space-between;gap:10px;padding:9px 10px;background:#b792f50f;border:1px solid rgba(183,146,245,.12);border-radius:8px;font-size:12px}.support-copy-button{width:fit-content;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;color:var(--text);background:#b792f514;border:1px solid rgba(183,146,245,.16);border-radius:999px;font-size:12px;font-weight:800;cursor:pointer}.mystic-report-companion{display:grid;gap:12px;margin-bottom:12px}.mystic-calendar-preview,.mystic-kline-preview{display:grid;gap:12px;padding:14px;background:linear-gradient(135deg,#b792f514,#d8b35f12);border:1px solid rgba(183,146,245,.16);border-radius:12px}.mystic-calendar-preview>div:first-child,.mystic-kline-preview>div:first-child{display:grid;grid-template-columns:24px minmax(0,1fr);gap:4px 8px;align-items:center}.mystic-calendar-preview>div:first-child span,.mystic-kline-preview p{grid-column:2;margin:0;color:var(--faint);font-size:12px;line-height:1.55}.mystic-calendar-preview>div:last-child{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:8px}.mystic-calendar-preview>div:last-child span{display:grid;place-items:center;gap:3px;min-height:58px;background:#ffffff0a;border:1px solid rgba(183,146,245,.12);border-radius:10px}.mystic-calendar-preview span.hot{border-color:#f871713d;background:#f8717114}.mystic-calendar-preview small{color:var(--faint);font-size:11px}.mystic-calendar-preview b,.mystic-kline-preview b{color:var(--text)}.announcement-item,.announcement-modal-card,.announcement-modal-card h3,.announcement-modal-card p{text-align:left}.announcement-item>div,.announcement-modal-card p{justify-self:stretch}.app.light .pulse-popover{background:#fffaf2f7;border-color:#ab845838;box-shadow:0 18px 52px #9670442e}.app.light .pulse-meta-grid span,.app.light .market-session-chip,.app.light .agent-outline-preview li,.app.light .technical-next-session-box span,.app.light .billing-dashboard-card,.app.light .billing-detail-drawer span,.app.light .mystic-calendar-preview>div:last-child span{background:#fffcf6b8;border-color:#ab845829}.app.light .report-failure-actions{color:#4a2637;background:radial-gradient(circle at 12% 0%,rgba(210,77,94,.14),transparent 34%),linear-gradient(135deg,#ffefe6eb,#f8e1d2d1);border-color:#a95c8438;box-shadow:0 16px 42px #9c5f4026,inset 0 1px #ffffff8c}.app.light .report-failure-head span{color:#a82844;background:linear-gradient(135deg,#d24d5e2e,#9963d21a);border-color:#a95c8433}.app.light .report-failure-actions b{color:#7c2542}.app.light .report-failure-actions button,.app.light .report-failure-actions summary{color:#5f2540;background:linear-gradient(135deg,#fff8f1d6,#ebc8b87a);border-color:#a95c8438}.app.light .report-failure-actions button:hover,.app.light .report-failure-actions summary:hover{background:linear-gradient(135deg,#fff7eff0,#e2b5aa94);border-color:#a95c8457}.app.light .report-failure-actions details p{color:#6d493c;background:#fffaf4a3;border-color:#a95c8429}.app.light .agent-outline-preview,.app.light .technical-next-session-box,.app.light .backtest-human-verdict,.app.light .mystic-calendar-preview,.app.light .mystic-kline-preview{background:linear-gradient(135deg,#fffbf4db,#e8efdf85);border-color:#ab84582e}.app.light .panel:nth-of-type(3n+1),.app.light .report-card:nth-of-type(3n+1),.app.light .metric:nth-of-type(3n+1),.app.light .recharge-choice-card:nth-child(3n+1),.app.light .membership-card:nth-child(3n+1){background:linear-gradient(135deg,#fff7ece0,#f5e8d394),var(--panel)}.app.light .panel:nth-of-type(3n+2),.app.light .report-card:nth-of-type(3n+2),.app.light .metric:nth-of-type(3n+2),.app.light .recharge-choice-card:nth-child(3n+2),.app.light .membership-card:nth-child(3n+2){background:linear-gradient(135deg,#fff4e5d1,#e8efdf94),var(--panel)}.app.light .panel:nth-of-type(3n),.app.light .report-card:nth-of-type(3n),.app.light .metric:nth-of-type(3n),.app.light .recharge-choice-card:nth-child(3n),.app.light .membership-card:nth-child(3n){background:linear-gradient(135deg,#ffefe8cc,#f1e5d7a3),var(--panel)}@media(max-width:980px){.pulse-meta-grid,.agent-outline-preview ol,.technical-next-session-box>div,.billing-detail-drawer,.mystic-calendar-preview>div:last-child{grid-template-columns:1fr}.report-failure-actions,.backtest-human-verdict{grid-template-columns:1fr}.report-failure-actions button,.report-failure-actions summary{width:100%}}@media(max-width:680px){.login-card,.login-card.is-register,.login-card-glow,.login-card-glow .border-glow-inner,.login-card-glow:has(.login-card.is-register),.login-card-glow:has(.login-card.is-register) .border-glow-inner{width:min(420px,calc(100vw - 28px))}.login-card,.login-card.is-register{padding:24px 18px}.register-code-row,.register-password-grid{grid-template-columns:1fr}.login-code-button{width:100%}.password-meter{grid-template-columns:1fr;gap:6px}.password-meter em{text-align:left}}.app.light .market-stat-strip b{max-width:100%;font-size:clamp(10px,.78vw,13px);line-height:1.25}.top-user .lang-toggle{width:auto;min-width:48px;padding:0 10px;gap:6px}.top-user .lang-toggle span{font-size:12px;font-weight:800;letter-spacing:0}@media(max-width:760px){html,body,#root{min-width:0;width:100%;max-width:100%;overflow-x:hidden}body{min-height:100dvh}.app{min-height:100dvh;display:block;overflow:hidden;background:radial-gradient(circle at 18% 4%,rgba(183,146,245,.2),transparent 34%),radial-gradient(circle at 92% 8%,rgba(74,144,217,.12),transparent 28%),linear-gradient(135deg,var(--bg),#110d1f 64%,var(--bg))}.app.light{background:radial-gradient(circle at 12% 2%,rgba(244,199,126,.2),transparent 34%),radial-gradient(circle at 92% 12%,rgba(155,114,216,.12),transparent 30%),linear-gradient(135deg,#fff8ec,#fff4e4 58%,#fffaf3)}.app-motion-bg{top:-18%;right:-54%;bottom:-18%;left:-54%;opacity:.2}.sidebar{display:none}.mobile-bottom-nav{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));z-index:40;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(62px,1fr);gap:7px;padding:8px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;background:linear-gradient(180deg,rgba(255,255,255,.07),transparent),#100a1de6;border:1px solid rgba(183,148,232,.2);border-radius:16px;box-shadow:0 16px 46px #00000061;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav::-webkit-scrollbar{display:none}.mobile-bottom-nav button{min-width:62px;height:48px;display:grid;place-items:center;gap:2px;position:relative;color:var(--faint);background:transparent;border:1px solid transparent;border-radius:12px}.mobile-bottom-nav button.active{color:#fff7ff;background:linear-gradient(135deg,#7c3aede6,#b792f5ad);border-color:#d8b35f52;box-shadow:0 8px 22px #7c3aed40}.mobile-bottom-nav span{max-width:58px;overflow:hidden;font-size:10px;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav i{position:absolute;top:7px;right:11px;width:7px;height:7px;background:var(--red);border-radius:999px}.app.light .mobile-bottom-nav{background:#fffaf2eb;border-color:#ab845838;box-shadow:0 16px 42px #9670442e}.app.light .mobile-bottom-nav button.active{color:#2f1d0f;background:linear-gradient(135deg,#f4c77eeb,#9b72d861)}.workspace{width:100%;min-width:0;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr)}.topbar{grid-template-columns:minmax(0,1fr) auto;gap:10px;min-height:66px;padding:10px 12px;position:sticky;top:0;z-index:24}.top-dev{gap:9px}.top-dev b{font-size:15px}.top-dev span,.contact-link,.time-stack,.user-mini,.top-user .ghost-button span,.top-user .lang-toggle span{display:none}.top-user{display:flex;justify-self:end;gap:7px;transform:none}.top-user .ghost-button,.top-user .icon-button,.top-user .icon-only,.top-user .lang-toggle{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;display:grid;place-items:center}.page-shell{height:calc(100dvh - 66px);width:100%;max-width:100vw;padding:16px 12px 86px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.page-header{gap:6px;margin-bottom:14px}.page-header h1{font-size:23px;line-height:1.22}.page-header p:last-child{font-size:13px;line-height:1.62}.market-grid,.dashboard-row,.analysis-grid,.pricing-grid,.report-split,.mystic-hub-grid,.mystic-entry-grid,.backtest-layout,.backtest-metrics,.backtest-param-grid,.backtest-result-grid,.backtest-result-grid.three,.credit-pack-grid,.recharge-choice-grid,.membership-grid,.payment-method-area,.payment-summary-grid,.payment-billing-grid,.user-record-table .table-head,.user-record-table .table-row,.report-record-table .table-head,.report-record-table .table-row{grid-template-columns:1fr}.panel,.price-card,.user-banner,.locked-panel,.disclaimer-card,.report-card,.history-panel,.history-detail,.mystic-result,.mystic-input-shell,.recharge-level-card,.recharge-choice-card,.recharge-custom-bar,.payment-method-area,.recharge-confirm-card,.payment-placeholder-card,.membership-card,.backtest-result-view,.backtest-empty-state,.generated-report-preview{max-width:100%;border-radius:10px}.panel,.report-card,.locked-panel,.history-panel,.history-detail,.mystic-result,.mystic-input-shell,.generated-report-preview{padding:14px}.panel-header,.generated-report-head,.history-panel header,.history-detail-head,.pricing-section-title,.payment-action-row,.recharge-confirm-card>div,.backtest-result-hero{align-items:flex-start;flex-direction:column}.panel-header{gap:8px}.panel-header h2,.generated-report-preview h3,.history-detail h3{font-size:17px;line-height:1.28}.section-tabs,.daily-news-branch-tabs{width:100%;max-width:100%;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.section-tabs::-webkit-scrollbar,.daily-news-branch-tabs::-webkit-scrollbar{display:none}.section-tabs button,.daily-news-branch-tabs button{flex:0 0 auto;min-width:max-content;max-width:220px}.daily-news-branch-tabs button{min-height:58px;align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}.report-card{min-height:auto}.history-browser,.history-browser.modern{grid-template-columns:1fr}.history-list,.agent-history-list{max-height:260px}.strategy-input,.strategy-input.single,.mystic-form,.backtest-form,.api-form{max-width:100%}.strategy-input,.strategy-input.single,.register-code-row,.register-password-grid,.backtest-template-row,.recharge-pay-section,.recharge-confirm-card,.recharge-custom-bar,.recharge-custom-meta,.custom-recharge-field,.report-failure-actions,.backtest-help-strip,.model-route-table,.technical-next-session-box>div,.mystic-context-strip,.branch-context-strip,.capability-hero{grid-template-columns:1fr}.strategy-input input,.mystic-form input,.mystic-form textarea,.backtest-form input,.backtest-form select,.backtest-form textarea,.api-form input,.recharge-choice-card.custom input,.recharge-custom-main input,.custom-recharge-field input{width:100%;min-width:0;font-size:16px}.mystic-form textarea,.backtest-form textarea{min-height:108px}.mystic-entry-card{min-height:92px}.mystic-context-strip,.branch-context-strip,.capability-hero-tags,.technical-signal-tables,.profile-timeline,.payment-action-row,.backtest-template-row{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.mystic-context-strip::-webkit-scrollbar,.branch-context-strip::-webkit-scrollbar,.capability-hero-tags::-webkit-scrollbar,.technical-signal-tables::-webkit-scrollbar,.profile-timeline::-webkit-scrollbar,.payment-action-row::-webkit-scrollbar,.backtest-template-row::-webkit-scrollbar{display:none}.data-table,.cost-table,.board-table,.backtest-table,.technical-signal-tables,.report-table-wrap,.generated-report-preview pre,.report-content-rendered>pre,.report-content-rendered table,.report-line-chart,.report-kline-chart,.report-pie-chart,.report-radar-chart,.report-gauge-chart,.technical-price-chart,.equity-curve,.trade-bars{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table .table-head,.data-table .table-row,.cost-table .table-head,.cost-table .table-row,.backtest-table .table-head,.backtest-table .table-row,.strategy-fill-row{min-width:680px}.report-table-wrap table{min-width:620px}.report-content-rendered,.report-content-rendered.compact{max-width:100%;overflow-wrap:anywhere;font-size:14px;line-height:1.72}.report-content-rendered h1.report-md-heading,.report-content-rendered h2.report-md-heading,.report-content-rendered h3.report-md-heading{line-height:1.35}.report-section-card,.report-section-block{max-width:100%;overflow:hidden}.technical-price-chart,.report-line-chart,.report-kline-chart,.report-pie-chart,.report-radar-chart,.report-gauge-chart{min-height:220px}.recharge-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recharge-custom-bar{display:grid;gap:12px}.payment-method-card,.recharge-confirm-button,.payment-action-row button{width:100%;min-width:0}.user-banner,.profile-banner{grid-template-columns:58px minmax(0,1fr);align-items:start;gap:12px}.profile-banner .balance,.user-banner .balance{grid-column:1 / -1;width:100%;padding:10px 11px;background:#b792f512;border:1px solid rgba(183,146,245,.12);border-radius:9px}.avatar,.avatar-upload{width:56px;height:56px}.user-profile-main p{white-space:normal;overflow-wrap:anywhere}.modal-backdrop{padding:14px}.modal-card,.announcement-modal-card{width:min(100%,430px);max-height:calc(100dvh - 28px)}.side-scroll-top-button{right:16px;bottom:92px;width:42px;height:42px}.pulse-strip{min-height:126px}.pulse-popover{width:min(330px,calc(100vw - 28px));left:14px;right:14px}}@media(max-width:430px){.recharge-choice-grid{grid-template-columns:1fr}.mobile-bottom-nav{grid-auto-columns:60px}.top-dev img,.topbar-title img{width:32px;height:32px}.page-shell{padding-inline:10px}}@media(max-width:760px){.app{isolation:isolate}.topbar{min-height:58px;grid-template-columns:minmax(0,1fr) auto;padding:8px 12px}.top-dev{min-width:0}.top-dev b{max-width:100%;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.top-user .user-mini,.top-user .lang-toggle,.top-user .ghost-button{display:none}.top-user .icon-button{width:38px;min-width:38px;height:38px}.page-shell{height:calc(100dvh - 144px);padding:14px 12px 18px;scrollbar-width:none}.page-shell::-webkit-scrollbar,.section-tabs::-webkit-scrollbar,.segmented::-webkit-scrollbar,.radio-row::-webkit-scrollbar,.daily-news-branch-tabs::-webkit-scrollbar,.mobile-bottom-nav::-webkit-scrollbar{display:none}.page-header{margin-bottom:12px}.page-header h1{font-size:24px}.usage-guide-strip{grid-template-columns:1fr;gap:10px;margin:0 0 16px}.usage-guide-strip button{min-height:78px;padding:12px 14px}.market-grid,.dashboard-row,.analysis-layout,.analysis-grid,.report-split,.mystic-hub-grid,.backtest-layout,.pricing-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.analysis-side-tools{position:static;top:auto;grid-row:auto}.disclaimer-card{min-height:auto;padding:14px}.side-scroll-top-button{position:fixed;right:18px;bottom:104px;z-index:35}.section-tabs,.segmented,.radio-row,.daily-news-branch-tabs{width:calc(100vw - 24px);max-width:calc(100vw - 24px);display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 10px;margin-left:0;margin-right:0;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.section-tabs button,.segmented button,.radio-row button,.daily-news-branch-tabs button{flex:0 0 auto;width:auto;min-width:88px;max-width:none;min-height:38px;padding:0 12px;white-space:nowrap;word-break:keep-all;writing-mode:horizontal-tb;scroll-snap-align:start}.section-tabs button span,.segmented button span,.radio-row button span,.daily-news-branch-tabs button span,.section-tabs button b,.segmented button b,.radio-row button b{display:inline-flex;align-items:center;white-space:nowrap;word-break:keep-all;writing-mode:horizontal-tb}.section-tabs em,.daily-news-branch-tabs em,.feature-hot-badge{flex:0 0 auto;white-space:nowrap}.daily-news-branch-tabs button{min-width:164px;min-height:56px;align-items:flex-start}.panel,.market-card,.report-card,.history-panel,.history-detail,.locked-panel,.capability-hero,.mystic-result,.backtest-result-view,.user-banner,.pricing-home-card,.recharge-level-card,.membership-card{width:100%;max-width:100%;overflow:hidden}.market-card{padding:14px}.market-card h3,.panel-header h2,.report-card h3{line-height:1.28}.market-stat-strip,.strategy-account-grid,.billing-dashboard,.credit-pack-grid,.membership-grid,.payment-billing-grid,.payment-summary-grid{grid-template-columns:1fr}.market-list article,.market-watch-row,.strategy-position-row{grid-template-columns:minmax(0,1fr);gap:8px}.market-list article>*,.market-watch-row>*,.strategy-position-row>*{min-width:0}.technical-report-empty,.capability-hero{grid-template-columns:minmax(0,1fr)}.technical-empty-visual{min-height:116px}.mobile-bottom-nav{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:max(8px,env(safe-area-inset-bottom));display:flex;justify-content:space-between;gap:4px;padding:7px;overflow:visible;border-radius:16px}.mobile-bottom-nav button{flex:1 1 0;min-width:0;height:50px;padding:0 2px}.mobile-bottom-nav span{width:100%;max-width:100%;font-size:10px;text-align:center}.mobile-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;display:grid;align-items:end;padding:12px 12px 86px;background:#07040e6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-more-panel{display:grid;gap:12px;padding:14px;color:var(--text);background:linear-gradient(180deg,rgba(255,255,255,.06),transparent),#110d1ff5;border:1px solid rgba(183,148,232,.22);border-radius:18px;box-shadow:0 24px 70px #0000006b}.mobile-more-panel header{display:flex;align-items:center;justify-content:space-between}.mobile-more-panel header button{width:34px;height:34px;display:grid;place-items:center;color:var(--muted);background:#ffffff0f;border:1px solid rgba(183,148,232,.16);border-radius:10px}.mobile-more-panel>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-more-panel>div>button{min-height:48px;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 12px;color:var(--muted);background:#ffffff0d;border:1px solid rgba(183,148,232,.14);border-radius:12px}.mobile-more-panel>div>button.active{color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f56b);border-color:#d8b35f47}.mobile-more-panel i{width:7px;height:7px;margin-left:auto;background:var(--red);border-radius:999px}}@media(max-width:390px){.mobile-bottom-nav span{font-size:9px}.mobile-bottom-nav button svg{width:17px;height:17px}}html[data-layout=mobile],html[data-layout=mobile] body,html[data-layout=mobile] #root{min-width:0;overflow-x:hidden}.app.mobile-ui{display:block;overflow:hidden}.app.mobile-ui .sidebar{display:none}.app.mobile-ui .workspace{width:min(100vw,480px);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);margin:0 auto}.app.mobile-ui .topbar{grid-template-columns:minmax(0,1fr) 58px auto;min-height:58px;padding:8px 12px}.app.mobile-ui .top-dev span,.app.mobile-ui .contact-link,.app.mobile-ui .time-stack,.app.mobile-ui .user-mini,.app.mobile-ui .top-user .ghost-button span,.app.mobile-ui .top-user .lang-toggle span{display:none}.app.mobile-ui .layout-switcher{width:58px;height:44px;grid-template-rows:1fr 1fr;grid-template-columns:1fr;gap:3px;padding:3px}.app.mobile-ui .layout-switcher button{min-width:0;min-height:0;padding:0;border-radius:6px}.app.mobile-ui .layout-switcher button span{display:none}.app.mobile-ui .top-user{display:flex;gap:6px;justify-self:end;transform:none}.app.mobile-ui .top-user .lang-toggle{display:none}.app.mobile-ui .top-user .icon-button{width:38px;min-width:38px;height:38px}.app.mobile-ui .page-shell{height:calc(100dvh - 144px);max-width:100%;padding:14px 12px 18px;overflow-y:auto;overflow-x:hidden}.app.mobile-ui .page-header{gap:6px;margin-bottom:12px}.app.mobile-ui .page-header h1{font-size:25px;line-height:1.22}.app.mobile-ui .page-header p:last-child{font-size:13px;line-height:1.62}.app.mobile-ui .market-grid,.app.mobile-ui .dashboard-row,.app.mobile-ui .analysis-layout,.app.mobile-ui .analysis-grid,.app.mobile-ui .report-split,.app.mobile-ui .mystic-hub-grid,.app.mobile-ui .backtest-layout,.app.mobile-ui .pricing-grid,.app.mobile-ui .usage-guide-strip{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.app.mobile-ui .usage-guide-strip{margin:0 0 14px}.app.mobile-ui .usage-guide-strip button{min-height:92px;padding:11px 12px;border-radius:9px}.app.mobile-ui .usage-guide-strip span,.app.mobile-ui .panel-mini-note,.app.mobile-ui .unlock-hint{font-size:11px}.app.mobile-ui .usage-guide-strip b{font-size:13px;line-height:1.36}.app.mobile-ui .panel,.app.mobile-ui .market-card,.app.mobile-ui .report-card,.app.mobile-ui .history-panel,.app.mobile-ui .history-detail,.app.mobile-ui .locked-panel,.app.mobile-ui .capability-hero,.app.mobile-ui .mystic-result,.app.mobile-ui .mystic-input-shell,.app.mobile-ui .backtest-result-view,.app.mobile-ui .user-banner,.app.mobile-ui .pricing-home-card,.app.mobile-ui .recharge-level-card,.app.mobile-ui .membership-card{width:100%;max-width:100%;overflow:hidden;border-radius:10px}.app.mobile-ui .panel,.app.mobile-ui .market-card,.app.mobile-ui .report-card,.app.mobile-ui .history-panel,.app.mobile-ui .history-detail,.app.mobile-ui .locked-panel,.app.mobile-ui .mystic-result,.app.mobile-ui .mystic-input-shell,.app.mobile-ui .generated-report-preview{padding:14px}.app.mobile-ui .market-card h3,.app.mobile-ui .panel-header h2,.app.mobile-ui .report-card h3,.app.mobile-ui .generated-report-preview h3,.app.mobile-ui .history-detail h3{font-size:17px;line-height:1.28}.app.mobile-ui .panel-header,.app.mobile-ui .generated-report-head,.app.mobile-ui .history-panel header,.app.mobile-ui .history-detail-head,.app.mobile-ui .pricing-section-title,.app.mobile-ui .payment-action-row,.app.mobile-ui .backtest-result-hero{align-items:flex-start;flex-direction:column;gap:8px}.app.mobile-ui .analysis-side-tools{position:static;top:auto}.app.mobile-ui .section-tabs,.app.mobile-ui .segmented,.app.mobile-ui .radio-row,.app.mobile-ui .daily-news-branch-tabs{width:100%;max-width:100%;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 10px;scrollbar-width:none}.app.mobile-ui .section-tabs::-webkit-scrollbar,.app.mobile-ui .segmented::-webkit-scrollbar,.app.mobile-ui .radio-row::-webkit-scrollbar,.app.mobile-ui .daily-news-branch-tabs::-webkit-scrollbar{display:none}.app.mobile-ui .section-tabs button,.app.mobile-ui .segmented button,.app.mobile-ui .radio-row button,.app.mobile-ui .daily-news-branch-tabs button{flex:0 0 auto;width:auto;min-width:88px;min-height:38px;padding:0 12px;white-space:nowrap;word-break:keep-all;writing-mode:horizontal-tb}.app.mobile-ui .mobile-bottom-nav{position:fixed;left:max(8px,calc((100vw - min(100vw,480px))/2 + 8px));right:max(8px,calc((100vw - min(100vw,480px))/2 + 8px));bottom:max(8px,env(safe-area-inset-bottom));z-index:40;display:flex;justify-content:space-between;gap:4px;padding:7px;overflow:visible;background:linear-gradient(180deg,rgba(255,255,255,.07),transparent),#100a1de6;border:1px solid rgba(183,148,232,.2);border-radius:16px;box-shadow:0 16px 46px #00000061;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app.mobile-ui .mobile-bottom-nav button{flex:1 1 0;min-width:0;height:50px;display:grid;place-items:center;gap:2px;padding:0 2px;color:var(--faint);background:transparent;border:1px solid transparent;border-radius:12px}.app.mobile-ui .mobile-bottom-nav button.active{color:#fff7ff;background:linear-gradient(135deg,#7c3aede6,#b792f5ad);border-color:#d8b35f52}.app.mobile-ui .mobile-bottom-nav span{width:100%;max-width:100%;overflow:hidden;font-size:10px;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){html[data-layout=desktop],html[data-layout=desktop] body,html[data-layout=desktop] #root{min-width:1180px;overflow-x:auto}html[data-layout=desktop] .app.desktop-ui{min-height:100dvh;display:grid;grid-template-columns:auto 1fr;overflow:hidden}html[data-layout=desktop] .app.desktop-ui .sidebar{display:grid}html[data-layout=desktop] .app.desktop-ui .mobile-bottom-nav,html[data-layout=desktop] .app.desktop-ui .mobile-more-backdrop{display:none}html[data-layout=desktop] .app.desktop-ui .workspace{height:auto;display:grid;grid-template-rows:78px 1fr}html[data-layout=desktop] .app.desktop-ui .topbar{grid-template-columns:minmax(330px,1fr) 320px max-content;min-height:78px;padding:0 24px}html[data-layout=desktop] .app.desktop-ui .top-dev span,html[data-layout=desktop] .app.desktop-ui .contact-link,html[data-layout=desktop] .app.desktop-ui .time-stack,html[data-layout=desktop] .app.desktop-ui .user-mini,html[data-layout=desktop] .app.desktop-ui .top-user .ghost-button span,html[data-layout=desktop] .app.desktop-ui .top-user .lang-toggle span{display:initial}html[data-layout=desktop] .app.desktop-ui .top-user{display:grid;grid-template-columns:auto auto auto;justify-self:end;transform:none}html[data-layout=desktop] .app.desktop-ui .top-user .ghost-button,html[data-layout=desktop] .app.desktop-ui .top-user .icon-button,html[data-layout=desktop] .app.desktop-ui .top-user .lang-toggle{width:auto;min-width:38px;height:38px;padding:0 12px;display:inline-flex}html[data-layout=desktop] .app.desktop-ui .page-shell{height:calc(100dvh - 78px);width:auto;max-width:none;padding:24px;overflow:auto}html[data-layout=desktop] .app.desktop-ui .market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}html[data-layout=desktop] .app.desktop-ui .dashboard-row,html[data-layout=desktop] .app.desktop-ui .analysis-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}html[data-layout=desktop] .app.desktop-ui .analysis-layout{grid-template-columns:minmax(0,1fr) 250px}}@media(max-width:680px){.layout-choice-card{padding:22px 16px}.layout-choice-actions{grid-template-columns:1fr}.layout-choice-actions button{min-height:120px}}html[data-layout=desktop],html[data-layout=desktop] body,html[data-layout=desktop] #root{width:100%;min-width:1180px!important;overflow-x:auto!important}html[data-layout=desktop] .app.desktop-ui{min-width:1180px!important;min-height:100dvh;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;overflow:hidden!important}html[data-layout=desktop] .app.desktop-ui .sidebar{width:236px;max-height:100dvh;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto}html[data-layout=desktop] .app.desktop-ui .sidebar.collapsed{width:70px}html[data-layout=desktop] .app.desktop-ui .mobile-bottom-nav,html[data-layout=desktop] .app.desktop-ui .mobile-more-backdrop{display:none!important}html[data-layout=desktop] .app.desktop-ui .workspace{width:auto!important;min-width:0;max-width:none!important;height:auto!important;margin:0!important;display:grid!important;grid-template-rows:78px minmax(0,1fr)!important}html[data-layout=desktop] .app.desktop-ui .topbar{min-height:78px!important;display:grid!important;grid-template-columns:minmax(330px,1fr) 320px max-content!important;gap:12px!important;padding:0 24px!important;position:static!important}html[data-layout=desktop] .app.desktop-ui .top-dev span,html[data-layout=desktop] .app.desktop-ui .contact-link,html[data-layout=desktop] .app.desktop-ui .time-stack,html[data-layout=desktop] .app.desktop-ui .top-user .ghost-button span,html[data-layout=desktop] .app.desktop-ui .top-user .lang-toggle span{display:inline!important}html[data-layout=desktop] .app.desktop-ui .time-stack{width:320px!important;display:grid!important}html[data-layout=desktop] .app.desktop-ui .top-user{display:grid!important;grid-template-columns:auto auto auto;justify-self:end;gap:10px;transform:none!important}html[data-layout=desktop] .app.desktop-ui .user-mini{width:176px!important;min-height:46px!important;display:grid!important;grid-template-columns:36px minmax(100px,1fr)!important;padding:4px!important}html[data-layout=desktop] .app.desktop-ui .top-user .ghost-button,html[data-layout=desktop] .app.desktop-ui .top-user .icon-button,html[data-layout=desktop] .app.desktop-ui .top-user .lang-toggle{width:auto!important;min-width:38px!important;height:38px!important;min-height:38px!important;display:inline-flex!important;padding:0 12px!important}html[data-layout=desktop] .app.desktop-ui .layout-switcher{width:fit-content!important;height:auto!important;display:grid!important;grid-template-rows:1fr 1fr!important;grid-template-columns:1fr!important;align-self:center!important;justify-self:start!important;gap:2px!important;padding:2px!important;border-radius:7px!important}html[data-layout=desktop] .app.desktop-ui .layout-switcher button{min-width:54px!important;height:18px!important;padding:0 4px!important;gap:2px!important;border-radius:5px!important;font-size:7px!important}html[data-layout=desktop] .app.desktop-ui .layout-switcher button span{display:inline!important}html[data-layout=desktop] .app.desktop-ui .layout-switcher button svg{width:9px!important;height:9px!important}html[data-layout=desktop] .app.desktop-ui .page-shell{width:auto!important;max-width:none!important;height:calc(100dvh - 78px)!important;padding:24px!important;overflow:auto!important}html[data-layout=desktop] .app.desktop-ui .market-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}html[data-layout=desktop] .app.desktop-ui .dashboard-row,html[data-layout=desktop] .app.desktop-ui .analysis-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}html[data-layout=desktop] .app.desktop-ui .analysis-layout{grid-template-columns:minmax(0,1fr) 250px!important}html[data-layout=desktop] .app.desktop-ui .history-browser,html[data-layout=desktop] .app.desktop-ui .history-browser.modern{grid-template-columns:280px minmax(0,1fr)!important;align-items:start!important}html[data-layout=desktop] .app.desktop-ui .report-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}html[data-layout=desktop] .app.desktop-ui .history-detail.report-mode{min-width:0!important;max-height:min(72vh,760px)!important;overflow:auto!important}html[data-layout=desktop] .app.desktop-ui .history-detail.report-mode .report-content-rendered{max-width:100%!important}html[data-layout=desktop] .app.desktop-ui .pricing-grid,html[data-layout=desktop] .app.desktop-ui .mystic-hub-grid,html[data-layout=desktop] .app.desktop-ui .backtest-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important}html[data-layout=desktop] .app.desktop-ui .credit-pack-grid,html[data-layout=desktop] .app.desktop-ui .recharge-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}html[data-layout=desktop] .app.desktop-ui .membership-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}html[data-layout=mobile],html[data-layout=mobile] body,html[data-layout=mobile] #root{width:100%;min-width:0!important;max-width:100%;overflow-x:hidden!important}html[data-layout=mobile] .app.mobile-ui{width:100vw;min-width:0!important}html[data-layout=mobile] .app.mobile-ui .sidebar{display:none!important}html[data-layout=mobile] .app.mobile-ui .workspace{width:min(100vw,480px)!important}html[data-layout=mobile],html[data-layout=mobile] body,html[data-layout=mobile] #root{width:100%;min-width:0!important;max-width:100%;overflow:hidden!important}.app.mobile-native-ui{width:100vw;min-width:0!important;min-height:100dvh;display:block!important;overflow:hidden;color:var(--text)}.mobile-native-shell{width:min(100vw,620px);height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;position:relative;z-index:1;margin:0 auto;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 42%),#0906126b}.mobile-native-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 12px 8px;border-bottom:1px solid rgba(183,148,232,.12);background:#090512d1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-native-brand{display:flex;align-items:center;gap:9px;min-width:0}.mobile-native-brand img{width:34px;height:34px;flex:0 0 auto;object-fit:cover;border-radius:10px;box-shadow:0 10px 24px #7c3aed47}.mobile-native-brand div{display:grid;gap:2px;min-width:0}.mobile-native-brand b{overflow:hidden;font-size:15px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-native-brand span{overflow:hidden;color:var(--faint);font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.mobile-native-time{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;order:3}.mobile-native-time span{min-width:0;height:30px;display:grid;grid-template-columns:14px 20px minmax(0,1fr) 30px;align-items:center;gap:4px;padding:0 8px;color:var(--muted);background:#ffffff0b;border:1px solid rgba(183,148,232,.12);border-radius:9px;font-size:10px}.mobile-native-time b{min-width:0;overflow:hidden;color:var(--text);font-family:JetBrains Mono,Cascadia Mono,Consolas,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-native-time em{color:var(--faint);font-style:normal;text-align:right}.mobile-native-time svg{color:var(--accent-2)}.mobile-native-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.mobile-native-actions button,.mobile-native-more header button{width:34px;height:34px;display:grid;place-items:center;color:var(--muted);background:#ffffff0e;border:1px solid rgba(183,148,232,.14);border-radius:10px}.mobile-native-actions button img{width:100%;height:100%;object-fit:cover;border-radius:8px}.mobile-native-actions .mode-pill{width:auto;min-width:72px;grid-auto-flow:column;gap:4px;padding:0 9px;color:#fff;background:linear-gradient(135deg,#7c3aedbd,#b792f55c)}.mobile-native-actions .mode-pill span{font-size:10px;font-weight:850}.mobile-native-page{height:100%;display:block;padding:12px 12px 84px;overflow:auto;scrollbar-width:none;overscroll-behavior:contain}.mobile-native-page::-webkit-scrollbar{display:none}.mobile-native-hero{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;margin-bottom:12px;padding:14px;background:radial-gradient(circle at 16% 0%,rgba(183,146,245,.2),transparent 36%),#ffffff0b;border:1px solid rgba(183,148,232,.16);border-radius:14px;box-shadow:0 18px 48px #0003;animation:mobileCardRise .36s ease both}.mobile-native-hero>span{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f566);border:1px solid rgba(216,179,95,.2);border-radius:12px}.mobile-native-hero em{display:block;margin-bottom:4px;color:var(--gold);font-size:10px;font-style:normal;font-weight:850}.mobile-native-hero h1{margin:0;font-size:21px;line-height:1.22;letter-spacing:0}.mobile-native-hero p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.62}.mobile-native-card{display:grid;gap:10px;margin-bottom:12px;padding:12px;background:linear-gradient(180deg,rgba(255,255,255,.045),transparent),#100a1db8;border:1px solid rgba(183,148,232,.15);border-radius:14px;box-shadow:0 16px 42px #0003;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:mobileCardRise .36s ease both}.mobile-native-card.featured{border-color:#ff566a42;background:radial-gradient(circle at 15% 0%,rgba(255,86,106,.14),transparent 34%),#100a1dbd}.mobile-native-card>header{display:flex;align-items:center;justify-content:space-between;min-height:24px}.mobile-native-card>header b{display:inline-flex;align-items:center;gap:7px;min-width:0;font-size:15px;line-height:1.25}.mobile-native-guide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.mobile-native-guide button,.mobile-native-market-strip button,.mobile-native-crosslinks button,.mobile-native-package-grid button,.mobile-native-note-list button,.mobile-native-announcements button{min-width:0;color:var(--text);text-align:left;background:#ffffff0d;border:1px solid rgba(183,148,232,.14);border-radius:12px}.mobile-native-guide button{min-height:86px;display:grid;gap:4px;padding:10px}.mobile-native-guide span{color:var(--gold);font-size:10px;font-weight:900}.mobile-native-guide b{font-size:14px;line-height:1.28}.mobile-native-guide em,.mobile-native-small{margin:0;color:var(--faint);font-size:11px;font-style:normal;line-height:1.5}.mobile-native-market-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.mobile-native-market-strip button{min-height:106px;display:grid;align-content:start;gap:6px;padding:10px}.mobile-native-market-strip span,.mobile-native-market-strip em{overflow:hidden;color:var(--faint);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-native-market-strip b{overflow:hidden;font-size:16px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-native-tabs{display:flex;gap:7px;overflow:auto hidden;padding-bottom:2px;scrollbar-width:none}.mobile-native-tabs.sticky{position:sticky;top:0;z-index:5;margin:-2px -2px 10px;padding:2px 2px 8px;background:linear-gradient(180deg,#090612f5,#090612b8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-native-tabs::-webkit-scrollbar{display:none}.mobile-native-tabs button{flex:0 0 auto;min-height:34px;padding:0 12px;color:var(--faint);background:#ffffff0b;border:1px solid rgba(183,148,232,.13);border-radius:999px;font-size:12px;font-weight:850;white-space:nowrap}.mobile-native-tabs button.active{color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f56b);border-color:#d8b35f3d}.mobile-native-tabs.selection-tabs-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;overflow:visible;padding-bottom:0}.mobile-native-tabs.selection-tabs-four button{width:100%;min-width:0;min-height:30px;padding:0 4px;font-size:8px;letter-spacing:0;overflow:hidden;text-overflow:ellipsis}.mobile-native-rank,.mobile-native-ledger,.mobile-native-settings,.mobile-native-contact{display:grid;gap:8px}.mobile-native-rank span,.mobile-native-ledger span,.mobile-native-settings span,.mobile-native-contact span,.mobile-native-sub-list span{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;background:#ffffff0b;border:1px solid rgba(183,148,232,.11);border-radius:11px}.mobile-native-rank i{color:var(--gold);font-style:normal;font-size:10px;font-weight:900}.mobile-native-rank b,.mobile-native-ledger b,.mobile-native-settings b,.mobile-native-contact b{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-native-rank em,.mobile-native-ledger em{color:var(--red);font-style:normal;font-size:12px;font-weight:900}.mobile-native-rank small,.mobile-native-ledger small,.mobile-native-settings em,.mobile-native-contact em{grid-column:2 / -1;color:var(--faint);font-size:10px;font-style:normal}.mobile-native-pulse{display:grid;gap:8px}.mobile-native-pulse article{display:grid;gap:4px;padding:10px;background:#ffffff0b;border:1px solid rgba(183,148,232,.11);border-radius:11px}.mobile-native-pulse span,.mobile-native-meta span{color:var(--gold);font-size:10px;font-weight:850}.mobile-native-pulse b{font-size:13px;line-height:1.35}.mobile-native-pulse p{margin:0;color:var(--muted);font-size:11px;line-height:1.52}.mobile-native-meta,.mobile-native-actions-row,.mobile-native-crosslinks,.mobile-native-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-native-actions-row button,.mobile-native-wide,.mobile-native-form button.primary,.mobile-native-composer button{min-height:40px;color:#fff;background:#ffffff0f;border:1px solid rgba(183,148,232,.16);border-radius:11px;font-size:12px;font-weight:900}.mobile-native-actions-row button.primary,.mobile-native-wide.primary,.mobile-native-form button.primary,.mobile-native-composer button{background:linear-gradient(135deg,#7c3aedeb,#b792f594);border-color:#d8b35f42}.mobile-native-wide{width:100%}.mobile-native-form{display:grid;gap:9px}.mobile-native-form label{display:grid;gap:6px}.mobile-native-form label span{color:var(--faint);font-size:11px;font-weight:850}.mobile-native-form input,.mobile-native-form textarea{width:100%;min-width:0;color:var(--text);background:#ffffff0e;border:1px solid rgba(183,148,232,.16);border-radius:11px;font-size:14px;line-height:1.45}.mobile-native-form input{min-height:40px;padding:0 11px}.mobile-native-form textarea{min-height:88px;padding:10px 11px;resize:vertical}.mobile-native-report{overflow:hidden}.mobile-native-report .generated-report-preview{padding:12px;border-radius:12px}.mobile-native-report .generated-report-preview h3{font-size:16px;line-height:1.35}.mobile-native-report .report-content-rendered{font-size:12px;line-height:1.65}.mobile-native-report .report-table-wrap{overflow-x:auto}.mobile-native-paper,.mobile-native-radar,.mobile-native-user-card{display:grid;gap:5px;padding:12px;background:radial-gradient(circle at 12% 0%,rgba(216,179,95,.13),transparent 34%),#ffffff0b;border:1px solid rgba(216,179,95,.18);border-radius:12px}.mobile-native-paper span,.mobile-native-user-card span,.mobile-native-radar em{color:var(--faint);font-size:11px;font-style:normal}.mobile-native-paper b,.mobile-native-user-card b{font-size:14px;line-height:1.36}.mobile-native-user-card strong{font-size:24px;line-height:1.15}.mobile-native-user-card em{width:fit-content;padding:4px 8px;color:var(--gold);background:#d8b35f1a;border:1px solid rgba(216,179,95,.16);border-radius:999px;font-size:11px;font-style:normal;font-weight:900}.mobile-native-radar{position:relative;min-height:112px;place-items:center;text-align:center;overflow:hidden}.mobile-native-radar span{width:82px;height:82px;border-radius:999px;background:conic-gradient(from 0deg,rgba(183,146,245,.95),transparent 34%,rgba(216,179,95,.7),transparent 68%,rgba(183,146,245,.95)),radial-gradient(circle,transparent 54%,rgba(183,146,245,.16) 55%);animation:mobileRadarSpin 1.2s linear infinite}.mobile-native-radar b{font-size:14px}.mobile-native-ai{display:grid;gap:10px}.mobile-native-chatbox{min-height:220px;max-height:48dvh;overflow:auto;padding:12px;background:#ffffff0b;border:1px solid rgba(183,148,232,.13);border-radius:12px}.mobile-native-chatbox p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}.mobile-native-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:end}.mobile-native-composer textarea{min-height:48px;max-height:128px;padding:11px;color:var(--text);background:#ffffff0e;border:1px solid rgba(183,148,232,.16);border-radius:14px;font-size:14px;resize:vertical}.mobile-native-composer button{width:42px;height:42px;min-height:42px;display:grid;place-items:center;border-radius:999px}.mobile-native-note-list,.mobile-native-announcements,.mobile-native-sub-list{display:grid;gap:8px}.mobile-native-note-list button,.mobile-native-announcements button{display:grid;gap:5px;padding:10px}.mobile-native-note-list b,.mobile-native-announcements b,.mobile-native-sub-list b{font-size:13px;line-height:1.35}.mobile-native-note-list span,.mobile-native-announcements span,.mobile-native-sub-list small{color:var(--faint);font-size:11px;line-height:1.5}.mobile-native-note-list em,.mobile-native-sub-list em{color:var(--gold);font-style:normal;font-size:11px;font-weight:900}.mobile-native-note-list button.active{color:var(--text);border-color:#d8b35f47;background:linear-gradient(135deg,#d8b35f1a,#7c3aed24)}.mobile-native-insight-article-shell{display:grid;gap:8px}.mobile-native-insight-article-shell>.ghost-button{width:max-content;min-height:28px;padding:0 10px;font-size:10px}.mobile-native-announcements p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.65}.mobile-native-package-grid button{min-height:86px;display:grid;gap:4px;padding:10px}.mobile-native-package-grid b{font-size:17px}.mobile-native-package-grid span{color:var(--muted);font-size:11px}.mobile-native-package-grid em{width:fit-content;padding:3px 6px;color:#fff;background:#ff566ad1;border-radius:999px;font-size:10px;font-style:normal;font-weight:900}.mobile-native-logout{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:linear-gradient(135deg,#ff4757d1,#7c3aed70);border:1px solid rgba(255,71,87,.24);border-radius:12px;font-weight:900}.mobile-native-disclaimer{margin:0;color:var(--faint);font-size:11px;line-height:1.7}.mobile-native-nav{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;padding:7px max(8px,env(safe-area-inset-left)) max(7px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-right));background:#0c0717eb;border-top:1px solid rgba(183,148,232,.16);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-native-nav button{min-width:0;height:49px;display:grid;place-items:center;gap:2px;position:relative;color:var(--faint);background:transparent;border:1px solid transparent;border-radius:12px}.mobile-native-nav button.active{color:#fff;background:linear-gradient(135deg,#7c3aede6,#b792f58a);border-color:#d8b35f3d}.mobile-native-nav span{max-width:100%;overflow:hidden;font-size:9px;font-weight:850;line-height:1;text-overflow:ellipsis;white-space:nowrap}.mobile-native-nav i,.mobile-native-more i{position:absolute;top:7px;right:9px;width:7px;height:7px;background:var(--red);border-radius:999px}.mobile-native-more{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;align-items:end;padding:12px 12px 72px;background:#05030a6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-native-more section{width:min(100%,560px);display:grid;gap:12px;margin:0 auto;padding:14px;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent),#110d1ff5;border:1px solid rgba(183,148,232,.2);border-radius:18px;box-shadow:0 24px 70px #0000006b}.mobile-native-more header{display:flex;align-items:center;justify-content:space-between}.mobile-native-more header b{font-size:15px}.mobile-native-more section>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-native-more section>div>button{min-height:48px;display:flex;align-items:center;gap:8px;position:relative;padding:0 11px;color:var(--muted);background:#ffffff0d;border:1px solid rgba(183,148,232,.14);border-radius:12px}.mobile-native-more section>div>button.active{color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f56b)}@media(min-width:621px){.mobile-native-shell{border-left:1px solid rgba(183,148,232,.12);border-right:1px solid rgba(183,148,232,.12)}.mobile-native-page{padding-inline:16px}.mobile-native-guide,.mobile-native-package-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-native-market-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}.mobile-native-top{grid-template-columns:minmax(0,1fr) auto auto!important;gap:5px!important;padding:6px 7px 5px!important}.mobile-native-layout-switch{min-width:56px!important;width:auto!important;height:27px!important;padding:0 6px!important;font-size:8px!important}.mobile-native-actions,.mobile-native-actions button{gap:3px!important}.mobile-native-actions button{width:27px!important;height:27px!important;min-width:27px!important;min-height:27px!important;padding:0!important;border-radius:7px!important}.mobile-native-actions svg{width:12px!important;height:12px!important}.mobile-native-time span{height:23px!important;padding:0 5px!important;font-size:7px!important}.mobile-native-time b,.mobile-native-time em{font-size:7px!important}.mobile-native-parity>.mobile-native-page{padding:6px 6px 8px!important}.mobile-native-hero{grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important;margin-bottom:6px!important;padding:6px 7px!important;border-radius:8px!important}.mobile-native-hero>span{width:24px!important;height:24px!important;border-radius:7px!important}.mobile-native-hero>span svg{width:12px!important;height:12px!important}.mobile-native-hero em{margin-bottom:1px!important;font-size:7px!important}.mobile-native-hero h1{font-size:13px!important;line-height:1.15!important}.mobile-native-hero p{margin-top:2px!important;font-size:8px!important;line-height:1.3!important}.mobile-native-card{gap:6px!important;margin-bottom:6px!important;padding:7px!important;border-radius:8px!important}.mobile-native-card>header{min-height:17px!important}.mobile-native-card>header b{gap:4px!important;font-size:10px!important;line-height:1.2!important}.mobile-native-card>header svg{width:11px!important;height:11px!important}.mobile-native-guide{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;margin-bottom:6px!important}.mobile-native-guide button{min-height:43px!important;height:43px!important;gap:1px!important;padding:5px!important;border-radius:7px!important}.mobile-native-guide span{font-size:7px!important}.mobile-native-guide b{font-size:9px!important;line-height:1.15!important}.mobile-native-guide em{font-size:6.5px!important;line-height:1.18!important}.mobile-native-market-strip{gap:4px!important;margin-bottom:6px!important}.mobile-native-market-strip button{min-height:54px!important;height:54px!important;gap:2px!important;padding:5px!important;border-radius:7px!important}.mobile-native-market-strip button svg{width:11px!important;height:11px!important}.mobile-native-market-strip span,.mobile-native-market-strip em{font-size:7px!important}.mobile-native-market-strip b{font-size:10px!important}.mobile-native-tabs{gap:4px!important}.mobile-native-tabs button{min-height:25px!important;padding:0 7px!important;border-radius:7px!important;font-size:8px!important}.mobile-native-market-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible!important;padding-bottom:5px!important}.mobile-native-market-tabs button{width:100%!important;min-width:0!important;padding-inline:3px!important;white-space:normal!important}.mobile-native-rank{gap:3px!important}.mobile-native-rank>span{grid-template-columns:15px minmax(55px,.9fr) minmax(56px,1.4fr) 39px minmax(42px,.8fr)!important;gap:4px!important;padding:5px 6px!important;border-radius:6px!important}.mobile-native-rank>span>i,.mobile-native-rank>span>b,.mobile-native-rank>span>em,.mobile-native-rank>span>small{grid-column:auto!important;min-width:0!important;overflow:hidden!important;font-size:7.5px!important;line-height:1.15!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-heat-bar{width:100%!important;height:5px!important;display:block!important;overflow:hidden!important;background:#b794e81c!important;border-radius:999px!important}.mobile-native-heat-bar>i{height:100%!important;display:block!important;border-radius:inherit!important}.mobile-native-user-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}.mobile-native-user-stats small{font-size:7px!important}.mobile-native-user-stats b{font-size:8px!important}.mobile-native-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important}.mobile-native-package-grid button{min-height:58px!important;height:58px!important;padding:6px!important;border-radius:7px!important}.mobile-native-package-grid b{font-size:13px!important}.mobile-native-package-grid span,.mobile-native-package-grid em{font-size:7px!important}.mobile-native-nav button{height:34px!important;min-height:34px!important}@media(max-width:340px){.mobile-native-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.sidebar-brand{position:relative}.sidebar-layout-switch{position:static;flex:0 0 auto;margin-left:14px;display:grid!important;grid-template-columns:1fr;grid-template-rows:repeat(2,1fr);gap:2px;padding:2px;background:#0c0717c2;border:1px solid rgba(183,148,232,.18);border-radius:7px;z-index:8}.sidebar-layout-switch button{min-width:58px;height:19px;display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:0 4px;color:var(--faint);background:transparent;border:1px solid transparent;border-radius:5px;font-size:7px;font-weight:850;white-space:nowrap}.sidebar-layout-switch button.active{color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f56b);border-color:#d8b35f33}.sidebar-layout-switch button svg{width:10px;height:10px}.sidebar.collapsed .sidebar-layout-switch{margin-left:0;grid-template-columns:1fr}.sidebar.collapsed .sidebar-layout-switch button{min-width:23px;width:23px;padding:0}html[data-layout=desktop] .app.desktop-ui .topbar .layout-switcher{display:none!important}.mobile-native-market-stat-list{width:100%;display:grid;gap:1px}.mobile-native-market-stat-list>span{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:2px;color:var(--faint);font-size:6px!important;line-height:1.1}.mobile-native-market-stat-list>span em{min-width:0;overflow:hidden;font-size:6px!important;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.mobile-native-market-stat-list>span b{flex:0 0 auto;font-size:6.5px!important;font-weight:850}.mobile-native-top{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:5px;padding:6px 7px 5px}.mobile-native-layout-switch{min-width:56px;height:27px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:0 6px;color:#fff;background:linear-gradient(135deg,#7c3aedc7,#b792f557);border:1px solid rgba(183,148,232,.22);border-radius:7px;font-size:8px;font-weight:850;white-space:nowrap}.mobile-native-actions{gap:3px}.mobile-native-actions button{width:27px;height:27px;border-radius:7px}.mobile-native-actions svg{width:12px;height:12px}.mobile-native-time{grid-column:1 / -1;gap:4px}.mobile-native-time span{height:23px;grid-template-columns:10px 13px minmax(0,1fr) 20px;gap:2px;padding:0 5px;border-radius:6px;font-size:7px}.mobile-native-time b,.mobile-native-time em{font-size:7px}.mobile-native-time svg{width:9px;height:9px}.mobile-native-parity>.mobile-native-page{padding:6px 6px 8px}.mobile-native-hero{grid-template-columns:24px minmax(0,1fr);gap:6px;margin-bottom:6px;padding:6px 7px;border-radius:8px}.mobile-native-hero>span{width:24px;height:24px;border-radius:7px}.mobile-native-hero>span svg{width:12px;height:12px}.mobile-native-hero em{margin:0 0 1px;font-size:7px;line-height:1.1}.mobile-native-hero h1{font-size:13px;line-height:1.15}.mobile-native-hero p{margin-top:2px;font-size:8px;line-height:1.3}.mobile-native-card{gap:6px;margin-bottom:6px;padding:7px;border-radius:8px}.mobile-native-card>header{min-height:17px}.mobile-native-card>header b{gap:4px;font-size:10px;line-height:1.2}.mobile-native-card>header svg{width:11px;height:11px}.mobile-native-guide{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-bottom:6px}.mobile-native-guide button{min-height:43px;gap:1px;padding:5px;border-radius:7px}.mobile-native-guide span{font-size:7px}.mobile-native-guide b{overflow:hidden;font-size:9px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-native-guide em{display:-webkit-box;overflow:hidden;font-size:6.5px;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-native-market-strip{gap:4px;margin-bottom:6px}.mobile-native-market-strip button{min-height:54px;gap:2px;padding:5px;border-radius:7px}.mobile-native-market-strip button svg{width:11px;height:11px}.mobile-native-market-strip span,.mobile-native-market-strip em{font-size:7px}.mobile-native-market-strip b{font-size:10px}.mobile-native-tabs{gap:4px}.mobile-native-tabs button{min-height:25px;padding:0 7px;border-radius:7px;font-size:8px}.mobile-native-market-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;padding-bottom:5px}.mobile-native-market-tabs button{width:100%;min-width:0;padding-inline:3px;white-space:normal}.mobile-native-rank{gap:3px}.mobile-native-rank>span{grid-template-columns:15px minmax(55px,.9fr) minmax(56px,1.4fr) 39px minmax(42px,.8fr);gap:4px;padding:5px 6px;border-radius:6px}.mobile-native-rank>span>i,.mobile-native-rank>span>b,.mobile-native-rank>span>em,.mobile-native-rank>span>small{grid-column:auto;min-width:0;overflow:hidden;font-size:7.5px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.mobile-native-rank>span>em{text-align:right}.mobile-native-heat-bar{width:100%;height:5px;display:block;overflow:hidden;background:#b794e81c;border-radius:999px}.mobile-native-heat-bar>i{height:100%;display:block;background:linear-gradient(90deg,#58a6ff,#b792f5,#e1b95c);border-radius:inherit;animation:mobileHeatGrow .42s ease-out both}.mobile-native-meta,.mobile-native-actions-row,.mobile-native-crosslinks{gap:4px}.mobile-native-meta span,.mobile-native-small{font-size:8px;line-height:1.35}.mobile-native-actions-row button,.mobile-native-wide,.mobile-native-form button.primary,.mobile-native-composer button{min-height:29px;border-radius:7px;font-size:9px}.mobile-native-form{gap:6px}.mobile-native-form label{gap:3px}.mobile-native-form label span{font-size:8px}.mobile-native-form input,.mobile-native-form textarea,.mobile-native-composer textarea{border-radius:7px;font-size:10px}.mobile-native-form input{min-height:30px;padding:0 7px}.mobile-native-form textarea{min-height:60px;padding:7px}.mobile-native-paper,.mobile-native-radar,.mobile-native-user-card{gap:3px;padding:7px;border-radius:7px}.mobile-native-user-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.mobile-native-user-card b,.mobile-native-user-card span,.mobile-native-user-card strong,.mobile-native-user-card em{min-width:0}.mobile-native-user-card b{font-size:11px}.mobile-native-user-card span{font-size:8px}.mobile-native-user-card strong{grid-column:2;grid-row:1 / span 2;font-size:16px;text-align:right}.mobile-native-user-card em{grid-column:1 / -1;padding:2px 5px;font-size:7px}.mobile-native-user-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:6px}.mobile-native-user-stats span{min-width:0;display:grid;gap:2px;padding:6px;background:#ffffff0a;border:1px solid rgba(183,148,232,.12);border-radius:7px}.mobile-native-user-stats small{color:var(--faint);font-size:7px}.mobile-native-user-stats b{min-width:0;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mobile-native-ledger,.mobile-native-settings,.mobile-native-contact,.mobile-native-sub-list{gap:4px}.mobile-native-ledger span,.mobile-native-settings span,.mobile-native-contact span,.mobile-native-sub-list span{gap:4px;padding:5px 6px;border-radius:6px}.mobile-native-ledger b,.mobile-native-settings b,.mobile-native-contact b,.mobile-native-sub-list b{font-size:8px}.mobile-native-ledger em,.mobile-native-ledger small,.mobile-native-settings em,.mobile-native-contact em,.mobile-native-sub-list em,.mobile-native-sub-list small{font-size:7px}.mobile-native-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.mobile-native-package-grid button{min-height:58px;gap:2px;padding:6px;border-radius:7px;text-align:center}.mobile-native-package-grid b{font-size:13px}.mobile-native-package-grid span,.mobile-native-package-grid em{font-size:7px}.mobile-native-package-grid em{justify-self:center;padding:2px 4px}.mobile-native-custom-recharge{display:grid;grid-template-columns:minmax(0,1fr) 76px;gap:4px}.mobile-native-custom-recharge label{min-width:0;height:28px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;padding:0 6px;background:#ffffff0a;border:1px solid rgba(183,148,232,.13);border-radius:7px}.mobile-native-custom-recharge label span,.mobile-native-custom-recharge input,.mobile-native-custom-recharge button{font-size:8px}.mobile-native-custom-recharge input{width:100%;min-width:0;height:20px;padding:0 5px;color:var(--text);background:#ffffff0b;border:0;border-radius:4px}.mobile-native-custom-recharge button,.mobile-native-sub-list button{min-height:26px;color:#fff;background:linear-gradient(135deg,#7c3aeddb,#b792f575);border:1px solid rgba(183,148,232,.18);border-radius:6px;font-size:8px;font-weight:850}.mobile-native-sub-list span{grid-template-columns:minmax(0,1fr) auto 48px}.mobile-native-sub-list small{grid-column:1 / 3}.mobile-native-sub-list button{grid-column:3;grid-row:1 / span 2}.mobile-native-logout{min-height:30px;border-radius:7px;font-size:9px}.mobile-native-logout svg{width:11px;height:11px}.mobile-native-chatbox{min-height:150px;padding:7px;border-radius:7px}.mobile-native-chatbox p{font-size:9px;line-height:1.45}.mobile-native-composer{grid-template-columns:minmax(0,1fr) 32px;gap:4px}.mobile-native-composer textarea{min-height:38px;padding:7px}.mobile-native-composer button{width:32px;height:32px;min-height:32px}.mobile-native-note-list button,.mobile-native-announcements button{gap:3px;padding:6px;border-radius:7px}.mobile-native-note-list b,.mobile-native-announcements b{font-size:9px}.mobile-native-note-list span,.mobile-native-announcements span,.mobile-native-announcements p{font-size:8px;line-height:1.4}.mobile-native-report .generated-report-preview{padding:7px!important;border-radius:7px!important}.mobile-native-report .generated-report-preview h3{font-size:10px!important}.mobile-native-report .report-content-rendered,.mobile-native-report .report-content-rendered :is(p,li,span,em,strong,b){font-size:8px!important;line-height:1.35!important}.mobile-native-report .report-table-wrap{width:100%;overflow-x:auto}.mobile-native-report .report-table-wrap table{width:max-content;min-width:100%;table-layout:auto;font-size:7px!important}.mobile-native-report .report-table-wrap th,.mobile-native-report .report-table-wrap td{min-width:42px!important;max-width:74px!important;padding:2px 3px!important;font-size:7px!important;white-space:normal!important;word-break:break-word}.mobile-native-game-shell .page-shell{height:100%;padding:6px;overflow-y:auto}.mobile-native-game-shell .mystic-hub-grid{grid-template-columns:1fr!important;gap:6px!important;margin-bottom:6px!important}.mobile-native-game-shell .panel{padding:7px!important}.mobile-native-game-shell .coin-module,.mobile-native-game-shell .grail-module{gap:6px;min-height:0}.mobile-native-game-shell .oracle-stage-button,.mobile-native-game-shell .jiaobei-button{width:min(100%,180px);height:112px}.mobile-native-game-shell .oracle-series span{min-width:34px;height:22px;padding:0 5px;font-size:8px!important}.mobile-native-game-shell .oracle-actions{gap:4px}.mobile-native-game-shell .oracle-actions button{min-height:26px!important;font-size:8px!important}.mobile-native-game-shell .mystic-record-item{padding:6px}.mobile-native-nav button{height:34px;min-height:34px}.mobile-native-nav svg{width:12px!important;height:12px!important}.mobile-native-nav span{font-size:7px!important}@media(max-width:340px){.mobile-native-brand span,.mobile-native-layout-switch span{display:none}.mobile-native-layout-switch{min-width:27px;width:27px;padding:0}.mobile-native-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){html[data-layout=desktop] .app.desktop-ui .layout-switcher{width:fit-content!important;height:auto!important;grid-template-columns:1fr!important;grid-template-rows:1fr 1fr!important;position:static!important;top:auto!important;left:auto!important;z-index:auto!important;padding:2px!important;background:#ffffff0a!important;border:1px solid rgba(183,148,232,.14)!important;border-radius:7px!important;-webkit-backdrop-filter:none;backdrop-filter:none}html[data-layout=desktop] .app.desktop-ui .layout-switcher button{min-width:54px!important;height:18px!important;padding:0 4px!important;gap:2px!important;font-size:7px!important}html[data-layout=desktop] .app.desktop-ui .layout-switcher button svg{width:9px!important;height:9px!important}}@keyframes mobileHeatGrow{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@media(max-width:360px){.mobile-native-actions .mode-pill span{display:none}.mobile-native-actions .mode-pill{min-width:34px;padding:0}.mobile-native-nav span{font-size:8px}.mobile-native-market-strip{grid-template-columns:1fr}}.app.light.mobile-native-ui .mobile-native-shell{background:#fff8ec85}.app.light.mobile-native-ui .mobile-native-top,.app.light.mobile-native-ui .mobile-native-nav,.app.light.mobile-native-ui .mobile-native-more section{background:#fffaf2eb;border-color:#ab84582e}.app.light.mobile-native-ui .mobile-native-card,.app.light.mobile-native-ui .mobile-native-hero,.app.light.mobile-native-ui .mobile-native-guide button,.app.light.mobile-native-ui .mobile-native-market-strip button,.app.light.mobile-native-ui .mobile-native-rank span,.app.light.mobile-native-ui .mobile-native-pulse article,.app.light.mobile-native-ui .mobile-native-form input,.app.light.mobile-native-ui .mobile-native-form textarea,.app.light.mobile-native-ui .mobile-native-chatbox,.app.light.mobile-native-ui .mobile-native-composer textarea{background:#fffaf2bd;border-color:#ab84582e}@keyframes mobileCardRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileRadarSpin{to{transform:rotate(360deg)}}.mobile-native-stage{position:relative;min-width:0;min-height:0;overflow:hidden}.mobile-native-parity{display:none;width:100%;height:100%;min-width:0;overflow:hidden;padding:0}.mobile-native-parity.active{display:block}.mobile-native-parity::-webkit-scrollbar{display:none}.mobile-native-parity .page-shell{width:100%;min-width:0;max-width:none;min-height:0;height:100%;padding:10px 10px 82px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.mobile-native-parity .page-shell::-webkit-scrollbar{display:none}.mobile-native-parity .page-header{margin-bottom:10px}.mobile-native-parity .page-header h1{font-size:20px;line-height:1.25}.mobile-native-parity .page-header p:last-child{max-width:58ch;font-size:11px;line-height:1.55}.mobile-native-parity *{min-width:0}.mobile-native-parity .market-grid,.mobile-native-parity .dashboard-row,.mobile-native-parity .analysis-layout,.mobile-native-parity .analysis-grid,.mobile-native-parity .report-split,.mobile-native-parity .mystic-hub-grid,.mobile-native-parity .backtest-layout,.mobile-native-parity .pricing-grid,.mobile-native-parity .usage-guide-strip,.mobile-native-parity .history-browser,.mobile-native-parity .history-browser.modern{grid-template-columns:minmax(0,1fr)!important;gap:10px}.mobile-native-parity .panel,.mobile-native-parity .market-card,.mobile-native-parity .report-card,.mobile-native-parity .history-panel,.mobile-native-parity .history-detail,.mobile-native-parity .locked-panel,.mobile-native-parity .capability-hero,.mobile-native-parity .mystic-result,.mobile-native-parity .mystic-input-shell,.mobile-native-parity .backtest-result-view,.mobile-native-parity .user-banner,.mobile-native-parity .pricing-home-card,.mobile-native-parity .recharge-level-card,.mobile-native-parity .membership-card,.mobile-native-parity .generated-report-preview{width:100%;max-width:100%;overflow:hidden;border-radius:11px}.mobile-native-parity .panel,.mobile-native-parity .market-card,.mobile-native-parity .report-card,.mobile-native-parity .history-panel,.mobile-native-parity .history-detail,.mobile-native-parity .locked-panel,.mobile-native-parity .generated-report-preview{padding:11px}.mobile-native-parity .panel-header,.mobile-native-parity .generated-report-head,.mobile-native-parity .history-panel header,.mobile-native-parity .history-detail-head,.mobile-native-parity .pricing-section-title,.mobile-native-parity .payment-action-row,.mobile-native-parity .backtest-result-hero{align-items:flex-start;flex-wrap:wrap;gap:7px}.mobile-native-parity .section-tabs,.mobile-native-parity .segmented,.mobile-native-parity .radio-row,.mobile-native-parity .daily-news-branch-tabs,.mobile-native-parity .pricing-subnav{width:100%;max-width:100%;display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.mobile-native-parity .section-tabs::-webkit-scrollbar,.mobile-native-parity .segmented::-webkit-scrollbar,.mobile-native-parity .radio-row::-webkit-scrollbar,.mobile-native-parity .daily-news-branch-tabs::-webkit-scrollbar,.mobile-native-parity .pricing-subnav::-webkit-scrollbar{display:none}.mobile-native-parity .section-tabs button,.mobile-native-parity .segmented button,.mobile-native-parity .radio-row button,.mobile-native-parity .daily-news-branch-tabs button,.mobile-native-parity .pricing-subnav button{flex:0 0 auto;min-width:78px;min-height:34px;padding:0 10px;white-space:nowrap;writing-mode:horizontal-tb}.mobile-native-parity .report-table-wrap,.mobile-native-parity .table-wrap,.mobile-native-parity .chart-wrap,.mobile-native-parity .history-table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.mobile-native-parity canvas,.mobile-native-parity svg,.mobile-native-parity img{max-width:100%}.mobile-native-parity input,.mobile-native-parity textarea,.mobile-native-parity select,.mobile-native-parity button{max-width:100%}.mobile-native-parity .report-content-rendered{font-size:12px;line-height:1.68}.mobile-native-parity .report-provider-notice{margin:5px 0 0;color:#d6a7ff;font-size:10px;line-height:1.5}.mobile-native-shell{width:min(100vw,760px)}.mobile-native-top{gap:6px;padding:8px 10px 7px}.mobile-native-brand img{width:30px;height:30px}.mobile-native-brand b{font-size:14px}.mobile-native-brand span{font-size:9px}.mobile-native-actions button{width:31px;height:31px;border-radius:9px}.mobile-native-actions .mode-pill{min-width:68px;height:31px}.mobile-native-time{gap:6px}.mobile-native-time span{height:26px;grid-template-columns:13px 18px minmax(0,1fr) 26px;padding:0 7px;font-size:9px}.mobile-native-time b{font-size:9px}.mobile-native-page{padding:9px 10px 78px}.mobile-native-hero{grid-template-columns:32px minmax(0,1fr);gap:9px;margin-bottom:9px;padding:10px;border-radius:12px}.mobile-native-hero>span{width:32px;height:32px;border-radius:10px}.mobile-native-hero em{margin-bottom:2px;font-size:9px}.mobile-native-hero h1{font-size:18px}.mobile-native-hero p{margin-top:4px;font-size:11px;line-height:1.5}.mobile-native-card{gap:8px;margin-bottom:9px;padding:10px;border-radius:12px}.mobile-native-card>header b{font-size:14px}.mobile-native-guide{gap:7px;margin-bottom:9px}.mobile-native-guide button{min-height:64px;gap:2px;padding:8px}.mobile-native-guide b{font-size:13px}.mobile-native-guide em,.mobile-native-small{font-size:10px;line-height:1.42}.mobile-native-market-strip{gap:7px;margin-bottom:9px}.mobile-native-market-strip button{min-height:76px;gap:4px;padding:8px}.mobile-native-market-strip b{font-size:15px}.mobile-native-rank span,.mobile-native-ledger span,.mobile-native-settings span,.mobile-native-contact span,.mobile-native-sub-list span{padding:8px;border-radius:10px}.mobile-native-pulse article{padding:8px}.mobile-native-nav{padding-top:5px}.mobile-native-nav button{height:45px}.mobile-native-shell{width:min(100vw,760px);grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.mobile-native-top{grid-column:1 / -1}.mobile-native-stage{grid-column:2;grid-row:2}.mobile-native-nav{grid-column:1;grid-row:2;display:flex;flex-direction:column;gap:3px;min-height:0;padding:5px 3px max(5px,env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;background:#0c0717eb;border-top:0;border-right:1px solid rgba(183,148,232,.14);scrollbar-width:none}.mobile-native-nav::-webkit-scrollbar{display:none}.mobile-native-nav button{width:100%;height:37px;min-height:37px;flex:0 0 auto;gap:1px;border-radius:9px}.mobile-native-nav span{font-size:7px;line-height:1.05}.mobile-native-nav i{top:5px;right:6px}.mobile-native-parity .page-shell{padding:6px 7px 8px;font-size:11px}.mobile-native-parity .page-header{gap:4px;margin-bottom:6px}.mobile-native-parity .page-header p:first-child{margin:0;font-size:8px;line-height:1.2}.mobile-native-parity .page-header h1{font-size:15px;line-height:1.18}.mobile-native-parity .page-header p:last-child{margin-top:2px;font-size:9px;line-height:1.38}.mobile-native-parity .usage-guide-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;margin:0 0 6px!important}.mobile-native-parity .usage-guide-strip button{min-height:0!important;height:48px!important;padding:5px 6px!important;gap:1px!important;align-content:center!important;border-radius:8px!important}.mobile-native-parity .usage-guide-strip span{font-size:8px!important}.mobile-native-parity .usage-guide-strip b{display:-webkit-box!important;overflow:hidden!important;font-size:8.5px!important;line-height:1.18!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.mobile-native-parity .usage-guide-strip em,.mobile-native-parity .usage-guide-strip small,.mobile-native-parity .usage-guide-strip p{font-size:8px!important;line-height:1.25!important}.mobile-native-parity .market-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.mobile-native-parity .dashboard-row,.mobile-native-parity .analysis-grid,.mobile-native-parity .report-split,.mobile-native-parity .backtest-layout,.mobile-native-parity .pricing-grid,.mobile-native-parity .history-browser,.mobile-native-parity .history-browser.modern,.mobile-native-parity .analysis-layout{gap:6px!important}.mobile-native-parity .panel,.mobile-native-parity .market-card,.mobile-native-parity .report-card,.mobile-native-parity .history-panel,.mobile-native-parity .history-detail,.mobile-native-parity .locked-panel,.mobile-native-parity .generated-report-preview,.mobile-native-parity .capability-hero,.mobile-native-parity .mystic-input-shell,.mobile-native-parity .mystic-result,.mobile-native-parity .pricing-home-card,.mobile-native-parity .membership-card,.mobile-native-parity .recharge-level-card,.mobile-native-parity .backtest-result-view{padding:6px!important;border-radius:8px!important}.mobile-native-parity .market-card{min-height:0!important;gap:4px!important}.mobile-native-parity .market-head{min-height:0!important;height:auto!important;gap:3px!important}.mobile-native-parity .market-title{min-height:0!important}.mobile-native-parity .market-symbol{width:22px!important;height:22px!important;min-width:22px!important;border-radius:7px!important}.mobile-native-parity .market-session-chip{min-height:19px!important;padding:2px 5px!important;border-radius:999px!important;font-size:8px!important}.mobile-native-parity .market-stat-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:3px!important}.mobile-native-parity .market-stat-strip span{min-height:0!important;padding:3px 2px!important;border-radius:6px!important;text-align:center!important}.mobile-native-parity .market-stat-strip small{display:block!important;overflow:hidden!important;font-size:7px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-parity .market-stat-strip b{display:block!important;overflow:hidden!important;margin-top:1px!important;font-size:8px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-parity .market-quotes{display:grid!important;gap:3px!important}.mobile-native-parity .market-quote{min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 38px!important;gap:3px!important;padding:3px!important;border-radius:7px!important}.mobile-native-parity .quote-name{min-height:0!important;height:auto!important;display:block!important}.mobile-native-parity .quote-name b{display:block!important;overflow:hidden!important;font-size:8.5px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-parity .quote-name span,.mobile-native-parity .quote-spark{display:none!important}.mobile-native-parity .quote-value-card{min-height:0!important;height:auto!important;display:block!important;padding:0!important;background:transparent!important;border:0!important}.mobile-native-parity .quote-price{display:block!important;overflow:hidden!important;font-size:8px!important;line-height:1.1!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-parity .change{display:block!important;font-size:7.5px!important;line-height:1.1!important;text-align:right!important}.mobile-native-parity .market-meta{margin:0!important;font-size:8px!important;line-height:1.25!important}.mobile-native-parity .market-card h3,.mobile-native-parity .panel-header h2,.mobile-native-parity .report-card h3,.mobile-native-parity .history-detail h3,.mobile-native-parity .generated-report-preview h3,.mobile-native-parity .capability-hero h3,.mobile-native-parity .backtest-result-view h3{font-size:12px!important;line-height:1.18!important;margin:0!important}.mobile-native-parity .market-card p,.mobile-native-parity .report-card p,.mobile-native-parity .panel p,.mobile-native-parity .history-detail p,.mobile-native-parity .generated-report-preview p,.mobile-native-parity .capability-hero p,.mobile-native-parity .form-message,.mobile-native-parity .empty-state p{font-size:9px!important;line-height:1.35!important}.mobile-native-parity .market-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-native-parity .market-stats,.mobile-native-parity .metric-grid,.mobile-native-parity .overview-stats,.mobile-native-parity .report-action-grid,.mobile-native-parity .credit-pack-grid,.mobile-native-parity .membership-grid,.mobile-native-parity .recharge-choice-grid{gap:4px!important}.mobile-native-parity .market-stats span,.mobile-native-parity .metric-card,.mobile-native-parity .stat-card,.mobile-native-parity .mini-ledger span,.mobile-native-parity .credit-ledger-item{padding:4px 5px!important;border-radius:7px!important;font-size:9px!important;line-height:1.2!important}.mobile-native-parity .panel-header,.mobile-native-parity .generated-report-head,.mobile-native-parity .history-panel header,.mobile-native-parity .history-detail-head,.mobile-native-parity .pricing-section-title,.mobile-native-parity .payment-action-row,.mobile-native-parity .backtest-result-hero{gap:4px!important;min-height:0!important}.mobile-native-parity .section-tabs,.mobile-native-parity .segmented,.mobile-native-parity .radio-row,.mobile-native-parity .pricing-subnav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px!important;padding:0!important;overflow:visible!important}.mobile-native-parity .section-tabs button,.mobile-native-parity .segmented button,.mobile-native-parity .radio-row button,.mobile-native-parity .pricing-subnav button{min-width:0!important;min-height:27px!important;height:auto!important;padding:3px 5px!important;border-radius:8px!important;font-size:9px!important;line-height:1.15!important;white-space:normal!important;text-align:center!important}.mobile-native-parity .daily-news-branch-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important;padding:0!important;overflow:visible!important}.mobile-native-parity .daily-news-branch-tabs button{min-width:0!important;min-height:34px!important;height:34px!important;display:grid!important;align-content:center!important;gap:1px!important;padding:3px 5px!important;border-radius:8px!important;white-space:normal!important}.mobile-native-parity .daily-news-branch-tabs button span{overflow:hidden!important;font-size:9px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mobile-native-parity .daily-news-branch-tabs em{font-size:7.5px!important;line-height:1.05!important}.mobile-native-parity .section-tabs button b,.mobile-native-parity .section-tabs button span,.mobile-native-parity .section-tabs em{font-size:9px!important;line-height:1.15!important}.mobile-native-parity input,.mobile-native-parity textarea,.mobile-native-parity select{min-height:29px!important;padding:5px 7px!important;border-radius:7px!important;font-size:11px!important;line-height:1.3!important}.mobile-native-parity textarea{min-height:64px!important}.mobile-native-parity button,.mobile-native-parity .ghost-button,.mobile-native-parity .primary-button,.mobile-native-parity .icon-button{min-height:28px;border-radius:8px;font-size:10px}.mobile-native-parity .generated-report-preview{gap:5px!important}.mobile-native-parity .generated-report-head{font-size:9px!important}.mobile-native-parity .generated-report-preview>h3{font-size:13px!important;line-height:1.18!important}.mobile-native-parity .report-content-rendered,.mobile-native-parity .report-content-rendered.compact{font-size:10px!important;line-height:1.45!important}.mobile-native-parity .report-content-rendered h1.report-md-heading,.mobile-native-parity .report-content-rendered h2.report-md-heading,.mobile-native-parity .report-content-rendered h3.report-md-heading,.mobile-native-parity .report-md-heading{margin:8px 0 4px!important;font-size:12px!important;line-height:1.22!important}.mobile-native-parity .report-md-paragraph,.mobile-native-parity .report-md-list,.mobile-native-parity .report-md-note{margin:4px 0!important;font-size:10px!important;line-height:1.45!important}.mobile-native-parity .report-section-card,.mobile-native-parity .report-section-block{padding:6px!important;margin:6px 0!important;border-radius:8px!important}.mobile-native-parity .report-reader,.mobile-native-parity .daily-news-report-layout,.mobile-native-parity .selection-news-reader,.mobile-native-parity .selection-report-body,.mobile-native-parity .free-brief-body{gap:6px!important}.mobile-native-parity .report-reader-intro,.mobile-native-parity .report-key-highlights,.mobile-native-parity .daily-news-brief-card,.mobile-native-parity .daily-news-full-card{padding:6px!important;border-radius:8px!important}.mobile-native-parity .report-key-highlights{gap:4px!important}.mobile-native-parity .report-key-highlights b,.mobile-native-parity .report-key-highlights span{font-size:9px!important;line-height:1.35!important}.mobile-native-parity .whole-report-toggle{padding:4px 7px!important;gap:4px!important;min-height:25px!important}.mobile-native-parity .whole-report-toggle span{font-size:9px!important}.mobile-native-parity .report-section-nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px!important}.mobile-native-parity .report-section-nav button{min-height:34px!important;grid-template-columns:18px minmax(0,1fr)!important;gap:4px!important;padding:4px 5px!important;border-radius:8px!important}.mobile-native-parity .report-section-nav span,.mobile-native-parity .report-section-toggle span{width:18px!important;height:18px!important;border-radius:6px!important;font-size:8px!important}.mobile-native-parity .report-section-nav b,.mobile-native-parity .report-section-toggle b{font-size:9px!important;line-height:1.25!important}.mobile-native-parity .report-section-card>header,.mobile-native-parity .report-section-block>header{min-height:28px!important;gap:5px!important}.mobile-native-parity .report-section-toggle{min-height:28px!important;padding:5px 6px!important;gap:5px!important}.mobile-native-parity .report-section-card h3,.mobile-native-parity .report-section-block h3,.mobile-native-parity .report-section-toggle h2,.mobile-native-parity .report-section-toggle h3,.mobile-native-parity .report-section-toggle h4{font-size:12px!important;line-height:1.2!important}.mobile-native-parity .report-section-block>.report-content-rendered,.mobile-native-parity .report-section-card>.report-content-rendered{padding:3px 6px 7px!important}.mobile-native-parity .report-md-highlight,.mobile-native-parity .report-md-list li.report-md-highlight-item{padding:5px 6px!important;border-radius:7px!important}.mobile-native-parity .selection-pick-list,.mobile-native-parity .selection-pick-grid{gap:5px!important}.mobile-native-parity .selection-pick-card,.mobile-native-parity .selection-pick-card.open{grid-template-columns:minmax(0,1fr) auto!important;gap:5px!important;padding:5px 6px!important;border-radius:8px!important}.mobile-native-parity .selection-pick-card>div:first-child{gap:4px!important}.mobile-native-parity .selection-pick-card b{font-size:10px!important}.mobile-native-parity .selection-pick-card span,.mobile-native-parity .selection-pick-card em,.mobile-native-parity .selection-pick-card small{font-size:8.5px!important;line-height:1.25!important}.mobile-native-parity .capability-hero{grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important}.mobile-native-parity .capability-hero-icon{width:24px!important;height:24px!important;border-radius:7px!important}.mobile-native-parity .capability-hero-tags{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:3px!important}.mobile-native-parity .capability-hero-tags em{padding:2px 5px!important;border-radius:999px!important;font-size:8px!important}.mobile-native-parity .report-table-wrap{width:100%;overflow-x:auto;padding-bottom:2px}.mobile-native-parity .report-table-wrap table{width:100%!important;min-width:100%!important;table-layout:auto!important;border-spacing:0!important;font-size:8.5px!important}.mobile-native-parity .report-table-wrap th,.mobile-native-parity .report-table-wrap td{min-width:46px!important;max-width:92px!important;padding:3px 4px!important;white-space:normal!important;word-break:break-word!important;line-height:1.25!important}.mobile-native-parity .chart-card,.mobile-native-parity .report-chart-block,.mobile-native-parity .backtest-result-view svg,.mobile-native-parity .equity-curve{max-height:220px}.mobile-native-shell{grid-template-columns:36px minmax(0,1fr)}.mobile-native-nav{width:36px;padding-inline:2px}.mobile-native-nav button{height:32px;min-height:32px;border-radius:8px}.mobile-native-nav svg{width:11px!important;height:11px!important;stroke-width:2.1}.mobile-native-nav span{font-size:6px!important;line-height:1!important}.mobile-native-parity .page-shell{padding:5px 6px 7px;font-size:9px!important}.mobile-native-parity .page-header h1{font-size:13px!important}.mobile-native-parity .page-header p{font-size:8px!important;line-height:1.28!important}.mobile-native-parity :is(.panel,.market-card,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.capability-hero,.mystic-input-shell,.mystic-result,.pricing-home-card,.membership-card,.recharge-level-card,.backtest-result-view,.daily-news-brief-card,.daily-news-full-card,.report-reader){font-size:8.5px!important}.mobile-native-parity :is(.panel,.market-card,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.capability-hero,.mystic-input-shell,.mystic-result,.pricing-home-card,.membership-card,.recharge-level-card,.backtest-result-view,.daily-news-brief-card,.daily-news-full-card,.report-reader) :is(p,span,em,small,li,label,button,input,textarea,select,td,th){font-size:8px!important;line-height:1.25!important}.mobile-native-parity :is(.panel,.market-card,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.capability-hero,.mystic-input-shell,.mystic-result,.pricing-home-card,.membership-card,.recharge-level-card,.backtest-result-view,.daily-news-brief-card,.daily-news-full-card,.report-reader) :is(b,strong){font-size:8.8px!important;line-height:1.18!important}.mobile-native-parity :is(.panel,.market-card,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.capability-hero,.mystic-input-shell,.mystic-result,.pricing-home-card,.membership-card,.recharge-level-card,.backtest-result-view,.daily-news-brief-card,.daily-news-full-card,.report-reader) :is(h1,h2,h3,h4){font-size:10.5px!important;line-height:1.16!important}.mobile-native-parity :is(button,.panel-header,.history-panel,.history-detail-head,.generated-report-head,.capability-hero,.locked-panel,.empty-state,.report-section-toggle,.whole-report-toggle,.settings-note,.about-emphasis) svg:not(.sparkline):not(.report-line-chart svg):not(.report-kline-chart svg):not(.report-radar-chart svg){width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;stroke-width:2.1}.mobile-native-parity .icon-button,.mobile-native-parity button.icon-button,.mobile-native-parity .ghost-button,.mobile-native-parity .primary-button{min-height:24px!important;padding:3px 6px!important;border-radius:7px!important;gap:3px!important;font-size:8px!important}.mobile-native-parity .market-grid{gap:4px!important}.mobile-native-parity .usage-guide-strip button{height:40px!important;padding:4px!important}.mobile-native-parity .usage-guide-strip span{font-size:7px!important}.mobile-native-parity .usage-guide-strip b{font-size:7.4px!important;line-height:1.12!important}.mobile-native-parity .market-card{gap:3px!important;padding:5px!important}.mobile-native-parity .market-head{gap:2px!important}.mobile-native-parity .market-symbol,.mobile-native-parity .capability-hero-icon,.mobile-native-parity .mystic-entry-icon,.mobile-native-parity .today-pick-icon,.mobile-native-parity .announcement-row-icon{width:18px!important;height:18px!important;min-width:18px!important;border-radius:6px!important}.mobile-native-parity .market-session-chip{min-height:16px!important;padding:1px 4px!important;font-size:7px!important}.mobile-native-parity .market-stat-strip span{padding:2px!important}.mobile-native-parity .market-stat-strip small,.mobile-native-parity .market-stat-strip b,.mobile-native-parity .quote-name b,.mobile-native-parity .quote-price,.mobile-native-parity .change,.mobile-native-parity .market-meta{font-size:7px!important}.mobile-native-parity .market-meta{display:-webkit-box!important;overflow:hidden!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important}.mobile-native-parity .market-quote{grid-template-columns:minmax(0,1fr) 34px!important;padding:2px 3px!important}.mobile-native-parity .section-tabs,.mobile-native-parity .daily-news-branch-tabs,.mobile-native-parity .segmented,.mobile-native-parity .radio-row,.mobile-native-parity .pricing-subnav{gap:3px!important}.mobile-native-parity .section-tabs button,.mobile-native-parity .daily-news-branch-tabs button,.mobile-native-parity .segmented button,.mobile-native-parity .radio-row button,.mobile-native-parity .pricing-subnav button{min-height:22px!important;height:auto!important;padding:2px 4px!important;border-radius:7px!important;font-size:7.5px!important}.mobile-native-parity .daily-news-branch-tabs button{height:28px!important;min-height:28px!important}.mobile-native-parity .daily-news-branch-tabs button span,.mobile-native-parity .section-tabs button b,.mobile-native-parity .section-tabs button span,.mobile-native-parity .section-tabs em{font-size:7.5px!important;line-height:1.08!important}.mobile-native-parity .daily-news-branch-tabs em{font-size:6.8px!important}.mobile-native-parity .report-content-rendered,.mobile-native-parity .report-content-rendered.compact,.mobile-native-parity .report-md-paragraph,.mobile-native-parity .report-md-list,.mobile-native-parity .report-md-note{font-size:8.5px!important;line-height:1.36!important}.mobile-native-parity .report-content-rendered h1.report-md-heading,.mobile-native-parity .report-content-rendered h2.report-md-heading,.mobile-native-parity .report-content-rendered h3.report-md-heading,.mobile-native-parity .report-content-rendered h4.report-md-heading,.mobile-native-parity .report-md-heading{font-size:10px!important;line-height:1.15!important;margin:5px 0 3px!important}.mobile-native-parity .generated-report-preview>h3,.mobile-native-parity .daily-news-brief-card h3,.mobile-native-parity .daily-news-full-card h3{font-size:10.5px!important;line-height:1.15!important}.mobile-native-parity .report-section-nav button{min-height:27px!important;padding:3px 4px!important}.mobile-native-parity .report-section-toggle{min-height:24px!important;padding:4px 5px!important}.mobile-native-parity .report-section-nav span,.mobile-native-parity .report-section-toggle span{width:15px!important;height:15px!important;font-size:7px!important}.mobile-native-parity .report-table-wrap table{font-size:7px!important}.mobile-native-parity .report-table-wrap th,.mobile-native-parity .report-table-wrap td{min-width:36px!important;max-width:72px!important;padding:2px 3px!important;font-size:7px!important}@media(min-width:621px){.mobile-native-parity .page-shell{padding-inline:14px}.mobile-native-parity .market-grid,.mobile-native-parity .dashboard-row,.mobile-native-parity .analysis-grid,.mobile-native-parity .mystic-hub-grid,.mobile-native-parity .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-native-page{padding-inline:14px}.mobile-native-market-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}html[data-layout=desktop] .app.desktop-ui .topbar{grid-template-columns:minmax(330px,1fr) 320px max-content!important}html[data-layout=desktop] .app.desktop-ui .topbar .layout-switcher{width:fit-content!important;height:auto!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(2,1fr)!important;align-self:center!important;justify-self:start!important;gap:2px!important;margin-left:4px!important;padding:2px!important;border-radius:7px!important}html[data-layout=desktop] .app.desktop-ui .top-dev-line{display:flex!important;align-items:center!important;gap:10px!important}html[data-layout=desktop] .app.desktop-ui .top-dev-line .contact-link{flex:0 0 auto!important;width:fit-content!important;justify-self:auto!important}html[data-layout=desktop] .app.desktop-ui .top-user{justify-self:end!important;margin-left:auto!important;transform:none!important}html[data-layout=desktop] .app.desktop-ui .sidebar-layout-switch{display:none!important}.mobile-native-card,.mobile-native-guide button,.mobile-native-market-strip button,.mobile-native-rank>span,.mobile-native-actions-row button,.mobile-native-wide,.mobile-native-form button.primary,.mobile-native-crosslinks button{position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.mobile-native-card:before,.mobile-native-guide button:before,.mobile-native-market-strip button:before,.mobile-native-actions-row button:before,.mobile-native-wide:before,.mobile-native-form button.primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.08) 42%,transparent 70%);transform:translate(-115%)}.mobile-native-card:hover,.mobile-native-guide button:active,.mobile-native-market-strip button:active,.mobile-native-crosslinks button:active{transform:translateY(-1px)}.mobile-native-card:hover:before,.mobile-native-guide button:active:before,.mobile-native-market-strip button:active:before,.mobile-native-actions-row button:active:before,.mobile-native-wide:active:before,.mobile-native-form button.primary:active:before{animation:mobileSheen .52s ease-out}.mobile-native-card.featured{border-color:#ff48606b!important;box-shadow:0 0 0 1px #ff486014,0 14px 34px #ff48601a;animation:mobileFeatureGlow 2.6s ease-in-out infinite}.mobile-native-card.featured>header:after{content:"特色";flex:0 0 auto;padding:2px 5px;color:#fff;background:linear-gradient(135deg,#ff4757,#a855f7);border:1px solid rgba(255,255,255,.18);border-radius:5px;font-size:7px;font-weight:900;box-shadow:0 0 14px #ff475738}.mobile-native-guide button.feature-guide{border-color:#ff47576b!important;background:radial-gradient(circle at 16% 0%,rgba(255,71,87,.16),transparent 42%),#ffffff0e!important}.mobile-native-guide button.feature-guide:after{content:"重点";position:absolute;top:4px;right:4px;padding:1px 4px;color:#fff;background:#ff4757db;border-radius:4px;font-size:6px;font-weight:900}.mobile-native-market-tabs button{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px}.mobile-native-market-tabs button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-native-market-tabs button em{padding:1px 3px;color:var(--gold);background:#d8b35f1f;border:1px solid rgba(216,179,95,.18);border-radius:4px;font-size:6px;font-style:normal;font-weight:900}.mobile-native-market-tabs button.featured-tab,.mobile-native-tabs button.featured-tab{border-color:#ff47576b!important;box-shadow:inset 0 0 0 1px #ff47570f}.mobile-native-market-tabs button.featured-tab em{color:#fff;background:#ff4757d9;border-color:#ffffff29}.mobile-native-tabs button.active{animation:mobileTabPulse 1.8s ease-in-out infinite}.mobile-native-feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.mobile-native-feature-strip span{min-width:0;height:21px;display:grid;place-items:center;padding:0 4px;overflow:hidden;color:#ffdce1;background:linear-gradient(135deg,#ff475733,#a855f71f),#ffffff0a;border:1px solid rgba(255,71,87,.22);border-radius:6px;font-size:7px;font-weight:850;text-overflow:ellipsis;white-space:nowrap;animation:mobileChipFloat 2.8s ease-in-out infinite}.mobile-native-feature-strip span:nth-child(2){animation-delay:.12s}.mobile-native-feature-strip span:nth-child(3){animation-delay:.24s}.mobile-native-feature-strip.mystic span{color:#f6e6ff;background:linear-gradient(135deg,#a855f73d,#d8b35f1a),#ffffff0a;border-color:#b792f53d}.mobile-native-rank>span{animation:mobileListIn .36s ease both}.mobile-native-rank>span:nth-child(2){animation-delay:35ms}.mobile-native-rank>span:nth-child(3){animation-delay:70ms}.mobile-native-rank>span:nth-child(4){animation-delay:105ms}.mobile-native-rank>span:nth-child(5){animation-delay:.14s}.mobile-native-heat-bar>i{background:linear-gradient(90deg,#58a6ff,#b792f5 56%,#e1b95c)!important;animation:mobileHeatGrow .52s ease-out both}.mobile-native-radar{background:radial-gradient(circle at center,rgba(183,146,245,.16),transparent 48%),linear-gradient(180deg,rgba(255,255,255,.05),transparent),#0b0716ad!important}.mobile-native-radar:before{content:"";position:absolute;width:122px;height:122px;border:1px solid rgba(183,146,245,.22);border-radius:999px;box-shadow:0 0 0 18px #b792f50a,0 0 0 38px #d8b35f06;animation:mobileRadarPulse 1.7s ease-in-out infinite}.mobile-native-radar:after{content:"";position:absolute;width:2px;height:58px;top:calc(50% - 58px);left:50%;background:linear-gradient(180deg,rgba(216,179,95,.85),transparent);transform-origin:bottom center;animation:mobileRadarNeedle 1.15s linear infinite}@keyframes mobileSheen{to{transform:translate(115%)}}@keyframes mobileFeatureGlow{0%,to{box-shadow:0 0 0 1px #ff486014,0 14px 34px #ff486014}50%{box-shadow:0 0 0 1px #ff48602e,0 16px 38px #ff486029}}@keyframes mobileTabPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.16)}}@keyframes mobileChipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-1px)}}@keyframes mobileListIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes mobileRadarPulse{0%,to{opacity:.42;transform:scale(.96)}50%{opacity:.9;transform:scale(1.03)}}@keyframes mobileRadarNeedle{to{transform:rotate(360deg)}}.app.mobile-native-ui .mobile-native-shell{background:radial-gradient(circle at 72% 8%,rgba(124,58,237,.2),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.025),transparent 42%),#080511c7}.app.mobile-native-ui .mobile-native-top{min-height:70px;border-bottom-color:#b794e82e;box-shadow:0 10px 28px #00000038}.app.mobile-native-ui .mobile-native-brand img{width:29px;height:29px;border-radius:8px}.app.mobile-native-ui .mobile-native-brand b{font-size:14px}.app.mobile-native-ui .mobile-native-brand span{font-size:8px}.app.mobile-native-ui .mobile-native-time{opacity:.92}.app.mobile-native-ui .mobile-native-time span{background:#ffffff09!important;border-color:#b794e81f!important}.app.mobile-native-ui .mobile-native-nav{width:36px;padding:5px 2px 7px!important;background:linear-gradient(180deg,rgba(183,146,245,.06),transparent),#0a0614e0;border-right:1px solid rgba(183,148,232,.12);border-top:0}.app.mobile-native-ui .mobile-native-nav button{height:38px!important;min-height:38px!important;border-radius:9px}.app.mobile-native-ui .mobile-native-nav svg{width:13px!important;height:13px!important}.app.mobile-native-ui .mobile-native-nav span{max-width:26px;font-size:6.5px!important;line-height:1.05;white-space:normal}.app.mobile-native-ui .mobile-native-page{padding:7px 6px 18px!important}.app.mobile-native-ui .mobile-native-hero{min-height:56px;background:linear-gradient(135deg,#7c3aed24,#d8b35f0b),#ffffff0c;border-color:#b794e82e;box-shadow:inset 0 1px #ffffff0a,0 10px 28px #00000029}.app.mobile-native-ui .mobile-native-hero p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.app.mobile-native-ui .mobile-native-card{background:linear-gradient(180deg,#ffffff0d,#ffffff04),#0f091cc7;border-color:#b794e82b;box-shadow:0 10px 28px #0003}.app.mobile-native-ui .mobile-native-card.featured{border-color:#ff475770!important;background:radial-gradient(circle at 12% 0%,rgba(255,71,87,.18),transparent 36%),linear-gradient(180deg,rgba(168,85,247,.075),transparent),#11091ed1}.mobile-native-signal-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:6px}.mobile-native-signal-strip span{min-width:0;display:grid;gap:1px;padding:5px 6px;overflow:hidden;background:#ffffff0b;border:1px solid rgba(183,148,232,.14);border-radius:7px}.mobile-native-signal-strip small{color:var(--faint);font-size:6.5px;line-height:1.1}.mobile-native-signal-strip b{overflow:hidden;font-size:7.5px;line-height:1.16;text-overflow:ellipsis;white-space:nowrap}.mobile-native-signal-strip .hot{border-color:#ff475742;background:#ff475714}.mobile-native-signal-strip .safe{border-color:#3ed38438;background:#3ed38412}.mobile-native-signal-strip .gold{border-color:#d8b35f38;background:#d8b35f13}.mobile-native-signal-strip .risk{border-color:#ff475757;background:#ff47571f}.mobile-native-insight-line{margin:0;padding:5px 7px;color:var(--muted);background:#ffffff09;border:1px solid rgba(183,148,232,.1);border-radius:7px;font-size:8px;line-height:1.45}.mobile-native-insight-line.feature{color:#ffdce1;border-color:#ff47573d;background:#ff475714}.mobile-native-insight-line.money{color:#f3dd9f;border-color:#d8b35f2e;background:#d8b35f11}.mobile-native-insight-line.risk{color:#ffb4c0;border-color:#ff475738}.app.mobile-native-ui .mobile-native-guide button{position:relative;background:linear-gradient(160deg,#ffffff0e,#ffffff05),#140c22bd}.app.mobile-native-ui .mobile-native-guide button.feature-guide{box-shadow:inset 0 0 0 1px #ff475729,0 8px 18px #ff475714}.app.mobile-native-ui .mobile-native-market-strip button{background:linear-gradient(180deg,#ffffff0d,#ffffff04),#110a1ec7}.app.mobile-native-ui .mobile-native-market-stat-list>span{display:none}.app.mobile-native-ui .mobile-native-market-stat-list>span:first-child,.app.mobile-native-ui .mobile-native-market-stat-list>span:nth-child(2){display:flex}.app.mobile-native-ui .mobile-native-market-tabs button{min-height:29px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:3px;align-items:center}.app.mobile-native-ui .mobile-native-market-tabs button em{font-size:6px;line-height:1}.app.mobile-native-ui .mobile-native-heat-bar{height:7px!important;background:linear-gradient(90deg,#ffffff0a,#b792f529),#b794e821!important}.app.mobile-native-ui .mobile-native-heat-bar>i{min-width:18px;box-shadow:0 0 10px #b792f53d}.mobile-native-report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:5px;padding:5px 6px;background:#ffffff0b;border:1px solid rgba(183,148,232,.12);border-radius:7px}.mobile-native-report-toolbar span{color:var(--gold);font-size:7.5px;font-weight:900}.mobile-native-report-toolbar button{min-height:22px;display:inline-flex;align-items:center;gap:3px;padding:0 7px;color:#fff;background:#7c3aed85;border:1px solid rgba(183,148,232,.18);border-radius:999px;font-size:7px;font-weight:900}.app.mobile-native-ui .mobile-native-report .generated-report-preview{max-height:none;padding:7px!important}.app.mobile-native-ui .mobile-native-report .generated-report-preview h3{font-size:11px!important}.app.mobile-native-ui .mobile-native-report .report-content-rendered{font-size:9px!important;line-height:1.5!important}.app.mobile-native-ui .report-table-wrap{max-width:100%;overflow-x:auto}.app.mobile-native-ui .report-table-wrap table{width:max-content;min-width:100%;transform-origin:top left}.app.mobile-native-ui .mobile-native-user-card strong{color:#fff;text-shadow:0 0 18px rgba(183,146,245,.26)}.app.mobile-native-ui .mobile-native-ledger span{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:4px 7px;padding:7px}.app.mobile-native-ui .mobile-native-ledger b{white-space:normal;font-size:9px}.app.mobile-native-ui .mobile-native-ledger em{grid-column:2;grid-row:1;color:var(--red);font-size:9px}.app.mobile-native-ui .mobile-native-ledger em.income{color:var(--green)}.app.mobile-native-ui .mobile-native-ledger small{grid-column:1 / -1;font-size:7px}.app.mobile-native-ui .mobile-native-package-grid button{position:relative;align-content:center;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#130b22cc}.app.mobile-native-ui .mobile-native-package-grid small{color:var(--gold);font-size:6.5px;line-height:1.05}.app.mobile-native-ui .mobile-native-package-grid em{position:absolute;top:4px;right:4px;padding:2px 4px;font-size:6px!important}.mobile-native-pay-preview{grid-column:1 / -1;color:var(--gold);font-size:7.5px;line-height:1.2}.app.mobile-native-ui .mobile-native-custom-recharge{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px;align-items:center;margin-top:5px}.app.mobile-native-ui .mobile-native-custom-recharge label{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px;align-items:center}.app.mobile-native-ui .mobile-native-custom-recharge label span{color:var(--faint);font-size:8px;white-space:nowrap}.app.mobile-native-ui .mobile-native-custom-recharge input{min-width:0;height:28px;padding:0 7px;color:var(--text);background:#ffffff0e;border:1px solid rgba(183,148,232,.14);border-radius:7px;font-size:10px}.app.mobile-native-ui .mobile-native-custom-recharge button{height:28px;padding:0 9px;color:#fff;background:linear-gradient(135deg,#7c3aede6,#b792f585);border:1px solid rgba(216,179,95,.22);border-radius:7px;font-size:8px;font-weight:900}.app.mobile-native-ui .mobile-native-sub-list span{grid-template-columns:minmax(0,1fr) auto;gap:4px 7px;padding:7px}.app.mobile-native-ui .mobile-native-sub-list small{grid-column:1 / -1}.app.mobile-native-ui .mobile-native-sub-list button{grid-column:2;grid-row:1 / span 2;min-height:28px;padding:0 9px;color:#fff;background:linear-gradient(135deg,#7c3aedd1,#b792f57a);border:1px solid rgba(183,148,232,.18);border-radius:8px;font-size:8px;font-weight:900}.app.mobile-native-ui .mobile-native-contact{grid-template-columns:repeat(2,minmax(0,1fr))}.app.mobile-native-ui .mobile-native-contact span{display:grid;grid-template-columns:1fr;gap:4px;align-items:start;padding:7px}.app.mobile-native-ui .mobile-native-contact .zoomable-image-button{width:100%;aspect-ratio:1;min-height:0;padding:4px;background:#ffffff0e;border:1px solid rgba(183,148,232,.14);border-radius:8px}.app.mobile-native-ui .mobile-native-contact .zoomable-image-button img{width:100%;height:100%;object-fit:cover;border-radius:6px}.app.mobile-native-ui .mobile-native-contact .zoomable-image-button span{display:none}.mobile-native-disclaimer{display:block;margin:0;padding:7px;color:var(--faint);background:#ffffff09;border:1px solid rgba(183,148,232,.1);border-radius:8px;font-size:8px}.mobile-native-disclaimer summary{color:var(--gold);font-weight:900;cursor:pointer}.mobile-native-disclaimer p{margin:6px 0 0;line-height:1.6}@media(min-width:520px){.app.mobile-native-ui .mobile-native-shell{width:min(100vw,760px)}.app.mobile-native-ui .mobile-native-page{padding-inline:10px!important}.app.mobile-native-ui .mobile-native-market-strip,.app.mobile-native-ui .mobile-native-guide,.app.mobile-native-ui .mobile-native-package-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(94px,1fr) auto auto!important;align-items:start}.app.mobile-native-ui .mobile-native-brand b{width:fit-content;color:transparent;background:linear-gradient(180deg,#f1dcff,#b276ff 45%,#7c3aed);-webkit-background-clip:text;background-clip:text;text-shadow:0 0 18px rgba(172,105,244,.42);transform:skew(-4deg)}.app.mobile-native-ui .mobile-native-brand em{color:var(--gold);font-size:7px;font-style:normal;font-weight:850}.mobile-native-desktop-tip{max-width:108px;margin:2px 0 0;color:#ff6174;font-size:6.5px;font-weight:900;line-height:1.2}.app.mobile-native-ui .mobile-native-desktop-parity,.app.mobile-native-ui .mobile-native-desktop-parity>*{min-width:0!important;max-width:100%!important}.app.mobile-native-ui .mobile-native-desktop-parity{position:relative;width:100%;height:100%;overflow:hidden}.app.mobile-native-ui .mobile-native-desktop-parity .page-shell{width:100%!important;min-width:0!important;max-width:100%!important;padding:6px 7px 12px!important;overflow-x:hidden!important;overflow-y:auto!important}.app.mobile-native-ui .mobile-native-desktop-parity .page-shell>*{max-width:100%!important}.app.mobile-native-ui .mobile-native-desktop-parity .edge-light{left:0!important;right:0!important;width:100%!important;max-width:100%!important}.app.mobile-native-ui .mobile-native-desktop-parity .page-header{margin:0 0 7px!important;padding:0!important}.app.mobile-native-ui .mobile-native-desktop-parity .page-header h1{font-size:14px!important;line-height:1.18!important}.app.mobile-native-ui .mobile-native-desktop-parity .page-header p{font-size:8px!important;line-height:1.35!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:minmax(30px,auto)!important;gap:5px!important;margin:0 0 7px!important;overflow:visible!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs button{min-width:0!important;width:100%!important;min-height:30px!important;display:grid!important;grid-template-columns:13px minmax(0,1fr) auto!important;align-items:center!important;justify-content:stretch!important;gap:4px!important;padding:4px 6px!important;overflow:hidden!important;font-size:8px!important;line-height:1.12!important;text-align:left!important;white-space:normal!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs button svg{width:11px!important;height:11px!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs button>:is(span,b){min-width:0!important;overflow:hidden!important;font-size:8px!important;line-height:1.12!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs .feature-hot-badge,.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs em{position:static!important;width:fit-content!important;min-width:0!important;padding:2px 4px!important;font-size:7px!important;line-height:1!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity .featured-section-tab{border-color:#ff47576b!important;box-shadow:inset 0 0 0 1px #ff47571a,0 8px 18px #ff475714!important}.app.mobile-native-ui .mobile-native-desktop-parity .feature-hot-badge{color:#fff!important;background:linear-gradient(135deg,#ff4757,#a855f7)!important;border-radius:999px!important}.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero{grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important;margin-bottom:7px!important;padding:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero-main span,.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero-main p{font-size:8px!important;line-height:1.35!important}.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero-main h3{font-size:12px!important;line-height:1.18!important}.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero-tags{grid-column:1 / -1!important;display:flex!important;flex-wrap:wrap!important;gap:3px!important}.app.mobile-native-ui .mobile-native-desktop-parity .capability-hero-tags em{padding:2px 5px!important;font-size:7px!important;line-height:1.05!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.panel,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.daily-news-brief-card,.daily-news-full-card,.report-reader,.selection-pick-card,.mystic-input-shell,.mystic-result,.payment-placeholder-card,.credit-hero,.recharge-confirm-card,.payment-method-card,.recharge-custom-bar,.membership-card){max-width:100%!important;padding:8px!important;border-radius:9px!important;overflow:hidden!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.panel-header h2,.report-card h3,.history-panel h3,.history-detail h3,.daily-news-brief-card h3,.daily-news-full-card h3,.generated-report-preview>h3){font-size:12px!important;line-height:1.18!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.panel,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.daily-news-brief-card,.daily-news-full-card,.report-reader,.selection-pick-card,.mystic-input-shell,.mystic-result,.payment-placeholder-card,.credit-hero,.recharge-confirm-card,.payment-method-card,.recharge-custom-bar,.membership-card) :is(p,span,em,small,label,button,input,textarea,select,li){font-size:8px!important;line-height:1.35!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.panel,.report-card,.history-panel,.history-detail,.locked-panel,.generated-report-preview,.daily-news-brief-card,.daily-news-full-card,.report-reader,.selection-pick-card,.mystic-input-shell,.mystic-result,.payment-placeholder-card,.credit-hero,.recharge-confirm-card,.payment-method-card,.recharge-custom-bar,.membership-card) :is(b,strong){font-size:9px!important;line-height:1.2!important}.app.mobile-native-ui .mobile-native-desktop-parity .daily-news-branch-tabs,.app.mobile-native-ui .mobile-native-desktop-parity .pricing-subnav,.app.mobile-native-ui .mobile-native-desktop-parity .segmented,.app.mobile-native-ui .mobile-native-desktop-parity .radio-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;overflow:visible!important}.app.mobile-native-ui .mobile-native-desktop-parity .daily-news-branch-tabs button,.app.mobile-native-ui .mobile-native-desktop-parity .pricing-subnav button,.app.mobile-native-ui .mobile-native-desktop-parity .segmented button,.app.mobile-native-ui .mobile-native-desktop-parity .radio-row button{min-width:0!important;min-height:28px!important;padding:4px 5px!important;border-radius:8px!important;font-size:8px!important;line-height:1.12!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin:7px 0!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card{min-width:0!important;min-height:72px!important;height:auto!important;display:grid!important;align-content:center!important;gap:2px!important;padding:8px 7px!important;border-radius:9px!important;text-align:center!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card strong{font-size:20px!important;line-height:1!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card b{font-size:10px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card em{font-size:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card>span{top:4px!important;right:4px!important;padding:2px 5px!important;border-radius:6px!important;font-size:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-custom-bar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:6px!important;margin:7px 0!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-custom-main,.app.mobile-native-ui .mobile-native-desktop-parity .recharge-custom-meta{min-width:0!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-custom-main{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:7px!important;align-items:center!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-custom-main input{width:100%!important;min-height:28px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-pay-section{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity .payment-method-area,.app.mobile-native-ui .mobile-native-desktop-parity .recharge-confirm-card{min-width:0!important}.app.mobile-native-ui .mobile-native-desktop-parity .payment-method-card{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important;text-align:left!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-confirm-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-confirm-card strong{font-size:18px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-confirm-button,.app.mobile-native-ui .mobile-native-desktop-parity .primary-action{width:100%!important;min-height:30px!important;padding:5px 8px!important;font-size:9px!important;border-radius:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-level-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;margin-bottom:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-level-status{text-align:left!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-level-progress{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-level-progress i{grid-column:1 / -1!important}.app.mobile-native-ui .mobile-native-desktop-parity .disclaimer-card{max-width:100%!important;margin-top:8px!important;padding:8px!important;border-radius:9px!important}.app.mobile-native-ui .mobile-native-desktop-parity .disclaimer-card :is(p,span,b,strong){font-size:8.5px!important;line-height:1.5!important}.app.mobile-native-ui .mobile-native-desktop-parity .pulse-strip,.app.mobile-native-ui .mobile-native-desktop-parity .marquee{max-width:100%!important;overflow:hidden!important;contain:paint!important}.app.mobile-native-ui .mobile-native-desktop-parity .marquee-track{width:max-content!important;max-width:none!important;will-change:transform!important}.app.mobile-native-ui .mobile-native-desktop-parity .flow-item{min-width:168px!important;max-width:190px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-content-rendered,.app.mobile-native-ui .mobile-native-desktop-parity .report-content-rendered.compact{font-size:8.7px!important;line-height:1.45!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap,.app.mobile-native-ui .mobile-native-desktop-parity .table-wrap,.app.mobile-native-ui .mobile-native-desktop-parity .chart-wrap,.app.mobile-native-ui .mobile-native-desktop-parity .history-table-wrap{max-width:100%!important;overflow-x:auto!important}.app.mobile-native-ui .mobile-native-desktop-parity table{max-width:100%!important}.app.mobile-native-ui .mobile-native-floating-top{right:10px!important;bottom:12px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:999px!important;z-index:120!important}@media(max-width:360px){.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs,.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-grid{grid-template-columns:minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-desktop-parity .recharge-choice-card{min-height:58px!important}}.app.mobile-native-ui .mobile-native-actions{grid-column:1 / -1;width:100%;display:grid!important;grid-template-columns:auto 27px 27px minmax(88px,1fr) minmax(62px,auto);margin-top:3px}.app.mobile-native-ui .mobile-native-contact-mini{width:auto!important;min-width:34px!important;padding:0 6px!important;color:var(--blue);font-size:7px;font-weight:900}.app.mobile-native-ui .mobile-native-user-pill,.app.mobile-native-ui .mobile-native-credit-pill{width:auto!important;min-width:0!important;display:grid!important;justify-content:stretch!important;place-items:initial!important;text-align:left}.app.mobile-native-ui .mobile-native-user-pill{grid-template-columns:20px minmax(0,1fr);grid-template-rows:12px 10px;column-gap:5px;padding:3px 5px!important}.app.mobile-native-ui .mobile-native-user-pill>span{grid-row:1 / span 2;width:20px;height:20px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#8b5cf6,#b792f5);border-radius:6px;font-size:9px;font-weight:900}.app.mobile-native-ui .mobile-native-user-pill img{width:100%;height:100%;border-radius:inherit}.app.mobile-native-ui .mobile-native-user-pill b,.app.mobile-native-ui .mobile-native-credit-pill b{overflow:hidden;color:var(--text);font-size:7.5px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.app.mobile-native-ui .mobile-native-user-pill em,.app.mobile-native-ui .mobile-native-credit-pill small{overflow:hidden;color:var(--faint);font-size:6px;font-style:normal;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.app.mobile-native-ui .mobile-native-credit-pill{grid-template-rows:9px 12px;padding:3px 5px!important}.app.mobile-native-ui .mobile-native-guide{grid-template-columns:repeat(4,minmax(0,1fr))!important}.app.mobile-native-ui .mobile-native-guide button{min-height:38px!important;height:38px!important;padding:4px!important}.app.mobile-native-ui .mobile-native-guide b{font-size:8px!important}.app.mobile-native-ui .mobile-native-guide em{display:none}.app.mobile-native-ui .mobile-native-market-strip{grid-template-columns:1fr!important}.app.mobile-native-ui .mobile-native-index-card{min-height:44px!important;height:44px!important;display:grid!important;grid-template-columns:24px minmax(58px,.9fr) minmax(68px,1fr) minmax(84px,1.15fr) 54px;align-items:center;gap:6px!important}.app.mobile-native-ui .mobile-native-index-card>span,.app.mobile-native-ui .mobile-native-index-card>b,.app.mobile-native-ui .mobile-native-index-card>em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app.mobile-native-ui .mobile-native-index-card>b{font-size:8.5px!important}.app.mobile-native-ui .mobile-native-index-card>em{font-style:normal;text-align:right}.app.mobile-native-ui .mobile-native-index-card>em.up{color:var(--red)}.app.mobile-native-ui .mobile-native-index-card>em.down{color:var(--green)}.mobile-native-mini-spark{width:54px;height:22px;overflow:visible}.mobile-native-mini-spark polyline{fill:none;stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(255,71,87,.25))}.mobile-native-mini-spark.down polyline{stroke:var(--green)}.mobile-native-sentiment-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:8px;align-items:center}.mobile-native-sentiment-ring{width:78px;height:78px;display:grid;place-items:center;position:relative;border-radius:999px;background:radial-gradient(circle,rgba(12,7,23,.92) 54%,transparent 56%),conic-gradient(#b792f5 calc(var(--score) * 1%),#b794e829 0)}.mobile-native-sentiment-ring b{font-size:10px;text-align:center}.mobile-native-sentiment-ring span{position:absolute;bottom:13px;color:var(--faint);font-size:7px}.mobile-native-sentiment-factors{display:grid;gap:4px}.mobile-native-sentiment-factors span{display:grid;grid-template-columns:48px minmax(0,1fr) 24px;gap:5px;align-items:center}.mobile-native-sentiment-factors em,.mobile-native-sentiment-factors b{font-size:7px;font-style:normal}.mobile-native-sentiment-factors i{height:5px;overflow:hidden;background:#b794e821;border-radius:999px}.mobile-native-sentiment-factors small{height:100%;display:block;background:linear-gradient(90deg,#58a6ff,#b792f5,#e1b95c);border-radius:inherit;animation:mobileHeatGrow .42s ease-out both}.mobile-native-sentiment-card p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:8px;line-height:1.45}.mobile-native-version-tabs,.mobile-native-pricing-branches{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;overflow:visible!important}.mobile-native-version-tabs button,.mobile-native-pricing-branches button{min-height:28px;color:var(--faint);background:#ffffff0b;border:1px solid rgba(183,148,232,.13);border-radius:7px;font-size:8px;font-weight:900}.mobile-native-version-tabs button.active,.mobile-native-pricing-branches button.active{color:#fff;background:linear-gradient(135deg,#7c3aeddb,#b792f580);border-color:#d8b35f38}.mobile-native-form-grid{display:grid;gap:5px}.mobile-native-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-native-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-native-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.mobile-native-quick-grid button{min-height:28px;display:inline-flex;align-items:center;justify-content:center;gap:4px;color:var(--muted);background:#ffffff0b;border:1px solid rgba(183,148,232,.13);border-radius:7px;font-size:8px;font-weight:850}.mobile-native-membership-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.mobile-native-membership-track span{display:grid;gap:2px;min-width:0;padding:5px;background:#ffffff0a;border:1px solid rgba(216,179,95,.12);border-radius:7px}.mobile-native-membership-track b,.mobile-native-membership-track em,.mobile-native-membership-track small{overflow:hidden;font-size:6.5px;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.mobile-native-membership-track em{color:var(--gold);font-style:normal}.mobile-native-ai-head{display:flex;align-items:center;justify-content:space-between;gap:6px}.mobile-native-ai-head button{min-height:26px;display:inline-flex;align-items:center;gap:4px;padding:0 8px;color:#fff;background:#7c3aed8a;border:1px solid rgba(183,148,232,.16);border-radius:999px;font-size:8px;font-weight:900}.mobile-native-ai-head span{color:var(--faint);font-size:8px}.mobile-native-ai-side{position:fixed;top:70px;right:0;bottom:0;left:36px;z-index:90;display:grid;align-items:stretch;background:#05030a57;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-native-ai-side section{width:min(78vw,300px);display:grid;align-content:start;gap:6px;padding:10px;background:#110a1fe6;border-right:1px solid rgba(183,148,232,.18);box-shadow:16px 0 38px #0000003d}.mobile-native-ai-side header{display:flex;align-items:center;justify-content:space-between}.mobile-native-ai-side button{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;color:var(--muted);text-align:left;background:#ffffff0b;border:1px solid rgba(183,148,232,.12);border-radius:7px;font-size:8px}.mobile-native-ai-side-list{display:grid;gap:4px;margin-top:4px}.mobile-native-ai-side-list b,.mobile-native-ai-side-list span{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.app.mobile-native-ui .image-zoom-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;display:grid!important;place-items:center!important;padding:18px!important;background:#040209c2!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.app.mobile-native-ui .mobile-native-card:has(.image-zoom-backdrop),.app.mobile-native-ui .mobile-native-contact:has(.image-zoom-backdrop),.app.mobile-native-ui .mobile-native-contact span:has(.image-zoom-backdrop){overflow:visible!important;z-index:10000!important}.app.mobile-native-ui .image-zoom-card{width:min(82vw,320px)!important;max-width:82vw!important;max-height:84dvh!important;display:grid!important;place-items:center!important;position:relative!important;padding:28px 14px 12px!important;overflow:visible!important;border-radius:12px!important}.app.mobile-native-ui .image-zoom-card img{width:min(70vw,260px)!important;height:min(70vw,260px)!important;object-fit:contain!important;border-radius:8px!important}.app.mobile-native-ui .image-zoom-close{position:absolute!important;top:8px!important;right:8px!important}.app.mobile-native-ui .scroll-top-button,.mobile-native-floating-top{position:fixed!important;right:max(10px,env(safe-area-inset-right))!important;bottom:max(14px,env(safe-area-inset-bottom))!important;z-index:80!important;width:32px!important;height:32px!important;display:grid!important;place-items:center!important;padding:0!important;color:#fff!important;background:linear-gradient(135deg,#7c3aedeb,#b792f59e)!important;border:1px solid rgba(216,179,95,.22)!important;border-radius:999px!important;box-shadow:0 10px 28px #7c3aed52!important}.mobile-native-page-disclaimer{margin:10px 0 34px;padding:7px;color:var(--faint);background:#ffffff08;border:1px solid rgba(183,148,232,.09);border-radius:8px;font-size:7.5px;line-height:1.55}.app.mobile-native-ui :is(.report-visual-block,.structured-news-chart,.backtest-result-view,.report-line-chart,.report-kline-chart,.report-radar-chart,.report-heatmap){max-width:100%!important;overflow:hidden!important}.app.mobile-native-ui :is(.report-visual-block svg,.structured-news-chart svg,.backtest-result-view svg){max-width:100%!important;height:auto!important}.app.mobile-native-ui :is(.report-section-toggle h2,.report-section-toggle h3,.report-section-toggle h4,.report-md-heading,.generated-report-preview h3){font-weight:900;letter-spacing:0}.app.mobile-native-ui .mobile-native-shell{grid-template-rows:auto minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-top{min-height:0!important;grid-template-columns:minmax(92px,1fr) auto!important;grid-template-areas:"brand switch" "actions actions" "time time"!important;gap:5px!important;padding:6px 7px!important}.app.mobile-native-ui .mobile-native-brand{grid-area:brand!important;gap:7px!important}.app.mobile-native-ui .mobile-native-brand img{width:27px!important;height:27px!important}.app.mobile-native-ui .mobile-native-brand b{max-width:96px!important;font-size:13px!important;line-height:1!important}.app.mobile-native-ui .mobile-native-brand span,.app.mobile-native-ui .mobile-native-brand em{font-size:6.8px!important;line-height:1.08!important}.app.mobile-native-ui .mobile-native-layout-switch{grid-area:switch!important;width:58px!important;min-width:58px!important;height:34px!important;display:grid!important;grid-template-columns:12px 1fr!important;grid-template-rows:14px 11px!important;gap:0 3px!important;align-items:center!important;padding:4px 5px!important;border-radius:9px!important}.app.mobile-native-ui .mobile-native-layout-switch svg{grid-row:1 / span 2!important;width:12px!important;height:12px!important}.app.mobile-native-ui .mobile-native-layout-switch span{font-size:8px!important;line-height:1!important}.app.mobile-native-ui .mobile-native-layout-switch small{display:block!important;color:#ff6b7e!important;font-size:5.8px!important;line-height:1!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-actions{grid-area:actions!important;display:grid!important;grid-template-columns:42px 28px 28px minmax(0,1fr)!important;gap:5px!important;margin:0!important}.app.mobile-native-ui .mobile-native-actions button{height:28px!important;min-height:28px!important}.app.mobile-native-ui .mobile-native-contact-mini{width:42px!important;min-width:42px!important;padding:0!important;overflow:hidden!important;color:#57b7ff!important;background:#ffffff05!important;border-color:#b794e814!important;font-size:7px!important}.app.mobile-native-ui .mobile-native-user-pill{grid-template-columns:18px minmax(0,1fr)!important;grid-template-rows:11px 10px!important;column-gap:5px!important;padding:3px 6px!important}.app.mobile-native-ui .mobile-native-user-pill>span{width:18px!important;height:18px!important;border-radius:6px!important;font-size:8px!important}.app.mobile-native-ui .mobile-native-time{grid-area:time!important;grid-column:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.app.mobile-native-ui .mobile-native-time span{height:22px!important;grid-template-columns:10px 13px minmax(0,1fr) 20px!important;padding:0 5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card{min-height:166px!important;padding:6px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-meta{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-title h2{overflow:hidden!important;font-size:clamp(8px,2.8vw,12px)!important;line-height:1.08!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-stat-strip{gap:3px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-stat-strip :is(small,b),.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name b,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-price,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .change{font-size:clamp(6.5px,2.05vw,8.2px)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .dashboard-row{grid-template-columns:minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .dashboard-row>:first-child,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .pulse-strip{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .dashboard-row>:last-child{display:block!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .dashboard-row>:last-child .switcher{display:none!important}.inline-market-switcher{display:none}.app.mobile-native-ui .inline-market-switcher{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;width:122px!important}.app.mobile-native-ui .inline-market-switcher button{min-width:0!important;min-height:22px!important;padding:0 4px!important;color:var(--faint)!important;background:#ffffff0b!important;border:1px solid rgba(183,148,232,.14)!important;border-radius:7px!important;font-size:7.5px!important;font-weight:900!important}.app.mobile-native-ui .inline-market-switcher button.active{color:#fff!important;background:linear-gradient(135deg,#7c3aeddb,#b792f580)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-layout{grid-template-columns:82px minmax(0,1fr)!important;gap:8px!important;align-items:center!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .advice-ring{width:82px!important;height:82px!important;min-width:82px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-ring-grid{grid-template-columns:repeat(4,40px)!important;gap:4px!important;overflow:hidden!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .mini-ring{width:40px!important;height:54px!important;padding:2px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .mini-ring i{width:32px!important;height:32px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-copy,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-usage-note{font-size:8.5px!important;line-height:1.35!important}.app.mobile-native-ui .mobile-native-nav button{position:relative!important;overflow:hidden!important}.app.mobile-native-ui .mobile-native-nav button.active:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;z-index:-1;background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#7c3aede6,#b792f594);border-radius:8px;animation:mobileNavBubble .32s cubic-bezier(.2,.8,.2,1) both}@keyframes mobileNavBubble{0%{transform:scale(.72);opacity:.2}to{transform:scale(1);opacity:1}}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs button{min-height:28px!important;grid-template-columns:12px minmax(0,1fr) auto auto!important;padding:4px 6px!important;gap:4px!important}.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs .feature-hot-badge,.app.mobile-native-ui .mobile-native-desktop-parity .section-tabs em,.app.mobile-native-ui .feature-hot-badge{display:inline-grid!important;place-items:center!important;height:16px!important;padding:0 5px!important;font-size:7.5px!important;line-height:1!important;vertical-align:middle!important}.app.mobile-native-ui .mobile-native-desktop-parity .daily-news-branch-tabs button{grid-template-columns:minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-desktop-parity .daily-news-branch-tabs em,.app.mobile-native-ui .market-section-insights .disclaimer-card{display:none!important}.insight-founder-badge{display:inline-grid;place-items:center;margin-left:7px;padding:2px 6px;color:#fff;background:linear-gradient(135deg,#ff4757,#a855f7);border-radius:999px;font-size:10px;line-height:1;vertical-align:middle}.app.mobile-native-ui .insight-founder-badge{margin-left:5px;padding:2px 5px;font-size:7px!important}.mobile-backtest-warning{display:none}.app.mobile-native-ui .mobile-backtest-warning{display:block;margin:0 0 7px;padding:6px 8px;color:#ff6b7e;background:#ff475714;border:1px solid rgba(255,71,87,.22);border-radius:8px;font-size:8px;font-weight:850;line-height:1.45}.mobile-agent-panel-toggle,.mobile-agent-side-backdrop,.mobile-agent-side-close,.mobile-agent-history-bottom{display:none}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-layout{grid-template-columns:minmax(0,1fr)!important;gap:6px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .mobile-agent-panel-toggle{width:fit-content;min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:0 9px;color:#fff;background:#7c3aed9e;border:1px solid rgba(183,148,232,.18);border-radius:999px;font-size:8px;font-weight:900}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-side{position:fixed!important;inset:96px auto 0 36px!important;z-index:180!important;width:min(78vw,292px)!important;max-width:292px!important;display:grid!important;align-content:start!important;gap:7px!important;padding:10px!important;overflow-y:auto!important;background:#0e081be0!important;border:1px solid rgba(183,148,232,.2)!important;border-left:0!important;border-radius:0 12px 12px 0!important;box-shadow:18px 0 42px #00000057!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;transform:translate(-112%)!important;pointer-events:none!important;transition:transform .18s ease!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-side.mobile-open{transform:translate(0)!important;pointer-events:auto!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .mobile-agent-side-backdrop{display:block;position:fixed;top:96px;right:0;bottom:0;left:36px;z-index:170;background:#04020942;border:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .mobile-agent-side-close{display:block;justify-self:end;min-height:24px;padding:0 8px;color:var(--gold);background:#d8b35f14;border:1px solid rgba(216,179,95,.16);border-radius:999px;font-size:8px}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-hero,.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-prompt-cards{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-chat-window{min-height:48dvh!important;max-height:none!important;padding:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-input-row{grid-template-columns:minmax(0,1fr) 34px!important;gap:6px!important;margin-top:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-input-row textarea{min-height:54px!important;font-size:10px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .mobile-agent-history-bottom{display:grid;gap:5px;margin-top:7px;padding:7px;background:#ffffff09;border:1px solid rgba(183,148,232,.12);border-radius:9px}.app.mobile-native-ui .mobile-agent-history-bottom header{display:flex;align-items:center;justify-content:space-between}.app.mobile-native-ui .mobile-agent-history-bottom header b,.app.mobile-native-ui .mobile-agent-history-bottom button b{font-size:9px!important}.app.mobile-native-ui .mobile-agent-history-bottom header button,.app.mobile-native-ui .mobile-agent-history-bottom>button{min-height:24px;padding:4px 6px;color:var(--muted);background:#ffffff0a;border:1px solid rgba(183,148,232,.11);border-radius:7px;text-align:left}.app.mobile-native-ui .mobile-agent-history-bottom>button{display:grid;gap:1px}.app.mobile-native-ui .form-message{color:#f5ecff!important;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#120a1fe0!important;border:1px solid rgba(183,148,232,.22)!important;border-radius:9px!important;box-shadow:0 12px 28px #00000038!important}.app.mobile-native-ui .form-message.error{color:#ffdce1!important;background:radial-gradient(circle at 14% 0%,rgba(255,71,87,.18),transparent 38%),#190a1ce6!important;border-color:#ff475752!important}.app.mobile-native-ui .form-message button,.app.mobile-native-ui .form-message .ghost-button{color:#fff!important;background:linear-gradient(135deg,#7c3aedc7,#b792f561)!important;border:1px solid rgba(183,148,232,.18)!important;border-radius:8px!important}.app.mobile-native-ui .user-layout,.app.mobile-native-ui .settings-grid,.app.mobile-native-ui .settings-layout{grid-template-columns:minmax(0,1fr)!important;gap:7px!important}.app.mobile-native-ui .user-banner{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;padding:9px!important}.app.mobile-native-ui .profile-banner.user-banner{grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;padding:9px!important}.app.mobile-native-ui .profile-banner .avatar,.app.mobile-native-ui .profile-banner .avatar-upload{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;border-radius:14px!important;grid-column:auto!important;grid-row:auto!important}.app.mobile-native-ui .profile-banner .avatar span{font-size:16px!important}.app.mobile-native-ui .profile-banner .avatar-upload em{height:18px!important;gap:3px!important;padding:0 5px!important;font-size:7px!important;border-radius:999px!important}.app.mobile-native-ui .profile-banner .avatar-upload em svg{width:9px!important;height:9px!important}.app.mobile-native-ui .user-banner .balance,.app.mobile-native-ui .user-banner .user-profile-actions{grid-column:1 / -1!important}.app.mobile-native-ui .profile-banner .balance{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;gap:5px 8px!important;padding:8px!important;border-radius:10px!important}.app.mobile-native-ui .profile-banner .balance span{font-size:8px!important}.app.mobile-native-ui .profile-banner .balance b{grid-column:2!important;grid-row:1 / span 2!important;font-size:19px!important;line-height:1!important;white-space:nowrap!important}.app.mobile-native-ui .profile-banner .balance button{width:min(100%,220px)!important;min-height:30px!important;grid-column:1!important;grid-row:2!important;padding:0 10px!important;font-size:9px!important}.app.mobile-native-ui .profile-banner>.metric-card,.app.mobile-native-ui .profile-banner>.stat-card{min-width:0!important;min-height:64px!important;padding:7px!important;border-radius:9px!important}.app.mobile-native-ui .profile-banner>.metric-card :is(span,small),.app.mobile-native-ui .profile-banner>.stat-card :is(span,small){font-size:7.5px!important;line-height:1.2!important}.app.mobile-native-ui .profile-banner>.metric-card b,.app.mobile-native-ui .profile-banner>.stat-card b{overflow-wrap:anywhere!important;font-size:10px!important;line-height:1.18!important;white-space:normal!important}.app.mobile-native-ui .profile-banner>.metric{grid-column:1 / -1!important;width:100%!important;min-width:0!important;min-height:42px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px!important;padding:7px 9px!important;border-radius:9px!important}.app.mobile-native-ui .profile-banner>.metric span{font-size:8px!important;line-height:1.2!important}.app.mobile-native-ui .profile-banner>.metric b{min-width:0!important;overflow:hidden!important;font-size:11px!important;line-height:1.15!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .user-banner h2{font-size:14px!important;line-height:1.2!important}.app.mobile-native-ui .user-profile-main p,.app.mobile-native-ui .user-banner :is(span,em,small){font-size:8px!important;line-height:1.35!important}.app.mobile-native-ui .user-quick-guide,.app.mobile-native-ui .overview-stats,.app.mobile-native-ui .metric-grid,.app.mobile-native-ui .report-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.app.mobile-native-ui .user-record-table .table-head,.app.mobile-native-ui .user-record-table .table-row{grid-template-columns:42px 54px minmax(0,1fr) 42px!important;gap:4px!important}.app.mobile-native-ui .user-record-table .table-head span:nth-child(5),.app.mobile-native-ui .user-record-table .table-row span:nth-child(5){display:none!important}.app.mobile-native-ui .settings-card,.app.mobile-native-ui .api-form,.app.mobile-native-ui .settings-note,.app.mobile-native-ui .profile-form{max-width:100%!important;padding:8px!important;border-radius:9px!important}.app.mobile-native-ui .settings-card :is(p,span,em,small,label),.app.mobile-native-ui .api-form :is(p,span,em,small,label){font-size:8px!important;line-height:1.35!important}.app.mobile-native-ui :is(.strategy-equity-chart,.equity-curve){min-height:142px!important;height:142px!important;max-height:142px!important;overflow:hidden!important}.app.mobile-native-ui :is(.strategy-equity-chart svg,.equity-curve svg){width:100%!important;height:142px!important;min-height:142px!important}.app.mobile-native-ui .mobile-native-desktop-parity .scroll-top-button{display:none!important}.app.mobile-native-ui .mobile-native-parity:not(.active) .mobile-native-floating-top{display:none!important}.app.mobile-native-ui :is(.report-visual-block,.structured-news-chart,.report-chart-block,.backtest-result-view){contain:content!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.chart-card,.report-chart-block,.structured-news-chart){max-height:none!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card,.daily-news-branch-tabs button) :is(em,small){flex:0 0 auto!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card){align-items:center!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card) .feature-hot-badge{margin-left:4px!important}@media(max-width:380px){.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-grid{gap:4px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card{padding:5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-stat-strip{grid-template-columns:1fr!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-stat-strip span:nth-child(n+2){display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-layout{grid-template-columns:72px minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .advice-ring{width:72px!important;height:72px!important;min-width:72px!important}}@media(prefers-reduced-motion:reduce){.app.mobile-native-ui *,.app.mobile-native-ui *:before,.app.mobile-native-ui *:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.app.mobile-native-ui{-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(86px,1fr) auto!important;grid-template-areas:"brand actions" "time time"!important;gap:4px!important;padding:5px 6px!important}.app.mobile-native-ui .mobile-native-brand{min-width:0!important}.app.mobile-native-ui .mobile-native-brand img{width:25px!important;height:25px!important}.app.mobile-native-ui .mobile-native-brand b{max-width:88px!important;font-size:clamp(11px,3.2vw,13px)!important}.app.mobile-native-ui .mobile-native-brand span,.app.mobile-native-ui .mobile-native-brand em{font-size:clamp(6.8px,1.9vw,7.6px)!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-actions{grid-area:actions!important;grid-template-columns:34px 26px 26px minmax(74px,92px) 52px!important;align-items:center!important;gap:4px!important}.app.mobile-native-ui .mobile-native-actions button{height:26px!important;min-height:26px!important;border-radius:8px!important}.app.mobile-native-ui .mobile-native-contact-mini{width:34px!important;min-width:34px!important;font-size:8px!important}.app.mobile-native-ui .mobile-native-user-pill{height:26px!important;min-width:0!important;grid-template-columns:16px minmax(0,1fr)!important;grid-template-rows:10px 9px!important;column-gap:4px!important;padding:3px 5px!important}.app.mobile-native-ui .mobile-native-user-pill>span{width:16px!important;height:16px!important;border-radius:5px!important;font-size:7px!important}.app.mobile-native-ui .mobile-native-user-pill b{min-width:0!important;overflow:hidden!important;font-size:7.8px!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-user-pill em{min-width:0!important;overflow:hidden!important;font-size:6.6px!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-layout-switch{grid-area:auto!important;width:52px!important;min-width:52px!important;height:30px!important;grid-template-columns:10px 1fr!important;grid-template-rows:12px 10px!important;gap:0 2px!important;padding:3px 4px!important;border-radius:9px!important}.app.mobile-native-ui .mobile-native-layout-switch svg{width:10px!important;height:10px!important}.app.mobile-native-ui .mobile-native-layout-switch span{font-size:7px!important}.app.mobile-native-ui .mobile-native-layout-switch small{font-size:5.4px!important}.app.mobile-native-ui .mobile-native-time{grid-area:time!important;gap:4px!important}.app.mobile-native-ui .mobile-native-time span{height:19px!important;grid-template-columns:9px 12px minmax(0,1fr) 18px!important;padding:0 5px!important;font-size:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .page-header{margin-bottom:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;margin:0 0 6px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button{min-width:0!important;min-height:54px!important;padding:5px 4px!important;align-content:start!important;gap:2px!important;overflow:hidden!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button span{overflow:hidden!important;font-size:clamp(7.2px,2.2vw,8.4px)!important;line-height:1.05!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button b{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;font-size:clamp(7px,2.05vw,8px)!important;line-height:1.15!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin-bottom:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card-motion,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card-glow,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card-spotlight{min-width:0!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card{min-height:92px!important;height:92px!important;padding:6px!important;display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;gap:5px!important;overflow:hidden!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-head{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:3px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-title{min-width:0!important;gap:3px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-symbol{transform:scale(.58)!important;transform-origin:left center!important;margin-right:-10px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-title h2{max-width:100%!important;font-size:clamp(9px,2.7vw,11px)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-session-chip{max-width:34px!important;height:16px!important;padding:0 4px!important;overflow:hidden!important;font-size:6.6px!important;line-height:16px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-stat-strip,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-meta{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quotes{min-width:0!important;display:block!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quote{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:4px!important;align-items:center!important;padding:5px!important;border-radius:9px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quote:nth-child(n+2),.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-spark,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name span{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name b{max-width:100%!important;overflow:hidden!important;font-size:clamp(8.6px,2.5vw,10px)!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-value-card{min-width:44px!important;padding:4px!important;border-radius:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-price{font-size:clamp(9px,2.7vw,11px)!important;line-height:1!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .change{font-size:clamp(7px,2.2vw,8px)!important;line-height:1!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-layout{grid-template-columns:84px minmax(0,1fr)!important;gap:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .advice-ring{width:84px!important;height:84px!important;min-width:84px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .advice-ring b{font-size:10px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-ring-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .mini-ring{width:auto!important;min-width:0!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-strip{grid-template-columns:48px minmax(0,1fr) 22px!important;gap:5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-strip span,.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-strip b{font-size:8px!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card) em:not(.feature-hot-badge),.app.mobile-native-ui .daily-news-branch-tabs button em{display:none!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card,.section-tabs button){min-width:0!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card,.section-tabs button) :is(span,b,strong){min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.app.mobile-native-ui :is(.selection-branch-card,.mystic-entry-card,.strategy-choice-card,.report-action-card) .feature-hot-badge,.app.mobile-native-ui .feature-hot-badge{height:14px!important;padding:0 4px!important;font-size:7px!important;line-height:14px!important;white-space:nowrap!important}.app.mobile-native-ui .agent-page .page-shell,.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .page-shell{gap:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-main{min-width:0!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-chat-window{min-height:52dvh!important;border-radius:12px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-empty b{font-size:13px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-empty span{font-size:9px!important}.app.mobile-native-ui .profile-banner.user-banner{grid-template-columns:50px minmax(0,1fr)!important;grid-auto-flow:row!important;align-items:center!important}.app.mobile-native-ui .profile-banner.user-banner>.balance,.app.mobile-native-ui .profile-banner.user-banner>.metric{grid-column:1 / -1!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.app.mobile-native-ui .profile-banner.user-banner>.metric{min-height:38px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:7px 9px!important}.app.mobile-native-ui .profile-banner.user-banner>.metric span{flex:0 0 auto!important;font-size:8px!important}.app.mobile-native-ui .profile-banner.user-banner>.metric b{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;font-size:12px!important;line-height:1.1!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .billing-dashboard,.app.mobile-native-ui .settings-suggestion-grid,.app.mobile-native-ui .model-grid,.app.mobile-native-ui .platform-models{grid-template-columns:minmax(0,1fr)!important;gap:6px!important}.app.mobile-native-ui .settings-tabs{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:5px!important}.app.mobile-native-ui .settings-tabs button{min-width:0!important;min-height:30px!important;padding:5px!important;font-size:8px!important;line-height:1.2!important}.app.mobile-native-ui .model-route-table{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .model-route-table>div{grid-template-columns:88px 86px minmax(130px,1fr)!important;min-width:304px!important}.app.mobile-native-ui :is(.chart-card,.report-chart-block,.structured-news-chart,.report-visual-block,.backtest-result-view,.strategy-paper-trading,.equity-curve,.strategy-equity-chart){width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important}.app.mobile-native-ui :is(.chart-card svg,.report-chart-block svg,.structured-news-chart svg,.report-visual-block svg,.backtest-result-view svg,.strategy-equity-chart svg,.equity-curve svg){width:100%!important;max-width:100%!important}.app.mobile-native-ui .strategy-equity-chart,.app.mobile-native-ui .equity-curve{min-height:156px!important;height:156px!important}.app.mobile-native-ui .strategy-equity-chart svg,.app.mobile-native-ui .equity-curve svg{height:156px!important}.app.mobile-native-ui .report-table-wrap,.app.mobile-native-ui .table-wrap,.app.mobile-native-ui .history-table-wrap{max-width:100%!important;overflow-x:auto!important}.app.mobile-native-ui .mobile-native-floating-top{right:13px!important;bottom:16px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:999px!important}@media(max-width:370px){.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(70px,1fr) auto!important;padding-inline:5px!important}.app.mobile-native-ui .mobile-native-actions{grid-template-columns:30px 23px 23px minmax(62px,72px) 48px!important;gap:3px!important}.app.mobile-native-ui .mobile-native-brand img{width:22px!important;height:22px!important}.app.mobile-native-ui .mobile-native-brand b{max-width:70px!important;font-size:10.5px!important}.app.mobile-native-ui .mobile-native-brand span,.app.mobile-native-ui .mobile-native-brand em{font-size:6.2px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button{min-height:50px!important;padding:4px 3px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button b{-webkit-line-clamp:2!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .sentiment-layout{grid-template-columns:1fr!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .advice-ring{justify-self:center!important}}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-actions{grid-template-columns:48px 44px 25px 25px minmax(58px,72px) 68px!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-desktop-note{width:48px!important;min-width:48px!important;white-space:nowrap!important;line-height:1!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini{width:auto!important;min-width:26px!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-credit-pill{width:68px!important;min-width:68px!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-credit-pill b{max-width:none!important;overflow:visible!important;text-overflow:clip!important}@media(max-width:370px){html[data-layout=mobile] .app.mobile-native-ui .mobile-native-actions{grid-template-columns:44px 39px 22px 22px minmax(50px,58px) 60px!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-desktop-note{width:44px!important;min-width:44px!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-credit-pill{width:60px!important;min-width:60px!important}}.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(100px,1fr) auto!important;grid-template-areas:"brand actions" "time time"!important;align-items:center!important;column-gap:4px!important}.app.mobile-native-ui .mobile-native-brand{min-width:0!important;display:grid!important;grid-template-columns:24px minmax(0,max-content) auto!important;align-items:center!important;gap:5px!important}.app.mobile-native-ui .mobile-native-brand>div{min-width:0!important;width:max-content!important;max-width:76px!important}.app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini{width:auto!important;min-width:26px!important;height:22px!important;min-height:22px!important;padding:0 4px!important;color:#75a7ff!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;font-size:7px!important;font-weight:950!important}.app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini:hover{color:#d6c8ff!important;background:#b792f514!important}.app.mobile-native-ui .mobile-native-actions{width:auto!important;min-width:0!important;grid-column:auto!important;display:grid!important;grid-template-columns:48px 44px 25px 25px minmax(58px,72px) 68px!important;align-items:center!important;justify-content:end!important;gap:3px!important;margin-top:0!important}.app.mobile-native-ui .mobile-native-desktop-note{width:48px!important;min-width:48px!important;display:block!important;color:#ff6b7e!important;font-size:7px!important;line-height:1!important;text-align:right!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-credit-pill{width:68px!important;min-width:68px!important;padding:2px 5px!important}.app.mobile-native-ui .mobile-native-credit-pill b{max-width:none!important;overflow:visible!important;font-size:8px!important;text-overflow:clip!important;white-space:nowrap!important}@media(max-width:370px){.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(84px,1fr) auto!important;column-gap:3px!important}.app.mobile-native-ui .mobile-native-brand{grid-template-columns:22px minmax(0,max-content) auto!important;gap:3px!important}.app.mobile-native-ui .mobile-native-brand>div{max-width:64px!important}.app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini{min-width:22px!important;padding:0 2px!important;font-size:6.4px!important}.app.mobile-native-ui .mobile-native-actions{grid-template-columns:44px 39px 22px 22px minmax(50px,58px) 60px!important;gap:2px!important}.app.mobile-native-ui .mobile-native-desktop-note{width:44px!important;min-width:44px!important;font-size:6.2px!important}.app.mobile-native-ui .mobile-native-credit-pill{width:60px!important;min-width:60px!important;padding-inline:3px!important}.app.mobile-native-ui .mobile-native-credit-pill b{font-size:7.2px!important}}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card{height:104px!important;min-height:104px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quote{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:4px!important;padding:5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name{width:100%!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name b{width:100%!important;max-width:none!important;font-size:9px!important;text-align:left!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-value-card{width:100%!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;padding:4px 5px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-price{min-width:0!important;overflow:hidden!important;font-size:10px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .change{flex:0 0 auto!important;font-size:7.6px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button b{-webkit-line-clamp:2!important}.app.mobile-native-ui .user-record-table.data-table{gap:6px!important;overflow:visible!important;background:transparent!important;border:0!important}.app.mobile-native-ui .user-record-table .table-head{display:none!important}.app.mobile-native-ui .user-record-table .table-row{width:100%!important;min-width:0!important;min-height:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:4px 8px!important;align-items:start!important;padding:8px!important;border:1px solid rgba(183,148,232,.12)!important;border-radius:9px!important;background:#ffffff08!important}.app.mobile-native-ui .user-record-table .table-row>:is(span,b){min-width:0!important;width:auto!important;max-width:100%!important;overflow:hidden!important;font-size:8px!important;line-height:1.25!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .user-record-table .table-row>:nth-child(1){color:var(--faint)!important}.app.mobile-native-ui .user-record-table .table-row>:nth-child(2),.app.mobile-native-ui .user-record-table .table-row>:nth-child(3){font-weight:900!important}.app.mobile-native-ui .user-record-table .table-row>:nth-child(3),.app.mobile-native-ui .user-record-table .table-row>:nth-child(4){justify-self:end!important;text-align:right!important}.app.mobile-native-ui .user-record-table .table-row>:nth-child(5){grid-column:1 / -1!important;display:block!important;color:var(--faint)!important;white-space:normal!important}.app.mobile-native-ui .report-record-table .table-row{grid-template-columns:minmax(0,1fr) auto!important}.app.mobile-native-ui .report-record-table .table-row>:nth-child(3){grid-column:1 / -1!important;justify-self:stretch!important;text-align:left!important;white-space:normal!important}.app.mobile-native-ui .model-route-table{display:grid!important;gap:6px!important;overflow:visible!important}.app.mobile-native-ui .model-route-table>div{min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:3px!important;padding:8px!important;border:1px solid rgba(183,148,232,.12)!important;border-radius:9px!important;background:#ffffff07!important}.app.mobile-native-ui .model-route-table>div:first-child{display:none!important}.app.mobile-native-ui .model-route-table :is(span,b){min-width:0!important;overflow:hidden!important;font-size:8px!important;line-height:1.35!important;text-overflow:ellipsis!important}.app.mobile-native-ui .model-route-table b{color:var(--text)!important;font-size:9px!important}.app.mobile-native-ui .side-scroll-top-button{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-side{visibility:hidden!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-side.mobile-open{visibility:visible!important}.app.mobile-native-ui{-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}.app.mobile-native-ui .mobile-native-shell,.app.mobile-native-ui .mobile-native-stage,.app.mobile-native-ui .mobile-native-parity,.app.mobile-native-ui .mobile-native-desktop-parity{min-height:0!important}.app.mobile-native-ui .mobile-native-stage,.app.mobile-native-ui .mobile-native-desktop-parity{overflow-y:auto!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .mobile-native-nav{overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain}.app.mobile-native-ui .mobile-native-top{grid-template-columns:minmax(72px,1fr) minmax(0,auto)!important;grid-template-areas:"brand actions" "time time"!important;padding:5px 6px!important;gap:4px!important}.app.mobile-native-ui .mobile-native-brand b{max-width:78px!important;font-size:11.5px!important}.app.mobile-native-ui .mobile-native-brand span,.app.mobile-native-ui .mobile-native-brand em{font-size:6.4px!important}.app.mobile-native-ui .mobile-native-actions{grid-template-columns:38px 44px 32px 25px 25px minmax(58px,72px) 48px!important;justify-content:end!important;align-items:center!important;gap:3px!important}.app.mobile-native-ui .mobile-native-desktop-note{display:block!important;color:#ff6b7e!important;font-size:7px!important;font-weight:950!important;line-height:1.08!important;text-align:right!important}.app.mobile-native-ui .mobile-native-layout-switch{width:44px!important;min-width:44px!important;height:27px!important;grid-template-columns:10px 1fr!important;grid-template-rows:1fr!important;gap:2px!important;padding:0 4px!important}.app.mobile-native-ui .mobile-native-layout-switch small{display:none!important}.app.mobile-native-ui .mobile-native-layout-switch span{font-size:7.2px!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-contact-mini{width:32px!important;min-width:32px!important;font-size:7.6px!important}.app.mobile-native-ui .mobile-native-actions button:not(.mobile-native-user-pill):not(.mobile-native-credit-pill):not(.mobile-native-layout-switch):not(.mobile-native-contact-mini){width:25px!important;min-width:25px!important;padding:0!important}.app.mobile-native-ui .mobile-native-user-pill{width:100%!important;min-width:0!important;grid-template-columns:15px minmax(0,1fr)!important;grid-template-rows:10px 9px!important;column-gap:3px!important;padding:3px 4px!important}.app.mobile-native-ui .mobile-native-user-pill>span{width:15px!important;height:15px!important}.app.mobile-native-ui .mobile-native-user-pill b{font-size:7.2px!important}.app.mobile-native-ui .mobile-native-user-pill em{font-size:6.4px!important}.app.mobile-native-ui .mobile-native-credit-pill{width:48px!important;min-width:48px!important;display:grid!important;place-items:center!important;gap:0!important;padding:2px 3px!important}.app.mobile-native-ui .mobile-native-credit-pill b{max-width:100%!important;overflow:hidden!important;color:var(--gold)!important;font-size:8px!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-credit-pill small{color:var(--faint)!important;font-size:5.8px!important;line-height:1!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button{min-height:62px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .usage-guide-strip button b{-webkit-line-clamp:3!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-card{height:150px!important;min-height:150px!important;grid-template-rows:auto minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quotes{display:grid!important;gap:3px!important;padding:0!important;background:transparent!important;border:0!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quote:nth-child(n+2){display:grid!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .market-quote{min-height:30px!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto!important;padding:4px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name{min-width:0!important;display:block!important;align-self:center!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name span{display:none!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-name b{max-width:34px!important;display:block!important;overflow:hidden!important;color:var(--text)!important;font-size:7px!important;line-height:1.05!important;text-overflow:ellipsis!important;white-space:nowrap!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-value-card{min-height:22px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .quote-price{font-size:8.4px!important}.app.mobile-native-ui .mobile-native-desktop-parity-dashboard .change{font-size:6.8px!important}.app.mobile-native-ui .full-report-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:7px!important;align-items:stretch!important}.app.mobile-native-ui .full-report-toolbar h4{margin:0!important;font-size:12px!important}.app.mobile-native-ui .full-report-mode-switch{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.app.mobile-native-ui .full-report-mode-switch button{min-width:0!important;min-height:30px!important;padding:0 6px!important;border-radius:8px!important;font-size:8.5px!important;font-weight:950!important}.app.mobile-native-ui .daily-news-branch-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important;gap:5px!important}.app.mobile-native-ui .daily-news-branch-tabs button{min-width:0!important;min-height:34px!important;padding:6px 8px!important}.app.mobile-native-ui .daily-news-branch-tabs button span{font-size:9px!important;white-space:nowrap!important}.app.mobile-native-ui .history-panel,.app.mobile-native-ui .history-browser,.app.mobile-native-ui .history-list,.app.mobile-native-ui .history-detail{min-height:0!important}.app.mobile-native-ui .history-browser{display:grid!important;grid-template-columns:minmax(0,1fr)!important;max-height:none!important;overflow:visible!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .history-list{max-height:30dvh!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app.mobile-native-ui .history-detail,.app.mobile-native-ui .history-detail.report-mode{max-height:none!important;overflow:visible!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .history-detail .report-reader,.app.mobile-native-ui .history-detail .report-content-rendered{overflow:visible!important;max-height:none!important}.app.mobile-native-ui .mobile-agent-history-bottom{max-height:28dvh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-input-row{grid-template-columns:minmax(0,1fr) 50px!important;align-items:stretch!important;gap:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-input-tools{display:grid!important;grid-template-columns:22px 24px!important;align-items:stretch!important;gap:4px!important}.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-tool-button,.app.mobile-native-ui .mobile-native-desktop-parity-lingyaoAI .agent-send-button{width:auto!important;min-width:0!important;height:100%!important;min-height:54px!important;padding:0!important;border-radius:12px!important}@media(max-width:370px){.app.mobile-native-ui .mobile-native-actions{grid-template-columns:32px 39px 28px 22px 22px minmax(50px,58px) 42px!important}.app.mobile-native-ui .mobile-native-desktop-note{font-size:6.4px!important}.app.mobile-native-ui .mobile-native-layout-switch{width:39px!important;min-width:39px!important}.app.mobile-native-ui .mobile-native-user-pill{grid-template-columns:13px minmax(0,1fr)!important}.app.mobile-native-ui .mobile-native-user-pill>span{width:13px!important;height:13px!important}.app.mobile-native-ui .mobile-native-credit-pill{width:42px!important;min-width:42px!important}}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-shell{height:100dvh!important;max-height:100dvh!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;grid-template-rows:max-content minmax(0,1fr)!important;overflow:hidden!important;isolation:isolate}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-top{grid-column:1 / -1!important;grid-row:1!important;position:sticky!important;top:0!important;z-index:1200!important;align-self:start!important;transform:translateZ(0);will-change:transform}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-stage{grid-column:2!important;grid-row:2!important;height:100%!important;min-height:0!important;overflow:hidden!important;position:relative!important;z-index:1!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-nav{grid-column:1!important;grid-row:2!important;height:100%!important;min-height:0!important;position:relative!important;z-index:10!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-parity{height:100%!important;min-height:0!important;overflow:hidden!important;pointer-events:none!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-parity.active{display:block!important;overflow-y:auto!important;overflow-x:hidden!important;pointer-events:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-desktop-parity{min-height:100%!important;overflow:visible!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand{gap:5px!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand>div{flex:0 1 auto!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini{flex:0 0 22px!important;width:22px!important;min-width:22px!important;max-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;display:grid!important;place-items:center!important;color:#f4d98a!important;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.16),transparent 38%),#7c3aed2e!important;border:1px solid rgba(216,179,95,.42)!important;border-radius:999px!important;box-shadow:inset 0 0 0 1px #b792f51f,0 6px 14px #7c3aed29!important;font-size:9px!important;font-weight:950!important;line-height:1!important;text-align:center!important;white-space:nowrap!important}html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini:hover{color:#fff!important;border-color:#d8b35f9e!important;background:#7c3aed4d!important}@media(max-width:370px){html[data-layout=mobile] .app.mobile-native-ui .mobile-native-brand .mobile-native-contact-mini{flex-basis:20px!important;width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;font-size:8px!important}}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-reader,.generated-report-preview,.daily-news-brief-card,.daily-news-full-card,.selection-report-body,.free-brief-body,.history-detail.report-mode){gap:8px!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-reader,.generated-report-preview,.daily-news-brief-card,.daily-news-full-card,.history-detail.report-mode){padding:9px!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.generated-report-preview>h3,.daily-news-brief-card h3,.daily-news-full-card h3,.history-detail h3){font-size:clamp(13px,3.45vw,15px)!important;line-height:1.26!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-content-rendered,.report-content-rendered.compact),.app.mobile-native-ui .mobile-native-report .report-content-rendered{font-size:clamp(10.2px,2.9vw,11.4px)!important;line-height:1.62!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-content-rendered,.report-content-rendered.compact) :is(p,li,span,em,strong,b),.app.mobile-native-ui .mobile-native-report .report-content-rendered :is(p,li,span,em,strong,b){font-size:inherit!important;line-height:inherit!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-md-paragraph,.app.mobile-native-ui .mobile-native-desktop-parity .report-md-list,.app.mobile-native-ui .mobile-native-desktop-parity .report-md-note{margin:6px 0!important;font-size:clamp(10.2px,2.9vw,11.4px)!important;line-height:1.62!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-content-rendered h1.report-md-heading,.report-content-rendered h2.report-md-heading,.report-content-rendered h3.report-md-heading,.report-content-rendered h4.report-md-heading,.report-md-heading){margin:10px 0 6px!important;font-size:clamp(13px,3.55vw,15.5px)!important;line-height:1.28!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-section-card,.report-section-block){padding:8px!important;margin:8px 0!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-section-toggle{min-height:34px!important;padding:7px 8px!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-section-toggle h2,.report-section-toggle h3,.report-section-toggle h4,.report-section-card h3,.report-section-block h3){font-size:clamp(12.5px,3.35vw,14.5px)!important;line-height:1.24!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-section-nav b,.report-section-toggle b){font-size:clamp(9.8px,2.75vw,11px)!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-section-nav span,.report-section-toggle span){width:21px!important;height:21px!important;font-size:9px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-section-card>.report-content-rendered,.app.mobile-native-ui .mobile-native-desktop-parity .report-section-block>.report-content-rendered{padding:5px 7px 8px!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-md-highlight,.report-md-list li.report-md-highlight-item){padding:6px 8px!important;border-radius:8px!important}.app.mobile-native-ui :is(.report-table-wrap,.table-wrap,.history-table-wrap){max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch}.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap table,.app.mobile-native-ui .mobile-native-report .report-table-wrap table{width:max-content!important;min-width:100%!important;table-layout:auto!important;font-size:clamp(8.6px,2.45vw,9.5px)!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap th,.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap td,.app.mobile-native-ui .mobile-native-report .report-table-wrap th,.app.mobile-native-ui .mobile-native-report .report-table-wrap td{min-width:56px!important;max-width:118px!important;padding:4px 5px!important;font-size:clamp(8.6px,2.45vw,9.5px)!important;line-height:1.34!important;white-space:normal!important;word-break:break-word!important}.app.mobile-native-ui :is(.report-visual-block,.structured-news-chart,.report-chart-block,.report-line-chart,.report-kline-chart,.report-radar-chart,.report-heatmap){max-width:100%!important;padding:8px!important;border-radius:10px!important;overflow:hidden!important}.app.mobile-native-ui :is(.report-visual-block header b,.structured-news-title b,.report-chart-legend span,.report-chart-row>span,.report-chart-row em){font-size:clamp(9px,2.55vw,10.2px)!important;line-height:1.3!important}.app.mobile-native-ui :is(.report-visual-block svg,.structured-news-chart svg,.report-chart-block svg,.report-line-chart svg,.report-kline-chart svg,.report-radar-chart svg,.report-heatmap svg){width:100%!important;max-width:100%!important;height:auto!important}.app.mobile-native-ui :is(.strategy-equity-chart,.equity-curve){min-height:174px!important;height:174px!important}.app.mobile-native-ui :is(.strategy-equity-chart svg,.equity-curve svg){height:174px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap{grid-template-columns:74px minmax(0,1fr)!important;gap:8px!important;padding:8px!important;border-radius:10px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-root{min-height:58px!important;padding:4px!important;border-radius:10px!important;font-size:9px!important;line-height:1.2!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-branches{gap:5px!important;align-content:start!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-branches a{max-width:100%!important;padding:5px 7px!important;gap:4px!important;border-radius:999px!important;font-size:9.2px!important;line-height:1.18!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-branches i{font-size:9.2px!important}@media(max-width:360px){.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-content-rendered,.report-content-rendered.compact),.app.mobile-native-ui .mobile-native-report .report-content-rendered{font-size:10px!important;line-height:1.58!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-md-paragraph,.report-md-list,.report-md-note){font-size:10px!important;line-height:1.58!important}.app.mobile-native-ui .mobile-native-desktop-parity :is(.report-content-rendered h1.report-md-heading,.report-content-rendered h2.report-md-heading,.report-content-rendered h3.report-md-heading,.report-content-rendered h4.report-md-heading,.report-md-heading){font-size:13px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap th,.app.mobile-native-ui .mobile-native-desktop-parity .report-table-wrap td,.app.mobile-native-ui .mobile-native-report .report-table-wrap th,.app.mobile-native-ui .mobile-native-report .report-table-wrap td{min-width:52px!important;max-width:104px!important;padding:3px 4px!important;font-size:8.4px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap{grid-template-columns:62px minmax(0,1fr)!important;gap:6px!important;padding:7px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-root{min-height:50px!important;font-size:8.4px!important}.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-branches a,.app.mobile-native-ui .mobile-native-desktop-parity .report-mindmap-branches i{font-size:8.6px!important}}
