.notif-dock{right:12px;bottom:calc(var(--statusbar-height) + var(--transport-reserved-height) + var(--bottom-dock-inset,0px) + 10px + var(--workspace-safe-bottom));z-index:1190;width:min(420px,100vw - 24px);font-family:var(--font-geist-mono), monospace;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed}.notif-stack{pointer-events:none;flex-direction:column;gap:8px;display:flex}.notif-toast,.notif-more,.notif-center{pointer-events:auto}.notif-toast{animation:.16s ease-out notif-toast-in}.notif-more{border:1px solid var(--border);background:var(--background);color:var(--muted);letter-spacing:.02em;cursor:pointer;border-radius:2px;align-self:flex-end;padding:4px 9px;font-family:inherit;font-size:.64rem}.notif-more:hover,.notif-more:focus-visible{color:var(--foreground);border-color:color-mix(in srgb, var(--foreground) 28%, var(--border));outline:0}.notif-card{color:var(--foreground);border-radius:2px}.notif-card.is-toast{border:1px solid var(--border);background:var(--background);box-shadow:0 10px 30px -12px #0000008c}.notif-card.is-center{background:0 0}.notif-card[data-severity=info]{--notif-tone:var(--term-blue)}.notif-card[data-severity=success]{--notif-tone:var(--term-green)}.notif-card[data-severity=warning]{--notif-tone:var(--term-yellow)}.notif-card[data-severity=error]{--notif-tone:var(--term-red)}.notif-card-row{align-items:flex-start;gap:7px;padding:9px 7px 9px 3px;display:flex}.notif-expand,.notif-expand-spacer{flex:none;width:16px;height:17px}.notif-expand{color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.notif-expand:hover,.notif-expand:focus-visible{color:var(--foreground);outline:0}.notif-expand svg{width:13px;height:13px;transition:transform .12s}.notif-expand.is-expanded svg{transform:rotate(90deg)}.notif-glyph{height:17px;color:var(--notif-tone,var(--muted));flex:none;align-items:center;display:inline-flex}.notif-card svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.notif-copy{flex:auto;min-width:0}.notif-message,.notif-detail{overflow-wrap:anywhere;margin:0;font-size:.72rem;line-height:1.5}.notif-detail{color:var(--muted);margin-top:5px}.notif-link{color:var(--accent-strong);text-underline-offset:2px;text-decoration:underline}.notif-link:hover{color:var(--foreground)}.notif-meta{color:var(--muted);letter-spacing:.02em;gap:10px;margin:4px 0 0;font-size:.61rem;display:flex}.notif-tool{width:20px;height:20px;color:var(--muted);cursor:pointer;opacity:.8;background:0 0;border:0;border-radius:2px;flex:none;justify-content:center;align-items:center;padding:0;transition:color .12s,background .12s,opacity .12s;display:inline-flex}.notif-tool:hover:not(:disabled),.notif-tool:focus-visible:not(:disabled){opacity:1;color:var(--foreground);background:color-mix(in srgb, var(--foreground) 10%, transparent);outline:0}.notif-tool:disabled{opacity:.32;cursor:default}.notif-tool.is-active{opacity:1;color:var(--accent-strong);background:color-mix(in srgb, var(--accent) 16%, transparent)}.notif-tool svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.notif-dismiss{margin-top:-1px}.notif-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;padding:0 8px 9px 26px;display:flex}.notif-action{border:1px solid var(--border);min-height:24px;color:var(--foreground);letter-spacing:.02em;cursor:pointer;background:0 0;border-radius:2px;align-items:center;padding:0 10px;font-family:inherit;font-size:.66rem;text-decoration:none;display:inline-flex}.notif-action:hover,.notif-action:focus-visible{background:color-mix(in srgb, var(--foreground) 9%, transparent);outline:0}.notif-action.is-primary{border-color:color-mix(in srgb, var(--accent) 55%, var(--border));background:var(--accent-soft);color:var(--accent-strong)}.notif-action.is-primary:hover,.notif-action.is-primary:focus-visible{background:color-mix(in srgb, var(--accent) 26%, transparent)}.notif-progress{background:color-mix(in srgb, var(--foreground) 12%, transparent);height:2px;overflow:hidden}.notif-progress-bar{background:var(--accent);height:100%;transition:width .2s;display:block}.notif-progress.is-indeterminate .notif-progress-bar{width:34%;animation:1.4s ease-in-out infinite notif-progress-sweep}.notif-center{border:1px solid var(--border);background:var(--background);border-radius:2px;flex-direction:column;animation:.14s ease-out notif-toast-in;display:flex;overflow:hidden;box-shadow:0 14px 40px -16px #0009}.notif-center-head{border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--background-soft) 92%, var(--background));justify-content:space-between;align-items:center;gap:10px;padding:4px 5px 4px 10px;display:flex}.notif-center-title{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin:0;font-family:inherit;font-size:.62rem;font-weight:500}.notif-center-tools{gap:2px;display:flex}.notif-center-empty{color:var(--muted);text-align:center;margin:0;padding:18px 12px;font-size:.7rem}.notif-center-list{margin:0;padding:0;list-style:none}.notif-center-list li+li{border-top:1px solid var(--border)}.status-notifications{color:currentColor;cursor:pointer;opacity:.82;background:0 0;border:0;justify-content:center;align-items:center;height:100%;padding:0 8px;transition:background .12s,opacity .12s;display:inline-flex;position:relative}.status-notifications:hover,.status-notifications:focus-visible,.status-notifications.is-open{opacity:1;background:color-mix(in srgb, currentColor 10%, transparent);outline:0}.status-notifications svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.status-notifications-badge{background:var(--background);min-width:13px;height:12px;color:var(--accent);border-radius:2px;justify-content:center;align-items:center;padding:0 3px;font-size:.54rem;font-weight:600;line-height:1;display:inline-flex;position:absolute;top:2px;right:1px}@media (max-width:520px){.notif-dock{width:auto;left:12px}}@keyframes notif-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes notif-progress-sweep{0%{transform:translate(-100%)}to{transform:translate(340%)}}@media (prefers-reduced-motion:reduce){.notif-toast,.notif-center{animation:none}.notif-progress.is-indeterminate .notif-progress-bar{width:100%;animation:none}}
@media (max-width:1080px){.explorer-scroll>.overlay-scroll-content{flex-direction:column;display:flex}.explorer-scroll .repo-tree{flex:1 0 auto}.explorer-offline{border-top:1px solid var(--border);padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));background:color-mix(in srgb, var(--background-soft) 80%, var(--background));flex-direction:column;flex:none;gap:10px;margin-top:auto;display:flex}.explorer-offline-head{align-items:flex-start;gap:10px;display:flex}.explorer-offline-icon{fill:none;width:18px;height:18px;stroke:var(--accent);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-top:1px}.explorer-offline-copy{min-width:0}.explorer-offline-title{font-family:var(--font-geist-mono), monospace;letter-spacing:.02em;color:var(--foreground);margin:0;font-size:.74rem}.explorer-offline-sub{color:var(--muted);margin:2px 0 0;font-size:.72rem;line-height:1.35}.explorer-offline-group{flex-direction:column;gap:2px;display:flex}.explorer-offline-group-name{font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.64rem}.explorer-offline-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.explorer-offline-row{border-bottom:1px solid color-mix(in srgb, var(--border) 55%, transparent);align-items:center;gap:10px;min-height:42px;padding:6px 0;display:flex;position:relative}.explorer-offline-list>.explorer-offline-row:last-child{border-bottom:0}.explorer-offline-row-copy{flex-direction:column;flex:auto;gap:1px;min-width:0;display:flex}.explorer-offline-row-title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.25;overflow:hidden}.explorer-offline-row[data-state=saved] .explorer-offline-row-title{color:var(--accent)}.explorer-offline-row-sub{font-family:var(--font-geist-mono), monospace;font-variant-numeric:tabular-nums;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.64rem;overflow:hidden}.explorer-offline-row-btn{appearance:none;border:1px solid color-mix(in srgb, var(--accent) 45%, transparent);background:var(--accent-soft);min-height:30px;color:var(--foreground);font:inherit;cursor:pointer;border-radius:2px;flex:none;padding:5px 10px;font-size:.7rem}.explorer-offline-row-btn:hover{background:color-mix(in srgb, var(--accent) 22%, transparent)}.explorer-offline-row-btn:disabled{opacity:.65;cursor:default}.explorer-offline-row-btn.is-ghost{border-color:var(--border);color:var(--muted);background:0 0}.explorer-offline-row-btn.is-ghost:hover{background:var(--accent-softer);color:var(--foreground)}.explorer-offline-row-bar{background:var(--accent);height:1px;transition:width .2s;position:absolute;bottom:-1px;left:0}.explorer-offline-legacy{border-top:1px solid color-mix(in srgb, var(--border) 55%, transparent);flex-direction:column;gap:8px;padding-top:4px;display:flex}.explorer-offline-legacy-copy{color:var(--muted);margin:0;font-size:.7rem;line-height:1.4}.explorer-offline-btn{appearance:none;border:1px solid color-mix(in srgb, var(--accent) 55%, transparent);background:var(--accent-soft);min-height:38px;color:var(--foreground);font:inherit;cursor:pointer;border-radius:2px;flex:auto;padding:8px 12px;font-size:.75rem}.explorer-offline-btn:hover{background:color-mix(in srgb, var(--accent) 22%, transparent)}.explorer-offline-btn:disabled{opacity:.7;cursor:default}.explorer-offline-btn.is-ghost{border-color:var(--border);color:var(--muted);background:0 0;flex:none}.explorer-offline-btn.is-ghost:hover{background:var(--accent-softer);color:var(--foreground)}}
