/* Neutral light canvas; semantic accents and optional dark mode are retained. */
:root,[data-theme=light]{
 --bg:#F8F9FB;--surface:#FFFFFF;--soft:#F1F3F5;
 --context:#EEF1F4;--panel-heading:#F3F5F7;--border:#D4DAE1;
}
.h44-menu-toggle{display:none}
.h44-exits{margin:16px 0;border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden}
.h44-exits>header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}
.h44-exits h2{font-size:16px}.h44-exits h2 span{display:inline-block;margin-left:6px;font-size:12px;color:var(--muted);font-variant-numeric:tabular-nums}
.h44-exits header p,.h44-exits li p{font-size:13px;line-height:1.5;color:var(--muted);margin-top:4px}
.h44-exits header a{font-size:12px;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}
.h44-exits ul{list-style:none;margin:0;padding:0}
.h44-exits li{display:grid;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}
.h44-exits li:last-child{border-bottom:0}
.h44-row-title{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-bottom:6px}
.h44-state{font-size:11px;font-weight:650;color:var(--warning);border:1px solid currentColor;border-radius:4px;padding:2px 6px}
.h44-state.h44-blocked{color:var(--error)}
.h44-exits h3{font-size:13px;font-weight:600;line-height:1.5}
.h44-exits .button{min-height:44px;font-size:12px}
.h44-empty{padding:16px;font-size:13px;color:var(--muted)}
.h44-block-detail{border-left:3px solid var(--error);padding:12px 14px;margin:12px 0;background:var(--soft);font-size:13px}
.h44-block-detail small{display:block;margin-top:10px;color:var(--muted);font-size:12px}
.h44-block-detail .button{margin-top:12px}
@media(min-width:768px){.h44-exits li{grid-template-columns:minmax(0,1fr) auto;align-items:center}.h44-exits li .button{white-space:nowrap}}
@media(max-width:767px){.h44-exits>header{align-items:flex-start;flex-direction:column;gap:0}.h44-exits li .button{justify-self:start}.h44-exits header a{min-height:36px}}
@media(min-width:1024px){
 .h44-menu-toggle{display:inline-flex;align-items:center;gap:7px;flex-shrink:0;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:6px 10px;min-height:44px;font-size:12px}
 .h44-menu-toggle:hover{background:var(--soft)}
 .h44-menu-toggle span{font-size:17px}.topbar .crumbs{margin-right:auto}
 html.h44-menu-hidden .rail{display:none!important}
 html.h44-menu-hidden .app-shell{margin-left:0!important}
}
/* The earlier :root declaration must not replace dark tokens. */
[data-theme=dark]{--bg:#0C1016;--surface:#171D26;--soft:#222A35;--context:#202733;--panel-heading:#242D39;--border:#455162}
