@keyframes logoGlow{0%,to{filter:drop-shadow(0 0 8px rgba(107,131,248,.4))}50%{filter:drop-shadow(0 0 16px rgba(107,131,248,.75))}}.shell{display:grid;grid-template-columns:152px 248px 1fr;height:100vh;height:100dvh;overflow:hidden;transition:grid-template-columns .3s var(--spring);position:relative;z-index:1}.shell.sb-closed{grid-template-columns:152px 0 1fr}body.sb-mobile-open{overflow:hidden}body.sb-mobile-open .shell{z-index:auto}body.sb-mobile-open .sidebar.mobile-open{z-index:120}.sb-backdrop{display:none;position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.52);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .25s ease}.sb-backdrop.show{display:block;opacity:1;pointer-events:auto}@media(min-width:601px){.mob-agent-float,.mob-nav{display:none}}.rail{background:var(--bg1);border-right:1px solid var(--ln);display:flex;flex-direction:column;align-items:stretch;padding:14px 10px 18px;gap:2px;z-index:20;flex-shrink:0;width:152px;overflow:hidden}.r-logo{width:100%;height:34px;margin-bottom:12px;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;padding:0 10px;text-decoration:none;transition:transform .2s var(--spring)}.r-logo:hover{transform:scale(1.02)}.r-logo-mark{height:28px!important;width:28px!important;border-radius:6px}.r-btn{width:100%;min-height:36px;height:auto;border-radius:9px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:8px 10px;cursor:pointer;transition:all .14s;position:relative;flex-shrink:0;border:none;background:none;font:inherit;color:inherit;text-decoration:none;text-align:left}.r-btn svg{width:16px;height:16px;fill:none;flex-shrink:0;stroke:var(--tx3);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .14s}.r-label{font-size:12px;font-weight:500;color:var(--tx3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .14s}.r-btn:hover{background:var(--bg3)}.r-btn:hover svg{stroke:var(--p3)}.r-btn:hover .r-label{color:var(--tx2)}.r-btn.on{background:rgba(79,110,247,.1)}.r-btn.on svg{stroke:var(--p2)}.r-btn.on .r-label{color:var(--p3);font-weight:600}.r-btn.on:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:18px;background:var(--grad-bp);border-radius:0 2px 2px 0}.r-tip{display:none}.r-gap{flex:1}.r-av{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#7c5af6,#4f6ef7);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:9px;font-weight:700;color:#fff;cursor:pointer;margin:6px auto 0;transition:transform .18s var(--spring),box-shadow .18s;box-shadow:0 0 0 2px var(--bg1),0 2px 8px rgba(124,90,246,.4);letter-spacing:.05em;border:none;padding:0}.r-av:hover{transform:scale(1.1);box-shadow:0 0 0 2px var(--bg1),0 4px 14px rgba(124,90,246,.55)}.sidebar{background:var(--bg1);border-right:1px solid var(--ln);display:flex;flex-direction:column;overflow:hidden;transition:width .3s var(--spring),opacity .22s;flex-shrink:0}.sidebar.closed{width:0;opacity:0;pointer-events:none;overflow:hidden}.sb-head{padding:14px 12px 10px;border-bottom:1px solid var(--ln);flex-shrink:0}.sb-toprow{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.sb-brand{gap:9px;text-decoration:none}.sb-brand,.sb-close{display:flex;align-items:center;cursor:pointer}.sb-close{width:24px;height:24px;border-radius:6px;background:none;border:none;justify-content:center;transition:background .13s}.sb-close:hover{background:var(--bg3)}.sb-close svg{width:11px;height:11px;fill:none;stroke:var(--tx3);stroke-width:1.8;stroke-linecap:round}.sb-new{width:100%;padding:0 11px;height:30px;background:var(--bg2);border:1px solid var(--ln2);border-radius:7px;font-size:11.5px;color:var(--tx2);cursor:pointer;text-align:left;display:flex;align-items:center;gap:7px;transition:all .12s;font-family:inherit;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.12)}.sb-new:hover{background:var(--bg3);color:var(--tx);border-color:var(--ln3)}.sb-new svg{width:10px;height:10px;fill:none;stroke:var(--p3);stroke-width:2;stroke-linecap:round;flex-shrink:0}.sb-scroll{flex:1;overflow-y:auto;padding:6px 7px 20px;scrollbar-width:thin;scrollbar-color:var(--ln2) transparent;-webkit-overflow-scrolling:touch}.sb-scroll::-webkit-scrollbar{width:4px}.sb-scroll::-webkit-scrollbar-thumb{background:var(--ln2);border-radius:2px}.sb-sec{font-family:var(--mono);font-size:8.5px;font-weight:600;color:var(--tx3);letter-spacing:1.2px;text-transform:uppercase;padding:10px 7px 4px}.sb-row{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:6px;cursor:pointer;font-size:12px;font-weight:400;color:var(--tx2);transition:all .11s;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-row:hover{background:var(--bg3);color:var(--tx)}.sb-row.on{background:rgba(79,110,247,.1);color:var(--p3);font-weight:500;box-shadow:inset 2px 0 0 var(--p)}.sb-dot{display:none}.sb-hub{display:flex;align-items:center;gap:7px;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:11.5px;color:var(--tx3);transition:all .11s;margin-bottom:1px}.sb-hub:hover{background:var(--bg3);color:var(--tx2)}.sb-hub.on{color:var(--p3)}.flag{font-family:var(--mono);font-size:8.5px;font-weight:700;letter-spacing:.04em;flex-shrink:0;color:var(--tx3);background:var(--bg3);border:1px solid var(--ln2);border-radius:4px;padding:2px 4px;line-height:1.3}.sb-div{height:1px;background:var(--ln);margin:5px 7px}.sb-block-div{margin:8px 7px 6px}.sb-block.hidden{display:none!important}.sb-seg{display:flex;align-items:center;gap:7px;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:11.5px;color:var(--tx3);transition:all .11s;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-seg:hover{background:var(--bg3);color:var(--tx2)}.sb-seg.on{color:var(--p3)}.sb-seg-tag{font-family:var(--mono);font-size:8px;font-weight:700;letter-spacing:.03em;flex-shrink:0;color:var(--tx3);background:var(--bg3);border:1px solid var(--ln2);border-radius:4px;padding:2px 4px;line-height:1.3;min-width:22px;text-align:center}.sb-new.hidden{display:none!important}.main{display:flex;flex-direction:column;overflow:hidden;background:transparent;min-width:0;position:relative;z-index:1}.main-content{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column}@media(min-width:821px){.sidebar.mobile-open{transform:none;box-shadow:none}}@media(max-width:1024px){.shell{grid-template-columns:152px 220px 1fr}.shell.sb-closed{grid-template-columns:152px 0 1fr}}@media(max-width:820px){.shell,.shell.sb-closed{grid-template-columns:152px minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"rail main"}.rail{grid-area:rail}.sidebar{position:fixed;top:0;left:0;bottom:0;width:min(88vw,300px);max-height:none;z-index:120;display:flex!important;transform:translateX(-100%);opacity:1!important;pointer-events:none;transition:transform .3s var(--spring),box-shadow .3s ease;border-right:1px solid var(--ln);border-bottom:none;box-shadow:none;border-radius:0}.sidebar.mobile-open{transform:translateX(0);pointer-events:auto;box-shadow:8px 0 40px rgba(0,0,0,.38);overflow:hidden;background:var(--bg1)!important;isolation:isolate}.sidebar.closed{width:min(88vw,300px);opacity:1!important}.main{grid-area:main;min-height:0}}@media(max-width:600px){.shell,.shell.sb-closed{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);grid-template-areas:"main"}.rail{display:none!important}.sidebar{left:0;width:min(92vw,320px);bottom:0;max-height:none;border-right:1px solid var(--ln2);border-bottom:none;border-radius:0;background:var(--bg1);backdrop-filter:none;box-shadow:8px 0 40px rgba(0,0,0,.38)}.sidebar.mobile-open{overflow:hidden;background:var(--bg1)!important}.main{grid-area:main;padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}.topbar{height:48px;padding:0 10px;gap:8px;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:100%;box-sizing:border-box}.mob-menu-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;flex-shrink:0;background:var(--bg2);border:1px solid var(--ln2);cursor:pointer;margin-right:0;padding:0;transition:background .14s}.mob-menu-btn:hover{background:var(--bg3)}.mob-menu-btn svg{width:16px;height:16px;fill:none;stroke:var(--tx2);stroke-width:1.6;stroke-linecap:round}.topbar-left-mob{display:flex;flex:0 1 auto;align-items:center;min-width:0;gap:0}.topbar-tabs{display:none!important}.tb-right{display:flex!important;margin-left:auto;flex-shrink:0;gap:4px}.tb-auth-actions{display:none!important}.tb-role-btn{padding:0;width:34px;height:34px;justify-content:center;border-radius:8px}.tb-role-label{display:none}.tb-role-btn svg{width:16px;height:16px}.mob-nav{display:grid;grid-template-columns:repeat(5,1fr);align-items:end;position:fixed;left:0;right:0;bottom:0;z-index:130;background:rgba(7,9,26,.94);backdrop-filter:blur(20px) saturate(1.6);border-top:1px solid var(--ln);padding:8px 4px calc(8px + env(safe-area-inset-bottom,0px));box-shadow:0 -8px 32px rgba(0,0,0,.28)}body.light .mob-nav{background:rgba(250,250,251,.94)}.mob-nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px;padding:4px 2px 2px;border:none;background:transparent;cursor:pointer;color:var(--tx3);font-family:inherit;font-size:9px;font-weight:500;border-radius:10px;transition:all .14s;min-width:0;min-height:44px;text-decoration:none}.mob-nav-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mob-nav-btn.on{color:var(--p3);background:var(--pg)}.mob-nav-btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}@media(max-width:400px){.mob-nav-btn span{font-size:7.5px}.mob-nav-btn svg{width:16px;height:16px}}