:root{
  color-scheme:light;
  --bg:#F3F5F1;--surface:#FFF;--surface-alt:#F8F9F6;--header:#F8F9F6;--text:#171A17;--muted:#606860;--quiet:#717870;
  --border:#D7DCD5;--hover:#ECEFEA;--accent:#4C8DFF;--accent-soft:#E9F0FF;--accent-on:#2F67C8;--disabled:#E4E7E2;
  --warning:#95651F;--error:#B74747;--live:#397A49;--track:#EDEFEA;--thumb:#B5BBB3;--cyan:#27A3A3;--purple:#A56CE2;
  --headline:14px;--meta:11px;--row-y:7px;--radius:3px;--bar-h:48px;--panel-header:38px;
  font-family:"Segoe UI Variable Text","Segoe UI",system-ui,sans-serif;
}
:root[data-theme="dark"]{color-scheme:dark;--bg:#111311;--surface:#151815;--surface-alt:#191C19;--header:#191C19;--text:#F1F3EE;--muted:#A6ADA4;--quiet:#747C73;--border:#2C312C;--hover:#1E221E;--accent-soft:#202C3F;--disabled:#181B18;--warning:#D7A85D;--error:#E07373;--live:#91C89B;--track:#131613;--thumb:#495049}
:root[data-density="comfortable"]{--row-y:10px;--panel-header:42px}.app-shell[data-text="large"]{--headline:16px;--meta:12px}.app-shell[data-text="small"]{--headline:13px;--meta:10px}
*{box-sizing:border-box}html,body,#app{height:100%;margin:0}body{overflow:hidden;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit;color:inherit}button{user-select:none}
button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent-on);outline-offset:1px}
.command-bar{height:var(--bar-h);display:grid;grid-template-columns:210px 138px minmax(180px,1fr) auto auto auto auto auto;align-items:center;gap:8px;padding:0 12px;background:var(--header);border-bottom:1px solid var(--border);position:relative;z-index:40}
.brand{display:flex;align-items:center;gap:7px;color:var(--text);text-decoration:none;font-weight:650;font-size:13px;white-space:nowrap}.brand img{width:22px;height:22px}
.control,.toolbar-button,.icon-button,.text-button{height:32px;border:1px solid var(--border);background:transparent;border-radius:2px;padding:0 10px;cursor:pointer}.control{background:var(--surface)}.toolbar-button:hover,.icon-button:hover,.text-button:hover{background:var(--hover)}.toolbar-button:active,.icon-button:active{background:var(--surface-alt)}
.icon-button{width:28px;height:28px;padding:0;display:grid;place-items:center}.text-button{border-color:transparent;height:auto;padding:1px;background:transparent}.search-wrap{position:relative;min-width:0}.search-box{width:100%;padding-right:32px}.search-clear{position:absolute;right:2px;top:2px;border-color:transparent;height:28px}.search-box:placeholder-shown+.search-clear{display:none}
.workspace{height:calc(100% - var(--bar-h));display:grid;gap:1px;background:var(--border);overflow:hidden;min-height:0}.workspace.focus-mode{grid-template-columns:1fr!important;grid-template-rows:1fr!important}.workspace.focus-mode .panel:not(.focused){display:none}
.panel{min-width:0;min-height:0;background:var(--surface);position:relative;display:grid;grid-template-rows:2px var(--panel-header) minmax(0,1fr);overflow:hidden}.panel-accent{background:var(--panel-accent,var(--accent))}.panel.current{box-shadow:inset 0 0 0 1px var(--accent)}
.panel-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;background:var(--header);border-bottom:1px solid var(--border);padding:2px 4px 2px 8px;min-height:34px;white-space:nowrap;overflow:hidden}.panel-identity{display:flex;align-items:center;min-width:0;overflow:hidden}.panel-title{font-size:11.5px;font-weight:650;overflow:hidden;text-overflow:ellipsis;max-width:220px;white-space:nowrap}.panel-provider{font-size:10px;font-weight:650;white-space:nowrap}.dot{font-size:10px;color:var(--quiet);padding:0 5px}.panel-context{font-size:9.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;margin-left:5px}.panel-context:not(:empty)::before{content:'•';margin-right:7px;color:var(--quiet)}.panel-status{font-size:9.5px;font-weight:650;color:var(--muted);margin-left:8px;max-width:150px;overflow:hidden;text-overflow:ellipsis}.panel-status.live{color:var(--live)}.panel-status.error{color:var(--error)}.panel-status.loading{color:var(--accent)}.panel-actions{display:flex;align-items:center;gap:1px}.focus-nav{display:flex;align-items:center;gap:2px;margin-right:3px}.focus-position{font-size:9px;color:var(--muted);min-width:30px;text-align:center}.panel.dragging{opacity:.55}.panel-header[draggable="true"]{cursor:grab}.panel-header[draggable="true"]:active{cursor:grabbing}.panel-mute{font-size:11px}.panel-body{min-height:0;overflow:hidden;position:relative;background:var(--surface)}
.headline-viewport{height:100%;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--thumb) var(--track);overscroll-behavior:contain}.headline-track{min-height:100%;will-change:scroll-position}.headline-row{display:grid;grid-template-columns:32px minmax(0,1fr) 30px;padding:var(--row-y) 10px;border-bottom:1px solid color-mix(in srgb,var(--border) 62%,transparent);cursor:pointer;text-decoration:none;color:var(--text);min-height:61px}.headline-row:hover{background:var(--hover)}.source-avatar{width:24px;height:24px;border:1px solid var(--border);border-radius:3px;background:var(--surface-alt);font-size:9px;font-weight:650;display:grid;place-items:center;margin-top:1px;color:var(--muted);position:relative;overflow:hidden}.source-avatar img{position:absolute;inset:2px;width:18px;height:18px;object-fit:contain;background:var(--surface-alt);border-radius:1px}.headline-main{min-width:0}.headline-meta{display:flex;justify-content:space-between;gap:8px;font-size:var(--meta);font-weight:600;color:var(--muted);line-height:15px}.headline-source{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.headline-title{font-size:var(--headline);line-height:18px;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.headline-title.rule-bold{font-weight:700}.headline-title.rule-italic{font-style:italic}.headline-title.rule-accent{color:var(--accent-on)}.bookmark-button{align-self:center;border-color:transparent;background:transparent;color:var(--muted);width:28px}.bookmark-button.active{color:var(--accent-on)}
.empty-state,.loading-state,.error-state{height:100%;display:grid;place-content:center;text-align:center;padding:24px;color:var(--muted)}.state-title{font-size:14px;font-weight:650;color:var(--text);margin-bottom:5px}.state-actions{display:flex;gap:6px;justify-content:center;margin-top:12px}.web-surface{height:100%;background:#090b09;display:grid;place-items:center}.web-surface iframe{border:0;width:100%;height:100%;background:#000}.web-fallback{max-width:460px;padding:28px;text-align:center;color:#d5dad3}.web-fallback .state-title{color:white}
.layout-single{grid-template-columns:1fr}.layout-two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-two-rows{grid-template-rows:repeat(2,minmax(0,1fr))}.layout-three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.layout-three-rows{grid-template-rows:repeat(3,minmax(0,1fr))}.layout-four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.layout-four-rows{grid-template-rows:repeat(4,minmax(0,1fr))}.layout-two-by-two{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}
.layout-large-left-two-right .panel:first-child{grid-row:1/3}.layout-large-left-three-right .panel:first-child{grid-row:1/4}
.layout-two-left-large-right .panel:nth-child(3){grid-column:2;grid-row:1/3}.layout-three-left-large-right .panel:nth-child(4){grid-column:2;grid-row:1/4}
.layout-large-top-two-bottom .panel:first-child{grid-column:1/3}.layout-large-top-three-bottom .panel:first-child{grid-column:1/4}
.layout-two-top-large-bottom .panel:nth-child(3){grid-column:1/3}.layout-three-top-large-bottom .panel:nth-child(4){grid-column:1/4}
.popup-menu{position:fixed;z-index:1000;min-width:220px;max-width:min(420px,calc(100vw - 20px));background:var(--surface);border:1px solid var(--border);border-radius:3px;padding:4px;box-shadow:0 10px 26px rgba(0,0,0,.16)}.popup-menu button{width:100%;height:32px;border:0;background:transparent;text-align:left;border-radius:2px;padding:0 10px;cursor:pointer}.popup-menu button:hover{background:var(--hover)}.popup-menu .separator{height:1px;background:var(--border);margin:4px 6px}.popup-menu .menu-title{padding:7px 10px 4px;color:var(--quiet);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.popup-menu button.danger{color:var(--error)}
.modal-backdrop{position:fixed;inset:0;z-index:900;background:rgba(10,12,10,.36);display:grid;place-items:center;padding:20px}.modal{width:min(760px,calc(100vw - 24px));max-height:min(760px,calc(100vh - 30px));background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.modal.wide{width:min(1040px,calc(100vw - 24px))}.modal-header,.modal-footer{background:var(--header);padding:10px 12px;border-color:var(--border);display:flex;align-items:center;gap:8px}.modal-header{border-bottom:1px solid var(--border)}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end}.modal-header h2{font-size:15px;margin:0;flex:1}.modal-body{padding:14px;overflow:auto;min-height:0}.modal-footer .primary{background:var(--accent);border-color:var(--accent);color:#111311}.modal-footer button{height:32px;border:1px solid var(--border);background:transparent;border-radius:2px;padding:0 13px;cursor:pointer}.modal-footer button:hover{filter:brightness(.96)}
.field{display:grid;gap:5px;margin-bottom:14px}.field>label,.eyebrow{font-size:9px;font-weight:700;color:var(--quiet);text-transform:uppercase;letter-spacing:.04em}.field input,.field select,.field textarea{min-height:32px;background:var(--surface);border:1px solid var(--border);border-radius:2px;padding:7px 9px}.field textarea{min-height:160px;font-family:Consolas,monospace;resize:vertical}.field-hint{font-size:11px;color:var(--muted);line-height:1.35}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:6px 0 16px}.type-grid button{height:38px;border:1px solid var(--border);background:var(--surface-alt);border-radius:3px;cursor:pointer}.type-grid button.active{border-color:var(--accent);background:var(--accent-soft)}
.source-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) repeat(3,auto);gap:6px;margin-bottom:10px}.source-table{border:1px solid var(--border);border-radius:3px;overflow:auto;max-height:480px}.source-row{display:grid;grid-template-columns:32px minmax(200px,1.5fr) minmax(100px,.7fr) minmax(90px,.6fr) minmax(70px,.4fr);align-items:center;min-height:38px;border-bottom:1px solid var(--border);padding:0 8px;font-size:12px}.source-row:last-child{border-bottom:0}.source-row:hover{background:var(--hover)}.source-row.selected{background:var(--accent-soft)}.source-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-sub{font-size:10px;color:var(--muted)}.health-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--quiet);margin-right:5px}.health-dot.ready{background:var(--live)}.health-dot.error{background:var(--error)}.health-dot.loading{background:var(--accent)}
.rule-row,.bookmark-row,.health-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:10px 2px;border-bottom:1px solid var(--border)}.row-title{font-size:13px;font-weight:600}.row-meta{font-size:10px;color:var(--muted);margin-top:3px}.mini-actions{display:flex;gap:4px;align-items:center}.mini-actions button{height:28px;border:1px solid var(--border);background:transparent;border-radius:2px;cursor:pointer}.reader{width:min(920px,calc(100vw - 24px));height:min(820px,calc(100vh - 24px))}.reader .modal-body{font-family:Georgia,serif;font-size:16px;line-height:1.6;padding:24px 34px}.reader .modal-body img{max-width:100%;height:auto}.reader .modal-body a{color:var(--accent-on)}
.help-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:16px;min-height:420px}.help-nav{border-right:1px solid var(--border);padding-right:10px}.help-nav button{display:block;width:100%;height:34px;text-align:left;border:0;border-left:2px solid transparent;background:transparent;padding:0 10px;color:var(--muted);cursor:pointer}.help-nav button.active{border-left-color:var(--accent);background:var(--accent-soft);color:var(--text)}.help-content{line-height:1.5}.help-content h3{margin-top:0}.help-content code{background:var(--surface-alt);padding:2px 4px;border-radius:2px}
.toast-host{position:fixed;right:14px;bottom:14px;z-index:2000;display:grid;gap:6px}.toast{background:var(--text);color:var(--surface);padding:9px 12px;border-radius:3px;font-size:12px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
@media(max-width:1100px){.command-bar{grid-template-columns:160px 118px minmax(140px,1fr) auto auto auto auto}.brand span{display:none}.appearance-button{display:none}.command-bar>#appearanceButton{display:none}.toolbar-button{padding:0 8px}}
@media(max-width:760px){
:root{--bar-h:88px}
.command-bar{height:var(--bar-h);grid-template-columns:minmax(0,1fr) 108px 58px;grid-template-rows:40px 40px;padding:4px 6px;gap:4px}
.view-selector{grid-column:1;grid-row:1;min-width:0}.time-selector{grid-column:2;grid-row:1;min-width:0}.command-bar>#moreButton{grid-column:3;grid-row:1}
.search-wrap{grid-row:2;grid-column:1}.command-bar>#filtersButton{grid-column:2;grid-row:2}.command-bar>#addPanelButton{grid-column:3;grid-row:2;font-size:9px;padding:0 3px}.command-bar>#layoutButton,.command-bar>#appearanceButton{display:none}
.toolbar-button{min-width:0;padding:0 6px;font-size:11px}.workspace{height:calc(100% - var(--bar-h));display:flex!important;flex-direction:column;overflow:auto}.workspace .panel{min-height:calc((100dvh - var(--bar-h))/1.7);flex:0 0 auto}.workspace.focus-mode .panel.focused{height:calc(100dvh - var(--bar-h));min-height:calc(100dvh - var(--bar-h))}.panel-context{display:none}.panel-title{max-width:120px}.panel-status{max-width:90px}.grid-2{grid-template-columns:1fr}.type-grid{grid-template-columns:repeat(2,1fr)}.source-toolbar{grid-template-columns:1fr 1fr}.source-toolbar input{grid-column:1/3}.source-row{grid-template-columns:30px minmax(160px,1fr) 80px}.source-row>*:nth-child(n+4){display:none}.help-layout{grid-template-columns:1fr}.help-nav{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--border);padding:0 0 8px}.help-nav button{white-space:nowrap;width:auto}.modal-backdrop{padding:6px}.modal{max-height:calc(100dvh - 12px)}.reader .modal-body{padding:18px;font-size:15px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

.ui-icon{width:15px;height:15px;display:block;fill:currentColor;stroke:currentColor}
.layout-button{display:inline-flex;align-items:center;gap:7px}.layout-button .layout-mini{width:26px;height:18px}.layout-mini{width:72px;height:48px;fill:none;stroke:currentColor;stroke-width:1.2}.layout-mini.compact{width:25px;height:18px;stroke-width:1.5}
.layout-popover{position:fixed;z-index:1000;width:min(510px,calc(100vw - 16px));background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:10px;box-shadow:0 14px 34px rgba(0,0,0,.22)}
.layout-popover-head{height:30px;display:flex;align-items:flex-start;justify-content:space-between;font-size:12px}.layout-popover-head strong{font-size:14px}.layout-popover-head span{font-size:11px;color:var(--muted)}
.layout-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.layout-choice{min-height:96px;border:1px solid var(--border);background:var(--surface-alt);border-radius:4px;color:var(--text);display:grid;place-items:center;align-content:center;gap:3px;cursor:pointer}.layout-choice:hover{background:var(--hover);border-color:color-mix(in srgb,var(--accent) 55%,var(--border))}.layout-choice.active{border:2px solid var(--accent);background:var(--accent-soft);padding:0}.layout-choice span{font-size:11px;font-weight:600}.layout-cycle{width:100%;height:36px;margin-top:10px;border:1px solid var(--border);background:transparent;border-radius:3px;cursor:pointer}.layout-cycle:hover{background:var(--hover)}
.workspace{position:relative}.workspace-splitter{position:absolute;z-index:25;touch-action:none;background:transparent}.workspace-splitter::after{content:"";position:absolute;background:transparent;transition:background .12s ease}.workspace-splitter.vertical{width:10px;cursor:col-resize}.workspace-splitter.vertical::after{left:4px;top:0;bottom:0;width:2px}.workspace-splitter.horizontal{height:10px;cursor:row-resize}.workspace-splitter.horizontal::after{top:4px;left:0;right:0;height:2px}.workspace-splitter:hover::after,.splitter-dragging .workspace-splitter::after{background:var(--accent)}body.splitter-dragging{user-select:none;cursor:grabbing}
.focus-nav .ui-icon{width:13px;height:13px}.panel-header{cursor:default}.panel.dragging{opacity:1}.panel-header[draggable="true"]{cursor:default}
.bookmark-button .ui-icon{width:16px;height:16px;margin:auto}.panel-actions .ui-icon{width:14px;height:14px}
.about-surface{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start}.about-icon{width:48px;height:48px;border-radius:8px}.about-copy h3{font-size:18px;margin:0 0 2px}.about-version{font-size:11px;color:var(--muted)}.about-version span{color:var(--quiet);margin-left:5px}.about-copy p{margin:12px 0;line-height:1.45}.about-links{display:grid;gap:6px;margin:12px 0}.about-links a,.about-legal a,.legal-page a{color:var(--accent-on);text-decoration:none}.about-links a:hover,.about-legal a:hover,.legal-page a:hover{text-decoration:underline}.about-legal{display:flex;gap:7px;font-size:11px;color:var(--muted);padding-top:10px;border-top:1px solid var(--border)}
.legal-page{min-height:100%;overflow:auto;background:var(--bg);color:var(--text)}.legal-shell{max-width:760px;margin:0 auto;padding:28px 22px 50px}.legal-back{display:inline-flex;align-items:center;gap:7px;font-size:12px;margin-bottom:28px}.legal-title{font-size:28px;letter-spacing:-.02em;margin:0 0 8px}.legal-meta{font-size:11px;color:var(--muted);margin-bottom:28px}.legal-shell h2{font-size:16px;margin:28px 0 8px}.legal-shell p,.legal-shell li{font-size:14px;line-height:1.6}.legal-footer{margin-top:36px;padding-top:14px;border-top:1px solid var(--border);font-size:11px;color:var(--muted)}
@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg:#111311;--surface:#151815;--surface-alt:#191C19;--header:#191C19;--text:#F1F3EE;--muted:#A6ADA4;--quiet:#747C73;--border:#2C312C;--hover:#1E221E;--accent-soft:#202C3F;--disabled:#181B18;--warning:#D7A85D;--error:#E07373;--live:#91C89B;--track:#131613;--thumb:#495049}}
@media(max-width:760px){.layout-popover{width:calc(100vw - 12px);left:6px!important}.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-splitter{display:none}.about-surface{grid-template-columns:1fr}.about-icon{width:42px;height:42px}}


/* DT2 web.3 — mobile instrument chrome + publisher reader */
.mobile-only{display:none}

.article-reader-backdrop{position:fixed;inset:0;z-index:1400;background:rgba(10,12,10,.42);display:grid;place-items:center;padding:16px}
.article-reader-window{width:min(1180px,calc(100vw - 28px));height:min(860px,calc(100dvh - 28px));background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:0 22px 70px rgba(0,0,0,.34);display:grid;grid-template-rows:42px minmax(0,1fr);overflow:hidden}
.article-reader-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px 6px;background:var(--header);border-bottom:1px solid var(--border)}
.article-reader-leading,.article-reader-actions{display:flex;align-items:center;gap:2px}
.article-reader-identity{min-width:0;padding:0 4px}
.article-reader-title{font-size:12px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-reader-domain{font-size:9.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}
.article-reader-command{height:30px;border:1px solid transparent;background:transparent;border-radius:2px;padding:0 8px;cursor:pointer;font-size:11px}
.article-reader-command:hover,.article-reader-command.active{background:var(--hover);border-color:var(--border)}
.article-reader-bookmark{font-size:18px;line-height:1;padding:0 7px}
.article-reader-close{width:30px;padding:0;font-size:18px}
.article-reader-body{position:relative;min-height:0;background:var(--surface)}
.article-reader-frame{width:100%;height:100%;border:0;background:white}
.article-reader-loading,.article-reader-failure{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:28px;background:var(--surface);color:var(--muted);z-index:2}
.article-reader-loading.hidden,.article-reader-failure.hidden{display:none}
.article-reader-failure .state-actions{margin-top:14px}
.article-reader-failure .state-title{max-width:560px}
.article-reader-frame[hidden]{display:none}
.article-reader-backdrop.mobile{padding:0;background:var(--surface)}
.article-reader-backdrop.mobile .article-reader-window{width:100vw;height:100dvh;border:0;border-radius:0;box-shadow:none}

.first-run-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:8px 0 16px}
.first-run-preset{border:1px solid var(--border);background:var(--surface-alt);border-radius:3px;padding:10px;text-align:left;cursor:pointer;min-height:62px}
.first-run-preset:hover{background:var(--hover)}
.first-run-preset.active{border-color:var(--accent);background:var(--accent-soft)}
.first-run-preset strong{display:block;font-size:12px;margin-bottom:3px}
.first-run-preset span{font-size:10px;color:var(--muted);line-height:1.35}

.mobile-panel-nav{display:flex;align-items:center;gap:2px;margin-left:2px}
.mobile-panel-position{font-size:9px;color:var(--muted);min-width:30px;text-align:center}
.panel-status.mobile-warning{color:var(--warning);font-size:10px;font-weight:700}

@media(max-width:760px){
  :root{--bar-h:48px;--panel-header:38px}
  .command-bar{height:var(--bar-h);grid-template-columns:minmax(0,1fr) 88px 32px 32px 32px 32px;grid-template-rows:40px;padding:4px 6px;gap:4px}
  .mobile-only{display:grid}
  .view-selector{grid-column:1;grid-row:1;min-width:0}
  .time-selector{grid-column:2;grid-row:1;min-width:0}
  #mobileSearchButton{grid-column:3;grid-row:1}
  .command-bar>#filtersButton{grid-column:4;grid-row:1;width:32px;padding:0}
  .command-bar>#addPanelButton{grid-column:5;grid-row:1;width:32px;padding:0;font-size:0}
  .command-bar>#moreButton{grid-column:6;grid-row:1}
  .command-bar>#layoutButton,.command-bar>#appearanceButton{display:none}
  .search-wrap{display:none}
  .command-bar.mobile-search-open .search-wrap{display:block;position:absolute;left:6px;right:42px;top:6px;z-index:5}
  .command-bar.mobile-search-open>.view-selector,
  .command-bar.mobile-search-open>.time-selector,
  .command-bar.mobile-search-open>#mobileSearchButton,
  .command-bar.mobile-search-open>#filtersButton,
  .command-bar.mobile-search-open>#addPanelButton{visibility:hidden}
  .command-bar.mobile-search-open>#moreButton{grid-column:6}
  .control,.toolbar-button,.icon-button{height:32px}
  .workspace{height:calc(100% - var(--bar-h));display:block!important;overflow:hidden}
  .workspace.mobile-pager .panel{height:100%;min-height:0;width:100%;display:grid;flex:none}
  .workspace.mobile-pager .panel:not(.focused){display:grid}
  .workspace.focus-mode .panel:not(.focused){display:none}
  .panel-header{padding:2px 4px 2px 8px}
  .panel-title{max-width:min(46vw,190px);font-size:12px}
  .panel-provider,.panel-context,.panel-header .dot{display:none}
  .panel-status{margin-left:7px;max-width:56px}
  .panel-actions{gap:0}
  .panel-focus{display:none!important}
  .mobile-panel-nav .icon-button{width:27px;height:28px}
  .headline-row{grid-template-columns:34px minmax(0,1fr) 28px;min-height:57px;padding:6px 8px}
  .headline-title{font-size:15px;line-height:19px}
  .headline-meta{line-height:14px}
  .source-avatar{width:25px;height:25px}
  .source-avatar img{width:19px;height:19px}
  .first-run-presets{grid-template-columns:1fr}
  .article-reader-toolbar{grid-template-columns:auto minmax(0,1fr) auto;padding:4px}
  .article-reader-leading{display:none}
  .article-reader-command.copy-label,.article-reader-command.open-label{font-size:0;width:30px;padding:0}
  .article-reader-command.copy-label::after{content:'⧉';font-size:14px}
  .article-reader-command.open-label::after{content:'↗';font-size:15px}
}
