:root{color-scheme:dark;--bg: #0b0f14;--bg-nav: #0c1218;--panel: #141b24;--panel-2: #1b2430;--line: #263140;--text: #e8eef6;--muted: #8b98a8;--buy: #3dd68c;--wait: #f5c14a;--danger: #ff6b6b;--info: #7dd3fc;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--radius: 12px;--font: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{font-family:var(--font);line-height:1.5}a{color:inherit;text-decoration:none}button,input,select{font:inherit}:focus-visible{outline:2px solid var(--info);outline-offset:2px}.shell{display:grid;grid-template-columns:200px 1fr;min-height:100vh}.nav{position:sticky;top:0;align-self:start;height:100vh;overflow-y:auto;border-right:1px solid var(--line);padding:20px 12px;background:var(--bg-nav)}.brand{display:flex;align-items:center;gap:var(--space-2);font-size:16px;font-weight:700;letter-spacing:.02em;padding:0 10px 14px}.brand-logo{flex:none}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text small{color:var(--muted);font-size:12px;font-weight:400}.nav a{display:block;padding:8px 10px;border-radius:8px;color:var(--muted)}.nav a+a{margin-top:2px}.nav a:hover{color:var(--text);background:#ffffff0a}.nav a.router-link-active{background:var(--panel-2);color:var(--text)}.nav-note{margin:20px 10px 0;font-size:11px;color:var(--muted);line-height:1.45}.clocks{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 20px;margin:0 0 18px;padding:10px 14px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.clock{display:flex;align-items:baseline;gap:8px;min-width:0}.clock-name{color:var(--muted);font-size:12px;white-space:nowrap}.clock-name span{color:var(--info);margin-left:4px}.clock-time{font-size:18px;font-variant-numeric:tabular-nums;letter-spacing:.02em}.clock-date{display:none}.clock-note{width:100%;margin:2px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.page{padding:20px 28px 48px;max-width:1180px}.page-head{margin-bottom:16px}.page-head-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.page-head .h1{margin:2px 0 0;font-size:24px}.page-head .muted{margin:6px 0 0;font-size:13px;max-width:72ch}.ext-link{color:var(--info);text-decoration:underline;text-underline-offset:3px}.ext-link:hover{color:var(--text)}.count-hero{display:flex;align-items:flex-end;gap:var(--space-5);margin:var(--space-2) 0 var(--space-4);flex-wrap:wrap}.count-hero .num{font-size:40px;line-height:.92;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.03em}.card.featured .count-hero .num{font-size:56px}.count-hero .label{color:var(--muted);font-size:12px;margin-top:var(--space-1)}.count-side{display:grid;grid-template-columns:auto auto;gap:var(--space-2) var(--space-5)}.count-side dt{color:var(--muted);font-size:12px}.count-side dd{margin:0;font-size:18px;font-variant-numeric:tabular-nums}a.btn{display:inline-flex;align-items:center}.row{display:flex;gap:var(--space-4);align-items:flex-start}.grow{flex:1;min-width:0}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-4)}.muted{color:var(--muted)}.kicker{font-size:12px;color:var(--muted);margin:0}.h1{font-size:28px;margin:6px 0 10px;line-height:1.2}.h2{font-size:16px;margin:0 0 10px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;white-space:nowrap}.badge.buy,.badge.ok{background:#3dd68c26;color:var(--buy)}.badge.wait,.badge.stale{background:#f5c14a26;color:var(--wait)}.badge.danger,.badge.error,.badge.never{background:#ff6b6b26;color:var(--danger)}.badge.info,.badge.idle,.badge.running{background:#7dd3fc26;color:var(--info)}.btn{border:1px solid var(--line);border-radius:8px;padding:7px 12px;cursor:pointer;background:var(--panel-2);color:var(--text)}.btn:hover{border-color:#3d4d61}.btn.primary{background:var(--buy);color:#062113;font-weight:700;border-color:transparent}.btn.primary:hover{filter:brightness(1.05)}.btn.danger{color:var(--danger);border-color:#ff6b6b59}.btn.danger:hover{background:#ff6b6b1a;border-color:var(--danger)}.btn:disabled{opacity:.45;cursor:not-allowed}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.row-actions{display:flex;gap:var(--space-2);justify-content:flex-end;white-space:nowrap}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:8px;border-bottom:1px solid var(--line);vertical-align:middle}th{color:var(--muted);font-weight:500}tr.selected td{background:#3dd68c14}.stale-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-2);background:#f5c14a1f;border:1px solid rgba(245,193,74,.35);padding:var(--space-2) var(--space-3);border-radius:8px;margin-bottom:var(--space-4)}.fail{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.35);padding:var(--space-2) var(--space-3);border-radius:8px;margin-bottom:var(--space-4)}.empty{color:var(--muted);padding:20px 0}.list{display:grid;gap:8px}.item{background:var(--panel-2);border-radius:10px;padding:10px 12px}.item.accordion{width:100%;display:flex;justify-content:space-between;gap:12px;text-align:left;border:1px solid transparent;color:inherit;cursor:pointer}.item.accordion:hover{border-color:#3d4d61}.item.accordion[aria-expanded=true]{border-color:var(--line);background:var(--panel)}.item.accordion .muted{display:block;margin-top:2px;font-size:12px}.accordion-body{margin:var(--space-2) 0 var(--space-1)}.table-wrap{overflow:auto}.table-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin:var(--space-4) 0 var(--space-2)}.table-head .h2{margin:0}.table-wrap>.muted{margin:0 0 var(--space-3);font-size:12px}.table-scroll{max-height:360px;overflow:auto}.table-scroll th{position:sticky;top:0;background:var(--panel)}.pager{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-3)}.pager .muted{margin:0}.pager .actions{align-items:center}.pager-jump{display:inline-flex;align-items:center;gap:var(--space-2)}.pager-jump label{font-size:12px;white-space:nowrap}.pager input{width:64px;background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:6px 8px}.card.featured{border-color:#7dd3fc59}.desk-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,28%);gap:var(--space-4);align-items:stretch}.desk-layout .grow{display:flex;min-height:100%}.desk-layout .grow>.card{flex:1;width:100%}.paper-side{height:100%}.desk-more{margin-top:var(--space-4)}.book-head{margin-bottom:var(--space-1)}.book-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-3);margin-top:var(--space-1)}.book-title{margin:0;flex:1 1 auto;min-width:0;font-size:17px;line-height:1.3;font-weight:650}.card.featured .book-title{font-size:19px}.book-title-row .btn{flex:none}.book-meta{display:flex;flex-wrap:wrap;gap:var(--space-1) var(--space-3);color:var(--muted);font-size:13px;margin:var(--space-1) 0 0}.book-meta .remain{color:var(--text);font-variant-numeric:tabular-nums}.book-headline{margin:0 0 var(--space-3);font-size:18px;line-height:1.3;font-weight:650}.card.featured .book-headline{font-size:22px}.book-flags{margin-bottom:var(--space-3)}.reason-stack{display:grid;gap:var(--space-4);margin:0 0 var(--space-4)}.reason-label{margin:0 0 var(--space-2);font-size:12px;font-weight:650;color:var(--muted);letter-spacing:.04em}.reason-block .book-bullets{margin:0}.reason-block .plan-grid{margin:var(--space-2) 0 0}.book-bullets{margin:0 0 var(--space-3)}.book-settle{margin:0 0 var(--space-4)}.paper-side .h2{margin-top:0}.paper-stat{margin-bottom:var(--space-3)}.paper-stat .label{color:var(--muted);font-size:12px}.paper-num{font-size:22px;font-weight:650}.empty-state{padding:var(--space-5)}.empty-state .h2{margin-top:0}.empty-state .muted,.paper-side .muted{margin:0 0 var(--space-3)}.fail .actions{margin-top:var(--space-2)}.book-row{display:flex;flex-direction:column;gap:var(--space-1);min-width:0;width:100%}.book-row-top{display:flex;justify-content:space-between;gap:var(--space-3);align-items:flex-start}.book-row-meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-3);font-size:12px;color:var(--muted)}.book-row-count{font-size:16px;color:var(--text);font-weight:700}.book-row-affordance{color:var(--muted);white-space:nowrap;font-size:13px}.skel{background:var(--panel-2);border-radius:6px}.skel-line{height:12px;width:55%;margin-bottom:var(--space-2)}.skel-count{height:52px;width:112px;margin:var(--space-3) 0}.skel-block{height:14px;width:80%;margin-bottom:var(--space-2)}@media(prefers-reduced-motion:no-preference){.skel{animation:pulse 1.2s ease-in-out infinite}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.mono{font-variant-numeric:tabular-nums}code{font-size:12px;background:var(--panel-2);padding:1px 6px;border-radius:6px}.job-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);margin-bottom:var(--space-4);align-items:stretch}.job-card{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-3)}.job-card-head{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:var(--space-2)}.job-card .title{font-weight:650;margin:0;min-width:0;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card .meta{display:grid;gap:0;margin-top:var(--space-2);font-size:12px;color:var(--muted);line-height:1.5}.job-card .meta>*{min-height:1.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card .job-next{color:var(--text);font-variant-numeric:tabular-nums}.job-card .job-last-et{font-variant-numeric:tabular-nums}.job-error{display:inline-flex;max-width:100%;overflow:hidden;text-overflow:ellipsis}.job-card.error{border-color:#ff6b6b73}.job-card.stale,.job-card.never{border-color:#f5c14a66}.job-card.ok{border-color:#3dd68c47}.filter-bar{display:flex;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-3)}.filter-bar select,.field input,.field select{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:7px 10px}.field{display:flex;flex-direction:column;gap:var(--space-1)}.field .label{color:var(--muted);font-size:12px}.stack{display:grid;gap:var(--space-4)}.plan-grid{display:grid;gap:var(--space-3);grid-template-columns:1fr;margin:var(--space-3) 0}@media(min-width:900px){.plan-grid{grid-template-columns:1fr 1fr}}.plan-block{border:1px solid var(--line);border-radius:8px;padding:var(--space-3);background:var(--bg)}.plan-block .h2{margin-top:0}.plan-block .btn{margin-top:var(--space-2)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-4)}.stat-grid .paper-num{font-size:28px}.count-cell{font-size:18px;font-weight:700}.pnl-pos{color:var(--buy)}.pnl-neg{color:var(--danger)}.tweet-item .tweet-meta{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3);align-items:center;margin-bottom:var(--space-2)}.tweet-item p{margin:0;white-space:pre-wrap;word-break:break-word}.tweet-item .tweet-more{margin-top:var(--space-2)}.tweet-item .tweet-open{font-size:12px}.tweet-item .tweet-media{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-2)}.tweet-item .tweet-media-item{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel);text-decoration:none;cursor:zoom-in}.tweet-item .tweet-media-item img{display:block;max-height:180px;max-width:100%}.tweet-item .tweet-media video{max-height:240px;max-width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.lightbox-img{display:block;max-width:min(820px,82vw);max-height:74vh;margin:0 auto;border-radius:var(--radius)}.state-card .state-main{display:flex;gap:var(--space-4);align-items:center;flex-wrap:wrap}.avatar-slot{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--panel-2);border:1px solid var(--line);border-radius:var(--radius)}.avatar-slot.pulsing svg{animation:state-pulse 2s ease-in-out infinite}@keyframes state-pulse{0%,to{opacity:1}50%{opacity:.55}}.avatar-state-label{font-size:12px;color:var(--muted)}.state-body{flex:1 1 320px;min-width:0}.state-badge-row{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.state-reason{margin:var(--space-2) 0 0}.state-stats{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4);margin:var(--space-3) 0 0}.state-stats dt{color:var(--muted);font-size:12px}.state-fresh{margin:var(--space-3) 0 0;font-size:12px}.state-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4);margin-top:var(--space-4)}.state-section .h2{margin-top:0}.chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.chip{background:var(--panel-2);border:1px solid var(--line);border-radius:999px;padding:4px 10px;font-size:12px;color:var(--text)}.chip.info{color:var(--info)}.bar-list{display:grid;gap:var(--space-2)}.bar-row{display:grid;grid-template-columns:88px 1fr 44px;gap:var(--space-2);align-items:center;font-size:13px}.bar-track{background:var(--panel-2);border-radius:6px;height:10px;overflow:hidden}.bar-fill{background:var(--info);height:100%;border-radius:6px}.warn{color:var(--wait)}.login-wrap{display:flex;justify-content:center;padding-top:8vh}.login-card{width:min(360px,100%);display:grid;gap:var(--space-3)}.login-brand{text-align:center}.login-brand .h2{margin:0 0 var(--space-1)}.login-card .field{display:grid;gap:var(--space-1)}.login-card .label{color:var(--muted);font-size:12px}.login-card input{background:var(--panel-2);color:var(--text);border:1px solid var(--line);border-radius:8px;padding:8px 10px}.nav-user{margin:16px 10px 0;display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.ok-text{color:var(--buy)}.check{display:inline-flex;align-items:center;gap:var(--space-2);margin:var(--space-2) 0;font-size:13px}.tweet-item .reply-context{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);border-left:3px solid var(--line);background:var(--panel);border-radius:0 var(--radius) var(--radius) 0;color:var(--muted);font-size:13px;white-space:pre-wrap;word-break:break-word}.tweet-item .reply-context-tag{font-size:12px;color:var(--muted);margin-right:var(--space-1)}.settings-block .h2{margin-top:0}.detail-row td{background:var(--bg);padding:var(--space-3)}.run-detail .kv{margin:0 0 var(--space-3)}.run-batch{margin:0 0 var(--space-4)}.run-batch .h2{margin-bottom:var(--space-1)}.run-batch .muted{margin:0 0 var(--space-2)}.modal{background:var(--panel);color:var(--text);border:1px solid var(--line);border-radius:var(--radius);padding:0;width:min(880px,calc(100vw - var(--space-5)));max-height:calc(100vh - var(--space-5));flex-direction:column}.modal:not([open]){display:none}.modal[open]{display:flex}.modal::backdrop{background:#0000009e}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--line)}.modal-head .h2{margin:0}.modal-body{padding:var(--space-4);overflow:auto}.book-panel .count-hero{margin-top:0}.book-panel .book-headline{font-size:16px}.kv{display:grid;grid-template-columns:140px 1fr;gap:6px 16px;font-size:14px}.kv dt{color:var(--muted)}.kv dd{margin:0}.group-title{margin:20px 0 8px;color:var(--muted);font-size:12px}ul{margin:8px 0 12px;padding-left:18px}li{margin:3px 0}@media(max-width:1100px){.job-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.shell{grid-template-columns:1fr}.nav{display:flex;gap:6px;overflow:auto;height:auto;z-index:5;border-right:0;border-bottom:1px solid var(--line);align-items:center;padding:10px 12px}.brand{min-width:110px;padding:0 8px 0 0}.nav-note{display:none}.row{flex-direction:column}.desk-layout{grid-template-columns:1fr}.card.featured .count-hero .num{font-size:44px}.page{padding:16px}.h1,.page-head .h1{font-size:22px}.page-head-top{flex-direction:column;align-items:flex-start}.job-grid{grid-template-columns:1fr}.clocks{flex-direction:column;gap:6px}.kv{grid-template-columns:1fr}}
