:root{--paper:#f4f1ea;--paper-deep:#ebe5d8;--surface:rgba(255,253,247,0.9);--surface-solid:#fffdf7;--graphite:#24221e;--graphite-soft:#5d5a52;--muted:#8b8578;--line:rgba(36,34,30,0.12);--line-strong:rgba(36,34,30,0.2);--mint:#1b7f6b;--mint-soft:rgba(27,127,107,0.13);--amber:#a66a00;--amber-soft:rgba(166,106,0,0.13);--rust:#ad3f2d;--rust-soft:rgba(173,63,45,0.12);--blueprint:#315f8d;--violet:#7551a6;--accent:#1b7f6b;--accent-soft:rgba(27,127,107,0.13);--shadow:0 20px 52px rgba(47,42,32,0.1);--shadow-soft:0 10px 30px rgba(47,42,32,0.07);--radius:8px}.holding-notice-header{margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.holding-notice-header>div>p:last-child{margin-top:8px;color:var(--graphite-soft);font-size:13px}.holding-notice-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.holding-notice-tabs{margin:18px 0 12px;display:flex;gap:2px;border-bottom:1px solid var(--line)}.holding-notice-tabs button{min-height:40px;padding:0 15px;border:0;border-bottom:2px solid transparent;color:var(--graphite-soft);background:transparent;font-size:13px;font-weight:800}.holding-notice-tabs button.active,.holding-notice-tabs button:hover{color:var(--graphite)}.holding-notice-tabs button.active{border-bottom-color:var(--mint)}.holding-notice-filters{padding:12px 16px;display:grid;grid-template-columns:minmax(150px,.7fr) minmax(260px,1.6fr) minmax(150px,.7fr);grid-gap:10px;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(235,229,216,.22)}.holding-notice-filters label{display:grid;grid-gap:6px;gap:6px}.holding-notice-filters label>span{color:var(--muted);font-size:11px;font-weight:800}.filter-search,.holding-notice-filters input,.holding-notice-filters select{min-width:0;height:38px;border:1px solid var(--line);border-radius:6px;color:var(--graphite);background:rgba(235,229,216,.45);outline:0}.holding-notice-filters select{padding:0 10px}.filter-search{padding:0 10px;display:flex;align-items:center;gap:8px;color:var(--muted)}.filter-search input{width:100%;height:100%;padding:0;border:0;background:transparent}.inline-toggle{min-width:78px;height:30px;padding:0 9px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:6px;color:var(--graphite-soft);background:transparent;font-size:12px;font-weight:800}.inline-toggle span{width:8px;height:8px;border-radius:50%;background:var(--muted)}.inline-toggle.enabled{color:var(--mint);border-color:rgba(27,127,107,.28)}.inline-toggle.enabled span{background:var(--mint)}.text-action{height:30px;padding:0 8px;border:0;color:var(--blueprint);background:transparent;font-size:12px;font-weight:800}.matched-term-list,.source-marks{display:flex;flex-wrap:wrap;gap:6px}.matched-term-list>span,.source-marks span{padding:3px 7px;border-left:2px solid var(--blueprint);color:var(--graphite-soft);background:rgba(49,95,141,.08);font-size:11px;font-weight:800}.matched-term-list>span small{margin-left:5px;color:var(--muted);font-size:10px}.match-cell{max-width:300px;display:grid;grid-gap:4px;gap:4px}.match-cell>span{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.holding-match-table td:nth-child(6) small{margin-top:4px;display:block}.holding-match-table td:first-child,.holding-match-table th:first-child{width:36%;min-width:320px}.holding-match-title{position:relative;width:100%;min-width:0;outline:0}.holding-match-title .platform-field span,.holding-match-title .platform-field strong{width:100%;max-width:none}.holding-match-title:after{position:absolute;z-index:30;top:calc(100% + 7px);left:0;width:max-content;max-width:min(460px,calc(100vw - 48px));padding:8px 10px;border:1px solid rgba(255,253,247,.14);border-radius:6px;color:var(--surface-solid);background:var(--graphite);box-shadow:var(--shadow-soft);content:attr(data-tooltip);font-size:12px;font-weight:650;line-height:1.5;opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .12s ease,transform .12s ease;white-space:normal;overflow-wrap:anywhere}.holding-match-title:focus-visible:after,.holding-match-title:hover:after{opacity:1;transform:translateY(0)}.holding-notice-simulate{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);grid-gap:12px;gap:12px}.simulate-form-panel,.simulate-result-panel{padding:18px;display:grid;align-content:start;grid-gap:14px;gap:14px}.simulate-form-panel textarea{min-height:180px;resize:vertical}.simulate-form-panel .primary-action{width:max-content}.simulate-counts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.simulate-counts>div{padding:16px 12px;display:grid;grid-gap:5px;gap:5px;border-right:1px solid var(--line)}.simulate-counts>div:last-child{border-right:0}.simulate-counts span{color:var(--muted);font-size:11px;font-weight:800}.simulate-counts strong{font-size:24px}.matched-term-list>p{color:var(--muted);font-size:13px}@media (max-width:980px){.holding-notice-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.holding-notice-filters,.holding-notice-simulate{grid-template-columns:1fr}}@media (max-width:680px){.holding-notice-header{align-items:flex-start;flex-direction:column}.holding-notice-tabs{overflow-x:auto}.holding-notice-tabs button{flex:0 0 auto}}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--graphite);background:linear-gradient(180deg,rgba(255,253,247,.78),rgba(244,241,234,.92)),linear-gradient(90deg,rgba(36,34,30,.025) 1px,transparent 1px),linear-gradient(rgba(36,34,30,.025) 1px,transparent 1px),var(--paper);background-size:auto,40px 40px,40px 40px,auto;font-family:Aptos,DIN Alternate,PingFang SC,Microsoft YaHei,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.login-shell{min-height:100vh;padding:32px;display:grid;grid-template-columns:minmax(340px,460px) minmax(300px,380px);align-items:center;justify-content:center;grid-gap:20px;gap:20px}.login-card,.login-ledger{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.login-card{min-height:500px;padding:38px;display:flex;flex-direction:column;justify-content:center;gap:28px}.login-copy{max-width:320px;margin-top:12px;color:var(--graphite-soft);line-height:1.65}.login-form{display:grid;grid-gap:14px;gap:14px}.login-form label{display:grid;grid-gap:8px;gap:8px;color:var(--graphite-soft);font-size:13px;font-weight:800}.login-input{height:50px;padding:0 15px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(235,229,216,.46);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.login-input:focus-within{border-color:rgba(27,127,107,.42);background:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.login-input input{width:100%;height:100%;border:0;outline:0;color:var(--graphite);background:transparent}.login-submit{height:50px;border:1px solid var(--graphite);border-radius:var(--radius);color:var(--surface-solid);background:var(--graphite);box-shadow:0 12px 24px rgba(36,34,30,.18);font-weight:800;transition:transform .18s ease,box-shadow .18s ease}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px rgba(36,34,30,.22)}.login-submit:disabled{cursor:wait;opacity:.72}.login-error{padding:10px 12px;color:var(--rust);background:var(--rust-soft);border:1px solid rgba(173,63,45,.24);border-radius:var(--radius);font-size:13px}.login-ledger{padding:20px;display:grid;grid-gap:9px;gap:9px}.ledger-row{min-height:58px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.58)}.ledger-row span{font-weight:850}.ledger-row em{color:var(--muted);font-size:12px;font-style:normal}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr);align-items:start}.rail{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:24px 18px;border-right:1px solid var(--line);background:rgba(244,241,234,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:20px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line-strong);background:var(--surface-solid);border-radius:6px;overflow:hidden}.brand-mark img{width:100%;height:100%;display:block;object-fit:cover}.eyebrow{margin:0 0 7px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{font-size:22px;line-height:1.14}h1,h2{letter-spacing:0}h2{font-size:26px;line-height:1.12}.rail-nav{display:grid;grid-gap:8px;gap:8px}.rail-nav-children,.rail-nav-group{min-width:0;display:grid;grid-gap:4px;gap:4px}.rail-nav a,.rail-nav button{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:10px;color:var(--graphite-soft);text-decoration:none;border:1px solid transparent;border-radius:var(--radius);background:transparent;font-size:14px;font-weight:700;text-align:left;transition:color .18s ease,background .18s ease,border-color .18s ease}.rail-nav a.active,.rail-nav a:hover,.rail-nav button.active,.rail-nav button:hover{color:var(--graphite);background:var(--surface);border-color:var(--line)}.rail-nav .nav-group-trigger{width:100%}.rail-nav .nav-group-trigger.group-active{color:var(--graphite)}.nav-group-trigger svg:last-child{margin-left:auto;transition:transform .18s ease}.nav-group-trigger svg:last-child.expanded{transform:rotate(180deg)}.rail-nav-children{margin-left:20px;padding-left:9px;border-left:1px solid var(--line)}.rail-nav button.nav-child{min-height:36px;padding-left:10px;font-size:13px}.rail-note{margin-top:auto;padding:14px;display:flex;gap:10px;color:var(--graphite-soft);background:rgba(255,253,247,.58);border:1px solid var(--line);border-radius:var(--radius);font-size:13px;line-height:1.55}.workspace{position:relative;min-width:0;width:100%;padding:26px 28px 32px;display:grid;grid-auto-rows:max-content;align-content:start;align-items:start;grid-gap:16px;gap:16px}.workspace>*{min-height:0;align-self:start}.route-progress{position:-webkit-sticky;position:sticky;top:0;z-index:4;height:3px;margin:-26px -28px 7px;overflow:hidden;background:rgba(27,127,107,.1)}.route-progress:before{content:"";display:block;width:42%;height:100%;background:linear-gradient(90deg,transparent,var(--mint),transparent);animation:route-loading .9s ease-in-out infinite}.route-content{display:grid;grid-auto-rows:max-content;grid-gap:16px;gap:16px;transition:opacity .16s ease,transform .16s ease}.route-pending .route-content{opacity:.58;transform:translateY(2px);pointer-events:none}@keyframes route-loading{0%{transform:translateX(-80%)}to{transform:translateX(240%)}}.table-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.table-head>.primary-action{flex-shrink:0;white-space:nowrap}.control,.searchbox,.token-strip,.toolbar{display:flex;align-items:center;gap:10px}.searchbox input,.token-strip input,.toolbar input,.toolbar select{height:40px;border:1px solid var(--line);border-radius:var(--radius);color:var(--graphite);background:rgba(255,253,247,.72);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.toolbar input,.toolbar select{padding:0 12px}.control{height:40px;padding-left:12px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.72);color:var(--graphite-soft)}.control input{border:0;background:transparent}.control:focus-within,.searchbox:focus-within,.toolbar input:focus,.toolbar select:focus{border-color:rgba(27,127,107,.42);background:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.ghost-action,.primary-action,.token-strip button{height:40px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid var(--graphite);border-radius:var(--radius);color:var(--surface-solid);background:var(--graphite);box-shadow:0 8px 18px rgba(36,34,30,.14);font-weight:750;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.primary-action:hover:not(:disabled),.token-strip button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px rgba(36,34,30,.2)}.primary-action:disabled{cursor:wait;opacity:.72}.ghost-action{color:var(--graphite);background:var(--surface-solid);border-color:var(--line);box-shadow:none}.ghost-action:hover{color:var(--mint);border-color:rgba(27,127,107,.28);background:var(--mint-soft)}.token-strip{padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.5)}.token-strip span{color:var(--graphite-soft);font-size:13px;font-weight:700}.token-strip input{min-width:260px;flex:1 1;padding:0 12px}.message-toast{position:fixed;top:18px;left:50%;z-index:1000;max-width:min(560px,calc(100vw - 32px));min-height:42px;padding:10px 14px;display:flex;align-items:center;gap:10px;transform:translateX(-50%);border:1px solid rgba(27,127,107,.22);border-radius:var(--radius);background:rgba(255,253,247,.96);color:var(--mint);font-size:13px;font-weight:800;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:messageDrop .22s ease-out}.message-toast.error{border-color:rgba(173,63,45,.26);color:var(--rust)}.message-toast span{min-width:0;overflow-wrap:anywhere}@keyframes messageDrop{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px}.metrics-grid,.profit-summary-grid{height:-moz-fit-content;height:fit-content;display:grid;grid-auto-rows:max-content;align-content:start;align-items:start;gap:10px}.profit-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px}.keyword-summary-grid,.push-summary-grid{height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;grid-gap:10px;gap:10px}.keyword-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.notice-keyword-layout,.notice-push-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;grid-gap:12px;gap:12px}.notice-push-test{display:grid;grid-gap:14px;gap:14px}.push-record-actions{display:flex;align-items:center;gap:8px}.notice-push-modal{width:min(640px,100%)}.notice-push-test-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.notice-push-test .primary-action{justify-content:center}.notice-push-test-note{color:var(--graphite-soft);font-size:12px;line-height:1.6}.compact-table table{min-width:860px}.keyword-hot-panel{min-width:0}.keyword-hot-list{padding:12px 18px 18px;display:flex;flex-wrap:wrap;gap:8px}.keyword-hot-pill{max-width:100%;display:grid;grid-gap:3px;gap:3px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-solid);color:var(--graphite);text-align:left;cursor:pointer}.keyword-hot-pill:hover{border-color:rgba(27,127,107,.36)}.keyword-hot-pill strong{font-size:13px}.keyword-hot-pill span,.keyword-hot-pill strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keyword-hot-pill span{color:var(--graphite-soft);font-size:11px;font-weight:800}.money-cell,.profit-cell,.profit-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profit-cell.positive,.profit-value.positive{color:var(--rust)}.profit-cell.negative,.profit-value.negative{color:var(--mint)}.profit-cell.neutral,.profit-value.neutral{color:var(--graphite)}.metric-card{align-self:start;height:-moz-fit-content;height:fit-content;min-height:0;padding:11px 13px 12px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.76);position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0 0 auto;height:2px;background:var(--graphite)}.metric-card span{display:block;color:var(--graphite-soft);font-size:12px;font-weight:700}.metric-card strong{display:block;margin-top:6px;font-size:clamp(22px,2vw,31px);line-height:1;font-weight:820;letter-spacing:0}.accent-mint:before{background:var(--mint)}.accent-amber:before{background:var(--amber)}.accent-rust:before{background:var(--rust)}.accent-blue:before{background:var(--blueprint)}.accent-violet:before{background:var(--violet)}.accent-ink:before{background:var(--graphite)}.accent-ok:before{background:var(--mint)}.accent-warn:before{background:var(--amber)}.accent-bad:before{background:var(--rust)}.chart-grid{height:-moz-fit-content;height:fit-content;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(420px,.85fr);align-content:start;align-items:start;grid-gap:12px;gap:12px}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px}.admin-grid.two-columns{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.panel{height:-moz-fit-content;height:fit-content;align-self:start;min-width:0;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.panel-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.panel-title h3{font-size:15px;font-weight:800}.panel-title span{color:var(--muted);font-size:12px}.chart-canvas{height:300px}.source-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(164px,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;grid-gap:10px}.detail-filters,.source-strip{height:-moz-fit-content;height:fit-content;gap:10px}.detail-filters{align-self:start;display:flex;flex-wrap:wrap}@media (min-width:1800px){.admin-shell{grid-template-columns:280px minmax(0,1fr)}.workspace{padding:32px 36px 40px;gap:18px}.chart-grid{grid-template-columns:minmax(0,1.7fr) minmax(460px,.8fr)}.chart-canvas{height:360px}.metrics-grid{gap:10px}}.source-pill{align-self:start;height:-moz-fit-content;height:fit-content;min-height:0;padding:10px 12px;display:grid;grid-gap:6px;gap:6px;text-align:left;color:var(--graphite);border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.72);transition:transform .18s ease,border-color .18s ease}.source-pill:hover{transform:translateY(-1px);border-color:var(--line-strong)}.source-filter.selected,.source-pill.selected{border-color:rgba(27,127,107,.42);outline:3px solid var(--accent-soft);outline-offset:1px}.source-filter em,.source-filter span,.source-pill em,.source-pill span{color:var(--graphite-soft);font-size:12px;font-style:normal}.source-pill>span{color:var(--graphite);font-size:13px;font-weight:850}.source-stats{display:grid;grid-gap:2px;gap:2px}.source-stats em{color:var(--graphite-soft);font-size:12px;font-weight:700}.tone-mint{border-left:3px solid var(--mint)}.tone-amber{border-left:3px solid var(--amber)}.tone-rust{border-left:3px solid var(--rust)}.tone-blue{border-left:3px solid var(--blueprint)}.tone-violet{border-left:3px solid var(--violet)}.tone-ink{border-left:3px solid var(--graphite)}.source-filter{height:-moz-fit-content;height:fit-content;min-height:46px;padding:8px 14px;display:inline-flex;align-items:center;gap:10px;color:var(--graphite);border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.68);font-weight:800;transition:transform .18s ease,border-color .18s ease}.source-filter:hover{transform:translateY(-1px);border-color:var(--line-strong)}.table-panel{height:-moz-fit-content;height:fit-content;padding:0;overflow:hidden}.panel-body{padding:0 18px 18px}.event-panel{display:grid;grid-gap:12px;gap:12px}.event-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));grid-gap:10px;gap:10px}.event-chip{min-width:0;padding:10px 12px;display:grid;grid-gap:4px;gap:4px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.62)}.event-chip span{color:var(--graphite-soft);font-size:12px;font-weight:750}.event-chip strong{color:var(--graphite);font-size:22px;line-height:1}.event-chip em{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.table-head{height:-moz-fit-content;height:fit-content;padding:17px 18px;border-bottom:1px solid var(--line)}.compact-head{padding:0 0 16px;border-bottom:0}.searchbox{min-width:320px;height:40px;padding-left:12px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.72);color:var(--graphite-soft)}.searchbox input{width:100%;border:0;background:transparent}.table-scroll{overflow:auto}.database-ledger{min-height:92px;display:grid;grid-template-columns:minmax(220px,1.35fr) repeat(5,minmax(112px,.7fr));border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.database-identity,.database-stat{min-width:0;padding:17px 18px;display:flex;flex-direction:column;justify-content:center;gap:7px;border-right:1px solid var(--line)}.database-identity{flex-direction:row;align-items:center;justify-content:flex-start;color:var(--blueprint)}.database-identity div{min-width:0;display:grid;grid-gap:6px;gap:6px}.database-ledger>:last-child{border-right:0}.database-stat.total{background:rgba(49,95,141,.055)}.database-identity span,.database-stat span{color:var(--muted);font-size:11px;font-weight:800}.database-identity strong,.database-stat strong{overflow:hidden;color:var(--graphite);font-size:20px;line-height:1;text-overflow:ellipsis;white-space:nowrap}.database-identity strong{font-size:15px}.database-actions,.database-table-head{align-items:center}.database-actions{display:flex;gap:8px}.database-search{min-width:220px}.database-table{min-width:1080px}.database-table td.numeric,.database-table th.numeric{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-sort{padding:0;display:inline-flex;align-items:center;gap:4px;border:0;color:inherit;background:transparent;font-weight:inherit}.table-sort.numeric{width:100%;justify-content:flex-end}.database-table-name{position:relative;min-width:180px;padding-bottom:8px;display:grid;grid-gap:2px;gap:2px;overflow:hidden}.database-table-name strong{font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.database-table-name span{color:var(--muted);font-size:10px}.database-table-name i{position:absolute;bottom:0;left:0;max-width:100%;height:2px;background:var(--blueprint);opacity:.62}.database-attention{color:var(--rust);font-weight:800}.database-footnote{min-height:44px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}@media (max-width:1180px){.database-ledger{grid-template-columns:repeat(3,minmax(0,1fr))}.database-ledger>*{border-bottom:1px solid var(--line)}.database-ledger>:nth-child(3n){border-right:0}.database-ledger>:nth-last-child(-n+3){border-bottom:0}.database-table-head{align-items:flex-start}.database-actions{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:760px){.database-ledger{grid-template-columns:repeat(2,minmax(0,1fr))}.database-ledger>:nth-child(3n){border-right:1px solid var(--line)}.database-ledger>:nth-child(2n){border-right:0}.database-ledger>:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.database-ledger>:nth-last-child(-n+2){border-bottom:0}.database-actions,.database-search{width:100%;min-width:0}.database-actions button{flex:1 1;justify-content:center}.database-footnote{align-items:flex-start;flex-direction:column}}table{width:100%;border-collapse:collapse;min-width:980px}.compact-table{min-width:520px}.platform-table{min-width:1260px}td,th{padding:13px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;font-size:13px}th{position:-webkit-sticky;position:sticky;top:0;color:var(--muted);background:var(--paper-deep);font-size:11px;letter-spacing:.06em;text-transform:uppercase}tbody tr{transition:background .16s ease}tbody tr:hover{background:rgba(255,253,247,.54)}td b{font-size:17px}.visitor-id{display:grid;grid-gap:3px;gap:3px}.visitor-id strong{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.path-cell,.visitor-id span{color:var(--muted)}.path-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{min-height:120px;justify-content:center;gap:10px;color:var(--muted)}.empty-state,.pagination-bar{display:flex;align-items:center}.pagination-bar{height:-moz-fit-content;height:fit-content;padding:14px 18px;justify-content:space-between;gap:12px;border-top:1px solid var(--line);color:var(--graphite-soft);font-size:13px;font-weight:700}.pagination-bar>div{display:flex;align-items:center;gap:8px}.pagination-bar .ghost-action:disabled{cursor:not-allowed;opacity:.5}.profit-table-head,.profit-updated{display:flex;align-items:center;justify-content:space-between;gap:16px}.profit-updated{justify-content:flex-end;color:var(--muted);font-size:12px;font-weight:700}.push-record-head{align-items:flex-start}.push-record-filters{padding:16px 18px;display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(150px,.8fr)) minmax(100px,.45fr) auto;align-items:end;grid-gap:12px;gap:12px;border-bottom:1px solid var(--line);background:rgba(255,253,247,.42)}.keyword-record-filters{grid-template-columns:minmax(220px,1fr) minmax(240px,1.2fr) minmax(110px,.45fr) auto}.filter-field{min-width:0;display:grid;grid-gap:6px;gap:6px}.filter-field>span{color:var(--graphite-soft);font-size:12px;font-weight:800}.filter-field input,.filter-field select,.filter-field textarea{width:100%;padding:0 34px 0 11px;min-width:0;border:1px solid var(--line);border-radius:var(--radius);outline:0;color:var(--graphite);background-color:var(--surface-solid);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.filter-field input,.filter-field select{height:40px}.filter-field textarea{min-height:92px;padding:10px 11px;resize:vertical;line-height:1.55}.filter-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--graphite-soft) 50%),linear-gradient(135deg,var(--graphite-soft) 50%,transparent 50%);background-position:calc(100% - 17px) 17px,calc(100% - 12px) 17px;background-repeat:no-repeat;background-size:5px 5px,5px 5px}.filter-field input{padding-right:11px}.filter-field input:hover,.filter-field select:hover,.filter-field textarea:hover{border-color:var(--line-strong)}.filter-field input:focus,.filter-field select:focus,.filter-field textarea:focus{border-color:rgba(27,127,107,.42);background-color:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.filter-reset{margin-bottom:0}.push-record-table{min-width:2140px}.failure-count-action{min-width:38px;min-height:30px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:0;color:var(--rust);background:transparent;font-weight:850}.failure-count-action:hover{color:#8f2f20;text-decoration:underline;text-underline-offset:3px}.notice-push-failure-modal{width:min(1080px,100%);max-height:min(820px,calc(100vh - 48px))}.failure-detail-summary{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr)) auto;align-items:end;grid-gap:1px;gap:1px;border:1px solid var(--line);background:var(--line)}.failure-detail-summary>div{min-height:68px;padding:12px 14px;display:grid;align-content:center;grid-gap:5px;gap:5px;background:var(--surface-solid)}.failure-detail-summary span{color:var(--muted);font-size:11px;font-weight:800}.failure-detail-summary strong{color:var(--graphite);font-size:18px}.failure-detail-summary .ghost-action{margin-left:12px}.failure-detail-table-wrap{min-height:180px;border:1px solid var(--line)}.failure-detail-table{min-width:940px}.failure-detail-table td:first-child,.failure-detail-table th:first-child{width:130px}.failure-detail-table td:nth-child(2),.failure-detail-table th:nth-child(2){width:100px}.failure-detail-table td:nth-child(3),.failure-detail-table th:nth-child(3){width:140px}.failure-detail-table td:nth-child(4),.failure-detail-table th:nth-child(4){width:100px;text-align:center}.failure-detail-table td:nth-child(5),.failure-detail-table th:nth-child(5){width:340px}.failure-detail-table td:nth-child(6),.failure-detail-table th:nth-child(6){width:180px}.failure-reason{max-width:340px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.failure-detail-pagination{padding:0;border:0}.keyword-stats-table{min-width:980px}.users-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.users-head>span{color:var(--muted);font-size:12px;font-weight:800}.users-search{min-width:260px}.users-table{min-width:1180px}.ai-record-filters{grid-template-columns:minmax(180px,.8fr) minmax(150px,.7fr) minmax(220px,1fr) minmax(130px,.55fr) auto auto}.ai-record-table{min-width:1420px}.ai-record-table td:first-child,.ai-record-table th:first-child{width:180px}.ai-record-table td:nth-child(2),.ai-record-table th:nth-child(2){width:160px}.ai-record-table td:nth-child(3),.ai-record-table th:nth-child(3){width:220px}.ai-record-table td:nth-child(4),.ai-record-table th:nth-child(4){width:100px}.ai-record-table td:nth-child(5),.ai-record-table th:nth-child(5){width:240px}.ai-record-table td:nth-child(6),.ai-record-table th:nth-child(6){width:360px}.ai-record-table td:nth-child(7),.ai-record-table th:nth-child(7){width:150px}.ai-record-table td:nth-child(8),.ai-record-table th:nth-child(8){width:170px}.ai-record-levels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px 10px;gap:5px 10px;color:var(--graphite-soft);font-size:12px;font-weight:780}.ai-record-summary{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quota-cell,.quota-period{display:grid;grid-gap:3px;gap:3px}.quota-cell span,.quota-period span{color:var(--muted);font-size:12px;font-weight:750}.quota-input{width:88px;height:34px;padding:0 10px;border:1px solid var(--line);border-radius:var(--radius);color:var(--graphite);background:rgba(255,253,247,.72);outline:0}.quota-input:focus{border-color:rgba(27,127,107,.42);box-shadow:0 0 0 4px var(--accent-soft)}.row-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}.push-record-table td:first-child,.push-record-table th:first-child{width:72px}.push-record-table td:nth-child(2),.push-record-table th:nth-child(2){width:120px}.push-record-table td:nth-child(3),.push-record-table th:nth-child(3){width:150px}.push-record-table td:nth-child(4),.push-record-table th:nth-child(4){width:120px}.push-record-table td:nth-child(5),.push-record-table td:nth-child(6),.push-record-table td:nth-child(7),.push-record-table td:nth-child(8),.push-record-table th:nth-child(5),.push-record-table th:nth-child(6),.push-record-table th:nth-child(7),.push-record-table th:nth-child(8){width:82px;text-align:center}.push-record-table td:nth-child(9),.push-record-table th:nth-child(9){width:220px}.push-record-table td:nth-child(10),.push-record-table th:nth-child(10){width:640px;min-width:640px;max-width:640px}.push-record-table td:nth-child(11),.push-record-table th:nth-child(11){width:320px}.push-record-table td:nth-child(12),.push-record-table th:nth-child(12){width:160px}.push-record-table td{max-width:360px}.long-cell,.message-cell,.mono-cell,.strong-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mono-cell{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.strong-cell{color:var(--graphite);font-weight:800}.message-cell{color:var(--graphite-soft)}.content-cell{width:640px;min-width:640px;max-width:640px;overflow:visible;color:var(--graphite);line-height:1.65;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.error-text{color:var(--rust)}.field-cell{min-width:0;display:grid;justify-items:start;grid-gap:5px;gap:5px}.field-cell .status-pill{display:inline-flex;width:-moz-fit-content;width:fit-content}.field-cell span:not(.status-pill){min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.platform-field{min-width:0;display:grid;grid-gap:3px;gap:3px}.platform-field strong{color:var(--graphite);font-size:13px}.platform-field span,.platform-field strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-field span{color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.profit-rank-table{min-width:1260px}.profit-rank-table td:nth-child(n+3),.profit-rank-table th:nth-child(n+3){text-align:right}.profit-rank-table td:nth-child(8),.profit-rank-table td:nth-child(9),.profit-rank-table th:nth-child(8),.profit-rank-table th:nth-child(9){text-align:left}.rank-number{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,253,247,.7);color:var(--graphite-soft);font-size:12px;font-weight:850;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rank-number.top-1{border-color:rgba(184,128,30,.36);background:rgba(225,175,61,.14);color:#936714}.rank-number.top-2{border-color:rgba(103,112,118,.3);background:rgba(138,149,155,.12);color:#5d686e}.rank-number.top-3{border-color:rgba(157,91,53,.28);background:rgba(180,104,61,.12);color:#8f5434}.profit-user{min-width:180px;display:grid;grid-gap:3px;gap:3px}.profit-user span,.profit-user strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profit-user span{color:var(--muted);font-size:11px}.profit-cell{font-size:14px;font-weight:850}.money-cell{color:var(--graphite-soft)}.capability-list,.collector-actions,.health-list,.job-list,.platform-rank-list{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.capability-row,.collector-run-button,.health-row,.job-row,.platform-rank-row{min-height:58px;display:grid;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,253,247,.62)}.platform-rank-row{grid-template-columns:32px 38px minmax(0,1fr) auto;gap:10px;padding:9px 12px}.platform-rank-row>span{color:var(--muted);font-size:12px;font-weight:800}.data-card-head img,.platform-cell img,.platform-rank-row img{width:34px;height:34px;border-radius:8px;object-fit:contain}.data-card-head div,.platform-cell div,.platform-rank-row div{min-width:0;display:grid;grid-gap:3px;gap:3px}.platform-cell strong,.platform-rank-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-card-head span,.job-row span,.platform-cell span,.platform-rank-row em{color:var(--muted);font-size:12px;font-style:normal}.platform-rank-row b{font-size:14px}.capability-row{grid-template-columns:minmax(0,1fr) auto;padding:0 12px;color:var(--graphite-soft);font-size:13px;font-weight:800}.capability-row em,.collector-run-button em,.job-row em,.status-badge,.status-pill{padding:4px 8px;border-radius:999px;background:rgba(139,133,120,.12);color:var(--muted);font-size:11px;font-style:normal;font-weight:900}.capability-row em.enabled,.status-badge.enabled,.status-pill.ok{background:var(--mint-soft);color:var(--mint)}.status-pill.warn{background:var(--amber-soft);color:var(--amber)}.status-pill.bad{background:var(--rust-soft);color:var(--rust)}.status-pill.muted{background:rgba(139,133,120,.12);color:var(--muted)}.platform-cell{display:flex;align-items:center;gap:10px;min-width:0}.banner-table{min-width:1140px}.banner-preview,.banner-thumb{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:rgba(235,229,216,.44)}.banner-thumb{width:132px;aspect-ratio:16/6}.banner-preview img,.banner-thumb img{width:100%;height:100%;display:block;object-fit:cover}.banner-preview{width:min(100%,560px);aspect-ratio:16/6}.platform-form{display:grid;grid-gap:14px;gap:14px}.modal-backdrop{position:fixed;inset:0;z-index:40;width:100vw;height:100vh;height:100dvh;min-height:100vh;padding:24px;display:grid;place-items:center;overflow:auto;overscroll-behavior:contain;background:rgba(36,34,30,.42);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.platform-modal{width:min(860px,100%);max-height:min(760px,calc(100vh - 48px));padding:18px;display:grid;grid-gap:16px;gap:16px;overflow:auto;border:1px solid rgba(255,253,247,.72);border-radius:var(--radius);background:var(--surface-solid)}.modal-head{position:-webkit-sticky;position:sticky;top:-18px;z-index:1;margin:-18px -18px 0;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);background:rgba(255,253,247,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.form-field{min-width:0;display:grid;grid-gap:7px;gap:7px;color:var(--graphite-soft);font-size:12px;font-weight:850}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);color:var(--graphite);background:rgba(255,253,247,.72);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.form-field input,.form-field select{height:40px;padding:0 11px}.form-field textarea{min-height:124px;padding:10px 11px;resize:vertical;line-height:1.55}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:rgba(27,127,107,.42);background:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.form-field input:disabled{color:var(--muted);background:rgba(235,229,216,.44)}.job-advanced{padding-top:12px;border-top:1px solid var(--line)}.job-advanced summary{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;color:var(--graphite-soft);font-size:13px;font-weight:850;list-style:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.job-advanced summary::-webkit-details-marker{display:none}.job-advanced .advanced-chevron{transition:transform .18s ease}.job-advanced[open] .advanced-chevron{transform:rotate(180deg)}.job-advanced .form-grid{margin-top:14px}.switch-row{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:9px;color:var(--graphite-soft);font-size:13px;font-weight:850}.switch-row input{width:16px;height:16px;accent-color:var(--mint)}.switch-grid{display:flex;flex-wrap:wrap;gap:10px 18px}.form-error{margin:0;padding:10px 12px;border:1px solid rgba(173,63,45,.24);border-radius:var(--radius);color:var(--rust);background:var(--rust-soft);font-size:13px;font-weight:750}.form-actions,.row-actions{display:flex;align-items:center;gap:8px}.form-actions{padding-top:2px}.row-actions{justify-content:flex-end}.icon-action{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);color:var(--graphite-soft);background:rgba(255,253,247,.72);transition:color .18s ease,background .18s ease,border-color .18s ease}.icon-action:hover:not(:disabled){color:var(--mint);border-color:rgba(27,127,107,.28);background:var(--mint-soft)}.icon-action.danger:hover:not(:disabled){color:var(--rust);border-color:rgba(173,63,45,.28);background:var(--rust-soft)}.icon-action:disabled{opacity:.52}.mono-cell{color:var(--graphite-soft);font-family:SFMono-Regular,Menlo,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.mono-cell,.stack-cell{max-width:260px;overflow:hidden}.stack-cell em,.stack-cell span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack-cell em{margin-top:4px;color:var(--muted);font-size:12px;font-style:normal}.secret-cell{font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.status-stack{display:flex;flex-wrap:wrap;gap:6px}.data-card{display:grid;grid-gap:16px;gap:16px}.data-card-head{display:flex;align-items:center;gap:12px}.data-card dl{display:grid;grid-gap:9px;gap:9px;margin:0}.data-card dl div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:9px;border-top:1px solid var(--line)}.data-card dt{color:var(--muted);font-size:12px;font-weight:800}.data-card dd{margin:0;font-size:16px;font-weight:900}.job-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:0 12px}.job-row div{display:grid;grid-gap:3px;gap:3px;min-width:0}.job-row strong small{margin-left:5px;color:var(--muted);font-size:11px;font-weight:800}.task-row{min-height:96px}.task-schedule-line{color:var(--graphite-soft)!important}.task-side{display:flex!important;align-items:center;justify-content:flex-end;gap:8px!important}.task-group{display:grid;grid-gap:10px;gap:10px}.task-group+.task-group{margin-top:8px;padding-top:16px;border-top:1px solid var(--line)}.task-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--graphite-soft)}.task-group-head strong{font-size:13px}.task-group-head span{min-width:24px;color:var(--muted);font-size:12px;font-weight:850;text-align:right}.task-power-action{width:30px;height:30px}.health-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 12px}.health-row div{min-width:0;display:grid;grid-gap:4px;gap:4px}.health-row span{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.collector-run-button{grid-template-columns:18px minmax(0,1fr) auto;gap:10px;padding:0 12px;color:var(--graphite);text-align:left}.collector-run-button:not(:disabled):hover{border-color:rgba(27,127,107,.28);background:var(--mint-soft)}.collector-run-button:disabled{cursor:wait;opacity:.72}.logs-workspace{display:grid;grid-gap:12px;gap:12px}.logs-control-panel{display:grid;grid-gap:16px;gap:16px}.log-entry-head,.log-viewer-head,.logs-file-meta,.logs-title-row{display:flex;align-items:center}.logs-title-row{justify-content:space-between;gap:18px}.logs-file-meta{min-width:0;justify-content:flex-end;gap:8px;color:var(--muted);font-size:11px}.logs-file-meta code{max-width:320px;overflow:hidden;color:var(--graphite-soft);text-overflow:ellipsis;white-space:nowrap}.logs-file-meta span{flex-shrink:0;padding-left:8px;border-left:1px solid var(--line)}.log-level-tabs{width:-moz-fit-content;width:fit-content;padding:3px;display:flex;gap:2px;border:1px solid var(--line);border-radius:6px;background:rgba(235,229,216,.45)}.log-level-tabs button{min-width:76px;height:34px;padding:0 10px;display:inline-flex;align-items:center;justify-content:space-between;gap:9px;border:0;border-radius:4px;color:var(--graphite-soft);background:transparent;font-size:12px;font-weight:750}.log-level-tabs button strong{min-width:20px;color:var(--muted);font-size:11px;text-align:right}.log-level-tabs button.active,.log-level-tabs button:hover{color:var(--graphite);background:var(--surface-solid)}.log-level-tabs button.active.level-error{color:var(--rust)}.log-level-tabs button.active.level-warn{color:var(--amber)}.log-level-tabs button.active.level-info{color:var(--mint)}.logs-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto auto;align-items:center;grid-gap:9px;gap:9px}.logs-auto-toggle,.logs-line-limit,.logs-search{height:40px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:var(--radius);color:var(--muted);background:rgba(255,253,247,.72)}.logs-search{min-width:0;padding:0 12px}.logs-line-limit:focus-within,.logs-search:focus-within{border-color:rgba(27,127,107,.42);background:var(--surface-solid);box-shadow:0 0 0 4px var(--accent-soft)}.logs-search input{min-width:0;width:100%;height:100%;border:0;outline:0;color:var(--graphite);background:transparent}.logs-line-limit{padding-left:11px;color:var(--graphite-soft);font-size:12px;font-weight:700}.logs-line-limit select{height:100%;padding:0 10px 0 2px;border:0;outline:0;color:var(--graphite);background:transparent;font-weight:700}.logs-auto-toggle{padding:0 11px;color:var(--graphite-soft);cursor:pointer;font-size:12px;font-weight:700;white-space:nowrap}.logs-auto-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.toggle-track{width:30px;height:18px;padding:2px;display:block;border-radius:9px;background:rgba(36,34,30,.2);transition:background .18s ease}.toggle-track i{width:14px;height:14px;display:block;border-radius:50%;background:var(--surface-solid);transition:transform .18s ease}.logs-auto-toggle input:checked+.toggle-track{background:var(--mint)}.logs-auto-toggle input:checked+.toggle-track i{transform:translateX(12px)}.logs-auto-toggle input:focus-visible+.toggle-track{outline:3px solid var(--accent-soft)}.log-viewer-panel{padding:0;overflow:hidden;border-color:rgba(24,26,29,.7);background:#191a1c}.log-viewer-head{min-height:42px;padding:0 14px;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(244,241,234,.56);background:#222326;font-size:11px}.log-stream{min-height:480px;height:min(68vh,720px);overflow:auto;overscroll-behavior:contain;color:rgba(248,244,233,.9);font-family:SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.log-stream .empty-state{min-height:100%;color:rgba(248,244,233,.45)}.log-entry{padding:10px 13px 11px 10px;border-bottom:1px solid rgba(255,255,255,.065);border-left:3px solid rgba(255,255,255,.16);background:transparent}.log-entry:hover{background:rgba(255,255,255,.025)}.log-entry.level-error{border-left-color:#d76657;background:rgba(173,63,45,.07)}.log-entry.level-warn{border-left-color:#c99434}.log-entry.level-info{border-left-color:#3c9b86}.log-entry.level-debug,.log-entry.level-trace{opacity:.78}.log-entry-head{min-width:0;gap:9px;color:rgba(248,244,233,.48);font-size:10px}.log-copy-button,.log-expand-button{flex:0 0 auto;display:inline-grid;place-items:center;border:0;color:rgba(248,244,233,.46);background:transparent}.log-expand-button{width:18px;height:18px}.log-expand-button:disabled{cursor:default}.log-copy-button{width:28px;height:28px;margin:-5px -5px -5px auto}.log-copy-button:hover,.log-expand-button:not(:disabled):hover{color:#ffffff}.log-level-badge{width:42px;flex:0 0 auto;font-weight:800}.level-error .log-level-badge{color:#ec8173}.level-warn .log-level-badge{color:#e2b259}.level-info .log-level-badge{color:#65bea9}.log-entry-head time{width:164px;flex:0 0 auto;color:rgba(248,244,233,.62);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.log-logger,.log-thread{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-thread{max-width:150px;padding-right:9px;border-right:1px solid rgba(255,255,255,.09)}.log-logger{flex:1 1;color:rgba(248,244,233,.68)}.log-message{margin:6px 32px 0 69px;overflow-wrap:anywhere;color:rgba(248,244,233,.94);line-height:1.55}.level-error .log-message{color:#fff2ef}.log-stack{margin:9px 32px 0 69px;padding:10px 12px;overflow:auto;border-left:1px solid rgba(248,244,233,.18);color:rgba(248,244,233,.68);background:rgba(0,0,0,.18);font:inherit;line-height:1.6;white-space:pre-wrap}.logs-control-panel .inline-error{padding:10px 12px;border:1px solid rgba(173,63,45,.24);color:var(--rust);background:var(--rust-soft);font-size:12px;font-weight:700}.spinning{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1080px){.logs-toolbar{grid-template-columns:minmax(240px,1fr) auto auto}.logs-toolbar .logs-search{grid-column:1/-1}.login-shell{align-items:stretch}.admin-shell,.login-shell{grid-template-columns:1fr}.rail{position:relative;height:auto;padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:14px 18px;gap:14px 18px}.rail-nav{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.rail-nav-group{grid-column:1/-1}.rail-nav-children{margin-left:0;grid-template-columns:repeat(2,minmax(0,1fr))}.rail-note{grid-column:1/-1;margin-top:0}.chart-grid,.keyword-summary-grid,.metrics-grid,.platform-config-grid,.profit-summary-grid,.push-summary-grid,.source-strip{grid-template-columns:1fr 1fr}.push-record-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid.two-columns,.platform-config-grid{grid-template-columns:1fr}}@media (max-width:720px){.log-viewer-head,.logs-title-row{align-items:flex-start;flex-direction:column}.logs-file-meta{width:100%;justify-content:flex-start;flex-wrap:wrap}.logs-file-meta code{max-width:100%;flex-basis:100%}.log-level-tabs{width:100%;overflow-x:auto}.log-level-tabs button{min-width:70px;flex:1 0 auto}.logs-toolbar{grid-template-columns:1fr}.logs-toolbar .logs-search{grid-column:auto}.logs-auto-toggle,.logs-line-limit{justify-content:space-between}.log-viewer-head{padding:10px 12px}.log-stream{min-height:420px}.log-logger,.log-thread{display:none}.log-entry-head time{width:auto;min-width:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-message,.log-stack{margin-right:4px;margin-left:27px}.login-shell{padding:18px}.login-card{min-height:auto;padding:26px}.login-ledger{display:none}.workspace{padding:18px}.pagination-bar,.table-head,.token-strip,.toolbar{align-items:stretch;flex-direction:column}.chart-grid,.form-grid,.keyword-summary-grid,.metrics-grid,.notice-push-test-row,.platform-config-grid,.profit-summary-grid,.push-summary-grid,.rail-nav,.rail-nav-children,.source-strip{grid-template-columns:1fr}.control,.form-actions,.ghost-action,.primary-action,.toolbar button,.toolbar input,.toolbar select{width:100%;justify-content:center}.row-actions{justify-content:flex-start}.control input{width:100%}.searchbox,.token-strip input{min-width:0;width:100%}.detail-filters,.pagination-bar>div,.push-record-filters{display:grid;grid-template-columns:1fr}.push-record-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.failure-detail-summary{grid-template-columns:1fr}.failure-detail-summary .ghost-action{width:100%;margin:10px 0 0}.profit-table-head,.profit-updated{align-items:stretch;flex-direction:column}.source-filter{width:100%;justify-content:space-between}.chart-canvas{height:260px}}