@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Noto Sans SC,PingFang SC,system-ui,sans-serif;color:#202033;background:#f5f5fb;font-synthesis:none;--bg:#f5f5fb;--panel:#fff;--text:#202033;--muted:#8b8ca2;--line:#ececf4;--purple:#6c5ce7;--purple2:#8b78f6;--soft:#f1efff;--red:#f05361;--green:#22a981;--shadow:0 8px 30px rgba(45,39,103,.06)}:root[data-theme=dark]{color:#f0f0f8;background:#14141e;--bg:#14141e;--panel:#1d1d2a;--text:#f1f1f8;--muted:#9292a8;--line:#303042;--soft:#2b2946;--shadow:0 8px 30px rgba(0,0,0,.18)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:68px;display:flex;align-items:center;padding:0 4vw;background:var(--panel);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;min-width:220px;cursor:pointer}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,var(--purple),#a172f4);box-shadow:0 7px 18px #6c5ce74d}.brand strong{font-size:20px}.brand>span:last-child{font-size:9px;font-weight:800;padding:2px 4px;background:#ffeac2;color:#ad6f0b;border-radius:4px}.topbar nav{display:flex;height:100%;gap:8px}.topbar nav button{border:0;background:transparent;color:var(--muted);padding:0 17px;display:flex;align-items:center;gap:7px;position:relative;font-weight:500}.topbar nav button.active{color:var(--purple);font-weight:700}.topbar nav button.active:after{content:"";height:3px;border-radius:4px;background:var(--purple);position:absolute;left:20px;right:20px;bottom:0}.top-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.top-actions button{height:38px}.vip-button{border:0;color:#fff;border-radius:10px;background:linear-gradient(135deg,#191827,#48425f);padding:0 15px;display:flex;align-items:center;gap:7px;font-weight:700;box-shadow:0 6px 14px #1c1a302e}.vip-button svg{color:#ffd76b}.round-btn{width:38px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--text);display:grid;place-items:center;position:relative}.round-btn i{position:absolute;width:6px;height:6px;background:var(--red);border:1px solid #fff;border-radius:50%;right:7px;top:7px}.login-button{border:0;background:var(--soft);color:var(--purple);padding:0 13px;border-radius:10px;display:flex;gap:7px;align-items:center;font-weight:600}.mobile-menu{display:none}.market-bar{min-height:58px;padding:9px 4vw;display:flex;align-items:center;gap:24px;background:var(--panel);border-bottom:1px solid var(--line)}.status{font-size:13px;font-weight:600;white-space:nowrap}.status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#9294a7;margin-right:7px}.status span{color:var(--muted);margin-left:7px;font-weight:400}.ticker{display:flex;align-items:baseline;gap:8px;font-size:12px}.ticker b{color:var(--muted);font-weight:500}.ticker strong{font-size:14px}.ticker em{font-style:normal;color:var(--red)}.market-tools{margin-left:auto;display:flex;align-items:center;gap:8px}.switch{font-size:12px;color:var(--muted);display:flex;gap:7px;align-items:center}.switch input{display:none}.switch span{width:34px;height:20px;border-radius:20px;background:#d9d9e5;position:relative}.switch span:after{content:"";width:14px;height:14px;border-radius:50%;position:absolute;left:3px;top:3px;background:#fff;transition:.2s}.switch input:checked+span{background:var(--purple)}.switch input:checked+span:after{left:17px}.date-input,.template-btn{height:36px;border:1px solid var(--line);border-radius:9px;background:var(--panel);display:flex;align-items:center;gap:7px;color:var(--muted);padding:0 10px}.date-input input{border:0;outline:0;background:transparent;color:var(--text);width:118px}.template-btn{color:var(--text);font-size:12px}.app-shell main{max-width:1540px;padding:24px 4vw 50px;margin:auto}.welcome-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.welcome-row p{color:var(--purple);font-size:13px;margin:0 0 6px;font-weight:700}.welcome-row h1{font-size:25px;margin:0;letter-spacing:-.5px}.save-state{display:flex;align-items:center;gap:12px}.save-state>span{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.save-state button,.note-card button,.journal-editor button{border:0;border-radius:9px;background:var(--purple);color:#fff;font-size:12px;font-weight:600;height:36px;padding:0 14px;display:flex;align-items:center;gap:6px}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:18px;min-height:230px;position:relative;overflow:hidden}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.card-title{display:flex;align-items:center;gap:8px}.card-title h2{margin:0;font-size:15px}.card-icon{width:28px;height:28px;border-radius:8px;background:var(--soft);color:var(--purple);display:grid;place-items:center}.icon-btn{border:0;background:transparent;color:var(--muted)}.vip-tag{font-size:9px;font-weight:700;color:#9b6a00;background:#fff0c9;padding:3px 6px;border-radius:5px;display:flex;gap:3px}.weather-card{grid-column:span 2;background:linear-gradient(130deg,var(--panel) 55%,rgba(129,105,248,.1))}.weather{display:flex;align-items:center;gap:14px}.sun-orb{width:64px;height:64px;border-radius:20px;background:linear-gradient(145deg,#ffbc4b,#ff8f4a);display:grid;place-items:center;color:#fff;box-shadow:0 10px 25px #ff994a47}.weather>div:nth-child(2) strong{font-size:19px}.weather p{font-size:12px;color:var(--muted);margin:5px 0}.mood-score{margin-left:auto;text-align:right}.mood-score span,.mood-score em{display:block;font-size:11px;color:var(--muted);font-style:normal}.mood-score b{font-size:30px;color:var(--red)}.mood-score em{color:var(--red)}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:16px;padding-top:15px}.metrics div{border-right:1px solid var(--line);text-align:center}.metrics div:last-child{border:0}.metrics span,.metrics small{font-size:11px;color:var(--muted);display:block}.metrics b{font-size:19px;margin:4px}.up{color:var(--red)!important}.down{color:var(--green)!important}.distribution>div:first-child{height:12px;display:flex;gap:3px}.distribution>div:first-child i{border-radius:5px}.distribution>div:first-child i:nth-child(1){background:var(--red)}.distribution>div:first-child i:nth-child(2){background:#b9bac6}.distribution>div:first-child i:nth-child(3){background:var(--green)}.dist-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin:10px 0 18px}.dist-labels span{display:flex;align-items:center;gap:5px}.dist-labels i{width:6px;height:6px;border-radius:2px;background:var(--red)}.dist-labels span:nth-child(2) i{background:#aaa}.dist-labels span:nth-child(3) i{background:var(--green)}.dist-labels b{color:var(--text)}.range-bars{height:112px;display:flex;align-items:end;gap:7px;border-bottom:1px solid var(--line)}.range-bars div{flex:1;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:flex-end;position:relative}.range-bars i{width:65%;min-width:12px;background:linear-gradient(#ff8791,var(--red));border-radius:4px 4px 0 0}.range-bars i.green{background:linear-gradient(#64d7b8,var(--green))}.range-bars span{font-size:8px;position:absolute;top:calc(100% - var(--h));color:var(--muted)}.range-bars small{font-size:8px;white-space:nowrap;color:var(--muted);margin:5px -5px -16px}.signal-list>div{display:flex;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.signal-list>div:last-child{border:0}.signal{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;margin-right:10px}.signal.red{color:var(--red);background:#fff0f1}.signal.purple{color:var(--purple);background:var(--soft)}.signal.green{color:var(--green);background:#eaf9f4}.signal-list p{margin:0;flex:1}.signal-list b,.signal-list small{display:block;font-size:12px}.signal-list small{font-size:10px;color:var(--muted);margin-top:3px}.signal-list strong{font-size:12px}.chart-card{grid-column:span 2}.tabs{background:var(--soft);border-radius:7px;padding:2px}.tabs button{border:0;background:transparent;color:var(--muted);font-size:10px;padding:5px 9px}.tabs button.active{background:var(--panel);border-radius:5px;color:var(--purple);box-shadow:0 2px 5px #0000000f}.chart-summary{position:absolute;left:20px;top:62px}.chart-summary strong{font-size:20px;display:block}.chart-summary span{font-size:10px;color:var(--red)}.mini-line{height:140px;margin-top:5px;display:flex;align-items:end;gap:5px;padding:0 5px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to bottom,transparent 0,transparent 34px,var(--line) 35px)}.mini-line i{flex:1;background:linear-gradient(to top,#f053610d,#f05361b3);border-radius:3px 3px 0 0;position:relative}.mini-line i:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--red)}.chart-axis{display:flex;justify-content:space-between;color:var(--muted);font-size:8px;margin-top:5px}.ladder>div{display:grid;grid-template-columns:48px 1fr 80px 60px;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:8px 0;font-size:11px}.ladder>div:last-child{border:0}.ladder em{color:var(--red);font-style:normal;text-align:right}.ladder small{color:var(--muted)}.level{padding:4px 7px;border-radius:6px;color:#fff;background:var(--red);font-size:10px;text-align:center}.l1{opacity:.86}.l2{opacity:.72}.l3{opacity:.6}.text-btn{border:0;background:transparent;color:var(--purple);font-size:10px}.sector-list>div{display:flex;align-items:center;gap:9px;margin:11px 0}.sector-list>div>span{font-size:10px;color:var(--muted);width:12px}.sector-list p{margin:0;flex:1;display:flex;align-items:center;gap:10px}.sector-list b{font-size:11px;width:80px}.sector-list p i{height:5px;background:var(--soft);border-radius:4px;flex:1}.sector-list p em{display:block;height:100%;border-radius:4px}.sector-list strong{font-size:11px;color:var(--red)}.leader-table .th,.leader-table>div:not(.th){display:grid;grid-template-columns:1fr 80px 85px;padding:8px 0;border-bottom:1px solid var(--line);font-size:11px}.leader-table .th{color:var(--muted);font-size:9px}.leader-table strong{color:var(--red)}.leader-table span:last-child{text-align:right;color:var(--muted)}.vip-blur{position:absolute;left:15px;right:15px;bottom:12px;height:44px;background:linear-gradient(90deg,#f5f3ffeb,#ebe7fff7);color:var(--purple);border:1px solid #ded8ff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:600}.note-card textarea{width:100%;height:115px;resize:none;border:0;outline:0;background:var(--soft);border-radius:10px;padding:12px;color:var(--text);font-size:11px;line-height:1.8}.note-card>div:last-child{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.note-card>div:last-child span{font-size:9px;color:var(--muted)}.note-card button{height:30px}.themes-layout{display:flex;flex-direction:column;gap:16px}.theme-hero{border-radius:18px;background:linear-gradient(125deg,#242037,#453d74 65%,#725ee3);color:#fff;padding:28px 34px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.theme-hero>div>span{font-size:11px;color:#d8d0ff;display:flex;align-items:center;gap:5px}.theme-hero h2{font-size:25px;margin:9px 0}.theme-hero p{font-size:12px;color:#c8c2da;margin:0}.theme-score{width:88px;height:88px;border:1px solid rgba(255,255,255,.23);border-radius:50%;display:grid;place-content:center;text-align:center;background:#ffffff14}.theme-score b{font-size:28px}.theme-score span{font-size:9px;color:#d9d3f1}.filter-row{display:flex;gap:7px}.filter-row>button{border:1px solid var(--line);background:var(--panel);padding:8px 14px;border-radius:8px;color:var(--muted);font-size:11px}.filter-row>button.active{background:var(--purple);color:#fff;border-color:var(--purple)}.filter-row label{margin-left:auto;background:var(--panel);border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;padding:0 11px;color:var(--muted)}.filter-row input{border:0;background:transparent;outline:0;padding:8px;color:var(--text);width:160px}.theme-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.theme-cards article{background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:18px;box-shadow:var(--shadow)}.theme-top{display:flex;justify-content:space-between}.theme-top span{font-size:9px;color:var(--muted)}.theme-top em{font-size:11px;color:var(--red);font-style:normal}.theme-cards h3{font-size:18px;margin:14px 0 4px}.theme-cards p{font-size:10px;color:var(--muted)}.heat{height:6px;background:var(--soft);border-radius:5px;margin:14px 0}.heat i{display:block;height:100%;border-radius:5px}.stocks{display:flex;gap:6px}.stocks span{background:var(--soft);border-radius:5px;padding:4px 7px;font-size:9px}.theme-cards article>button{width:100%;border:0;border-top:1px solid var(--line);background:transparent;color:var(--purple);margin-top:15px;padding-top:13px;font-size:10px;display:flex;justify-content:center;align-items:center;gap:5px}.journal-layout{display:grid;grid-template-columns:230px 1fr;gap:16px}.journal-layout aside,.journal-editor{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.journal-layout aside h3{margin:0 0 15px;font-size:14px}.journal-layout aside button{width:100%;border:0;background:transparent;border-radius:9px;padding:10px;text-align:left;display:flex;justify-content:space-between;color:var(--text);margin-bottom:5px}.journal-layout aside button.active{background:var(--soft);color:var(--purple)}.journal-layout aside small{font-size:9px;color:var(--muted)}.journal-layout aside .new-note{justify-content:center;color:#fff;background:var(--purple);margin-top:15px}.editor-title{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.editor-title span{font-size:10px;color:var(--muted)}.editor-title h2{margin:4px 0 0;font-size:20px}.journal-editor>label{display:block;font-size:11px;font-weight:600;margin-top:18px}.journal-editor input,.journal-editor textarea{display:block;width:100%;border:1px solid var(--line);background:var(--soft);border-radius:9px;margin-top:7px;padding:11px;color:var(--text);outline:0}.journal-editor textarea{height:90px;resize:vertical;line-height:1.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1412279e;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:100;display:grid;place-items:center;padding:18px;animation:fade .2s}.modal{width:min(420px,100%);max-height:92vh;overflow:auto;background:var(--panel);border:1px solid var(--line);border-radius:20px;box-shadow:0 30px 80px #0f0c284d;padding:28px;position:relative;animation:pop .25s}.modal.wide{width:min(620px,100%)}.modal-close{position:absolute;right:17px;top:17px;border:0;background:var(--soft);color:var(--muted);border-radius:50%;width:32px;height:32px;display:grid;place-items:center;z-index:2}.vip-heading{display:flex;gap:15px;padding-right:25px}.vip-heading>span,.login-logo{width:48px;height:48px;flex:0 0 auto;border-radius:14px;color:#ffd56a;background:linear-gradient(145deg,#28243e,#554a7b);display:grid;place-items:center}.vip-heading small{color:var(--purple);font-weight:700}.vip-heading h2{margin:4px 0;font-size:22px}.vip-heading p,.template-modal>p{font-size:11px;color:var(--muted);margin:0}.billing-switch{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);border-radius:11px;padding:4px;margin:20px 0 12px}.billing-switch button{border:0;background:transparent;padding:9px;color:var(--muted);border-radius:8px;font-size:11px}.billing-switch button.active{background:var(--panel);color:var(--purple);font-weight:700;box-shadow:0 3px 9px #0000000f}.billing-switch span{font-size:8px;color:var(--red)}.price-card{border:2px solid var(--purple);border-radius:14px;padding:16px;display:flex;justify-content:space-between;align-items:flex-start;background:linear-gradient(135deg,var(--soft),var(--panel))}.price-card>div>span{font-size:11px;font-weight:700}.price-card p{margin:5px 0 0;color:var(--muted);font-size:10px}.price-card b{font-size:28px;color:var(--purple)}.price-card small{color:var(--muted);font-size:9px}.best{background:var(--purple);color:#fff;padding:4px 8px;font-size:8px;border-radius:6px}.benefits{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:18px 0}.benefits div{display:flex;align-items:center;gap:7px;font-size:10px}.benefits svg{color:var(--purple);background:var(--soft);border-radius:50%;padding:2px}.pay-btn,.primary{width:100%;height:44px;border:0;border-radius:10px;color:#fff;background:linear-gradient(135deg,var(--purple),var(--purple2));display:flex;align-items:center;justify-content:center;gap:7px;font-weight:700;box-shadow:0 8px 20px #6c5ce740}.pay-note{text-align:center;color:var(--muted);font-size:9px}.pay-success,.profile-panel{text-align:center;padding-top:12px}.pay-success>span{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#e9faf4;color:var(--green);margin:auto}.pay-success h2{margin:14px 0 6px}.pay-success p,.profile-panel p{color:var(--muted);font-size:11px;line-height:1.7;margin-bottom:20px}.login-modal{text-align:center}.login-logo{margin:0 auto 12px}.login-modal h2{margin:0}.login-modal>p{font-size:11px;color:var(--muted)}.login-tabs{display:flex;border-bottom:1px solid var(--line);margin:20px 0}.login-tabs button{flex:1;border:0;background:transparent;padding:9px;color:var(--muted);font-size:11px}.login-tabs button.active{color:var(--purple);border-bottom:2px solid var(--purple)}.login-modal label{text-align:left;display:block;font-size:10px;color:var(--muted);margin:12px 0}.login-modal input{width:100%;height:42px;background:var(--soft);border:1px solid var(--line);border-radius:9px;padding:0 12px;color:var(--text);margin-top:6px;outline:0}.code-input{display:flex;gap:7px}.code-input button{border:0;color:var(--purple);background:var(--soft);border-radius:9px;margin-top:6px;white-space:nowrap;font-size:9px}.login-modal>small{display:block;font-size:8px;color:var(--muted);margin-top:12px}.avatar{width:64px;height:64px;border-radius:20px;background:var(--soft);color:var(--purple);font-size:26px;font-weight:700;display:grid;place-items:center;margin:auto}.profile-panel .primary{margin-bottom:8px}.ghost{width:100%;height:38px;border:0;background:transparent;color:var(--muted)}.modal-kicker{font-size:11px;color:var(--purple);display:flex;align-items:center;gap:5px}.template-modal h2{margin:5px 0}.template-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.template-list button{height:42px;border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:9px;display:flex;justify-content:space-between;align-items:center;padding:0 11px;font-size:10px}.template-list button.selected{border-color:#cfc7ff;background:var(--soft);color:var(--purple)}.template-list i{width:20px;height:20px;border-radius:6px;background:var(--line);display:grid;place-items:center}.template-list .selected i{background:var(--purple);color:#fff}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);z-index:150;background:#252238;color:#fff;border-radius:10px;padding:11px 16px;display:flex;align-items:center;gap:8px;font-size:11px;box-shadow:0 10px 30px #00000038;animation:up .25s}footer{padding:22px 4vw;border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;color:var(--muted);font-size:10px;background:var(--panel)}footer .brand{min-width:auto}footer .brand strong{font-size:14px}footer .brand-mark{width:28px;height:28px;border-radius:8px}footer p{margin:auto}.small>span:last-child{display:none}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(8px) scale(.98)}}@keyframes up{0%{opacity:0;transform:translate(-50%,10px)}}@media(max-width:1050px){.ticker{display:none}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.weather-card,.chart-card{grid-column:span 2}.theme-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topbar{height:60px;padding:0 16px}.brand{min-width:auto}.brand strong{font-size:17px}.topbar nav{position:absolute;top:60px;left:12px;right:12px;height:auto;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:7px;display:none;flex-direction:column}.topbar nav.open{display:flex}.topbar nav button{height:44px}.topbar nav button.active:after{display:none}.mobile-menu{display:grid}.desktop-only{display:none}.vip-button{padding:0 10px;font-size:11px}.market-bar{padding:9px 16px;gap:8px;overflow-x:auto}.status span{display:none}.market-tools{margin-left:0}.switch,.template-btn{display:none}.app-shell main{padding:18px 14px 35px}.welcome-row{align-items:flex-start;gap:12px}.welcome-row h1{font-size:19px}.welcome-row p{font-size:11px}.save-state>span{display:none}.save-state button{font-size:0;width:38px;padding:0;justify-content:center}.save-state button svg{width:17px}.dashboard-grid{grid-template-columns:1fr}.weather-card,.chart-card{grid-column:span 1}.card{padding:15px;min-height:220px}.weather{align-items:flex-start}.sun-orb{width:48px;height:48px;border-radius:15px}.mood-score{position:absolute;right:15px;top:60px}.metrics{gap:0}.metrics b{font-size:16px}.range-bars{gap:4px}.theme-hero{padding:22px}.theme-hero h2{font-size:19px}.theme-score{width:72px;height:72px}.filter-row{overflow-x:auto}.filter-row label{display:none}.theme-cards,.journal-layout{grid-template-columns:1fr}.journal-layout aside{display:none}.journal-editor{padding:15px}.editor-title h2{font-size:17px}.benefits{grid-template-columns:1fr}.modal{padding:23px}.vip-heading h2{font-size:18px}.template-list{grid-template-columns:1fr}footer{flex-direction:column;gap:8px;text-align:center}.ladder>div{grid-template-columns:45px 1fr 55px}.ladder small{display:none}}.ladder-actions{display:flex;align-items:center;gap:9px}.ladder-actions>span{font-size:9px;color:var(--muted)}.full-ladder>div{grid-template-columns:50px 1fr 38px;align-items:start;padding:9px 0}.full-ladder>div>b{text-align:right;font-size:11px}.full-ladder>div.empty{opacity:.45}.full-ladder>div.empty .level{background:#a7a8b5}.ladder-names{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.ladder-names>span{padding:3px 6px;border-radius:5px;background:var(--soft);font-size:10px;white-space:nowrap}.ladder-names>em{padding:3px 0;color:var(--muted);font-size:9px}.full-ladder.expanded{max-height:510px;overflow:auto;padding-right:5px}.theme-matrix.history-15{min-width:1540px}.theme-matrix.history-15 th:nth-child(n+3),.theme-matrix.history-15 td:nth-child(n+3){min-width:88px}.theme-matrix.history-15 td small{display:block;font-size:8px;margin-top:3px;opacity:.78}.theme-matrix .oscillating{color:#e88a00;font-weight:700}.theme-matrix .mild{color:#858797;font-weight:600}.theme-matrix .neutral{color:var(--muted);font-weight:500}.theme-matrix .divergence-strong{color:#11845f;font-weight:800}.theme-matrix .divergence-weak{color:#66b99c;font-weight:650}.theme-matrix .rise-accelerating{color:#d9364f;font-weight:800}.theme-matrix .rise-strengthening{color:#eb6473;font-weight:700}.theme-matrix .rise-mild{color:#f2a0a8;font-weight:650}.data-source-note{font-size:9px;color:var(--muted);font-weight:500}.theme-flow-card{min-height:390px}.live-flow-list>div{margin:8px 0}.live-flow-list p{align-items:center}.live-flow-list p>b{width:116px;display:flex;align-items:center;justify-content:space-between;gap:5px}.live-flow-list p>b>small{font-size:8px;font-weight:650}.live-flow-list p i em{background:linear-gradient(90deg,#f5a0a8,#e64d60)}.live-flow-list>div>strong{width:68px;text-align:right;font-size:10px}.flow-list-loading{height:250px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px}.leader-card.unlocked{min-height:390px}.leader-card.unlocked .leader-table>div:not(.th){padding:10px 0}.leader-card.unlocked .leader-table span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vip-unlocked{display:flex;align-items:center;gap:4px;color:#9b6a00;background:#fff0c9;border-radius:6px;padding:4px 7px;font-size:9px;font-weight:700}.pay-btn:disabled{cursor:default;opacity:.72;box-shadow:none}.theme-workbench{margin:-4px -2.5vw 0;min-height:720px}.theme-toolbar{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.theme-nav-tabs{height:100%;display:flex;gap:8px}.theme-nav-tabs button{border:0;background:transparent;padding:0 18px;color:var(--muted);font-weight:700;position:relative}.theme-nav-tabs button.active{color:var(--purple)}.theme-nav-tabs button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:3px;background:var(--purple)}.theme-date-nav{display:flex;align-items:center;background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden}.theme-date-nav button{width:38px;height:36px;border:0;background:transparent;color:var(--muted);display:grid;place-items:center}.theme-date-nav span{min-width:110px;text-align:center;font-size:12px;font-weight:700;border-inline:1px solid var(--line);line-height:36px}.theme-columns{display:grid;grid-template-columns:minmax(620px,1.9fr) minmax(320px,.92fr) minmax(310px,.9fr);gap:12px;height:720px}.theme-columns>section{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.panel-heading{height:48px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 14px}.panel-heading h2{font-size:14px;margin:0}.panel-heading>div{display:flex;gap:6px}.panel-heading button{height:30px;border:1px solid var(--line);border-radius:7px;background:var(--panel);color:var(--muted);display:flex;align-items:center;gap:5px;padding:0 9px;font-size:10px}.panel-heading>span{font-size:10px;color:var(--muted)}.matrix-scroll{height:calc(100% - 48px);overflow:auto}.theme-matrix{width:100%;min-width:780px;border-collapse:separate;border-spacing:0;font-size:10px}.theme-matrix th,.theme-matrix td{height:40px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;white-space:nowrap;padding:0 7px}.theme-matrix thead{position:sticky;top:0;z-index:3;background:var(--panel)}.theme-matrix thead tr:first-child th{height:52px;background:var(--panel);font-size:10px;color:var(--muted)}.theme-matrix thead tr:first-child th:nth-child(n+3){background:#6f5ce8;color:#fff;font-size:11px}.theme-matrix thead th.today,.theme-matrix td.today{box-shadow:inset 2px 0 #8c7af0,inset -2px 0 #8c7af0}.theme-matrix th small{display:block;font-size:8px;font-weight:400;margin-top:4px;opacity:.75}.phase-col{width:82px;position:sticky;left:0;z-index:4}.theme-name-col{width:110px;position:sticky;left:82px;z-index:2;background:var(--panel);text-align:left!important;padding-left:12px!important}.theme-matrix tbody .theme-name-col button{border:0;background:transparent;color:var(--text);font-weight:700;padding:8px 0;width:100%;text-align:left}.theme-matrix tbody tr.selected .theme-name-col{background:var(--soft)}.theme-matrix tbody tr.selected .theme-name-col button{color:var(--purple)}.group-cell{position:sticky;left:0;background:var(--panel);color:var(--muted);width:82px;font-size:11px}.market-mood th{position:sticky;left:0;z-index:3;background:var(--panel);text-align:left!important;padding-left:14px!important}.theme-matrix .hot{color:#ef565b;font-weight:700}.theme-matrix .cool{color:#21a979;font-weight:700}.theme-matrix .dark{background:#343440;color:#fff;font-weight:700}.theme-matrix .soft{color:#f19a9e;font-weight:600}.theme-matrix .mild{color:#93be4f;font-weight:600}.market-mood td.hot{background:#ef5c5e;color:#fff}.market-mood td.cool{background:#35ad83;color:#fff}.market-mood td.soft{background:#f5c58f;color:#76522f}.theme-detail-panel{overflow-y:auto!important}.trend-title{height:38px;display:flex;align-items:center;padding:0 14px;font-size:11px;color:var(--muted)}.trend-title i{display:block;width:3px;height:15px;border-radius:2px;background:#9fa0ab;margin-right:7px}.trend-chart{height:290px;padding:0 8px;border-bottom:1px solid var(--line)}.detail-stat-card{margin:12px 13px;border:1px solid var(--line);border-radius:10px;padding:12px}.detail-stat-card h3,.theme-message h3{font-size:12px;margin:0 0 9px}.detail-stat-card p{font-size:10px;line-height:1.75;margin:0;color:var(--muted)}.detail-stat-card b{color:var(--text)}.positive{color:var(--red)!important}.negative{color:var(--green)!important}.theme-message{padding:4px 14px 16px}.theme-message p{font-size:9px;line-height:1.6;color:var(--muted);margin:6px 0}.theme-message span{color:var(--purple);margin-right:6px}.stock-sort,.stock-rows button{display:grid;grid-template-columns:54px 1.25fr 74px 60px 72px;align-items:center;text-align:left}.stock-sort{height:38px;border-bottom:1px solid var(--line);padding:0 12px;font-size:9px;color:var(--muted)}.stock-sort button{border:0;background:transparent;color:var(--red);display:flex;align-items:center;font-size:9px;padding:0}.stock-rows{height:calc(100% - 86px);overflow:auto}.stock-rows button{width:100%;min-height:63px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);padding:7px 12px;font-size:10px}.stock-rows button:hover{background:var(--soft)}.position{font-size:9px;padding:4px 6px;background:var(--soft);border-radius:5px;color:var(--purple);width:max-content}.position.plain{color:var(--muted)}.stock-name b,.stock-name small{display:block}.stock-name b{font-size:11px}.stock-name small{color:var(--muted);margin-top:4px}.stock-rows strong{font-weight:600}.stock-rows em{font-style:normal}.theme-manage-empty{height:560px;background:var(--panel);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.theme-manage-empty h2{color:var(--text);margin:12px 0 5px}.theme-manage-empty p{font-size:11px}.theme-manage-empty button{border:0;background:var(--purple);color:#fff;padding:9px 16px;border-radius:8px;margin-top:10px}@media(max-width:1280px){.theme-columns{grid-template-columns:minmax(570px,1.65fr) minmax(310px,1fr)}.theme-stocks-panel{grid-column:1/-1;height:470px}.theme-workbench{min-height:1220px}.theme-columns{height:auto}.theme-matrix-panel,.theme-detail-panel{height:720px}}@media(max-width:760px){.theme-workbench{margin:0;min-height:auto}.theme-toolbar{align-items:flex-start;height:auto;gap:10px;flex-direction:column}.theme-nav-tabs{height:42px}.theme-date-nav{width:100%;justify-content:space-between}.theme-date-nav span{flex:1}.theme-columns{display:flex;flex-direction:column}.theme-matrix-panel,.theme-detail-panel,.theme-stocks-panel{height:auto}.matrix-scroll{height:550px}.theme-detail-panel{min-height:620px}.theme-stocks-panel{min-height:520px}.stock-sort,.stock-rows button{grid-template-columns:48px 1.2fr 68px 55px}.stock-sort span:last-child,.stock-rows em{display:none}.theme-columns>section{border-radius:12px}}@media(min-width:981px){.theme-columns{grid-template-columns:minmax(500px,1.7fr) minmax(280px,.95fr) minmax(270px,.9fr);height:720px}.theme-stocks-panel{grid-column:auto;height:auto}.theme-workbench{min-height:720px}.theme-matrix-panel,.theme-detail-panel{height:auto}}.status.market-live{color:var(--green)}.status.market-live i{background:var(--green);box-shadow:0 0 0 4px #22a9811f}.status.market-loading i{background:#f0aa38;animation:pulse-dot 1.4s infinite}.ticker em.down{color:var(--green)}.ticker em.up{color:var(--red)}.live-board-strip{display:flex;align-items:center;gap:10px;margin-bottom:10px}.live-pill{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:9px;background:var(--panel);border:1px solid var(--line);font-size:10px;color:var(--muted);white-space:nowrap}.live-pill i{width:7px;height:7px;border-radius:50%;background:#f0aa38}.live-pill.live i{background:var(--green);box-shadow:0 0 0 4px #22a9811f}.live-pill.fallback i{background:var(--red)}.live-board-scroll{display:flex;gap:7px;overflow-x:auto;padding-bottom:2px}.live-board-scroll button{height:38px;min-width:max-content;border:1px solid var(--line);border-radius:9px;background:var(--panel);color:var(--text);display:flex;align-items:center;gap:6px;padding:0 10px;font-size:10px}.live-board-scroll button>span{color:var(--muted)}.live-board-scroll button em{font-style:normal}.live-board-scroll button.active{border-color:#c9c0ff;background:var(--soft);color:var(--purple)}.panel-heading h2 small{color:var(--muted);font-size:8px;font-weight:400;margin-left:5px}@keyframes pulse-dot{50%{opacity:.35}}@media(max-width:760px){.live-board-strip{display:block}.live-pill{margin-bottom:7px;width:max-content}.live-board-scroll{width:100%}}.history-chart{height:160px;margin-top:8px}.live-chart-tag{height:28px;display:flex;align-items:center;gap:6px;border-radius:7px;padding:0 9px;background:#eaf9f4;color:var(--green);font-size:9px}.live-chart-tag i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #22a9811f}.history-review-card{min-height:230px}.history-date{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;border-radius:10px;background:var(--soft)}.history-date span{font-weight:700}.history-date em{font-style:normal;font-size:9px;color:var(--green)}.ohlc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:13px 0}.ohlc-grid div{padding:9px;border:1px solid var(--line);border-radius:8px}.ohlc-grid span,.ohlc-grid b{display:block}.ohlc-grid span{font-size:8px;color:var(--muted)}.ohlc-grid b{font-size:12px;margin-top:4px}.history-review-card p{font-size:10px;color:var(--muted)}.history-review-card>small{display:block;color:var(--muted);font-size:8px;line-height:1.5}.history-empty{padding:20px 0}.detail-tabs{display:flex;padding:8px 12px 0;gap:5px}.detail-tabs button{border:1px solid var(--line);background:var(--panel);color:var(--muted);border-radius:7px;padding:6px 9px;font-size:9px}.detail-tabs button.active{background:var(--soft);border-color:#cbc3ff;color:var(--purple)}.stock-rows button.selected{background:var(--soft);box-shadow:inset 3px 0 var(--purple)}.fund-flow-view{padding:16px}.fund-flow-view h3{font-size:13px;margin:0 0 14px}.flow-main{padding:15px;border:1px solid var(--line);border-radius:10px;background:var(--soft)}.flow-main span,.flow-main b,.flow-main em{display:block}.flow-main span{font-size:9px;color:var(--muted)}.flow-main b{font-size:23px;margin:5px 0}.flow-main em{font-style:normal;font-size:9px}.flow-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.flow-grid div{border:1px solid var(--line);border-radius:9px;padding:10px}.flow-grid span,.flow-grid b{display:block;font-size:9px}.flow-grid span{color:var(--muted);margin-bottom:4px}.fund-flow-view>small{color:var(--muted);font-size:8px;line-height:1.5}.flow-unavailable{padding:26px 14px;border:1px dashed var(--line);border-radius:10px;color:var(--muted);font-size:10px;line-height:1.7}.live-matrix td small{display:block;font-size:8px;margin-top:3px;color:inherit}.matrix-loading{height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:10px}.matrix-loading svg{animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-tabs button{padding-left:3px;padding-right:3px}.login-tabs button.active{font-weight:700}.login-modal input{transition:border-color .2s,box-shadow .2s}.login-modal input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #6c5ce71a}.code-input input{min-width:0}.code-input button{padding:0 12px}.code-input button:disabled{color:var(--muted);cursor:not-allowed}.form-hint,.form-error{text-align:left;border-radius:8px;padding:8px 10px;margin:8px 0 12px;font-size:10px}.form-hint{color:#148160;background:#e9faf4}.form-error{color:#d53c49;background:#fff0f1}.forgot-link{display:block;margin:-3px 0 12px auto;border:0;background:transparent;color:var(--purple);font-size:10px;cursor:pointer;padding:2px 0}.forgot-link:hover{text-decoration:underline}.admin-stage-note{display:flex;align-items:center;gap:6px;margin:10px 12px 0;padding:8px 10px;border-radius:8px;background:#fff7e8;color:#a66a00;font-size:9px}.matrix-editor-shell{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.matrix-editor-toolbar{min-height:88px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.matrix-editor-toolbar small{font-size:8px;color:var(--purple);font-weight:800;letter-spacing:1px}.matrix-editor-toolbar h2{margin:4px 0;font-size:18px}.matrix-editor-toolbar p{margin:0;color:var(--muted);font-size:10px}.matrix-editor-toolbar>div:last-child{display:flex;gap:8px}.matrix-editor-toolbar button{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);height:36px;padding:0 12px;display:flex;align-items:center;gap:6px;font-size:10px}.matrix-editor-toolbar button.save{background:var(--purple);border-color:var(--purple);color:#fff;font-weight:700}.matrix-editor-scroll{overflow:auto;max-height:650px}.matrix-editor-table{border-collapse:separate;border-spacing:0;min-width:2500px;width:100%;table-layout:fixed}.matrix-editor-table th,.matrix-editor-table td{border-right:1px solid #e6e7f0;border-bottom:1px solid #e6e7f0;padding:6px;background:#fff;text-align:center;height:64px}.matrix-editor-table th:first-child{width:130px}.matrix-editor-table th:nth-child(2){width:190px}.matrix-editor-table thead th{position:sticky;top:0;z-index:3;background:#fafafe}.matrix-editor-table thead tr:nth-child(2) th{top:64px}.matrix-editor-table thead tr:nth-child(3) th{top:128px}.matrix-editor-table thead tr:nth-child(4) th{top:192px}.matrix-editor-table tbody td:first-child{position:sticky;left:0;z-index:2}.matrix-editor-table tbody td:nth-child(2){position:sticky;left:130px;z-index:2}.matrix-editor-table select,.matrix-editor-table input{width:100%;border:1px solid transparent;border-radius:6px;background:transparent;color:inherit;padding:5px;text-align:center;font-size:10px;outline:none}.matrix-editor-table select:hover,.matrix-editor-table input:hover,.matrix-editor-table select:focus,.matrix-editor-table input:focus{border-color:#cfc9ff;background:#fff}.matrix-editor-table thead select{font-weight:700;font-size:11px}.matrix-editor-table thead input[type=date]{font-weight:700}.matrix-editor-table .score-input{color:var(--muted)}.matrix-editor-table .editor-category{font-weight:800}.matrix-editor-table .editor-category select{font-size:11px;font-weight:800}.matrix-editor-table .category-主线题材{background:#fff4f1;color:#d74a52}.matrix-editor-table .category-细分题材{background:#f6f2ff;color:#7159db}.matrix-editor-table .category-轮动题材{background:#fff9e9;color:#b17813}.matrix-editor-table .editor-theme-name{background:#fff;text-align:left;position:relative}.editor-theme-name select{color:var(--muted);font-size:8px;text-align:left}.editor-theme-name input{font-size:12px;font-weight:700;text-align:left;padding-right:24px}.editor-theme-name button{position:absolute;right:6px;bottom:12px;border:0;background:transparent;color:#b3b4c1;padding:3px}.matrix-editor-table td>select{font-weight:800}.matrix-editor-table td>div{display:flex;align-items:center}.matrix-editor-table td>div input{font-weight:700;font-size:11px}.matrix-editor-table td>div span{font-size:9px;margin-right:4px}.matrix-editor-table td.divergence-strong,.matrix-editor-table td.divergence-weak{color:#178760;background:#f3fcf8}.matrix-editor-table td.rise-accelerating,.matrix-editor-table td.rise-strengthening,.matrix-editor-table td.rise-mild{color:#ef5966;background:#fff6f6}.matrix-editor-table td.oscillating{color:#ef901a;background:#fffaf2}.sentiment-cycle-card{min-height:290px}.sentiment-overview{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:13px}.sentiment-gauge{width:72px;height:72px;border-radius:50%;display:grid;place-content:center;text-align:center;position:relative;background:var(--soft);overflow:hidden}.sentiment-gauge:before{content:"";position:absolute;inset:auto 0 0;height:var(--score,50%);background:linear-gradient(180deg,#f05b661f,#f05b6647);z-index:0}.sentiment-gauge span,.sentiment-gauge b{position:relative;z-index:1}.sentiment-gauge span{font-size:8px;color:var(--muted)}.sentiment-gauge b{font-size:24px;margin-top:2px}.sentiment-gauge>i{position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;border:3px solid currentColor;opacity:.28}.sentiment-gauge.hot,.cycle-phase.hot{color:#ef4f5c}.sentiment-gauge.warm,.cycle-phase.warm{color:#f39a2f}.sentiment-gauge.cool,.cycle-phase.cool{color:#25a77c}.sentiment-gauge.cold,.cycle-phase.cold{color:#168567}.cycle-phase{display:inline-flex;padding:3px 7px;border-radius:20px;background:var(--soft);font-size:8px;font-weight:800}.sentiment-overview h3{font-size:14px;margin:6px 0 3px}.sentiment-overview p{font-size:9px!important;line-height:1.55;margin:0!important}.sentiment-chart{height:105px;margin:6px 0 2px}.cycle-legend{display:flex;justify-content:space-between;gap:5px;margin:0 2px 7px;color:var(--muted);font-size:7px}.cycle-legend span{display:flex;align-items:center;gap:3px}.cycle-legend i{width:6px;height:6px;border-radius:50%}.cycle-legend i.cold{background:#168567}.cycle-legend i.cool{background:#25a77c}.cycle-legend i.warm{background:#f39a2f}.cycle-legend i.hot{background:#ef4f5c}.sentiment-cycle-card>small{display:block;color:var(--muted);font-size:7px;line-height:1.45;border-top:1px solid var(--line);padding-top:7px}.admin-console{display:grid;grid-template-columns:250px 1fr;gap:18px;min-height:680px}.admin-sidebar,.admin-main{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.admin-sidebar{padding:24px 16px;display:flex;flex-direction:column}.admin-badge{display:flex;align-items:center;gap:7px;color:var(--purple);font-size:10px;font-weight:800}.admin-sidebar h2{font-size:21px;margin:14px 0 6px}.admin-sidebar>p{font-size:10px;color:var(--muted);line-height:1.7;margin:0 0 22px}.admin-sidebar>button{border:0;background:transparent;border-radius:10px;color:var(--muted);padding:12px;display:flex;align-items:center;gap:9px;text-align:left;margin-bottom:5px;font-size:11px}.admin-sidebar>button.active{background:var(--soft);color:var(--purple);font-weight:700}.admin-security{margin-top:auto;display:flex;gap:9px;align-items:flex-start;padding:12px;background:#e9faf4;color:#148160;border-radius:10px;font-size:9px;line-height:1.6}.admin-main{padding:22px;min-width:0}.admin-main>header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px;margin-bottom:18px}.admin-main header small{font-size:8px;color:var(--purple);font-weight:800;letter-spacing:1.1px}.admin-main header h1{font-size:21px;margin:4px 0 0}.admin-status{font-size:9px;border-radius:20px;padding:6px 10px;background:var(--soft);color:var(--muted)}.admin-status.ready{background:#e9faf4;color:#148160}.admin-status.error{background:#fff0f1;color:#d53c49}.admin-error{padding:10px 12px;border-radius:9px;background:#fff0f1;color:#d53c49;font-size:10px;margin-bottom:15px}.admin-workgrid{display:grid;grid-template-columns:minmax(310px,.72fr) minmax(480px,1.28fr);gap:18px}.admin-form,.admin-table-wrap{border:1px solid var(--line);border-radius:14px;padding:17px;background:var(--panel)}.admin-form h3,.admin-table-title h3{font-size:14px;margin:0 0 15px}.admin-form label{display:block;font-size:9px;color:var(--muted);margin:11px 0}.admin-form input,.admin-form select,.admin-form textarea,.admin-table-title select{display:block;width:100%;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--text);padding:9px;margin-top:5px;outline:0;font-size:10px}.admin-form textarea{min-height:78px;resize:vertical;line-height:1.6}.admin-field-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.admin-form .admin-check{display:flex;align-items:center;gap:7px;color:var(--text)}.admin-check input{width:14px;height:14px;margin:0}.admin-form-actions{display:flex;gap:8px;margin-top:15px}.admin-form-actions button{flex:1;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--muted);padding:10px;font-size:10px}.admin-form-actions button.save{border-color:var(--purple);background:var(--purple);color:#fff;font-weight:700}.admin-table-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.admin-table-title h3{margin:0}.admin-table-title span{font-size:9px;color:var(--muted)}.admin-table-title select{width:145px;margin:0}.admin-table{max-height:520px;overflow:auto}.admin-tr{display:grid;grid-template-columns:1fr 70px 1.25fr 86px;align-items:center;gap:8px;padding:10px 5px;border-bottom:1px solid var(--line);font-size:9px}.admin-tr.head{position:sticky;top:0;background:var(--panel);z-index:1;color:var(--muted);font-size:8px}.admin-tr b,.admin-tr small{display:block}.admin-tr small{color:var(--muted);margin-top:3px}.admin-desc{color:var(--muted);line-height:1.5}.admin-row-actions{display:flex;gap:4px}.admin-row-actions button{border:0;border-radius:6px;background:var(--soft);color:var(--purple);padding:5px 7px;font-size:8px}.admin-row-actions button:last-child{color:#d53c49}.admin-table.stocks .admin-tr{grid-template-columns:1fr 80px 1.2fr 86px}@media(max-width:980px){.admin-console{grid-template-columns:1fr}.admin-sidebar{min-height:auto}.admin-security{margin-top:15px}.admin-workgrid{grid-template-columns:1fr}}@media(max-width:600px){.admin-main{padding:14px}.admin-field-row{grid-template-columns:1fr}.admin-tr,.admin-table.stocks .admin-tr{grid-template-columns:1fr 72px 1fr}.admin-tr>span:last-child{grid-column:1/-1}.admin-console{gap:10px}}.sentiment-cycle-card{min-height:340px}.emotion-market-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin:9px 0 2px}.emotion-market-stats div{padding:6px 4px;border:1px solid var(--line);border-radius:7px;text-align:center;background:var(--soft)}.emotion-market-stats span,.emotion-market-stats b{display:block}.emotion-market-stats span{font-size:7px;color:var(--muted)}.emotion-market-stats b{font-size:10px;margin-top:2px}.emotion-syncing{display:flex;align-items:center;justify-content:center;gap:6px;height:38px;margin-top:7px;color:var(--muted);font-size:8px}.emotion-syncing svg{animation:spin 1.2s linear infinite}.emotion-tooltip{display:flex;flex-direction:column;gap:3px;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);font-size:8px}.emotion-tooltip b{font-size:9px}.emotion-tooltip span{color:var(--muted)}.grouped-theme-matrix{min-width:1680px}.grouped-theme-matrix th:first-child{width:92px;min-width:92px}.grouped-theme-matrix .theme-name-col{left:92px;width:140px;min-width:140px}.grouped-theme-matrix thead th[colspan="2"]{position:sticky;left:0;z-index:5;width:232px;min-width:232px;text-align:left!important;padding-left:14px!important;background:var(--panel)!important;color:var(--muted)!important}.grouped-theme-matrix thead tr:first-child th{height:42px}.grouped-theme-matrix thead tr:not(:first-child) th{height:38px}.grouped-theme-matrix thead tr:first-child th.cycle-up{background:#ef5c5e!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-repair{background:#ffb51a!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-mixed{background:#e7a234!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-ice{background:#35ad83!important;color:#fff!important}.grouped-theme-matrix .actual-row th:nth-child(n+2){background:var(--panel);color:var(--muted);font-size:9px}.grouped-theme-matrix .market-mood th:nth-child(n+2){text-align:center!important;padding:0 7px!important;position:static}.grouped-theme-matrix .market-mood th small{display:block;font-size:7px;margin-top:2px}.grouped-theme-matrix .group-cell{width:92px;min-width:92px;white-space:normal;line-height:1.45;font-size:12px;font-weight:800;color:var(--text);border-right:1px solid var(--line);vertical-align:middle}.grouped-theme-matrix .category-主线题材{color:#d74b59;background:#fff5f5}.grouped-theme-matrix .category-细分题材{color:#735fd3;background:#f6f3ff}.grouped-theme-matrix .category-轮动题材{color:#a66a00;background:#fff8e8}.grouped-theme-matrix tbody tr:has(.group-cell){box-shadow:inset 0 5px var(--bg)}.grouped-theme-matrix tbody tr:has(.group-cell)>th,.grouped-theme-matrix tbody tr:has(.group-cell)>td{border-top:4px solid var(--bg)}@media(max-width:760px){.grouped-theme-matrix{min-width:1500px}.grouped-theme-matrix th:first-child{width:78px;min-width:78px}.grouped-theme-matrix .theme-name-col{left:78px;width:120px;min-width:120px}.grouped-theme-matrix thead th[colspan="2"]{width:198px;min-width:198px}.grouped-theme-matrix .group-cell{width:78px;min-width:78px;font-size:10px}}.brand-mark{width:40px;height:40px;border-radius:0;background:transparent;box-shadow:none;overflow:hidden}.brand-mark img,.brand-image img{width:100%;height:100%;object-fit:contain;display:block}.login-logo.brand-image{padding:4px;overflow:hidden;background:transparent;box-shadow:none}.topbar .brand{gap:6px}.brand-copy{display:flex;flex-direction:column;justify-content:center;gap:4px;line-height:1}.topbar .brand-copy{padding:0!important;background:transparent!important;color:#3b3b3b!important;border-radius:0!important;font-size:inherit;font-weight:inherit;box-shadow:none!important}.brand-copy strong{display:block;color:#3b3b3b}.brand-copy small{display:block;color:#a6a8c2;font-size:8px;font-weight:500;letter-spacing:.15px;white-space:nowrap}@media(min-width:761px){.topbar{height:84px}.topbar .brand{min-width:320px;gap:11px}.topbar .brand-mark{width:56px;height:56px}.topbar .brand-copy{gap:7px}.topbar .brand-copy strong{font-size:27px;font-weight:800;letter-spacing:.5px;color:#3b3b3b}.topbar .brand-copy small{font-size:11px;font-weight:550;letter-spacing:.3px;color:#a6a8c2}}.admin-console{grid-template-columns:230px minmax(0,1fr);min-height:760px;width:calc(100vw - 32px);position:relative;left:50%;transform:translate(-50%)}.admin-bootstrap{max-width:620px;margin:44px auto 90px;padding:48px;background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);text-align:center}.admin-bootstrap-icon{width:68px;height:68px;margin:0 auto 18px;border-radius:20px;display:grid;place-items:center;color:var(--purple);background:var(--soft)}.admin-bootstrap>small{color:var(--purple);font-weight:800;letter-spacing:1.4px}.admin-bootstrap h2{font-size:26px;margin:9px 0}.admin-bootstrap>p{max-width:460px;margin:0 auto;color:var(--muted);font-size:12px;line-height:1.8}.admin-bootstrap>p b{color:var(--text)}.admin-bootstrap-rules{margin:25px 0;text-align:left;border:1px solid var(--line);border-radius:14px;padding:12px 18px}.admin-bootstrap-rules div{display:flex;align-items:center;gap:10px;padding:9px 0;color:var(--text);font-size:11px}.admin-bootstrap-rules svg{color:var(--green)}.admin-bootstrap .primary{max-width:320px;margin:0 auto}.admin-bootstrap>em{display:block;margin-top:14px;color:var(--muted);font-size:9px;font-style:normal}.admin-overview{display:grid;gap:18px}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-stat-grid>div{min-height:132px;padding:20px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,var(--panel),var(--soft))}.admin-stat-grid span,.admin-stat-grid small{display:block;color:var(--muted);font-size:10px}.admin-stat-grid b{display:block;margin:14px 0 8px;color:var(--text);font-size:28px;line-height:1}.admin-stat-grid>div:nth-child(2) b{color:#d99a21}.admin-stat-grid>div:nth-child(4) b{color:var(--green)}.admin-summary-card{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.admin-summary-card h3{margin:0 0 9px;font-size:17px}.admin-summary-card p{max-width:780px;margin:0;color:var(--muted);font-size:11px;line-height:1.8}.admin-summary-card>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.admin-summary-card>div span{padding:7px 11px;border-radius:99px;color:var(--purple);background:var(--soft);font-size:9px;font-weight:700}.admin-ops{padding:0;overflow:hidden}.admin-ops .admin-table-title{padding:18px 20px 12px}.admin-ops .admin-table-title input{width:220px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;color:var(--text);background:var(--soft);outline:none;font-size:10px}.ops-table{max-height:640px;overflow:auto}.ops-row{display:grid;grid-template-columns:1.25fr .72fr .72fr .78fr 1.3fr;align-items:center;gap:12px;min-width:820px;padding:13px 20px;border-top:1px solid var(--line);font-size:10px}.ops-row.head{position:sticky;top:0;z-index:2;padding-top:10px;padding-bottom:10px;color:var(--muted);background:var(--soft);font-size:9px;font-weight:700}.ops-row b,.ops-row small{display:block}.ops-row small{margin-top:4px;color:var(--muted);font-size:8px}.ops-actions{display:flex;align-items:center;gap:6px}.ops-actions select,.ops-actions button{min-width:86px;padding:7px 8px;border:1px solid var(--line);border-radius:7px;color:var(--text);background:var(--soft);font-size:9px}.ops-actions button{color:var(--purple);cursor:pointer}.vip-text{color:#c98910;font-weight:800}.order-paid{color:var(--green);font-weight:700}.order-pending{color:#d98b13}.order-cancelled,.order-refunded{color:var(--muted)}.matrix-editor-scroll{max-height:720px}.matrix-editor-table{min-width:2896px;table-layout:auto}.matrix-editor-table th,.matrix-editor-table td{height:70px;padding:8px}.matrix-editor-table th:first-child,.matrix-editor-table tbody td:first-child{width:109px;min-width:109px;max-width:109px}.matrix-editor-table th:nth-child(2),.matrix-editor-table tbody td:nth-child(2){width:162px;min-width:162px;max-width:162px}.matrix-editor-table thead th:not(:first-child),.matrix-editor-table tbody td:nth-child(n+3){min-width:175px}.matrix-editor-table tbody td:nth-child(2){left:109px}.matrix-editor-table .editor-theme-name{padding:9px 34px 9px 12px}.editor-theme-name select{font-size:9px;white-space:nowrap}.editor-theme-name input{font-size:13px;padding:7px 4px}.editor-theme-name button{right:9px;bottom:16px;padding:5px}@media(max-width:980px){.admin-console{width:100%;left:auto;transform:none}.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.matrix-editor-table th:first-child,.matrix-editor-table tbody td:first-child{width:102px;min-width:102px;max-width:102px}.matrix-editor-table th:nth-child(2),.matrix-editor-table tbody td:nth-child(2){width:144px;min-width:144px;max-width:144px}.matrix-editor-table tbody td:nth-child(2){left:102px}}@media(max-width:600px){.admin-stat-grid{grid-template-columns:1fr}.admin-ops{overflow-x:auto}}.theme-matrix-panel .matrix-scroll{isolation:isolate;background:var(--panel)}.grouped-theme-matrix .group-cell{position:sticky;left:0;z-index:6;opacity:1;background-clip:padding-box;box-shadow:1px 0 0 var(--line)}.grouped-theme-matrix .theme-name-col{z-index:5;opacity:1;background:var(--panel);background-clip:padding-box;box-shadow:1px 0 0 var(--line)}.grouped-theme-matrix thead{z-index:8}.grouped-theme-matrix thead th[colspan="2"]{z-index:9}.grouped-theme-matrix thead tr:first-child th.cycle-up,.matrix-editor-table .market-stage-row th.cycle-up{background:#ef5c5e!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-high,.matrix-editor-table .market-stage-row th.cycle-high{background:#f28c28!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-down,.matrix-editor-table .market-stage-row th.cycle-down{background:#35ad83!important;color:#fff!important}.grouped-theme-matrix thead tr:first-child th.cycle-chaos,.matrix-editor-table .market-stage-row th.cycle-chaos{background:#ffd34d!important;color:#654d00!important}.matrix-editor-table .market-stage-row th select{color:inherit;background:transparent}.matrix-editor-table .market-stage-row th select option{color:#252238;background:#fff}
