.shell{--sh-side:#1e102b;--sh-top:#1e102b;--sh-panel:#311b45;--sh-hover:#3a2251;--sh-line:#ffffff17;--sh-ink:#f8f0fc;--sh-sub:#b39cc9;--sh-mut:#8d76a3;--sh-acc:#e84f9e;--sh-acc2:#8b5cf6;--sh-ok:#4ade80;--sh-dng:#fb7185;--sh-glow:0 6px 18px #e84f9e66}.light .shell{--sh-side:#fff;--sh-top:#fff;--sh-panel:#f3ecfa;--sh-hover:#ece2f6;--sh-line:#2a16381f;--sh-ink:#2a1638;--sh-sub:#6d5487;--sh-mut:#8a739c;--sh-acc:#d43b8c;--sh-acc2:#7c3aed;--sh-ok:#16a34a;--sh-dng:#e11d48;--sh-glow:0 6px 18px #d43b8c4d}.shell .shell-side{background:var(--sh-side);border-color:var(--sh-line);color:var(--sh-ink)}.shell .shell-top{background:var(--sh-top);border-color:var(--sh-line);color:var(--sh-ink)}.shell-logo-text{letter-spacing:.01em;color:var(--sh-ink);font-size:17px;font-weight:900;line-height:1}.shell-logo-text .accent{color:var(--sh-acc)}.shell-seg{background:var(--sh-panel);border:1px solid var(--sh-line);border-radius:11px;flex-shrink:0;padding:3px;display:flex;position:relative}.shell-seg-thumb{background:var(--sh-acc);pointer-events:none;border-radius:8px;width:calc(50% - 3px);transition:transform .22s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;bottom:3px;left:3px;box-shadow:0 4px 12px #e84f9e59}.shell-seg[data-tab=all] .shell-seg-thumb{transform:translate(100%)}.shell-seg button{z-index:1;height:32px;color:var(--sh-sub);cursor:pointer;white-space:nowrap;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;font-size:11.5px;font-weight:800;transition:color .2s;display:flex;position:relative}.shell-seg button.on{color:#fff}.shell .shell-find{background:var(--sh-panel);border:1px solid var(--sh-line);height:36px;color:var(--sh-ink);border-radius:10px;font-size:12.5px;transition:border-color .15s,box-shadow .15s}.shell .shell-find::placeholder{color:var(--sh-mut)}.shell .shell-find:focus{border-color:var(--sh-acc);box-shadow:0 0 0 3px #e84f9e2e}.shell .sidebar-nav-item{height:40px;color:var(--sh-sub);border-radius:11px;gap:11px;padding:0 12px;font-size:13px;font-weight:700;transition:background .15s,color .15s,transform .15s}.shell .sidebar-nav-item:hover{background:var(--sh-hover);color:var(--sh-ink);transform:translate(2px)}.shell .sidebar-nav-item.active{background:var(--sh-acc);color:#fff;box-shadow:var(--sh-glow);transform:none}.shell .sidebar-nav-item.active:after{content:"›";opacity:.85;margin-left:auto;font-weight:900}.shell .shell-fav-item{height:44px;font-size:13.5px}.shell-fav-group{letter-spacing:.12em;color:var(--sh-mut);text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;max-width:76px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:8px;font-weight:700;overflow:hidden}.shell .sidebar-nav-item.active .shell-fav-group{color:#ffffffbf}.shell-star{width:26px;height:26px;color:var(--sh-acc);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .15s,background .15s;display:none}.shell-star.off{color:var(--sh-mut)}.shell .sidebar-nav-item:hover .shell-star{display:inline-flex}.shell .shell-fav-item:hover .shell-fav-group{display:none}.shell-star:hover{color:var(--sh-acc);background:#e84f9e26}.shell .sidebar-nav-item.active .shell-star{display:none}.shell .sidebar-nav-item.active.shell-fav-item:hover .shell-fav-group{display:block}.shell-star.pop{animation:.3s shell-star-pop}@keyframes shell-star-pop{0%{transform:scale(1)}50%{transform:scale(1.45)}to{transform:scale(1)}}.shell-glabel{letter-spacing:.18em;text-transform:uppercase;color:var(--sh-acc);font-family:ui-monospace,SFMono-Regular,monospace;font-size:9.5px;font-weight:800}.shell-hint{border:1.5px dashed var(--sh-line);color:var(--sh-sub);text-align:center;border-radius:11px;margin:10px 4px;padding:14px;font-size:11.5px;font-weight:700;line-height:1.6}.shell-hint b{color:var(--sh-acc)}.shell-tabpane{animation:.2s shell-tab-in}@keyframes shell-tab-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.shell-status{letter-spacing:.14em;text-transform:uppercase;color:var(--sh-sub);white-space:nowrap;flex-shrink:0;align-items:center;gap:7px;padding:0 16px 9px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:8.5px;font-weight:700;display:flex;overflow:hidden}.shell-status-dot{background:var(--sh-ok);width:6px;height:6px;box-shadow:0 0 8px var(--sh-ok);border-radius:999px;flex-shrink:0}.shell-status.offline .shell-status-dot{background:var(--sh-dng);box-shadow:0 0 8px var(--sh-dng)}.shell-status.offline{color:var(--sh-dng)}.shell-title{color:var(--sh-ink);font-size:18px;font-weight:900;line-height:1.1;animation:.2s shell-tab-in}.shell-crumb2{color:var(--sh-sub);margin-top:2px;font-size:10.5px;font-weight:600}.shell-crumb2 a{color:var(--sh-sub)}.shell-crumb2 a:hover{color:var(--sh-ink)}.shell-ck{background:var(--sh-panel);border:1px solid var(--sh-line);height:34px;color:var(--sh-mut);cursor:pointer;border-radius:9px;align-items:center;gap:9px;width:220px;padding:0 12px;font-size:12px;font-weight:500;transition:border-color .15s,transform .15s;display:flex}.shell-ck:hover{border-color:var(--sh-acc);transform:translateY(-1px)}.shell-kbd{border:1px solid var(--sh-line);border-radius:4px;margin-left:auto;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:9px;font-weight:600}.shell-tbtn{border:1px solid var(--sh-line);width:34px;height:34px;color:var(--sh-sub);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;transition:all .15s;display:flex}.shell-tbtn:hover{border-color:var(--sh-acc);color:var(--sh-ink);transform:translateY(-1px)}.shell-tbtn:active{transform:scale(.94)}.shell-branch select,.shell-branch button,.shell-branch{font-weight:700}.shell .shell-collapse{border-color:var(--sh-line);color:var(--sh-sub);transition:background .15s,color .15s}.shell .shell-collapse:hover{background:var(--sh-hover);color:var(--sh-ink)}.shell .shell-mtop{background:var(--sh-top);border-color:var(--sh-line);color:var(--sh-ink)}.shell-mtitle{color:var(--sh-ink);font-size:15px;font-weight:900}.shell .shell-mtab{background:var(--sh-top);border-color:var(--sh-line)}.shell-mtab-item{letter-spacing:.03em;min-width:56px;color:var(--sh-sub);flex-direction:column;align-items:center;gap:4px;padding:0 4px;font-size:10px;font-weight:800;transition:color .15s,transform .15s;display:flex}.shell-mtab-item:active{transform:scale(.92)}.shell-mtab-item.on{color:var(--sh-acc)}.shell-mtab-pos{background:linear-gradient(135deg,var(--sh-acc),var(--sh-acc2));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-top:-20px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 8px 20px #e84f9e73}.shell-mtab-pos:active{transform:scale(.92)}.shell .sidebar-scroll::-webkit-scrollbar-thumb:hover{background:var(--sh-acc)}@media (prefers-reduced-motion:reduce){.shell-seg-thumb,.shell-tabpane,.shell-title,.shell .sidebar-nav-item,.shell-star,.shell-tbtn,.shell-ck,.shell-mtab-item,.shell-mtab-pos{transition:none!important;animation:none!important}}
